@charset "UTF-8";
/* Imported Fonts
======================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: 'Blocklyn Grunge';
  src: local("Blocklyn Grunge Italic"), local("BlocklynGrunge-Italic"), url("../../fonts/BlocklynGrunge-Italic.woff2") format("woff2"), url("../../fonts/BlocklynGrunge-Italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

/* Component: Variables
======================================================================== */
/* Breakpoints
======================================================================== */
/* Global variables
======================================================================== */
/* Typography
======================================================================== */
/* Font Weights */
/* Nav */
/* Colors
======================================================================== */
/* Product Colors */
/* Product Hover Colors */
/* General Site Colors */
/* General Site Colors */
/* Global Colors */
/* Nav Colors */
.nbgc {
  background-color: rgba(0, 0, 0, 0) !important; }

/* Backgrounds
======================================================================== */
/* Borders
======================================================================== */
.no-bor {
  border: none !important; }

.no-bor-top {
  border-top: none !important; }

.no-bor-right {
  border-right: none !important; }

.no-bor-left {
  border-left: none !important; }

.no-bor-bot {
  border-bottom: none !important; }

/* Spacings
======================================================================== */
/* Nav */
/* Reset
======================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none; }

html {
  font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #151617;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

/* Flexbox Elements
======================================================================== */
.align-self-top {
  align-self: flex-start; }

.align-self-mid {
  align-self: center; }

.align-self-bot {
  align-self: flex-end; }

/* MARGINS & PADDING
======================================================================== */
.p-8 {
  padding: calc($spacing * 6); }

/*==== All Margins ====*/
.m0 {
  margin: 0px !important; }

.m5 {
  margin: 5px !important; }

.m10 {
  margin: 10px !important; }

.m15 {
  margin: 15px !important; }

.m20 {
  margin: 20px !important; }

.m25 {
  margin: 25px !important; }

.m30 {
  margin: 30px !important; }

.m35 {
  margin: 35px !important; }

.m40 {
  margin: 40px !important; }

.m45 {
  margin: 45px !important; }

.m50 {
  margin: 50px !important; }

/*==== Top Margin ====*/
.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

/*==== Right Margin ====*/
.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

/*==== Bottom Margin ====*/
.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

/*==== Left Margin ====*/
.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

/*==== All Padding ====*/
.p0 {
  padding: 0px !important; }

.p5 {
  padding: 5px !important; }

.p10 {
  padding: 10px !important; }

.p15 {
  padding: 15px !important; }

.p20 {
  padding: 20px !important; }

.p25 {
  padding: 25px !important; }

.p30 {
  padding: 30px !important; }

.p35 {
  padding: 35px !important; }

.p40 {
  padding: 40px !important; }

.p45 {
  padding: 45px !important; }

.p50 {
  padding: 50px !important; }

/*==== Top padding ====*/
.pt0 {
  padding-top: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

/*==== Right padding ====*/
.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr55 {
  padding-right: 55px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr65 {
  padding-right: 65px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr75 {
  padding-right: 75px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr85 {
  padding-right: 85px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr95 {
  padding-right: 95px !important; }

.pr100 {
  padding-right: 100px !important; }

/*==== Bottom padding ====*/
.pb0 {
  padding-bottom: 0px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

/*==== Left padding ====*/
.pl0 {
  padding-left: 0px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl55 {
  padding-left: 55px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl65 {
  padding-left: 65px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl75 {
  padding-left: 75px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl85 {
  padding-left: 85px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl95 {
  padding-left: 95px !important; }

.pl100 {
  padding-left: 100px !important; }

:root {
  font-size: 16px; }

#preloader-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: #e9e8e5;
  position: fixed;
  z-index: 1012;
  display: flex;
  justify-content: center;
  align-items: center; }
  #preloader-wrapper #preloader-img {
    position: relative;
    width: 300px;
    height: auto;
    margin: auto; }
  #preloader-wrapper .preloader-txt {
    font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
    font-style: italic;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    margin-top: -50px; }

.asp-site {
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden; }
  .asp-site[data-page-type="product"], .asp-site[data-page-type="financing"], .asp-site[data-page-type="warranty"] {
    background-color: #fcfafa; }

.asp-site,
.uk-modal-page {
  /* 1 */
  /* 2 */
  /* 3 */
  /* 4 */ }
  .asp-site :focus,
  .uk-modal-page :focus {
    outline: none; }
  .asp-site :focus:not([tabindex^='-']),
  .uk-modal-page :focus:not([tabindex^='-']) {
    outline: 0px;
    outline-offset: 0px; }
  .asp-site :focus:not(:focus-visible),
  .uk-modal-page :focus:not(:focus-visible) {
    outline: none; }
  .asp-site :focus-visible,
  .uk-modal-page :focus-visible {
    outline: 0px; }

.caption {
  font-family: "Roboto Slab", serif;
  font-size: 0.875rem;
  line-height: 1.25;
  font-variation-settings: "wght" 450;
  color: #6f7271;
  margin: 10px 0px 0px; }

/* Section Header */
.heading-bullet {
  position: relative;
  top: calc(-0.1* 1em);
  border-left: calc(5px + 0.1em) solid rgba(111, 114, 113, 0.5); }

.section-header {
  line-height: 1.25;
  text-align: center;
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-variation-settings: "wght" 400;
  /* Header Text Colors */ }
  .section-header.alt {
    text-align: left;
    padding: 0px;
    margin-bottom: 40px; }
    .section-header.alt.heading-bullet {
      padding-left: 1rem; }
    .section-header.alt .header-sm {
      font-size: 1.5rem; }
      @media (min-width: 30em) {
        .section-header.alt .header-sm {
          font-size: 2rem; } }
      .section-header.alt .header-sm span.tm {
        padding: 6px 0px 0px 0px;
        font-size: 0.875rem; }
        @media (max-width: 35em) {
          .section-header.alt .header-sm span.tm {
            padding: 3px 0px 0px 2px;
            font-size: 0.75rem; } }
    .section-header.alt .header {
      font-size: 3rem; }
      .section-header.alt .header span.tm {
        padding: 9px 0px 0px 2px;
        font-size: 0.75rem; }
    .section-header.alt .header-lg {
      font-size: 4rem; }
      @media (max-width: 35em) {
        .section-header.alt .header-lg {
          font-size: 14vw; } }
      .section-header.alt .header-lg span.tm {
        padding: 13px 0px 0px 2px;
        font-size: 0.875rem; }
  @media (min-width: 60em) {
    .section-header {
      margin-bottom: 75px; } }
  .section-header .header-sm {
    font-size: 1.5rem;
    color: #35373b; }
    @media (min-width: 30em) {
      .section-header .header-sm {
        font-size: 2rem; } }
    .section-header .header-sm span.tm {
      position: absolute;
      padding: 6px 0px 0px 0px;
      font-size: 0.875rem;
      vertical-align: top; }
      @media (max-width: 35em) {
        .section-header .header-sm span.tm {
          padding: 3px 0px 0px 2px;
          font-size: 0.75rem; } }
  .section-header .header {
    font-size: 3rem; }
    .section-header .header span.tm {
      position: absolute;
      padding: 9px 0px 0px 2px;
      font-size: 0.75rem; }
  .section-header .header-lg {
    font-size: 5rem; }
    @media (max-width: 35em) {
      .section-header .header-lg {
        font-size: 14vw; } }
    .section-header .header-lg span.tm {
      position: absolute;
      padding: 13px 0px 0px 2px;
      font-size: 0.875rem;
      vertical-align: top; }
  .section-header .header span,
  .section-header .header-lg span {
    font-variation-settings: "wght" 700; }
  .section-header.ssp .header-sm, .section-header.spa .header-sm {
    color: #35373b; }
  .section-header.ssp.dark .header-sm, .section-header.spa.dark .header-sm {
    color: #fcfafa; }
  .section-header.ssp .header,
  .section-header.ssp .header-lg, .section-header.spa .header,
  .section-header.spa .header-lg {
    color: #2051a3; }
    .section-header.ssp .header.def,
    .section-header.ssp .header-lg.def, .section-header.spa .header.def,
    .section-header.spa .header-lg.def {
      color: #35373b; }
      .section-header.ssp .header.def span,
      .section-header.ssp .header-lg.def span, .section-header.spa .header.def span,
      .section-header.spa .header-lg.def span {
        color: #2051a3; }
  .section-header.ssp.has-dk-bg .header-sm, .section-header.spa.has-dk-bg .header-sm {
    color: #fcfafa; }
  .section-header.ssp.has-dk-bg .header,
  .section-header.ssp.has-dk-bg .header-lg, .section-header.spa.has-dk-bg .header,
  .section-header.spa.has-dk-bg .header-lg {
    color: #ffc629; }
    .section-header.ssp.has-dk-bg .header.def,
    .section-header.ssp.has-dk-bg .header-lg.def, .section-header.spa.has-dk-bg .header.def,
    .section-header.spa.has-dk-bg .header-lg.def {
      color: #fcfafa; }
      .section-header.ssp.has-dk-bg .header.def span,
      .section-header.ssp.has-dk-bg .header-lg.def span, .section-header.spa.has-dk-bg .header.def span,
      .section-header.spa.has-dk-bg .header-lg.def span {
        color: #ffc629; }
  .section-header.dd .header-sm {
    color: #35373b; }
  .section-header.dd .header,
  .section-header.dd .header-lg {
    color: #0077b2; }
    .section-header.dd .header.def,
    .section-header.dd .header-lg.def {
      color: #35373b; }
      .section-header.dd .header.def span,
      .section-header.dd .header-lg.def span {
        color: #0077b2; }
        .section-header.dd .header.def span.def-fw,
        .section-header.dd .header-lg.def span.def-fw {
          font-variation-settings: "wght" 400; }
        .section-header.dd .header.def span.tm,
        .section-header.dd .header-lg.def span.tm {
          color: #35373b; }
  .section-header.dd.has-dk-bg .header-sm {
    color: #fcfafa; }
  .section-header.dd.has-dk-bg .header,
  .section-header.dd.has-dk-bg .header-lg {
    color: #0077b2; }
    .section-header.dd.has-dk-bg .header.def,
    .section-header.dd.has-dk-bg .header-lg.def {
      color: #fcfafa; }
      .section-header.dd.has-dk-bg .header.def span,
      .section-header.dd.has-dk-bg .header-lg.def span {
        color: #0077b2; }
  .section-header.rzbk .header-sm {
    color: #35373b; }
  .section-header.rzbk.dark .header-sm {
    color: #fcfafa; }
  .section-header.rzbk .header,
  .section-header.rzbk .header-lg {
    color: #4457a3; }
    .section-header.rzbk .header.def,
    .section-header.rzbk .header-lg.def {
      color: #35373b; }
      .section-header.rzbk .header.def span,
      .section-header.rzbk .header-lg.def span {
        color: #4457a3; }
  .section-header.rzbk.has-blue-bg .header-sm {
    color: #fcfafa; }
  .section-header.rzbk.has-blue-bg .header,
  .section-header.rzbk.has-blue-bg .header-lg {
    color: #f4dc32; }
    .section-header.rzbk.has-blue-bg .header.def,
    .section-header.rzbk.has-blue-bg .header-lg.def {
      color: #fcfafa; }
      .section-header.rzbk.has-blue-bg .header.def span,
      .section-header.rzbk.has-blue-bg .header-lg.def span {
        color: #f4dc32; }
  .section-header.rzbk.has-dk-bg .header-sm {
    color: #fcfafa; }
  .section-header.rzbk.has-dk-bg .header,
  .section-header.rzbk.has-dk-bg .header-lg {
    color: #ffc629; }
    .section-header.rzbk.has-dk-bg .header.def,
    .section-header.rzbk.has-dk-bg .header-lg.def {
      color: #fcfafa; }
      .section-header.rzbk.has-dk-bg .header.def span,
      .section-header.rzbk.has-dk-bg .header-lg.def span {
        color: #ffc629; }
  .section-header.ss .header-sm {
    color: #35373b; }
  .section-header.ss .header,
  .section-header.ss .header-lg {
    color: #ed1f24; }
    .section-header.ss .header.def,
    .section-header.ss .header-lg.def {
      color: #35373b; }
      .section-header.ss .header.def span,
      .section-header.ss .header-lg.def span {
        color: #ed1f24; }
        .section-header.ss .header.def span.def-fw,
        .section-header.ss .header-lg.def span.def-fw {
          font-variation-settings: "wght" 400; }
        .section-header.ss .header.def span.tm,
        .section-header.ss .header-lg.def span.tm {
          color: #35373b; }
  .section-header.ss.has-dk-bg .header-sm {
    color: #fcfafa; }
  .section-header.ss.has-dk-bg .header,
  .section-header.ss.has-dk-bg .header-lg {
    color: #ed1f24; }
    .section-header.ss.has-dk-bg .header.def,
    .section-header.ss.has-dk-bg .header-lg.def {
      color: #fcfafa; }
      .section-header.ss.has-dk-bg .header.def span,
      .section-header.ss.has-dk-bg .header-lg.def span {
        color: #ed1f24; }
  .section-header .uk-divider-icon.asp-divider {
    margin: 35px 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%236f7271' d='M440.1 355.2l-39.2-23 34.1-9.3c8.4-2.3 13.4-11.1 11.1-19.6l-4.1-15.5c-2.2-8.5-10.9-13.6-19.3-11.3L343 298.2 271.2 256l71.9-42.2 79.7 21.7c8.4 2.3 17-2.8 19.3-11.3l4.1-15.5c2.2-8.5-2.7-17.3-11.1-19.6l-34.1-9.3 39.2-23c7.5-4.4 10.1-14.2 5.8-21.9l-7.9-13.9c-4.3-7.7-14-10.3-21.5-5.9l-39.2 23 9.1-34.7c2.2-8.5-2.7-17.3-11.1-19.6l-15.2-4.1c-8.4-2.3-17 2.8-19.3 11.3l-21.3 81-71.9 42.2v-84.5L306 70.4c6.1-6.2 6.1-16.4 0-22.6l-11.1-11.3c-6.1-6.2-16.1-6.2-22.2 0l-24.9 25.4V16c0-8.8-7-16-15.7-16h-15.7c-8.7 0-15.7 7.2-15.7 16v46.1l-24.9-25.4c-6.1-6.2-16.1-6.2-22.2 0L142.1 48c-6.1 6.2-6.1 16.4 0 22.6l58.3 59.3v84.5l-71.9-42.2-21.3-81c-2.2-8.5-10.9-13.6-19.3-11.3L72.7 84c-8.4 2.3-13.4 11.1-11.1 19.6l9.1 34.7-39.2-23c-7.5-4.4-17.1-1.8-21.5 5.9l-7.9 13.9c-4.3 7.7-1.8 17.4 5.8 21.9l39.2 23-34.1 9.1c-8.4 2.3-13.4 11.1-11.1 19.6L6 224.2c2.2 8.5 10.9 13.6 19.3 11.3l79.7-21.7 71.9 42.2-71.9 42.2-79.7-21.7c-8.4-2.3-17 2.8-19.3 11.3l-4.1 15.5c-2.2 8.5 2.7 17.3 11.1 19.6l34.1 9.3-39.2 23c-7.5 4.4-10.1 14.2-5.8 21.9L10 391c4.3 7.7 14 10.3 21.5 5.9l39.2-23-9.1 34.7c-2.2 8.5 2.7 17.3 11.1 19.6l15.2 4.1c8.4 2.3 17-2.8 19.3-11.3l21.3-81 71.9-42.2v84.5l-58.3 59.3c-6.1 6.2-6.1 16.4 0 22.6l11.1 11.3c6.1 6.2 16.1 6.2 22.2 0l24.9-25.4V496c0 8.8 7 16 15.7 16h15.7c8.7 0 15.7-7.2 15.7-16v-46.1l24.9 25.4c6.1 6.2 16.1 6.2 22.2 0l11.1-11.3c6.1-6.2 6.1-16.4 0-22.6l-58.3-59.3v-84.5l71.9 42.2 21.3 81c2.2 8.5 10.9 13.6 19.3 11.3L375 428c8.4-2.3 13.4-11.1 11.1-19.6l-9.1-34.7 39.2 23c7.5 4.4 17.1 1.8 21.5-5.9l7.9-13.9c4.6-7.5 2.1-17.3-5.5-21.7z'/%3E%3C/svg%3E"); }
    .section-header .uk-divider-icon.asp-divider::before, .section-header .uk-divider-icon.asp-divider::after {
      width: 20%; }

.fa-secondary,
.md-secondary,
.duotone-op {
  opacity: 0.5; }

.blue-button {
  background-color: #2051a3;
  color: #ffffff !important; }
  .blue-button:hover {
    background-color: #1B4388; }

body .uk-notification {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 1040;
  box-sizing: border-box;
  width: 400px; }

body .uk-notification-message {
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  position: relative;
  padding: 15px 20px;
  background: #ffc629;
  color: #151617;
  font-size: 1rem;
  text-transform: uppercase;
  font-variation-settings: "wght" 450;
  line-height: 1.4;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(21, 22, 23, 0.15); }

body .uk-notification-close {
  display: block !important;
  position: absolute;
  top: 20px;
  right: 15px; }

.asp-totop {
  position: absolute;
  bottom: 168px;
  right: 20px;
  z-index: 5;
  background: #ffc629 !important;
  color: #060808 !important;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

@media only screen and (max-width: 535px) {
  .asp-totop {
    bottom: 340px; } }

@media only screen and (min-width: 536px) and (max-width: 889px) {
  .asp-totop {
    bottom: 310px; } }

.asp-section {
  position: relative;
  background: #fff;
  width: 100%; }

.asp-container {
  position: relative;
  z-index: 0; }

.asp-divider-sm {
  line-height: 0;
  border: none;
  overflow: visible;
  text-align: inherit;
  margin: 8px 0 8px 0; }
  .asp-divider-sm::after {
    content: "";
    display: inline-block;
    width: 40px;
    max-width: 100%;
    border-top: 4px solid rgba(21, 22, 23, 0.2);
    vertical-align: top; }

.asp-section-header,
.asp-section-header-dk {
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  font-size: 3rem;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  font-variation-settings: "wght" 300; }
  .asp-section-header span,
  .asp-section-header-dk span {
    font-variation-settings: "wght" 500; }

.asp-section-header {
  color: #6f7271; }
  .asp-section-header.ssp span {
    color: #2051a3; }
  .asp-section-header.dd span {
    color: #0077b2; }
  .asp-section-header.ss span {
    color: #ed1f24; }

.asp-section-header-dk {
  color: #fcfafa; }
  .asp-section-header-dk.ssp span {
    color: #ffc629; }
  .asp-section-header-dk.dd span {
    color: #0077b2; }
  .asp-section-header-dk.ss span {
    color: #ed1f24; }

.asp-section-header-wrap .asp-section-header-alt {
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  font-size: 3rem;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  font-variation-settings: "wght" 600; }
  .asp-section-header-wrap .asp-section-header-alt.dd {
    color: #151617; }
    .asp-section-header-wrap .asp-section-header-alt.dd span {
      color: #0077b2; }

.asp-section-header-wrap .asp-section-subheader-alt {
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  font-variation-settings: "wght" 300; }
  .asp-section-header-wrap .asp-section-subheader-alt.dd {
    color: #151617; }

.breadcrumb-wrapper {
  display: flex;
  justify-content: center; }
  .breadcrumb-wrapper .uk-breadcrumb.asp-breadcrumb li {
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-variation-settings: "wght" 450; }
    .breadcrumb-wrapper .uk-breadcrumb.asp-breadcrumb li:nth-child(n+2):not(.uk-first-column)::before {
      color: #e9e8e5; }
    .breadcrumb-wrapper .uk-breadcrumb.asp-breadcrumb li:last-child > span {
      color: #ffc629; }
    .breadcrumb-wrapper .uk-breadcrumb.asp-breadcrumb li a {
      color: #e9e8e5; }
      .breadcrumb-wrapper .uk-breadcrumb.asp-breadcrumb li a:hover {
        color: #C8BCBD; }

.asp-copy-txt {
  font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-variation-settings: "wght" 400;
  color: #151617;
  margin: 0px 0px 25px 0px;
  line-height: 1.6; }
  .asp-copy-txt.sm {
    font-size: 0.875rem !important; }
  .asp-copy-txt.big {
    font-size: 1.125rem !important; }
  .asp-copy-txt:last-of-type {
    margin: 0px 0px 0px 0px; }

.light-txt {
  color: #fcfafa !important; }

/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
.hide {
  display: none !important; }

@media (min-width: 992px) {
  .asp-hidden\@m {
    display: none !important; } }

/*
 * Visible
 */
/* Phone landscape and smaller */
@media (max-width: calc(992px - 1px)) {
  .asp-visible\@m {
    display: none !important; } }

/** Inline Icon & Text Button **/
.button-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px; }
  .button-wrapper .asp-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: visible;
    text-decoration: none;
    height: 40px;
    padding: 0px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
    .button-wrapper .asp-button:hover {
      box-shadow: 0 14px 25px rgba(0, 0, 0, 0.2); }
    .button-wrapper .asp-button.ssp, .button-wrapper .asp-button.spa {
      background-color: #ffc629;
      color: #060808; }
      .button-wrapper .asp-button.ssp:hover, .button-wrapper .asp-button.spa:hover {
        background-color: #FFBE0A; }
    .button-wrapper .asp-button.dd {
      background-color: #b7be34;
      color: #060808; }
      .button-wrapper .asp-button.dd:hover {
        background-color: #9AA02C; }
    .button-wrapper .asp-button.ss {
      background-color: #ed1f24;
      color: #fcfafa; }
      .button-wrapper .asp-button.ss:hover {
        background-color: #E21216; }
    .button-wrapper .asp-button .asp-button-icon-left, .button-wrapper .asp-button .asp-button-icon-right {
      display: block;
      font: inherit; }
      .button-wrapper .asp-button .asp-button-icon-left svg, .button-wrapper .asp-button .asp-button-icon-right svg {
        width: 24px; }
    .button-wrapper .asp-button .asp-button-icon-left {
      margin-right: 0.375em; }
    .button-wrapper .asp-button .asp-button-icon-right {
      margin-left: 0.375em; }
    .button-wrapper .asp-button .asp-button-txt {
      line-height: normal;
      display: inline-block;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      text-transform: uppercase;
      font-size: 1rem;
      font-variation-settings: "wght" 500;
      vertical-align: sub; }

.uk-modal-page[data-page-type="home"] .asp-nav-wrapper.asp-navbar-overlay,
.asp-site[data-page-type="home"] .asp-nav-wrapper.asp-navbar-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid rgba(111, 114, 113, 0.7);
  transition: background 0.15s linear, opacity 0.15s linear; }

.uk-modal-page[data-page-type="home"] a.asp-logo img.is-lite,
.asp-site[data-page-type="home"] a.asp-logo img.is-lite {
  display: none; }

.uk-modal-page[data-page-type="home"] a.asp-logo img.is-dark,
.asp-site[data-page-type="home"] a.asp-logo img.is-dark {
  display: block; }

.uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a,
.asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a {
  color: #fcfafa; }
  .uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover, .uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"],
  .asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover,
  .asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] {
    color: #ffc629; }
    .uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg path,
    .uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg polyline, .uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg path,
    .uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg polyline,
    .asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg path,
    .asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg polyline,
    .asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg path,
    .asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg polyline {
      stroke: #ffc629; }
  .uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg path,
  .uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg polyline,
  .asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg path,
  .asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg polyline {
    stroke: #d9d1d2; }

.uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a,
.asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a {
  color: #fcfafa; }
  .uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-primary,
  .asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-primary {
    fill: #ffc629; }
  .uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-secondary,
  .asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-secondary {
    fill: #fcfafa; }
  .uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover,
  .asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover {
    color: #3d7cc9; }
    .uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-primary,
    .asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-primary {
      fill: #ffc629; }
    .uk-modal-page[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-secondary,
    .asp-site[data-page-type="home"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-secondary {
      fill: #3d7cc9; }

.uk-modal-page[data-page-type="about-arctic"] .asp-nav-wrapper.asp-navbar-overlay, .uk-modal-page[data-page-type="product"] .asp-nav-wrapper.asp-navbar-overlay, .uk-modal-page[data-page-type="financing"] .asp-nav-wrapper.asp-navbar-overlay, .uk-modal-page[data-page-type="support"] .asp-nav-wrapper.asp-navbar-overlay, .uk-modal-page[data-page-type="warranty"] .asp-nav-wrapper.asp-navbar-overlay,
.asp-site[data-page-type="about-arctic"] .asp-nav-wrapper.asp-navbar-overlay,
.asp-site[data-page-type="product"] .asp-nav-wrapper.asp-navbar-overlay,
.asp-site[data-page-type="financing"] .asp-nav-wrapper.asp-navbar-overlay,
.asp-site[data-page-type="support"] .asp-nav-wrapper.asp-navbar-overlay,
.asp-site[data-page-type="warranty"] .asp-nav-wrapper.asp-navbar-overlay {
  position: relative;
  top: 0;
  padding: 0em 0em;
  background-color: #ffffff;
  z-index: 981; }

.uk-modal-page[data-page-type="about-arctic"] a.asp-logo img.is-lite, .uk-modal-page[data-page-type="product"] a.asp-logo img.is-lite, .uk-modal-page[data-page-type="financing"] a.asp-logo img.is-lite, .uk-modal-page[data-page-type="support"] a.asp-logo img.is-lite, .uk-modal-page[data-page-type="warranty"] a.asp-logo img.is-lite,
.asp-site[data-page-type="about-arctic"] a.asp-logo img.is-lite,
.asp-site[data-page-type="product"] a.asp-logo img.is-lite,
.asp-site[data-page-type="financing"] a.asp-logo img.is-lite,
.asp-site[data-page-type="support"] a.asp-logo img.is-lite,
.asp-site[data-page-type="warranty"] a.asp-logo img.is-lite {
  display: block; }

.uk-modal-page[data-page-type="about-arctic"] a.asp-logo img.is-dark, .uk-modal-page[data-page-type="product"] a.asp-logo img.is-dark, .uk-modal-page[data-page-type="financing"] a.asp-logo img.is-dark, .uk-modal-page[data-page-type="support"] a.asp-logo img.is-dark, .uk-modal-page[data-page-type="warranty"] a.asp-logo img.is-dark,
.asp-site[data-page-type="about-arctic"] a.asp-logo img.is-dark,
.asp-site[data-page-type="product"] a.asp-logo img.is-dark,
.asp-site[data-page-type="financing"] a.asp-logo img.is-dark,
.asp-site[data-page-type="support"] a.asp-logo img.is-dark,
.asp-site[data-page-type="warranty"] a.asp-logo img.is-dark {
  display: none; }

.uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li a, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li a, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li a, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li a, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li a,
.asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li a,
.asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li a,
.asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li a,
.asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li a,
.asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li a {
  color: #6f7271; }
  .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li a:hover, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li a:hover, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li a:hover, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li a:hover, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li a:hover,
  .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li a:hover,
  .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li a:hover,
  .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li a:hover,
  .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li a:hover,
  .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li a:hover {
    color: #3d7cc9; }

.uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a,
.asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a,
.asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a,
.asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a,
.asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a,
.asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a {
  color: #6f7271; }
  .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"], .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"], .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"], .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"], .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"],
  .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"],
  .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"],
  .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"],
  .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"],
  .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] {
    color: #3d7cc9; }

.uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a,
.asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a,
.asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a,
.asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a,
.asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a,
.asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a {
  color: #6f7271; }
  .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover, .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"], .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"], .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"], .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"], .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"],
  .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover,
  .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"],
  .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover,
  .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"],
  .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover,
  .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"],
  .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover,
  .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"],
  .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover,
  .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] {
    color: #3d7cc9; }
    .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg path,
    .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg polyline, .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg path,
    .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg polyline, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg path,
    .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg polyline, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg path,
    .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg polyline, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg path,
    .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg polyline, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg path,
    .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg polyline, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg path,
    .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg polyline, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg path,
    .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg polyline, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg path,
    .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg polyline, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg path,
    .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg polyline,
    .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg path,
    .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg polyline,
    .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg path,
    .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg polyline,
    .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg path,
    .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg polyline,
    .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg path,
    .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg polyline,
    .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg path,
    .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg polyline,
    .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg path,
    .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg polyline,
    .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg path,
    .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg polyline,
    .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg path,
    .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg polyline,
    .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg path,
    .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a:hover svg polyline,
    .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg path,
    .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a[aria-expanded="true"] svg polyline {
      stroke: #3d7cc9; }
  .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg path,
  .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg polyline, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg path,
  .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg polyline, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg path,
  .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg polyline, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg path,
  .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg polyline, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg path,
  .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg polyline,
  .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg path,
  .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg polyline,
  .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg path,
  .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg polyline,
  .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg path,
  .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg polyline,
  .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg path,
  .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg polyline,
  .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg path,
  .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a svg polyline {
    stroke: rgba(111, 114, 113, 0.5); }

.uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a,
.asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a,
.asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a,
.asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a,
.asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a,
.asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a {
  color: #6f7271; }
  .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-primary, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-primary, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-primary, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-primary, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-primary,
  .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-primary,
  .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-primary,
  .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-primary,
  .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-primary,
  .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-primary {
    fill: #3d7cc9; }
  .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-secondary, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-secondary, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-secondary, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-secondary, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-secondary,
  .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-secondary,
  .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-secondary,
  .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-secondary,
  .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-secondary,
  .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a span.uk-icon svg path.fa-secondary {
    fill: #6f7271; }
  .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover,
  .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover,
  .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover,
  .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover,
  .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover,
  .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover {
    color: #3d7cc9; }
    .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-primary, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-primary, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-primary, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-primary, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-primary,
    .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-primary,
    .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-primary,
    .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-primary,
    .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-primary,
    .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-primary {
      fill: #316aaf; }
    .uk-modal-page[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-secondary, .uk-modal-page[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-secondary, .uk-modal-page[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-secondary, .uk-modal-page[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-secondary, .uk-modal-page[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-secondary,
    .asp-site[data-page-type="about-arctic"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-secondary,
    .asp-site[data-page-type="product"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-secondary,
    .asp-site[data-page-type="financing"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-secondary,
    .asp-site[data-page-type="support"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-secondary,
    .asp-site[data-page-type="warranty"] ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a:hover span.uk-icon svg path.fa-secondary {
      fill: #316aaf; }

.uk-modal-page .asp-navbar,
.asp-site .asp-navbar {
  padding: calc(0.25rem * 4) calc(0.25rem * 8);
  max-width: 90em;
  margin: 0 auto; }
  @media (min-width: 40em) and (max-width: 59.938em) {
    .uk-modal-page .asp-navbar,
    .asp-site .asp-navbar {
      padding: calc(0.25rem * 6) calc(0.25rem * 12); } }
  @media (min-width: 60em) and (max-width: 74.938em) {
    .uk-modal-page .asp-navbar,
    .asp-site .asp-navbar {
      padding: calc(0.25rem * 6) calc(0.25rem * 12); } }
  @media (min-width: 75em) and (max-width: 99.938em) {
    .uk-modal-page .asp-navbar,
    .asp-site .asp-navbar {
      padding: calc(0.25rem * 6) calc(0.25rem * 12); } }
  @media (min-width: 100em) {
    .uk-modal-page .asp-navbar,
    .asp-site .asp-navbar {
      padding: calc(0.25rem * 8) calc(0.25rem * 16);
      max-width: 100rem; } }
  @media (min-width: 120em) {
    .uk-modal-page .asp-navbar,
    .asp-site .asp-navbar {
      padding: calc(0.25rem * 12) calc(0.25rem * 24);
      max-width: 120rem; } }

.uk-modal-page a.asp-logo,
.asp-site a.asp-logo {
  width: calc(0.5rem * 23);
  height: auto; }
  .uk-modal-page a.asp-logo.uk-navbar-item,
  .asp-site a.asp-logo.uk-navbar-item {
    padding: 0rem 0rem 0rem 0rem; }
  @media (min-width: 40em) and (max-width: 59.938em) {
    .uk-modal-page a.asp-logo,
    .asp-site a.asp-logo {
      width: calc(0.5rem * 25); } }
  @media (min-width: 60em) and (max-width: 74.938em) {
    .uk-modal-page a.asp-logo,
    .asp-site a.asp-logo {
      width: calc(0.5rem * 29); } }
  @media (min-width: 75em) and (max-width: 99.938em) {
    .uk-modal-page a.asp-logo,
    .asp-site a.asp-logo {
      width: calc(0.5rem * 29); } }
  @media (min-width: 100em) {
    .uk-modal-page a.asp-logo,
    .asp-site a.asp-logo {
      width: calc(0.5rem * 29); } }

.uk-modal-page .uk-navbar-nav > li > a,
.uk-modal-page .uk-navbar-item,
.uk-modal-page .uk-navbar-toggle,
.asp-site .uk-navbar-nav > li > a,
.asp-site .uk-navbar-item,
.asp-site .uk-navbar-toggle {
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-variation-settings: "wght" 400; }

.uk-modal-page .uk-navbar-nav > li > a.item,
.asp-site .uk-navbar-nav > li > a.item {
  padding: 0em 0.938em; }

.uk-modal-page .uk-navbar-nav > li:hover > a,
.uk-modal-page .uk-navbar-nav > li > a:focus,
.uk-modal-page .uk-navbar-nav > li > a.uk-open,
.asp-site .uk-navbar-nav > li:hover > a,
.asp-site .uk-navbar-nav > li > a:focus,
.asp-site .uk-navbar-nav > li > a.uk-open {
  color: #ffc629; }

.uk-modal-page .asp-navbar-nav.uk-navbar-nav,
.asp-site .asp-navbar-nav.uk-navbar-nav {
  margin: 0em 1.875em; }

.uk-modal-page .asp-navbar-nav a.uk-open .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve),
.asp-site .asp-navbar-nav a.uk-open .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: #e9e8e5; }

.uk-modal-page .asp-navbar-nav a.uk-open .fa-nav-icon-blue svg path,
.asp-site .asp-navbar-nav a.uk-open .fa-nav-icon-blue svg path {
  fill: #e9e8e5; }

.uk-modal-page .asp-navbar-nav .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve),
.asp-site .asp-navbar-nav .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: #3d7cc9; }

.uk-modal-page ul.asp-navbar-nav.uk-navbar-nav,
.asp-site ul.asp-navbar-nav.uk-navbar-nav {
  margin: 0em 1.875em; }
  .uk-modal-page ul.asp-navbar-nav.uk-navbar-nav.nav-rght,
  .asp-site ul.asp-navbar-nav.uk-navbar-nav.nav-rght {
    margin: 0em 0.75em 0em 1em; }
  .uk-modal-page ul.asp-navbar-nav.uk-navbar-nav li a,
  .asp-site ul.asp-navbar-nav.uk-navbar-nav li a {
    cursor: pointer; }
  .uk-modal-page ul.asp-navbar-nav.uk-navbar-nav li:hover,
  .asp-site ul.asp-navbar-nav.uk-navbar-nav li:hover {
    cursor: pointer; }
  .uk-modal-page ul.asp-navbar-nav.uk-navbar-nav li.nav-item a,
  .asp-site ul.asp-navbar-nav.uk-navbar-nav li.nav-item a {
    color: #fcfafa;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    text-decoration: none;
    padding: 0rem 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0rem;
    font-variation-settings: "wght" 550; }
    .uk-modal-page ul.asp-navbar-nav.uk-navbar-nav li.nav-item a:hover,
    .asp-site ul.asp-navbar-nav.uk-navbar-nav li.nav-item a:hover {
      color: #3d7cc9; }
  .uk-modal-page ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a,
  .asp-site ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a {
    color: #6f7271; }
    .uk-modal-page ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a span.uk-icon.nav-item-icon,
    .asp-site ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a span.uk-icon.nav-item-icon {
      margin: 0em 0em 0em 0.625em; }
    .uk-modal-page ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a span.uk-icon.uk-navbar-parent-icon,
    .asp-site ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a span.uk-icon.uk-navbar-parent-icon {
      margin-left: calc(0.25rem / 2);
      transition: transform 0.3s ease-out; }
      .uk-modal-page ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a span.uk-icon.uk-navbar-parent-icon svg path,
      .uk-modal-page ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a span.uk-icon.uk-navbar-parent-icon svg polyline,
      .asp-site ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a span.uk-icon.uk-navbar-parent-icon svg path,
      .asp-site ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a span.uk-icon.uk-navbar-parent-icon svg polyline {
        stroke-width: 1.5; }
    .uk-modal-page ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a span.uk-icon.uk-navbar-parent-icon,
    .asp-site ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a span.uk-icon.uk-navbar-parent-icon {
      display: inline-block; }
      .uk-modal-page ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a span.uk-icon.uk-navbar-parent-icon svg,
      .asp-site ul.asp-navbar-nav.uk-navbar-nav li.nav-item.uk-parent a span.uk-icon.uk-navbar-parent-icon svg {
        width: 1rem; }
  .uk-modal-page ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a,
  .asp-site ul.asp-navbar-nav.uk-navbar-nav li.nav-item.no-child a {
    color: #6f7271; }

.uk-modal-page .uk-navbar-dropdown.products.uk-drop,
.asp-site .uk-navbar-dropdown.products.uk-drop {
  box-shadow: rgba(21, 22, 23, 0.12) 0px 5px 5px;
  padding: 2.5em 1.563em;
  width: 100% !important;
  min-height: 330px;
  background: #fcfafa;
  top: 7.563em !important;
  left: 0em !important; }

.uk-modal-page .asp-nav-dropdown-grid.uk-grid,
.asp-site .asp-nav-dropdown-grid.uk-grid {
  margin-left: -1.563rem; }

.uk-modal-page [class*="asp-col-"],
.asp-site [class*="asp-col-"] {
  padding-left: 1.563em; }

.uk-modal-page [class*="products-links-col-"],
.asp-site [class*="products-links-col-"] {
  padding-left: 1.563em; }

.uk-modal-page .asp-nested-dd-grid.uk-grid,
.asp-site .asp-nested-dd-grid.uk-grid {
  margin-left: -1.563em; }

.uk-modal-page ul.asp-drop-nav.uk-nav,
.asp-site ul.asp-drop-nav.uk-nav {
  white-space: normal; }
  .uk-modal-page ul.asp-drop-nav.uk-nav li:hover a,
  .asp-site ul.asp-drop-nav.uk-nav li:hover a {
    color: #ffc629; }
  .uk-modal-page ul.asp-drop-nav.uk-nav li a,
  .asp-site ul.asp-drop-nav.uk-nav li a {
    padding: 0em;
    width: 100%; }
    .uk-modal-page ul.asp-drop-nav.uk-nav li a .mm-item-txt-container,
    .asp-site ul.asp-drop-nav.uk-nav li a .mm-item-txt-container {
      padding: 0em 0em 0em 1.25em; }
    .uk-modal-page ul.asp-drop-nav.uk-nav li a .mm-item-title,
    .asp-site ul.asp-drop-nav.uk-nav li a .mm-item-title {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 1rem;
      text-transform: uppercase;
      line-height: 1.15;
      margin-bottom: 0.188em;
      font-variation-settings: "wght" 450;
      text-align: left;
      color: #35373b; }
    .uk-modal-page ul.asp-drop-nav.uk-nav li a .mm-item-descr,
    .asp-site ul.asp-drop-nav.uk-nav li a .mm-item-descr {
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 0.8rem;
      line-height: 1.2;
      text-align: left;
      color: #6f7271;
      text-transform: none;
      white-space: normal;
      letter-spacing: -0.015rem; }
    .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn,
    .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn {
      background-color: #e9e8e5;
      margin: 0.625em 0em;
      width: 100%;
      padding: 0; }
      .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn:hover,
      .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn:hover {
        background-color: #3d7cc9; }
        .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn:hover .has-icon .mm-item-title,
        .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn:hover .has-icon .mm-item-title {
          color: #fcfafa; }
        .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn:hover .has-icon .nav-icon svg path.fa-primary,
        .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn:hover .has-icon .nav-icon svg path.fa-primary {
          fill: #ffc629; }
        .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn:hover .has-icon .mm-item-descr,
        .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn:hover .has-icon .mm-item-descr {
          color: #e9e8e5; }
        .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn:hover .has-icon .nav-icon svg path.fa-secondary,
        .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn:hover .has-icon .nav-icon svg path.fa-secondary {
          fill: #35373b; }
      .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item,
      .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item {
        display: flex;
        align-items: flex-start;
        width: 100%; }
        .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link,
        .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link {
          min-height: 50px; }
          .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link.mult-line,
          .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link.mult-line {
            min-height: 64px;
            padding: 0em 0.938em; }
          .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link .mm-item-txt-container,
          .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link .mm-item-txt-container {
            padding: 0em 0em 0em 0em; }
            .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link .mm-item-txt-container.has-icon,
            .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link .mm-item-txt-container.has-icon {
              display: flex;
              align-items: center; }
              .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link .mm-item-txt-container.has-icon .nav-icon,
              .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link .mm-item-txt-container.has-icon .nav-icon {
                margin-right: 0.5em; }
                .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link .mm-item-txt-container.has-icon .nav-icon svg,
                .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link .mm-item-txt-container.has-icon .nav-icon svg {
                  height: 36px;
                  width: auto;
                  padding-bottom: 0em;
                  color: #6f7271;
                  -webkit-filter: drop-shadow(0px 0px 0px rgba(21, 22, 23, 0));
                  filter: drop-shadow(0px 0px 0px rgba(21, 22, 23, 0)); }
              .uk-modal-page ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link .mm-item-txt-container.has-icon .mm-item-title,
              .asp-site ul.asp-drop-nav.uk-nav li a.asp-link-btn .mm-nav-item.s-link .mm-item-txt-container.has-icon .mm-item-title {
                margin-bottom: 0em;
                font-size: 1rem; }
  .uk-modal-page ul.asp-drop-nav.uk-nav li.product-link a:hover .mm-item-title,
  .asp-site ul.asp-drop-nav.uk-nav li.product-link a:hover .mm-item-title {
    color: #3d7cc9; }
  .uk-modal-page ul.asp-drop-nav.uk-nav li.product-link a .mm-nav-item,
  .asp-site ul.asp-drop-nav.uk-nav li.product-link a .mm-nav-item {
    min-height: 100px;
    display: flex;
    align-items: center;
    width: 100%; }
    .uk-modal-page ul.asp-drop-nav.uk-nav li.product-link a .mm-nav-item.top,
    .asp-site ul.asp-drop-nav.uk-nav li.product-link a .mm-nav-item.top {
      border-top: none; }
    .uk-modal-page ul.asp-drop-nav.uk-nav li.product-link a .mm-nav-item .mm-item-img.product,
    .asp-site ul.asp-drop-nav.uk-nav li.product-link a .mm-nav-item .mm-item-img.product {
      height: 50px;
      width: auto;
      padding-bottom: 0em;
      -webkit-filter: drop-shadow(1px 2px 1px rgba(21, 22, 23, 0.5));
      filter: drop-shadow(1px 2px 1px rgba(21, 22, 23, 0.5)); }
      .uk-modal-page ul.asp-drop-nav.uk-nav li.product-link a .mm-nav-item .mm-item-img.product.shcs,
      .asp-site ul.asp-drop-nav.uk-nav li.product-link a .mm-nav-item .mm-item-img.product.shcs {
        margin: 0em 1.375em; }
  .uk-modal-page ul.asp-drop-nav.uk-nav.side,
  .asp-site ul.asp-drop-nav.uk-nav.side {
    border-left: 0px; }
  .uk-modal-page ul.asp-drop-nav.uk-nav.about-arctic-sb-nav,
  .asp-site ul.asp-drop-nav.uk-nav.about-arctic-sb-nav {
    display: flex;
    flex-direction: column;
    row-gap: 1rem; }
    .uk-modal-page ul.asp-drop-nav.uk-nav.about-arctic-sb-nav a,
    .asp-site ul.asp-drop-nav.uk-nav.about-arctic-sb-nav a {
      padding: 0.313em 0em; }
      .uk-modal-page ul.asp-drop-nav.uk-nav.about-arctic-sb-nav a .mm-nav-item.aa-item,
      .asp-site ul.asp-drop-nav.uk-nav.about-arctic-sb-nav a .mm-nav-item.aa-item {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 0.938em;
        min-height: 115px;
        text-align: center; }
        .uk-modal-page ul.asp-drop-nav.uk-nav.about-arctic-sb-nav a .mm-nav-item.aa-item:hover,
        .asp-site ul.asp-drop-nav.uk-nav.about-arctic-sb-nav a .mm-nav-item.aa-item:hover {
          background-color: #2051a3 !important;
          text-shadow: 1px 2px 0px rgba(21, 22, 23, 0.75); }
        .uk-modal-page ul.asp-drop-nav.uk-nav.about-arctic-sb-nav a .mm-nav-item.aa-item.o-bg,
        .asp-site ul.asp-drop-nav.uk-nav.about-arctic-sb-nav a .mm-nav-item.aa-item.o-bg {
          background-color: #474848; }
        .uk-modal-page ul.asp-drop-nav.uk-nav.about-arctic-sb-nav a .mm-nav-item.aa-item .mm-item-header2,
        .asp-site ul.asp-drop-nav.uk-nav.about-arctic-sb-nav a .mm-nav-item.aa-item .mm-item-header2 {
          font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 1.5rem;
          line-height: 1.3;
          letter-spacing: 0.015rem;
          text-transform: uppercase;
          color: #fcfafa;
          font-style: italic; }

.uk-modal-page ul.asp-social-nav.uk-iconnav > *,
.asp-site ul.asp-social-nav.uk-iconnav > * {
  padding-left: 0.938em; }
  .uk-modal-page ul.asp-social-nav.uk-iconnav > * > a,
  .asp-site ul.asp-social-nav.uk-iconnav > * > a {
    display: flex;
    align-items: center;
    column-gap: 0.25em;
    line-height: 0;
    color: #97989B;
    text-decoration: none; }
    .uk-modal-page ul.asp-social-nav.uk-iconnav > * > a:hover,
    .asp-site ul.asp-social-nav.uk-iconnav > * > a:hover {
      color: #3d7cc9; }

.uk-modal-page .mm-nav-item,
.asp-site .mm-nav-item {
  min-height: 80px;
  align-items: center;
  display: flex;
  width: 100%; }
  .uk-modal-page .mm-nav-item.top, .uk-modal-page .mm-nav-item.ntb,
  .asp-site .mm-nav-item.top,
  .asp-site .mm-nav-item.ntb {
    border-top: none !important; }
  .uk-modal-page .mm-nav-item.s-link,
  .asp-site .mm-nav-item.s-link {
    min-height: 46px; }
    .uk-modal-page .mm-nav-item.s-link .mm-item-txt-container,
    .asp-site .mm-nav-item.s-link .mm-item-txt-container {
      padding: 0em 0em 0em 1.875em; }
  .uk-modal-page .mm-nav-item.o-bg,
  .asp-site .mm-nav-item.o-bg {
    background-color: #474848; }
  .uk-modal-page .mm-nav-item svg,
  .asp-site .mm-nav-item svg {
    height: 56px;
    width: auto;
    padding-bottom: 0.5em;
    -webkit-filter: drop-shadow(1px 2px 1px rgba(21, 22, 23, 0.5));
    filter: drop-shadow(1px 2px 1px rgba(21, 22, 23, 0.5));
    color: #fcfafa; }
    .uk-modal-page .mm-nav-item svg.mo,
    .asp-site .mm-nav-item svg.mo {
      padding: 0.125em 0em 0.938em; }
  .uk-modal-page .mm-nav-item img,
  .asp-site .mm-nav-item img {
    height: 50px;
    width: auto;
    padding-bottom: 0.5em;
    -webkit-filter: drop-shadow(1px 2px 1px rgba(21, 22, 23, 0.5));
    filter: drop-shadow(1px 2px 1px rgba(21, 22, 23, 0.5)); }
    .uk-modal-page .mm-nav-item img.mo,
    .asp-site .mm-nav-item img.mo {
      height: 40px; }
    .uk-modal-page .mm-nav-item img.product,
    .asp-site .mm-nav-item img.product {
      height: 50px;
      padding-bottom: 0em; }
    .uk-modal-page .mm-nav-item img.shcs,
    .asp-site .mm-nav-item img.shcs {
      margin: 0em 1.375em; }
  .uk-modal-page .mm-nav-item.alt-nav,
  .asp-site .mm-nav-item.alt-nav {
    flex-direction: column;
    min-height: auto; }
    .uk-modal-page .mm-nav-item.alt-nav img,
    .asp-site .mm-nav-item.alt-nav img {
      height: auto;
      max-width: 190px;
      padding-bottom: 0em;
      margin-bottom: 0.938em; }
      .uk-modal-page .mm-nav-item.alt-nav img.sh-logo,
      .asp-site .mm-nav-item.alt-nav img.sh-logo {
        max-height: 100px;
        max-width: auto; }
  .uk-modal-page .mm-nav-item.aa-item,
  .asp-site .mm-nav-item.aa-item {
    text-align: center; }
  .uk-modal-page .mm-nav-item.ssp:hover,
  .asp-site .mm-nav-item.ssp:hover {
    background-color: #2051a3; }
  .uk-modal-page .mm-nav-item.sp:hover,
  .asp-site .mm-nav-item.sp:hover {
    background-color: #2051a3; }
  .uk-modal-page .mm-nav-item.dd:hover,
  .asp-site .mm-nav-item.dd:hover {
    background-color: #0077b2; }
  .uk-modal-page .mm-nav-item.ss:hover,
  .asp-site .mm-nav-item.ss:hover {
    background-color: #ed1f24; }
  .uk-modal-page .mm-nav-item.aa-item:hover,
  .asp-site .mm-nav-item.aa-item:hover {
    background-color: #2051a3;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.75); }

.uk-modal-page .mm-item-label,
.asp-site .mm-item-label {
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  font-size: 0.875rem;
  background: rgba(252, 250, 250, 0.9);
  text-transform: uppercase;
  font-variation-settings: "wght" 500;
  padding: 0em 1.563em 0.125em;
  border-radius: 0px;
  color: #060808; }
  .uk-modal-page .mm-item-label.mo,
  .asp-site .mm-item-label.mo {
    padding: 0.063em 0.938em 0.125em;
    letter-spacing: 0rem;
    line-height: normal; }

.uk-modal-page .mm-item-txt-container,
.asp-site .mm-item-txt-container {
  padding: 0em 0em 0em 1.25em; }
  .uk-modal-page .mm-item-txt-container.alt-nav,
  .asp-site .mm-item-txt-container.alt-nav {
    padding: 0em; }
    .uk-modal-page .mm-item-txt-container.alt-nav .mm-item-title,
    .uk-modal-page .mm-item-txt-container.alt-nav .mm-item-descr,
    .asp-site .mm-item-txt-container.alt-nav .mm-item-title,
    .asp-site .mm-item-txt-container.alt-nav .mm-item-descr {
      text-align: center; }
    .uk-modal-page .mm-item-txt-container.alt-nav .mm-item-title,
    .asp-site .mm-item-txt-container.alt-nav .mm-item-title {
      font-size: 1rem; }
  .uk-modal-page .mm-item-txt-container.mo,
  .asp-site .mm-item-txt-container.mo {
    padding: 0em; }
  .uk-modal-page .mm-item-txt-container .mm-item-title,
  .asp-site .mm-item-txt-container .mm-item-title {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.15;
    margin-bottom: 0.188em;
    font-variation-settings: "wght" 450;
    text-align: left;
    color: #35373b; }
  .uk-modal-page .mm-item-txt-container .mm-item-descr,
  .asp-site .mm-item-txt-container .mm-item-descr {
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1.15;
    text-align: left;
    color: #6f7271;
    text-transform: none;
    white-space: normal;
    letter-spacing: -0.015rem; }

.uk-modal-page .uk-dropdown-nav > li > a:hover .mm-item-title,
.asp-site .uk-dropdown-nav > li > a:hover .mm-item-title {
  color: #3d7cc9; }

.uk-modal-page .mm-feat-button,
.asp-site .mm-feat-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
  min-height: 100px;
  width: 100%; }
  .uk-modal-page .mm-feat-button .mm-feat-icon,
  .asp-site .mm-feat-button .mm-feat-icon {
    max-width: 70px;
    width: 100%;
    height: 100%;
    padding: 0.625em 0em 0.625em 0.625em; }

.uk-modal-page .mm-slip-hitch,
.uk-modal-page .mm-finance,
.uk-modal-page .mm-dealer,
.asp-site .mm-slip-hitch,
.asp-site .mm-finance,
.asp-site .mm-dealer {
  box-shadow: none; }

.uk-modal-page .uk-dropdown-nav > li > a.mm-feat-item:hover .mm-slip-hitch,
.asp-site .uk-dropdown-nav > li > a.mm-feat-item:hover .mm-slip-hitch {
  background-color: #9f1e20;
  box-shadow: none; }

.uk-modal-page .uk-dropdown-nav > li > a.mm-feat-item:hover .mm-finance,
.asp-site .uk-dropdown-nav > li > a.mm-feat-item:hover .mm-finance {
  background-color: #23427f;
  box-shadow: none; }

.uk-modal-page .uk-dropdown-nav > li > a.mm-feat-item:hover .mm-dealer,
.asp-site .uk-dropdown-nav > li > a.mm-feat-item:hover .mm-dealer {
  background-color: #222222;
  box-shadow: none; }

.uk-modal-page .uk-dropdown-nav > li > a.mm-feat-item:hover .mm-warranty,
.asp-site .uk-dropdown-nav > li > a.mm-feat-item:hover .mm-warranty {
  background-color: #9f1e20;
  box-shadow: none; }

.uk-modal-page .mm-slip-hitch,
.asp-site .mm-slip-hitch {
  background: #cf2127;
  color: #fcfafa;
  background-image: url(/assets/images/sliphitch-subnav-button.png);
  background-repeat: no-repeat; }

.uk-modal-page .mm-warranty,
.asp-site .mm-warranty {
  background: #cf2127;
  color: #fcfafa;
  background-image: url(/assets/images/warranty-subnav-button.png);
  background-repeat: no-repeat; }

.uk-modal-page .mm-finance,
.asp-site .mm-finance {
  background: #2051a3;
  color: #fcfafa;
  background-image: url(/assets/images/finance-subnav-button.png);
  background-repeat: no-repeat; }

.uk-modal-page .mm-dealer,
.asp-site .mm-dealer {
  background: #2f2f2f;
  color: #fcfafa;
  background-image: url(/assets/images/dealer-subnav-button.png);
  background-repeat: no-repeat; }

.uk-modal-page .mm-feat-txt-container,
.asp-site .mm-feat-txt-container {
  padding: 0px 0px 0px 20px; }
  .uk-modal-page .mm-feat-txt-container .mm-feat-hook,
  .asp-site .mm-feat-txt-container .mm-feat-hook {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #fcfafa;
    line-height: 1;
    margin-bottom: 0.125em;
    font-variation-settings: "wght" 600;
    text-shadow: 0px 2px 0 rgba(0, 0, 0, 0.5); }
  .uk-modal-page .mm-feat-txt-container .mm-feat-topic,
  .asp-site .mm-feat-txt-container .mm-feat-topic {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #ffc629;
    line-height: 1.2;
    font-variation-settings: "wght" 800;
    text-shadow: 0px 2px 0 rgba(0, 0, 0, 0.5); }

.uk-modal-page .support-sb-nav .mm-nav-item,
.asp-site .support-sb-nav .mm-nav-item {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 1.25em 0.938em;
  min-height: 155px; }

.uk-modal-page .about-arctic-sb-nav .mm-nav-item,
.asp-site .about-arctic-sb-nav .mm-nav-item {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0.938em;
  min-height: 115px; }

.uk-modal-page a .mm-item-header2,
.asp-site a .mm-item-header2 {
  font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fcfafa;
  font-style: italic; }

.uk-modal-page .asp-nav-grid #ssp-support,
.asp-site .asp-nav-grid #ssp-support {
  /* background: var(--ssp_blue); */
  color: #fcfafa; }

.uk-modal-page .asp-nav-grid #sp-support,
.asp-site .asp-nav-grid #sp-support {
  /* background: var(--arctic_yellow); */
  color: #151617; }

.uk-modal-page .uk-iconnav.asp-social-nav > *,
.asp-site .uk-iconnav.asp-social-nav > * {
  padding-left: 0.938em; }

/* Modal Mobile Nav (Burger Menu Icon & Modal)
 ========================================================================== */
.asp-mobile-nav {
  background: transparent;
  margin: 0;
  z-index: 1011; }
  .asp-mobile-nav .burger {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 1.75rem;
    cursor: pointer;
    background: transparent;
    outline: 0px;
    transition: background 0.2s, font-size 0s; }
    .asp-mobile-nav .burger > .burger-icon {
      width: 1.75rem;
      height: 0.188rem;
      border-radius: 0rem;
      background: #C8BCBD;
      transition: background 0.2s, font-size 0s; }
      .asp-mobile-nav .burger > .burger-icon::before, .asp-mobile-nav .burger > .burger-icon::after {
        transition: background 0.2s, font-size 0s;
        content: "";
        display: block;
        position: absolute;
        width: 1.75rem;
        height: 0.188rem;
        background: #C8BCBD;
        border-radius: 0rem;
        transform-origin: center center; }
    .asp-mobile-nav .burger > .burger-txt {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      color: #C8BCBD;
      font-size: 1rem;
      margin-left: 10px;
      text-transform: uppercase;
      letter-spacing: 0.01rem;
      transition: all 0.2s 0s linear; }
    .asp-mobile-nav .burger:hover {
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
      .asp-mobile-nav .burger:hover > .burger-txt {
        color: #3d7cc9 !important;
        background: transparent !important; }
      .asp-mobile-nav .burger:hover > .burger-icon {
        background: #3d7cc9;
        -webkit-filter: drop-shadow(1px 1px 1px rgba(21, 22, 23, 0.25));
        filter: drop-shadow(1px 1px 1px rgba(21, 22, 23, 0.25)); }
        .asp-mobile-nav .burger:hover > .burger-icon::before, .asp-mobile-nav .burger:hover > .burger-icon::after {
          background: #3d7cc9 !important; }
      @media (hover: none) {
        .asp-mobile-nav .burger:hover > .burger-txt {
          color: #C8BCBD !important;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0); }
        .asp-mobile-nav .burger:hover > .burger-icon {
          background: #C8BCBD;
          -webkit-filter: drop-shadow(0px 0px 0px rgba(21, 22, 23, 0));
          filter: drop-shadow(0px 0px 0px rgba(21, 22, 23, 0)); }
          .asp-mobile-nav .burger:hover > .burger-icon::before, .asp-mobile-nav .burger:hover > .burger-icon::after {
            background: #C8BCBD !important; } }
    .asp-mobile-nav .burger.unToggled > .burger-icon::before {
      margin-top: -0.6rem;
      animation: burg2topReset 0.4s linear forwards; }
    .asp-mobile-nav .burger.unToggled > .burger-icon::after {
      margin-top: 0.6rem;
      animation: burg2bottomReset 0.4s linear forwards; }
    .asp-mobile-nav .burger.unToggled > .burger-txt::before {
      content: 'Menu';
      margin-right: 3.14px; }
    .asp-mobile-nav .burger.toggled > .burger-txt::before {
      content: 'Close';
      margin-right: 0em; }
    .asp-mobile-nav .burger.toggled > .burger-icon {
      background: transparent; }
      .asp-mobile-nav .burger.toggled > .burger-icon::before {
        animation: burg2top 0.4s linear forwards; }
      .asp-mobile-nav .burger.toggled > .burger-icon::after {
        animation: burg2bottom 0.4s linear forwards; }
    .asp-mobile-nav .burger.toggled:hover > .burger-icon {
      background: transparent; }
      .asp-mobile-nav .burger.toggled:hover > .burger-icon::before {
        background: #C8BCBD; }
      .asp-mobile-nav .burger.toggled:hover > .burger-icon::after {
        background: #C8BCBD; }

@keyframes burg2top {
  0% { }
  20% {
    margin-top: 0em;
    transform: rotate(0deg); }
  60% {
    margin-top: 0em;
    transform: rotate(55deg); }
  100% {
    margin-top: 0em;
    transform: rotate(45deg); } }

@keyframes burg2bottom {
  0% { }
  20% {
    margin-top: 0em;
    transform: rotate(0deg); }
  60% {
    margin-top: 0em;
    transform: rotate(-55deg); }
  100% {
    margin-top: 0em;
    transform: rotate(-45deg); } }

@keyframes burg2topReset {
  0% {
    margin-top: 0em;
    transform: rotate(45deg); }
  20% {
    transform: rotate(0deg); }
  60% {
    margin-top: 0.8rem;
    transform: rotate(0deg); }
  100% {
    margin-top: 0.6rem;
    transform: rotate(0deg); } }

@keyframes burg2bottomReset {
  0% {
    margin-top: 0em;
    transform: rotate(-45deg); }
  20% {
    transform: rotate(0deg); }
  60% {
    margin-top: -0.8rem;
    transform: rotate(0deg); }
  100% {
    margin-top: -0.6rem;
    transform: rotate(0deg); } }

[data-page-mod="home"] .asp-nav-wrapper.asp-navbar-overlay {
  background: rgba(255, 255, 255, 0);
  transition: background 0.15s linear, opacity 0.15s linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0); }

.uk-modal-page[data-page-mod="home"] .asp-nav-wrapper.asp-navbar-overlay {
  background: white;
  transition: background 0.15s linear, opacity 0.15s linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0); }

.uk-modal-page[data-page-mod="home"] .asp-nav-modal {
  top: 0em;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 6.938em;
  z-index: 0; }

.uk-modal-page .asp-nav-modal {
  top: 6.875em;
  outline: 0px;
  transition: opacity 0.5s linear;
  height: auto; }
  .uk-modal-page .asp-nav-modal.uk-open .asp-modal-dialog {
    box-shadow: 2px 5px 10px rgba(21, 22, 23, 0.25); }
  .uk-modal-page .asp-nav-modal .asp-modal-dialog {
    background: #fcfafa;
    padding: 2.5em 1.875em 6.25em;
    transition: all 0.4s 0s linear;
    height: auto; }
    .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content {
      height: auto;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      list-style: none; }
      .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content.asp-modal-nav-grid {
        margin-left: -3.125em; }
        .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content.asp-modal-nav-grid > * {
          padding-left: 3.125em;
          margin: 0; }
      .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .modal-nav-col {
        width: 50%;
        box-sizing: border-box; }
        .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .modal-nav-col:last-of-type {
          padding-top: 0; }
      @media (max-width: 729px) {
        .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .modal-nav-col {
          width: 100%; }
          .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .modal-nav-col:last-of-type {
            padding-top: 2.5em; } }
      .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .asp-nav-header {
        font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
        color: #35373b;
        font-size: 1.125rem !important;
        margin-bottom: 0.625em;
        font-style: italic; }
      .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .asp-heading-bullet {
        position: relative; }
        .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .asp-heading-bullet::before {
          content: "";
          display: inline-block;
          position: relative;
          top: calc(-0.1 * 1rem);
          vertical-align: middle;
          height: calc(0.275rem + 0.7rem);
          margin-right: calc(0.375em + 0.2em);
          border-left: calc(1rem + 0.1rem) solid #3d7cc9;
          transform: skew(-10deg);
          margin-left: 0.125em; }
      .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .asp-heading-line {
        overflow: hidden; }
        .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .asp-heading-line > * {
          display: inline-block;
          position: relative; }
        .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .asp-heading-line > ::after {
          content: "";
          position: absolute;
          top: calc(50% - (calc(0.013em + 0.05em)/ 2));
          width: 2000px;
          border-bottom: calc(0.013rem + 0.05rem) solid #e5e5e5;
          left: 100%;
          margin-left: calc(0.375em + 0.3em); }
      .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .uk-dropdown-nav > li > a:hover .mm-item-title,
      .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .uk-dropdown-nav > li > a:hover .nav-icon svg path.fa-primary {
        color: #3d7cc9; }
      .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .uk-dropdown-nav > li > a:hover .nav-icon svg path.fa-secondary {
        color: #6f7271; }
      .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content li a.asp-link-btn {
        background-color: #e9e8e5;
        margin: 0.625em 0em;
        width: 100%; }
        .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content li a.asp-link-btn:hover {
          background-color: #3d7cc9; }
          .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content li a.asp-link-btn:hover .mm-item-title {
            color: #fcfafa; }
          .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content li a.asp-link-btn:hover .nav-icon svg path.fa-primary {
            color: #ffc629; }
          .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content li a.asp-link-btn:hover .mm-item-descr {
            color: #e9e8e5; }
          .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content li a.asp-link-btn:hover .nav-icon svg path.fa-secondary {
            color: #35373b; }
        .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content li a.asp-link-btn .mm-nav-item.s-link.mult-line {
          min-height: 64px;
          padding: 0em 1.25em; }
          .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content li a.asp-link-btn .mm-nav-item.s-link.mult-line .mm-item-txt-container.has-icon .nav-icon {
            margin-right: 0.75em; }
            .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content li a.asp-link-btn .mm-nav-item.s-link.mult-line .mm-item-txt-container.has-icon .nav-icon svg {
              height: 32px; }
          .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content li a.asp-link-btn .mm-nav-item.s-link.mult-line .mm-item-txt-container .mm-item-title {
            margin-bottom: 0.188em; }
      .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .mm-nav-item.s-link {
        min-height: 50px; }
        .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .mm-nav-item.s-link .mm-item-txt-container {
          padding: 0em 0em 0em 0em; }
          .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .mm-nav-item.s-link .mm-item-txt-container.has-icon {
            display: flex;
            align-items: center; }
            .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .mm-nav-item.s-link .mm-item-txt-container.has-icon .nav-icon {
              margin-right: 0.5em; }
              .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .mm-nav-item.s-link .mm-item-txt-container.has-icon .nav-icon svg {
                height: 22px;
                width: auto;
                padding-bottom: 0em;
                -webkit-filter: drop-shadow(0px 0px 0px rgba(21, 22, 23, 0));
                filter: drop-shadow(0px 0px 0px rgba(21, 22, 23, 0)); }
          .uk-modal-page .asp-nav-modal .asp-modal-dialog .asp-modal-content .mm-nav-item.s-link .mm-item-txt-container .mm-item-title {
            margin-bottom: 0em; }

/* Product Subnav
 ========================================================================== */
.arctic-a {
  width: auto;
  height: 25px;
  margin: 0.625em 0em; }

.uk-navbar-container.asp-subnav-wrapper,
.uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) {
  padding: 0em 0em 0em 2.5em; }
  .uk-navbar-container.asp-subnav-wrapper.ssp, .uk-navbar-container.asp-subnav-wrapper.sp,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent).ssp,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent).sp {
    background: #2051a3; }
  .uk-navbar-container.asp-subnav-wrapper.dd,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent).dd {
    background: #151617; }
  .uk-navbar-container.asp-subnav-wrapper.ss,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent).ss {
    background: #ed1f24; }
  .uk-navbar-container.asp-subnav-wrapper.rzbk,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent).rzbk {
    background: #4457a3; }
  .uk-navbar-container.asp-subnav-wrapper.os,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent).os {
    background: #35373b; }
  .uk-navbar-container.asp-subnav-wrapper .asp-toggle.mo,
  .uk-navbar-container.asp-subnav-wrapper .subnav-mobile,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-toggle.mo,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .subnav-mobile {
    display: none; }
  .uk-navbar-container.asp-subnav-wrapper .subnav-mobile,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .subnav-mobile {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fcfafa; }
    .uk-navbar-container.asp-subnav-wrapper .subnav-mobile.uk-button,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .subnav-mobile.uk-button {
      padding: 0em 0.938em;
      line-height: 56px; }
    .uk-navbar-container.asp-subnav-wrapper .subnav-mobile span svg,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .subnav-mobile span svg {
      width: 30px;
      height: auto; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown {
    margin-top: 0em; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown.uk-dropdown.uk-drop.uk-open,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown.uk-dropdown.uk-drop.uk-open {
    top: 56px !important;
    right: 0px;
    left: auto !important;
    padding: 0px; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 1rem;
    color: #6f7271; }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button {
      background: #2051a3;
      text-align: center;
      margin-top: 0.625em; }
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button a,
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button a,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button a,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button a {
        text-transform: uppercase;
        color: #fcfafa; }
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button a span,
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button a span,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button a span,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button a span {
          color: #fcfafa;
          width: 14px;
          height: 14px; }
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button:hover,
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button:hover,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button:hover,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button:hover {
        background: #ffc629; }
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button:hover a,
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button:hover a span,
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button:hover a,
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button:hover a span,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button:hover a,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button:hover a span,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button:hover a,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button:hover a span {
          color: #151617 !important; }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li a,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li a,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li a,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li a {
      font-size: 0.938rem;
      letter-spacing: normal;
      font-variation-settings: "wght" 500;
      padding: 10px 15px; }
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li a.up-case,
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li a.up-case,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li a.up-case,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li a.up-case {
        text-transform: uppercase; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav > li > a:hover,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav > li > a:focus,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav > li.uk-active > a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav > li > a:hover,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav > li > a:focus,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav > li.uk-active > a {
    color: #2051a3; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.product-name li,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.about-arctic li,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.product-name li,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.about-arctic li {
    color: #fcfafa;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 1;
    font-variation-settings: "wght" 600;
    text-shadow: 0px 2px 0 rgba(0, 0, 0, 0.5); }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.product-name li span.ssp, .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.product-name li span.sp,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.about-arctic li span.ssp,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.about-arctic li span.sp,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.product-name li span.ssp,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.product-name li span.sp,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.about-arctic li span.ssp,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.about-arctic li span.sp {
      color: #ffc629; }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.product-name li span.dd,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.about-arctic li span.dd,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.product-name li span.dd,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.about-arctic li span.dd {
      color: #0077b2; }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.product-name li span.rzbk,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.about-arctic li span.rzbk,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.product-name li span.rzbk,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.about-arctic li span.rzbk {
      color: #f4dc32; }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.product-name li span.ss,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.about-arctic li span.ss,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.product-name li span.ss,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.about-arctic li span.ss {
      color: #ffc629; }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.product-name li span.os,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.about-arctic li span.os,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.product-name li span.os,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.about-arctic li span.os {
      color: #3d7cc9; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links li a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 45px;
    padding: 0em 0.938em;
    font-size: 0.938rem;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    text-decoration: none;
    font-variation-settings: "wght" 500;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    text-transform: none; }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links li a.up-case,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links li a.up-case {
      text-transform: uppercase; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links li.subnav-button a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links li.subnav-button a {
    text-transform: uppercase; }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links li.subnav-button a span,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links li.subnav-button a span {
      color: #fcfafa;
      width: 14px;
      height: 14px; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ssp li, .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.sp li,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ssp li,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.sp li {
    /**&.uk-active > a,
            &:hover a,
            a:hover,
            a:active,
            a:focus {
               color: $arctic-yellow;
            }**/ }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ssp li:hover a,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ssp li a:hover, .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.sp li:hover a,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.sp li a:hover,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ssp li:hover a,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ssp li a:hover,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.sp li:hover a,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.sp li a:hover {
      color: #ffc629; }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ssp li.uk-active > a,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ssp li a:active,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ssp li a:focus, .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.sp li.uk-active > a,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.sp li a:active,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.sp li a:focus,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ssp li.uk-active > a,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ssp li a:active,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ssp li a:focus,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.sp li.uk-active > a,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.sp li a:active,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.sp li a:focus {
      color: #fcfafa; }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ssp li.subnav-button, .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.sp li.subnav-button,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ssp li.subnav-button,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.sp li.subnav-button {
      background: rgba(21, 22, 23, 0.25); }
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ssp li.subnav-button:hover, .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.sp li.subnav-button:hover,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ssp li.subnav-button:hover,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.sp li.subnav-button:hover {
        background: #ffc629; }
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ssp li.subnav-button:hover a,
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ssp li.subnav-button:hover a span, .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.sp li.subnav-button:hover a,
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.sp li.subnav-button:hover a span,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ssp li.subnav-button:hover a,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ssp li.subnav-button:hover a span,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.sp li.subnav-button:hover a,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.sp li.subnav-button:hover a span {
          color: #151617 !important; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.dd li.uk-active > a,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.dd li:hover a,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.dd li a:hover,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.dd li a:active,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.dd li a:focus,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.dd li.uk-active > a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.dd li:hover a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.dd li a:hover,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.dd li a:active,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.dd li a:focus {
    color: #0077b2; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.dd li.subnav-button,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.dd li.subnav-button {
    background: rgba(233, 232, 229, 0.1); }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.dd li.subnav-button:hover,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.dd li.subnav-button:hover {
      background: #0077b2; }
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.dd li.subnav-button:hover a,
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.dd li.subnav-button:hover a span,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.dd li.subnav-button:hover a,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.dd li.subnav-button:hover a span {
        color: #151617 !important; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ss li.uk-active > a,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ss li:hover a,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ss li a:hover,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ss li a:active,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ss li a:focus,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ss li.uk-active > a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ss li:hover a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ss li a:hover,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ss li a:active,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ss li a:focus {
    color: #ffc629; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ss li.subnav-button,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ss li.subnav-button {
    background: rgba(21, 22, 23, 0.25); }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ss li.subnav-button:hover,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ss li.subnav-button:hover {
      background: #232428; }
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ss li.subnav-button:hover a,
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.ss li.subnav-button:hover a span,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ss li.subnav-button:hover a,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.ss li.subnav-button:hover a span {
        color: #fcfafa !important; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.os li.uk-active > a,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.os li:hover a,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.os li a:hover,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.os li a:active,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.os li a:focus,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.os li.uk-active > a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.os li:hover a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.os li a:hover,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.os li a:active,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.os li a:focus {
    color: #ffc629; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.os li.subnav-button,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.os li.subnav-button {
    background: rgba(21, 22, 23, 0.25); }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.os li.subnav-button:hover,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.os li.subnav-button:hover {
      background: #ffc629; }
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.os li.subnav-button:hover a,
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links.os li.subnav-button:hover a span,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.os li.subnav-button:hover a,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links.os li.subnav-button:hover a span {
        color: #151617 !important; }

/* Subnav
 ========================================================================== */
.uk-subnav-pill > .uk-active > a {
  background-color: #2051a3; }

.asp-subnav-container {
  background-color: #27282B;
  z-index: 2;
  position: relative; }
  .asp-subnav-container.uk-sticky-fixed {
    background-color: rgba(39, 40, 43, 0.98);
    position: fixed !important;
    top: 0px !important; }
  .asp-subnav-container .asp-subnav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin: 0em;
    padding: 0.625em 2.5em; }
    .asp-subnav-container .asp-subnav li {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      text-transform: uppercase;
      font-size: 0.875rem;
      text-decoration: none;
      font-variation-settings: "wght" 500; }
      .asp-subnav-container .asp-subnav li.uk-active a {
        background-color: #3d7cc9;
        color: #ffffff; }
        .asp-subnav-container .asp-subnav li.uk-active a:hover {
          color: #ffffff; }
      .asp-subnav-container .asp-subnav li.uk-first-column {
        padding-left: 0em; }
      .asp-subnav-container .asp-subnav li :first-child {
        padding: 0.313em 0.625em;
        background: transparent;
        display: block;
        color: #6f7271; }
        .asp-subnav-container .asp-subnav li :first-child:hover {
          color: #ffc629; }

.uk-navbar-container.asp-subnav-wrapper,
.uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) {
  padding: 0em 0em 0em 2.5em;
  background: #27282B;
  justify-content: center;
  align-items: center; }
  .uk-navbar-container.asp-subnav-wrapper.alt .asp-subnav,
  .uk-navbar-container.asp-subnav-wrapper.alt .asp-subnav-bar,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent).alt .asp-subnav,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent).alt .asp-subnav-bar {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin: 0em;
    padding: 0em 2.5em; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.about-arctic li,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.about-arctic li {
    color: #fcfafa;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1;
    font-variation-settings: "wght" 600;
    text-shadow: 0px 2px 0 rgba(0, 0, 0, 0.5); }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links li a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 45px;
    padding: 0em 0.938em;
    font-size: 0.875rem;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    color: rgba(252, 250, 250, 0.5);
    text-decoration: none;
    font-variation-settings: "wght" 500;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    text-transform: uppercase; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links li.uk-active > a,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links li:hover a,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links li a:hover,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links li a:active,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links li a:focus,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links li.uk-active > a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links li:hover a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links li a:hover,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links li a:active,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links li a:focus {
    color: #ffc629; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links li.subnav-button a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links li.subnav-button a {
    text-transform: uppercase; }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.subnav-links li.subnav-button a span,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.subnav-links li.subnav-button a span {
      color: #fcfafa;
      width: 14px;
      height: 14px; }
  .uk-navbar-container.asp-subnav-wrapper .asp-toggle.mo,
  .uk-navbar-container.asp-subnav-wrapper .subnav-mobile,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-toggle.mo,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .subnav-mobile {
    display: none; }
  .uk-navbar-container.asp-subnav-wrapper .subnav-mobile,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .subnav-mobile {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fcfafa; }
    .uk-navbar-container.asp-subnav-wrapper .subnav-mobile.uk-button,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .subnav-mobile.uk-button {
      padding: 0em 0.938em;
      line-height: 56px; }
    .uk-navbar-container.asp-subnav-wrapper .subnav-mobile span svg,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .subnav-mobile span svg {
      width: 30px;
      height: auto; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown {
    margin-top: 0em; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown.uk-dropdown.uk-drop.uk-open,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown.uk-dropdown.uk-drop.uk-open {
    top: 56px !important;
    right: 0px;
    left: auto !important;
    padding: 0px; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 1rem;
    color: #6f7271; }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button {
      background: #2051a3;
      text-align: center;
      margin-top: 0.625em; }
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button a,
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button a,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button a,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button a {
        text-transform: uppercase;
        color: #fcfafa; }
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button a span,
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button a span,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button a span,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button a span {
          color: #fcfafa;
          width: 14px;
          height: 14px; }
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button:hover,
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button:hover,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button:hover,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button:hover {
        background: #ffc629; }
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button:hover a,
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button:hover a span,
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button:hover a,
        .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button:hover a span,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button:hover a,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li.subnav-button:hover a span,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button:hover a,
        .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li.subnav-button:hover a span {
          color: #151617 !important; }
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li a,
    .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li a,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li a,
    .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li a {
      font-size: 0.938rem;
      letter-spacing: normal;
      font-variation-settings: "wght" 500;
      padding: 10px 15px; }
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li a.up-case,
      .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav li a.up-case,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-nav.uk-dropdown-nav li a.up-case,
      .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav li a.up-case {
        text-transform: uppercase; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav > li > a:hover,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav > li > a:focus,
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-dropdown .uk-dropdown-nav > li.uk-active > a,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav > li > a:hover,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav > li > a:focus,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-dropdown .uk-dropdown-nav > li.uk-active > a {
    color: #2051a3; }

@media only screen and (max-width: 430px) {
  .asp-subnav-container .asp-subnav {
    padding: 0.625em 1.25em !important;
    justify-content: center !important; }
    .asp-subnav-container .asp-subnav li {
      font-size: 0.85rem !important; } }

@media only screen and (max-width: 844px) {
  .uk-navbar-container.asp-subnav-wrapper .asp-toggle.mo,
  .uk-navbar-container.asp-subnav-wrapper .subnav-mobile,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-toggle.mo,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .subnav-mobile {
    display: block; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.about-arctic,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.about-arctic {
    padding: 0em 2.5em 0em 0em; }
  .uk-navbar-container.asp-subnav-wrapper .asp-subnav-bar.dt,
  .uk-navbar-container.asp-subnav-wrapper:not(.uk-navbar-transparent) .asp-subnav-bar.dt {
    display: none; } }

@media only screen and (max-width: 991px) {
  [data-page-type="about-arctic"] .asp-nav-wrapper,
  [data-page-type="product"] .asp-nav-wrapper,
  [data-page-type="financing"] .asp-nav-wrapper,
  [data-page-type="support"] .asp-nav-wrapper,
  [data-page-type="warranty"] .asp-nav-wrapper {
    padding: 0.313em 0em; }
  .subnav-mobile.uk-button {
    line-height: 56px; } }

/* Dropdown
 ========================================================================== */
.uk-navbar-dropdown {
  padding: 25px; }

/* Show */
.uk-navbar-dropdown.uk-open {
  display: block; }

/* Heroes
========================================================================= */
/* Base Hero Styles */
.section-divider {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  display: block; }

.divider {
  background-image: url("/assets/images/sect-divider.png");
  position: absolute;
  left: 0;
  height: 88px;
  top: -84px;
  width: 100%;
  background-size: cover;
  background-position-x: left; }
  .divider.dk {
    background-image: url("/assets/images/sect-divider-dk.png"); }
  .divider.rzbk-blue {
    background-image: url("/assets/images/sect-divider-rzbk-blue.png"); }

.asp-hero-section {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  backface-visibility: hidden;
  background: #ffffff; }
  .asp-hero-section .asp-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box; }
    .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper {
      padding: 2.5em 1.563em;
      display: flex;
      align-items: center;
      flex-direction: column; }
      @media (min-width: 40em) and (max-width: 59.938em) {
        .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper {
          padding: 2.5em 1.563em; } }
      @media (min-width: 60em) and (max-width: 74.938em) {
        .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper {
          padding: 2.5em 1.563em; } }
      @media (min-width: 75em) and (max-width: 99.938em) {
        .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper {
          padding: 2.5em 1.563em; } }
      @media (min-width: 100em) {
        .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper {
          padding: 2.5em 1.563em; } }
      .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-hero-header {
        color: #fcfafa;
        font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 3.125rem;
        line-height: 1.2;
        text-transform: uppercase;
        font-style: italic;
        letter-spacing: 0.02rem;
        text-align: center;
        text-shadow: 1px 4px 1px rgba(0, 0, 0, 0.8); }
        .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-hero-header.pro-home {
          color: #ffc629 !important; }
        @media (min-width: 40em) and (max-width: 59.938em) {
          .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-hero-header {
            font-size: 3.875rem; } }
        @media (min-width: 60em) and (max-width: 74.938em) {
          .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-hero-header {
            font-size: 5rem; } }
        @media (min-width: 75em) and (max-width: 99.938em) {
          .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-hero-header {
            font-size: 5rem; } }
        @media (min-width: 100em) {
          .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-hero-header {
            font-size: 5rem; } }
      .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-hero-subheader {
        color: #ffc629;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 1.5rem;
        line-height: 1.1;
        font-variation-settings: "wght" 600;
        text-transform: uppercase;
        text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
        margin-bottom: 0.625em;
        text-align: center; }
        .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-hero-subheader.pro-home {
          color: #ffffff !important; }
        @media (min-width: 40em) and (max-width: 59.938em) {
          .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-hero-subheader {
            font-size: 2rem; } }
        @media (min-width: 60em) and (max-width: 74.938em) {
          .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-hero-subheader {
            font-size: 2rem; } }
        @media (min-width: 75em) and (max-width: 99.938em) {
          .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-hero-subheader {
            font-size: 2rem; } }
        @media (min-width: 100em) {
          .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-hero-subheader {
            font-size: 2rem; } }
      .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-button-wrapper {
        margin: 1.25em 0em 0em;
        text-align: center; }
        .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-button-wrapper .asp-button-default {
          background-color: rgba(21, 22, 23, 0.6);
          color: #fcfafa;
          border: 3px solid #fcfafa;
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 1.25rem;
          font-weight: 400;
          text-transform: uppercase;
          text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5); }
          .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-button-wrapper .asp-button-default.mo {
            font-size: 1rem;
            padding: 0px 25px; }
          .asp-hero-section .asp-hero .uk-container.hero-txt-wrapper .asp-button-wrapper .asp-button-default:hover {
            background-color: #3d7cc9; }

/* End of Base Hero Styles */
.home-vid-hero {
  min-height: 100vh;
  display: block;
  position: relative;
  box-sizing: border-box; }
  .home-vid-hero.hwl {
    align-items: center;
    justify-content: center; }
  .home-vid-hero .product-vid-hero-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .home-vid-hero .hero-txt-wrapper {
    padding: 2.5em 1.563em;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .home-vid-hero .hero-txt-wrapper .asp-hero-subheader {
      color: #ffc629;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 1.5rem;
      line-height: 1.1;
      font-variation-settings: "wght" 600;
      text-transform: uppercase;
      text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
      margin-bottom: 0.625em;
      text-align: center; }
      @media (min-width: 100em) {
        .home-vid-hero .hero-txt-wrapper .asp-hero-subheader {
          font-size: 2rem; } }
    .home-vid-hero .hero-txt-wrapper .asp-hero-header {
      color: #fcfafa;
      font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 3.125rem;
      line-height: 1.2;
      text-transform: uppercase;
      font-style: italic;
      letter-spacing: 0.02rem;
      text-align: center;
      text-shadow: 1px 4px 1px rgba(0, 0, 0, 0.8); }
      @media (min-width: 100em) {
        .home-vid-hero .hero-txt-wrapper .asp-hero-header {
          font-size: 72px; } }
    .home-vid-hero .hero-txt-wrapper .asp-button-wrapper {
      margin: 1.25em 0em 0em;
      text-align: center; }
      .home-vid-hero .hero-txt-wrapper .asp-button-wrapper .asp-button-default {
        background-color: rgba(21, 22, 23, 0.6);
        color: #fcfafa;
        border: 3px solid #fcfafa;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 1.25rem;
        font-weight: 400;
        text-transform: uppercase;
        text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5); }
        .home-vid-hero .hero-txt-wrapper .asp-button-wrapper .asp-button-default.mo {
          font-size: 1rem;
          padding: 0px 25px; }
        .home-vid-hero .hero-txt-wrapper .asp-button-wrapper .asp-button-default:hover {
          background-color: #3d7cc9; }

.home-hero {
  background-repeat: no-repeat;
  min-height: 100vh;
  background-position: left 50%;
  background-size: auto 100vh;
  background-image: url(/assets/images/heroes/home/home-hero-img_small.jpg);
  /* Phone (Landscape) */
  /* Tablet (Landscape) */
  /* Desktop / Large Tablet (Landscape) */
  /* Large Screens */ }
  .home-hero::after {
    position: absolute;
    top: 5px;
    right: 5px;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 700;
    color: black;
    font-size: 1rem;
    background-color: yellow;
    padding: 5px; }
  @media (min-width: 15.625em) and (max-width: 40em) {
    .home-hero {
      background-image: url(/assets/images/heroes/home/home-hero-img_small.jpg);
      background-size: cover;
      background-position: left bottom;
      /* &::after {content: 'Ph';} */
      /* Phone (Retina) */ } }
  @media (min-width: 15.625em) and (max-width: 40em) and (min-resolution: 130dpi), (min-width: 15.625em) and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 2) {
    .home-hero {
      background-image: url(/assets/images/heroes/home/home-hero-img_small_2x.jpg);
      /* &::after {content: 'Ph-R';} */ } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) {
    .home-hero {
      min-height: 525px;
      background-position: left 50%;
      background-size: cover;
      /* Phone (Landscape - Retina) */ } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .home-hero {
      background-image: url(/assets/images/heroes/home/home-hero-img_small_2x.jpg);
      /* &::after {content: 'Ph-L-R';} */ } }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .home-hero {
      background-image: url(/assets/images/heroes/home/home-hero-img_medium.jpg);
      background-size: cover;
      /* &::after {content: 'Tab';} */
      /* Tablet (Retina) */ } }
  @media (min-width: 40.063em) and (max-width: 64em) and (min-resolution: 130dpi), (min-width: 40.063em) and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
    .home-hero {
      background-image: url(/assets/images/heroes/home/home-hero-img_medium_2x.jpg);
      /* &::after {content: 'Tab-R';} */ } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) {
    .home-hero {
      background-image: url(/assets/images/heroes/home/home-hero-img_medium.jpg);
      background-size: cover;
      /* &::after {// content: 'Tab-L';} */
      /* Tablet (Landscape - Retina) */ } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .home-hero {
      background-image: url(/assets/images/heroes/home/home-hero-img_medium_2x.jpg);
      /* &::after {content: 'Tab-L-R';} */ } }
  @media (min-width: 64.063em) and (max-width: 89.938em) {
    .home-hero {
      background-image: url(/assets/images/heroes/home/home-hero-img_large.jpg);
      background-size: cover;
      /* &::after {// content: 'Desk/Tab';} */
      /* Desktop / Large Tablet (Retina) */ } }
  @media (min-width: 64.063em) and (max-width: 89.938em) and (min-resolution: 130dpi), (min-width: 64.063em) and (max-width: 89.938em) and (-webkit-min-device-pixel-ratio: 2) {
    .home-hero {
      background-image: url(/assets/images/heroes/home/home-hero-img_large_2x.jpg);
      /* &::after {content: 'Desk/Tab-R';} */ } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) {
    .home-hero {
      background-image: url(/assets/images/heroes/home/home-hero-img_large.jpg);
      background-size: cover;
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .home-hero {
      background-image: url(/assets/images/heroes/home/home-hero-img_large_2x.jpg);
      /* &::after {content: 'Desk/Tab-L-R';} */ } }
  @media (min-width: 90em) {
    .home-hero {
      background-image: url(/assets/images/heroes/home/home-hero-img_xlarge.jpg);
      background-size: cover;
      /* &::after {// content: 'Large';} */
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 90em) and (min-resolution: 130dpi), (min-width: 90em) and (-webkit-min-device-pixel-ratio: 2) {
    .home-hero {
      background-image: url(/assets/images/heroes/home/home-hero-img_xlarge_2x.jpg);
      /* &::after {content: 'Large-R';} */ } }

.product-home-hero {
  min-height: 800px;
  display: flex;
  align-items: end;
  justify-content: center;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-size: cover !important;
  background-repeat: no-repeat;
  padding: 80px 80px; }
  .product-home-hero.mo {
    min-height: 600px; }
  .product-home-hero .asp-hero-header {
    color: #fcfafa;
    font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 3.25rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0.02rem;
    text-align: center;
    text-shadow: 1px 4px 1px rgba(0, 0, 0, 0.8); }
    .product-home-hero .asp-hero-header.pro-home {
      color: #ffc629 !important; }
  .product-home-hero .asp-hero-subheader {
    color: #ffc629;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 1.5rem;
    line-height: 1.3;
    font-variation-settings: "wght" 600;
    text-transform: uppercase;
    text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
    margin-bottom: 10px;
    text-align: center; }
    .product-home-hero .asp-hero-subheader.pro-home {
      color: #ffffff !important;
      margin-bottom: 1em; }

.product-hero {
  min-height: 600px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
  background-position: 25% 50%;
  background-size: cover;
  /* Phone (Landscape) */
  /* Tablet (Landscape) */
  /* Desktop / Large Tablet (Landscape) */
  /* Large Screens */
  /* Hero Text */ }
  @media (max-width: 500px) {
    .product-hero {
      min-height: 480px; } }
  .product-hero.hwl {
    align-items: center;
    justify-content: center; }
  .product-hero .hero-logo-wrapper {
    margin-bottom: 88px;
    text-align: center;
    padding: 0px 15px; }
    .product-hero .hero-logo-wrapper svg.hero-logo {
      width: 55vw;
      mix-blend-mode: normal;
      opacity: 60%; }
      @media (max-width: 42.5em) {
        .product-hero .hero-logo-wrapper svg.hero-logo {
          width: 85vw; } }
      .product-hero .hero-logo-wrapper svg.hero-logo path,
      .product-hero .hero-logo-wrapper svg.hero-logo rect {
        fill: #ffffff; }
      .product-hero .hero-logo-wrapper svg.hero-logo.dd-logo .st0 {
        fill: #ffffff; }
      .product-hero .hero-logo-wrapper svg.hero-logo.dd-logo .st1 {
        fill: #768085; }
      .product-hero .hero-logo-wrapper svg.hero-logo.dd-logo .st3 {
        fill: #020302; }
      .product-hero .hero-logo-wrapper svg.hero-logo.ssw-logo .st0,
      .product-hero .hero-logo-wrapper svg.hero-logo.ssw-logo .st3 {
        fill: #ffffff; }
      .product-hero .hero-logo-wrapper svg.hero-logo.ssw-logo .st1 {
        fill: #768085; }
      .product-hero .hero-logo-wrapper svg.hero-logo.ssw-logo .st2 {
        fill: #020302; }
      .product-hero .hero-logo-wrapper svg.hero-logo.ssw-logo .st4 {
        fill: #2a2a2a; }
      .product-hero .hero-logo-wrapper svg.hero-logo.ssw-logo .st5 {
        fill: #7b7b7b; }
    .product-hero .hero-logo-wrapper .text-border-box {
      border-top: 1px solid rgba(255, 255, 255, 0.6);
      margin-top: 25px;
      padding: 15px 0px 0px; }
    .product-hero .hero-logo-wrapper .asp-hero-descr {
      color: #ffc629;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-variation-settings: "wght" 200;
      font-size: 1.5rem;
      text-transform: uppercase;
      margin: 0; }
  @media (min-width: 63.938em) {
    .product-hero .hero-txt-wrapper {
      padding-top: 235px;
      padding-left: 70px;
      padding-right: 70px; }
      .product-hero .hero-txt-wrapper .asp-hero-header {
        font-size: 10vw; }
      .product-hero .hero-txt-wrapper .asp-hero-subheader {
        font-size: 4vw; } }
  .product-hero::after {
    position: absolute;
    top: 5px;
    right: 5px;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 700;
    color: black;
    font-size: 1rem;
    background-color: yellow;
    padding: 5px; }
  @media (min-width: 250px) and (max-width: 640px) {
    .product-hero {
      /* &::after {content: 'Ph';} */
      /* Phone (Retina) */ } }
  @media (min-width: 250px) and (max-width: 640px) and (min-resolution: 130dpi), (min-width: 250px) and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero {
      /* &::after {content: 'Ph (Retina)';} */ } }
  @media (min-width: 250px) and (max-width: 640px) {
      .product-hero .hero-txt-wrapper .asp-hero-header {
        max-inline-size: 6ch; }
      .product-hero .hero-txt-wrapper .asp-hero-subheader {
        max-inline-size: 15ch;
        margin-left: 8px; } }
  @media (min-width: 400px) and (max-width: 960px) and (orientation: landscape) {
    .product-hero {
      min-height: 525px;
      /* Phone (Landscape - Retina) */ } }
  @media (min-width: 641px) and (max-width: 1280px) {
    .product-hero {
      min-height: 500px;
      /* &::after {content: 'Tab';} */
      /* Tablet (Retina) */ } }
  @media (min-width: 641px) and (max-width: 1280px) and (min-resolution: 130dpi), (min-width: 641px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero::after {
      content: 'Tab (Retina)'; } }
  @media (min-width: 641px) and (max-width: 1280px) {
      .product-hero .hero-txt-wrapper .asp-hero-header {
        font-size: 14vw; }
      .product-hero .hero-txt-wrapper .asp-hero-subheader {
        font-size: 6vw; } }
  @media (min-width: 960px) and (max-width: 1520px) and (orientation: landscape) {
    .product-hero {
      /* Tablet (Landscape - Retina) */ }
      .product-hero .hero-txt-wrapper {
        padding-top: 185px; }
        .product-hero .hero-txt-wrapper .asp-hero-header {
          font-size: 11vw; }
        .product-hero .hero-txt-wrapper .asp-hero-subheader {
          font-size: 3.5vw; } }
  @media (min-width: 1281px) and (max-width: 1600px) {
    .product-hero {
      /* Desktop / Large Tablet (Retina) */ } }
  @media (min-width: 1440px) and (max-width: 1799px) and (orientation: landscape) {
    .product-hero {
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 1800px) {
    .product-hero {
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  .product-hero.ss .uk-container.hero-txt-wrapper {
    padding-top: 150px; }
  .product-hero.ss.mo {
    background-position: 100% 50%; }
  .product-hero .hero-txt-wrapper {
    padding-left: 60px;
    padding-right: 30px;
    padding-top: 185px;
    width: 100%;
    justify-content: flex-start;
    margin: 0px;
    display: flow-root;
    box-sizing: content-box; }
    .product-hero .hero-txt-wrapper .asp-hero-header {
      color: #ffc629;
      font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
      line-height: 1.15;
      text-transform: uppercase;
      font-style: italic;
      letter-spacing: 0.02rem;
      text-align: left;
      text-shadow: 1px 4px 1px rgba(0, 0, 0, 0.8);
      margin-left: -30px; }
    .product-hero .hero-txt-wrapper .asp-hero-subheader {
      color: #fcfafa;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      transform: skewX(-7deg);
      line-height: 1.3;
      font-variation-settings: "wght" 600;
      text-transform: uppercase;
      text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
      margin-bottom: 10px;
      text-align: left; }
    .product-hero .hero-txt-wrapper .asp-hero-descr {
      color: #fcfafa;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 1.5rem;
      line-height: 1.25;
      text-wrap: wrap;
      text-align: left;
      font-style: italic;
      margin: -5px 0px 0px -15px; }
    @media (min-width: 1200px) {
      .product-hero .hero-txt-wrapper.ssp {
        width: 50%; } }
    .product-hero .hero-txt-wrapper.ssp .asp-hero-header {
      color: #ffc629; }
    .product-hero .hero-txt-wrapper.ssp .asp-hero-subheader {
      color: #fcfafa; }
    .product-hero .hero-txt-wrapper svg.hero-subheader {
      margin-bottom: 10px;
      width: 100%;
      display: block;
      height: auto; }
      .product-hero .hero-txt-wrapper svg.hero-subheader text {
        color: #fcfafa;
        fill: #fcfafa;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        transform: skewX(-7deg);
        line-height: 1.3;
        font-variation-settings: "wght" 600;
        text-transform: uppercase;
        text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
        text-align: left; }
    .product-hero .hero-txt-wrapper .asp-hero-header.ss {
      color: #fcfafa;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 2.25rem;
      line-height: 1.1;
      font-variation-settings: "wght" 900;
      text-transform: uppercase;
      font-style: italic;
      text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
      margin-bottom: 0px;
      text-align: right;
      letter-spacing: -0.05rem; }
      .product-hero .hero-txt-wrapper .asp-hero-header.ss span {
        color: #ed1f24;
        font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
        letter-spacing: 0.1rem;
        font-size: 4rem;
        vertical-align: top;
        text-shadow: 1.5px 1.5px 0 #fcfafa, 1.5px -1.5px 0 #fcfafa, -1.5px 1.5px 0 #fcfafa, -1.5px -1.5px 0 #fcfafa, 1.5px 0px 0 #fcfafa, 0px 1.5px 0 #fcfafa, -1.5px 0px 0 #fcfafa, 0px -1.5px 0 #fcfafa; }

#detach-button-host {
  display: none !important; }
  #detach-button-host .button-container {
    display: none !important; }
    #detach-button-host .button-container.visible {
      display: none !important; }

.product-vid-hero {
  min-height: 600px;
  display: block;
  position: relative;
  box-sizing: border-box;
  /* Phone (Landscape) */
  /* Tablet (Landscape) */
  /* Desktop / Large Tablet (Landscape) */
  /* Large Screens */ }
  @media (max-width: 500px) {
    .product-vid-hero {
      min-height: 480px; } }
  .product-vid-hero.hwl {
    align-items: center;
    justify-content: center; }
  .product-vid-hero .product-vid-hero-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .product-vid-hero .hero-logo-wrapper {
    margin-bottom: 84px;
    text-align: center;
    padding: 0px 15px; }
    .product-vid-hero .hero-logo-wrapper svg.hero-logo {
      width: 50vw;
      opacity: 60%; }
      @media (max-width: 42.5em) {
        .product-vid-hero .hero-logo-wrapper svg.hero-logo {
          width: 85vw; } }
      .product-vid-hero .hero-logo-wrapper svg.hero-logo path,
      .product-vid-hero .hero-logo-wrapper svg.hero-logo rect {
        fill: #ffffff; }
      .product-vid-hero .hero-logo-wrapper svg.hero-logo.dd-logo .st0 {
        fill: #ffffff; }
      .product-vid-hero .hero-logo-wrapper svg.hero-logo.dd-logo .st1 {
        fill: #768085; }
      .product-vid-hero .hero-logo-wrapper svg.hero-logo.dd-logo .st3 {
        fill: #020302; }
      .product-vid-hero .hero-logo-wrapper svg.hero-logo.rzbk-logo {
        width: 50vw; }
        @media (max-width: 42.5em) {
          .product-vid-hero .hero-logo-wrapper svg.hero-logo.rzbk-logo {
            width: 85vw; } }
        .product-vid-hero .hero-logo-wrapper svg.hero-logo.rzbk-logo .st0 {
          fill: #595959; }
        .product-vid-hero .hero-logo-wrapper svg.hero-logo.rzbk-logo .st1 {
          fill: #939393; }
        .product-vid-hero .hero-logo-wrapper svg.hero-logo.rzbk-logo .st2 {
          fill: #ffffff; }
        .product-vid-hero .hero-logo-wrapper svg.hero-logo.rzbk-logo .st3 {
          fill: #3d3d3d; }
        .product-vid-hero .hero-logo-wrapper svg.hero-logo.rzbk-logo .st4 {
          fill: #000000; }
        .product-vid-hero .hero-logo-wrapper svg.hero-logo.rzbk-logo .st5 {
          fill: #6b6b6b; }
        .product-vid-hero .hero-logo-wrapper svg.hero-logo.rzbk-logo .st6 {
          fill: #afafaf; }
        .product-vid-hero .hero-logo-wrapper svg.hero-logo.rzbk-logo #tm {
          fill: #6f7271; }
        .product-vid-hero .hero-logo-wrapper svg.hero-logo.rzbk-logo #bg {
          stroke-width: 5;
          stroke: #6b6b6b;
          stroke-linejoin: round; }
      .product-vid-hero .hero-logo-wrapper svg.hero-logo.ssw-logo .st0,
      .product-vid-hero .hero-logo-wrapper svg.hero-logo.ssw-logo .st3 {
        fill: #ffffff; }
      .product-vid-hero .hero-logo-wrapper svg.hero-logo.ssw-logo .st1 {
        fill: #768085; }
      .product-vid-hero .hero-logo-wrapper svg.hero-logo.ssw-logo .st2 {
        fill: #020302; }
      .product-vid-hero .hero-logo-wrapper svg.hero-logo.ssw-logo .st4 {
        fill: #2a2a2a; }
      .product-vid-hero .hero-logo-wrapper svg.hero-logo.ssw-logo .st5 {
        fill: #7b7b7b; }
    .product-vid-hero .hero-logo-wrapper .text-border-box {
      border-top: 1px solid rgba(255, 255, 255, 0.6);
      margin-top: 25px;
      padding: 15px 0px 0px; }
    .product-vid-hero .hero-logo-wrapper .asp-hero-descr {
      color: #ffc629;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-variation-settings: "wght" 200;
      font-size: 1.5rem;
      text-transform: uppercase;
      margin: 0; }
  .product-vid-hero::after {
    position: absolute;
    top: 5px;
    right: 5px;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 700;
    color: black;
    font-size: 1rem;
    background-color: yellow;
    padding: 5px; }
  @media (min-width: 250px) and (max-width: 640px) {
    .product-vid-hero {
      /* &::after {content: 'Ph';} */
      /* Phone (Retina) */ } }
  @media (min-width: 250px) and (max-width: 640px) and (min-resolution: 130dpi), (min-width: 250px) and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-vid-hero {
      /* &::after {content: 'Ph (Retina)';} */ } }
  @media (min-width: 400px) and (max-width: 960px) and (orientation: landscape) {
    .product-vid-hero {
      min-height: 500px;
      /* Phone (Landscape - Retina) */ } }
  @media (min-width: 641px) and (max-width: 1280px) {
    .product-vid-hero {
      min-height: 500px;
      /* &::after {content: 'Tab';} */
      /* Tablet (Retina) */ } }
  @media (min-width: 960px) and (max-width: 1520px) and (orientation: landscape) {
    .product-vid-hero {
      /* Tablet (Landscape - Retina) */ } }
  @media (min-width: 1281px) and (max-width: 1600px) {
    .product-vid-hero {
      /* Desktop / Large Tablet (Retina) */ } }
  @media (min-width: 1440px) and (max-width: 1799px) and (orientation: landscape) {
    .product-vid-hero {
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 1800px) {
    .product-vid-hero {
      /* Desktop / Large Tablet (Landscape - Retina) */ } }

.product-hero.sectional-pusher-hero {
  background-position: 45% 50%;
  background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_sm.jpg");
  /* Phone (Landscape) */
  /* Tablet (Landscape) */
  /* Desktop / Large Tablet (Landscape) */
  /* Large Screens */ }
  @media (min-width: 250px) and (max-width: 640px) {
    .product-hero.sectional-pusher-hero {
      background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_sm.jpg");
      background-position: 55% bottom;
      /* Phone (Retina) */ } }
  @media (min-width: 250px) and (max-width: 640px) and (min-resolution: 130dpi), (min-width: 250px) and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-pusher-hero {
      background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_sm_2x.jpg"); } }
  @media (min-width: 400px) and (max-width: 960px) and (orientation: landscape) {
    .product-hero.sectional-pusher-hero {
      min-height: 525px;
      background-position: left 50%;
      /* Phone (Landscape - Retina) */ } }
  @media (min-width: 400px) and (max-width: 960px) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 400px) and (max-width: 960px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-pusher-hero {
      background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_sm_2x.jpg"); } }
  @media (min-width: 641px) and (max-width: 1280px) {
    .product-hero.sectional-pusher-hero {
      background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_md.jpg");
      min-height: 600px;
      /* Tablet (Retina) */ } }
  @media (min-width: 641px) and (max-width: 1280px) and (min-resolution: 130dpi), (min-width: 641px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-pusher-hero {
      background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_md_2x.jpg"); } }
  @media (min-width: 960px) and (max-width: 1520px) and (orientation: landscape) {
    .product-hero.sectional-pusher-hero {
      background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_md.jpg");
      min-height: 800px;
      /* Tablet (Landscape - Retina) */ } }
  @media (min-width: 960px) and (max-width: 1520px) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 960px) and (max-width: 1520px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-pusher-hero {
      background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_md_2x.jpg"); } }
  @media (min-width: 1281px) and (max-width: 1600px) {
    .product-hero.sectional-pusher-hero {
      background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_lg.jpg");
      min-height: 950px;
      /* Desktop / Large Tablet (Retina) */ } }
  @media (min-width: 1281px) and (max-width: 1600px) and (min-resolution: 130dpi), (min-width: 1281px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-pusher-hero {
      background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_lg_2x.jpg"); } }
  @media (min-width: 1440px) and (max-width: 1799px) and (orientation: landscape) {
    .product-hero.sectional-pusher-hero {
      background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_lg.jpg");
      min-height: 950px;
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 1440px) and (max-width: 1799px) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 1440px) and (max-width: 1799px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-pusher-hero {
      background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_lg_2x.jpg"); } }
  @media (min-width: 1800px) {
    .product-hero.sectional-pusher-hero {
      background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_xl.jpg");
      min-height: 1200px;
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 1800px) and (min-resolution: 130dpi), (min-width: 1800px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-pusher-hero {
      background-image: url("/assets/images/heroes/sno-pusher/sno-pusher-hero-img_xl_2x.jpg"); } }

.product-hero.sectional-plow-hero {
  background-position: 45% 50%;
  background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_sm.jpg");
  /* Phone (Landscape) */
  /* Tablet (Landscape) */
  /* Desktop / Large Tablet (Landscape) */
  /* Large Screens */
  /********** Hero Headline **********/ }
  @media (min-width: 250px) and (max-width: 640px) {
    .product-hero.sectional-plow-hero {
      background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_sm.jpg");
      background-position: 55% bottom;
      /* Phone (Retina) */ } }
  @media (min-width: 250px) and (max-width: 640px) and (min-resolution: 130dpi), (min-width: 250px) and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-plow-hero {
      background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_sm_2x.jpg"); } }
  @media (min-width: 400px) and (max-width: 960px) and (orientation: landscape) {
    .product-hero.sectional-plow-hero {
      background-position: left 50%;
      /* Phone (Landscape - Retina) */ } }
  @media (min-width: 400px) and (max-width: 960px) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 400px) and (max-width: 960px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-plow-hero {
      background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_sm_2x.jpg"); } }
  @media (min-width: 641px) and (max-width: 1280px) {
    .product-hero.sectional-plow-hero {
      background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_md.jpg");
      /* Tablet (Retina) */ } }
  @media (min-width: 641px) and (max-width: 1280px) and (min-resolution: 130dpi), (min-width: 641px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-plow-hero {
      background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_md_2x.jpg"); } }
  @media (min-width: 960px) and (max-width: 1520px) and (orientation: landscape) {
    .product-hero.sectional-plow-hero {
      background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_md.jpg");
      /* Tablet (Landscape - Retina) */ } }
  @media (min-width: 960px) and (max-width: 1520px) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 960px) and (max-width: 1520px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-plow-hero {
      background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_md_2x.jpg"); } }
  @media (min-width: 1281px) and (max-width: 1600px) {
    .product-hero.sectional-plow-hero {
      background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_lg.jpg");
      /* Desktop / Large Tablet (Retina) */ } }
  @media (min-width: 1281px) and (max-width: 1600px) and (min-resolution: 130dpi), (min-width: 1281px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-plow-hero {
      background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_lg_2x.jpg"); } }
  @media (min-width: 1440px) and (max-width: 1799px) and (orientation: landscape) {
    .product-hero.sectional-plow-hero {
      background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_lg.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 1440px) and (max-width: 1799px) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 1440px) and (max-width: 1799px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-plow-hero {
      background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_lg_2x.jpg"); } }
  @media (min-width: 1800px) {
    .product-hero.sectional-plow-hero {
      background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_xl.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 1800px) and (min-resolution: 130dpi), (min-width: 1800px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-plow-hero {
      background-image: url("/assets/images/heroes/sno-plow/sno-plow-hero-img_xl_2x.jpg"); } }
  .product-hero.sectional-plow-hero .hero-txt-wrapper {
    padding: 115px 30px 0px; }
    @media (min-width: 33.125em) and (max-width: 49.938em) {
      .product-hero.sectional-plow-hero .hero-txt-wrapper {
        padding: 85px 40px 0px; } }
    @media (min-width: 50em) and (max-width: 64em) {
      .product-hero.sectional-plow-hero .hero-txt-wrapper {
        padding: 85px 80px 0px; } }
    @media (min-width: 64.063em) {
      .product-hero.sectional-plow-hero .hero-txt-wrapper {
        padding: 105px 100px 0px; } }
    .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline {
      max-width: 890px;
      max-height: 320px;
      width: 100%;
      height: auto; }
      @media (min-width: 33.125em) and (max-width: 49.938em) {
        .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline {
          width: 90%; } }
      @media (min-width: 50em) and (max-width: 64em) {
        .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline {
          width: 85%; } }
      @media (min-width: 64.063em) {
        .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline {
          width: 80%; } }
      .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline .top-text,
      .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline .top-text-shadow {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 40px;
        font-variation-settings: "wght" 600;
        text-transform: uppercase; }
      .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline .top-text {
        fill: #fcfafa; }
      .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline .top-text-shadow {
        fill-opacity: 0.9;
        fill: #000000; }
      .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline .bar {
        fill: #fcfafa; }
      .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline .bar-shadow {
        fill-opacity: 0.9;
        fill: #000000; }
      .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline .bottom-text,
      .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline .bottom-text-shadow {
        font-family: "Draft", "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 224px;
        font-style: italic;
        letter-spacing: -0.02rem;
        text-transform: uppercase; }
      .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline .bottom-text {
        fill: #ffc629;
        stroke: #ffc629;
        stroke-width: 1; }
      .product-hero.sectional-plow-hero .hero-txt-wrapper #sno-plow-hero-headline .bottom-text-shadow {
        fill-opacity: 0.9;
        fill: #000000; }

.product-hero.sectional-wing-hero {
  background-position: 45% 50%;
  background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_sm.jpg");
  /* Phone (Landscape) */
  /* Tablet (Landscape) */
  /* Desktop / Large Tablet (Landscape) */
  /* Large Screens */
  /********** Hero Headline **********/ }
  @media (min-width: 15.625em) and (max-width: 40em) {
    .product-hero.sectional-wing-hero {
      background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_sm.jpg");
      background-position: 20% bottom;
      /* Phone (Retina) */ } }
  @media (min-width: 15.625em) and (max-width: 40em) and (min-resolution: 130dpi), (min-width: 15.625em) and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-wing-hero {
      background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_sm_2x.jpg"); } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) {
    .product-hero.sectional-wing-hero {
      min-height: 525px;
      background-position: left 50%;
      /* Phone (Landscape - Retina) */ } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-wing-hero {
      background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_sm_2x.jpg"); } }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .product-hero.sectional-wing-hero {
      background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_md.jpg");
      /* Tablet (Retina) */ } }
  @media (min-width: 40.063em) and (max-width: 64em) and (min-resolution: 130dpi), (min-width: 40.063em) and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-wing-hero {
      background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_md_2x.jpg"); } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) {
    .product-hero.sectional-wing-hero {
      background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_md.jpg");
      /* Tablet (Landscape - Retina) */ } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-wing-hero {
      background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_md_2x.jpg"); } }
  @media (min-width: 64.063em) and (max-width: 89.938em) {
    .product-hero.sectional-wing-hero {
      background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_lg.jpg");
      /* Desktop / Large Tablet (Retina) */ } }
  @media (min-width: 64.063em) and (max-width: 89.938em) and (min-resolution: 130dpi), (min-width: 64.063em) and (max-width: 89.938em) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-wing-hero {
      background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_lg_2x.jpg"); } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) {
    .product-hero.sectional-wing-hero {
      background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_lg.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-wing-hero {
      background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_lg_2x.jpg"); } }
  @media (min-width: 90em) {
    .product-hero.sectional-wing-hero {
      background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_xl.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 90em) and (min-resolution: 130dpi), (min-width: 90em) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sectional-wing-hero {
      background-image: url("/assets/images/heroes/sno-wing/sno-wing-hero-img_xl_2x.jpg"); } }
  .product-hero.sectional-wing-hero .hero-txt-wrapper {
    padding: 45px 30px 0px; }
    @media (min-width: 33.125em) and (max-width: 49.938em) {
      .product-hero.sectional-wing-hero .hero-txt-wrapper {
        padding: 40px 35px 0px; } }
    @media (min-width: 50em) and (max-width: 63.938em) {
      .product-hero.sectional-wing-hero .hero-txt-wrapper {
        padding: 50px 50px 0px; } }
    @media (min-width: 64em) {
      .product-hero.sectional-wing-hero .hero-txt-wrapper {
        padding: 50px 70px 0px; } }
    .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline {
      max-width: 700px;
      max-height: 285px;
      width: 85%;
      height: auto; }
      @media (min-width: 33.125em) and (max-width: 49.938em) {
        .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline {
          width: 60%; } }
      @media (min-width: 50em) and (max-width: 63.938em) {
        .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline {
          width: 50%; } }
      @media (min-width: 64em) {
        .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline {
          width: 50%; } }
      .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline .top-text,
      .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline .top-text-shadow {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 61px;
        font-variation-settings: "wght" 600;
        text-transform: uppercase; }
      .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline .top-text {
        fill: #fcfafa; }
      .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline .top-text-shadow {
        fill-opacity: 0.9;
        fill: #000000; }
      .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline .bar {
        fill: #fcfafa; }
      .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline .bar-shadow {
        fill-opacity: 0.9;
        fill: #000000; }
      .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline .bottom-text,
      .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline .bottom-text-shadow {
        font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 177px;
        font-style: italic;
        letter-spacing: 0.02rem;
        text-transform: uppercase; }
      .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline .bottom-text {
        fill: #ffc629; }
      .product-hero.sectional-wing-hero .hero-txt-wrapper #sno-wing-hero-headline .bottom-text-shadow {
        fill-opacity: 0.9;
        fill: #000000; }

.product-hero.dd-hero {
  background-position: 45% 50%;
  background-image: url("/assets/images/heroes/doubledown/dd-hero-img_sm.jpg");
  /* Phone (Landscape) */
  /* Tablet (Landscape) */
  /* Desktop / Large Tablet (Landscape) */
  /* Large Screens */ }
  @media (min-width: 15.625em) and (max-width: 40em) {
    .product-hero.dd-hero {
      background-image: url("/assets/images/heroes/doubledown/dd-hero-img_sm.jpg");
      background-position: 55% bottom;
      /* Phone (Retina) */ } }
  @media (min-width: 15.625em) and (max-width: 40em) and (min-resolution: 130dpi), (min-width: 15.625em) and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.dd-hero {
      background-image: url("/assets/images/heroes/doubledown/dd-hero-img_sm_2x.jpg"); } }
  @media (min-width: 15.625em) and (max-width: 40em) {
      .product-hero.dd-hero .hero-txt-wrapper .asp-hero-header {
        max-inline-size: 6ch; }
      .product-hero.dd-hero .hero-txt-wrapper .asp-hero-subheader {
        max-inline-size: 15ch;
        margin-left: 8px; } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) {
    .product-hero.dd-hero {
      min-height: 525px;
      background-position: left 50%;
      /* Phone (Landscape - Retina) */ } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.dd-hero {
      background-image: url("/assets/images/heroes/doubledown/dd-hero-img_sm_2x.jpg"); } }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .product-hero.dd-hero {
      background-image: url("/assets/images/heroes/doubledown/dd-hero-img_md.jpg");
      /* Tablet (Retina) */ } }
  @media (min-width: 40.063em) and (max-width: 64em) and (min-resolution: 130dpi), (min-width: 40.063em) and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.dd-hero {
      background-image: url("/assets/images/heroes/doubledown/dd-hero-img_md_2x.jpg"); } }
  @media (min-width: 40.063em) and (max-width: 64em) {
      .product-hero.dd-hero .hero-txt-wrapper .asp-hero-header {
        font-size: 11vw; }
      .product-hero.dd-hero .hero-txt-wrapper .asp-hero-subheader {
        font-size: 3.5vw; } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) {
    .product-hero.dd-hero {
      background-image: url("/assets/images/heroes/doubledown/dd-hero-img_md.jpg");
      /* Tablet (Landscape - Retina) */ } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.dd-hero {
      background-image: url("/assets/images/heroes/doubledown/dd-hero-img_md_2x.jpg"); } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) {
      .product-hero.dd-hero .hero-txt-wrapper {
        padding-top: 185px; }
        .product-hero.dd-hero .hero-txt-wrapper .asp-hero-header {
          font-size: 11vw; }
        .product-hero.dd-hero .hero-txt-wrapper .asp-hero-subheader {
          font-size: 3.5vw; } }
  @media (min-width: 64.063em) and (max-width: 89.938em) {
    .product-hero.dd-hero {
      background-image: url("/assets/images/heroes/doubledown/dd-hero-img_lg.jpg");
      /* Desktop / Large Tablet (Retina) */ } }
  @media (min-width: 64.063em) and (max-width: 89.938em) and (min-resolution: 130dpi), (min-width: 64.063em) and (max-width: 89.938em) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.dd-hero {
      background-image: url("/assets/images/heroes/doubledown/dd-hero-img_lg_2x.jpg"); } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) {
    .product-hero.dd-hero {
      background-image: url("/assets/images/heroes/doubledown/dd-hero-img_lg.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.dd-hero {
      background-image: url("/assets/images/heroes/doubledown/dd-hero-img_lg_2x.jpg"); } }
  @media (min-width: 90em) {
    .product-hero.dd-hero {
      background-image: url("/assets/images/heroes/doubledown/dd-hero-img_xl.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 90em) and (min-resolution: 130dpi), (min-width: 90em) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.dd-hero {
      background-image: url("/assets/images/heroes/doubledown/dd-hero-img_xl_2x.jpg"); } }
  @media (min-width: 64.063em) {
    .product-hero.dd-hero .hero-txt-wrapper {
      padding-top: 235px;
      padding-left: 70px;
      padding-right: 70px; }
      .product-hero.dd-hero .hero-txt-wrapper .asp-hero-header {
        font-size: 9.5vw; }
      .product-hero.dd-hero .hero-txt-wrapper .asp-hero-subheader {
        font-size: 3vw;
        margin-left: 15px; } }

.product-hero.sideswiper-hero {
  background-position: 45% 50%;
  background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_sm.jpg");
  /* Phone (Landscape) */
  /* Tablet (Landscape) */
  /* Desktop / Large Tablet (Landscape) */
  /* Large Screens */
  /********** Hero Headline **********/ }
  @media (min-width: 15.625em) and (max-width: 40em) {
    .product-hero.sideswiper-hero {
      background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_sm.jpg");
      background-position: 55% bottom;
      /* Phone (Retina) */ } }
  @media (min-width: 15.625em) and (max-width: 40em) and (min-resolution: 130dpi), (min-width: 15.625em) and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sideswiper-hero {
      background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_sm_2x.jpg");
      background-position: 45% 50%; } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) {
    .product-hero.sideswiper-hero {
      min-height: 525px;
      background-position: left 50%;
      /* Phone (Landscape - Retina) */ } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sideswiper-hero {
      background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_sm_2x.jpg"); } }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .product-hero.sideswiper-hero {
      background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_md.jpg");
      /* Tablet (Retina) */ } }
  @media (min-width: 40.063em) and (max-width: 64em) and (min-resolution: 130dpi), (min-width: 40.063em) and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sideswiper-hero {
      background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_md_2x.jpg"); } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) {
    .product-hero.sideswiper-hero {
      background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_md.jpg");
      /* Tablet (Landscape - Retina) */ } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sideswiper-hero {
      background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_md_2x.jpg"); } }
  @media (min-width: 64.063em) and (max-width: 89.938em) {
    .product-hero.sideswiper-hero {
      background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_lg.jpg");
      /* Desktop / Large Tablet (Retina) */ } }
  @media (min-width: 64.063em) and (max-width: 89.938em) and (min-resolution: 130dpi), (min-width: 64.063em) and (max-width: 89.938em) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sideswiper-hero {
      background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_lg_2x.jpg"); } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) {
    .product-hero.sideswiper-hero {
      background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_lg.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sideswiper-hero {
      background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_lg_2x.jpg"); } }
  @media (min-width: 90em) {
    .product-hero.sideswiper-hero {
      background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_xl.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 90em) and (min-resolution: 130dpi), (min-width: 90em) and (-webkit-min-device-pixel-ratio: 2) {
    .product-hero.sideswiper-hero {
      background-image: url("/assets/images/heroes/sideswiper/sideswiper-hero-img_xl_2x.jpg"); } }
  .product-hero.sideswiper-hero .hero-txt-wrapper {
    padding: 45px 20px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    @media (min-width: 33.125em) and (max-width: 49.938em) {
      .product-hero.sideswiper-hero .hero-txt-wrapper {
        padding: 30px 40px 0px; } }
    @media (min-width: 50em) and (max-width: 64em) {
      .product-hero.sideswiper-hero .hero-txt-wrapper {
        padding: 35px 80px 0px; } }
    @media (min-width: 64.063em) {
      .product-hero.sideswiper-hero .hero-txt-wrapper {
        padding: 70px 100px 0px; } }
    .product-hero.sideswiper-hero .hero-txt-wrapper #sideswiper-hero-headline {
      max-width: 890px;
      max-height: 320px;
      width: 100%;
      height: auto; }
      @media (min-width: 33.125em) and (max-width: 49.938em) {
        .product-hero.sideswiper-hero .hero-txt-wrapper #sideswiper-hero-headline {
          width: 90%; } }
      @media (min-width: 50em) and (max-width: 64em) {
        .product-hero.sideswiper-hero .hero-txt-wrapper #sideswiper-hero-headline {
          width: 80%; } }
      @media (min-width: 64.063em) {
        .product-hero.sideswiper-hero .hero-txt-wrapper #sideswiper-hero-headline {
          width: 75%; } }
      .product-hero.sideswiper-hero .hero-txt-wrapper #sideswiper-hero-headline .top-text,
      .product-hero.sideswiper-hero .hero-txt-wrapper #sideswiper-hero-headline .bottom-text {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 700;
        text-transform: uppercase; }
      .product-hero.sideswiper-hero .hero-txt-wrapper #sideswiper-hero-headline .top-text {
        fill: #fcfafa; }
      .product-hero.sideswiper-hero .hero-txt-wrapper #sideswiper-hero-headline .middle-text {
        font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
        font-style: italic;
        text-transform: uppercase; }

.hero-container,
.hero-container-sd {
  min-height: 600px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
  background-position: 25% 50%;
  background-size: cover;
  /* Phone (Landscape) */
  /* Tablet (Landscape) */
  /* Desktop / Large Tablet (Landscape) */
  /* Large Screens */
  /* Hero Text */ }
  @media (min-width: 63.938em) {
    .hero-container,
    .hero-container-sd {
      min-height: 750px; } }
  @media (min-width: 90em) {
    .hero-container,
    .hero-container-sd {
      min-height: 850px; } }
  @media (min-width: 100em) {
    .hero-container,
    .hero-container-sd {
      min-height: 950px; } }
  .hero-container::after,
  .hero-container-sd::after {
    position: absolute;
    top: 5px;
    right: 5px;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 700;
    color: black;
    font-size: 1rem;
    background-color: yellow;
    padding: 5px; }
  @media (min-width: 15.625em) and (max-width: 40em) {
    .hero-container,
    .hero-container-sd {
      /* &::after {content: 'Ph';} */
      /* Phone (Retina) */ } }
  @media (min-width: 15.625em) and (max-width: 40em) and (min-resolution: 130dpi), (min-width: 15.625em) and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container,
    .hero-container-sd {
      /* &::after {content: 'Ph-R';} */ } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) {
    .hero-container,
    .hero-container-sd {
      /* Phone (Landscape - Retina) */ } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container,
    .hero-container-sd {
      /* &::after {content: 'Ph-L-R';} */ } }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .hero-container,
    .hero-container-sd {
      /* &::after {content: 'Tab';} */
      /* Tablet (Retina) */ } }
  @media (min-width: 40.063em) and (max-width: 64em) and (min-resolution: 130dpi), (min-width: 40.063em) and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container,
    .hero-container-sd {
      /* &::after {content: 'Tab-R';} */ } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) {
    .hero-container,
    .hero-container-sd {
      /* &::after {// content: 'Tab-L';} */
      /* Tablet (Landscape - Retina) */ } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container,
    .hero-container-sd {
      /* &::after {content: 'Tab-L-R';} */ } }
  @media (min-width: 64.063em) and (max-width: 89.938em) {
    .hero-container,
    .hero-container-sd {
      /* &::after {// content: 'Desk/Tab';} */
      /* Desktop / Large Tablet (Retina) */ } }
  @media (min-width: 64.063em) and (max-width: 89.938em) and (min-resolution: 130dpi), (min-width: 64.063em) and (max-width: 89.938em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container,
    .hero-container-sd {
      /* &::after {content: 'Desk/Tab-R';} */ } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) {
    .hero-container,
    .hero-container-sd {
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container,
    .hero-container-sd {
      /* &::after {content: 'Desk/Tab-L-R';} */ } }
  @media (min-width: 90em) {
    .hero-container,
    .hero-container-sd {
      /* &::after {// content: 'Large';} */
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 90em) and (min-resolution: 130dpi), (min-width: 90em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container,
    .hero-container-sd {
      /* &::after {content: 'Large-R';} */ } }
  .hero-container .hero-txt-wrapper,
  .hero-container-sd .hero-txt-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 185px;
    width: 100%;
    justify-content: flex-start;
    margin: 0px;
    display: flow-root;
    box-sizing: content-box; }
    .hero-container .hero-txt-wrapper .section-text-block,
    .hero-container-sd .hero-txt-wrapper .section-text-block {
      width: 100%;
      text-align: center; }
    .hero-container .hero-txt-wrapper .asp-hero-header,
    .hero-container-sd .hero-txt-wrapper .asp-hero-header {
      color: #ffc629;
      font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 15vw;
      line-height: 1.15;
      text-transform: uppercase;
      font-style: italic;
      letter-spacing: 0.02rem;
      text-align: left;
      text-shadow: 1px 4px 1px rgba(0, 0, 0, 0.8); }
    .hero-container .hero-txt-wrapper .asp-hero-header-alt,
    .hero-container-sd .hero-txt-wrapper .asp-hero-header-alt {
      color: #2051a3;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 3.125rem;
      line-height: 1.1;
      text-transform: uppercase;
      letter-spacing: 0.02rem;
      font-variation-settings: "wght" 700;
      margin: 0px 0px 10px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
    .hero-container .hero-txt-wrapper .asp-hero-subheader,
    .hero-container-sd .hero-txt-wrapper .asp-hero-subheader {
      color: #fcfafa;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 5.5vw;
      transform: skewX(-7deg);
      line-height: 1.3;
      font-variation-settings: "wght" 600;
      text-transform: uppercase;
      text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
      margin-bottom: 10px;
      text-align: left; }
    .hero-container .hero-txt-wrapper svg.hero-subheader,
    .hero-container-sd .hero-txt-wrapper svg.hero-subheader {
      margin-bottom: 10px;
      width: 100%;
      display: block;
      height: auto; }
      .hero-container .hero-txt-wrapper svg.hero-subheader text,
      .hero-container-sd .hero-txt-wrapper svg.hero-subheader text {
        color: #fcfafa;
        fill: #fcfafa;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        transform: skewX(-7deg);
        line-height: 1.3;
        font-variation-settings: "wght" 600;
        text-transform: uppercase;
        text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
        text-align: left; }

.hero-container-sd {
  height: 100%;
  width: 100%;
  object-fit: cover;
  mask-size: 150%;
  -webkit-mask-size: 150%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-position: 50% 25%;
  background-size: cover !important;
  background-repeat: no-repeat; }
  .hero-container-sd.sm-1 {
    -webkit-mask-image: url("/assets/images/section-mask-1.svg");
    mask-image: url("/assets/images/section-mask-1.svg"); }
  .hero-container-sd.sm-1b {
    -webkit-mask-image: url("/assets/images/section-mask-1b.svg");
    mask-image: url("/assets/images/section-mask-1b.svg"); }
  .hero-container-sd.sm-2b {
    -webkit-mask-image: url("/assets/images/section-mask-2bh.svg");
    mask-image: url("/assets/images/section-mask-2bh.svg"); }

.hero-container.support-hero-home {
  min-height: 650px !important;
  background-position: center bottom;
  justify-content: center;
  align-items: center;
  background-image: url("/assets/images/heroes/support-home/support-home-hero-img_small.jpg");
  /* Phone (Landscape) */
  /* Tablet (Landscape) */
  /* Desktop / Large Tablet (Landscape) */
  /* Large Screens */
  /* Hero Text */ }
  @media (min-width: 15.625em) and (max-width: 40em) {
    .hero-container.support-hero-home {
      background-image: url("/assets/images/heroes/support-home/support-home-hero-img_small.jpg");
      /* Phone (Retina) */ } }
  @media (min-width: 15.625em) and (max-width: 40em) and (min-resolution: 130dpi), (min-width: 15.625em) and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.support-hero-home {
      background-image: url("/assets/images/heroes/support-home/support-home-hero-img_small_2x.jpg");
      background-position: 45% 50%; } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) {
    .hero-container.support-hero-home {
      min-height: 525px;
      /* Phone (Landscape - Retina) */ } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.support-hero-home {
      background-image: url("/assets/images/heroes/support-home/support-home-hero-img_small_2x.jpg"); } }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .hero-container.support-hero-home {
      background-image: url("/assets/images/heroes/support-home/support-home-hero-img_medium.jpg");
      /* Tablet (Retina) */ } }
  @media (min-width: 40.063em) and (max-width: 64em) and (min-resolution: 130dpi), (min-width: 40.063em) and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.support-hero-home {
      background-image: url("/assets/images/heroes/support-home/support-home-hero-img_medium_2x.jpg"); } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) {
    .hero-container.support-hero-home {
      background-image: url("/assets/images/heroes/support-home/support-home-hero-img_medium.jpg");
      /* Tablet (Landscape - Retina) */ } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.support-hero-home {
      background-image: url("/assets/images/heroes/support-home/support-home-hero-img_medium_2x.jpg"); } }
  @media (min-width: 64.063em) and (max-width: 89.938em) {
    .hero-container.support-hero-home {
      background-image: url("/assets/images/heroes/support-home/support-home-hero-img_large.jpg");
      /* Desktop / Large Tablet (Retina) */ } }
  @media (min-width: 64.063em) and (max-width: 89.938em) and (min-resolution: 130dpi), (min-width: 64.063em) and (max-width: 89.938em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.support-hero-home {
      background-image: url("/assets/images/heroes/support-home/support-home-hero-img_large_2x.jpg"); } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) {
    .hero-container.support-hero-home {
      background-image: url("/assets/images/heroes/support-home/support-home-hero-img_large.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.support-hero-home {
      background-image: url("/assets/images/heroes/support-home/support-home-hero-img_large_2x.jpg"); } }
  @media (min-width: 90em) {
    .hero-container.support-hero-home {
      background-image: url("/assets/images/heroes/support-home/support-home-hero-img_xlarge.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 90em) and (min-resolution: 130dpi), (min-width: 90em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.support-hero-home {
      background-image: url("/assets/images/heroes/support-home/support-home-hero-img_xlarge_2x.jpg"); } }
  .hero-container.support-hero-home .hero-txt-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    width: 100%;
    justify-content: flex-start;
    margin: 0px;
    display: flow-root;
    box-sizing: content-box; }
    @media (min-width: 33.125em) and (max-width: 49.938em) {
      .hero-container.support-hero-home .hero-txt-wrapper {
        padding: 0px 40px 0px; } }
    @media (min-width: 50em) and (max-width: 64em) {
      .hero-container.support-hero-home .hero-txt-wrapper {
        padding: 0px 80px 0px; } }
    @media (min-width: 64.063em) {
      .hero-container.support-hero-home .hero-txt-wrapper {
        padding: 0px 100px 0px; } }
    .hero-container.support-hero-home .hero-txt-wrapper .support-hero-tile {
      width: 100%;
      background: rgba(21, 22, 23, 0.5);
      border: 1px solid #fcfafa;
      padding: 40px; }
    .hero-container.support-hero-home .hero-txt-wrapper .asp-hero-header,
    .hero-container.support-hero-home .hero-txt-wrapper .asp-hero-subheader {
      text-align: center; }
    .hero-container.support-hero-home .hero-txt-wrapper .asp-hero-header {
      color: #ffc629;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 3.5rem;
      line-height: 1.15;
      font-variation-settings: "wght" 600;
      text-transform: uppercase;
      letter-spacing: 0.02rem;
      text-shadow: 1px 4px 1px rgba(0, 0, 0, 0.8);
      font-style: normal; }
    .hero-container.support-hero-home .hero-txt-wrapper .asp-hero-subheader {
      color: #fcfafa;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 1.25rem;
      transform: skewX(-7deg);
      line-height: 1.3;
      font-variation-settings: "wght" 800;
      text-transform: uppercase;
      text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
      margin-bottom: 5px; }

.support-hero .uk-container.hero-txt-wrapper {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 200px; }
  .support-hero .uk-container.hero-txt-wrapper .support-hero-tile {
    width: 100%;
    background: rgba(21, 22, 23, 0.5);
    border: 1px solid #fcfafa;
    padding: 40px; }
    .support-hero .uk-container.hero-txt-wrapper .support-hero-tile .asp-hero-support-header {
      color: #fcfafa;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 1rem;
      line-height: 1.3;
      text-transform: uppercase;
      font-style: italic;
      text-align: center;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      font-variation-settings: "wght" 800;
      margin-bottom: 5px; }
    .support-hero .uk-container.hero-txt-wrapper .support-hero-tile .asp-hero-support-tag {
      color: #ffc629;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 3.5rem;
      line-height: 1.1;
      text-transform: uppercase;
      text-align: center;
      text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
      font-variation-settings: "wght" 700; }

.hero-container-sd.warranty-hero {
  min-height: 400px;
  justify-content: center;
  align-items: center;
  background-position: 50% 25%;
  background-image: url("/assets/images/heroes/warranty/warranty-hero-img_small.jpg");
  /* Phone (Landscape) */
  /* Tablet (Landscape) */
  /* Desktop / Large Tablet (Landscape) */
  /* Large Screens */
  /* Hero Text */ }
  @media (min-width: 15.625em) and (max-width: 40em) {
    .hero-container-sd.warranty-hero {
      background-image: url("/assets/images/heroes/warranty/warranty-hero-img_small.jpg");
      /* Phone (Retina) */ } }
  @media (min-width: 15.625em) and (max-width: 40em) and (min-resolution: 130dpi), (min-width: 15.625em) and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.warranty-hero {
      background-image: url("/assets/images/heroes/warranty/warranty-hero-img_small_2x.jpg");
      background-position: 45% 50%; } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) {
    .hero-container-sd.warranty-hero {
      min-height: 525px;
      /* Phone (Landscape - Retina) */ } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.warranty-hero {
      background-image: url("/assets/images/heroes/warranty/warranty-hero-img_small_2x.jpg"); } }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .hero-container-sd.warranty-hero {
      background-image: url("/assets/images/heroes/warranty/warranty-hero-img_medium.jpg");
      /* Tablet (Retina) */ } }
  @media (min-width: 40.063em) and (max-width: 64em) and (min-resolution: 130dpi), (min-width: 40.063em) and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.warranty-hero {
      background-image: url("/assets/images/heroes/warranty/warranty-hero-img_medium_2x.jpg"); } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) {
    .hero-container-sd.warranty-hero {
      background-image: url("/assets/images/heroes/warranty/warranty-hero-img_medium.jpg");
      /* Tablet (Landscape - Retina) */ } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.warranty-hero {
      background-image: url("/assets/images/heroes/warranty/warranty-hero-img_medium_2x.jpg"); } }
  @media (min-width: 64.063em) and (max-width: 89.938em) {
    .hero-container-sd.warranty-hero {
      background-image: url("/assets/images/heroes/warranty/warranty-hero-img_large.jpg");
      /* Desktop / Large Tablet (Retina) */ } }
  @media (min-width: 64.063em) and (max-width: 89.938em) and (min-resolution: 130dpi), (min-width: 64.063em) and (max-width: 89.938em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.warranty-hero {
      background-image: url("/assets/images/heroes/warranty/warranty-hero-img_large_2x.jpg"); } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) {
    .hero-container-sd.warranty-hero {
      background-image: url("/assets/images/heroes/warranty/warranty-hero-img_large.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.warranty-hero {
      background-image: url("/assets/images/heroes/warranty/warranty-hero-img_large_2x.jpg"); } }
  @media (min-width: 90em) {
    .hero-container-sd.warranty-hero {
      background-image: url("/assets/images/heroes/warranty/warranty-hero-img_xlarge.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 90em) and (min-resolution: 130dpi), (min-width: 90em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.warranty-hero {
      background-image: url("/assets/images/heroes/warranty/warranty-hero-img_xlarge_2x.jpg"); } }
  .hero-container-sd.warranty-hero .hero-txt-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    width: 100%;
    margin: auto 0px;
    justify-content: flex-start;
    display: flow-root;
    box-sizing: content-box; }
    @media (min-width: 33.125em) and (max-width: 49.938em) {
      .hero-container-sd.warranty-hero .hero-txt-wrapper {
        padding: 0px 40px 0px; } }
    @media (min-width: 50em) and (max-width: 64em) {
      .hero-container-sd.warranty-hero .hero-txt-wrapper {
        padding: 0px 80px 0px; } }
    @media (min-width: 64.063em) {
      .hero-container-sd.warranty-hero .hero-txt-wrapper {
        padding: 0px 100px 0px; } }
    .hero-container-sd.warranty-hero .hero-txt-wrapper .support-hero-tile {
      width: 100%;
      background: rgba(21, 22, 23, 0.5);
      border: 1px solid #fcfafa;
      padding: 40px; }
    .hero-container-sd.warranty-hero .hero-txt-wrapper .asp-hero-header,
    .hero-container-sd.warranty-hero .hero-txt-wrapper .asp-hero-subheader {
      text-align: center; }
    .hero-container-sd.warranty-hero .hero-txt-wrapper .asp-hero-header {
      color: #ffc629;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 3.5rem;
      line-height: 1.15;
      font-variation-settings: "wght" 600;
      text-transform: uppercase;
      letter-spacing: 0.02rem;
      text-shadow: 1px 4px 1px rgba(0, 0, 0, 0.8);
      font-style: normal; }
    .hero-container-sd.warranty-hero .hero-txt-wrapper .asp-hero-subheader {
      color: #fcfafa;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 1.25rem;
      transform: skewX(-7deg);
      line-height: 1.3;
      font-variation-settings: "wght" 800;
      text-transform: uppercase;
      text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
      margin-bottom: 5px; }

.warranty-hero .uk-container.hero-txt-wrapper,
.warranty-hero .hero-txt-wrapper {
  padding: 75px 75px;
  width: 100%;
  margin: auto 0px; }
  .warranty-hero .uk-container.hero-txt-wrapper .section-text-block,
  .warranty-hero .hero-txt-wrapper .section-text-block {
    width: 100%;
    text-align: center; }
    .warranty-hero .uk-container.hero-txt-wrapper .section-text-block .uk-label.asp-header-label,
    .warranty-hero .hero-txt-wrapper .section-text-block .uk-label.asp-header-label {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      background: rgba(21, 22, 23, 0.5);
      color: #fcfafa;
      font-size: 0.9rem;
      text-transform: uppercase;
      border-radius: 50px;
      padding: 0px 20px;
      margin-bottom: 15px;
      font-variation-settings: "wght" 450;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      .warranty-hero .uk-container.hero-txt-wrapper .section-text-block .uk-label.asp-header-label.x2,
      .warranty-hero .hero-txt-wrapper .section-text-block .uk-label.asp-header-label.x2 {
        margin-bottom: 10px; }
    .warranty-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt,
    .warranty-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt {
      color: #2051a3;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 3.125rem;
      line-height: 1.1;
      text-transform: uppercase;
      letter-spacing: 0.02rem;
      font-variation-settings: "wght" 700;
      margin: 0px 0px 10px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      .warranty-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt.x2,
      .warranty-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt.x2 {
        line-height: 3.125rem !important; }
      .warranty-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt.pro-home,
      .warranty-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt.pro-home {
        color: #ffc629 !important; }
      .warranty-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt,
      .warranty-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt {
        font-size: 2.75rem;
        font-variation-settings: "wght" 350; }
        .warranty-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt span.bd-txt,
        .warranty-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt span.bd-txt {
          font-variation-settings: "wght" 700; }
    .warranty-hero .uk-container.hero-txt-wrapper .section-text-block.dk .uk-label.asp-header-label,
    .warranty-hero .hero-txt-wrapper .section-text-block.dk .uk-label.asp-header-label {
      background: #e9e8e5;
      color: #35373b; }
    .warranty-hero .uk-container.hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt,
    .warranty-hero .hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt {
      color: #ffc629; }
      .warranty-hero .uk-container.hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt.pro-home,
      .warranty-hero .hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt.pro-home {
        color: #ffc629 !important; }

.warranty-cta {
  margin-top: 30px;
  text-align: center; }
  .warranty-cta .warranty-btn {
    border: none;
    box-sizing: border-box;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    vertical-align: middle;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
    .warranty-cta .warranty-btn:hover {
      box-shadow: 0 14px 25px rgba(0, 0, 0, 0.2); }
    .warranty-cta .warranty-btn.info {
      background-color: #e9e8e5;
      color: #060808; }
      .warranty-cta .warranty-btn.info:hover {
        background-color: #D8D7D4; }
    .warranty-cta .warranty-btn.reg {
      background-color: #ffc629;
      color: #060808; }
      .warranty-cta .warranty-btn.reg:hover {
        background-color: #FFBE0A; }
    .warranty-cta .warranty-btn .uk-icon {
      display: inline-block;
      vertical-align: middle;
      margin-top: -2px; }
    .warranty-cta .warranty-btn .btn-txt {
      display: inline-block;
      font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
      font-style: italic;
      text-transform: uppercase;
      font-size: 1.25rem;
      line-height: 60px;
      vertical-align: middle; }

@media only screen and (max-width: 545px) {
  .warranty-hero {
    mask-size: 300%;
    -webkit-mask-size: 300%; }
  .warranty-hero {
    min-height: auto;
    background-position: 50% 0%; }
    .warranty-hero .uk-container.hero-txt-wrapper,
    .warranty-hero .hero-txt-wrapper {
      padding: 60px 40px; }
      .warranty-hero .uk-container.hero-txt-wrapper .section-text-block,
      .warranty-hero .hero-txt-wrapper .section-text-block {
        width: 100%;
        text-align: center; }
        .warranty-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt,
        .warranty-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt {
          font-size: 2.75rem;
          line-height: 1.1; }
  .warranty-cta {
    margin-top: 30px;
    text-align: center; }
    .warranty-cta .warranty-btn {
      border: none;
      box-sizing: border-box;
      line-height: 60px;
      text-align: center;
      text-decoration: none;
      padding: 0 20px;
      vertical-align: middle;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
      .warranty-cta .warranty-btn .btn-txt {
        font-size: 1.125rem; } }

#company,
#origins,
#manufacturing {
  background: transparent !important; }

.page-id-header {
  position: absolute;
  width: 100%;
  padding: 0px 50px;
  z-index: 1;
  font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.875rem;
  overflow: hidden;
  top: 30px; }
  .page-id-header span {
    display: inline-block;
    position: relative; }
    .page-id-header span::before, .page-id-header span::after {
      content: "";
      position: absolute;
      top: calc(50% - (calc(0.2px + 0.05em) / 2));
      width: 2000px;
      border-bottom: calc(0.2px + 0.05em) solid rgba(255, 255, 255, 0.25); }
    .page-id-header span::before {
      right: 100%;
      margin-right: calc(5px + 0.3em); }
    .page-id-header span::after {
      left: 100%;
      margin-left: calc(5px + 0.3em); }

#origins {
  margin-top: -50px; }

#manufacturing {
  margin-top: -50px; }

.origins-hero,
.manufacturing-hero {
  height: 100%;
  width: 100%;
  object-fit: cover;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center; }

.company-hero,
.origins-hero,
.manufacturing-hero {
  min-height: 900px; }
  @media only screen and (min-width: 1720px) {
    .company-hero,
    .origins-hero,
    .manufacturing-hero {
      min-height: 1200px; } }
  .company-hero .uk-container.hero-txt-wrapper .section-text-block .uk-label.asp-header-label,
  .company-hero .hero-txt-wrapper .section-text-block .uk-label.asp-header-label,
  .origins-hero .uk-container.hero-txt-wrapper .section-text-block .uk-label.asp-header-label,
  .origins-hero .hero-txt-wrapper .section-text-block .uk-label.asp-header-label,
  .manufacturing-hero .uk-container.hero-txt-wrapper .section-text-block .uk-label.asp-header-label,
  .manufacturing-hero .hero-txt-wrapper .section-text-block .uk-label.asp-header-label {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    background: rgba(21, 22, 23, 0.5);
    color: #fcfafa;
    font-size: 1.125rem;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 0px 20px;
    margin-bottom: 15px;
    font-variation-settings: "wght" 450; }
    .company-hero .uk-container.hero-txt-wrapper .section-text-block .uk-label.asp-header-label.x2,
    .company-hero .hero-txt-wrapper .section-text-block .uk-label.asp-header-label.x2,
    .origins-hero .uk-container.hero-txt-wrapper .section-text-block .uk-label.asp-header-label.x2,
    .origins-hero .hero-txt-wrapper .section-text-block .uk-label.asp-header-label.x2,
    .manufacturing-hero .uk-container.hero-txt-wrapper .section-text-block .uk-label.asp-header-label.x2,
    .manufacturing-hero .hero-txt-wrapper .section-text-block .uk-label.asp-header-label.x2 {
      margin-bottom: 10px; }

/* The Company */
.company-hero {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat; }
  .company-hero.mo {
    min-height: 600px; }
  .company-hero .uk-container.hero-txt-wrapper,
  .company-hero .hero-txt-wrapper {
    padding: 125px 75px;
    width: 100%;
    margin: auto 0px; }
    @media only screen and (max-width: 720px) {
      .company-hero .uk-container.hero-txt-wrapper,
      .company-hero .hero-txt-wrapper {
        padding: 150px 50px; } }
    .company-hero .uk-container.hero-txt-wrapper .section-text-block,
    .company-hero .hero-txt-wrapper .section-text-block {
      width: 60%; }
      @media only screen and (max-width: 844px) {
        .company-hero .uk-container.hero-txt-wrapper .section-text-block,
        .company-hero .hero-txt-wrapper .section-text-block {
          width: 100%; } }
      .company-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt,
      .company-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt {
        color: #2051a3;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 3.125rem;
        line-height: 1.1;
        text-transform: uppercase;
        letter-spacing: 0.02rem;
        text-align: left;
        font-variation-settings: "wght" 700;
        margin: 0px 0px 25px; }
        .company-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt.x2,
        .company-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt.x2 {
          line-height: 3.125rem !important; }
        .company-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt.pro-home,
        .company-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt.pro-home {
          color: #ffc629 !important; }
        .company-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt,
        .company-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt {
          font-size: 2.75rem;
          font-variation-settings: "wght" 350; }
          .company-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt span.bd-txt,
          .company-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt span.bd-txt {
            font-variation-settings: "wght" 700; }
      .company-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-os,
      .company-hero .hero-txt-wrapper .section-text-block .asp-hero-header-os {
        color: #ffc629;
        font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
        font-size: 2.5rem;
        line-height: 1.3;
        letter-spacing: 0.02rem;
        font-variation-settings: "wght" 900;
        font-style: italic;
        margin: 0px 0px 15px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      .company-hero .uk-container.hero-txt-wrapper .section-text-block.dk .uk-label.asp-header-label,
      .company-hero .hero-txt-wrapper .section-text-block.dk .uk-label.asp-header-label {
        background: #e9e8e5;
        color: #35373b; }
      .company-hero .uk-container.hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt,
      .company-hero .hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt {
        color: #ffc629; }
        .company-hero .uk-container.hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt.pro-home,
        .company-hero .hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt.pro-home {
          color: #ffc629 !important; }

/* The Origins */
.origins-hero {
  -webkit-mask-image: url("/assets/images/section-mask-1.svg");
  mask-image: url("/assets/images/section-mask-1.svg");
  background-image: url("/assets/images/origins-pic.jpg"); }

.origins-hero {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 844px) {
    .origins-hero {
      background-position: 70% 0%; } }
  .origins-hero.mo {
    min-height: 600px; }
  .origins-hero .uk-container.hero-txt-wrapper,
  .origins-hero .hero-txt-wrapper {
    padding: 150px 75px 175px;
    width: 100%;
    margin: auto 0px; }
    @media only screen and (max-width: 720px) {
      .origins-hero .uk-container.hero-txt-wrapper,
      .origins-hero .hero-txt-wrapper {
        padding: 150px 50px; } }
    .origins-hero .uk-container.hero-txt-wrapper .section-text-block,
    .origins-hero .hero-txt-wrapper .section-text-block {
      width: 55%; }
      @media only screen and (max-width: 844px) {
        .origins-hero .uk-container.hero-txt-wrapper .section-text-block,
        .origins-hero .hero-txt-wrapper .section-text-block {
          width: 100%; } }
      .origins-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt,
      .origins-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt {
        color: #2051a3;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 3.125rem;
        line-height: 1.1;
        text-transform: uppercase;
        letter-spacing: 0.02rem;
        text-align: left;
        font-variation-settings: "wght" 700;
        margin: 0px 0px 25px; }
        .origins-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt.x2,
        .origins-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt.x2 {
          line-height: 3.125rem !important; }
        .origins-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt.pro-home,
        .origins-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt.pro-home {
          color: #ffc629 !important; }
        .origins-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt,
        .origins-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt {
          font-size: 2.75rem;
          font-variation-settings: "wght" 350; }
          .origins-hero .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt span.bd-txt,
          .origins-hero .hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt span.bd-txt {
            font-variation-settings: "wght" 700; }
      .origins-hero .uk-container.hero-txt-wrapper .section-text-block.dk .uk-label.asp-header-label,
      .origins-hero .hero-txt-wrapper .section-text-block.dk .uk-label.asp-header-label {
        background: #e9e8e5;
        color: #35373b; }
      .origins-hero .uk-container.hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt,
      .origins-hero .hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt {
        color: #ffc629; }
        .origins-hero .uk-container.hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt.pro-home,
        .origins-hero .hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt.pro-home {
          color: #ffc629 !important; }

/* Manufacturing */
.manufacturing-hero {
  -webkit-mask-image: url("/assets/images/section-mask-1.svg");
  mask-image: url("/assets/images/section-mask-1.svg");
  background-image: url("/assets/images/factory-pic.jpg"); }

.manufacturing-hero {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-position: 62% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(21, 22, 23, 0.55);
  background-blend-mode: multiply; }
  .manufacturing-hero.mo {
    min-height: 600px; }
  .manufacturing-hero .uk-container.hero-txt-wrapper,
  .manufacturing-hero .hero-txt-wrapper {
    padding: 150px 75px;
    width: 100%;
    margin: auto 0px; }
    @media only screen and (max-width: 720px) {
      .manufacturing-hero .uk-container.hero-txt-wrapper,
      .manufacturing-hero .hero-txt-wrapper {
        padding: 150px 50px; } }
    .manufacturing-hero .uk-container.hero-txt-wrapper .section-text-block,
    .manufacturing-hero .hero-txt-wrapper .section-text-block {
      width: 50%; }
      @media only screen and (max-width: 844px) {
        .manufacturing-hero .uk-container.hero-txt-wrapper .section-text-block,
        .manufacturing-hero .hero-txt-wrapper .section-text-block {
          width: 100%; } }
      .manufacturing-hero .uk-container.hero-txt-wrapper .section-text-block .made-in,
      .manufacturing-hero .hero-txt-wrapper .section-text-block .made-in {
        color: #ffc629;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 3.25rem;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 0.02rem;
        text-align: left;
        font-variation-settings: "wght" 700;
        margin: 0px 0px 0px; }
        .manufacturing-hero .uk-container.hero-txt-wrapper .section-text-block .made-in span,
        .manufacturing-hero .hero-txt-wrapper .section-text-block .made-in span {
          font-size: 2rem;
          font-variation-settings: "wght" 350;
          color: #2D63C8; }
      .manufacturing-hero .uk-container.hero-txt-wrapper .section-text-block .usa,
      .manufacturing-hero .hero-txt-wrapper .section-text-block .usa {
        color: #fff;
        font-size: 9rem;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 0.02rem;
        text-align: left;
        font-variation-settings: "wght" 700;
        margin: 0px 0px 25px; }
      .manufacturing-hero .uk-container.hero-txt-wrapper .section-text-block.dk .uk-label.asp-header-label,
      .manufacturing-hero .hero-txt-wrapper .section-text-block.dk .uk-label.asp-header-label {
        background: #e9e8e5;
        color: #35373b; }
      .manufacturing-hero .uk-container.hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt,
      .manufacturing-hero .hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt {
        color: #ffc629; }
        .manufacturing-hero .uk-container.hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt.pro-home,
        .manufacturing-hero .hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt.pro-home {
          color: #ffc629 !important; }

#contact-us {
  background-color: #fff; }
  #contact-us .page-id-header {
    position: relative;
    width: 100%;
    padding: 0px 50px;
    z-index: 1;
    font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-size: 1.875rem;
    overflow: hidden;
    top: 0px;
    text-align: center; }
    #contact-us .page-id-header span {
      display: inline-block;
      position: relative; }
      #contact-us .page-id-header span::before, #contact-us .page-id-header span::after {
        content: "";
        position: absolute;
        top: calc(50% - (calc(0.2px + 0.05em) / 2));
        width: 2000px;
        border-bottom: calc(0.2px + 0.05em) solid rgba(255, 255, 255, 0.25); }
      #contact-us .page-id-header span::before {
        right: 100%;
        margin-right: calc(5px + 0.3em); }
      #contact-us .page-id-header span::after {
        left: 100%;
        margin-left: calc(5px + 0.3em); }

#parts-list {
  background-color: #fff; }
  #parts-list .page-id-header {
    position: relative;
    width: 100%;
    padding: 0px 50px;
    z-index: 1;
    font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-size: 1.875rem;
    line-height: 1.2;
    overflow: hidden;
    top: 0px;
    text-align: center;
    margin-bottom: 0.625em; }
    #parts-list .page-id-header span {
      display: inline-block;
      position: relative; }
      #parts-list .page-id-header span::before, #parts-list .page-id-header span::after {
        content: "";
        position: absolute;
        top: calc(50% - (calc(0.2px + 0.05em) / 2));
        width: 2000px;
        border-bottom: calc(0.2px + 0.05em) solid rgba(255, 255, 255, 0.25); }
      #parts-list .page-id-header span::before {
        right: 100%;
        margin-right: calc(5px + 0.3em); }
      #parts-list .page-id-header span::after {
        left: 100%;
        margin-left: calc(5px + 0.3em); }
    #parts-list .page-id-header span.sm-text {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 1rem;
      margin-bottom: 0.25em;
      font-variation-settings: "wght" 500;
      color: #fff;
      display: block; }
      #parts-list .page-id-header span.sm-text::before, #parts-list .page-id-header span.sm-text::after {
        content: none; }
      #parts-list .page-id-header span.sm-text::before {
        right: 0;
        margin-right: 0; }
      #parts-list .page-id-header span.sm-text::after {
        left: 0;
        margin-left: 0; }

.contact-us-hero,
.parts-list-hero {
  height: 100%;
  width: 100%;
  object-fit: cover;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: bottom;
  -webkit-mask-position: bottom; }

.contact-us-hero,
.parts-list-hero {
  -webkit-mask-image: url("/assets/images/section-mask-2bh.svg");
  mask-image: url("/assets/images/section-mask-2bh.svg");
  background-image: url("/assets/images/contact-hero.jpg"); }

.contact-us-hero,
.parts-list-hero {
  padding: 60px 0px 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-position: 50% 20%;
  background-size: cover !important;
  background-repeat: no-repeat; }
  .contact-us-hero .uk-container.hero-txt-wrapper,
  .contact-us-hero .hero-txt-wrapper,
  .parts-list-hero .uk-container.hero-txt-wrapper,
  .parts-list-hero .hero-txt-wrapper {
    padding: 0px 0px;
    width: 100%; }
    .contact-us-hero .uk-container.hero-txt-wrapper .hero-content,
    .contact-us-hero .hero-txt-wrapper .hero-content,
    .parts-list-hero .uk-container.hero-txt-wrapper .hero-content,
    .parts-list-hero .hero-txt-wrapper .hero-content {
      display: flex;
      justify-content: space-between; }
      .contact-us-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block,
      .contact-us-hero .hero-txt-wrapper .hero-content .section-text-block,
      .parts-list-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block,
      .parts-list-hero .hero-txt-wrapper .hero-content .section-text-block {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .contact-us-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1,
        .contact-us-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1,
        .parts-list-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1,
        .parts-list-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 {
          color: #ffc629;
          font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
          font-style: italic;
          font-size: 2.125rem;
          line-height: 1.2;
          text-transform: uppercase;
          letter-spacing: 0.02rem;
          text-align: left;
          margin: 0px 0px 0px; }
          .contact-us-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span,
          .contact-us-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span,
          .parts-list-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span,
          .parts-list-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span {
            font-size: 2rem;
            font-variation-settings: "wght" 350;
            color: #e9e8e5; }
            .contact-us-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span.trade,
            .contact-us-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span.trade,
            .parts-list-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span.trade,
            .parts-list-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span.trade {
              font-size: 0.875rem;
              color: inherit;
              vertical-align: text-top;
              margin: 0px 0px 0px 6px; }
        .contact-us-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line2,
        .contact-us-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line2,
        .parts-list-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line2,
        .parts-list-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line2 {
          color: #fff;
          font-size: 3.5rem;
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          line-height: 1;
          text-transform: uppercase;
          letter-spacing: 0.02rem;
          text-align: left;
          font-variation-settings: "wght" 700;
          margin: 0px 0px 0px; }
        .contact-us-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .uk-label.asp-header-label,
        .contact-us-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .uk-label.asp-header-label,
        .parts-list-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .uk-label.asp-header-label,
        .parts-list-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .uk-label.asp-header-label {
          background: #e9e8e5;
          color: #35373b; }
        .contact-us-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .asp-hero-header-alt,
        .contact-us-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .asp-hero-header-alt,
        .parts-list-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .asp-hero-header-alt,
        .parts-list-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .asp-hero-header-alt {
          color: #ffc629; }
          .contact-us-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .asp-hero-header-alt.pro-home,
          .contact-us-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .asp-hero-header-alt.pro-home,
          .parts-list-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .asp-hero-header-alt.pro-home,
          .parts-list-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .asp-hero-header-alt.pro-home {
            color: #ffc629 !important; }
        .contact-us-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .logo-wrapper,
        .contact-us-hero .hero-txt-wrapper .hero-content .section-text-block .logo-wrapper,
        .parts-list-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .logo-wrapper,
        .parts-list-hero .hero-txt-wrapper .hero-content .section-text-block .logo-wrapper {
          margin: 0px 20px 0px 0px; }
          .contact-us-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .logo-wrapper .slip-hitch-logo,
          .contact-us-hero .hero-txt-wrapper .hero-content .section-text-block .logo-wrapper .slip-hitch-logo,
          .parts-list-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .logo-wrapper .slip-hitch-logo,
          .parts-list-hero .hero-txt-wrapper .hero-content .section-text-block .logo-wrapper .slip-hitch-logo {
            height: 140px;
            width: auto; }

.hero-container-sd.careers-hero {
  min-height: 325px;
  background-position-x: left;
  background-position-y: 20%;
  justify-content: center;
  align-items: center;
  background-image: url("/assets/images/heroes/careers/careers-hero-img_small.jpg");
  /* Phone (Landscape) */
  /* Tablet (Landscape) */
  /* Desktop / Large Tablet (Landscape) */
  /* Large Screens */
  /* Hero Text */ }
  @media (min-width: 15.625em) and (max-width: 40em) {
    .hero-container-sd.careers-hero {
      background-image: url("/assets/images/heroes/careers/careers-hero-img_small.jpg");
      /* Phone (Retina) */ } }
  @media (min-width: 15.625em) and (max-width: 40em) and (min-resolution: 130dpi), (min-width: 15.625em) and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.careers-hero {
      background-image: url("/assets/images/heroes/careers/careers-hero-img_small_2x.jpg");
      background-position: 45% 50%; } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) {
    .hero-container-sd.careers-hero {
      min-height: 525px;
      /* Phone (Landscape - Retina) */ } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.careers-hero {
      background-image: url("/assets/images/heroes/careers/careers-hero-img_small_2x.jpg"); } }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .hero-container-sd.careers-hero {
      background-image: url("/assets/images/heroes/careers/careers-hero-img_medium.jpg");
      /* Tablet (Retina) */ } }
  @media (min-width: 40.063em) and (max-width: 64em) and (min-resolution: 130dpi), (min-width: 40.063em) and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.careers-hero {
      background-image: url("/assets/images/heroes/careers/careers-hero-img_medium_2x.jpg"); } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) {
    .hero-container-sd.careers-hero {
      background-image: url("/assets/images/heroes/careers/careers-hero-img_medium.jpg");
      /* Tablet (Landscape - Retina) */ } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.careers-hero {
      background-image: url("/assets/images/heroes/careers/careers-hero-img_medium_2x.jpg"); } }
  @media (min-width: 64.063em) and (max-width: 89.938em) {
    .hero-container-sd.careers-hero {
      background-image: url("/assets/images/heroes/careers/careers-hero-img_large.jpg");
      /* Desktop / Large Tablet (Retina) */ } }
  @media (min-width: 64.063em) and (max-width: 89.938em) and (min-resolution: 130dpi), (min-width: 64.063em) and (max-width: 89.938em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.careers-hero {
      background-image: url("/assets/images/heroes/careers/careers-hero-img_large_2x.jpg"); } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) {
    .hero-container-sd.careers-hero {
      background-image: url("/assets/images/heroes/careers/careers-hero-img_large.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.careers-hero {
      background-image: url("/assets/images/heroes/careers/careers-hero-img_large_2x.jpg"); } }
  @media (min-width: 90em) {
    .hero-container-sd.careers-hero {
      background-image: url("/assets/images/heroes/careers/careers-hero-img_xlarge.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 90em) and (min-resolution: 130dpi), (min-width: 90em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container-sd.careers-hero {
      background-image: url("/assets/images/heroes/careers/careers-hero-img_xlarge_2x.jpg"); } }
  .hero-container-sd.careers-hero .hero-txt-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    width: 100%;
    justify-content: flex-start;
    margin: 0px;
    display: flow-root;
    box-sizing: content-box; }
    @media (min-width: 33.125em) and (max-width: 49.938em) {
      .hero-container-sd.careers-hero .hero-txt-wrapper {
        padding: 0px 40px 0px; } }
    @media (min-width: 50em) and (max-width: 64em) {
      .hero-container-sd.careers-hero .hero-txt-wrapper {
        padding: 0px 80px 0px; } }
    @media (min-width: 64.063em) {
      .hero-container-sd.careers-hero .hero-txt-wrapper {
        padding: 0px 100px 0px; } }
    .hero-container-sd.careers-hero .hero-txt-wrapper .support-hero-tile {
      width: 100%;
      background: rgba(21, 22, 23, 0.5);
      border: 1px solid #fcfafa;
      padding: 40px; }
    .hero-container-sd.careers-hero .hero-txt-wrapper .asp-hero-header,
    .hero-container-sd.careers-hero .hero-txt-wrapper .asp-hero-header-alt,
    .hero-container-sd.careers-hero .hero-txt-wrapper .asp-hero-subheader {
      text-align: center; }
    .hero-container-sd.careers-hero .hero-txt-wrapper .asp-hero-header {
      color: #ffc629;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 3.5rem;
      line-height: 1.15;
      font-variation-settings: "wght" 600;
      font-style: normal; }
    .hero-container-sd.careers-hero .hero-txt-wrapper .asp-hero-header-alt {
      color: #ffc629; }
    .hero-container-sd.careers-hero .hero-txt-wrapper .asp-hero-subheader {
      color: #fcfafa;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 1.25rem;
      transform: skewX(-7deg);
      line-height: 1.3;
      font-variation-settings: "wght" 800;
      text-transform: uppercase;
      text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
      margin-bottom: 5px; }
    .hero-container-sd.careers-hero .hero-txt-wrapper .asp-copy-txt {
      text-align: center; }

.hero-container.become-dealer-hero {
  min-height: 700px !important;
  background-position: 95% bottom;
  justify-content: center;
  align-items: center;
  background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_small.jpg");
  /* Phone (Landscape) */
  /* Tablet (Landscape) */
  /* Desktop / Large Tablet (Landscape) */
  /* Large Screens */
  /* Hero Text */ }
  @media (min-width: 960px) {
    .hero-container.become-dealer-hero {
      background-position: 80% bottom; } }
  @media (min-width: 15.625em) and (max-width: 40em) {
    .hero-container.become-dealer-hero {
      background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_small.jpg");
      /* Phone (Retina) */ } }
  @media (min-width: 15.625em) and (max-width: 40em) and (min-resolution: 130dpi), (min-width: 15.625em) and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.become-dealer-hero {
      background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_small_2x.jpg"); } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) {
    .hero-container.become-dealer-hero {
      min-height: 525px;
      /* Phone (Landscape - Retina) */ } }
  @media (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 16.25em) and (max-width: 60.375em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.become-dealer-hero {
      background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_small_2x.jpg"); } }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .hero-container.become-dealer-hero {
      background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_medium.jpg");
      /* Tablet (Retina) */ } }
  @media (min-width: 40.063em) and (max-width: 64em) and (min-resolution: 130dpi), (min-width: 40.063em) and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.become-dealer-hero {
      background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_medium_2x.jpg"); } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) {
    .hero-container.become-dealer-hero {
      background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_medium.jpg");
      /* Tablet (Landscape - Retina) */ } }
  @media (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 60.438em) and (max-width: 80em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.become-dealer-hero {
      background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_medium_2x.jpg"); } }
  @media (min-width: 64.063em) and (max-width: 89.938em) {
    .hero-container.become-dealer-hero {
      background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_large.jpg");
      /* Desktop / Large Tablet (Retina) */ } }
  @media (min-width: 64.063em) and (max-width: 89.938em) and (min-resolution: 130dpi), (min-width: 64.063em) and (max-width: 89.938em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.become-dealer-hero {
      background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_large_2x.jpg"); } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) {
    .hero-container.become-dealer-hero {
      background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_large.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (min-resolution: 130dpi), (min-width: 80.063em) and (max-width: 89.938em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.become-dealer-hero {
      background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_large_2x.jpg"); } }
  @media (min-width: 90em) {
    .hero-container.become-dealer-hero {
      background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_xlarge.jpg");
      /* Desktop / Large Tablet (Landscape - Retina) */ } }
  @media (min-width: 90em) and (min-resolution: 130dpi), (min-width: 90em) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-container.become-dealer-hero {
      background-image: url("/assets/images/heroes/become-dealer/become-dealer-hero-img_xlarge_2x.jpg"); } }
  .hero-container.become-dealer-hero .hero-txt-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    width: 100%;
    justify-content: flex-start;
    margin: 0px;
    display: flow-root;
    box-sizing: content-box; }
    @media (min-width: 33.125em) and (max-width: 49.938em) {
      .hero-container.become-dealer-hero .hero-txt-wrapper {
        padding: 0px 40px 0px; } }
    @media (min-width: 50em) and (max-width: 64em) {
      .hero-container.become-dealer-hero .hero-txt-wrapper {
        padding: 0px 80px 0px; } }
    @media (min-width: 64.063em) {
      .hero-container.become-dealer-hero .hero-txt-wrapper {
        padding: 0px 100px 0px; } }
    .hero-container.become-dealer-hero .hero-txt-wrapper .support-hero-tile {
      width: 100%;
      background: rgba(21, 22, 23, 0.5);
      border: 1px solid #fcfafa;
      padding: 40px; }
    .hero-container.become-dealer-hero .hero-txt-wrapper .asp-hero-header,
    .hero-container.become-dealer-hero .hero-txt-wrapper .asp-hero-subheader {
      text-align: center; }
    .hero-container.become-dealer-hero .hero-txt-wrapper .asp-hero-header {
      color: #ffc629;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 3.5rem;
      line-height: 1.15;
      font-variation-settings: "wght" 600;
      text-transform: uppercase;
      letter-spacing: 0.02rem;
      text-shadow: 1px 4px 1px rgba(0, 0, 0, 0.8);
      font-style: normal; }
    .hero-container.become-dealer-hero .hero-txt-wrapper .asp-hero-subheader {
      color: #fcfafa;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 1.25rem;
      transform: skewX(-7deg);
      line-height: 1.3;
      font-variation-settings: "wght" 800;
      text-transform: uppercase;
      text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
      margin-bottom: 5px; }
    .hero-container.become-dealer-hero .hero-txt-wrapper .asp-button-wrapper {
      margin: 1.25em 0em 0em;
      text-align: center; }
      .hero-container.become-dealer-hero .hero-txt-wrapper .asp-button-wrapper .asp-button-default {
        background-color: rgba(21, 22, 23, 0.6);
        color: #fcfafa;
        border: 3px solid #fcfafa;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 1.25rem;
        font-variation-settings: "wght" 400;
        text-transform: uppercase;
        text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5);
        margin: 0px 15px;
        border-radius: 500px;
        padding: 0px 40px; }
        @media (max-width: 599px) {
          .hero-container.become-dealer-hero .hero-txt-wrapper .asp-button-wrapper .asp-button-default {
            margin: 10px; } }
        .hero-container.become-dealer-hero .hero-txt-wrapper .asp-button-wrapper .asp-button-default.mo {
          font-size: 1rem;
          padding: 0px 25px; }
        .hero-container.become-dealer-hero .hero-txt-wrapper .asp-button-wrapper .asp-button-default:hover {
          background-color: #3d7cc9; }

#become-dealer {
  background-color: transparent; }
  #become-dealer .page-id-header {
    position: absolute;
    width: 100%;
    padding: 0px 50px;
    z-index: 1;
    font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
    font-style: italic;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.875rem;
    overflow: hidden;
    top: 30px;
    text-align: left; }
    #become-dealer .page-id-header span {
      display: inline-block;
      position: relative; }
      #become-dealer .page-id-header span::before, #become-dealer .page-id-header span::after {
        content: "";
        position: absolute;
        top: calc(50% - (calc(0.2px + 0.05em) / 2));
        width: 2000px;
        border-bottom: calc(0.2px + 0.05em) solid rgba(255, 255, 255, 0.25); }
      #become-dealer .page-id-header span::before {
        right: 100%;
        margin-right: calc(5px + 0.3em); }
      #become-dealer .page-id-header span::after {
        left: 100%;
        margin-left: calc(5px + 0.3em); }

#slip-hitch {
  background-color: #fff; }
  #slip-hitch .page-id-header {
    position: absolute;
    width: 100%;
    padding: 0px 50px;
    z-index: 1;
    font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
    font-style: italic;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.875rem;
    overflow: hidden;
    top: 30px;
    text-align: left; }
    #slip-hitch .page-id-header span {
      display: inline-block;
      position: relative; }
      #slip-hitch .page-id-header span::before, #slip-hitch .page-id-header span::after {
        content: "";
        position: absolute;
        top: calc(50% - (calc(0.2px + 0.05em) / 2));
        width: 2000px;
        border-bottom: calc(0.2px + 0.05em) solid rgba(255, 255, 255, 0.25); }
      #slip-hitch .page-id-header span::before {
        right: 100%;
        margin-right: calc(5px + 0.3em); }
      #slip-hitch .page-id-header span::after {
        left: 100%;
        margin-left: calc(5px + 0.3em); }

.slip-hitch-hero {
  height: 100%;
  width: 100%;
  object-fit: cover;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center; }

.slip-hitch-hero {
  -webkit-mask-image: url("/assets/images/section-mask-2bh.svg");
  mask-image: url("/assets/images/section-mask-2bh.svg");
  background-image: url("/assets/images/slip-hitch-hero.jpg"); }

.slip-hitch-hero {
  min-height: 350px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-position: 50% 20%;
  background-size: cover !important;
  background-repeat: no-repeat; }
  .slip-hitch-hero .uk-container.hero-txt-wrapper,
  .slip-hitch-hero .hero-txt-wrapper {
    padding: 0px 75px;
    width: 100%;
    margin: auto 0px; }
    .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content,
    .slip-hitch-hero .hero-txt-wrapper .hero-content {
      display: flex;
      justify-content: space-between; }
      .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block,
      .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1,
        .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 {
          color: #ffc629;
          font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
          font-style: italic;
          font-size: 2.125rem;
          line-height: 1.2;
          text-transform: uppercase;
          letter-spacing: 0.02rem;
          text-align: left;
          margin: 0px 0px 0px; }
          .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span,
          .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span {
            font-size: 2rem;
            font-variation-settings: "wght" 350;
            color: #e9e8e5; }
            .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span.trade,
            .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span.trade {
              font-size: 0.875rem;
              color: inherit;
              vertical-align: text-top;
              margin: 0px 0px 0px 6px; }
        .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line2,
        .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line2 {
          color: #fff;
          font-size: 3.5rem;
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          line-height: 1;
          text-transform: uppercase;
          letter-spacing: 0.02rem;
          text-align: left;
          font-variation-settings: "wght" 700;
          margin: 0px 0px 0px; }
        .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .uk-label.asp-header-label,
        .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .uk-label.asp-header-label {
          background: #e9e8e5;
          color: #35373b; }
        .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .asp-hero-header-alt,
        .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .asp-hero-header-alt {
          color: #ffc629; }
          .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .asp-hero-header-alt.pro-home,
          .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper.dk .asp-hero-header-alt.pro-home {
            color: #ffc629 !important; }
        .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .logo-wrapper,
        .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .logo-wrapper {
          margin: 0px 20px 0px 0px; }
          .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .logo-wrapper .slip-hitch-logo,
          .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .logo-wrapper .slip-hitch-logo {
            height: 140px;
            width: auto; }

@media only screen and (max-width: 639px) {
  .slip-hitch-hero {
    min-height: 350px;
    background-position: 25% 0%; }
    .slip-hitch-hero .uk-container.hero-txt-wrapper,
    .slip-hitch-hero .hero-txt-wrapper {
      padding: 50px 35px;
      margin: 0px; }
      .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content,
      .slip-hitch-hero .hero-txt-wrapper .hero-content {
        flex-direction: column; }
        .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block,
        .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block {
          width: 100%;
          flex-direction: column; }
          .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1,
          .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 {
            font-size: 1.125rem;
            text-align: center; }
            .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span.trade,
            .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span.trade {
              font-size: 0.5rem;
              margin: 0px 0px 0px 3px; }
          .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line2,
          .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line2 {
            font-size: 2.2rem;
            text-align: center; }
          .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .logo-wrapper,
          .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .logo-wrapper {
            margin: 0px 0px 15px 0px; }
            .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .logo-wrapper .slip-hitch-logo,
            .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .logo-wrapper .slip-hitch-logo {
              height: 120px; } }

@media only screen and (min-width: 640px) and (max-width: 910px) {
  .slip-hitch-hero {
    min-height: 280px; }
    .slip-hitch-hero .uk-container.hero-txt-wrapper,
    .slip-hitch-hero .hero-txt-wrapper {
      padding: 0px 55px; }
      .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content,
      .slip-hitch-hero .hero-txt-wrapper .hero-content {
        flex-direction: column; }
        .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block,
        .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block {
          width: 100%; }
          .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1,
          .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 {
            font-size: 1.375rem; }
            .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span.trade,
            .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line1 span.trade {
              font-size: 0.6rem;
              margin: 0px 0px 0px 3px; }
          .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line2,
          .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .text-wrapper .txt-line2 {
            font-size: 2.625rem; }
          .slip-hitch-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .logo-wrapper .slip-hitch-logo,
          .slip-hitch-hero .hero-txt-wrapper .hero-content .section-text-block .logo-wrapper .slip-hitch-logo {
            height: 116px; } }

#financing {
  background-color: #fff; }
  #financing .page-id-header {
    position: absolute;
    width: 100%;
    padding: 0px 50px;
    z-index: 1;
    font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
    font-style: italic;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.875rem;
    overflow: hidden;
    top: 30px;
    text-align: left; }
    #financing .page-id-header span {
      display: inline-block;
      position: relative; }
      #financing .page-id-header span::before, #financing .page-id-header span::after {
        content: "";
        position: absolute;
        top: calc(50% - (calc(0.2px + 0.05em) / 2));
        width: 2000px;
        border-bottom: calc(0.2px + 0.05em) solid rgba(255, 255, 255, 0.25); }
      #financing .page-id-header span::before {
        right: 100%;
        margin-right: calc(5px + 0.3em); }
      #financing .page-id-header span::after {
        left: 100%;
        margin-left: calc(5px + 0.3em); }
  #financing .get-approved {
    margin-top: 35px; }
    #financing .get-approved .get-approved-btn {
      border: none;
      box-sizing: border-box;
      line-height: 60px;
      text-align: center;
      text-decoration: none;
      padding: 0 30px;
      vertical-align: middle;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
      #financing .get-approved .get-approved-btn:hover {
        box-shadow: 0 14px 25px rgba(0, 0, 0, 0.2); }
      #financing .get-approved .get-approved-btn.ssp {
        background-color: #ffc629;
        color: #060808; }
        #financing .get-approved .get-approved-btn.ssp:hover {
          background-color: #FFBE0A; }
      #financing .get-approved .get-approved-btn.dd {
        background-color: #0077b2;
        color: #060808; }
        #financing .get-approved .get-approved-btn.dd:hover {
          background-color: #005F8F; }
      #financing .get-approved .get-approved-btn .uk-icon {
        display: inline-block; }
      #financing .get-approved .get-approved-btn .btn-txt {
        line-height: normal;
        display: inline-block;
        font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
        font-style: italic;
        text-transform: uppercase;
        font-size: 1.25rem;
        vertical-align: sub; }

.financing-hero {
  height: 100%;
  width: 100%;
  object-fit: cover;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center; }

.financing-hero {
  min-height: 900px; }
  .financing-hero .uk-container.hero-txt-wrapper .section-text-block .uk-label.asp-header-label,
  .financing-hero .hero-txt-wrapper .section-text-block .uk-label.asp-header-label {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    background: rgba(21, 22, 23, 0.5);
    color: #fcfafa;
    font-size: 0.9rem;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 0px 20px;
    margin-bottom: 15px;
    font-variation-settings: "wght" 450; }
    .financing-hero .uk-container.hero-txt-wrapper .section-text-block .uk-label.asp-header-label.x2,
    .financing-hero .hero-txt-wrapper .section-text-block .uk-label.asp-header-label.x2 {
      margin-bottom: 10px; }

.financing-hero {
  -webkit-mask-image: url("/assets/images/section-mask-1b.svg");
  mask-image: url("/assets/images/section-mask-1b.svg");
  background-image: url("/assets/images/finance-hero.jpg"); }

.financing-hero {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-position: 62% 40%;
  background-size: cover !important;
  background-repeat: no-repeat; }
  .financing-hero.mo {
    min-height: 600px; }
  .financing-hero .uk-container.hero-txt-wrapper,
  .financing-hero .hero-txt-wrapper {
    padding: 50px 75px;
    width: 100%;
    margin: auto 0px; }
    .financing-hero .uk-container.hero-txt-wrapper .hero-content,
    .financing-hero .hero-txt-wrapper .hero-content {
      display: flex;
      justify-content: space-between; }
      .financing-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block,
      .financing-hero .hero-txt-wrapper .hero-content .section-text-block {
        width: 50%; }
        .financing-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .txt-line1,
        .financing-hero .hero-txt-wrapper .hero-content .section-text-block .txt-line1 {
          color: #ffc629;
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 3.25rem;
          line-height: 1.2;
          text-transform: uppercase;
          letter-spacing: 0.02rem;
          text-align: left;
          font-variation-settings: "wght" 700;
          margin: 0px 0px 20px; }
          .financing-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .txt-line1 span,
          .financing-hero .hero-txt-wrapper .hero-content .section-text-block .txt-line1 span {
            font-size: 2rem;
            font-variation-settings: "wght" 350;
            color: #e9e8e5; }
        .financing-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .txt-line2,
        .financing-hero .hero-txt-wrapper .hero-content .section-text-block .txt-line2 {
          color: #fff;
          font-size: 9rem;
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          line-height: 1;
          text-transform: uppercase;
          letter-spacing: 0.02rem;
          text-align: left;
          font-variation-settings: "wght" 700;
          margin: 0px 0px 25px; }
        .financing-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block.dk .uk-label.asp-header-label,
        .financing-hero .hero-txt-wrapper .hero-content .section-text-block.dk .uk-label.asp-header-label {
          background: #e9e8e5;
          color: #35373b; }
        .financing-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block.dk .asp-hero-header-alt,
        .financing-hero .hero-txt-wrapper .hero-content .section-text-block.dk .asp-hero-header-alt {
          color: #ffc629; }
          .financing-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block.dk .asp-hero-header-alt.pro-home,
          .financing-hero .hero-txt-wrapper .hero-content .section-text-block.dk .asp-hero-header-alt.pro-home {
            color: #ffc629 !important; }
      .financing-hero .uk-container.hero-txt-wrapper .hero-content .offers,
      .financing-hero .hero-txt-wrapper .hero-content .offers {
        width: 40%;
        background-color: rgba(255, 255, 255, 0.9);
        border: 1px solid #e9e8e5;
        padding: 10px;
        height: 100%;
        position: relative; }
        .financing-hero .uk-container.hero-txt-wrapper .hero-content .offers .offer-card-wrapper,
        .financing-hero .hero-txt-wrapper .hero-content .offers .offer-card-wrapper {
          display: flex;
          flex-basis: auto;
          flex-grow: 1;
          height: auto;
          border: 1px solid #6f7271;
          color: #35373b;
          flex-direction: column;
          padding: 35px;
          position: relative; }
          .financing-hero .uk-container.hero-txt-wrapper .hero-content .offers .offer-card-wrapper .uk-label.uk-card-badge,
          .financing-hero .hero-txt-wrapper .hero-content .offers .offer-card-wrapper .uk-label.uk-card-badge {
            font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
            position: absolute;
            top: 2px;
            right: 2px;
            z-index: 1;
            display: inline-block;
            padding: 0 10px;
            background: #cf2127;
            line-height: 1.5;
            font-size: 0.825rem;
            color: #fff;
            vertical-align: middle;
            white-space: nowrap; }
          .financing-hero .uk-container.hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-header,
          .financing-hero .hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-header {
            background-color: transparent;
            color: #060808;
            padding: 0px;
            position: relative;
            text-transform: uppercase;
            display: block;
            font-size: 1.5rem;
            line-height: 1.3;
            letter-spacing: normal;
            font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
            font-style: italic; }
            .financing-hero .uk-container.hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-header::after,
            .financing-hero .hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-header::after {
              background-color: #3d7cc9;
              bottom: -6px;
              content: '';
              height: 4px;
              left: 0;
              position: absolute;
              width: 2.5rem; }
          .financing-hero .uk-container.hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-content,
          .financing-hero .hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-content {
            margin: 40px 0px 0px 0px;
            display: flex;
            flex-basis: auto;
            flex-direction: column;
            flex-grow: 1;
            height: auto;
            position: relative;
            text-align: left; }
            .financing-hero .uk-container.hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-content .offer-card-title,
            .financing-hero .hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-content .offer-card-title {
              color: #151617;
              margin: 0px 0px 15px;
              width: 100%;
              padding-top: 5px;
              font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
              letter-spacing: normal;
              font-size: 1.375rem;
              line-height: 1;
              font-variation-settings: "wght" 500; }
            .financing-hero .uk-container.hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-content .offer-card-rate,
            .financing-hero .hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-content .offer-card-rate {
              color: #6f7271;
              width: 100%;
              font-size: 4.5rem;
              line-height: 1.1;
              font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
              letter-spacing: normal;
              font-variation-settings: "wght" 400;
              text-align: left; }
            .financing-hero .uk-container.hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-content .offer-card-term,
            .financing-hero .hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-content .offer-card-term {
              color: #35373b;
              width: 100%;
              display: flex;
              align-self: flex-start;
              flex-grow: 1;
              font-size: 1.125rem;
              line-height: 1.3;
              font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
              letter-spacing: normal;
              font-variation-settings: "wght" 300;
              text-align: left; }
            .financing-hero .uk-container.hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-content .offer-card-legal,
            .financing-hero .hero-txt-wrapper .hero-content .offers .offer-card-wrapper .offer-card-content .offer-card-legal {
              margin-top: 40px;
              padding-top: 15px;
              color: #35373b;
              width: 100%;
              display: flex;
              align-self: flex-end;
              flex-grow: 0;
              flex-direction: column;
              height: auto;
              border-top: 1px solid #6f7271;
              font-size: 0.75rem;
              line-height: 1.3;
              font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
              letter-spacing: normal;
              font-variation-settings: "wght" 300;
              text-align: left; }

.hero-container-sd.legal-hero {
  padding: 60px 0px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-position: 50% 20%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.35);
  height: auto;
  min-height: auto;
  background-image: url("/assets/images/contact-hero.jpg");
  /* Hero Text */ }
  .hero-container-sd.legal-hero .hero-txt-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    width: 100%;
    justify-content: flex-start;
    margin: 0px;
    display: flow-root;
    box-sizing: content-box; }
    @media (min-width: 33.125em) and (max-width: 49.938em) {
      .hero-container-sd.legal-hero .hero-txt-wrapper {
        padding: 0px 40px 0px; } }
    @media (min-width: 50em) and (max-width: 64em) {
      .hero-container-sd.legal-hero .hero-txt-wrapper {
        padding: 0px 80px 0px; } }
    @media (min-width: 64.063em) {
      .hero-container-sd.legal-hero .hero-txt-wrapper {
        padding: 0px 100px 0px; } }
    .hero-container-sd.legal-hero .hero-txt-wrapper .support-hero-tile {
      width: 100%;
      background: rgba(21, 22, 23, 0.5);
      border: 1px solid #fcfafa;
      padding: 40px; }
    .hero-container-sd.legal-hero .hero-txt-wrapper .asp-hero-header,
    .hero-container-sd.legal-hero .hero-txt-wrapper .asp-hero-header-alt,
    .hero-container-sd.legal-hero .hero-txt-wrapper .asp-hero-subheader {
      text-align: center; }
    .hero-container-sd.legal-hero .hero-txt-wrapper .asp-hero-header {
      color: #ffc629;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 3.5rem;
      line-height: 1.15;
      font-variation-settings: "wght" 600;
      font-style: normal; }
    .hero-container-sd.legal-hero .hero-txt-wrapper .asp-hero-header-alt {
      color: #ffffff; }
    .hero-container-sd.legal-hero .hero-txt-wrapper .asp-hero-subheader {
      color: #fcfafa;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 1.25rem;
      transform: skewX(-7deg);
      line-height: 1.3;
      font-variation-settings: "wght" 800;
      text-transform: uppercase;
      text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
      margin-bottom: 5px; }
    .hero-container-sd.legal-hero .hero-txt-wrapper .asp-copy-txt {
      text-align: center; }

/* Dealer Locator */
#dealer-map-section {
  box-sizing: border-box;
  padding: 0;
  color: #fcfafa;
  font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  font-size: 16px;
  margin-bottom: 0.125em;
  /* Search Box Area */ }
  #dealer-map-section > * {
    box-sizing: border-box !important; }
  #dealer-map-section .dl-hor-bar {
    position: relative;
    width: 100%;
    box-sizing: border-box; }
    #dealer-map-section .dl-hor-bar .dl-search-wrapper {
      display: block;
      width: 100%;
      background-color: rgba(21, 22, 23, 0.9);
      padding: 1.875em 1.875em; }
      @media (max-width: 24.938em) {
        #dealer-map-section .dl-hor-bar .dl-search-wrapper {
          padding: 1.875em 1.25em; } }
      @media (min-width: 42.5em) {
        #dealer-map-section .dl-hor-bar .dl-search-wrapper {
          padding: 1.875em 2.5em; } }
      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; }
        @media (min-width: 53.125em) {
          #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper {
            flex-wrap: nowrap;
            justify-content: space-between; } }
        #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-header-wrapper {
          display: flex;
          flex-grow: 1;
          margin-bottom: 1.875em;
          width: 100%;
          justify-content: center;
          align-items: center; }
          @media (min-width: 53.125em) {
            #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-header-wrapper {
              margin-bottom: 0em;
              justify-content: flex-start; } }
          #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-header-wrapper .dl-header-icon {
            margin-right: 0.5em;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: row; }
            #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-header-wrapper .dl-header-icon svg {
              width: 64px;
              height: auto; }
              @media (max-width: 24.938em) {
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-header-wrapper .dl-header-icon svg {
                  width: 26px; } }
              #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-header-wrapper .dl-header-icon svg path {
                color: #6f7271; }
          #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-header-wrapper .dl-header-txt .dl-header {
            color: #e9e8e5;
            font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
            font-size: 2.5rem;
            font-style: italic;
            margin: 0em 0em;
            text-transform: uppercase;
            line-height: 1.1;
            white-space: nowrap; }
            @media (max-width: 24.938em) {
              #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-header-wrapper .dl-header-txt .dl-header {
                font-size: 2rem; } }
          #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-header-wrapper .dl-header-txt .dl-subheader {
            color: #fcfafa;
            font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
            font-size: 1.25rem;
            text-transform: uppercase;
            font-variation-settings: "wght" 400;
            margin: 0em 0em;
            line-height: 1;
            white-space: nowrap; }
            @media (max-width: 24.938em) {
              #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-header-wrapper .dl-header-txt .dl-subheader {
                font-size: 1rem; } }
        #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper {
          width: 100%;
          padding: 0;
          flex-grow: 1; }
          #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container,
          #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box {
            margin-top: 0;
            width: 100%; }
            #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location,
            #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form,
            #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location,
            #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form {
              width: 100%; }
              #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs,
              #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs,
              #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs,
              #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs {
                border-top: 1px solid rgba(252, 250, 250, 0.1);
                border-bottom: 1px solid rgba(252, 250, 250, 0.1);
                margin: 0px; }
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs::before,
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs::before,
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs::before,
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs::before {
                  content: "";
                  position: absolute;
                  bottom: 0;
                  left: 20px;
                  right: 0; }
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs li,
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs .dl-search-tab,
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs li,
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs .dl-search-tab,
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs li,
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs .dl-search-tab,
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs li,
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs .dl-search-tab {
                  padding-left: 0px; }
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs li a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs .dl-search-tab a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs li a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs .dl-search-tab a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs li a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs .dl-search-tab a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs li a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs .dl-search-tab a {
                    display: block;
                    text-align: center;
                    padding: 0.625em 0em;
                    color: rgba(252, 250, 250, 0.4);
                    border-bottom: 3px solid transparent;
                    font-size: 0.75rem;
                    line-height: 1.2;
                    text-transform: uppercase;
                    transition: color .1s ease-in-out;
                    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
                    font-variation-settings: "wght" 500; }
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs li.uk-active a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs .dl-search-tab.uk-active a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs li.uk-active a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs .dl-search-tab.uk-active a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs li.uk-active a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs .dl-search-tab.uk-active a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs li.uk-active a,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs .dl-search-tab.uk-active a {
                    color: #fcfafa;
                    border-color: #ffc629; }
              #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs-content,
              #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs-content,
              #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs-content,
              #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs-content {
                margin-top: 0.625em; }
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs-content .switcher-item,
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs-content .switcher-item,
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs-content .switcher-item,
                #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs-content .switcher-item {
                  display: none; }
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs-content .switcher-item.uk-active,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs-content .switcher-item.uk-active,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs-content .switcher-item.uk-active,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs-content .switcher-item.uk-active {
                    display: flex;
                    align-items: center; }
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-form-field,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-form-field,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-form-field,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-form-field {
                    width: 100%; }
                    #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper,
                    #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper,
                    #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper,
                    #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper {
                      position: relative; }
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper .dl-form-icon,
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper .dl-form-icon,
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper .dl-form-icon,
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper .dl-form-icon {
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        width: auto;
                        display: inline-flex;
                        justify-content: center;
                        align-items: center;
                        color: #6f7271;
                        padding: 0em 0.375em; }
                        #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper .dl-form-icon svg,
                        #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper .dl-form-icon svg,
                        #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper .dl-form-icon svg,
                        #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper .dl-form-icon svg {
                          width: auto;
                          height: 18px; }
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper .dl-input,
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper .dl-input,
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper .dl-input,
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-form-field .search-field-wrapper .dl-input {
                        padding-left: 1.875em;
                        font-size: 0.875rem; }
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper,
                  #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper {
                    padding-left: 0.625em; }
                    #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper .dl-search-submit-btn,
                    #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper .dl-search-submit-btn,
                    #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper .dl-search-submit-btn,
                    #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper .dl-search-submit-btn {
                      background: #ffc629;
                      border: none;
                      color: rgba(21, 22, 23, 0.8);
                      float: none;
                      margin: 0;
                      padding: 0.5em;
                      white-space: nowrap; }
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper .dl-search-submit-btn.uk-icon-button,
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper .dl-search-submit-btn.uk-icon-button,
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper .dl-search-submit-btn.uk-icon-button,
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper .dl-search-submit-btn.uk-icon-button {
                        box-sizing: border-box;
                        width: 35px;
                        height: 40px;
                        display: inline-flex;
                        justify-content: center;
                        align-items: center;
                        vertical-align: middle;
                        border-radius: 0.125em; }
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper .dl-search-submit-btn svg,
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .bh-sl-form-container #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper .dl-search-submit-btn svg,
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #bh-sl-user-location .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper .dl-search-submit-btn svg,
                      #dealer-map-section .dl-hor-bar .dl-search-wrapper .dl-search-inner-wrapper .dl-search-box-wrapper .dl-search-box #search-dealer-form .asp-locator-tabs-content .switcher-item .dl-search-submit-btn-wrapper .dl-search-submit-btn svg {
                        width: 30px;
                        height: auto; }
  #dealer-map-section #map-container {
    margin: 0.125em 0em 0em;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 75em) {
      #dealer-map-section #map-container {
        flex-direction: row-reverse; } }
    #dealer-map-section #map-container #bh-sl-map {
      width: 100%;
      height: 400px; }
      @media (min-width: 53.125em) {
        #dealer-map-section #map-container #bh-sl-map {
          height: 600px; } }
      @media (min-width: 75em) {
        #dealer-map-section #map-container #bh-sl-map {
          width: 60%;
          height: 650px; }
          #dealer-map-section #map-container #bh-sl-map.dlr-close {
            width: 100%; } }
    #dealer-map-section #map-container .dl-results-list {
      width: 100%;
      height: 520px;
      background-color: #ffffff;
      padding: 2.5em 5em 2.5em 2.5em;
      overflow-x: scroll;
      display: none; }
      @media (min-width: 75em) {
        #dealer-map-section #map-container .dl-results-list {
          width: 40%;
          padding: 1.875em;
          height: 650px; } }
      #dealer-map-section #map-container .dl-results-list.open {
        display: block; }
      #dealer-map-section #map-container .dl-results-list .dealer-result-list-title {
        font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
        color: #3d7cc9;
        font-style: italic;
        text-transform: uppercase;
        font-size: 1.375rem;
        line-height: 1.1;
        border-bottom: 1px solid rgba(21, 22, 23, 0.2);
        padding-bottom: 0.25em;
        margin-bottom: 0.625em; }
      #dealer-map-section #map-container .dl-results-list ul,
      #dealer-map-section #map-container .dl-results-list .list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none; }
        #dealer-map-section #map-container .dl-results-list ul li,
        #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper,
        #dealer-map-section #map-container .dl-results-list .list li,
        #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper {
          box-sizing: border-box;
          cursor: pointer;
          display: block;
          width: 100%;
          max-width: 100%;
          margin-bottom: 1.625em;
          border: 1px solid #e9e8e5;
          background: #fcfafa !important; }
          @media (min-width: 42.5em) {
            #dealer-map-section #map-container .dl-results-list ul li,
            #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper,
            #dealer-map-section #map-container .dl-results-list .list li,
            #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper {
              width: 49%; } }
          @media (min-width: 75em) {
            #dealer-map-section #map-container .dl-results-list ul li,
            #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper,
            #dealer-map-section #map-container .dl-results-list .list li,
            #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper {
              width: 100%; } }
          #dealer-map-section #map-container .dl-results-list ul li.list-focus,
          #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper.list-focus,
          #dealer-map-section #map-container .dl-results-list .list li.list-focus,
          #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper.list-focus {
            border-color: #ffc629;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
          #dealer-map-section #map-container .dl-results-list ul li .list-item,
          #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item,
          #dealer-map-section #map-container .dl-results-list .list li .list-item,
          #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-direction: row; }
            #dealer-map-section #map-container .dl-results-list ul li .list-item .list-label,
            #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item .list-label,
            #dealer-map-section #map-container .dl-results-list .list li .list-item .list-label,
            #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item .list-label {
              display: flex;
              justify-content: center;
              max-width: 100%;
              background: none !important;
              color: rgba(53, 55, 59, 0.5);
              margin: 0px auto;
              padding: 0.938em 0em 0em 0.938em;
              text-align: center;
              width: 39px; }
            #dealer-map-section #map-container .dl-results-list ul li .list-item .list-details,
            #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item .list-details,
            #dealer-map-section #map-container .dl-results-list .list li .list-item .list-details,
            #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item .list-details {
              width: 100%;
              margin-left: 0.625em; }
              #dealer-map-section #map-container .dl-results-list ul li .list-item .list-details .list-content,
              #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item .list-details .list-content,
              #dealer-map-section #map-container .dl-results-list .list li .list-item .list-details .list-content,
              #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item .list-details .list-content {
                padding: 0.938em 1.25em 0.938em 0em;
                color: #151617; }
                #dealer-map-section #map-container .dl-results-list ul li .list-item .list-details .list-content .loc-name,
                #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item .list-details .list-content .loc-name,
                #dealer-map-section #map-container .dl-results-list .list li .list-item .list-details .list-content .loc-name,
                #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item .list-details .list-content .loc-name {
                  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
                  font-size: 1.125rem;
                  font-variation-settings: "wght" 700;
                  color: #35373b;
                  text-transform: uppercase;
                  margin-bottom: 0.75em;
                  border-bottom: 1px solid rgba(21, 22, 23, 0.15);
                  width: 100%;
                  padding-bottom: 0.25em;
                  text-align: left; }
                #dealer-map-section #map-container .dl-results-list ul li .list-item .list-details .list-content .loc-addr,
                #dealer-map-section #map-container .dl-results-list ul li .list-item .list-details .list-content .loc-addr3,
                #dealer-map-section #map-container .dl-results-list ul li .list-item .list-details .list-content .loc-phone,
                #dealer-map-section #map-container .dl-results-list ul li .list-item .list-details .list-content .loc-web,
                #dealer-map-section #map-container .dl-results-list ul li .list-item .list-details .list-content .loc-directions,
                #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item .list-details .list-content .loc-addr,
                #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item .list-details .list-content .loc-addr3,
                #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item .list-details .list-content .loc-phone,
                #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item .list-details .list-content .loc-web,
                #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item .list-details .list-content .loc-directions,
                #dealer-map-section #map-container .dl-results-list .list li .list-item .list-details .list-content .loc-addr,
                #dealer-map-section #map-container .dl-results-list .list li .list-item .list-details .list-content .loc-addr3,
                #dealer-map-section #map-container .dl-results-list .list li .list-item .list-details .list-content .loc-phone,
                #dealer-map-section #map-container .dl-results-list .list li .list-item .list-details .list-content .loc-web,
                #dealer-map-section #map-container .dl-results-list .list li .list-item .list-details .list-content .loc-directions,
                #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item .list-details .list-content .loc-addr,
                #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item .list-details .list-content .loc-addr3,
                #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item .list-details .list-content .loc-phone,
                #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item .list-details .list-content .loc-web,
                #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item .list-details .list-content .loc-directions {
                  font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
                  font-size: 0.875rem;
                  line-height: 1.4;
                  font-variation-settings: "wght" 400; }
                #dealer-map-section #map-container .dl-results-list ul li .list-item .list-details .list-content .loc-web,
                #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item .list-details .list-content .loc-web,
                #dealer-map-section #map-container .dl-results-list .list li .list-item .list-details .list-content .loc-web,
                #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item .list-details .list-content .loc-web {
                  margin-top: 0.938em; }
                  #dealer-map-section #map-container .dl-results-list ul li .list-item .list-details .list-content .loc-web a,
                  #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item .list-details .list-content .loc-web a,
                  #dealer-map-section #map-container .dl-results-list .list li .list-item .list-details .list-content .loc-web a,
                  #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item .list-details .list-content .loc-web a {
                    color: #2051a3; }
                #dealer-map-section #map-container .dl-results-list ul li .list-item .list-details .list-content .loc-dist,
                #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item .list-details .list-content .loc-dist,
                #dealer-map-section #map-container .dl-results-list .list li .list-item .list-details .list-content .loc-dist,
                #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item .list-details .list-content .loc-dist {
                  color: #6f7271;
                  font-variation-settings: "wght" 500;
                  font-style: italic;
                  font-size: 0.875rem;
                  line-height: 1.4; }
                #dealer-map-section #map-container .dl-results-list ul li .list-item .list-details .list-content .loc-directions a,
                #dealer-map-section #map-container .dl-results-list ul .list-item-wrapper .list-item .list-details .list-content .loc-directions a,
                #dealer-map-section #map-container .dl-results-list .list li .list-item .list-details .list-content .loc-directions a,
                #dealer-map-section #map-container .dl-results-list .list .list-item-wrapper .list-item .list-details .list-content .loc-directions a {
                  color: #2051a3; }
    #dealer-map-section #map-container .dl-pagination-wrapper {
      width: 100%;
      height: auto;
      background-color: #ffffff;
      padding: 0em 2.5em 2.5em; }
      #dealer-map-section #map-container .dl-pagination-wrapper .dl-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style-type: none;
        margin: 0;
        padding: 0.625em 0em;
        text-align: center; }
        #dealer-map-section #map-container .dl-pagination-wrapper .dl-pagination li {
          color: rgba(111, 114, 113, 0.5);
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-variation-settings: "wght" 500;
          cursor: pointer;
          padding: 0em 1.25em; }
          #dealer-map-section #map-container .dl-pagination-wrapper .dl-pagination li:hover {
            color: #6f7271; }
          #dealer-map-section #map-container .dl-pagination-wrapper .dl-pagination li.dl-current {
            color: #3d7cc9;
            cursor: none; }
        #dealer-map-section #map-container .dl-pagination-wrapper .dl-pagination .dl-page-num,
        #dealer-map-section #map-container .dl-pagination-wrapper .dl-pagination .dl-next-prev {
          color: rgba(111, 114, 113, 0.5);
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-variation-settings: "wght" 500;
          cursor: pointer; }
          #dealer-map-section #map-container .dl-pagination-wrapper .dl-pagination .dl-page-num.dl-current,
          #dealer-map-section #map-container .dl-pagination-wrapper .dl-pagination .dl-next-prev.dl-current {
            color: #3d7cc9; }
    #dealer-map-section #map-container .gm-style,
    #dealer-map-section #map-container .gm-style div {
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 0.75rem;
      font-variation-settings: "wght" 400; }
      #dealer-map-section #map-container .gm-style .gm-style-iw.gm-style-iw-c,
      #dealer-map-section #map-container .gm-style div .gm-style-iw.gm-style-iw-c {
        padding: 0px;
        border-radius: 0px;
        width: 100%;
        max-width: 500px !important; }
        #dealer-map-section #map-container .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d div,
        #dealer-map-section #map-container .gm-style div .gm-style-iw.gm-style-iw-c .gm-style-iw-d div {
          padding: 20px 25px 0px 25px;
          width: 100%; }
          #dealer-map-section #map-container .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-name,
          #dealer-map-section #map-container .gm-style div .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-name {
            font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
            font-size: 1.375rem;
            line-height: 1.2;
            color: #2051a3;
            font-variation-settings: "wght" 500;
            position: relative;
            text-transform: uppercase;
            padding: 0px 0px calc(7px + 0.1em);
            border-bottom: calc(0.2px + 0.05em) solid rgba(233, 232, 229, 0.6);
            margin-bottom: 1.25em; }
            #dealer-map-section #map-container .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-name::before,
            #dealer-map-section #map-container .gm-style div .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-name::before {
              content: "";
              display: inline-block;
              position: relative;
              top: calc(-0.1 * 1em);
              vertical-align: middle;
              height: calc(4px + 0.7em);
              margin-right: calc(5px + 0.2em);
              border-left: calc(5px + 0.1em) solid #ffc629; }
          #dealer-map-section #map-container .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .d-label,
          #dealer-map-section #map-container .gm-style div .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .d-label {
            font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
            font-size: 0.688rem;
            line-height: 1.1;
            color: #6f7271;
            margin: 0em 0em 0.25em;
            text-transform: uppercase;
            padding: 0; }
          #dealer-map-section #map-container .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-street,
          #dealer-map-section #map-container .gm-style div .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-street {
            font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
            font-size: 1rem;
            line-height: 1.2;
            color: #35373b;
            font-variation-settings: "wght" 400;
            margin: 0em 0em 0.25em;
            padding: 0; }
          #dealer-map-section #map-container .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-cspc,
          #dealer-map-section #map-container .gm-style div .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-cspc {
            font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
            font-size: 1rem;
            line-height: 1.2;
            color: #35373b;
            font-variation-settings: "wght" 400;
            margin: 0em 0em 1em;
            padding: 0; }
          #dealer-map-section #map-container .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-phone,
          #dealer-map-section #map-container .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-website,
          #dealer-map-section #map-container .gm-style div .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-phone,
          #dealer-map-section #map-container .gm-style div .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-website {
            font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
            font-size: 1rem;
            line-height: 1.2;
            font-variation-settings: "wght" 400;
            margin: 0em 0em 1em;
            padding: 0; }
          #dealer-map-section #map-container .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-phone,
          #dealer-map-section #map-container .gm-style div .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-phone {
            color: #35373b; }
          #dealer-map-section #map-container .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-website,
          #dealer-map-section #map-container .gm-style div .gm-style-iw.gm-style-iw-c .gm-style-iw-d div .dealer-website {
            color: #1B4388; }
        #dealer-map-section #map-container .gm-style .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect,
        #dealer-map-section #map-container .gm-style div .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect {
          top: 10px !important;
          right: 10px !important;
          width: 26px !important;
          height: 26px !important; }
          #dealer-map-section #map-container .gm-style .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect img,
          #dealer-map-section #map-container .gm-style div .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect img {
            width: 26px !important;
            height: 26px !important;
            margin: 0px !important; }

.sh-intro-section .sh-intro {
  padding: 110px 80px 110px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .sh-intro-section .sh-intro .intro-txt-wrapper .intro-header {
    overflow: visible;
    white-space: normal;
    line-height: 1.2;
    text-align: left;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 3rem;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-variation-settings: "wght" 400; }
    .sh-intro-section .sh-intro .intro-txt-wrapper .intro-header.ssp, .sh-intro-section .sh-intro .intro-txt-wrapper .intro-header.sp {
      color: #2051a3; }
    .sh-intro-section .sh-intro .intro-txt-wrapper .intro-header.dd {
      color: #151617; }
    .sh-intro-section .sh-intro .intro-txt-wrapper .intro-header.ss {
      color: #97989B; }
    .sh-intro-section .sh-intro .intro-txt-wrapper .intro-header span.emphasis {
      font-variation-settings: "wght" 700; }
      .sh-intro-section .sh-intro .intro-txt-wrapper .intro-header span.emphasis.ssp, .sh-intro-section .sh-intro .intro-txt-wrapper .intro-header span.emphasis.sp {
        color: #ffc629; }
      .sh-intro-section .sh-intro .intro-txt-wrapper .intro-header span.emphasis.dd {
        color: #b7be34; }
      .sh-intro-section .sh-intro .intro-txt-wrapper .intro-header span.emphasis.ss {
        color: #ed1f24; }
  .sh-intro-section .sh-intro .intro-img {
    margin-top: 0px;
    margin-right: 00px;
    padding-left: 30px; }
    .sh-intro-section .sh-intro .intro-img.dt {
      display: block; }
    .sh-intro-section .sh-intro .intro-img.mo {
      display: none; }
  .sh-intro-section .sh-intro.sp {
    padding: 90px 100px 100px; }
    .sh-intro-section .sh-intro.sp .intro-img {
      margin-top: 0px;
      margin-right: -600px;
      padding-left: 30px; }
      .sh-intro-section .sh-intro.sp .intro-img.dt {
        display: block; }
      .sh-intro-section .sh-intro.sp .intro-img.mo {
        display: none; }

/**** Sectional Sno-Pusher Intro ****/
.product-intro-section.ssp .product-intro {
  padding: 100px 0px;
  position: relative;
  display: block; }
  @media (min-width: 60em) {
    .product-intro-section.ssp .product-intro {
      padding: 120px 0px; } }
  .product-intro-section.ssp .product-intro .intro-header {
    line-height: 1.2;
    text-align: center;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 4rem;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-variation-settings: "wght" 400;
    margin-bottom: 50px;
    padding: 0px 30px; }
    @media (min-width: 60em) {
      .product-intro-section.ssp .product-intro .intro-header {
        margin-bottom: 75px; } }
    .product-intro-section.ssp .product-intro .intro-header .header-sm {
      font-size: 1.5rem;
      font-variation-settings: "wght" 400;
      color: #6f7271; }
      @media (min-width: 30em) {
        .product-intro-section.ssp .product-intro .intro-header .header-sm {
          font-size: 2rem; } }
    .product-intro-section.ssp .product-intro .intro-header .header-lg {
      font-size: 4rem; }
      @media (min-width: 30em) {
        .product-intro-section.ssp .product-intro .intro-header .header-lg {
          font-size: 4.5rem; } }
      .product-intro-section.ssp .product-intro .intro-header .header-lg.emphasis {
        font-variation-settings: "wght" 700;
        color: #2051a3; }
    .product-intro-section.ssp .product-intro .intro-header span.emphasis {
      font-variation-settings: "wght" 700;
      color: #ffc629; }
  .product-intro-section.ssp .product-intro .intro-content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0px;
    position: relative; }
    @media (min-width: 60em) {
      .product-intro-section.ssp .product-intro .intro-content-wrapper {
        flex-direction: row; } }
    .product-intro-section.ssp .product-intro .intro-content-wrapper .intro-txt {
      padding: 0px 50px;
      width: 100%; }
      @media (min-width: 60em) {
        .product-intro-section.ssp .product-intro .intro-content-wrapper .intro-txt {
          z-index: 2;
          padding: 0px 75px;
          width: 50%; } }
      .product-intro-section.ssp .product-intro .intro-content-wrapper .intro-txt p {
        line-height: 1.6;
        font-size: 1.125rem; }
    .product-intro-section.ssp .product-intro .intro-content-wrapper .intro-img-wrapper {
      margin: 15px 0px 0px 0px;
      width: 100%; }
      @media (min-width: 60em) {
        .product-intro-section.ssp .product-intro .intro-content-wrapper .intro-img-wrapper {
          margin: 0px 0px 0px 0px;
          width: 50%; } }
      .product-intro-section.ssp .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img {
        width: auto;
        height: auto;
        margin-top: 0px;
        margin-right: 0px; }
        .product-intro-section.ssp .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img.mo {
          display: block;
          padding: 0px 30px;
          margin-top: 30px; }
          @media (min-width: 60em) {
            .product-intro-section.ssp .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img.mo {
              display: none; } }
        .product-intro-section.ssp .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img.dt {
          display: none; }
          @media (min-width: 60em) {
            .product-intro-section.ssp .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img.dt {
              display: block; } }

/**** Sectional Sno-Plow (Power-Angle) Intro ****/
.product-intro-section.spa .product-intro {
  padding: 100px 0px;
  position: relative;
  display: block; }
  @media (min-width: 60em) {
    .product-intro-section.spa .product-intro {
      padding: 150px 0px; } }
  .product-intro-section.spa .product-intro .intro-header {
    line-height: 1.4;
    text-align: center;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 4rem;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-variation-settings: "wght" 400;
    margin-bottom: 50px;
    padding: 0px 30px; }
    @media (min-width: 60em) {
      .product-intro-section.spa .product-intro .intro-header {
        margin-bottom: 75px; } }
    .product-intro-section.spa .product-intro .intro-header .header-sm {
      font-size: 1.5rem;
      font-variation-settings: "wght" 400;
      color: #6f7271; }
      @media (min-width: 30em) {
        .product-intro-section.spa .product-intro .intro-header .header-sm {
          font-size: 2rem; } }
    .product-intro-section.spa .product-intro .intro-header .header {
      font-size: 3rem; }
      .product-intro-section.spa .product-intro .intro-header .header.emphasis {
        font-variation-settings: "wght" 700;
        color: #2051a3; }
      .product-intro-section.spa .product-intro .intro-header .header span {
        color: #ffc629;
        font-variation-settings: "wght" 700; }
    .product-intro-section.spa .product-intro .intro-header .header-lg {
      font-size: 4rem; }
      @media (min-width: 30em) {
        .product-intro-section.spa .product-intro .intro-header .header-lg {
          font-size: 4.5rem; } }
      .product-intro-section.spa .product-intro .intro-header .header-lg.emphasis {
        font-variation-settings: "wght" 700;
        color: #2051a3; }
      .product-intro-section.spa .product-intro .intro-header .header-lg span {
        color: #2051a3; }
    .product-intro-section.spa .product-intro .intro-header span.emphasis {
      font-variation-settings: "wght" 700;
      color: #ffc629; }
    .product-intro-section.spa .product-intro .intro-header .uk-divider-icon.asp-divider {
      margin: 35px 0px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%236f7271' d='M440.1 355.2l-39.2-23 34.1-9.3c8.4-2.3 13.4-11.1 11.1-19.6l-4.1-15.5c-2.2-8.5-10.9-13.6-19.3-11.3L343 298.2 271.2 256l71.9-42.2 79.7 21.7c8.4 2.3 17-2.8 19.3-11.3l4.1-15.5c2.2-8.5-2.7-17.3-11.1-19.6l-34.1-9.3 39.2-23c7.5-4.4 10.1-14.2 5.8-21.9l-7.9-13.9c-4.3-7.7-14-10.3-21.5-5.9l-39.2 23 9.1-34.7c2.2-8.5-2.7-17.3-11.1-19.6l-15.2-4.1c-8.4-2.3-17 2.8-19.3 11.3l-21.3 81-71.9 42.2v-84.5L306 70.4c6.1-6.2 6.1-16.4 0-22.6l-11.1-11.3c-6.1-6.2-16.1-6.2-22.2 0l-24.9 25.4V16c0-8.8-7-16-15.7-16h-15.7c-8.7 0-15.7 7.2-15.7 16v46.1l-24.9-25.4c-6.1-6.2-16.1-6.2-22.2 0L142.1 48c-6.1 6.2-6.1 16.4 0 22.6l58.3 59.3v84.5l-71.9-42.2-21.3-81c-2.2-8.5-10.9-13.6-19.3-11.3L72.7 84c-8.4 2.3-13.4 11.1-11.1 19.6l9.1 34.7-39.2-23c-7.5-4.4-17.1-1.8-21.5 5.9l-7.9 13.9c-4.3 7.7-1.8 17.4 5.8 21.9l39.2 23-34.1 9.1c-8.4 2.3-13.4 11.1-11.1 19.6L6 224.2c2.2 8.5 10.9 13.6 19.3 11.3l79.7-21.7 71.9 42.2-71.9 42.2-79.7-21.7c-8.4-2.3-17 2.8-19.3 11.3l-4.1 15.5c-2.2 8.5 2.7 17.3 11.1 19.6l34.1 9.3-39.2 23c-7.5 4.4-10.1 14.2-5.8 21.9L10 391c4.3 7.7 14 10.3 21.5 5.9l39.2-23-9.1 34.7c-2.2 8.5 2.7 17.3 11.1 19.6l15.2 4.1c8.4 2.3 17-2.8 19.3-11.3l21.3-81 71.9-42.2v84.5l-58.3 59.3c-6.1 6.2-6.1 16.4 0 22.6l11.1 11.3c6.1 6.2 16.1 6.2 22.2 0l24.9-25.4V496c0 8.8 7 16 15.7 16h15.7c8.7 0 15.7-7.2 15.7-16v-46.1l24.9 25.4c6.1 6.2 16.1 6.2 22.2 0l11.1-11.3c6.1-6.2 6.1-16.4 0-22.6l-58.3-59.3v-84.5l71.9 42.2 21.3 81c2.2 8.5 10.9 13.6 19.3 11.3L375 428c8.4-2.3 13.4-11.1 11.1-19.6l-9.1-34.7 39.2 23c7.5 4.4 17.1 1.8 21.5-5.9l7.9-13.9c4.6-7.5 2.1-17.3-5.5-21.7z'/%3E%3C/svg%3E"); }
      .product-intro-section.spa .product-intro .intro-header .uk-divider-icon.asp-divider::before, .product-intro-section.spa .product-intro .intro-header .uk-divider-icon.asp-divider::after {
        width: 20%; }
  .product-intro-section.spa .product-intro .intro-content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0px;
    position: relative; }
    @media (min-width: 60em) {
      .product-intro-section.spa .product-intro .intro-content-wrapper {
        flex-direction: row; } }
    .product-intro-section.spa .product-intro .intro-content-wrapper .intro-txt {
      padding: 0px 50px;
      width: 100%; }
      @media (min-width: 60em) {
        .product-intro-section.spa .product-intro .intro-content-wrapper .intro-txt {
          z-index: 2;
          padding: 0px 75px;
          width: 50%; } }
      .product-intro-section.spa .product-intro .intro-content-wrapper .intro-txt p {
        line-height: 1.6;
        font-size: 1.125rem; }
    .product-intro-section.spa .product-intro .intro-content-wrapper .intro-img-wrapper {
      margin: 15px 0px 0px 0px;
      width: 100%; }
      @media (min-width: 60em) {
        .product-intro-section.spa .product-intro .intro-content-wrapper .intro-img-wrapper {
          margin: 0px 0px 0px 0px;
          width: 50%; } }
      .product-intro-section.spa .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img {
        width: auto;
        height: auto;
        margin-top: 0px;
        margin-right: 0px; }
        .product-intro-section.spa .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img.mo {
          display: block;
          padding: 0px 30px;
          margin-top: 30px; }
          @media (min-width: 60em) {
            .product-intro-section.spa .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img.mo {
              display: none; } }
        .product-intro-section.spa .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img.dt {
          display: none; }
          @media (min-width: 60em) {
            .product-intro-section.spa .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img.dt {
              display: block; } }

/**** DoubleDown Salt Bucket Intro ****/
.product-intro-section.dd .product-intro {
  padding: 100px 0px;
  position: relative;
  display: block; }
  @media (min-width: 60em) {
    .product-intro-section.dd .product-intro {
      padding: 100px 0px; } }
  .product-intro-section.dd .product-intro .intro-header {
    line-height: 1.2;
    text-align: center;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 4rem;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-variation-settings: "wght" 400;
    margin-bottom: 50px;
    padding: 0px 30px;
    color: #151617; }
    @media (min-width: 60em) {
      .product-intro-section.dd .product-intro .intro-header {
        margin-bottom: 75px; } }
    .product-intro-section.dd .product-intro .intro-header .header-sm {
      font-size: 1.5rem;
      font-variation-settings: "wght" 500; }
      @media (min-width: 30em) {
        .product-intro-section.dd .product-intro .intro-header .header-sm {
          font-size: 2rem; } }
    .product-intro-section.dd .product-intro .intro-header .header-lg {
      font-size: 4rem; }
      @media (min-width: 30em) {
        .product-intro-section.dd .product-intro .intro-header .header-lg {
          font-size: 4.5rem; } }
      .product-intro-section.dd .product-intro .intro-header .header-lg.emphasis {
        font-variation-settings: "wght" 700;
        color: #b7be34; }
    .product-intro-section.dd .product-intro .intro-header span.emphasis {
      font-variation-settings: "wght" 700;
      color: #b7be34; }
  .product-intro-section.dd .product-intro .intro-content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0px;
    position: relative; }
    @media (min-width: 60em) {
      .product-intro-section.dd .product-intro .intro-content-wrapper {
        flex-direction: row; } }
    .product-intro-section.dd .product-intro .intro-content-wrapper .intro-txt {
      padding: 0px 50px; }
      @media (min-width: 60em) {
        .product-intro-section.dd .product-intro .intro-content-wrapper .intro-txt {
          z-index: 2;
          padding: 0px 75px; } }
      .product-intro-section.dd .product-intro .intro-content-wrapper .intro-txt p {
        max-inline-size: 75ch;
        line-height: 1.6;
        font-size: 1.125rem; }
    .product-intro-section.dd .product-intro .intro-content-wrapper .intro-img-wrapper {
      margin: 0px; }
      @media (min-width: 60em) {
        .product-intro-section.dd .product-intro .intro-content-wrapper .intro-img-wrapper {
          margin: 0px; } }
      .product-intro-section.dd .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img {
        width: auto;
        height: auto;
        margin-top: 0px;
        margin-right: 0px;
        padding-left: 30px; }

/**** RazorBack Intro ****/
.product-intro-section.rzbk .product-intro {
  padding: 100px 0px 0px;
  position: relative;
  display: block; }
  @media (min-width: 60em) {
    .product-intro-section.rzbk .product-intro {
      padding: 120px 0px 0px; } }
  .product-intro-section.rzbk .product-intro .intro-imgs-rzbk {
    background-color: black;
    padding-bottom: 100px; }
    @media (min-width: 60em) {
      .product-intro-section.rzbk .product-intro .intro-imgs-rzbk {
        padding-bottom: 120px; } }
    .product-intro-section.rzbk .product-intro .intro-imgs-rzbk .intro-img-rzbk.mo {
      display: block; }
      @media (max-width: 639px) {
        .product-intro-section.rzbk .product-intro .intro-imgs-rzbk .intro-img-rzbk.mo {
          display: none; } }
  .product-intro-section.rzbk .product-intro .intro-header {
    line-height: 1.2;
    text-align: center;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 4rem;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-variation-settings: "wght" 400;
    margin-bottom: 50px;
    padding: 0px 30px; }
    @media (min-width: 60em) {
      .product-intro-section.rzbk .product-intro .intro-header {
        margin-bottom: 75px; } }
    .product-intro-section.rzbk .product-intro .intro-header .header-sm {
      font-size: 1.5rem;
      font-variation-settings: "wght" 400;
      color: #6f7271; }
      @media (min-width: 30em) {
        .product-intro-section.rzbk .product-intro .intro-header .header-sm {
          font-size: 2rem; } }
    .product-intro-section.rzbk .product-intro .intro-header .header-lg {
      font-size: 4rem; }
      @media (min-width: 30em) {
        .product-intro-section.rzbk .product-intro .intro-header .header-lg {
          font-size: 4.5rem; } }
      .product-intro-section.rzbk .product-intro .intro-header .header-lg.emphasis {
        font-variation-settings: "wght" 700;
        color: #2051a3; }
    .product-intro-section.rzbk .product-intro .intro-header span.emphasis {
      font-variation-settings: "wght" 700;
      color: #ffc629; }
  .product-intro-section.rzbk .product-intro .intro-content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0px;
    position: relative; }
    @media (min-width: 60em) {
      .product-intro-section.rzbk .product-intro .intro-content-wrapper {
        flex-direction: row; } }
    .product-intro-section.rzbk .product-intro .intro-content-wrapper.flx-dir-row {
      flex-direction: row; }
      .product-intro-section.rzbk .product-intro .intro-content-wrapper.flx-dir-row .intro-txt {
        width: 100%; }
        .product-intro-section.rzbk .product-intro .intro-content-wrapper.flx-dir-row .intro-txt p {
          color: #35373b;
          text-align: center; }
          @media (max-width: 599px) {
            .product-intro-section.rzbk .product-intro .intro-content-wrapper.flx-dir-row .intro-txt p {
              text-align: left; } }
    .product-intro-section.rzbk .product-intro .intro-content-wrapper .intro-txt {
      padding: 0px 50px;
      width: 100%; }
      @media (min-width: 60em) {
        .product-intro-section.rzbk .product-intro .intro-content-wrapper .intro-txt {
          z-index: 2;
          padding: 0px 75px;
          width: 50%; } }
      .product-intro-section.rzbk .product-intro .intro-content-wrapper .intro-txt p {
        line-height: 1.6;
        font-size: 1.125rem; }
    .product-intro-section.rzbk .product-intro .intro-content-wrapper .intro-img-wrapper {
      margin: 15px 0px 0px 0px;
      width: 100%; }
      @media (min-width: 60em) {
        .product-intro-section.rzbk .product-intro .intro-content-wrapper .intro-img-wrapper {
          margin: 0px 0px 0px 0px;
          width: 50%; } }
      .product-intro-section.rzbk .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img {
        width: auto;
        height: auto;
        margin-top: 0px;
        margin-right: 0px; }
        .product-intro-section.rzbk .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img.mo {
          display: block;
          padding: 0px 30px;
          margin-top: 30px; }
          @media (min-width: 60em) {
            .product-intro-section.rzbk .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img.mo {
              display: none; } }
        .product-intro-section.rzbk .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img.dt {
          display: none; }
          @media (min-width: 60em) {
            .product-intro-section.rzbk .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img.dt {
              display: block; } }

/**** SideSwiper Intro ****/
.product-intro-section.ss .product-intro {
  padding: 100px 0px;
  position: relative;
  display: block; }
  @media (min-width: 60em) {
    .product-intro-section.ss .product-intro {
      padding: 150px 0px; } }
  .product-intro-section.ss .product-intro .intro-header {
    line-height: 1.2;
    text-align: center;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 4rem;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-variation-settings: "wght" 400;
    margin-bottom: 50px;
    padding: 0px 30px;
    color: #151617; }
    @media (min-width: 60em) {
      .product-intro-section.ss .product-intro .intro-header {
        margin-bottom: 75px; } }
    .product-intro-section.ss .product-intro .intro-header .header-sm {
      font-size: 1.5rem;
      font-variation-settings: "wght" 500; }
      @media (min-width: 30em) {
        .product-intro-section.ss .product-intro .intro-header .header-sm {
          font-size: 2rem; } }
    .product-intro-section.ss .product-intro .intro-header .header-lg {
      font-size: 4rem; }
      @media (min-width: 30em) {
        .product-intro-section.ss .product-intro .intro-header .header-lg {
          font-size: 4.5rem; } }
      .product-intro-section.ss .product-intro .intro-header .header-lg.emphasis {
        font-variation-settings: "wght" 700;
        color: #ed1f24; }
    .product-intro-section.ss .product-intro .intro-header span.emphasis {
      font-variation-settings: "wght" 700;
      color: #ed1f24; }
  .product-intro-section.ss .product-intro .intro-content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0px;
    position: relative; }
    @media (min-width: 60em) {
      .product-intro-section.ss .product-intro .intro-content-wrapper {
        flex-direction: row; } }
    .product-intro-section.ss .product-intro .intro-content-wrapper .intro-txt {
      padding: 0px 50px; }
      @media (min-width: 60em) {
        .product-intro-section.ss .product-intro .intro-content-wrapper .intro-txt {
          z-index: 2;
          padding: 0px 75px; } }
      .product-intro-section.ss .product-intro .intro-content-wrapper .intro-txt p {
        max-inline-size: 75ch;
        line-height: 1.6;
        font-size: 1.125rem; }
    .product-intro-section.ss .product-intro .intro-content-wrapper .intro-img-wrapper {
      margin: 15px -100px 0px; }
      @media (min-width: 60em) {
        .product-intro-section.ss .product-intro .intro-content-wrapper .intro-img-wrapper {
          margin: 0px -210px 0px; } }
      .product-intro-section.ss .product-intro .intro-content-wrapper .intro-img-wrapper .intro-img {
        width: auto;
        height: auto;
        margin-top: 0px;
        margin-right: 0px;
        padding-left: 30px; }

#features {
  background-color: #151617; }

.feature-def {
  width: 35%;
  padding: 0px 35px;
  justify-content: center;
  display: flex;
  flex-direction: column; }
  @media (min-width: 51.25em) and (max-width: 62.5em) {
    .feature-def {
      width: 48%; } }
  .feature-def.ssp, .feature-def.sp {
    background-color: #2051a3; }
    .feature-def.ssp .feature-name, .feature-def.sp .feature-name {
      color: #ffc629; }
  .feature-def.dd {
    background-color: #26292B; }
    .feature-def.dd .feature-name {
      color: #0077b2;
      text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
    .feature-def.dd .feature-descr {
      color: #fcfafa; }
  .feature-def.ss {
    background-color: #ed1f24; }
    .feature-def.ss .feature-name {
      color: #e9e8e5; }
  .feature-def .feature-name {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 1.75rem;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2;
    border-bottom: 1px solid rgba(252, 250, 250, 0.25);
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-variation-settings: "wght" 600;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5); }
    @media (min-width: 51.25em) and (max-width: 62.5em) {
      .feature-def .feature-name {
        font-size: 1.5rem; } }
  .feature-def .feature-descr {
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    color: #fcfafa;
    font-size: 1rem;
    line-height: 1.45;
    text-align: left;
    margin: 0px; }
    .feature-def .feature-descr span {
      font-size: 0.8rem;
      font-style: italic; }
  .feature-def ul.feature-descr {
    line-height: 1.5rem; }

.feature-nav-but {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: 20px 0px;
  background-color: transparent;
  border-bottom: 2px solid transparent; }
  .feature-nav-but:hover, .feature-nav-but.uk-active {
    border-bottom: 2px solid #ffc629; }
    .feature-nav-but:hover a, .feature-nav-but.uk-active a {
      text-decoration: none; }
      .feature-nav-but:hover a .feature-nav-button-txt p, .feature-nav-but.uk-active a .feature-nav-button-txt p {
        color: #ffc629; }
  .feature-nav-but a {
    text-decoration: none;
    padding: 0px 15px;
    width: 100%; }
    .feature-nav-but a .feature-nav-button-txt {
      display: flex;
      justify-content: center;
      align-items: center; }
      .feature-nav-but a .feature-nav-button-txt img,
      .feature-nav-but a .feature-nav-button-txt svg {
        width: 34px;
        height: auto;
        color: rgba(21, 22, 23, 0.5);
        opacity: 0.5; }
      .feature-nav-but a .feature-nav-button-txt p {
        margin: 0px 0px 0px 0px;
        color: #6f7271;
        font-size: 1rem;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        text-transform: uppercase;
        line-height: 1.3;
        text-align: center;
        font-variation-settings: "wght" 500;
        width: auto; }
  .feature-nav-but.dd:hover, .feature-nav-but.dd.uk-active {
    border-bottom: 2px solid #0077b2; }
    .feature-nav-but.dd:hover a .feature-nav-button-txt p, .feature-nav-but.dd.uk-active a .feature-nav-button-txt p {
      color: #0077b2; }
  .feature-nav-but.ss:hover, .feature-nav-but.ss.uk-active {
    border-bottom: 2px solid #ed1f24; }
    .feature-nav-but.ss:hover a, .feature-nav-but.ss.uk-active a {
      text-decoration: none; }
      .feature-nav-but.ss:hover a .feature-nav-button-txt p, .feature-nav-but.ss.uk-active a .feature-nav-button-txt p {
        color: #fcfafa; }
  .feature-nav-but .st0 {
    display: none; }

/** .feature {
   display: flex;
   flex-direction: row;

   img,
   .feature-img {
      width: 65%;
   }

   .feature-def {
      width: 35%;
      padding: 0px 35px;
      justify-content: flex-start;
      display: flex;
      flex-direction: column;

      &.ssp,
      &.sp {
         // background-color: $ssp-blue;

         .feature-name {
            color: $arctic-yellow;
         }
      }

      &.dd {
         background-color: $eerie-black;

         .feature-name {
            color: $dd-blue;
         }
      }

      &.ss {
         background-color: $ss-red;

         .feature-name {
            color: $platinum;
         }
      }

      .feature-name {
         font-family: $display-font;
         font-size: 1.75rem;
         text-align: left;
         text-transform: uppercase;
         line-height: 1.2;
         border-bottom: 1px solid rgba($snow, 0.25);
         padding-bottom: 15px;
         margin-bottom: 20px;
         font-variation-settings: $fw600;
      }

      .feature-descr {
         font-family: $sans-serif;
         color: $snow;
         font-size: 1.125rem;
         line-height: 1.5;
         text-align: left;
         margin: 0px;

         span {
            font-size: 0.875rem;
            font-style: italic;
         }
      }

      ul.feature-descr {
         line-height: 1.5rem;
      }
   }

} **/
.product-features-section {
  padding: 110px 0px 150px; }
  .product-features-section.ssp, .product-features-section.rzbk {
    padding: 110px 0px 150px; }
    @media (max-width: 819px) {
      .product-features-section.ssp, .product-features-section.rzbk {
        padding: 110px 0px 110px; } }
  .product-features-section .product-section-header-wrapper {
    margin-bottom: 50px;
    padding: 0px 30px;
    display: block;
    text-align: center;
    width: 100%; }
    @media (min-width: 60em) {
      .product-features-section .product-section-header-wrapper {
        margin-bottom: 75px; } }
    .product-features-section .product-section-header-wrapper .product-section-subheader {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 2rem;
      line-height: 1.5;
      text-align: center;
      text-transform: uppercase;
      font-variation-settings: "wght" 400;
      color: #151617; }
      .product-features-section .product-section-header-wrapper .product-section-subheader.ssp {
        color: #6f7271; }
    .product-features-section .product-section-header-wrapper .product-section-header {
      line-height: 1.05;
      text-align: center;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 3.5rem;
      letter-spacing: 0.1px;
      text-transform: uppercase;
      font-variation-settings: "wght" 700; }
      @media (min-width: 60em) {
        .product-features-section .product-section-header-wrapper .product-section-header {
          font-size: 4rem; }
          .product-features-section .product-section-header-wrapper .product-section-header span.tm {
            font-size: 1rem !important;
            padding: 12px 0px 0px 2px !important; } }
      .product-features-section .product-section-header-wrapper .product-section-header.ssp, .product-features-section .product-section-header-wrapper .product-section-header.sp {
        color: #2051a3; }
        .product-features-section .product-section-header-wrapper .product-section-header.ssp span, .product-features-section .product-section-header-wrapper .product-section-header.sp span {
          color: #2051a3; }
          .product-features-section .product-section-header-wrapper .product-section-header.ssp span.tm, .product-features-section .product-section-header-wrapper .product-section-header.sp span.tm {
            position: absolute;
            padding: 9px 0px 0px 2px;
            font-size: 0.75rem; }
      .product-features-section .product-section-header-wrapper .product-section-header.dd {
        color: #0077b2; }
      .product-features-section .product-section-header-wrapper .product-section-header span {
        color: #151617; }
        .product-features-section .product-section-header-wrapper .product-section-header span.tm {
          position: absolute;
          padding: 9px 0px 0px 2px;
          font-size: 0.75rem; }
    .product-features-section .product-section-header-wrapper .uk-divider-icon.asp-divider {
      margin: 35px 0px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%236f7271' d='M440.1 355.2l-39.2-23 34.1-9.3c8.4-2.3 13.4-11.1 11.1-19.6l-4.1-15.5c-2.2-8.5-10.9-13.6-19.3-11.3L343 298.2 271.2 256l71.9-42.2 79.7 21.7c8.4 2.3 17-2.8 19.3-11.3l4.1-15.5c2.2-8.5-2.7-17.3-11.1-19.6l-34.1-9.3 39.2-23c7.5-4.4 10.1-14.2 5.8-21.9l-7.9-13.9c-4.3-7.7-14-10.3-21.5-5.9l-39.2 23 9.1-34.7c2.2-8.5-2.7-17.3-11.1-19.6l-15.2-4.1c-8.4-2.3-17 2.8-19.3 11.3l-21.3 81-71.9 42.2v-84.5L306 70.4c6.1-6.2 6.1-16.4 0-22.6l-11.1-11.3c-6.1-6.2-16.1-6.2-22.2 0l-24.9 25.4V16c0-8.8-7-16-15.7-16h-15.7c-8.7 0-15.7 7.2-15.7 16v46.1l-24.9-25.4c-6.1-6.2-16.1-6.2-22.2 0L142.1 48c-6.1 6.2-6.1 16.4 0 22.6l58.3 59.3v84.5l-71.9-42.2-21.3-81c-2.2-8.5-10.9-13.6-19.3-11.3L72.7 84c-8.4 2.3-13.4 11.1-11.1 19.6l9.1 34.7-39.2-23c-7.5-4.4-17.1-1.8-21.5 5.9l-7.9 13.9c-4.3 7.7-1.8 17.4 5.8 21.9l39.2 23-34.1 9.1c-8.4 2.3-13.4 11.1-11.1 19.6L6 224.2c2.2 8.5 10.9 13.6 19.3 11.3l79.7-21.7 71.9 42.2-71.9 42.2-79.7-21.7c-8.4-2.3-17 2.8-19.3 11.3l-4.1 15.5c-2.2 8.5 2.7 17.3 11.1 19.6l34.1 9.3-39.2 23c-7.5 4.4-10.1 14.2-5.8 21.9L10 391c4.3 7.7 14 10.3 21.5 5.9l39.2-23-9.1 34.7c-2.2 8.5 2.7 17.3 11.1 19.6l15.2 4.1c8.4 2.3 17-2.8 19.3-11.3l21.3-81 71.9-42.2v84.5l-58.3 59.3c-6.1 6.2-6.1 16.4 0 22.6l11.1 11.3c6.1 6.2 16.1 6.2 22.2 0l24.9-25.4V496c0 8.8 7 16 15.7 16h15.7c8.7 0 15.7-7.2 15.7-16v-46.1l24.9 25.4c6.1 6.2 16.1 6.2 22.2 0l11.1-11.3c6.1-6.2 6.1-16.4 0-22.6l-58.3-59.3v-84.5l71.9 42.2 21.3 81c2.2 8.5 10.9 13.6 19.3 11.3L375 428c8.4-2.3 13.4-11.1 11.1-19.6l-9.1-34.7 39.2 23c7.5 4.4 17.1 1.8 21.5-5.9l7.9-13.9c4.6-7.5 2.1-17.3-5.5-21.7z'/%3E%3C/svg%3E"); }
      .product-features-section .product-section-header-wrapper .uk-divider-icon.asp-divider::before, .product-features-section .product-section-header-wrapper .uk-divider-icon.asp-divider::after {
        width: 20%; }

.uk-overlay.feature-overlay {
  width: 35%;
  background-blend-mode: multiply;
  background-image: url("/assets/images/feature-text-bg.jpg");
  background-repeat: no-repeat;
  padding: 0px 35px;
  justify-content: center;
  display: flex;
  flex-direction: column; }
  .uk-overlay.feature-overlay.ssp, .uk-overlay.feature-overlay.sp {
    background-color: #2051a3; }
    .uk-overlay.feature-overlay.ssp .feature-name, .uk-overlay.feature-overlay.sp .feature-name {
      color: #ffc629; }
  .uk-overlay.feature-overlay.dd {
    background-color: #0077b2; }
    .uk-overlay.feature-overlay.dd .feature-name {
      color: #151617; }
  .uk-overlay.feature-overlay.ss {
    background-color: #ed1f24; }
    .uk-overlay.feature-overlay.ss .feature-name {
      color: #e9e8e5; }
  .uk-overlay.feature-overlay .feature-name {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 1.75rem;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2;
    border-bottom: 1px solid rgba(252, 250, 250, 0.25);
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-variation-settings: "wght" 600; }
  .uk-overlay.feature-overlay .feature-descr {
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    color: #fcfafa;
    font-size: 0.9rem;
    line-height: 1.3125rem;
    text-align: left;
    margin: 0px; }
    .uk-overlay.feature-overlay .feature-descr span {
      font-size: 0.8rem;
      font-style: italic; }
  .uk-overlay.feature-overlay ul.feature-descr {
    line-height: 1.5rem; }

.asp-slide-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center; }

.feature-nav-button {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: 20px 0px;
  background-color: #ffffff;
  border: 1px solid rgba(217, 209, 210, 0.25); }
  .feature-nav-button.ssp:hover, .feature-nav-button.ssp.uk-active, .feature-nav-button.sp:hover, .feature-nav-button.sp.uk-active {
    background-color: #ffc629; }
  .feature-nav-button.dd:hover, .feature-nav-button.dd.uk-active {
    background-color: #0077b2; }
  .feature-nav-button.ss:hover, .feature-nav-button.ss.uk-active {
    background-color: #242829; }
    .feature-nav-button.ss:hover a, .feature-nav-button.ss.uk-active a {
      text-decoration: none; }
      .feature-nav-button.ss:hover a .feature-nav-button-txt img,
      .feature-nav-button.ss:hover a .feature-nav-button-txt svg, .feature-nav-button.ss.uk-active a .feature-nav-button-txt img,
      .feature-nav-button.ss.uk-active a .feature-nav-button-txt svg {
        color: rgba(111, 114, 113, 0.7);
        opacity: 0.4; }
      .feature-nav-button.ss:hover a .feature-nav-button-txt p, .feature-nav-button.ss.uk-active a .feature-nav-button-txt p {
        color: #fcfafa; }
  .feature-nav-button:hover a, .feature-nav-button.uk-active a {
    text-decoration: none; }
    .feature-nav-button:hover a .feature-nav-button-txt img,
    .feature-nav-button:hover a .feature-nav-button-txt svg, .feature-nav-button.uk-active a .feature-nav-button-txt img,
    .feature-nav-button.uk-active a .feature-nav-button-txt svg {
      color: rgba(21, 22, 23, 0.4);
      opacity: 0.4; }
    .feature-nav-button:hover a .feature-nav-button-txt p, .feature-nav-button.uk-active a .feature-nav-button-txt p {
      color: #151617; }
  .feature-nav-button a {
    text-decoration: none;
    padding: 0px 10px;
    width: 100%; }
    .feature-nav-button a .feature-nav-button-txt {
      display: flex;
      justify-content: center;
      align-items: center; }
      .feature-nav-button a .feature-nav-button-txt img,
      .feature-nav-button a .feature-nav-button-txt svg {
        width: 34px;
        height: auto;
        color: rgba(21, 22, 23, 0.5);
        opacity: 0.5; }
      .feature-nav-button a .feature-nav-button-txt p {
        margin: 0px 0px 0px 5px;
        color: #6f7271;
        font-size: 0.8rem;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        text-transform: uppercase;
        line-height: 1.2;
        text-align: left;
        font-variation-settings: "wght" 500;
        width: auto; }
  .feature-nav-button .st0 {
    display: none; }

.asp-slider-items .asp-feature-card {
  color: #ffffff; }
  .asp-slider-items .asp-feature-card .asp-card-body {
    padding: 35px 50px; }
  .asp-slider-items .asp-feature-card .feature-name {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 1.75rem;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2;
    border-bottom: 1px solid rgba(252, 250, 250, 0.25);
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-variation-settings: "wght" 600; }
  .asp-slider-items .asp-feature-card .feature-descr {
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    color: #fcfafa;
    font-size: 0.9rem;
    line-height: 1.3125rem;
    text-align: left;
    margin: 0px; }

.asp-slider-items.ssp .asp-feature-card {
  background-color: #2051a3; }
  .asp-slider-items.ssp .asp-feature-card .feature-name {
    color: #ffc629; }

.asp-slider-items.ss .asp-feature-card {
  background-color: #ed1f24; }
  .asp-slider-items.ss .asp-feature-card .feature-name {
    color: #e9e8e5; }

.asp-slider-items.dd .asp-feature-card {
  background-color: #26292B; }
  .asp-slider-items.dd .asp-feature-card .feature-name {
    color: #0077b2; }

.uk-icon.asp-slidenav-arrow {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 5px 10px;
  margin: 20px 5px 0px 5px; }

.feature-slideshow.dt {
  padding: 0px 15px;
  display: flex;
  flex-direction: column; }

.uk-slideshow-items {
  order: 2; }

.asp-slide-nav.dt {
  margin-bottom: 30px;
  order: 1; }

.asp-dotnav.uk-dotnav {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0px 0px;
  padding: 0;
  list-style: none;
  margin-left: -25px; }
  .asp-dotnav.uk-dotnav li {
    flex: none;
    padding-left: 25px; }
    .asp-dotnav.uk-dotnav li a {
      display: block;
      box-sizing: border-box;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: rgba(233, 232, 229, 0.2);
      text-indent: 100%;
      overflow: hidden;
      white-space: nowrap; }
    .asp-dotnav.uk-dotnav li.uk-active a {
      background-color: rgba(252, 250, 250, 0.7); }
  .asp-dotnav.uk-dotnav.ssp li.uk-active a, .asp-dotnav.uk-dotnav.sp li.uk-active a, .asp-dotnav.uk-dotnav.sw li.uk-active a, .asp-dotnav.uk-dotnav.ssw li.uk-active a {
    background-color: #2051a3; }
  .asp-dotnav.uk-dotnav.dd li.uk-active a {
    background-color: #0077b2; }

@media only screen and (min-width: 1130px) {
  .asp-slide-nav.dt {
    display: block;
    margin-bottom: 30px;
    padding: 0px 0px; }
  .asp-slide-nav.mo {
    display: none; }
  .feature-slideshow.mo {
    display: none; } }

@media only screen and (min-width: 880px) and (max-width: 1129px) {
  .asp-slide-nav .asp-slide-links li {
    flex: 16.6%; }
  .feature-slideshow.mo {
    display: none; } }

@media only screen and (min-width: 820px) and (max-width: 879px) {
  .asp-slide-nav .asp-slide-links li {
    flex: 33.3%; }
  .feature-slideshow.mo {
    display: none; }
  .uk-overlay.feature-overlay {
    width: 45%; }
  .img-pos-wings {
    left: 40% !important; } }

@media only screen and (min-width: 530px) and (max-width: 789px) {
  .asp-slider-items .asp-feature-card .asp-card-body {
    min-height: 265px; } }

@media only screen and (max-width: 529px) {
  .asp-slider-items .asp-feature-card .asp-card-body {
    min-height: 380px; }
  .asp-slider-items.dd .asp-feature-card .asp-card-body {
    min-height: 295px; } }

@media only screen and (max-width: 819px) {
  .feature-slideshow.dt {
    display: none; }
  .feature-slideshow.mo {
    display: block; } }

#product-viewer-ssp,
.product-viewer-section {
  background-color: #ffffff; }

.product-viewer-section .product-viewer {
  padding: 140px 0px;
  position: relative; }
  .product-viewer-section .product-viewer.ssp {
    padding: 200px 0px; }
  .product-viewer-section .product-viewer .asp-360-viewer {
    margin: 90px 0px 0px; }
    .product-viewer-section .product-viewer .asp-360-viewer.rzbk {
      margin: 40px 0px 0px; }
  .product-viewer-section .product-viewer .cloudimage-360-icons-container {
    display: none; }

.asp-zoom {
  background: url("/assets/images/zoom-in-icon.svg") 50% 50%/cover no-repeat !important;
  width: 32px !important;
  height: 32px !important;
  top: -35px !important;
  right: 50% !important; }

.cloudimage-360 .cloudimage-360-prev,
.cloudimage-360 .cloudimage-360-next {
  padding: 8px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 4px; }

.cloudimage-360 .cloudimage-360-prev:focus,
.cloudimage-360 .cloudimage-360-next:focus {
  outline: none; }

.cloudimage-360 .cloudimage-360-prev {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(50% - 15px);
  left: 20px; }

.cloudimage-360 .cloudimage-360-next {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(50% - 15px);
  right: 20px; }

.cloudimage-360 .cloudimage-360-prev:before,
.cloudimage-360 .cloudimage-360-next:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: 50% 50% / cover no-repeat; }

/* .cloudimage-360 .cloudimage-360-prev:before {
	background-image: url('https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-left.svg');
}

.cloudimage-360 .cloudimage-360-next:before {
	background-image: url('https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-right.svg');
}

.cloudimage-360 .cloudimage-360-prev.not-active,
.cloudimage-360 .cloudimage-360-next.not-active {
	opacity: 0.4;
	cursor: default;
}

.cloudimage-360-icons-container {
	top: 5px;
	right: 5px;
}

.cloudimage-360-fullscreen-modal {
	top: 0;
	bottom: 0;
}

.cloudimage-360-magnifier-icon {
	background: url(https://scaleflex.cloudimg.io/v7/filerobot/js-cloudimage-360-view/loupe.svg) 50% 50% / cover no-repeat;
}

.cloudimage-360-close-fullscreen-icon {
	background: url(https://scaleflex.cloudimg.io/v7/filerobot/js-cloudimage-360-view/cross.svg) 50% 50% / cover no-repeat;
}

.cloudimage-360-view-360-circle {
	margin: auto;
}

.cloudimage-360-loader {
	margin: auto;
}

.cloudimage-360-view-360-icon {
	background: url(https://scaleflex.cloudimg.io/v7/filerobot/js-cloudimage-360-view/360_view.svg) 50% 50% / cover no-repeat;
}

.cloudimage-360-box-shadow {
	top: 0;
	left: 0;
}

.cloudimage-360-img-magnifier-glass {
	border: 3px solid #000;
	border-radius: 50%;
} */
@media only screen and (max-width: 599px) {
  .product-viewer-section .product-viewer .asp-section-header {
    font-size: 2.75rem; } }

.uk-lightbox {
  background: rgba(0, 0, 0, 0.9) !important; }

.gallery-section {
  background-attachment: fixed !important;
  backface-visibility: hidden;
  background-blend-mode: multiply;
  background-size: cover !important; }
  .gallery-section.ssp {
    background: #2051a3; }
  .gallery-section .gallery-wrapper {
    padding: 110px 60px 130px;
    position: relative; }
    .gallery-section .gallery-wrapper .asp-section-header-dk {
      margin: 0px 0px 70px 0px; }
    .gallery-section .gallery-wrapper .asp-gallery-grid {
      justify-content: flex-start; }
      .gallery-section .gallery-wrapper .asp-gallery-grid > * {
        width: 25%; }
      .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper {
        background-color: #e9e8e5;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
        .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper .gallery-item-title {
          padding: 9px 15px;
          min-height: 50px;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper .gallery-item-title p {
            font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
            font-size: 0.8rem;
            color: #151617;
            margin-bottom: 0px;
            line-height: 1.3;
            text-transform: capitalize;
            font-variation-settings: "wght" 700; }
        .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper .gallery-item {
          display: inline-block;
          position: relative;
          max-width: 100%;
          vertical-align: middle;
          -webkit-backface-visibility: hidden; }
          .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper .gallery-item .asp-gallery-overlay {
            background: rgba(21, 22, 23, 0.35); }
          .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper .gallery-item .gallery-play-icon svg {
            width: 72px;
            height: auto;
            filter: drop-shadow(2px 2px 4px rgba(21, 22, 23, 0.8)); }
            .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper .gallery-item .gallery-play-icon svg path.fa-primary {
              fill: #d9d1d2; }
            .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper .gallery-item .gallery-play-icon svg path.fa-secondary {
              fill: #151617;
              opacity: 0.65; }
        .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper:hover {
          box-shadow: 0 14px 25px rgba(0, 0, 0, 0.2);
          background-color: rgba(6, 8, 8, 0.25); }
          .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper:hover .gallery-item .asp-gallery-overlay {
            background: rgba(21, 22, 23, 0); }
          .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper:hover .gallery-item .gallery-play-icon svg path.fa-primary {
            fill: #fcfafa; }
          .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper:hover .gallery-item .gallery-play-icon svg path.fa-secondary {
            fill: #151617; }
          .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper:hover .gallery-item-title p {
            color: #fcfafa; }

@media only screen and (max-width: 599px) {
  .gallery-section {
    background-attachment: scroll !important; }
    .gallery-section .gallery-wrapper {
      padding: 100px 40px 120px; }
      .gallery-section .gallery-wrapper .asp-gallery-grid > * {
        width: 100%; }
      .gallery-section .gallery-wrapper .asp-gallery-grid.uk-grid-medium {
        margin-left: -15px; }
        .gallery-section .gallery-wrapper .asp-gallery-grid.uk-grid-medium > * {
          padding-left: 15px; }
      .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper .gallery-item .gallery-play-icon svg {
        width: 60px; }
      .gallery-section .gallery-wrapper .asp-section-header-dk {
        font-size: 2.75rem;
        margin: 0px 0px 50px 0px; } }

@media only screen and (min-width: 600px) and (max-width: 804px) {
  .gallery-section .gallery-wrapper .asp-gallery-grid > * {
    width: 50%; }
  .gallery-section .gallery-wrapper .asp-gallery-grid.uk-grid-medium {
    margin-left: -15px; }
    .gallery-section .gallery-wrapper .asp-gallery-grid.uk-grid-medium > * {
      padding-left: 15px; }
  .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper .gallery-item .gallery-play-icon svg {
    width: 60px; }
  .asp-section-header-dk {
    font-size: 3rem; } }

@media only screen and (min-width: 805px) and (max-width: 999px) {
  .gallery-section .gallery-wrapper .asp-gallery-grid > * {
    width: calc(100% * 1 / 3.001); }
  .gallery-section .gallery-wrapper .asp-gallery-grid.uk-grid-medium {
    margin-left: -15px; }
    .gallery-section .gallery-wrapper .asp-gallery-grid.uk-grid-medium > * {
      padding-left: 15px; }
  .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper .gallery-item .gallery-play-icon svg {
    width: 50px; } }

@media only screen and (min-width: 1000px) and (max-width: 1230px) {
  .gallery-section .gallery-wrapper .asp-gallery-grid.uk-grid-medium {
    margin-left: -15px; }
    .gallery-section .gallery-wrapper .asp-gallery-grid.uk-grid-medium > * {
      padding-left: 15px; }
  .gallery-section .gallery-wrapper .asp-gallery-grid .gallery-item-wrapper .gallery-item .gallery-play-icon svg {
    width: 50px; } }

#benefits {
  position: relative; }

.benefits-section {
  background-blend-mode: multiply;
  background-size: cover !important;
  background-repeat: no-repeat;
  background: #ffffff; }
  .benefits-section::before {
    content: "";
    background-image: url("/assets/images/bgs/wall-scratch.jpg");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.35; }
  .benefits-section .benefits-wrapper {
    padding: 110px 60px 130px;
    position: relative; }
    .benefits-section .benefits-wrapper .asp-section-header-wrap {
      margin: 0px 0px 70px 0px; }
    .benefits-section .benefits-wrapper .benefits-content {
      padding: 0px 0px; }
      .benefits-section .benefits-wrapper .benefits-content .benefits {
        width: 100%; }
        .benefits-section .benefits-wrapper .benefits-content .benefits .asp-list {
          padding: 0px 15px; }
          .benefits-section .benefits-wrapper .benefits-content .benefits .asp-list li {
            color: #151617; }
            .benefits-section .benefits-wrapper .benefits-content .benefits .asp-list li::before {
              font-size: 32px;
              color: #b7be34;
              left: -30px;
              width: 30px;
              height: 38px;
              margin-bottom: -24px; }

.benefits-wrapper .product-section-header-wrapper {
  margin-bottom: 50px;
  padding: 0px 30px;
  display: block;
  text-align: center;
  width: 100%; }
  @media (min-width: 60em) {
    .benefits-wrapper .product-section-header-wrapper {
      margin-bottom: 75px; } }
  .benefits-wrapper .product-section-header-wrapper .product-section-subheader {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    font-variation-settings: "wght" 400;
    color: #151617; }
  .benefits-wrapper .product-section-header-wrapper .product-section-header {
    line-height: 1.05;
    text-align: center;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 3.5rem;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-variation-settings: "wght" 700; }
    @media (min-width: 60em) {
      .benefits-wrapper .product-section-header-wrapper .product-section-header {
        font-size: 4rem; }
        .benefits-wrapper .product-section-header-wrapper .product-section-header span.tm {
          font-size: 1rem !important;
          padding: 12px 0px 0px 2px !important; } }
    .benefits-wrapper .product-section-header-wrapper .product-section-header.ssp, .benefits-wrapper .product-section-header-wrapper .product-section-header.sp {
      color: #2051a3; }
    .benefits-wrapper .product-section-header-wrapper .product-section-header.dd {
      color: #b7be34; }
    .benefits-wrapper .product-section-header-wrapper .product-section-header span {
      color: #151617; }
      .benefits-wrapper .product-section-header-wrapper .product-section-header span.tm {
        position: absolute;
        padding: 9px 0px 0px 2px;
        font-size: 0.75rem; }

@media only screen and (max-width: 599px) {
  .benefits-section {
    background-attachment: scroll !important; }
    .benefits-section .benefits-wrapper {
      padding: 100px 30px 120px !important; }
      .benefits-section .benefits-wrapper .asp-section-header-wrap {
        margin: 0px 0px 70px 0px; } }

@media only screen and (max-width: 715px) {
  .benefits-section .benefits-wrapper {
    padding: 110px 60px 130px; } }

@media only screen and (max-width: 910px) {
  .benefits-list-wrapper.uk-grid .uk-first-column {
    flex: none; } }

.specs-section {
  background-blend-mode: multiply;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: rgba(53, 55, 59, 0.9); }
  .specs-section.ssp {
    background: #2051a3; }
  .specs-section.dd {
    background: rgba(21, 22, 23, 0.9); }
  .specs-section.ss {
    background: rgba(21, 22, 23, 0.9); }
  .specs-section.rzbk {
    background-image: url("/assets/images/bgs/razorback-specs-bg.jpg"); }
    @media only screen and (max-width: 680px) {
      .specs-section.rzbk {
        background-image: url("/assets/images/bgs/razorback-specs-bg-mobile.jpg"); } }
  .specs-section .specs-wrapper {
    padding: 110px 60px 130px;
    position: relative; }
    .specs-section .specs-wrapper.dd, .specs-section .specs-wrapper.ssw {
      padding: 110px 100px 130px; }
    .specs-section .specs-wrapper .asp-section-header-dk {
      margin: 0px 0px 70px 0px; }
    .specs-section .specs-wrapper .specs-content {
      padding: 0px 0px; }
      .specs-section .specs-wrapper .specs-content .specs {
        width: 100%; }
        .specs-section .specs-wrapper .specs-content .specs .asp-switcher-tabs {
          display: flex;
          justify-content: center; }
        .specs-section .specs-wrapper .specs-content .specs .asp-switcher {
          width: 100%;
          max-width: 1200px;
          margin: 35px auto 0px;
          min-height: 335px;
          justify-content: center;
          padding: 0px; }
          .specs-section .specs-wrapper .specs-content .specs .asp-switcher.sp {
            min-height: 290px; }
          .specs-section .specs-wrapper .specs-content .specs .asp-switcher.rzbk {
            min-height: 290px; }
          .specs-section .specs-wrapper .specs-content .specs .asp-switcher .specs-table {
            background-color: rgba(255, 255, 255, 0.25);
            width: 100%;
            margin: 0px; }
            .specs-section .specs-wrapper .specs-content .specs .asp-switcher .specs-table :not(:first-child) tr {
              border-top: 0px;
              border-bottom: 1px solid rgba(21, 22, 23, 0.35); }
            .specs-section .specs-wrapper .specs-content .specs .asp-switcher .specs-table thead tr {
              background-color: rgba(21, 22, 23, 0.8);
              mix-blend-mode: hard-light; }
              .specs-section .specs-wrapper .specs-content .specs .asp-switcher .specs-table thead tr th {
                font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
                color: #fcfafa;
                font-size: 0.875rem;
                font-variation-settings: "wght" 700;
                text-transform: uppercase;
                padding: 8px 20px;
                vertical-align: middle; }
            .specs-section .specs-wrapper .specs-content .specs .asp-switcher .specs-table tbody tr {
              background-color: rgba(255, 255, 255, 0.65); }
              .specs-section .specs-wrapper .specs-content .specs .asp-switcher .specs-table tbody tr:nth-of-type(odd) {
                background-color: rgba(255, 255, 255, 0.85); }
              .specs-section .specs-wrapper .specs-content .specs .asp-switcher .specs-table tbody tr td {
                font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
                color: #000000;
                font-size: 1rem;
                font-variation-settings: "wght" 400;
                padding: 10px 20px;
                vertical-align: middle; }
                .specs-section .specs-wrapper .specs-content .specs .asp-switcher .specs-table tbody tr td.model.ssp {
                  color: #2051a3;
                  font-variation-settings: "wght" 900; }
            .specs-section .specs-wrapper .specs-content .specs .asp-switcher .specs-table.ssp tbody tr:hover {
              background-color: #2051a3; }
              .specs-section .specs-wrapper .specs-content .specs .asp-switcher .specs-table.ssp tbody tr:hover td {
                color: #fcfafa; }
                .specs-section .specs-wrapper .specs-content .specs .asp-switcher .specs-table.ssp tbody tr:hover td.model {
                  color: #fcfafa; }
    .specs-section .specs-wrapper .product-literature {
      text-align: center;
      margin-top: 50px;
      display: flex;
      justify-content: center; }
      .specs-section .specs-wrapper .product-literature .product-lit-btn {
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        padding: 6px 30px 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
        .specs-section .specs-wrapper .product-literature .product-lit-btn:hover {
          box-shadow: 0 14px 25px rgba(0, 0, 0, 0.2); }
        .specs-section .specs-wrapper .product-literature .product-lit-btn.ssp {
          background-color: #ffc629;
          color: #060808; }
          .specs-section .specs-wrapper .product-literature .product-lit-btn.ssp:hover {
            background-color: #FFBE0A; }
        .specs-section .specs-wrapper .product-literature .product-lit-btn.dd {
          background-color: #0077b2;
          color: #fcfafa; }
          .specs-section .specs-wrapper .product-literature .product-lit-btn.dd .uk-icon .sc {
            fill: #e9e8e5; }
          .specs-section .specs-wrapper .product-literature .product-lit-btn.dd .uk-icon .sc-2 {
            fill: #151617;
            opacity: 0.75; }
          .specs-section .specs-wrapper .product-literature .product-lit-btn.dd:hover {
            background-color: #005F8F; }
          .specs-section .specs-wrapper .product-literature .product-lit-btn.dd .btn-txt {
            text-shadow: 0px 2px 0px rgba(21, 22, 23, 0.75); }
        .specs-section .specs-wrapper .product-literature .product-lit-btn.ssw {
          background-color: #ffc629;
          color: #060808; }
          .specs-section .specs-wrapper .product-literature .product-lit-btn.ssw:hover {
            background-color: #FFBE0A; }
        .specs-section .specs-wrapper .product-literature .product-lit-btn.ss {
          background-color: #ed1f24;
          color: #fcfafa; }
          .specs-section .specs-wrapper .product-literature .product-lit-btn.ss:hover {
            background-color: #E21216; }
        .specs-section .specs-wrapper .product-literature .product-lit-btn .uk-icon {
          display: block;
          margin-right: 10px; }
        .specs-section .specs-wrapper .product-literature .product-lit-btn .btn-txt {
          line-height: normal;
          display: block;
          font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
          font-style: italic;
          text-transform: uppercase;
          font-size: 1.25rem;
          padding-top: 6px; }

.specs.rzbk .asp-switcher.rzbk .specs-table.rzbk {
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
  margin: 0px; }
  .specs.rzbk .asp-switcher.rzbk .specs-table.rzbk :not(:first-child) tr {
    border-top: 0px;
    border-bottom: 1px solid rgba(21, 22, 23, 0.35); }
  .specs.rzbk .asp-switcher.rzbk .specs-table.rzbk tbody tr {
    background-color: rgba(255, 255, 255, 0.65); }
    .specs.rzbk .asp-switcher.rzbk .specs-table.rzbk tbody tr:nth-of-type(odd) {
      background-color: rgba(255, 255, 255, 0.85); }
    .specs.rzbk .asp-switcher.rzbk .specs-table.rzbk tbody tr th {
      color: #151617;
      font-variation-settings: "wght" 400;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 1rem;
      padding: 6px 20px;
      vertical-align: middle; }
    .specs.rzbk .asp-switcher.rzbk .specs-table.rzbk tbody tr td {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      color: #000000;
      font-size: 1.25rem;
      font-variation-settings: "wght" 400;
      padding: 6px 20px;
      vertical-align: middle; }

.specs.ssw .specs-table {
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
  margin: 0px; }
  .specs.ssw .specs-table :not(:first-child) tr {
    border-top: 0px;
    border-bottom: 1px solid rgba(21, 22, 23, 0.35); }
  .specs.ssw .specs-table thead tr {
    background-color: rgba(21, 22, 23, 0.8);
    mix-blend-mode: hard-light; }
    .specs.ssw .specs-table thead tr th {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      color: #fcfafa;
      font-size: 0.875rem;
      font-variation-settings: "wght" 700;
      text-transform: uppercase;
      padding: 8px 20px;
      vertical-align: middle;
      line-height: 1.1; }
      .specs.ssw .specs-table thead tr th span {
        font-size: 0.7rem;
        font-variation-settings: "wght" 500; }
      .specs.ssw .specs-table thead tr th .header-capt {
        font-style: italic; }
  .specs.ssw .specs-table tbody tr {
    background-color: rgba(255, 255, 255, 0.65); }
    .specs.ssw .specs-table tbody tr:nth-of-type(odd) {
      background-color: rgba(255, 255, 255, 0.85); }
    .specs.ssw .specs-table tbody tr.dets {
      background-color: rgba(255, 255, 255, 0.85) !important; }
    .specs.ssw .specs-table tbody tr td {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      color: #000000;
      font-size: 0.9rem;
      font-variation-settings: "wght" 350;
      padding: 10px 20px;
      vertical-align: middle; }
      .specs.ssw .specs-table tbody tr td.model.ssp {
        color: #2051a3;
        font-variation-settings: "wght" 900; }
      .specs.ssw .specs-table tbody tr td .header-capt {
        font-style: italic;
        font-size: 0.7rem; }

.specs.dd .specs-table {
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
  margin: 0px; }
  .specs.dd .specs-table :not(:first-child) tr {
    border-top: 0px;
    border-bottom: 1px solid rgba(21, 22, 23, 0.35); }
  .specs.dd .specs-table thead tr {
    background-color: rgba(21, 22, 23, 0.8);
    mix-blend-mode: hard-light; }
    .specs.dd .specs-table thead tr th {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      color: #fcfafa;
      font-size: 0.875rem;
      font-variation-settings: "wght" 700;
      text-transform: uppercase;
      padding: 8px 20px;
      vertical-align: middle;
      line-height: 1.1; }
      .specs.dd .specs-table thead tr th span {
        font-size: 0.7rem;
        font-variation-settings: "wght" 500; }
  .specs.dd .specs-table tbody tr {
    background-color: rgba(255, 255, 255, 0.65); }
    .specs.dd .specs-table tbody tr:nth-of-type(odd) {
      background-color: rgba(255, 255, 255, 0.85); }
    .specs.dd .specs-table tbody tr td {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      color: #000000;
      font-size: 0.9rem;
      font-variation-settings: "wght" 350;
      padding: 10px 20px;
      vertical-align: middle; }
      .specs.dd .specs-table tbody tr td.model.ssp {
        color: #2051a3;
        font-variation-settings: "wght" 900; }

.specs.ss .specs-table {
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
  margin: 0px; }
  .specs.ss .specs-table :not(:first-child) tr {
    border-top: 0px;
    border-bottom: 1px solid rgba(21, 22, 23, 0.35); }
  .specs.ss .specs-table thead tr {
    background-color: rgba(21, 22, 23, 0.8);
    mix-blend-mode: hard-light; }
    .specs.ss .specs-table thead tr th {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      color: #fcfafa;
      font-size: 0.875rem;
      font-variation-settings: "wght" 700;
      text-transform: uppercase;
      padding: 8px 20px;
      vertical-align: middle;
      line-height: 1.1; }
      .specs.ss .specs-table thead tr th span {
        font-size: 0.7rem;
        font-variation-settings: "wght" 500; }
  .specs.ss .specs-table tbody tr {
    background-color: rgba(255, 255, 255, 0.65); }
    .specs.ss .specs-table tbody tr:nth-of-type(odd) {
      background-color: rgba(255, 255, 255, 0.85); }
    .specs.ss .specs-table tbody tr.spec-row {
      background-color: white; }
      .specs.ss .specs-table tbody tr.spec-row:nth-of-type(odd) {
        background-color: #fcfafa; }
    .specs.ss .specs-table tbody tr td {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      color: #000000;
      font-size: 0.9rem;
      font-variation-settings: "wght" 350;
      padding: 10px 20px;
      vertical-align: middle; }
      .specs.ss .specs-table tbody tr td.spec-type {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 400;
        font-size: 0.9rem;
        color: #fcfafa;
        line-height: 1.1;
        text-transform: uppercase;
        background: #151617;
        padding: 10px;
        width: 70%; }
        .specs.ss .specs-table tbody tr td.spec-type span {
          font-size: 0.7rem;
          font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
          font-style: italic;
          text-transform: none; }
      .specs.ss .specs-table tbody tr td.spec-data {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 500;
        font-size: 0.9rem;
        color: #151617;
        padding: 10px; }
      .specs.ss .specs-table tbody tr td.model.ssp {
        color: #2051a3;
        font-variation-settings: "wght" 900; }

.specs.ss .asp-specs-list {
  background: #ffffff; }
  .specs.ss .asp-specs-list li.spec-row {
    width: 100%; }
    .specs.ss .asp-specs-list li.spec-row:nth-of-type(odd) {
      background: #f8f8f8; }
    .specs.ss .asp-specs-list li.spec-row:nth-child(n+2) {
      margin-top: 0px; }
    .specs.ss .asp-specs-list li.spec-row .spec-wrap {
      display: flex; }
      .specs.ss .asp-specs-list li.spec-row .spec-wrap .spec-type-wrap {
        background: rgba(21, 22, 23, 0.9);
        padding: 10px 20px; }
        .specs.ss .asp-specs-list li.spec-row .spec-wrap .spec-type-wrap .spec-type {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-variation-settings: "wght" 400;
          font-size: 0.9rem;
          color: #d9d1d2;
          text-transform: uppercase; }
          .specs.ss .asp-specs-list li.spec-row .spec-wrap .spec-type-wrap .spec-type span {
            font-size: 0.75rem; }
      .specs.ss .asp-specs-list li.spec-row .spec-wrap .spec-data-wrap {
        padding: 10px 20px; }
        .specs.ss .asp-specs-list li.spec-row .spec-wrap .spec-data-wrap .spec-data {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-variation-settings: "wght" 500;
          font-size: 0.9rem;
          color: #151617; }

.offcanvas-lit {
  background: rgba(6, 8, 8, 0.85) !important; }
  .offcanvas-lit .uk-close svg {
    width: 24px;
    height: 24px; }

.literature {
  width: 100%; }

.asp-literature-items {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .asp-literature-items li {
    width: 100%; }
  .asp-literature-items .lit-header {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    color: #fcfafa;
    font-variation-settings: "wght" 350; }
    .asp-literature-items .lit-header.ssp span, .asp-literature-items .lit-header.ssw span {
      color: #ffc629;
      font-variation-settings: "wght" 800; }
    .asp-literature-items .lit-header.dd span {
      color: #0077b2;
      font-variation-settings: "wght" 800; }
    .asp-literature-items .lit-header.ss span {
      color: #ed1f24;
      font-variation-settings: "wght" 800; }
  .asp-literature-items .literature-item {
    background: #fcfafa;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 25px 2px 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px; }
    .asp-literature-items .literature-item.last {
      margin-bottom: 0px !important; }
    .asp-literature-items .literature-item img {
      width: auto;
      height: 100px;
      margin-right: 15px; }
    .asp-literature-items .literature-item .lit-item-txt {
      color: #35373b;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      text-transform: uppercase;
      line-height: 1.2; }
      .asp-literature-items .literature-item .lit-item-txt .for-product {
        font-size: 0.875rem;
        font-variation-settings: "wght" 400; }
      .asp-literature-items .literature-item .lit-item-txt .lit-type {
        font-size: 1rem;
        font-variation-settings: "wght" 800; }
        .asp-literature-items .literature-item .lit-item-txt .lit-type.ssp {
          color: #2051a3; }
    .asp-literature-items .literature-item:hover {
      box-shadow: 0 14px 25px rgba(0, 0, 0, 0.2);
      background: #e9e8e5;
      text-decoration: none; }

.duty-subheader-row {
  mix-blend-mode: normal;
  background-color: rgba(38, 41, 43, 0.9);
  display: block;
  padding: 6px 20px;
  position: relative; }
  .duty-subheader-row.dd {
    border-bottom: 2px solid #0077b2; }
  .duty-subheader-row.ss {
    border-bottom: 2px solid #ed1f24; }
  .duty-subheader-row .duty-subheader {
    text-align: left;
    color: rgba(233, 232, 229, 0.75);
    justify-content: flex-start;
    align-items: center;
    padding: 0px; }
    .duty-subheader-row .duty-subheader .duty-sub {
      font-size: 0.875rem;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-style: italic;
      padding: 0px;
      text-transform: uppercase;
      font-variation-settings: "wght" 450; }

.duty-header-row {
  mix-blend-mode: normal; }
  .duty-header-row.ssp, .duty-header-row.ssw {
    background-color: #2051a3; }
  .duty-header-row.rzbk {
    background-color: #151617; }
    .duty-header-row.rzbk .duty-header {
      text-align: center;
      padding: 0px 20px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .duty-header-row.rzbk .duty-header .duty {
        font-size: 1.25rem;
        font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
        font-style: italic;
        padding: 8px 0px 2px;
        text-transform: uppercase;
        color: #f4dc32; }
      .duty-header-row.rzbk .duty-header .asp-divider-vertical {
        width: 1px;
        height: 20px;
        margin: 12px 10px 12px 15px;
        border-left: 1px solid rgba(233, 232, 229, 0.6); }
      .duty-header-row.rzbk .duty-header .desc-txt {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 400;
        text-transform: uppercase;
        font-style: italic;
        font-size: 1.25rem;
        color: rgba(233, 232, 229, 0.6); }
  .duty-header-row.rb {
    background-color: rgba(68, 87, 163, 0.7); }
    .duty-header-row.rb .duty-header {
      text-align: center;
      padding: 10px 15px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .duty-header-row.rb .duty-header .duty {
        font-size: 1.125rem;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 600;
        font-style: normal;
        padding: 0;
        text-transform: uppercase;
        color: #ffffff; }
      .duty-header-row.rb .duty-header .asp-divider-vertical {
        width: 1px;
        height: 20px;
        margin: 0px 10px;
        border-left: 1px solid rgba(233, 232, 229, 0.6);
        display: block; }
      .duty-header-row.rb .duty-header .desc-txt {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 350;
        text-transform: uppercase;
        font-style: normal;
        font-size: 1rem;
        color: rgba(233, 232, 229, 0.8); }
  .duty-header-row.ss {
    background-color: #ed1f24;
    display: inline-block;
    padding: 0px 70px 0px 20px;
    position: relative;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    height: 42px;
    margin-top: 30px; }
    .duty-header-row.ss .duty-header {
      text-align: left;
      color: #fcfafa;
      justify-content: flex-start;
      padding: 0px;
      line-height: 42px; }
      .duty-header-row.ss .duty-header .model {
        font-size: 1.5rem;
        font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
        font-style: italic;
        padding: 3px 0px 0px 0px;
        text-transform: uppercase;
        display: inline; }
      .duty-header-row.ss .duty-header .icon {
        margin: 0px 5px;
        display: inline;
        line-height: 42px; }
      .duty-header-row.ss .duty-header .duty {
        font-size: 0.75rem;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-style: italic;
        padding: 0px;
        text-transform: uppercase;
        display: inline;
        line-height: 42px; }
  .duty-header-row.dd {
    background-color: #0077b2;
    display: block;
    padding: 0px 40px 0px 20px;
    position: relative;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    width: fit-content;
    margin-top: 30px; }
    .duty-header-row.dd .duty-header {
      text-align: left;
      color: #fcfafa;
      justify-content: flex-start;
      align-items: center;
      padding: 0px;
      font-size: 1rem; }
      .duty-header-row.dd .duty-header .model {
        font-size: 1.625rem;
        font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
        font-style: italic;
        padding: 4px 0px 0px 0px;
        text-transform: uppercase;
        display: inline; }
      .duty-header-row.dd .duty-header .icon {
        margin: 0px 5px;
        display: inline; }
      .duty-header-row.dd .duty-header .duty {
        font-size: 0.8rem;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-style: italic;
        padding: 0px;
        text-transform: uppercase;
        display: inline; }
    .duty-header-row.dd .duty-subheader {
      text-align: left;
      color: #fcfafa;
      justify-content: flex-start;
      align-items: center;
      padding: 0px;
      font-size: 1rem; }
      .duty-header-row.dd .duty-subheader .duty-sub {
        font-size: 0.8rem;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-style: italic;
        padding: 0px;
        text-transform: uppercase;
        display: inline; }
  .duty-header-row.ssw {
    background-color: #ffc629;
    display: inline-block;
    padding: 0px 70px 0px 20px;
    position: relative;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    height: 42px;
    margin-top: 30px; }
    .duty-header-row.ssw .duty-header {
      text-align: left;
      color: #151617;
      justify-content: flex-start;
      padding: 0px;
      line-height: 42px; }
      .duty-header-row.ssw .duty-header .model {
        font-size: 1.5rem;
        font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
        font-style: italic;
        padding: 4px 0px 0px 0px;
        text-transform: uppercase;
        display: inline;
        line-height: 26px; }
      .duty-header-row.ssw .duty-header .icon {
        margin: 0px 5px;
        display: inline;
        line-height: 42px; }
      .duty-header-row.ssw .duty-header .duty {
        font-size: 0.75rem;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-style: italic;
        padding: 0px;
        text-transform: uppercase;
        display: inline;
        line-height: 42px; }
  .duty-header-row .duty-header {
    text-align: center;
    color: #fcfafa;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .duty-header-row .duty-header .duty {
      font-size: 1.125rem;
      font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
      font-style: italic;
      padding: 8px 0px 2px;
      text-transform: uppercase; }
    .duty-header-row .duty-header .asp-divider-vertical {
      width: 1px;
      height: 20px;
      margin: 12px 15px 12px 20px;
      border-left: 1px solid rgba(252, 250, 250, 0.4); }
    .duty-header-row .duty-header .moldboard-width {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-variation-settings: "wght" 500;
      text-transform: uppercase;
      font-size: 0.85rem; }

.specs-wrapper.rzbk {
  padding: 110px 40px 130px;
  position: relative; }

.specs.rzbk {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 40px 0px 80px 0px; }
  @media only screen and (max-width: 849px) {
    .specs.rzbk {
      flex-direction: column; } }
  .specs.rzbk.full-kit {
    justify-content: center; }
  .specs.rzbk.last {
    margin: 80px 0px; }

.spec-details {
  width: 50%;
  padding: 0px 25px; }
  @media only screen and (min-width: 200px) and (max-width: 559px) {
    .spec-details {
      padding: 0px 0px; } }
  @media only screen and (max-width: 849px) {
    .spec-details {
      width: 100%; }
      .spec-details.rt-col {
        margin-top: 50px; } }

.spec-prod-img {
  width: 100%;
  margin-bottom: 20px; }
  @media only screen and (max-width: 849px) {
    .spec-prod-img {
      width: 100%;
      margin-top: 20px; } }

.specs-list {
  padding: 0;
  list-style: none;
  margin: 0; }
  .specs-list > * {
    break-inside: avoid-column; }
  .specs-list > :nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.8); }
  .specs-list > :nth-of-type(even) {
    background: rgba(255, 255, 255, 0.6); }
  .specs-list .spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px; }
    @media only screen and (max-width: 500px) {
      .specs-list .spec-item {
        padding: 5px 20px; } }
    .specs-list .spec-item .spec-label {
      color: #151617;
      font-variation-settings: "wght" 450;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 1rem; }
    .specs-list .spec-item .spec-value {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      color: #151617;
      font-size: 1.25rem;
      font-variation-settings: "wght" 450; }

.spec-fine-print-wrapper {
  margin-top: 10px; }

.spec-fine-print {
  line-height: 1.35;
  color: #ffffff;
  font-variation-settings: "wght" 400;
  font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0px;
  text-align: center; }
  .spec-fine-print span {
    font-size: 50%;
    vertical-align: super; }

.spec-fine-print-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.35;
  text-align: center; }
  .spec-fine-print-list li {
    display: inline-block;
    color: #ffffff;
    font-variation-settings: "wght" 400;
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-style: italic; }
    .spec-fine-print-list li::after {
      content: "•";
      padding: 0px 5px; }
    .spec-fine-print-list li:last-of-type::after {
      display: none; }
    .spec-fine-print-list li span {
      font-size: 50%;
      vertical-align: super; }

.asp-duty-switcher.uk-button {
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  width: 160px;
  padding: 10px 10px;
  margin-right: 2px;
  text-transform: uppercase;
  color: #6f7271;
  background-color: #fcfafa;
  font-variation-settings: "wght" 500; }
  .asp-duty-switcher.uk-button.ssp:hover {
    background-color: #d9d1d2;
    color: #151617; }

.asp-duty-switcher:active.ssp,
.asp-duty-switcher.uk-active.ssp {
  background-color: #2051a3;
  color: #fcfafa; }

.dd-versions {
  margin: 50px -60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .dd-versions .dd-ver-img-wrap {
    display: block;
    border-bottom: 1px solid rgba(252, 250, 250, 0.4);
    padding: 0px 30px; }
    .dd-versions .dd-ver-img-wrap .dd-ver-img {
      max-width: 1200px;
      width: 100%; }
  .dd-versions .dd-ver-header {
    display: block;
    color: #fcfafa;
    font-size: 2rem;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    margin-bottom: 20px;
    padding: 0px 30px; }
  .dd-versions .dd-ver-txt-wrap {
    display: flex;
    justify-content: center;
    padding: 20px 30px 0px; }
    @media only screen and (max-width: 526px) {
      .dd-versions .dd-ver-txt-wrap {
        flex-direction: column; } }
    .dd-versions .dd-ver-txt-wrap .dd-ver-txt {
      display: block;
      color: #fcfafa;
      font-size: 1.25rem;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-variation-settings: "wght" 600;
      margin: 0px 30px;
      text-shadow: 0px 2px 0px rgba(21, 22, 23, 0.75); }
      @media only screen and (min-width: 527px) and (max-width: 691px) {
        .dd-versions .dd-ver-txt-wrap .dd-ver-txt {
          font-size: 1.125rem;
          margin: 0px 20px; } }
      @media only screen and (max-width: 526px) {
        .dd-versions .dd-ver-txt-wrap .dd-ver-txt {
          font-size: 1.25rem;
          margin: 5px 20px; } }
  .dd-versions .dd-ver-detail-txt {
    display: block;
    color: #ffc629;
    font-size: 1rem;
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-variation-settings: "wght" 500;
    font-style: italic;
    text-shadow: 0px 2px 0px rgba(21, 22, 23, 0.75);
    padding: 0px 50px;
    text-align: center; }

@media only screen and (max-width: 630px) {
  .specs-section .specs-wrapper.dd, .specs-section .specs-wrapper.ssw {
    padding: 110px 40px 130px; }
  .duty-header-row.dd .duty-header .duty {
    font-variation-settings: "wght" 500; }
  .duty-header-row.ssw {
    padding: 0px 15px;
    width: 100%;
    clip-path: none; }
    .duty-header-row.ssw .duty-header .model {
      font-size: 1.125rem; }
    .duty-header-row.ssw .duty-header .duty {
      font-variation-settings: "wght" 500; } }

@media only screen and (max-width: 599px) {
  .specs-section {
    background-attachment: scroll !important; }
    .specs-section .specs-wrapper {
      padding: 100px 30px 120px; }
      .specs-section .specs-wrapper .asp-section-header-dk {
        font-size: 2.5rem;
        margin: 0px 0px 50px 0px; } }

@media only screen and (min-width: 531px) {
  .specs-table.mo {
    display: none; } }

@media only screen and (max-width: 530px) {
  .specs-table.dt {
    display: none; }
  .specs-table.mo {
    text-align: center; }
    .specs-table.mo tbody tr td {
      padding: 10px 15px 10px !important; }
    .specs-table.mo.ssw tbody tr td.model {
      padding: 0px 0px 0px !important; }
    .specs-table.mo.dd .spec-row .model-spec, .specs-table.mo.ssw .spec-row .model-spec {
      width: 33.3%; }
  .specs-table .model-row,
  .specs-table .spec-row.ssw {
    display: table;
    width: 100%; }
    .specs-table .model-row .inner-model-row,
    .specs-table .spec-row.ssw .inner-model-row {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-bottom: 5px;
      margin-bottom: 7px;
      border-bottom: 1px solid rgba(21, 22, 23, 0.15); }
      .specs-table .model-row .inner-model-row .model-no,
      .specs-table .spec-row.ssw .inner-model-row .model-no {
        font-size: 1.125rem;
        font-variation-settings: "wght" 900;
        color: #2051a3;
        margin-left: 7px; }
      .specs-table .model-row .inner-model-row .spec-label,
      .specs-table .spec-row.ssw .inner-model-row .spec-label {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 550;
        background: #2051a3;
        color: #fcfafa;
        border-radius: 2px;
        text-transform: uppercase;
        display: inline-block;
        padding: 0px 10px 1px;
        line-height: normal;
        font-size: 0.85rem;
        white-space: nowrap;
        line-height: 20px; }
        .specs-table .model-row .inner-model-row .spec-label .header-capt,
        .specs-table .spec-row.ssw .inner-model-row .spec-label .header-capt {
          font-size: 0.7rem;
          font-variation-settings: "wght" 350; }
  .specs-table .spec-row {
    width: 100%;
    display: flex; }
    .specs-table .spec-row .model-spec {
      display: table-cell;
      width: calc(100% / 3); }
      .specs-table .spec-row .model-spec .spec-type {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 700;
        color: #474848;
        border-radius: 2px;
        text-transform: uppercase;
        display: inline-block;
        padding: 0px 10px;
        margin-bottom: 1px;
        line-height: normal;
        font-size: 0.75rem;
        white-space: nowrap; }
      .specs-table .spec-row .model-spec .spec {
        font-size: 1rem;
        font-variation-settings: "wght" 350;
        color: #000000; }
    .specs-table .spec-row.top .model-spec {
      padding-bottom: 5px;
      margin-bottom: 7px;
      border-bottom: 1px solid rgba(21, 22, 23, 0.15); }
  .specs-table.ss .spec-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .specs-table.ss .spec-row .model-spec {
      display: flex;
      width: 100%;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(21, 22, 23, 0.25);
      padding-bottom: 8px;
      margin-bottom: 8px; }
      .specs-table.ss .spec-row .model-spec:last-of-type {
        border-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px; }
      .specs-table.ss .spec-row .model-spec .spec-type {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 500;
        color: #474848;
        border-radius: 0px;
        text-transform: uppercase;
        display: block;
        padding: 0px;
        margin-bottom: 0px;
        line-height: 1.125;
        font-size: 1rem;
        white-space: nowrap;
        text-align: left; }
        .specs-table.ss .spec-row .model-spec .spec-type span {
          display: block;
          font-variation-settings: "wght" 450;
          font-size: 0.875rem;
          text-transform: none; }
      .specs-table.ss .spec-row .model-spec .spec {
        font-size: 1rem;
        font-variation-settings: "wght" 500;
        color: #000000; }
    .specs-table.ss .spec-row.top .model-spec {
      padding-bottom: 5px;
      margin-bottom: 7px;
      border-bottom: 1px solid rgba(21, 22, 23, 0.15); }
  .specs-table.ssp.mo tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.65) !important; }
    .specs-table.ssp.mo tbody tr:hover:nth-of-type(odd) {
      background-color: rgba(255, 255, 255, 0.85) !important; }
    .specs-table.ssp.mo tbody tr:hover td .model-row {
      color: #2051a3; }
    .specs-table.ssp.mo tbody tr:hover td .spec-row .model-spec {
      color: #060808; }
  .duty-header-row .duty-header {
    text-align: center;
    color: #fcfafa;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .duty-header-row .duty-header .duty {
      font-size: 1rem;
      padding: 8px 0px;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-style: italic;
      font-variation-settings: "wght" 800; }
    .duty-header-row .duty-header .asp-divider-vertical {
      height: 18px;
      margin: 12px 7px 12px 12px;
      display: none; }
    .duty-header-row .duty-header .moldboard-width {
      font-size: 0.7rem;
      font-variation-settings: "wght" 500;
      display: none; } }

@media only screen and (min-width: 600px) and (max-width: 804px) {
  .asp-section-header-dk {
    font-size: 3rem; } }

#rzbk-content {
  background-color: #151617; }

.asp-section-rzbk {
  position: relative;
  background: #fff;
  width: 100%;
  background-color: #151617; }

.rzbk-content-section {
  padding: 0px 0px 0px; }

.rzbk-content-links-wrapper {
  background-color: rgba(255, 255, 255, 0.15); }

.rzbk-content-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 0px -10px;
  padding: 0;
  list-style: none; }
  @media (max-width: 640px) {
    .rzbk-content-links {
      margin-left: 0px; } }
  .rzbk-content-links > * {
    flex: none;
    padding-left: 10px;
    position: relative; }
    @media (max-width: 640px) {
      .rzbk-content-links > * {
        padding-left: 0px; } }
    .rzbk-content-links > * > :first-child {
      display: flex;
      align-items: center;
      column-gap: 0.25em;
      background: transparent;
      color: #999; }
      @media (max-width: 640px) {
        .rzbk-content-links > * > :first-child {
          column-gap: 0px; } }
  .rzbk-content-links > .uk-active > a {
    background-color: #151617;
    color: #ffffff; }

.rzbk-logo-link {
  width: 30vw;
  height: auto;
  padding: 30px 30px; }
  @media (min-width: 1400px) {
    .rzbk-logo-link {
      width: 25vw; } }
  @media (min-width: 1200px) {
    .rzbk-logo-link {
      padding: 40px 50px; } }
  @media (max-width: 750px) {
    .rzbk-logo-link {
      width: 50vw;
      padding: 20px 20px; } }
  @media (max-width: 499px) {
    .rzbk-logo-link {
      display: block;
      padding: 15px 15px; } }
  .rzbk-logo-link.if-mobile {
    display: none; }
    @media (max-width: 499px) {
      .rzbk-logo-link.if-mobile {
        display: block;
        padding: 15px 10px; } }

#slip-hitch-hook-up {
  background: #fff !important; }

.page-id-header {
  position: absolute;
  width: 100%;
  padding: 0px 50px;
  z-index: 1;
  font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  font-size: 1.875rem;
  overflow: hidden;
  top: 30px; }
  .page-id-header span {
    display: inline-block;
    position: relative; }
    .page-id-header span::before, .page-id-header span::after {
      content: "";
      position: absolute;
      top: calc(50% - (calc(0.2px + 0.05em) / 2));
      width: 2000px;
      border-bottom: calc(0.2px + 0.05em) solid rgba(255, 255, 255, 0.25); }
    .page-id-header span::before {
      right: 100%;
      margin-right: calc(5px + 0.3em); }
    .page-id-header span::after {
      left: 100%;
      margin-left: calc(5px + 0.3em); }

#slip-hitch-hook-up {
  margin-top: -50px; }

.slip-hitch-hook-up-hero {
  height: 100%;
  width: 100%;
  object-fit: cover;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center; }

.slip-hitch-hook-up-hero {
  min-height: 900px; }
  .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .section-text-block .uk-label.asp-header-label,
  .slip-hitch-hook-up-hero .hero-txt-wrapper .section-text-block .uk-label.asp-header-label {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    background: rgba(21, 22, 23, 0.5);
    color: #fcfafa;
    font-size: 0.9rem;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 0px 20px;
    margin-bottom: 15px;
    font-variation-settings: "wght" 450; }
    .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .section-text-block .uk-label.asp-header-label.x2,
    .slip-hitch-hook-up-hero .hero-txt-wrapper .section-text-block .uk-label.asp-header-label.x2 {
      margin-bottom: 10px; }

/* Before Slip-Hitch */
#slip-hitch-intro {
  background-image: url("/assets/images/before-slip-hitch2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%; }

.slip-hitch-intro {
  position: relative;
  box-sizing: border-box;
  background-position: 50% 0%;
  background-size: cover !important;
  background-repeat: no-repeat; }
  .slip-hitch-intro .uk-container.hero-txt-wrapper,
  .slip-hitch-intro .hero-txt-wrapper {
    padding: 75px 75px 0px;
    width: 85%;
    margin: auto 0px; }
    .slip-hitch-intro .uk-container.hero-txt-wrapper .section-text-block,
    .slip-hitch-intro .hero-txt-wrapper .section-text-block {
      width: 100%; }
      .slip-hitch-intro .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt,
      .slip-hitch-intro .hero-txt-wrapper .section-text-block .asp-hero-header-alt {
        color: #2051a3;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 2.75rem;
        line-height: 1.1;
        text-transform: uppercase;
        letter-spacing: 0.02rem;
        text-align: left;
        font-variation-settings: "wght" 350;
        margin: 0px 0px 25px; }
        .slip-hitch-intro .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt.x2,
        .slip-hitch-intro .hero-txt-wrapper .section-text-block .asp-hero-header-alt.x2 {
          line-height: 3.125rem !important; }
        .slip-hitch-intro .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt.pro-home,
        .slip-hitch-intro .hero-txt-wrapper .section-text-block .asp-hero-header-alt.pro-home {
          color: #ffc629 !important; }
        .slip-hitch-intro .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt,
        .slip-hitch-intro .hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt {
          font-size: 2.75rem;
          font-variation-settings: "wght" 350; }
          .slip-hitch-intro .uk-container.hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt span.bd-txt,
          .slip-hitch-intro .hero-txt-wrapper .section-text-block .asp-hero-header-alt span.sm-txt span.bd-txt {
            font-variation-settings: "wght" 700; }
      .slip-hitch-intro .uk-container.hero-txt-wrapper .section-text-block.dk .uk-label.asp-header-label,
      .slip-hitch-intro .hero-txt-wrapper .section-text-block.dk .uk-label.asp-header-label {
        background: #e9e8e5;
        color: #35373b; }
      .slip-hitch-intro .uk-container.hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt,
      .slip-hitch-intro .hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt {
        color: #ffc629; }
        .slip-hitch-intro .uk-container.hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt.pro-home,
        .slip-hitch-intro .hero-txt-wrapper .section-text-block.dk .asp-hero-header-alt.pro-home {
          color: #ffc629 !important; }
  .slip-hitch-intro .sh-intro-img {
    float: right;
    padding-bottom: 150px;
    margin-top: -190px; }

/* Hooking Up */
.slip-hitch-hook-up-hero {
  -webkit-mask-image: url("/assets/images/section-mask-2.svg");
  mask-image: url("/assets/images/section-mask-2.svg");
  background-image: url("/assets/images/slip-hitch-hero.jpg"); }

.slip-hitch-hook-up-hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
  background-position: 50% 0%;
  background-size: cover !important;
  background-repeat: no-repeat; }
  .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper,
  .slip-hitch-hook-up-hero .hero-txt-wrapper {
    padding: 180px 0px 150px 60px;
    width: 50%; }
    .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content,
    .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content {
      display: flex;
      justify-content: flex-start;
      flex-direction: column; }
      .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-header-block,
      .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-header-block {
        width: 100%; }
        .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-header-block .asp-hero-header,
        .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-header-block .asp-hero-header {
          color: #ffc629;
          text-align: left;
          font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
          font-style: italic;
          font-size: 3rem;
          line-height: 1.2;
          text-transform: uppercase;
          letter-spacing: 0.02rem;
          margin: 0px 0px 50px;
          text-shadow: 1px 4px 1px rgba(0, 0, 0, 0.35); }
        .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-header-block .asp-hero-subheader,
        .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-header-block .asp-hero-subheader {
          color: #fcfafa;
          text-align: left;
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 1.5rem;
          line-height: 1.3;
          text-transform: uppercase;
          letter-spacing: 0.02rem;
          font-variation-settings: "wght" 400;
          margin: 0px 0px 15px;
          text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.35); }
      .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block,
      .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-text-block {
        width: 100%; }
        .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .asp-hero-header-alt,
        .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-text-block .asp-hero-header-alt {
          color: #2051a3;
          font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
          font-style: italic;
          font-size: 3.125rem;
          line-height: 1.1;
          text-transform: uppercase;
          letter-spacing: 0.02rem;
          text-align: left;
          font-variation-settings: "wght" 700;
          margin: 0px 0px 25px; }
          .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .asp-hero-header-alt.x2,
          .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-text-block .asp-hero-header-alt.x2 {
            line-height: 3.125rem !important; }
          .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .asp-hero-header-alt span.sm-txt,
          .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-text-block .asp-hero-header-alt span.sm-txt {
            font-size: 2.75rem;
            font-variation-settings: "wght" 350; }
            .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block .asp-hero-header-alt span.sm-txt span.bd-txt,
            .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-text-block .asp-hero-header-alt span.sm-txt span.bd-txt {
              font-variation-settings: "wght" 700; }
        .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block.dk .uk-label.asp-header-label,
        .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-text-block.dk .uk-label.asp-header-label {
          background: #e9e8e5;
          color: #35373b; }
        .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block.dk .asp-hero-header-alt,
        .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-text-block.dk .asp-hero-header-alt {
          color: #ffc629; }
  .slip-hitch-hook-up-hero .slip-hitch-steps-wrapper {
    padding: 180px 60px 150px 40px;
    width: 50%; }
    .slip-hitch-hook-up-hero .slip-hitch-steps-wrapper .sh-hookup-steps {
      height: 600px;
      text-align: center; }
    .slip-hitch-hook-up-hero .slip-hitch-steps-wrapper .step-txt {
      color: #fcfafa;
      position: absolute !important;
      background-color: rgba(71, 72, 72, 0.85);
      padding: 15px 20px 15px 20px;
      text-align: center;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 0.925rem;
      border-radius: 5px;
      line-height: 1.3;
      bottom: 10px;
      left: 40px;
      right: 40px; }

@media only screen and (max-width: 430px) {
  .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-header-block .asp-hero-header,
  .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-header-block .asp-hero-header {
    font-size: 3rem !important; }
  .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-header-block .asp-hero-subheader,
  .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-header-block .asp-hero-subheader {
    font-size: 1.5rem !important; } }

@media only screen and (max-width: 849px) {
  .slip-hitch-hook-up-hero {
    flex-direction: column; }
    .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper,
    .slip-hitch-hook-up-hero .hero-txt-wrapper {
      padding: 150px 75px 75px;
      width: 100%; }
      .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content,
      .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content {
        flex-direction: column; }
        .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-header-block,
        .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-header-block {
          width: 100%; }
          .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-header-block .asp-hero-header,
          .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-header-block .asp-hero-header {
            font-size: 3.5rem;
            margin: 0px 0px 35px; }
          .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-header-block .asp-hero-subheader,
          .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-header-block .asp-hero-subheader {
            font-size: 2rem; }
    .slip-hitch-hook-up-hero .slip-hitch-steps-wrapper {
      padding: 0px 0px 150px;
      width: 100%; }
      .slip-hitch-hook-up-hero .slip-hitch-steps-wrapper .sh-hookup-steps {
        height: 350px;
        text-align: center; }
        .slip-hitch-hook-up-hero .slip-hitch-steps-wrapper .sh-hookup-steps li img {
          height: 100%; }
      .slip-hitch-hook-up-hero .slip-hitch-steps-wrapper .step-txt {
        background-color: rgba(71, 72, 72, 0.9);
        border: 1px solid rgba(111, 114, 113, 0.9);
        bottom: 30%;
        width: 45%;
        left: 10%;
        text-align: left;
        font-size: 0.875rem; }
        .slip-hitch-hook-up-hero .slip-hitch-steps-wrapper .step-txt p {
          text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35); } }

@media only screen and (min-width: 850px) and (max-width: 1050px) {
  .slip-hitch-hook-up-hero .slip-hitch-steps-wrapper .sh-hookup-steps {
    height: 450px;
    text-align: center; } }

@media only screen and (max-width: 730px) {
  .slip-hitch-intro .uk-container.hero-txt-wrapper,
  .slip-hitch-intro .hero-txt-wrapper {
    padding: 50px 40px 0px;
    width: 100%; }
    .slip-hitch-intro .uk-container.hero-txt-wrapper .section-text-block,
    .slip-hitch-intro .hero-txt-wrapper .section-text-block {
      width: 100%; }
  .slip-hitch-intro .sh-intro-img {
    float: right;
    padding-bottom: 150px;
    margin-top: -90px; } }

@media only screen and (max-width: 639px) {
  .slip-hitch-hook-up-hero {
    background-position: 25% 0%; }
    .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper,
    .slip-hitch-hook-up-hero .hero-txt-wrapper {
      padding: 150px 50px 75px; }
      .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content,
      .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content {
        flex-direction: column; }
        .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .section-text-block,
        .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .section-text-block {
          width: 100%; }
        .slip-hitch-hook-up-hero .uk-container.hero-txt-wrapper .hero-content .offers,
        .slip-hitch-hook-up-hero .hero-txt-wrapper .hero-content .offers {
          width: 100%;
          margin-top: 40px; } }

.policy-wrapper {
  padding: 40px 75px 80px;
  width: 100%; }

.asp-tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none;
  position: relative;
  justify-content: center; }
  .asp-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5; }
  .asp-tab li {
    flex: none;
    padding-left: 20px;
    position: relative; }
    .asp-tab li a {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-variation-settings: "wght" 550;
      display: block;
      text-align: center;
      padding: 10px 20px;
      color: #d9d1d2;
      border-bottom: 3px solid transparent;
      font-size: 0.925rem;
      text-transform: uppercase;
      transition: color .1s ease-in-out;
      line-height: 20px; }
    .asp-tab li.uk-active a {
      color: #151617;
      border-color: #3d7cc9; }

.policy-content-wrapper {
  margin-top: 30px; }
  .policy-content-wrapper .title-wrapper {
    width: 100%;
    text-align: center; }
    .policy-content-wrapper .title-wrapper .title-bg {
      background: #3d7cc9;
      width: auto;
      padding: 0px 50px;
      text-align: left;
      width: auto;
      height: 100%;
      line-height: 60px;
      color: white;
      margin: 0px;
      position: relative;
      display: inline-block; }
      .policy-content-wrapper .title-wrapper .title-bg:before, .policy-content-wrapper .title-wrapper .title-bg:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent; }
      .policy-content-wrapper .title-wrapper .title-bg:before {
        left: 0;
        border-left: 20px solid white; }
      .policy-content-wrapper .title-wrapper .title-bg:after {
        right: 0;
        border-right: 20px solid white; }
      .policy-content-wrapper .title-wrapper .title-bg .asp-section-title {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 2rem;
        text-transform: uppercase;
        font-variation-settings: "wght" 550;
        position: relative; }
        .policy-content-wrapper .title-wrapper .title-bg .asp-section-title:before, .policy-content-wrapper .title-wrapper .title-bg .asp-section-title:after {
          content: "";
          display: inline-block;
          position: relative;
          top: calc(-0.1 * 1em);
          vertical-align: middle;
          height: calc(4px + 0.7em); }
        .policy-content-wrapper .title-wrapper .title-bg .asp-section-title:before {
          margin-right: calc(5px + 0.2em);
          border-left: 1px solid #e5e5e5; }
        .policy-content-wrapper .title-wrapper .title-bg .asp-section-title:after {
          margin-left: calc(5px + 0.2em);
          border-right: 1px solid #e5e5e5; }
  .policy-content-wrapper .policy-details-wrapper {
    margin-top: 75px;
    display: flex;
    width: 100%; }
    .policy-content-wrapper .policy-details-wrapper .policy-col {
      width: 50%;
      padding: 0px 30px; }
      .policy-content-wrapper .policy-details-wrapper .policy-col.full {
        width: 100%; }
      .policy-content-wrapper .policy-details-wrapper .policy-col .policy-detail {
        margin-bottom: 30px; }
        .policy-content-wrapper .policy-details-wrapper .policy-col .policy-detail.no-heading {
          margin-bottom: 0px; }
          .policy-content-wrapper .policy-details-wrapper .policy-col .policy-detail.no-heading .details {
            margin-bottom: 30px; }
            .policy-content-wrapper .policy-details-wrapper .policy-col .policy-detail.no-heading .details:last-of-type {
              margin-bottom: 0px; }
        .policy-content-wrapper .policy-details-wrapper .policy-col .policy-detail .heading {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 1.0625rem;
          font-variation-settings: "wght" 700;
          text-transform: uppercase;
          letter-spacing: -0.01rem;
          line-height: 1.3;
          margin-bottom: 5px; }
          .policy-content-wrapper .policy-details-wrapper .policy-col .policy-detail .heading.red {
            color: #cf2127; }
        .policy-content-wrapper .policy-details-wrapper .policy-col .policy-detail .details {
          font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
          font-size: 0.9rem;
          font-variation-settings: "wght" 400; }
          .policy-content-wrapper .policy-details-wrapper .policy-col .policy-detail .details.ital {
            font-style: italic;
            font-variation-settings: "wght" 500; }
          .policy-content-wrapper .policy-details-wrapper .policy-col .policy-detail .details.red {
            color: #cf2127; }
        .policy-content-wrapper .policy-details-wrapper .policy-col .policy-detail ul.not-covered {
          padding: 0;
          list-style: none; }
          .policy-content-wrapper .policy-details-wrapper .policy-col .policy-detail ul.not-covered li {
            padding-left: 30px;
            font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
            font-size: 0.9rem;
            font-variation-settings: "wght" 550;
            margin-bottom: 8px; }
            .policy-content-wrapper .policy-details-wrapper .policy-col .policy-detail ul.not-covered li:before {
              content: "";
              position: relative;
              left: -25px;
              width: 15px;
              height: 25px;
              margin-bottom: -24px;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z' fill='%23cf2127'/%3E%3C/svg%3E");
              background-repeat: no-repeat;
              background-position: 50% 50%;
              display: list-item;
              list-style-position: inside;
              text-align: right; }

.warranty-registration.uk-modal.uk-open {
  background: #fcfafa; }

.warranty-registration .uk-modal-body {
  padding: 0px 0px; }

.warranty-registration .uk-modal-dialog {
  background: #fcfafa; }

.warranty-registration .reg-form-close {
  background: #ffc629;
  padding: 8px;
  color: #151617;
  top: 0px;
  right: 5px; }

.warranty-form-header-wrapper {
  margin-bottom: 25px;
  display: flex;
  background: #27282B;
  padding: 30px 50px;
  align-items: center; }
  .warranty-form-header-wrapper .header-logo {
    width: 200px;
    margin: 0px 15px 0px 0px;
    padding: 0px;
    height: auto; }
  .warranty-form-header-wrapper .header-txt-wrapper {
    margin-top: 10px; }
    .warranty-form-header-wrapper .header-txt-wrapper h1.warranty-form-title {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 1.75rem;
      font-variation-settings: "wght" 700;
      text-transform: uppercase;
      letter-spacing: -0.01rem;
      margin-bottom: 5px;
      line-height: 1.2;
      color: #3d7cc9; }
    .warranty-form-header-wrapper .header-txt-wrapper .warranty-form-subtitle {
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 0.9rem;
      font-variation-settings: "wght" 400;
      text-transform: none;
      letter-spacing: -0.01rem;
      padding: 0px;
      color: #fcfafa; }

@media only screen and (max-width: 500px) {
  .asp-tab.uk-tab {
    margin-left: -15px; }
    .asp-tab.uk-tab::before {
      left: 15px; }
    .asp-tab.uk-tab li {
      padding-left: 15px; }
      .asp-tab.uk-tab li a {
        padding: 10px 15px; }
  .policy-content-wrapper {
    margin-top: 30px; }
    .policy-content-wrapper .title-wrapper {
      width: 100%;
      text-align: center; }
      .policy-content-wrapper .title-wrapper .title-bg {
        padding: 0px 40px;
        line-height: 50px; }
        .policy-content-wrapper .title-wrapper .title-bg:before, .policy-content-wrapper .title-wrapper .title-bg:after {
          border-top: 25px solid transparent;
          border-bottom: 25px solid transparent; }
        .policy-content-wrapper .title-wrapper .title-bg:before {
          left: 0;
          border-left: 20px solid white; }
        .policy-content-wrapper .title-wrapper .title-bg:after {
          right: 0;
          border-right: 20px solid white; }
        .policy-content-wrapper .title-wrapper .title-bg .asp-section-title {
          font-size: 1.5rem; }
          .policy-content-wrapper .title-wrapper .title-bg .asp-section-title:before {
            border-left: 3px solid #e5e5e5; }
          .policy-content-wrapper .title-wrapper .title-bg .asp-section-title:after {
            border-right: 3px solid #e5e5e5; } }

@media only screen and (max-width: 664px) {
  .policy-wrapper {
    padding: 40px 40px 50px; }
  .policy-content-wrapper {
    margin-top: 30px; }
    .policy-content-wrapper .policy-details-wrapper {
      margin-top: 60px;
      flex-direction: column; }
      .policy-content-wrapper .policy-details-wrapper .policy-col {
        width: 100%;
        padding: 0px; }
        .policy-content-wrapper .policy-details-wrapper .policy-col.f-col {
          border-bottom: 1px solid #e5e5e5;
          margin-bottom: 30px; }
        .policy-content-wrapper .policy-details-wrapper .policy-col.full {
          width: 100%; } }

@media only screen and (max-width: 859px) {
  .warranty-form-header-wrapper {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 45px 25px 30px; }
    .warranty-form-header-wrapper .header-logo {
      margin: 0px auto;
      padding: 0px;
      width: 170px; }
    .warranty-form-header-wrapper .header-txt-wrapper {
      margin-top: 10px; } }

@media only screen and (min-width: 665px) and (max-width: 820px) {
  .policy-wrapper {
    padding: 40px 55px 80px; }
  .policy-content-wrapper {
    margin-top: 30px; }
    .policy-content-wrapper .policy-details-wrapper {
      margin-top: 75px;
      display: flex;
      width: 100%; }
      .policy-content-wrapper .policy-details-wrapper .policy-col {
        width: 50%;
        padding: 0px 30px; }
        .policy-content-wrapper .policy-details-wrapper .policy-col.mo-left {
          padding: 0px 30px 0px 0px; }
        .policy-content-wrapper .policy-details-wrapper .policy-col.mo-right {
          padding: 0px 0px 0px 30px; }
        .policy-content-wrapper .policy-details-wrapper .policy-col.full {
          width: 100%; } }

#contact-info {
  background-image: url("/assets/images/before-slip-hitch2.jpg");
  background-blend-mode: lighten;
  background-color: #fcfafa;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%; }

.subscribe-to {
  font-family: "Public Sans", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-variation-settings: "wght" 400;
  color: #151617;
  line-height: 1.4; }

.contact-info {
  position: relative;
  box-sizing: border-box;
  background-position: 50% 0%;
  background-size: cover !important;
  background-repeat: no-repeat; }
  .contact-info .uk-container.hero-txt-wrapper,
  .contact-info .hero-txt-wrapper,
  .contact-info .content-wrapper {
    padding: 75px 50px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row; }
    .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper,
    .contact-info .hero-txt-wrapper .contact-form-wrapper,
    .contact-info .content-wrapper .contact-form-wrapper {
      width: 50%; }
      .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-hero-header-alt,
      .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-hero-header-alt,
      .contact-info .content-wrapper .contact-form-wrapper .asp-hero-header-alt {
        color: #6f7271;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 2rem;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: 0.01rem;
        text-align: left;
        font-variation-settings: "wght" 450;
        margin: 0px 0px 5px; }
      .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-copy-txt-descr,
      .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-copy-txt-descr,
      .contact-info .content-wrapper .contact-form-wrapper .asp-copy-txt-descr {
        font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
        font-size: 0.875rem;
        font-variation-settings: "wght" 400;
        color: #151617;
        margin: 0px 0px 35px 0px;
        line-height: 1.4; }
      .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row,
      .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row,
      .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row {
        margin-bottom: 25px;
        width: 100%;
        margin-left: -20px;
        display: flex;
        flex-direction: row; }
        .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper,
        .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper,
        .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper {
          width: 100%;
          padding-left: 20px; }
          .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.half,
          .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.half,
          .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.half {
            width: 50%; }
          .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.third,
          .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.third,
          .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.third {
            width: calc(100% * 1 / 3.001); }
          .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.qtr,
          .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.qtr,
          .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.qtr {
            width: 25%; }
          .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper .asp-form-label,
          .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper .asp-form-label,
          .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper .asp-form-label {
            font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
            font-size: 0.75rem;
            font-variation-settings: "wght" 500;
            color: #6f7271;
            margin: 0px 0px 0px 0px;
            line-height: 1.45;
            text-transform: uppercase;
            letter-spacing: -0.03rem; }
    .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper,
    .contact-info .hero-txt-wrapper .contact-details-wrapper,
    .contact-info .content-wrapper .contact-details-wrapper {
      width: 50%;
      padding: 0px 0px 0px 35px; }
      .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card,
      .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card,
      .contact-info .content-wrapper .contact-details-wrapper .asp-card {
        padding: 12px 25px 0px;
        position: relative;
        box-sizing: border-box; }
        .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card.blue,
        .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card.blue,
        .contact-info .content-wrapper .contact-details-wrapper .asp-card.blue {
          color: #fcfafa;
          background-color: #3d7cc9; }
          .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card.blue .asp-card-title,
          .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card.blue .asp-card-title,
          .contact-info .content-wrapper .contact-details-wrapper .asp-card.blue .asp-card-title {
            color: #ffffff; }
        .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card.yellow,
        .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card.yellow,
        .contact-info .content-wrapper .contact-details-wrapper .asp-card.yellow {
          color: #151617;
          background-color: #ffc629; }
        .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card .asp-card-title,
        .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card .asp-card-title,
        .contact-info .content-wrapper .contact-details-wrapper .asp-card .asp-card-title {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 1.125rem;
          letter-spacing: -0.02rem;
          font-variation-settings: "wght" 600;
          text-transform: uppercase;
          color: #060808;
          border-bottom: 1px solid rgba(6, 8, 8, 0.15);
          padding-bottom: 10px;
          margin-bottom: 12px; }
        .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card .locations,
        .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card .locations,
        .contact-info .content-wrapper .contact-details-wrapper .asp-card .locations {
          display: flex;
          flex-flow: wrap; }
          .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location,
          .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location,
          .contact-info .content-wrapper .contact-details-wrapper .asp-card .locations .card-location {
            margin-bottom: 20px;
            width: 50%; }
            .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location .location,
            .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location .location,
            .contact-info .content-wrapper .contact-details-wrapper .asp-card .locations .card-location .location {
              font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
              font-size: 0.925rem;
              font-variation-settings: "wght" 500;
              color: #35373b;
              text-transform: uppercase;
              margin-bottom: 4px; }
            .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location .location-details,
            .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location .location-details,
            .contact-info .content-wrapper .contact-details-wrapper .asp-card .locations .card-location .location-details {
              font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
              font-size: 0.825rem;
              font-variation-settings: "wght" 400;
              color: #151617;
              letter-spacing: -0.02rem;
              line-height: 1.3;
              margin-bottom: 3px; }
              .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location .location-details:last-of-type,
              .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location .location-details:last-of-type,
              .contact-info .content-wrapper .contact-details-wrapper .asp-card .locations .card-location .location-details:last-of-type {
                margin-bottom: 0px; }
              .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location .location-details span,
              .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location .location-details span,
              .contact-info .content-wrapper .contact-details-wrapper .asp-card .locations .card-location .location-details span {
                margin-right: 3px; }
                .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location .location-details span svg,
                .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location .location-details span svg,
                .contact-info .content-wrapper .contact-details-wrapper .asp-card .locations .card-location .location-details span svg {
                  width: 14px; }
            .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location:last-of-type,
            .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card .locations .card-location:last-of-type,
            .contact-info .content-wrapper .contact-details-wrapper .asp-card .locations .card-location:last-of-type {
              margin-bottom: 0px; }
      .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container,
      .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container,
      .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container {
        margin-top: 30px; }
        .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion li .uk-accordion-title,
        .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion li .uk-accordion-title,
        .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion li .uk-accordion-title {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          text-transform: uppercase;
          display: block;
          font-variation-settings: "wght" 550;
          font-size: 1.125rem;
          line-height: 1.4;
          color: #ffc629;
          background-color: #35373b;
          padding: 5px 20px; }
          .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion li .uk-accordion-title::before,
          .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion li .uk-accordion-title::before,
          .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion li .uk-accordion-title::before {
            content: "";
            width: 1.4em;
            height: 1.4em;
            margin-left: 10px;
            color: #ffc629;
            float: right;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffc629%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
            background-repeat: no-repeat;
            background-position: 50% 50%; }
        .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion li.uk-open .uk-accordion-title::before,
        .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion li.uk-open .uk-accordion-title::before,
        .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion li.uk-open .uk-accordion-title::before {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffc629%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
        .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content,
        .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content,
        .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content {
          margin-left: -20px;
          flex-flow: wrap;
          display: flex;
          padding: 0px 5px; }
          .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper,
          .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper,
          .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper {
            padding-left: 20px;
            margin-bottom: 30px;
            width: 50%; }
            .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact,
            .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact,
            .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact {
              width: 100%;
              display: flex;
              flex-direction: column; }
              .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::before, .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::after,
              .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::before,
              .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::after,
              .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::before,
              .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::after {
                line-height: 0;
                border: none;
                overflow: visible;
                text-align: inherit;
                content: "";
                display: inline-block;
                max-width: 100%; }
              .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::before,
              .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::before,
              .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::before {
                border-top: 3px solid rgba(21, 22, 23, 0.2);
                vertical-align: top;
                margin: 0px 0 8px 0;
                width: 40px; }
              .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::after,
              .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::after,
              .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::after {
                border-top: 1px solid rgba(21, 22, 23, 0.2);
                vertical-align: top;
                margin: 8px 0 0px 0;
                width: 65%; }
              .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-header,
              .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-header,
              .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-header {
                width: 100%; }
                .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-header .contact-name,
                .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-header .contact-name,
                .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-header .contact-name {
                  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
                  font-size: 1rem;
                  font-variation-settings: "wght" 500;
                  text-transform: uppercase; }
                .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-header .contact-title,
                .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-header .contact-title,
                .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-header .contact-title {
                  font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
                  font-size: 0.7rem;
                  font-variation-settings: "wght" 450;
                  text-transform: uppercase;
                  letter-spacing: -0.02rem;
                  margin-bottom: 2px; }
              .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details,
              .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details,
              .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details {
                width: 100%;
                display: flex; }
                .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email,
                .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone,
                .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email,
                .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone,
                .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email,
                .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone {
                  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
                  text-transform: uppercase;
                  font-size: 0.875rem;
                  font-variation-settings: "wght" 400;
                  color: #151617;
                  letter-spacing: -0.01rem;
                  line-height: 1.5;
                  display: flex; }
                  .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a,
                  .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a,
                  .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a,
                  .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a,
                  .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a,
                  .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a {
                    display: flex;
                    align-items: center; }
                    .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span,
                    .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span,
                    .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span,
                    .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span,
                    .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span,
                    .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span {
                      margin-right: 3px; }
                      .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span svg,
                      .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span svg,
                      .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span svg,
                      .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span svg,
                      .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span svg,
                      .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span svg {
                        width: 20px; }
                      .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span.cp svg,
                      .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span.cp svg,
                      .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span.cp svg,
                      .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span.cp svg,
                      .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span.cp svg,
                      .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span.cp svg {
                        width: 18px; }
                    .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a:hover,
                    .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a:hover,
                    .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a:hover,
                    .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a:hover,
                    .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a:hover,
                    .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a:hover {
                      text-decoration: none; }
                .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone,
                .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone,
                .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone {
                  margin-left: 15px; }

.contact-card-wrapper {
  display: none; }

@media only screen and (max-width: 579px) {
  .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row,
  .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row,
  .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row {
    flex-direction: column;
    margin-bottom: 0px !important;
    margin-left: 0px !important; }
    .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper,
    .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper,
    .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper {
      margin-bottom: 20px;
      padding-left: 0px !important; }
      .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.half,
      .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.half,
      .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.half {
        width: 100% !important; }
  .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper,
  .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper,
  .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper {
    width: 100% !important; }
    .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::after,
    .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::after,
    .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::after {
      border-top: 1px solid rgba(21, 22, 23, 0.15) !important;
      width: 100% !important; } }

@media only screen and (max-width: 634px) {
  .contact-card-wrapper {
    display: block;
    margin-bottom: 40px;
    border: 1px solid rgba(6, 8, 8, 0.15) !important; }
    .contact-card-wrapper .asp-card {
      text-align: center !important; }
      .contact-card-wrapper .asp-card .asp-card-title {
        border-bottom: 0px solid rgba(6, 8, 8, 0.15) !important;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
        margin-bottom: 0px !important;
        background-color: #ffc629 !important; }
      .contact-card-wrapper .asp-card .locations {
        padding: 10px 0px !important; }
        .contact-card-wrapper .asp-card .locations .card-location {
          margin-bottom: 15px !important;
          width: 100% !important; }
          .contact-card-wrapper .asp-card .locations .card-location .location-details:last-of-type {
            margin-bottom: 0px;
            padding-left: 0px !important; }
          .contact-card-wrapper .asp-card .locations .card-location:last-of-type {
            margin-bottom: 0px; } }

@media only screen and (min-width: 500px) and (max-width: 820px) {
  .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper,
  .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper,
  .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper {
    width: 50% !important; } }

@media only screen and (max-width: 869px) {
  .contact-card-wrapper {
    width: 100%;
    padding: 0px;
    display: block;
    margin-bottom: 40px; }
    .contact-card-wrapper .asp-card {
      padding: 0px;
      position: relative;
      box-sizing: border-box; }
      .contact-card-wrapper .asp-card .locations {
        display: flex;
        flex-flow: wrap; }
        .contact-card-wrapper .asp-card .locations .card-location {
          margin-bottom: 20px;
          width: 50%; }
          .contact-card-wrapper .asp-card .locations .card-location .location {
            font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
            font-size: 0.925rem;
            font-variation-settings: "wght" 500;
            color: #35373b;
            text-transform: uppercase;
            margin-bottom: 4px; }
          .contact-card-wrapper .asp-card .locations .card-location .location-details {
            font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
            font-size: 0.825rem;
            font-variation-settings: "wght" 400;
            color: #151617;
            letter-spacing: -0.02rem;
            line-height: 1.3;
            margin-bottom: 3px; }
            .contact-card-wrapper .asp-card .locations .card-location .location-details:last-of-type {
              margin-bottom: 0px;
              padding-left: 20px; }
            .contact-card-wrapper .asp-card .locations .card-location .location-details span {
              margin-right: 3px; }
              .contact-card-wrapper .asp-card .locations .card-location .location-details span svg {
                width: 14px; }
          .contact-card-wrapper .asp-card .locations .card-location:last-of-type {
            margin-bottom: 0px; }
  .contact-info .uk-container.hero-txt-wrapper,
  .contact-info .hero-txt-wrapper,
  .contact-info .content-wrapper {
    padding: 30px 35px 75px;
    flex-direction: column; }
    .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper,
    .contact-info .hero-txt-wrapper .contact-form-wrapper,
    .contact-info .content-wrapper .contact-form-wrapper {
      width: 100%; }
      .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row,
      .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row,
      .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row {
        margin-bottom: 25px;
        width: 100%;
        margin-left: -20px;
        display: flex; }
        .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper,
        .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper,
        .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper {
          width: 100%;
          padding-left: 20px; }
          .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.half,
          .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.half,
          .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.half {
            width: 50%; }
          .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.third,
          .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.third,
          .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.third {
            width: 50%; }
          .contact-info .uk-container.hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.qtr,
          .contact-info .hero-txt-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.qtr,
          .contact-info .content-wrapper .contact-form-wrapper .asp-contact-form .form-row .form-field-wrapper.qtr {
            width: calc(100% * 1 / 3.001); }
    .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper,
    .contact-info .hero-txt-wrapper .contact-details-wrapper,
    .contact-info .content-wrapper .contact-details-wrapper {
      width: 100%;
      padding: 0px; }
      .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .asp-card,
      .contact-info .hero-txt-wrapper .contact-details-wrapper .asp-card,
      .contact-info .content-wrapper .contact-details-wrapper .asp-card {
        display: none; }
      .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container,
      .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container,
      .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container {
        margin-top: 30px; }
        .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content,
        .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content,
        .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content {
          margin-left: -20px;
          flex-flow: wrap;
          display: flex;
          padding: 0px 5px; }
          .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper,
          .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper,
          .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper {
            padding-left: 20px;
            margin-bottom: 30px;
            width: calc(100% * 1 / 3.001); }
            .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact,
            .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact,
            .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact {
              width: 100%;
              display: flex;
              flex-direction: column; }
              .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::before,
              .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::before,
              .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::before {
                border-top: 3px solid rgba(21, 22, 23, 0.2);
                vertical-align: top;
                margin: 0px 0 8px 0;
                width: 40px; }
              .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::after,
              .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::after,
              .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact::after {
                border-top: 1px solid rgba(21, 22, 23, 0.2);
                vertical-align: top;
                margin: 8px 0 0px 0;
                width: 65%; }
              .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-header,
              .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-header,
              .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-header {
                width: 100%; }
              .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details,
              .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details,
              .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details {
                width: 100%;
                display: flex; }
                .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a,
                .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a,
                .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a,
                .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a,
                .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a,
                .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a {
                  display: flex;
                  align-items: center; }
                  .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span,
                  .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span,
                  .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span,
                  .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span,
                  .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span,
                  .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span {
                    margin-right: 3px; }
                    .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span svg,
                    .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span svg,
                    .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span svg,
                    .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span svg,
                    .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span svg,
                    .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span svg {
                      width: 20px; }
                    .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span.cp svg,
                    .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span.cp svg,
                    .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span.cp svg,
                    .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span.cp svg,
                    .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a span.cp svg,
                    .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a span.cp svg {
                      width: 18px; }
                  .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a:hover,
                  .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a:hover,
                  .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a:hover,
                  .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a:hover,
                  .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-email a:hover,
                  .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone a:hover {
                    text-decoration: none; }
                .contact-info .uk-container.hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone,
                .contact-info .hero-txt-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone,
                .contact-info .content-wrapper .contact-details-wrapper .arctic-contacts-container .uk-accordion-content .contact-wrapper .contact .contact-details .contact-phone {
                  margin-left: 15px; } }

/* About Univest */
.about-univest {
  padding: 100px 75px;
  display: flex;
  justify-content: space-between;
  width: 100%; }

.univest-logo {
  max-width: 180px;
  height: auto;
  width: 100%; }

.about-univest-txt {
  width: 60%;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px; }
  .about-univest-txt .about-univest-header-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e8e5; }
    .about-univest-txt .about-univest-header-wrap h3 {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-variation-settings: "wght" 400;
      font-size: 1.5rem;
      line-height: 1.2;
      color: #474848;
      margin: 0px 0px 10px 0px;
      text-transform: uppercase; }
    .about-univest-txt .about-univest-header-wrap .asp-divider {
      width: 1px;
      height: 38px;
      margin: 0px 25px;
      border-left: 1px solid #e9e8e5; }

.univest-contact-card {
  width: 35%;
  background: #025795;
  color: #fcfafa;
  padding: 25px 30px;
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  margin: 20px 0px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
  .univest-contact-card :last-child {
    margin-bottom: 0; }
  .univest-contact-card .asp-copy-txt {
    font-size: 0.8rem;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .univest-contact-card .card-title-wrap {
    margin: 25px 0px 20px; }
  .univest-contact-card .card-title {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 650;
    font-size: 1.375rem;
    line-height: 1.2;
    margin: 0px 0px 6px;
    color: #F3C968;
    text-transform: uppercase; }
  .univest-contact-card .card-subtitle {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 0.925rem;
    line-height: 1.2;
    margin: 0px;
    color: #e9e8e5;
    text-transform: none; }
  .univest-contact-card .contact-details {
    padding: 0;
    list-style: none;
    margin: 0px; }
    .univest-contact-card .contact-details li {
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-variation-settings: "wght" 400;
      font-size: 0.975rem;
      color: #ffffff;
      margin-bottom: 3px; }
      .univest-contact-card .contact-details li ::before {
        content: '';
        position: relative;
        left: -30px;
        width: 30px;
        height: 1.5em;
        margin-bottom: -1.5em;
        display: list-item;
        list-style-position: inside;
        text-align: right; }
      .univest-contact-card .contact-details li :last-child {
        margin-bottom: 0; }

@media only screen and (max-width: 940px) {
  .about-univest {
    justify-content: flex-start;
    flex-direction: column; }
  .about-univest-txt {
    width: 100%; }
  .univest-contact-card {
    width: 100%; } }

@media only screen and (max-width: 580px) {
  .about-univest {
    padding: 0px 50px 50px; } }

/* Base Styles */
.section-content-wrapper,
.section-content-wrapper-bg {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  box-sizing: border-box; }
  .section-content-wrapper > *,
  .section-content-wrapper-bg > * {
    box-sizing: border-box; }
  .section-content-wrapper .hero-txt-wrapper,
  .section-content-wrapper-bg .hero-txt-wrapper {
    padding: 100px 60px;
    width: 100%;
    margin: auto 0px; }
    @media (min-width: 1199px) {
      .section-content-wrapper .hero-txt-wrapper,
      .section-content-wrapper-bg .hero-txt-wrapper {
        padding: 100px 80px; } }
    .section-content-wrapper .hero-txt-wrapper .asp-hero-header,
    .section-content-wrapper-bg .hero-txt-wrapper .asp-hero-header {
      color: #ffc629;
      text-align: center;
      font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
      font-style: italic;
      font-size: 3rem;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 0.02rem;
      text-shadow: 1px 4px 1px rgba(0, 0, 0, 0.35);
      margin: 60px 0 20px; }
    .section-content-wrapper .hero-txt-wrapper .asp-hero-header-alt,
    .section-content-wrapper-bg .hero-txt-wrapper .asp-hero-header-alt {
      color: #35373b;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 3.125rem;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 0.02rem;
      text-align: center;
      margin: 0px 0px 25px; }
    .section-content-wrapper .hero-txt-wrapper .section-text-block,
    .section-content-wrapper-bg .hero-txt-wrapper .section-text-block {
      width: 100%; }
    .section-content-wrapper .hero-txt-wrapper .uk-label.asp-header-label,
    .section-content-wrapper-bg .hero-txt-wrapper .uk-label.asp-header-label {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      background: rgba(21, 22, 23, 0.5);
      color: #fcfafa;
      font-size: 0.9rem;
      text-transform: uppercase;
      border-radius: 50px;
      padding: 0px 20px;
      margin-bottom: 15px;
      font-variation-settings: "wght" 450; }

.section-content-wrapper-bg {
  background-position: 50% 0%;
  background-size: cover !important;
  background-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: bottom center;
  -webkit-mask-position: bottom center; }

.careers-intro .hero-txt-wrapper {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .careers-intro .hero-txt-wrapper {
      flex-direction: row; } }
  .careers-intro .hero-txt-wrapper .asp-hero-header {
    color: #35373b;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    margin: 0px 0px 40px; }
  .careers-intro .hero-txt-wrapper .section-text-block p {
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.938rem;
    line-height: 1.6;
    font-variation-settings: "wght" 400; }
  @media (min-width: 992px) {
    .careers-intro .hero-txt-wrapper .section-text-block:first-of-type {
      padding-right: 40px; } }
  @media (max-width: 991px) {
    .careers-intro .hero-txt-wrapper .section-text-block:last-of-type {
      margin-top: 30px; } }

#employment-app {
  background: #ffffff; }

.employment-app {
  height: 100%;
  display: block;
  padding: 0;
  position: relative; }
  .employment-app .employment-app-body {
    margin: 0;
    width: 100%;
    max-width: calc(100% - 0.01px);
    padding: 0px;
    height: 100%;
    position: relative;
    box-sizing: border-box; }
    .employment-app .employment-app-body .employment-app-header-wrapper {
      margin: 0px;
      display: flex;
      background: #27282B;
      padding: 15px 30px;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .employment-app .employment-app-body .employment-app-header-wrapper .header-txt-wrapper .employment-app-form-title {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 1.75rem;
        font-variation-settings: "wght" 700;
        text-transform: uppercase;
        letter-spacing: -0.01rem;
        margin-bottom: 0px;
        line-height: 1.2;
        color: #3d7cc9; }
      .employment-app .employment-app-body .employment-app-header-wrapper .header-txt-wrapper .employment-app-form-subtitle {
        font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
        font-size: 0.9rem;
        font-variation-settings: "wght" 400;
        text-transform: none;
        letter-spacing: -0.01rem;
        padding: 0px;
        color: #fcfafa; }

.employment-app .form-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 992px) {
    .employment-app .form-wrapper {
      flex-direction: row; } }

.employment-app .form-steps-wrapper {
  background-color: #2051a3; }
  @media (min-width: 992px) {
    .employment-app .form-steps-wrapper {
      width: 25%;
      order: 2;
      background-image: url("/assets/images/form-steps-bg.jpg");
      background-size: cover; } }
  .employment-app .form-steps-wrapper .asp-form-steps {
    display: flex;
    width: 100%;
    border: 0px solid rgba(34, 36, 38, 0.15);
    flex-direction: row;
    align-items: flex-start;
    margin: 0px 0px;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px 30px;
    list-style: none; }
    @media (min-width: 992px) {
      .employment-app .form-steps-wrapper .asp-form-steps {
        flex-direction: column;
        padding: 160px 30px 80px; } }
    .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step,
    .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step {
      display: flex;
      justify-content: flex-start;
      color: rgba(252, 250, 250, 0.5);
      background: transparent;
      flex-direction: column;
      align-items: center;
      text-decoration: none; }
      @media (min-width: 992px) {
        .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step::after,
        .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step::after {
          content: "";
          display: block;
          width: 2px;
          height: 20px;
          margin: 10px 0px;
          background-color: rgba(252, 250, 250, 0.5); } }
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step > *,
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step > * {
        text-decoration: none; }
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step .step-content,
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step .step-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step .step-icon,
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step .step-icon {
        width: 36px;
        height: 36px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid rgba(252, 250, 250, 0.5);
        border-radius: 50%;
        color: rgba(252, 250, 250, 0.5); }
        @media (min-width: 992px) {
          .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step .step-icon,
          .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step .step-icon {
            width: 48px;
            height: 48px; } }
        .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step .step-icon svg,
        .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step .step-icon svg {
          width: 18px;
          height: 18px; }
          @media (min-width: 992px) {
            .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step .step-icon svg,
            .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step .step-icon svg {
              width: 24px;
              height: 24px; } }
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step .step-title,
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step .step-title {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 0.75rem;
        font-variation-settings: "wght" 700;
        text-transform: uppercase;
        line-height: 1.2;
        margin-top: 5px;
        color: rgba(252, 250, 250, 0.5);
        display: none; }
        @media (min-width: 680px) {
          .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step .step-title,
          .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step .step-title {
            display: block; } }
        @media (min-width: 992px) {
          .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step .step-title,
          .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step .step-title {
            font-size: 1rem; } }
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step.asp-active .step-title,
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step.asp-active .step-icon,
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step.asp-active .step-title,
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step.asp-active .step-icon {
        color: #fcfafa; }
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step .step.asp-active .step-icon,
      .employment-app .form-steps-wrapper .asp-form-steps li.asp-step a.step.asp-active .step-icon {
        border-color: #fcfafa; }
    .employment-app .form-steps-wrapper .asp-form-steps li.asp-step.last a::after,
    .employment-app .form-steps-wrapper .asp-form-steps li.asp-step.last .step::after {
      display: none; }
    .employment-app .form-steps-wrapper .asp-form-steps li.asp-step.uk-active .step .step-icon,
    .employment-app .form-steps-wrapper .asp-form-steps li.asp-step.uk-active a.step .step-icon {
      border-color: #fcfafa; }
    .employment-app .form-steps-wrapper .asp-form-steps li.asp-step.uk-active .step .step-icon,
    .employment-app .form-steps-wrapper .asp-form-steps li.asp-step.uk-active .step .step-title,
    .employment-app .form-steps-wrapper .asp-form-steps li.asp-step.uk-active a.step .step-icon,
    .employment-app .form-steps-wrapper .asp-form-steps li.asp-step.uk-active a.step .step-title {
      color: #fcfafa; }

.employment-app .asp-employment-app-form {
  padding: 30px 25px;
  background-color: #faf7f7; }
  @media (min-width: 680px) {
    .employment-app .asp-employment-app-form {
      padding: 30px 35px; } }
  @media (min-width: 992px) {
    .employment-app .asp-employment-app-form {
      width: 75%;
      order: 1;
      padding: 30px 50px; } }
  .employment-app .asp-employment-app-form .asp-app-form .asp-app-form-panel .asp-form-header .asp-heading.uk-heading-line {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #151617;
    padding: 0px 0px 0px 40px;
    text-transform: uppercase;
    margin: 0px 0px 30px 0px; }
    .employment-app .asp-employment-app-form .asp-app-form .asp-app-form-panel .asp-form-header .asp-heading.uk-heading-line span {
      background-color: #ffc629;
      padding: 5px 10px; }
      .employment-app .asp-employment-app-form .asp-app-form .asp-app-form-panel .asp-form-header .asp-heading.uk-heading-line span::before, .employment-app .asp-employment-app-form .asp-app-form .asp-app-form-panel .asp-form-header .asp-heading.uk-heading-line span::after {
        border-color: #d9d1d2; }

.employment-app .asp-form-progress {
  width: 50%;
  position: relative;
  margin-right: 15px; }
  @media (min-width: 992px) {
    .employment-app .asp-form-progress {
      display: block;
      z-index: 10;
      width: 25%;
      right: 0px;
      top: 0px;
      position: absolute;
      padding: 28px 25px 35px;
      border-bottom: 1px solid rgba(252, 250, 250, 0.5);
      margin-right: 0px; } }
  .employment-app .asp-form-progress span {
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.85rem;
    font-variation-settings: "wght" 500;
    color: #6f7271; }
    @media (min-width: 992px) {
      .employment-app .asp-form-progress span {
        color: #b5ccec; } }
  .employment-app .asp-form-progress h3 {
    color: #2051a3;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    text-transform: uppercase;
    font-variation-settings: "wght" 600;
    margin: 0px;
    font-size: 1.125rem;
    padding: 0px 0px 2px; }
    @media (min-width: 992px) {
      .employment-app .asp-form-progress h3 {
        color: #fcfafa; } }
  .employment-app .asp-form-progress .progress {
    width: 100%;
    height: 16px;
    border-radius: 20px;
    position: relative;
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #d9d1d2; }
    @media (min-width: 992px) {
      .employment-app .asp-form-progress .progress {
        background-color: #b4c8e8; } }
    .employment-app .asp-form-progress .progress::before, .employment-app .asp-form-progress .progress::after {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 100%;
      background: #151617;
      position: absolute;
      top: 6px; }
    .employment-app .asp-form-progress .progress::before {
      left: 40%; }
    .employment-app .asp-form-progress .progress::after {
      left: 60%; }
    .employment-app .asp-form-progress .progress .progress-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      background-color: #ffc629;
      transition: width .6s ease; }
      .employment-app .asp-form-progress .progress .progress-bar::after {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #151617;
        position: absolute;
        left: 80%;
        top: 6px; }

.employment-app-form-header-wrapper {
  margin-bottom: 0px;
  display: flex;
  background: #27282B;
  padding: 30px 50px 30px 35px;
  align-items: center; }
  .employment-app-form-header-wrapper .header-logo {
    width: 200px;
    margin: 0px 30px 0px 0px;
    padding: 0px;
    height: auto; }
  .employment-app-form-header-wrapper .header-txt-wrapper {
    margin-top: 10px; }
    .employment-app-form-header-wrapper .header-txt-wrapper h1.employment-app-form-title {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 1.75rem;
      font-variation-settings: "wght" 700;
      text-transform: uppercase;
      letter-spacing: -0.01rem;
      margin-bottom: 5px;
      line-height: 1.2;
      color: #3d7cc9; }
    .employment-app-form-header-wrapper .header-txt-wrapper .employment-app-form-subtitle {
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 0.9rem;
      font-variation-settings: "wght" 400;
      text-transform: none;
      letter-spacing: -0.01rem;
      padding: 0px;
      color: #fcfafa; }

.asp-employment-app-form {
  padding: 0px 50px; }
  .asp-employment-app-form .form-row {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    .asp-employment-app-form .form-row.form-nav {
      margin-bottom: 0px;
      border-top: 1px solid #d9d1d2;
      padding-top: 25px;
      padding-bottom: 25px;
      margin-top: 25px;
      justify-content: space-between;
      align-items: center;
      column-gap: 25px; }
      @media (min-width: 992px) {
        .asp-employment-app-form .form-row.form-nav {
          justify-content: flex-end; } }
      .asp-employment-app-form .form-row.form-nav .asp-form-buttons {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        width: 40%; }
        @media (min-width: 992px) {
          .asp-employment-app-form .form-row.form-nav .asp-form-buttons {
            flex-direction: row;
            width: auto; } }
    .asp-employment-app-form .form-row.add-products-row {
      justify-content: flex-start;
      margin-bottom: 0px; }
    .asp-employment-app-form .form-row a.button,
    .asp-employment-app-form .form-row button {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 1rem;
      font-variation-settings: "wght" 500;
      margin: 0px;
      border: 1px solid;
      overflow: visible;
      border-radius: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      column-gap: 5px;
      box-sizing: border-box;
      padding: 10px 25px;
      line-height: 1;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
      .asp-employment-app-form .form-row a.button:hover,
      .asp-employment-app-form .form-row button:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
      .asp-employment-app-form .form-row a.button svg,
      .asp-employment-app-form .form-row button svg {
        height: 18px;
        width: auto; }
      .asp-employment-app-form .form-row a.button.add-product, .asp-employment-app-form .form-row a.button.add-product-mobile,
      .asp-employment-app-form .form-row button.add-product,
      .asp-employment-app-form .form-row button.add-product-mobile {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-style: normal;
        font-variation-settings: "wght" 500;
        background-color: #35373b;
        border-color: #27282B;
        color: #fcfafa;
        align-self: flex-start;
        padding: 10px 20px;
        margin: 0px 0px 25px 0px; }
        .asp-employment-app-form .form-row a.button.add-product:hover, .asp-employment-app-form .form-row a.button.add-product-mobile:hover,
        .asp-employment-app-form .form-row button.add-product:hover,
        .asp-employment-app-form .form-row button.add-product-mobile:hover {
          background-color: #27282B;
          border-color: #35373b; }
      .asp-employment-app-form .form-row a.button.next, .asp-employment-app-form .form-row a.button.next-btn, .asp-employment-app-form .form-row a.button.submit,
      .asp-employment-app-form .form-row button.next,
      .asp-employment-app-form .form-row button.next-btn,
      .asp-employment-app-form .form-row button.submit {
        background-color: #3d7cc9;
        border-color: #316aaf;
        color: #ffffff; }
        .asp-employment-app-form .form-row a.button.next:hover, .asp-employment-app-form .form-row a.button.next-btn:hover, .asp-employment-app-form .form-row a.button.submit:hover,
        .asp-employment-app-form .form-row button.next:hover,
        .asp-employment-app-form .form-row button.next-btn:hover,
        .asp-employment-app-form .form-row button.submit:hover {
          background-color: #316aaf;
          border-color: #3d7cc9; }
      .asp-employment-app-form .form-row a.button.submit:disabled,
      .asp-employment-app-form .form-row button.submit:disabled {
        opacity: 0.5; }
        .asp-employment-app-form .form-row a.button.submit:disabled:hover,
        .asp-employment-app-form .form-row button.submit:disabled:hover {
          background-color: #3d7cc9;
          border-color: #316aaf; }
      .asp-employment-app-form .form-row a.button.prev, .asp-employment-app-form .form-row a.button.prev-btn,
      .asp-employment-app-form .form-row button.prev,
      .asp-employment-app-form .form-row button.prev-btn {
        background-color: #d9d1d2;
        border-color: #C8BCBD;
        color: #35373b;
        margin-right: 0px; }
        @media (min-width: 992px) {
          .asp-employment-app-form .form-row a.button.prev, .asp-employment-app-form .form-row a.button.prev-btn,
          .asp-employment-app-form .form-row button.prev,
          .asp-employment-app-form .form-row button.prev-btn {
            margin-right: 15px; } }
        .asp-employment-app-form .form-row a.button.prev:hover, .asp-employment-app-form .form-row a.button.prev-btn:hover,
        .asp-employment-app-form .form-row button.prev:hover,
        .asp-employment-app-form .form-row button.prev-btn:hover {
          background-color: #C8BCBD;
          border-color: #d9d1d2; }
    .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      margin-bottom: 30px; }
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .asp-form-label {
        font-size: 0.9rem; }
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .uk-form-controls {
        line-height: 1; }
        .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .uk-form-controls.is_radio {
          height: 36px;
          display: flex;
          align-items: center; }
        .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .uk-form-controls label {
          font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
          font-size: 0.8rem;
          font-variation-settings: "wght" 600;
          color: #1B4388;
          margin-right: 8px; }
          .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .uk-form-controls label.last {
            margin-right: 0px; }
        .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .uk-form-controls input.asp-radio {
          margin-right: 0px; }
          .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .uk-form-controls input.asp-radio:checked {
            background-color: #2051a3;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fcfafa%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
    @media (max-width: 579px) {
      .asp-employment-app-form .form-row.fw {
        flex-wrap: wrap; }
        .asp-employment-app-form .form-row.fw .form-field-wrapper.left {
          padding-left: 0px; }
        .asp-employment-app-form .form-row.fw .form-field-wrapper.left-fw {
          padding-left: 0px;
          flex-direction: row;
          width: 100% !important;
          align-items: center;
          column-gap: 15px; } }
    .asp-employment-app-form .form-row .form-field-wrapper,
    .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex {
      width: 100%;
      padding-left: 20px;
      margin-bottom: 20px; }
      .asp-employment-app-form .form-row .form-field-wrapper:first-child,
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex:first-child {
        padding-left: 0px !important; }
      .asp-employment-app-form .form-row .form-field-wrapper.horz,
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.horz {
        display: flex;
        column-gap: 15px; }
        .asp-employment-app-form .form-row .form-field-wrapper.horz .uk-form-controls,
        .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.horz .uk-form-controls {
          flex-grow: 1; }
      .asp-employment-app-form .form-row .form-field-wrapper.jl,
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.jl {
        margin-bottom: 5px; }
        .asp-employment-app-form .form-row .form-field-wrapper.jl .asp-form-label,
        .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.jl .asp-form-label {
          color: #2051a3;
          text-transform: uppercase;
          transform: skewX(-7deg);
          font-size: 0.875rem; }
      .asp-employment-app-form .form-row .form-field-wrapper.half,
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.half {
        width: 50%; }
        @media (max-width: 579px) {
          .asp-employment-app-form .form-row .form-field-wrapper.half,
          .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.half {
            width: 100%; } }
        @media (max-width: 399px) {
          .asp-employment-app-form .form-row .form-field-wrapper.half.nw, .asp-employment-app-form .form-row .form-field-wrapper.half.nw-left,
          .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.half.nw,
          .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.half.nw-left {
            width: 100%; } }
        @media (min-width: 400px) and (max-width: 579px) {
          .asp-employment-app-form .form-row .form-field-wrapper.half.nw, .asp-employment-app-form .form-row .form-field-wrapper.half.nw-left,
          .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.half.nw,
          .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.half.nw-left {
            width: 50%; } }
        @media (max-width: 399px) {
          .asp-employment-app-form .form-row .form-field-wrapper.half.nw-left,
          .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.half.nw-left {
            padding-left: 0px; } }
      .asp-employment-app-form .form-row .form-field-wrapper.third,
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.third {
        width: calc(100% * 1 / 3.001); }
        @media (max-width: 579px) {
          .asp-employment-app-form .form-row .form-field-wrapper.third.nw, .asp-employment-app-form .form-row .form-field-wrapper.third.nw-left,
          .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.third.nw,
          .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.third.nw-left {
            width: 50%; } }
        @media (max-width: 579px) {
          .asp-employment-app-form .form-row .form-field-wrapper.third.nw-left,
          .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.third.nw-left {
            padding-left: 0px; } }
      .asp-employment-app-form .form-row .form-field-wrapper.qtr,
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.qtr {
        width: 25%; }
        @media (max-width: 579px) {
          .asp-employment-app-form .form-row .form-field-wrapper.qtr,
          .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex.qtr {
            width: 50%; } }
      .asp-employment-app-form .form-row .form-field-wrapper .asp-form-label,
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .asp-form-label {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 0.938rem;
        font-variation-settings: "wght" 400;
        letter-spacing: 0.01rem;
        color: #474848;
        margin: 0px 0px 3px 0px;
        line-height: 1.45;
        text-transform: capitalize; }
        .asp-employment-app-form .form-row .form-field-wrapper .asp-form-label.q,
        .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .asp-form-label.q {
          font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
          text-transform: none;
          font-variation-settings: "wght" 400;
          font-size: 0.85rem;
          letter-spacing: -0.01rem;
          line-height: 1.35;
          margin-bottom: 8px; }
        .asp-employment-app-form .form-row .form-field-wrapper .asp-form-label.q-reg,
        .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .asp-form-label.q-reg {
          text-transform: none; }
        .asp-employment-app-form .form-row .form-field-wrapper .asp-form-label span.form-ie,
        .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .asp-form-label span.form-ie {
          font-size: 0.8rem;
          font-variation-settings: "wght" 400;
          color: #6f7271; }
        .asp-employment-app-form .form-row .form-field-wrapper .asp-form-label span.required,
        .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .asp-form-label span.required {
          color: #cf2127;
          font-size: 0.9rem;
          line-height: 1; }
      .asp-employment-app-form .form-row .form-field-wrapper .asp-input,
      .asp-employment-app-form .form-row .form-field-wrapper .asp-textarea,
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .asp-input,
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .asp-textarea {
        background: rgba(233, 232, 229, 0.25);
        border: 2px solid rgba(53, 55, 59, 0.1); }
      .asp-employment-app-form .form-row .form-field-wrapper .asp-input,
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .asp-input {
        height: 36px; }
      .asp-employment-app-form .form-row .form-field-wrapper .asp-textarea,
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .asp-textarea {
        height: 100%; }
      .asp-employment-app-form .form-row .form-field-wrapper .asp-form-section-header,
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .asp-form-section-header {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 1.25rem;
        font-variation-settings: "wght" 700;
        color: #3d7cc9;
        margin: 0px 0px 3px 0px;
        line-height: 1.45;
        text-transform: uppercase; }
      .asp-employment-app-form .form-row .form-field-wrapper .asp-form-section-header-descr,
      .asp-employment-app-form .form-row .form-field-wrapper.ffw-flex .asp-form-section-header-descr {
        font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
        font-size: 0.85rem;
        font-variation-settings: "wght" 450;
        color: #151617;
        margin: 0px 0px;
        line-height: 1.45;
        text-transform: none; }

.hidden-input {
  width: 100% !important;
  margin-top: 8px; }
  .hidden-input.hide {
    display: none; }

.employment-app.uk-modal.uk-open {
  background: #ffffff;
  z-index: 1020; }

.employment-app .uk-modal-body {
  padding: 0px 0px;
  height: 100%; }

.employment-app .uk-modal-dialog {
  background: #fcfafa; }

.employment-app .reg-form-close {
  background: #ffc629;
  padding: 8px;
  color: #151617;
  top: 0px;
  right: 5px; }

/* Work History Section */
#work-history-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d9d1d2;
  padding: 20px 0px;
  width: 100%; }
  #work-history-list .work-history-card {
    background: #e9e8e5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    width: 100%;
    position: relative;
    box-sizing: border-box; }
    #work-history-list .work-history-card:nth-of-type(odd) {
      padding-left: 0px !important; }
    #work-history-list .work-history-card.half {
      width: 50%; }
    #work-history-list .work-history-card.third {
      width: calc(100% * 1 / 3.001); }
    #work-history-list .work-history-card.qtr {
      width: 25%; }
  #work-history-list .whc-header-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #D8D7D4;
    background: rgba(216, 215, 212, 0.5);
    padding: 0px 25px;
    height: 30px; }
    #work-history-list .whc-header-wrapper .whc-header {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 1rem;
      font-variation-settings: "wght" 500;
      text-transform: uppercase; }
  #work-history-list .wh-image {
    width: 70px;
    height: auto; }
  #work-history-list h3.wh-title {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 0.9rem;
    font-variation-settings: "wght" 450;
    color: #151617;
    text-transform: uppercase; }
  #work-history-list .whc-body {
    padding: 15px 20px 15px 20px; }
  #work-history-list .whc-content {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    row-gap: 10px; }
  #work-history-list .whc-item-label {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 500;
    background: #2051a3;
    line-height: 1;
    font-size: 0.7rem;
    color: #fcfafa;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 2px 5px;
    display: inline-block;
    letter-spacing: 0.01rem; }
  #work-history-list .whc-item {
    display: block;
    flex-basis: 30%; }
    #work-history-list .whc-item.half {
      flex-basis: 45%; }
    #work-history-list .whc-item .whc-item-data {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-variation-settings: "wght" 400;
      color: #060808;
      font-size: 0.9rem;
      margin-top: 1px; }
  #work-history-list .wh-serial-wrap {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important; }
  #work-history-list .remove-whc-wrapper {
    padding: 0px 0px;
    text-align: center;
    border-top: 0px;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: 0px;
    right: 0px; }
  #work-history-list .uk-button.del-wh {
    margin: 0;
    border: none;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 6px 6px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background: #cf2127; }
  #work-history-list .btn-txt {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 500;
    color: #fcfafa;
    font-size: 0.8rem;
    text-transform: uppercase;
    display: none; }
  #work-history-list .uk-icon {
    box-sizing: border-box;
    border-radius: 0px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5); }
    #work-history-list .uk-icon svg {
      width: 18px;
      height: auto; }
      #work-history-list .uk-icon svg .fa-primary {
        fill: #151617; }
      #work-history-list .uk-icon svg .fa-secondary {
        opacity: 1;
        fill: #6f7271; }

/* Work History Section (Accordian) */
ul#work-history-list-accordion {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0px 0px 0px 0px;
  border: 0px; }
  ul#work-history-list-accordion > :last-child {
    margin-bottom: 20px; }
  ul#work-history-list-accordion .work-history-card {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    width: 100%;
    position: relative;
    box-sizing: border-box; }
    ul#work-history-list-accordion .work-history-card.half {
      width: 50%; }
    ul#work-history-list-accordion .work-history-card.third {
      width: calc(100% * 1 / 3.001); }
    ul#work-history-list-accordion .work-history-card.qtr {
      width: 25%; }
  ul#work-history-list-accordion .whc-header {
    background: #e9e8e5;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 1rem;
    font-variation-settings: "wght" 500;
    text-transform: uppercase;
    color: #35373b;
    line-height: 1.4;
    display: block;
    overflow: hidden;
    padding: 5px 50px 5px 15px;
    border-bottom: 1px solid rgba(21, 22, 23, 0.2); }
    ul#work-history-list-accordion .whc-header:hover {
      text-decoration: none;
      color: #2051a3; }
    ul#work-history-list-accordion .whc-header::before {
      content: "";
      width: 1.4em;
      height: 1.4em;
      margin-left: 10px;
      float: right;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath xmlns='http://www.w3.org/2000/svg' d='M360.5 217.5l-152 143.1C203.9 365.8 197.9 368 192 368s-11.88-2.188-16.5-6.562L23.5 217.5C13.87 208.3 13.47 193.1 22.56 183.5C31.69 173.8 46.94 173.5 56.5 182.6L192 310.9l135.5-128.4c9.562-9.094 24.75-8.75 33.94 .9375C370.5 193.1 370.1 208.3 360.5 217.5z' fill='%2335373b'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: 50% 50%; }
    ul#work-history-list-accordion .whc-header:hover::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath xmlns='http://www.w3.org/2000/svg' d='M360.5 217.5l-152 143.1C203.9 365.8 197.9 368 192 368s-11.88-2.188-16.5-6.562L23.5 217.5C13.87 208.3 13.47 193.1 22.56 183.5C31.69 173.8 46.94 173.5 56.5 182.6L192 310.9l135.5-128.4c9.562-9.094 24.75-8.75 33.94 .9375C370.5 193.1 370.1 208.3 360.5 217.5z' fill='%232051a3'/%3e%3c/svg%3e"); }
  ul#work-history-list-accordion .work-history-card.uk-open > .whc-header::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath d='M23.5 294.5l152-143.1C180.1 146.2 186.1 144 192 144s11.88 2.188 16.5 6.562l152 143.1c9.625 9.125 10.03 24.31 .9375 33.93c-9.125 9.688-24.38 10.03-33.94 .9375l-135.5-128.4l-135.5 128.4c-9.562 9.094-24.75 8.75-33.94-.9375C13.47 318.9 13.87 303.7 23.5 294.5z' fill='%2335373b'/%3e%3c/svg%3e"); }
  ul#work-history-list-accordion .work-history-card.uk-open > .whc-header:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath d='M23.5 294.5l152-143.1C180.1 146.2 186.1 144 192 144s11.88 2.188 16.5 6.562l152 143.1c9.625 9.125 10.03 24.31 .9375 33.93c-9.125 9.688-24.38 10.03-33.94 .9375l-135.5-128.4l-135.5 128.4c-9.562 9.094-24.75 8.75-33.94-.9375C13.47 318.9 13.87 303.7 23.5 294.5z' fill='%232051a3'/%3e%3c/svg%3e"); }
  ul#work-history-list-accordion .wh-image {
    width: 70px;
    height: auto; }
  ul#work-history-list-accordion h3.wh-title {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 0.9rem;
    font-variation-settings: "wght" 450;
    color: #151617;
    text-transform: uppercase; }
  ul#work-history-list-accordion .whc-body {
    padding: 15px 15px; }
  ul#work-history-list-accordion .whc-content {
    display: flex;
    flex-flow: row wrap;
    gap: 10px 30px; }
  ul#work-history-list-accordion .whc-item-label {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 450;
    background: #5B5D5C;
    line-height: 1.2;
    font-size: 0.7rem;
    color: #fcfafa;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 2px;
    width: min-content;
    letter-spacing: 0.01rem; }
  ul#work-history-list-accordion .whc-item {
    display: block;
    flex-basis: 30%; }
    ul#work-history-list-accordion .whc-item.half {
      flex-basis: 45%; }
    ul#work-history-list-accordion .whc-item .whc-item-data {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-variation-settings: "wght" 400;
      color: #060808;
      font-size: 0.9rem;
      margin-top: 1px; }
  ul#work-history-list-accordion .wh-serial-wrap {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important; }
  ul#work-history-list-accordion .remove-whc-wrapper {
    padding: 0px 0px;
    text-align: center;
    border-top: 0px;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: 0px;
    right: 0px; }
  ul#work-history-list-accordion .uk-button.del-wh {
    margin: 0;
    border: none;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 7px 8px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background: #cf2127; }
  ul#work-history-list-accordion .btn-txt {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 500;
    color: #fcfafa;
    font-size: 0.8rem;
    text-transform: uppercase;
    display: none; }
  ul#work-history-list-accordion .uk-icon {
    box-sizing: border-box;
    border-radius: 0px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5); }
    ul#work-history-list-accordion .uk-icon svg {
      width: 18px;
      height: auto; }
      ul#work-history-list-accordion .uk-icon svg .fa-primary {
        fill: #151617; }
      ul#work-history-list-accordion .uk-icon svg .fa-secondary {
        opacity: 1;
        fill: #6f7271; }

/* Why Become a Dealer Section */
#why-be-dealer-section {
  background: #ffffff !important; }

.why-be-dealer {
  min-height: 900px; }
  .why-be-dealer .hero-txt-wrapper {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .why-be-dealer .hero-txt-wrapper {
        flex-direction: row; } }
    .why-be-dealer .hero-txt-wrapper .asp-hero-header {
      color: #35373b;
      text-align: left;
      text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
      margin: 0px 0px 20px; }
    @media (min-width: 992px) {
      .why-be-dealer .hero-txt-wrapper .section-text-block:first-of-type {
        padding-right: 40px; } }
    @media (max-width: 991px) {
      .why-be-dealer .hero-txt-wrapper .section-text-block:last-of-type {
        margin-top: 30px; } }

/* Our Products Section */
#our-products-section {
  background: #ffffff !important; }

.our-products {
  min-height: 800px;
  -webkit-mask-image: url("/assets/images/section-mask-1.svg");
  mask-image: url("/assets/images/section-mask-1.svg");
  background-image: url("/assets/images/testimonials-bg.jpg"); }
  @media (max-width: 459px) {
    .our-products .hero-txt-wrapper {
      padding: 100px 30px; } }
  .our-products .hero-txt-wrapper .asp-hero-header {
    margin: 30px 0px 0px; }
  .our-products .hero-txt-wrapper .products {
    width: 100%; }
  .our-products .hero-txt-wrapper .product-grid {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 680px) {
      .our-products .hero-txt-wrapper .product-grid {
        flex-direction: row; } }
    .our-products .hero-txt-wrapper .product-grid .product {
      display: flex;
      align-items: flex-start;
      width: 100%;
      padding: 30px 0px; }
      @media (min-width: 680px) {
        .our-products .hero-txt-wrapper .product-grid .product {
          width: 50%;
          padding: 30px 40px; } }
      @media (min-width: 680px) and (max-width: 999px) {
        .our-products .hero-txt-wrapper .product-grid .product.item1 {
          padding-left: 0px; }
        .our-products .hero-txt-wrapper .product-grid .product.item2 {
          padding-right: 0px; }
        .our-products .hero-txt-wrapper .product-grid .product.item3 {
          padding-left: 0px; }
        .our-products .hero-txt-wrapper .product-grid .product.item4 {
          padding-right: 0px; } }
      .our-products .hero-txt-wrapper .product-grid .product .product-inner {
        padding: 0px;
        width: 100%;
        text-align: center; }
        .our-products .hero-txt-wrapper .product-grid .product .product-inner .product-img {
          margin: 0px auto 20px;
          height: auto;
          width: 100%; }
        .our-products .hero-txt-wrapper .product-grid .product .product-inner .product-txt .product-title {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 1.313rem;
          line-height: 1.2;
          color: #ffc629;
          text-transform: uppercase;
          font-variation-settings: "wght" 550; }
        .our-products .hero-txt-wrapper .product-grid .product .product-inner .product-txt .product-descr {
          margin: 15px 0px 0px 0px;
          color: #fcfafa;
          font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
          font-size: 0.938rem;
          line-height: 1.45; }

/* Dealer Benefits Section */
#dealer-benefits-section {
  background: #ffffff !important; }

@media (min-width: 800px) {
  .dealer-benefits .hero-txt-wrapper {
    padding: 100px 30px; } }

.dealer-benefits .hero-txt-wrapper .asp-hero-header {
  margin: 0px 0px 70px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  color: #35373b; }

.dealer-benefits .hero-txt-wrapper .benefits {
  width: 100%; }
  .dealer-benefits .hero-txt-wrapper .benefits .benefits-grid {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 800px) {
      .dealer-benefits .hero-txt-wrapper .benefits .benefits-grid {
        flex-direction: row; } }
    .dealer-benefits .hero-txt-wrapper .benefits .benefits-grid .benefit {
      width: 100%;
      padding: 25px 0px; }
      @media (min-width: 800px) {
        .dealer-benefits .hero-txt-wrapper .benefits .benefits-grid .benefit {
          width: 50%;
          padding: 25px 30px; } }
    .dealer-benefits .hero-txt-wrapper .benefits .benefits-grid .benefit-inner {
      padding: 0px; }
      .dealer-benefits .hero-txt-wrapper .benefits .benefits-grid .benefit-inner .benefit-title {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 1.313rem;
        line-height: 1.2;
        text-transform: uppercase;
        font-variation-settings: "wght" 550;
        color: #2051a3; }
      .dealer-benefits .hero-txt-wrapper .benefits .benefits-grid .benefit-inner .benefit-txt {
        font-size: 0.938rem;
        line-height: 1.45;
        margin: 15px 0px 0px 0px; }

/* Testimonials Section */
#dealer-testimonials-section {
  background: #ffffff !important; }

.dealer-testimonials {
  min-height: 900px;
  -webkit-mask-image: url("/assets/images/section-mask-1.svg");
  mask-image: url("/assets/images/section-mask-1.svg");
  background-image: url("/assets/images/testimonials-bg.jpg"); }

.testimonial-body {
  text-align: center; }

.testimonial-name {
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0px; }

.testimonial-co {
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0px; }

.testimonial-loc {
  font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.4;
  margin: 0px; }

.testimonial-status {
  font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-variation-settings: "wght" 450;
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 0px 0px 10px 0px;
  background-color: #ffc629;
  padding: 4px 10px;
  display: inline-block; }

.testimonial-txt-wrapper {
  border-top: 1px solid rgba(111, 114, 113, 0.25);
  padding-top: 20px;
  margin-top: 20px; }

.testimonial-txt {
  font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left; }

.home-speed-dial-wrapper {
  /*==== Speed Dial Wrapper ====*/
  padding: 5em 2.5em 5em;
  /*==== Speed Dial Item ====*/ }
  @media (min-width: 90em) {
    .home-speed-dial-wrapper {
      padding: 5em 7em 5em; } }
  .home-speed-dial-wrapper .home-speed-dial {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .home-speed-dial-wrapper .speed-dial-item {
    width: 100%;
    overflow: hidden;
    max-width: 800px;
    padding-left: 0;
    box-sizing: border-box;
    margin: 0.938em 0; }
    @media (max-width: 49em) {
      .home-speed-dial-wrapper .speed-dial-item {
        max-width: 600px; } }
    .home-speed-dial-wrapper .speed-dial-item:nth-child(even) {
      margin-left: 1.875em; }
      @media (max-width: 49em) {
        .home-speed-dial-wrapper .speed-dial-item:nth-child(even) {
          margin-left: 0; } }
    @media (min-width: 49.0625em) {
      .home-speed-dial-wrapper .speed-dial-item {
        width: calc(50% - 15px); } }
    @media (max-width: 42.438em) {
      .home-speed-dial-wrapper .speed-dial-item.flex-order0.mo {
        order: 0; }
      .home-speed-dial-wrapper .speed-dial-item.flex-order1.mo {
        order: 1; }
      .home-speed-dial-wrapper .speed-dial-item.flex-order2.mo {
        order: 2; }
      .home-speed-dial-wrapper .speed-dial-item.flex-order3.mo {
        order: 3; }
      .home-speed-dial-wrapper .speed-dial-item.flex-order4.mo {
        order: 4; }
      .home-speed-dial-wrapper .speed-dial-item.flex-order5.mo {
        order: 5; } }

/*==== Speed Dial Card Wrapper ====*/
.speed-dial-card {
  max-width: 800px;
  height: 0px;
  overflow: hidden;
  padding-top: calc(450 / 800 * 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 8px rgba(21, 22, 23, 0.35);
  background-blend-mode: multiply; }
  @media (max-width: 49em) {
    .speed-dial-card {
      max-width: 600px;
      padding-top: calc(338 / 600 * 100%); } }
  .speed-dial-card:hover {
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.25);
    /* Hover for Speed Dial Card CTA Button */ }
    .speed-dial-card:hover .sdc-inner > .asp-button-wrapper > .asp-speed-dial-btn-blue,
    .speed-dial-card:hover .sdc-inner > .asp-button-wrapper > .asp-speed-dial-btn-yellow {
      box-shadow: 0px 2px 8px rgba(21, 22, 23, 0.15);
      text-decoration: none; }
    .speed-dial-card:hover .sdc-inner > .asp-button-wrapper > .asp-speed-dial-btn-blue {
      background-color: #316aaf; }
    .speed-dial-card:hover .sdc-inner > .asp-button-wrapper > .asp-speed-dial-btn-yellow {
      background-color: #FFBE0A; }
  .speed-dial-card.products {
    background-image: url(../../images/explore-products-box-bg.jpg);
    background-color: #3d7cc9; }
  .speed-dial-card.support {
    background-image: url(../../images/support-box-bg-sdb.jpg);
    background-color: #3d7cc9; }
  .speed-dial-card.dealer-loc {
    background-image: url(../../images/dealer-location-box-bg-v2.jpg);
    background-color: #3d7cc9; }
  .speed-dial-card.finance {
    background-image: url(../../images/financing-box-bg.jpg); }
  .speed-dial-card.featured {
    background-image: url(../../images/featured-rzbk-box-bg-sdb.jpg); }
  .speed-dial-card.equip-match {
    background-image: url(../../images/equipment-matcher-box-bg.jpg);
    background-color: #3d7cc9; }

/*==== Speed Dial Card Content ====*/
.speed-dial-card .sdc-inner,
.pro-speed-dial-card .sdc-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0em 1.25em;
  /*==== Speed Dial Card Header ====*/
  /*==== Speed Dial Card Sub-Header ====*/ }
  .speed-dial-card .sdc-inner:hover,
  .pro-speed-dial-card .sdc-inner:hover {
    text-decoration: none; }
  .speed-dial-card .sdc-inner .asp-speed-dial-header,
  .speed-dial-card .sdc-inner .asp-speed-dial-header-dk,
  .pro-speed-dial-card .sdc-inner .asp-speed-dial-header,
  .pro-speed-dial-card .sdc-inner .asp-speed-dial-header-dk {
    font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
    letter-spacing: 0.015rem;
    font-size: calc(16px + (50 - 16) * ((100vw - 360px) / (1920 - 360)));
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    font-style: italic; }
    @media (max-width: 49em) {
      .speed-dial-card .sdc-inner .asp-speed-dial-header,
      .speed-dial-card .sdc-inner .asp-speed-dial-header-dk,
      .pro-speed-dial-card .sdc-inner .asp-speed-dial-header,
      .pro-speed-dial-card .sdc-inner .asp-speed-dial-header-dk {
        font-size: calc(20px + (120 - 20) * ((100vw - 360px) / (1920 - 360))); } }
  .speed-dial-card .sdc-inner .asp-speed-dial-header,
  .pro-speed-dial-card .sdc-inner .asp-speed-dial-header {
    color: #fcfafa;
    text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.4); }
  .speed-dial-card .sdc-inner .asp-speed-dial-header-dk,
  .pro-speed-dial-card .sdc-inner .asp-speed-dial-header-dk {
    color: #151617;
    text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2); }
  .speed-dial-card .sdc-inner .asp-speed-dial-subheader,
  .speed-dial-card .sdc-inner .asp-speed-dial-subheader-dk,
  .pro-speed-dial-card .sdc-inner .asp-speed-dial-subheader,
  .pro-speed-dial-card .sdc-inner .asp-speed-dial-subheader-dk {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: calc(16px + (24 - 16) * ((100vw - 360px) / (1920 - 360)));
    line-height: 1.1;
    margin-bottom: 0.5em;
    font-variation-settings: "wght" 600;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 49em) {
      .speed-dial-card .sdc-inner .asp-speed-dial-subheader,
      .speed-dial-card .sdc-inner .asp-speed-dial-subheader-dk,
      .pro-speed-dial-card .sdc-inner .asp-speed-dial-subheader,
      .pro-speed-dial-card .sdc-inner .asp-speed-dial-subheader-dk {
        font-size: calc(15px + (36 - 15) * ((100vw - 360px) / (1920 - 360))); } }
  .speed-dial-card .sdc-inner .asp-speed-dial-subheader,
  .pro-speed-dial-card .sdc-inner .asp-speed-dial-subheader {
    color: #ffffff;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.75); }
  .speed-dial-card .sdc-inner .asp-speed-dial-subheader-dk,
  .pro-speed-dial-card .sdc-inner .asp-speed-dial-subheader-dk {
    color: #474848;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }

/*==== Speed Dial Card CTA Button ====*/
.sdc-inner .asp-button-wrapper,
.resource-card .asp-button-wrapper {
  margin: 1.25em 0em 0em 0em;
  text-align: center; }
  .sdc-inner .asp-button-wrapper .asp-speed-dial-btn-blue,
  .sdc-inner .asp-button-wrapper .asp-speed-dial-btn-yellow,
  .resource-card .asp-button-wrapper .asp-speed-dial-btn-blue,
  .resource-card .asp-button-wrapper .asp-speed-dial-btn-yellow {
    font-size: 0.9rem;
    line-height: 1.1;
    letter-spacing: 0.01rem;
    padding: 0.5em 1.375em;
    border: 1px solid;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 500;
    text-transform: uppercase;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 500px; }
    .sdc-inner .asp-button-wrapper .asp-speed-dial-btn-blue:hover,
    .sdc-inner .asp-button-wrapper .asp-speed-dial-btn-yellow:hover,
    .resource-card .asp-button-wrapper .asp-speed-dial-btn-blue:hover,
    .resource-card .asp-button-wrapper .asp-speed-dial-btn-yellow:hover {
      box-shadow: 0px 2px 8px rgba(21, 22, 23, 0.15);
      text-decoration: none; }
  .sdc-inner .asp-button-wrapper .asp-speed-dial-btn-blue,
  .resource-card .asp-button-wrapper .asp-speed-dial-btn-blue {
    background-color: #3d7cc9;
    border-color: #e9e8e5;
    color: #fcfafa; }
    .sdc-inner .asp-button-wrapper .asp-speed-dial-btn-blue:hover,
    .resource-card .asp-button-wrapper .asp-speed-dial-btn-blue:hover {
      background-color: #316aaf; }
  .sdc-inner .asp-button-wrapper .asp-speed-dial-btn-yellow,
  .resource-card .asp-button-wrapper .asp-speed-dial-btn-yellow {
    background-color: #ffc629;
    border-color: #fcfafa;
    color: #151617; }
    .sdc-inner .asp-button-wrapper .asp-speed-dial-btn-yellow:hover,
    .resource-card .asp-button-wrapper .asp-speed-dial-btn-yellow:hover {
      background-color: #FFBE0A; }

[class*='asp-shadow-hover'] {
  transition: box-shadow 0.2s ease-in-out; }

/*==== Speed Dial Wrapper ====*/
.product-speed-dial-wrapper {
  width: 100%; }
  .product-speed-dial-wrapper .uk-grid {
    justify-content: center; }
  .product-speed-dial-wrapper .product-speed-dial {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end; }
  .product-speed-dial-wrapper .product-speed-dial-item {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px; }
    @media (min-width: 1200px) {
      .product-speed-dial-wrapper .product-speed-dial-item {
        width: calc(100% / 4); } }
    @media (min-width: 940px) and (max-width: 1199px) {
      .product-speed-dial-wrapper .product-speed-dial-item {
        width: calc(100% / 3); } }
    @media (min-width: 679px) and (max-width: 939px) {
      .product-speed-dial-wrapper .product-speed-dial-item {
        width: calc(100% / 2); } }
    @media (max-width: 678px) {
      .product-speed-dial-wrapper .product-speed-dial-item {
        padding: 15px 0px; } }
  .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 0;
    padding-top: calc(150 / 350 * 100%);
    position: relative;
    background-size: cover !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    background-blend-mode: multiply; }
    .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.bor {
      border: 3px solid #fcfafa; }
    .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card:hover {
      box-shadow: 0 14px 25px rgba(0, 0, 0, 0.25); }
    .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.ssp {
      background: #6f7271 url("../../images/sno-pusher-product-home-img.jpg") no-repeat 0 0; }
      .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.ssp:hover {
        background-color: #2051a3; }
    .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.sp {
      background: #6f7271 url("../../images/sno-plow-product-home-img.jpg") no-repeat 0 0; }
      .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.sp:hover {
        background-color: #ffc629; }
    .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.sw {
      background: #6f7271 url("../../images/sno-wing-product-home-img.jpg") no-repeat 0 0; }
      .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.sw:hover {
        background-color: #2051a3; }
    .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.dd {
      background: #6f7271 url("../../images/doubledown-product-home-img.jpg") no-repeat 0 0; }
      .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.dd:hover {
        background-color: #b7be34; }
    .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.rzbk-rk {
      background: #6f7271 url("../../images/razorback-retrofit-product-home-img.jpg") no-repeat 0 0; }
      .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.rzbk-rk:hover {
        background-color: #4457a3; }
    .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.rzbk-fk {
      background: #6f7271 url("../../images/razorback-full-kit-product-home-img.jpg") no-repeat 0 0; }
      .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.rzbk-fk:hover {
        background-color: #4457a3; }
    .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.ss {
      background: #6f7271 url("../../images/sideswiper-product-home-img.jpg") no-repeat 0 0; }
      .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card.ss:hover {
        background-color: #ed1f24; }
    .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card .asp-speed-dial-img {
      text-align: center; }
      .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card .asp-speed-dial-img img {
        padding: 15px 0px;
        width: 100%; }
        .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card .asp-speed-dial-img img.ssp-logo {
          max-height: 100px; }
        .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card .asp-speed-dial-img img.sp-logo {
          max-height: 100px; }
        .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card .asp-speed-dial-img img.sw-logo {
          max-height: 100px; }
        .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card .asp-speed-dial-img img.dd-logo {
          max-height: 95px; }
        .product-speed-dial-wrapper .speed-dial-item-ph .pro-speed-dial-card .asp-speed-dial-img img.ss-logo {
          max-height: 90px; }

.ssp-logo,
.sp-logo,
.dd-logo,
.ss-logo,
.sw-logo,
.rzbk-logo {
  -webkit-filter: drop-shadow(1px 2px 2px rgba(21, 22, 23, 0.7));
  filter: drop-shadow(1px 2px 2px rgba(21, 22, 23, 0.7)); }

.support-wrapper {
  padding: 60px 0px 0px;
  position: relative; }
  .support-wrapper .asp-support-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px 0px 25px 0px;
    list-style: none;
    align-items: center; }
    .support-wrapper .asp-support-tabs li {
      padding: 0px 15px; }
      .support-wrapper .asp-support-tabs li .support-tab img {
        width: auto;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.5; }
        .support-wrapper .asp-support-tabs li .support-tab img.ssp, .support-wrapper .asp-support-tabs li .support-tab img.sp, .support-wrapper .asp-support-tabs li .support-tab img.sw {
          height: 100%;
          max-height: 50px; }
        .support-wrapper .asp-support-tabs li .support-tab img.dd {
          height: 100%;
          max-height: 40px; }
        .support-wrapper .asp-support-tabs li .support-tab img.rzbk {
          height: 100%;
          max-height: 50px; }
        .support-wrapper .asp-support-tabs li .support-tab img.ss {
          height: 100%;
          max-height: 36px; }
      .support-wrapper .asp-support-tabs li .support-tab:hover img {
        -webkit-filter: none;
        filter: none;
        opacity: 1; }
      .support-wrapper .asp-support-tabs li.uk-active .support-tab img {
        -webkit-filter: none;
        filter: none;
        opacity: 1; }
      .support-wrapper .asp-support-tabs li.uk-active .support-tab:after {
        width: 0;
        height: 0;
        position: absolute;
        content: "";
        display: block;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #ffffff;
        left: 45%;
        bottom: -50px; }
  .support-wrapper .asp-support-tabs-content {
    margin: 0px 0px 0px 0px;
    background-color: #e9e8e5;
    padding: 60px 50px;
    min-height: 500px; }
    .support-wrapper .asp-support-tabs-content li {
      width: 100%; }
      .support-wrapper .asp-support-tabs-content li .support-content {
        position: relative; }
        .support-wrapper .asp-support-tabs-content li .support-content .support-header {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 2rem;
          text-transform: uppercase;
          font-variation-settings: "wght" 700;
          color: #6f7271;
          width: 100%;
          border-bottom: 1px solid rgba(111, 114, 113, 0.5);
          padding-bottom: 25px;
          margin-bottom: 40px; }
          .support-wrapper .asp-support-tabs-content li .support-content .support-header span {
            font-variation-settings: "wght" 400;
            color: #35373b; }
        .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper > * {
          width: calc(100% * 1 / 3.001); }
        .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links {
          padding: 0px 20px 0px 0px; }
          .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links.no-pad {
            padding: 0px; }
          .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links .support-links-header {
            font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
            font-size: 1.375rem;
            text-transform: uppercase;
            font-variation-settings: "wght" 350;
            padding: 6px 16px;
            letter-spacing: 0.01rem; }
            .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links .support-links-header.header-line {
              overflow: hidden; }
              .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links .support-links-header.header-line span {
                display: inline-block;
                position: relative; }
              .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links .support-links-header.header-line ::before {
                right: 100%;
                margin-right: calc(5px + 0.3em); }
              .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links .support-links-header.header-line ::before,
              .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links .support-links-header.header-line ::after {
                content: "";
                position: absolute;
                top: calc(50% - (calc(.2px + .05em) / 2));
                width: 2000px;
                border-bottom: calc(.2px + .05em) solid rgba(0, 0, 0, 0.1); }
              .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links .support-links-header.header-line ::after {
                left: 100%;
                margin-left: calc(5px + .3em); }
            .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links .support-links-header.ssp {
              color: #2051a3; }
            .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links .support-links-header.sp {
              color: #2051a3; }
            .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links .support-links-header.rzbk {
              color: #ffffff;
              background-color: #4457a3; }
            .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links .support-links-header.dd {
              color: #0077b2; }
            .support-wrapper .asp-support-tabs-content li .support-content .support-links-wrapper .support-links .support-links-header.ss {
              color: #ed1f24; }

.support-links-list {
  color: #474848; }
  .support-links-list li:nth-child(n+2) {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .support-links-list .support-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0px;
    color: #5B5D5C; }
    .support-links-list .support-link .link-txt-wrapper {
      display: flex;
      align-items: center; }
    .support-links-list .support-link .link-txt {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-size: 1rem;
      font-variation-settings: "wght" 500;
      padding-right: 10px; }
    .support-links-list .support-link .asp-label {
      padding: 4px 8px;
      border-radius: 4px;
      margin-right: 6px; }
      .support-links-list .support-link .asp-label.ssp, .support-links-list .support-link .asp-label.sp, .support-links-list .support-link .asp-label.sw {
        background-color: #2051a3; }
      .support-links-list .support-link .asp-label.dd {
        background-color: #0077b2; }
      .support-links-list .support-link .asp-label.rzbk {
        background-color: #4457a3; }
      .support-links-list .support-link .asp-label.ss {
        background-color: #ed1f24; }
      .support-links-list .support-link .asp-label .asp-label-txt {
        font-size: 0.7rem;
        font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
        font-variation-settings: "wght" 900;
        text-transform: uppercase;
        font-style: italic;
        line-height: 1;
        color: #fff; }
    .support-links-list .support-link .icon-wrapper {
      display: flex;
      align-self: center; }
      .support-links-list .support-link .icon-wrapper .link-icon svg {
        min-width: 18px;
        width: 18px;
        height: auto; }
      .support-links-list .support-link .icon-wrapper .link-icon.vid {
        margin-left: 8px; }
      .support-links-list .support-link .icon-wrapper .link-icon:hover {
        text-decoration: none;
        color: #2051a3; }
    .support-links-list .support-link:hover {
      text-decoration: none; }
    .support-links-list .support-link.ssp:hover, .support-links-list .support-link.spa:hover, .support-links-list .support-link.sp:hover, .support-links-list .support-link.sw:hover {
      color: #2051a3; }
    .support-links-list .support-link.dd:hover {
      color: #005F8F; }
    .support-links-list .support-link.rzbk:hover {
      color: #37499a; }
    .support-links-list .support-link.ss:hover {
      color: #ed1f24; }

.s-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  color: #6f7271;
  cursor: pointer; }
  .s-link.webv-link {
    display: none; }
  .s-link .s-link-txt {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 0.75rem;
    line-height: 1;
    margin-top: 3px;
    text-transform: uppercase;
    font-variation-settings: "wght" 450; }
  .s-link:hover {
    text-decoration: none;
    cursor: pointer;
    color: #2051a3; }

.cta-reg {
  padding: 40px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .cta-reg .cta-txt-wrapper .cta-question {
    color: #151617;
    font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
    font-style: italic;
    font-size: 2rem;
    text-transform: uppercase; }
  .cta-reg .cta-txt-wrapper .cta-sm-txt {
    color: #151617;
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    text-transform: normal;
    font-size: 0.875rem;
    font-variation-settings: "wght" 400; }
  .cta-reg .cta-txt-wrapper .cta-reg-btn {
    color: #ffffff;
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-variation-settings: "wght" 400;
    text-transform: uppercase;
    background-color: #3d7cc9;
    border-radius: 500px;
    border: 2px solid #316aaf;
    margin: 20px 0px 0px 0px;
    padding: 4px 30px;
    font-size: 1.125rem;
    min-width: 300px;
    max-width: 450px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
    .cta-reg .cta-txt-wrapper .cta-reg-btn:hover {
      box-shadow: 0 14px 25px rgba(0, 0, 0, 0.2);
      background-color: #316aaf;
      border-color: #3d7cc9; }

.uk-button.part-modal-button {
  border: 1px solid rgba(111, 114, 113, 0.5); }

.parts-list-wrapper {
  padding: 30px 0px 0px;
  position: relative; }
  .parts-list-wrapper .parts-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 0px -20px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    position: relative; }
    .parts-list-wrapper .parts-tabs::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 0;
      border-bottom: 1px solid #e5e5e5; }
    .parts-list-wrapper .parts-tabs li {
      flex: 1;
      padding-left: 20px;
      position: relative; }
      .parts-list-wrapper .parts-tabs li a.part-tab {
        display: block;
        text-align: center;
        padding: 9px 20px;
        color: #999;
        border-bottom: 2px solid transparent;
        font-size: 1.1rem;
        text-transform: uppercase;
        transition: color .1s ease-in-out;
        line-height: 1.2;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 550; }
        .parts-list-wrapper .parts-tabs li a.part-tab:hover {
          text-decoration: none;
          color: #2051a3; }
      .parts-list-wrapper .parts-tabs li.uk-active a.part-tab {
        color: #35373b;
        border-color: #3d7cc9; }
  .parts-list-wrapper .parts-tabs-content {
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    padding: 0px 20px 50px; }
    @media (min-width: 800px) {
      .parts-list-wrapper .parts-tabs-content {
        padding: 0px 50px 50px; } }
    .parts-list-wrapper .parts-tabs-content .parts-list-tab {
      margin-top: 50px; }
    .parts-list-wrapper .parts-tabs-content .assembly-drawings-tab {
      margin-top: 0px; }
    .parts-list-wrapper .parts-tabs-content .tab-content {
      position: relative;
      text-align: center; }
      .parts-list-wrapper .parts-tabs-content .tab-content .diagram-tabs-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        list-style: none;
        padding: 30px 0px 10px;
        background: #fcfafa;
        margin: 0px -20px; }
        @media (min-width: 800px) {
          .parts-list-wrapper .parts-tabs-content .tab-content .diagram-tabs-nav {
            margin: 0px -50px; } }
        .parts-list-wrapper .parts-tabs-content .tab-content .diagram-tabs-nav li.diagram-tab {
          flex: none;
          padding: 0px 10px 20px;
          position: relative;
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 0.9rem;
          line-height: 1.1;
          text-transform: uppercase;
          font-variation-settings: "wght" 400; }
          .parts-list-wrapper .parts-tabs-content .tab-content .diagram-tabs-nav li.diagram-tab a {
            background: transparent;
            color: #6f7271;
            display: flex;
            align-items: center;
            column-gap: 0.25em;
            text-decoration: none;
            border: 1px solid #d9d1d2;
            padding: 6px 12px; }
          .parts-list-wrapper .parts-tabs-content .tab-content .diagram-tabs-nav li.diagram-tab.uk-active a {
            background-color: #2051a3;
            color: #fff;
            border-color: transparent; }
      .parts-list-wrapper .parts-tabs-content .tab-content .assembly-main-content {
        margin-top: 40px; }
      .parts-list-wrapper .parts-tabs-content .tab-content .parts-tab-header-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 40px; }
        .parts-list-wrapper .parts-tabs-content .tab-content .parts-tab-header-wrapper::before, .parts-list-wrapper .parts-tabs-content .tab-content .parts-tab-header-wrapper::after {
          content: "";
          position: relative;
          margin: 0px auto; }
        .parts-list-wrapper .parts-tabs-content .tab-content .parts-tab-header-wrapper::before {
          border-top: 2px solid #D8D7D4;
          padding-top: 1.25em;
          width: 10%; }
        .parts-list-wrapper .parts-tabs-content .tab-content .parts-tab-header-wrapper::after {
          border-bottom: 1px solid #D8D7D4;
          padding-bottom: 1.25em;
          width: 100%; }
      .parts-list-wrapper .parts-tabs-content .tab-content .parts-tab-subheader {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 1rem;
        text-transform: uppercase;
        font-variation-settings: "wght" 700;
        color: #2051a3;
        width: 100%;
        line-height: 1.2; }
        .parts-list-wrapper .parts-tabs-content .tab-content .parts-tab-subheader span {
          font-variation-settings: "wght" 400;
          color: #6f7271; }
      .parts-list-wrapper .parts-tabs-content .tab-content .parts-tab-header {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 2rem;
        text-transform: uppercase;
        font-variation-settings: "wght" 350;
        color: #323434;
        width: 100%;
        line-height: 1.35; }
      .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper > * {
        width: calc(100% * 1 / 3.001); }
      .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links {
        padding: 0px 20px 0px 0px; }
        .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links.no-pad {
          padding: 0px; }
        .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-header {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 1.125rem;
          text-transform: uppercase;
          font-variation-settings: "wght" 700;
          text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
          .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-header.ssp, .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-header.sp, .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-header.sw {
            color: #2051a3; }
          .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-header.dd {
            color: #0077b2; }
          .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-header.rzbk {
            color: #4457a3; }
          .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-header.ss {
            color: #ed1f24; }
        .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-list {
          color: #474848; }
          .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-list .support-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 4px 0px; }
            .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-list .support-link .link-txt {
              font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
              font-size: 0.875rem;
              font-variation-settings: "wght" 400;
              padding-right: 15px; }
            .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-list .support-link .icon-wrapper {
              display: flex;
              align-self: center; }
              .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-list .support-link .icon-wrapper .link-icon svg {
                min-width: 18px;
                width: 18px;
                height: auto; }
              .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-list .support-link .icon-wrapper .link-icon.vid {
                margin-left: 8px; }
              .parts-list-wrapper .parts-tabs-content .tab-content .support-links-wrapper .support-links .support-links-list .support-link .icon-wrapper .link-icon:hover {
                text-decoration: none;
                color: #2051a3; }

.cad-drawings {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .cad-drawings .cad-drawing-wrapper {
    width: 100%;
    padding: 0em 1.875em; }
    @media (min-width: 40em) {
      .cad-drawings .cad-drawing-wrapper {
        width: 50%; } }
    .cad-drawings .cad-drawing-wrapper .cad-img {
      width: 100%;
      height: auto; }
      .cad-drawings .cad-drawing-wrapper .cad-img.cd {
        max-width: 840px; }
      .cad-drawings .cad-drawing-wrapper .cad-img.ld {
        max-width: 925px; }
      .cad-drawings .cad-drawing-wrapper .cad-img.hd {
        max-width: 980px; }
    .cad-drawings .cad-drawing-wrapper:last-of-type {
      display: none; }
      @media (min-width: 40em) {
        .cad-drawings .cad-drawing-wrapper:last-of-type {
          display: block; } }

/* --- Assembly Drawings --- */
.assembly-drawing-content {
  display: flex;
  flex-direction: column;
  margin-top: 3.75em; }
  @media (min-width: 960px) {
    .assembly-drawing-content {
      flex-direction: row;
      justify-content: space-between;
      padding: 0px 15px; } }
  .assembly-drawing-content .assembly-drawing {
    width: 100%;
    order: 2; }
    @media (min-width: 960px) {
      .assembly-drawing-content .assembly-drawing {
        width: calc(100% * 2 / 3.001);
        padding: 0px 0px 0px 35px; } }
    .assembly-drawing-content .assembly-drawing .parts-diagram,
    .assembly-drawing-content .assembly-drawing svg {
      width: 100%;
      max-width: 800px;
      height: auto; }
  .assembly-drawing-content .assembly-parts {
    width: 100%;
    order: 1; }
    @media (min-width: 960px) {
      .assembly-drawing-content .assembly-parts {
        width: calc(100% * 1 / 3.001); } }
  .assembly-drawing-content .assembly-drawing-zoomout {
    width: 100%;
    padding: 0px 20px 0px 0px; }
    @media (min-width: 960px) {
      .assembly-drawing-content .assembly-drawing-zoomout {
        padding: 0px 20px 0px 0px; } }
    .assembly-drawing-content .assembly-drawing-zoomout .parts-diagram,
    .assembly-drawing-content .assembly-drawing-zoomout svg {
      width: 100%;
      max-width: 800px;
      height: auto; }
    .assembly-drawing-content .assembly-drawing-zoomout .parts-diagram-vert {
      width: auto;
      max-height: 220px; }

.parts-modal-header {
  background: #fcfafa; }
  .parts-modal-header .part-number-wrap {
    background: #2051a3;
    padding: 3px 10px;
    border-radius: 5px;
    display: inline-block; }
    .parts-modal-header .part-number-wrap .part-number {
      color: #ffffff;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-size: 0.875rem;
      font-variation-settings: "wght" 300; }
      .parts-modal-header .part-number-wrap .part-number span {
        font-variation-settings: "wght" 600; }
  .parts-modal-header .assembly-name {
    font-size: 1.25rem;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 450;
    color: #151617;
    line-height: 1.3;
    margin-top: 0px;
    text-transform: uppercase; }

.part-card {
  background: #ffffff;
  color: #151617; }
  .part-card .part-details {
    padding-right: 20px; }
    .part-card .part-details .part-number-wrap {
      background: #2051a3;
      padding: 3px 10px;
      border-radius: 5px;
      display: inline-block; }
      .part-card .part-details .part-number-wrap .part-number {
        color: #ffffff;
        font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
        font-size: 0.875rem;
        font-variation-settings: "wght" 300; }
        .part-card .part-details .part-number-wrap .part-number span {
          font-variation-settings: "wght" 600; }
    .part-card .part-details .part-name {
      font-size: 1.5rem;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-variation-settings: "wght" 500;
      color: #151617;
      line-height: 1.3;
      margin-top: 10px;
      text-transform: uppercase; }
      .part-card .part-details .part-name span {
        font-variation-settings: "wght" 300;
        font-size: 1.375rem; }

.parts-table {
  width: 100%;
  margin: 30px 0px 0px;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left; }
  .parts-table thead tr {
    background-color: rgba(21, 22, 23, 0.8);
    mix-blend-mode: hard-light; }
    .parts-table thead tr th {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      color: #fcfafa;
      font-size: 0.875rem;
      line-height: 1.2;
      font-variation-settings: "wght" 400;
      text-transform: uppercase;
      padding: 0.375em 1em;
      vertical-align: middle;
      letter-spacing: 0.01rem; }
      @media (max-width: 639px) {
        .parts-table thead tr th {
          padding: 0.375em 0.75em 0.375em 1em; } }
      .parts-table thead tr th:first-child {
        border-left: 0px solid rgba(21, 22, 23, 0.35);
        border-right: 1px solid rgba(21, 22, 23, 0.35); }
      .parts-table thead tr th:last-child {
        border-left: 1px solid rgba(21, 22, 23, 0.35); }
  .parts-table tbody:not(:first-child) tr {
    border-top: 0px;
    border-bottom: 1px solid rgba(21, 22, 23, 0.35); }
  .parts-table tbody tr {
    background-color: #ffffff; }
    .parts-table tbody tr:nth-of-type(odd) {
      background-color: #fcfafa; }
    .parts-table tbody tr td {
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      color: #151617;
      font-size: 0.825rem;
      font-variation-settings: "wght" 400;
      padding: 0.375em 1em;
      vertical-align: middle;
      letter-spacing: -0.02rem; }
      .parts-table tbody tr td:first-child {
        border-left: 0px solid rgba(21, 22, 23, 0.35);
        border-right: 1px solid rgba(21, 22, 23, 0.35);
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 450;
        font-size: 0.9rem;
        letter-spacing: -0.015rem; }
      .parts-table tbody tr td:last-child {
        border-left: 1px solid rgba(21, 22, 23, 0.35); }
      @media (max-width: 639px) {
        .parts-table tbody tr td {
          padding: 0.375em 0.75em 0.375em 1em; } }
      .parts-table tbody tr td span {
        font-size: 0.725rem;
        font-variation-settings: "wght" 500;
        font-style: italic;
        letter-spacing: 0.01rem; }
      .parts-table tbody tr td .part-callout {
        background-color: #2051a3;
        text-align: center;
        color: #ffffff;
        font-variation-settings: "wght" 700;
        border-radius: 50px;
        font-size: 0.875rem;
        width: 22px;
        height: 22px;
        line-height: 22px; }
    .parts-table tbody tr:hover {
      background: rgba(61, 124, 201, 0.15); }

#support-menu {
  z-index: 1020; }
  #support-menu .uk-offcanvas-bar {
    padding: 80px 40px; }
    #support-menu .uk-offcanvas-bar .uk-offcanvas-close {
      z-index: 1020;
      top: 26px;
      right: 26px;
      padding: 0px; }
      #support-menu .uk-offcanvas-bar .uk-offcanvas-close svg {
        width: 24px; }
    #support-menu .uk-offcanvas-bar .asp-oc-support-nav li {
      font-size: 1rem;
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif; }
      #support-menu .uk-offcanvas-bar .asp-oc-support-nav li .support-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4px 0px;
        color: #6f7271; }
        #support-menu .uk-offcanvas-bar .asp-oc-support-nav li .support-link .link-txt {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 1rem;
          font-variation-settings: "wght" 400;
          padding-right: 15px; }
        #support-menu .uk-offcanvas-bar .asp-oc-support-nav li .support-link .icon-wrapper {
          display: flex;
          align-self: center; }
          #support-menu .uk-offcanvas-bar .asp-oc-support-nav li .support-link .icon-wrapper .link-icon svg {
            min-width: 18px;
            width: 18px;
            height: auto; }
          #support-menu .uk-offcanvas-bar .asp-oc-support-nav li .support-link .icon-wrapper .link-icon.vid {
            margin-left: 8px; }
          #support-menu .uk-offcanvas-bar .asp-oc-support-nav li .support-link .icon-wrapper .link-icon:hover {
            text-decoration: none;
            color: #2051a3; }
        #support-menu .uk-offcanvas-bar .asp-oc-support-nav li .support-link:hover {
          text-decoration: none;
          color: #fcfafa; }
      #support-menu .uk-offcanvas-bar .asp-oc-support-nav li a {
        color: rgba(252, 250, 250, 0.5); }
        #support-menu .uk-offcanvas-bar .asp-oc-support-nav li a:hover {
          color: #fcfafa; }
        #support-menu .uk-offcanvas-bar .asp-oc-support-nav li a span.uk-icon {
          margin-right: 0.375em; }
      #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-link {
        text-transform: uppercase; }
      #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent {
        text-transform: uppercase; }
        #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent a {
          padding: 0.625em 0; }
          #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent a::after {
            background-image: url(/assets/icons/fa/chevron-right-nickel.svg); }
          #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent a:hover::after {
            background-image: url(/assets/icons/fa/chevron-right-platinum.svg); }
        #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent.uk-open a {
          color: #ffc629; }
          #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent.uk-open a[aria-expanded="true"] {
            color: #ffc629; }
          #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent.uk-open a::after {
            background-image: url(/assets/icons/fa/chevron-down-platinum.svg); }
        #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links {
          padding: 5px 0 5px 15px; }
          #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li {
            font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
            font-size: 0.9rem;
            text-transform: none; }
            #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li a {
              padding: 0.625em 0;
              color: rgba(252, 250, 250, 0.5); }
              #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li a:hover {
                color: #fcfafa; }
              #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li a span.uk-icon {
                margin-right: 0.375em; }
            #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li.asp-nav-header {
              text-transform: uppercase;
              font-size: 0.75rem;
              padding: 0.375em 0;
              font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
              letter-spacing: -0.01rem;
              font-style: italic;
              font-variation-settings: "wght" 700; }
            #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li.asp-nav-divider {
              margin: 1em 0;
              border-top: 1px solid rgba(252, 250, 250, 0.15); }
            #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li.icon-link .link-wrapper {
              display: flex;
              align-items: center;
              justify-content: space-between;
              padding: 0.625em 0; }
              #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li.icon-link .link-wrapper:hover .link-text {
                color: #fcfafa; }
              #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li.icon-link .link-wrapper .link-text {
                font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
                font-size: 0.9rem;
                color: rgba(252, 250, 250, 0.5); }
              #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li.icon-link .link-wrapper .link-icon-wrapper {
                display: flex;
                align-self: center; }
                #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li.icon-link .link-wrapper .link-icon-wrapper .link-icon,
                #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li.icon-link .link-wrapper .link-icon-wrapper .link-icon-ol {
                  padding: 0; }
                  #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li.icon-link .link-wrapper .link-icon-wrapper .link-icon svg,
                  #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li.icon-link .link-wrapper .link-icon-wrapper .link-icon-ol svg {
                    width: 18px; }
                #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-parent ul.asp-subnav-links li.icon-link .link-wrapper .link-icon-wrapper .link-icon:first-of-type {
                  padding-right: 0.75em; }
      #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-header {
        font-size: 0.75rem;
        padding: 0.375em 0;
        font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
        letter-spacing: -0.01rem; }
      #support-menu .uk-offcanvas-bar .asp-oc-support-nav li.asp-nav-divider {
        margin: 0.625em 0;
        border-top: 1px solid rgba(252, 250, 250, 0.05); }

@media only screen and (min-width: 606px) and (max-width: 870px) {
  .support-tab img.ssp {
    max-height: 40px !important; }
  .support-tab img.sp {
    max-height: 40px !important; }
  .support-tab img.dd {
    max-height: 25px !important; }
  .support-tab img.ss {
    max-height: 25px !important; }
  .support-links-wrapper > * {
    width: 50% !important; } }

@media only screen and (max-width: 500px) {
  .uk-container.hero-txt-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .support-hero-tile {
    padding: 40px 25px !important; } }

@media only screen and (max-width: 605px) {
  .support-wrapper {
    padding: 35px 0px 0px !important; }
  .asp-support-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px 0px 25px 0px;
    list-style: none;
    align-items: flex-end; }
    .asp-support-tabs li {
      width: 50% !important;
      flex: none !important;
      padding: 0px 10px !important; }
      .asp-support-tabs li.uk-active .support-tab:after {
        display: none !important; }
  .support-tab.tt {
    margin-bottom: 30px !important; }
  .support-tab.bt {
    margin-bottom: 15px !important; }
  .support-tab img.ssp {
    max-height: 45px !important; }
  .support-tab img.sp {
    max-height: 45px !important; }
  .support-tab img.dd {
    max-height: 35px !important; }
  .support-tab img.ss {
    max-height: 30px !important; }
  .support-links-wrapper > * {
    width: 100% !important; }
  .support-links {
    padding: 0px !important; }
  .support-header {
    padding: 0px 0px 15px !important;
    font-size: 1.625rem !important;
    border-bottom: 2px solid #d9d1d2 !important; } }

.range-slider {
  margin: 0px; }

.range-slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.range-slider-range {
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  border-radius: 30px;
  background: #e9e8e5;
  outline: none;
  padding: 0;
  margin: 0; }
  .range-slider-range::-webkit-slider-thumb {
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffc629;
    cursor: pointer;
    transition: background .15s ease-in-out; }
    .range-slider-range::-webkit-slider-thumb:hover {
      background: #3d7cc9; }
  .range-slider-range:active::-webkit-slider-thumb {
    background: #3d7cc9; }
  .range-slider-range::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #ffc629;
    cursor: pointer;
    transition: background .15s ease-in-out; }
    .range-slider-range::-moz-range-thumb:hover {
      background: #3d7cc9; }
  .range-slider-range:active::-moz-range-thumb {
    background: #3d7cc9; }
  .range-slider-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #3d7cc9; }

.range-slider-value {
  display: block;
  position: relative;
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 1.25rem;
  width: 100px;
  color: #151617;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  background: #ffc629;
  padding: 5px 10px 7px;
  margin: 25px 0px 0px 0px; }
  .range-slider-value:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #ffc629; }

.hp {
  display: block;
  position: relative;
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 1rem;
  text-transform: uppercase;
  width: 100%;
  color: #fcfafa;
  line-height: 1;
  text-align: center;
  margin: 10px 0px 0px 0px; }

::-moz-range-track {
  background: #e9e8e5;
  border: 0; }

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0; }

.equip-matcher-hero {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box; }
  .equip-matcher-hero .matcher-results {
    width: 100%;
    background-color: #fcfafa;
    height: 100%;
    position: relative; }
    .equip-matcher-hero .matcher-results::before {
      content: "";
      background-image: url("/assets/images/equip-matcher-bg.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.25; }
  .equip-matcher-hero .equip-matcher-wrapper {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    background-color: rgba(21, 22, 23, 0.9);
    flex-direction: column;
    padding: 50px 30px; }
    .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper {
      width: 470px;
      min-height: 780px; }
      .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-matcher-header-wrapper {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 30px;
        width: 100%;
        text-align: center; }
        .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-matcher-header-wrapper .equip-matcher-header-icon {
          margin-right: 0px; }
          .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-matcher-header-wrapper .equip-matcher-header-icon svg {
            width: 35%;
            height: auto; }
        .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-matcher-header-wrapper .equip-matcher-header-txt .equip-matcher-subheader {
          font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
          font-variation-settings: "wght" 500;
          font-size: 1.25rem;
          line-height: 1;
          color: #ffc629; }
        .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-matcher-header-wrapper .equip-matcher-header-txt .equip-matcher-header {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-variation-settings: "wght" 650;
          font-size: 3rem;
          line-height: 1.5;
          color: #e9e8e5;
          text-transform: uppercase; }
      .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-config-box-wrapper {
        background-color: transparent;
        padding: 0px;
        border-top: 1px solid rgba(252, 250, 250, 0.5); }
        .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-config-box-wrapper .equipment-type .your-equipment-type, .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-config-box-wrapper .equipment-type .your-equipment-horsepower, .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-config-box-wrapper .equipment-horsepower .your-equipment-type, .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-config-box-wrapper .equipment-horsepower .your-equipment-horsepower {
          font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
          font-variation-settings: "wght" 400;
          font-size: 1.125rem;
          line-height: 1.4;
          color: #fcfafa;
          margin: 50px 0px 30px;
          text-align: center; }
        .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-config-box-wrapper .equipment-type .em-option, .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-config-box-wrapper .equipment-horsepower .em-option {
          padding: 25px 25px;
          background: #fcfafa;
          position: relative;
          box-sizing: border-box;
          margin: 6px 0px; }
          .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-config-box-wrapper .equipment-type .em-option svg, .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-config-box-wrapper .equipment-horsepower .em-option svg {
            height: 60px;
            width: auto; }
          .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-config-box-wrapper .equipment-type .em-option h2.em-title, .equip-matcher-hero .equip-matcher-wrapper .equip-matcher-inner-wrapper .equip-config-box-wrapper .equipment-horsepower .em-option h2.em-title {
            font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
            font-variation-settings: "wght" 400;
            text-transform: uppercase;
            font-size: 0.875rem;
            line-height: 1.4;
            color: #151617;
            margin: 10px 0px 0px 0px;
            text-align: center; }

.email-signup {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: #2051a3 url("../../images/email-signup-bg.jpg") no-repeat 0 0;
  background-size: cover !important; }

.email-signup-inner {
  padding: 50px 50px;
  width: 100%; }

.email-form-header {
  border-left: 10px solid #ffc629;
  padding-left: 25px; }
  .email-form-header .email-signup-header {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 2.5rem;
    line-height: 1.2;
    font-variation-settings: "wght" 600;
    text-transform: uppercase;
    color: #e9e8e5;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
    text-align: left; }
  .email-form-header .email-signup-txt {
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.1;
    font-variation-settings: "wght" 400;
    color: #fcfafa;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
    text-align: left; }

hr.email-form-header-rule {
  border-top: 1px solid rgba(233, 232, 229, 0.5);
  margin: 15px 0px 20px 0px !important; }

#email-signup-form {
  margin-top: 35px; }
  #email-signup-form .asp-form-label {
    color: #fcfafa;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    text-transform: uppercase;
    font-variation-settings: "wght" 600;
    font-size: 1rem; }
  #email-signup-form .asp-form-label-checkbox {
    color: #fcfafa;
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    text-transform: none;
    font-size: 0.875rem;
    font-variation-settings: "wght" 500, "wdth" 80; }
    #email-signup-form .asp-form-label-checkbox .asp-checkbox {
      margin-top: -2px;
      margin-right: 5px;
      height: 18px;
      width: 18px;
      color: #151617;
      border: 1px solid;
      border-color: #ffc629;
      position: relative; }
    #email-signup-form .asp-form-label-checkbox .asp-checkbox:not(:checked) {
      background-color: transparent;
      border-color: #ffc629; }
    #email-signup-form .asp-form-label-checkbox .asp-checkbox:checked {
      background-color: #ffc629;
      border-color: #fcfafa;
      color: #151617; }

.email-signup .asp-button-wrapper,
.email-signup-modal .asp-button-wrapper {
  margin: 1.25em 0em 0em 0em;
  text-align: center; }
  .email-signup .asp-button-wrapper .asp-speed-dial-btn-blue,
  .email-signup .asp-button-wrapper .asp-speed-dial-btn-yellow,
  .email-signup-modal .asp-button-wrapper .asp-speed-dial-btn-blue,
  .email-signup-modal .asp-button-wrapper .asp-speed-dial-btn-yellow {
    font-size: 0.9rem;
    line-height: 1.1;
    letter-spacing: 0.01rem;
    padding: 0.5em 1.375em;
    border: 1px solid;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-variation-settings: "wght" 500;
    text-transform: uppercase;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 500px; }
    .email-signup .asp-button-wrapper .asp-speed-dial-btn-blue:hover,
    .email-signup .asp-button-wrapper .asp-speed-dial-btn-yellow:hover,
    .email-signup-modal .asp-button-wrapper .asp-speed-dial-btn-blue:hover,
    .email-signup-modal .asp-button-wrapper .asp-speed-dial-btn-yellow:hover {
      box-shadow: 0px 2px 8px rgba(21, 22, 23, 0.15);
      text-decoration: none; }
  .email-signup .asp-button-wrapper .asp-speed-dial-btn-blue,
  .email-signup-modal .asp-button-wrapper .asp-speed-dial-btn-blue {
    background-color: #3d7cc9;
    border-color: #e9e8e5;
    color: #fcfafa; }
    .email-signup .asp-button-wrapper .asp-speed-dial-btn-blue:hover,
    .email-signup-modal .asp-button-wrapper .asp-speed-dial-btn-blue:hover {
      background-color: #316aaf; }
  .email-signup .asp-button-wrapper .asp-speed-dial-btn-yellow,
  .email-signup-modal .asp-button-wrapper .asp-speed-dial-btn-yellow {
    background-color: #ffc629;
    border-color: #fcfafa;
    color: #151617; }
    .email-signup .asp-button-wrapper .asp-speed-dial-btn-yellow:hover,
    .email-signup-modal .asp-button-wrapper .asp-speed-dial-btn-yellow:hover {
      background-color: #FFBE0A; }

/* Mobile */
.email-form-header.mo {
  border-left: none;
  padding-left: 0px; }

#email-signup-modal .email-signup-modal {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-size: cover !important;
  background: #2051a3 url("../../images/email-signup-bg.jpg") no-repeat 50% 0; }
  #email-signup-modal .email-signup-modal button {
    top: 0;
    right: 0;
    padding: 20px;
    background: #fff; }
  #email-signup-modal .email-signup-modal .email-signup-form-wrapper {
    justify-content: center;
    align-items: center;
    padding: 0px 20px; }
    #email-signup-modal .email-signup-modal .email-signup-form-wrapper .email-form-header {
      padding-left: 25px; }

@media only screen and (min-width: 290px) and (max-width: 549px) {
  #email-signup-form.mo {
    margin-top: 0px; }
  .email-signup-inner.mo {
    padding: 25px 25px; }
  .email-form-header.mo {
    border-left: none;
    padding-left: 0px; }
  .email-signup-header.mo {
    font-size: 1.75rem;
    line-height: 1.5;
    text-align: center !important; }
  .email-signup-txt.mo {
    font-size: 0.875rem;
    text-align: center !important; } }

@media only screen and (min-width: 550px) and (max-width: 750px) {
  #email-signup-form.mo {
    margin-top: 0px; }
  .email-signup-inner.mo {
    padding: 25px 25px; }
  .email-form-header.mo {
    border-left: none;
    padding-left: 0px; }
  .email-signup-header.mo {
    font-size: 1.75rem;
    line-height: 1.5;
    text-align: center !important; }
  .email-signup-txt.mo {
    font-size: 0.875rem;
    text-align: center !important; } }

@media (max-width: 959px) {
  #email-signup-form.tb {
    margin-top: 0px; }
  .email-signup-inner.tb {
    padding: 35px 35px; }
  .email-form-header.tb {
    border-left: none;
    padding-left: 0px; }
  .email-signup-header.tb {
    font-size: 2.25rem;
    line-height: 1.5;
    text-align: center !important; }
  .email-signup-txt.tb {
    font-size: 1rem;
    text-align: center !important; } }

.resource-panel {
  background: #faf7f7;
  margin-top: 0px;
  padding: 25px 0px; }

.resource-card {
  border-left: 1px solid rgba(111, 114, 113, 0.25);
  padding: 25px 0px; }
  .resource-card.nb {
    border-left: none; }
  .resource-card .resource-icon {
    display: flex;
    justify-content: center; }
    .resource-card .resource-icon img {
      width: auto;
      height: 52px; }
  .resource-card .resource-title {
    display: flex;
    justify-content: center;
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #151617;
    text-align: center;
    font-variation-settings: "wght" 500; }

.resource-tiles {
  background-color: #e9e8e5; }
  .resource-tiles:hover {
    background-color: #6f7271;
    text-decoration: none; }
    .resource-tiles:hover .resource-title {
      color: #fcfafa; }

.bor {
  border: 1px solid rgba(111, 114, 113, 0.25); }

.bor-t {
  border-top: 1px solid rgba(111, 114, 113, 0.25); }

.bor-b {
  border-bottom: 1px solid rgba(111, 114, 113, 0.25); }

.bor-l {
  border-left: 1px solid rgba(111, 114, 113, 0.25); }

.bor-r {
  border-right: 1px solid rgba(111, 114, 113, 0.25); }

.bor-bl {
  border-bottom: 1px solid rgba(111, 114, 113, 0.25);
  border-left: 1px solid rgba(111, 114, 113, 0.25); }

.bor-br {
  border-bottom: 1px solid rgba(111, 114, 113, 0.25);
  border-right: 1px solid rgba(111, 114, 113, 0.25); }

.bor-tl {
  border-top: 1px solid rgba(111, 114, 113, 0.25);
  border-left: 1px solid rgba(111, 114, 113, 0.25); }

.bor-tr {
  border-top: 1px solid rgba(111, 114, 113, 0.25);
  border-right: 1px solid rgba(111, 114, 113, 0.25); }

@media only screen and (min-width: 500px) and (max-width: 960px) {
  .resource-panel.mo {
    padding: 0px; }
    .resource-panel.mo .tile1 {
      border-bottom: none; }
    .resource-panel.mo .tile2 {
      border-left: 1px solid rgba(111, 114, 113, 0.25);
      border-right: 1px solid rgba(111, 114, 113, 0.25);
      border-bottom: none; }
  .resource-tiles.uk-tile {
    padding: 10px 15px;
    min-height: 161px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .resource-tiles.uk-tile .resource-card.mo {
      padding: 0px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .resource-tiles.uk-tile .resource-card.mo.nb {
        border-left: none; }
      .resource-tiles.uk-tile .resource-card.mo .resource-icon.mo img {
        height: 40px; }
      .resource-tiles.uk-tile .resource-card.mo .resource-title.mo {
        font-size: 1.125rem;
        line-height: 1.2;
        margin: 10px 0px 0px 0px; } }

@media only screen and (min-width: 290px) and (max-width: 639px) {
  .resource-panel.mo {
    padding: 0px; }
    .resource-panel.mo .tile1,
    .resource-panel.mo .tile2,
    .resource-panel.mo .tile3 {
      width: 100%; }
  .uk-tile.resource-tiles {
    padding: 10px 0px; }
    .uk-tile.resource-tiles .resource-card.mo {
      padding: 15px;
      display: flex;
      justify-content: center; }
      .uk-tile.resource-tiles .resource-card.mo .resource-icon {
        margin-right: 10px; }
        .uk-tile.resource-tiles .resource-card.mo .resource-icon img {
          height: 40px; }
  .resource-title.mo {
    margin-bottom: 0px;
    margin-top: 10px; } }

input[type=text], input[type=email] {
  font-size: 0.938rem;
  font-variation-settings: "wght" 400;
  font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.01rem; }

textarea.asp-textarea {
  font-size: 0.975rem;
  font-variation-settings: "wght" 400;
  font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5; }

.asp-input {
  overflow: visible; }

.asp-input, .asp-select, .asp-select.uk-select, .asp-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 6px;
  background: rgba(233, 232, 229, 0.25);
  color: #35373b;
  border: 1px solid rgba(53, 55, 59, 0.1); }

.asp-input:disabled, .asp-select:disabled, .asp-textarea:disabled {
  background: rgba(233, 232, 229, 0.15);
  border: 1px solid rgba(233, 232, 229, 0.25); }

.asp-checkbox, .asp-radio {
  background: rgba(233, 232, 229, 0.5);
  border: 1px solid rgba(53, 55, 59, 0.1);
  color: #ffffff; }

.asp-checkbox.uk-radio:checked, .asp-checkbox.uk-checkbox:checked, .asp-checkbox.uk-checkbox:indeterminate {
  background-color: #2051a3; }

.asp-checkbox.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fcfafa%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.asp-input, .asp-select, .asp-textarea, .asp-radio, .asp-checkbox {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit; }

.asp-input, .asp-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block; }

.asp-select[multiple], .asp-select[size], .asp-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top; }

.asp-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2335373b%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2335373b%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%; }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6; }

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7; }

.parsley-errors-list, .asp-errors-list {
  margin: 0px 0px 0px 0px;
  padding: 0;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  background: #B94A48;
  width: max-content;
  float: right; }

.asp-required-field::before {
  font-family: "Material Symbols Sharp";
  content: "\e000";
  font-variation-settings: "wght" 600;
  font-size: 0.75rem;
  vertical-align: text-top;
  line-height: 1;
  margin-right: 3px; }

.asp-required-field {
  text-align: right;
  font-size: 0.625rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  font-variation-settings: "wght" 700;
  padding: 3px 10px; }

.parsley-errors-list.filled, .asp-errors-list.filled {
  opacity: 1; }

.asp-form-danger, .asp-form-danger:focus,
.asp-select.uk-select.asp-form-danger, .asp-select.uk-select.asp-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e; }

.asp-form-success, .asp-form-success:focus {
  border-color: #32d296; }

.asp-form-alert h4 {
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #B94A48;
  font-variation-settings: "wght" 600; }

.asp-form-alert p {
  font-size: 0.875rem;
  color: #151617;
  margin: 0px; }

.asp-warranty-form {
  padding: 0px 50px; }
  .asp-warranty-form .form-row {
    margin-bottom: 20px;
    width: 100%;
    padding: 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .asp-warranty-form .form-row.form-nav {
      justify-content: flex-end;
      margin-bottom: 0px;
      border-top: 1px solid #d9d1d2;
      padding-top: 25px;
      padding-bottom: 25px;
      margin-top: 50px; }
    .asp-warranty-form .form-row.add-products-row {
      justify-content: flex-start;
      margin-bottom: 0px; }
    .asp-warranty-form .form-row a.button, .asp-warranty-form .form-row button {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      margin: 0px;
      border: 1px solid;
      overflow: visible;
      text-transform: none;
      border-radius: 0;
      display: inline-block;
      box-sizing: border-box;
      padding: 10px 15px;
      vertical-align: middle;
      font-size: 0.875rem;
      line-height: 1;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      font-variation-settings: "wght" 500; }
      .asp-warranty-form .form-row a.button:hover, .asp-warranty-form .form-row button:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
      .asp-warranty-form .form-row a.button.add-product, .asp-warranty-form .form-row a.button.add-product-mobile, .asp-warranty-form .form-row button.add-product, .asp-warranty-form .form-row button.add-product-mobile {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-style: normal;
        font-variation-settings: "wght" 500;
        background-color: #35373b;
        border-color: #27282B;
        color: #fcfafa;
        align-self: flex-start;
        padding: 10px 20px;
        margin: 0px 0px 25px 0px; }
        .asp-warranty-form .form-row a.button.add-product:hover, .asp-warranty-form .form-row a.button.add-product-mobile:hover, .asp-warranty-form .form-row button.add-product:hover, .asp-warranty-form .form-row button.add-product-mobile:hover {
          background-color: #27282B;
          border-color: #35373b; }
      .asp-warranty-form .form-row a.button.next, .asp-warranty-form .form-row a.button.submit, .asp-warranty-form .form-row button.next, .asp-warranty-form .form-row button.submit {
        background-color: #3d7cc9;
        border-color: #316aaf;
        color: #ffffff; }
        .asp-warranty-form .form-row a.button.next:hover, .asp-warranty-form .form-row a.button.submit:hover, .asp-warranty-form .form-row button.next:hover, .asp-warranty-form .form-row button.submit:hover {
          background-color: #316aaf;
          border-color: #3d7cc9; }
      .asp-warranty-form .form-row a.button.submit:disabled, .asp-warranty-form .form-row button.submit:disabled {
        opacity: 0.5; }
        .asp-warranty-form .form-row a.button.submit:disabled:hover, .asp-warranty-form .form-row button.submit:disabled:hover {
          background-color: #3d7cc9;
          border-color: #316aaf; }
      .asp-warranty-form .form-row a.button.prev, .asp-warranty-form .form-row button.prev {
        background-color: #d9d1d2;
        border-color: #C8BCBD;
        color: #35373b;
        margin-right: 15px; }
        .asp-warranty-form .form-row a.button.prev:hover, .asp-warranty-form .form-row button.prev:hover {
          background-color: #C8BCBD;
          border-color: #d9d1d2; }
    .asp-warranty-form .form-row .form-field-wrapper {
      width: 100%;
      padding-left: 20px; }
      .asp-warranty-form .form-row .form-field-wrapper:first-child {
        padding-left: 0px !important; }
      .asp-warranty-form .form-row .form-field-wrapper.half {
        width: 50%; }
      .asp-warranty-form .form-row .form-field-wrapper.third {
        width: calc(100% * 1 / 3.001); }
      .asp-warranty-form .form-row .form-field-wrapper.qtr {
        width: 25%; }
      .asp-warranty-form .form-row .form-field-wrapper .asp-form-label {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 0.85rem;
        font-variation-settings: "wght" 600;
        color: #35373b;
        margin: 0px 0px 5px 0px;
        line-height: 1.45;
        text-transform: uppercase; }
        .asp-warranty-form .form-row .form-field-wrapper .asp-form-label.q {
          font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
          text-transform: none;
          font-variation-settings: "wght" 400;
          font-size: 0.85rem;
          letter-spacing: -0.01rem; }
        .asp-warranty-form .form-row .form-field-wrapper .asp-form-label span.form-ie {
          font-size: 0.8rem;
          font-variation-settings: "wght" 400;
          color: #6f7271; }
        .asp-warranty-form .form-row .form-field-wrapper .asp-form-label span.required {
          color: #cf2127;
          font-size: 1rem;
          line-height: 1; }
      .asp-warranty-form .form-row .form-field-wrapper .asp-input, .asp-warranty-form .form-row .form-field-wrapper .asp-textarea {
        background: rgba(233, 232, 229, 0.25);
        border: 1px solid rgba(53, 55, 59, 0.1); }
      .asp-warranty-form .form-row .form-field-wrapper .asp-form-section-header {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-size: 1.25rem;
        font-variation-settings: "wght" 700;
        color: #3d7cc9;
        margin: 0px 0px 3px 0px;
        line-height: 1.45;
        text-transform: uppercase; }
      .asp-warranty-form .form-row .form-field-wrapper .asp-form-section-header-descr {
        font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
        font-size: 0.85rem;
        font-variation-settings: "wght" 450;
        color: #151617;
        margin: 0px 0px;
        line-height: 1.45;
        text-transform: none; }

.add-product-modal .uk-modal-dialog {
  padding: 0px 0px; }
  .add-product-modal .uk-modal-dialog .uk-modal-header {
    display: flow-root;
    padding: 10px 30px;
    background: #474848; }
    .add-product-modal .uk-modal-dialog .uk-modal-header .uk-modal-title {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-variation-settings: "wght" 500;
      text-transform: uppercase;
      font-size: 1.5rem;
      line-height: 1.3;
      color: #fcfafa; }
  .add-product-modal .uk-modal-dialog .uk-modal-body {
    display: flow-root;
    padding: 25px 25px; }
    .add-product-modal .uk-modal-dialog .uk-modal-body .asp-warranty-form {
      padding: 0px 0px; }

#products-registration-list {
  display: block;
  border-top: 1px solid #d9d1d2;
  padding-top: 20px;
  width: 100%; }
  #products-registration-list .prc-grid {
    display: flex;
    flex-flow: row wrap;
    width: 100%; }
    #products-registration-list .prc-grid .prc-card-wrap {
      padding-left: 20px;
      width: 50%; }
      #products-registration-list .prc-grid .prc-card-wrap:nth-of-type(odd) {
        padding-left: 0px !important; }
      #products-registration-list .prc-grid .prc-card-wrap .product-reg-card {
        background: #e9e8e5;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin-left: 0px;
        margin-bottom: 20px; }
        #products-registration-list .prc-grid .prc-card-wrap .product-reg-card.half {
          width: 50%; }
        #products-registration-list .prc-grid .prc-card-wrap .product-reg-card.third {
          width: calc(100% * 1 / 3.001); }
        #products-registration-list .prc-grid .prc-card-wrap .product-reg-card.qtr {
          width: 25%; }
        #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-header.prc-header {
          padding: 2px 25px;
          border-bottom: 1px solid #D8D7D4;
          background: rgba(216, 215, 212, 0.5); }
          #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-header.prc-header .prc-image {
            width: 70px;
            height: auto; }
          #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-header.prc-header h3.prc-title {
            font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
            font-size: 0.9rem;
            font-variation-settings: "wght" 450;
            color: #151617;
            text-transform: uppercase; }
        #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body {
          padding: 15px 45px 15px 20px; }
          #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-label {
            font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
            font-variation-settings: "wght" 450;
            background: #6f7271;
            line-height: 1;
            font-size: 0.7rem;
            color: #fff;
            vertical-align: middle;
            white-space: nowrap;
            text-transform: uppercase;
            padding: 3px 8px;
            border-radius: 20px;
            letter-spacing: 0.01rem;
            margin: 0px 6px 0px 0px; }
          #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-purchase-date-wrap, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-product-wrap, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap {
            display: flex;
            align-items: center;
            margin: 0px 0px 5px 0px;
            border-bottom: 2px dotted rgba(6, 8, 8, 0.06);
            padding-bottom: 5px; }
            #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-purchase-date-wrap .prc-purchase-date, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-purchase-date-wrap .prc-product, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-purchase-date-wrap .prc-serial, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-product-wrap .prc-purchase-date, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-product-wrap .prc-product, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-product-wrap .prc-serial, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap .prc-purchase-date, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap .prc-product, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap .prc-serial {
              font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
              font-variation-settings: "wght" 500;
              color: #151617;
              font-size: 0.9rem; }
          #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap {
            border-bottom: 0px !important;
            padding-bottom: 0px !important;
            margin-bottom: 0px !important; }
        #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer {
          padding: 0px 0px;
          text-align: center;
          border-top: 0px;
          display: flex;
          justify-content: flex-start;
          position: absolute;
          top: 0px;
          right: 0px; }
          #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc {
            margin: 0;
            border: none;
            overflow: visible;
            display: flex;
            justify-content: center;
            align-items: center;
            box-sizing: border-box;
            padding: 6px 6px;
            line-height: 1;
            text-align: center;
            text-decoration: none;
            background: #cf2127; }
            #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .btn-txt {
              font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
              font-variation-settings: "wght" 500;
              color: #fcfafa;
              font-size: 0.8rem;
              text-transform: uppercase;
              display: none; }
            #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .uk-icon {
              box-sizing: border-box;
              border-radius: 0px;
              vertical-align: middle;
              display: inline-flex;
              justify-content: center;
              align-items: center;
              line-height: 1;
              color: rgba(255, 255, 255, 0.5); }
              #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .uk-icon svg {
                width: 18px;
                height: auto; }
                #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .uk-icon svg .fa-primary {
                  fill: #151617; }
                #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .uk-icon svg .fa-secondary {
                  opacity: 1;
                  fill: #6f7271; }

.products-registration-table {
  margin: 0px 0px 0px 0px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  vertical-align: middle; }
  .products-registration-table :not(:first-child) tr {
    border-top: 1px solid #e5e5e5; }
  .products-registration-table thead tr {
    background-color: #ffc629; }
    .products-registration-table thead tr th {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      text-transform: uppercase;
      letter-spacing: -0.01rem;
      padding: 6px 10px;
      text-align: left;
      vertical-align: middle;
      font-size: 0.8rem;
      line-height: 1.25;
      font-variation-settings: "wght" 700;
      color: #151617;
      vertical-align: middle; }
      .products-registration-table thead tr th.purchase-date-col {
        width: 135px; }
      .products-registration-table thead tr th.product-col {
        min-width: 200px;
        width: 200px; }
      .products-registration-table thead tr th.product-duty-col {
        width: 90px; }
      .products-registration-table thead tr th.product-model-col {
        width: 115px; }
      .products-registration-table thead tr th.serial-num-col {
        width: 120px; }
      .products-registration-table thead tr th.delete-col {
        width: 32px; }
  .products-registration-table tbody tr {
    background: #ffffff; }
    .products-registration-table tbody tr:nth-of-type(even) {
      background: #faf7f7; }
    .products-registration-table tbody tr td {
      vertical-align: middle;
      padding: 8px 10px;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      text-align: left;
      font-size: 0.875rem;
      font-variation-settings: "wght" 400;
      color: #151617; }
      .products-registration-table tbody tr td.edit-row {
        text-align: center;
        padding: 8px 10px 8px 0px; }
      .products-registration-table tbody tr td.model {
        text-transform: uppercase; }
        .products-registration-table tbody tr td.model span.tm {
          vertical-align: super; }
      .products-registration-table tbody tr td a.uk-icon-button {
        box-sizing: border-box;
        width: 22px;
        height: 22px;
        border-radius: 0px;
        background: transparent;
        border-radius: 2px;
        vertical-align: middle;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .products-registration-table tbody tr td a.uk-icon-button.edit {
          color: #2051a3; }
        .products-registration-table tbody tr td a.uk-icon-button.delete {
          color: #cf2127; }
          .products-registration-table tbody tr td a.uk-icon-button.delete svg {
            width: 22px;
            height: auto; }
            .products-registration-table tbody tr td a.uk-icon-button.delete svg .fa-primary {
              fill: #151617; }
            .products-registration-table tbody tr td a.uk-icon-button.delete svg .fa-secondary {
              opacity: 1;
              fill: #6f7271; }
          .products-registration-table tbody tr td a.uk-icon-button.delete.disable-link {
            display: none; }

.asp-select-war {
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif !important;
  font-variation-settings: "wght" 400;
  font-size: 0.875rem;
  letter-spacing: 0.01rem; }
  .asp-select-war .model {
    text-transform: uppercase; }
    .asp-select-war .model span.tm {
      vertical-align: super; }

input.asp-input-war[type=text], input.asp-input-war[type=email] {
  font-size: 0.875rem;
  font-variation-settings: "wght" 400;
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  letter-spacing: 0.01rem; }

.asp-input-war {
  overflow: visible; }

.asp-input-war, .asp-select-war, .asp-textarea-war {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: rgba(233, 232, 229, 0.25);
  color: #35373b;
  border: 1px solid rgba(53, 55, 59, 0.1); }

.asp-input-war:disabled, .asp-select-war:disabled, .asp-textarea-war:disabled {
  background: rgba(233, 232, 229, 0.15);
  border: 1px solid rgba(233, 232, 229, 0.25); }

.asp-checkbox-war, .asp-radio-war {
  background: rgba(233, 232, 229, 0.5);
  border: 1px solid rgba(53, 55, 59, 0.1);
  margin-right: 5px !important;
  color: #ffffff; }

.asp-checkbox-war.uk-radio:checked, .asp-checkbox-war.uk-checkbox:checked, .asp-checkbox-war.uk-checkbox:indeterminate {
  background-color: #2051a3; }

.asp-checkbox-war.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fcfafa%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.asp-input-war, .asp-select-war, .asp-textarea-war, .asp-radio-war, .asp-checkbox-war {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit; }

.asp-input-war, .asp-select-war:not([multiple]):not([size]) {
  height: 36px;
  vertical-align: middle;
  display: inline-block; }

.asp-select-war[multiple], .asp-select-war[size], .asp-textarea-war {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top; }

.asp-select-war:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2335373b%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2335373b%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%; }

.form-steps {
  display: flex;
  width: 100%;
  border: 1px solid rgba(34, 36, 38, 0.15);
  flex-direction: row;
  align-items: stretch;
  margin: 30px 0px 40px;
  box-shadow: none;
  border-radius: .375rem; }
  .form-steps.uk-tab {
    margin-left: 0px; }
    .form-steps.uk-tab * {
      padding: 0px; }
  .form-steps .step {
    display: flex;
    position: relative;
    flex: 1 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
    margin: 0px 0px;
    background: #ffffff;
    justify-content: center;
    min-height: 54px;
    border-right: 1px solid rgba(34, 36, 38, 0.15); }
    .form-steps .step:first-child {
      border-radius: 0.25rem 0 0 0.25rem; }
    .form-steps .step:last-child {
      border-right: none;
      margin-right: 0; }
    .form-steps .step:last-child {
      border-radius: 0 0.25rem 0.25rem 0; }
    .form-steps .step:after {
      display: block;
      position: absolute;
      z-index: 2;
      content: '';
      top: 50%;
      right: -1px;
      border: medium none;
      background-color: #fff;
      width: 1rem;
      height: 1rem;
      border-style: solid;
      border-color: rgba(34, 36, 38, 0.15);
      border-width: 0 1px 1px 0;
      transition: background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
      transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;
      transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;
      transform: translateY(-50%) translateX(50%) rotate(-45deg); }
    .form-steps .step a {
      display: flex;
      padding: 0px;
      text-align: left;
      justify-content: center;
      width: 100%;
      height: 100%;
      align-items: center;
      padding: 0px 20px; }
      .form-steps .step a .icon {
        line-height: 1;
        margin: 0px 10px 0px 0px;
        width: auto;
        flex: 0 1 auto;
        display: block;
        color: rgba(111, 114, 113, 0.35); }
        .form-steps .step a .icon:before {
          background: 0 0 !important; }
        .form-steps .step a .icon svg {
          height: 24px; }
      .form-steps .step a .content {
        display: block;
        flex: 0 1 auto; }
        .form-steps .step a .content .title {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 1rem;
          font-variation-settings: "wght" 700;
          text-transform: uppercase;
          line-height: 1.2;
          color: rgba(111, 114, 113, 0.5); }
        .form-steps .step a .content .description {
          font-variation-settings: "wght" 550;
          font-size: 0.85rem;
          color: rgba(0, 0, 0, 0.87);
          line-height: 1.3;
          color: rgba(111, 114, 113, 0.65); }
    .form-steps .step.uk-active {
      background: #3d7cc9; }
      .form-steps .step.uk-active:after {
        background-color: #3d7cc9; }
      .form-steps .step.uk-active a .icon {
        color: rgba(255, 255, 255, 0.5); }
      .form-steps .step.uk-active a .content .title {
        color: #fcfafa; }
      .form-steps .step.uk-active a .content .description {
        color: #ffffff; }
    .form-steps .step:last-of-type:after {
      display: none; }

@media only screen and (max-width: 459px) {
  .asp-warranty-form {
    padding: 0px 25px; }
  .form-steps {
    margin: 20px 0px 35px; }
    .form-steps .step {
      min-height: 40px; }
      .form-steps .step a {
        padding: 0px 15px; }
        .form-steps .step a .icon {
          display: none; }
        .form-steps .step a .content .title {
          font-size: 0.875rem;
          letter-spacing: -0.01rem; }
  .asp-warranty-form {
    padding: 0px 30px; }
    .asp-warranty-form .form-row {
      margin-bottom: 0px;
      flex-direction: column;
      justify-content: center; }
      .asp-warranty-form .form-row.form-nav {
        margin-top: 20px;
        justify-content: flex-start;
        flex-direction: row; }
      .asp-warranty-form .form-row.left {
        justify-content: flex-start; }
      .asp-warranty-form .form-row .form-field-wrapper {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 15px; }
        .asp-warranty-form .form-row .form-field-wrapper:first-child {
          padding-left: 0px !important; }
        .asp-warranty-form .form-row .form-field-wrapper.half {
          width: 100%; }
        .asp-warranty-form .form-row .form-field-wrapper.third {
          width: calc(100% * 1 / 3.001); }
        .asp-warranty-form .form-row .form-field-wrapper.qtr {
          width: 25%; }
        .asp-warranty-form .form-row .form-field-wrapper .asp-form-label {
          font-size: 0.8rem; }
          .asp-warranty-form .form-row .form-field-wrapper .asp-form-label span.form-ie {
            font-size: 0.8rem; }
          .asp-warranty-form .form-row .form-field-wrapper .asp-form-label span.required {
            font-size: 0.8rem; } }

@media only screen and (min-width: 675px) {
  .asp-warranty-form .form-row a.button.add-product, .asp-warranty-form .form-row button.add-product {
    display: block; } }

@media only screen and (max-width: 674px) {
  .add-product-modal .uk-modal-dialog {
    padding: 0px 0px; }
    .add-product-modal .uk-modal-dialog .uk-modal-header {
      display: flow-root;
      padding: 10px 30px;
      background: #474848; }
      .add-product-modal .uk-modal-dialog .uk-modal-header .uk-modal-title {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 500;
        text-transform: uppercase;
        font-size: 1.5rem;
        line-height: 1.3;
        color: #fcfafa; }
    .add-product-modal .uk-modal-dialog .uk-modal-body {
      display: flow-root;
      padding: 25px 25px; }
  .asp-warranty-form.add-product-form {
    padding: 0px !important; }
  .asp-warranty-form .form-row a.button, .asp-warranty-form .form-row button {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    margin: 0px;
    border: 1px solid;
    overflow: visible;
    text-transform: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 15px;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-variation-settings: "wght" 500; }
    .asp-warranty-form .form-row a.button:hover, .asp-warranty-form .form-row button:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
    .asp-warranty-form .form-row a.button.add-product-mobile, .asp-warranty-form .form-row button.add-product-mobile {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-style: normal;
      font-variation-settings: "wght" 500;
      background-color: #35373b;
      border-color: #27282B;
      display: block;
      color: #fcfafa;
      align-self: flex-start;
      padding: 10px 20px;
      margin: 0px 0px 25px 0px; }
      .asp-warranty-form .form-row a.button.add-product-mobile:hover, .asp-warranty-form .form-row button.add-product-mobile:hover {
        background-color: #27282B;
        border-color: #35373b; }
    .asp-warranty-form .form-row a.button.add-product, .asp-warranty-form .form-row button.add-product {
      display: none; }
    .asp-warranty-form .form-row a.button.prev, .asp-warranty-form .form-row button.prev {
      margin-right: 10px;
      margin-bottom: 0px; }
    .asp-warranty-form .form-row a.button.prev, .asp-warranty-form .form-row a.button.next, .asp-warranty-form .form-row a.button.submit, .asp-warranty-form .form-row button.prev, .asp-warranty-form .form-row button.next, .asp-warranty-form .form-row button.submit {
      width: 100%; }
  .asp-warranty-form .form-row .products-registration-table {
    display: none; }
  .asp-warranty-form .form-row .products-registration-list {
    display: block;
    border-top: 1px solid #d9d1d2;
    padding-top: 20px;
    width: 100%; }
    .asp-warranty-form .form-row .products-registration-list .product-reg-card {
      background: #e9e8e5;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      width: 100%; }
      .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-header.prc-header {
        padding: 2px 25px;
        border-bottom: 1px solid #D8D7D4;
        background: rgba(216, 215, 212, 0.5); }
        .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-header.prc-header .prc-image {
          width: 70px;
          height: auto; }
        .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-header.prc-header h3.prc-title {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 0.9rem;
          font-variation-settings: "wght" 450;
          color: #151617;
          text-transform: uppercase; }
      .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body {
        padding: 8px 20px 0px; }
        .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-label {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-variation-settings: "wght" 450;
          background: #6f7271;
          line-height: 1;
          font-size: 0.7rem;
          color: #fff;
          vertical-align: middle;
          white-space: nowrap;
          text-transform: uppercase;
          padding: 3px 8px;
          border-radius: 20px;
          letter-spacing: 0.01rem;
          margin: 0px 6px 0px 0px; }
        .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-purchase-date-wrap, .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-product-wrap, .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap {
          display: flex;
          align-items: center;
          margin: 0px 0px 5px 0px;
          border-bottom: 2px dotted rgba(6, 8, 8, 0.06);
          padding-bottom: 5px; }
          .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-purchase-date-wrap .prc-purchase-date, .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-purchase-date-wrap .prc-product, .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-purchase-date-wrap .prc-serial, .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-product-wrap .prc-purchase-date, .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-product-wrap .prc-product, .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-product-wrap .prc-serial, .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap .prc-purchase-date, .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap .prc-product, .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap .prc-serial {
            font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
            font-variation-settings: "wght" 500;
            color: #151617;
            font-size: 0.9rem; }
        .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap {
          border-bottom: 0px !important;
          padding-bottom: 0px !important;
          margin-bottom: 0px !important; }
      .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-footer.prc-footer {
        padding: 8px 20px;
        margin-top: 8px;
        text-align: center;
        border-top: 1px solid #D8D7D4;
        display: flex;
        justify-content: center; }
        .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc {
          margin: 0;
          border: none;
          overflow: visible;
          display: flex;
          justify-content: center;
          align-items: center;
          box-sizing: border-box;
          padding: 6px 15px;
          line-height: 1;
          text-align: center;
          width: 50%;
          text-decoration: none;
          background: #cf2127; }
          .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .btn-txt {
            font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
            font-variation-settings: "wght" 500;
            color: #fcfafa;
            font-size: 0.875rem;
            text-transform: uppercase; }
          .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .uk-icon {
            box-sizing: border-box;
            border-radius: 0px;
            vertical-align: middle;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            line-height: 1;
            color: rgba(255, 255, 255, 0.5);
            margin-right: 5px; }
            .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .uk-icon svg {
              width: 16px;
              height: auto; }
              .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .uk-icon svg .fa-primary {
                fill: #151617; }
              .asp-warranty-form .form-row .products-registration-list .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .uk-icon svg .fa-secondary {
                opacity: 1;
                fill: #6f7271; } }

@media only screen and (max-width: 729px) {
  #products-registration-list .prc-grid .prc-card-wrap {
    width: 100%; }
    #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body {
      padding: 15px 35px 15px 15px; } }

@media only screen and (min-width: 460px) and (max-width: 889px) {
  .asp-warranty-form {
    padding: 0px 30px; }
    .asp-warranty-form .form-row.q-row {
      flex-direction: column; }
      .asp-warranty-form .form-row.q-row .form-field-wrapper {
        padding-left: 0px !important;
        margin-bottom: 20px; } }

@media only screen and (min-width: 460px) and (max-width: 859px) {
  .asp-warranty-form {
    padding: 0px 30px; }
    .asp-warranty-form .form-row {
      margin-bottom: 0px;
      justify-content: center; }
      .asp-warranty-form .form-row.form-nav {
        margin-top: 20px; }
      .asp-warranty-form .form-row.left {
        justify-content: flex-start; }
      .asp-warranty-form .form-row a.button.prev, .asp-warranty-form .form-row button.prev {
        margin-right: 10px;
        margin-bottom: 0px; }
      .asp-warranty-form .form-row.fw {
        flex-wrap: wrap; }
      .asp-warranty-form .form-row .form-field-wrapper {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 20px; }
        .asp-warranty-form .form-row .form-field-wrapper.sp {
          padding-left: 20px; }
        .asp-warranty-form .form-row .form-field-wrapper:first-child {
          padding-left: 0px !important; }
        .asp-warranty-form .form-row .form-field-wrapper.half {
          width: 50%; }
          .asp-warranty-form .form-row .form-field-wrapper.half.sp {
            padding-left: 20px; }
        .asp-warranty-form .form-row .form-field-wrapper.third {
          width: calc(100% * 1 / 3.001); }
        .asp-warranty-form .form-row .form-field-wrapper.qtr {
          width: 25%; }
        .asp-warranty-form .form-row .form-field-wrapper .asp-form-label {
          font-size: 0.8rem; }
          .asp-warranty-form .form-row .form-field-wrapper .asp-form-label span.form-ie {
            font-size: 0.8rem; }
          .asp-warranty-form .form-row .form-field-wrapper .asp-form-label span.required {
            font-size: 0.8rem; } }

.add-product-modal .uk-modal-dialog {
  padding: 0px 0px; }
  .add-product-modal .uk-modal-dialog .uk-modal-header {
    display: flow-root;
    padding: 10px 30px;
    background: #474848; }
    .add-product-modal .uk-modal-dialog .uk-modal-header .uk-modal-title {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-variation-settings: "wght" 500;
      text-transform: uppercase;
      font-size: 1.5rem;
      line-height: 1.3;
      color: #fcfafa; }
  .add-product-modal .uk-modal-dialog .uk-modal-body {
    display: flow-root;
    padding: 25px 25px; }
    .add-product-modal .uk-modal-dialog .uk-modal-body .asp-warranty-form,
    .add-product-modal .uk-modal-dialog .uk-modal-body .asp-employment-app-form,
    .add-product-modal .uk-modal-dialog .uk-modal-body .asp-form {
      padding: 0px 0px; }

#products-registration-list {
  display: block;
  border-top: 1px solid #d9d1d2;
  padding-top: 20px;
  width: 100%; }
  #products-registration-list .prc-grid {
    display: flex;
    flex-flow: row wrap;
    width: 100%; }
    #products-registration-list .prc-grid .prc-card-wrap {
      padding-left: 20px;
      width: 50%; }
      #products-registration-list .prc-grid .prc-card-wrap:nth-of-type(odd) {
        padding-left: 0px !important; }
      #products-registration-list .prc-grid .prc-card-wrap .product-reg-card {
        background: #e9e8e5;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin-left: 0px;
        margin-bottom: 20px; }
        #products-registration-list .prc-grid .prc-card-wrap .product-reg-card.half {
          width: 50%; }
        #products-registration-list .prc-grid .prc-card-wrap .product-reg-card.third {
          width: calc(100% * 1 / 3.001); }
        #products-registration-list .prc-grid .prc-card-wrap .product-reg-card.qtr {
          width: 25%; }
        #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-header.prc-header {
          padding: 2px 25px;
          border-bottom: 1px solid #D8D7D4;
          background: rgba(216, 215, 212, 0.5); }
          #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-header.prc-header .prc-image {
            width: 70px;
            height: auto; }
          #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-header.prc-header h3.prc-title {
            font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
            font-size: 0.9rem;
            font-variation-settings: "wght" 450;
            color: #151617;
            text-transform: uppercase; }
        #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body {
          padding: 15px 45px 15px 20px; }
          #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-label {
            font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
            font-variation-settings: "wght" 450;
            background: #6f7271;
            line-height: 1;
            font-size: 0.7rem;
            color: #fff;
            vertical-align: middle;
            white-space: nowrap;
            text-transform: uppercase;
            padding: 3px 8px;
            border-radius: 20px;
            letter-spacing: 0.01rem;
            margin: 0px 6px 0px 0px; }
          #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-purchase-date-wrap, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-product-wrap, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap {
            display: flex;
            align-items: center;
            margin: 0px 0px 5px 0px;
            border-bottom: 2px dotted rgba(6, 8, 8, 0.06);
            padding-bottom: 5px; }
            #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-purchase-date-wrap .prc-purchase-date, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-purchase-date-wrap .prc-product, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-purchase-date-wrap .prc-serial, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-product-wrap .prc-purchase-date, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-product-wrap .prc-product, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-product-wrap .prc-serial, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap .prc-purchase-date, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap .prc-product, #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap .prc-serial {
              font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
              font-variation-settings: "wght" 500;
              color: #151617;
              font-size: 0.9rem; }
          #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body .prc-details .prc-serial-wrap {
            border-bottom: 0px !important;
            padding-bottom: 0px !important;
            margin-bottom: 0px !important; }
        #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer {
          padding: 0px 0px;
          text-align: center;
          border-top: 0px;
          display: flex;
          justify-content: flex-start;
          position: absolute;
          top: 0px;
          right: 0px; }
          #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc {
            margin: 0;
            border: none;
            overflow: visible;
            display: flex;
            justify-content: center;
            align-items: center;
            box-sizing: border-box;
            padding: 6px 6px;
            line-height: 1;
            text-align: center;
            text-decoration: none;
            background: #cf2127; }
            #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .btn-txt {
              font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
              font-variation-settings: "wght" 500;
              color: #fcfafa;
              font-size: 0.8rem;
              text-transform: uppercase;
              display: none; }
            #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .uk-icon {
              box-sizing: border-box;
              border-radius: 0px;
              vertical-align: middle;
              display: inline-flex;
              justify-content: center;
              align-items: center;
              line-height: 1;
              color: rgba(255, 255, 255, 0.5); }
              #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .uk-icon svg {
                width: 18px;
                height: auto; }
                #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .uk-icon svg .fa-primary {
                  fill: #151617; }
                #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-footer.prc-footer .uk-button.del-prc .uk-icon svg .fa-secondary {
                  opacity: 1;
                  fill: #6f7271; }

.products-registration-table {
  margin: 0px 0px 0px 0px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  vertical-align: middle; }
  .products-registration-table :not(:first-child) tr {
    border-top: 1px solid #e5e5e5; }
  .products-registration-table thead tr {
    background-color: #ffc629; }
    .products-registration-table thead tr th {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      text-transform: uppercase;
      letter-spacing: -0.01rem;
      padding: 6px 10px;
      text-align: left;
      vertical-align: middle;
      font-size: 0.8rem;
      line-height: 1.25;
      font-variation-settings: "wght" 700;
      color: #151617;
      vertical-align: middle; }
      .products-registration-table thead tr th.purchase-date-col {
        width: 135px; }
      .products-registration-table thead tr th.product-col {
        min-width: 200px;
        width: 200px; }
      .products-registration-table thead tr th.product-duty-col {
        width: 90px; }
      .products-registration-table thead tr th.product-model-col {
        width: 115px; }
      .products-registration-table thead tr th.serial-num-col {
        width: 120px; }
      .products-registration-table thead tr th.delete-col {
        width: 32px; }
  .products-registration-table tbody tr {
    background: #ffffff; }
    .products-registration-table tbody tr:nth-of-type(even) {
      background: #faf7f7; }
    .products-registration-table tbody tr td {
      vertical-align: middle;
      padding: 8px 10px;
      font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
      text-align: left;
      font-size: 0.875rem;
      font-variation-settings: "wght" 400;
      color: #151617; }
      .products-registration-table tbody tr td.edit-row {
        text-align: center;
        padding: 8px 10px 8px 0px; }
      .products-registration-table tbody tr td.model {
        text-transform: uppercase; }
        .products-registration-table tbody tr td.model span.tm {
          vertical-align: super; }
      .products-registration-table tbody tr td a.uk-icon-button {
        box-sizing: border-box;
        width: 22px;
        height: 22px;
        border-radius: 0px;
        background: transparent;
        border-radius: 2px;
        vertical-align: middle;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .products-registration-table tbody tr td a.uk-icon-button.edit {
          color: #2051a3; }
        .products-registration-table tbody tr td a.uk-icon-button.delete {
          color: #cf2127; }
          .products-registration-table tbody tr td a.uk-icon-button.delete svg {
            width: 22px;
            height: auto; }
            .products-registration-table tbody tr td a.uk-icon-button.delete svg .fa-primary {
              fill: #151617; }
            .products-registration-table tbody tr td a.uk-icon-button.delete svg .fa-secondary {
              opacity: 1;
              fill: #6f7271; }
          .products-registration-table tbody tr td a.uk-icon-button.delete.disable-link {
            display: none; }

.asp-select-war {
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif !important;
  font-variation-settings: "wght" 400;
  font-size: 0.875rem;
  letter-spacing: 0.01rem; }
  .asp-select-war .model {
    text-transform: uppercase; }
    .asp-select-war .model span.tm {
      vertical-align: super; }

input.asp-input-war[type=text], input.asp-input-war[type=email] {
  font-size: 0.875rem;
  font-variation-settings: "wght" 400;
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  letter-spacing: 0.01rem; }

.asp-input-war {
  overflow: visible; }

.asp-input-war, .asp-select-war, .asp-textarea-war {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: rgba(233, 232, 229, 0.25);
  color: #35373b;
  border: 1px solid rgba(53, 55, 59, 0.1); }

.asp-input-war:disabled, .asp-select-war:disabled, .asp-textarea-war:disabled {
  background: rgba(233, 232, 229, 0.15);
  border: 1px solid rgba(233, 232, 229, 0.25); }

.asp-checkbox-war, .asp-radio-war {
  background: rgba(233, 232, 229, 0.5);
  border: 1px solid rgba(53, 55, 59, 0.1);
  color: #ffffff; }

.asp-checkbox-war.uk-radio:checked, .asp-checkbox-war.uk-checkbox:checked, .asp-checkbox-war.uk-checkbox:indeterminate {
  background-color: #2051a3; }

.asp-checkbox-war.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fcfafa%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.asp-input-war, .asp-select-war, .asp-textarea-war, .asp-radio-war, .asp-checkbox-war {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit; }

.asp-input-war, .asp-select-war:not([multiple]):not([size]) {
  height: 36px;
  vertical-align: middle;
  display: inline-block; }

.asp-select-war[multiple], .asp-select-war[size], .asp-textarea-war {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top; }

.asp-select-war:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2335373b%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2335373b%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%; }

.form-steps.asp-app {
  display: flex;
  width: 100%;
  border: 1px solid rgba(34, 36, 38, 0.15);
  flex-direction: row;
  align-items: stretch;
  margin: 30px 0px 40px;
  box-shadow: none;
  border-radius: .375rem; }
  .form-steps.asp-app.uk-tab {
    margin-left: 0px; }
    .form-steps.asp-app.uk-tab * {
      padding: 0px; }
  .form-steps.asp-app .step {
    display: flex;
    position: relative;
    flex: 1;
    flex-wrap: wrap;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
    margin: 0px 0px;
    background: #ffffff;
    justify-content: center;
    min-height: 54px;
    border-right: 1px solid rgba(34, 36, 38, 0.15); }
    .form-steps.asp-app .step:first-child {
      border-radius: 0.25rem 0 0 0.25rem; }
    .form-steps.asp-app .step:last-child {
      border-right: none;
      margin-right: 0; }
    .form-steps.asp-app .step:last-child {
      border-radius: 0 0.25rem 0.25rem 0; }
    .form-steps.asp-app .step:after {
      display: block;
      position: absolute;
      z-index: 2;
      content: '';
      top: 50%;
      right: -1px;
      border: medium none;
      background-color: #fff;
      width: 1rem;
      height: 1rem;
      border-style: solid;
      border-color: rgba(34, 36, 38, 0.15);
      border-width: 0 1px 1px 0;
      transition: background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
      transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;
      transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;
      transform: translateY(-50%) translateX(50%) rotate(-45deg); }
    .form-steps.asp-app .step a {
      display: flex;
      padding: 0px;
      text-align: left;
      justify-content: center;
      width: 100%;
      height: 100%;
      align-items: center;
      padding: 0px 20px; }
      .form-steps.asp-app .step a .icon {
        line-height: 1;
        margin: 0px 0px 0px 0px;
        width: auto;
        flex: 0 1 auto;
        display: block;
        color: rgba(111, 114, 113, 0.35); }
        .form-steps.asp-app .step a .icon:before {
          background: 0 0 !important; }
        .form-steps.asp-app .step a .icon svg {
          height: 24px; }
      .form-steps.asp-app .step a .content {
        display: block;
        flex: 0 1 auto; }
        .form-steps.asp-app .step a .content .title {
          font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
          font-size: 1rem;
          font-variation-settings: "wght" 700;
          text-transform: uppercase;
          line-height: 1.2;
          color: rgba(111, 114, 113, 0.5); }
        .form-steps.asp-app .step a .content .description {
          font-variation-settings: "wght" 550;
          font-size: 0.85rem;
          color: rgba(0, 0, 0, 0.87);
          line-height: 1.3;
          color: rgba(111, 114, 113, 0.65); }
    .form-steps.asp-app .step.uk-active {
      background: #3d7cc9; }
      .form-steps.asp-app .step.uk-active:after {
        background-color: #3d7cc9; }
      .form-steps.asp-app .step.uk-active a .icon {
        color: rgba(255, 255, 255, 0.5); }
      .form-steps.asp-app .step.uk-active a .content .title {
        color: #fcfafa; }
      .form-steps.asp-app .step.uk-active a .content .description {
        color: #ffffff; }
    .form-steps.asp-app .step:last-of-type:after {
      display: none; }

@media only screen and (max-width: 674px) {
  .add-product-modal .uk-modal-dialog {
    padding: 0px 0px; }
    .add-product-modal .uk-modal-dialog .uk-modal-header {
      display: flow-root;
      padding: 10px 30px;
      background: #474848; }
      .add-product-modal .uk-modal-dialog .uk-modal-header .uk-modal-title {
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 500;
        text-transform: uppercase;
        font-size: 1.5rem;
        line-height: 1.3;
        color: #fcfafa; }
    .add-product-modal .uk-modal-dialog .uk-modal-body {
      display: flow-root;
      padding: 25px 25px; } }

@media only screen and (max-width: 729px) {
  #products-registration-list .prc-grid .prc-card-wrap {
    width: 100%; }
    #products-registration-list .prc-grid .prc-card-wrap .product-reg-card .uk-card-body.prc-body {
      padding: 15px 35px 15px 15px; } }

.footer-bg {
  background-color: #35373b;
  padding: 40px 0px; }
  .footer-bg .footer-container {
    padding: 0px 40px; }
    @media (max-width: 687px) {
      .footer-bg .footer-container {
        padding: 0px 25px; } }
  .footer-bg .inner-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 719px) {
      .footer-bg .inner-footer {
        padding: 0px 0px;
        justify-content: center;
        flex-direction: column; }
        .footer-bg .inner-footer .footer-links {
          display: flex;
          justify-content: space-between; } }
    .footer-bg .inner-footer .footer-logo {
      margin-right: 30px; }
      @media (max-width: 719px) {
        .footer-bg .inner-footer .footer-logo {
          margin-bottom: 20px;
          display: none; } }
      @media (max-width: 874px) {
        .footer-bg .inner-footer .footer-logo {
          margin-right: 0px; } }
      .footer-bg .inner-footer .footer-logo img,
      .footer-bg .inner-footer .footer-logo svg {
        width: 170px;
        height: auto; }
    .footer-bg .inner-footer .footer-sitemap {
      font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
      font-variation-settings: "wght" 450;
      font-size: 0.8rem;
      text-transform: uppercase;
      display: block;
      line-height: 2;
      letter-spacing: 0.2px; }
      .footer-bg .inner-footer .footer-sitemap li {
        display: block; }
        .footer-bg .inner-footer .footer-sitemap li a {
          color: #fcfafa; }
          .footer-bg .inner-footer .footer-sitemap li a:hover {
            color: #ffc629;
            text-decoration: none; }
      .footer-bg .inner-footer .footer-sitemap a {
        display: block;
        color: #fcfafa;
        padding: 3px 0px;
        width: 33.33%;
        text-align: center;
        flex: 0 1 auto; }
        .footer-bg .inner-footer .footer-sitemap a:hover {
          color: #ffc629;
          text-decoration: none; }
      .footer-bg .inner-footer .footer-sitemap .footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
    .footer-bg .inner-footer .footer-sitemap.mo {
      margin-right: 50px; }
      .footer-bg .inner-footer .footer-sitemap.mo a {
        line-height: 1.2;
        margin-bottom: 20px; }
    .footer-bg .inner-footer .footer-sitemap:last-of-type {
      margin-right: 0px; }
    .footer-bg .inner-footer .social-media {
      display: block; }
      @media (max-width: 874px) {
        .footer-bg .inner-footer .social-media {
          width: 100%;
          margin-top: 20px;
          border-top: 1px solid rgba(255, 255, 255, 0.1);
          padding-top: 20px; } }
      .footer-bg .inner-footer .social-media .asp-social-media-links {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        list-style: none;
        margin: 0px; }
        @media (max-width: 874px) {
          .footer-bg .inner-footer .social-media .asp-social-media-links {
            justify-content: center; } }

.uk-iconnav.asp-social-media.mo {
  justify-content: center; }

.uk-iconnav.asp-social-media > li > a:hover {
  color: #ffc629;
  text-decoration: none; }

.asp-social-media-header {
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  font-variation-settings: "wght" 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: block;
  line-height: 2;
  color: #fcfafa;
  margin-bottom: 10px;
  text-align: center; }

.footer-legal-bg {
  background-color: #151617; }
  .footer-legal-bg .footer-container {
    padding: 0px 30px; }
    .footer-legal-bg .footer-container .asp-footer-bar-wrapper {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 687px) {
        .footer-legal-bg .footer-container .asp-footer-bar-wrapper {
          justify-content: center;
          padding: 0px;
          flex-direction: column; } }
      .footer-legal-bg .footer-container .asp-footer-bar-wrapper .copyright {
        color: #474848;
        font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
        font-variation-settings: "wght" 400;
        text-transform: uppercase;
        box-sizing: border-box;
        padding: 0px 20px;
        font-size: 0.75rem; }
        @media (max-width: 687px) {
          .footer-legal-bg .footer-container .asp-footer-bar-wrapper .copyright {
            padding: 0px 0px 12px; } }

.uk-iconnav.asp-social-media > * {
  padding-left: 15px; }

.uk-iconnav.asp-social-media > :first-child {
  padding-left: 0px; }

.asp-footer-bar {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }

.asp-footer-bar > li > a {
  color: #6f7271;
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  font-variation-settings: "wght" 400;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: color, background-color;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 12px 20px;
  font-size: 0.75rem;
  text-decoration: none; }

.asp-footer-bar > li > a:hover {
  color: #3d7cc9;
  text-decoration: none; }

.uk-label.asp-label {
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  background: #ffc629;
  color: #151617;
  border-radius: 2px;
  text-transform: uppercase; }

/* Mobile */
.follow {
  text-align: center; }

.social-media-links-wrapper {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px; }

/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #35373b; }

/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/* Links
 ========================================================================== */
/*
 * Style
 */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer; }

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
  color: #0f6ecd;
  text-decoration: underline; }

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted; }

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #f0506e;
  white-space: nowrap; }

/*
 * Emphasize
 */
em {
  color: #f0506e; }

/*
 * Insert
 */
ins {
  background: #ffd;
  color: #35373b;
  text-decoration: none; }

/*
 * Mark
 */
mark {
  background: #ffd;
  color: #35373b; }

/*
 * Quote
 */
q {
  font-style: italic; }

/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between the element and the bottom of its parent container.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * 1. Constrain the element to its parent width.
 * 2. Preserve the intrinsic aspect ratio and auto-scale the height of an image if the `height` attribute is present.
 * 3. Take border and padding into account.
 */
canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box; }

/*
 * Deprecated: only needed for `img` elements with `uk-img`
 * 1. Hide `alt` text for lazy load images.
 * 2. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 */
img:not([src]) {
  /* 1 */
  visibility: hidden;
  /* 2 */
  min-width: 1px; }

/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
  border: 0; }

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0; }

/* Add margin if adjacent element */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 20px; }

/* Headings
 ========================================================================== */
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge,
.uk-heading-3xlarge {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none; }

/* Add margin if adjacent element */
* + h1, * + .uk-h1,
* + h2, * + .uk-h2,
* + h3, * + .uk-h3,
* + h4, * + .uk-h4,
* + h5, * + .uk-h5,
* + h6, * + .uk-h6,
* + .uk-heading-small,
* + .uk-heading-medium,
* + .uk-heading-large,
* + .uk-heading-xlarge,
* + .uk-heading-2xlarge,
* + .uk-heading-3xlarge {
  margin-top: 40px; }

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2; }

h2, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3; }

h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4; }

h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4; }

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

h6, .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4; }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  h1, .uk-h1 {
    font-size: 2.625rem; }
  h2, .uk-h2 {
    font-size: 2rem; } }

/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px; }

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0; }

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr, .uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5; }

/* Add margin if adjacent element */
* + hr,
* + .uk-hr {
  margin-top: 20px; }

/* Address
 ========================================================================== */
address {
  font-style: normal; }

/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic; }

/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px; }

/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0; }

blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5; }

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #35373b;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto; }

pre code {
  font-family: Consolas, monaco, monospace; }

/* Focus
 ========================================================================== */
:focus {
  outline: none; }

:focus-visible {
  outline: 2px dotted #333; }

/* Selection pseudo-element
 ========================================================================== */
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main {
  /* 2 */
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
:root {
  --uk-breakpoint-s: 40em;
  --uk-breakpoint-m: 60em;
  --uk-breakpoint-l: 75em;
  --uk-breakpoint-xl: 100em; }

/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.uk-link-muted,
.uk-link-muted a,
.uk-link-toggle .uk-link-muted {
  color: #999; }

a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted {
  color: #35373b; }

/* Text
 ========================================================================== */
a.uk-link-text,
.uk-link-text a,
.uk-link-toggle .uk-link-text {
  color: inherit; }

a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text {
  color: #999; }

/* Heading
 ========================================================================== */
a.uk-link-heading,
.uk-link-heading a,
.uk-link-toggle .uk-link-heading {
  color: inherit; }

a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading {
  color: #1e87f0;
  text-decoration: none; }

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.uk-link-reset,
.uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important; }

/* Toggle
 ========================================================================== */
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important; }

/* ========================================================================
   Component: Heading
 ========================================================================== */
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2; }

.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1; }

.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1; }

.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1; }

.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1; }

.uk-heading-3xlarge {
  font-size: 8rem;
  line-height: 1; }

/* Tablet Landscape and bigger */
@media (min-width: 60em) {
  .uk-heading-small {
    font-size: 3.25rem; }
  .uk-heading-medium {
    font-size: 3.5rem; }
  .uk-heading-large {
    font-size: 4rem; }
  .uk-heading-xlarge {
    font-size: 6rem; }
  .uk-heading-2xlarge {
    font-size: 8rem; }
  .uk-heading-3xlarge {
    font-size: 11rem; } }

/* Laptop and bigger */
@media (min-width: 75em) {
  .uk-heading-medium {
    font-size: 4rem; }
  .uk-heading-large {
    font-size: 6rem; }
  .uk-heading-xlarge {
    font-size: 8rem; }
  .uk-heading-2xlarge {
    font-size: 11rem; }
  .uk-heading-3xlarge {
    font-size: 15rem; } }

/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5; }

/* Bullet
 ========================================================================== */
.uk-heading-bullet {
  position: relative; }

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5; }

/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
  overflow: hidden; }

/*
 * Extra markup is needed to make it work with text align
 */
.uk-heading-line > * {
  display: inline-block;
  position: relative; }

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (calc(0.2px + 0.05em) / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5; }

.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em); }

.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em); }

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*="uk-divider"] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px; }

/* Add margin if adjacent element */
* + [class*="uk-divider"] {
  margin-top: 20px; }

/* Icon
 ========================================================================== */
.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5; }

.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%; }

.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%; }

/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
.uk-divider-small {
  line-height: 0; }

/* 2 */
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top; }

/* Vertical
 ========================================================================== */
.uk-divider-vertical {
  width: max-content;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5; }

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none; }

/*
 * Avoid column break within the list item, when using `column-count`
 */
.uk-list > * {
  break-inside: avoid-column; }

/*
 * Remove margin from the last-child
 */
.uk-list > * > :last-child {
  margin-bottom: 0; }

/*
 * Style
 */
.uk-list > :nth-child(n+2),
.uk-list > * > ul {
  margin-top: 10px; }

/* Marker modifiers
 * Moving `::marker` inside `::before` to style it differently
 * To style the `::marker` is currently only supported in Firefox and Safari
 ========================================================================== */
.uk-list-disc > *,
.uk-list-circle > *,
.uk-list-square > *,
.uk-list-decimal > *,
.uk-list-hyphen > * {
  padding-left: 30px; }

/*
 * Type modifiers
 */
.uk-list-decimal {
  counter-reset: decimal; }

.uk-list-decimal > * {
  counter-increment: decimal; }

.uk-list-disc > ::before,
.uk-list-circle > ::before,
.uk-list-square > ::before,
.uk-list-decimal > ::before,
.uk-list-hyphen > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right; }

.uk-list-disc > ::before {
  list-style-type: disc; }

.uk-list-circle > ::before {
  list-style-type: circle; }

.uk-list-square > ::before {
  list-style-type: square; }

.uk-list-decimal > ::before {
  content: counter(decimal, decimal) " . "; }

.uk-list-hyphen > ::before {
  content: '–\00A0\00A0'; }

/*
 * Color modifiers
 */
.uk-list-muted > ::before {
  color: #999 !important; }

.uk-list-emphasis > ::before {
  color: #333 !important; }

.uk-list-primary > ::before {
  color: #1e87f0 !important; }

.uk-list-secondary > ::before {
  color: #222 !important; }

/* Image bullet modifier
 ========================================================================== */
.uk-list-bullet > * {
  padding-left: 30px; }

.uk-list-bullet > ::before {
  content: "";
  display: list-item;
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%2335373b%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-list-divider > :nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5; }

/*
 * Striped
 */
.uk-list-striped > * {
  padding: 10px 10px; }

.uk-list-striped > :nth-of-type(odd) {
  background: #f8f8f8; }

.uk-list-striped > :nth-child(n+2) {
  margin-top: 0; }

/* Size modifier
 ========================================================================== */
.uk-list-large > :nth-child(n+2),
.uk-list-large > * > ul {
  margin-top: 20px; }

.uk-list-collapse > :nth-child(n+2),
.uk-list-collapse > * > ul {
  margin-top: 0; }

/*
 * Divider
 */
.uk-list-large.uk-list-divider > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px; }

.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0; }

/*
 * Striped
 */
.uk-list-large.uk-list-striped > * {
  padding: 20px 10px; }

.uk-list-collapse.uk-list-striped > * {
  padding-top: 0;
  padding-bottom: 0; }

.uk-list-large.uk-list-striped > :nth-child(n+2),
.uk-list-collapse.uk-list-striped > :nth-child(n+2) {
  margin-top: 0; }

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.uk-description-list > dt {
  color: #333; }

.uk-description-list > dt:nth-child(n+2) {
  margin-top: 20px; }

/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5; }

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px; }

/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 20px; }

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 16px;
  font-weight: bold;
  color: #35373b; }

/* Cell
 ========================================================================== */
.uk-table td {
  padding: 16px 12px;
  vertical-align: top; }

/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
  margin-bottom: 0; }

/* Footer
 ========================================================================== */
.uk-table tfoot {
  font-size: 0.875rem; }

/* Caption
 ========================================================================== */
.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999; }

/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important; }

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5; }

/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8; }

/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd; }

/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd; }

/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px; }

.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px; }

/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0; }

.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-right: 0; }

/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
  width: 1px; }

.uk-table-expand {
  min-width: 150px; }

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
  padding: 0 !important; }

.uk-table-link > a {
  display: block;
  padding: 16px 12px; }

.uk-table-small .uk-table-link > a {
  padding: 10px 12px; }

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 59.938em) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block; }
  .uk-table-responsive thead {
    display: none; }
  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important; }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important; }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important; }
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0; } }

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0; }

/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer; }

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor; }

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor; }

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
  transform: translate(0, 0); }

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 * 1. Required for `span` with background image
 * 2. Required for `image`
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  /* 1 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /* 2 */
  object-fit: scale-down;
  max-width: none; }

/* Style modifiers
 ========================================================================== */
/*
 * Link
 * 1. Allow text within link
 */
.uk-icon-link {
  color: #999;
  /* 1 */
  text-decoration: none !important; }

.uk-icon-link:hover {
  color: #35373b; }

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #292a2e; }

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center; }

/* Hover */
.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #35373b; }

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #35373b; }

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Remove default style.
 * 2. Define consistent box sizing.
 * 3. Remove `margin` in all browsers.
 * 4. Align to the center of the line box.
 * 5. Prevent content overflow if a fixed width is used.
 * 6. Take the full width.
 * 7. Remove white background in Chrome.
 */
.uk-range {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  max-width: 100%;
  /* 6 */
  width: 100%;
  /* 7 */
  background: transparent; }

/* Focus */
.uk-range:focus {
  outline: none; }

.uk-range::-moz-focus-outer {
  border: none; }

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer; }

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer; }

/*
 * Track
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb; }

.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #dfdfdf; }

/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb; }

.uk-range:focus::-moz-range-track {
  background: #dfdfdf; }

/*
 * Thumb
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #35373b; }

/* Firefox */
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  margin-top: -7px;
  border-radius: 500px;
  background: #35373b; }

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit; }

/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible; }

/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none; }

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold; }

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
  overflow: auto; }

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1; }

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer; }

/*
 * Define consistent border, margin, and padding.
 * 1. Reset `min-width`
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
  /* 1 */
  min-width: 0; }

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
  -webkit-appearance: none; }

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #f8f8f8;
  color: #35373b; }

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block; }

/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 40px; }

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top; }

.uk-select[multiple],
.uk-select[size] {
  resize: vertical; }

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ebebeb;
  color: #35373b; }

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999; }

/*
 * Placeholder
 */
.uk-input::placeholder {
  color: #999; }

.uk-textarea::placeholder {
  color: #999; }

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem; }

/* Single-line */
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px; }

/* Multi-line */
textarea.uk-form-small,
[multiple].uk-form-small,
[size].uk-form-small {
  padding: 5px 8px; }

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 30px; }

/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem; }

/* Single-line */
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px; }

/* Multi-line */
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
  padding: 7px 12px; }

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 55px; }

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e; }

/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296; }

/*
 * Blank
 */
.uk-form-blank {
  background: none; }

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px; }

select.uk-form-width-xsmall {
  width: 75px; }

.uk-form-width-small {
  width: 130px; }

.uk-form-width-medium {
  width: 200px; }

.uk-form-width-large {
  width: 500px; }

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2335373b%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2335373b%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%; }

/* 3 */
.uk-select:not([multiple]):not([size]) option {
  color: #35373b; }

/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%; }

.uk-input[list]:hover,
.uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2335373b%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

/* 1 */
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none !important; }

/* Radio and checkbox
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: #ebebeb;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.uk-radio {
  border-radius: 50%; }

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: #dfdfdf;
  outline: none; }

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0; }

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #0e6ecd; }

/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23151617%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23151617%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23151617%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8; }

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4; }

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle; }

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.uk-form-custom select,
.uk-form-custom input[type="file"] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer; }

.uk-form-custom input[type="file"] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden; }

/* Label
 ========================================================================== */
/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 10px; }

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 59.938em) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 10px; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left; }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px; }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px; } }

/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999; }

/*
 * Required for `a`.
 */
.uk-form-icon:hover {
  color: #35373b; }

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none; }

/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important; }

/*
 * Position modifier
 */
.uk-form-icon-flip {
  right: 0;
  left: auto; }

.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important; }

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 16px;
  /* 8 */
  line-height: 40px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none; }

.uk-button:not(:disabled) {
  cursor: pointer; }

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Hover */
.uk-button:hover {
  /* 9 */
  text-decoration: none; }

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
  background-color: #f8f8f8;
  color: #333; }

/* Hover */
.uk-button-default:hover {
  background-color: #ebebeb;
  color: #333; }

/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #dfdfdf;
  color: #333; }

/*
 * Primary
 */
.uk-button-primary {
  background-color: #1e87f0;
  color: #fff; }

/* Hover */
.uk-button-primary:hover {
  background-color: #0f7ae5;
  color: #fff; }

/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #0e6ecd;
  color: #fff; }

/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #222;
  color: #fff; }

/* Hover */
.uk-button-secondary:hover {
  background-color: #151515;
  color: #fff; }

/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #090909;
  color: #fff; }

/*
 * Danger
 */
.uk-button-danger {
  background-color: #f0506e;
  color: #fff; }

/* Hover */
.uk-button-danger:hover {
  background-color: #ee395b;
  color: #fff; }

/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #ec2147;
  color: #fff; }

/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999; }

/* Size modifiers
 ========================================================================== */
.uk-button-small {
  padding: 0 15px;
  line-height: 30px;
  font-size: 0.875rem; }

.uk-button-large {
  padding: 0 40px;
  line-height: 55px;
  font-size: 1.25rem; }

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333; }

/* Hover */
.uk-button-text:hover {
  color: #999; }

/* Disabled */
.uk-button-text:disabled {
  color: #999; }

/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333; }

/* Hover */
.uk-button-link:hover {
  color: #999;
  text-decoration: none; }

/* Disabled */
.uk-button-link:disabled {
  color: #999;
  text-decoration: none; }

/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative; }

/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in all browsers.
 * 2. Behave like a block element.
 * 3. Remove borders in Firefox.
 * 4. Remove default style in Chrome, Safari and Edge.
 * 5. Style
 */
.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  display: block;
  width: 100%;
  /* 3 */
  border: 0;
  /* 4 */
  background-color: #f8f8f8;
  /* 5 */
  margin-bottom: 20px;
  height: 15px; }

/* Add margin if adjacent element */
* + .uk-progress {
  margin-top: 20px; }

/*
 * Show background color set on `uk-progress` in Chrome, Safari and Edge.
 */
.uk-progress::-webkit-progress-bar {
  background-color: transparent; }

/*
 * Progress Bar
 * 1. Transitions don't work on `::-moz-progress-bar` pseudo element in Firefox yet.
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=662351
 */
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
  transition: width 0.6s ease; }

.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
  /* 1 */
  transition: width 0.6s ease; }

/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  display: flow-root;
  box-sizing: border-box;
  /* 1 */
  padding-top: 40px;
  padding-bottom: 40px; }

/* Desktop and bigger */
@media (min-width: 60em) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px; } }

/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
  margin-bottom: 0; }

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px; }

/*
 * Small
 */
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px; }

/*
 * Large
 */
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px; }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px; } }

/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px; }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px; } }

/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
  --uk-inverse: dark;
  background: #fff; }

/*
 * Muted
 */
.uk-section-muted {
  --uk-inverse: dark;
  background: #f8f8f8; }

/*
 * Primary
 */
.uk-section-primary {
  --uk-inverse: light;
  background: #1e87f0; }

/*
 * Secondary
 */
.uk-section-secondary {
  --uk-inverse: light;
  background: #222; }

/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  display: flow-root;
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px; } }

/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0; }

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0; }

/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
  max-width: 750px; }

.uk-container-small {
  max-width: 900px; }

.uk-container-large {
  max-width: 1400px; }

.uk-container-xlarge {
  max-width: 1600px; }

.uk-container-expand {
  max-width: none; }

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
  margin-left: 0; }

.uk-container-expand-right {
  margin-right: 0; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px); }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px); } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px); }
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px); }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px); }
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 40px); }
  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 40px); } }

/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px); }

.uk-container-item-padding-remove-left {
  margin-left: -15px; }

.uk-container-item-padding-remove-right {
  margin-right: -15px; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px); }
  .uk-container-item-padding-remove-left {
    margin-left: -30px; }
  .uk-container-item-padding-remove-right {
    margin-right: -30px; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 40px); }
  .uk-container-item-padding-remove-left {
    margin-left: -40px; }
  .uk-container-item-padding-remove-right {
    margin-right: -40px; } }

/* ========================================================================
   Component: Tile
 ========================================================================== */
.uk-tile {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px; } }

/*
 * Remove margin from the last-child
 */
.uk-tile > :last-child {
  margin-bottom: 0; }

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px; }

/*
 * Small
 */
.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px; }

/*
 * Large
 */
.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px; }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px; } }

/*
 * XLarge
 */
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px; }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px; } }

/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
  --uk-inverse: dark;
  background-color: #fff; }

/*
 * Muted
 */
.uk-tile-muted {
  --uk-inverse: dark;
  background-color: #f8f8f8; }

/*
 * Primary
 */
.uk-tile-primary {
  --uk-inverse: light;
  background-color: #1e87f0; }

/*
 * Secondary
 */
.uk-tile-secondary {
  --uk-inverse: light;
  background-color: #222; }

/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box; }

/* Sections
 ========================================================================== */
.uk-card-body {
  display: flow-root;
  padding: 30px 30px; }

.uk-card-header {
  display: flow-root;
  padding: 15px 30px; }

.uk-card-footer {
  display: flow-root;
  padding: 15px 30px; }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-card-body {
    padding: 40px 40px; }
  .uk-card-header {
    padding: 20px 40px; }
  .uk-card-footer {
    padding: 20px 40px; } }

/*
 * Remove margin from the last-child
 */
.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-card-footer > :last-child {
  margin-bottom: 0; }

/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4; }

/* Badge
 ========================================================================== */
/*
 * 1. Position
 * 2. Size
 * 3. Style
 * 4. Center child vertically
 */
.uk-card-badge {
  /* 1 */
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  /* 2 */
  height: 22px;
  padding: 0 10px;
  /* 3 */
  background: #1e87f0;
  color: #fff;
  font-size: 0.875rem;
  /* 4 */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0; }

/*
 * Remove margin from adjacent element
 */
.uk-card-badge:first-child + * {
  margin-top: 0; }

/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background-color: #f8f8f8; }

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
  --uk-inverse: dark;
  background-color: #f8f8f8;
  color: #35373b; }

.uk-card-default .uk-card-title {
  color: #333; }

.uk-card-default.uk-card-hover:hover {
  background-color: #ebebeb; }

/*
 * Primary
 */
.uk-card-primary {
  --uk-inverse: light;
  background-color: #1e87f0;
  color: #fff; }

.uk-card-primary .uk-card-title {
  color: #fff; }

.uk-card-primary.uk-card-hover:hover {
  background-color: #0f7ae5; }

/*
 * Secondary
 */
.uk-card-secondary {
  --uk-inverse: light;
  background-color: #222;
  color: #fff; }

.uk-card-secondary .uk-card-title {
  color: #fff; }

.uk-card-secondary.uk-card-hover:hover {
  background-color: #151515; }

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 20px 20px; }

.uk-card-small .uk-card-header {
  padding: 13px 20px; }

.uk-card-small .uk-card-footer {
  padding: 13px 20px; }

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-card-large.uk-card-body,
  .uk-card-large .uk-card-body {
    padding: 70px 70px; }
  .uk-card-large .uk-card-header {
    padding: 35px 70px; }
  .uk-card-large .uk-card-footer {
    padding: 35px 70px; } }

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999; }

/* Hover */
.uk-close:hover {
  color: #35373b; }

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite; }

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

/*
 * Circle
 */
.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round; }

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px; }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg); } }

/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
  padding: 5px;
  color: #999; }

/* Hover */
.uk-totop:hover {
  color: #35373b; }

/* OnClick */
.uk-totop:active {
  color: #333; }

/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff; }

/* Hover */
.uk-marker:hover {
  color: #fff; }

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #35373b; }

/* Add margin if adjacent element */
* + .uk-alert {
  margin-top: 20px; }

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px; }

/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + * {
  margin-top: 0; }

/*
 * Hover
 */
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0; }

/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296; }

/*
 * Warning
 */
.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a; }

/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e; }

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: #f8f8f8; }

/* Add margin if adjacent element */
* + .uk-placeholder {
  margin-top: 20px; }

/*
 * Remove margin from the last-child
 */
.uk-placeholder > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #1e87f0;
  color: #fff !important;
  font-size: 11px;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0; }

/*
 * Required for `a`
 */
.uk-badge:hover {
  text-decoration: none; }

/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap; }

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
  background-color: #32d296;
  color: #fff; }

/*
 * Warning
 */
.uk-label-warning {
  background-color: #faa05a;
  color: #fff; }

/*
 * Danger
 */
.uk-label-danger {
  background-color: #f0506e;
  color: #fff; }

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
  padding: 30px 30px; }

/*
 * Remove margin from the last-child
 */
.uk-overlay > :last-child {
  margin-bottom: 0; }

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
  --uk-inverse: dark;
  background: rgba(255, 255, 255, 0.8); }

/*
 * Primary
 */
.uk-overlay-primary {
  --uk-inverse: light;
  background: rgba(34, 34, 34, 0.8); }

/* ========================================================================
   Component: Article
 ========================================================================== */
.uk-article {
  display: flow-root; }

/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0; }

/* Adjacent sibling
 ========================================================================== */
.uk-article + .uk-article {
  margin-top: 70px; }

/* Title
 ========================================================================== */
.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2; }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-article-title {
    font-size: 2.625rem; } }

/* Meta
 ========================================================================== */
.uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999; }

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.uk-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.uk-comment-header {
  display: flow-root;
  margin-bottom: 20px; }

/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0; }

/* Title
 ========================================================================== */
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4; }

/* Meta
 ========================================================================== */
.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999; }

/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none; }

/* Adjacent siblings */
.uk-comment-list > :nth-child(n+2) {
  margin-top: 70px; }

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none; }

/* Tablet and bigger */
@media (min-width: 60em) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px; } }

/* Adjacent siblings */
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px; }

/* Style modifier
 ========================================================================== */
/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0; }

/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
  opacity: 1; }

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #35373b; }

.uk-search-input:focus {
  outline: none; }

/* Placeholder */
.uk-search-input::placeholder {
  color: #999; }

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999; }

/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
  color: #999; }

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none; }

/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto; }

/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 240px; }

/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f8f8f8; }

/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #f3f3f3; }

/*
 * Icon
 */
.uk-search-default .uk-search-icon {
  width: 40px; }

.uk-search-default:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-left: 40px; }

.uk-search-default:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 40px; }

/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 240px; }

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff; }

/* Focus */
.uk-search-navbar .uk-search-input:focus {
  background-color: #fcfcfc; }

/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  width: 40px; }

.uk-search-navbar:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-left: 40px; }

.uk-search-navbar:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 40px; }

/* Medium modifier
 ========================================================================== */
.uk-search-medium {
  width: 400px; }

/*
 * Input
 */
.uk-search-medium .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem; }

/* Focus */
/*
 * Icon
 */
.uk-search-medium .uk-search-icon {
  width: 24px; }

.uk-search-medium:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-left: 34px; }

.uk-search-medium:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 34px; }

/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px; }

/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem; }

/* Focus */
/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  width: 40px; }

.uk-search-large:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-left: 60px; }

.uk-search-large:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 60px; }

/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #999; }

/* Hover */
.uk-search-toggle:hover {
  color: #35373b; }

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none; }

/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px; }

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333; }

/* Hover */
.uk-accordion-title:hover {
  color: #35373b;
  text-decoration: none; }

/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 20px; }

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 20px;
  --uk-position-viewport-offset: 15px;
  /* 3 */
  box-sizing: border-box;
  width: 300px; }

/* Show */
.uk-drop.uk-open {
  display: block; }

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important; }

/* Parent icon
 ========================================================================== */
.uk-drop-parent-icon {
  margin-left: 0.25em;
  transition: transform 0.3s ease-out; }

[aria-expanded="true"] > .uk-drop-parent-icon {
  transform: rotateX(180deg); }

/* ========================================================================
   Component: Dropbar
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop
 * 2. Style
 */
.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  --uk-inverse: dark;
  /* 1 */
  width: auto;
  /* 2 */
  padding: 15px 15px 15px 15px;
  background: #f8f8f8;
  color: #35373b; }

/*
 * Remove margin from the last-child
 */
.uk-dropbar > :last-child {
  margin-bottom: 0; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-dropbar {
    padding-left: 30px;
    padding-right: 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-dropbar {
    padding-left: 40px;
    padding-right: 40px; } }

.uk-dropbar :focus-visible {
  outline-color: #333 !important; }

/* Size modifier
 ========================================================================== */
.uk-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px; }

/* Direction modifier
 ========================================================================== */
/* ========================================================================
   Component: Dropnav
 ========================================================================== */
/*
 * 1. Position
 * 2. Reset dropbar
 * 3. Width
 */
.uk-dropnav-dropbar {
  /* 1 */
  position: absolute;
  z-index: 980;
  /* 2 */
  padding: 0;
  /* 3 */
  left: 0;
  right: 0; }

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-modal {
    padding: 50px 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px; } }

/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1; }

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden; }

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. `!important` is needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: 100% !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform; }

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0); }

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px; }

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none; }

/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0); }

/* Sections
 ========================================================================== */
.uk-modal-body {
  display: flow-root;
  padding: 20px 20px; }

.uk-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #f8f8f8; }

.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #f8f8f8; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-modal-body {
    padding: 30px 30px; }
  .uk-modal-header {
    padding: 15px 30px; }
  .uk-modal-footer {
    padding: 15px 30px; } }

/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0; }

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*="uk-modal-close-"] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px; }

/*
 * Remove margin from adjacent element
 */
[class*="uk-modal-close-"]:first-child + * {
  margin-top: 0; }

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white; }

.uk-modal-close-outside:hover {
  color: #fff; }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%); } }

/*
 * Full
 */
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 * 5. Disable horizontal panning gestures
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
  /* 5 */
  touch-action: pan-y; }

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity; }

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none; }

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 * 2. Prevent accidental scrolling through elements in slide getting focused
 */
.uk-slider-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  overflow: clip; }

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px; }

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 * 3. Disable horizontal panning gestures
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y; }

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none; }

.uk-slider-items.uk-grid {
  flex-wrap: nowrap; }

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 2. Create position context
 */
.uk-slider-items > * {
  /* 1 */
  flex: none !important;
  box-sizing: border-box;
  max-width: 100%;
  /* 2 */
  position: relative; }

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Create position context so it's t the same like when fixed.
 * 2. Create stacking context already when not sticky to have the same context
*     for position set to `sticky` and `relative`
 * 2. More robust if padding and border are used and the sticky height is transitioned
 */
.uk-sticky {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 980;
  /* 3 */
  box-sizing: border-box; }

.uk-sticky-fixed {
  margin: 0 !important; }

/*
 * Faster animations
 */
.uk-sticky[class*="uk-animation-"] {
  animation-duration: 0.2s; }

.uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s; }

/*
 * Placeholder
 * Make content clickable for sticky cover and reveal effects
 */
.uk-sticky-placeholder {
  pointer-events: none; }

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000; }

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto; }

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  --uk-inverse: light;
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 30px 30px; } }

/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 40em) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px; } }

/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  left: 0; }

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0; }

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out; }

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right; }

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out; }

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0; }

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0; }

.uk-open > .uk-offcanvas-reveal {
  width: 270px; }

/* Tablet landscape and bigger */
@media (min-width: 40em) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px; } }

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 5px;
  right: 5px;
  padding: 5px; }

/* Tablet landscape and bigger */
@media (min-width: 40em) {
  .uk-offcanvas-close {
    top: 10px;
    right: 10px; } }

/*
 * Remove margin from adjacent element
 */
.uk-offcanvas-close:first-child + * {
  margin-top: 0; }

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none; }

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear; }

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1; }

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 * 1. `clip` is needed for `position: sticky` elements to keep their position
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
  /* 1 */
  overflow-x: clip; }

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%; }

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px; }

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 40em) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px; }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px; } }

/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher > :not(.uk-active) {
  display: none; }

/*
 * Remove margin from the last-child
 */
.uk-switcher > * > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Leader
 ========================================================================== */
.uk-leader {
  overflow: hidden; }

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap; }

/*
 * Hide if media does not match
 */
.uk-leader-fill.uk-leader-hide::after {
  display: none; }

/*
 * Pass fill character to JS
 */
:root {
  --uk-leader-fill-content: .; }

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px; }

/* Position modifiers
========================================================================== */
.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px; }

.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: -175px; }

.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
  top: auto;
  bottom: 10px; }

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 39.938em) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0; } }

/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #35373b;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer; }

* + .uk-notification-message {
  margin-top: 10px; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px; }

.uk-notification-message:hover .uk-notification-close {
  display: block; }

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #1e87f0; }

/*
 * Success
 */
.uk-notification-message-success {
  color: #32d296; }

/*
 * Warning
 */
.uk-notification-message-warning {
  color: #faa05a; }

/*
 * Danger
 */
.uk-notification-message-danger {
  color: #f0506e; }

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 10;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px; }

/* Show */
.uk-tooltip.uk-active {
  display: block; }

/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
  position: relative; }

/*
 * Remove margin from the last-child
 */
.uk-sortable > :last-child {
  margin-bottom: 0; }

/* Drag
 ========================================================================== */
.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none; }

/* Placeholder
 ========================================================================== */
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none; }

/* Empty modifier
 ========================================================================== */
.uk-sortable-empty {
  min-height: 50px; }

/* Handle
 ========================================================================== */
/* Hover */
.uk-sortable-handle:hover {
  cursor: move; }

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/* Number
 ========================================================================== */
/*
 * 1. Make numbers all of the same size to prevent jumping. Must be supported by the font.
 * 2. Style
 */
.uk-countdown-number {
  /* 1 */
  font-variant-numeric: tabular-nums;
  /* 2 */
  font-size: 2rem;
  line-height: 0.8; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-countdown-number {
    font-size: 4rem; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-countdown-number {
    font-size: 6rem; } }

/* Separator
 ========================================================================== */
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-countdown-separator {
    font-size: 2rem; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-countdown-separator {
    font-size: 3rem; } }

/* Label
 ========================================================================== */
/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-thumbnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -15px; }

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-thumbnav > * {
  /* 1 */
  padding-left: 15px; }

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > * {
  display: inline-block; }

/* Hover */
/* Active */
/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px; }

/* 2 */
.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px; }

/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-iconnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -10px; }

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav > * {
  /* 1 */
  padding-left: 10px; }

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically if there is still some text
 * 2. Imitate white space gap when using flexbox
 * 3. Force text not to affect item height
 * 4. Style
 * 5. Required for `a` if there is still some text
 */
.uk-iconnav > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  line-height: 0;
  /* 4 */
  color: #999;
  /* 5 */
  text-decoration: none; }

/* Hover */
.uk-iconnav > * > a:hover {
  color: #35373b; }

/* Active */
.uk-iconnav > .uk-active > a {
  color: #35373b; }

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -10px; }

/* 2 */
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px; }

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > * {
  margin: 0; }

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0; }

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -30px; }

.uk-grid > * {
  padding-left: 30px; }

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 30px; }

/* Desktop and bigger */
@media (min-width: 75em) {
  /* Horizontal */
  .uk-grid {
    margin-left: -40px; }
  .uk-grid > * {
    padding-left: 40px; }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 40px; } }

/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -15px; }

.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 15px; }

/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 15px; }

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -30px; }

.uk-grid-medium > *,
.uk-grid-column-medium > * {
  padding-left: 30px; }

/* Vertical */
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 30px; }

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -40px; }

.uk-grid-large > *,
.uk-grid-column-large > * {
  padding-left: 40px; }

/* Vertical */
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 40px; }

/* Desktop and bigger */
@media (min-width: 75em) {
  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px; }
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 70px; }
  /* Vertical */
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px; } }

/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0; }

.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-left: 0; }

/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0; }

/* Divider
 ========================================================================== */
.uk-grid-divider > * {
  position: relative; }

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5; }

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5; }

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -60px; }

.uk-grid-divider > * {
  padding-left: 60px; }

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px; }

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px; }

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }

/* Desktop and bigger */
@media (min-width: 75em) {
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px; }
  .uk-grid-divider > * {
    padding-left: 80px; }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px; }
  /* Vertical */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px; }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px; } }

/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px; }

.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
  padding-left: 30px; }

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 15px; }

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px; }

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px; }

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px; }

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px; }

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px; }

.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 60px; }

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 30px; }

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px; }

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px; }

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px; }

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -80px; }

.uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
  padding-left: 80px; }

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 40px; }

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px; }

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px; }

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px; }

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px; }

/* Desktop and bigger */
@media (min-width: 75em) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px; }
  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px; }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px; }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px; }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px; }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px; }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px; } }

/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap; }

.uk-grid-match > * > :not([class*="uk-width"]),
.uk-grid-item-match > :not([class*="uk-width"]) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto; }

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
* 1. Center content vertically, e.g. an icon
* 2. Imitate white space gap when using flexbox
* 3. Reset link
 */
.uk-nav li > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3*/
  text-decoration: none; }

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav > li > a {
  padding: 5px 0; }

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px; }

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
  padding-left: 15px; }

/*
 * Items
 */
.uk-nav-sub a {
  padding: 2px 0; }

/* Parent icon
 ========================================================================== */
.uk-nav-parent-icon {
  margin-left: auto;
  transition: transform 0.3s ease-out; }

.uk-nav > li.uk-open > a .uk-nav-parent-icon {
  transform: rotateX(180deg); }

/* Header
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem; }

.uk-nav-header:not(:first-child) {
  margin-top: 20px; }

/* Divider
 ========================================================================== */
.uk-nav .uk-nav-divider {
  margin: 5px 0; }

/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 16px;
  line-height: 1.5; }

/*
 * Items
 */
.uk-nav-default > li > a {
  color: #999; }

/* Hover */
.uk-nav-default > li > a:hover {
  color: #35373b; }

/* Active */
.uk-nav-default > li.uk-active > a {
  color: #333; }

/*
 * Subtitle
 */
.uk-nav-default .uk-nav-subtitle {
  font-size: 0.875rem; }

/*
 * Header
 */
.uk-nav-default .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub {
  font-size: 16px;
  line-height: 1.5; }

.uk-nav-default .uk-nav-sub a {
  color: #999; }

.uk-nav-default .uk-nav-sub a:hover {
  color: #35373b; }

.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Primary modifier
 ========================================================================== */
.uk-nav-primary {
  font-size: 1.5rem;
  line-height: 1.5; }

/*
 * Items
 */
.uk-nav-primary > li > a {
  color: #999; }

/* Hover */
.uk-nav-primary > li > a:hover {
  color: #35373b; }

/* Active */
.uk-nav-primary > li.uk-active > a {
  color: #333; }

/*
 * Subtitle
 */
.uk-nav-primary .uk-nav-subtitle {
  font-size: 1.25rem; }

/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub {
  font-size: 1.25rem;
  line-height: 1.5; }

.uk-nav-primary .uk-nav-sub a {
  color: #999; }

.uk-nav-primary .uk-nav-sub a:hover {
  color: #35373b; }

.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Secondary modifier
 ========================================================================== */
.uk-nav-secondary {
  font-size: 16px;
  line-height: 1.5; }

/*
 * Items
 */
.uk-nav-secondary > li > a {
  color: #333; }

/* Hover */
.uk-nav-secondary > li > a:hover {
  color: #333; }

/* Active */
.uk-nav-secondary > li.uk-active > a {
  color: #333; }

/*
 * Subtitle
 */
.uk-nav-secondary .uk-nav-subtitle {
  font-size: 0.875rem;
  color: #999; }

/* Hover */
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: #35373b; }

/* Active */
.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #333; }

/*
 * Header
 */
.uk-nav-secondary .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-nav-secondary .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-nav-secondary .uk-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5; }

.uk-nav-secondary .uk-nav-sub a {
  color: #999; }

.uk-nav-secondary .uk-nav-sub a:hover {
  color: #35373b; }

.uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Size modifier
 ========================================================================== */
/*
 * Medium
 */
.uk-nav-medium {
  font-size: 2.8875rem;
  line-height: 1; }

.uk-nav-large {
  font-size: 3.4rem;
  line-height: 1; }

.uk-nav-xlarge {
  font-size: 4rem;
  line-height: 1; }

/* Tablet Landscape and bigger */
@media (min-width: 60em) {
  .uk-nav-medium {
    font-size: 3.5rem; }
  .uk-nav-large {
    font-size: 4rem; }
  .uk-nav-xlarge {
    font-size: 6rem; } }

/* Laptop and bigger */
@media (min-width: 75em) {
  .uk-nav-medium {
    font-size: 4rem; }
  .uk-nav-large {
    font-size: 6rem; }
  .uk-nav-xlarge {
    font-size: 8rem; } }

/* Alignment modifier
 ========================================================================== */
/*
 * 1. Center header
 * 2. Center items
 */
/* 1 */
.uk-nav-center {
  text-align: center; }

/* 2 */
.uk-nav-center li > a {
  justify-content: center; }

/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0; }

/* Parent icon  */
.uk-nav-center .uk-nav-parent-icon {
  margin-left: 0.25em; }

/* Style modifier
 ========================================================================== */
/*
 * Divider
 * Naming is in plural to prevent conflicts with divider sub object.
 */
.uk-nav.uk-nav-divider > :not(.uk-nav-header):not(.uk-nav-divider) + :not(.uk-nav-header):not(.uk-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5; }

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative; }

/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8; }

/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 */
.uk-navbar-left,
.uk-navbar-right,
[class*="uk-navbar-center"] {
  display: flex;
  gap: 0px;
  /* 1 */
  align-items: center; }

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */
.uk-navbar-right {
  margin-left: auto; }

.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative; }

.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  width: max-content;
  box-sizing: border-box;
  /* 3 */
  z-index: 990; }

/* 4 */
.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0; }

.uk-navbar-center-left {
  right: calc(100% + 0px); }

.uk-navbar-center-right {
  left: calc(100% + 0px); }

[class*="uk-navbar-center-"] {
  width: max-content;
  box-sizing: border-box; }

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.uk-navbar-nav {
  display: flex;
  gap: 0px;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
  flex-wrap: wrap; }

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Imitate white space gap when using flexbox
 * 3. Dimensions
 * 4. Style
 * 5. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  box-sizing: border-box;
  min-height: 80px;
  /* 4 */
  font-size: 0.9rem;
  font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
  /* 5 */
  text-decoration: none; }

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  padding: 0 15px;
  color: #fcfafa; }

/*
 * Hover
 * Apply hover style also if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded="true"] {
  color: #ffc629; }

/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #ffc629; }

/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #3d7cc9; }

/* Parent icon modifier
 ========================================================================== */
.uk-navbar-parent-icon {
  margin-left: 4px;
  transition: transform 0.3s ease-out; }

.uk-navbar-nav > li > a[aria-expanded="true"] .uk-navbar-parent-icon {
  transform: rotateX(180deg); }

/* Item
 ========================================================================== */
.uk-navbar-item {
  padding: 0 15px;
  color: #35373b; }

/*
 * Remove margin from the last-child
 */
.uk-navbar-item > :last-child {
  margin-bottom: 0; }

/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
  padding: 0 15px;
  color: #999; }

.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded="true"] {
  color: #35373b;
  text-decoration: none; }

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover */
/* Subtitle
 ========================================================================== */
.uk-navbar-subtitle {
  font-size: 0.875rem; }

/* Justify modifier
 ========================================================================== */
.uk-navbar-justify .uk-navbar-left,
.uk-navbar-justify .uk-navbar-right,
.uk-navbar-justify .uk-navbar-nav,
.uk-navbar-justify .uk-navbar-nav > li,
.uk-navbar-justify .uk-navbar-item,
.uk-navbar-justify .uk-navbar-toggle {
  flex-grow: 1; }

/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Set a default width
 * 2. Style
 */
.uk-navbar-dropdown {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  --uk-inverse: dark;
  /* 1 */
  width: 200px;
  /* 2 */
  padding: 25px;
  background: #f8f8f8;
  color: #35373b; }

/*
 * Remove margin from the last-child
 */
.uk-navbar-dropdown > :last-child {
  margin-bottom: 0; }

.uk-navbar-dropdown :focus-visible {
  outline-color: #333 !important; }

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown .uk-drop-grid {
  margin-left: -30px; }

.uk-navbar-dropdown .uk-drop-grid > * {
  padding-left: 30px; }

/* Gutter Vertical */
.uk-navbar-dropdown .uk-drop-grid > .uk-grid-margin {
  margin-top: 30px; }

/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
  width: 400px; }

.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
  width: 600px; }

.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {
  width: 800px; }

.uk-navbar-dropdown-width-5:not(.uk-drop-stack) {
  width: 1000px; }

/*
 * Size modifier
 */
.uk-navbar-dropdown-large {
  --uk-position-shift-offset: 0;
  padding: 40px; }

/*
 * Dropbar modifier
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-navbar-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 25px 0 25px 0;
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 40px; } }

.uk-navbar-dropdown-dropbar-large {
  --uk-position-shift-offset: 0;
  padding-top: 40px;
  padding-bottom: 40px; }

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
  color: #999; }

/* Hover */
.uk-navbar-dropdown-nav > li > a:hover {
  color: #35373b; }

/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333; }

/*
 * Subtitle
 */
.uk-navbar-dropdown-nav .uk-nav-subtitle {
  font-size: 0.875rem; }

/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999; }

.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: #35373b; }

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Dropbar
 ========================================================================== */
/*
 * Adopts `uk-dropnav-dropbar`
 */
/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */
.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-left: -20px;
  /* 4 */
  padding: 0;
  list-style: none; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative; }

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */
.uk-subnav > * > :first-child {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  color: #999; }

/* Hover */
.uk-subnav > * > a:hover {
  color: #35373b;
  text-decoration: none; }

/* Active */
.uk-subnav > .uk-active > a {
  color: #333; }

/* Divider modifier
 ========================================================================== */
/*
 * Set gutter
 */
.uk-subnav-divider {
  margin-left: -41px; }

/*
 * Align items and divider vertically
 */
.uk-subnav-divider > * {
  display: flex;
  align-items: center; }

/*
 * Divider
 * 1. `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid transparent; }

/* 1 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5; }

/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999; }

/* Hover */
.uk-subnav-pill > * > a:hover {
  background-color: #f8f8f8;
  color: #35373b; }

/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #35373b; }

/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #fff; }

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999; }

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * Reset list
 */
.uk-breadcrumb {
  padding: 0;
  list-style: none; }

/*
 * 1. Doesn't generate any box and replaced by child boxes
 */
.uk-breadcrumb > * {
  display: contents; }

/* Items
 ========================================================================== */
.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #999; }

/* Hover */
.uk-breadcrumb > * > :hover {
  color: #35373b;
  text-decoration: none; }

/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #35373b; }

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 * 1. Remove space between inline block elements.
 * 2. Style
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  /* 1 */
  margin: 0 20px 0 calc(20px - 4px);
  /* 2 */
  font-size: 0.875rem;
  color: #999; }

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */
.uk-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-left: 0;
  /* 4 */
  padding: 0;
  list-style: none; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-pagination > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 0;
  /* 3 */
  position: relative; }

/* Items
 ========================================================================== */
/*
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */
.uk-pagination > * > * {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  padding: 5px 10px;
  color: #999; }

/* Hover */
.uk-pagination > * > :hover {
  color: #35373b;
  text-decoration: none; }

/* Active */
.uk-pagination > .uk-active > * {
  color: #35373b; }

/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999; }

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-tab > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative; }

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Center content if a width is set
 * 4. Style
 */
.uk-tab > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  justify-content: center;
  /* 4 */
  padding: 5px 10px;
  color: #999; }

/* Hover */
.uk-tab > * > a:hover {
  color: #35373b;
  text-decoration: none; }

/* Active */
.uk-tab > .uk-active > a {
  color: #333; }

/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999; }

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0; }

/* 1 */
.uk-tab-left > *,
.uk-tab-right > * {
  padding-left: 0; }

.uk-tab-left > * > a {
  justify-content: left; }

.uk-tab-right > * > a {
  justify-content: left; }

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(53, 55, 59, 0.5); }

/* Hover */
.uk-slidenav:hover {
  color: rgba(53, 55, 59, 0.9); }

/* OnClick */
.uk-slidenav:active {
  color: rgba(53, 55, 59, 0.5); }

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px; }

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex; }

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px; }

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(53, 55, 59, 0.2);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }

/* Hover */
.uk-dotnav > * > :hover {
  background-color: rgba(53, 55, 59, 0.6); }

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(53, 55, 59, 0.2); }

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(53, 55, 59, 0.6); }

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px; }

/* 2 */
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px; }

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop and let text expand the width instead of wrapping
 * 2. Set a default width
 * 3. Style
 */
.uk-dropdown {
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 15px;
  --uk-inverse: dark;
  /* 1 */
  width: auto;
  /* 2 */
  min-width: 200px;
  /* 3 */
  padding: 15px;
  background: #f8f8f8;
  color: #35373b; }

/*
 * Remove margin from the last-child
 */
.uk-dropdown > :last-child {
  margin-bottom: 0; }

.uk-dropdown :focus-visible {
  outline-color: #333 !important; }

/* Size modifier
 ========================================================================== */
.uk-dropdown-large {
  padding: 40px; }

/* Dropbar modifier
 ========================================================================== */
/*
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 15px 0 15px 0;
  --uk-position-viewport-offset: 15px; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 40px; } }

.uk-dropdown-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px; }

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #999; }

/* Hover + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li.uk-active > a {
  color: #35373b; }

/*
 * Subtitle
 */
.uk-dropdown-nav .uk-nav-subtitle {
  font-size: 0.875rem; }

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999; }

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #35373b; }

/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 * 7. Prevent cancellation of pointer events while dragging
 */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 7 */
  touch-action: pinch-zoom; }

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1; }

/*
 * Focus
 */
.uk-lightbox :focus-visible {
  outline-color: rgba(255, 255, 255, 0.7); }

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
  overflow: hidden; }

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 */
.uk-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity; }

/* 5 */
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh; }

.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto; }

.uk-lightbox-items > .uk-active {
  display: flex; }

/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7); }

.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7); }

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7); }

/*
 * Hover
 */
.uk-lightbox-toolbar-icon:hover {
  color: #fff; }

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center; }

/* Hover */
.uk-lightbox-button:hover {
  color: #fff; }

/* OnClick */
/* Caption
 ========================================================================== */
.uk-lightbox-caption:empty {
  display: none; }

/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%; }

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*="uk-animation-"] {
  animation: 0.5s ease-out both; }

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear; }

/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade, uk-scale-up; }

.uk-animation-scale-down {
  animation-name: uk-fade, uk-scale-down; }

/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade, uk-slide-top; }

.uk-animation-slide-bottom {
  animation-name: uk-fade, uk-slide-bottom; }

.uk-animation-slide-left {
  animation-name: uk-fade, uk-slide-left; }

.uk-animation-slide-right {
  animation-name: uk-fade, uk-slide-right; }

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade, uk-slide-top-small; }

.uk-animation-slide-bottom-small {
  animation-name: uk-fade, uk-slide-bottom-small; }

.uk-animation-slide-left-small {
  animation-name: uk-fade, uk-slide-left-small; }

.uk-animation-slide-right-small {
  animation-name: uk-fade, uk-slide-right-small; }

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade, uk-slide-top-medium; }

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade, uk-slide-bottom-medium; }

.uk-animation-slide-left-medium {
  animation-name: uk-fade, uk-slide-left-medium; }

.uk-animation-slide-right-medium {
  animation-name: uk-fade, uk-slide-right-medium; }

/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-kenburns;
  animation-duration: 15s; }

/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake; }

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  animation-name: uk-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke); }

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in; }

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s; }

/* Toggle animation based on the State of the Parent Element
 ========================================================================== */
.uk-animation-toggle:not(:hover):not(:focus) [class*="uk-animation-"] {
  animation-name: none; }

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Scale
 */
@keyframes uk-scale-up {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

@keyframes uk-scale-down {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

/*
 * Slide
 */
@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@keyframes uk-slide-right {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

/*
 * Slide Small
 */
@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

/*
 * Slide Medium
 */
@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px); }
  100% {
    transform: translateY(0); } }

@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px); }
  100% {
    transform: translateY(0); } }

@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px); }
  100% {
    transform: translateX(0); } }

@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px); }
  100% {
    transform: translateX(0); } }

/*
 * Kenburns
 */
@keyframes uk-kenburns {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

/*
 * Shake
 */
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0); }
  10% {
    transform: translateX(-9px); }
  20% {
    transform: translateX(8px); }
  30% {
    transform: translateX(-7px); }
  40% {
    transform: translateX(6px); }
  50% {
    transform: translateX(-5px); }
  60% {
    transform: translateX(4px); }
  70% {
    transform: translateX(-3px); }
  80% {
    transform: translateX(2px); }
  90% {
    transform: translateX(-1px); } }

/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke); }
  100% {
    stroke-dashoffset: 0; } }

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*="uk-child-width"] > * {
  box-sizing: border-box;
  width: 100%; }

.uk-child-width-1-2 > * {
  width: 50%; }

.uk-child-width-1-3 > * {
  width: calc(100% / 3); }

.uk-child-width-1-4 > * {
  width: 25%; }

.uk-child-width-1-5 > * {
  width: 20%; }

.uk-child-width-1-6 > * {
  width: calc(100% / 6); }

.uk-child-width-auto > * {
  width: auto; }

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*="uk-width"]) {
  flex: 1;
  /* 1 */
  min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-child-width-1-1\@s > * {
    width: 100%; }
  .uk-child-width-1-2\@s > * {
    width: 50%; }
  .uk-child-width-1-3\@s > * {
    width: calc(100% / 3); }
  .uk-child-width-1-4\@s > * {
    width: 25%; }
  .uk-child-width-1-5\@s > * {
    width: 20%; }
  .uk-child-width-1-6\@s > * {
    width: calc(100% / 6); }
  .uk-child-width-auto\@s > * {
    width: auto; }
  .uk-child-width-expand\@s > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px; }
  /* Reset expand */
  .uk-child-width-1-1\@s > :not([class*="uk-width"]),
  .uk-child-width-1-2\@s > :not([class*="uk-width"]),
  .uk-child-width-1-3\@s > :not([class*="uk-width"]),
  .uk-child-width-1-4\@s > :not([class*="uk-width"]),
  .uk-child-width-1-5\@s > :not([class*="uk-width"]),
  .uk-child-width-1-6\@s > :not([class*="uk-width"]),
  .uk-child-width-auto\@s > :not([class*="uk-width"]) {
    flex: initial; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-child-width-1-1\@m > * {
    width: 100%; }
  .uk-child-width-1-2\@m > * {
    width: 50%; }
  .uk-child-width-1-3\@m > * {
    width: calc(100% / 3); }
  .uk-child-width-1-4\@m > * {
    width: 25%; }
  .uk-child-width-1-5\@m > * {
    width: 20%; }
  .uk-child-width-1-6\@m > * {
    width: calc(100% / 6); }
  .uk-child-width-auto\@m > * {
    width: auto; }
  .uk-child-width-expand\@m > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px; }
  /* Reset expand */
  .uk-child-width-1-1\@m > :not([class*="uk-width"]),
  .uk-child-width-1-2\@m > :not([class*="uk-width"]),
  .uk-child-width-1-3\@m > :not([class*="uk-width"]),
  .uk-child-width-1-4\@m > :not([class*="uk-width"]),
  .uk-child-width-1-5\@m > :not([class*="uk-width"]),
  .uk-child-width-1-6\@m > :not([class*="uk-width"]),
  .uk-child-width-auto\@m > :not([class*="uk-width"]) {
    flex: initial; } }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-child-width-1-1\@l > * {
    width: 100%; }
  .uk-child-width-1-2\@l > * {
    width: 50%; }
  .uk-child-width-1-3\@l > * {
    width: calc(100% / 3); }
  .uk-child-width-1-4\@l > * {
    width: 25%; }
  .uk-child-width-1-5\@l > * {
    width: 20%; }
  .uk-child-width-1-6\@l > * {
    width: calc(100% / 6); }
  .uk-child-width-auto\@l > * {
    width: auto; }
  .uk-child-width-expand\@l > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px; }
  /* Reset expand */
  .uk-child-width-1-1\@l > :not([class*="uk-width"]),
  .uk-child-width-1-2\@l > :not([class*="uk-width"]),
  .uk-child-width-1-3\@l > :not([class*="uk-width"]),
  .uk-child-width-1-4\@l > :not([class*="uk-width"]),
  .uk-child-width-1-5\@l > :not([class*="uk-width"]),
  .uk-child-width-1-6\@l > :not([class*="uk-width"]),
  .uk-child-width-auto\@l > :not([class*="uk-width"]) {
    flex: initial; } }

/* Large screen and bigger */
@media (min-width: 100em) {
  .uk-child-width-1-1\@xl > * {
    width: 100%; }
  .uk-child-width-1-2\@xl > * {
    width: 50%; }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% / 3); }
  .uk-child-width-1-4\@xl > * {
    width: 25%; }
  .uk-child-width-1-5\@xl > * {
    width: 20%; }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% / 6); }
  .uk-child-width-auto\@xl > * {
    width: auto; }
  .uk-child-width-expand\@xl > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px; }
  /* Reset expand */
  .uk-child-width-1-1\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-2\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-3\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-4\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-5\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-6\@xl > :not([class*="uk-width"]),
  .uk-child-width-auto\@xl > :not([class*="uk-width"]) {
    flex: initial; } }

/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*="uk-width"] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%; }

/* Halves */
.uk-width-1-2 {
  width: 50%; }

/* Thirds */
.uk-width-1-3 {
  width: calc(100% / 3); }

.uk-width-2-3 {
  width: calc(200% / 3); }

/* Quarters */
.uk-width-1-4 {
  width: 25%; }

.uk-width-3-4 {
  width: 75%; }

/* Fifths */
.uk-width-1-5 {
  width: 20%; }

.uk-width-2-5 {
  width: 40%; }

.uk-width-3-5 {
  width: 60%; }

.uk-width-4-5 {
  width: 80%; }

/* Sixths */
.uk-width-1-6 {
  width: calc(100% / 6); }

.uk-width-5-6 {
  width: calc(500% / 6); }

/* Pixel */
.uk-width-small {
  width: 150px; }

.uk-width-medium {
  width: 300px; }

.uk-width-large {
  width: 450px; }

.uk-width-xlarge {
  width: 600px; }

.uk-width-2xlarge {
  width: 750px; }

/* Auto */
.uk-width-auto {
  width: auto; }

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% / 3); }
  .uk-width-2-3\@s {
    width: calc(200% / 3); }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%; }
  .uk-width-3-4\@s {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%; }
  .uk-width-2-5\@s {
    width: 40%; }
  .uk-width-3-5\@s {
    width: 60%; }
  .uk-width-4-5\@s {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% / 6); }
  .uk-width-5-6\@s {
    width: calc(500% / 6); }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px; }
  .uk-width-medium\@s {
    width: 300px; }
  .uk-width-large\@s {
    width: 450px; }
  .uk-width-xlarge\@s {
    width: 600px; }
  .uk-width-2xlarge\@s {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@s {
    width: auto; }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px; }
  /* Reset expand */
  .uk-width-1-1\@s,
  .uk-width-1-2\@s,
  .uk-width-1-3\@s,
  .uk-width-2-3\@s,
  .uk-width-1-4\@s,
  .uk-width-3-4\@s,
  .uk-width-1-5\@s,
  .uk-width-2-5\@s,
  .uk-width-3-5\@s,
  .uk-width-4-5\@s,
  .uk-width-1-6\@s,
  .uk-width-5-6\@s,
  .uk-width-small\@s,
  .uk-width-medium\@s,
  .uk-width-large\@s,
  .uk-width-xlarge\@s,
  .uk-width-2xlarge\@s,
  .uk-width-auto\@s {
    flex: initial; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% / 3); }
  .uk-width-2-3\@m {
    width: calc(200% / 3); }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%; }
  .uk-width-3-4\@m {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%; }
  .uk-width-2-5\@m {
    width: 40%; }
  .uk-width-3-5\@m {
    width: 60%; }
  .uk-width-4-5\@m {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% / 6); }
  .uk-width-5-6\@m {
    width: calc(500% / 6); }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px; }
  .uk-width-medium\@m {
    width: 300px; }
  .uk-width-large\@m {
    width: 450px; }
  .uk-width-xlarge\@m {
    width: 600px; }
  .uk-width-2xlarge\@m {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@m {
    width: auto; }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px; }
  /* Reset expand */
  .uk-width-1-1\@m,
  .uk-width-1-2\@m,
  .uk-width-1-3\@m,
  .uk-width-2-3\@m,
  .uk-width-1-4\@m,
  .uk-width-3-4\@m,
  .uk-width-1-5\@m,
  .uk-width-2-5\@m,
  .uk-width-3-5\@m,
  .uk-width-4-5\@m,
  .uk-width-1-6\@m,
  .uk-width-5-6\@m,
  .uk-width-small\@m,
  .uk-width-medium\@m,
  .uk-width-large\@m,
  .uk-width-xlarge\@m,
  .uk-width-2xlarge\@m,
  .uk-width-auto\@m {
    flex: initial; } }

/* Desktop and bigger */
@media (min-width: 75em) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% / 3); }
  .uk-width-2-3\@l {
    width: calc(200% / 3); }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%; }
  .uk-width-3-4\@l {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%; }
  .uk-width-2-5\@l {
    width: 40%; }
  .uk-width-3-5\@l {
    width: 60%; }
  .uk-width-4-5\@l {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% / 6); }
  .uk-width-5-6\@l {
    width: calc(500% / 6); }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px; }
  .uk-width-medium\@l {
    width: 300px; }
  .uk-width-large\@l {
    width: 450px; }
  .uk-width-xlarge\@l {
    width: 600px; }
  .uk-width-2xlarge\@l {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@l {
    width: auto; }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px; }
  /* Reset expand */
  .uk-width-1-1\@l,
  .uk-width-1-2\@l,
  .uk-width-1-3\@l,
  .uk-width-2-3\@l,
  .uk-width-1-4\@l,
  .uk-width-3-4\@l,
  .uk-width-1-5\@l,
  .uk-width-2-5\@l,
  .uk-width-3-5\@l,
  .uk-width-4-5\@l,
  .uk-width-1-6\@l,
  .uk-width-5-6\@l,
  .uk-width-small\@l,
  .uk-width-medium\@l,
  .uk-width-large\@l,
  .uk-width-xlarge\@l,
  .uk-width-2xlarge\@l,
  .uk-width-auto\@l {
    flex: initial; } }

/* Large screen and bigger */
@media (min-width: 100em) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% / 3); }
  .uk-width-2-3\@xl {
    width: calc(200% / 3); }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%; }
  .uk-width-3-4\@xl {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%; }
  .uk-width-2-5\@xl {
    width: 40%; }
  .uk-width-3-5\@xl {
    width: 60%; }
  .uk-width-4-5\@xl {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% / 6); }
  .uk-width-5-6\@xl {
    width: calc(500% / 6); }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px; }
  .uk-width-medium\@xl {
    width: 300px; }
  .uk-width-large\@xl {
    width: 450px; }
  .uk-width-xlarge\@xl {
    width: 600px; }
  .uk-width-2xlarge\@xl {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto; }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px; }
  /* Reset expand */
  .uk-width-1-1\@xl,
  .uk-width-1-2\@xl,
  .uk-width-1-3\@xl,
  .uk-width-2-3\@xl,
  .uk-width-1-4\@xl,
  .uk-width-3-4\@xl,
  .uk-width-1-5\@xl,
  .uk-width-2-5\@xl,
  .uk-width-3-5\@xl,
  .uk-width-4-5\@xl,
  .uk-width-1-6\@xl,
  .uk-width-5-6\@xl,
  .uk-width-small\@xl,
  .uk-width-medium\@xl,
  .uk-width-large\@xl,
  .uk-width-xlarge\@xl,
  .uk-width-2xlarge\@xl,
  .uk-width-auto\@xl {
    flex: initial; } }

/* Intrinsic Widths
 ========================================================================== */
.uk-width-max-content {
  width: max-content; }

.uk-width-min-content {
  width: min-content; }

/* ========================================================================
   Component: Height
 ========================================================================== */
[class*="uk-height"] {
  box-sizing: border-box; }

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%; }

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh; }

.uk-height-viewport-2 {
  min-height: 200vh; }

.uk-height-viewport-3 {
  min-height: 300vh; }

.uk-height-viewport-4 {
  min-height: 400vh; }

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px; }

.uk-height-medium {
  height: 300px; }

.uk-height-large {
  height: 450px; }

.uk-height-max-small {
  max-height: 150px; }

.uk-height-max-medium {
  max-height: 300px; }

.uk-height-max-large {
  max-height: 450px; }

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333; }

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999; }

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5; }

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5; }

.uk-text-default {
  font-size: 16px;
  line-height: 1.5; }

/* Weight modifier
 ========================================================================== */
.uk-text-light {
  font-weight: 300; }

.uk-text-normal {
  font-weight: 400; }

.uk-text-bold {
  font-weight: 700; }

.uk-text-lighter {
  font-weight: lighter; }

.uk-text-bolder {
  font-weight: bolder; }

/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic; }

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important; }

.uk-text-uppercase {
  text-transform: uppercase !important; }

.uk-text-lowercase {
  text-transform: lowercase !important; }

/* Decoration modifier
 ========================================================================== */
.uk-text-decoration-none {
  text-decoration: none !important; }

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important; }

.uk-text-emphasis {
  color: #333 !important; }

.uk-text-primary {
  color: #1e87f0 !important; }

.uk-text-secondary {
  color: #222 !important; }

.uk-text-success {
  color: #32d296 !important; }

.uk-text-warning {
  color: #faa05a !important; }

.uk-text-danger {
  color: #f0506e !important; }

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in all browsers.
 * 2. Default color is set to transparent.
 * 3. Container fits the text
 * 4. Style
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  color: transparent !important;
  /* 3 */
  display: inline-block;
  /* 4 */
  background-color: #1e87f0; }

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important; }

.uk-text-right {
  text-align: right !important; }

.uk-text-center {
  text-align: center !important; }

.uk-text-justify {
  text-align: justify !important; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-text-left\@s {
    text-align: left !important; }
  .uk-text-right\@s {
    text-align: right !important; }
  .uk-text-center\@s {
    text-align: center !important; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-text-left\@m {
    text-align: left !important; }
  .uk-text-right\@m {
    text-align: right !important; }
  .uk-text-center\@m {
    text-align: center !important; } }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-text-left\@l {
    text-align: left !important; }
  .uk-text-right\@l {
    text-align: right !important; }
  .uk-text-center\@l {
    text-align: center !important; } }

/* Large screen and bigger */
@media (min-width: 100em) {
  .uk-text-left\@xl {
    text-align: left !important; }
  .uk-text-right\@xl {
    text-align: right !important; }
  .uk-text-center\@xl {
    text-align: center !important; } }

/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important; }

.uk-text-middle {
  vertical-align: middle !important; }

.uk-text-bottom {
  vertical-align: bottom !important; }

.uk-text-baseline {
  vertical-align: baseline !important; }

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap; }

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0; }

/*
 * Wrap long words onto the next line and break them if they are too long to fit.
 * 1. Make it work with table cells in all browsers.
 * Note: Not using `hyphens: auto` because it hyphenates text even if not needed.
 */
.uk-text-break {
  overflow-wrap: break-word; }

/* 1 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-word; }

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*="uk-column-"] {
  column-gap: 30px; }

/* Desktop and bigger */
@media (min-width: 75em) {
  [class*="uk-column-"] {
    column-gap: 40px; } }

/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*="uk-column-"] img {
  transform: translate3d(0, 0, 0); }

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px; }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-column-divider {
    column-gap: 80px; } }

/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  column-count: 2; }

.uk-column-1-3 {
  column-count: 3; }

.uk-column-1-4 {
  column-count: 4; }

.uk-column-1-5 {
  column-count: 5; }

.uk-column-1-6 {
  column-count: 6; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-column-1-2\@s {
    column-count: 2; }
  .uk-column-1-3\@s {
    column-count: 3; }
  .uk-column-1-4\@s {
    column-count: 4; }
  .uk-column-1-5\@s {
    column-count: 5; }
  .uk-column-1-6\@s {
    column-count: 6; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-column-1-2\@m {
    column-count: 2; }
  .uk-column-1-3\@m {
    column-count: 3; }
  .uk-column-1-4\@m {
    column-count: 4; }
  .uk-column-1-5\@m {
    column-count: 5; }
  .uk-column-1-6\@m {
    column-count: 6; } }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-column-1-2\@l {
    column-count: 2; }
  .uk-column-1-3\@l {
    column-count: 3; }
  .uk-column-1-4\@l {
    column-count: 4; }
  .uk-column-1-5\@l {
    column-count: 5; }
  .uk-column-1-6\@l {
    column-count: 6; } }

/* Large screen and bigger */
@media (min-width: 100em) {
  .uk-column-1-2\@xl {
    column-count: 2; }
  .uk-column-1-3\@xl {
    column-count: 3; }
  .uk-column-1-4\@xl {
    column-count: 4; }
  .uk-column-1-5\@xl {
    column-count: 5; }
  .uk-column-1-6\@xl {
    column-count: 6; } }

/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  column-span: all; }

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
 * 2. Reset responsiveness for embedded content
 * 3. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
/* 1 */
[uk-cover]:where(canvas, iframe, svg),
[data-uk-cover]:where(canvas, iframe, svg) {
  /* 2 */
  max-width: none;
  /* 3 */
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)); }

iframe[uk-cover],
iframe[data-uk-cover] {
  pointer-events: none; }

[uk-cover]:where(img, video),
[data-uk-cover]:where(img, video) {
  /* 3 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center; }

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative; }

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff; }

.uk-background-muted {
  background-color: #f8f8f8; }

.uk-background-primary {
  background-color: #1e87f0; }

.uk-background-secondary {
  background-color: #222; }

/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.uk-background-cover {
  background-size: cover; }

.uk-background-contain {
  background-size: contain; }

.uk-background-width-1-1 {
  background-size: 100%; }

.uk-background-height-1-1 {
  background-size: auto 100%; }

/* Position
 ========================================================================== */
.uk-background-top-left {
  background-position: 0 0; }

.uk-background-top-center {
  background-position: 50% 0; }

.uk-background-top-right {
  background-position: 100% 0; }

.uk-background-center-left {
  background-position: 0 50%; }

.uk-background-center-center {
  background-position: 50% 50%; }

.uk-background-center-right {
  background-position: 100% 50%; }

.uk-background-bottom-left {
  background-position: 0 100%; }

.uk-background-bottom-center {
  background-position: 50% 100%; }

.uk-background-bottom-right {
  background-position: 100% 100%; }

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
  background-repeat: no-repeat; }

/* Attachment
 ========================================================================== */
.uk-background-fixed {
  background-attachment: fixed; }

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll; } }

/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 39.938em) {
  .uk-background-image\@s {
    background-image: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 59.938em) {
  .uk-background-image\@m {
    background-image: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 74.938em) {
  .uk-background-image\@l {
    background-image: none !important; } }

/* Desktop and smaller */
@media (max-width: 99.938em) {
  .uk-background-image\@xl {
    background-image: none !important; } }

/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
  background-blend-mode: multiply; }

.uk-background-blend-screen {
  background-blend-mode: screen; }

.uk-background-blend-overlay {
  background-blend-mode: overlay; }

.uk-background-blend-darken {
  background-blend-mode: darken; }

.uk-background-blend-lighten {
  background-blend-mode: lighten; }

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge; }

.uk-background-blend-color-burn {
  background-blend-mode: color-burn; }

.uk-background-blend-hard-light {
  background-blend-mode: hard-light; }

.uk-background-blend-soft-light {
  background-blend-mode: soft-light; }

.uk-background-blend-difference {
  background-blend-mode: difference; }

.uk-background-blend-exclusion {
  background-blend-mode: exclusion; }

.uk-background-blend-hue {
  background-blend-mode: hue; }

.uk-background-blend-saturation {
  background-blend-mode: saturation; }

.uk-background-blend-color {
  background-blend-mode: color; }

.uk-background-blend-luminosity {
  background-blend-mode: luminosity; }

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*="uk-align"] {
  display: block;
  margin-bottom: 30px; }

* + [class*="uk-align"] {
  margin-top: 30px; }

/*
 * Center
 */
.uk-align-center {
  margin-left: auto;
  margin-right: auto; }

/*
 * Left/Right
 */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left; }

.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left; }
  .uk-align-right\@l {
    margin-top: 0;
    float: right; }
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px; }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 40px; } }

/* Large screen and bigger */
@media (min-width: 100em) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left; }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right; } }

/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor; }

.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor; }

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
  transform: translate(0, 0); }

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box; }

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0; }

/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  resize: both; }

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  content: "";
  display: table-cell; }

/* 2 */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both; }

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left; }

.uk-float-right {
  float: right; }

/* 1 */
[class*="uk-float-"] {
  max-width: 100%; }

/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden; }

/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-auto {
  overflow: auto; }

.uk-overflow-auto > :last-child {
  margin-bottom: 0; }

/* Box Sizing
 ========================================================================== */
.uk-box-sizing-content {
  box-sizing: content-box; }

.uk-box-sizing-border {
  box-sizing: border-box; }

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both; }

.uk-resize-horizontal {
  resize: horizontal; }

.uk-resize-vertical {
  resize: vertical; }

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important; }

.uk-display-inline {
  display: inline !important; }

.uk-display-inline-block {
  display: inline-block !important; }

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force new layer without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*="uk-inline"] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden; }

.uk-inline-clip {
  /* 6 */
  overflow: hidden; }

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none; }

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box; }

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto; }

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none; }

/*
 * Fix initial iframe width. Without the viewport is expanded on iOS devices
 */
[uk-responsive],
[data-uk-responsive] {
  max-width: 100%; }

/* Object
 ========================================================================== */
.uk-object-cover {
  object-fit: cover; }

.uk-object-contain {
  object-fit: contain; }

.uk-object-fill {
  object-fit: fill; }

.uk-object-none {
  object-fit: none; }

.uk-object-scale-down {
  object-fit: scale-down; }

/*
 * Position
 */
.uk-object-top-left {
  object-position: 0 0; }

.uk-object-top-center {
  object-position: 50% 0; }

.uk-object-top-right {
  object-position: 100% 0; }

.uk-object-center-left {
  object-position: 0 50%; }

.uk-object-center-center {
  object-position: 50% 50%; }

.uk-object-center-right {
  object-position: 100% 50%; }

.uk-object-bottom-left {
  object-position: 0 100%; }

.uk-object-bottom-center {
  object-position: 50% 100%; }

.uk-object-bottom-right {
  object-position: 100% 100%; }

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%; }

.uk-border-pill {
  border-radius: 500px; }

.uk-border-rounded {
  border-radius: 5px; }

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*="uk-border-"] {
  -webkit-transform: translateZ(0); }

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/*
 * Hover
 */
[class*="uk-box-shadow-hover"] {
  transition: box-shadow 0.1s ease-in-out; }

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Fix shadow being clipped in Safari if container is animated
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle; }
  .uk-box-shadow-bottom::after {
    content: "";
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    /* 3 */
    will-change: filter; } }

/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1; }

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%; } }

/* Logo
 ========================================================================== */
/*
 * 1. Style
 * 2. Required for `a`
 * 3. Behave like image but can be overridden through flex utility classes
 */
.uk-logo {
  /* 1 */
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333;
  /* 2 */
  text-decoration: none; }

/* 3 */
:where(.uk-logo) {
  display: inline-block;
  vertical-align: middle; }

/* Hover */
.uk-logo:hover {
  color: #333;
  /* 1 */
  text-decoration: none; }

.uk-logo :where(img, svg, video) {
  display: block; }

.uk-logo-inverse {
  display: none; }

/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none; }

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
  cursor: move; }

/* 2 */
.uk-drag iframe {
  pointer-events: none; }

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); }

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply; }

.uk-blend-screen {
  mix-blend-mode: screen; }

.uk-blend-overlay {
  mix-blend-mode: overlay; }

.uk-blend-darken {
  mix-blend-mode: darken; }

.uk-blend-lighten {
  mix-blend-mode: lighten; }

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge; }

.uk-blend-color-burn {
  mix-blend-mode: color-burn; }

.uk-blend-hard-light {
  mix-blend-mode: hard-light; }

.uk-blend-soft-light {
  mix-blend-mode: soft-light; }

.uk-blend-difference {
  mix-blend-mode: difference; }

.uk-blend-exclusion {
  mix-blend-mode: exclusion; }

.uk-blend-hue {
  mix-blend-mode: hue; }

.uk-blend-saturation {
  mix-blend-mode: saturation; }

.uk-blend-color {
  mix-blend-mode: color; }

.uk-blend-luminosity {
  mix-blend-mode: luminosity; }

/* Transform
========================================================================== */
.uk-transform-center {
  transform: translate(-50%, -50%); }

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  transform-origin: 0 0; }

.uk-transform-origin-top-center {
  transform-origin: 50% 0; }

.uk-transform-origin-top-right {
  transform-origin: 100% 0; }

.uk-transform-origin-center-left {
  transform-origin: 0 50%; }

.uk-transform-origin-center-right {
  transform-origin: 100% 50%; }

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%; }

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%; }

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%; }

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex; }

.uk-flex-inline {
  display: inline-flex; }

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start; }

.uk-flex-center {
  justify-content: center; }

.uk-flex-right {
  justify-content: flex-end; }

.uk-flex-between {
  justify-content: space-between; }

.uk-flex-around {
  justify-content: space-around; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-flex-left\@s {
    justify-content: flex-start; }
  .uk-flex-center\@s {
    justify-content: center; }
  .uk-flex-right\@s {
    justify-content: flex-end; }
  .uk-flex-between\@s {
    justify-content: space-between; }
  .uk-flex-around\@s {
    justify-content: space-around; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-flex-left\@m {
    justify-content: flex-start; }
  .uk-flex-center\@m {
    justify-content: center; }
  .uk-flex-right\@m {
    justify-content: flex-end; }
  .uk-flex-between\@m {
    justify-content: space-between; }
  .uk-flex-around\@m {
    justify-content: space-around; } }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-flex-left\@l {
    justify-content: flex-start; }
  .uk-flex-center\@l {
    justify-content: center; }
  .uk-flex-right\@l {
    justify-content: flex-end; }
  .uk-flex-between\@l {
    justify-content: space-between; }
  .uk-flex-around\@l {
    justify-content: space-around; } }

/* Large screen and bigger */
@media (min-width: 100em) {
  .uk-flex-left\@xl {
    justify-content: flex-start; }
  .uk-flex-center\@xl {
    justify-content: center; }
  .uk-flex-right\@xl {
    justify-content: flex-end; }
  .uk-flex-between\@xl {
    justify-content: space-between; }
  .uk-flex-around\@xl {
    justify-content: space-around; } }

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch; }

.uk-flex-top {
  align-items: flex-start; }

.uk-flex-middle {
  align-items: center; }

.uk-flex-bottom {
  align-items: flex-end; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-flex-stretch\@s {
    align-items: stretch; }
  .uk-flex-top\@s {
    align-items: flex-start; }
  .uk-flex-middle\@s {
    align-items: center; }
  .uk-flex-bottom\@s {
    align-items: flex-end; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-flex-stretch\@m {
    align-items: stretch; }
  .uk-flex-top\@m {
    align-items: flex-start; }
  .uk-flex-middle\@m {
    align-items: center; }
  .uk-flex-bottom\@m {
    align-items: flex-end; } }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-flex-stretch\@l {
    align-items: stretch; }
  .uk-flex-top\@l {
    align-items: flex-start; }
  .uk-flex-middle\@l {
    align-items: center; }
  .uk-flex-bottom\@l {
    align-items: flex-end; } }

/* Large screen and bigger */
@media (min-width: 100em) {
  .uk-flex-stretch\@xl {
    align-items: stretch; }
  .uk-flex-top\@xl {
    align-items: flex-start; }
  .uk-flex-middle\@xl {
    align-items: center; }
  .uk-flex-bottom\@xl {
    align-items: flex-end; } }

/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row; }

.uk-flex-row-reverse {
  flex-direction: row-reverse; }

.uk-flex-column {
  flex-direction: column; }

.uk-flex-column-reverse {
  flex-direction: column-reverse; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-flex-row\@s {
    flex-direction: row; }
  .uk-flex-column\@s {
    flex-direction: column; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-flex-row\@m {
    flex-direction: row; }
  .uk-flex-column\@m {
    flex-direction: column; } }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-flex-row\@l {
    flex-direction: row; }
  .uk-flex-column\@l {
    flex-direction: column; } }

/* Large screen and bigger */
@media (min-width: 100em) {
  .uk-flex-row\@xl {
    flex-direction: row; }
  .uk-flex-column\@xl {
    flex-direction: column; } }

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap; }

.uk-flex-wrap {
  flex-wrap: wrap; }

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch; }

.uk-flex-wrap-top {
  align-content: flex-start; }

.uk-flex-wrap-middle {
  align-content: center; }

.uk-flex-wrap-bottom {
  align-content: flex-end; }

.uk-flex-wrap-between {
  align-content: space-between; }

.uk-flex-wrap-around {
  align-content: space-around; }

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1; }

.uk-flex-last {
  order: 99; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-flex-first\@s {
    order: -1; }
  .uk-flex-last\@s {
    order: 99; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-flex-first\@m {
    order: -1; }
  .uk-flex-last\@m {
    order: 99; } }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-flex-first\@l {
    order: -1; }
  .uk-flex-last\@l {
    order: 99; } }

/* Large screen and bigger */
@media (min-width: 100em) {
  .uk-flex-first\@xl {
    order: -1; }
  .uk-flex-last\@xl {
    order: 99; } }

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
.uk-flex-initial {
  flex: initial; }

/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none; }

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto; }

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-flex-initial\@s {
    flex: initial; }
  .uk-flex-none\@s {
    flex: none; }
  .uk-flex-1\@s {
    flex: 1; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-flex-initial\@m {
    flex: initial; }
  .uk-flex-none\@m {
    flex: none; }
  .uk-flex-1\@m {
    flex: 1; } }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-flex-initial\@l {
    flex: initial; }
  .uk-flex-none\@l {
    flex: none; }
  .uk-flex-1\@l {
    flex: 1; } }

/* Large screen and bigger */
@media (min-width: 100em) {
  .uk-flex-initial\@xl {
    flex: initial; }
  .uk-flex-none\@xl {
    flex: none; }
  .uk-flex-1\@xl {
    flex: 1; } }

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 20px; }

* + .uk-margin {
  margin-top: 20px !important; }

.uk-margin-top {
  margin-top: 20px !important; }

.uk-margin-bottom {
  margin-bottom: 20px !important; }

.uk-margin-left {
  margin-left: 20px !important; }

.uk-margin-right {
  margin-right: 20px !important; }

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px; }

* + .uk-margin-small {
  margin-top: 10px !important; }

.uk-margin-small-top {
  margin-top: 10px !important; }

.uk-margin-small-bottom {
  margin-bottom: 10px !important; }

.uk-margin-small-left {
  margin-left: 10px !important; }

.uk-margin-small-right {
  margin-right: 10px !important; }

/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px; }

* + .uk-margin-medium {
  margin-top: 40px !important; }

.uk-margin-medium-top {
  margin-top: 40px !important; }

.uk-margin-medium-bottom {
  margin-bottom: 40px !important; }

.uk-margin-medium-left {
  margin-left: 40px !important; }

.uk-margin-medium-right {
  margin-right: 40px !important; }

/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px; }

* + .uk-margin-large {
  margin-top: 40px !important; }

.uk-margin-large-top {
  margin-top: 40px !important; }

.uk-margin-large-bottom {
  margin-bottom: 40px !important; }

.uk-margin-large-left {
  margin-left: 40px !important; }

.uk-margin-large-right {
  margin-right: 40px !important; }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-margin-large {
    margin-bottom: 70px; }
  * + .uk-margin-large {
    margin-top: 70px !important; }
  .uk-margin-large-top {
    margin-top: 70px !important; }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important; }
  .uk-margin-large-left {
    margin-left: 70px !important; }
  .uk-margin-large-right {
    margin-right: 70px !important; } }

/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px; }

* + .uk-margin-xlarge {
  margin-top: 70px !important; }

.uk-margin-xlarge-top {
  margin-top: 70px !important; }

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important; }

.uk-margin-xlarge-left {
  margin-left: 70px !important; }

.uk-margin-xlarge-right {
  margin-right: 70px !important; }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-margin-xlarge {
    margin-bottom: 140px; }
  * + .uk-margin-xlarge {
    margin-top: 140px !important; }
  .uk-margin-xlarge-top {
    margin-top: 140px !important; }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important; }
  .uk-margin-xlarge-left {
    margin-left: 140px !important; }
  .uk-margin-xlarge-right {
    margin-right: 140px !important; } }

/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.uk-margin-auto-top {
  margin-top: auto !important; }

.uk-margin-auto-bottom {
  margin-bottom: auto !important; }

.uk-margin-auto-left {
  margin-left: auto !important; }

.uk-margin-auto-right {
  margin-right: auto !important; }

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@s {
    margin-left: auto !important; }
  .uk-margin-auto-right\@s {
    margin-right: auto !important; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@m {
    margin-left: auto !important; }
  .uk-margin-auto-right\@m {
    margin-right: auto !important; } }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@l {
    margin-left: auto !important; }
  .uk-margin-auto-right\@l {
    margin-right: auto !important; } }

/* Large screen and bigger */
@media (min-width: 100em) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important; }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important; } }

/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important; }

.uk-margin-remove-top {
  margin-top: 0 !important; }

.uk-margin-remove-bottom {
  margin-bottom: 0 !important; }

.uk-margin-remove-left {
  margin-left: 0 !important; }

.uk-margin-remove-right {
  margin-right: 0 !important; }

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important; }

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important; } }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important; } }

/* Large screen and bigger */
@media (min-width: 100em) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important; } }

/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px; }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-padding {
    padding: 40px; } }

/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px; }

/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 40px; }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-padding-large {
    padding: 70px; } }

/* Remove
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important; }

.uk-padding-remove-top {
  padding-top: 0 !important; }

.uk-padding-remove-bottom {
  padding-bottom: 0 !important; }

.uk-padding-remove-left {
  padding-left: 0 !important; }

.uk-padding-remove-right {
  padding-right: 0 !important; }

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* ========================================================================
   Component: Position
 ========================================================================== */
:root {
  --uk-position-margin-offset: 0px; }

/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow.
 */
[class*="uk-position-top"],
[class*="uk-position-bottom"],
[class*="uk-position-left"],
[class*="uk-position-right"],
[class*="uk-position-center"] {
  position: absolute !important;
  /* 1 */
  max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
  box-sizing: border-box; }

/*
 * Edges
 * Don't use `width: 100%` because it's wrong if the parent has padding.
 */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0; }

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0; }

/*
 * Corners
 */
.uk-position-top-left {
  top: 0;
  left: 0; }

.uk-position-top-right {
  top: 0;
  right: 0; }

.uk-position-bottom-left {
  bottom: 0;
  left: 0; }

.uk-position-bottom-right {
  bottom: 0;
  right: 0; }

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 *    Using `max-content` requires `max-width` of 100% which is set generally.
 */
.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  /* 1 */
  width: max-content; }

/* Vertical */
[class*="uk-position-center-left"],
[class*="uk-position-center-right"],
.uk-position-center-vertical {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y)); }

.uk-position-center-left {
  left: 0; }

.uk-position-center-right {
  right: 0; }

.uk-position-center-vertical {
  left: 0;
  right: 0; }

.uk-position-center-left-out {
  right: 100%;
  width: max-content; }

.uk-position-center-right-out {
  left: 100%;
  width: max-content; }

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center,
.uk-position-center-horizontal {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  transform: translate(var(--uk-position-translate-x), 0);
  /* 1 */
  width: max-content; }

.uk-position-top-center {
  top: 0; }

.uk-position-bottom-center {
  bottom: 0; }

.uk-position-center-horizontal {
  top: 0;
  bottom: 0; }

/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* Margin
 ========================================================================== */
.uk-position-small {
  margin: 15px;
  --uk-position-margin-offset: 15px; }

.uk-position-medium {
  margin: 30px;
  --uk-position-margin-offset: 30px; }

.uk-position-large {
  margin: 30px;
  --uk-position-margin-offset: 30px; }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-position-large {
    margin: 50px;
    --uk-position-margin-offset: 50px; } }

/* Schemes
 ========================================================================== */
.uk-position-relative {
  position: relative  !important; }

.uk-position-absolute {
  position: absolute  !important; }

.uk-position-fixed {
  position: fixed  !important; }

.uk-position-sticky {
  position: sticky  !important; }

/* Layer
 ========================================================================== */
.uk-position-z-index {
  z-index: 1; }

.uk-position-z-index-zero {
  z-index: 0; }

.uk-position-z-index-negative {
  z-index: -1; }

.uk-position-z-index-high {
  z-index: 990; }

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 */
:where(.uk-transition-fade),
:where([class*="uk-transition-scale"]),
:where([class*="uk-transition-slide"]) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0; }

.uk-transition-fade,
[class*="uk-transition-scale"],
[class*="uk-transition-slide"] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0; }

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle:focus-within .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1; }

/*
 * Scale
 * 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
 */
/* 1 */
[class*="uk-transition-scale"] {
  -webkit-backface-visibility: hidden; }

.uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1; }

.uk-transition-scale-down {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03; }

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle:focus-within .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
  opacity: 1; }

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle:focus-within .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  opacity: 1; }

/*
 * Slide
 */
.uk-transition-slide-top {
  --uk-translate-y: -100%; }

.uk-transition-slide-bottom {
  --uk-translate-y: 100%; }

.uk-transition-slide-left {
  --uk-translate-x: -100%; }

.uk-transition-slide-right {
  --uk-translate-x: 100%; }

.uk-transition-slide-top-small {
  --uk-translate-y: calc(-1 * 10px); }

.uk-transition-slide-bottom-small {
  --uk-translate-y: 10px; }

.uk-transition-slide-left-small {
  --uk-translate-x: calc(-1 * 10px); }

.uk-transition-slide-right-small {
  --uk-translate-x: 10px; }

.uk-transition-slide-top-medium {
  --uk-translate-y: calc(-1 * 50px); }

.uk-transition-slide-bottom-medium {
  --uk-translate-y: 50px; }

.uk-transition-slide-left-medium {
  --uk-translate-x: calc(-1 * 50px); }

.uk-transition-slide-right-medium {
  --uk-translate-x: 50px; }

/* Show */
.uk-transition-toggle:hover [class*="uk-transition-slide"],
.uk-transition-toggle:focus [class*="uk-transition-slide"],
.uk-transition-toggle:focus-within [class*="uk-transition-slide"],
.uk-transition-active.uk-active [class*="uk-transition-slide"] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  opacity: 1; }

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1; }

/* Duration modifier
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s; }

/* Disable modifier
 ========================================================================== */
.uk-transition-disable,
.uk-transition-disable * {
  transition: none !important; }

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important; }

/* Phone landscape and bigger */
@media (min-width: 40em) {
  .uk-hidden\@s {
    display: none !important; } }

/* Tablet landscape and bigger */
@media (min-width: 60em) {
  .uk-hidden\@m {
    display: none !important; } }

/* Desktop and bigger */
@media (min-width: 75em) {
  .uk-hidden\@l {
    display: none !important; } }

/* Large screen and bigger */
@media (min-width: 100em) {
  .uk-hidden\@xl {
    display: none !important; } }

/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 39.938em) {
  .uk-visible\@s {
    display: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 59.938em) {
  .uk-visible\@m {
    display: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 74.938em) {
  .uk-visible\@l {
    display: none !important; } }

/* Desktop and smaller */
@media (max-width: 99.938em) {
  .uk-visible\@xl {
    display: none !important; } }

/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important; }

/* Based on the State of the Parent Element
 ========================================================================== */
/*
 * Mind that `display: none`, `visibility: hidden` and `opacity: 0`
 * remove the element from the accessibility tree and that
 * `display: none` and `visibility: hidden` are not focusable.
 *
 * The target stays visible if any element within receives focus through keyboard.
 */
/*
 * Remove space when hidden.
 * 1. Remove from document flow.
 * 2. Hide element and shrink its dimension. Current browsers and screen readers
 *    keep the element in the accessibility tree even with zero dimensions.
 *    Using `tabindex="-1"` will show the element on touch devices.
 *    Note: `clip-path` doesn't work with `tabindex` on touch devices.
 */
.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-visible):not(:has(:focus-visible)) {
  /* 1 */
  position: absolute !important;
  /* 2 */
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important; }

/*
 * Keep space when hidden.
 * Hide element without shrinking its dimension.
 * Note: `clip-path` doesn't work with hover for elements outside of the toggle box.
 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important; }

/* Based on Hover Capability of the Pointing Device
 ========================================================================== */
/*
 * Hover
 */
/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */
@media (hover: none) {
  .uk-hidden-touch {
    display: none !important; } }

/* Hide if primary pointing device supports hover, e.g. mice. */
@media (hover) {
  .uk-hidden-notouch {
    display: none !important; } }

/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color), .uk-card-primary.uk-card-body, .uk-card-primary > :not([class*="uk-card-media"]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*="uk-card-media"]), .uk-overlay-primary, .uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-accordion-title, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title, .uk-card-primary.uk-card-body .uk-accordion-title, .uk-card-primary > :not([class*="uk-card-media"]) .uk-accordion-title, .uk-card-secondary.uk-card-body .uk-accordion-title, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-accordion-title, .uk-overlay-primary .uk-accordion-title, .uk-offcanvas-bar .uk-accordion-title {
    color: #fff; }
  .uk-light .uk-accordion-title:hover, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-card-primary.uk-card-body .uk-accordion-title:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-accordion-title:hover, .uk-card-secondary.uk-card-body .uk-accordion-title:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-accordion-title:hover, .uk-overlay-primary .uk-accordion-title:hover, .uk-offcanvas-bar .uk-accordion-title:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-article-meta, .uk-section-primary:not(.uk-preserve-color) .uk-article-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-card-primary.uk-card-body .uk-article-meta, .uk-card-primary > :not([class*="uk-card-media"]) .uk-article-meta, .uk-card-secondary.uk-card-body .uk-article-meta, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-article-meta, .uk-overlay-primary .uk-article-meta, .uk-offcanvas-bar .uk-article-meta {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-badge, .uk-section-primary:not(.uk-preserve-color) .uk-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-badge, .uk-tile-primary:not(.uk-preserve-color) .uk-badge, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge, .uk-card-primary.uk-card-body .uk-badge, .uk-card-primary > :not([class*="uk-card-media"]) .uk-badge, .uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-badge, .uk-overlay-primary .uk-badge, .uk-offcanvas-bar .uk-badge {
    background-color: #fff;
    color: #35373b !important; }
  .uk-light a, .uk-section-primary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) a, .uk-tile-primary:not(.uk-preserve-color) a, .uk-tile-secondary:not(.uk-preserve-color) a, .uk-card-primary.uk-card-body a, .uk-card-primary > :not([class*="uk-card-media"]) a, .uk-card-secondary.uk-card-body a, .uk-card-secondary > :not([class*="uk-card-media"]) a, .uk-overlay-primary a, .uk-offcanvas-bar a,
  .uk-light .uk-link,
  .uk-section-primary:not(.uk-preserve-color) .uk-link,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link,
  .uk-card-primary.uk-card-body .uk-link,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-link,
  .uk-card-secondary.uk-card-body .uk-link,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-link,
  .uk-overlay-primary .uk-link,
  .uk-offcanvas-bar .uk-link {
    color: #fff; }
  .uk-light a:hover, .uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-tile-primary:not(.uk-preserve-color) a:hover, .uk-tile-secondary:not(.uk-preserve-color) a:hover, .uk-card-primary.uk-card-body a:hover, .uk-card-primary > :not([class*="uk-card-media"]) a:hover, .uk-card-secondary.uk-card-body a:hover, .uk-card-secondary > :not([class*="uk-card-media"]) a:hover, .uk-overlay-primary a:hover, .uk-offcanvas-bar a:hover,
  .uk-light .uk-link:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
  .uk-card-primary.uk-card-body .uk-link:hover,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-link:hover,
  .uk-card-secondary.uk-card-body .uk-link:hover,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-link:hover,
  .uk-overlay-primary .uk-link:hover,
  .uk-offcanvas-bar .uk-link:hover,
  .uk-light .uk-link-toggle:hover .uk-link,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
  .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link,
  .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link,
  .uk-overlay-primary .uk-link-toggle:hover .uk-link,
  .uk-offcanvas-bar .uk-link-toggle:hover .uk-link {
    color: #fff; }
  .uk-light :not(pre) > code, .uk-section-primary:not(.uk-preserve-color) :not(pre) > code, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-card-primary.uk-card-body :not(pre) > code, .uk-card-primary > :not([class*="uk-card-media"]) :not(pre) > code, .uk-card-secondary.uk-card-body :not(pre) > code, .uk-card-secondary > :not([class*="uk-card-media"]) :not(pre) > code, .uk-overlay-primary :not(pre) > code, .uk-offcanvas-bar :not(pre) > code,
  .uk-light :not(pre) > kbd,
  .uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd,
  .uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd,
  .uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd,
  .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd,
  .uk-card-primary.uk-card-body :not(pre) > kbd,
  .uk-card-primary > :not([class*="uk-card-media"]) :not(pre) > kbd,
  .uk-card-secondary.uk-card-body :not(pre) > kbd,
  .uk-card-secondary > :not([class*="uk-card-media"]) :not(pre) > kbd,
  .uk-overlay-primary :not(pre) > kbd,
  .uk-offcanvas-bar :not(pre) > kbd,
  .uk-light :not(pre) > samp,
  .uk-section-primary:not(.uk-preserve-color) :not(pre) > samp,
  .uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp,
  .uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp,
  .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp,
  .uk-card-primary.uk-card-body :not(pre) > samp,
  .uk-card-primary > :not([class*="uk-card-media"]) :not(pre) > samp,
  .uk-card-secondary.uk-card-body :not(pre) > samp,
  .uk-card-secondary > :not([class*="uk-card-media"]) :not(pre) > samp,
  .uk-overlay-primary :not(pre) > samp,
  .uk-offcanvas-bar :not(pre) > samp {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light em, .uk-section-primary:not(.uk-preserve-color) em, .uk-section-secondary:not(.uk-preserve-color) em, .uk-tile-primary:not(.uk-preserve-color) em, .uk-tile-secondary:not(.uk-preserve-color) em, .uk-card-primary.uk-card-body em, .uk-card-primary > :not([class*="uk-card-media"]) em, .uk-card-secondary.uk-card-body em, .uk-card-secondary > :not([class*="uk-card-media"]) em, .uk-overlay-primary em, .uk-offcanvas-bar em {
    color: #fff; }
  .uk-light h1, .uk-section-primary:not(.uk-preserve-color) h1, .uk-section-secondary:not(.uk-preserve-color) h1, .uk-tile-primary:not(.uk-preserve-color) h1, .uk-tile-secondary:not(.uk-preserve-color) h1, .uk-card-primary.uk-card-body h1, .uk-card-primary > :not([class*="uk-card-media"]) h1, .uk-card-secondary.uk-card-body h1, .uk-card-secondary > :not([class*="uk-card-media"]) h1, .uk-overlay-primary h1, .uk-offcanvas-bar h1,
  .uk-light .uk-h1,
  .uk-section-primary:not(.uk-preserve-color) .uk-h1,
  .uk-section-secondary:not(.uk-preserve-color) .uk-h1,
  .uk-tile-primary:not(.uk-preserve-color) .uk-h1,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
  .uk-card-primary.uk-card-body .uk-h1,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-h1,
  .uk-card-secondary.uk-card-body .uk-h1,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-h1,
  .uk-overlay-primary .uk-h1,
  .uk-offcanvas-bar .uk-h1,
  .uk-light h2,
  .uk-section-primary:not(.uk-preserve-color) h2,
  .uk-section-secondary:not(.uk-preserve-color) h2,
  .uk-tile-primary:not(.uk-preserve-color) h2,
  .uk-tile-secondary:not(.uk-preserve-color) h2,
  .uk-card-primary.uk-card-body h2,
  .uk-card-primary > :not([class*="uk-card-media"]) h2,
  .uk-card-secondary.uk-card-body h2,
  .uk-card-secondary > :not([class*="uk-card-media"]) h2,
  .uk-overlay-primary h2,
  .uk-offcanvas-bar h2,
  .uk-light .uk-h2,
  .uk-section-primary:not(.uk-preserve-color) .uk-h2,
  .uk-section-secondary:not(.uk-preserve-color) .uk-h2,
  .uk-tile-primary:not(.uk-preserve-color) .uk-h2,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
  .uk-card-primary.uk-card-body .uk-h2,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-h2,
  .uk-card-secondary.uk-card-body .uk-h2,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-h2,
  .uk-overlay-primary .uk-h2,
  .uk-offcanvas-bar .uk-h2,
  .uk-light h3,
  .uk-section-primary:not(.uk-preserve-color) h3,
  .uk-section-secondary:not(.uk-preserve-color) h3,
  .uk-tile-primary:not(.uk-preserve-color) h3,
  .uk-tile-secondary:not(.uk-preserve-color) h3,
  .uk-card-primary.uk-card-body h3,
  .uk-card-primary > :not([class*="uk-card-media"]) h3,
  .uk-card-secondary.uk-card-body h3,
  .uk-card-secondary > :not([class*="uk-card-media"]) h3,
  .uk-overlay-primary h3,
  .uk-offcanvas-bar h3,
  .uk-light .uk-h3,
  .uk-section-primary:not(.uk-preserve-color) .uk-h3,
  .uk-section-secondary:not(.uk-preserve-color) .uk-h3,
  .uk-tile-primary:not(.uk-preserve-color) .uk-h3,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
  .uk-card-primary.uk-card-body .uk-h3,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-h3,
  .uk-card-secondary.uk-card-body .uk-h3,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-h3,
  .uk-overlay-primary .uk-h3,
  .uk-offcanvas-bar .uk-h3,
  .uk-light h4,
  .uk-section-primary:not(.uk-preserve-color) h4,
  .uk-section-secondary:not(.uk-preserve-color) h4,
  .uk-tile-primary:not(.uk-preserve-color) h4,
  .uk-tile-secondary:not(.uk-preserve-color) h4,
  .uk-card-primary.uk-card-body h4,
  .uk-card-primary > :not([class*="uk-card-media"]) h4,
  .uk-card-secondary.uk-card-body h4,
  .uk-card-secondary > :not([class*="uk-card-media"]) h4,
  .uk-overlay-primary h4,
  .uk-offcanvas-bar h4,
  .uk-light .uk-h4,
  .uk-section-primary:not(.uk-preserve-color) .uk-h4,
  .uk-section-secondary:not(.uk-preserve-color) .uk-h4,
  .uk-tile-primary:not(.uk-preserve-color) .uk-h4,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
  .uk-card-primary.uk-card-body .uk-h4,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-h4,
  .uk-card-secondary.uk-card-body .uk-h4,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-h4,
  .uk-overlay-primary .uk-h4,
  .uk-offcanvas-bar .uk-h4,
  .uk-light h5,
  .uk-section-primary:not(.uk-preserve-color) h5,
  .uk-section-secondary:not(.uk-preserve-color) h5,
  .uk-tile-primary:not(.uk-preserve-color) h5,
  .uk-tile-secondary:not(.uk-preserve-color) h5,
  .uk-card-primary.uk-card-body h5,
  .uk-card-primary > :not([class*="uk-card-media"]) h5,
  .uk-card-secondary.uk-card-body h5,
  .uk-card-secondary > :not([class*="uk-card-media"]) h5,
  .uk-overlay-primary h5,
  .uk-offcanvas-bar h5,
  .uk-light .uk-h5,
  .uk-section-primary:not(.uk-preserve-color) .uk-h5,
  .uk-section-secondary:not(.uk-preserve-color) .uk-h5,
  .uk-tile-primary:not(.uk-preserve-color) .uk-h5,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
  .uk-card-primary.uk-card-body .uk-h5,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-h5,
  .uk-card-secondary.uk-card-body .uk-h5,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-h5,
  .uk-overlay-primary .uk-h5,
  .uk-offcanvas-bar .uk-h5,
  .uk-light h6,
  .uk-section-primary:not(.uk-preserve-color) h6,
  .uk-section-secondary:not(.uk-preserve-color) h6,
  .uk-tile-primary:not(.uk-preserve-color) h6,
  .uk-tile-secondary:not(.uk-preserve-color) h6,
  .uk-card-primary.uk-card-body h6,
  .uk-card-primary > :not([class*="uk-card-media"]) h6,
  .uk-card-secondary.uk-card-body h6,
  .uk-card-secondary > :not([class*="uk-card-media"]) h6,
  .uk-overlay-primary h6,
  .uk-offcanvas-bar h6,
  .uk-light .uk-h6,
  .uk-section-primary:not(.uk-preserve-color) .uk-h6,
  .uk-section-secondary:not(.uk-preserve-color) .uk-h6,
  .uk-tile-primary:not(.uk-preserve-color) .uk-h6,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
  .uk-card-primary.uk-card-body .uk-h6,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-h6,
  .uk-card-secondary.uk-card-body .uk-h6,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-h6,
  .uk-overlay-primary .uk-h6,
  .uk-offcanvas-bar .uk-h6,
  .uk-light .uk-heading-small,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
  .uk-card-primary.uk-card-body .uk-heading-small,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-small,
  .uk-card-secondary.uk-card-body .uk-heading-small,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-small,
  .uk-overlay-primary .uk-heading-small,
  .uk-offcanvas-bar .uk-heading-small,
  .uk-light .uk-heading-medium,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
  .uk-card-primary.uk-card-body .uk-heading-medium,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-medium,
  .uk-card-secondary.uk-card-body .uk-heading-medium,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-medium,
  .uk-overlay-primary .uk-heading-medium,
  .uk-offcanvas-bar .uk-heading-medium,
  .uk-light .uk-heading-large,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
  .uk-card-primary.uk-card-body .uk-heading-large,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-large,
  .uk-card-secondary.uk-card-body .uk-heading-large,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-large,
  .uk-overlay-primary .uk-heading-large,
  .uk-offcanvas-bar .uk-heading-large,
  .uk-light .uk-heading-xlarge,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
  .uk-card-primary.uk-card-body .uk-heading-xlarge,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-xlarge,
  .uk-card-secondary.uk-card-body .uk-heading-xlarge,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-xlarge,
  .uk-overlay-primary .uk-heading-xlarge,
  .uk-offcanvas-bar .uk-heading-xlarge,
  .uk-light .uk-heading-2xlarge,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
  .uk-card-primary.uk-card-body .uk-heading-2xlarge,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-2xlarge,
  .uk-card-secondary.uk-card-body .uk-heading-2xlarge,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-2xlarge,
  .uk-overlay-primary .uk-heading-2xlarge,
  .uk-offcanvas-bar .uk-heading-2xlarge,
  .uk-light .uk-heading-3xlarge,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-3xlarge,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-3xlarge,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-3xlarge,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-3xlarge,
  .uk-card-primary.uk-card-body .uk-heading-3xlarge,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-3xlarge,
  .uk-card-secondary.uk-card-body .uk-heading-3xlarge,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-3xlarge,
  .uk-overlay-primary .uk-heading-3xlarge,
  .uk-offcanvas-bar .uk-heading-3xlarge {
    color: #fff; }
  .uk-light hr, .uk-section-primary:not(.uk-preserve-color) hr, .uk-section-secondary:not(.uk-preserve-color) hr, .uk-tile-primary:not(.uk-preserve-color) hr, .uk-tile-secondary:not(.uk-preserve-color) hr, .uk-card-primary.uk-card-body hr, .uk-card-primary > :not([class*="uk-card-media"]) hr, .uk-card-secondary.uk-card-body hr, .uk-card-secondary > :not([class*="uk-card-media"]) hr, .uk-overlay-primary hr, .uk-offcanvas-bar hr,
  .uk-light .uk-hr,
  .uk-section-primary:not(.uk-preserve-color) .uk-hr,
  .uk-section-secondary:not(.uk-preserve-color) .uk-hr,
  .uk-tile-primary:not(.uk-preserve-color) .uk-hr,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-hr,
  .uk-card-primary.uk-card-body .uk-hr,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-hr,
  .uk-card-secondary.uk-card-body .uk-hr,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-hr,
  .uk-overlay-primary .uk-hr,
  .uk-offcanvas-bar .uk-hr {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light :focus-visible, .uk-section-primary:not(.uk-preserve-color) :focus-visible, .uk-section-secondary:not(.uk-preserve-color) :focus-visible, .uk-tile-primary:not(.uk-preserve-color) :focus-visible, .uk-tile-secondary:not(.uk-preserve-color) :focus-visible, .uk-card-primary.uk-card-body :focus-visible, .uk-card-primary > :not([class*="uk-card-media"]) :focus-visible, .uk-card-secondary.uk-card-body :focus-visible, .uk-card-secondary > :not([class*="uk-card-media"]) :focus-visible, .uk-overlay-primary :focus-visible, .uk-offcanvas-bar :focus-visible {
    outline-color: #fff; }
  .uk-light .uk-breadcrumb > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-card-primary.uk-card-body .uk-breadcrumb > * > *, .uk-card-primary > :not([class*="uk-card-media"]) .uk-breadcrumb > * > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > *, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-breadcrumb > * > *, .uk-overlay-primary .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > * > * {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-breadcrumb > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-breadcrumb > * > :hover, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-breadcrumb > * > :hover, .uk-overlay-primary .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-breadcrumb > :last-child > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-primary > :not([class*="uk-card-media"]) .uk-breadcrumb > :last-child > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-breadcrumb > :last-child > *, .uk-overlay-primary .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > * {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*="uk-card-media"]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-button-default, .uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default, .uk-card-primary.uk-card-body .uk-button-default, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-default, .uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-default, .uk-overlay-primary .uk-button-default, .uk-offcanvas-bar .uk-button-default {
    background-color: #fff;
    color: #35373b; }
  .uk-light .uk-button-default:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-card-primary.uk-card-body .uk-button-default:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-default:hover, .uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-default:hover, .uk-overlay-primary .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:hover {
    background-color: #f2f2f2;
    color: #35373b; }
  .uk-light .uk-button-default:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-card-primary.uk-card-body .uk-button-default:active, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-default:active, .uk-card-secondary.uk-card-body .uk-button-default:active, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-default:active, .uk-overlay-primary .uk-button-default:active, .uk-offcanvas-bar .uk-button-default:active,
  .uk-light .uk-button-default.uk-active,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
  .uk-card-primary.uk-card-body .uk-button-default.uk-active,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-default.uk-active,
  .uk-card-secondary.uk-card-body .uk-button-default.uk-active,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-default.uk-active,
  .uk-overlay-primary .uk-button-default.uk-active,
  .uk-offcanvas-bar .uk-button-default.uk-active {
    background-color: #e6e6e6;
    color: #35373b; }
  .uk-light .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-primary, .uk-overlay-primary .uk-button-primary, .uk-offcanvas-bar .uk-button-primary {
    background-color: #fff;
    color: #35373b; }
  .uk-light .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover {
    background-color: #f2f2f2;
    color: #35373b; }
  .uk-light .uk-button-primary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-card-primary.uk-card-body .uk-button-primary:active, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-primary:active, .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-primary:active, .uk-overlay-primary .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary:active,
  .uk-light .uk-button-primary.uk-active,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
  .uk-card-primary.uk-card-body .uk-button-primary.uk-active,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-primary.uk-active,
  .uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-primary.uk-active,
  .uk-overlay-primary .uk-button-primary.uk-active,
  .uk-offcanvas-bar .uk-button-primary.uk-active {
    background-color: #e6e6e6;
    color: #35373b; }
  .uk-light .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-card-primary.uk-card-body .uk-button-secondary, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-secondary, .uk-overlay-primary .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary {
    background-color: #fff;
    color: #35373b; }
  .uk-light .uk-button-secondary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-secondary:hover, .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-secondary:hover, .uk-overlay-primary .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:hover {
    background-color: #f2f2f2;
    color: #35373b; }
  .uk-light .uk-button-secondary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-secondary:active, .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-secondary:active, .uk-overlay-primary .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary:active,
  .uk-light .uk-button-secondary.uk-active,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
  .uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-secondary.uk-active,
  .uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-secondary.uk-active,
  .uk-overlay-primary .uk-button-secondary.uk-active,
  .uk-offcanvas-bar .uk-button-secondary.uk-active {
    background-color: #e6e6e6;
    color: #35373b; }
  .uk-light .uk-button-text, .uk-section-primary:not(.uk-preserve-color) .uk-button-text, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text, .uk-card-primary.uk-card-body .uk-button-text, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-text, .uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-text, .uk-overlay-primary .uk-button-text, .uk-offcanvas-bar .uk-button-text {
    color: #fff; }
  .uk-light .uk-button-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-card-primary.uk-card-body .uk-button-text:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-text:hover, .uk-card-secondary.uk-card-body .uk-button-text:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-text:hover, .uk-overlay-primary .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:hover {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-button-text:disabled, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-card-primary.uk-card-body .uk-button-text:disabled, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-text:disabled, .uk-card-secondary.uk-card-body .uk-button-text:disabled, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-text:disabled, .uk-overlay-primary .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-button-link, .uk-section-primary:not(.uk-preserve-color) .uk-button-link, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link, .uk-card-primary.uk-card-body .uk-button-link, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-link, .uk-card-secondary.uk-card-body .uk-button-link, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-link, .uk-overlay-primary .uk-button-link, .uk-offcanvas-bar .uk-button-link {
    color: #fff; }
  .uk-light .uk-button-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-card-primary.uk-card-body .uk-button-link:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-link:hover, .uk-card-secondary.uk-card-body .uk-button-link:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-link:hover, .uk-overlay-primary .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:hover {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-card-badge, .uk-section-primary:not(.uk-preserve-color) .uk-card-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-card-badge, .uk-tile-primary:not(.uk-preserve-color) .uk-card-badge, .uk-tile-secondary:not(.uk-preserve-color) .uk-card-badge, .uk-card-primary.uk-card-body .uk-card-badge, .uk-card-primary > :not([class*="uk-card-media"]) .uk-card-badge, .uk-card-secondary.uk-card-body .uk-card-badge, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-card-badge, .uk-overlay-primary .uk-card-badge, .uk-offcanvas-bar .uk-card-badge {
    background-color: #fff;
    color: #35373b; }
  .uk-light .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close, .uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*="uk-card-media"]) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-close, .uk-overlay-primary .uk-close, .uk-offcanvas-bar .uk-close {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-close:hover, .uk-section-primary:not(.uk-preserve-color) .uk-close:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-card-primary.uk-card-body .uk-close:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-close:hover, .uk-card-secondary.uk-card-body .uk-close:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-close:hover, .uk-overlay-primary .uk-close:hover, .uk-offcanvas-bar .uk-close:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-column-divider, .uk-section-primary:not(.uk-preserve-color) .uk-column-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-card-primary.uk-card-body .uk-column-divider, .uk-card-primary > :not([class*="uk-card-media"]) .uk-column-divider, .uk-card-secondary.uk-card-body .uk-column-divider, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-column-divider, .uk-overlay-primary .uk-column-divider, .uk-offcanvas-bar .uk-column-divider {
    column-rule-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-icon, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-card-primary.uk-card-body .uk-divider-icon, .uk-card-primary > :not([class*="uk-card-media"]) .uk-divider-icon, .uk-card-secondary.uk-card-body .uk-divider-icon, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-divider-icon, .uk-overlay-primary .uk-divider-icon, .uk-offcanvas-bar .uk-divider-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-divider-icon::before, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-card-primary.uk-card-body .uk-divider-icon::before, .uk-card-primary > :not([class*="uk-card-media"]) .uk-divider-icon::before, .uk-card-secondary.uk-card-body .uk-divider-icon::before, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-divider-icon::before, .uk-overlay-primary .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::before,
  .uk-light .uk-divider-icon::after,
  .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,
  .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
  .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
  .uk-card-primary.uk-card-body .uk-divider-icon::after,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-divider-icon::after,
  .uk-card-secondary.uk-card-body .uk-divider-icon::after,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-divider-icon::after,
  .uk-overlay-primary .uk-divider-icon::after,
  .uk-offcanvas-bar .uk-divider-icon::after {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-small::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-card-primary.uk-card-body .uk-divider-small::after, .uk-card-primary > :not([class*="uk-card-media"]) .uk-divider-small::after, .uk-card-secondary.uk-card-body .uk-divider-small::after, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-divider-small::after, .uk-overlay-primary .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-vertical, .uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-card-primary.uk-card-body .uk-divider-vertical, .uk-card-primary > :not([class*="uk-card-media"]) .uk-divider-vertical, .uk-card-secondary.uk-card-body .uk-divider-vertical, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-divider-vertical, .uk-overlay-primary .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-dotnav > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-card-primary > :not([class*="uk-card-media"]) .uk-dotnav > * > *, .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-dotnav > * > *, .uk-overlay-primary .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > * {
    background-color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-dotnav > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-card-primary.uk-card-body .uk-dotnav > * > :hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-dotnav > * > :hover, .uk-card-secondary.uk-card-body .uk-dotnav > * > :hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-dotnav > * > :hover, .uk-overlay-primary .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > * > :hover {
    background-color: rgba(255, 255, 255, 0.9); }
  .uk-light .uk-dotnav > * > :active, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-card-primary.uk-card-body .uk-dotnav > * > :active, .uk-card-primary > :not([class*="uk-card-media"]) .uk-dotnav > * > :active, .uk-card-secondary.uk-card-body .uk-dotnav > * > :active, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-dotnav > * > :active, .uk-overlay-primary .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > * > :active {
    background-color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-dotnav > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-primary > :not([class*="uk-card-media"]) .uk-dotnav > .uk-active > *, .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-dotnav > .uk-active > *, .uk-overlay-primary .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > * {
    background-color: rgba(255, 255, 255, 0.9); }
  .uk-light .uk-input, .uk-section-primary:not(.uk-preserve-color) .uk-input, .uk-section-secondary:not(.uk-preserve-color) .uk-input, .uk-tile-primary:not(.uk-preserve-color) .uk-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-input, .uk-card-primary.uk-card-body .uk-input, .uk-card-primary > :not([class*="uk-card-media"]) .uk-input, .uk-card-secondary.uk-card-body .uk-input, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-input, .uk-overlay-primary .uk-input, .uk-offcanvas-bar .uk-input,
  .uk-light .uk-select,
  .uk-section-primary:not(.uk-preserve-color) .uk-select,
  .uk-section-secondary:not(.uk-preserve-color) .uk-select,
  .uk-tile-primary:not(.uk-preserve-color) .uk-select,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-select,
  .uk-card-primary.uk-card-body .uk-select,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-select,
  .uk-card-secondary.uk-card-body .uk-select,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-select,
  .uk-overlay-primary .uk-select,
  .uk-offcanvas-bar .uk-select,
  .uk-light .uk-textarea,
  .uk-section-primary:not(.uk-preserve-color) .uk-textarea,
  .uk-section-secondary:not(.uk-preserve-color) .uk-textarea,
  .uk-tile-primary:not(.uk-preserve-color) .uk-textarea,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea,
  .uk-card-primary.uk-card-body .uk-textarea,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-textarea,
  .uk-card-secondary.uk-card-body .uk-textarea,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-textarea,
  .uk-overlay-primary .uk-textarea,
  .uk-offcanvas-bar .uk-textarea {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    background-clip: padding-box; }
    .uk-light .uk-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-card-primary.uk-card-body .uk-input:focus, .uk-card-primary > :not([class*="uk-card-media"]) .uk-input:focus, .uk-card-secondary.uk-card-body .uk-input:focus, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-input:focus, .uk-overlay-primary .uk-input:focus, .uk-offcanvas-bar .uk-input:focus,
    .uk-light .uk-select:focus,
    .uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
    .uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
    .uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,
    .uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,
    .uk-card-primary.uk-card-body .uk-select:focus,
    .uk-card-primary > :not([class*="uk-card-media"]) .uk-select:focus,
    .uk-card-secondary.uk-card-body .uk-select:focus,
    .uk-card-secondary > :not([class*="uk-card-media"]) .uk-select:focus,
    .uk-overlay-primary .uk-select:focus,
    .uk-offcanvas-bar .uk-select:focus,
    .uk-light .uk-textarea:focus,
    .uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
    .uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,
    .uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,
    .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus,
    .uk-card-primary.uk-card-body .uk-textarea:focus,
    .uk-card-primary > :not([class*="uk-card-media"]) .uk-textarea:focus,
    .uk-card-secondary.uk-card-body .uk-textarea:focus,
    .uk-card-secondary > :not([class*="uk-card-media"]) .uk-textarea:focus,
    .uk-overlay-primary .uk-textarea:focus,
    .uk-offcanvas-bar .uk-textarea:focus {
      background-color: rgba(255, 255, 255, 0.15);
      color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-card-primary.uk-card-body .uk-input::placeholder, .uk-card-primary > :not([class*="uk-card-media"]) .uk-input::placeholder, .uk-card-secondary.uk-card-body .uk-input::placeholder, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-input::placeholder, .uk-overlay-primary .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-textarea::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-card-primary.uk-card-body .uk-textarea::placeholder, .uk-card-primary > :not([class*="uk-card-media"]) .uk-textarea::placeholder, .uk-card-secondary.uk-card-body .uk-textarea::placeholder, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-textarea::placeholder, .uk-overlay-primary .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-select:not([multiple]):not([size]), .uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-primary > :not([class*="uk-card-media"]) .uk-select:not([multiple]):not([size]), .uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-secondary > :not([class*="uk-card-media"]) .uk-select:not([multiple]):not([size]), .uk-overlay-primary .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-input[list]:hover, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-card-primary.uk-card-body .uk-input[list]:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-input[list]:hover, .uk-card-secondary.uk-card-body .uk-input[list]:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-input[list]:hover, .uk-overlay-primary .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:hover,
  .uk-light .uk-input[list]:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
  .uk-card-primary.uk-card-body .uk-input[list]:focus,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-input[list]:focus,
  .uk-card-secondary.uk-card-body .uk-input[list]:focus,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-input[list]:focus,
  .uk-overlay-primary .uk-input[list]:focus,
  .uk-offcanvas-bar .uk-input[list]:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-radio, .uk-section-primary:not(.uk-preserve-color) .uk-radio, .uk-section-secondary:not(.uk-preserve-color) .uk-radio, .uk-tile-primary:not(.uk-preserve-color) .uk-radio, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio, .uk-card-primary.uk-card-body .uk-radio, .uk-card-primary > :not([class*="uk-card-media"]) .uk-radio, .uk-card-secondary.uk-card-body .uk-radio, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio, .uk-overlay-primary .uk-radio, .uk-offcanvas-bar .uk-radio,
  .uk-light .uk-checkbox,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,
  .uk-card-primary.uk-card-body .uk-checkbox,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox,
  .uk-card-secondary.uk-card-body .uk-checkbox,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox,
  .uk-overlay-primary .uk-checkbox,
  .uk-offcanvas-bar .uk-checkbox {
    background-color: rgba(255, 255, 255, 0.1); }
  .uk-light .uk-radio:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-card-primary.uk-card-body .uk-radio:focus, .uk-card-primary > :not([class*="uk-card-media"]) .uk-radio:focus, .uk-card-secondary.uk-card-body .uk-radio:focus, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio:focus, .uk-overlay-primary .uk-radio:focus, .uk-offcanvas-bar .uk-radio:focus,
  .uk-light .uk-checkbox:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
  .uk-card-primary.uk-card-body .uk-checkbox:focus,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:focus,
  .uk-card-secondary.uk-card-body .uk-checkbox:focus,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:focus,
  .uk-overlay-primary .uk-checkbox:focus,
  .uk-offcanvas-bar .uk-checkbox:focus {
    background-color: rgba(255, 255, 255, 0.15); }
  .uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*="uk-card-media"]) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked,
  .uk-light .uk-checkbox:checked,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-card-primary.uk-card-body .uk-checkbox:checked,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:checked,
  .uk-card-secondary.uk-card-body .uk-checkbox:checked,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:checked,
  .uk-overlay-primary .uk-checkbox:checked,
  .uk-offcanvas-bar .uk-checkbox:checked,
  .uk-light .uk-checkbox:indeterminate,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate,
  .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate,
  .uk-overlay-primary .uk-checkbox:indeterminate,
  .uk-offcanvas-bar .uk-checkbox:indeterminate {
    background-color: #fff; }
  .uk-light .uk-radio:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-card-primary.uk-card-body .uk-radio:checked:focus, .uk-card-primary > :not([class*="uk-card-media"]) .uk-radio:checked:focus, .uk-card-secondary.uk-card-body .uk-radio:checked:focus, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio:checked:focus, .uk-overlay-primary .uk-radio:checked:focus, .uk-offcanvas-bar .uk-radio:checked:focus,
  .uk-light .uk-checkbox:checked:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
  .uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:checked:focus,
  .uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:checked:focus,
  .uk-overlay-primary .uk-checkbox:checked:focus,
  .uk-offcanvas-bar .uk-checkbox:checked:focus,
  .uk-light .uk-checkbox:indeterminate:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
  .uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate:focus,
  .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate:focus,
  .uk-overlay-primary .uk-checkbox:indeterminate:focus,
  .uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
    background-color: white; }
  .uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*="uk-card-media"]) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%2335373b%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  
  .uk-light .uk-checkbox:checked,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-card-primary.uk-card-body .uk-checkbox:checked,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:checked,
  .uk-card-secondary.uk-card-body .uk-checkbox:checked,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:checked,
  .uk-overlay-primary .uk-checkbox:checked,
  .uk-offcanvas-bar .uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2335373b%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  
  .uk-light .uk-checkbox:indeterminate,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate,
  .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate,
  .uk-overlay-primary .uk-checkbox:indeterminate,
  .uk-offcanvas-bar .uk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2335373b%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-form-icon, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-card-primary.uk-card-body .uk-form-icon, .uk-card-primary > :not([class*="uk-card-media"]) .uk-form-icon, .uk-card-secondary.uk-card-body .uk-form-icon, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-form-icon, .uk-overlay-primary .uk-form-icon, .uk-offcanvas-bar .uk-form-icon {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-form-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-card-primary.uk-card-body .uk-form-icon:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-form-icon:hover, .uk-card-secondary.uk-card-body .uk-form-icon:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-form-icon:hover, .uk-overlay-primary .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary > :not([class*="uk-card-media"]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary > :not([class*="uk-card-media"]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-heading-divider, .uk-section-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-card-primary.uk-card-body .uk-heading-divider, .uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-divider, .uk-card-secondary.uk-card-body .uk-heading-divider, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-divider, .uk-overlay-primary .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-heading-bullet::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-card-primary.uk-card-body .uk-heading-bullet::before, .uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-bullet::before, .uk-card-secondary.uk-card-body .uk-heading-bullet::before, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-bullet::before, .uk-overlay-primary .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-heading-line > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-card-primary.uk-card-body .uk-heading-line > ::before, .uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-line > ::before, .uk-card-secondary.uk-card-body .uk-heading-line > ::before, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-line > ::before, .uk-overlay-primary .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::before,
  .uk-light .uk-heading-line > ::after,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
  .uk-card-primary.uk-card-body .uk-heading-line > ::after,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-line > ::after,
  .uk-card-secondary.uk-card-body .uk-heading-line > ::after,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-line > ::after,
  .uk-overlay-primary .uk-heading-line > ::after,
  .uk-offcanvas-bar .uk-heading-line > ::after {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-card-primary.uk-card-body .uk-icon-link, .uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-link, .uk-overlay-primary .uk-icon-link, .uk-offcanvas-bar .uk-icon-link {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-icon-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-card-primary.uk-card-body .uk-icon-link:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-link:hover, .uk-card-secondary.uk-card-body .uk-icon-link:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-link:hover, .uk-overlay-primary .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-link:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-card-primary.uk-card-body .uk-icon-link:active, .uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-link:active, .uk-card-secondary.uk-card-body .uk-icon-link:active, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-link:active, .uk-overlay-primary .uk-icon-link:active, .uk-offcanvas-bar .uk-icon-link:active,
  .uk-light .uk-active > .uk-icon-link,
  .uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
  .uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
  .uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
  .uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-active > .uk-icon-link,
  .uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-active > .uk-icon-link,
  .uk-overlay-primary .uk-active > .uk-icon-link,
  .uk-offcanvas-bar .uk-active > .uk-icon-link {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-button, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-card-primary.uk-card-body .uk-icon-button, .uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-button, .uk-card-secondary.uk-card-body .uk-icon-button, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-button, .uk-overlay-primary .uk-icon-button, .uk-offcanvas-bar .uk-icon-button {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-icon-button:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-card-primary.uk-card-body .uk-icon-button:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-button:hover, .uk-card-secondary.uk-card-body .uk-icon-button:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-button:hover, .uk-overlay-primary .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-button:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-card-primary.uk-card-body .uk-icon-button:active, .uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-button:active, .uk-card-secondary.uk-card-body .uk-icon-button:active, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-button:active, .uk-overlay-primary .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-iconnav > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-card-primary.uk-card-body .uk-iconnav > * > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-iconnav > * > a, .uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-iconnav > * > a, .uk-overlay-primary .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-iconnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-card-primary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-iconnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-iconnav > * > a:hover, .uk-overlay-primary .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-iconnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-iconnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-iconnav > .uk-active > a, .uk-overlay-primary .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-label, .uk-section-primary:not(.uk-preserve-color) .uk-label, .uk-section-secondary:not(.uk-preserve-color) .uk-label, .uk-tile-primary:not(.uk-preserve-color) .uk-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-label, .uk-card-primary.uk-card-body .uk-label, .uk-card-primary > :not([class*="uk-card-media"]) .uk-label, .uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-label, .uk-overlay-primary .uk-label, .uk-offcanvas-bar .uk-label {
    background-color: #fff;
    color: #35373b; }
  .uk-light a.uk-link-muted, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted, .uk-card-primary.uk-card-body a.uk-link-muted, .uk-card-primary > :not([class*="uk-card-media"]) a.uk-link-muted, .uk-card-secondary.uk-card-body a.uk-link-muted, .uk-card-secondary > :not([class*="uk-card-media"]) a.uk-link-muted, .uk-overlay-primary a.uk-link-muted, .uk-offcanvas-bar a.uk-link-muted,
  .uk-light .uk-link-muted a,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
  .uk-card-primary.uk-card-body .uk-link-muted a,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-link-muted a,
  .uk-card-secondary.uk-card-body .uk-link-muted a,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-muted a,
  .uk-overlay-primary .uk-link-muted a,
  .uk-offcanvas-bar .uk-link-muted a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light a.uk-link-muted:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-card-primary.uk-card-body a.uk-link-muted:hover, .uk-card-primary > :not([class*="uk-card-media"]) a.uk-link-muted:hover, .uk-card-secondary.uk-card-body a.uk-link-muted:hover, .uk-card-secondary > :not([class*="uk-card-media"]) a.uk-link-muted:hover, .uk-overlay-primary a.uk-link-muted:hover, .uk-offcanvas-bar a.uk-link-muted:hover,
  .uk-light .uk-link-muted a:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
  .uk-card-primary.uk-card-body .uk-link-muted a:hover,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-link-muted a:hover,
  .uk-card-secondary.uk-card-body .uk-link-muted a:hover,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-muted a:hover,
  .uk-overlay-primary .uk-link-muted a:hover,
  .uk-offcanvas-bar .uk-link-muted a:hover,
  .uk-light .uk-link-toggle:hover .uk-link-muted,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
  .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link-muted,
  .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link-muted,
  .uk-overlay-primary .uk-link-toggle:hover .uk-link-muted,
  .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light a.uk-link-text:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-card-primary.uk-card-body a.uk-link-text:hover, .uk-card-primary > :not([class*="uk-card-media"]) a.uk-link-text:hover, .uk-card-secondary.uk-card-body a.uk-link-text:hover, .uk-card-secondary > :not([class*="uk-card-media"]) a.uk-link-text:hover, .uk-overlay-primary a.uk-link-text:hover, .uk-offcanvas-bar a.uk-link-text:hover,
  .uk-light .uk-link-text a:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
  .uk-card-primary.uk-card-body .uk-link-text a:hover,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-link-text a:hover,
  .uk-card-secondary.uk-card-body .uk-link-text a:hover,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-text a:hover,
  .uk-overlay-primary .uk-link-text a:hover,
  .uk-offcanvas-bar .uk-link-text a:hover,
  .uk-light .uk-link-toggle:hover .uk-link-text,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
  .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link-text,
  .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link-text,
  .uk-overlay-primary .uk-link-toggle:hover .uk-link-text,
  .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light a.uk-link-heading:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-card-primary.uk-card-body a.uk-link-heading:hover, .uk-card-primary > :not([class*="uk-card-media"]) a.uk-link-heading:hover, .uk-card-secondary.uk-card-body a.uk-link-heading:hover, .uk-card-secondary > :not([class*="uk-card-media"]) a.uk-link-heading:hover, .uk-overlay-primary a.uk-link-heading:hover, .uk-offcanvas-bar a.uk-link-heading:hover,
  .uk-light .uk-link-heading a:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
  .uk-card-primary.uk-card-body .uk-link-heading a:hover,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-link-heading a:hover,
  .uk-card-secondary.uk-card-body .uk-link-heading a:hover,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-heading a:hover,
  .uk-overlay-primary .uk-link-heading a:hover,
  .uk-offcanvas-bar .uk-link-heading a:hover,
  .uk-light .uk-link-toggle:hover .uk-link-heading,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
  .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link-heading,
  .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-toggle:hover .uk-link-heading,
  .uk-overlay-primary .uk-link-toggle:hover .uk-link-heading,
  .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading {
    color: #fff; }
  .uk-light .uk-list-muted > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-card-primary.uk-card-body .uk-list-muted > ::before, .uk-card-primary > :not([class*="uk-card-media"]) .uk-list-muted > ::before, .uk-card-secondary.uk-card-body .uk-list-muted > ::before, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-muted > ::before, .uk-overlay-primary .uk-list-muted > ::before, .uk-offcanvas-bar .uk-list-muted > ::before {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-list-emphasis > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-card-primary.uk-card-body .uk-list-emphasis > ::before, .uk-card-primary > :not([class*="uk-card-media"]) .uk-list-emphasis > ::before, .uk-card-secondary.uk-card-body .uk-list-emphasis > ::before, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-emphasis > ::before, .uk-overlay-primary .uk-list-emphasis > ::before, .uk-offcanvas-bar .uk-list-emphasis > ::before {
    color: #fff !important; }
  .uk-light .uk-list-primary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-card-primary.uk-card-body .uk-list-primary > ::before, .uk-card-primary > :not([class*="uk-card-media"]) .uk-list-primary > ::before, .uk-card-secondary.uk-card-body .uk-list-primary > ::before, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-primary > ::before, .uk-overlay-primary .uk-list-primary > ::before, .uk-offcanvas-bar .uk-list-primary > ::before {
    color: #fff !important; }
  .uk-light .uk-list-secondary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-card-primary.uk-card-body .uk-list-secondary > ::before, .uk-card-primary > :not([class*="uk-card-media"]) .uk-list-secondary > ::before, .uk-card-secondary.uk-card-body .uk-list-secondary > ::before, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-secondary > ::before, .uk-overlay-primary .uk-list-secondary > ::before, .uk-offcanvas-bar .uk-list-secondary > ::before {
    color: #fff !important; }
  .uk-light .uk-list-bullet > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-card-primary.uk-card-body .uk-list-bullet > ::before, .uk-card-primary > :not([class*="uk-card-media"]) .uk-list-bullet > ::before, .uk-card-secondary.uk-card-body .uk-list-bullet > ::before, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-bullet > ::before, .uk-overlay-primary .uk-list-bullet > ::before, .uk-offcanvas-bar .uk-list-bullet > ::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-list-divider > :nth-child(n+2), .uk-section-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-card-primary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-card-primary > :not([class*="uk-card-media"]) .uk-list-divider > :nth-child(n+2), .uk-card-secondary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-divider > :nth-child(n+2), .uk-overlay-primary .uk-list-divider > :nth-child(n+2), .uk-offcanvas-bar .uk-list-divider > :nth-child(n+2) {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-list-striped > :nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-card-primary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-primary > :not([class*="uk-card-media"]) .uk-list-striped > :nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-striped > :nth-of-type(odd), .uk-overlay-primary .uk-list-striped > :nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.1); }
  .uk-light .uk-marker, .uk-section-primary:not(.uk-preserve-color) .uk-marker, .uk-section-secondary:not(.uk-preserve-color) .uk-marker, .uk-tile-primary:not(.uk-preserve-color) .uk-marker, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker, .uk-card-primary.uk-card-body .uk-marker, .uk-card-primary > :not([class*="uk-card-media"]) .uk-marker, .uk-card-secondary.uk-card-body .uk-marker, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-marker, .uk-overlay-primary .uk-marker, .uk-offcanvas-bar .uk-marker {
    background: #f8f8f8;
    color: #35373b; }
  .uk-light .uk-marker:hover, .uk-section-primary:not(.uk-preserve-color) .uk-marker:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover, .uk-card-primary.uk-card-body .uk-marker:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-marker:hover, .uk-card-secondary.uk-card-body .uk-marker:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-marker:hover, .uk-overlay-primary .uk-marker:hover, .uk-offcanvas-bar .uk-marker:hover {
    color: #35373b; }
  .uk-light .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-default > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default > li.uk-active > a, .uk-overlay-primary .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-default .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-header, .uk-overlay-primary .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header {
    color: #fff; }
  .uk-light .uk-nav-default .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-divider, .uk-overlay-primary .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-primary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-card-primary.uk-card-body .uk-nav-primary > li > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-primary > li > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-primary > li > a, .uk-overlay-primary .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-primary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-primary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-primary > li > a:hover, .uk-overlay-primary .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-primary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-primary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-primary > li.uk-active > a, .uk-overlay-primary .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-primary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-primary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-primary .uk-nav-header, .uk-overlay-primary .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
    color: #fff; }
  .uk-light .uk-nav-primary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-primary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-primary .uk-nav-divider, .uk-overlay-primary .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-nav-primary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-primary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-primary .uk-nav-sub a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-primary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-secondary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-card-primary.uk-card-body .uk-nav-secondary > li > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary > li > a, .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary > li > a, .uk-overlay-primary .uk-nav-secondary > li > a, .uk-offcanvas-bar .uk-nav-secondary > li > a {
    color: #fff; }
  .uk-light .uk-nav-secondary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary > li > a:hover, .uk-overlay-primary .uk-nav-secondary > li > a:hover, .uk-offcanvas-bar .uk-nav-secondary > li > a:hover {
    color: #fff; }
  .uk-light .uk-nav-secondary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary > li.uk-active > a, .uk-overlay-primary .uk-nav-secondary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-secondary > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-secondary .uk-nav-subtitle, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-subtitle, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-subtitle, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-subtitle, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-subtitle, .uk-overlay-primary .uk-nav-secondary .uk-nav-subtitle, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-subtitle {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-overlay-primary .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-offcanvas-bar .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-overlay-primary .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-offcanvas-bar .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
    color: #fff; }
  .uk-light .uk-nav-secondary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-header, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-header, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-header, .uk-overlay-primary .uk-nav-secondary .uk-nav-header, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-header {
    color: #fff; }
  .uk-light .uk-nav-secondary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-divider, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-divider, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-divider, .uk-overlay-primary .uk-nav-secondary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-nav-secondary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-sub a, .uk-overlay-primary .uk-nav-secondary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-secondary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-secondary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-section-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-section-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-tile-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-tile-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-card-primary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-card-secondary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-overlay-primary .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-offcanvas-bar .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-navbar-nav > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-nav > li > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-nav > li > a, .uk-overlay-primary .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-navbar-nav > li:hover > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
  .uk-light .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-card-primary.uk-card-body .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-overlay-primary .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-offcanvas-bar .uk-navbar-nav > li > a[aria-expanded="true"] {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-navbar-nav > li > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-nav > li > a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-nav > li > a:active, .uk-overlay-primary .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active {
    color: #fff; }
  .uk-light .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-nav > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-nav > li.uk-active > a, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-navbar-item, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-card-primary.uk-card-body .uk-navbar-item, .uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-item, .uk-card-secondary.uk-card-body .uk-navbar-item, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-item, .uk-overlay-primary .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-navbar-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-card-primary.uk-card-body .uk-navbar-toggle, .uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-toggle, .uk-card-secondary.uk-card-body .uk-navbar-toggle, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-toggle, .uk-overlay-primary .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-navbar-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-card-primary.uk-card-body .uk-navbar-toggle:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-toggle:hover, .uk-card-secondary.uk-card-body .uk-navbar-toggle:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-toggle:hover, .uk-overlay-primary .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle:hover,
  .uk-light .uk-navbar-toggle[aria-expanded="true"],
  .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
  .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
  .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
  .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
  .uk-card-primary.uk-card-body .uk-navbar-toggle[aria-expanded="true"],
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-toggle[aria-expanded="true"],
  .uk-card-secondary.uk-card-body .uk-navbar-toggle[aria-expanded="true"],
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-toggle[aria-expanded="true"],
  .uk-overlay-primary .uk-navbar-toggle[aria-expanded="true"],
  .uk-offcanvas-bar .uk-navbar-toggle[aria-expanded="true"] {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-pagination > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-card-primary.uk-card-body .uk-pagination > * > *, .uk-card-primary > :not([class*="uk-card-media"]) .uk-pagination > * > *, .uk-card-secondary.uk-card-body .uk-pagination > * > *, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-pagination > * > *, .uk-overlay-primary .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > * > * {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-pagination > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-card-primary.uk-card-body .uk-pagination > * > :hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-pagination > * > :hover, .uk-card-secondary.uk-card-body .uk-pagination > * > :hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-pagination > * > :hover, .uk-overlay-primary .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > * > :hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-pagination > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-primary > :not([class*="uk-card-media"]) .uk-pagination > .uk-active > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-pagination > .uk-active > *, .uk-overlay-primary .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > * {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-pagination > .uk-disabled > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-primary > :not([class*="uk-card-media"]) .uk-pagination > .uk-disabled > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-pagination > .uk-disabled > *, .uk-overlay-primary .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > * {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input, .uk-card-primary.uk-card-body .uk-search-input, .uk-card-primary > :not([class*="uk-card-media"]) .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-input, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-input, .uk-overlay-primary .uk-search-input, .uk-offcanvas-bar .uk-search-input {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-search-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-card-primary.uk-card-body .uk-search-input::placeholder, .uk-card-primary > :not([class*="uk-card-media"]) .uk-search-input::placeholder, .uk-card-secondary.uk-card-body .uk-search-input::placeholder, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-input::placeholder, .uk-overlay-primary .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search .uk-search-icon, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-card-primary.uk-card-body .uk-search .uk-search-icon, .uk-card-primary > :not([class*="uk-card-media"]) .uk-search .uk-search-icon, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-search .uk-search-icon, .uk-overlay-primary .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search .uk-search-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-search .uk-search-icon:hover, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-search .uk-search-icon:hover, .uk-overlay-primary .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-default .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input, .uk-card-primary > :not([class*="uk-card-media"]) .uk-search-default .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-default .uk-search-input, .uk-overlay-primary .uk-search-default .uk-search-input, .uk-offcanvas-bar .uk-search-default .uk-search-input {
    background-color: rgba(255, 255, 255, 0.1); }
  .uk-light .uk-search-default .uk-search-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-primary > :not([class*="uk-card-media"]) .uk-search-default .uk-search-input:focus, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-default .uk-search-input:focus, .uk-overlay-primary .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
    background-color: rgba(255, 255, 255, 0.15); }
  .uk-light .uk-search-navbar .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-primary > :not([class*="uk-card-media"]) .uk-search-navbar .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-navbar .uk-search-input, .uk-overlay-primary .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input {
    background-color: rgba(255, 255, 255, 0.1); }
  .uk-light .uk-search-navbar .uk-search-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input:focus, .uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input:focus, .uk-card-primary > :not([class*="uk-card-media"]) .uk-search-navbar .uk-search-input:focus, .uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input:focus, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-navbar .uk-search-input:focus, .uk-overlay-primary .uk-search-navbar .uk-search-input:focus, .uk-offcanvas-bar .uk-search-navbar .uk-search-input:focus {
    background-color: rgba(255, 255, 255, 0.15); }
  .uk-light .uk-search-medium .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-medium .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-medium .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-medium .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-medium .uk-search-input, .uk-card-primary.uk-card-body .uk-search-medium .uk-search-input, .uk-card-primary > :not([class*="uk-card-media"]) .uk-search-medium .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-medium .uk-search-input, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-medium .uk-search-input, .uk-overlay-primary .uk-search-medium .uk-search-input, .uk-offcanvas-bar .uk-search-medium .uk-search-input {
    background-color: transparent; }
  .uk-light .uk-search-large .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-card-primary.uk-card-body .uk-search-large .uk-search-input, .uk-card-primary > :not([class*="uk-card-media"]) .uk-search-large .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-large .uk-search-input, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-large .uk-search-input, .uk-overlay-primary .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input {
    background-color: transparent; }
  .uk-light .uk-search-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-card-primary.uk-card-body .uk-search-toggle, .uk-card-primary > :not([class*="uk-card-media"]) .uk-search-toggle, .uk-card-secondary.uk-card-body .uk-search-toggle, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-toggle, .uk-overlay-primary .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-card-primary.uk-card-body .uk-search-toggle:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-search-toggle:hover, .uk-card-secondary.uk-card-body .uk-search-toggle:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-toggle:hover, .uk-overlay-primary .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary > :not([class*="uk-card-media"]) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-slidenav, .uk-overlay-primary .uk-slidenav, .uk-offcanvas-bar .uk-slidenav {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:hover {
    color: rgba(255, 255, 255, 0.95); }
  .uk-light .uk-slidenav:active, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-card-primary.uk-card-body .uk-slidenav:active, .uk-card-primary > :not([class*="uk-card-media"]) .uk-slidenav:active, .uk-card-secondary.uk-card-body .uk-slidenav:active, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-slidenav:active, .uk-overlay-primary .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav > * > :first-child, .uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav > * > :first-child, .uk-overlay-primary .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-subnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav > * > a:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav > * > a:hover, .uk-overlay-primary .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav > .uk-active > a, .uk-overlay-primary .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a {
    color: #fff; }
  .uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-subnav-pill > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav-pill > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav-pill > * > :first-child, .uk-overlay-primary .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-subnav-pill > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav-pill > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav-pill > * > a:hover, .uk-overlay-primary .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav-pill > * > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav-pill > * > a:active, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav-pill > * > a:active, .uk-overlay-primary .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav-pill > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav-pill > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav-pill > .uk-active > a, .uk-overlay-primary .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
    background-color: #fff;
    color: #35373b; }
  .uk-light .uk-subnav > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav > .uk-disabled > a, .uk-overlay-primary .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-tab > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-card-primary.uk-card-body .uk-tab > * > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-tab > * > a, .uk-card-secondary.uk-card-body .uk-tab > * > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-tab > * > a, .uk-overlay-primary .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-tab > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-card-primary.uk-card-body .uk-tab > * > a:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-tab > * > a:hover, .uk-card-secondary.uk-card-body .uk-tab > * > a:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-tab > * > a:hover, .uk-overlay-primary .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > * > a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-tab > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-card-primary.uk-card-body .uk-tab > .uk-active > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-tab > .uk-active > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-tab > .uk-active > a, .uk-overlay-primary .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a {
    color: #fff; }
  .uk-light .uk-tab > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-tab > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-tab > .uk-disabled > a, .uk-overlay-primary .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-table th, .uk-section-primary:not(.uk-preserve-color) .uk-table th, .uk-section-secondary:not(.uk-preserve-color) .uk-table th, .uk-tile-primary:not(.uk-preserve-color) .uk-table th, .uk-tile-secondary:not(.uk-preserve-color) .uk-table th, .uk-card-primary.uk-card-body .uk-table th, .uk-card-primary > :not([class*="uk-card-media"]) .uk-table th, .uk-card-secondary.uk-card-body .uk-table th, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table th, .uk-overlay-primary .uk-table th, .uk-offcanvas-bar .uk-table th {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-table caption, .uk-section-primary:not(.uk-preserve-color) .uk-table caption, .uk-section-secondary:not(.uk-preserve-color) .uk-table caption, .uk-tile-primary:not(.uk-preserve-color) .uk-table caption, .uk-tile-secondary:not(.uk-preserve-color) .uk-table caption, .uk-card-primary.uk-card-body .uk-table caption, .uk-card-primary > :not([class*="uk-card-media"]) .uk-table caption, .uk-card-secondary.uk-card-body .uk-table caption, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table caption, .uk-overlay-primary .uk-table caption, .uk-offcanvas-bar .uk-table caption {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-table > tr.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-card-primary.uk-card-body .uk-table > tr.uk-active, .uk-card-primary > :not([class*="uk-card-media"]) .uk-table > tr.uk-active, .uk-card-secondary.uk-card-body .uk-table > tr.uk-active, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table > tr.uk-active, .uk-overlay-primary .uk-table > tr.uk-active, .uk-offcanvas-bar .uk-table > tr.uk-active,
  .uk-light .uk-table tbody tr.uk-active,
  .uk-section-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
  .uk-card-primary.uk-card-body .uk-table tbody tr.uk-active,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-table tbody tr.uk-active,
  .uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table tbody tr.uk-active,
  .uk-overlay-primary .uk-table tbody tr.uk-active,
  .uk-offcanvas-bar .uk-table tbody tr.uk-active {
    background: rgba(255, 255, 255, 0.08); }
  .uk-light .uk-table-divider > tr:not(:first-child), .uk-section-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-card-primary.uk-card-body .uk-table-divider > tr:not(:first-child), .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-divider > tr:not(:first-child), .uk-card-secondary.uk-card-body .uk-table-divider > tr:not(:first-child), .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-divider > tr:not(:first-child), .uk-overlay-primary .uk-table-divider > tr:not(:first-child), .uk-offcanvas-bar .uk-table-divider > tr:not(:first-child),
  .uk-light .uk-table-divider > :not(:first-child) > tr,
  .uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
  .uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
  .uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
  .uk-card-primary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-divider > :not(:first-child) > tr,
  .uk-card-secondary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-divider > :not(:first-child) > tr,
  .uk-overlay-primary .uk-table-divider > :not(:first-child) > tr,
  .uk-offcanvas-bar .uk-table-divider > :not(:first-child) > tr,
  .uk-light .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-card-primary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-card-secondary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-overlay-primary .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-offcanvas-bar .uk-table-divider > :first-child > tr:not(:first-child) {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-table-striped > tr:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(odd), .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-striped > tr:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(odd), .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-striped > tr:nth-of-type(odd), .uk-overlay-primary .uk-table-striped > tr:nth-of-type(odd), .uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(odd),
  .uk-light .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.1); }
  .uk-light .uk-table-hover > tr:hover, .uk-section-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-card-primary.uk-card-body .uk-table-hover > tr:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-hover > tr:hover, .uk-card-secondary.uk-card-body .uk-table-hover > tr:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-hover > tr:hover, .uk-overlay-primary .uk-table-hover > tr:hover, .uk-offcanvas-bar .uk-table-hover > tr:hover,
  .uk-light .uk-table-hover tbody tr:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
  .uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-hover tbody tr:hover,
  .uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-hover tbody tr:hover,
  .uk-overlay-primary .uk-table-hover tbody tr:hover,
  .uk-offcanvas-bar .uk-table-hover tbody tr:hover {
    background: rgba(255, 255, 255, 0.08); }
  .uk-light .uk-text-lead, .uk-section-primary:not(.uk-preserve-color) .uk-text-lead, .uk-section-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-primary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-card-primary.uk-card-body .uk-text-lead, .uk-card-primary > :not([class*="uk-card-media"]) .uk-text-lead, .uk-card-secondary.uk-card-body .uk-text-lead, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-lead, .uk-overlay-primary .uk-text-lead, .uk-offcanvas-bar .uk-text-lead {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary > :not([class*="uk-card-media"]) .uk-text-meta, .uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-meta, .uk-overlay-primary .uk-text-meta, .uk-offcanvas-bar .uk-text-meta {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*="uk-card-media"]) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-muted, .uk-overlay-primary .uk-text-muted, .uk-offcanvas-bar .uk-text-muted {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-text-emphasis, .uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-card-primary.uk-card-body .uk-text-emphasis, .uk-card-primary > :not([class*="uk-card-media"]) .uk-text-emphasis, .uk-card-secondary.uk-card-body .uk-text-emphasis, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-emphasis, .uk-overlay-primary .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis {
    color: #fff !important; }
  .uk-light .uk-text-primary, .uk-section-primary:not(.uk-preserve-color) .uk-text-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-card-primary.uk-card-body .uk-text-primary, .uk-card-primary > :not([class*="uk-card-media"]) .uk-text-primary, .uk-card-secondary.uk-card-body .uk-text-primary, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-primary, .uk-overlay-primary .uk-text-primary, .uk-offcanvas-bar .uk-text-primary {
    color: #fff !important; }
  .uk-light .uk-text-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-card-primary.uk-card-body .uk-text-secondary, .uk-card-primary > :not([class*="uk-card-media"]) .uk-text-secondary, .uk-card-secondary.uk-card-body .uk-text-secondary, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-secondary, .uk-overlay-primary .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary {
    color: #fff !important; }
  .uk-light .uk-totop, .uk-section-primary:not(.uk-preserve-color) .uk-totop, .uk-section-secondary:not(.uk-preserve-color) .uk-totop, .uk-tile-primary:not(.uk-preserve-color) .uk-totop, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop, .uk-card-primary.uk-card-body .uk-totop, .uk-card-primary > :not([class*="uk-card-media"]) .uk-totop, .uk-card-secondary.uk-card-body .uk-totop, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-totop, .uk-overlay-primary .uk-totop, .uk-offcanvas-bar .uk-totop {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-totop:hover, .uk-section-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-card-primary.uk-card-body .uk-totop:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-totop:hover, .uk-card-secondary.uk-card-body .uk-totop:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-totop:hover, .uk-overlay-primary .uk-totop:hover, .uk-offcanvas-bar .uk-totop:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-totop:active, .uk-section-primary:not(.uk-preserve-color) .uk-totop:active, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-card-primary.uk-card-body .uk-totop:active, .uk-card-primary > :not([class*="uk-card-media"]) .uk-totop:active, .uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-totop:active, .uk-overlay-primary .uk-totop:active, .uk-offcanvas-bar .uk-totop:active {
    color: #fff; }
  .uk-light .uk-logo, .uk-section-primary:not(.uk-preserve-color) .uk-logo, .uk-section-secondary:not(.uk-preserve-color) .uk-logo, .uk-tile-primary:not(.uk-preserve-color) .uk-logo, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo, .uk-card-primary.uk-card-body .uk-logo, .uk-card-primary > :not([class*="uk-card-media"]) .uk-logo, .uk-card-secondary.uk-card-body .uk-logo, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-logo, .uk-overlay-primary .uk-logo, .uk-offcanvas-bar .uk-logo {
    color: #fff; }
  .uk-light .uk-logo:hover, .uk-section-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-card-primary.uk-card-body .uk-logo:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-logo:hover, .uk-card-secondary.uk-card-body .uk-logo:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-logo:hover, .uk-overlay-primary .uk-logo:hover, .uk-offcanvas-bar .uk-logo:hover {
    color: #fff; }
  .uk-light .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse), .uk-section-primary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse), .uk-section-secondary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse), .uk-tile-primary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse), .uk-tile-secondary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse), .uk-card-primary.uk-card-body .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse), .uk-card-primary > :not([class*="uk-card-media"]) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse), .uk-card-secondary.uk-card-body .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse), .uk-card-secondary > :not([class*="uk-card-media"]) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse), .uk-overlay-primary .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse), .uk-offcanvas-bar .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse) {
    display: none; }
  .uk-light .uk-logo-inverse, .uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-card-primary.uk-card-body .uk-logo-inverse, .uk-card-primary > :not([class*="uk-card-media"]) .uk-logo-inverse, .uk-card-secondary.uk-card-body .uk-logo-inverse, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-logo-inverse, .uk-overlay-primary .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse {
    display: block; }
  .uk-light .uk-accordion-title, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title, .uk-card-primary.uk-card-body .uk-accordion-title, .uk-card-primary > :not([class*="uk-card-media"]) .uk-accordion-title, .uk-card-secondary.uk-card-body .uk-accordion-title, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-accordion-title, .uk-overlay-primary .uk-accordion-title, .uk-offcanvas-bar .uk-accordion-title {
    color: #fff; }
  .uk-light .uk-accordion-title:hover, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-card-primary.uk-card-body .uk-accordion-title:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-accordion-title:hover, .uk-card-secondary.uk-card-body .uk-accordion-title:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-accordion-title:hover, .uk-overlay-primary .uk-accordion-title:hover, .uk-offcanvas-bar .uk-accordion-title:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-table th, .uk-section-primary:not(.uk-preserve-color) .uk-table th, .uk-section-secondary:not(.uk-preserve-color) .uk-table th, .uk-tile-primary:not(.uk-preserve-color) .uk-table th, .uk-tile-secondary:not(.uk-preserve-color) .uk-table th, .uk-card-primary.uk-card-body .uk-table th, .uk-card-primary > :not([class*="uk-card-media"]) .uk-table th, .uk-card-secondary.uk-card-body .uk-table th, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table th, .uk-overlay-primary .uk-table th, .uk-offcanvas-bar .uk-table th {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-table caption, .uk-section-primary:not(.uk-preserve-color) .uk-table caption, .uk-section-secondary:not(.uk-preserve-color) .uk-table caption, .uk-tile-primary:not(.uk-preserve-color) .uk-table caption, .uk-tile-secondary:not(.uk-preserve-color) .uk-table caption, .uk-card-primary.uk-card-body .uk-table caption, .uk-card-primary > :not([class*="uk-card-media"]) .uk-table caption, .uk-card-secondary.uk-card-body .uk-table caption, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table caption, .uk-overlay-primary .uk-table caption, .uk-offcanvas-bar .uk-table caption {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-table > tr.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-card-primary.uk-card-body .uk-table > tr.uk-active, .uk-card-primary > :not([class*="uk-card-media"]) .uk-table > tr.uk-active, .uk-card-secondary.uk-card-body .uk-table > tr.uk-active, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table > tr.uk-active, .uk-overlay-primary .uk-table > tr.uk-active, .uk-offcanvas-bar .uk-table > tr.uk-active,
  .uk-light .uk-table tbody tr.uk-active,
  .uk-section-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
  .uk-card-primary.uk-card-body .uk-table tbody tr.uk-active,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-table tbody tr.uk-active,
  .uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table tbody tr.uk-active,
  .uk-overlay-primary .uk-table tbody tr.uk-active,
  .uk-offcanvas-bar .uk-table tbody tr.uk-active {
    background: rgba(255, 255, 255, 0.08); }
  .uk-light .uk-table-divider > tr:not(:first-child), .uk-section-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-card-primary.uk-card-body .uk-table-divider > tr:not(:first-child), .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-divider > tr:not(:first-child), .uk-card-secondary.uk-card-body .uk-table-divider > tr:not(:first-child), .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-divider > tr:not(:first-child), .uk-overlay-primary .uk-table-divider > tr:not(:first-child), .uk-offcanvas-bar .uk-table-divider > tr:not(:first-child),
  .uk-light .uk-table-divider > :not(:first-child) > tr,
  .uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
  .uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
  .uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
  .uk-card-primary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-divider > :not(:first-child) > tr,
  .uk-card-secondary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-divider > :not(:first-child) > tr,
  .uk-overlay-primary .uk-table-divider > :not(:first-child) > tr,
  .uk-offcanvas-bar .uk-table-divider > :not(:first-child) > tr,
  .uk-light .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-card-primary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-card-secondary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-overlay-primary .uk-table-divider > :first-child > tr:not(:first-child),
  .uk-offcanvas-bar .uk-table-divider > :first-child > tr:not(:first-child) {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-table-striped > tr:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(odd), .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-striped > tr:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(odd), .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-striped > tr:nth-of-type(odd), .uk-overlay-primary .uk-table-striped > tr:nth-of-type(odd), .uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(odd),
  .uk-light .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd),
  .uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.1); }
  .uk-light .uk-table-hover > tr:hover, .uk-section-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-card-primary.uk-card-body .uk-table-hover > tr:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-hover > tr:hover, .uk-card-secondary.uk-card-body .uk-table-hover > tr:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-hover > tr:hover, .uk-overlay-primary .uk-table-hover > tr:hover, .uk-offcanvas-bar .uk-table-hover > tr:hover,
  .uk-light .uk-table-hover tbody tr:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
  .uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover,
  .uk-card-primary > :not([class*="uk-card-media"]) .uk-table-hover tbody tr:hover,
  .uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover,
  .uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-hover tbody tr:hover,
  .uk-overlay-primary .uk-table-hover tbody tr:hover,
  .uk-offcanvas-bar .uk-table-hover tbody tr:hover {
    background: rgba(255, 255, 255, 0.08); }

/*
 * Pass dropbar behind color to JS
 */
* {
  --uk-inverse: initial; }

.uk-light, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color), .uk-card-primary.uk-card-body, .uk-card-primary > :not([class*="uk-card-media"]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*="uk-card-media"]), .uk-overlay-primary, .uk-offcanvas-bar {
  --uk-inverse: light; }

.uk-dark, .uk-section-default:not(.uk-preserve-color), .uk-section-muted:not(.uk-preserve-color), .uk-tile-default:not(.uk-preserve-color), .uk-tile-muted:not(.uk-preserve-color), .uk-card-default.uk-card-body, .uk-card-default > :not([class*="uk-card-media"]), .uk-overlay-default, .uk-dropbar, .uk-navbar-container:not(.uk-navbar-transparent), .uk-navbar-dropdown, .uk-dropdown {
  --uk-inverse: dark; }

.uk-inverse-light {
  --uk-inverse: light !important; }

.uk-inverse-dark {
  --uk-inverse: dark !important; }

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
