@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

body, button, input, optgroup, select, span, textarea {
  font-family: Human BBY, Arial, sans-serif;
}

body {
  overflow-x: hidden;
}

button {
  border: 0;
  cursor: pointer;
  font-weight: 600;
  padding: 0;
  color: #0046be;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a, textarea {
  font-family: Human BBY, Arial, sans-serif;
}

.ps-header {
  background: #0046be;
  width: 100%;
  position: relative;
  z-index: 1050;
}

.ps-header-contener {
  color: #fff;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 24px 16px;
}

.top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px 0px;
}

.top-link-text {
  color: #fff;
  padding: 0 8px !important;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}

.top-link-text:hover {
  text-decoration: underline;
}

.ps-toolbar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ps-logo-main {
  width: 82px;
  height: 48px;
}

.ps-search {
  padding: 0 32px;
  width: 100%;
}

.ps-search-body {
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  width: 100%;
  max-width: 460px;
}

.ps-search-body-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ps-search-body-form-range {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.ps-search-body-input {
  height: 40px !important;
  border-radius: 2px;
  display: block !important;
  font-family: Human BBY, Arial, sans-serif;
  line-height: normal;
  overflow: hidden;
  width: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  padding-left: 12px;
  outline: none;
  font-size: 14px;
}

.ps-search-body-input-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.ps-search-body-input-btn-reset {
  position: absolute;
  left: -96px;
  height: 100%;
  width: 48px;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.5s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: visibility 0.5s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: visibility 0.5s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.ps-search-body-input-btn-submit {
  position: absolute;
  right: 0;
  padding: 0 12px;
  height: 100%;
  width: 48px;
  line-height: 0;
  background-color: initial;
}

.ps-search-body-input-btn-submit-color {
  color: #0046be;
  height: 24px;
  width: 24px;
  fill: #0046be;
}

.ps-main-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ps-main-links > a:first-child {
  padding: 0 24px 0 8px;
  color: #fff;
  font-family: Human BBY, Arial, sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.white {
  fill: #fff;
}

.icon {
  height: 24px;
  width: 24px;
}

.ps-main-links-first-text {
  padding-left: 8px;
  font-family: Human BBY, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: none;
}

.ps-main-links-second {
  line-height: 20px;
}

.ps-main-links-second-link {
  border: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Human BBY, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding-right: 12px;
  outline: none;
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: inherit;
  position: relative;
  color: inherit;
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
}

.ps-main-links-second-pad {
  padding-left: 12px;
}

.ps-main-links-second:hover .ps-main-links-first-text {
  color: #fff200;
}

.ps-main-links-second:hover .white {
  fill: #fff200;
}

.ps-navigation {
  background-color: #003da6;
}

.ps-navigation-content {
  padding: 0 24px;
  color: #fff;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 0 16px;
}

.ps-navigation-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  position: relative;
  height: 48px;
}

.ps-navigation-content-manu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  position: static;
}

.ps-menuwrapp {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 53px;
  height: 0;
  width: 100%;
  background-color: #f4f6f9;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ps-root-menu {
  width: 100%;
}

.li {
  line-height: 24px;
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: 16px;
  list-style: disc;
}

.ps-root-menu ul {
  list-style: none;
  margin: 0;
  padding: 12px 0;
}

.ps-root-menu li {
  position: relative;
  display: inline;
  margin-right: 24px;
  line-height: 24px;
}

.ps-root-menu .ps-root-menu-li > a span, .ps-root-menu .ps-root-menu-li > button span {
  color: #fff;
}

.ps-root-menu .ps-root-menu-li > button {
  padding: inherit;
  background: none;
  border-bottom: none;
  color: #fff;
  width: inherit;
  text-align: center;
  display: inline-block;
  font-size: 100%;
  font-weight: 600;
}

.ps-root-menu .ps-root-menu-li > button svg {
  color: #fff;
  fill: #fff;
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

.ps-container {
  padding: 0 18px;
  max-width: min(100vw, 1280px);
  margin: 0 auto;
}

.ps-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 0;
  padding: 12px 0;
  margin-bottom: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ps-list-header-a {
  color: #0046be;
  margin-right: 4px;
}

.ps-list-header li {
  list-style: none;
  margin-right: 4px;
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
}

.icon-list {
  fill: #1d252c;
  height: 16px;
  position: relative;
  right: 0;
  top: 4px;
  width: 16px;
}

.last-li {
  pointer-events: none;
  cursor: default;
  color: #1d252c;
}

ol li:last-child {
  margin-bottom: 0;
}

.content-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
}

.ps-gallery {
  width: 50%;
}

.slick-slide {
  width: 650px;
}

.mini-gallery {
  width: 60px;
  height: 60px;
}

.ps-gallery-container {
  max-height: 650px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-slider {
  max-width: 500px;
  max-height: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-slider-active {
  max-width: 650px;
  max-height: 650px;
  height: 650px;
}

.slider-active {
  max-width: 1000px;
  max-height: 1000px;
}

.thumbnail-slider {
  width: 240px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px auto;
}

.slick-list {
  padding: 0 !important;
}

.thumbnail-slider img {
  width: 100%;
}

.number-slide {
  background-color: #fff;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 16px 0;
}

.img-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-range:hover {
  border: 2px solid #001e73;
  border-radius: 4px;
  cursor: default;
}

.thumbnail-slider .slick-current {
  border: 2px solid #001e73;
  border-radius: 4px;
  cursor: default;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.thumbnail-slider .slick-slide.active-slide {
  border-color: #ff0000; /* Красный бордер для активного слайда */
}

.ps-gallery [class^=slick-track] {
  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;
}

.small-img {
  border-radius: 4px;
  background-color: initial;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64px !important;
  height: 64px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ps-product-name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 16px;
}

[class*=thumbnail-slider] [class*=slick-slide] > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ps-product-summary-container > :not(:last-child) {
  margin-bottom: 8px;
}

.list-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  gap: 8px;
}

.productSaving_3T6HS {
  font-size: 12px;
  font-weight: 600;
  color: #bb0628;
  white-space: nowrap;
}

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

.saleDateTitle_1O_jI {
  font-size: 12px;
  line-height: 16px;
  color: #1d252c;
  margin-bottom: 8px;
}

.saleDateTitle_1O_jI span.saleDate_3H_lI {
  color: #bb0628;
}

.pricingContainer_9GyCd {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pricingDetails_2lMcT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productPricingContainer_3gTS3 {
  margin-top: 0;
}

.productSaving_3T6HS.top_3-SyT {
  display: block;
}

.model-info {
  color: #1d252c;
  font-size: 12px;
  margin-right: 8px;
}

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

.large_3uSI_ {
  font-size: 32px;
  line-height: 1;
}

.price_2j8lL {
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.salePrice_3B6QJ {
  color: #bb0628;
  line-height: 1;
  margin-top: 0;
}

.large_3uSI_ .rightEndPrice_2Il7r {
  font-size: 0.5em;
}

.rightEndPrice_2Il7r {
  position: relative;
  font-size: 18px;
  top: 2px;
  vertical-align: top;
}

.link_3hcyN {
  color: #0046be;
  text-decoration: none;
}

.reviews-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

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

.feedbackStarContainer_1sWz- {
  height: 19px;
  margin: 4px 11px 4px 0;
}

.ratableStar_VRKAs {
  position: relative;
  display: inline-block;
  width: 16px;
  margin-right: 2px;
}

.partialStar_2NEf9 {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 16px;
}

.starRateContainer_11Ye1 {
  margin-right: 8px;
}

.ratings_1a1lp, .reviews_3tlkO {
  font-size: 12px;
  line-height: 16px;
  color: #0046be;
}

.ratings_1a1lp {
  margin: 1px 5px 0px 5px;
  cursor: pointer;
}

span[class*=reviewCountContainer_3ANYi] {
  color: #55555a;
}

.ratingLink_1crRF {
  font-weight: 500;
  background: none;
  font-size: 12px;
}

.reviewCountContainer_3ANYi {
  margin-right: 2px;
}

.reviews_3tlkO, .reviewsProductPreview_1S7TT {
  margin: 5px 6px 0 0;
}

.writeReviewLink_2kFfV {
  position: relative;
  font-size: 12px;
  margin: 4px 0 0;
}

.withChevron_3KAQS {
  position: relative;
  padding-right: 1.2em;
}

.writeReviewLinkContainer_1aKx2 {
  margin-top: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.withChevron_3KAQS .chevron_sDSzx {
  position: absolute;
  fill: currentColor;
  width: 1.2em;
  height: 100%;
  right: 0;
  top: 0;
  min-height: 0;
  min-width: 0;
}

.soldByBestBuy_3T6xw {
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.soldByBestBuy_3T6xw svg.logo_1nYME {
  margin-right: 8px;
  width: 27px;
  position: relative;
}

.ps-prise {
  margin: 16px 0;
}

.ps-price-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ps-product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
  margin-left: 25px;
}

.ps-prise-full {
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  color: #bb0628;
}

.confirmation_2-j2W {
  font-family: Human BBY, Arial, sans-serif;
  text-align: left;
  color: #1d252c;
  z-index: 10;
}

.toaster_3HMhf .toasterContainer {
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  visibility: hidden;
  z-index: 10;
}

.toaster_3HMhf .toasterContainer .bgFade {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.54);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.toaster_3HMhf .toasterContainer .toaster {
  display: block;
  will-change: transform;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 0 -100%;
  padding: 16px;
  background-color: #fff;
  z-index: 20;
}

.toaster_3HMhf .toasterContainer .toaster a.closeIcon {
  display: inline-block;
  text-align: right;
  width: 100%;
  position: relative;
  z-index: 10;
  height: 24px;
}

.large {
  font-size: 32px;
  line-height: 1;
}

.right-end-price {
  position: relative;
  font-size: 18px;
  top: 2px;
  vertical-align: top;
}

.ps-details-id {
  padding: 24px 0;
  margin-left: -16px;
  margin-right: -16px;
  background-color: #f4f6f9;
  border-radius: 4px;
}

.ps-details-id-container {
  margin-left: 0;
  margin-right: 0;
}

.ps-slider-tab-container {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin: 0 16px 24px;
  position: relative;
  z-index: 1;
}

.sliderTabThemeButton {
  background-color: initial;
  border-radius: 4px;
  color: #0046be;
  cursor: pointer;
  font-weight: 600;
  height: 48px;
  -webkit-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 10;
}

.sliderTabThemeButtonActive {
  color: #fff;
}

.sliderTabThemeButtonHeader {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}

.sliderTabThemeGlider_2qnKq {
  background: #001e73;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  position: absolute;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  z-index: 5;
}

.sliderTabThemeContainerBorder_15hXS {
  border-radius: 4px;
  border: 1px solid #e0e6ef;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.horizontalTabsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
}

.horizontalTabsPrimary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.fullWidthTable {
  width: 100%;
}

.tabItemContaine {
  display: none;
}

.tabItemContaine.isActiveTable {
  display: block;
}

.tabItemContaineContent {
  position: relative;
}

.shippingAvailability {
  color: #55555a;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
}

.shippingAvailabilityTitle {
  height: auto;
}

.container-message-ps {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 400;
}

.availabilityMessage {
  line-height: 24px;
  font-size: 16px;
  color: #1d252c;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 8px;
}

.lowInventoryDth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 25px;
  margin: 0 0 8px 40px;
}

.deliveryDate {
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0 0 40px;
}

.deliveryMessage {
  margin-top: 0;
}

.deliverySubHeaderLink {
  font-weight: 600;
  margin-top: 8px;
}

.productActionContainer {
  display: block;
  margin-top: 16px;
  padding: 0 40px;
}

.addToCartContainer {
  height: 48px;
  width: 100%;
  overflow: hidden;
}

.addToCartContainer .addToCartButton {
  height: 48px;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
}

.primary {
  background-color: #ffce00;
  border: none;
}

.regular {
  font-size: 0.875rem;
}

.addToCartLabel {
  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;
}

.button_add_card {
  color: #000;
}

.storeAvailabilityContainer {
  min-height: auto;
}

.availabilityMessageTitle {
  padding-top: 8px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #1d252c;
  font-weight: 600;
  margin-bottom: 8px;
}

.storesNearCity {
  color: #1d252c;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 40px;
}

.postalCode_38vYB {
  margin: 16px 0 0 40px;
}

.postalCodeContainer_1TAGu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.formItem_QE5m9 label {
  color: #1d252c;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0 0 3px;
}

.bbyInput_7-eMk {
  position: relative;
}

.formItem_QE5m9 .input-container.validation-error .error-msg {
  max-height: 5em;
  margin-top: 8px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0.2s, opacity 1s;
  -o-transition: all 0.2s ease-in-out 0.2s, opacity 1s;
  transition: all 0.2s ease-in-out 0.2s, opacity 1s;
}

.postalCodeContainer_1TAGu .searchBtn_3_HLW {
  margin-top: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 48px;
  width: auto;
  text-align: center;
  font-weight: 600;
}

.content_3Dbgg {
  display: block;
  position: relative;
  padding: 0.938rem 1.5rem;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.postalCodeContainer_1TAGu .geolocateBtn_2s3c- {
  margin-top: 3px;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  margin-left: 16px;
}

.postalCodeContainer_1TAGu .locationIcon_3R_UN {
  position: absolute;
  top: 56%;
  left: 56%;
  margin: -15px 0 0 -15px;
}

.postalCodeContainer_1TAGu .locationIcon_3R_UN svg {
  min-width: 24px;
  min-height: 24px;
}

.formItem_QE5m9 label {
  color: #1d252c;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0 0 3px;
}

.bbyInput_7-eMk {
  position: relative;
}

.bbyInput_7-eMk input {
  font-family: Human BBY, Arial, sans-serif;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  height: 48px;
  padding: 12px;
  border: 1px solid #adadad;
  border-radius: 2px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.postalCodeContainer_1TAGu input[type=text] {
  border: 1px solid #c5cbd5;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  width: 100%;
  height: 48px;
  outline: 0;
  padding: 0 8px;
  font-size: 14px;
  text-transform: uppercase;
}

.formItem_QE5m9 .highlight {
  pointer-events: none;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.formItem_QE5m9 .error-msg {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
}

.formItem_QE5m9 .error-msg, .formItem_QE5m9 .help-txt {
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  height: auto;
  margin-top: 8px;
  color: #bb0628;
  -webkit-transition: all 0.2s ease-in-out 0ms, opacity 1s;
  -o-transition: all 0.2s ease-in-out 0ms, opacity 1s;
  transition: all 0.2s ease-in-out 0ms, opacity 1s;
}

.secondary_2Lchg {
  background-color: #0046be;
  color: #fff;
  border: none;
}

.postalCodeContainer_1TAGu .locationIcon_3R_UN {
  position: absolute;
  top: 56%;
  left: 56%;
  margin: -15px 0 0 -15px;
}

.postalCodeContainer_1TAGu .locationIcon_3R_UN svg {
  min-width: 24px;
  min-height: 24px;
}

.stores_AAmz7 {
  color: #1d252c;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  padding-top: 0;
  margin-left: 40px;
}

.updateLocation_Jay30 {
  color: #0046be;
  cursor: pointer;
  font-weight: 600;
}

.overview_LpVwO {
  font-weight: 600;
  font-size: 20px;
  color: #1d252c;
}

.overview_LpVwO h2 {
  margin-bottom: 8px;
}

.description_1N8uX {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #1d252c;
  margin-bottom: 0;
}

.productOverview {
  width: 50%;
}

.productSupportColumn_36fdG {
  padding: 0;
  margin-bottom: 16px;
}

.returnsAndWarrantyContainer_3fzvK {
  background: #f4f6f9;
  border-radius: 4px;
  padding: 32px;
}

.iconInfoContainer_3kWOg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.warrantyHeader_2p8gf {
  font-weight: 600;
  font-size: 16px;
  color: #1d252c;
  margin: 0 0 8px;
}

.warrantyText_Tr66t {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
  color: #1d252c;
}

.icon_q2ZYd {
  height: 30px;
  width: 30px;
  margin-right: 8px;
  color: #1d252c;
  fill: #1d252c;
}

.returnPolicyLink_1wZjH {
  font-size: 12px;
  font-weight: 600;
}

.withChevron_3zNWv {
  position: relative;
  padding-right: 1.2em;
}

.withChevron_3zNWv .chevron {
  position: absolute;
  fill: currentColor;
  width: 1.2em;
  height: 100%;
  right: 0;
  top: 0;
  min-height: 0;
  min-width: 0;
}

.productOverviewGridArea_1e29G {
  margin-bottom: 24px;
}

.bolder-font {
  font-weight: 900;
}

.returnsAndWarrantyItemText_1OkIO {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 8px;
  color: #1d252c;
}

.hr_jy63l {
  height: 1px;
  border: 0;
  background: #e0e6ef;
}

.noMargin_2JtF6 {
  margin: 0;
}

.ps-container hr {
  margin-left: -16px;
  margin-right: -16px;
}

button.button_28d0s {
  font-family: Human BBY, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  height: 100%;
  width: 100%;
  text-transform: capitalize;
}

button.button_28d0s, button.button_28d0s:hover {
  background-color: #003da6;
}

.drawerMenuLabel_1D1Sf {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 7px 8px 3px 40px;
}

.small__6rZF .content_3Dbgg {
  padding: 10px 16px;
}

.drawerMenuIcon_1eKHJ {
  position: absolute;
  padding: 0;
  left: 12px;
  top: 13px;
}

.arrow_2Uv3j {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px 10px;
  z-index: 99999999;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.arrow_2Uv3j.open {
  opacity: 1;
}

.ps-root-menu-li .menuArrow_1uYaJ.menuArrowActive {
  opacity: 1;
}

.ps-root-menu-li .menuArrow_1uYaJ {
  position: absolute;
  left: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -15px;
  opacity: 0;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-width: 8px 10px;
  z-index: 99999999;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.menu_3LP5u .scrollWrapper_YCQ-X {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.menu_3LP5u {
  width: 300px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 33px;
  height: auto;
  background-color: #fff;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}

.sectionHeader_1cbNd {
  color: #1d252c;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: Human BBY, Arial, sans-serif;
  padding: 12px 12px 12px 16px;
  margin-bottom: 0;
}

.menuLink_Py2IM {
  padding: 14px 16px;
  background-color: #fff;
  border-bottom: 1px solid #e0e6ef;
  color: #1d252c;
  text-align: left;
  font-size: 14px;
  font-family: Human BBY, Arial, sans-serif;
  line-height: 20px;
  width: auto;
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.globalOverlay_18qaa {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 1010;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  position: fixed;
  -ms-touch-action: none;
      touch-action: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.sectionHeader_1cbNd {
  margin-top: 8px;
}

.menuLink_Py2IM {
  width: 100%;
  padding: 10px 16px 10px 24px;
  border: none;
  margin: 0;
}

.divider_2d0YL {
  height: 8px;
  background-color: #f4f6f9;
}

.ps-menuwrapp.open {
  opacity: 1;
  visibility: visible;
  height: 100vh;
}

.stickyProduct {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  display: block;
  -webkit-box-shadow: 0 24px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 24px 16px rgba(0, 0, 0, 0.1);
  z-index: 1400;
}

.stickyProduct.active {
  top: 0;
}

.ps-product-name-sticky {
  font-weight: 600;
  font-size: 14px;
  color: #1d252c;
  margin-bottom: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.priceContainer_1fy5J {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productStateActions_1QPMP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  border-top: 1px solid #e0e6ef;
  position: sticky;
  background-color: #fff !important;
  margin-left: -16px;
  margin-right: -16px;
  z-index: 1700;
}

.container_3Vo4U {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #e0e6ef;
  -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-direction: row;
          flex-direction: row;
  position: fixed;
  z-index: 1700;
  width: 100%;
  background-color: #fff !important;
}

.button_3uJIW.reserveInStoreButton_2Z4tx {
  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: 48px;
  width: 100%;
  margin: 8px 8px 8px 0;
  padding: 0;
}

.regular_1jnnf {
  font-size: 0.875rem;
}

.disabled_mu48L, .disabled_mu48L:focus, .disabled_mu48L:hover {
  background-color: #c5cbd5;
  border-color: #c5cbd5;
  color: #1d252c;
  cursor: not-allowed;
  outline: none;
}

.productDetailsTab_3fFx3 {
  margin-left: -16px;
  margin-right: -16px;
}

.topBorder_3cb0L {
  border-top: 1px solid #e0e6ef;
}

.expandable_3zjp6 {
  border-bottom: none;
}

.container_3BQfa {
  border-bottom: 1px solid #e0e6ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.expandable_3zjp6 [class*=button][class*=down] {
  color: #1d252c;
  background: #fff;
  padding: 12px 12px 12px 16px;
  line-height: 24px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button_2xI6P.down_1fxZR, .compactButton_2QFdV.down_1fxZR {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.button_2xI6P, .compactButton_2QFdV {
  border: 0;
  cursor: pointer;
  text-align: left;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.button_2xI6P {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  font-weight: 600;
  font-size: 15px;
}

.expandableReviewTab_ghuBr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.expandable_3zjp6 [class*=button][class*=down] {
  color: #1d252c;
  background: #fff;
  padding: 12px 12px 12px 16px;
  line-height: 24px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expandableReviewTabStars_1Megg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.starRateContainer_2nnLu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ratableStar_VRKAs {
  position: relative;
  display: inline-block;
  width: 16px;
  margin-right: 2px;
}

.reviews_3tlkO, .reviewsProductPreview_1S7TT {
  margin: 2px 16px 0 0;
}

.ratings_1a1lp, .reviews_3tlkO {
  font-size: 12px;
  line-height: 16px;
  color: #0046be;
}

span[class*=reviewCountContainer] {
  color: #55555a;
}

.reviewCountContainer_3ANYi {
  margin-right: 2px;
}

.expandableReviewTab_ghuBr [class*=reviewCountContainer] span {
  font-weight: 400;
}

.verticalTabs_10Xbe [class*=bodyContainer] {
  padding: 0;
}

.bodyContainer_lmm4I.down_1fxZR {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.container_G-fMB {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.open_2zRYc {
  max-height: none;
}

.body_maqiI {
  overflow: hidden;
}

.tabItemContainer_3agCS.displayBlock_2eUV1, .tabItemContainer_3agCS.isActive_2A_5I {
  display: block;
}

.aboutThisProductContainer_252H- {
  margin-top: 8px;
}

.row_3zRMO {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.col-xs-12_2PeGp {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.boxContentsContainer_1bKGR {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e0e6ef;
  max-width: 100%;
}

.boxContentsContainer_1bKGR h3 {
  font-size: 14px;
  color: #1d252c;
  font-weight: bold;
  margin-bottom: 8px;
}

.boxContents_2Q4kV {
  padding-left: 24px;
  margin-bottom: 0;
}

.boxContents_2Q4kV li:last-child {
  margin-bottom: 0;
}

.boxContents_2Q4kV li {
  color: #1d252c;
  margin: 0;
  font-size: 14px;
  word-break: break-word;
}

h3, h4 {
  margin: 0 0 8px;
}

.moreInformation_1u1Nn {
  margin-top: 24px;
}

.productDescription_2WBlx ul {
  margin: 0 auto 24px;
  padding-left: 24px;
}

.listyle {
  line-height: 24px;
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: 16px;
  list-style: disc;
}

.productDescription_2WBlx {
  line-height: 24px;
  color: #1d252c;
}

.strongstyle {
  font-weight: 600;
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 24px;
}

.strongstyleinfo {
  font-weight: 600;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
}

.availabilityMessageProduct {
  position: relative;
}

.pstyle {
  margin-bottom: 8px;
}

.returnsAndWarrantyRow_1huO5 {
  gap: 25px;
}

.expandable_3zjp6 [class*=button][class*=down]:focus, .expandable_3zjp6 [class*=button][class*=down]:hover {
  color: #0046be;
}

.closed_2oMVE {
  max-height: 0;
}

.icom-absl {
  float: left;
  margin-right: 8px;
  width: 32px;
  height: 32px;
}

.open_2zRYc {
  max-height: none;
}

.container_G-fMB {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.itemContainer_uqm6b:nth-of-type(odd) {
  background-color: #f4f6f9;
}

.itemContainer_uqm6b {
  padding: 16px;
}

.groupName_3O9-v, .itemContainer_uqm6b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d252c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.itemName_GaNqp, .itemValue_3FLTX {
  font-size: 14px;
  line-height: 20px;
  width: 50%;
}

.itemName_GaNqp {
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  font-weight: 400;
  margin-right: 24px;
}

.itemValue_3FLTX {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.specCategory_2rDp2 {
  margin-bottom: 24px;
}

.groupName_3O9-v {
  border-bottom: 1px solid #e0e6ef;
  height: 52px;
  line-height: inherit;
  margin: 0;
  padding: 0 16px;
}

.fromTheManufacturerContainer_1TO3M .defaultText_2y_u4 {
  margin: 0;
  color: #1d252c;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.lowPriceGuaranteeCTA_1ygtZ {
  margin-top: 24px;
  display: block;
  font-weight: 600;
}

.withChevron_3zNWv .chevron_3C_IW {
  position: absolute;
  fill: currentColor;
  width: 1.2em;
  height: 100%;
  right: 0;
  top: 0;
  min-height: 0;
  min-width: 0;
}

.withChevron_3zNWv {
  position: relative;
  padding-right: 1.2em;
}

.lowPriceGuaranteeTab_1ZLJy {
  line-height: 1.5;
}

.globalFooter_2sqGP {
  border-top: 1px solid #e0e6ef;
  background: #fff;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.valuePropsContainer_PCpsw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Human BBY, Arial, sans-serif;
  list-style: none;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.valuePropsContainer_PCpsw li {
  margin-bottom: 32px;
  padding-left: 0;
  list-style-type: none;
}

.valuePropsContainer_PCpsw a {
  color: #0046be;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  fill: #0046be;
}

.valuePropsContainer_PCpsw svg {
  margin-right: 16px;
}

.valuePropIcon_317Cd {
  min-height: 40px;
  min-width: 40px;
  height: 40px;
  width: 40px;
}

.blue_2GwtG {
  fill: #0046be;
}

.middleFooterSection_2Qg9L {
  background: #f4f6f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerContentContainer_3_GOR {
  width: 100%;
  padding: 0;
}

.primaryLinksContainer_2FVZl {
  font-family: Human BBY, Arial, sans-serif;
  display: inline-block;
}

.primaryLinksContainer_2FVZl button {
  color: #1d252c;
}

.primaryLinksContainer_2FVZl, .primaryLinksContainer_2FVZl button {
  background: #f4f6f9;
}

.icon_PHUg9 {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bodyContainer_lmm4I.down_1fxZR {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.container_3BQfa .bodyContainer_lmm4I {
  padding: 0 16px;
}

.container_G-fMB {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.primaryLinksContainer_2FVZl ul {
  list-style: none;
  padding: 0 0 24px;
  margin: 0 16px 0 0;
}

.primaryLinksContainer_2FVZl ul li {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  padding: 0;
}

.primaryLinksContainer_2FVZl {
  width: 100%;
}

.newsLetterContainer_2ajs5 {
  padding: 24px 16px 0;
  font-family: Human BBY, Arial, sans-serif;
}

.signedUpMessageTitle_2yVNa > p, .title_1aBi9 > p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 8px;
}

.signedUpMessageSubTitle_1-eAU > p, .subTitle_345FC > p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 8px;
}

.newsLetterContainer_2ajs5 .expandableContainer_KMaVp {
  border-bottom: unset;
  margin: 16px 0;
}

.newsLetterContainer_2ajs5 .expandableContainer_KMaVp > button {
  background-color: initial;
  font-size: 12px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #0046be;
}

.newsLetterContainer_2ajs5 .expandableContainer_KMaVp > button > span {
  position: relative;
  top: unset;
  right: unset;
  margin: 0;
  padding-left: 5px;
}

.newsLetterContainer_2ajs5 .expandableContainer_KMaVp > div {
  padding: 0;
}

.newsLetterContainer_2ajs5 .expandableContainer_KMaVp > div .expandableContentText_GVm79 > div p {
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0;
}

.newsLetterInputContainer_BUxPH {
  max-width: 360px;
}

.formInlineContainer_1em7v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.emailWrapper_1HyDu, .postalWrapper_2ICRT {
  width: 320px;
}

.formItem_QE5m9 {
  font-family: Human BBY, Arial, sans-serif;
  position: relative;
  padding: 0 0 16px;
  text-align: left;
}

.formEmailInputInlineButton_2kQnl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.formItem_QE5m9 label {
  color: #1d252c;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0 0 3px;
}

.bbyInput_7-eMk {
  position: relative;
}

.formInlineContainer_1em7v input[type=email] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bbyInput_7-eMk input {
  font-family: Human BBY, Arial, sans-serif;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  height: 48px;
  padding: 12px;
  border: 1px solid #adadad;
  border-radius: 2px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.formItem_QE5m9 .highlight {
  pointer-events: none;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.formItem_QE5m9 .error-msg {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
}

.formItem_QE5m9 .error-msg, .formItem_QE5m9 .help-txt {
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  height: auto;
  margin-top: 8px;
  color: #bb0628;
  -webkit-transition: all 0.2s ease-in-out 0ms, opacity 1s;
  -o-transition: all 0.2s ease-in-out 0ms, opacity 1s;
  transition: all 0.2s ease-in-out 0ms, opacity 1s;
}

.formButtonInlineButton_1aaJ7 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-height: 48px;
  min-width: 84px;
  margin-top: 3px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.formButtonInlineButton_1aaJ7 span {
  padding: 0;
}

.socialIconsContainer_10Vsl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  height: 20px;
  max-width: 360px;
}

.container_1qwNK {
  background-color: #f4f6f9;
}

.secondaryLinkListContainer_2YLUZ {
  color: #55555a;
  font-family: Human BBY, Arial, sans-serif;
  font-size: 10px;
  padding: 16px;
  margin: 0 auto;
}

.copyright_-0-2I {
  font-size: inherit;
  margin: 0 0 8px;
  border-top: 1px solid #e0e6ef;
  padding-top: 16px;
}

.secondaryLinkList_2Ptfc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.secondaryLinkListContainer_2YLUZ .secondaryLinkList_2Ptfc li {
  font-size: inherit;
  margin-bottom: 0;
  padding-left: 0;
}

.secondaryLinks_3tf9A {
  list-style-type: none;
}

.secondaryLinkList_2Ptfc li:first-of-type a {
  border-left: none;
  padding-left: 0;
}

.secondaryLinkList_2Ptfc a {
  color: #1d252c;
  margin-right: 8px;
  line-height: 24px;
}

.secondaryLinkList_2Ptfc a:before {
  color: #1d252c;
  content: "|";
  padding-right: 8px;
}

.icon_1Sa2Y {
  position: absolute;
  height: 16px;
  width: 16px;
  left: 0;
  top: -1px;
}

.iconLink_1OUdv {
  position: relative;
  padding-left: 24px;
}

.navigationExpandIcon_2-lKx {
  background: none;
  text-align: right;
  position: absolute;
  z-index: 2;
  right: 0;
}

.transparent_AAyH9 {
  background-color: initial;
  border: none;
  color: #0046be;
}

.navigationExpandIcon_2-lKx img {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: relative;
  left: 5px;
}

.productImageSliderContainer_1XC21 div {
  outline: none;
}

.ps-gallery-container .productImage_1NbKv {
  min-width: 250px;
}

.touchActionManipulation_31CMi {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.applyResponsiveSquareTrick_35RAF > div {
  position: relative;
  max-width: 500px;
  max-height: 500px;
  margin: auto;
}

.ps-gallery-container [class*=displayingImage] {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

.ps-gallery-container-active [class*=displayingImage] {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

.applyResponsiveSquareTrick_35RAF > div > div {
  width: 100%;
  height: 100%;
}

.sliderTarget_2Q87g {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.displayingImage_3xp0y img {
  position: relative;
  z-index: 1;
}

.slick-slide img {
  display: block;
}

.productImageSliderContainer_1XC21 div {
  outline: none;
}

.modalContainer_2mCSV.visible_2Mip6 {
  visibility: visible;
}

.modalContainer_2mCSV.fullscreen_hxXr8.visible_2Mip6 .modal {
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  max-height: 100%;
}

.modalContainer_2mCSV.fullscreen_hxXr8 {
  z-index: 1060;
  overflow: hidden;
  bottom: auto;
  height: 100%;
}

.modalContainer_2mCSV {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  z-index: 10;
}

.modalContainer_2mCSV .bgFade {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.54);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.modalContainer_2mCSV.fullscreen_hxXr8 .modal {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.modalContainer_2mCSV .modal {
  font-size: 14px;
  will-change: transform;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  background-color: #fff;
  z-index: 20;
  opacity: 0;
  padding: 24px 16px;
  max-height: calc(100% - 16px);
  overflow: auto;
}

.xModalContainer_XbO2F [class*=modal] a[class*=closeIcon] {
  background-color: hsla(0deg, 0%, 100%, 0.64);
}

.modalContainer_2mCSV .modal a.closeIcon {
  cursor: pointer;
  position: absolute;
  right: 16px;
}

.modalContainer_2mCSV.fullscreen_hxXr8 a[class=closeIcon] {
  top: 16px;
  z-index: 5;
  background-color: hsla(0deg, 0%, 100%, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 50%;
}

.mediaGalleryContainer_ia83G {
  min-height: 400px;
}

.xModalContainer_XbO2F [class*=mediaGalleryContainer] {
  min-height: 250px;
}

.xModalContainer_XbO2F [class*=main-slider] {
  margin: 24px auto;
}

.slideShowContainer_1NmHT {
  margin-top: 24px;
}

.xModalContainer_XbO2F [class*=main-slider] [class~=slick-list] {
  margin-top: 32px;
}

.xModalContainer_XbO2F .injectedContentImageCol_3dNrD [class*=main-slider] [class~=slick-list], .xModalContainer_XbO2F .injectedContentImageCol_3dNrD [class*=main-slider] [class~=slick-track], .xModalContainer_XbO2F .injectedContentImageCol_3dNrD [class*=main-slider] [class~=slick-track] img, .xModalContainer_XbO2F [class*=main-slider] [class~=slick-list], .xModalContainer_XbO2F [class*=main-slider] [class~=slick-track], .xModalContainer_XbO2F [class*=main-slider] [class~=slick-track] img {
  height: calc(100vh - 223px);
  height: calc(var(--vh) * 100 - 273px);
}

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

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.backBtn_2Tbqp {
  padding: 14px 16px;
  background-color: #fff;
  border-bottom: 1px solid #e0e6ef;
  text-align: left;
  font-size: 14px;
  font-family: Human BBY, Arial, sans-serif;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  color: #0046be;
  font-weight: 600;
  position: fixed;
  z-index: 5;
}

.backBtn_2Tbqp svg {
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.mobile-block {
  display: none;
}

.icon_1ueeg {
  height: 30px;
  width: 30px;
  margin-right: 8px;
  color: #1d252c;
  fill: #1d252c;
}

.ratableStar_VRKAs.mediumStars_2Jv9Y {
  width: 32px;
  margin-right: 0;
}

.reviewsTabContainer_1y4c0 {
  padding-top: 8px;
}

.reviewsStatsContainer_37pYP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 0 16px 32px;
}

.overallRatingSummaryWithLink_2AUAL {
  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-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 24px;
}

.overallRatingSummaryTitle_2ZNy4 {
  font-weight: 700;
  font-size: 20px;
  vertical-align: top;
  margin-bottom: 16px;
  color: #1d252c;
}

.overallScore_3R7Oo {
  font-size: 56px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  margin-right: 8px;
}

.overallStarContainer_2VwRB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overallRatingContent_DNpZq {
  display: inline-block;
}

.overallRatingContent_DNpZq div {
  margin-bottom: 0;
  margin-right: 0;
  height: 32px;
}

.ratableStar_VRKAs {
  position: relative;
  display: inline-block;
  width: 16px;
  margin-right: 2px;
}

.overallRatingContent_DNpZq svg {
  min-width: 32px;
  min-height: 32px;
}

.emptyStar_2FEai, .fullStar_y9_Qs {
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  width: 16px;
}

.largeStars_2dUtu .partialStar_2NEf9, .mediumStars_2Jv9Y .partialStar_2NEf9, [class*=reviewItem] .partialStar_2NEf9 {
  top: 0;
}

.overallRatingCopy_3cMjW {
  color: #1d252c;
  font-size: 14px;
  line-height: 20px;
}

.reviewFilterContainer_1ePMh {
  margin: 24px 0 32px;
  width: 100%;
}

.heading_2sZrs {
  margin-bottom: 16px;
  font-weight: 700;
}

.reviewFilterItem_3cQMQ {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  height: 16px;
}

.scaleTitle_3qt8b, .scaleValue_2PopJ {
  font-size: 12px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 16px;
}

.scaleTitle_3qt8b {
  text-align: center;
  width: 8px;
  margin-right: 4px;
}

.starContainer_ByC6X {
  margin-left: 0;
  margin-right: 8px;
  width: 16px;
}

.percentageBarContainer_2YWBI {
  width: 82%;
  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;
}

.percentageBar_3ONek {
  border-radius: 8px;
  height: 8px;
}

.percentageContainer_2BZTB {
  background-color: #4976e6;
  z-index: 2;
}

.barBase_3ZjAe {
  position: relative;
  height: 10px;
}

.icon_16 {
  width: 16px;
  height: 16px;
}

.percentageContainer_2BZTB, .totalContainer_1WnfM {
  position: absolute;
  top: 0;
  height: inherit;
  border-radius: inherit;
}

.percentageContainer_2BZTB, .totalContainer_1WnfM {
  position: absolute;
  top: 0;
  height: inherit;
  border-radius: inherit;
}

.totalContainer_1WnfM {
  width: 100%;
  background-color: #e0e6ef;
  z-index: 1;
}

.scaleValue_2PopJ {
  margin-left: 8px;
}

.scaleTitle_3qt8b, .scaleValue_2PopJ {
  font-size: 12px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 16px;
}

.writeReviewButton_1dIVg {
  margin: 16px 0 24px;
}

.innerButton_25y88 {
  width: 100%;
  height: 48px;
}

.tertiary_1pDUB span {
  position: relative;
}

.tertiary_1pDUB {
  background-color: #fff;
  border: 1px solid #0046be;
  color: #0046be;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.aggregatedReviewThumbnails_2hOIK:empty {
  border: none;
}

.reviewsStatsRightPane_1t9yW {
  border-bottom: 0;
  padding: 32px 0 0;
  margin-top: 32px;
  border-top: 1px solid #e0e6ef;
}

.aggregatedReviewThumbnails_2hOIK {
  border-bottom: 0;
  padding: 32px 0 0;
  margin-top: 32px;
  border-top: 1px solid #e0e6ef;
}

.recommendationSummary_2irZy {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e0e6ef;
}

.recommendationSummaryTitle_36z18 {
  font-weight: 700;
  font-size: 20px;
  vertical-align: top;
  margin-bottom: 16px;
}

.percentageContainer_1Xk9N {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  margin-bottom: 8px;
}

.happyFace_2xA3C {
  width: 24px;
}

.percentage_34Ose {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 0 8px;
}

.recommendationSummaryDescription_Rw2SR {
  color: #1d252c;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.boldedText_3-Yzd {
  font-weight: 600;
}

.heading_25QQB {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.description_tnKF6 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

.formItem_QE5m9 .input-container {
  position: relative;
}

.expandableReviewTab_ghuBr [class*=ratableStar] {
  width: 15px;
}

.rangeSelectionContainer_gZa_7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: none;
  padding: 0;
}

.titleButtonContainer_2G3lE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
}

.selectedRating_2b-hG, .title_bDjAL {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.selectedRating_2b-hG {
  display: inline;
  font-weight: 400;
}

.selectedRating_2b-hG, .title_bDjAL {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.rangeSelection_1SRhF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.disabled_1Ev52 .tile_2YTx6:disabled {
  cursor: default;
}

.tile_2YTx6.filled_3Ryuf {
  background-color: #4976e6;
}

.tile_2YTx6:first-child {
  border-radius: 4px 0 0 4px;
}

.attributeSection_2BS3C button {
  font-size: 12px;
}

.tile_2YTx6 {
  background-color: #e0e6ef;
  height: 8px;
  width: 100%;
  margin-right: 2px;
}

.tile_2YTx6:last-child {
  border-radius: 0 4px 4px 0;
}

@media (min-width: 768px) {
  .writeReviewButton_1dIVg {
    margin: 12px 0 6px;
  }
  .innerButton_25y88 {
    width: auto;
  }
  .reviewsStatsLeftPane_3VWQY {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }
  .expandableIcon_2Btvx {
    display: none;
  }
  .primaryLinksContainer_2FVZl ul {
    margin-bottom: 24px;
    padding: 16px 0 0;
  }
  .expandableContainer_1xyv6 .expandableContent_3aMYU {
    display: block;
    max-height: none;
    padding: 0;
  }
  .footerContentContainer_3_GOR {
    padding: 24px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .valuePropsContainer_PCpsw {
    padding: 48px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .itemName_GaNqp {
    width: 40%;
  }
  .itemValue_3FLTX {
    width: 60%;
  }
  .productDescription_2WBlx ul {
    padding-left: 32px;
  }
  .boxContents_2Q4kV li {
    margin: 0;
    font-size: 14px;
  }
  .productDescription_2WBlx {
    padding: 0;
  }
  .col-sm-12_2X0ee {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .boxContents_2Q4kV {
    padding-left: 32px;
  }
  .col-sm-7_25FdF {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .boxContentsContainer_1bKGR {
    max-width: 320px;
  }
  .productInfoContainer_3eV0T {
    padding: 0 16px 24px;
    border-bottom: 1px solid #e0e6ef;
  }
  .productInfoContainer_3eV0T:last-child {
    border-bottom: 0;
  }
  .breadcrumbList_16xQ3 {
    overflow: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
  }
  .productSupportColumn_36fdG {
    margin-bottom: 24px;
  }
  .drawerMenuIcon_1eKHJ {
    position: absolute;
    padding: 0;
    left: 0;
    top: 13px;
  }
  .list-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .writeReviewLinkContainer_1aKx2 {
    margin: -4px 4px 0;
  }
  .ps-details-id {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-gallery {
    display: none;
  }
  .desk-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .ps-menuwrapp {
    opacity: 1;
    visibility: visible;
    position: relative;
    width: auto;
    top: inherit;
    left: 0;
    background: none;
    border: none;
    overflow: visible;
  }
  .divider_2d0YL {
    border-top: 1px solid #e0e6ef;
    margin-top: 8px;
  }
  button.drawerMenu_gmc40 {
    display: none;
  }
  .mobile-none {
    display: none;
  }
  .stickyProductConteiner {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 9px 24px;
    width: 100%;
  }
  .stickyProductConteinerInner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
  }
  .stickyProductImg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
            flex: 0 0 52px;
    height: 52px;
  }
  .productImage_1_mqO {
    width: 100%;
    overflow: hidden;
  }
  .mainContent_1RBZo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    min-width: 0;
  }
  .stickyProductConteinerInner div[class*=addToCartContainer] {
    min-width: 148px;
    padding-left: 32;
  }
  .reviewsAndProductIds_2oMrj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    white-space: nowrap;
  }
  .addToCartButton_3eDm5 {
    height: 48px;
    width: 160px;
  }
  .productStateActions_1QPMP {
    display: none;
  }
  .valuePropsContainer_PCpsw li {
    margin-bottom: 0;
    padding-right: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .primaryLinksContainer_2FVZl {
    font-family: Human BBY, Arial, sans-serif;
    background: #f4f6f9;
    width: 100%;
    vertical-align: top;
  }
  .primaryLinksContainer_2FVZl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 -16px;
  }
  .linkGroup_2umUK {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
  .linkGroup_2umUK .expandableContainer_1xyv6 {
    border: none;
  }
  .expandableContainer_1xyv6 button {
    cursor: auto;
    padding: 0 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    margin-right: 16px;
  }
  .footerRightContent_RyeR4 {
    border-top: 1px solid #e0e6ef;
  }
  .newsLetterContainer_2ajs5 {
    padding: 24px 0;
  }
  [class*=xModalContainer] {
    padding-top: 70px;
  }
  .reviewsStatsContainer_37pYP {
    padding: 0 0 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .aggregatedReviewThumbnails_2hOIK {
    border-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .noBorder_1QYzn, .reviewsStatsRightPane_1t9yW {
    padding: 0 0 0 48px;
    margin: 0 0 0 48px;
    border-top: 0;
    border-left: 1px solid #e0e6ef;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }
}
@media (min-width: 1025px) {
  .reviewsStatsRightPane_1t9yW {
    padding-left: 64px;
    margin-left: 64px;
  }
  [class*=xModalContainer] {
    padding-top: 90px;
  }
  [class*=xModalContainer] {
    padding-top: 70px;
  }
  .navigationExpandIcon_2-lKx {
    padding-right: 24px;
  }
  div.confirmation_2-j2W {
    -webkit-filter: none;
            filter: none;
  }
  div.confirmation_2-j2W .toasterContainer {
    position: static;
  }
  div.confirmation_2-j2W .toasterContainer .toaster {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s 0ms, margin 0ms;
    -o-transition: all 0.2s 0ms, margin 0ms;
    transition: all 0.2s 0ms, margin 0ms;
    -webkit-transform: scale(0) translateY(0);
        -ms-transform: scale(0) translateY(0);
            transform: scale(0) translateY(0);
    -webkit-transform-origin: 85% 0;
        -ms-transform-origin: 85% 0;
            transform-origin: 85% 0;
    position: absolute;
    border-radius: 2px;
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
    opacity: 0;
    width: 320px;
    z-index: 60;
  }
  .secondaryLinkListContainer_2YLUZ {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 24px;
    max-width: 1280px;
  }
  .newsLetterContainer_2ajs5 {
    padding: 8px 24px 24px;
  }
  .footerRightContent_RyeR4 {
    width: 30%;
    border-left: 1px solid #e0e6ef;
    border-top: none;
    height: 100%;
  }
  .primaryLinksContainer_2FVZl ul {
    margin-bottom: 16px;
  }
  .linkGroup_2umUK {
    padding: 8px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .primaryLinksContainer_2FVZl {
    width: 70%;
  }
  .footerContentContainer_3_GOR {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 24px 0;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .valuePropsContainer_PCpsw {
    max-width: 976px;
  }
  .tabItemContainer_3agCS {
    width: 60%;
  }
  .moreInformation_1u1Nn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .productDescription_2WBlx {
    line-height: 24px;
  }
  .fullWidth_1yFPz {
    width: 100%;
  }
  .productInfoContainer_3eV0T {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 24px 32px;
    border-bottom: 0;
  }
  .ps-list-header {
    padding: 12px 0;
  }
  .col-md-6_3aSlt {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .ps-details-id {
    padding: 32px 0;
  }
  .ps-details-id-container {
    margin: 0 64px;
  }
  .ps-slider-tab-container {
    margin-left: 0;
    margin-right: 0;
  }
  .horizontalTabsContainer {
    padding-left: 0;
    padding-right: 0;
  }
  .productDetailsTab_3fFx3 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .expandableList_3oOgJ button[class*=button][class*=down] {
    padding: 12px 12px 12px 16px;
  }
  .expandable_3zjp6 [class*=button][class*=down] {
    padding: 16px 16px 16px 0;
  }
  .expandableReviewTab_ghuBr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .expandableReviewTab_ghuBr [class*=starRateContainer] {
    margin-left: 8px;
    margin-top: 0;
  }
  .expandableReviewTab_ghuBr [class*=reviews] {
    margin-top: 4px;
  }
  .reviewFilterContainer_1ePMh {
    margin-bottom: 24px;
  }
}
@media (min-width: 1281px) {
  .expandableList_3oOgJ button[class*=button][class*=down] {
    padding: 24px;
    font-size: 20px;
  }
  .reviewsStatsLeftPane_3VWQY, .reviewsStatsRightPane_1t9yW {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
  }
  .aggregatedReviewThumbnails_2hOIK {
    padding: 0 0 0 64px;
    margin: 0 0 0 64px;
    border-left: 1px solid #e0e6ef;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
  }
}
@media (max-width: 950px) {
  .priceContainer_1fy5J {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stickyProductConteinerInner div[class*=addToCartContainer] {
    padding: 0;
    min-width: 130px;
  }
  .addToCartButton_3eDm5 {
    width: 148px;
  }
  .small__22 {
    font-size: 12px;
    height: 32px;
  }
  .addToCartButton_3eDm5 span {
    padding: 0.25rem 1.5rem !important;
  }
  .right-end-price {
    font-size: 12px;
    top: -4px;
  }
  .small-prise {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .xModalContainer_XbO2F [class*=main-slider] {
    margin: 30px auto;
  }
  .fromTheManufacturerContainer_1TO3M {
    padding: 0 16px 24px;
    min-height: 1px;
    line-height: 1.5;
  }
  .ps-product-header {
    display: none;
  }
  .productStateActions_1QPMP {
    margin-left: 0px;
    margin-right: 0px;
  }
  .questionsTab_2-gif {
    padding: 0 16px 32px;
    line-height: 1.5;
  }
  .lowPriceGuaranteeTab_1ZLJy {
    padding: 0 16px 32px;
    line-height: 1.5;
  }
  .aboutThisProductContainer_252H- {
    margin: 0 16px 24px;
  }
  .aboutThisProductContainer_252H- .aboutThisProductContainerRow_1uRgi {
    margin-left: 0;
    margin-right: 0;
  }
  .aboutThisProductContainer_252H- .aboutThisProductContainerRow_1uRgi .noPadding_HYsIR {
    padding: 0;
  }
  .addToCartContainer {
    margin: 8px;
  }
  .productActionContainer {
    display: none;
  }
  .menu_3LP5u {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    height: 100vh;
  }
  .content-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-block {
    display: block;
  }
  .regular_1jnnf, .small__6rZF {
    font-weight: 600;
    line-height: 1;
  }
  .ps-gallery {
    width: 100%;
  }
  .productOverview {
    width: 100%;
  }
  .ps-product-info {
    width: 100%;
    margin-left: 0;
  }
  .row_3zRMO {
    gap: 25px;
  }
  .ps-main-links-first-text {
    display: none;
  }
  .desk-gallery {
    display: none;
  }
  .mobile-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ps-gallery-container {
    margin-bottom: 24px;
  }
  .ps-header-contener {
    padding: 5px 16px;
  }
  .ps-logo-main {
    height: 32px;
    width: 55px;
    position: relative;
    top: 2px;
  }
  .ps-search-body {
    max-width: 100%;
  }
  .ps-navigation-content {
    padding: 5px 16px;
  }
  .ps-search {
    padding: 5px;
  }
  .ps-root-menu li {
    padding: 0;
    margin: 0;
    display: block;
  }
  .ps-root-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .ps-root-menu .ps-root-menu-li > a, .ps-root-menu .ps-root-menu-li > button {
    margin: 0;
    padding: 14px 16px;
    background-color: #fff;
    border-bottom: 1px solid #f4f6f9;
    color: #1d252c;
    width: 100%;
    text-align: left;
    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;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
  }
  .ps-root-menu .ps-root-menu-li > a span, .ps-root-menu .ps-root-menu-li > button span {
    color: #1d252c;
  }
  .ps-root-menu .ps-root-menu-li > a img, .ps-root-menu .ps-root-menu-li > a svg, .ps-root-menu .ps-root-menu-li > button img, .ps-root-menu .ps-root-menu-li > button svg {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    fill: #000;
  }
  .ps-root-menu .ps-root-menu-li > a {
    background-color: initial;
    border-bottom: none;
    text-decoration: none;
    color: #1d252c;
    width: auto;
  }
  .ps-navigation-content {
    padding: 0;
  }
  .menu_3LP5u > .scrollWrapper_YCQ-X > :nth-child(2) {
    margin-top: 55px;
  }
}
@media (max-width: 570px) {
  .drawerMenuLabel_1D1Sf {
    display: none;
  }
  .drawerMenuIcon_1eKHJ {
    top: 0;
  }
  .ps-navigation-content-manu {
    padding: 0 20px;
  }
  .drawerMenuIcon_1eKHJ {
    left: 0;
  }
}
.menuActive {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
}

.ps-root-menu .menuArrow_1uYaJ.menuArrowActive {
  opacity: 1;
}

.primary:hover {
  background-color: rgb(251, 255, 0);
}

#header {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}

body {
  font-size: 1em;
  font-weight: 300;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "AvenirNext", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.333333333;
  color: #303437;
}

#header .header-main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header .header-main {
  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: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #2c65af;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  line-height: 56px;
}

#header .header-main .navigation-trigger .icon-i {
  vertical-align: middle;
}

.fill-key-step-1 {
  fill: #fff;
}

.icon-i {
  background: transparent url(https://www.dealnews.com/images/map_20180222.svg) no-repeat -1000px -1000px;
  background-size: 1174px 1174px;
  background-clip: content-box;
  display: inline-block;
  vertical-align: middle;
}

.left-nav, .right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .header-main #logo {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  padding: 0 16px 0 0;
}

#header .header-main #logo .logo {
  display: block;
}

#header .header-main #logo .logo .logo-img {
  vertical-align: middle;
  margin-bottom: 8px;
  width: 100px;
  aspect-ratio: 100/26;
}

#header .header-main .nav-section {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.navigation-scrim {
  z-index: 2000001;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.navigation-menu {
  z-index: 2000001;
  background-color: #fff;
  color: #303437;
  font-weight: 400;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 0;
  max-width: 75%;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

#header .header-main .nav-section .nav-header {
  background-color: #2c65af;
}

.navigation-menu .nav-header {
  border-bottom: 1px solid #e2e3e8;
}

#header .header-main .nav-section .nav-header .header-link {
  max-width: 256px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

#header .header-main .header-link, #header .header-main .header-link:visited, #header .header-main .header-link:active, #header .header-main .header-link:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  display: block;
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.navigation-menu a {
  text-decoration: none;
}

.navigation-menu .nav-list {
  background-color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-menu .nav-list .nav-item {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.navigation-menu li {
  margin-bottom: unset;
}

.navigation-menu .nav-list .nav-item .menu-item {
  line-height: 48px;
  background-color: transparent;
  min-height: unset;
}

.menu-item {
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.menu-item {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  position: relative;
  cursor: pointer;
}

.menu-heading, .menu-item {
  line-height: 4rem;
  min-height: 4rem;
  padding: 0 16px;
  white-space: nowrap;
}

.menu-item .text {
  vertical-align: middle;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.navigation-menu .nav-list.nav-depth-0 > .nav-item > .menu-item > .sub-icon {
  display: block;
}

.menu-item .sub-icon {
  margin-right: 0;
}

.menu-item .icon-i {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 1em;
  vertical-align: middle;
}

.fill-primary-step-3 {
  fill: #2c65af;
}

.navigation-menu .nav-list .nav-item .sub-nav {
  background-color: #fff;
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

.menu-item .spacer {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#header .header-main .user-profile {
  display: none;
}

#header .header-main .header-link, #header .header-main .header-link:visited, #header .header-main .header-link:active, #header .header-main .header-link:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  display: block;
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#header .header-main .header-engagement {
  display: none;
}

.message-banner {
  position: relative;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.message-banner .message {
  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;
  line-height: 3rem;
}

.message-banner .hd, .message-banner .bd {
  margin-right: 0.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.message-banner .message-box-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hd, .bd, .ft {
  overflow: hidden;
}

.fontSemiBold {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "AvenirNext", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

.fontSizeNormal {
  font-size: 14px;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
}

.message-banner .icon-white-carat-right {
  line-height: 3rem;
  -webkit-transform: scale(0.75, 0.75);
      -ms-transform: scale(0.75, 0.75);
          transform: scale(0.75, 0.75);
}

.icon-white-carat-right, .icon-white-carat-down, .icon-white-carat-left {
  width: 10px;
  height: 16px;
  background-position: 0 -381px;
}

#breadcrumb {
  line-height: 2;
  padding: 0 8px;
  margin: -16px 0 8px;
}

#breadcrumb #page-breadcrumb {
  height: 2em;
  line-height: 2em;
}

.limit-height {
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.limit-height.limit-height-large-1, .limit-height.limit-height-small-1 {
  display: block;
  height: 1.333333333em;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.fill-neutral-step-3 {
  fill: #c1c4cc;
}

.dynamic-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-card .details-container {
  max-height: 0;
  overflow: hidden;
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: max-height;
  -o-transition-property: max-height;
  transition-property: max-height;
}

.dynamic-container > div {
  overflow: hidden;
}

.dynamic-container > div > *:last-of-type {
  margin-bottom: 16px;
}

.content-card:not(.expanded):not(.details) .details-container {
  max-height: 0;
  overflow: hidden;
}

#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:visited, #breadcrumb a:active {
  color: #2c65af;
}

#breadcrumb #page-breadcrumb .bc-carat .icon-i {
  fill: #c1c4cc;
}

.navigation-menu .nav-list.nav-depth-1 > .nav-item:not(.break) {
  padding-left: 16px;
}

.navigation-menu .nav-list .nav-item .menu-item.break {
  padding-top: 8px;
  margin-bottom: 8px;
}

.page {
  margin: auto;
  position: relative;
}

.page-heading {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px 8px;
}

.page-heading .page-heading-image {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
      align-self: auto;
  margin-right: 8px;
}

.page-heading .page-heading-heading {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.page-heading .page-heading-heading .heading {
  margin: 0;
  padding: 0;
}

.heading, h1.heading {
  text-align: center;
  color: #303437;
  font-size: 1.2857142857em;
  font-weight: 500;
  margin: 0 0 8px;
}

h1 {
  font-size: 1.4285714286em;
}

#page-container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main-content {
  margin: 0 334px 0 228px;
  min-height: 3000px;
}

#main-content, #vertical-navigation {
  position: relative;
  padding: 4px;
}

#body-lead {
  margin-bottom: 16px;
}

.filter-bar {
  position: relative;
}

.filter-bar .top-bar {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  line-height: 2.571428571em;
  border-bottom: 0 solid #c1c4cc;
}

.filter-bar .top-bar .tab {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.filter-bar .top-bar .tab .filter-trigger {
  position: relative;
  cursor: pointer;
}

button.btn, button.btn-hero, button.btn-cta, button.btn-cta:focus, button.btn-cta:active, button.btn-positive, button.btn-flat, button.btn-stand-alone, button.btn-destructive, button.btn-outlined, input.btn, input.btn-hero, input.btn-cta, input.btn-cta:focus, input.btn-cta:active, input.btn-positive, input.btn-flat, input.btn-stand-alone, input.btn-destructive, input.btn-outlined {
  line-height: 1rem;
}

button.btn-hero, button.btn-cta, button.btn-cta:focus, button.btn-cta:active, button.btn-positive, button.btn, button.btn-flat, button.btn-stand-alone, button.btn-destructive, input.btn-hero, input.btn-cta, input.btn-cta:focus, input.btn-cta:active, input.btn-positive, input.btn, input.btn-flat, input.btn-stand-alone, input.btn-destructive {
  border: 0;
}

.btn-flat, .btn-stand-alone, .btn-flat:focus {
  color: #2c65af;
  background-color: #fff;
}

.btn-positive .icon-i, .btn-flat .icon-i, .btn-stand-alone .icon-i {
  fill: #2c65af;
}

.btn-cta > svg, .btn-flat > svg, .btn-stand-alone > svg, .btn-cta > span, .btn-hero > svg, .btn-cta:focus > svg, .btn-cta:active > svg, .btn-hero > span, .btn-cta:focus > span, .btn-cta:active > span {
  vertical-align: middle;
}

.filter-bar .top-bar .tab .filter-trigger {
  position: relative;
  cursor: pointer;
}

.filter-bar .top-bar .top-left-action, .filter-bar .top-bar .top-right-action {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.filter-bar .top-bar .top-left-action .filter-interests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px 0 16px;
}

.toggle-link {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  margin: 0 8px;
}

.toggle-link:before {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c1c4cc;
  border: 1px solid #e2e3e8;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  content: "";
  border-radius: 30px;
}

.toggle-link:after {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  top: 1px;
  background-color: #fff;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  -webkit-box-shadow: 0 0 1px #c1c4cc, 0 1px 5px #c1c4cc;
          box-shadow: 0 0 1px #c1c4cc, 0 1px 5px #c1c4cc;
  border-radius: 50%;
}

.filter-bar .top-bar .flex-section {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.filter-bar .top-bar .count {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.filter-bar .top-bar .top-left-action, .filter-bar .top-bar .top-right-action {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.filter-bar .top-bar .top-right-action .top-right-action-content {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #c1c4cc;
  display: inline;
}

.btn-not-btn {
  padding: 0 !important;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "AvenirNext", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

strong {
  font-weight: 700;
}

strong, b {
  font-weight: bold;
  color: rgba(48, 52, 55, 0.8);
}

.filter-bar .filter-tray {
  position: relative;
  background-color: #fff;
}

.filter-bar.expanded .filter-tray .content {
  padding: 8px;
  height: auto;
  max-height: 300px;
}

.filter-bar .filter-tray .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  padding: 0 8px;
  -webkit-transition-property: max-height, padding-top, padding-bottom;
  -o-transition-property: max-height, padding-top, padding-bottom;
  transition-property: max-height, padding-top, padding-bottom;
}

.filter-bar .filter-tray .content .filters {
  line-height: 2.571428571em;
}

.filter-bar .filter-tray .chips {
  margin: 0;
}

.chips {
  margin-top: 2.666666664px;
}

.chips .chip-container {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.filter-bar.expanded .filter-tray .content .filters:not(.expanded) .chip {
  margin-bottom: 0;
}

.filter-bar .filter-tray .chips .chip-container > .visible, .filter-bar .filter-tray .chips .chip-container > .selected, .filter-bar .filter-tray .chips .chip-container .more-filter-trigger {
  position: relative;
  top: auto;
  left: auto;
}

.filter-bar .filter-tray .chips .chip-container > * {
  position: absolute;
  top: -100000px;
  left: -10000px;
}

.chip {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  color: #303437;
  background-color: #fff;
  border: 1px solid #e2e3e8;
  line-height: 2rem;
  border-radius: 1rem;
  display: inline-block;
  padding: 0 0.75rem;
  text-decoration: none;
}

.chips .chip {
  margin-right: 4px;
  margin-bottom: 2.666666664px;
}

.chip .left-icon {
  margin: -0.15rem 0.25rem 0 -0.25rem;
}

.chip .icon-i {
  display: inline-block;
  fill: #303437;
  border-radius: 16px;
}

.chip.selected {
  color: #2c65af;
  background-color: #d7eaf8;
  border-color: #72a1d5;
}

.chip.selected .right-icon {
  background-color: #adc8e7;
}

.chip.selected .icon-i {
  fill: #2c65af;
}

.chip .right-icon {
  margin: -0.15rem -0.25rem 0 0.25rem;
}

.filter-bar .filter-tray .content .filters .more-filter-trigger {
  cursor: pointer;
  color: #2c65af;
  font-weight: 500;
}

.chip-filter {
  display: inline-block;
}

.dealnewsjs-slider {
  min-height: 292px;
}

.slider div {
  margin: 0 auto;
  min-height: 292px;
  min-width: 890px;
}

.slider-card {
  margin: 8px 8px 8px 0 !important;
  border-radius: 8px !important;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24) !important;
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24) !important;
  background: #fff !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.content-small {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "AvenirNext", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  width: 160px !important;
  border-radius: 8px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.content-small .media {
  background-color: #fff !important;
  position: relative !important;
  margin-bottom: 1px !important;
  min-height: 64px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  border-radius: 8px !important;
}

.content-small .media .attractor {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 120px !important;
          flex: 0 0 120px !important;
  height: 120px !important;
  padding: 4px 4px 0 !important;
  max-width: none !important;
  margin-bottom: 8px !important;
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  min-width: 0 !important;
  max-height: 120px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.native-lazy-img-container.native-lazy-img-size-square {
  max-height: 300px !important;
}

.native-lazy-img-container {
  width: 100% !important;
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.native-lazy-img-container img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  max-height: 100% !important;
}

.content-small .media .pitch {
  position: relative !important;
  padding: 10px 8px 0 !important;
  min-width: 140px !important;
  overflow: hidden !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 50% !important;
          flex: 1 1 50% !important;
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.content-small .media .cover-link[data-v-46a1eb02] {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.content-small .media .pitch .key-attribute {
  font-size: 0.7428571429em !important;
  font-weight: 400 !important;
  color: #7f8387 !important;
  margin: 5px 0px 4px !important;
  height: 1.333333333em !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  -o-text-overflow: ellipsis !important;
     text-overflow: ellipsis !important;
}

.content-small .media .pitch .title {
  font-size: 1em !important;
  font-weight: 500 !important;
  margin-bottom: 6px !important;
  height: 2.666666666em !important;
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
     text-overflow: ellipsis !important;
  display: -webkit-box !important;
}

.content-small .media .pitch .callout-group {
  font-size: 1em !important;
  font-weight: 500 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  color: #7f8387 !important;
  margin-bottom: 8px !important;
  height: 1.333333333em !important;
}

.content-small .media .pitch .callout-group .callout {
  color: #00a863 !important;
  height: 1.333333333em !important;
  font-size: 1.2857142857em !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  -o-text-overflow: ellipsis !important;
     text-overflow: ellipsis !important;
  margin-bottom: 6px !important;
  position: relative !important;
  -webkit-box-orient: vertical !important;
}

.content-small .media .pitch .callout-group .secondary-callout {
  font-size: 0.8571428571em !important;
  font-weight: 300 !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}

.content-small .media .pitch .callout-group .secondary-callout::before {
  content: "+" !important;
  margin: 0 4px 0 6px !important;
}

.dn-slider-container {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "AvenirNext", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.333333333 !important;
}

.dn-slider-container .dn-slider {
  position: relative !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  background: #fafafa !important;
  border-radius: 16px 0 0 16px !important;
}

.dn-slider-container .dn-slider .dn-slider-nav {
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow-y: hidden !important;
  position: relative !important;
  padding: 4px 8px 4px 16px !important;
  scrollbar-width: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-bar.expanded .filter-tray .content .filters.expanded .chips .chip-container > * {
  position: relative;
  top: auto;
  left: auto;
}

.filter-bar .top-bar .tab .filter-trigger:focus {
  outline: 1px solid;
}

.btn-flat:hover, .btn-stand-alone:hover {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.dn-slider-container .dn-slider .dn-advancer.dn-advancer-left {
  left: 2px !important;
}

.dn-slider-container .dn-slider .dn-advancer {
  border-radius: 50% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  background: 0 0 !important;
  z-index: 9999 !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  position: absolute !important;
  top: calc((100% - 32px) / 2) !important;
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
  z-index: 1000 !important;
  width: 40px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  bottom: unset !important;
  height: unset !important;
}

.dn-slider-container .dn-slider .dn-advancer.dn-advancer-right {
  opacity: 1 !important;
}

.dn-slider-container .dn-slider .dn-advancer.dn-advancer-left {
  opacity: 1 !important;
}

.dn-slider-container .dn-slider .dn-advancer.dn-advancer-right {
  right: 2px !important;
}

.dn-slider-container .dn-slider .dn-advancer .dn-advancer-icon {
  background: #fff !important;
  padding: 4px !important;
  height: 24px !important;
  width: 24px !important;
  -webkit-box-shadow: 1px 0 13px 6px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24) !important;
          box-shadow: 1px 0 13px 6px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24) !important;
  border-radius: 50% !important;
  fill: #858585 !important;
}

.content-small .action-bar {
  text-align: right !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.content-small .action-bar .details-btn.no-coupon {
  border: unset !important;
  border-radius: 0 0 8px 8px !important;
}

.content-small .action-bar .details-btn {
  text-transform: initial !important;
  font-size: 0.9em !important;
  min-width: unset !important;
  width: 100% !important;
  text-align: right !important;
  padding: 0 4px !important;
  border-radius: 0 0 8px 0 !important;
  height: 36px !important;
  line-height: 36px !important;
}

.btn-flat, .btn-flat:focus {
  color: #2c65af !important;
  background-color: #fff !important;
}

.chip:hover {
  color: #2c65af;
  background-color: #edf5fc;
  border-color: #72a1d5;
}

.content-small .media .pitch .callout-group .callout-comparison[data-v-46a1eb02] {
  color: #7f8387 !important;
  font-size: 0.7428571429em !important;
  font-weight: 300 !important;
  text-decoration: line-through !important;
}

.content-small .action-bar .details-btn .details-btn-icon {
  margin-bottom: 2px !important;
  fill: #2c65af !important;
  height: 0.7857142857em !important;
  width: 0.7857142857em !important;
  vertical-align: middle !important;
  margin-right: 8px !important;
}

.bottom-sheet-scrim {
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.bottom-sheet.active {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.bottom-sheet {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  background-color: #fff;
  z-index: 2000001;
  padding-bottom: 22px;
  visibility: hidden;
}

.bottom-sheet .menu-item.menu-heading {
  cursor: default;
  padding: 0 16px 0 8px;
}

.menu-heading {
  font-size: 1em;
  font-weight: 500;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: auto;
}

.bottom-sheet .menu-item.menu-heading span.text {
  font-weight: 400;
  font-size: 12px;
  color: #7f8387;
}

.bottom-sheet .menu-item .text {
  font-size: 1.2857142857em;
  font-weight: 500;
}

.bottom-sheet .menu-item.break {
  padding-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  cursor: default;
}

.menu-item.break {
  color: transparent;
  border-bottom: 1px solid #e2e3e8;
  padding: 1.714285714rem 0 0;
  margin-bottom: 1.714285714rem;
  margin-left: 8px;
  margin-right: 8px;
  min-height: unset;
}

.bottom-sheet .menu-item.select-active {
  border-radius: 4px;
  background-color: #d7eaf8;
  color: #214b82;
  cursor: default;
  margin-left: 2px;
  margin-right: 2px;
}

a:hover {
  text-decoration: underline;
}

.menu-item.active, .menu-item:hover {
  background-color: #eff0f3;
}

.menu-heading:hover, .menu-item:hover {
  text-decoration: none;
}

.navigation-menu .nav-list .nav-item.has-link:hover {
  background-color: #eff0f3;
}

#header .header-main .search-section .header-link, #header .header-main .refine-section .header-link {
  min-width: 40px;
}

#header .header-main .header-link:hover {
  background-color: #214b82;
}

#search-panel {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
  background-color: #fff;
  padding: 16px 0;
  white-space: nowrap;
  margin: 0;
  inset: 60px 0 auto auto !important;
  left: unset !important;
  right: 0 !important;
  min-width: 100vw;
  max-width: 100vw;
}

.dn-panel.active {
  visibility: visible;
}

.dn-panel {
  visibility: hidden;
  position: absolute;
  top: -100000px;
  left: -100000px;
  max-width: 960px;
  z-index: 2000100;
}

.dialog-attach-tr {
  margin-top: 16px;
  margin-left: 16px;
}

#search-panel #search-form {
  padding: 0 16px;
}

*:invalid, *:required {
  outline: none !important;
}

input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]) {
  outline: none;
}

input, select {
  font-size: 16px;
  font-size: 1.1428571429rem;
  text-rendering: optimizeLegibility;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "AvenirNext", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
}

#search-panel #search-button {
  float: right;
  margin-left: 5px;
}

.btn-hero, .btn-cta, .btn-cta:focus, .btn-cta:active, .btn-hero:focus, .btn-hero:active {
  background-color: #2c65af;
  outline-color: #000;
}

.btn-hero, .btn-cta, .btn-cta:focus, .btn-cta:active, .btn-hero:focus {
  color: #fff;
}

.btn-hero, .btn-cta, .btn-cta:focus, .btn-cta:active {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.btn-outlined, .btn-destructive, .btn-flat, .btn-stand-alone, .btn-positive, .btn-hero, .btn-cta, .btn-cta:focus, .btn-cta:active, .btn {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  height: 2.571428571em;
  line-height: 2.571428571em;
  min-width: 6.285714286em;
  padding: 0 0.857142857em;
  border-radius: 0.142857143em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  -webkit-transition: background-color 0.25s, -webkit-box-shadow 0.25s;
  transition: background-color 0.25s, -webkit-box-shadow 0.25s;
  -o-transition: background-color 0.25s, box-shadow 0.25s;
  transition: background-color 0.25s, box-shadow 0.25s;
  transition: background-color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
  cursor: pointer;
}

button.btn-hero, button.btn-cta, button.btn-cta:focus, button.btn-cta:active, button.btn-positive, button.btn, button.btn-flat, button.btn-stand-alone, button.btn-destructive, input.btn-hero, input.btn-cta, input.btn-cta:focus, input.btn-cta:active, input.btn-positive, input.btn, input.btn-flat, input.btn-stand-alone, input.btn-destructive {
  border: 0;
}

#search-panel .form-field-box {
  border: 1px solid #c1c4cc;
  display: block;
  position: relative;
}

.form-field-box {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}

#search-panel input.form-field {
  height: 2em;
}

input.form-field, select.form-field, .form-field-select-value {
  border: 0;
  height: 33px;
  height: 2.5rem;
  padding: 0 0 0 2%;
  margin: 0;
  width: 98%;
}

#header a {
  color: #2c65af;
  text-decoration: none;
  font-weight: 500;
}

.predictive-response .clear-input {
  position: absolute;
  right: 8px;
  top: 12px;
  display: inline-block;
}

.box-close-black {
  background-position: 0 0;
  width: 13px;
  height: 13px;
  cursor: pointer;
  display: block;
}

.bottom-sheet-scrim.active {
  display: block;
}

.bottom-sheet .bottom-sheet-background {
  background-color: #fff;
}

.dnwizard {
  min-width: 100px;
  min-height: 100px;
  position: relative;
}

.dnwizard .dnwizard-step {
  display: none;
}

#dn-modal-onboard .entry-content, #dn-modal-onboard .error-content {
  padding: 32px;
}

#dn-modal-onboard .entry-content .entry-body, #dn-modal-onboard .entry-content .error-body, #dn-modal-onboard .error-content .entry-body, #dn-modal-onboard .error-content .error-body {
  text-align: center;
}

.dnwizard .dnwizard-step-active {
  display: inherit;
  display: initial;
}

.icon-i-grid span {
  font-size: 12px;
  font-weight: 700;
}

#dn-modal-onboard .sign-in {
  margin-bottom: 0;
}

.dnlogin {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dnlogin div {
  text-align: center;
}

.feature-icons {
  background-color: #2c65af;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-i-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: fit-content(50%) fit-content(50%);
  grid-template-columns: fit-content(50%) fit-content(50%);
  -ms-grid-rows: fit-content(50%) fit-content(50%);
  grid-template-rows: fit-content(50%) fit-content(50%);
  color: #fff;
  font-weight: 500;
  grid-gap: 24px;
  margin: 16px;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}

.icon-i-grid div {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 121px;
}

.icon-i-grid img {
  margin: 8px;
}

.dnlogin h2 {
  color: #2c65af;
  margin-bottom: 0;
  font-size: 1.5714285714em;
  margin-top: 20px;
}

.dnlogin p {
  margin: 8px 0 0;
}

.login-pitch:not(.hide) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-pitch {
  width: 75%;
  margin: 0 auto 5% auto;
}

.pitch-btns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  max-width: 300px;
  min-width: 240px;
}

.third-party-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.third-party-btns .login-google {
  max-width: 240px;
  margin: 8px 0;
}

.S9gUrf-YoZ4jf, .S9gUrf-YoZ4jf * {
  border: none;
  margin: 0;
  padding: 0;
}

.login-pitch button {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dnlogin button {
  margin: 8px 0;
  width: 100%;
  padding: 0;
  height: 44px;
}

.third-party-btns .login-facebook img {
  margin-left: 8px;
  height: 24px;
  width: 24px;
}

.dnlogin button span {
  margin: auto;
}

.separator {
  border-bottom: 1px solid #7f8387;
  height: 8px;
  margin: 8px 16px 28px 16px;
}

.separator span {
  padding: 0 15px;
  background: #fff;
  color: #7f8387;
}

.email-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.email-btn button {
  max-width: 240px;
}

.dnlogin button svg {
  margin-left: 8px;
}

.login-pitch svg {
  margin-left: 13%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  height: auto;
}

.dnlogin .error {
  text-align: left;
  color: #b53635;
  font-weight: 400;
}

.hide {
  display: none;
}

.login-action {
  width: 75%;
  margin: 5% auto;
}

.login-action form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 10%;
}

.login-action form input {
  margin-bottom: 8px;
  border: 1px solid #c1c4cc;
  height: 2.5rem;
  padding: 0 0 0 2%;
  font-size: 1.14286rem;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
}

.dnlogin input {
  width: 98%;
}

.login-action form .password-wrapper {
  position: relative;
  display: inline-block;
}

.login-action form .password-wrapper .conceal-pw, .login-action form .password-wrapper .show-pw {
  cursor: pointer;
  position: absolute;
  top: 15%;
  right: 0;
  margin-right: 4px;
}

.dnlogin .g-recaptcha-explicit {
  margin: 8px auto;
}

.login-action form .reset-pw {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 8px;
}

.login-tnc {
  margin: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.icon-i-grid .heart-icon {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

.continue-email-btn {
  border: 1px solid #00a863 !important;
}

.border-success-step-3 {
  border-color: #00a863 !important;
  border-style: solid;
}

.text-success-step-3 {
  color: #00a863 !important;
}

.background-key-step-1 {
  background-color: #fff;
}

.text-success-step-3 {
  color: #00a863 !important;
}

.fill-success-step-3 {
  fill: #00a863;
}

.continue-email-btn:hover {
  background-color: #cce7d3 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.third-party-btns .login-facebook {
  max-width: 240px;
  background-color: #4267b2;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 700 !important;
  text-rendering: optimizeLegibility;
}

.footprint-group, .dynamic-grid-data {
  max-width: 100%;
  overflow: hidden;
}

.content-card.content-visibility-auto {
  content-visibility: auto;
  contain-intrinsic-size: 147px;
}

.card.border {
  border: 1px solid #c1c4cc;
  border-radius: 8px;
}

.content-card {
  overflow: hidden;
}

.shadow-depth-0 {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

.content-card {
  position: relative;
}

.card {
  background-color: #fff;
  margin-bottom: 16px;
}

.content-card:not(.details) .content-card-initial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content-card .action-menu {
  position: absolute;
  right: 16px;
  margin-top: 8px;
  z-index: 2;
  padding: 0;
  height: auto;
}

.content-card .content-card-initial > .content-media:not(.hero) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.content-card .content-card-initial > .content-media {
  position: static;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.content-card .content-card-initial > .content-media.details {
  padding-bottom: 0;
}

.content-media {
  background-color: #fff;
  padding: 8px 16px;
  position: relative;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
}

.content-card .content-card-initial > .content-media .badges-default {
  right: 40px;
}

.content-media .badges-default {
  right: 16px;
  position: absolute;
}

.btn-stand-alone {
  background: none;
  min-width: 0;
  padding: 0 8px;
}

.fill-neutral-step-3 {
  fill: #c1c4cc;
}

.content-card .content-card-initial > .content-media .attractor {
  -webkit-transition-duration: 90ms;
       -o-transition-duration: 90ms;
          transition-duration: 90ms;
  -webkit-transition-delay: 10ms;
       -o-transition-delay: 10ms;
          transition-delay: 10ms;
  -webkit-transition-property: -webkit-flex-basis;
  transition-property: -webkit-flex-basis;
  -o-transition-property: flex-basis;
  transition-property: flex-basis;
  transition-property: flex-basis, -webkit-flex-basis, -ms-flex-preferred-size;
  z-index: 1;
}

.content-media .attractor {
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-right: 16px;
  min-width: 108px;
  text-align: center;
}

.native-lazy-img-container {
  width: 100%;
  height: 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;
}

.dynamic-flag-group {
  position: absolute;
  bottom: 12px;
  width: 100%;
}

.content-media .pitch {
  position: relative;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  overflow: hidden;
}

.content-media .key-attribute-line {
  margin-bottom: 4px;
}

.content-media .key-attribute {
  font-size: 0.7em;
  font-weight: 300;
  color: #7f8387;
  margin-top: 5px;
}

.content-media .badges {
  display: none;
}

.content-media .title {
  position: relative;
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 10px;
}

.content-media .title-link {
  text-decoration: none;
  color: #000;
  font-weight: inherit;
}

.content-media .callout-group {
  font-weight: 500;
  color: #00a863;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-media .callout {
  font-size: 1.4em;
  font-weight: 500;
  height: 1.333333333em;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.content-media .secondary-callout {
  font-size: 0.8em;
  font-weight: 300;
  color: #7f8387;
  font-style: italic;
}

.content-media .secondary-callout::before {
  content: "+";
  margin: 0 4px 0 6px;
}

.content-card .content-card-initial > .content-media:not(.details) .content-section {
  padding: 0;
}

.content-media .more {
  text-decoration: none;
  top: 0;
  right: 0;
  position: absolute;
  margin-left: 16px;
  padding-left: 16px;
  color: #2c65af;
  z-index: 1000;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(6%, rgba(255, 255, 255, 0.6)), color-stop(18%, rgba(255, 255, 255, 0.8)), color-stop(27%, #fff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 6%, rgba(255, 255, 255, 0.8) 18%, #fff 27% 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 6%, rgba(255, 255, 255, 0.8) 18%, #fff 27% 100%);
}

.content-media:not(.details) .snippet.summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-media .snippet {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  color: #303437;
}

strong, b {
  font-weight: bold;
  color: rgba(48, 52, 55, 0.8);
}

.content-media .snippet + .additional-info {
  margin-top: 1.333333333em;
}

.content-media:not(.details) .content-section-header {
  display: none;
}

.content-section-header {
  font-weight: 500;
}

.content-card:not(.expanded):not(.details) .content-section ul {
  list-style: none;
  padding: 0;
}

.content-card .content-card-initial > .content-media .less {
  display: none;
}

.content-card .action-bar {
  margin: 0 8px;
  padding-left: 4px;
  padding-right: 4px;
}

.content-card:not(.expanded):not(.details) .action-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}

.action-bar .action-line {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.action-bar .action-item-flex {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin: 0 8px 0 0;
}

.content-card:not(.expanded):not(.details) .action-line .action-item-flex {
  display: none;
}

.content-card:not(.expanded):not(.details) .action-line .action-item {
  margin: 0px;
}

.action-bar .action-item-flex:last-child, .action-bar .action-item:last-child {
  margin-right: 0;
}

.content-card .btn-cta {
  min-width: 110px;
}

.btn-cta, .btn-cta:focus, .btn-cta:active {
  background: #00a863;
}

.content-card .content-section a:not(.more) {
  display: none;
}

.snippet p {
  font-size: 15px;
}

.dynamic-grid {
  overflow-anchor: none;
}

.content-block {
  margin-bottom: 32px;
}

.footprint-group, .dynamic-grid-data {
  max-width: 100%;
  overflow: hidden;
}

.dynamic-grid-data {
  max-width: 100%;
  /* box-sizing: border-box; */
}

.flex-grid-spacing-normal {
  margin: 0 -8px;
}

.flex-grid {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}

template {
  display: none;
}

.flex-grid .flex-cell {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  position: relative;
  overflow: hidden;
}

.flex-grid .flex-cell-size-1of1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.flex-grid-spacing-normal .flex-grid-gutter-horizontal {
  margin: 0 8px;
}

.content-card .dn-tab-content .flex-grid-gutter {
  margin: 8px 8px 0;
}

.material-list {
  padding: 0;
  list-style: none;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.material-list-row {
  padding: 0 16px;
  margin: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.material-list-row > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.material-list-row .row-icon .icon-i {
  margin-right: 16px;
}

.material-list-row .row-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.font-body-2 {
  font-size: 1em;
  font-weight: 500;
}

.content-card .details-grid > .flex-cell:nth-of-type(2) {
  border-left: 1px solid #e2e3e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-card .dn-tab-content .chips .chip-container {
  border-bottom: 1px solid #e2e3e8;
  padding: 8px 0;
}

.dynamic-grid-pager {
  margin-top: 8px;
  text-align: center;
}

.btn-positive, .btn-positive:focus {
  color: #2c65af;
  background-color: #fff;
}

.btn-positive {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.btn-positive, .btn-positive:focus {
  color: #2c65af;
  background-color: #fff;
}

.btn-positive .icon, .btn-flat .icon, .btn-stand-alone .icon {
  fill: #2c65af;
}

.btn-positive:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
}

.btn-outlined:hover, .btn-destructive:hover, .btn-flat:hover, .btn-stand-alone:hover, .btn-positive:hover, .btn-hero:hover, .btn-cta:hover, .btn:hover {
  text-decoration: none;
}

.dynamic-grid .pager-more {
  display: inline-block !important;
}

.flag-container.flag-hidden {
  display: none;
}

.flag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flag-container .flag {
  font-size: 0.8571428571em;
  font-weight: 300;
  color: #fff;
  background: #2c65af;
  line-height: 18px;
  height: 18px;
  padding: 0 6px;
  position: relative;
  border-radius: 16px;
}

.flag-container .flag .icon {
  fill: #fff;
  vertical-align: top;
  padding-top: 2px;
  width: 14px;
  height: 14px;
}

.tag-container.sponsored {
  border-color: #7f8387;
  color: #7f8387;
}

.tag-container {
  background: #fff;
  position: absolute;
  top: -8px;
  left: -16px;
  height: 14px;
  max-width: 186px;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  width: 100%;
  border-radius: 0 0 3px 0;
  -webkit-transform: rotate(0) scale(1) skew(-25deg) translate(0);
      -ms-transform: rotate(0) scale(1) skew(-25deg) translate(0);
          transform: rotate(0) scale(1) skew(-25deg) translate(0);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}

.tag-container .tag {
  font-size: 0.7em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-right: 2px;
  -webkit-transform: rotate(0) scale(1) skew(25deg) translate(0);
      -ms-transform: rotate(0) scale(1) skew(25deg) translate(0);
          transform: rotate(0) scale(1) skew(25deg) translate(0);
}

.content-media .callout-comparison {
  font-size: 0.5833333333em;
  font-weight: 300;
  color: #7f8387;
  text-decoration: line-through;
}

.content-card .action-menu:hover, .content-card .action-menu:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px dotted #2c65af;
}

.btn-flat:focus, .btn-stand-alone:focus {
  outline-color: #2c65af;
}

.content-card.expanded .content-card-initial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-card.expanded .details-container {
  max-height: 800px;
}

.dn-tab-content {
  position: absolute;
  top: -10000px;
  left: -10000px;
  visibility: hidden;
}

.dn-tabs {
  position: relative;
}

.content-card .dn-tab-bar {
  margin: 0 8px;
  border-bottom: 1px solid #e2e3e8;
  overflow-x: auto;
  white-space: nowrap;
}

.content-card .dn-tab {
  height: 2.571428571em;
  line-height: 2.571428571em;
  min-width: 6.285714286em;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
}

.content-card .dn-tab, .content-card .dn-tab-selected:hover {
  background-color: #fff;
}

.dn-tab:first-of-type {
  border-top-left-radius: 4px;
}

.dn-tab-selected {
  color: #fff !important;
  background: #2c65af;
  background: #2c65af;
}

.dn-tab {
  font-size: 1em;
  font-weight: 500;
  color: #2c65af !important;
  border-radius: 0;
  background: #fff;
  border: 0;
  height: 2.571428571em;
  line-height: 2.571428571em;
  letter-spacing: 0.03em;
  display: inline-block;
  padding: 0 1em 0 1em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 1px 0 0;
}

.content-card.expanded .details-container .dn-tab-content {
  max-height: 761px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}

.content-card .dn-tab-content {
  padding: 8px 8px 0;
}

.dn-tab-content-selected {
  position: relative;
  visibility: inherit;
  left: auto;
  top: auto;
}

.content-card .breadcrumb {
  margin: 0 8px;
}

.breadcrumb a {
  text-decoration: none;
}

.content-card .details .content-section a.more, .content-card .expanded .content-section a.more {
  display: none;
}

.content-card .details .content-section a, .content-card .expanded .content-section a {
  text-decoration: none;
}

.content-card.expanded .native-lazy-img {
  width: auto !important;
  height: auto !important;
}

.content-card .content-card-initial > .content-media.details .limit-height {
  max-height: none;
  height: auto;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.content-card .content-card-initial > .content-media.details .limit-height {
  max-height: none;
  height: auto;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.content-card .details .content-section a.more, .content-card .expanded .content-section a.more {
  display: none;
}

ul.content-section-list {
  margin: 0;
}

.content-section ul {
  margin: 0;
  white-space: normal;
}

.content-card.expanded .content-card-initial .less {
  display: inline-block;
}

.content-media.details .less {
  color: #2c65af;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.content-media.details .attractor {
  -ms-flex: 0 0 35%;
  -webkit-box-flex: 0;
          flex: 0 0 35%;
  max-height: 300px;
}

.tiny-slider-wrapper {
  margin: 0 !important;
}

.tiny-slider-wrapper .carousel-title {
  margin-left: 8px;
  color: #7f8387;
}

.font-body-1 {
  font-size: 1em;
  font-weight: 300;
}

.content-card .tns-outer {
  margin: 0;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer {
  position: relative;
  margin-bottom: 8px;
}

.tns-controls {
  outline: none;
}

.tns-controls button:nth-child(1) {
  left: 0;
}

.tns-controls button {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  cursor: pointer;
  z-index: 100;
  border: none;
  background-color: transparent;
  padding: 0;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.icon-i-slider-left {
  width: 22px;
  height: 44px;
  background-position: 0 -191px;
}

.tns-controls button:nth-child(2) {
  right: 0;
}

.icon-i-slider-right {
  width: 22px;
  height: 44px;
  background-position: 0 -486px;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-ovh {
  overflow: hidden;
}

#Carousel-tiny-iw {
  margin: 0px;
}

#Carousel-tiny {
  font-size: 0px;
}

#Carousel-tiny > .tns-item {
  width: 160px;
}

#Carousel-tiny > .tns-item {
  font-size: 14px;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tiny-slider-item-small {
  max-width: 160px;
}

.tiny-slider-item {
  min-width: 160px;
  display: inline-block;
}

.content-media.small {
  border-bottom: 1px solid #c1c4cc;
  margin-bottom: 1px;
  min-height: 64px;
  padding: 8px;
  border-radius: 0;
}

.content-media.small .badges-default {
  display: none;
}

.content-media .badges-default {
  right: 16px;
  position: absolute;
}

.content-media.small.hero {
  height: 17rem;
  border-bottom: none;
  padding: 0;
  border-radius: 8px;
}

.content-media.small.hero .attractor {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  height: 120px;
  padding: 4px 4px 0;
  max-width: none;
  margin-bottom: 8px;
}

.content-media.hero .attractor {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 158px;
          flex: 0 0 158px;
  height: 158px;
  max-width: none;
  min-width: auto;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 8px 0;
}

.native-lazy-img-container.native-lazy-img-size-square {
  max-height: 300px;
}

.content-media.small.hero .attractor .dynamic-flag-group {
  position: unset;
  bottom: unset;
  width: unset;
  margin-top: -4px;
}

.dynamic-flag-group {
  position: absolute;
  bottom: 12px;
  width: 100%;
}

.content-media.small .pitch {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  min-width: 160px;
}

.content-media.small.hero .pitch {
  padding: 10px 8px 0;
  min-width: 140px;
}

.content-media.small .key-attribute-line {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  height: 24px;
}

.content-media.hero .key-attribute-line {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  height: 24px;
}

.content-card .limit-height.limit-height-small-1, .content-card .limit-height.limit-height-large-1 {
  white-space: unset;
}

.content-media.hero {
  padding: 0;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 27.5rem;
}

.content-media.small:not(.details) .content-section .more {
  display: none;
}

.content-media:not(.details) .snippet.summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-media.small:not(.details) .content-section * {
  display: inline;
  white-space: nowrap;
}

.content-media.small.hero .pitch .callout-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Carousel-tiny > .tns-item {
  font-size: 14px;
}

.content-media.small .callout-group {
  margin-bottom: 8px;
}

.content-media.small.hero .pitch .callout-group + .content-section {
  display: none;
}

.content-media .cover-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content-media.small.hero .pitch .callout {
  display: unset;
  margin-bottom: 2px;
}

.content-media.small .callout {
  font-size: 1.2857142857em;
}

.content-media.small .secondary-callout {
  font-size: 0.8571428571em;
  font-weight: 300;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.content-media .secondary-callout::before {
  content: "+";
  margin: 0 4px 0 6px;
}

.content-media.small .key-attribute {
  font-size: 0.8571428571em;
  font-weight: 300;
  color: #7f8387;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.content-media.hero .badges {
  display: block;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.content-media.small .badges {
  display: block;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.content-media.small.hero .pitch .title {
  height: 2.666666666em;
}

.content-media.small .title {
  font-size: 1em;
  font-weight: 500;
  font-weight: 500;
  margin-bottom: 6px;
}

.content-media.hero .title {
  margin-bottom: 4px;
  margin-right: 0;
}

.margin-btm-lg {
  margin-bottom: 32px;
}

.comment-cta {
  font-size: 16px;
  font-size: 1.1428571429rem;
  text-rendering: optimizeLegibility;
  text-align: center;
  padding-bottom: 16px;
}

.btn-cta:hover {
  background-color: #82ca9c;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
}

.content-card .dn-tab:hover {
  background-color: #d7eaf8;
  border-bottom-color: #d7eaf8;
}

.content-card .dn-tab-selected, .content-card .dn-tab-selected:hover {
  color: #2c65af !important;
  border-bottom-color: #2c65af;
}

#Carousel-tiny {
  width: 1280px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

a {
  color: #2c65af;
  text-decoration: none;
  font-weight: 500;
}

.comment-block {
  margin: 20px 0px;
}

.card.border {
  border: 1px solid #c1c4cc;
  border-radius: 8px;
}

.link-widget {
  margin-bottom: 16px;
  border-top: 1px solid #c1c4cc;
  border-bottom: 1px solid #c1c4cc;
  padding-bottom: 16px;
}

#body-last .link-widget-title {
  padding-left: 16px;
}

.link-widget-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

a.link-widget-link {
  text-decoration: none;
  color: #2c65af;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.link-widget-title h3 {
  margin: 15px 0px;
  line-height: 1.4;
  font-weight: 700 !important;
  text-rendering: optimizeLegibility;
  font-size: 17px;
}

.link-widget-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  text-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.browse-nav-content {
  padding: 16px;
}

.alert-invite {
  background: #2c65af;
  padding: 16px;
  color: #fff;
}

.alert-invite .alert-invite-text {
  line-height: 2;
}

.alert-invite strong {
  color: inherit;
}

.alert-invite .alert-signup {
  display: inline-block;
  vertical-align: middle;
}

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

#footer-connect ul {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .hd {
  font-weight: 700;
}

#footer-connect li {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  line-height: 36px;
}

#footer li {
  padding-bottom: 0.5em;
}

.fill-facebook {
  background-color: #fff;
  fill: #355a9a;
  border-radius: 3px;
}

.fill-linkedin {
  background-color: #fff;
  fill: #0077b6;
  border-radius: 3px;
}

.fill-twitter {
  background-color: #fff;
  fill: #00a1f4;
  border-radius: 3px;
}

.fill-rss {
  background-color: #fff;
  fill: #ff7020;
  border-radius: 3px;
}

#footer li {
  padding-bottom: 0.5em;
}

a.stand-alone {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #2c65af;
  text-decoration: none;
  font-weight: 500;
}

#footer {
  color: #303437;
  margin: 32px 8px 0 8px;
}

#footer-deals, #footer-links {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

#footer-capture {
  display: none;
}

.line, .lastUnit {
  overflow: hidden;
  *overflow: visible;
  *zoom: 1;
}

input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]) {
  outline: none;
}

.font-display-2, h1.font-display-2, .font-display-2 h1, h2.font-display-2, .font-display-2 h2, h3.font-display-2, .font-display-2 h3, h4.font-display-2, .font-display-2 h4, h5.font-display-2, .font-display-2 h5, h6.font-display-2, .font-display-2 h6 {
  font-size: 2.4285714286em;
  font-weight: 400;
  margin: 0 0 1.142857143rem;
}

.sub-heading, h1.sub-heading, h2.sub-heading, h3.sub-heading, h4.sub-heading, h5.sub-heading, h6.sub-heading {
  color: #303437;
  margin: 0 0 8px;
  font-size: 1em;
  font-weight: 500;
}

.form-field-box {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

input.form-field, select.form-field, .form-field-select-value {
  border: 0;
  height: 33px;
  height: 2.5rem;
  padding: 0 0 0 2%;
  margin: 0;
  width: 98%;
}

input[type=email i] {
  -webkit-writing-mode: horizontal-tb !important;
      -ms-writing-mode: lr-tb !important;
          writing-mode: horizontal-tb !important;
  padding-block: 1px;
  padding-inline: 2px;
}

#ft-copyright {
  font-size: 0.8571428571em;
  font-weight: 300;
  text-align: center;
  background-color: #2c65af;
  padding: 8px;
  color: #fff;
}

#ft-copyright {
  font-size: 0.8571428571em;
  font-weight: 300;
  text-align: center;
  background-color: #2c65af;
  padding: 8px;
  color: #fff;
}

#ft-copyright a {
  color: #fff;
  text-decoration: none;
}

#footer-ad .ad {
  width: 300px;
  margin: auto;
}

.content-small .action-bar .details-btn[data-v-46a1eb02]:hover {
  background-color: #fafafa !important;
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

#sidebar .widget:not(.widget-ad) {
  border: 1px solid #c1c4cc;
  border-radius: 4px;
  margin-top: 60px;
}

#sidebar .widget {
  margin-bottom: 16px;
}

#sidebar .widget .section-heading-2 {
  margin: 0 8px 8px;
  border-top: 0;
}

.section-heading-2, h1.section-heading-2, h2.section-heading-2, h3.section-heading-2, h4.section-heading-2, h5.section-heading-2, h6.section-heading-2 {
  color: #7f8387;
  font-size: 1em;
  font-weight: 300;
  padding-top: 8px;
  border-top: 1px solid #c1c4cc;
  margin: 0 0 8px;
  position: relative;
}

.section-heading-2 h1, .section-heading-2 h2, .section-heading-2 h3, .section-heading-2 h4, .section-heading-2 h5, .section-heading-2 h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.text-neutral-step-4 {
  color: #7f8387 !important;
}

.widget-stats .stats-header {
  text-align: left;
  font-weight: normal;
}

.widget-stats tr td, .widget-stats tr th {
  padding: 0 8px 8px 8px;
}

.widget-stats td {
  text-align: right;
  font-weight: bold;
}

.widget-stats table {
  margin-bottom: 16px;
  width: 100%;
  border-spacing: 0;
  padding: 8px 8px 0 0;
}

#sidebar .following-top-sticky {
  position: sticky;
  top: 16px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#sidebar .widget.engagement {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sidebar .widget:not(.widget-ad) {
  border: 1px solid #c1c4cc;
  border-radius: 4px;
}

#sidebar .widget {
  margin-bottom: 16px;
}

.widget .image-placement, .image-placement-no-margin {
  margin-bottom: -16px;
}

.image-placement {
  display: block;
  margin-bottom: 16px;
  text-align: center;
}

.back-to-top-outer {
  display: inline-block;
  opacity: 1;
  font-size: 12px;
  font-size: 0.8571428571rem;
  text-rendering: optimizeLegibility;
  background-color: none;
  border-radius: 4px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  color: #2c65af;
  -webkit-transition: opacity 0.25s 0s, margin 0s 0.25s;
  -o-transition: opacity 0.25s 0s, margin 0s 0.25s;
  transition: opacity 0.25s 0s, margin 0s 0.25s;
  -webkit-transform: translatez(0);
      -ms-transform: translatez(0);
          transform: translatez(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.back-to-top-outer .back-to-top-inner {
  border-radius: 4px;
  background-color: #2c65af;
  padding: 8px;
  margin-bottom: 8px;
}

.back-to-top-outer .back-to-top-inner .arrow-top {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
  margin: auto;
}

.back-to-top-outer .back-to-top-inner .arrow-stick {
  width: 8px;
  height: 15px;
  background-color: #fff;
  margin: auto;
}

.card .content-well {
  border-radius: 8px;
}

.content-well, .content-well-small {
  background-color: #fff;
  margin-bottom: 16px;
  padding: 16px;
  position: relative;
  font-size: 14px;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
}

.user-comment {
  margin-top: 10.6666666667px;
  padding-top: 10.6666666667px;
  border-top: 1px solid #c1c4cc;
}

.leftCol {
  float: left;
  margin-right: -3px;
}

.user-comment:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.user-image {
  width: 100%;
}

.user-comment .user-avatar {
  max-width: 75px;
}

.user-avatar {
  max-width: 125px;
  margin-right: 16px;
}

.main {
  display: table-cell;
  width: auto;
}

.body:after, .main:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  line-height: 0;
  font-size: xx-large;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

.section-heading-1, .link-heading, h1.link-heading, h2.link-heading, h3.link-heading, h4.link-heading, h5.link-heading, h1.section-heading-1, h2.section-heading-1, h3.section-heading-1, h4.section-heading-1, h5.section-heading-1, h6.section-heading-1, h6.link-heading {
  color: #303437;
  font-size: 1.2857142857em;
  font-weight: 500;
  margin: 0 0 8px;
  position: relative;
}

h3.section-heading-2, h4.section-heading-2, h5.section-heading-2, h6.section-heading-2, .section-heading-1, .link-heading, h1.link-heading, h2.link-heading, h3.link-heading, h4.link-heading, h5.link-heading, h1.section-heading-1, h2.section-heading-1, h3.section-heading-1, h4.section-heading-1, h5.section-heading-1, h6.section-heading-1, h6.link-heading, .sub-heading, h1.sub-heading, h2.sub-heading, h3.sub-heading, h4.sub-heading, h5.sub-heading, h6.sub-heading, .heading, h1.heading {
  display: block;
  text-decoration: none;
}

.user-comment .user-comment-body {
  margin-bottom: 8px;
  min-width: 25em;
  max-width: 33em;
}

.user-comment .user-comment-time {
  font-size: 12px;
  font-size: 0.8571428571rem;
  text-rendering: optimizeLegibility;
}

.line, .lastUnit {
  overflow: hidden;
  *overflow: visible;
  *zoom: 1;
}

.size1of2 {
  width: 50%;
}

.unitRight {
  text-align: right;
}

.lastUnit {
  float: none;
  width: auto;
  position: relative;
  left: -3px;
  margin-right: -3px;
}

.unitRight {
  float: right;
}

.unit {
  float: left;
}

@media (min-width: 600px) {
  .icon-i-grid {
    grid-gap: 24px 60px;
  }
  .sign-in {
    min-width: 400px;
    min-height: 340px;
  }
  .heading, h1.heading {
    font-size: 2.2857142857em;
    margin: 0 0 1.142857143rem;
  }
  .filter-bar {
    margin-bottom: 16px;
  }
  .filter-bar .top-bar {
    border-bottom-width: 1px;
  }
  .filter-bar .filter-tray:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .filter-bar.expanded .filter-tray .content .chip-container {
    white-space: normal;
  }
  .filter-bar.expanded .tab .filter-trigger {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .heading, h1.heading {
    font-size: 2.2857142857em;
    margin: 0 0 1.142857143rem;
  }
}
@media (min-width: 37.5em) {
  #Carousel-tiny {
    width: 1280px;
  }
}
@supports (display: grid) {
  #page-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(auto, 900px) 314px;
    grid-template-columns: minmax(auto, 900px) 314px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 0;
    justify-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #main-content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0;
    min-height: auto;
    min-width: 0;
  }
  #sidebar {
    -ms-grid-column: 2;
    grid-column: 2/2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  #vertical-navigation, #sidebar {
    display: none;
  }
  #sidebar {
    display: none;
  }
}
@media screen and (min-width: 1048px) {
  .flex-grid .flex-cell-size-large-1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333333333%;
            flex: 0 1 33.3333333333%;
  }
  .flex-grid .flex-cell-size-large-2of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 66.6666666667%;
            flex: 0 1 66.6666666667%;
  }
}
@media (min-width: 768px) {
  @supports (display: grid) {
    #footer-connect {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 3;
      grid-row: 3;
      margin-bottom: 0;
    }
    #footer-connect ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    #footer-capture .ft-capture .sub-heading {
      color: inherit;
    }
    #footer-capture .ft-capture .form-field-box {
      margin: 8px 0;
      display: block;
    }
    #footer-connect .hd {
      width: 100%;
      line-height: unset;
    }
    #footer-links {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 2;
      grid-row: 2;
      display: block;
      width: auto;
    }
    #footer-deals {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 1;
      grid-row: 1;
      display: block;
      width: auto;
    }
    #footer-capture {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1/4;
      display: block;
    }
    #footer {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-column-gap: 8px;
      grid-row-gap: 8px;
      justify-items: stretch;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
    }
    #footer-capture .ft-capture {
      font-size: 1.2857142857em;
      font-weight: 500;
      background: #2c65af;
      padding: 32px 8px 8px;
      min-height: 280px;
      width: 258px;
      color: #fff;
      text-align: center;
    }
    #footer-capture .arrow-down {
      width: 0;
      height: 0;
      border-left: 129px solid transparent;
      border-right: 129px solid transparent;
      border-top: 75px solid #2c65af;
      margin-bottom: 32px;
    }
    #footer-ad {
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      grid-column: 3/4;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1/4;
      margin-bottom: 0;
    }
  }
}
@supports (display: grid) {
  @media (min-width: 901px) {
    #sidebar {
      display: block;
    }
  }
}
@media (min-width: 900px) {
  .bottom-sheet.active {
    visibility: visible;
  }
  .bottom-sheet, .bottom-sheet.active {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
    overflow-y: visible;
    position: absolute;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: auto;
    right: auto;
    left: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    padding-bottom: 0;
  }
  .bottom-sheet {
    visibility: hidden;
    top: -10000px;
  }
}
@media (min-width: 1024px) {
  @supports (display: grid) {
    #footer-connect {
      -ms-grid-column: 4;
      -ms-grid-column-span: 1;
      grid-column: 4/5;
      -ms-grid-row: 1;
      grid-row: 1;
      margin-bottom: 0;
    }
    #footer-connect ul {
      display: block;
    }
    #footer-connect li {
      line-height: unset;
      text-align: center;
    }
    #footer-links {
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      grid-column: 3/4;
      -ms-grid-row: 1;
      grid-row: 1;
    }
    #footer-deals {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 1;
      grid-row: 1;
    }
    #footer-capture {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      -ms-grid-row: 1;
      grid-row: 1;
    }
    #footer-ad {
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
      grid-column: 5/6;
      margin-bottom: 0;
    }
  }
}
@supports (display: grid) {
  @media (min-width: 800px) {
    #page-container {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: minmax(auto, 900px) 314px;
      grid-template-columns: minmax(auto, 900px) 314px;
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 32px;
      grid-row-gap: 0;
      justify-items: stretch;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
    }
    #sidebar {
      width: 314px;
      position: relative;
      left: auto;
      top: auto;
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-row-align: stretch;
          align-self: stretch;
    }
  }
}
@media (min-width: 768px) {
  .ft-legal {
    text-align: right;
  }
  .ft-copyright {
    width: 50%;
    text-align: left;
    float: left;
  }
  .limit-height.limit-height-large-2 {
    max-height: 2.666666666em;
    -webkit-line-clamp: 2;
  }
  .menu-heading, .menu-item {
    line-height: 2.5rem;
    min-height: 2.5rem;
  }
  .page {
    margin: auto 16px;
  }
  .page-heading {
    margin: 0 0 8px;
  }
  .limit-height.limit-height-large-2 {
    max-height: 2.666666666em;
    -webkit-line-clamp: 2;
  }
  .chips {
    margin-top: 8px;
  }
  .chips .chip-container {
    white-space: normal;
    overflow: visible;
  }
  .chips .chip-container .chip {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .bottom-sheet .menu-item .text {
    font-size: 1rem;
    font-weight: 300;
  }
  #dn-modal-onboard {
    overflow: auto;
    max-height: 95vh;
  }
  .bottom-sheet.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #dn-modal-onboard .entry-content, #dn-modal-onboard .error-content {
    padding: 16px;
  }
}
@media (min-width: 769px) and (any-hover: hover) {
  .navigation-menu .nav-depth-1 .sub-nav {
    top: 0;
    left: 100%;
  }
  #header .header-main {
    height: 60px;
    line-height: 60px;
  }
  #header .header-main #logo {
    padding: 0 32px 0 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .header-main .logo a {
    color: #fff;
  }
  #header .header-main #logo a {
    color: #fff;
  }
  .navigation-trigger {
    display: none;
  }
  #header .header-main .nav-section {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    white-space: nowrap;
  }
  #header .header-main .nav-section #nav-menu {
    background: transparent;
    line-height: inherit;
  }
  .navigation-menu {
    position: unset;
    top: unset;
    bottom: unset;
    left: unset;
    min-width: unset;
    max-width: unset;
    overflow-y: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
    line-height: 4.5;
  }
  .navigation-menu .nav-header {
    display: none;
  }
  #header .header-main .nav-section #nav-menu > .nav-list {
    background: transparent;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #header .header-main .nav-section #nav-menu > .nav-list > .nav-item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .navigation-menu .nav-list.nav-depth-0 > .nav-item {
    width: auto;
    display: inline-block;
  }
  #header .header-main .nav-section #nav-menu > .nav-list > .nav-item > .menu-item {
    color: #fff;
  }
  .navigation-menu .nav-list.nav-depth-0 > .nav-item > .menu-item {
    line-height: inherit;
  }
  .navigation-menu .nav-list .nav-item .menu-item {
    line-height: 2.5rem;
    white-space: unset;
  }
  .navigation-menu .nav-list .nav-item .menu-item .text {
    white-space: normal;
    -o-text-overflow: unset;
       text-overflow: unset;
    overflow: unset;
  }
  .navigation-menu .nav-list.nav-depth-0 > .nav-item > .menu-item > .sub-icon {
    display: none;
  }
  #header .header-main .sub-nav {
    line-height: 1.333333333;
    z-index: 2000009;
  }
  .navigation-menu .nav-list .nav-item .sub-nav {
    max-height: unset;
    overflow: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    position: absolute;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-menu .sub-nav {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    padding: 8px 0;
  }
  #header .header-main .more-info-section .navigation-menu, #header .header-main .more-info-section .nav-list, #header .header-main .more-info-section .nav-item, #header .header-main .more-info-section .menu-item {
    height: 100%;
  }
  #header .header-main .more-info-section .navigation-menu, #header .header-main .more-info-section .nav-list {
    background: transparent;
  }
  #header .header-main .more-info-section > .navigation-menu > .nav-list > .nav-item > .menu-item {
    color: #fff;
  }
  #header .header-main .user-profile {
    display: block;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  #header .header-main .user-profile .header-link {
    max-width: 120px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  #header .header-main .header-engagement {
    display: block;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    max-width: 240px;
  }
  #breadcrumb {
    padding: 0 16px;
    margin: -12px 0 0;
  }
  .navigation-menu .nav-list.nav-depth-1 .nav-item:not(.break) {
    padding-left: 0;
  }
  #header .header-main .navigation-menu > .nav-list > .nav-item.has-link:hover {
    background-color: #214b82;
  }
  .navigation-menu .nav-item.has-link.active > .sub-nav, .navigation-menu .nav-item.has-link:hover > .sub-nav {
    visibility: visible;
  }
  .navigation-menu .nav-list .nav-item .menu-item {
    line-height: 2.5rem;
    white-space: unset;
  }
  #search-panel {
    min-width: 50vw;
  }
}
@supports (display: grid) {
  @media (max-width: 900px) {
    #page-container {
      -ms-grid-columns: minmax(auto, 900px);
      grid-template-columns: minmax(auto, 900px);
    }
  }
}
@media screen and (max-width: 1048px) {
  .flex-grid .flex-cell-size-small-1of1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media (max-width: 768px) {
  .limit-height.limit-height-small-2 {
    max-height: 2.666666666em;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 600px) {
  .content-card .action-bar {
    display: none;
  }
  .material-list {
    font-size: 13px;
  }
  .content-card.expanded .action-bar, .content-card.details .action-bar {
    display: block;
  }
  .content-card .btn-cta {
    font-size: 13px;
  }
  .content-media.small.hero {
    height: 17rem;
    border-bottom: none;
    padding: 0;
    border-radius: 8px;
  }
  .content-media.small .badges-default {
    display: none;
  }
  .content-media.small.hero .attractor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    height: 120px;
    padding: 4px 4px 0;
    max-width: none;
    margin-bottom: 8px;
  }
  .content-media.small.hero .attractor .dynamic-flag-group {
    position: unset;
    bottom: unset;
    width: unset;
    margin-top: -4px;
  }
  .content-media.small.hero .pitch {
    padding: 10px 8px 0;
    min-width: 140px;
  }
  .content-media.small .pitch {
    -ms-flex: 1 1 50%;
    -webkit-box-flex: 1;
            flex: 1 1 50%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    min-width: 160px;
  }
  .filter-bar .top-bar .count {
    position: absolute;
    top: -100000px;
    left: -10000px;
  }
  .filter-bar .top-bar .top-right-action .top-right-action-content {
    margin: 0 8px 0 0;
    padding: 0 8px;
    border-right: 1px solid #c1c4cc;
    border-left: unset;
  }
  .filter-bar .top-bar .tab {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .filter-bar .top-bar .top-left-action {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .filter-bar .top-bar .top-left-action .top-left-action-content {
    margin: 0;
  }
  .filter-bar .top-bar .flex-section {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .filter-bar .top-bar .top-right-action .top-right-action-content .bottom-sheet-opener {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filter-bar .top-bar .top-right-action .sort-label {
    position: absolute;
    top: -100000px;
    left: -10000px;
  }
  .filter-bar .top-bar .top-right-action .top-right-action-content .bottom-sheet-opener .icon-i {
    margin-right: 4px;
  }
  .filter-bar .top-bar .tab .tab-label {
    position: absolute;
    top: -100000px;
    left: -10000px;
  }
  .filter-bar .top-bar .tab .filter-trigger {
    padding: 0;
    min-width: 0;
  }
  .message-banner .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.333333333;
  }
  .message-banner {
    padding: 0.75rem 0;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}