/**
 * nswbc-styleguide
 * @version v0.0.1
 * @timestamp 1637895162
 */
@charset "UTF-8";
/**
 * Media query breakpoints, simplified.
 */
/**
 * Define hover state as well as focus and active by default.
 * You can mix the states that you wish to use.
 */
/**
 * Defines font-size and line-heights for various breakpoints.
 *
 * @requires 'rem' function from Bourbon.io
 * @requires 'breakpoint' function from _grid.scss from this repo.
 *
 * Parameters:
 *    first:  breakpoint name
 *    second: font-size (without unit)
 *    third:  line-height (without unit)
 *
 * @example
 *     @include responsive-font-sizes(breakpoint font-size line-height, breakpoint font-size line-height...);
 *     @include responsive-font-sizes(none 16 26, sm 24 30, md 34 42);
 */
/* Usage: @include font-family(font-normal) */
/* Font settings and sizing for RTE */
/* Force scrollbar visible on webkit */
/*! Wrap word */
/*! button border gradient */
.icon {
  line-height: 1;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}

/* stylelint-disable */
@-webkit-keyframes loading {
  25% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    -webkit-transform: scale(1.3) translateY(-5px);
            transform: scale(1.3) translateY(-5px);
  }
  75% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes loading {
  25% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    -webkit-transform: scale(1.3) translateY(-5px);
            transform: scale(1.3) translateY(-5px);
  }
  75% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  -webkit-transition-duration: 450ms;
          transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  -webkit-transition-duration: 550ms;
          transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  -webkit-transition-duration: 650ms;
          transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  -webkit-transition-duration: 750ms;
          transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  -webkit-transition-duration: 850ms;
          transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  -webkit-transition-duration: 900ms;
          transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  -webkit-transition-duration: 950ms;
          transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
  -webkit-transition-delay: 950ms;
          transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  -webkit-transition-duration: 1050ms;
          transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  -webkit-transition-delay: 1050ms;
          transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  -webkit-transition-duration: 1100ms;
          transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  -webkit-transition-duration: 1150ms;
          transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  -webkit-transition-delay: 1150ms;
          transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  -webkit-transition-duration: 1250ms;
          transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  -webkit-transition-delay: 1250ms;
          transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  -webkit-transition-duration: 1300ms;
          transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  -webkit-transition-duration: 1350ms;
          transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  -webkit-transition-delay: 1350ms;
          transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  -webkit-transition-duration: 1400ms;
          transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  -webkit-transition-duration: 1450ms;
          transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  -webkit-transition-delay: 1450ms;
          transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  -webkit-transition-duration: 1550ms;
          transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  -webkit-transition-delay: 1550ms;
          transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  -webkit-transition-duration: 1600ms;
          transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  -webkit-transition-duration: 1650ms;
          transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  -webkit-transition-delay: 1650ms;
          transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  -webkit-transition-duration: 1700ms;
          transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  -webkit-transition-duration: 1750ms;
          transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  -webkit-transition-delay: 1750ms;
          transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  -webkit-transition-duration: 1800ms;
          transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  -webkit-transition-duration: 1850ms;
          transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  -webkit-transition-delay: 1850ms;
          transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  -webkit-transition-duration: 1900ms;
          transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  -webkit-transition-duration: 1950ms;
          transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  -webkit-transition-delay: 1950ms;
          transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  -webkit-transition-duration: 2000ms;
          transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  -webkit-transition-duration: 2050ms;
          transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  -webkit-transition-delay: 2050ms;
          transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  -webkit-transition-duration: 2100ms;
          transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  -webkit-transition-duration: 2150ms;
          transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  -webkit-transition-delay: 2150ms;
          transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  -webkit-transition-duration: 2200ms;
          transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  -webkit-transition-delay: 2200ms;
          transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  -webkit-transition-duration: 2250ms;
          transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  -webkit-transition-delay: 2250ms;
          transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  -webkit-transition-duration: 2300ms;
          transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  -webkit-transition-delay: 2300ms;
          transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  -webkit-transition-duration: 2350ms;
          transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  -webkit-transition-delay: 2350ms;
          transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  -webkit-transition-duration: 2400ms;
          transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  -webkit-transition-duration: 2450ms;
          transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  -webkit-transition-delay: 2450ms;
          transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  -webkit-transition-duration: 2500ms;
          transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  -webkit-transition-duration: 2550ms;
          transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  -webkit-transition-delay: 2550ms;
          transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  -webkit-transition-duration: 2600ms;
          transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  -webkit-transition-delay: 2600ms;
          transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  -webkit-transition-duration: 2650ms;
          transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  -webkit-transition-delay: 2650ms;
          transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  -webkit-transition-duration: 2700ms;
          transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  -webkit-transition-duration: 2750ms;
          transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  -webkit-transition-delay: 2750ms;
          transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  -webkit-transition-duration: 2800ms;
          transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  -webkit-transition-duration: 2850ms;
          transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  -webkit-transition-delay: 2850ms;
          transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  -webkit-transition-duration: 2900ms;
          transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  -webkit-transition-delay: 2900ms;
          transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  -webkit-transition-duration: 2950ms;
          transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  -webkit-transition-delay: 2950ms;
          transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  -webkit-transition-duration: 3000ms;
          transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos='fade-up'] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos='fade-down'] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos='fade-right'] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos='fade-left'] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos='fade-up-right'] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos='fade-up-left'] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos='fade-down-right'] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos='fade-down-left'] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

[data-aos='zoom-in'] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos='zoom-in-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos='zoom-in-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos='zoom-out'] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos='zoom-out-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos='zoom-out-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos='slide-up'] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos='slide-down'] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos='slide-right'] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos='slide-left'] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos='flip-left'] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a, .link--button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, .link--button:active, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:active, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:active,
a:hover,
.link--icon a:hover,
.link--icon .link--button:hover,
.link--button:hover,
.bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover,
.bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .bc-timeline .bc-timeline-item h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `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 border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input,
textarea,
keygen,
select,
button {
  font-size: inherit;
}

label {
  white-space: normal;
}

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0 16px;
  text-decoration: none;
  vertical-align: top;
}

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 40px;
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
}

optgroup {
  font-style: normal;
  font-weight: normal;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, .bg-primary.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-primary.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-primary:hover, a.bg-primary:focus, .bg-primary.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-primary.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, .bg-secondary.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-secondary.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-secondary:hover, a.bg-secondary:focus, .bg-secondary.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-secondary.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, .bg-success.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-success.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-success:hover, a.bg-success:focus, .bg-success.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-success.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, .bg-info.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-info.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-info:hover, a.bg-info:focus, .bg-info.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-info.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, .bg-warning.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-warning.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-warning:hover, a.bg-warning:focus, .bg-warning.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-warning.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, .bg-danger.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-danger.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-danger:hover, a.bg-danger:focus, .bg-danger.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-danger.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, .bg-light.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-light.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-light:hover, a.bg-light:focus, .bg-light.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-light.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, .bg-dark.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-dark.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-dark:hover, a.bg-dark:focus, .bg-dark.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bg-dark.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, .text-primary.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-primary.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-primary:hover, a.text-primary:focus, .text-primary.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-primary.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, .text-secondary.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-secondary.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-secondary:hover, a.text-secondary:focus, .text-secondary.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-secondary.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, .text-success.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-success.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-success:hover, a.text-success:focus, .text-success.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-success.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, .text-info.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-info.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-info:hover, a.text-info:focus, .text-info.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-info.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, .text-warning.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-warning.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-warning:hover, a.text-warning:focus, .text-warning.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-warning.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, .text-danger.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-danger.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-danger:hover, a.text-danger:focus, .text-danger.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-danger.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, .text-light.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-light.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-light:hover, a.text-light:focus, .text-light.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-light.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, .text-dark.link--button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-dark.edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-dark:hover, a.text-dark:focus, .text-dark.link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .text-dark.edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* vietnamese */
@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v8/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBsydkD0nAUMxRMG4tuw.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v8/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBsydlD0nAUMxRMG4tuw.woff) format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v8/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBsydrD0nAUMxRMG4.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v8/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLySOxKsv4RnUPU.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v8/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLyTOxKsv4RnUPU.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v8/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLydOxKsv4Rn.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v8/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLySOxKsv4RnUPU.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v8/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLyTOxKsv4RnUPU.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v8/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLydOxKsv4Rn.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivoblack/v10/HTxqL289NzCGg4MzN6KJ7eW6CYKF_jzx13HOvQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivoblack/v10/HTxqL289NzCGg4MzN6KJ7eW6CYyF_jzx13E.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* thai */
@font-face {
  font-family: 'Taviraj';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/taviraj/v6/ahcZv8Cj3ylylTXzTP0rUsNzjUyAog.woff2) format("woff2");
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}

/* vietnamese */
@font-face {
  font-family: 'Taviraj';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/taviraj/v6/ahcZv8Cj3ylylTXzTOYrUsNzjUyAog.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Taviraj';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/taviraj/v6/ahcZv8Cj3ylylTXzTOcrUsNzjUyAog.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Taviraj';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/taviraj/v6/ahcZv8Cj3ylylTXzTOkrUsNzjUw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #0d001f;
}

html.modal-open,
body.modal-open {
  overflow: hidden;
}

body {
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.global-layout {
  z-index: 98;
  position: relative;
}

.global-main {
  position: relative;
  z-index: 2;
}

.global-main::after {
  display: block;
  clear: both;
  content: "";
}

img {
  display: inline-block;
  vertical-align: middle;
}

.img-responsive, img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cmp-image__image,
.img-fill {
  width: 100%;
}

iframe {
  border: 0;
}

body.accessibility-keys *:focus {
  outline-width: 5px !important;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
          box-shadow: 0 0 0 1000px white inset !important;
}

figcaption {
  font-size: 16px;
  margin-bottom: 12px;
}

figcaption,
pre,
code {
  font-family: monospace;
}

figure {
  margin: 0;
}

pre {
  background-color: #f5f5f5;
  overflow: auto;
  padding: 0 10px;
}

pre > code {
  display: block;
  word-wrap: normal;
  font-size: 0.875rem;
}

.articleLayout > .cmp-container {
  padding-top: 4.375rem;
}

.hidden {
  display: none !important;
}

.disabled {
  pointer-events: none;
}

.invisible {
  visibility: hidden !important;
}

.no-gutter {
  padding: 0 !important;
  margin: 0 !important;
}

.h-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.is-relative {
  position: relative;
}

.g-color-jet {
  color: #0d001f;
}

.g-color-white {
  color: #fff;
}

.g-color-snow {
  color: #f7f5f0;
}

.g-color-blue {
  color: #4d13d1;
}

.g-color-razzmatazz {
  color: #eb0b43;
}

.g-color-yellow {
  color: #fabc1e;
}

.g-color-green {
  color: #0adda0;
}

.g-bg-color-jet {
  background-color: #0d001f;
}

.g-bg-color-white {
  background-color: #fff;
}

.g-bg-color-snow {
  background-color: #f7f5f0;
}

.g-bg-color-blue {
  background-color: #4d13d1;
}

.g-bg-color-razzmatazz {
  background-color: #eb0b43;
}

.g-bg-color-yellow {
  background-color: #fabc1e;
}

.g-bg-color-green {
  background-color: #0adda0;
}

.g-bg-color-red {
  background-color: #ed0000;
}

.tabular {
  display: table;
}

.tabular .tabular--cell {
  display: table-cell;
  vertical-align: middle;
}

.tabular--full-width {
  width: 100%;
}

.tabular--table-layout {
  table-layout: fixed;
}

.tabular--align-top .tabular--cell {
  vertical-align: top;
}

.tabular--align-bottom .tabular--cell {
  vertical-align: bottom;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  margin: 0;
  overflow: visible;
  position: static;
}

.sr-skip-main:focus {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  text-align: center;
}

.flat-top > *:first-child {
  margin-top: 0;
}

.flat-bottom > *:last-child {
  margin-bottom: 0;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.template {
  display: none;
}

.element--centered {
  margin: 0 auto;
}

.max-width-sm {
  max-width: 570px;
}

@keyframes loader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#myaccount-root > .loading, #app > .loading {
  margin: 100px auto;
}

.loading > div {
  width: 200px;
  height: 126px;
  margin: 0 auto;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

@media (min-width: 1024px) {
  .loading > div {
    height: 158px;
  }
}

.loading > div div {
  left: 92px;
  top: 0;
  position: absolute;
  -webkit-animation: loader linear 1s infinite;
  animation: loader linear 1s infinite;
  background: #0adda0;
  width: 8px;
  height: 16px;
  border-radius: 24%;
  -webkit-transform-origin: 8px 39px;
  transform-origin: 8px 39px;
}

.loading > div div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}

.loading > div div:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.loading > div div:nth-child(3) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

.loading > div div:nth-child(4) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loading > div div:nth-child(5) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}

.loading > div div:nth-child(6) {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.loading > div div:nth-child(7) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}

.loading > div div:nth-child(8) {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading:after {
  content: 'Please wait';
  font-size: 1.5rem;
  display: block;
  text-align: center;
}

.image--title, .bc-promo-highlight__img {
  display: inline-block;
  width: 100%;
  max-width: 570px;
  max-height: 104px;
  -o-object-fit: contain;
     object-fit: contain;
}

.text--strong {
  font-weight: 700;
}

.lineheight-13 {
  line-height: 1.3 !important;
}

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

.link--icon a, .link--icon .link--button, .link--icon .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .link--icon .edit, .link--icon .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .link--icon button {
  border-bottom: none;
  color: #000;
  font-size: 0.875rem;
}

.addGradient {
  margin-bottom: 48px;
}

.addGradient:before {
  content: '';
  display: inline-block;
  width: 100%;
  position: absolute;
  margin-top: -150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
}

.button {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #0d001f;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 13px 30px;
  text-decoration: none;
  cursor: pointer;
}

.button[disabled], .button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.button--fullwidth, .button--primary.button-fullwidth {
  width: 100%;
}

@media (min-width: 578px) {
  .button--fullwidth, .button--primary.button-fullwidth {
    max-width: 20.9375rem;
  }
}

.button--primary {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 2px solid #0d001f;
  color: #0d001f;
  padding: 15px 30px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .button--primary {
    white-space: normal;
  }
}

.button--primary:hover {
  border: 2px solid #0d001f;
  color: #0d001f;
  text-decoration: none;
}

.button--primary:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #0d001f;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.button--primary:focus {
  border: 2px solid #0d001f;
  color: #0d001f;
}

.button--primary.button--reverse {
  border-color: #fff;
  color: #fff;
}

.button--primary.button--reverse::after {
  border-color: #fff;
}

.button--secondary {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #0d001f;
  color: #0d001f;
  padding: 16px 30px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.button--secondary:hover {
  border: 1px solid #0d001f;
  color: #0d001f;
  text-decoration: none;
}

.button--secondary:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #0d001f;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.button--secondary:focus {
  border: 1px solid #0d001f;
  color: #0d001f;
}

.button--secondary.button--reverse {
  border: 1px solid #fff;
  color: #fff;
}

.button--secondary.button--reverse::after {
  border-color: #fff;
}

.button--tertiary {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #0d001f;
  color: #0d001f;
  padding: 12px 15px;
  font-size: 0.875rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.button--tertiary:hover {
  border: 1px solid #0d001f;
  color: #0d001f;
  text-decoration: none;
}

.button--tertiary:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #0d001f;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.button--tertiary:focus {
  border: 1px solid #0d001f;
  color: #0d001f;
}

.button--tertiary.button--reverse {
  border: 1px solid #fff;
  color: #fff;
}

.button--tertiary.button--reverse::after {
  border-color: #fff;
}

.button--reverse {
  color: #fff;
}

.button--reverse:focus, .button--reverse:hover {
  color: #fff;
  border-color: #fff;
}

.button--link {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  display: table;
  border: none;
  background: none;
  border-radius: initial;
  border-bottom: solid 1px #4d13d1;
  padding: 0;
  width: auto;
  min-height: 24px;
  min-width: auto;
  color: #4d13d1;
  white-space: nowrap;
}

.button--link:focus, .button--link:hover {
  border-bottom: solid 1px #4d13d1;
  color: rgba(77, 19, 209, 0.5);
  text-decoration: none;
}

.button--link.button--reverse {
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.button--link.button--reverse:hover {
  border-bottom: 1px solid #fff;
  color: rgba(255, 255, 255, 0.5);
}

.button--link.button--reverse:focus {
  color: rgba(255, 255, 255, 0.5);
}

.button--left {
  text-align: left !important;
}

.button--left .button {
  float: none !important;
}

.button--center {
  text-align: center !important;
}

.button--center .button {
  float: none !important;
}

.button--center.button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.button--right {
  text-align: right !important;
}

.button--right .button {
  float: none !important;
}

.link--button {
  cursor: pointer;
  display: inline-block;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
}

/* Responsive sizing chart
xs-sm   |   md   |   lg-xl
   h5   |   h3   |   h1
   h5   |   h4   |   h2
   h5   |   h5   |   h3
   h5   |   h5   |   h4
   h5   |   h5   |   h5
   h6   |   h6   |   h6
*/
/* Specific heading styles. */
h1, .bc-timeline .bc-timeline-item h2, .h1, h2, .h2, h3, .h3 {
  text-transform: uppercase;
}

h1, .bc-timeline .bc-timeline-item h2,
.h1 {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  font-size: 2rem;
  line-height: 30px;
  margin: 0 0 1rem;
}

@media (min-width: 578px) {
  h1, .bc-timeline .bc-timeline-item h2,
  .h1 {
    font-size: 3.5rem;
    line-height: 56px;
  }
}

h2,
.h2 {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-size: 2rem;
}

h3,
.h3 {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-size: 1.5rem;
}

h4,
.h4 {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-size: 1.125rem;
}

h5,
.h5 {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-size: 1rem;
}

h6,
.h6 {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-size: 0.875rem;
}

a, .link--button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button {
  -webkit-transition: padding 0.1s ease-in-out, border-bottom 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: padding 0.1s ease-in-out, border-bottom 0.1s ease-in-out, color 0.1s ease-in-out;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d13d1;
  border-bottom: 2px solid #4d13d1;
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  a, .link--button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button {
    -webkit-transition: none;
    transition: none;
  }
}

a:focus, .link--button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:focus,
a:hover,
.link--icon a:hover,
.link--icon .link--button:hover,
.link--button:hover,
.bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover,
.bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover {
  border-bottom: solid 2px #4d13d1;
  color: rgba(77, 19, 209, 0.5);
  text-decoration: none;
}

p {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.875;
}

@media (min-width: 1024px) {
  p {
    font-size: 1.125rem;
  }
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0 0 1em;
}

ul > li,
ol > li {
  margin: 0 0 0.5em;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  ul > li,
  ol > li {
    font-size: 1.125rem;
  }
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0.5em;
}

ul {
  list-style-type: none;
  padding-left: 30px;
}

ul:not([class*='list']) {
  list-style-type: none;
}

ul > li::before {
  content: "\002022";
  position: absolute;
  margin-left: -28px;
  margin-top: -6px;
  font-size: 26px;
}

ol {
  counter-reset: item;
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}

sub,
sup {
  font-size: 10px;
}

blockquote {
  margin: 1.25rem auto;
  padding: 0 20px;
  line-height: 1.2;
  text-align: center;
}

blockquote p {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.9rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 578px) {
  blockquote p {
    padding: 0 80px;
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}

blockquote p::before {
  content: '“';
  position: absolute;
  margin-left: -1.25rem;
}

blockquote p::after {
  content: '”';
  position: absolute;
  margin-right: -1.25rem;
}

blockquote::before {
  content: '';
  border-bottom: 2px solid #0adda0;
  display: inline-block;
  margin-bottom: 1.5625rem;
  width: 4.375rem;
}

blockquote::after {
  content: '';
  border-bottom: 2px solid #0adda0;
  display: inline-block;
  margin-top: 2rem;
  width: 4.375rem;
}

.table-wrapper {
  padding-bottom: 10px;
  overflow: auto;
}

.table-wrapper table {
  min-width: 100%;
  table-layout: auto;
}

.table-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
}

.table-wrapper::-webkit-scrollbar:vertical {
  width: 12px;
}

.table-wrapper::-webkit-scrollbar:horizontal {
  height: 12px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid transparent;
}

.table-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid;
}

table {
  table-layout: fixed;
  max-width: 100%;
  min-width: 290px;
  width: auto;
  height: auto;
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid #666;
  padding: 10px 10px;
}

table th {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}

table td {
  font-size: 0.75rem;
  border: none;
  border-bottom: solid 1px #4d13d1;
}

table thead th {
  text-align: left;
  border: none;
  border-bottom: solid 3px #4d13d1;
}

table thead.no-color th {
  background-color: #fff;
}

table tbody td {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.66667em;
}

table tbody th {
  border: none;
  border-bottom: solid 1px #4d13d1;
}

table tfoot th {
  border: none;
  border-bottom: solid 1px #4d13d1;
}

.table--unstyled {
  border: 0 none;
}

.table--unstyled th,
.table--unstyled td {
  background: inherit;
  border: 0 none;
  padding: 0;
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

.table--unstyled th {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.table--unstyled tbody tr:nth-child(2n+1) td,
.table--unstyled tbody tr:nth-child(2n+1) th {
  background: inherit;
}

mark {
  background-color: #f7f5f0;
  padding: 2px;
}

q {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.text-sz-10 {
  font-size: 0.625rem;
}

.text-sz-12 {
  font-size: 0.75rem;
}

.text-sz-14 {
  font-size: 0.875rem;
}

.text-sz-16 {
  font-size: 1rem;
}

.text-sz-18 {
  font-size: 1.124rem;
}

.text-sz-20 {
  font-size: 1.25rem;
}

.text-sz-24 {
  font-size: 1.5rem;
}

.text-sz-32 {
  font-size: 2rem;
}

.text-sz-40 {
  font-size: 2.5rem;
}

.text-sz-48 {
  font-size: 3rem;
}

.text-sz-56 {
  font-size: 3.5rem;
}

.text-sz-64 {
  font-size: 4rem;
}

.text--p {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text--line-through {
  text-decoration: line-through;
}

.text--underline {
  text-decoration: underline;
}

.text--italic {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.text--quote {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.text--centered {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--tertiary {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text--special {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.14;
  margin-bottom: 2rem;
}

.text--bold {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--capitalize {
  text-transform: capitalize;
}

.list--blue > li::before {
  color: #4d13d1;
}

.list--green > li::before {
  color: #0adda0;
}

.list--yellow > li::before {
  color: #fabc1e;
}

.list--razzmatazz > li::before {
  color: #eb0b43;
}

.preview-sidebar {
  background-color: #f7f5f0;
  padding: 2.5rem 0 0 1.5625rem;
  position: fixed;
  top: 0;
  left: -15rem;
  height: 100%;
  width: 15rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}

@media (min-width: 1024px) {
  .preview-sidebar {
    left: 0;
  }
}

.preview-sidebar h5 {
  font-size: 1rem;
}

.preview-sidebar li {
  font-size: 0.875rem;
}

.max-width, .breadcrumb, .bc-header {
  max-width: 1200px;
}

.preview-main {
  width: auto;
  margin: 0;
  padding: 3.125rem 0.9375rem;
  -webkit-transition: margin 300ms ease;
  transition: margin 300ms ease;
}

@media (min-width: 1024px) {
  .preview-main {
    padding: 3.125rem 0.625rem;
    margin-left: 15rem;
  }
}

.page {
  padding-top: 0;
}

@media (min-width: 1024px) {
  .page {
    padding: 0;
  }
}

.bc-alerts {
  max-width: 400px;
  margin: 0px auto 15px;
  font-size: 0.875rem;
  text-align: center;
  padding: 14px 30px !important;
  width: auto !important;
  margin-bottom: 15px !important;
  margin-left: auto !important;
}

.bc-alerts.error {
  color: #ed0000;
  background-color: #ed00000a;
}

.g-color-white .bc-alerts.error {
  background-color: #fff;
  border: none;
}

.bc-alerts.success {
  background-color: white;
}

.bc-alerts.successLong {
  max-width: 100%;
}

.bc-alphaListMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .bc-alphaListMenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bc-alphaListMenu div.item {
  padding-top: 5px;
}

.bc-alphaListMenu .item {
  width: 32px;
  height: 32px;
  padding-top: 5px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #757575;
  border: none;
  border-radius: initial;
  padding: initial;
  background: none;
  position: relative;
}

.bc-alphaListMenu .item.enabled {
  cursor: pointer;
  color: #4d13d1;
}

.bc-alphaListMenu .item.enabled:after {
  content: '';
  width: 25px;
  border-bottom: 1px solid #4d13d1;
  position: absolute;
  bottom: 0px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.bc-alphaListMenu .item.enabled:hover {
  color: #fff;
  background-color: #4d13d1;
  border-bottom: none;
}

.viewall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c3c3c3;
  padding: 1.0625rem 1.0625rem 1.0625rem 0.9375rem;
}

@media (min-width: 1024px) {
  .viewall {
    padding: 1.5625rem 0 1.5625rem 0.625rem;
  }
}

.viewall .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.viewall .content label {
  font-size: 1.125rem;
  font-weight: 600 !important;
}

@media (max-width: 767.98px) {
  .viewall {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .viewall .link--icon {
    text-align: left;
    padding-left: 61px;
  }
}

.alpha-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 38px 0 20px;
}

.alpha-heading + .viewall {
  border-top: 1px solid #c3c3c3;
}

.alpha-heading .alpha {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-transform: uppercase;
  text-align: left;
}

.add-selected-awards {
  width: 100%;
  background: #f7f5f0;
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  position: fixed;
  bottom: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .add-selected-awards {
    padding: 2rem 0;
  }
  .add-selected-awards.error {
    padding: 1.5rem 0;
  }
}

.add-selected-awards .server-error {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .add-selected-awards .server-error {
    width: 19.125rem;
  }
}

.bc-social-share {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bc-social-share .bc-social-share__item {
  display: inline-block;
  margin-right: 2.0625rem;
}

.bc-social-share .bc-social-share__item:last-of-type {
  margin-right: 0;
}

.bc-social-share .bc-social-share__item::before {
  content: '';
}

.bc-social-share .bc-social-share__item a, .bc-social-share .bc-social-share__item .link--button, .bc-social-share .bc-social-share__item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-social-share .bc-social-share__item .edit, .bc-social-share .bc-social-share__item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-social-share .bc-social-share__item button {
  color: #0d001f;
  padding: 0.375rem;
  text-decoration: none;
  border-bottom: none;
}

.bc-social-share .bc-social-share__item a:hover, .bc-social-share .bc-social-share__item .link--button:hover, .bc-social-share .bc-social-share__item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-social-share .bc-social-share__item .edit:hover, .bc-social-share .bc-social-share__item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-social-share .bc-social-share__item button:hover {
  color: #4d13d1;
  text-decoration: none;
  border-bottom: none;
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}

/**
 * Sticky menu
 */
.sticky-menu {
  position: relative;
}

.bc-sticky-anchor {
  margin: 0.625rem 0 1.875rem;
  position: sticky;
  top: 4rem;
  z-index: 2;
}

@media (min-width: 1400px) {
  .bc-sticky-anchor {
    margin: 0;
    margin-top: 2.8125rem;
    position: absolute;
    left: -10rem;
    height: 100%;
  }
}

.bc-sticky-anchor .bc-sticky-anchor__list {
  background-color: #f7f5f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  overflow-x: auto;
}

@media (min-width: 1024px) {
  .bc-sticky-anchor .bc-sticky-anchor__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: unset;
  }
}

@media (min-width: 1400px) {
  .bc-sticky-anchor .bc-sticky-anchor__list {
    position: sticky;
    top: 5rem;
    background-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 9.375rem;
  }
}

.bc-sticky-anchor .bc-sticky-anchor__link {
  display: block;
  border-width: 0;
  color: #0d001f;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  white-space: nowrap;
}

@media (min-width: 1400px) {
  .bc-sticky-anchor .bc-sticky-anchor__link {
    padding: 0;
    margin-bottom: 1.875rem;
    white-space: normal;
  }
}

.bc-sticky-anchor .bc-sticky-anchor__link:hover {
  border-width: 0;
  color: #4d13d1;
}

.bc-sticky-anchor .bc-sticky-anchor__link.is-active {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.bc-sticky-anchor__destination {
  padding-top: 3.5rem;
}

@media (min-width: 1400px) {
  .bc-sticky-anchor__destination {
    padding-top: 0;
    margin-bottom: 2.5rem;
  }
}

.bc-sticky-anchor__destination::after {
  content: "";
  width: 4.375rem;
  display: block;
  border-bottom: 5px solid #0adda0;
  margin-top: 2.5rem;
}

/**
 * Accordion
 */
@media (max-width: 767.98px) {
  .accordion {
    padding: 0px !important;
  }
}

.bc-accordion--edit .bc-accordion__panel {
  display: block !important;
}

.bc-accordion--edit .bc-accordion__trigger {
  border: 0 !important;
  background-color: #f7f5f0 !important;
  pointer-events: none !important;
}

.bc-accordion--edit .bc-accordion__icon--plue {
  display: none !important;
}

.bc-accordion--edit .bc-accordion__icon--minus {
  display: block !important;
}

.bc-accordion {
  margin: 0;
  padding: 0;
  width: auto;
}

@media (min-width: 578px) {
  .bc-accordion {
    margin: 0;
  }
}

.bc-accordion .bc-accordion__title {
  margin: 0;
  padding: 0;
}

.bc-accordion .bc-accordion__title__inner {
  border: transparent 2px solid;
  padding: 0;
  padding-top: 0.125rem;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bc-accordion .bc-accordion__title__inner__icon {
  margin-right: 1.4375rem;
  margin-top: -0.125rem;
}

.bc-accordion .bc-accordion__icon {
  height: 1.5rem;
  width: 1.5rem;
}

.bc-accordion .bc-accordion__trigger {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  font-size: 1.125rem;
  margin: 0;
  padding: 2rem 1.4375rem;
  position: relative;
  text-align: left;
  width: 100%;
}

.bc-accordion .bc-accordion__trigger:hover {
  background: #f7f5f0;
}

.bc-accordion .bc-accordion__trigger.is-active {
  border: 0;
  background-color: #f7f5f0;
}

.bc-accordion .bc-accordion__panel {
  background-color: #f7f5f0;
  border-bottom: 1px solid #e0e0e0;
  display: none;
  margin: 0;
  padding: 0.3125rem 3.125rem 2.5rem 4.5625rem;
}

.bc-accordion .bc-accordion__panel.is-expanded {
  display: block;
}

.bc-accordion .bc-accordion__panel__text {
  line-height: 32px;
  font-size: 1.125rem;
}

.bc-biography__card {
  margin: 0.9375rem 0;
  min-height: 8.4375rem;
  display: block;
}

@media (min-width: 1024px) {
  .bc-biography__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

.bc-biography__card--byline {
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bc-biography__card--byline .bc-biography__card__img-wrapper {
  margin: 0 1.125rem 0 0;
  height: 3rem;
  width: 3rem;
}

.bc-biography__card--byline .bc-biography__img {
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
}

.bc-biography__card--byline .bc-biography__content {
  min-height: auto;
}

.bc-biography__card--byline .bc-biography__personal-detail {
  font-size: 1.125rem;
  margin: 0;
}

.bc-biography__card--byline .bc-biography__name {
  font-size: 1.125rem;
  line-height: 24px;
}

.bc-biography__card__img-wrapper {
  margin: auto;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .bc-biography__card__img-wrapper {
    margin: 0 2.1875rem 0 0;
  }
}

.bc-biography__img {
  margin: auto;
  border-radius: 50%;
  height: 8.4375rem;
  width: 8.4375rem;
  min-width: 8.4375rem;
}

.bc-biography__content {
  min-height: 8.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.bc-biography__personal-bio {
  width: 100%;
}

.bc-biography__personal-detail {
  display: block;
  font-size: 1.5rem;
  width: 100%;
  margin: 0 0 0.75rem;
}

@media (min-width: 1024px) {
  .bc-biography__personal-detail {
    margin: 1.125rem 0 -0.625rem;
  }
}

.bc-biography__personal-detail .bc-biography__name {
  display: inline-block;
}

.bc-biography__personal-detail .icon {
  margin: 0 0.375rem;
}

.bc-biography__bio-text {
  font-size: 0.875rem;
  line-height: 24px;
}

.bc-biography__name {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0d001f;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}

.bc-biography__role {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}

.bc-advocacy {
  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;
  margin: 20px;
}

@media (min-width: 1024px) {
  .bc-advocacy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
}

.bc-advocacy.halfbleed h3 {
  margin-left: -2.1875rem;
  margin-right: -2.1875rem;
}

@media (max-width: 767.98px) {
  .bc-advocacy.halfbleed h3 {
    margin-left: -1.0625rem;
    margin-right: -1.0625rem;
  }
}

.bc-advocacy.fullbleed {
  margin: 0;
}

@media (min-width: 1024px) {
  .bc-advocacy.fullbleed h3, .bc-advocacy.fullbleed h4 {
    width: 970px;
    position: relative;
    left: calc(50% - 485px);
  }
}

.bc-advocacy.fullbleed .content {
  max-width: 700px;
}

.bc-advocacy.fullbleed .content .content-text {
  max-width: 700px;
}

.bc-advocacy .field {
  margin-bottom: 2rem;
}

.bc-advocacy .promo-img-wrapper {
  margin-bottom: 2rem;
}

.bc-advocacy .field__icon {
  cursor: pointer;
}

.bc-advocacy .field label.checkbox {
  display: inline-block;
  padding-left: 36px;
  cursor: pointer;
  font-weight: 700;
  width: 100%;
}

.bc-advocacy .field label.checkbox::after {
  left: 2px;
}

.bc-advocacy .field label.checkbox::before {
  left: 0px;
}

.bc-advocacy .field.checkbox input {
  opacity: 0;
  width: 0px;
  height: 0px;
}

.bc-advocacy h3 {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .bc-advocacy h3 {
    font-size: 3.5rem;
  }
}

.bc-advocacy.g-color-white h3 {
  color: #fff;
}

.bc-advocacy p {
  margin-top: 0;
  line-height: 1.5;
}

.bc-advocacy .content {
  padding: 2.5rem 1.875rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bc-advocacy .content h4 {
  text-align: center;
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 2rem;
  line-height: 1.5rem;
}

.bc-advocacy.bc-advocacy.g-color-white h4 {
  color: #fff;
}

@media (min-width: 1024px) {
  .bc-advocacy .content h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "Archivo", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}

.bc-advocacy .content .content-text {
  max-width: 500px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .bc-advocacy .content {
    padding: 5rem 4.0625rem 4rem;
    max-width: 500px;
  }
}

.bc-advocacy .content .initialText {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5rem;
  font-size: 1.125rem;
}

.bc-advocacy .content .initialText, .bc-advocacy .content .secondaryText {
  text-align: center;
  margin-bottom: 2rem;
}

.bc-advocacy .content .initialText.text--strong, .bc-advocacy .content .secondaryText.text--strong {
  font-size: 28px;
}

@media (min-width: 1024px) {
  .bc-advocacy .content .initialText.text--strong, .bc-advocacy .content .secondaryText.text--strong {
    font-size: 40px;
  }
}

.bc-advocacy .server-error {
  margin-bottom: 2rem;
}

.bc-article-list {
  margin: 1.875rem 0;
}

.bc-article-list__item {
  margin-bottom: 3.125rem;
  width: 100%;
}

.bc-article-list__item > a, .bc-article-list__item > .link--button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-article-list__item > .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-article-list__item > button {
  border-bottom: 0 none;
  color: inherit;
}

.bc-article-list__item > a:hover .bc-article-list__item-title, .link--icon .bc-article-list__item > a:hover .bc-article-list__item-title, .link--icon .bc-article-list__item > .link--button:hover .bc-article-list__item-title, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .link--icon .bc-article-list__item > .edit:hover .bc-article-list__item-title, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .link--icon .bc-article-list__item > button:hover .bc-article-list__item-title, .bc-article-list__item > .link--button:hover .bc-article-list__item-title, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-article-list__item > .edit:hover .bc-article-list__item-title, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-article-list__item > button:hover .bc-article-list__item-title, .bc-article-list__item > a:focus .bc-article-list__item-title, .bc-article-list__item > .link--button:focus .bc-article-list__item-title, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-article-list__item > .edit:focus .bc-article-list__item-title, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-article-list__item > button:focus .bc-article-list__item-title {
  color: #4d13d1;
}

.bc-article-list__item-img {
  width: 100%;
}

.bc-article-list__item-detail {
  padding: 1.875rem;
  padding-bottom: 0.9375rem;
}

.bc-article-list__item-category {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  font-size: 0.875rem;
}

.bc-article-list__item-title {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.bc-article-list__overflow-button {
  margin-bottom: 4rem;
}

@media (min-width: 578px) {
  .bc-article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5rem;
  }
  .bc-article-list__item {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 48.75%;
  }
  .bc-article-list__overflow-button {
    margin-top: -1rem;
  }
}

.bc-article-list__premium-icon {
  width: 25px !important;
  height: 25px !important;
  position: absolute;
  margin-left: -30px;
  margin-top: -3px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .bc-article-list {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .bc-article-list__item {
    -webkit-box-flex: 31.5%;
        -ms-flex: 31.5%;
            flex: 31.5%;
    margin-bottom: 3.75rem;
    margin-right: 2.75%;
    max-width: 31.5%;
  }
  .bc-article-list__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .bc-article-list__item {
    max-width: 369px;
  }
}

.bc-hero-carousel {
  position: relative;
  overflow: hidden;
  min-height: 812px;
  /* Slider */
  /* Slider Pagger */
  /* Slider Pagger Event */
}

@media (min-width: 578px) {
  .bc-hero-carousel {
    height: 85vh;
  }
}

.bc-hero-carousel .bc-hero-carousel__container {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bc-hero-carousel .bc-hero-carousel__loaded {
  display: block;
}

.bc-hero-carousel .herocarousel-panel {
  height: 100%;
  width: 100%;
}

.bc-hero-carousel .herocarousel-panel > img {
  height: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.bc-hero-carousel .bc-carousel-item__image__desktop {
  display: none;
}

@media (min-width: 578px) {
  .bc-hero-carousel .bc-carousel-item__image__desktop {
    display: block;
  }
}

.bc-hero-carousel .bc-carousel-item__image__mobile {
  display: block;
}

@media (min-width: 578px) {
  .bc-hero-carousel .bc-carousel-item__image__mobile {
    display: none;
  }
}

.bc-hero-carousel .bc-hero-carousel__control__btn {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 0.875rem;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  background-color: transparent;
}

.bc-hero-carousel .slider-pagination__control {
  margin-left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bc-hero-carousel .slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bc-hero-carousel .slider img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.bc-hero-carousel .slider-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.875rem;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bc-hero-carousel .slider-pagination label {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #666;
  margin: 0 10px;
  cursor: pointer;
}

.bc-hero-carousel .slide-radio1 ~ .slide-1,
.bc-hero-carousel .slide-radio2 ~ .slide-2,
.bc-hero-carousel .slide-radio3 ~ .slide-3,
.bc-hero-carousel .slide-radio4 ~ .slide-4,
.bc-hero-carousel .slide-radio5 ~ .slide-5,
.bc-hero-carousel .slide-radio6 ~ .slide-6 {
  z-index: 0;
}

.bc-hero-carousel .slide-radio1:checked ~ .slider-pagination .page1,
.bc-hero-carousel .slide-radio2:checked ~ .slider-pagination .page2,
.bc-hero-carousel .slide-radio3:checked ~ .slider-pagination .page3,
.bc-hero-carousel .slide-radio4:checked ~ .slider-pagination .page4,
.bc-hero-carousel .slide-radio5:checked ~ .slider-pagination .page5,
.bc-hero-carousel .slide-radio6:checked ~ .slider-pagination .page6 {
  background-color: #f7f5f0;
}

.bc-hero-carousel .slide-radio1:checked ~ .slide-1,
.bc-hero-carousel .slide-radio2:checked ~ .slide-2,
.bc-hero-carousel .slide-radio3:checked ~ .slide-3,
.bc-hero-carousel .slide-radio4:checked ~ .slide-4,
.bc-hero-carousel .slide-radio5:checked ~ .slide-5,
.bc-hero-carousel .slide-radio6:checked ~ .slide-6 {
  z-index: 1;
}

.bc-hero-carousel .bc-promo-highlight {
  bottom: 5.625rem;
  margin: 0 auto;
  max-width: 63.75rem;
  left: 15px;
  padding-bottom: 3.125rem;
  padding-top: 3.75rem;
  position: absolute;
  right: 15px;
}

@media (max-width: 767.98px) {
  .bc-hero-carousel .bc-promo-highlight {
    padding: 1.875rem 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .bc-hero-carousel .bc-promo-highlight__content {
    display: none !important;
  }
}

.bc-hero-carousel .bc-promo-highlight.bc-promo-highlight--banner {
  margin: 0 0.9375rem;
  bottom: 78px;
}

@media (min-width: 578px) {
  .bc-hero-carousel .bc-promo-highlight.bc-promo-highlight--banner {
    margin: 0 auto;
  }
}

.bc-carousel {
  background-color: #f7f5f0;
  padding: 1.875rem 0.625rem 1.5625rem;
}

.bc-carousel.dynamic .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 160px;
}

@media (min-width: 1024px) {
  .bc-carousel {
    padding: 4.375rem;
  }
}

@media (max-width: 767.98px) {
  .bc-carousel {
    padding: 3.125rem 0 1.875rem 0.625rem;
  }
}

.bc-carousel .dot {
  background: #e0e0e0;
  width: 0.75rem;
  border-radius: 50%;
  height: 0.75rem;
}

.bc-carousel .dot-active {
  background: #0d001f;
  width: 0.75rem;
  border-radius: 50%;
  height: 0.75rem;
  display: none;
}

.bc-carousel .slick-active .dot-active {
  display: inline-block;
}

.bc-carousel .slick-active .dot {
  display: none;
}

.bc-carousel .slick-active a, .bc-carousel .slick-active .link--button, .bc-carousel .slick-active .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-carousel .slick-active .edit, .bc-carousel .slick-active .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-carousel .slick-active button {
  border-bottom: 0;
}

.bc-carousel .bc-carousel__header,
.bc-carousel .bc-carousel-container {
  padding: 0.625rem;
}

@media (min-width: 1024px) {
  .bc-carousel .bc-carousel__header,
  .bc-carousel .bc-carousel-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .bc-carousel .bc-carousel__header,
  .bc-carousel .bc-carousel-container {
    padding: 0;
    padding-left: 0.625rem;
  }
}

.bc-carousel .bc-carousel__title {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 1.5625rem;
  margin-left: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 578px) {
  .bc-carousel .bc-carousel__title {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 1024px) {
  .bc-carousel .bc-carousel__title {
    margin-bottom: 4.375rem;
    margin-left: 0rem;
  }
}

.bc-carousel .slick-list {
  pointer-events: auto;
}

.bc-carousel .slick-slide {
  width: 20rem !important;
  pointer-events: none;
  opacity: 1;
  vertical-align: top;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

@media (min-width: 1024px) {
  .bc-carousel .slick-slide {
    opacity: 0.4;
  }
}

@media (min-width: 578px) {
  .bc-carousel .slick-slide {
    width: 25rem !important;
  }
}

.bc-carousel .slick-active {
  pointer-events: auto;
  opacity: 1 !important;
}

.bc-carousel .slick-arrow {
  background-color: #4d13d1;
  border-radius: 50%;
  color: #fff;
  height: 5rem;
  width: 5rem;
  position: absolute;
  top: 12.5rem;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  z-index: 5;
}

.bc-carousel .slick-arrow:focus, .bc-carousel .slick-arrow:hover {
  opacity: 0.75;
}

@media (min-width: 578px) {
  .bc-carousel .slick-arrow {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bc-carousel .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.bc-carousel .slick-arrow .icon {
  font-size: 1.5rem;
}

.bc-carousel .arrow-left {
  left: -7.1875rem;
}

.bc-carousel .arrow-left .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bc-carousel .arrow-right {
  right: -7.1875rem;
}

.bc-carousel .slick-dots {
  padding-bottom: 1.25rem;
  position: relative;
}

.bc-carousel .slick-dots .slick-active {
  background-color: transparent;
}

.bc-carousel .slick-dots li {
  background-color: transparent;
  border-radius: 50%;
  height: 0.75rem;
  width: 0.75rem;
}

.bc-carousel .slick-dots li::before {
  content: '';
}

.bc-carousel .slick-dots li button:focus {
  outline: 2px solid highlight;
}

.bc-carousel .slick-dots li button::before {
  content: '';
}

.bc-carousel .bc-carousel-item {
  padding: 0 0.625rem 0.3125rem 0;
}

.bc-carousel .bc-carousel-item:focus .bc-carousel-item__content__description {
  color: #4d13d1;
}

@media (min-width: 578px) {
  .bc-carousel .bc-carousel-item {
    padding: 0 0.9375rem 1.875rem 0.9375rem;
  }
}

.bc-carousel .bc-carousel-item__content {
  background-color: #fff;
  padding: 2rem 1.875rem 3.75rem;
  min-height: 11.5rem;
}

@media (min-width: 1024px) {
  .bc-carousel .bc-carousel-item__content {
    padding: 2rem 1.875rem 2.5rem;
  }
}

.bc-carousel .bc-carousel-item__content__title {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.bc-carousel .bc-carousel-item__content__description {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 0;
  color: #0d001f;
  font-size: 1.25rem;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  min-height: 91px;
  display: inline-block;
}

@media (min-width: 1024px) {
  .bc-carousel .bc-carousel-item__content__description {
    min-height: auto;
    display: inline;
  }
}

.bc-carousel .bc-carousel-item__content__description:hover {
  border: 0;
  color: #4d13d1;
}

.navigation-menu.desktop {
  display: none;
}

.navigation-menu.desktop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navigation-menu.desktop ul li {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  margin-bottom: 0;
}

.navigation-menu.desktop ul li::before {
  content: none;
}

.navigation-menu.desktop ul li a, .navigation-menu.desktop ul li .link--button, .navigation-menu.desktop ul li .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.desktop ul li .edit, .navigation-menu.desktop ul li .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.desktop ul li button {
  color: #0d001f;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 3rem;
  border-bottom: 2px solid #fff;
}

.navigation-menu.desktop ul li a:hover, .navigation-menu.desktop ul li .link--button:hover, .navigation-menu.desktop ul li .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.desktop ul li .edit:hover, .navigation-menu.desktop ul li .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.desktop ul li button:hover, .navigation-menu.desktop ul li a:focus, .navigation-menu.desktop ul li .link--button:focus, .navigation-menu.desktop ul li .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.desktop ul li .edit:focus, .navigation-menu.desktop ul li .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.desktop ul li button:focus {
  border-bottom: 2px solid #4d13d1;
}

.navigation-menu.desktop ul li.selected a, .navigation-menu.desktop ul li.selected .link--button, .navigation-menu.desktop ul li.selected .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.desktop ul li.selected .edit, .navigation-menu.desktop ul li.selected .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.desktop ul li.selected button {
  color: #4d13d1;
  font-weight: 700;
  border-bottom: 2px solid #4d13d1;
}

@media (min-width: 1024px) {
  .navigation-menu.desktop {
    display: block;
  }
}

.navigation-menu.mobile {
  background: #f7f5f0;
  padding: 1.25rem;
  display: block;
}

.navigation-menu.mobile details > summary > .bc-nav__1-level-item .bc-nav__icon {
  right: 1.875rem;
  margin-top: 0.375rem;
}

.navigation-menu.mobile details[open] > summary > .bc-nav__1-level-item .bc-nav__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigation-menu.mobile details > summary {
  list-style: none;
  padding: .375rem .625rem;
}

.navigation-menu.mobile details > summary::-webkit-details-marker {
  display: none;
}

.navigation-menu.mobile li.selected a, .navigation-menu.mobile li.selected .link--button, .navigation-menu.mobile li.selected .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.mobile li.selected .edit, .navigation-menu.mobile li.selected .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.mobile li.selected button {
  color: #4d13d1;
  font-weight: 700;
  border-bottom: 2px solid #4d13d1;
}

.navigation-menu.mobile a:focus, .navigation-menu.mobile .link--button:focus, .navigation-menu.mobile .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.mobile .edit:focus, .navigation-menu.mobile .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:focus, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.mobile button:focus, .navigation-menu.mobile a:hover, .navigation-menu.mobile .link--button:hover, .navigation-menu.mobile .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.mobile .edit:hover, .navigation-menu.mobile .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .navigation-menu.mobile button:hover {
  color: rgba(77, 19, 209, 0.5);
  border-bottom: 2px solid #4d13d1;
}

@media (min-width: 1024px) {
  .navigation-menu.mobile {
    display: none;
  }
}

.linksList.aem-GridColumn.aem-GridColumn--default--12 {
  padding: 0;
}

/**
 * Accordion
 */
.bc-promo-highlight {
  padding: 2.5rem 1.875rem;
  text-align: center;
}

.bc-promo-highlight .h1 {
  font-size: 2rem;
  line-height: 1;
}

.bc-promo-highlight__block + .bc-promo-highlight__content {
  margin-top: 1.5rem;
}

.bc-promo-highlight__control {
  margin-top: 2.5rem;
  padding: 0;
}

.bc-promo-highlight__logo-container img.bc-promo-highlight__logo {
  margin: auto;
  margin-bottom: 2rem;
  width: initial;
  height: initial;
}

.bc-promo-highlight.left-align {
  text-align: left;
}

.bc-promo-highlight.left-align img.bc-promo-highlight__logo {
  margin: 0;
  margin-bottom: 2rem;
}

.bc-promo-highlight.left-align .bc-promo-highlight__title {
  margin: 0;
  margin-left: 1.7rem;
}

@media (max-width: 991.98px) {
  .bc-promo-highlight.left-align .bc-promo-highlight__title {
    margin-left: 0;
  }
}

.bc-promo-highlight.left-align .bc-promo-highlight__content {
  margin: 0;
  margin-top: 2.5rem;
}

.bc-promo-highlight .bc-promo-highlight__link {
  margin-top: 2.5rem;
}

.bc-promo-highlight .bc-promo-highlight__title {
  text-transform: uppercase;
  padding: 0;
  margin: 0 auto;
  max-width: 57.5rem;
}

.bc-promo-highlight .bc-promo-highlight__subtitle {
  display: block;
  line-height: 0.75;
  margin-bottom: 0;
  text-transform: uppercase;
}

.bc-promo-highlight .bc-promo-highlight__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -0.4375rem;
}

.bc-promo-highlight .bc-promo-highlight__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
}

@media (min-width: 1024px) {
  .bc-promo-highlight .bc-promo-highlight__content {
    font-size: 100%;
  }
}

.bc-promo-highlight .bc-promo-highlight__content .text--tertiary {
  font-size: 1.125rem;
  line-height: 24px;
}

.bc-promo-highlight .bc-promo-highlight__content__text {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .bc-promo-highlight .bc-promo-highlight__content__text {
    font-family: "Archivo", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 32px;
  }
}

@media (min-width: 578px) {
  .bc-promo-highlight .h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .bc-promo-highlight {
    padding: 5rem 6.25rem 3.75rem;
  }
  .bc-promo-highlight__block + .bc-promo-highlight__content {
    margin-top: 2.5rem;
  }
  .bc-promo-highlight__control {
    margin-top: 3.125rem;
  }
  .bc-promo-highlight__header {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

.bc-promo-highlight__img.half-bleed {
  max-width: 370px;
  max-height: 104px;
}

.aem-GridColumn--default--12 > .bc-promo-highlight {
  margin-left: -15px;
  margin-right: -15px;
}

/**
 * Breadcrumb
 */
.breadcrumb {
  float: none !important;
  margin: 0 auto !important;
}

@media (min-width: 1024px) {
  .breadcrumb {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1024px) {
  .bc-breadcrumb {
    margin-top: 0;
  }
}

.bc-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 0.625rem 0;
  margin: 0;
  list-style: none;
}

.bc-breadcrumb__item {
  position: relative;
  display: none;
  margin: 0;
  padding: 0;
}

.bc-breadcrumb__item::before {
  display: none;
}

@media (min-width: 578px) {
  .bc-breadcrumb__item {
    display: block;
  }
}

.bc-breadcrumb__item .icon {
  color: #999;
  margin: -0.0625rem 0.625rem 0 1rem;
  font-size: 0.75rem;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.bc-breadcrumb__item:first-child .icon {
  display: none;
}

.bc-breadcrumb__item:last-child .bc-breadcrumb__link {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bc-breadcrumb__item:last-child .bc-breadcrumb__link:hover {
  border: 0;
  color: currentColor;
}

.bc-breadcrumb__item:nth-last-child(2) {
  display: block;
}

.bc-breadcrumb__item:nth-last-child(2) .bc-breadcrumb__link {
  margin-left: 1.75rem;
}

@media (min-width: 578px) {
  .bc-breadcrumb__item:nth-last-child(2) .bc-breadcrumb__link {
    margin-left: 0;
  }
}

.bc-breadcrumb__item:nth-last-child(2) .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 0.5rem;
  left: -0.75rem;
}

@media (min-width: 578px) {
  .bc-breadcrumb__item:nth-last-child(2) .icon {
    position: unset;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

.bc-breadcrumb__item .bc-breadcrumb__link[data-disabled="true"] {
  border-bottom: none;
  color: #0d001f;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}

.bc-breadcrumb__link {
  color: #0d001f;
  font-size: 0.875rem;
  font-weight: 700;
  border: 0;
  text-decoration: none;
}

.bc-heroInPage__grid-container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0;
}

.bc-heroInPage__root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 960px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .bc-heroInPage-right .bc-heroInPage__root {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.bc-heroInPage-right .bc-heroInPage__root .bc-heroInPage-textPosition {
  left: initial;
  right: -285px;
}

@media (max-width: 991.98px) {
  .bc-heroInPage-right .bc-heroInPage__root .bc-heroInPage-textPosition {
    left: initial;
    right: initial;
  }
}

.bc-heroInPage-right .bc-heroInPage__root .bc-heroInPage-square .bc-heroInPage-imagePosition {
  right: 0;
}

.bc-heroInPage-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.bc-heroInPage .bc-heroInPage-imagePosition {
  height: 100%;
  width: 100%;
}

.bc-heroInPage-textWrapper, .bc-heroInPage-imageWrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bc-heroInPage-square .bc-heroInPage-imageWrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bc-heroInPage-square .bc-heroInPage-imagePosition {
  width: initial;
  height: initial;
}

.bc-heroInPage.bc-heroInPage-square .bc-heroInPage-textPosition {
  left: auto;
  right: 0;
}

@media (max-width: 991.98px) {
  .bc-heroInPage.bc-heroInPage-square .bc-heroInPage-textPosition {
    left: initial;
    right: initial;
  }
}

.bc-heroInPage.bc-heroInPage-right.bc-heroInPage-square .bc-heroInPage-textPosition {
  left: 0;
  right: auto;
}

@media (max-width: 991.98px) {
  .bc-heroInPage.bc-heroInPage-right.bc-heroInPage-square .bc-heroInPage-textPosition {
    left: initial;
    right: initial;
  }
}

.bc-heroInPage-square .bc-heroInPage-image {
  height: 770px;
  width: 770px;
}

.bc-heroInPage-square .bc-heroInPage-imagePosition {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (min-width: 1024px) {
  .bc-heroInPage.bc-heroInPage-right.bc-heroInPage-square .bc-heroInPage-imagePosition {
    left: -185px;
    right: initial;
  }
}

.bc-heroInPage-imageWrapper {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.bc-heroInPage .bc-promo-highlight {
  width: 570px;
  min-height: 570px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}

.bc-heroInPage .bc-heroInPage-textPosition {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -285px;
}

@media (max-width: 991.98px) {
  .bc-heroInPage__root {
    min-height: 639px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bc-heroInPage-imageWrapper {
    height: 375px;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .bc-heroInPage-imageWrapper .bc-heroInPage-image {
    height: 100%;
    width: 100%;
  }
  .bc-heroInPage-imageWrapper .bc-heroInPage-imagePosition {
    left: initial;
    right: initial;
    height: 100%;
    width: 100%;
  }
  .bc-heroInPage-textWrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .bc-heroInPage .bc-promo-highlight {
    width: 335px;
    min-height: 324px;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .bc-heroInPage .bc-promo-highlight .h1 {
    font-size: 2rem;
  }
}

@media (max-width: 991.98px) {
  .bc-heroInPage .bc-heroInPage-textPosition {
    bottom: 1.25rem;
    left: 50% !important;
    right: initial;
    top: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 576px) {
  .three--column .field {
    padding-right: 32px;
  }
}

.field {
  position: relative;
  margin-bottom: 38px;
  text-align: left;
}

.field.no-margin {
  margin-bottom: 0px;
}

.field.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 20px;
}

.field.field-required label:after {
  content: '*';
  display: inline-block;
  margin-left: 3px;
}

.field.field-disabled input {
  color: rgba(13, 0, 31, 0.5);
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: none;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.field.field-error .field__error {
  display: block;
}

.g-color-white .field.field-error .field__error {
  background-color: #fff;
  padding: 0.4375rem;
}

.field input.field__error ~ label {
  color: #ed0000;
}

.g-color-white .field input.field__error ~ label {
  color: #ed0000;
  background-color: #fff;
  padding: 10px 0 5px 41px;
}

.g-color-white .field input.field__error ~ label:before {
  top: 5px;
  left: 8px;
}

.field label {
  margin: 9px;
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  color: #0d001f;
}

.g-color-white .field label {
  color: #fff;
}

.field input {
  border: none;
  color: #0d001f;
  border-bottom: 1px solid #0d001f;
  border-radius: 0px;
  background: transparent !important;
  background-color: rgba(255, 255, 255, 0) !important;
  line-height: 24px;
  text-align: left;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin: auto !important;
  padding: 8px 9px 8px 9px !important;
  outline: none;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
}

.field input.field__error {
  display: initial;
}

.field input:-webkit-autofill {
  background-color: #b1b1b1 !important;
  -webkit-box-shadow: 0 0 0 30px #b1b1b1 inset !important;
}

.g-color-white .field input {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.field input::-webkit-input-placeholder {
  color: #0d001f7f;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.field input::-moz-placeholder {
  color: #0d001f7f;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.field input::-ms-input-placeholder {
  color: #0d001f7f;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.field input::placeholder {
  color: #0d001f7f;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.g-color-white .field input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.g-color-white .field input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.g-color-white .field input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.g-color-white .field input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.field input[error], .field input.error, .field input.field__error {
  border-bottom: 1px solid #ed0000;
  background-color: #ed00000a;
  margin-bottom: 0px;
}

.g-color-white .field input[error], .g-color-white .field input.error, .g-color-white .field input.field__error {
  color: #0d001f;
  background-color: #edb2b2 !important;
}

.g-color-white .field input[error]::-webkit-input-placeholder, .g-color-white .field input.error::-webkit-input-placeholder, .g-color-white .field input.field__error::-webkit-input-placeholder {
  color: #0d001f;
}

.g-color-white .field input[error]::-moz-placeholder, .g-color-white .field input.error::-moz-placeholder, .g-color-white .field input.field__error::-moz-placeholder {
  color: #0d001f;
}

.g-color-white .field input[error]::-ms-input-placeholder, .g-color-white .field input.error::-ms-input-placeholder, .g-color-white .field input.field__error::-ms-input-placeholder {
  color: #0d001f;
}

.g-color-white .field input[error]::placeholder, .g-color-white .field input.error::placeholder, .g-color-white .field input.field__error::placeholder {
  color: #0d001f;
}

.field input[error]:focus, .field input.error:focus, .field input.field__error:focus {
  outline: -webkit-focus-ring-color auto 5px !important;
  border-bottom: 1px solid #ed0000;
}

.field input:focus {
  outline: -webkit-focus-ring-color auto 5px !important;
  border-bottom: 1px solid #4d13d1;
}

.field input[type="password"], .field input#newPassword, .field input#confirmPassword {
  padding-right: 50px !important;
}

.field__icon {
  position: absolute;
  top: 1.625rem;
  right: 0.625rem;
}

.field__icon .icon {
  height: 2rem;
  width: 2rem;
}

.field__icon.toggleVisibility {
  cursor: pointer;
  z-index: 999;
}

.field__error {
  color: #ed0000;
  font-size: 0.75rem;
  margin: 8px 9px;
  display: none;
}

.g-color-white .field__error {
  margin: 8px 0px;
  padding: 8px;
  background-color: #fff;
}

.field div.error {
  color: #ed0000;
  font-size: 0.75rem;
  margin: 8px 9px 0;
}

.field input[type="checkbox"] {
  opacity: 0;
  width: 0px;
  height: 0px;
}

.field label.checkbox {
  position: relative;
  cursor: pointer;
  padding-left: 39px;
  margin-left: 0;
  display: inline-block;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.field label.checkbox::before, .field label.checkbox::after {
  position: absolute;
}

.field label.checkbox::before {
  top: -4px;
  left: 0px;
}

.field label.checkbox::after {
  left: 5px;
  top: 1px;
}

.field label.checkbox::before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  border: 1px solid;
}

.field label.checkbox::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 14px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.g-color-white .field input.field__error ~ label.checkbox:after {
  left: 10px;
  top: 10px;
}

.field.lg label.checkbox {
  padding-left: 60px;
}

.field.lg label.checkbox::before {
  height: 32px;
  width: 32px;
  top: -3px;
  left: 0px;
}

.field.lg label.checkbox::after {
  height: 10px;
  width: 19px;
  top: 5px;
  left: 6px;
}

.field label.checkbox::after {
  content: none;
}

.field input[type="checkbox"]:checked ~ label.checkbox::after {
  content: "";
}

.field.blue input[type="checkbox"]:checked ~ label.checkbox:before {
  background-color: #4d13d1;
}

.field.blue input[type="checkbox"]:checked ~ label.checkbox:after {
  border-color: #fff;
}

.field input[type="checkbox"]:focus ~ label.checkbox::before {
  outline-width: 5px !important;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
}

.field input::-webkit-outer-spin-button,
.field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.field input[type=number] {
  -moz-appearance: textfield;
}

.server-error {
  color: #ed0000;
  border: 1px solid #ed0000;
  background-color: #ed00000a;
  display: none;
  font-size: 0.875rem;
  text-align: center;
  padding: 14px 30px;
}

.g-color-white .server-error {
  background-color: #fff;
  border: none;
}

.select2-container {
  width: 100% !important;
  margin-top: 0.5rem;
}

.select2-container .select2-selection--single {
  border-top: none;
  border-left: none;
  height: 2.1875rem;
  font-size: 1.25rem;
  border-right: none;
  border-radius: 0;
  border-bottom: 1px solid #0d001f;
}

.select2-container .select2-dropdown--below {
  top: -0.5rem;
}

.select2-container .select2-selection__rendered {
  color: #0d001f !important;
  line-height: 1.5rem;
  font-weight: 700 !important;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.select2-container .select2-selection__placeholder {
  color: #0d001f7f;
  font-size: 1.25rem;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.g-color-white .select2-container .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.select2-container .select2-results ul {
  list-style: none;
}

.select2-container .select2-results ul li::before {
  content: none;
}

.gated-content-article {
  display: none;
}

.bc-gated-content-content.gated {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}

.bc-gated-content-content.gated:after {
  content: '';
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 200px;
  background: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.bc-gated-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bc-gated-content.gated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .bc-gated-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.bc-gated-content .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 240px;
  padding-bottom: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1024px) {
  .bc-gated-content .image {
    padding-bottom: 0;
  }
}

.bc-gated-content .content {
  padding: 2.5rem 1.875rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bc-gated-content .content .content-text {
  max-width: 500px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .bc-gated-content .content {
    padding: 5rem 4.0625rem 4rem;
    max-width: 500px;
  }
}

.bc-gated-content .content h3 {
  text-align: center;
  text-transform: initial;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

.bc-gated-content.g-color-white .content h3 {
  color: #fff;
}

@media (min-width: 1024px) {
  .bc-gated-content .content h3 {
    font-size: 2.5rem;
  }
}

.bc-gated-content .content .initialText, .bc-gated-content .content .secondaryText {
  text-align: center;
  margin-bottom: 2rem;
}

.bc-gated-content .content .initialText.text--strong, .bc-gated-content .content .secondaryText.text--strong {
  font-size: 28px;
}

@media (min-width: 1024px) {
  .bc-gated-content .content .initialText.text--strong, .bc-gated-content .content .secondaryText.text--strong {
    font-size: 40px;
  }
}

.bc-myaccount {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  padding: 1.25rem;
  background: #f7f5f0;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 100%;
}

.bc-myaccount #firstName, .bc-myaccount #lastName, .bc-myaccount #memberNumber, .bc-myaccount #companyName, .bc-myaccount #addressLine1, .bc-myaccount #addressLine2, .bc-myaccount #city, .bc-myaccount #state, .bc-myaccount #postCode {
  text-transform: capitalize;
}

.bc-myaccount .bc-myaccount-tile {
  width: 50%;
}

.bc-myaccount .myaccount-email {
  width: 100%;
  background: #fff;
  margin-bottom: 1.75rem;
  padding: 22px 10px 32px !important;
  margin: 0 !important;
  text-align: left !important;
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-family: "Archivo";
  font-weight: bold;
  line-height: 1.33;
  color: #0d001f;
  margin-left: 0;
  word-break: break-word;
}

@media (max-width: 767.98px) {
  .bc-myaccount .myaccount-email {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .bc-myaccount .myaccount-email {
    width: 26.875rem;
    margin-left: -1.875rem;
  }
}

.bc-myaccount .user-icon {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}

.bc-myaccount .deactivate-account {
  display: none;
}

.bc-myaccount .title {
  margin-bottom: 32px;
  text-transform: uppercase;
}

.bc-myaccount .fullname {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.67;
  margin-bottom: 1rem;
}

.bc-myaccount .settings {
  margin-bottom: 2rem;
}

.bc-myaccount .settings a, .bc-myaccount .settings .link--button, .bc-myaccount .settings .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .settings .edit, .bc-myaccount .settings .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .settings button {
  font-size: 1.125rem;
}

.bc-myaccount .change-password {
  width: 100%;
  margin: 0 auto;
  margin-top: 4rem;
}

@media (min-width: 1024px) {
  .bc-myaccount .change-password {
    width: 370px;
  }
}

.bc-myaccount .change-password .success {
  width: 100%;
  padding: 1.5rem 1.875rem;
  background: #fff;
  font-size: 0.875rem;
  text-align: center;
  margin-left: 0;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .bc-myaccount .change-password .success {
    width: 26.875rem;
    margin-left: -1.875rem;
  }
}

.bc-myaccount .change-password .error {
  width: 100%;
  padding: 0.875rem 1.5625rem;
  background: #ed00000a;
  font-size: 0.875rem;
  text-align: center;
  margin-left: 0;
  margin-bottom: 2rem;
  color: #eb0b43;
}

@media (min-width: 1024px) {
  .bc-myaccount .change-password .error {
    margin-left: -1.875rem;
    padding: 1.5rem 1.875rem;
    width: 26.875rem;
  }
}

.bc-myaccount .change-password .button {
  width: 100%;
  margin-bottom: 1.125rem;
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-width: 0.125rem;
  font-size: 1rem;
}

.bc-myaccount .change-password .change-password-link {
  text-align: center;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.88;
  color: #4d13d1;
  margin-bottom: 3rem;
  cursor: pointer;
}

.bc-myaccount .change-password .change-password-link:hover {
  color: rgba(77, 19, 209, 0.5);
}

.bc-myaccount .change-password h4 {
  text-align: center;
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.bc-myaccount .bc-myaccount-sections {
  max-width: 1170px;
  width: 100%;
  padding: 2rem 1.25rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin: 0 auto 1.5rem auto;
  text-align: left;
  position: relative;
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections {
    padding: 30px 20px !important;
  }
}

@media (min-width: 1024px) {
  .bc-myaccount .bc-myaccount-sections {
    width: calc(100% - 64px);
    padding: 2rem;
  }
}

.bc-myaccount .bc-myaccount-sections h4 {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections h4 {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections .xs-mBot {
    margin-bottom: 2rem;
  }
}

.bc-myaccount .bc-myaccount-sections p {
  font-size: 1.5rem;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .bc-myaccount .bc-myaccount-sections p {
    margin-bottom: 1.5rem;
  }
}

.bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content {
  position: relative;
}

.bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button {
  position: absolute;
  right: 0;
  top: -63px;
  width: initial;
}

@media (max-width: 767.98px) {
  .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button {
    position: relative;
    right: initial;
    margin: 30px 0 30px 8px;
    top: initial;
    display: block;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button {
    margin: 32px 0 36px 0;
  }
}

.bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button {
  cursor: pointer;
  display: inline-block;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
}

.bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button {
  cursor: pointer;
  display: inline-block;
}

.bc-myaccount .bc-myaccount-sections.events {
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .bc-myaccount .bc-myaccount-sections.events {
    margin-bottom: 6rem;
  }
}

.bc-myaccount .bc-myaccount-sections.events p {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.14;
}

.bc-myaccount .bc-myaccount-sections.events .upcoming-events {
  display: none;
}

.bc-myaccount .bc-myaccount-sections.events .coming-soon {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.14;
}

.bc-myaccount .bc-myaccount-sections.events .coming-soon h4 {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections.events .coming-soon h4 {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections.events .coming-soon .xs-mBot {
    margin-bottom: 2rem;
  }
}

.bc-myaccount .bc-myaccount-sections.events .coming-soon p {
  font-size: 1.5rem;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 2rem;
}

.bc-myaccount .bc-myaccount-sections.events .coming-soon .bc-myaccount-sections-content .event {
  display: none;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .bc-myaccount .bc-myaccount-sections.events .coming-soon .bc-myaccount-sections-content .event {
    margin-bottom: 1.625rem;
  }
}

.bc-myaccount .bc-myaccount-sections.events .coming-soon .bc-myaccount-sections-content .event span {
  display: block;
  margin-right: 0;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .bc-myaccount .bc-myaccount-sections.events .coming-soon .bc-myaccount-sections-content .event span {
    display: inline-block;
    margin-right: 1rem;
  }
}

.bc-myaccount .bc-myaccount-sections.events .coming-soon .bc-myaccount-sections-content .event span.event-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.bc-myaccount .bc-myaccount-sections.events .coming-soon .bc-myaccount-sections-content .event span.date {
  font-size: 1.125rem;
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bc-myaccount .bc-myaccount-sections.events .coming-soon .bc-myaccount-sections-content .view-all {
  font-size: 1.125rem;
  margin-top: 0.25rem;
}

.bc-myaccount .bc-myaccount-sections.events .bc-myaccount-sections-products {
  display: block;
}

.bc-myaccount .bc-myaccount-sections.events .bc-myaccount-sections-products .bc-product-tile-title {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  margin-bottom: 1rem;
  line-height: 1.14;
  font-size: 0.875rem;
}

.bc-myaccount .bc-myaccount-sections.events .bc-myaccount-sections-products .bc-product-tile-content {
  font-size: 1.25rem;
  opacity: 0.5;
  line-height: 1.2;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .bc-myaccount .bc-myaccount-sections.events .bc-myaccount-sections-products {
    display: none;
  }
}

.bc-myaccount .bc-myaccount-sections.events.products .text--special {
  margin-bottom: 3rem;
  display: block;
}

.bc-myaccount .bc-myaccount-sections.events.products .modern-awards-title {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  color: #0d001f;
  padding-top: 2rem;
  margin-bottom: 1rem;
  border-top: 1px solid #dee2e6;
}

@media (min-width: 1024px) {
  .bc-myaccount .bc-myaccount-sections.events.products .modern-awards-title {
    padding-top: 3rem;
    margin-bottom: 1.5rem;
  }
}

.bc-myaccount .bc-myaccount-sections.events.products .modern-awards-row {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .bc-myaccount .bc-myaccount-sections.events.products .modern-awards-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bc-myaccount .bc-myaccount-sections.events.products .modern-awards-label {
  font-size: 1.25rem;
  color: rgba(13, 0, 31, 0.5);
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .bc-myaccount .bc-myaccount-sections.events.products .modern-awards-label {
    display: inline;
    margin-bottom: 0rem;
  }
}

@media (min-width: 1024px) {
  .bc-myaccount .bc-myaccount-sections.events.products .modern-awards-link {
    margin-left: auto;
  }
}

.bc-myaccount .bc-myaccount-sections.events.products .modern-awards-links {
  color: #4d13d1;
  text-decoration: none;
  line-height: 1.78;
  margin-top: 0.5rem;
}

.bc-myaccount .bc-myaccount-sections.events.products .modern-awards-links a, .bc-myaccount .bc-myaccount-sections.events.products .modern-awards-links .link--button, .bc-myaccount .bc-myaccount-sections.events.products .modern-awards-links .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections.events.products .bc-myaccount-sections-content .top--edit--button .modern-awards-links .edit, .bc-myaccount .bc-myaccount-sections.events.products .modern-awards-links .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections.events.products .bc-myaccount-sections-content .top--edit--button .modern-awards-links button {
  cursor: pointer;
  font-size: 1rem;
}

.bc-myaccount .bc-myaccount-sections.events.products .modern-awards-links:hover {
  color: rgba(77, 19, 209, 0.5);
}

.bc-myaccount .bc-myaccount-sections.events.products .bc-myaccount-sections-content {
  display: none;
  margin-bottom: 1.3125rem;
}

@media (min-width: 1024px) {
  .bc-myaccount .bc-myaccount-sections.events.products .bc-myaccount-sections-content {
    display: block;
    margin-bottom: 2.3125rem;
  }
}

.bc-myaccount .bc-myaccount-sections.events.products .bc-myaccount-sections-content .table-header {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  margin-bottom: 1rem;
  line-height: 1.14;
  font-size: 0.875rem;
  width: 1009px;
}

.bc-myaccount .bc-myaccount-sections.events.products .bc-myaccount-sections-content .table-body {
  font-size: 1.25rem;
  opacity: 0.5;
  line-height: 1.2;
  width: 1009px;
}

.bc-myaccount .bc-myaccount-sections.events.products .bc-myaccount-sections-content .table-body .bc-myaccount-tile {
  margin-bottom: 0.6875rem;
  width: 50%;
}

.bc-myaccount .bc-modern-awards {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  padding: 0.3125rem 0.3125rem 0 0.3125rem;
  text-align: center;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .bc-myaccount .bc-modern-awards {
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-modern-awards {
    padding-left: 0;
  }
}

.bc-myaccount .bc-myaccount .bc-myaccount-sections.myRole h4, .bc-myaccount .bc-myaccount .bc-myaccount-sections.myLocation h4 {
  margin-bottom: 1rem;
}

.bc-myaccount .bc-myaccount .bc-myaccount-sections.myRole p, .bc-myaccount .bc-myaccount .bc-myaccount-sections.myLocation p {
  font-family: "Taviraj",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .875rem;
  line-height: 1.14;
  margin-bottom: 2rem;
}

.bc-myaccount .my-role-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bc-myaccount .my-role-flex .my-role-radio {
  width: 100%;
}

.bc-myaccount .my-role-flex .my-role-radio .field input[type="radio"] {
  display: none;
  position: relative;
}

.bc-myaccount .my-role-flex .my-role-radio .field label {
  position: relative;
  padding-left: 25px;
  font-family: 'Archivo Black';
  font-size: 18px !important;
  font-weight: bold;
  cursor: pointer;
}

.bc-myaccount .my-role-flex .my-role-radio .field label::before {
  position: absolute;
  content: "";
  border: 2px solid #000;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: -12px;
  top: -2px;
}

.bc-myaccount .my-role-radio .my-role-1.mySub {
  max-height: 500px !important;
  width: 50% !important;
}

@media (max-width: 575.98px) {
  .bc-myaccount .my-role-radio .my-role-1.mySub {
    max-height: 100% !important;
    width: 100% !important;
  }
}

.bc-myaccount .my-role-radio .my-role-1.mySub .checkDiv {
  padding-right: 100px !important;
}

@media (max-width: 991.98px) {
  .bc-myaccount .my-role-radio .my-role-1.mySub .checkDiv {
    padding-right: 25px !important;
  }
}

@media (max-width: 767.98px) {
  .bc-myaccount .my-role-radio .my-role-1.mySub .checkDiv {
    padding-right: 25px !important;
  }
}

@media (max-width: 575.98px) {
  .bc-myaccount .my-role-radio .my-role-1.mySub .checkDiv {
    padding-right: 0 !important;
  }
}

.bc-myaccount .my-role-radio .my-role-1 .radioClass .field {
  margin-bottom: 30px;
}

.bc-myaccount .my-role-1 .radioClass .field {
  margin-bottom: 30px;
}

.my-role-radio .field input[type="radio"]:checked ~ label:before {
  border: 10px solid blue;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: -12px;
  top: -2px;
  position: absolute;
  content: "";
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections.manage-account h4 {
    margin-bottom: 26px;
  }
}

.bc-myaccount .bc-myaccount-sections.manage-account .bc-cancel-sc {
  margin: 0 auto;
  position: relative;
  width: 67%;
}

.bc-myaccount .bc-myaccount-sections.manage-account .bc-cancel-sc .link--button.bc-cancel {
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections.manage-account .bc-cancel-sc {
    width: 100%;
    text-align: center;
  }
}

.bc-myaccount .bc-myaccount-sections.manage-account .myaccount-email {
  padding: 0;
}

.bc-myaccount .bc-myaccount-sections.manage-account .link--button {
  margin-bottom: 2.5rem;
  color: #4D13D1;
  font-family: Archivo;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.5;
}

.bc-myaccount .bc-myaccount-sections.manage-account .bc-myaccount-sections-content .deactivate-title {
  margin-bottom: 0;
  color: #0D001F;
  font-family: Taviraj;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
}

.bc-myaccount .bc-myaccount-sections.manage-account .bc-myaccount-sections-content .bc-myaccount-desc {
  color: #0A0017;
  font-family: Taviraj;
  font-size: 0.88rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.bc-myaccount .bc-myaccount-sections.manage-account .bc-myaccount-sections-content .myaccount-email {
  color: #0D001F;
  font-family: Archivo;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}

.bc-myaccount .bc-myaccount-sections.manage-account .bc-myaccount-sections-content .change-pass-form {
  margin-top: 30px;
}

.bc-myaccount .bc-myaccount-sections.manage-account .bc-myaccount-sections-content .change-pass-form .field {
  width: 38%;
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections.manage-account .bc-myaccount-sections-content .change-pass-form .field {
    width: 100%;
  }
}

.bc-myaccount .bc-myaccount-sections.manage-account .myaccount-password-title {
  font-family: Taviraj;
  font-size: 1.1rem;
  letter-spacing: 0;
}

.bc-myaccount .bc-myaccount-sections.manage-account .button--wrapper {
  width: 38%;
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections.manage-account .button--wrapper {
    width: 100%;
  }
}

.bc-myaccount .bc-myaccount-sections.manage-account .button--secondary {
  font-weight: 600;
  border: 2px solid #0D001F;
  color: #0D001F;
  padding: 0.7rem 2rem 0.6rem;
  width: 100%;
  font-family: "Archivo Black";
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections.manage-account .button--secondary {
    width: 100%;
  }
}

.bc-myaccount-sections.contact.manage-account.setting-acc .cancel--link {
  width: 38%;
  text-align: center;
}

@media (max-width: 575.98px) {
  .bc-myaccount-sections.contact.manage-account.setting-acc .cancel--link {
    width: 100%;
    text-align: center;
  }
}

.cancel--link {
  text-align: center;
  width: 38%;
}

@media (max-width: 575.98px) {
  .cancel--link {
    width: 100%;
  }
}

.button--wrapper--new {
  width: 38%;
}

@media (max-width: 575.98px) {
  .button--wrapper--new {
    width: 100%;
  }
}

.modal-flex {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 116px;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 575.98px) {
  .modal-flex {
    opacity: 1 !important;
    display: block !important;
    text-align: center !important;
    height: auto;
    padding: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.hide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

@media (max-width: 575.98px) {
  .hide {
    opacity: 0 !important;
    display: none !important;
  }
}

.modal {
  color: #0D001F;
  font-family: Archivo;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}

@media (max-width: 575.98px) {
  .modal {
    margin-bottom: 1.5rem;
  }
}

.savebutton {
  text-align: center;
  border: 2px solid #0D001F;
  padding: 0.7rem 2rem 0.6rem;
  height: 56px;
  width: 370px;
  color: #0D001F;
  font-family: "Archivo Black";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .savebutton {
    width: 100%;
  }
}

.bc-myaccount-sections.pref-desc-box {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bc-myaccount-sections.pref-desc-box p.preference-desc {
  font-family: "Taviraj";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14;
  color: #0d001f;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
}

.bc-myaccount-sections.pref-desc-box span.infoIcon {
  display: inline-block;
  background-color: #4D13D1;
  border-radius: 50%;
  font-size: 18px;
  font-family: 'Archivo', sans-serif;
  font-weight: bold;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  padding-top: 2px;
}

.bc-myaccount .myLocation .flex--wrap {
  min-height: 8rem;
}

@media (max-width: 575.98px) {
  .bc-myaccount .myLocation .flex--wrap {
    display: block;
    text-align: center;
  }
}

.bc-myaccount .myLocation .flex--wrap label {
  font-family: "Taviraj";
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 575.98px) {
  .bc-myaccount .myLocation .flex--wrap label {
    text-align: left !important;
    display: block;
  }
}

.bc-myaccount .myLocation .flex--wrap .field-error {
  margin-bottom: 0;
}

.bc-myaccount .myLocation .flex--wrap .myLocation-clear {
  min-height: 2rem;
  max-height: 2rem;
}

@media (max-width: 575.98px) {
  .bc-myaccount .myLocation .flex--wrap .myLocation-clear {
    margin-bottom: 20px;
    display: inline-block;
  }
}

.bc-myaccount .myLocation .flex--wrap .field input {
  font-weight: normal;
  padding: 8px 9px 8px 10px !important;
}

.pad-left-10 {
  padding-left: 10px;
}

.bc-myaccount .bc-myaccount-sections p.myLocation-desc, .bc-myaccount .bc-myaccount-sections p.myInterests-desc, .bc-myaccount .bc-myaccount-sections p.select-role {
  font-family: "Taviraj",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .875rem;
  line-height: 1.14;
  margin-bottom: 32px;
}

.bc-myaccount .bc-myaccount-sections.myLocation h4, .bc-myaccount .bc-myaccount-sections.myInterests h4, .bc-myaccount .bc-myaccount-sections.myRole h4 {
  margin-bottom: 11px;
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections.myLocation h4, .bc-myaccount .bc-myaccount-sections.myInterests h4, .bc-myaccount .bc-myaccount-sections.myRole h4 {
    margin-bottom: 20px;
  }
}

.myLocation-clear {
  cursor: pointer;
  font-family: Archivo;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
  color: #4D13D1;
  -ms-flex-item-align: center;
      align-self: center;
  border-bottom: 1px solid #4D13D1;
}

.myInterests .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.myInterests .d-flex .checkbox-two-col {
  width: 100%;
  cursor: pointer;
}

span.sub-text {
  display: block;
  width: 100%;
  font-weight: initial;
  color: #0D001F;
  font-family: Taviraj;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  padding-top: 14px;
  padding-right: 20px !important;
}

@media (max-width: 575.98px) {
  span.sub-text {
    padding-right: 0 !important;
  }
}

.checkDiv input[type="checkbox"] {
  position: relative;
  width: 32px;
  height: 32px;
  border: 2px solid #000;
  border-radius: 2px;
  left: 0;
  top: -2px;
  cursor: pointer;
}

.text-label {
  position: relative;
}

.checkDiv label {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #0D001F;
  font-weight: bold;
  padding: 0;
  display: block;
  cursor: pointer;
  top: -35px;
  margin-left: 58px;
}

.checkDiv label .sub-text {
  display: block;
  width: 100%;
  font-weight: initial;
  color: #0D001F;
  font-family: Taviraj;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  padding-top: 14px;
  padding-right: 20px !important;
}

@media (max-width: 575.98px) {
  .checkDiv label .sub-text {
    padding-right: 0 !important;
  }
}

.checkDiv input[type="checkbox"]:checked::after {
  color: #fff;
  content: "";
  display: inline-block;
  height: 8px;
  width: 16px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  left: 9px;
  position: absolute;
}

.checkDiv input[type="checkbox"]:checked::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  border: 2px solid #4D13D1;
  background-color: #4D13D1;
  border-radius: 2px;
  left: 0;
  top: 0px;
}

.bc-unsub h1, .bc-unsub .bc-timeline .bc-timeline-item h2, .bc-timeline .bc-timeline-item .bc-unsub h2 {
  padding: 60px 0;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .bc-unsub h1, .bc-unsub .bc-timeline .bc-timeline-item h2, .bc-timeline .bc-timeline-item .bc-unsub h2 {
    padding: 40px 0px;
  }
}

@media (max-width: 575.98px) {
  .bc-myaccount-sections.unSubscribe h4 {
    line-height: 1;
  }
}

.bc-myaccount-sections.unSubscribe .information-section {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 24px;
}

@media (max-width: 575.98px) {
  .bc-myaccount-sections.unSubscribe .information-section {
    margin-top: 40px;
  }
}

.bc-myaccount-sections.unSubscribe .information-section .infoIcon {
  display: inline-block;
  background-color: #4D13D1;
  border-radius: 50%;
  font-size: 18px;
  font-family: 'Archivo', sans-serif;
  font-weight: bold;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  padding-top: 2px;
}

@media (max-width: 575.98px) {
  .bc-myaccount-sections.unSubscribe .information-section .infoIcon {
    width: 80px;
  }
}

.bc-myaccount-sections.unSubscribe .information-section p.unSubs-Des {
  font-family: "Taviraj",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .875rem;
  line-height: 1.14;
  margin-bottom: 0;
  padding-left: 28px;
}

.bc-myaccount-sections.unSubscribe .pad-15 {
  padding-left: 15px;
}

.bc-myaccount-sections.unSubscribe .pad-10 {
  padding-top: 10px;
}

.button.button--primary.unSub-button {
  text-align: center;
  border: 2px solid #0D001F;
  padding: 0.7rem 2rem 0.6rem;
  height: 56px;
  width: 355px;
  color: #0D001F;
  font-family: "Archivo Black";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .button.button--primary.unSub-button {
    width: 100%;
  }
}

.bc-myaccount-sections-products .bc-products-title .bc-myproducts-title {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  color: #0D001F;
  font-family: Archivo;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}

.bc-myaccount-sections-products .bc-products-title .view-member-link {
  color: #4D13D1;
  font-family: Archivo;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
}

@media (min-width: 1024px) {
  .bc-myaccount-sections-products {
    display: none;
  }
}

.bc-myaccount-sections-products.bc--three-column {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 50px !important;
  padding-left: 10px;
}

@media (max-width: 575.98px) {
  .bc-myaccount-sections-products.bc--three-column {
    padding-left: 0px !important;
  }
}

.bc-myaccount-sections-products.bc--three-column .bc-products-title {
  width: 40%;
}

@media (max-width: 575.98px) {
  .bc-myaccount-sections-products.bc--three-column .bc-products-title {
    width: 100%;
  }
}

.bc-myaccount-sections-products.bc--three-column .bc-validation-title {
  width: 30%;
  color: #777777;
  font-family: Archivo;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}

.bc-myaccount-sections-products.bc--three-column .bc-validation-title span {
  display: block;
}

@media (max-width: 575.98px) {
  .bc-myaccount-sections-products.bc--three-column .bc-validation-title {
    width: 100%;
  }
}

.bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link {
  width: 30%;
}

.bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link a.manage-sub-link, .bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link .manage-sub-link.link--button, .bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .manage-sub-link.edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link .manage-sub-link.edit, .bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.manage-sub-link, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link button.manage-sub-link {
  color: #333333 !important;
  border-bottom: none;
}

.bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link a.manage-sub-link span, .bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link .manage-sub-link.link--button span, .bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .manage-sub-link.edit span, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link .manage-sub-link.edit span, .bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.manage-sub-link span, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link button.manage-sub-link span {
  font-family: Arial;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  position: relative;
  text-decoration: none;
  padding-right: 5px;
}

@media (max-width: 575.98px) {
  .bc-myaccount-sections-products.bc--three-column .bc-manage-sub-link {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .bc-myaccount-sections.events h4 {
    margin-bottom: 2rem !important;
  }
}

.bc-myaccount-sections.events .explore-events {
  margin-bottom: 2rem;
}

.bc-myaccount-sections.events .explore-events .explore-link {
  color: #4D13D1;
  font-family: Archivo;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
}

.bc-myaccount .bc-my-events .bc-myaccount-tile {
  width: 44%;
  color: #0D001F;
  font-family: Taviraj;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  padding-bottom: 24px;
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-my-events .bc-myaccount-tile {
    width: 100%;
  }
}

.bc-myaccount .bc-my-events .bc-myaccount-tile .event-date-display {
  display: none;
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-my-events .bc-myaccount-tile .event-date-display {
    display: block !important;
    color: #0D001F;
    font-family: Taviraj;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
  }
}

.bc-myaccount .bc-my-events .col-2 {
  width: 27%;
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-my-events .col-2 {
    width: 100%;
  }
}

.bc-myaccount .bc-myaccount-tile.event-tile {
  padding-right: 80px !important;
}

@media (max-width: 991.98px) {
  .bc-myaccount .bc-myaccount-tile.event-tile {
    padding-right: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .bc-myaccount .bc-myaccount-tile.event-tile {
    padding-right: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-tile.event-tile {
    padding-right: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .bc-myaccount .d-none-xs {
    display: none;
  }
}

.bc-myaccount .my-events-list {
  margin-bottom: 32px;
}

@media (max-width: 575.98px) {
  .bc-myaccount .my-events-list {
    margin-bottom: 10px;
  }
}

.bc-myaccount .my-events-list .bc-myaccount-tile {
  color: #0D001F;
  font-family: Archivo;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  width: 44% !important;
}

@media (max-width: 575.98px) {
  .bc-myaccount .my-events-list .bc-myaccount-tile {
    width: 100% !important;
    padding-bottom: 24px;
  }
}

.bc-myaccount .my-events-list .event-date {
  color: #0A0017;
  font-family: Archivo;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  width: 27% !important;
  font-weight: initial;
  padding-right: 40px !important;
}

@media (max-width: 1199.98px) {
  .bc-myaccount .my-events-list .event-date {
    padding-right: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .bc-myaccount .my-events-list .event-date {
    padding-right: 20px !important;
  }
}

@media (max-width: 575.98px) {
  .bc-myaccount .my-events-list .event-date {
    padding-right: 0 !important;
    width: 100% !important;
    padding-bottom: 24px !important;
  }
}

.bc-myaccount .my-events-list .event-date .event-date-display {
  display: none;
}

@media (max-width: 575.98px) {
  .bc-myaccount .my-events-list .event-date .event-date-display {
    display: block !important;
    color: #0D001F;
    font-family: Taviraj;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
  }
}

.bc-myaccount-sections.events.coming-events, .bc-myaccount-sections.events.past-events {
  margin-bottom: 2rem !important;
}

.bc-myaccount .bc-myaccount-sections.modernAwards .modern-title {
  margin-bottom: 1rem;
}

.bc-myaccount .bc-myaccount-sections.modernAwards p.select-role {
  font-family: "Taviraj",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .875rem;
  line-height: 1.14;
  margin-bottom: 3rem;
}

.bc-myaccount .bc-myaccount-sections.modernAwards .view-modern-list .modern-award-link {
  color: #4D13D1;
  font-family: Archivo;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 2rem;
  display: inline-block;
}

.bc-myaccount .bc-myaccount-sections.modernAwards .view-modern-list .view-subscription .sub-title {
  color: #0D001F;
  font-family: Archivo;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 1rem;
}

.bc-myaccount .bc-myaccount-sections.modernAwards .view-modern-list .view-subscription .sub-link {
  padding-left: 22px;
}

.bc-myaccount .bc-myaccount-sections.modernAwards .view-modern-list .view-subscription .sub-link .sub-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bc-myaccount .bc-myaccount-sections.modernAwards .view-modern-list .view-subscription .sub-link .sub-link-text p {
  color: #0A0017;
  font-family: Archivo;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 1rem;
  width: 60%;
}

.bc-myaccount .bc-myaccount-sections.modernAwards .view-modern-list .view-subscription .sub-link .sub-link-text a, .bc-myaccount .bc-myaccount-sections.modernAwards .view-modern-list .view-subscription .sub-link .sub-link-text .link--button, .bc-myaccount .bc-myaccount-sections.modernAwards .view-modern-list .view-subscription .sub-link .sub-link-text .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections.modernAwards .bc-myaccount-sections-content .top--edit--button .view-modern-list .view-subscription .sub-link .sub-link-text .edit, .bc-myaccount .bc-myaccount-sections.modernAwards .view-modern-list .view-subscription .sub-link .sub-link-text .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections.modernAwards .bc-myaccount-sections-content .top--edit--button .view-modern-list .view-subscription .sub-link .sub-link-text button {
  color: #333333;
  font-family: Arial;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: right;
  border-bottom: 0;
}

.bc-myaccount .bc-myaccount-sections.modernAwards .view-modern-list .view-subscription .sub-link .sub-link-text a span, .bc-myaccount .bc-myaccount-sections.modernAwards .view-modern-list .view-subscription .sub-link .sub-link-text .link--button span, .bc-myaccount .bc-myaccount-sections.modernAwards .view-modern-list .view-subscription .sub-link .sub-link-text .bc-myaccount-sections-content .top--edit--button .edit span, .bc-myaccount .bc-myaccount-sections.modernAwards .bc-myaccount-sections-content .top--edit--button .view-modern-list .view-subscription .sub-link .sub-link-text .edit span, .bc-myaccount .bc-myaccount-sections.modernAwards .view-modern-list .view-subscription .sub-link .sub-link-text .bc-myaccount-sections-content .top--edit--button button span, .bc-myaccount .bc-myaccount-sections.modernAwards .bc-myaccount-sections-content .top--edit--button .view-modern-list .view-subscription .sub-link .sub-link-text button span {
  padding-right: 5px;
}

.tabScroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tabMyAccount {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tabMyAccount::-webkit-scrollbar {
  display: none;
}

.save-changes {
  background-color: transparent;
  color: #0d001f !important;
  cursor: pointer;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #0d001f !important;
  border-radius: 0 !important;
  font-family: 'Archivo Black' !important;
  font-weight: normal !important;
  font-size: 1.2rem !important;
  margin: 35px auto 25px !important;
  text-transform: uppercase;
  padding: 16px 0 !important;
  width: 100% !important;
  max-width: 370px;
}

.modern-awards.bc-modern-awards {
  padding: 0 1.25rem 0 1.25rem;
}

@media (max-width: 575.98px) {
  .modern-awards.bc-modern-awards {
    padding-left: 0;
    padding-right: 0;
  }
}

.modern-awards.bc-modern-awards .modern-awards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modern-awards.bc-modern-awards .modern-awards-row .modern-awards-label {
  color: #0A0017;
  font-family: Archivo;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.88;
  margin-bottom: 12px;
  width: 60%;
  text-align: left;
  margin-right: 36px;
}

@media (max-width: 575.98px) {
  .modern-awards.bc-modern-awards .modern-awards-row .modern-awards-label {
    margin-bottom: 20px;
    margin-right: 17px;
    width: 55%;
  }
}

.modern-awards.bc-modern-awards .modern-awards-row .modern-awards-link a, .modern-awards.bc-modern-awards .modern-awards-row .modern-awards-link .link--button, .modern-awards.bc-modern-awards .modern-awards-row .modern-awards-link .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .modern-awards.bc-modern-awards .modern-awards-row .modern-awards-link .edit, .modern-awards.bc-modern-awards .modern-awards-row .modern-awards-link .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .modern-awards.bc-modern-awards .modern-awards-row .modern-awards-link button {
  color: #333333;
  font-family: Arial;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: right;
  border-bottom: 0;
}

.modern-awards.bc-modern-awards .modern-awards-row .modern-awards-link a svg, .modern-awards.bc-modern-awards .modern-awards-row .modern-awards-link .link--button svg, .modern-awards.bc-modern-awards .modern-awards-row .modern-awards-link .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit svg, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .modern-awards.bc-modern-awards .modern-awards-row .modern-awards-link .edit svg, .modern-awards.bc-modern-awards .modern-awards-row .modern-awards-link .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button svg, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .modern-awards.bc-modern-awards .modern-awards-row .modern-awards-link button svg {
  margin-left: 8px;
}

@media (max-width: 575.98px) {
  .modern-awards.bc-modern-awards .modern-awards-row .modern-awards-link {
    width: 35%;
    text-align: right;
  }
}

.modern-awards-view-link {
  text-align: left;
  font-size: 18px;
  font-family: Archivo;
  color: #4d13d1;
  line-height: 1.78;
  font-weight: normal;
  margin-bottom: 36px;
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections.products-services-box h4 {
    margin-bottom: 40px;
  }
}

.bc-myaccount .bc-myaccount-sections.modern-awards-box h4 {
  margin-bottom: 14px;
}

@media (max-width: 575.98px) {
  .bc-myaccount .bc-myaccount-sections.modern-awards-box h4 {
    margin-bottom: 14px;
  }
}

.bc-myaccount .bc-myaccount-sections.modern-awards-box p.select-role {
  margin-bottom: 36px !important;
}

.bc-myaccount .bc-myaccount-sections.modern-awards-box .view-subscription .sub-title {
  color: #0D001F;
  font-family: Archivo;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 24px;
}

.my-role-radio {
  margin-bottom: 15px;
}

.my-role-radio .my-role-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 300px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .my-role-radio .my-role-1 {
    max-height: 100%;
  }
}

.my-role-radio .my-role-1 .blue-radio-button.radioClass {
  position: relative;
  margin-bottom: 20px;
  width: 50%;
}

@media (max-width: 575.98px) {
  .my-role-radio .my-role-1 .blue-radio-button.radioClass {
    width: 100%;
  }
}

.my-role-radio .my-role-1 .blue-radio-button.radioClass .field {
  margin-bottom: 5px;
}

.my-role-radio .my-role-1 .blue-radio-button.radioClass .field label {
  position: relative;
  font-family: Archivo;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  color: #0D001F;
  padding-left: 35px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .my-role-radio .my-role-1 .blue-radio-button.radioClass .field label {
    padding-left: 30px;
  }
}

.my-role-radio .my-role-1 .blue-radio-button.radioClass .field label::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border: 2px solid #757575;
  border-radius: 50%;
  left: -9px;
  top: -4px;
}

.my-role-radio .my-role-1 input[type="radio"] {
  opacity: 0;
}

.my-role-radio .my-role-1 input[type="radio"]:checked {
  opacity: 1;
  background-color: transparent;
  width: 0;
  height: 0;
}

.my-role-radio .my-role-1 input[type="radio"]:checked::after {
  position: absolute;
  border-radius: 50%;
  border: 7.5px solid #4D13D1;
  content: "";
  left: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  opacity: 1;
}

.bc-myaccount-sections.events.bc-myrole-sections {
  margin-bottom: 3rem;
}

.bc-myaccount-sections.events.bc-myrole-sections .mbot {
  margin-bottom: 1rem;
}

.bc-myaccount-sections.events.bc-myrole-sections .coming-soon {
  margin-bottom: 1rem;
}

.three--column.infoAcc .field {
  width: 33.3%;
}

@media (max-width: 575.98px) {
  .three--column.infoAcc .field {
    width: 100%;
  }
}

.bc-myaccount-sections-content.deactivate-section .bc-myaccount-desc {
  width: 55%;
}

@media (max-width: 575.98px) {
  .bc-myaccount-sections-content.deactivate-section .bc-myaccount-desc {
    width: 100%;
  }
}

.field-two-column {
  width: 66.6%;
}

@media (max-width: 575.98px) {
  .field-two-column {
    width: 100%;
  }
}

.field-two-column .field.field-disabled {
  width: 100%;
}

#emailAddress {
  text-overflow: clip;
}

.bc-unsubscribe-success p {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 60px;
}

@media (max-width: 575.98px) {
  .bc-unsubscribe-success p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.bc-unsubscribe-success .bc-alerts {
  max-width: 570px;
  margin: 0px auto 15px;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.88;
  text-align: center;
  width: auto !important;
  margin-bottom: 15px !important;
  margin-left: auto !important;
  padding: 24px 100px 32px !important;
}

@media (max-width: 575.98px) {
  .bc-unsubscribe-success .bc-alerts {
    max-width: 100%;
    padding: 24px 20px 32px !important;
  }
}

.bc-cybersecurity-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .bc-cybersecurity-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.bc-cybersecurity-section p {
  font-size: 16px;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: 'Taviraj';
}

@media (min-width: 1024px) {
  .bc-cybersecurity-section p {
    margin-bottom: 1.5rem;
  }
}

.bc-cybersecurity-section .cyber-info {
  text-align: center;
  max-width: 750px;
  margin: 122px auto;
}

.bc-cybersecurity-section .cyber-info h1, .bc-cybersecurity-section .cyber-info .bc-timeline .bc-timeline-item h2, .bc-timeline .bc-timeline-item .bc-cybersecurity-section .cyber-info h2 {
  margin-bottom: 40px;
}

.bc-cybersecurity-section .cyber-health-check {
  width: 100%;
  min-width: 280px;
}

.bc-cybersecurity-section .cyber-health-check__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 500px;
  border: 2px dashed #DBD9DE;
  padding: 20px;
}

.bc-cybersecurity-section .cyber-health-check__container p {
  text-align: center;
}

@media (max-width: 991.98px) {
  .bc-cybersecurity-section .cyber-health-check__container {
    margin: 0;
  }
}

.bc-cybersecurity-section .cyber-add-employee__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border: 2px dashed #DBD9DE;
  width: 50%;
  height: 600px;
  position: relative;
  margin-left: 10px;
  min-width: 280px;
}

@media (max-width: 991.98px) {
  .bc-cybersecurity-section .cyber-add-employee__container {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }
}

.bc-cybersecurity-section .cyber-add-employee__set {
  width: calc(100% - 370px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 991.98px) {
  .bc-cybersecurity-section .cyber-add-employee__set {
    display: none;
  }
}

.bc-cybersecurity-section .cyber-add-employee__set h3 {
  display: inline-block;
  text-align: left;
}

@media (max-width: 991.98px) {
  .bc-cybersecurity-section .cyber-add-employee__set h3 {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .bc-cybersecurity-section .cyber-add-employee__set h3 {
    display: block;
    text-align: center;
    padding: 0;
  }
}

.bc-cybersecurity-section .cyber-add-employee__set .cyber-table__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.bc-cybersecurity-section .cyber-add-employee__set .cyber-table {
  width: 90%;
  margin: auto;
}

.bc-cybersecurity-section .cyber-add-employee__set .cyber-table thead th {
  font-family: 'Taviraj';
  font-size: 14px;
  border: none;
  text-align: center;
}

.bc-cybersecurity-section .cyber-add-employee__set .cyber-table tbody td:not(:first-child) {
  text-align: center;
}

.bc-cybersecurity-section .cyber-add-employee__set .cyber-table tbody td {
  border: none;
  font-size: 18px;
}

.bc-cybersecurity-section .cyber-add-employee__set .cyber-table tbody td.warning {
  color: #ED0000;
}

.bc-cybersecurity-section .cyber-add-employee__set .cyber-table tbody td:first-child {
  font-family: 'Archivo';
  font-weight: 600;
  min-width: 171px;
}

.bc-cybersecurity-section .cyber-add-employee__set .cyber-table td, .bc-cybersecurity-section .cyber-add-employee__set .cyber-table tr {
  padding: 10px;
}

.bc-cybersecurity-section .cyber-add-employee__set-mobile {
  display: none;
  height: auto;
}

@media (max-width: 991.98px) {
  .bc-cybersecurity-section .cyber-add-employee__set-mobile {
    width: 100%;
    display: block;
  }
}

.bc-cybersecurity-section .cyber-add-employee__set-mobile td {
  border-bottom: none;
  font-size: 16px;
  padding: 10px 0;
}

.bc-cybersecurity-section .cyber-add-employee__set-mobile td.warning {
  color: #ED0000;
}

.bc-cybersecurity-section .cyber-add-employee__set-mobile .cyber-table__container {
  margin-bottom: 30px;
}

.bc-cybersecurity-section .cyber-add-employee__set-mobile .cyber-table-mobile {
  max-width: 400px;
  width: 100%;
  min-width: 1px;
  margin: auto;
}

.bc-cybersecurity-section .cyber-add-employee__set-mobile .cyber-table-name {
  font-weight: 600;
  text-align: left;
  max-width: 400px;
  margin: auto;
}

.bc-cybersecurity-section .cyber-add-employee__set-mobile .cyber-table-header {
  text-align: left;
  font-family: 'Taviraj';
}

.bc-cybersecurity-section .cyber-add-employee__set-mobile .cyber-table-value {
  text-align: right;
}

.bc-cybersecurity-section .cyber-add-employee__text-container {
  width: 100%;
  margin-bottom: 40px;
  position: absolute;
}

@media (max-width: 991.98px) {
  .bc-cybersecurity-section .cyber-add-employee__text-container {
    position: relative;
  }
}

.bc-cybersecurity-section .cyber-add-employee__link-container {
  display: inline-block;
  float: right;
  text-align: right;
  margin: 35px;
  margin-bottom: 0;
  position: absolute;
  right: 0;
}

@media (max-width: 991.98px) {
  .bc-cybersecurity-section .cyber-add-employee__link-container {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}

.bc-cybersecurity-section .cyber-current-health__container {
  border: 2px solid #DBD9DE;
  width: 100%;
  height: 600px;
  position: relative;
  min-width: 280px;
}

.bc-cybersecurity-section .cyber-current-health__container-half {
  border: 2px solid #DBD9DE;
  width: 50%;
  height: 600px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .bc-cybersecurity-section .cyber-current-health__container-half {
    width: 100%;
    margin-right: 0;
  }
}

.bc-cybersecurity-section .cyber-current-health__container-set {
  width: 370px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .bc-cybersecurity-section .cyber-current-health__container-set {
    width: 100%;
  }
}

.bc-cybersecurity-section h3 {
  padding: 30px;
  padding-bottom: 0;
}

.bc-cybersecurity-section .cyber-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60%;
}

@media (max-width: 991.98px) {
  .bc-cybersecurity-section .cyber-progress-bar {
    width: 100%;
  }
}

.bc-cybersecurity-section .cyber-progress-bar .progress-ring__circle {
  -webkit-transition: stroke-dashoffset 1s;
  transition: stroke-dashoffset 1s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.bc-cybersecurity-section .cyber-progress-bar .progress-percent {
  position: absolute;
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  font-family: 'Archivo Black';
}

.bc-cybersecurity-section .progress-example {
  position: absolute;
  width: 100%;
  margin-bottom: 60px;
  bottom: 0;
}

.bc-cybersecurity-section .progress-example p {
  margin-bottom: 5px;
}

.bc-cybersecurity-section .progress-example .progress-text-container {
  width: 290px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 575.98px) {
  .bc-cybersecurity-section .progress-example .progress-text-container {
    width: 100%;
  }
}

.bc-cybersecurity-section .progress-example .at-risk {
  float: left;
}

.bc-cybersecurity-section .progress-example .great {
  float: right;
  text-align: right;
}

.bc-cybersecurity-section .progress-example .bar {
  clear: both;
  height: 4px;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#0ADDA0), color-stop(40%, #FABA21), color-stop(66.11%, #FF8500), to(#ED0000));
  background: linear-gradient(270deg, #0ADDA0 0%, #FABA21 40%, #FF8500 66.11%, #ED0000 100%);
}

/* search results header */
.bc-searchbar-widths, .bc-search-header--content, .bc-searchbar-results {
  max-width: 970px;
  padding: 0 30px;
}

@media (min-width: 1024px) {
  .bc-searchbar-widths, .bc-search-header--content, .bc-searchbar-results {
    padding: 0 15px;
  }
}

.bc-search-header {
  display: block;
  background-color: #f7f5f0;
  padding: 50px 0 40px;
  width: 100%;
  margin-bottom: 3.5rem;
}

@media (min-width: 1024px) {
  .bc-search-header {
    padding: 88px 0 60px;
  }
}

.bc-search-header--content {
  width: 100%;
  margin: 0 auto;
}

.bc-search-header .bc-searchbar {
  margin-top: 39px;
  padding-left: 0px;
}

@media (max-width: 767.98px) {
  .bc-search-header .bc-searchbar {
    padding-right: 1.875rem;
  }
}

/* search bar */
.bc-searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 21rem;
  /* search bar in header */
  /* Page Header Manipulation */
  /* heading */
  /* search bar icons */
  /* search bar in closed state */
  /* placeholder for the search bar */
  /* search results */
  /* Search Paging */
  /* search results preview */
}

.bc-header .bc-searchbar {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  background-color: #0d001f;
  color: #fff;
  top: 0.125rem;
  right: 1.25rem;
  width: 1.25rem;
  height: auto;
}

@media (max-width: 767.98px) {
  .bc-header .bc-searchbar input {
    width: calc(100% - 20px);
  }
}

@media (min-width: 1024px) {
  .is-scrolled:not(.is-rich) .bc-header .bc-searchbar {
    top: -0.375rem;
  }
}

.bc-header__outer-container.bc-searchbar-activated .bc-searchbar {
  width: 600px;
  right: 0;
  padding-right: 1.75rem;
}

@media (max-width: 991.98px) {
  .bc-header__outer-container.bc-searchbar-activated .bc-searchbar {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .bc-header .bc-searchbar {
    z-index: 0;
    top: 2.5625rem;
  }
}

.bc-searchbar-refine {
  display: none;
}

.bc-search-header .bc-searchbar-refine {
  display: block;
  margin-left: 35px;
  position: relative;
  top: 7px;
  min-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 767.98px) {
  .bc-search-header .bc-searchbar-refine {
    margin-left: 0px;
    top: 35px;
    min-width: 100%;
  }
}

.bc-search-header .bc-searchbar-refine label {
  position: relative;
  top: -15px;
  display: block;
  margin-left: 12px;
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
}

.bc-search-header .bc-searchbar-refine select {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  -moz-appearance: none;
       appearance: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0px 6px 12px;
  width: 100%;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  cursor: pointer;
}

.bc-searchbar input {
  border: none;
  border-bottom: 1px solid lightgrey;
  border-radius: 0px;
  background: transparent;
  font-size: 1.5rem;
  line-height: 24px;
  text-align: left;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 8px 30px 8px 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bc-search-header .bc-searchbar input {
  color: #0d001f;
  border-bottom: 1px solid #000;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 767.98px) {
  .bc-search-header .bc-searchbar input {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    width: 100%;
  }
}

.bc-header .bc-searchbar input {
  color: #fff;
}

.bc-header .bc-searchbar input:focus {
  border-bottom: 1px solid;
}

.bc-searchbar-activated .bc-nav {
  opacity: 0;
  top: -35px;
  position: relative;
}

.bc-searchbar-results--heading {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.1;
  width: 92%;
}

.bc-searchbar-searchIcon {
  cursor: pointer;
  z-index: 1;
}

.bc-searchbar-searchIcon--close {
  margin-left: 16px;
  color: lightgrey;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

@media (min-width: 1024px) {
  .bc-searchbar-searchIcon--close {
    display: inline-block;
  }
}

.bc-search-header .bc-searchbar-searchIcon--close {
  display: none;
}

.bc-searchbar-searchIcon--refine {
  position: relative;
  float: right;
  top: -38px;
  right: 5px;
}

.bc-searchbar-searchIcon--refine .icon {
  width: 26px !important;
  height: 26px !important;
}

.bc-searchbar-searchIcon--back {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .bc-searchbar-searchIcon--back {
    display: none;
  }
}

.bc-search-header .bc-searchbar-searchIcon--back {
  display: none;
}

.bc-searchbar-searchIcon--back svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bc-searchbar-searchIcon--search {
  margin-left: -24px;
}

.is-opened .bc-searchbar-searchIcon--search {
  display: none;
}

.bc-header__outer-container--hero .bc-searchbar-searchIcon--search {
  color: #fff;
}

body.is-scrolled .bc-header__outer-container--hero .bc-searchbar-searchIcon--search {
  color: #fff;
}

.bc-header__outer-container--hero.bc-searchbar-activated .bc-searchbar-searchIcon--search {
  color: #fff;
}

.bc-header .bc-searchbar-searchIcon--search .icon {
  height: 18px;
  width: 18px;
}

.bc-searchbar-searchIcon .icon {
  height: 20px;
  width: 20px;
}

.bc-searchbar__premium-icon {
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  border-radius: 50%;
  margin-bottom: 10px;
  vertical-align: top;
}

.bc-searchbar.bc-searchbar-closed input, .bc-searchbar.bc-searchbar-closed .bc-searchbar-searchIcon--close, .bc-searchbar.bc-searchbar-closed .bc-searchbar-searchIcon--back {
  opacity: 0;
  pointer-events: none;
}

.bc-header .bc-searchbar.bc-searchbar-closed {
  min-width: 70px;
  background-color: transparent;
}

.bc-header .bc-searchbar.bc-searchbar-closed input {
  display: none;
}

.bc-header .bc-searchbar.bc-searchbar-closed .bc-searchbar-searchIcon--search {
  margin-left: 14px;
  margin-top: 10px;
}

@media (min-width: 1400px) {
  .bc-header .bc-searchbar.bc-searchbar-closed .bc-searchbar-searchIcon--search {
    margin-left: 0;
  }
}

.bc-searchbar.bc-searchbar-closed .bc-searchbar-preview {
  display: none;
}

.bc-searchbar ::-webkit-input-placeholder {
  color: lightgray;
  opacity: 1;
}

.bc-searchbar ::-moz-placeholder {
  color: lightgray;
  opacity: 1;
}

.bc-searchbar ::-ms-input-placeholder {
  color: lightgray;
  opacity: 1;
}

.bc-searchbar ::placeholder {
  color: lightgray;
  opacity: 1;
}

.bc-searchbar :-ms-input-placeholder, .bc-searchbar ::-ms-input-placeholder {
  color: lightgray;
}

.bc-searchbar-results {
  margin: 0 auto;
}

.bc-searchbar-results--content {
  margin-bottom: 4.125rem;
}

.bc-searchbar-results--result {
  margin-bottom: 1.5rem;
}

.bc-searchbar-results--result:after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #0adda0;
  display: inline-block;
}

.bc-searchbar-results--result a, .bc-searchbar-results--result .link--button, .bc-searchbar-results--result .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-searchbar-results--result .edit, .bc-searchbar-results--result .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-searchbar-results--result button {
  border: none;
}

.bc-searchbar-results--description {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

.bc-searchbar-results--breadcrumbs {
  margin-bottom: 0.75rem;
}

.bc-searchbar-results--breadcrumb a, .bc-searchbar-results--breadcrumb .link--button, .bc-searchbar-results--breadcrumb .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-searchbar-results--breadcrumb .edit, .bc-searchbar-results--breadcrumb .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-searchbar-results--breadcrumb button {
  border-bottom: none;
  color: #0d001f;
  font-size: 0.75rem;
}

.bc-searchbar-results--breadcrumb--seperator {
  display: inline-block;
}

.bc-searchbar-results--breadcrumb:last-child .bc-searchbar-results--breadcrumb--seperator {
  display: none;
}

.bc-searchbar-results--breadcrumb--seperator .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 10px;
  width: 10px;
  color: #999;
}

.bc-searchbar-paginginfo, .bc-searchbar-pager, .bc-searchbar-results--content {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.bc-searchbar-paginginfo.show, .bc-searchbar-pager.show, .bc-searchbar-results--content.show {
  opacity: 1;
}

.bc-searchbar-paginginfo {
  margin-bottom: 3rem;
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bc-searchbar-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.0625rem;
}

.bc-searchbar-pager a, .bc-searchbar-pager .link--button, .bc-searchbar-pager .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-searchbar-pager .edit, .bc-searchbar-pager .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-searchbar-pager button {
  color: #0d001f;
  border-bottom: 2px solid #0d001f;
  padding-bottom: 10px;
  font-size: 1.25rem;
}

.bc-searchbar-pager--pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bc-searchbar-pager--pages div {
  margin-right: 20px;
}

.bc-searchbar-pager--pages div:last-child {
  margin-right: 0;
}

.bc-searchbar-pager--prev, .bc-searchbar-pager--next {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.bc-searchbar-pager--prev a, .bc-searchbar-pager--prev .link--button, .bc-searchbar-pager--prev .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-searchbar-pager--prev .edit, .bc-searchbar-pager--prev .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-searchbar-pager--prev button, .bc-searchbar-pager--next a, .bc-searchbar-pager--next .link--button, .bc-searchbar-pager--next .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-searchbar-pager--next .edit, .bc-searchbar-pager--next .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-searchbar-pager--next button {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
}

.bc-searchbar-pager--prev.show, .bc-searchbar-pager--next.show {
  opacity: 1;
}

.bc-searchbar-preview {
  width: 100%;
  overflow: hidden;
  padding: 8px;
  font-size: 20px;
  line-height: 60px;
  display: none;
}

@media (min-width: 1024px) {
  .bc-searchbar-preview {
    width: calc(100% - 72px);
  }
}

.bc-header .bc-searchbar-preview {
  background: #0d001f;
  width: calc(100% - 30px);
  color: #fff;
}

@media (max-width: 991.98px) {
  .bc-header .bc-searchbar-preview {
    height: calc(100vh - 60px);
    width: 100%;
    padding-left: 30px;
  }
}

.bc-searchbar-viewall {
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 1024px) {
  .bc-searchbar-viewall {
    text-align: left;
  }
}

.bc-searchbar-viewall span {
  border: 1px solid #0d001f;
  padding: 14px 28px;
  font-size: 0.875rem;
  cursor: pointer;
}

.bc-header .bc-searchbar-viewall span {
  border: 1px solid #fff;
}

@media (min-width: 1024px) {
  .bc-searchbar-viewall span {
    border: none;
    border-bottom: 1px solid #0d001f;
    padding: 4px 2px;
  }
  .bc-header .bc-searchbar-viewall span {
    border: none;
    border-bottom: 1px solid #fff;
  }
}

.bc-searchbar-preview--line {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 46px;
}

.bc-searchbar-preview--line:hover {
  color: #4523ad;
}

.bc-searchbar-preview--line .highlightedKW {
  font-weight: bold;
}

.bc-richhero-widths, .bc-richhero-content {
  max-width: 1170px;
  padding: 0 15px;
}

@media (min-width: 1024px) {
  .bc-richhero-widths, .bc-richhero-content {
    padding: 0 15px;
  }
}

.is-rich .bc-header__outer-container {
  position: fixed;
}

.is-rich h1.bc-header__logo-container, .is-rich .bc-timeline .bc-timeline-item h2.bc-header__logo-container, .bc-timeline .bc-timeline-item .is-rich h2.bc-header__logo-container {
  position: relative;
}

.is-rich h1.bc-header__logo-container:before, .is-rich .bc-timeline .bc-timeline-item h2.bc-header__logo-container:before, .bc-timeline .bc-timeline-item .is-rich h2.bc-header__logo-container:before {
  content: '';
  width: 112px;
  height: 48px;
  display: block;
}

.is-rich h1.bc-header__logo-container img, .is-rich .bc-timeline .bc-timeline-item h2.bc-header__logo-container img, .bc-timeline .bc-timeline-item .is-rich h2.bc-header__logo-container img {
  position: absolute;
  top: 0;
  max-width: initial;
}

.bc-richhero-edit {
  background-color: lightgrey;
}

.bc-richhero {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

@media (min-width: 1024px) {
  .bc-richhero {
    min-height: 800px;
    max-height: 900px;
    height: 85vh;
  }
}

.cq-Editable-dom .bc-richhero {
  position: relative;
  min-height: initial;
  height: 100%;
}

@media (min-width: 1024px) {
  .bc-header__outer-container.bc-header-is-rich .bc-header__logo-container {
    opacity: 0;
    -webkit-transition: opacity 2s 2s ease-in;
    transition: opacity 2s 2s ease-in;
  }
  .bc-header__outer-container.bc-header-is-rich .bc-header__logo-container.reveal {
    opacity: 1;
  }
}

.bc-richhero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.cq-Editable-dom .bc-richhero-overlay {
  position: relative;
  display: none;
}

.bc-richhero-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.cq-Editable-dom .bc-richhero-image {
  position: relative;
  width: 200px;
  height: 200px;
}

.bc-richhero-image.mobile {
  opacity: 0;
}

@media (max-width: 767.98px) {
  .bc-richhero-image {
    opacity: 0;
  }
  .bc-richhero-image.mobile {
    opacity: 1;
  }
}

@media (min-width: 1400px) {
  .bc-richhero-image.reveal {
    opacity: 0;
  }
}

@media (max-width: 767.98px) {
  .bc-richhero-branding {
    position: absolute;
    bottom: 32px;
    width: 78px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 40px;
  }
  .bc-richhero-branding:before {
    content: 'Part of';
    font-size: 12px;
    display: inline-block;
    top: -20px;
    position: absolute;
    left: 50%;
    color: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.bc-richhero-content {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 100%;
  background: transparent;
  z-index: 3;
  color: white;
  padding-bottom: 45px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

@media (max-width: 767.98px) {
  .bc-richhero-content {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .bc-richhero-content {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 2s 4s ease-in;
    transition: opacity 2s 4s ease-in;
  }
  .cq-Editable-dom .bc-richhero-content {
    position: relative;
    opacity: 1;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
  .bc-richhero-content.reveal {
    opacity: 1;
  }
}

.cq-Editable-dom .bc-richhero-content {
  color: black;
}

.bc-richhero-content--logo {
  width: 242px;
  height: 104px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

@media (min-width: 1024px) {
  .bc-richhero-content--logo {
    display: none;
  }
}

.bc-richhero-content--heading, .bc-richhero-content--text {
  max-width: 48.125rem;
}

.bc-richhero-content--text {
  margin-bottom: 55px;
  font-size: 1.25rem;
}

@media (max-width: 991.98px) {
  .bc-richhero-content--text {
    display: none;
  }
}

.bc-richhero-content--heading {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  margin: 40px 0 40px;
}

.cq-Editable-dom .bc-richhero-content--heading {
  color: black;
}

.bc-richhero .video-js {
  pointer-events: none;
}

.bc-richhero .video-js .vjs-control-bar, .bc-richhero .video-js .vjs-big-play-button, .bc-richhero .video-js .vjs-text-track-display, .bc-richhero .video-js .vjs-dock-text, .bc-richhero .video-js .vjs-loading-spinner {
  display: none !important;
}

.bc-richhero .video-js .vjs-poster {
  background-size: cover;
}

.bc-richhero .brightcove-container {
  margin-top: 0px !important;
}

.bc-richhero .video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.bc-richhero .video.reveal {
  opacity: 1;
}

.cq-Editable-dom .bc-richhero .video {
  position: relative;
  height: 300px;
  overflow: auto;
}

.bc-richhero .video div {
  width: 100%;
  height: 100%;
}

.bc-richhero .video video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.bc-richhero .video .brightcove-container {
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  bottom: initial !important;
  right: initial !important;
}

.tabScroll .tabHeader .bloc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .tabScroll .tabHeader .bloc-tabs {
    width: 100%;
    display: block;
  }
}

.tabScroll .tabHeader .bloc-tabs .tabs {
  background-color: transparent !important;
  position: relative;
  padding: 10px 0px;
  margin: 0 20px;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-weight: 400;
  color: #0A0017;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 575.98px) {
  .tabScroll .tabHeader .bloc-tabs .tabs {
    display: block;
    margin: 15px auto;
  }
}

.tabScroll .tabHeader .bloc-tabs .tabs::focus-visible {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
  border-bottom: 2px solid transparent !important;
}

.tabScroll .tabHeader .bloc-tabs .active-tabs {
  color: #4D13D1;
  border-bottom: 2px solid #4D13D1;
}

.tabScroll .tabHeader .bloc-tabs .active-tabs::focus-visible {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
  border-bottom: 2px solid transparent !important;
}

.tabMyAccount .content-tabs {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
}

.tabMyAccount .content {
  padding: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.tabMyAccount .content h2 {
  padding: 0px 0 5px 0px;
}

.tabMyAccount .content hr {
  width: 100px;
  height: 2px;
  background: #222;
  margin-bottom: 5px;
}

.tabMyAccount .content p {
  width: 100%;
  height: 100%;
}

.tabMyAccount .active-content {
  display: block;
}

.bc-video__content {
  width: 100%;
  margin-bottom: 1.25rem;
}

.bc-video__caption {
  text-align: center;
}

.bc-video__text {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 0;
}

.bc-tag__list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bc-tag__list li {
  margin: 0;
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.bc-tag__list li:last-child {
  margin: 0;
}

.bc-tag__list li::before {
  content: none;
}

.bc-tag__list a, .bc-tag__list .link--button, .bc-tag__list .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-tag__list .edit, .bc-tag__list .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-tag__list button {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #f7f5f0;
  border: 0;
  border-radius: 4px;
  color: #0d001f;
  font-size: 1rem;
  height: 2.5rem;
  padding: 0 1.125rem;
  -webkit-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bc-tag__list a::after, .bc-tag__list .link--button::after, .bc-tag__list .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit::after, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-tag__list .edit::after, .bc-tag__list .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button::after, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-tag__list button::after, .bc-tag__list a:hover, .bc-tag__list .link--button:hover, .bc-tag__list .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-tag__list .edit:hover, .bc-tag__list .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-tag__list button:hover {
  border: 0;
}

.bc-tag__list a:hover, .bc-tag__list .link--button:hover, .bc-tag__list .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-tag__list .edit:hover, .bc-tag__list .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-tag__list button:hover {
  background-color: #f0eee9;
}

.bc-membership-advantages {
  min-height: 200px;
  background: #fabc1e;
  padding: 40px 0px;
}

.bc-membership-advantages.white-seperator .tile-container:after {
  border-right-color: white;
}

.bc-membership-advantages__container {
  max-width: 1070px;
  margin: auto;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.bc-membership-advantages__container:last-child {
  margin-bottom: 0;
}

.bc-membership-advantages__container .title {
  text-align: center;
  font-size: 24px;
}

.bc-membership-advantages__container .tile-container {
  position: relative;
  width: 50%;
  text-align: center;
  margin: 16px 0;
}

@media (min-width: 768px) {
  .bc-membership-advantages__container .tile-container {
    width: 25%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .bc-membership-advantages__container .tile-container:after {
    display: block;
    position: absolute;
    height: 76px;
    border-right: 1px solid black;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}

.bc-membership-advantages__container .tile-container:last-child:after {
  display: none;
}

.bc-membership-advantages__container .tile-container .icon {
  width: 48px;
  height: 48px;
  display: block;
  margin: auto;
}

.bc-membership-advantages__container .tile-container .tile-text {
  margin: auto;
  margin-top: 24px;
  width: 80%;
}

@media (min-width: 992px) {
  .bc-membership-advantages__container .tile-container .tile-text {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .bc-membership-advantages__container .tile-container .tile-text {
    width: 65%;
  }
}

@media (min-width: 576px) {
  .bc-membership-advantages__container .tile-container .tile-text {
    width: 50%;
  }
}

.bc-timeline {
  background-color: #f7f5f0;
  padding: 1.875rem 0.625rem 1.5625rem;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 !important;
}

@media (min-width: 578px) {
  .bc-timeline {
    padding: 3.125rem 0 1.875rem;
  }
}

@media (min-width: 1024px) {
  .bc-timeline {
    padding: 4.375rem;
  }
}

.bc-timeline .carousel-panel.slide-first, .bc-timeline .carousel-panel.slide-last {
  visibility: hidden;
}

.bc-timeline .bc-timeline__header,
.bc-timeline .bc-timeline-container {
  padding: 0.625rem;
}

@media (min-width: 1024px) {
  .bc-timeline .bc-timeline__header,
  .bc-timeline .bc-timeline-container {
    padding: 0;
    margin: 0 auto;
  }
}

.bc-timeline .bc-timeline__title {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 1.5625rem;
  margin-left: 0;
  padding-top: 44px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
}

@media (min-width: 1024px) {
  .bc-timeline .bc-timeline__title {
    padding-left: 0;
    padding-top: 84px;
    margin-bottom: 3.75rem;
  }
}

.bc-timeline .slick-list {
  pointer-events: auto;
}

.bc-timeline .slick-slide {
  width: 19.375rem !important;
  pointer-events: none;
  opacity: 0.4;
  padding-left: 20px;
}

@media (min-width: 1024px) {
  .bc-timeline .slick-slide {
    padding-left: 0;
  }
}

@media (min-width: 578px) {
  .bc-timeline .slick-slide {
    width: 23.125rem !important;
  }
}

.bc-timeline .slick-active {
  pointer-events: auto;
  opacity: 1;
}

.bc-timeline .slick-arrow {
  border: none;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 12.5rem;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  z-index: 5;
  top: 0;
  width: 5rem;
  top: 52px;
  background: rgba(247, 245, 240, 0.4);
  cursor: default;
}

.bc-timeline .slick-arrow .icon:focus,
.bc-timeline .slick-arrow .icon:hover {
  opacity: 0.75;
}

.bc-timeline .slick-arrow.slick-disabled {
  display: none !important;
  pointer-events: none;
  opacity: 0.4;
}

.bc-timeline .slick-arrow .icon {
  cursor: pointer;
  font-size: 5rem;
  display: none;
}

@media (min-width: 578px) {
  .bc-timeline .slick-arrow .icon {
    display: inline-block !important;
  }
}

.bc-timeline .arrow-left {
  left: 0;
}

.bc-timeline .arrow-left .icon {
  right: -2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 578px) {
  .bc-timeline .arrow-left .icon {
    right: 100px;
  }
}

.bc-timeline .arrow-right {
  right: 0;
}

.bc-timeline .arrow-right .icon {
  left: -2px;
}

@media (min-width: 578px) {
  .bc-timeline .arrow-right .icon {
    left: 100px;
  }
}

.bc-timeline .slick-dots {
  padding-bottom: 1.25rem;
  position: relative;
}

.bc-timeline .slick-dots .slick-active {
  background-color: #0d001f;
}

.bc-timeline .slick-dots li {
  background-color: #e0e0e0;
  border-radius: 50%;
  height: 0.75rem;
  width: 0.75rem;
}

.bc-timeline .slick-dots li::before {
  content: '';
}

.bc-timeline .slick-dots li button:focus {
  outline: 2px solid highlight;
}

.bc-timeline .bc-timeline-item h2 {
  height: 56px;
  margin-bottom: 64px;
}

.bc-timeline .bc-timeline-item .month {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-transform: uppercase;
  line-height: 2;
  color: #0d001f;
  margin-bottom: 8px;
}

.bc-timeline .bc-timeline-item .description {
  font-size: 1.25rem;
  line-height: 1.6;
  overflow: hidden;
  color: #0d001f;
  margin-bottom: 15px;
}

.bc-timeline .bc-timeline-item .status {
  font-size: 0.75rem;
  color: #0d001f;
  margin-bottom: 8px;
}

.bc-timeline .bc-timeline-item .read-more {
  margin-bottom: 50px;
}

.bc-timeline .bc-timeline-item .read-more a, .bc-timeline .bc-timeline-item .read-more .link--button, .bc-timeline .bc-timeline-item .read-more .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-timeline .bc-timeline-item .read-more .edit, .bc-timeline .bc-timeline-item .read-more .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-timeline .bc-timeline-item .read-more button {
  color: #0d001f;
  border-bottom: 1px solid #0d001f;
}

.bc-timeline .bc-timeline-item .read-more a:hover, .bc-timeline .bc-timeline-item .read-more .link--button:hover, .bc-timeline .bc-timeline-item .read-more .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-timeline .bc-timeline-item .read-more .edit:hover, .bc-timeline .bc-timeline-item .read-more .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-timeline .bc-timeline-item .read-more button:hover {
  color: #4d13d1;
  border-bottom: 1px solid #4d13d1;
}

.bc-timeline .bc-timeline-item .category {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  line-height: 1.71;
  margin-bottom: 8px;
}

.bc-timeline .bc-timeline-item:focus .bc-timeline-item__content__description {
  color: #4d13d1;
}

.bc-timeline .bc-timeline-item__content {
  background-color: #fff;
  padding: 2rem 1.875rem 3.75rem;
  min-height: 11.5rem;
}

.bc-timeline .bc-timeline-item__content__title {
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0d001f;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.bc-timeline .bc-timeline-item__content__description {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 0;
  color: #0d001f;
  font-size: 1.25rem;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.bc-timeline .bc-timeline-item__content__description:hover {
  border: 0;
  color: #4d13d1;
}

.bc-timeline .slick-list {
  overflow: visible;
}

.bc-timeline .month:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0d001f;
  position: absolute;
  top: -34px;
  left: 0;
}

.bc-timeline .bc-timeline__header,
.bc-timeline .bc-timeline-container {
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .bc-timeline .bc-timeline__header,
  .bc-timeline .bc-timeline-container {
    padding: 0 145px;
    width: 1394px;
  }
}

.bc-timeline .arrow-left icon {
  top: calc(50% - 40px) !important;
  left: 2px;
}

.bc-timeline .arrow-right icon {
  top: calc(50% - 40px) !important;
  right: 2px;
}

.bc-timeline .slick-slide {
  width: 16.875rem !important;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 1;
  padding-left: 0;
}

@media (min-width: 1024px) {
  .bc-timeline .slick-slide {
    opacity: 0;
    width: 21rem !important;
    margin-left: 32px;
    margin-right: 32px;
  }
}

.bc-timeline .slick-slide.slick-active {
  opacity: 1;
}

.bc-timeline:before {
  position: absolute;
  content: '';
  border-bottom: 2px dotted rgba(13, 0, 31, 0.2);
  width: 100%;
  top: 216px;
}

@media (min-width: 1024px) {
  .bc-timeline:before {
    top: 259px;
  }
}

.bcherobanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bcherobanner__background {
  min-width: 320px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  height: 600px;
  padding: 0 15px 0 15px;
}

.bcherobanner__background .background-image-container {
  min-width: 320px;
  display: block;
  position: absolute;
  z-index: -1;
  height: 600px;
  width: 100%;
  overflow: hidden;
  left: 0;
}

.bcherobanner__background img.bg-image {
  display: block;
  position: absolute;
  min-height: 100%;
  width: 100%;
  -o-object-fit: none;
     object-fit: none;
}

@media (min-width: 1920px) {
  .bcherobanner__background img.bg-image {
    -o-object-fit: initial;
       object-fit: initial;
  }
}

.bcherobanner__background img.bg-image-mobile {
  display: none;
  position: absolute;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575.98px) {
  .bcherobanner__background img.bg-image {
    display: none;
  }
  .bcherobanner__background img.bg-image-mobile {
    display: block;
  }
}

.bcherobanner .bg-feature {
  height: 600px;
}

@media (max-width: 991.98px) {
  .bcherobanner .bg-feature {
    height: 800px;
  }
  .bcherobanner .bg-feature .background-image-container {
    height: 800px;
  }
}

.bcherobanner .bg-feature-icon {
  height: 600px;
}

@media (max-width: 991.98px) {
  .bcherobanner .bg-feature-icon {
    height: 1000px;
  }
  .bcherobanner .bg-feature-icon .background-image-container {
    height: 1000px;
  }
}

.bcherobanner-with-feature {
  max-width: 1170px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.bcherobanner-with-feature > div {
  width: 50%;
}

@media (max-width: 991.98px) {
  .bcherobanner-with-feature > div {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .bcherobanner-with-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.bcherobanner-with-feature.feature-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

@media (max-width: 991.98px) {
  .bcherobanner-with-feature.feature-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.bcherobanner-with-feature .bc-promo-highlight {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bcherobanner-with-feature .bc-promo-highlight .h1 {
  font-size: 3rem;
}

@media (max-width: 991.98px) {
  .bcherobanner-with-feature .bc-promo-highlight .h1 {
    font-size: 2rem;
  }
}

.bcherobanner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin: auto;
  z-index: 2;
}

.bcherobanner__left-content {
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bcherobanner__right-content {
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bcherobanner__left-content, .bcherobanner__right-content, .bcherobanner__center-content {
  min-width: 290px;
}

@media (max-width: 575.98px) {
  .bcherobanner__left-content, .bcherobanner__right-content, .bcherobanner__center-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.bcherobanner__left-content > div, .bcherobanner__right-content > div, .bcherobanner__center-content > div {
  width: initial;
}

@media (max-width: 991.98px) {
  .bcherobanner__left-content > div, .bcherobanner__right-content > div, .bcherobanner__center-content > div {
    width: 65%;
  }
}

@media (max-width: 575.98px) {
  .bcherobanner__left-content > div, .bcherobanner__right-content > div, .bcherobanner__center-content > div {
    width: 100%;
  }
}

.bcherobanner__left-content .bc-promo-highlight, .bcherobanner__right-content .bc-promo-highlight, .bcherobanner__center-content .bc-promo-highlight {
  max-width: 700px;
  padding: 3rem 5rem;
}

@media (max-width: 991.98px) {
  .bcherobanner__left-content .bc-promo-highlight .h1, .bcherobanner__right-content .bc-promo-highlight .h1, .bcherobanner__center-content .bc-promo-highlight .h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 575.98px) {
  .bcherobanner__left-content .bc-promo-highlight, .bcherobanner__right-content .bc-promo-highlight, .bcherobanner__center-content .bc-promo-highlight {
    width: 100%;
    padding: 1.875rem 2.5rem;
  }
}

.bcherobanner__left-content .bc-promo-highlight__content__text, .bcherobanner__right-content .bc-promo-highlight__content__text, .bcherobanner__center-content .bc-promo-highlight__content__text {
  font-size: 1.2rem;
}

@media (max-width: 767.98px) {
  .bcherobanner__left-content .bc-promo-highlight__content__text, .bcherobanner__right-content .bc-promo-highlight__content__text, .bcherobanner__center-content .bc-promo-highlight__content__text {
    font-size: 0.9rem;
  }
}

.bcherobanner__center-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575.98px) {
  .bcherobanner__center-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.bcherobanner__center-content .bc-promo-highlight {
  max-width: 800px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .bcherobanner__center-content .bc-promo-highlight {
    padding: 1.875rem 2.5rem;
  }
}

.bcherobanner-non-full {
  width: 100%;
}

.bcherobanner-non-full .bcherobanner__background {
  position: absolute;
  z-index: -1;
  height: 800px;
  width: 70%;
  right: 0;
  min-width: 320px;
}

@media (max-width: 575.98px) {
  .bcherobanner-non-full .bcherobanner__background {
    width: 100%;
  }
}

.bcherobanner-non-full .bcherobanner__background .background-image-container {
  height: 800px;
}

.bcherobanner-non-full .bcherobanner__content {
  max-width: 1170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 800px;
  margin: auto;
  min-width: 320px;
}

@media (max-width: 575.98px) {
  .bcherobanner-non-full .bcherobanner__content {
    padding: 15px;
  }
}

.bcherobanner-non-full .bcherobanner__content .bc-promo-highlight {
  width: 500px;
  padding: 4rem;
}

@media (min-width: 578px) {
  .bcherobanner-non-full .bcherobanner__content .bc-promo-highlight .h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 575.98px) {
  .bcherobanner-non-full .bcherobanner__content .bc-promo-highlight {
    width: 100%;
    padding: 2rem;
  }
}

.bcherobanner-non-full.right-promo .bcherobanner__background {
  right: initial;
  left: 0;
}

.bcherobanner-non-full.right-promo .bcherobanner__content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bcherobanner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 2;
}

.bcherobanner__container-content {
  margin-bottom: 1.8rem;
}

.bcherobanner__container-content p {
  margin: 0 1rem;
}

.bcherobanner__container-content:last-child {
  margin: 0;
}

.bcherobanner__highlights {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bcherobanner__highlights-content {
  padding: 1rem;
}

.bcherobanner__highlights h3 {
  margin-left: 10px;
}

.bcherobanner__highlights li {
  z-index: 2;
  font-size: 16px;
  padding: 4px;
}

.bcherobanner__highlights li:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url("/etc.clientlibs/nswbc-commons/clientlibs/clientlib-base/resources/svg/check-icon.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  margin-top: 2px;
  margin-left: -24px;
}

.bcherobanner__highlights-content {
  width: 100%;
}

.bcherobanner__highlights-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bcherobanner__highlights-list {
  width: 50%;
}

.bcherobanner .bottom-link {
  margin-top: auto;
}

.bchighlights-tile-container {
  max-width: 1170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 20px;
}

@media (max-width: 1199.98px) {
  .bchighlights-tile-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.bchighlights-container {
  background: #0d001f;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bchighlights-top-icon {
  background: #fff;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bchighlights-top-icon .bchighlights-tile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.bchighlights-top-icon .bchighlights-tile .icon {
  margin: 20px;
  margin-top: 0;
}

.bchighlights-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 25px;
}

@media (max-width: 1199.98px) {
  .bchighlights-tile {
    width: 100%;
  }
}

.bchighlights .icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.bchighlights .tile-text--white .title, .bchighlights .tile-text--white p {
  color: #fff;
}

.bchighlights .tile-text .title, .bchighlights .tile-text p {
  text-align: center;
}

.bchighlights .tile-text .title {
  font-weight: 700;
}

.bcmodernawardslist-container {
  max-width: 1170px;
  min-width: 350px;
  margin: auto;
  padding: 15px;
}

.bcmodernawardslist-container .alphabet-container {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.bcmodernawardslist-container .alphabet-container .alphabet-button {
  margin: 0 10px;
  border-bottom-color: #999;
  color: #0d001f;
  width: 15px;
  text-align: center;
}

.bcmodernawardslist-container .alphabet-container .alphabet-button.alphabet-button--disabled {
  color: #e0e0e0;
  pointer-events: none;
  border-bottom: none;
}

.bcmodernawardslist-container .award {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bcmodernawardslist-container .award a, .bcmodernawardslist-container .award .link--button, .bcmodernawardslist-container .award .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bcmodernawardslist-container .award .edit, .bcmodernawardslist-container .award .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bcmodernawardslist-container .award button {
  color: #0d001f;
  border-bottom: none;
}

.bcmodernawardslist-container .award a.back-to-top, .bcmodernawardslist-container .award .back-to-top.link--button, .bcmodernawardslist-container .award .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .back-to-top.edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bcmodernawardslist-container .award .back-to-top.edit, .bcmodernawardslist-container .award .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button.back-to-top, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bcmodernawardslist-container .award button.back-to-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 2px solid #999;
}

.bcmodernawardslist-container .award:last-child {
  border-bottom: none;
}

.bcmodernawardslist-container .award .letter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
}

/**
 * Google Maps
 */
.bc-google-maps__container #map_wrapper {
  height: 450px;
  max-width: 1170px;
  margin: auto;
}

.bc-google-maps__container #map_canvas {
  height: 100%;
  width: 100%;
}

.bc-google-maps__container .info_content p {
  font-size: 12px;
  padding: 5px 0;
  margin: 0;
}

.bc-google-maps__container .info_content h3 {
  font-size: 1rem;
  margin: 0;
}

.bc-google-maps__container .info_content table td {
  border: none;
  padding: 2px 0;
}

.bc-webinar #screen-4 p {
  margin-bottom: 0;
}

.bc-webinar .cmp-text {
  max-width: 717px;
  margin: 0 auto;
}

.bc-webinar .cmp-text p {
  font-family: 'Taviraj';
  font-size: 18px;
}

.bc-webinar-login-container > div {
  padding: 60px 30px;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 578px) {
  .bc-webinar-login-container > div {
    padding: 60px 100px;
  }
}

.bc-webinar-login-container > div .bc-webinar-title {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  margin-bottom: 35px;
}

.bc-webinar-login-container > div .bc-webinar-title + p {
  text-align: center;
}

.bc-webinar-login-container > div p {
  line-height: 21px;
  max-width: 605px;
  margin: 0 auto;
  margin-bottom: 46px;
  text-align: left;
}

.bc-webinar-login-container > div .field {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 54px;
}

.bc-webinar-login-container > div bottom {
  max-width: 228px;
}

.bc-webinar-timer {
  max-width: 395px;
  margin: 0 auto;
}

.bc-webinar-timer-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  text-align: center;
}

.bc-webinar-timer h4 {
  text-align: center;
  margin-bottom: 16px;
}

.bc-webinar-timer h4.bc-webinar-text {
  text-align: center;
  margin-bottom: 16px;
}

.bc-webinar-timer .bc-webinar-text {
  text-align: center;
  margin-top: 16px;
}

.bc-webinar-timer .bc-webinar-timer-box {
  position: relative;
}

.bc-webinar-timer .bc-webinar-timer-box .negaive-icon {
  position: absolute;
  left: 0;
  color: #F71700;
  font-size: 41px;
  width: 13px;
  line-height: 1;
  top: 27px;
}

@media (min-width: 578px) {
  .bc-webinar-timer .bc-webinar-timer-box .negaive-icon {
    left: -31px;
  }
}

.bc-webinar-timer .bc-webinar-timer-box .bc-webinar-box {
  width: 85px;
  text-align: center;
  height: 85px;
  margin: auto;
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 56px;
  line-height: 1;
  padding-top: 11px;
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
}

@media (min-width: 578px) {
  .bc-webinar-timer .bc-webinar-timer-box .bc-webinar-box {
    width: 100px;
    height: 100px;
    padding-top: 5px;
  }
}

.bc-webinar-timer .bc-webinar-timer-box .bc-webinar-box span {
  font-size: 18px;
  display: block;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
}

.bc-webinar-timer .bc-webinar-timer-box .bc-webinar-box:nth-child(1) {
  margin-left: 15px;
}

.bc-webinar-timer .bc-webinar-timer-box .bc-webinar-box:nth-child(2) {
  margin-left: 33px;
  margin-right: 34px;
}

.bc-webinar-timer .bc-webinar-timer-box.bc-webinar-negative .bc-webinar-box {
  background-color: #F71700;
}

.bc-webinar-timer .bc-webinar-timer-box.bc-webinar-negative .bc-webinar-box:nth-child(2) {
  margin-left: 15px;
  margin-right: 0;
}

.bc-webinar-timer .bc-webinar-timer-box.bc-webinar-negative .bc-webinar-box:nth-child(3) {
  margin-left: 33px;
  margin-right: 34px;
}

.articleLayout {
  max-width: 1200px !important;
  float: none !important;
  clear: both !important;
  margin: 0 auto !important;
}

.cmp-container {
  position: relative;
}

.articleLayout > .cmp-container {
  padding-top: 4.375rem;
}

.client-error {
  color: #ed0000;
  font-size: 0.875rem;
  width: 370px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  top: -25px;
  text-align: left;
}

.server-error {
  margin-bottom: 20px;
  text-align: center;
}

#screen-1, #screen-2, #screen-3, #screen-4 {
  display: none;
  margin-bottom: 100px;
}

#screen-4 {
  margin-top: 0;
  margin-bottom: 100px;
}

#BcCyberSecurityNavigation {
  width: 100%;
  border-bottom: 2px solid #DBD9DE;
}

#BcCyberSecurityNavigation .BcCyberSecurityNavigation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 50px;
}

#BcCyberSecurityNavigation .BcCyberSecurityNavigation__container h3 {
  text-align: center;
}

#BcCyberSecurityNavigation .BcCyberSecurityNavigation__link-container {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

#BcCyberSecurityNavigation .BcCyberSecurityNavigation__link {
  border: 1px solid black;
  text-transform: uppercase;
  text-align: center;
  margin: 10px;
  width: 200px;
  padding: 10px;
  display: inline-block;
  font-size: 14px;
  color: black;
}

@media (max-width: 575.98px) {
  #BcCyberSecurityNavigation .BcCyberSecurityNavigation__link {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  #BcCyberSecurityAccessPass {
    padding: 0 20px;
  }
}

#BcCyberSecurityAccessPass .cyber-container {
  background: #EB0B43;
  max-width: 1170px;
  margin: auto;
  padding: 100px 50px;
  min-width: 300px;
}

@media (max-width: 767.98px) {
  #BcCyberSecurityAccessPass .cyber-container {
    padding: 80px 20px;
  }
}

#BcCyberSecurityAccessPass .cyber-container h2 {
  font-size: 48px;
  margin-bottom: 40px;
  padding: 0 50px;
}

@media (max-width: 767.98px) {
  #BcCyberSecurityAccessPass .cyber-container h2 {
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {
  #BcCyberSecurityAccessPass .cyber-container h2 {
    padding: 0;
  }
}

#BcCyberSecurityAccessPass .cyber-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  #BcCyberSecurityAccessPass .cyber-tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#BcCyberSecurityAccessPass .cyber-tile {
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 767.98px) {
  #BcCyberSecurityAccessPass .cyber-tile {
    border-right: none;
    max-width: 300px;
    margin: auto;
  }
}

#BcCyberSecurityAccessPass .cyber-tile:last-child {
  border-right: none;
}

#BcCyberSecurityAccessPass .cyber-tile-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

#BcCyberSecurityAccessPass .cyber-tile-text {
  font-size: 16px;
  font-family: "Taviraj", Helvetica, Arial, sans-serif;
}

#BcCyberSecurityAccessPass .cyber-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#BcCyberSecurityAccessPass .cyber-button {
  border-color: #fff;
  padding: 16px 46px;
  color: #fff;
}

#BcCyberSecurityAccessPass .cyber-button:after {
  border-color: #fff;
}

#BcCyberSecurityAccessPass .cyber-tile-title, #BcCyberSecurityAccessPass .cyber-tile-text,
#BcCyberSecurityAccessPass .cyber-container h2 {
  color: #ffffff;
  text-align: center;
}

.bc-footer {
  background-color: #0d001f;
  color: #fff;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  /* to achieve wrap-reverse effect */
}

.bc-footer .bc-footer__container {
  padding: 3.125rem 0 3.5625rem;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__container {
    width: 66.875rem;
    padding: 5rem 2.8125rem;
  }
}

.bc-footer .bc-footer__col {
  text-align: center;
  margin-bottom: 2.8125rem;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__col {
    text-align: left;
    margin-bottom: 0rem;
  }
}

.bc-footer .bc-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__menu {
    margin-bottom: 3.75rem;
  }
}

.bc-footer .bc-footer__menu .bc-footer__col {
  min-width: 10.625rem;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__menu .bc-footer__col {
    margin-right: 1.875rem;
  }
}

.bc-footer .bc-footer__menu .bc-footer__col--logo {
  min-width: auto;
  margin-bottom: 3.125rem;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__menu .bc-footer__col--logo {
    margin-right: 3.75rem;
  }
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

.bc-footer .bc-footer__list__title--second .bc-footer__item__link {
  font-size: 1rem;
}

.bc-footer .bc-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__bottom {
    padding-left: 6.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

.bc-footer .bc-footer__bottom .bc-footer__link {
  margin-right: 5rem;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__bottom .bc-footer__link {
    margin-right: 7rem;
  }
}

.bc-footer .bc-footer__bottom .bc-footer__link:last-child {
  margin: 0;
}

.bc-footer .bc-footer__list {
  padding: 0;
  margin: 0;
}

.bc-footer .bc-footer__item {
  border: 0;
  color: #fff;
}

.bc-footer .bc-footer__item::before {
  display: none;
}

.bc-footer .bc-footer__item__link {
  border: 0;
  color: #fff;
  font-size: 14px;
}

.bc-footer .bc-footer__item__link:hover {
  text-decoration: underline;
  color: #0adda0;
}

.bc-footer .bc-footer__link {
  border: 0;
  color: #fff;
}

.bc-footer .bc-footer__link:hover {
  border-bottom: 1px solid #0adda0;
  color: #0adda0;
}

.bc-footer .bc-footer__logo {
  display: inline-block;
  min-width: 2.5rem;
  min-height: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  margin: 0 auto 3.125rem;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__logo {
    margin-top: -0.75rem;
    margin-right: 3.75rem;
  }
}

.bc-footer .bc-footer__logo .icon {
  color: #fff;
  min-width: 2.5rem;
  min-height: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
}

.bc-footer .bc-footer__title {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1rem;
}

.bc-footer .bc-footer__copyright-text {
  display: block;
  line-height: 24px;
}

.bc-footer .bc-footer__social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__social-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-right: -1.25rem;
  }
}

.bc-footer .bc-footer__social-wrapper__col--list {
  width: 17.5rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__social-wrapper__col--list {
    width: 12.5rem;
    margin-top: -0.3125rem;
  }
}

.bc-footer .bc-footer__social-label {
  display: inline-block;
  line-height: 24px;
  margin-bottom: 1.25rem;
  min-width: 90px;
  opacity: 0.5;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__social-label {
    margin-bottom: 0rem;
  }
}

.bc-footer .bc-footer__social-link {
  border: 0;
  color: #fff;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem 1rem;
  text-align: center;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
}

.bc-footer .bc-footer__social-link:hover {
  color: #0adda0;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__social-link {
    margin: 0;
    margin-left: 0.625rem;
  }
}

.bc-footer .bc-footer__list__title {
  font-family: "Archivo Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 1.0625rem;
}

.bc-footer .bc-footer__social-icon {
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__social-icon {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.bc-footer .bc-footer__col_block_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__col_block_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

.bc-footer .bc-footer__col_block {
  display: block;
}

@media (min-width: 1024px) {
  .bc-footer .bc-footer__col_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .first-footer .bc-footer__container {
    width: 75rem;
    padding: 5rem 0.9375rem 4.375rem;
  }
}

.first-footer .bc-footer__col_block_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 1024px) {
  .first-footer .bc-footer__col_block_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
  }
}

.first-footer .first-footer__col_block_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .first-footer .first-footer__col_block_logo {
    margin-right: 7.5rem;
    margin-bottom: 0;
  }
}

.first-footer .first-footer__col_block_logo__text {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
}

.first-footer .first-footer__logo {
  border: 0;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}

.first-footer .first-footer__logo img {
  width: 6.9375rem;
  max-width: 6.9375rem;
  display: inline-block;
}

@media (min-width: 1024px) {
  .first-footer .first-footer__logo {
    margin-top: -1.25rem;
    margin-bottom: 2.625rem;
  }
}

.first-footer .first-footer__col_block_logo__bottom {
  text-align: center;
}

@media (min-width: 1024px) {
  .first-footer .first-footer__col_block_logo__bottom {
    width: 5.875rem;
  }
}

.first-footer .first-footer__logo__partof {
  border: 0;
  color: #fff;
}

.first-footer .first-footer__logo__partof img {
  display: inline-block;
  width: 5.875rem;
}

@media (min-width: 1024px) {
  .first-footer .bc-footer__menu .bc-footer__col {
    min-width: 6.25rem;
    width: 6.25rem;
    margin-right: 3.125rem;
  }
  .first-footer .bc-footer__menu .bc-footer__col:last-child {
    margin: 0;
  }
}

.first-footer .bc-footer__list__title {
  line-height: 24px;
  margin-bottom: 0.875rem;
}

@media (min-width: 1024px) {
  .first-footer .bc-footer__list__title {
    min-height: 3rem;
    margin-bottom: 0.6875rem;
  }
}

.first-footer .bc-footer__item__link {
  display: inline-block;
  line-height: 16px;
}

@media (min-width: 1024px) {
  .first-footer .bc-footer__bottom {
    padding-left: 14.375rem;
  }
}

@media (max-width: 767.98px) {
  .header {
    height: 66px;
  }
}

.header.aem-GridColumn.aem-GridColumn--default--12 {
  float: none !important;
}

.bc-header__outer-container {
  background: #0d001f;
  position: relative;
  position: sticky;
  min-width: 20rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  -webkit-font-smoothing: antialiased;
}

.bc-header__outer-container.is-active {
  background-color: rgba(0, 0, 0, 0.8) !important;
  height: auto;
  max-height: 100vh;
  overflow-y: scroll;
  position: fixed;
}

.bc-header__outer-container.is-active .bc-header__logo-container {
  visibility: hidden;
}

.bc-header__outer-container.is-active .bc-header {
  padding-bottom: 0;
  background-color: #0d001f;
}

@media (min-width: 1024px) {
  .bc-header__outer-container.is-active .bc-header {
    background-color: transparent;
  }
}

.bc-header__outer-container.is-active .bc-nav-topbar__block {
  display: block;
}

@media (min-width: 1024px) {
  .bc-header__outer-container {
    position: relative;
  }
}

.bc-nav-topbar__block {
  background-color: #0d001f;
  display: none;
  margin: 0 -1.25rem;
  padding: 1.5625rem 1.25rem;
}

.bc-nav-topbar__block .bc-header-topbar__item a, .bc-nav-topbar__block .bc-header-topbar__item .link--button, .bc-nav-topbar__block .bc-header-topbar__item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-nav-topbar__block .bc-header-topbar__item .edit, .bc-nav-topbar__block .bc-header-topbar__item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-nav-topbar__block .bc-header-topbar__item button {
  background-color: #0d001f;
  color: white;
  padding: 0.9375rem 0.625rem;
  width: 100%;
  display: block;
  font-size: 0.875rem;
}

.bc-nav-topbar__block .bc-header-topbar__item a:hover, .bc-nav-topbar__block .bc-header-topbar__item .link--button:hover, .bc-nav-topbar__block .bc-header-topbar__item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-nav-topbar__block .bc-header-topbar__item .edit:hover, .bc-nav-topbar__block .bc-header-topbar__item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-nav-topbar__block .bc-header-topbar__item button:hover {
  color: #0adda0;
}

body:not(.is-scrolled) .bc-header__outer-container--hero:not(.bc-header-is-rich):not(.is-opened):not(.bc-searchbar-activated):not(.is-active) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  position: fixed;
  border: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

@media (min-width: 1024px) {
  body:not(.is-scrolled) .bc-header__outer-container--hero:not(.bc-header-is-rich):not(.is-opened):not(.bc-searchbar-activated):not(.is-active) {
    position: absolute;
  }
}

body:not(.is-scrolled) .bc-header__outer-container--hero:not(.bc-header-is-rich):not(.is-opened):not(.bc-searchbar-activated):not(.is-active) .bc-header {
  background-color: transparent;
  color: #fff;
}

body:not(.is-scrolled) .bc-header__outer-container--hero:not(.bc-header-is-rich):not(.is-opened):not(.bc-searchbar-activated):not(.is-active) .bc-header__logo-link {
  color: #fff;
}

body:not(.is-scrolled) .bc-header__outer-container--hero:not(.bc-header-is-rich):not(.is-opened):not(.bc-searchbar-activated):not(.is-active) .bc-nav__1-level-item {
  color: #0d001f;
}

body:not(.is-scrolled) .bc-header__outer-container--hero:not(.is-opened):not(.bc-searchbar-activated):not(.is-active) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  position: fixed;
  border: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  position: fixed !important;
}

@media (min-width: 1024px) {
  body:not(.is-scrolled) .bc-header__outer-container--hero:not(.is-opened):not(.bc-searchbar-activated):not(.is-active) {
    position: absolute;
  }
}

body:not(.is-scrolled) .bc-header__outer-container--hero:not(.is-opened):not(.bc-searchbar-activated):not(.is-active) .bc-header {
  background-color: transparent;
  color: #fff;
}

body:not(.is-scrolled) .bc-header__outer-container--hero:not(.is-opened):not(.bc-searchbar-activated):not(.is-active) .bc-header__logo-link {
  color: #fff;
}

body:not(.is-scrolled) .bc-header__outer-container--hero:not(.is-opened):not(.bc-searchbar-activated):not(.is-active) .bc-nav__1-level-item {
  color: #0d001f;
}

body.is-scrolled.is-rich .bc-header__outer-container--hero.bc-header-is-rich:not(.is-opened):not(.bc-searchbar-activated):not(.is-active) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  position: fixed;
  border: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  position: fixed !important;
}

@media (min-width: 1024px) {
  body.is-scrolled.is-rich .bc-header__outer-container--hero.bc-header-is-rich:not(.is-opened):not(.bc-searchbar-activated):not(.is-active) {
    position: absolute;
  }
}

body.is-scrolled.is-rich .bc-header__outer-container--hero.bc-header-is-rich:not(.is-opened):not(.bc-searchbar-activated):not(.is-active) .bc-header {
  background-color: transparent;
  color: #fff;
}

body.is-scrolled.is-rich .bc-header__outer-container--hero.bc-header-is-rich:not(.is-opened):not(.bc-searchbar-activated):not(.is-active) .bc-header__logo-link {
  color: #fff;
}

body.is-scrolled.is-rich .bc-header__outer-container--hero.bc-header-is-rich:not(.is-opened):not(.bc-searchbar-activated):not(.is-active) .bc-nav__1-level-item {
  color: #0d001f;
}

body.is-scrolled .bc-header__outer-container--hero {
  position: fixed;
}

.bc-searchbar-activated.bc-header__outer-container--hero {
  position: fixed;
}

.bc-searchbar-activated.bc-header__outer-container--hero,
.bc-header__outer-container--hero.is-opened {
  background: #0d001f;
}

.bc-searchbar-activated.bc-header__outer-container--hero .bc-header,
.bc-header__outer-container--hero.is-opened .bc-header {
  background-color: transparent;
  color: #0d001f;
}

.bc-searchbar-activated.bc-header__outer-container--hero .bc-header__logo-link,
.bc-header__outer-container--hero.is-opened .bc-header__logo-link {
  color: #0d001f;
}

.bc-searchbar-activated.bc-header__outer-container--hero .bc-nav__1-level-item,
.bc-header__outer-container--hero.is-opened .bc-nav__1-level-item {
  color: #0d001f;
}

.bc-header-logo__second {
  display: none !important;
}

.bc-header__outer-container--hero.is-opened .bc-header-logo__first {
  display: none;
}

.bc-header__outer-container--hero.is-opened .bc-header-logo__second {
  display: inline-block !important;
}

.bc-header__outer-container--hero.is-opened .first-header {
  background: #0d001f;
  color: #fff;
}

.bc-nav {
  display: none;
}

@media (min-width: 1024px) {
  .bc-nav {
    display: block;
    margin-left: 4.875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.bc-nav a, .bc-nav .link--button, .bc-nav .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-nav .edit, .bc-nav .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-nav button {
  display: inline-block;
  border-bottom: none;
  color: #0d001f;
}

.bc-nav a:hover, .bc-nav .link--button:hover, .bc-nav .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-nav .edit:hover, .bc-nav .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-nav button:hover {
  color: #4d13d1;
}

.bc-nav ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none !important;
}

.bc-nav li {
  margin-bottom: 0 !important;
}

.bc-header {
  position: relative;
  padding: 1.25rem;
  background: #0d001f;
  margin: auto;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
}

@media (min-width: 1024px) {
  .bc-header {
    padding: 1.25rem 1.25rem 0.875rem;
    position: relative;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    height: 8.5rem;
  }
  .is-opened .bc-header {
    position: static;
  }
}

.bc-header__logo-container {
  margin: 0 auto;
  text-align: center;
  line-height: 0;
  width: 5.125rem;
  height: 1.5rem;
  position: relative;
}

@media (min-width: 1024px) {
  .bc-header__logo-container {
    width: 10.3125rem;
    height: 3rem;
    margin: 1.25rem 0;
    text-align: unset;
  }
}

.bc-header__logo-container img, .bc-header__logo-container .bc-header-logos {
  height: 1.5rem;
  width: 5.125rem;
}

@media (min-width: 1024px) {
  .bc-header__logo-container img, .bc-header__logo-container .bc-header-logos {
    width: 10.3125rem;
    height: 3rem;
  }
}

.bc-header__logo-link {
  border: 0;
  color: #fff;
}

.bc-header__logo-link:focus, .bc-header__logo-link:hover {
  border: 0;
  color: #fff;
  opacity: 1;
}

.bc-header__menu-icon-container {
  color: #fff;
  position: absolute;
  top: 1.375rem;
  left: 1.25rem;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .bc-header__menu-icon-container {
    display: none;
  }
}

.bc-header__close-icon {
  display: none;
}

.bc-header__menu-icon-container--on > .bc-header__close-icon {
  display: block;
}

.bc-header__menu-icon-container--on > .bc-header__open-icon {
  display: none;
}

.bc-header__menu-icon-container--on ~ .bc-nav {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bc-header__search {
  cursor: pointer;
  position: absolute;
  top: 1.875rem;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .bc-header__search {
    position: static;
  }
}

.bc-header__search svg {
  color: #fff;
}

.details__inner-container {
  background: #fff;
  width: 100%;
}

@media (min-width: 1024px) {
  .details__inner-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding-top: 0.9375rem;
    padding-bottom: 1.875rem;
  }
}

.first-header .details__inner-container {
  background: #0d001f;
}

.first-header .details__inner-container .bc-nav__1-level-item {
  color: #fff;
}

.first-header .details__inner-container .bc-nav__1-level-item a:hover, .first-header .details__inner-container .bc-nav__1-level-item .link--button:hover, .first-header .details__inner-container .bc-nav__1-level-item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .first-header .details__inner-container .bc-nav__1-level-item .edit:hover, .first-header .details__inner-container .bc-nav__1-level-item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .first-header .details__inner-container .bc-nav__1-level-item button:hover {
  border-bottom: none;
}

.first-header .bc-nav a, .first-header .bc-nav .link--button, .first-header .bc-nav .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .first-header .bc-nav .edit, .first-header .bc-nav .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .first-header .bc-nav button {
  color: #fff;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  border-bottom: 2px solid transparent;
}

.first-header .bc-nav a:hover, .first-header .bc-nav .link--button:hover, .first-header .bc-nav .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .first-header .bc-nav .edit:hover, .first-header .bc-nav .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .first-header .bc-nav button:hover {
  opacity: 0.5;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.bc-nav__container {
  max-width: 1170px;
  width: 100%;
}

@media (min-width: 1024px) {
  .bc-nav__container {
    margin: auto;
    padding: 0 0.9375rem;
  }
}

@media (min-width: 1024px) {
  .bc-nav__0-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bc-nav__1-level {
  background: transparent;
  max-width: 1170px;
}

.bc-nav__0-level-container {
  display: inline-block;
  width: 100%;
}

@media (max-width: 991.98px) {
  .bc-nav__0-level-container {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .bc-nav__0-level-container:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (min-width: 1024px) {
  .bc-nav__0-level-container {
    border: 0;
    display: block;
    width: auto;
    padding: 0;
    margin: 0 3.125rem 0 0;
  }
  .bc-nav__0-level-container:last-child {
    margin: 0;
  }
}

.bc-nav__0-level-container:first-child {
  border-top: none;
}

.bc-nav__1-level-container {
  padding: 1.25rem 0 1.125rem;
}

@media (min-width: 1024px) {
  .bc-nav__1-level-container {
    padding: 0.25rem 0;
    margin-right: 4.375rem;
    float: left;
  }
}

.bc-nav__0-level-item {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin: 0 0.625rem;
}

.bc-nav__0-level-item span {
  width: calc(100% - 11px);
}

@media (min-width: 1024px) {
  .bc-nav__0-level-item {
    margin: 0;
    position: relative;
  }
  .bc-nav__0-level-item span {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .bc-nav__0-level-item svg {
    display: none;
  }
}

.bc-nav__1-level-item {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.bc-nav__2-level-anchor {
  margin: 0.625rem 0.625rem;
  line-height: 20px;
}

@media (min-width: 1024px) {
  .bc-nav__2-level-anchor {
    margin: 0.5rem 0;
  }
}

.bc-header-logos {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 165px;
  height: 48px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .bc-header-logos {
    position: absolute;
    top: 0;
    margin: initial;
  }
}

.bc-header summary {
  cursor: pointer;
  font-size: 0;
  position: relative;
}

@media (min-width: 1024px) {
  .bc-header summary:hover::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #0adda0;
  }
}

@media (min-width: 1024px) {
  .bc-header details[open] > summary:hover::after {
    content: none;
  }
}

@media (min-width: 1024px) {
  .bc-header .bc-nav__0-level-item.summary__container {
    white-space: nowrap;
  }
}

.bc-header .summary__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bc-nav__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.625rem;
  -webkit-transition: 100ms -webkit-transform;
  transition: 100ms -webkit-transform;
  transition: 100ms transform;
  transition: 100ms transform, 100ms -webkit-transform;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  right: 0.625rem;
}

@media (min-width: 1024px) {
  .bc-nav__icon {
    right: -1.875rem;
  }
}

.bc-nav__0-level-item > .bc-nav__icon {
  color: #fff;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media (min-width: 1024px) {
  .bc-nav__0-level-item > .bc-nav__icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.bc-header .bc-nav__0-level-container details summary {
  padding: 1.625rem 0;
}

@media (min-width: 1024px) {
  .bc-header .bc-nav__0-level-container details summary {
    padding: 0;
  }
}

.bc-header .bc-nav__1-level-container details summary {
  padding: 0.375rem 0.625rem;
}

@media (min-width: 1024px) {
  .bc-header .bc-nav__1-level-container details summary {
    padding: 0;
    margin-bottom: 0.9375rem;
  }
}

.bc-header details[open] > summary > .bc-nav__0-level-item {
  color: #0adda0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1024px) {
  .bc-header details[open] > summary > .bc-nav__0-level-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #0adda0;
  }
}

.bc-header details[open] > summary > .bc-nav__0-level-item .bc-nav__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -0.75rem;
  right: 0;
}

@media (min-width: 1024px) {
  .bc-header details[open] > summary > .bc-nav__0-level-item .bc-nav__icon {
    left: unset;
    right: -1.875rem;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.bc-header details[open] > summary .bc-nav__0-level-item {
  margin-left: 2rem;
}

@media (min-width: 1024px) {
  .bc-header details[open] > summary .bc-nav__0-level-item {
    margin-left: 0;
  }
}

.bc-header details[open] > summary > .bc-nav__1-level-item .bc-nav__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bc-header details:not([open]) > .details__inner-container {
  display: none;
}

@media (min-width: 1024px) {
  .bc-nav__1-level-container > details > summary {
    pointer-events: none;
  }
  .bc-nav__1-level-item > .bc-nav__icon {
    display: none;
  }
}

.bc-search {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bc-header-topbar {
  display: none;
}

@media (min-width: 1024px) {
  .bc-header-topbar {
    background-color: #fff;
    color: #0d001f;
    padding: 0 2.5rem;
    height: 3rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bc-header-topbar .bc-header-topbar__logo a, .bc-header-topbar .bc-header-topbar__logo .link--button, .bc-header-topbar .bc-header-topbar__logo .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-header-topbar .bc-header-topbar__logo .edit, .bc-header-topbar .bc-header-topbar__logo .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-header-topbar .bc-header-topbar__logo button {
  border: 0;
}

.bc-header-topbar .bc-header-topbar__logo a:hover::after, .bc-header-topbar .bc-header-topbar__logo .link--button:hover::after, .bc-header-topbar .bc-header-topbar__logo .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover::after, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-header-topbar .bc-header-topbar__logo .edit:hover::after, .bc-header-topbar .bc-header-topbar__logo .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover::after, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-header-topbar .bc-header-topbar__logo button:hover::after {
  border: 0;
}

.bc-header-topbar .bc-header-topbar__logo img {
  height: 1.59375rem;
}

.bc-header-topbar .bc-header-topbar__list {
  padding: 0;
  margin: 0;
}

@media (min-width: 1024px) {
  .bc-header-topbar .bc-header-topbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bc-header-topbar .bc-header-topbar__item {
  margin: 0;
  margin-right: 4.375rem;
}

.bc-header-topbar .bc-header-topbar__item::before {
  content: none;
}

.bc-header-topbar .bc-header-topbar__item:last-child {
  margin-right: 0;
}

.bc-header-topbar .bc-header-topbar__item a, .bc-header-topbar .bc-header-topbar__item .link--button, .bc-header-topbar .bc-header-topbar__item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-header-topbar .bc-header-topbar__item .edit, .bc-header-topbar .bc-header-topbar__item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-header-topbar .bc-header-topbar__item button {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 0;
  color: #0d001f;
  font-size: 0.875rem;
  line-height: 2;
}

.bc-header-topbar .bc-header-topbar__item a:hover, .bc-header-topbar .bc-header-topbar__item .link--button:hover, .bc-header-topbar .bc-header-topbar__item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-header-topbar .bc-header-topbar__item .edit:hover, .bc-header-topbar .bc-header-topbar__item .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-header-topbar .bc-header-topbar__item button:hover {
  color: rgba(13, 0, 31, 0.5);
}

.bc-header-topbar .bc-header-topbar__text {
  font-size: 0.875rem;
}

.bc-header-topbar .bc-header-topbar__text a, .bc-header-topbar .bc-header-topbar__text .link--button, .bc-header-topbar .bc-header-topbar__text .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-header-topbar .bc-header-topbar__text .edit, .bc-header-topbar .bc-header-topbar__text .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-header-topbar .bc-header-topbar__text button {
  border-bottom-color: #0d001f;
  color: #0d001f;
}

.bc-header-topbar .bc-header-topbar__text a:hover, .bc-header-topbar .bc-header-topbar__text .link--button:hover, .bc-header-topbar .bc-header-topbar__text .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .edit:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-header-topbar .bc-header-topbar__text .edit:hover, .bc-header-topbar .bc-header-topbar__text .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button button:hover, .bc-myaccount .bc-myaccount-sections .bc-myaccount-sections-content .top--edit--button .bc-header-topbar .bc-header-topbar__text button:hover {
  color: rgba(13, 0, 31, 0.5);
}

@media (min-width: 1024px) {
  .is-scrolled:not(.is-rich) .bc-header-logos {
    height: 2.375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .is-scrolled:not(.is-rich) .bc-header-topbar {
    display: none;
  }
  .is-scrolled:not(.is-rich) .bc-header__outer-container {
    background: #0d001f;
    height: 3.5625rem;
    position: fixed;
    top: 0;
  }
  .is-scrolled:not(.is-rich) .bc-header {
    padding: 0 1.25rem;
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .is-scrolled:not(.is-rich) .bc-header__logo-container {
    margin: 0;
  }
  .is-scrolled:not(.is-rich) .bc-header__logo-container img {
    height: 1.5rem;
    width: auto;
  }
  .is-scrolled:not(.is-rich) .bc-header-logo__first {
    display: none;
  }
  .is-scrolled:not(.is-rich) .bc-header-logo__second {
    display: inline-block !important;
  }
}

@media (max-width: 768px) {
  .horizontalPadding30, .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
    padding: 0 15px !important;
  }
  .aem-GridColumn.aem-GridColumn--default--1,
  .aem-GridColumn.aem-GridColumn--default--2,
  .aem-GridColumn.aem-GridColumn--default--3,
  .aem-GridColumn.aem-GridColumn--default--4,
  .aem-GridColumn.aem-GridColumn--default--5,
  .aem-GridColumn.aem-GridColumn--default--6,
  .aem-GridColumn.aem-GridColumn--default--7,
  .aem-GridColumn.aem-GridColumn--default--8,
  .aem-GridColumn.aem-GridColumn--default--9,
  .aem-GridColumn.aem-GridColumn--default--10,
  .aem-GridColumn.aem-GridColumn--default--11,
  .aem-GridColumn.aem-GridColumn--default--12 {
    width: 100% !important;
  }
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11,
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  blockquote p {
    padding: 0 15px;
  }
}

@media (max-width: 1024px) {
  blockquote p {
    padding: 0 20px;
  }
}

.aem-GridColumn--default--none.aem-GridColumn--default--4 blockquote p,
.aem-GridColumn--default--none.aem-GridColumn--default--5 blockquote p,
.aem-GridColumn--default--none.aem-GridColumn--default--6 blockquote p {
  padding: 0 15px;
}

/* bootstrap overrides */
html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media (min-width: 578px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

/* additional properties for elevating a component */
.elevate-sm {
  margin-bottom: -150px;
}

.elevate-md {
  margin-bottom: -300px;
}

.elevate-lg {
  margin-bottom: -450px;
}

@media (max-width: 578px) {
  .elevate-sm,
  .elevate-md,
  .elevate-lg {
    margin-bottom: 0;
  }
  .layoutcontainer {
    width: 100% !important;
  }
}

.layout-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmp-image__title {
  margin-top: 24px;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bc-breadcrumb li::before,
.bc-header li::before,
.bc-header__top-bar li::before {
  content: none !important;
}

.brightcove-container {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
