@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%;
}

.faq {
  background-color: #3383BB;
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}
.faq .wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq .wrapper h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.faq .wrapper button {
  margin-top: 5px;
}
.faq .accordion {
  background-color: #fff;
  color: #54595F;
  font-size: 23px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.faq .accordion::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../images/icons/arrow-down-mint.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.faq .active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq .active, .faq .accordion:hover {
  background-color: #ccc;
}
.faq .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  background-color: #3383BB;
  color: white;
}
.faq .panel p {
  padding: 18px;
  text-align: start;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .faq .wrapper h2 {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .faq .wrapper .accordion {
    font-size: 16px;
  }
  .faq .wrapper .panel {
    font-size: 14px;
  }
}
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;
}

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

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

.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;
  }
  .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);
}

body {
  font-family: "Montserrat", sans-serif !important;
}

@font-face {
  font-family: "montserratblack";
  src: url("../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/montserrat-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextrabold";
  src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratmedium";
  src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"), url("../fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratregular";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratsemibold";
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratthin";
  src: url("../fonts/montserrat-thin-webfont.woff2") format("woff2"), url("../fonts/montserrat-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
section.top-bar {
  background: #b62021;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-bar p {
  font-size: 28px;
  text-align: center;
  color: #fff000;
  margin-bottom: 0;
  font-weight: 400;
}

.banner-text h1 {
  font-size: 52px;
  color: #b62021;
  font-style: italic;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-family: "montserratblack";
}

.banner-text h3 {
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  color: #000;
  padding-top: 19px;
  line-height: 57px;
}

.list-sec li {
  list-style-type: none;
  font-size: 22px;
  padding-bottom: 40px;
  padding-left: 37px;
  line-height: 29px;
  position: relative;
}

.list-sec ul {
  padding: 0;
  padding-top: 9px;
}

.list-sec li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../images/img/icon.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.image-section.paad_8 {
  padding-top: 35px;
}

.content-sec h3 {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 10px;
}

section.four-sec {
  background: #f9f9f9;
  padding-top: 60px;
}

section.banner-section {
  padding-top: 80px;
  padding-bottom: 275px;
  background-image: url(../images/img/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content-sec p {
  font-size: 22px;
  color: #000;
  padding-bottom: 7px;
  line-height: 30px;
  font-family: "montserratregular";
}

.inner-sec {
  background: #fff;
  padding-top: 0;
  padding-bottom: 6px;
  outline: none;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 35px;
  border-radius: 15px;
  margin: 0px auto;
}

.bg-text-sec4 {
  background-image: url(../images/img/bg6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 36px;
  padding-bottom: 4px;
}

.content-sec.box4 p {
  color: #fff;
}

section.third-section {
  margin-top: -230px;
}

.image-section img {
  width: 100%;
}

.quto-img {
  position: absolute;
  right: 0;
  top: -56px;
}

section.client_section {
  margin: 0 auto;
  background: #f5f5f5;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: 31px;
  padding-right: 31px;
}

.container.border-sec {
  border: 3px solid #e3e4e5;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
}

.testmonail-sec.sec2test {
  padding-top: 4px;
}

img.product-img {
  padding-top: 40px;
  padding-bottom: 20px;
}

div#maine {
  max-width: 1105px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px #e6e6e6;
          box-shadow: 0 0 10px #e6e6e6;
  padding-bottom: 35px;
  border-radius: 15px;
  margin-bottom: 40px;
}

.textp b {
  font-family: "Oswald", sans-serif;
}

.textp {
  text-align: center;
  width: 100%;
}

.textp h1 {
  font-family: "Oswald", sans-serif;
  color: #b62021;
  font-size: 80px;
  text-align: center;
}

.textp p {
  font-size: 26px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 31px;
  font-weight: 500;
}

.content-sec.success p {
  font-size: 24px;
}

.content-sec.success {
  text-align: center;
}

.red_section {
  background: #9e1d1c;
  padding: 34px;
  width: 100%;
  margin-bottom: 26px;
}

.blue_maine .red_section {
  margin-bottom: 0;
}

.red_section h2 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 57px;
}

.text-img {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.bg-text-sec {
  background-image: url(../images/img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 36px;
  padding-bottom: 4px;
}

.bg-text-sec .content-sec p {
  padding-bottom: 24px;
}

section.reached-sec {
  padding-top: 60px;
  padding-bottom: 30px;
}

.content-sec h5 {
  font-size: 25px;
  color: #9e1d1c;
  padding-bottom: 34px;
  padding-top: 15px;
  font-family: "montserratextrabold";
}

.reached-sec .content-sec p {
  line-height: 26px;
}

.border-sec4 .col-md-4 {
  padding-left: 0;
}

.border-sec4 .content-sec h4 {
  font-size: 32px;
  padding-top: 41px;
  line-height: 44px;
}

.border-sec4 .image-section img {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.border-sec4.padd_0 {
  background: #fdfbfc;
  border: 3px solid #e3e4e5;
  border-radius: 15px;
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 50px;
  padding-left: 0;
}

.content-sec.box-4 {
  text-align: center;
  padding-top: 28px;
}

.image-section.image-4 {
  padding-top: 20px;
}

.inner-content-box {
  padding-top: 14px;
  padding-bottom: 40px;
}

.content-sec h4 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 21px;
  line-height: 36px;
  font-family: "montserratextrabold";
}

.wo_border .border-sec {
  border: 2px solid #e3e4e5;
  background: #fff;
  padding: 14px;
  border-radius: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

section.worst_day {
  padding-top: 50px;
  padding-bottom: 20px;
}

.padd_0 {
  padding-left: 19px;
  padding-right: 19px;
}

.testmonail-sec {
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 33px;
}

.testmonail-sec .content-sec {
  padding-top: 39px;
}

.text-img.mar_3 {
  padding-top: 31px;
}

.container.border-sec.mar_0 {
  margin-bottom: 35px;
}

.blue_section {
  background: #011d8b;
  padding: 34px;
  margin-bottom: 26px;
}

.blue_section h2 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 57px;
  width: 100%;
}

.bg-text-sec2 {
  background-image: url(../images/img/bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 36px;
  padding-bottom: 4px;
}

.bg-text-sec2 .content-sec p {
  padding-bottom: 22px;
}

.image-section.image-4 {
  padding-top: 20px;
}

.list-section2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../images/img/check.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.list-section2 ul {
  padding: 0;
  padding-top: 9px;
  margin-bottom: 0;
}

.list-section2 li {
  list-style-type: none;
  font-size: 22px;
  padding-bottom: 40px;
  padding-left: 37px;
  line-height: 29px;
  position: relative;
}

.list-section2 h3 {
  font-size: 22px;
  font-weight: bold;
  font-family: "montserratextrabold";
  margin-bottom: 22px;
  padding-top: 6px;
}

.list-section2 {
  border: 3px solid #e3e4e5;
  background: #fff;
  padding: 34px;
  border-radius: 15px;
  padding-bottom: 0;
  margin-top: 20px;
}

.list-box li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../images/img/check.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.list-box ul {
  padding: 0;
  padding-top: 9px;
  margin-bottom: 0;
}

.list-box li {
  list-style-type: none;
  font-size: 22px;
  padding-bottom: 40px;
  padding-left: 37px;
  line-height: 29px;
  position: relative;
}

.list-box h3 {
  font-size: 22px;
  font-weight: bold;
  font-family: "montserratextrabold";
  margin-bottom: 22px;
  padding-top: 6px;
}

.list-section2.bgred {
  background: #ffe3e3;
  margin: 0;
  margin-bottom: 32px;
}

.list-section2 a {
  color: #000;
  font-size: 22px;
  word-wrap: break-word;
}

.list-section2.bgred li {
  padding-bottom: 27px;
}

.image-section.image-5 {
  padding-top: 110px;
}

.content-sec.box3 {
  text-align: center;
}

.content-sec h2 {
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 13px;
}

.image-section.image6 {
  padding-top: 70px;
}

.bg-text-sec3 {
  background-image: url(../images/img/bg4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 36px;
  padding-bottom: 4px;
}

.border-sec2.padd_0 {
  border: 3px solid #e3e4e5;
  background: #fff;
  border-radius: 15px;
  margin-left: 31px;
  margin-right: 31px;
  margin-bottom: 50px;
}

.border-sec2.padd_0 .content-sec h4 {
  font-size: 32px;
  padding-top: 30px;
  line-height: 41px;
  padding-bottom: 16px;
}

section.blue_m_section.blue_maine .blue_section {
  margin-bottom: 0;
}

.content-sec.italic p {
  font-style: italic;
}

.content-sec.italic p {
  font-style: italic;
  font-family: "montserratregular";
}

.image-section.image7 {
  text-align: center;
  padding-bottom: 21px;
}

.image-section.image7 img {
  width: 95%;
}

b, strong {
  font-family: "montserratbold";
}

.bg-text-sec6 {
  padding-top: 35px;
}

.border-sec3 .col-md-4 {
  padding-left: 0;
}

.border-sec3.padd_0 {
  padding: 0;
  border: 3px solid #e3e4e5;
  background: #e3f6fd;
  border-radius: 15px;
  margin-left: 31px;
  margin-right: 31px;
  margin-bottom: 50px;
}

.border-sec3 .content-sec h4 {
  font-size: 32px;
  padding-top: 57px;
}

.content-sec-b h4 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  font-family: "montserratextrabold";
  margin-bottom: 30px;
}

.content-sec-b p {
  font-family: "montserratregular";
  font-size: 22px;
  color: #000;
  padding-bottom: 12px;
  line-height: 34px;
}

.border-sec5.padd_0 {
  background: #fdfbfc;
  border: 3px solid #e3e4e5;
  border-radius: 15px;
  margin-bottom: 30px;
  padding-top: 39px;
  padding-bottom: 16px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}

.image-section.image8 {
  padding-top: 51px;
}

.image-section.image9 {
  padding-top: 50px;
}

section.blue_m_section.block3 .inner-content-box {
  padding-bottom: 20px;
}

.content-sec.block4 {
  padding-top: 26px;
}

.border-sec6.padd_0 {
  background: #ffffff;
  border: 3px solid #e3e4e5;
  border-radius: 15px;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 22px;
  padding-left: 0;
}

.border-sec6 .col-md-4 {
  padding-left: 0;
}

.border-sec6 .content-sec h4 {
  font-size: 29px;
  padding-top: 63px;
  line-height: 39px;
  padding-bottom: 10px;
}

.border-sec6 .image-section img {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.content-sec span {
  color: #9e1c1c;
}

span.small-text {
  vertical-align: super;
  font-size: 14px;
}

.border-sec6.padd_0 .col-md-3 {
  padding-left: 0;
}

img.imh2 {
  position: absolute;
  left: 13pc;
  top: 13px;
}

img.imh3 {
  position: absolute;
  right: 13pc;
  top: 52px;
}

.cont-text {
  text-align: center;
  padding-bottom: 43px;
  padding-top: 40px;
}

.image-section.image10 {
  text-align: center;
  padding-top: 37px;
}

.image-section.image10 img {
  width: 90%;
  text-align: center;
}

.text-img.mar_5 {
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
}

.content-sec a {
  color: #000;
}

.border-sec6.padd_0.psa .image-section {
  padding-top: 8px;
}

.border-sec6.padd_0.box_d .content-sec h4 {
  padding-top: 39px;
}

.border-sec6.padd_0.box_h .content-sec h4 {
  padding-top: 38px;
}

.border-sec6.padd_0.psa h4 {
  padding-bottom: 40px;
  padding-top: 48px;
}

.image-section.image11 {
  text-align: center;
}

.image-section.image11 img {
  width: 87%;
}

.border-sec6.padd_0.psa {
  margin-bottom: 35px;
}

.bg-maine {
  background-image: url(../images/img/bg7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 10px;
  padding-bottom: 4px;
}

.cont-text.boxz h3 {
  font-size: 33px;
  line-height: 45px;
  font-family: "montserratsemibold";
}

.cont-text.boxz img.imh2 {
  position: absolute;
  left: 4pc;
  top: 19px;
}

.cont-text.boxz img.imh3 {
  position: absolute;
  right: 13pc;
  top: 94px;
}

section.worst_day.days-section .text-img {
  margin-bottom: 0;
}

.list-section2.inner3 {
  margin: 0;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 40px;
}

section.worst_day.days-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cont-text h3 {
  font-family: "montserratsemibold";
  font-size: 29px;
}

section.worst_day.research-section .text-img {
  margin-bottom: 10px;
}

section.worst_day.research-section {
  padding-top: 0;
  padding-bottom: 0px;
}

.cont-text.boxd {
  padding-top: 20px;
  padding-bottom: 51px;
}

.image-section.research-img img {
  width: 85%;
}

section.red_m_section.blo_p .red_section {
  margin-bottom: 0;
}

.content-sec.textimage {
  text-align: center;
}

.image-section.image12 {
  padding-top: 0px;
}

.list-box.list-inner h4 {
  font-size: 24px;
  padding-bottom: 17px;
  font-weight: 600;
  padding-top: 17px;
}

.m-list-box .list-box li {
  padding-bottom: 30px;
}

.content-sec.text-smalld h3 {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 10px;
  font-weight: 600;
}

.box_border-s {
  -webkit-box-shadow: 0 0 10px #e6e6e6;
          box-shadow: 0 0 10px #e6e6e6;
  padding: 25px;
  border-radius: 15px;
  border-bottom: 9px solid #b62021;
  margin-bottom: 25px;
}

.box_border-s p {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}

img.tet-acid {
  padding-top: 39px;
  padding-bottom: 52px;
}

.image-section.research-img {
  text-align: center;
}

section.blue_m_section.block8 .blue_section {
  margin-bottom: 0;
}

.image-section.fat-img {
  padding-top: 80px;
}

.content-sec.text-fat h3 {
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 10px;
  font-weight: bold;
}

.bg-maine3 {
  background-image: url(../images/img/bg8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 45px;
  padding-bottom: 4px;
}

img.k-img {
  width: 100%;
  padding-top: 31px;
  padding-bottom: 31px;
}

.list-box.list-inner3 h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 41px;
  padding-top: 6px;
  padding-bottom: 17px;
}

section.red_m_section.blo_p .red_section {
  margin-bottom: 42px;
}

section.worst_day.ingredients-section .text-img {
  margin-bottom: 20px;
}

section.red_m_section.blo_p .content-sec {
  padding-top: 16px;
}

section.worst_day.ingredients-section {
  padding-top: 0;
  padding-bottom: 30px;
}

section.red_m_section.ordersec .red_section {
  margin-bottom: 43px;
}

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

.bg-maines {
  padding-top: 23px;
}

.bg-maines .text-img {
  margin-bottom: 10px;
}

section.red_m_section.ordersec {
  padding-bottom: 20px;
}

.bg-maines .content-sec p {
  padding-bottom: 6px;
  line-height: 28px;
}

.image-section.image15 {
  padding-top: 39px;
}

.image-section.image12 img {
  width: 90%;
}

.content-sec.block10 p {
  padding-bottom: 15px;
  line-height: 31px;
}

.content-sec.block10 {
  padding-right: 34px;
}

.bg-maine-b {
  padding-top: 23px;
}

.image-section.image20 {
  padding-top: 60px;
}

.padd_0.mar_5 {
  padding-top: 40px;
}

p.pkg2hd3 {
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  color: #000;
  text-align: center;
  margin: 8px 0 0 0;
  font-family: "Roboto Condensed";
}

.order_blockss {
  margin: 0 0 0 0;
  border: 2px solid #cccccc;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px #e6e6e6;
          box-shadow: 0 0 10px #e6e6e6;
}

.order_blockss :hover {
  background: #9e1d1c;
  border-radius: 15px;
}

.pkgbtl {
  margin: 10px auto 0 auto;
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: top ease 0.5s;
  -o-transition: top ease 0.5s;
  transition: top ease 0.5s;
  max-width: 100%;
}

.pkg-save {
  position: absolute;
  top: 22px;
  right: 30px;
  height: 80px;
  width: 80px;
  background: #ffe004;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: #000;
  text-align: center;
  padding: 14px 0 0 0;
  text-transform: uppercase;
}

.position {
  position: relative;
}

.pkg:hover .pkgbtl {
  top: -10px;
}

.pkg:hover .pkg1hd1, .pkg:hover .pkg2hd1, .pkg:hover .pkg1hd3, .pkg:hover .pkg2hd3, .pkg:hover .prctxt1, .pkg:hover .prctxt1 span, .pkg:hover .prctxt2, .pkg:hover ul.prclist li, .pkg:hover ul.prclist li span.span1 {
  color: #fff;
}

.pkg3.pkg {
  padding-bottom: 31px;
}

.order_blockss:hover .prctxt2 img {
  display: none;
}

.padd_l {
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 10px;
}

.list-section2.inner4 p {
  font-size: 26px;
  text-align: center;
  margin-bottom: 19px;
  color: #fff;
  line-height: 30px;
}

.list-section2.inner4 {
  background: #b62021;
  border: 0;
  padding-bottom: 9px;
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 43px;
}

p.pkgtop {
  background: #9e1d1c;
  padding: 5px 10px;
  border-radius: 13px 13px 0 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-family: "Oswald", sans-serif;
}

p.pkg2hd1 {
  font-weight: bold;
  font-size: 54px;
  line-height: 54px;
  color: #bd3326;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 0 0 0;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}

p.pkg2hd3 {
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  color: #000;
  text-align: center;
  margin: 8px 0 0 0;
  font-family: "Roboto", sans-serif;
}

.position {
  text-align: center;
  padding-top: 30px;
}

.prctxt1 {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 66px;
  line-height: 56px;
  color: #bd3326;
  text-align: center;
  margin: 12px 0 0 0;
}

.prctxt1 span {
  font-size: 24px;
  color: #bd3326;
  font-weight: 300;
}

.prctxt2 {
  font-family: "Roboto";
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 0 0;
  color: #000;
  margin: 0 auto;
  display: block;
}

.cards {
  margin: 10px auto 0 auto;
  display: block;
}

.pkgbtn {
  margin: 22px auto 0 auto;
  display: block;
}

ul.prclist li span.txt {
  font-size: 18px;
  line-height: 26px;
}

ul.prclist li {
  width: 100%;
  display: block;
  margin: 0 0;
  font-family: "Roboto";
  font-size: 34px;
  line-height: 36px;
  color: #434343;
  text-align: center;
}

ul.prclist li span.span1 {
  font-weight: bold;
  color: #000;
}

ul.prclist li span.txt {
  font-size: 18px;
  line-height: 26px;
}

ul.prclist.dsplay {
  padding: 0;
  padding-top: 16px;
  margin-bottom: 0;
}

.inner-s img {
  width: 100%;
}

.bgsec {
  background: #efffe8;
  margin-left: 19px;
  margin-right: 19px;
  padding-top: 31px;
  padding-bottom: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.inner-guarantee {
  background: #011d8b;
  border-radius: 15px;
  text-align: center;
  margin-top: 153px;
  padding-bottom: 29px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.guarantee-sec .text-img {
  margin-bottom: 14px;
  padding-top: 20px;
}

.guarantee-text h2 {
  font-size: 44px;
  text-align: center;
  padding-top: 65px;
  font-weight: bold;
  margin-bottom: 0;
}

.content-sec.za {
  padding-top: 48px;
}

.inner-guarantee img {
  margin-top: -99px;
}

img.har-logo {
  position: absolute;
  width: 104px;
  left: -113px;
  top: 0px;
}

img.oxf-logo {
  position: absolute;
  width: 96px;
  right: -113px;
  top: 0;
}

.padd_0.bg-0 {
  background: #f5f5f5;
  padding-bottom: 30px;
}

section.blue_m_section.block13 .text-img {
  margin-bottom: 30px;
}

section.guarantee-sec {
  padding-bottom: 20px;
}

.padd_l.padd_90 {
  padding-bottom: 50px;
}

.padd_0.bg-0 .text-img {
  margin-bottom: 20px;
}

.mar9 {
  padding-top: 21px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 26px;
}

.banner-text-inner {
  position: relative;
}

#main {
  margin: 30px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 2px solid #ede6e6;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 7px;
}

#main #faq .card .card-header {
  border: 0;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #fff;
  color: #333333;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "fontawesome";
  font-weight: 900;
  float: right;
  background: #b62021;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 25px;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #333333;
}

#faq .card-body p {
  text-align: left;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}

.faq_section h2 {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 57px;
  width: 100%;
  padding-bottom: 13px;
}

.faq_section p {
  font-size: 22px;
  color: #000;
  padding-bottom: 7px;
  line-height: 30px;
  font-family: "montserratregular";
  text-align: center;
}

section.faq_section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.socail-icon ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.socail-icon li {
  display: inline-block;
}

a.facebook {
  background: #3b5998 !important;
}

.socail-icon a {
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
  background: #fff;
  line-height: 40px;
  font-size: 21px;
}

section.footer {
  background: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

a.twitter {
  background: #1da1f2;
}

a.linkedin {
  background: #0077b5;
}

a.insta {
  background: #262626;
}

.image-section.imahf {
  width: 90%;
}

section.blue_m_section.b_9 .blue_section {
  margin-bottom: 41px;
}

section.blue_m_section.b_9 {
  padding-bottom: 17px;
}

.content-sec.text_o {
  padding-bottom: 20px;
}

.content-sec.block4.padd_7 {
  padding-top: 0;
}

section.red_m_section.gymnema_seec .red_section {
  margin-bottom: 40px;
}

.image-section.image10 {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .top-bar p {
    font-size: 16px;
  }
  .content-sec.text_o {
    padding-bottom: 0px;
  }
  section.blue_m_section.b_9 {
    padding-bottom: 0;
  }
  section.red_m_section.blo_p .content-sec {
    padding-top: 20px;
  }
  section.blue_m_section.b_9 .blue_section {
    margin-bottom: 0;
  }
  .image-section.imahf {
    padding-top: 0;
  }
  .banner-text h1 {
    font-size: 32px;
    line-height: 44px;
  }
  section.worst_day.ingredients-section .text-img {
    margin-bottom: 0;
  }
  section.banner-section {
    padding-top: 28px;
    padding-bottom: 275px;
  }
  .text-img.imag_l {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  .banner-text h3 {
    font-size: 25px;
    line-height: 35px;
    padding-top: 2px;
  }
  img.har-logo {
    display: none;
  }
  img.oxf-logo {
    display: none;
  }
  .content-sec p {
    font-size: 18px;
    line-height: 28px;
  }
  .red_section h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .list-sec li {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 26px;
  }
  .container.border-sec {
    padding: 3px;
    padding-top: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
  img.imagepp {
    padding-bottom: 30px;
  }
  .quto-img {
    position: absolute;
    right: 21px;
    top: 13px;
  }
  .blue_section h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .bg-text-sec2 .content-sec p {
    padding-bottom: 6px;
  }
  .bg-text-sec2 {
    padding-top: 0;
    padding-bottom: 4px;
  }
  .bg-text-sec .content-sec p {
    padding-bottom: 3px;
  }
  .red_section {
    padding: 29px;
    margin-bottom: 0;
  }
  .list-sec ul {
    margin-bottom: 0;
  }
  .content-sec h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .list-section2 a {
    color: #000;
    font-size: 18px;
  }
  .content-sec h2 {
    font-size: 23px;
  }
  .bg-text-sec3 {
    padding-top: 0;
  }
  .border-sec3 .content-sec h4 {
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 24px;
  }
  .border-sec3.padd_0 {
    margin-bottom: 0;
  }
  img.pimage {
    padding-top: 29px;
  }
  .image-section.image8 {
    padding-top: 0;
  }
  img.aimage {
    padding-top: 26px;
  }
  .border-sec5.padd_0 .image-section img {
    width: auto;
  }
  .content-sec-b h4 {
    font-size: 22px;
    margin-bottom: 9px;
    padding-top: 21px;
  }
  .border-sec6 .content-sec h4 {
    font-size: 22px;
    padding-top: 63px;
    line-height: 28px;
    padding-bottom: 10px;
  }
  .cont-text h3 {
    font-size: 19px;
  }
  img.imh3 {
    right: 25px;
    top: auto;
    width: 29px;
    bottom: 25px;
  }
  .cont-text {
    text-align: center;
    padding-bottom: 23px;
    padding-top: 10px;
  }
  img.imh2 {
    left: 30px;
    top: -17px;
    width: 29px;
  }
  .image-section.image10 {
    padding-top: 0;
  }
  img.simage {
    padding-top: 30px;
  }
  .border-sec6.padd_0.box_h .content-sec h4 {
    padding-top: 0;
  }
  .border-sec6.padd_0 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .content-sec-b p {
    font-size: 18px;
    color: #000;
    padding-bottom: 12px;
    line-height: 29px;
  }
  section.red_m_section.gymnema_seec .red_section {
    margin-bottom: 0;
  }
  .border-sec4 .image-section img {
    width: 100%;
    text-align: center;
  }
  .border-sec4.padd_0 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .border-sec4 .content-sec h4 {
    font-size: 22px;
    padding-top: 0;
    line-height: 31px;
    padding-bottom: 11px;
  }
  .image-section.paad_8 {
    padding-top: 35px;
  }
  section.four-sec {
    padding-top: 10px;
  }
  .border-sec3 .col-md-4 {
    padding-left: 15px;
  }
  section.reached-sec {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .bg-text-sec6 {
    padding-top: 0;
  }
  .bg-text-sec4 {
    padding-top: 0;
    padding-bottom: 4px;
  }
  .content-sec.italic {
    padding-top: 0;
  }
  .border-sec2.padd_0 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
  }
  .border-sec2.padd_0 .content-sec h4 {
    font-size: 20px;
    padding-top: 0;
    line-height: 26px;
    padding-bottom: 16px;
  }
  .image-section.image6 {
    padding-top: 0;
  }
  .image-section.image-5 {
    padding-top: 20px;
  }
  .list-section2.bgred {
    margin-bottom: 0;
  }
  .list-box h3 {
    margin-bottom: 6px;
    padding-top: 29px;
  }
  .list-box li {
    font-size: 18px;
    padding-bottom: 18px;
    padding-left: 37px;
    line-height: 26px;
  }
  .blue_section {
    padding: 29px;
    margin-bottom: 0;
  }
  .quto-img img {
    width: 38px;
  }
  .content-sec h4 {
    font-size: 20px;
    padding-top: 0px;
    line-height: 24px;
    text-align: center;
  }
  .list-section2 {
    padding: 14px;
    margin-top: 0;
  }
  .list-section2 li {
    font-size: 18px;
    padding-bottom: 19px;
    padding-left: 37px;
    line-height: 23px;
  }
  img.p_0 {
    padding-top: 0px;
    width: 80% !important;
  }
  .image-section img {
    width: 100%;
  }
  .image-section.image9 {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .image-section.paad_8.padd_21 {
    padding-top: 0;
  }
  .border-sec3.padd_0 {
    margin-left: 15px;
    margin-right: 15px;
  }
  section.worst_day {
    padding-top: 31px;
    padding-bottom: 30px;
  }
  .text-img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 23px;
  }
  .content-sec.text-fat {
    padding-top: 0;
  }
  .padd_0 {
    padding-left: 0;
    padding-right: 0;
  }
  .border-sec5.padd_0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .inner-sec {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin: 0px auto;
  }
  .wo_border .border-sec {
    margin-left: 0;
    margin-right: 0;
  }
  .testmonail-sec {
    padding-left: 0;
    padding-right: 0;
    padding-top: 21px;
  }
  section.client_section {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .bg-maines .content-sec {
    padding-top: 13px;
  }
  p.pkgtop {
    font-size: 23px;
  }
  p.pkg2hd1 {
    margin-bottom: 0;
    font-size: 33px;
    line-height: 54px;
    padding: 0px 0 0 0;
  }
  .order_blockss {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .padd_l {
    padding-left: 0;
    padding-right: 0;
  }
  .list-section2.inner4 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
  .list-section2.inner4 p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 19px;
    line-height: 24px;
    padding-top: 16px;
  }
  .guarantee-text h2 {
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 0;
  }
  .inner-guarantee {
    margin-top: 127px;
  }
  .bgsec .content-sec {
    padding-top: 20px;
  }
  .content-sec.za {
    padding-top: 0;
  }
  .mar_6 .content-sec.block10 {
    padding-top: 0;
  }
  section.blue_m_section.block13 .text-img {
    margin-bottom: 16px;
  }
  .mar9 {
    padding-top: 19px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
  }
  .row.padd_0.mar_6 {
    padding-bottom: 20px;
  }
  .padd_l.padd_90 {
    padding-bottom: 20px;
  }
  .faq_section h2 {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 13px;
  }
  .faq_section p {
    font-size: 18px;
    padding-bottom: 7px;
    line-height: 23px;
  }
  #main #faq .card .card-header .btn-header-link {
    padding: 20px;
    font-size: 19px;
  }
  #main #faq .card .card-header .btn-header-link:after {
    top: 14px;
  }
  .padd_0.bg-0 {
    padding-bottom: 0;
  }
  .image-section.image21 img {
    width: 70%;
  }
  .content-sec.za {
    padding-top: 21px;
  }
  .card-body {
    padding: 14px;
  }
  .bgsec {
    margin-left: 0;
    margin-right: 0;
  }
  section.faq_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .prctxt1 {
    font-size: 48px;
    margin: 25px 0 0 0;
  }
  p.pkg2hd3 {
    font-size: 21px;
  }
  .content-sec.block10 {
    padding-right: 0;
    padding-top: 29px;
  }
  .image-section.image20 {
    padding-top: 0;
  }
  .bg-maines .text-img {
    width: 100%;
    padding-bottom: 0px;
  }
  .list-box.list-inner3 h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    padding-top: 0;
    padding-bottom: 17px;
  }
  .content-sec {
    padding-top: 27px;
  }
  .content-sec a {
    word-break: break-all;
  }
  .content-sec.textimage img {
    width: 100%;
  }
  img.product-img {
    width: 100%;
  }
  .btn {
    white-space: break-spaces;
  }
  div#maine {
    max-width: inherit;
    margin: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .text-img img {
    width: 100%;
  }
  .bg-maine {
    padding-top: 29px;
    padding-bottom: 12px;
  }
  .content-sec.p_2 {
    padding-top: 0;
  }
  .border-sec6.padd_0.box_d .image-section img {
    width: 100%;
  }
  .text-img.mar_5 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .border-sec6.padd_0.psa h4 {
    padding-bottom: 20px;
    padding-top: 0;
  }
  .image-section.image12 {
    padding-bottom: 20px;
  }
  .cont-text.boxz h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .cont-text.boxz img.imh2 {
    left: 0;
  }
  .cont-text.boxz img.imh3 {
    right: 0;
    top: auto;
  }
  section.worst_day.research-section .text-img {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .content-sec.text-fat h3 {
    font-size: 22px;
    line-height: 29px;
  }
  .image-section.fat-img {
    padding-top: 0;
  }
  br {
    display: none;
  }
  img.imager {
    padding-top: 30px;
  }
  section.worst_day.days-section {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .cont-text.boxd {
    padding-bottom: 0;
  }
  .research-section img.imh2 {
    left: 13px;
    top: 15px;
    width: 29px;
  }
  .box_border-s p {
    font-size: 18px;
  }
  .col-md-12.m-list-box {
    padding-top: 22px;
  }
  .textp p {
    font-size: 21px;
    padding-left: 0;
    padding-right: 0;
    line-height: 31px;
  }
  .bg-maine3 {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .textp h1 {
    font-size: 53px;
  }
  .image-section.image13 {
    padding-top: 30px;
  }
  .list-box.list-inner h4 {
    font-size: 22px;
    padding-bottom: 17px;
    padding-top: 0;
  }
  .content-sec.text-smalld h3 {
    font-size: 22px;
    line-height: 29px;
  }
  .research-section img.imh3 {
    right: 20px;
    top: auto;
    width: 29px;
    bottom: 2px;
  }
  .image-section.image11 {
    text-align: center;
    padding-bottom: 28px;
  }
  .border-sec6.padd_0.psa {
    margin-bottom: 0px;
    padding-right: 0;
  }
  .border-sec6.padd_0.psa .content-sec {
    padding-top: 4px;
  }
  .border-sec6.padd_0.box_d .content-sec h4 {
    padding-top: 0;
  }
  .image-section.image11.m_p {
    padding-bottom: 0;
  }
  .content-sec.block9 {
    padding-top: 0;
  }
}
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%;
}

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
} */
/* body {
font-family: 'Roboto', sans-serif;
}



.container-advetorial {
  padding: 0 25vw;
  background-color: #d3d8de;

}

.doc-img {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  margin-right: 15px;
}

.docComm {
  font-size: 20px;
  font-weight: 200;
}

.doc-comment {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: white;
}

.banner {
  display: flex;
  justify-content: center;
}

.main__wraper {
  padding: 48px;
  background-color: white;
  margin-top: 3px;
}

.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: white;
}

.gif {
  margin-top: 25px;
}

.text-centerGif {
  display: flex;
  justify-content: center;
}

.btn_1 {

  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: black;
  top: 50%;
  background: radial-gradient(circle farthest-side, #f8e96e, #fee301);
  text-decoration: none;
  box-shadow: 2px 2px 4px 0px #222;
  border-radius: 12px;
  padding: 12px 45px;

  cursor: pointer;
}

.information {
  font-size: 25px;
}

.btn_2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: black;
  background: radial-gradient(circle farthest-side, #f8e96e, #fee301);
  text-decoration: none;
  box-shadow: 2px 2px 4px 0px #222;
  padding: 12px 45px;
  border-radius: 12px;
  cursor: pointer;

}

.footer-advetorial {
  position: absolute;
  text-align: center;
  padding: 50px 25vw;

}

.btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

@media (max-width: 1550px) {
  .btn_2 {
    font-size: 18px;
  }

  .btn_1 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .container-advetorial {
    padding: 0px 0px;
  }

  .footer-advetorial {
    padding: 0px 15px;
  }
}

@media (max-width: 1550px) {
  p {
    font-size: 0.7em;

  }

  .main__wraper {
    padding: 48px 30px;
  }

  .btn_2 {
    padding: 12px;
  }

  .footer-advetorial {
    width: 100%;
  }
} */
.header {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  padding: 10px 15px;
  -webkit-transition: height 2s ease-out;
  -o-transition: height 2s ease-out;
  transition: height 2s ease-out;
  /* Rotate first bar */
  /* Fade out the second bar */
  /* Rotate last bar */
}

.header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .header__logo {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__logo img {
  width: 110px;
  height: auto;
}

.header .header__nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__nav-bar a {
  padding: 8px 12px;
}

.header .header__nav-bar a:hover {
  text-decoration: underline;
  text-decoration-color: #ff4500;
}

.header .header__nav-bar.mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  display: none;
}

.header .header__nav-bar.mobile.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .burger-button {
  cursor: pointer;
  display: none;
}

.header .bar1,
.header .bar2,
.header .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header .change .bar1 {
  -webkit-transform: translate(0, 11px) rotate(-45deg);
  -ms-transform: translate(0, 11px) rotate(-45deg);
  transform: translate(0, 11px) rotate(-45deg);
}

.header .change .bar2 {
  opacity: 0;
}

.header .change .bar3 {
  -webkit-transform: translate(0, -11px) rotate(45deg);
  -ms-transform: translate(0, -11px) rotate(45deg);
  transform: translate(0, -11px) rotate(45deg);
}

@media screen and (max-width: 992px) {
  .header .header__nav-bar {
    display: none;
  }
  .header .burger-button {
    display: inline-block;
  }
}
.body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

.ingredients {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  margin: 30px auto 50px;
}

.ingredients .title {
  color: black;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.ingredients .subtitle {
  margin-top: 20px;
  margin-bottom: 20px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.ingredients .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 900px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ingredients .wrapper .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: start;
}

.ingredients .wrapper .card .card__img {
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}

.ingredients .wrapper .card .card__img img {
  max-width: 100%;
  height: 200px;
  width: 300px;
}

.ingredients .wrapper .card .card__img .card__title {
  text-align: center;
  background-color: #175b9c;
  padding: 5px;
  font-size: 27px;
  font-weight: 500;
  color: white;
  margin-top: -5px;
}

.ingredients .wrapper .card p {
  display: none;
  font-size: 1rem;
  padding-left: 12px;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  text-align: start;
}

.ingredients .wrapper .card p::before {
  content: "";
  width: 10px;
  height: 10px;
  top: 8px;
  left: -5px;
  margin-bottom: 5px;
  border-radius: 50%;
  background-color: #175b9c;
  position: absolute;
}

.order {
  max-width: 1050px;
  padding: 0 10px;
  margin: 20px auto 70px;
}

.order .order__title {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}

.order .order__title img {
  width: 145px;
  margin-left: 10px;
  margin-top: 3px;
}

.order .order__title .orange-background {
  background-color: #ff4500;
  padding: 3px 15px;
}

.order .order__container {
  margin-top: 50px;
  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;
  color: #000;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 50px;
}

.order .order__container .product-item {
  border: 1px solid #175b9c;
  padding: 40px 20px 30px;
  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;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.order .order__container .product-item h2 {
  font-size: 35px;
  font-weight: 600;
  color: #175b9c;
}

.order .order__container .product-item .supply-txt {
  font-weight: 600;
}

.order .order__container .product-item .product-img {
  height: 240px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 15px 0;
}

.order .order__container .product-item .product-img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.order .order__container .product-item .price-box .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #175b9c;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
}

.order .order__container .product-item .price-box .price span:nth-of-type(1) {
  font-size: 16px;
}

.order .order__container .product-item .price-box .price span:nth-of-type(2) {
  font-size: 50px;
  line-height: 1;
}

.order .order__container .product-item .price-box .price span:nth-of-type(3) {
  font-size: 17px;
  text-align: left;
}

.order .order__container .product-item .price-box .saved-money {
  text-transform: uppercase;
  font-size: 12px;
}

.order .order__container .product-item .add-to-cart-button {
  cursor: pointer;
  margin: 15px 0;
  font-size: 1rem;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  color: white;
  background-image: -o-linear-gradient(top, #f68101, #ff4500 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f68101), to(#ff4500));
  background-image: linear-gradient(to bottom, #f68101, #ff4500 100%);
  border-radius: 5px;
  -webkit-box-shadow: rgba(255, 69, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(255, 69, 0, 0.35) 0px 5px 15px;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.order .order__container .product-item .add-to-cart-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.order .order__container .product-item .total {
  margin-top: 15px;
  font-weight: 600;
}

.order .order__container .product-item .total .linethrough {
  text-decoration: line-through;
}

.order .order__container .product-item .shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  font-weight: 600;
}

.order .order__container .product-item .shipping span {
  margin-left: 5px;
  color: red;
}

.order .order__container .product-item .rating {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 5px 40px;
  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;
  gap: 5px;
  color: #54595f;
  text-align: center;
}

.order .order__container .product-item:nth-of-type(2) {
  border: 1px dashed #ff4500;
  position: relative;
  border-top: 1px solid #ff4500;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.order .order__container .product-item:nth-of-type(2)::after {
  content: "PREMIUM";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #ff4500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  color: white;
  font-size: 35px;
  border: 1px dashed #ff4500;
}

@media screen and (max-width: 992px) {
  .order .order__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin: 50px auto 50px;
  }
  .order .order__container .product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 330px;
  }
  .order .order__container .product-item .add-to-cart-button .add-to-cart-button-text {
    font-size: 1rem;
  }
  .order .order__container .product-item .add-to-cart-button img {
    width: 16px;
  }
  .order .order__container .product-item:nth-of-type(2) {
    width: 350px;
    margin-top: 50px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order .order__container .product-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.faq {
  background-color: #3383bb;
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}

.faq .wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq .wrapper h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.faq .wrapper button {
  margin-top: 5px;
}

.faq .accordion {
  background-color: #fff;
  color: #54595f;
  font-size: 23px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.faq .accordion::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/getglucomd/images/arrow-down-mint.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.faq .active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.faq .active,
.faq .accordion:hover {
  background-color: #ccc;
}

.faq .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  background-color: #3383bb;
  color: white;
}

.faq .panel p {
  padding: 18px;
  text-align: start;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .faq .wrapper h2 {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .faq .wrapper .accordion {
    font-size: 16px;
  }
  .faq .wrapper .panel {
    font-size: 14px;
  }
}
.prefooter {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5;
  grid-template-columns: repeat(5, 1fr);
      grid-template-areas: ". title title title ." "guarantee text text text text" ". . . signature signature" ". sertifications sertifications sertifications .";
  margin-bottom: 50px;
  padding-top: 50px;
}

.prefooter .prefooter__title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
  color: #175b9c;
  line-height: 1.5;
  opacity: 1;
  font-weight: 600;
  grid-area: title;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.prefooter .prefooter__text {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  color: #54595f;
  opacity: 0.9;
  grid-area: text;
}

.prefooter .prefooter__text p {
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}

.prefooter .prefooter__guarantee {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: guarantee;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  padding: 10px 10px;
}

.prefooter .prefooter__signature {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: signature;
  opacity: 0.4;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.prefooter .prefooter__sertifications-line {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: sertifications;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .prefooter {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "title title title title" "text text text text" "guarantee .  signature signature" "sertifications sertifications sertifications sertifications";
  }
  .prefooter__guarantee {
    padding: 20px 0px;
    max-width: 100px;
  }
  .prefooter__title {
    width: auto !important;
    font-size: 18px !important;
  }
  .prefooter__sertifications-line {
    max-width: 70%;
  }
  .prefooter .prefooter__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
  .prefooter .prefooter__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
  .prefooter .prefooter__guarantee {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .prefooter .prefooter__signature {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .prefooter .prefooter__sertifications-line {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 50px;
}

.footer .footer__left {
  width: 170px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 600;
}

.footer .footer__left .footer__logo {
  margin-left: -10px;
  margin-bottom: 20px;
}

.footer .footer__left .copyright {
  margin-bottom: 20px;
  font-size: 10px;
}

.footer .footer__left h6 {
  margin-bottom: 30px;
}

.footer .footer__left ul li {
  opacity: 0.4;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer .footer__right p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 870px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .footer .footer__left {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
  .footer .footer__left .footer__logo {
    max-width: 200px;
  }
}
.col-md-4 {
  width: 33%;
}

@media (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
  }
}
.bottle-item {
  /* padding: 30px 35px 35px;*/
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e7e8));
  background: -o-linear-gradient(top, #ffffff 0%, #e6e7e8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e7e8 100%);
  border: 2px solid rgb(199, 199, 199);
  text-align: center;
  border-radius: 20px;
}

.bottle-item:hover {
  background: #0077b5;
  border-radius: 20px;
}

.bottle-item:hover .price-per-bottle,
.bottle-item:hover .price-large,
.bottle-item:hover .per-bottle-span,
.bottle-item:hover .money-saving,
.bottle-item:hover .price-data,
.bottle-item:hover h1,
.bottle-item:hover h3,
.bottle-item:hover .pri-txt,
.bottle-item:hover .txt,
.bottle-item:hover .span1 {
  color: white;
}

.pro-Guarantee {
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  font-family: "Inter", sans-serif;
}

.bottle-item h2 {
  font-size: 30px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  background: #2e74b3;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
  font-family: "Inter", sans-serif;
}

.bottle-item h3 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 600;
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}

.bottle-item h1 {
  font-size: 45px;
  line-height: 128%;
  font-weight: 700;
  color: #174b7a;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}

.pro-img {
  margin-bottom: 10px;
}

.bottle-item .price-per-bottle {
  padding-top: 18px;
  color: #174b7a;
  line-height: 45px;
  font-family: "Inter", sans-serif;
}

.bottle-item .price-large {
  font-size: 82px;
  font-weight: 700;
  padding-right: 0;
}

.bottle-item .per-bottle-span {
  font-size: 20px;
  line-height: 21px;
  text-align: left;
  display: inline-block;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.bottle-item .money-saving {
  font-size: 20px;
  font-weight: 600;
  color: #d10000;
  min-height: 35px;
  font-family: "Inter", sans-serif;
}

.bottle-item .price-data {
  padding-top: 8px;
  max-width: 460px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: #202020;
  font-family: "Inter", sans-serif;
}

.support-section {
  padding: 25px 0 60px;
}

.support-section h2 {
  text-align: center;
  font-weight: bold;
  font-size: 51px;
  font-family: "Hackman ";
  color: #2e74b3;
  margin-bottom: 20px !important;
}

.support-section p {
  color: #000;
  font-size: 20px;
  /* padding: 0 5%; */
  margin-bottom: 20px;
  margin-top: 17px;
  text-align: center;
  font-weight: 400;
}

.suprt-div {
  background: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 20px;
}

.border-rt {
  border-right: 1px solid #cccccc;
}

.mail-txt {
  font-size: 24px;
  line-height: 1.8;
  color: #2e74b3;
  font-weight: 600;
}

.blue {
  color: #000;
  font-size: 15px;
}

.common-wrapper-1 {
  margin: 0 10%;
}

@media (min-width: 992px) {
  .col-md-6 {
    width: 50%;
  }
}
.link-here {
  color: black;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
}

.link-here:hover {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

.get_free_shipping {
  background-color: #175b9c;
}

.get_free_shipping .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.get_free_shipping .container div {
  height: 100%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  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;
}

.get_free_shipping .container div img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  max-height: 100%;
  padding: 10px;
}

.get_free_shipping .container .text {
  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;
  gap: 10px;
  text-align: end;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.product-sec {
  margin-top: 2%;
  margin-bottom: 4%;
}

#mr-tp {
  margin-top: 25px;
}

.outr-wrp-pro {
  border-radius: 20px;
  -webkit-box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
}

.wrp-div {
  padding: 0 15px 15px;
}

.price-box {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 480px) {
  .glu-logo {
    width: 65%;
  }
  .navbar-brand {
    float: none !important;
  }
  #od-btn-top a {
    text-align: center;
  }
  .dsktp {
    display: none;
  }
  .mobile {
    display: block;
  }
  .first-section {
    background: url(/getglucomd/images/about-bg-m.jpg);
    background-size: cover;
  }
  .first-section h1 {
    font-size: 32px;
    text-align: center;
  }
  .three-bottles {
    display: none;
  }
  .slim-div p {
    font-size: 17px;
    margin-left: 23%;
  }
  .div-box {
    margin-top: -4px;
  }
  .catelyst-wpr {
    padding: 0;
    margin-top: 10px;
  }
  .div-box p {
    font-size: 20px;
  }
  .icon-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .txt-m {
    font-size: 19px !important;
    line-height: 1.2;
    padding-left: 7px;
    margin-top: 3px;
  }
  .support-section h2 {
    font-size: 32px;
  }
  .icons-fda {
    margin-top: 20px;
  }
  .support-section {
    padding: 10px 0 50px;
  }
  .suprt-div {
    margin: 0;
  }
  .border-rt {
    border-bottom: 1px solid #cccccc;
  }
  .pad-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .eat-tablet-m {
    margin-bottom: 20px;
  }
  .div-box-two {
    padding: 20px 0px 15px 0px;
  }
  .second-section h2 {
    font-size: 30px;
    padding: 0;
    margin-top: 0;
  }
  .p-txt-cnt {
    padding: 0;
  }
  .pie-chart-m {
    margin-bottom: 20px;
  }
  .three-section h2 {
    font-size: 30px;
    padding: 0;
    text-align: center;
    margin-top: 0;
  }
  .arrow-dwn {
    display: none;
  }
  .human-body {
    float: none !important;
    margin: 0 auto;
    width: 100%;
  }
  .three-section {
    background: url(/getglucomd/images/sec-bg-3-m.jpg);
  }
  .three-section-one {
    background: url(/getglucomd/images/shaape-m-480.png?v3);
    padding-bottom: 0;
  }
  .three-section-one p {
    padding: 0;
  }
  .three-section-two h2 {
    font-size: 32px;
    padding: 0;
    margin-top: 0;
  }
  .mr-bt {
    margin-bottom: 20px;
  }
  .three-section-two {
    padding: 10px 0 0px;
  }
  .fourth-section h2 {
    font-size: 30px;
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  .blue-box {
    border: none;
    border-bottom: 1px solid #2e74b3;
    border-radius: 0;
  }
  .ser-txt {
    font-size: 27px;
    padding: 0px 7%;
  }
  p.metab {
    font-size: 26px;
    margin: 3% 5% 0;
    line-height: 1.2;
    padding: 7px 0;
  }
  p.ing-name {
    margin-left: 5%;
    margin-bottom: 10px;
  }
  .ing-list {
    padding-left: 5%;
    margin-bottom: 25px;
  }
  p.metab-1 {
    font-size: 26px;
    margin: 3% 10% 0;
    line-height: 1.2;
    padding: 7px 0;
  }
  .lite-blue {
    background: #e9f2fa;
    padding: 7% 0 3%;
  }
  p.metab-2 {
    font-size: 26px;
    margin: 3% 10% 0;
    line-height: 1.2;
    padding: 7px 0;
  }
  .gap-div {
    padding: 6% 2% 3%;
  }
  .promise-wpr {
    margin-top: 30px;
  }
  .promise-wpr h3 {
    font-size: 17px !important;
    padding: 0;
  }
  .five-section {
    padding: 10px 0;
  }
  .five-section h4 {
    font-size: 30px;
  }
  .bonus-section h3 {
    font-size: 29px;
  }
  .bonus-head h2 {
    font-size: 23px;
  }
  .bonus-no h5 {
    font-size: 35px;
    padding: 23px 0 36px;
  }
  .bonus-extra {
    width: 94%;
    margin-bottom: 0;
  }
  .border-m {
    background: #f5f5f5;
  }
  .testominial-section h2 {
    font-size: 30px;
    margin-top: 10px;
  }
  .common-wrapper-1 {
    margin: 0;
  }
  .testominial-inner {
    display: block;
  }
  .t-image {
    width: 130px;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .testominial-inner h4 {
    font-size: 27px;
  }
  .t-image-2 {
    width: 130px;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .pad-lt {
    padding-left: 0;
  }
  .testominial-section {
    padding: 40px 20px;
  }
  h3.nw-head {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .sixth-section {
    background: #f0f7fb;
    padding: 30px 0 34%;
  }
  .grt {
    width: 74%;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .seventh-section h2 {
    font-size: 33px;
    text-align: center;
  }
  .seventh-section h3 {
    font-size: 30px;
    text-align: center;
  }
  .seventh-section p {
    text-align: center;
  }
  .div-part {
    padding: 30px 26px 10px;
  }
  .div-part-1 {
    padding: 30px 26px 10px;
  }
  .support-section h2 {
    font-size: 32px;
  }
  .icons-fda {
    margin-top: 20px;
  }
  .support-section {
    padding: 10px 0 50px;
  }
  .suprt-div {
    margin: 0;
  }
  .mail-txt {
    font-size: 20px;
  }
  .border-rt {
    border-bottom: 1px solid #cccccc;
  }
  .faq-section h3 {
    font-size: 32px;
  }
  .faq-section .panel-title {
    font-size: 22px;
    padding: 10px 3px;
  }
  .foot-list li a {
    line-height: 1.7;
    font-size: 14px;
  }
  .foot-list {
    margin-bottom: 14px;
  }
  .foot-wrapper {
    margin: 0 10px;
  }
  .product-mobile-sec {
    border-radius: 20px;
    padding: 10px;
    background: #2e74b3;
    margin-bottom: 20px;
    border: 2px solid rgb(199, 199, 199);
    -webkit-box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
  }
  .pro-in-div {
    background: #2e74b3;
    border-radius: 20px 20px 0 0;
  }
  .pro-in-div h3 {
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
  }
  .pro-btl h1 {
    font-size: 30px;
    text-align: center;
    color: #174b7a;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 10px;
    font-family: "Inter", sans-serif;
  }
  .pro-btl h4 {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-top: 3px;
    font-family: "Inter", sans-serif;
  }
  .pro-btl .price-per-bottle {
    padding-top: 18px;
    color: #174b7a;
    line-height: 45px;
    text-align: center;
  }
  #wht-txt {
    color: #fff;
  }
  .pro-btl .money-saving {
    text-align: center;
  }
  .pro-btl .price-large {
    font-size: 64px;
    font-weight: 700;
    padding-right: 0;
    font-family: "Inter", sans-serif;
  }
  .pro-btl .per-bottle-span {
    font-size: 16px;
    line-height: 17px;
    text-align: left;
    display: inline-block;
    font-weight: 600;
    font-family: "Inter", sans-serif;
  }
  .pro-btl .money-saving {
    font-size: 20px;
    font-weight: 700;
    color: #d10000;
    min-height: 30px;
    font-family: "Inter", sans-serif;
  }
  .pro-btl .payment-icon-m {
    width: 80%;
  }
  .div-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 4% 12%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pro-btl .amount {
    font-size: 26px;
    font-family: "Inter", sans-serif;
    margin-right: 5px;
    line-height: 100%;
  }
  .pri-center {
    font-size: 26px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 100%;
  }
  .out-pro {
    padding: 10px 10px 10px 10px;
    background: #2e74b3;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  #wht-bg {
    background: #fff;
  }
  .wht-txt-1 h1 {
    color: #fff;
  }
  .wht-txt-1 h4 {
    color: #fff;
  }
  .product-mobile-sec-wht {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 2px solid rgb(199, 199, 199);
    -webkit-box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
  }
  .nw-gp {
    padding: 0 10px 10px 10px;
  }
  .fourth-section .pad-0 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .first-section p {
    margin-top: 0;
  }
  p.secrt {
    font-size: 30px;
  }
  .red-head {
    padding-left: 0;
    padding-bottom: 40%;
  }
  .red-head h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .pad-m-0 {
    padding: 0;
  }
  .red-head p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tense-man-m {
    float: none !important;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 30px;
    margin-top: -55%;
  }
  .red-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  p.biggst {
    font-size: 32px;
  }
  p.biggst-1 {
    font-size: 32px;
  }
  .red-background {
    margin: 0;
  }
  .red-background p {
    padding: 0 15px;
  }
  .red-stop-list li {
    font-size: 20px;
  }
  .human-div {
    padding: 10px 10px 10px 10px;
  }
  .human-high-level {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .product-3 {
    margin-bottom: 30px;
  }
  .blue-tick-list li {
    padding-right: 0;
  }
  .fourth-section-nw h2 {
    font-size: 32px;
  }
  .nw-p {
    margin: 0;
    font-size: 24px !important;
  }
  .number-1 {
    width: 300px;
  }
  .number-2 {
    width: 270px;
  }
  .blue-box-m {
    border: 1px solid #2e74b3;
    border-radius: 10px;
  }
  .secret-two {
    padding: 30px 0 0px;
  }
  .bonus-price h2 {
    color: #000000;
  }
  .bonus-txt {
    padding: 10px 32px;
  }
  .pro-nw {
    padding: 30px 0 30px !important;
  }
  .foot-sec p {
    font-size: 14px;
  }
  .foot-sec {
    padding: 30px 0 30px;
  }
  .edc-sec {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 360px) {
  .bonus-price {
    margin: 5% 0;
  }
  .pro-btl h1 {
    font-size: 30px;
  }
  .pro-btl h4 {
    font-size: 18px;
  }
  .pro-btl .price-large {
    font-size: 51px;
  }
  .pro-btl .per-bottle-span {
    font-size: 16px;
  }
  .pro-btl .money-saving {
    font-size: 18px;
  }
  .div-price {
    margin: 4% 4%;
  }
  .three-section-one {
    background: url(/getglucomd/images/shape-3-m.png);
    padding-bottom: 65px;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.center-block {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-height: 165px;
}

.center-block-b {
  margin-right: auto;
  margin-left: auto;
  width: 40%;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.pro-Guarantee {
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  font-family: "Inter", sans-serif;
}

#middle-item {
  margin-top: 25px;
}

.payment-icon {
  margin-top: 3px;
}

.pri-txt {
  font-size: 30px;
  font-weight: 700;
  color: #202020;
}

.blue-pro {
  background: #2e74b3;
}

.wrp-div-2 {
  padding: 0 15px 15px;
  border-radius: 0 0 20px 20px;
}

.wrp-div-2 h1 {
  margin-top: 0;
  padding-top: 20px;
  color: #fff;
}

.wrp-div-2 h3 {
  color: #fff;
}

#wht-txt {
  color: #fff;
}

.seventh-section {
  background: #fff;
  padding: 3% 0 2%;
}

.seventh-section h2 {
  font-size: 51px;
  font-family: "Hackman ";
  line-height: 134%;
  margin: 0;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}

.seventh-section h3 {
  text-align: left;
  font-size: 40px;
  font-family: "Hackman ";
  margin-top: 0;
  margin-bottom: 20px;
  color: #ffdc2a;
}

.grt {
  margin: 0 40px 0 0;
  width: 24%;
}

.seventh-section p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.deep-blue {
  background: #9c1717;
  /*padding:30px 70px;*/
  border-radius: 20px;
  border: 5px solid #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: -22%;
}

.pro-mob {
  margin-top: 20px;
}

.div-part {
  padding: 30px 70px 10px;
}

.div-part-1 {
  padding: 30px 70px 10px;
  background: #9c1717;
  border-radius: 0 0 20px 20px;
}

.get_free_shipping .container .text .yellow-under {
  text-decoration-color: #ffe400 !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.get_free_shipping .container .text .light-blue {
  color: #70ffc3;
}

.get_free_shipping .container .text .first-line {
  font-weight: 600;
  font-size: 20px;
}

.get_free_shipping .container .text .second-line .p {
  font-size: 14px;
  opacity: 0.9;
  font-size: 400;
}

@media screen and (max-width: 992px) {
  .get_free_shipping .container .text .first-line {
    font-size: 16px;
  }
  .get_free_shipping .container .text .second-line .p {
    font-size: 12px;
  }
}
.introduction {
  background-color: #175b9c;
  color: white;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  position: relative;
  overflow: hidden;
}

.introduction .introduction__wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.introduction .introduction__wrapper .introduction__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 55px;
  max-width: 55%;
}

.introduction .introduction__wrapper .introduction__left .introduction__title {
  font-size: 34px;
  font-weight: 600;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
}

.introduction .introduction__wrapper .introduction__left .introduction__text {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.introduction .introduction__wrapper .introduction__left .order-now {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.9px;
  margin-top: 20px;
}

.introduction .introduction__img {
  position: absolute;
  top: 0;
  left: 55%;
  width: 500px;
  height: 455px;
  background-image: url(/getglucomd/images/GlucoMD_B_Bottle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
}

@media screen and (max-width: 670px) {
  .introduction .introduction__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .introduction .introduction__wrapper .introduction__left {
    max-width: 100%;
    padding-top: 20px;
  }
  .introduction .introduction__img {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .introduction .introduction__wrapper .introduction__left {
    gap: 1px;
    padding: 25px;
  }
  .introduction .introduction__wrapper .introduction__left .introduction__title {
    font-size: 25px;
  }
  .introduction .introduction__wrapper .introduction__left .introduction__text {
    font-size: 12px;
  }
  .introduction .introduction__img {
    height: 250px;
    margin-top: 20px;
  }
}
.about {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  margin: 50px auto;
}

.about .about__logo {
  width: 120px;
  margin: 0 auto 50px;
}

.docs {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 20px;
  opacity: 0.8;
}

.docs .docs__title {
  font-size: 30px;
  margin: 30px auto;
  text-align: center;
}

.docs .docs__subtitle {
  font-size: 20px;
  margin: 30px auto;
  text-align: center;
}

.docs p {
  margin-bottom: 20px;
}

.docs ul {
  list-style-type: decimal;
}

.docs .circle {
  list-style: circle;
  margin-left: 40px;
  margin-bottom: 20px;
}

.unsub .docs__title {
  text-align: start;
}

.unsub .unsub__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.unsub .unsub__container .unsub__input {
  width: 300px;
  margin: 0;
}

.unsub .unsub__container .unsub__btn {
  background-color: black;
  color: white;
  padding: 10px;
  max-width: 100%;
  cursor: pointer;
}

.direct-page {
  background-color: #175b9c;
}

.direct-page .header-wrap {
  width: 100%;
  background-color: #fff;
}

.direct-page .header-wrap .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.direct-page .header-wrap .header div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.direct-page .header-wrap .header div img {
  max-height: 100%;
}

.direct-page .header-wrap .header div span {
  font-size: 28px;
  color: #ff4500;
  font-weight: bold;
}

.direct-page .choose {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  color: white;
  font-size: 25px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 150px;
  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;
  gap: 20px;
}

.direct-page .choose .arrow-down {
  width: 35px;
  height: 35px;
  background-color: #3383bb;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.direct-page .order .product-item {
  background-color: #fff;
}

.direct-page .prefooter {
  background-color: #fff;
  padding-bottom: 15px;
}

.direct-page .footer-wrapper {
  width: 100%;
  background-color: #fff;
}

@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;
}
* {
  font-family: "Roboto";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  /* blue colors for links too */
  text-decoration: inherit;
  /* no underline */
}

b {
  font-weight: bold;
}

.orange {
  color: #ff4500;
}

.line-through {
  text-decoration: line-through;
}

.light-blue-underline {
  text-decoration: underline;
  text-decoration-color: #70ffc3;
  text-decoration-thickness: 1px;
}

.strikeout {
  position: relative;
}

ul.prclist li span.span1 {
  font-weight: bold;
  color: #000;
}

ul.prclist li span.txt {
  font-size: 27px;
  line-height: 26px;
  font-weight: bold;
  color: black;
}

.strikeout::after {
  border-bottom: 2px solid #f00;
  content: "";
  left: 0;
  margin-top: -0.06em;
  position: absolute;
  right: 0;
  top: 54%;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.im-ready {
  z-index: 100001;
  padding: 10px 20px;
  background-color: #ff4500;
  outline: 2px solid #175b9c;
  border-radius: 5px;
  border: none;
  position: fixed;
  bottom: 10%;
  left: 50%;
  font-size: 18px;
  white-space: nowrap;
  color: #175b9c;
  cursor: pointer;
  -webkit-animation: pulse 1.4s infinite;
  animation: pulse 1.4s infinite;
}

.im-ready strong {
  font-weight: 600;
}

.order-now {
  background-image: -o-linear-gradient(top, #f68101, #ff4500 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f68101), to(#ff4500));
  background-image: linear-gradient(to bottom, #f68101, #ff4500 100%);
  border-radius: 10px;
  padding: 8px 12px;
  color: white;
}

.hide,
.hide-content {
  display: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateX(-50%) scale(0.95);
    transform: translateX(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(0.95);
    transform: translateX(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translateX(-50%) scale(0.95);
    transform: translateX(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(0.95);
    transform: translateX(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
body {
  font-family: "Roboto", sans-serif;
}

.container-advetorial {
  padding: 0 25vw;
  background-color: #d3d8de;
}

.doc-img {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  margin-right: 15px;
}

.docComm {
  font-size: 20px;
  font-weight: 200;
}

.doc-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  background-color: white;
}

.main__wraper {
  padding: 48px;
  background-color: white;
  margin-top: 3px;
}

.main__wraper div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main__wraper div:first-child h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  text-align: center;
}

.main__wraper div:first-child h1 span {
  color: crimson;
}

.nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
}

.gif {
  margin-top: 25px;
}

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

.btn_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: black;
  background: -o-radial-gradient(circle farthest-side, #f8e96e, #fee301);
  background: radial-gradient(circle farthest-side, #f8e96e, #fee301);
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 4px 0px #222;
  box-shadow: 2px 2px 4px 0px #222;
  border-radius: 11px;
  width: 300px;
  height: 60px;
  cursor: pointer;
  padding-top: 13px;
}

.btn_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: black;
  background: -o-radial-gradient(circle farthest-side, #f8e96e, #fee301);
  background: radial-gradient(circle farthest-side, #f8e96e, #fee301);
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 4px 0px #222;
  box-shadow: 2px 2px 4px 0px #222;
  border-radius: 12px;
  width: 600px;
  height: 60px;
  cursor: pointer;
  padding: 13px;
}

.information {
  font-size: 25px;
}

.information p {
  margin-top: 25px;
}

.information p u {
  color: crimson;
}

.information p:last-child {
  color: crimson;
  text-align: center;
}

.footer-advetorial {
  position: absolute;
  text-align: center;
  padding: 50px 25vw;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

@media (max-width: 1550px) {
  .btn {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .container-advetorial {
    padding: 0px 0px;
  }
  .footer-advetorial {
    padding: 0px 15px;
  }
}
@media (max-width: 1550px) {
  p {
    font-size: 0.7em;
  }
  .main__wraper {
    padding: 48px 30px;
  }
  .btn {
    padding: 12px;
  }
  .footer-advetorial {
    width: 100%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

.cbtb html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.cbtb body {
  margin: 0;
}

.cbtb article,
.cbtb aside,
.cbtb details,
.cbtb figcaption,
.cbtb figure,
.cbtb footer,
.cbtb header,
.cbtb hgroup,
.cbtb main,
.cbtb menu,
.cbtb nav,
.cbtb section,
.cbtb summary {
  display: block;
}

.cbtb audio,
.cbtb canvas,
.cbtb progress,
.cbtb video {
  display: inline-block;
  vertical-align: baseline;
}

.cbtb audio:not([controls]) {
  display: none;
  height: 0;
}

.cbtb [hidden],
.cbtb template {
  display: none;
}

.cbtb a {
  background-color: transparent;
}

.cbtb a:active,
.cbtb a:hover {
  outline: 0;
}

.cbtb abbr[title] {
  border-bottom: 1px dotted;
}

.cbtb b,
.cbtb strong {
  font-weight: 700;
}

.cbtb dfn {
  font-style: italic;
}

.cbtb h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.cbtb mark {
  background: #ff0;
  color: #000;
}

.cbtb small {
  font-size: 80%;
}

.cbtb sub,
.cbtb sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.cbtb sup {
  top: -0.5em;
}

.cbtb sub {
  bottom: -0.25em;
}

.cbtb img {
  border: 0;
}

.cbtb svg:not(:root) {
  overflow: hidden;
}

.cbtb figure {
  margin: 1em 40px;
}

.cbtb hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

.cbtb pre {
  overflow: auto;
}

.cbtb code,
.cbtb kbd,
.cbtb pre,
.cbtb samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.cbtb button,
.cbtb input,
.cbtb optgroup,
.cbtb select,
.cbtb textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.cbtb button {
  overflow: visible;
}

.cbtb button,
.cbtb select {
  text-transform: none;
}

.cbtb button,
.cbtb html input[type=button],
.cbtb input[type=reset],
.cbtb input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

.cbtb button[disabled],
.cbtb html input[disabled] {
  cursor: default;
}

.cbtb button::-moz-focus-inner,
.cbtb input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.cbtb input {
  line-height: normal;
}

.cbtb input[type=checkbox],
.cbtb input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.cbtb input[type=number]::-webkit-inner-spin-button,
.cbtb input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

.cbtb input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.cbtb input[type=search]::-webkit-search-cancel-button,
.cbtb input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.cbtb fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.cbtb legend {
  border: 0;
  padding: 0;
}

.cbtb textarea {
  overflow: auto;
}

.cbtb optgroup {
  font-weight: 700;
}

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

.cbtb td,
.cbtb th {
  padding: 0;
}

.cbtb * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.cbtb html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

.cbtb body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

.cbtb input,
.cbtb button,
.cbtb select,
.cbtb textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.cbtb a {
  color: #337ab7;
  text-decoration: none;
}

.cbtb a:hover,
.cbtb a:focus {
  color: #23527c;
  text-decoration: underline;
}

.cbtb a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.cbtb figure {
  margin: 0;
}

.cbtb img {
  vertical-align: middle;
}

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

.cbtb .cbtb-img-rounded {
  border-radius: 6px;
}

.cbtb .cbtb-img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.cbtb .cbtb-img-circle {
  border-radius: 50%;
}

.cbtb hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

.cbtb [role=button] {
  cursor: pointer;
}

.cbtb .cbtb-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .cbtb .cbtb-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .cbtb .cbtb-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .cbtb .cbtb-container {
    width: 1170px;
  }
}
.cbtb .cbtb-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cbtb .cbtb-row {
  margin-left: -15px;
  margin-right: -15px;
}

.cbtb .cbtb-col-xs-1,
.cbtb .cbtb-col-sm-1,
.cbtb .cbtb-col-md-1,
.cbtb .cbtb-col-lg-1,
.cbtb .cbtb-col-xs-2,
.cbtb .cbtb-col-sm-2,
.cbtb .cbtb-col-md-2,
.cbtb .cbtb-col-lg-2,
.cbtb .cbtb-col-xs-3,
.cbtb .cbtb-col-sm-3,
.cbtb .cbtb-col-md-3,
.cbtb .cbtb-col-lg-3,
.cbtb .cbtb-col-xs-4,
.cbtb .cbtb-col-sm-4,
.cbtb .cbtb-col-md-4,
.cbtb .cbtb-col-lg-4,
.cbtb .cbtb-col-xs-5,
.cbtb .cbtb-col-sm-5,
.cbtb .cbtb-col-md-5,
.cbtb .cbtb-col-lg-5,
.cbtb .cbtb-col-xs-6,
.cbtb .cbtb-col-sm-6,
.cbtb .cbtb-col-md-6,
.cbtb .cbtb-col-lg-6,
.cbtb .cbtb-col-xs-7,
.cbtb .cbtb-col-sm-7,
.cbtb .cbtb-col-md-7,
.cbtb .cbtb-col-lg-7,
.cbtb .cbtb-col-xs-8,
.cbtb .cbtb-col-sm-8,
.cbtb .cbtb-col-md-8,
.cbtb .cbtb-col-lg-8,
.cbtb .cbtb-col-xs-9,
.cbtb .cbtb-col-sm-9,
.cbtb .cbtb-col-md-9,
.cbtb .cbtb-col-lg-9,
.cbtb .cbtb-col-xs-10,
.cbtb .cbtb-col-sm-10,
.cbtb .cbtb-col-md-10,
.cbtb .cbtb-col-lg-10,
.cbtb .cbtb-col-xs-11,
.cbtb .cbtb-col-sm-11,
.cbtb .cbtb-col-md-11,
.cbtb .cbtb-col-lg-11,
.cbtb .cbtb-col-xs-12,
.cbtb .cbtb-col-sm-12,
.cbtb .cbtb-col-md-12,
.cbtb .cbtb-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cbtb .cbtb-col-xs-1,
.cbtb .cbtb-col-xs-2,
.cbtb .cbtb-col-xs-3,
.cbtb .cbtb-col-xs-4,
.cbtb .cbtb-col-xs-5,
.cbtb .cbtb-col-xs-6,
.cbtb .cbtb-col-xs-7,
.cbtb .cbtb-col-xs-8,
.cbtb .cbtb-col-xs-9,
.cbtb .cbtb-col-xs-10,
.cbtb .cbtb-col-xs-11,
.cbtb .cbtb-col-xs-12 {
  float: left;
}

.cbtb .cbtb-col-xs-12 {
  width: 100%;
}

.cbtb .cbtb-col-xs-11 {
  width: 91.66666667%;
}

.cbtb .cbtb-col-xs-10 {
  width: 83.33333333%;
}

.cbtb .cbtb-col-xs-9 {
  width: 75%;
}

.cbtb .cbtb-col-xs-8 {
  width: 66.66666667%;
}

.cbtb .cbtb-col-xs-7 {
  width: 58.33333333%;
}

.cbtb .cbtb-col-xs-6 {
  width: 50%;
}

.cbtb .cbtb-col-xs-5 {
  width: 41.66666667%;
}

.cbtb .cbtb-col-xs-4 {
  width: 33.33333333%;
}

.cbtb .cbtb-col-xs-3 {
  width: 25%;
}

.cbtb .cbtb-col-xs-2 {
  width: 16.66666667%;
}

.cbtb .cbtb-col-xs-1 {
  width: 8.33333333%;
}

.cbtb .cbtb-col-xs-pull-12 {
  right: 100%;
}

.cbtb .cbtb-col-xs-pull-11 {
  right: 91.66666667%;
}

.cbtb .cbtb-col-xs-pull-10 {
  right: 83.33333333%;
}

.cbtb .cbtb-col-xs-pull-9 {
  right: 75%;
}

.cbtb .cbtb-col-xs-pull-8 {
  right: 66.66666667%;
}

.cbtb .cbtb-col-xs-pull-7 {
  right: 58.33333333%;
}

.cbtb .cbtb-col-xs-pull-6 {
  right: 50%;
}

.cbtb .cbtb-col-xs-pull-5 {
  right: 41.66666667%;
}

.cbtb .cbtb-col-xs-pull-4 {
  right: 33.33333333%;
}

.cbtb .cbtb-col-xs-pull-3 {
  right: 25%;
}

.cbtb .cbtb-col-xs-pull-2 {
  right: 16.66666667%;
}

.cbtb .cbtb-col-xs-pull-1 {
  right: 8.33333333%;
}

.cbtb .cbtb-col-xs-pull-0 {
  right: auto;
}

.cbtb .cbtb-col-xs-push-12 {
  left: 100%;
}

.cbtb .cbtb-col-xs-push-11 {
  left: 91.66666667%;
}

.cbtb .cbtb-col-xs-push-10 {
  left: 83.33333333%;
}

.cbtb .cbtb-col-xs-push-9 {
  left: 75%;
}

.cbtb .cbtb-col-xs-push-8 {
  left: 66.66666667%;
}

.cbtb .cbtb-col-xs-push-7 {
  left: 58.33333333%;
}

.cbtb .cbtb-col-xs-push-6 {
  left: 50%;
}

.cbtb .cbtb-col-xs-push-5 {
  left: 41.66666667%;
}

.cbtb .cbtb-col-xs-push-4 {
  left: 33.33333333%;
}

.cbtb .cbtb-col-xs-push-3 {
  left: 25%;
}

.cbtb .cbtb-col-xs-push-2 {
  left: 16.66666667%;
}

.cbtb .cbtb-col-xs-push-1 {
  left: 8.33333333%;
}

.cbtb .cbtb-col-xs-push-0 {
  left: auto;
}

.cbtb .cbtb-col-xs-offset-12 {
  margin-left: 100%;
}

.cbtb .cbtb-col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.cbtb .cbtb-col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.cbtb .cbtb-col-xs-offset-9 {
  margin-left: 75%;
}

.cbtb .cbtb-col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.cbtb .cbtb-col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.cbtb .cbtb-col-xs-offset-6 {
  margin-left: 50%;
}

.cbtb .cbtb-col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.cbtb .cbtb-col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.cbtb .cbtb-col-xs-offset-3 {
  margin-left: 25%;
}

.cbtb .cbtb-col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.cbtb .cbtb-col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.cbtb .cbtb-col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .cbtb .cbtb-col-sm-1,
.cbtb .cbtb-col-sm-2,
.cbtb .cbtb-col-sm-3,
.cbtb .cbtb-col-sm-4,
.cbtb .cbtb-col-sm-5,
.cbtb .cbtb-col-sm-6,
.cbtb .cbtb-col-sm-7,
.cbtb .cbtb-col-sm-8,
.cbtb .cbtb-col-sm-9,
.cbtb .cbtb-col-sm-10,
.cbtb .cbtb-col-sm-11,
.cbtb .cbtb-col-sm-12 {
    float: left;
  }
  .cbtb .cbtb-col-sm-12 {
    width: 100%;
  }
  .cbtb .cbtb-col-sm-11 {
    width: 91.66666667%;
  }
  .cbtb .cbtb-col-sm-10 {
    width: 83.33333333%;
  }
  .cbtb .cbtb-col-sm-9 {
    width: 75%;
  }
  .cbtb .cbtb-col-sm-8 {
    width: 66.66666667%;
  }
  .cbtb .cbtb-col-sm-7 {
    width: 58.33333333%;
  }
  .cbtb .cbtb-col-sm-6 {
    width: 50%;
  }
  .cbtb .cbtb-col-sm-5 {
    width: 41.66666667%;
  }
  .cbtb .cbtb-col-sm-4 {
    width: 33.33333333%;
  }
  .cbtb .cbtb-col-sm-3 {
    width: 25%;
  }
  .cbtb .cbtb-col-sm-2 {
    width: 16.66666667%;
  }
  .cbtb .cbtb-col-sm-1 {
    width: 8.33333333%;
  }
  .cbtb .cbtb-col-sm-pull-12 {
    right: 100%;
  }
  .cbtb .cbtb-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .cbtb .cbtb-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .cbtb .cbtb-col-sm-pull-9 {
    right: 75%;
  }
  .cbtb .cbtb-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .cbtb .cbtb-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .cbtb .cbtb-col-sm-pull-6 {
    right: 50%;
  }
  .cbtb .cbtb-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .cbtb .cbtb-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .cbtb .cbtb-col-sm-pull-3 {
    right: 25%;
  }
  .cbtb .cbtb-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .cbtb .cbtb-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .cbtb .cbtb-col-sm-pull-0 {
    right: auto;
  }
  .cbtb .cbtb-col-sm-push-12 {
    left: 100%;
  }
  .cbtb .cbtb-col-sm-push-11 {
    left: 91.66666667%;
  }
  .cbtb .cbtb-col-sm-push-10 {
    left: 83.33333333%;
  }
  .cbtb .cbtb-col-sm-push-9 {
    left: 75%;
  }
  .cbtb .cbtb-col-sm-push-8 {
    left: 66.66666667%;
  }
  .cbtb .cbtb-col-sm-push-7 {
    left: 58.33333333%;
  }
  .cbtb .cbtb-col-sm-push-6 {
    left: 50%;
  }
  .cbtb .cbtb-col-sm-push-5 {
    left: 41.66666667%;
  }
  .cbtb .cbtb-col-sm-push-4 {
    left: 33.33333333%;
  }
  .cbtb .cbtb-col-sm-push-3 {
    left: 25%;
  }
  .cbtb .cbtb-col-sm-push-2 {
    left: 16.66666667%;
  }
  .cbtb .cbtb-col-sm-push-1 {
    left: 8.33333333%;
  }
  .cbtb .cbtb-col-sm-push-0 {
    left: auto;
  }
  .cbtb .cbtb-col-sm-offset-12 {
    margin-left: 100%;
  }
  .cbtb .cbtb-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .cbtb .cbtb-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .cbtb .cbtb-col-sm-offset-9 {
    margin-left: 75%;
  }
  .cbtb .cbtb-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .cbtb .cbtb-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .cbtb .cbtb-col-sm-offset-6 {
    margin-left: 50%;
  }
  .cbtb .cbtb-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .cbtb .cbtb-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .cbtb .cbtb-col-sm-offset-3 {
    margin-left: 25%;
  }
  .cbtb .cbtb-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .cbtb .cbtb-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .cbtb .cbtb-col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .cbtb .cbtb-col-md-1,
.cbtb .cbtb-col-md-2,
.cbtb .cbtb-col-md-3,
.cbtb .cbtb-col-md-4,
.cbtb .cbtb-col-md-5,
.cbtb .cbtb-col-md-6,
.cbtb .cbtb-col-md-7,
.cbtb .cbtb-col-md-8,
.cbtb .cbtb-col-md-9,
.cbtb .cbtb-col-md-10,
.cbtb .cbtb-col-md-11,
.cbtb .cbtb-col-md-12 {
    float: left;
  }
  .cbtb .cbtb-col-md-12 {
    width: 100%;
  }
  .cbtb .cbtb-col-md-11 {
    width: 91.66666667%;
  }
  .cbtb .cbtb-col-md-10 {
    width: 83.33333333%;
  }
  .cbtb .cbtb-col-md-9 {
    width: 75%;
  }
  .cbtb .cbtb-col-md-8 {
    width: 66.66666667%;
  }
  .cbtb .cbtb-col-md-7 {
    width: 58.33333333%;
  }
  .cbtb .cbtb-col-md-6 {
    width: 50%;
  }
  .cbtb .cbtb-col-md-5 {
    width: 41.66666667%;
  }
  .cbtb .cbtb-col-md-4 {
    width: 33.33333333%;
  }
  .cbtb .cbtb-col-md-3 {
    width: 25%;
  }
  .cbtb .cbtb-col-md-2 {
    width: 16.66666667%;
  }
  .cbtb .cbtb-col-md-1 {
    width: 8.33333333%;
  }
  .cbtb .cbtb-col-md-pull-12 {
    right: 100%;
  }
  .cbtb .cbtb-col-md-pull-11 {
    right: 91.66666667%;
  }
  .cbtb .cbtb-col-md-pull-10 {
    right: 83.33333333%;
  }
  .cbtb .cbtb-col-md-pull-9 {
    right: 75%;
  }
  .cbtb .cbtb-col-md-pull-8 {
    right: 66.66666667%;
  }
  .cbtb .cbtb-col-md-pull-7 {
    right: 58.33333333%;
  }
  .cbtb .cbtb-col-md-pull-6 {
    right: 50%;
  }
  .cbtb .cbtb-col-md-pull-5 {
    right: 41.66666667%;
  }
  .cbtb .cbtb-col-md-pull-4 {
    right: 33.33333333%;
  }
  .cbtb .cbtb-col-md-pull-3 {
    right: 25%;
  }
  .cbtb .cbtb-col-md-pull-2 {
    right: 16.66666667%;
  }
  .cbtb .cbtb-col-md-pull-1 {
    right: 8.33333333%;
  }
  .cbtb .cbtb-col-md-pull-0 {
    right: auto;
  }
  .cbtb .cbtb-col-md-push-12 {
    left: 100%;
  }
  .cbtb .cbtb-col-md-push-11 {
    left: 91.66666667%;
  }
  .cbtb .cbtb-col-md-push-10 {
    left: 83.33333333%;
  }
  .cbtb .cbtb-col-md-push-9 {
    left: 75%;
  }
  .cbtb .cbtb-col-md-push-8 {
    left: 66.66666667%;
  }
  .cbtb .cbtb-col-md-push-7 {
    left: 58.33333333%;
  }
  .cbtb .cbtb-col-md-push-6 {
    left: 50%;
  }
  .cbtb .cbtb-col-md-push-5 {
    left: 41.66666667%;
  }
  .cbtb .cbtb-col-md-push-4 {
    left: 33.33333333%;
  }
  .cbtb .cbtb-col-md-push-3 {
    left: 25%;
  }
  .cbtb .cbtb-col-md-push-2 {
    left: 16.66666667%;
  }
  .cbtb .cbtb-col-md-push-1 {
    left: 8.33333333%;
  }
  .cbtb .cbtb-col-md-push-0 {
    left: auto;
  }
  .cbtb .cbtb-col-md-offset-12 {
    margin-left: 100%;
  }
  .cbtb .cbtb-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .cbtb .cbtb-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .cbtb .cbtb-col-md-offset-9 {
    margin-left: 75%;
  }
  .cbtb .cbtb-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .cbtb .cbtb-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .cbtb .cbtb-col-md-offset-6 {
    margin-left: 50%;
  }
  .cbtb .cbtb-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .cbtb .cbtb-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .cbtb .cbtb-col-md-offset-3 {
    margin-left: 25%;
  }
  .cbtb .cbtb-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .cbtb .cbtb-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .cbtb .cbtb-col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .cbtb .cbtb-col-lg-1,
.cbtb .cbtb-col-lg-2,
.cbtb .cbtb-col-lg-3,
.cbtb .cbtb-col-lg-4,
.cbtb .cbtb-col-lg-5,
.cbtb .cbtb-col-lg-6,
.cbtb .cbtb-col-lg-7,
.cbtb .cbtb-col-lg-8,
.cbtb .cbtb-col-lg-9,
.cbtb .cbtb-col-lg-10,
.cbtb .cbtb-col-lg-11,
.cbtb .cbtb-col-lg-12 {
    float: left;
  }
  .cbtb .cbtb-col-lg-12 {
    width: 100%;
  }
  .cbtb .cbtb-col-lg-11 {
    width: 91.66666667%;
  }
  .cbtb .cbtb-col-lg-10 {
    width: 83.33333333%;
  }
  .cbtb .cbtb-col-lg-9 {
    width: 75%;
  }
  .cbtb .cbtb-col-lg-8 {
    width: 66.66666667%;
  }
  .cbtb .cbtb-col-lg-7 {
    width: 58.33333333%;
  }
  .cbtb .cbtb-col-lg-6 {
    width: 50%;
  }
  .cbtb .cbtb-col-lg-5 {
    width: 41.66666667%;
  }
  .cbtb .cbtb-col-lg-4 {
    width: 33.33333333%;
  }
  .cbtb .cbtb-col-lg-3 {
    width: 25%;
  }
  .cbtb .cbtb-col-lg-2 {
    width: 16.66666667%;
  }
  .cbtb .cbtb-col-lg-1 {
    width: 8.33333333%;
  }
  .cbtb .cbtb-col-lg-pull-12 {
    right: 100%;
  }
  .cbtb .cbtb-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .cbtb .cbtb-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .cbtb .cbtb-col-lg-pull-9 {
    right: 75%;
  }
  .cbtb .cbtb-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .cbtb .cbtb-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .cbtb .cbtb-col-lg-pull-6 {
    right: 50%;
  }
  .cbtb .cbtb-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .cbtb .cbtb-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .cbtb .cbtb-col-lg-pull-3 {
    right: 25%;
  }
  .cbtb .cbtb-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .cbtb .cbtb-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .cbtb .cbtb-col-lg-pull-0 {
    right: auto;
  }
  .cbtb .cbtb-col-lg-push-12 {
    left: 100%;
  }
  .cbtb .cbtb-col-lg-push-11 {
    left: 91.66666667%;
  }
  .cbtb .cbtb-col-lg-push-10 {
    left: 83.33333333%;
  }
  .cbtb .cbtb-col-lg-push-9 {
    left: 75%;
  }
  .cbtb .cbtb-col-lg-push-8 {
    left: 66.66666667%;
  }
  .cbtb .cbtb-col-lg-push-7 {
    left: 58.33333333%;
  }
  .cbtb .cbtb-col-lg-push-6 {
    left: 50%;
  }
  .cbtb .cbtb-col-lg-push-5 {
    left: 41.66666667%;
  }
  .cbtb .cbtb-col-lg-push-4 {
    left: 33.33333333%;
  }
  .cbtb .cbtb-col-lg-push-3 {
    left: 25%;
  }
  .cbtb .cbtb-col-lg-push-2 {
    left: 16.66666667%;
  }
  .cbtb .cbtb-col-lg-push-1 {
    left: 8.33333333%;
  }
  .cbtb .cbtb-col-lg-push-0 {
    left: auto;
  }
  .cbtb .cbtb-col-lg-offset-12 {
    margin-left: 100%;
  }
  .cbtb .cbtb-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .cbtb .cbtb-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .cbtb .cbtb-col-lg-offset-9 {
    margin-left: 75%;
  }
  .cbtb .cbtb-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .cbtb .cbtb-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .cbtb .cbtb-col-lg-offset-6 {
    margin-left: 50%;
  }
  .cbtb .cbtb-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .cbtb .cbtb-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .cbtb .cbtb-col-lg-offset-3 {
    margin-left: 25%;
  }
  .cbtb .cbtb-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .cbtb .cbtb-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .cbtb .cbtb-col-lg-offset-0 {
    margin-left: 0;
  }
}
.cbtb .cbtb-fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.cbtb .cbtb-fade.cbtb-in {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.cbtb .cbtb-collapse {
  display: none;
}

.cbtb .cbtb-collapse.cbtb-in {
  display: block;
}

.cbtb tr.cbtb-collapse.cbtb-in {
  display: table-row;
}

.cbtb tbody.cbtb-collapse.cbtb-in {
  display: table-row-group;
}

.cbtb .cbtb-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
       -o-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.cbtb .cbtb-close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.cbtb .cbtb-close:hover,
.cbtb .cbtb-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.cbtb button.cbtb-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.cbtb .cbtb-modal-open {
  overflow: hidden;
}

.cbtb .cbtb-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -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;
}

.cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.cbtb .cbtb-modal-open .cbtb-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.cbtb .cbtb-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.cbtb .cbtb-modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.cbtb .cbtb-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.cbtb .cbtb-modal-backdrop.cbtb-fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.cbtb .cbtb-modal-backdrop.cbtb-in {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.cbtb .cbtb-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.cbtb .cbtb-modal-header .cbtb-close {
  margin-top: -2px;
}

.cbtb .cbtb-modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.cbtb .cbtb-modal-body {
  position: relative;
  padding: 15px;
}

.cbtb .cbtb-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.cbtb .cbtb-modal-footer .cbtb-btn + .cbtb-btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.cbtb .cbtb-modal-footer .cbtb-btn-group .cbtb-btn + .cbtb-btn {
  margin-left: -1px;
}

.cbtb .cbtb-modal-footer .cbtb-btn-block + .cbtb-btn-block {
  margin-left: 0;
}

.cbtb .cbtb-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .cbtb .cbtb-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .cbtb .cbtb-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .cbtb .cbtb-modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .cbtb .cbtb-modal-lg {
    width: 900px;
  }
}
.cbtb .cbtb-clearfix:before,
.cbtb .cbtb-clearfix:after,
.cbtb .cbtb-container:before,
.cbtb .cbtb-container:after,
.cbtb .cbtb-container-fluid:before,
.cbtb .cbtb-container-fluid:after,
.cbtb .cbtb-row:before,
.cbtb .cbtb-row:after,
.cbtb .cbtb-modal-footer:before,
.cbtb .cbtb-modal-footer:after {
  content: " ";
  display: table;
}

.cbtb .cbtb-clearfix:after,
.cbtb .cbtb-container:after,
.cbtb .cbtb-container-fluid:after,
.cbtb .cbtb-row:after,
.cbtb .cbtb-modal-footer:after {
  clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.cbtb .cbtb-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.cbtb .cbtb-hide {
  display: none !important;
}

.cbtb .cbtb-show {
  display: block !important;
}

.cbtb .cbtb-invisible {
  visibility: hidden;
}

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

.cbtb .cbtb-hidden {
  display: none !important;
}

.cbtb .cbtb-affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.cbtb .cbtb-visible-xs,
.cbtb .cbtb-visible-sm,
.cbtb .cbtb-visible-md,
.cbtb .cbtb-visible-lg {
  display: none !important;
}

.cbtb .cbtb-visible-xs-block,
.cbtb .cbtb-visible-xs-inline,
.cbtb .cbtb-visible-xs-inline-block,
.cbtb .cbtb-visible-sm-block,
.cbtb .cbtb-visible-sm-inline,
.cbtb .cbtb-visible-sm-inline-block,
.cbtb .cbtb-visible-md-block,
.cbtb .cbtb-visible-md-inline,
.cbtb .cbtb-visible-md-inline-block,
.cbtb .cbtb-visible-lg-block,
.cbtb .cbtb-visible-lg-inline,
.cbtb .cbtb-visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .cbtb .cbtb-visible-xs {
    display: block !important;
  }
  .cbtb table.cbtb-visible-xs {
    display: table !important;
  }
  .cbtb tr.cbtb-visible-xs {
    display: table-row !important;
  }
  .cbtb th.cbtb-visible-xs,
.cbtb td.cbtb-visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .cbtb .cbtb-visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .cbtb .cbtb-visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .cbtb .cbtb-visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cbtb .cbtb-visible-sm {
    display: block !important;
  }
  .cbtb table.cbtb-visible-sm {
    display: table !important;
  }
  .cbtb tr.cbtb-visible-sm {
    display: table-row !important;
  }
  .cbtb th.cbtb-visible-sm,
.cbtb td.cbtb-visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cbtb .cbtb-visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cbtb .cbtb-visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cbtb .cbtb-visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cbtb .cbtb-visible-md {
    display: block !important;
  }
  .cbtb table.cbtb-visible-md {
    display: table !important;
  }
  .cbtb tr.cbtb-visible-md {
    display: table-row !important;
  }
  .cbtb th.cbtb-visible-md,
.cbtb td.cbtb-visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cbtb .cbtb-visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cbtb .cbtb-visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cbtb .cbtb-visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .cbtb .cbtb-visible-lg {
    display: block !important;
  }
  .cbtb table.cbtb-visible-lg {
    display: table !important;
  }
  .cbtb tr.cbtb-visible-lg {
    display: table-row !important;
  }
  .cbtb th.cbtb-visible-lg,
.cbtb td.cbtb-visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .cbtb .cbtb-visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .cbtb .cbtb-visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .cbtb .cbtb-visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .cbtb .cbtb-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cbtb .cbtb-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cbtb .cbtb-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cbtb .cbtb-hidden-lg {
    display: none !important;
  }
}
.cbtb .cbtb-visible-print {
  display: none !important;
}

@media print {
  .cbtb .cbtb-visible-print {
    display: block !important;
  }
  .cbtb table.cbtb-visible-print {
    display: table !important;
  }
  .cbtb tr.cbtb-visible-print {
    display: table-row !important;
  }
  .cbtb th.cbtb-visible-print,
.cbtb td.cbtb-visible-print {
    display: table-cell !important;
  }
}
.cbtb .cbtb-visible-print-block {
  display: none !important;
}

@media print {
  .cbtb .cbtb-visible-print-block {
    display: block !important;
  }
}
.cbtb .cbtb-visible-print-inline {
  display: none !important;
}

@media print {
  .cbtb .cbtb-visible-print-inline {
    display: inline !important;
  }
}
.cbtb .cbtb-visible-print-inline-block {
  display: none !important;
}

@media print {
  .cbtb .cbtb-visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .cbtb .cbtb-hidden-print {
    display: none !important;
  }
}
.cbtb br {
  display: block;
}

.cbtb :before,
.cbtb :after {
  display: none;
}

.cbtb .header-mode .show-header {
  display: block !important;
}

.cbtb .header-mode .show-tab {
  display: none !important;
}

.cbtb .tab-mode .show-tab {
  display: block !important;
}

.cbtb .tab-mode .show-header {
  display: none !important;
}

.cbtb .trust-badge .show-header {
  display: block !important;
}

.cbtb .trust-badge .show-tab {
  display: none !important;
}

.cbtb .cbtb-modal-dialog .show-tab {
  display: block !important;
}

.cbtb .cbtb-modal-dialog .show-header {
  display: none !important;
}

@media (min-width: 480px) {
  .cbtb .trust-badge.tab .show-tab {
    display: block !important;
  }
  .cbtb .trust-badge.tab .show-header {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .cbtb .cbtb-modal-dialog.header .show-header {
    display: block !important;
  }
  .cbtb .cbtb-modal-dialog.header .show-tab {
    display: none !important;
  }
}
.cbtb .trust-badge {
  background-color: white;
  width: 100%;
  position: relative;
  padding: 0;
  min-height: 26px;
}

.cbtb .trust-badge a {
  outline: none;
}

.cbtb .trust-badge a img {
  margin-top: 4px;
  max-height: 18px;
}

.cbtb .trust-badge a img.accented {
  margin-top: 3px;
}

.cbtb .trust-badge.header {
  border: none !important;
}

.cbtb .trust-badge.header img:hover {
  -webkit-animation: pulse 500ms;
          animation: pulse 500ms;
}

@media (max-width: 480px) {
  .cbtb .trust-badge {
    border: none !important;
    display: none !important;
  }
  .cbtb .trust-badge img:hover {
    -webkit-animation: pulse 500ms;
            animation: pulse 500ms;
  }
}
@media (min-width: 480px) {
  .cbtb .trust-badge.tab {
    position: absolute;
    z-index: 2147483646;
    padding: 5px 10px;
    border-radius: 0 0 5px 5px;
    width: 190px;
    height: 50px;
    top: 0;
    left: 10px;
  }
  .cbtb .trust-badge.tab:hover {
    -webkit-animation: pulse 500ms;
            animation: pulse 500ms;
  }
  .cbtb .trust-badge.tab a img {
    max-height: 100%;
    max-width: 100%;
  }
  .cbtb .trust-badge.tab.top-left,
.cbtb .trust-badge.tab.top-right {
    border-top: none;
  }
  .cbtb .trust-badge.tab.top-right,
.cbtb .trust-badge.tab.bottom-right {
    left: auto;
    right: 10px;
  }
  .cbtb .trust-badge.tab.bottom-left,
.cbtb .trust-badge.tab.bottom-right {
    position: fixed;
    top: auto;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    border-top: auto;
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .cbtb .cbtb-modal,
.cbtb .cbtb-modal-backdrop,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in {
    display: none !important;
  }
}
.cbtb #cbTabBBBReviewLink,
.cbtb #cbHeaderBBBReviewLink {
  visibility: hidden;
}

.cbtb .cbtb-modal,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cbtb .cbtb-modal .cbtb-modal-dialog,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog {
  padding: 0;
  top: 0;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  border: none;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content {
  border-radius: 0 0 6px 6px;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-close.ie8,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-close.ie8 {
  -webkit-filter: none;
          filter: none;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-row,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-row {
  padding: 0;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header {
  padding: 5px 15px;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a {
  outline: none;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a img,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a img {
  margin: 10px 0;
  max-width: 67%;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a img.accented,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a img.accented {
  margin: 7px 0 10px;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .bbb,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .bbb {
  max-width: 27%;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .bbb img,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .bbb img {
  margin: 0;
  max-width: 100%;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .cbtb-close,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .cbtb-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p {
  line-height: 1.5em;
  margin-bottom: 5px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p.trust-statement,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p.trust-statement {
  font-size: 14px !important;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p.trust-statement strong,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p.trust-statement strong {
  word-wrap: break-word;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .bbb,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .bbb {
  max-width: 20%;
  position: absolute;
  top: 10px;
  right: 10px;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .bbb img,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .bbb img {
  max-width: 100%;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .cbtb-close,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .cbtb-close {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .show-header,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .show-header {
  display: none;
}

.cbtb .cbtb-modal-open {
  overflow: auto !important;
}

.cbtb .cbtb-modal-backdrop {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media (min-width: 480px) {
  .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-left,
.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-right {
    -webkit-transform: translate(0, 25%);
        -ms-transform: translate(0, 25%);
            transform: translate(0, 25%);
  }
  .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-left,
.cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-right {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab,
.cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab {
    position: absolute;
    margin: 0;
    left: 10px;
  }
  .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.top-right,
.cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.top-right,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.top-right,
.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-right,
.cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-right,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-right {
    left: auto;
    right: 10px;
  }
  .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-left,
.cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-left,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-left,
.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-right,
.cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-right,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-right {
    top: auto;
    bottom: -6px;
  }
  .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-left .cbtb-modal-content,
.cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-left .cbtb-modal-content,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-left .cbtb-modal-content,
.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-right .cbtb-modal-content,
.cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-right .cbtb-modal-content,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-right .cbtb-modal-content {
    border-radius: 6px 6px 0 0;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .cbtb .cbtb-modal .cbtb-modal-dialog.header,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.header {
    width: 550px;
  }
  .cbtb .cbtb-modal .cbtb-modal-dialog.header .cbtb-modal-content .cbtb-modal-header a img,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.header .cbtb-modal-content .cbtb-modal-header a img {
    max-width: 400px;
  }
  .cbtb .cbtb-modal .cbtb-modal-dialog.header .cbtb-modal-content .show-tab,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.header .cbtb-modal-content .show-tab {
    display: none;
  }
  .cbtb .cbtb-modal .cbtb-modal-dialog.header .cbtb-modal-content .show-header,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.header .cbtb-modal-content .show-header {
    display: block;
  }
}
.cbtb .trust-badge,
.cbtb .cbtb-modal-content {
  border: 1px solid #ccc;
  color: #2f485c !important;
}

.cbtb .trust-badge .cbtb-modal-header,
.cbtb .cbtb-modal-content .cbtb-modal-header {
  border-bottom: 1px solid #ccc;
}

.cbtb .trust-badge .cbtb-close,
.cbtb .cbtb-modal-content .cbtb-close {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  color: #2f485c !important;
}

.cbtb .trust-badge.light-grey,
.cbtb .cbtb-modal-content.light-grey {
  background-color: #f2f2f2 !important;
  border: 1px solid #ccc;
  color: #2f485c !important;
}

.cbtb .trust-badge.light-grey .cbtb-modal-header,
.cbtb .cbtb-modal-content.light-grey .cbtb-modal-header {
  border-bottom: 1px solid #ccc;
}

.cbtb .trust-badge.light-grey .cbtb-close,
.cbtb .cbtb-modal-content.light-grey .cbtb-close {
  color: #2f485c !important;
}

.cbtb .trust-badge.dark-grey,
.cbtb .cbtb-modal-content.dark-grey {
  background-color: #333 !important;
  border: 1px solid #8a959e;
  color: #ccc !important;
}

.cbtb .trust-badge.dark-grey .cbtb-modal-header,
.cbtb .cbtb-modal-content.dark-grey .cbtb-modal-header {
  border-bottom: 1px solid #8a959e;
}

.cbtb .trust-badge.dark-grey .cbtb-close,
.cbtb .cbtb-modal-content.dark-grey .cbtb-close {
  color: #ccc !important;
}

.cbtb .trust-badge.black,
.cbtb .cbtb-modal-content.black {
  background-color: #000 !important;
  border: 1px solid #2f485c;
  color: #fff !important;
}

.cbtb .trust-badge.black .cbtb-modal-header,
.cbtb .cbtb-modal-content.black .cbtb-modal-header {
  border-bottom: 1px solid #2f485c;
}

.cbtb .trust-badge.black .cbtb-close,
.cbtb .cbtb-modal-content.black .cbtb-close {
  color: #fff !important;
}

.cbtb .trust-badge.light-blue,
.cbtb .cbtb-modal-content.light-blue {
  background-color: #c4dceb !important;
  border: 1px solid #8a959e;
  color: #2f485c !important;
}

.cbtb .trust-badge.light-blue .cbtb-modal-header,
.cbtb .cbtb-modal-content.light-blue .cbtb-modal-header {
  border-bottom: 1px solid #8a959e;
}

.cbtb .trust-badge.light-blue .cbtb-close,
.cbtb .cbtb-modal-content.light-blue .cbtb-close {
  color: #2f485c !important;
}

.cbtb .trust-badge.dark-blue,
.cbtb .cbtb-modal-content.dark-blue {
  background-color: #2f485c !important;
  border: 1px solid #8a959e;
  color: #ccc !important;
}

.cbtb .trust-badge.dark-blue .cbtb-modal-header,
.cbtb .cbtb-modal-content.dark-blue .cbtb-modal-header {
  border-bottom: 1px solid #8a959e;
}

.cbtb .trust-badge.dark-blue .cbtb-close,
.cbtb .cbtb-modal-content.dark-blue .cbtb-close {
  color: #ccc !important;
}

.cbtb .trust-badge.light-yellow,
.cbtb .cbtb-modal-content.light-yellow {
  background-color: #faebab !important;
  border: 1px solid #8a959e;
  color: #2f485c !important;
}

.cbtb .trust-badge.light-yellow .cbtb-modal-header,
.cbtb .cbtb-modal-content.light-yellow .cbtb-modal-header {
  border-bottom: 1px solid #8a959e;
}

.cbtb .trust-badge.light-yellow .cbtb-close,
.cbtb .cbtb-modal-content.light-yellow .cbtb-close {
  color: #2f485c !important;
}

.cbtb .trust-badge.light-green,
.cbtb .cbtb-modal-content.light-green {
  background-color: #c8edc8 !important;
  border: 1px solid #ccc;
  color: #2f485c !important;
}

.cbtb .trust-badge.light-green .cbtb-modal-header,
.cbtb .cbtb-modal-content.light-green .cbtb-modal-header {
  border-bottom: 1px solid #ccc;
}

.cbtb .trust-badge.light-green .cbtb-close,
.cbtb .cbtb-modal-content.light-green .cbtb-close {
  color: #2f485c !important;
}

.cbtb-modal-open {
  overflow: hidden;
  overflow: auto !important;
}

.cbtb-modal-backdrop,
.cbtb-modal-backdrop.cbtb-fade.cbtb-in {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.upsell__container-step {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.upsell__container-step .video {
  background: none;
  max-height: 500px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upsell__container-step .oldman .oldman__title {
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  margin: 30px auto;
}

.upsell__container-step .oldman .oldman__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.upsell__container-step .oldman .oldman__container div {
  -ms-flex-preferred-size: 300px;
  flex-basis: 600px;
}

.upsell__container-step .oldman .oldman__container div p {
  font-size: 16px;
  line-height: 40px;
}

.oldman__title-text {
  font-weight: bold;
  margin: 10px 0 10px;
}

.upsell__container-step .upsell__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto 10px;
}

.upsell__container-step .upsell__logo img {
  width: 200px;
  height: auto;
}

.upsell__container-step .upsell__steps {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.upsell__container-step .upsell__steps div {
  padding: 5px 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  gap: 3px;
}

.upsell__container-step .upsell__steps .step__first {
  background-color: #3383bb;
  -webkit-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px);
}

.upsell__container-step .upsell__steps .step__second {
  background-color: #175b9c;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(1.41);
  -ms-transform: scale(1.41);
  transform: scale(1.41);
  position: relative;
}

.total {
  font-size: 35px;
}

@media screen and (max-width: 600px) {
  .upsell__container-step .upsell__steps {
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .upsell__container-step .upsell__steps div {
    padding: 5px;
    font-size: 16px;
  }
}
.upsell__container-step .no-thank-you {
  background-color: inherit;
  cursor: pointer;
  margin: 20px auto;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 12px;
}

.upsell__container-step .no-thank-you span {
  text-decoration: underline;
}

.upsell__container-step .upsell__head {
  margin: 20px auto 30px;
  text-align: center;
  font-weight: bold;
}

.upsell__container-step .upsell__head p {
  font-size: 1.5em;
  line-height: 45px;
}

.orange {
  color: #ff4500;
}

.upsell__container-step .upsell__head h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.upsell__container-step .upsell-step {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 80%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 350px;
  overflow-y: auto;
  position: relative;
  display: block;
  -webkit-transition: 0 all;
  -o-transition: 0 all;
  transition: 0 all;
  background: #fff;
  padding: 25px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  border-radius: 5px;
  border: 4px dashed #f45a1a;
  font-weight: bold;
}

.upsell__container-step .upsell-step .popup__head {
  color: #3383bb;
  font-size: 28px;
}

.upsell__container-step .upsell-step h3 {
  font-size: 25px;
}

.upsell__container-step .upsell-step p {
  font-size: 25px;
}

.upsell__container-step .upsell-step .upsell__img {
  max-width: 500px;
  margin: 0 auto;
}

.upsell__container-step .upsell-step .medium-text {
  font-size: 14px;
  margin-top: 5px;
}

.upsell__container-step .upsell-step .buttons-step {
  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;
  gap: 5px;
  margin-top: 10px;
  width: 100%;
}

.upsell__container-step .upsell-step .buttons-step .small-text {
  font-size: 10px;
  opacity: 0.7;
}

.upsell__container-step .upsell-step .buttons-step a {
  max-width: 250px;
  cursor: pointer;
  font-size: 1rem;
  width: 100%;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  white-space: nowrap;
}

.upsell__container-step .upsell-step .buttons-step button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.upsell__container-step .upsell-step .buttons-step .add-to-cart-button {
  color: white;
  background-image: -o-linear-gradient(top, #f68101, #ff4500 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f68101), to(#ff4500));
  background-image: linear-gradient(to bottom, #f68101, #ff4500 100%);
  -webkit-box-shadow: rgba(255, 69, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(255, 69, 0, 0.35) 0px 5px 15px;
  margin-bottom: 5px;
}

.upsell__container-step .upsell-step .buttons-step .cards {
  max-width: 100px;
}

.affiliates-page {
  line-height: 1.1;
}

.affiliates-page header {
  background-color: white;
}

.affiliates-page .affiliates-page__wrapper {
  background-color: #3383bb;
  padding: 50px 0;
}

.affiliates-page .affiliates-page__wrapper .affiliates__title {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 50px;
  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;
  font-size: 40px;
  font-weight: bold;
  gap: 10px;
  color: white;
}

.affiliates-page .affiliates-page__wrapper .affiliates__title span {
  font-size: 26px;
}

@media screen and (max-width: 780px) {
  .affiliates-page .affiliates-page__wrapper .affiliates__title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .affiliates-page .affiliates-page__wrapper .affiliates__title span {
    font-size: 20px;
  }
}
.affiliates-page .affiliates-page__wrapper .color-back {
  background-color: #3383bb;
  color: white;
}

.affiliates-page .affiliates-page__wrapper .color-back a {
  font-weight: bold;
  text-decoration: underline;
}

.affiliates-page .affiliates-page__wrapper .white-back {
  background-color: white;
}

.affiliates-page .affiliates-page__wrapper .white-back a {
  font-weight: bold;
  color: #175b9c;
}

.affiliates-page .affiliates-page__wrapper .affiliates-block {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.affiliates-page .affiliates-page__wrapper .affiliates-block h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.affiliates-page .affiliates-page__wrapper .affiliates-block p {
  opacity: 0.9;
  font-size: 18px;
  margin-top: 10px;
}

.affiliates-page .affiliates-page__wrapper .affiliates-block div {
  padding: 20px;
  border-radius: 10px;
}

@media screen and (max-width: 780px) {
  .affiliates-page .affiliates-page__wrapper .affiliates-block div {
    padding: 15px;
  }
}
.affiliates-page .affiliates-page__wrapper .img-and-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.affiliates-page .affiliates-page__wrapper .img-and-text .img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
}

.affiliates-page .affiliates-page__wrapper .img-and-text .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.affiliates-page .affiliates-page__wrapper .img-and-text .text h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.affiliates-page .affiliates-page__wrapper .img-and-text .text p {
  font-size: 20px;
}

@media screen and (max-width: 780px) {
  .affiliates-page .affiliates-page__wrapper .img-and-text {
    -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;
  }
  .affiliates-page .affiliates-page__wrapper .img-and-text .img {
    max-width: 300px;
  }
}
.affiliates-page .affiliates-page__wrapper #steps .step span {
  font-size: 20px;
  font-weight: bold;
}

.affiliates-page .affiliates-page__wrapper #steps .step p {
  margin-top: 10px;
  font-size: 18px;
}

.affiliates-page .affiliates-page__wrapper #steps .link-generator .link-generator__input {
  padding: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.affiliates-page .affiliates-page__wrapper #steps .link-generator .link-generator__input .header {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.affiliates-page .affiliates-page__wrapper #steps .link-generator .link-generator__input input,
.affiliates-page .affiliates-page__wrapper #steps .link-generator .link-generator__input select {
  margin-bottom: 10px;
  border-radius: 5px;
  border: 2px solid #175b9c;
  padding: 7px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
}

.affiliates-page .affiliates-page__wrapper #steps .link-generator .link-generator__output {
  padding: 20px;
  border: 2px solid #3383bb;
  border-radius: 5px;
  margin-top: 20px;
  display: none;
}

.affiliates-page .affiliates-page__wrapper #steps .link-generator .link-generator__output .hoplink {
  color: #175b9c;
  padding: 20px 0;
}

.affiliates-page .affiliates-page__wrapper #steps .link-generator .link-generator__output .copy-btn {
  margin-top: -15px;
  background-color: #175b9c;
  border: none;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.affiliates-page .affiliates-page__wrapper #steps .link-generator .link-generator__output .copy-btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.affiliates-page .affiliates-page__wrapper #emails p {
  margin-top: 15px;
}

.affiliates-page .affiliates-page__wrapper #emails li {
  margin-top: 10px;
}

.affiliates-page .affiliates-page__wrapper #emails .email__card h4 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #175b9c;
}

.affiliates-page .affiliates-page__wrapper #emails .email__card .email__card_text-box {
  background-color: #f5f5f5;
  margin-top: 20px;
  outline: 3px solid #175b9c;
  max-height: 350px;
  overflow-y: auto;
  line-height: 2;
}

.affiliates-page .affiliates-page__wrapper #emails .email__card .copy-btn {
  float: right;
  margin-top: 3px;
  background-color: #175b9c;
  border: none;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.affiliates-page .affiliates-page__wrapper #emails .email__card .copy-btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.affiliates-page .affiliates-page__wrapper #demographics .demographics__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.affiliates-page .affiliates-page__wrapper #demographics .demographics__container .demographics__card {
  -webkit-box-flex: 1;
  -ms-flex: 1 0.1 45%;
  flex: 1 0.1 45%;
  background-color: #f5f5f5;
  border-radius: 0;
}

.affiliates-page .affiliates-page__wrapper #demographics .demographics__container .demographics__card h6 {
  font-size: 26px;
  font-weight: bold;
  color: #175b9c;
}

.affiliates-page .affiliates-page__wrapper #demographics .demographics__container .demographics__card p {
  margin-top: 20px;
}

.affiliates-page .affiliates-page__wrapper #images p {
  margin: 20px 0;
}

.affiliates-page .affiliates-page__wrapper #images h6 {
  color: #175b9c;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}

.affiliates-page .affiliates-page__wrapper #images .images__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.affiliates-page .affiliates-page__wrapper #images .images__container div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0.1 200px;
  flex: 1 0.1 200px;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #175b9c;
}

.affiliates-page .affiliates-page__wrapper #images .images__container div a img {
  max-height: 100%;
}

.affiliates-page .affiliates-page__wrapper .terms {
  color: white;
}

.affiliates-page .affiliates-page__wrapper .terms ol {
  list-style: decimal;
}

.affiliates-page .affiliates-page__wrapper .terms ol li {
  margin-left: 20px;
}

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%;
}

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
} */
/* body {
font-family: 'Roboto', sans-serif;
}



.container-advetorial {
  padding: 0 25vw;
  background-color: #d3d8de;

}

.doc-img {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  margin-right: 15px;
}

.docComm {
  font-size: 20px;
  font-weight: 200;
}

.doc-comment {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: white;
}

.banner {
  display: flex;
  justify-content: center;
}

.main__wraper {
  padding: 48px;
  background-color: white;
  margin-top: 3px;
}

.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: white;
}

.gif {
  margin-top: 25px;
}

.text-centerGif {
  display: flex;
  justify-content: center;
}

.btn_1 {

  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: black;
  top: 50%;
  background: radial-gradient(circle farthest-side, #f8e96e, #fee301);
  text-decoration: none;
  box-shadow: 2px 2px 4px 0px #222;
  border-radius: 12px;
  padding: 12px 45px;

  cursor: pointer;
}

.information {
  font-size: 25px;
}

.btn_2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: black;
  background: radial-gradient(circle farthest-side, #f8e96e, #fee301);
  text-decoration: none;
  box-shadow: 2px 2px 4px 0px #222;
  padding: 12px 45px;
  border-radius: 12px;
  cursor: pointer;

}

.footer-advetorial {
  position: absolute;
  text-align: center;
  padding: 50px 25vw;

}

.btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

@media (max-width: 1550px) {
  .btn_2 {
    font-size: 18px;
  }

  .btn_1 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .container-advetorial {
    padding: 0px 0px;
  }

  .footer-advetorial {
    padding: 0px 15px;
  }
}

@media (max-width: 1550px) {
  p {
    font-size: 0.7em;

  }

  .main__wraper {
    padding: 48px 30px;
  }

  .btn_2 {
    padding: 12px;
  }

  .footer-advetorial {
    width: 100%;
  }
} */
.header {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  padding: 10px 15px;
  -webkit-transition: height 2s ease-out;
  -o-transition: height 2s ease-out;
  transition: height 2s ease-out;
  /* Rotate first bar */
  /* Fade out the second bar */
  /* Rotate last bar */
}

.header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .header__logo {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__logo img {
  width: 110px;
  height: auto;
}

.header .header__nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__nav-bar a {
  padding: 8px 12px;
}

.header .header__nav-bar a:hover {
  text-decoration: underline;
  text-decoration-color: #ff4500;
}

.header .header__nav-bar.mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  display: none;
}

.header .header__nav-bar.mobile.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .burger-button {
  cursor: pointer;
  display: none;
}

.header .bar1,
.header .bar2,
.header .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header .change .bar1 {
  -webkit-transform: translate(0, 11px) rotate(-45deg);
  -ms-transform: translate(0, 11px) rotate(-45deg);
  transform: translate(0, 11px) rotate(-45deg);
}

.header .change .bar2 {
  opacity: 0;
}

.header .change .bar3 {
  -webkit-transform: translate(0, -11px) rotate(45deg);
  -ms-transform: translate(0, -11px) rotate(45deg);
  transform: translate(0, -11px) rotate(45deg);
}

@media screen and (max-width: 992px) {
  .header .header__nav-bar {
    display: none;
  }
  .header .burger-button {
    display: inline-block;
  }
}
.body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

.ingredients {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  margin: 30px auto 50px;
}

.ingredients .title {
  color: black;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.ingredients .subtitle {
  margin-top: 20px;
  margin-bottom: 20px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.ingredients .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 900px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ingredients .wrapper .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: start;
}

.ingredients .wrapper .card .card__img {
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}

.ingredients .wrapper .card .card__img img {
  max-width: 100%;
}

.ingredients .wrapper .card .card__img .card__title {
  text-align: center;
  background-color: #175b9c;
  padding: 5px;
  font-size: 27px;
  font-weight: 500;
  color: white;
  margin-top: -5px;
}

.ingredients .wrapper .card p {
  display: none;
  font-size: 1rem;
  padding-left: 12px;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  text-align: start;
}

.ingredients .wrapper .card p::before {
  content: "";
  width: 10px;
  height: 10px;
  top: 8px;
  left: -5px;
  margin-bottom: 5px;
  border-radius: 50%;
  background-color: #175b9c;
  position: absolute;
}

.order {
  max-width: 1050px;
  padding: 0 10px;
  margin: 20px auto 70px;
}

.order .order__title {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}

.order .order__title img {
  width: 145px;
  margin-left: 10px;
  margin-top: 3px;
}

.order .order__title .orange-background {
  background-color: #ff4500;
  padding: 3px 15px;
}

.order .order__container {
  margin-top: 50px;
  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;
  color: #000;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 50px;
}

.order .order__container .product-item {
  border: 1px solid #175b9c;
  padding: 40px 20px 30px;
  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;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.order .order__container .product-item h2 {
  font-size: 35px;
  font-weight: 600;
  color: #175b9c;
}

.order .order__container .product-item .supply-txt {
  font-weight: 600;
}

.order .order__container .product-item .product-img {
  height: 240px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 15px 0;
}

.order .order__container .product-item .product-img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.order .order__container .product-item .price-box .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #175b9c;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
}

.order .order__container .product-item .price-box .price span:nth-of-type(1) {
  font-size: 16px;
}

.order .order__container .product-item .price-box .price span:nth-of-type(2) {
  font-size: 50px;
  line-height: 1;
}

.order .order__container .product-item .price-box .price span:nth-of-type(3) {
  font-size: 17px;
  text-align: left;
}

.order .order__container .product-item .price-box .saved-money {
  text-transform: uppercase;
  font-size: 12px;
}

.order .order__container .product-item .add-to-cart-button {
  cursor: pointer;
  margin: 15px 0;
  font-size: 1rem;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  color: white;
  background-image: -o-linear-gradient(top, #f68101, #ff4500 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f68101), to(#ff4500));
  background-image: linear-gradient(to bottom, #f68101, #ff4500 100%);
  border-radius: 5px;
  -webkit-box-shadow: rgba(255, 69, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(255, 69, 0, 0.35) 0px 5px 15px;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.order .order__container .product-item .add-to-cart-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.order .order__container .product-item .total {
  margin-top: 15px;
  font-weight: 600;
}

.order .order__container .product-item .total .linethrough {
  text-decoration: line-through;
}

.order .order__container .product-item .shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  font-weight: 600;
}

.order .order__container .product-item .shipping span {
  margin-left: 5px;
  color: red;
}

.order .order__container .product-item .rating {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 5px 40px;
  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;
  gap: 5px;
  color: #54595f;
  text-align: center;
}

.order .order__container .product-item:nth-of-type(2) {
  border: 1px dashed #ff4500;
  position: relative;
  border-top: 1px solid #ff4500;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.order .order__container .product-item:nth-of-type(2)::after {
  content: "PREMIUM";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #ff4500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  color: white;
  font-size: 35px;
  border: 1px dashed #ff4500;
}

@media screen and (max-width: 992px) {
  .order .order__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin: 50px auto 50px;
  }
  .order .order__container .product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 330px;
  }
  .order .order__container .product-item .add-to-cart-button .add-to-cart-button-text {
    font-size: 1rem;
  }
  .order .order__container .product-item .add-to-cart-button img {
    width: 16px;
  }
  .order .order__container .product-item:nth-of-type(2) {
    width: 350px;
    margin-top: 50px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order .order__container .product-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.faq {
  background-color: #3383bb;
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}

.faq .wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq .wrapper h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.faq .wrapper button {
  margin-top: 5px;
}

.faq .accordion {
  background-color: #fff;
  color: #54595f;
  font-size: 23px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.faq .accordion::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/arrow-down-mint.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.faq .active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.faq .active,
.faq .accordion:hover {
  background-color: #ccc;
}

.faq .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  background-color: #3383bb;
  color: white;
}

.faq .panel p {
  padding: 18px;
  text-align: start;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .faq .wrapper h2 {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .faq .wrapper .accordion {
    font-size: 16px;
  }
  .faq .wrapper .panel {
    font-size: 14px;
  }
}
.prefooter {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5;
  grid-template-columns: repeat(5, 1fr);
      grid-template-areas: ". title title title ." "guarantee text text text text" ". . . signature signature" ". sertifications sertifications sertifications .";
  margin-bottom: 50px;
  padding-top: 50px;
}

.prefooter .prefooter__title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
  color: #175b9c;
  line-height: 1.5;
  opacity: 1;
  font-weight: 600;
  grid-area: title;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.prefooter .prefooter__text {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  color: #54595f;
  opacity: 0.9;
  grid-area: text;
}

.prefooter .prefooter__text p {
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}

.prefooter .prefooter__guarantee {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: guarantee;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  padding: 10px 10px;
}

.prefooter .prefooter__signature {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: signature;
  opacity: 0.4;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.prefooter .prefooter__sertifications-line {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: sertifications;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .prefooter {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "title title title title" "text text text text" "guarantee .  signature signature" "sertifications sertifications sertifications sertifications";
  }
  .prefooter__guarantee {
    padding: 20px 0px;
    max-width: 100px;
  }
  .prefooter__title {
    width: auto !important;
    font-size: 18px !important;
  }
  .prefooter__sertifications-line {
    max-width: 70%;
  }
  .prefooter .prefooter__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
  .prefooter .prefooter__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
  .prefooter .prefooter__guarantee {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .prefooter .prefooter__signature {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .prefooter .prefooter__sertifications-line {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 50px;
}

.footer .footer__left {
  width: 170px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 600;
}

.footer .footer__left .footer__logo {
  margin-left: -10px;
  margin-bottom: 20px;
}

.footer .footer__left .copyright {
  margin-bottom: 20px;
  font-size: 10px;
}

.footer .footer__left h6 {
  margin-bottom: 30px;
}

.footer .footer__left ul li {
  opacity: 0.4;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer .footer__right p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (max-width: 870px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .footer .footer__left {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
  .footer .footer__left .footer__logo {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
  }
}
.bottle-item {
  /* padding: 30px 35px 35px;*/
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e7e8));
  background: -o-linear-gradient(top, #ffffff 0%, #e6e7e8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e7e8 100%);
  border: 2px solid rgb(199, 199, 199);
  text-align: center;
  border-radius: 20px;
}

.bottle-item:hover {
  background: #0077b5;
  border-radius: 20px;
}

.bottle-item:hover .price-per-bottle,
.bottle-item:hover .price-large,
.bottle-item:hover .per-bottle-span,
.bottle-item:hover .money-saving,
.bottle-item:hover .price-data,
.bottle-item:hover h1,
.bottle-item:hover h3,
.bottle-item:hover .pri-txt,
.bottle-item:hover .txt,
.bottle-item:hover .span1 {
  color: white;
}

.pro-Guarantee {
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  font-family: "Inter", sans-serif;
}

.bottle-item h2 {
  font-size: 30px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  background: #2e74b3;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
  font-family: "Inter", sans-serif;
}

.bottle-item h3 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 600;
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}

.bottle-item h1 {
  font-size: 45px;
  line-height: 128%;
  font-weight: 700;
  color: #174b7a;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}

.pro-img {
  margin-bottom: 10px;
}

.bottle-item .price-per-bottle {
  padding-top: 18px;
  color: #174b7a;
  line-height: 45px;
  font-family: "Inter", sans-serif;
}

.bottle-item .price-large {
  font-size: 82px;
  font-weight: 700;
  padding-right: 0;
}

.bottle-item .per-bottle-span {
  font-size: 20px;
  line-height: 21px;
  text-align: left;
  display: inline-block;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.bottle-item .money-saving {
  font-size: 20px;
  font-weight: 600;
  color: #d10000;
  min-height: 35px;
  font-family: "Inter", sans-serif;
}

.bottle-item .price-data {
  padding-top: 8px;
  max-width: 460px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: #202020;
  font-family: "Inter", sans-serif;
}

.support-section {
  padding: 25px 0 60px;
}

.support-section h2 {
  text-align: center;
  font-weight: bold;
  font-size: 51px;
  font-family: "Hackman ";
  color: #2e74b3;
  margin-bottom: 20px !important;
}

.support-section p {
  color: #000;
  font-size: 20px;
  /* padding: 0 5%; */
  margin-bottom: 20px;
  margin-top: 17px;
  text-align: center;
  font-weight: 400;
}

.suprt-div {
  background: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 20px;
}

.border-rt {
  border-right: 1px solid #cccccc;
}

.mail-txt {
  font-size: 24px;
  line-height: 1.8;
  color: #2e74b3;
  font-weight: 600;
}

.blue {
  color: #000;
  font-size: 15px;
}

.common-wrapper-1 {
  margin: 0 10%;
}

@media (min-width: 992px) {
  .col-md-6 {
    width: 50%;
  }
}
.link-here {
  color: black;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.index-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
}

.link-here:hover {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

.get_free_shipping {
  background-color: #175b9c;
}

.get_free_shipping .index-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.get_free_shipping .index-container div {
  height: 100%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  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;
}

.get_free_shipping .index-container div img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  max-height: 100%;
  padding: 10px;
}

.get_free_shipping .index-container .text {
  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;
  gap: 10px;
  text-align: end;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.product-sec {
  margin-top: 2%;
  margin-bottom: 4%;
}

#mr-tp {
  margin-top: 25px;
}

.outr-wrp-pro {
  border-radius: 20px;
  -webkit-box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
}

.wrp-div {
  padding: 0 15px 15px;
}

.price-box {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 480px) {
  .glu-logo {
    width: 65%;
  }
  .navbar-brand {
    float: none !important;
  }
  #od-btn-top a {
    text-align: center;
  }
  .dsktp {
    display: none;
  }
  .mobile {
    display: block;
  }
  .first-section {
    background: url(../images/img/about-bg-m.jpg);
    background-size: cover;
  }
  .first-section h1 {
    font-size: 32px;
    text-align: center;
  }
  .three-bottles {
    display: none;
  }
  .slim-div p {
    font-size: 17px;
    margin-left: 23%;
  }
  .div-box {
    margin-top: -4px;
  }
  .catelyst-wpr {
    padding: 0;
    margin-top: 10px;
  }
  .div-box p {
    font-size: 20px;
  }
  .icon-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .txt-m {
    font-size: 19px !important;
    line-height: 1.2;
    padding-left: 7px;
    margin-top: 3px;
  }
  .support-section h2 {
    font-size: 32px;
  }
  .icons-fda {
    margin-top: 20px;
  }
  .support-section {
    padding: 10px 0 50px;
  }
  .suprt-div {
    margin: 0;
  }
  .border-rt {
    border-bottom: 1px solid #cccccc;
  }
  .pad-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .eat-tablet-m {
    margin-bottom: 20px;
  }
  .div-box-two {
    padding: 20px 0px 15px 0px;
  }
  .second-section h2 {
    font-size: 30px;
    padding: 0;
    margin-top: 0;
  }
  .p-txt-cnt {
    padding: 0;
  }
  .pie-chart-m {
    margin-bottom: 20px;
  }
  .three-section h2 {
    font-size: 30px;
    padding: 0;
    text-align: center;
    margin-top: 0;
  }
  .arrow-dwn {
    display: none;
  }
  .human-body {
    float: none !important;
    margin: 0 auto;
    width: 100%;
  }
  .three-section {
    background: url(../images/img/sec-bg-3-m.jpg);
  }
  .three-section-one {
    background: url(../images/img/shaape-m-480.png?v3);
    padding-bottom: 0;
  }
  .three-section-one p {
    padding: 0;
  }
  .three-section-two h2 {
    font-size: 32px;
    padding: 0;
    margin-top: 0;
  }
  .mr-bt {
    margin-bottom: 20px;
  }
  .three-section-two {
    padding: 10px 0 0px;
  }
  .fourth-section h2 {
    font-size: 30px;
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  .blue-box {
    border: none;
    border-bottom: 1px solid #2e74b3;
    border-radius: 0;
  }
  .ser-txt {
    font-size: 27px;
    padding: 0px 7%;
  }
  p.metab {
    font-size: 26px;
    margin: 3% 5% 0;
    line-height: 1.2;
    padding: 7px 0;
  }
  p.ing-name {
    margin-left: 5%;
    margin-bottom: 10px;
  }
  .ing-list {
    padding-left: 5%;
    margin-bottom: 25px;
  }
  p.metab-1 {
    font-size: 26px;
    margin: 3% 10% 0;
    line-height: 1.2;
    padding: 7px 0;
  }
  .lite-blue {
    background: #e9f2fa;
    padding: 7% 0 3%;
  }
  p.metab-2 {
    font-size: 26px;
    margin: 3% 10% 0;
    line-height: 1.2;
    padding: 7px 0;
  }
  .gap-div {
    padding: 6% 2% 3%;
  }
  .promise-wpr {
    margin-top: 30px;
  }
  .promise-wpr h3 {
    font-size: 17px !important;
    padding: 0;
  }
  .five-section {
    padding: 10px 0;
  }
  .five-section h4 {
    font-size: 30px;
  }
  .bonus-section h3 {
    font-size: 29px;
  }
  .bonus-head h2 {
    font-size: 23px;
  }
  .bonus-no h5 {
    font-size: 35px;
    padding: 23px 0 36px;
  }
  .bonus-extra {
    width: 94%;
    margin-bottom: 0;
  }
  .border-m {
    background: #f5f5f5;
  }
  .testominial-section h2 {
    font-size: 30px;
    margin-top: 10px;
  }
  .common-wrapper-1 {
    margin: 0;
  }
  .testominial-inner {
    display: block;
  }
  .t-image {
    width: 130px;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .testominial-inner h4 {
    font-size: 27px;
  }
  .t-image-2 {
    width: 130px;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .pad-lt {
    padding-left: 0;
  }
  .testominial-section {
    padding: 40px 20px;
  }
  h3.nw-head {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .sixth-section {
    background: #f0f7fb;
    padding: 30px 0 34%;
  }
  .grt {
    width: 74%;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .seventh-section h2 {
    font-size: 33px;
    text-align: center;
  }
  .seventh-section h3 {
    font-size: 30px;
    text-align: center;
  }
  .seventh-section p {
    text-align: center;
  }
  .div-part {
    padding: 30px 26px 10px;
  }
  .div-part-1 {
    padding: 30px 26px 10px;
  }
  .support-section h2 {
    font-size: 32px;
  }
  .icons-fda {
    margin-top: 20px;
  }
  .support-section {
    padding: 10px 0 50px;
  }
  .suprt-div {
    margin: 0;
  }
  .mail-txt {
    font-size: 20px;
  }
  .border-rt {
    border-bottom: 1px solid #cccccc;
  }
  .faq-section h3 {
    font-size: 32px;
  }
  .faq-section .panel-title {
    font-size: 22px;
    padding: 10px 3px;
  }
  .foot-list li a {
    line-height: 1.7;
    font-size: 14px;
  }
  .foot-list {
    margin-bottom: 14px;
  }
  .foot-wrapper {
    margin: 0 10px;
  }
  .product-mobile-sec {
    border-radius: 20px;
    padding: 10px;
    background: #2e74b3;
    margin-bottom: 20px;
    border: 2px solid rgb(199, 199, 199);
    -webkit-box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
  }
  .pro-in-div {
    background: #2e74b3;
    border-radius: 20px 20px 0 0;
  }
  .pro-in-div h3 {
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
  }
  .pro-btl h1 {
    font-size: 30px;
    text-align: center;
    color: #174b7a;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 10px;
    font-family: "Inter", sans-serif;
  }
  .pro-btl h4 {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-top: 3px;
    font-family: "Inter", sans-serif;
  }
  .pro-btl .price-per-bottle {
    padding-top: 18px;
    color: #174b7a;
    line-height: 45px;
    text-align: center;
  }
  #wht-txt {
    color: #fff;
  }
  .pro-btl .money-saving {
    text-align: center;
  }
  .pro-btl .price-large {
    font-size: 64px;
    font-weight: 700;
    padding-right: 0;
    font-family: "Inter", sans-serif;
  }
  .pro-btl .per-bottle-span {
    font-size: 16px;
    line-height: 17px;
    text-align: left;
    display: inline-block;
    font-weight: 600;
    font-family: "Inter", sans-serif;
  }
  .pro-btl .money-saving {
    font-size: 20px;
    font-weight: 700;
    color: #d10000;
    min-height: 30px;
    font-family: "Inter", sans-serif;
  }
  .pro-btl .payment-icon-m {
    width: 80%;
  }
  .div-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 4% 12%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pro-btl .amount {
    font-size: 26px;
    font-family: "Inter", sans-serif;
    margin-right: 5px;
    line-height: 100%;
  }
  .pri-center {
    font-size: 26px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 100%;
  }
  .out-pro {
    padding: 10px 10px 10px 10px;
    background: #2e74b3;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  #wht-bg {
    background: #fff;
  }
  .wht-txt-1 h1 {
    color: #fff;
  }
  .wht-txt-1 h4 {
    color: #fff;
  }
  .product-mobile-sec-wht {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 2px solid rgb(199, 199, 199);
    -webkit-box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
  }
  .nw-gp {
    padding: 0 10px 10px 10px;
  }
  .fourth-section .pad-0 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .first-section p {
    margin-top: 0;
  }
  p.secrt {
    font-size: 30px;
  }
  .red-head {
    padding-left: 0;
    padding-bottom: 40%;
  }
  .red-head h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .pad-m-0 {
    padding: 0;
  }
  .red-head p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tense-man-m {
    float: none !important;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 30px;
    margin-top: -55%;
  }
  .red-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  p.biggst {
    font-size: 32px;
  }
  p.biggst-1 {
    font-size: 32px;
  }
  .red-background {
    margin: 0;
  }
  .red-background p {
    padding: 0 15px;
  }
  .red-stop-list li {
    font-size: 20px;
  }
  .human-div {
    padding: 10px 10px 10px 10px;
  }
  .human-high-level {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .product-3 {
    margin-bottom: 30px;
  }
  .blue-tick-list li {
    padding-right: 0;
  }
  .fourth-section-nw h2 {
    font-size: 32px;
  }
  .nw-p {
    margin: 0;
    font-size: 24px !important;
  }
  .number-1 {
    width: 300px;
  }
  .number-2 {
    width: 270px;
  }
  .blue-box-m {
    border: 1px solid #2e74b3;
    border-radius: 10px;
  }
  .secret-two {
    padding: 30px 0 0px;
  }
  .bonus-price h2 {
    color: #000000;
  }
  .bonus-txt {
    padding: 10px 32px;
  }
  .pro-nw {
    padding: 30px 0 30px !important;
  }
  .foot-sec p {
    font-size: 14px;
  }
  .foot-sec {
    padding: 30px 0 30px;
  }
  .edc-sec {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 360px) {
  .bonus-price {
    margin: 5% 0;
  }
  .pro-btl h1 {
    font-size: 30px;
  }
  .pro-btl h4 {
    font-size: 18px;
  }
  .pro-btl .price-large {
    font-size: 51px;
  }
  .pro-btl .per-bottle-span {
    font-size: 16px;
  }
  .pro-btl .money-saving {
    font-size: 18px;
  }
  .div-price {
    margin: 4% 4%;
  }
  .three-section-one {
    background: url(../images/img/shape-3-m.png);
    padding-bottom: 65px;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.center-block {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-height: 165px;
}

.center-block-b {
  margin-right: auto;
  margin-left: auto;
  width: 40%;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.pro-Guarantee {
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  font-family: "Inter", sans-serif;
}

#middle-item {
  margin-top: 25px;
}

.payment-icon {
  margin-top: 3px;
}

.pri-txt {
  font-size: 30px;
  font-weight: 700;
  color: #202020;
}

.blue-pro {
  background: #2e74b3;
}

.wrp-div-2 {
  padding: 0 15px 15px;
  border-radius: 0 0 20px 20px;
}

.wrp-div-2 h1 {
  margin-top: 0;
  padding-top: 20px;
  color: #fff;
}

.wrp-div-2 h3 {
  color: #fff;
}

#wht-txt {
  color: #fff;
}

.seventh-section {
  background: #fff;
  padding: 3% 0 2%;
}

.seventh-section h2 {
  font-size: 51px;
  font-family: "Hackman ";
  line-height: 134%;
  margin: 0;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}

.seventh-section h3 {
  text-align: left;
  font-size: 40px;
  font-family: "Hackman ";
  margin-top: 0;
  margin-bottom: 20px;
  color: #ffdc2a;
}

.grt {
  margin: 0 40px 0 0;
  width: 24%;
}

.seventh-section p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.deep-blue {
  background: #9c1717;
  /*padding:30px 70px;*/
  border-radius: 20px;
  border: 5px solid #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: -22%;
}

.pro-mob {
  margin-top: 20px;
}

.div-part {
  padding: 30px 70px 10px;
}

.div-part-1 {
  padding: 30px 70px 10px;
  background: #9c1717;
  border-radius: 0 0 20px 20px;
}

.get_free_shipping .index-container .text .yellow-under {
  text-decoration-color: #ffe400 !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.get_free_shipping .index-container .text .light-blue {
  color: #70ffc3;
}

.get_free_shipping .index-container .text .first-line {
  font-weight: 600;
  font-size: 20px;
}

.get_free_shipping .index-container .text .second-line .p {
  font-size: 14px;
  opacity: 0.9;
  font-size: 400;
}

@media screen and (max-width: 992px) {
  .get_free_shipping .index-container .text .first-line {
    font-size: 16px;
  }
  .get_free_shipping .index-container .text .second-line .p {
    font-size: 12px;
  }
}
.introduction {
  background-color: #175b9c;
  color: white;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  position: relative;
  overflow: hidden;
}

.introduction .introduction__wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.introduction .introduction__wrapper .introduction__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 55px;
  max-width: 55%;
}

.introduction .introduction__wrapper .introduction__left .introduction__title {
  font-size: 34px;
  font-weight: 600;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
}

.introduction .introduction__wrapper .introduction__left .introduction__text {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.introduction .introduction__wrapper .introduction__left .order-now {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.9px;
  margin-top: 20px;
}

.introduction .introduction__img {
  position: absolute;
  top: 0;
  left: 55%;
  width: 500px;
  height: 455px;
  background-image: url(../images/img/GlucoMD_B_Bottle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
}

@media screen and (max-width: 670px) {
  .introduction .introduction__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .introduction .introduction__wrapper .introduction__left {
    max-width: 100%;
    padding-top: 20px;
  }
  .introduction .introduction__img {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .introduction .introduction__wrapper .introduction__left {
    gap: 1px;
    padding: 25px;
  }
  .introduction .introduction__wrapper .introduction__left .introduction__title {
    font-size: 25px;
  }
  .introduction .introduction__wrapper .introduction__left .introduction__text {
    font-size: 12px;
  }
  .introduction .introduction__img {
    height: 250px;
    margin-top: 20px;
  }
}
.about {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  margin: 50px auto;
}

.about .about__logo {
  width: 120px;
  margin: 0 auto 50px;
}

.docs {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 20px;
  opacity: 0.8;
}

.docs .docs__title {
  font-size: 30px;
  margin: 30px auto;
  text-align: center;
}

.docs .docs__subtitle {
  font-size: 20px;
  margin: 30px auto;
  text-align: center;
}

.docs p {
  margin-bottom: 20px;
}

.docs ul {
  list-style-type: decimal;
}

.docs .circle {
  list-style: circle;
  margin-left: 40px;
  margin-bottom: 20px;
}

.unsub .docs__title {
  text-align: start;
}

.unsub .unsub__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.unsub .unsub__container .unsub__input {
  width: 300px;
  margin: 0;
}

.unsub .unsub__container .unsub__btn {
  background-color: black;
  color: white;
  padding: 10px;
  max-width: 100%;
  cursor: pointer;
}

.direct-page {
  background-color: #175b9c;
}

.direct-page .header-wrap {
  width: 100%;
  background-color: #fff;
}

.direct-page .header-wrap .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.direct-page .header-wrap .header div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.direct-page .header-wrap .header div img {
  max-height: 100%;
}

.direct-page .header-wrap .header div span {
  font-size: 28px;
  color: #ff4500;
  font-weight: bold;
}

.direct-page .choose {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  color: white;
  font-size: 25px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 150px;
  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;
  gap: 20px;
}

.direct-page .choose .arrow-down {
  width: 35px;
  height: 35px;
  background-color: #3383bb;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.direct-page .order .product-item {
  background-color: #fff;
}

.direct-page .prefooter {
  background-color: #fff;
  padding-bottom: 15px;
}

.direct-page .footer-wrapper {
  width: 100%;
  background-color: #fff;
}

@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;
}
* {
  font-family: "Roboto";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  /* blue colors for links too */
  text-decoration: inherit;
  /* no underline */
}

b {
  font-weight: bold;
}

.orange {
  color: #ff4500;
}

.line-through {
  text-decoration: line-through;
}

.light-blue-underline {
  text-decoration: underline;
  text-decoration-color: #70ffc3;
  text-decoration-thickness: 1px;
}

.strikeout {
  position: relative;
}

ul.prclist li span.span1 {
  font-weight: bold;
  color: #000;
}

ul.prclist li span.txt {
  font-size: 27px;
  line-height: 26px;
  font-weight: bold;
  color: black;
}

.strikeout::after {
  border-bottom: 2px solid #f00;
  content: "";
  left: 0;
  margin-top: -0.06em;
  position: absolute;
  right: 0;
  top: 54%;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.im-ready {
  z-index: 100001;
  padding: 10px 20px;
  background-color: #ff4500;
  outline: 2px solid #175b9c;
  border-radius: 5px;
  border: none;
  position: fixed;
  bottom: 10%;
  left: 50%;
  font-size: 18px;
  white-space: nowrap;
  color: #175b9c;
  cursor: pointer;
  -webkit-animation: pulse 1.4s infinite;
  animation: pulse 1.4s infinite;
}

.im-ready strong {
  font-weight: 600;
}

.video {
  background: #2b95c6;
  background-size: 100% 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  height: 100vh;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2vw;
}

.video .video_update-box {
  width: 100%;
  -webkit-animation: slidein 10s ease-in-out 1;
  animation: slidein 10s ease-in-out 1;
}

.video .video_update-box h2 {
  max-width: 1200px;
  margin: 0 auto;
}

@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slidein {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.video .video_update-box.full {
  background-color: #175b9c;
  border-bottom: dashed 2px white;
}

.video .video__title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 10px;
  color: white;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.video__container {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgb(0, 0, 0);
}

.video__container .iframeVideo {
  position: absolute !important;
  padding: 0 !important;
  top: 0;
  right: 0;
}

.video__container .iframeVideo .ui-player-container {
  height: 100% !important;
}

.video__container .iframeVideo .ui-player-container video {
  width: auto !important;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.video.full {
  background-color: #000000;
  background-image: none;
  padding: 0;
}

@media screen and (max-width: 500px) {
  .video .video__title {
    font-size: 25px;
  }
  .video__container #video-gif .play-button {
    font-size: 25px;
  }
  .video__container #video-gif .play-button .play-button__img {
    height: 150px;
    width: 150px;
  }
}
.order-now {
  background-image: -o-linear-gradient(top, #f68101, #ff4500 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f68101), to(#ff4500));
  background-image: linear-gradient(to bottom, #f68101, #ff4500 100%);
  border-radius: 10px;
  padding: 8px 12px;
  color: white;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateX(-50%) scale(0.95);
    transform: translateX(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(0.95);
    transform: translateX(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translateX(-50%) scale(0.95);
    transform: translateX(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(0.95);
    transform: translateX(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
body {
  font-family: "Roboto", sans-serif;
}

.container-advetorial {
  padding: 0 25vw;
  background-color: #d3d8de;
}

.doc-img {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  margin-right: 15px;
}

.docComm {
  font-size: 20px;
  font-weight: 200;
}

.doc-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  background-color: white;
}

.main__wraper {
  padding: 48px;
  background-color: white;
  margin-top: 3px;
}

.main__wraper div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main__wraper div:first-child h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  text-align: center;
}

.main__wraper div:first-child h1 span {
  color: crimson;
}

.nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
}

.gif {
  margin-top: 25px;
}

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

.btn_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: black;
  background: -o-radial-gradient(circle farthest-side, #f8e96e, #fee301);
  background: radial-gradient(circle farthest-side, #f8e96e, #fee301);
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 4px 0px #222;
  box-shadow: 2px 2px 4px 0px #222;
  border-radius: 11px;
  width: 300px;
  height: 60px;
  cursor: pointer;
  padding-top: 13px;
}

.btn_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: black;
  background: -o-radial-gradient(circle farthest-side, #f8e96e, #fee301);
  background: radial-gradient(circle farthest-side, #f8e96e, #fee301);
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 4px 0px #222;
  box-shadow: 2px 2px 4px 0px #222;
  border-radius: 12px;
  width: 600px;
  height: 60px;
  cursor: pointer;
  padding: 13px;
}

.information {
  font-size: 25px;
}

.information p {
  margin-top: 25px;
}

.information p u {
  color: crimson;
}

.information p:last-child {
  color: crimson;
  text-align: center;
}

.footer-advetorial {
  position: absolute;
  text-align: center;
  padding: 50px 25vw;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

@media (max-width: 1550px) {
  .btn {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .container-advetorial {
    padding: 0px 0px;
  }
  .footer-advetorial {
    padding: 0px 15px;
  }
}
@media (max-width: 1550px) {
  p {
    font-size: 0.7em;
  }
  .main__wraper {
    padding: 48px 30px;
  }
  .btn {
    padding: 12px;
  }
  .footer-advetorial {
    width: 100%;
  }
}
body {
  font-family: "Montserrat", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "montserratblack";
  src: url("../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/montserrat-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextrabold";
  src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratmedium";
  src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"), url("../fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratregular";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratsemibold";
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratthin";
  src: url("../fonts/montserrat-thin-webfont.woff2") format("woff2"), url("../fonts/montserrat-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* styles.css */
.hidden {
  display: none;
}

.top-text1 h1 {
  margin: 0;
  color: #fff;
  font-size: 45px;
  text-align: center;
  font-family: "montserratextrabold";
  padding-bottom: 30px;
}

.top-text_2 h1 {
  margin: 0;
  color: #fff;
  font-size: 58px;
  text-align: center;
  font-family: "montserratextrabold";
  padding-top: 30px;
}

/*--Sales-Page-css--*/
section.top-bar-banner {
  background: #2b95c6;
  padding: 35px 0 28px 0;
}

.triangle {
  -webkit-clip-path: polygon(100% 0px, 0px 0px, 50% 100%);
          clip-path: polygon(100% 0px, 0px 0px, 50% 100%);
  max-width: 800px;
  margin: 0px auto;
  background: #2b95c6;
  height: 60px;
  margin-top: -1px;
}

.top-text h1 {
  margin: 0;
  color: #fff;
  font-size: 58px;
  text-align: center;
  font-family: "montserratextrabold";
}

div#maine_sec {
  max-width: 1165px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px #e6e6e6;
          box-shadow: 0 0 10px #e6e6e6;
  padding-bottom: 35px;
  border-radius: 15px;
  margin-bottom: 40px;
  margin-top: 50px;
}

.order_blocks_sec.bl_1 {
  margin-top: 33px;
}

.bottlePrice.price {
  padding-top: 10px;
}

.freeShiping {
  color: #2b95c6;
}

span.newPrice.mx-1 {
  font-size: 1.5rem;
}

.order_blocks_sec h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  font-family: "Oswald", sans-serif;
  margin: 0;
}

.order_blocks_sec {
  margin: 0 0 0 0;
  border: 3px solid #e1e1e1;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
  padding-bottom: 30px;
  -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;
  padding-top: 30px;
}

.position_sec {
  text-align: center;
}

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

.order_blocks_sec h3.display {
  font-size: 60px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  display: inline-block;
}

.order_blocks_sec span.perBottle {
  font-size: 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  line-height: 28px;
  text-align: left;
}

p.money-back {
  font-size: 16px;
  font-weight: bold;
}

.youSave p {
  font-size: 16px;
  font-weight: bold;
  color: #2b95c6;
}

.bottlePrice h4 {
  padding-top: 19px;
  margin-bottom: 0;
  font-size: 20px;
}

.m_sec {
  float: left;
}

.image_p img {
  width: 100%;
  padding-top: 70px;
}

.m_sec h5 {
  font-family: "Grey Qo", cursive;
  font-size: 68px;
  color: #4a6591;
}

.created h5 {
  font-size: 20px;
  font-weight: bold;
}

.created {
  overflow: hidden;
  padding-left: 30px;
  padding-top: 12px;
}

section.advanced_sec {
  background-image: url(../images/bg_p.png);
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 30px;
}

.advace_tect h4 {
  color: #1b3166;
  font-size: 28px;
  font-weight: bold;
}

.advace_tect p {
  font-size: 22px;
  line-height: 27px;
  padding-bottom: 10px;
}

.advace_tect h2 {
  font-size: 43px;
  font-weight: bold;
  padding-top: 11px;
  color: #000;
  padding-bottom: 15px;
}

.customer-text {
  text-align: center;
  padding-top: 50px;
}

.customer-text h3 {
  font-size: 24px;
}

.customer-text img {
  width: 340px;
}

.customer-text p {
  font-size: 16px;
  font-weight: 500;
  padding-top: 6px;
  margin-bottom: 0;
}

.oldPrice {
  -webkit-text-decoration: line-through red;
          text-decoration: line-through red;
  font-size: 1.5rem;
}

p.day_text {
  font-size: 29px;
  text-align: center;
  font-weight: 500;
}

.addToCart img {
  padding-bottom: 13px;
  padding-top: 12px;
  width: 220px;
}

section.boy_order {
  padding-top: 60px;
  padding-bottom: 35px;
}

.red_section-_n h2 {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.red_section-_n {
  background: #2090c4;
  padding: 34px;
  width: 100%;
  margin-bottom: 0;
}

h2.free {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  background: #2090c4;
  padding: 15px;
  color: white;
  width: 100%;
}

.bonues_sec img {
  width: 100%;
}

.bonues_sec h3 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.bonues_sec {
  border: 1px solid #2090c4;
  border-radius: 11px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.bonues_sec p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
  padding-top: 10px;
  text-align: center;
}

.client_g img {
  width: 85%;
}

.scientific-references-sec h2 {
  color: #000;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 39px;
}

.client_g {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.blue_section-_n {
  background: #1c3065;
  padding: 34px;
  width: 100%;
  margin-bottom: 0;
}

.blue_section-_n h2 {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

span.verified img {
  width: 115px;
  vertical-align: middle;
}

.r_img img {
  width: 90%;
}

.text_review h3 {
  font-size: 25px;
  font-weight: bold;
  color: #000;
}

.text_review p {
  font-size: 21px;
}

span.verified {
  font-size: 20px;
  font-weight: bold;
  color: #2b95c6;
  display: inline-block;
  padding-bottom: 14px;
}

.ingredients_img.block_o {
  padding-bottom: 31px;
}

.ingredients_img img {
  width: 75%;
}

.faq_sec .red_section-_n p {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

p.ing {
  font-size: 22px;
  text-align: center;
  width: 100%;
  padding-top: 27px;
  padding-bottom: 31px;
  color: #000;
}

.ingredients_img {
  text-align: center;
}

.ingredients_img hr {
  border-top: 1px solid #2b95c6;
  width: 130px;
}

.ingredients_img p {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding-top: 12px;
  margin-bottom: 0;
}

.text_review p img {
  vertical-align: middle;
  width: 23px;
}

p.nam {
  padding-bottom: 18px;
}

section.guarantee-sec_n {
  background: #efffe8;
  padding-top: 50px;
  padding-bottom: 20px;
}

.faq_sec #main {
  margin: 40px 0;
  margin-left: 40px;
  margin-right: 40px;
}

section.success_maine {
  background-color: #daf3ff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 30px;
}

.success_b {
  text-align: center;
}

.success_b img {
  width: 70%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
}

.success_b h2 {
  padding-bottom: 30px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 23px;
  color: #000;
}

.success_maine p {
  font-size: 22px;
  line-height: 27px;
  color: #000;
}

.success_maine h4 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  padding-bottom: 11px;
}

.guar_img img {
  width: 85%;
}

.guar_text span {
  display: block;
  color: #2090c4;
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 13px;
}

.success_list span:before {
  content: "";
  position: absolute;
  background-image: url(../images/img/check_m.png);
  height: 39px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  width: 39px;
}

.guar_text h2 {
  font-size: 44px;
  font-weight: bold;
  padding-bottom: 9px;
  color: #000;
}

.guar_text p {
  font-size: 26px;
  color: #000;
  line-height: 34px;
  padding-bottom: 24px;
  padding-top: 9px;
}

.guar_text img {
  width: 45%;
}

.guar_text {
  padding-top: 70px;
}

.formulated_maine {
  padding-top: 30px;
  padding-bottom: 40px;
}

.success_list span {
  position: relative;
  display: block;
  font-size: 22px;
  text-align: left;
  padding-bottom: 31px;
  font-weight: bold;
  padding-left: 51px;
}

.success_list {
  padding-top: 31px;
}

.text_p h3 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 11px;
}

.order_btn {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 41px;
}

.order_btn img {
  width: 25%;
}

section.freeshipping_maine {
  background-color: #f4f9f3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.shipping_text p {
  font-size: 24px;
  text-align: center;
}

.shipping_img {
  text-align: center;
  padding-top: 14px;
}

.shipping_text h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-top: 13px;
}

section.adv-text {
  background: #2c4879;
  padding: 35px 0 28px 0;
}

.triangle.color_c {
  background: #2c4879;
  margin-top: -1px;
}

.adv-text .top-text h2 {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  margin: 0;
}

.logo_img {
  text-align: center;
}

.logo_img img {
  width: 120px;
}

section.ingredients_sec {
  padding-bottom: 40px;
}

#main {
  margin: 30px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 2px solid #ede6e6;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 7px;
}

#main #faq .card .card-header {
  border: 0;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #fff;
  color: #333333;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "fontawesome";
  font-weight: 900;
  float: right;
  background: #2b95c6;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 25px;
}

.faq_sec #main #faq .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #333333;
}

.faq_sec #faq .card-body p {
  text-align: left;
  font-size: 22px;
}

.faq_sec #main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

.faq_sec #main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

.faq_sec #main #faq .card .collapse {
  border: 0;
}

.faq_sec #main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}

.faq_sec .faq_section h2 {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 57px;
  width: 100%;
  padding-bottom: 13px;
}

.faq_sec .faq_section p {
  font-size: 22px;
  color: #000;
  padding-bottom: 7px;
  line-height: 30px;
  font-family: "montserratregular";
  text-align: center;
}

.faq_sec section.faq_section {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.footer_n {
  background: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer_n p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.footer_n .socail-icon ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.footer_n .socail-icon a {
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
  background: #fff;
  line-height: 40px;
  font-size: 21px;
}

.footer_n a.facebook {
  background: #3b5998 !important;
}

.footer_n .socail-icon li {
  display: inline-block;
}

.footer_n a.twitter {
  background: #1da1f2;
}

.footer_n a.linkedin {
  background: #0077b5;
}

.footer_n a.insta {
  background: #262626;
}

.order_blocks_sec:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.guarantee-sec_n .content-sec p {
  font-size: 22px;
  color: #000;
  line-height: 27px;
}

.card-body {
  padding-top: 0;
}

/*--Upsell-css--*/
section.top-banner_upsell {
  background: #2b95c6;
  padding: 55px 0 10px 0;
}

.top-text2 p {
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.top-text2 h1 {
  color: #fff;
  font-weight: bold;
  font-size: 43px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}

.top-box h3 {
  font-size: 29px;
  font-weight: revert;
  background: #d6d6d6;
  padding: 17px;
  text-align: center;
  border: 3px solid #fff;
}

.bundle-img img {
  width: 100%;
}

.bundle-text p {
  font-size: 22px;
  margin-bottom: 17px;
  line-height: 24px;
}

.client_intro.bundle-text {
  padding-top: 25px;
}

.text_imtri_sec h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding-bottom: 14px;
}

.weight_m_section_b .blue_section-_n {
  margin-bottom: 28px;
}

.text_m h3 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  padding-top: 39px;
  padding-bottom: 20px;
}

.p_text {
  text-align: center;
}

.p_text .add_btn a {
  font-size: 47px;
  margin-bottom: 33px;
  margin-top: 17px;
}

.p_text p {
  font-size: 22px;
  text-align: center;
  margin-bottom: 11px;
}

.buy_order_sec {
  background-image: url(../images/bg_u.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding-top: 55px;
  padding-bottom: 60px;
  margin-left: 30px;
  margin-right: 30px;
}

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

.inner-s.g_image {
  padding-top: 56px;
}

.content-sec.gurantee {
  padding-bottom: 25px;
}

.content-sec h3 {
  font-size: 45px;
  font-weight: bold;
  color: #000;
  padding-bottom: 12px;
  padding-top: 13px;
}

.text_thanks a {
  font-size: 20px;
  text-align: center;
  display: block;
  text-decoration: underline;
  color: #2b95c6;
  padding-top: 0px;
}

.bundle-imgs img {
  width: 100%;
  margin-left: 36px;
}

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

.add_btn a {
  background: #fffd00;
  padding: 10px 61px;
  font-size: 53px;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  border-radius: 11px;
  border: 3px solid #2b95c6;
  display: inline-block;
  margin-bottom: 22px;
}

p.thanks_text {
  color: #7a7a7a;
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 22px;
}

.buy-text h3 {
  font-size: 39px;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 8px;
}

.buy-text p {
  color: #7a7a7a;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
}

.buy-text span {
  font-size: 27px;
  text-align: center;
  display: block;
  color: #2090c4;
  font-weight: bold;
}

.text_remb {
  padding-top: 18px;
}

.text_remb p {
  font-size: 22px;
  margin-bottom: 17px;
  line-height: 24px;
}

.weight_img img {
  width: 100%;
}

.text_imtri_sec {
  margin-top: 30px;
}

.text_imtri_sec.bg_section_p {
  background: #f5f5f5;
  padding: 38px;
  border-bottom: 14px solid #2b95c6;
  border-radius: 11px;
  -webkit-box-shadow: 0 0 10px #e6e6e6;
          box-shadow: 0 0 10px #e6e6e6;
  margin-bottom: 40px;
}

.text_imtri_sec p {
  font-size: 22px;
  text-align: center;
  margin-bottom: 16px;
  line-height: 24px;
}

.c-img img {
  width: 100%;
  padding-top: 28px;
}

.bundle-text h2 {
  color: #2b95c6;
  font-size: 43px;
  font-weight: bold;
  padding-bottom: 10px;
}

.bundle-img {
  padding-top: 16px;
}

section.bundle_sec {
  padding-top: 40px;
  padding-bottom: 35px;
}

.top-box2 {
  background-image: url(../images/arrow-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-box2 h2 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-top: -16px;
}

.padd_l0 {
  padding-left: 0;
}

.padd_r0 {
  padding-right: 0;
  margin-right: -26px;
}

.top-text2 {
  padding-top: 20px;
}

.no-risk-text {
  text-align: center;
  padding-top: 30px;
}

.no-risk-text p {
  font-size: 22px;
  line-height: 25px;
  color: #000;
}

.no-risk-text .add_btn {
  padding-top: 15px;
}

.limited-offer {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 10px;
  background-color: #175b9c;
  color: white;
  width: 100%;
}

.limited-offer .text {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
}

.limited-offer .timer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  font-weight: 600;
  color: white;
  font-size: 28px;
}

@media screen and (max-width: 992px) {
  .limited-offer .text {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 490px) {
  .limited-offer .text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.btn {
  white-space: break-spaces;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "montserratblack";
  src: url("../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/montserrat-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextrabold";
  src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratmedium";
  src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"), url("../fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratregular";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratsemibold";
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratthin";
  src: url("../fonts/montserrat-thin-webfont.woff2") format("woff2"), url("../fonts/montserrat-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* styles.css */
.hidden {
  display: none;
}

#video-container {
  position: relative;
  width: 640px;
  height: 360px;
}

#sales-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  padding: 50px;
}

#timer {
  font-size: 1.2em;
  font-weight: 100;
  color: white;
  text-shadow: 0 0 20px #48c8ff;
}

#timer div {
  display: inline-block;
  min-width: 90px;
}

#timer div span {
  color: #b1cdf1;
  display: block;
  font-size: 0.35em;
  font-weight: 400;
}

.time {
  background: white;
  padding: 10px;
  margin: 5px;
  font-size: 26px;
  color: #2b95c6;
}

@media only screen and (max-width: 767px) {
  .top-text1 h1 {
    font-size: 24px;
  }
  div#timer {
    font-size: 20px !important;
    padding: 24px 20px !important;
  }
  #timer {
    font-size: 1em !important;
  }
}
.limited-offer {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 10px;
  background-color: #175b9c;
  color: white;
  width: 100%;
}

.limited-offer .text {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
}

@media screen and (max-width: 992px) {
  .limited-offer .text {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 490px) {
  .limited-offer .text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.text-logo img.lines {
  margin-bottom: 16px;
  margin-top: 8px;
  width: 15%;
}

.text-logo h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
  color: #000;
}

.text-logo {
  background-color: #ffffff;
  padding-top: 25px;
  padding-bottom: 5px;
  padding-left: 34px;
  padding-right: 35px;
  margin-top: 20px;
  border-radius: 10px;
}

.text-logo p {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
}

.text-logo li {
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  padding-bottom: 26px;
}

.text-logo li:before {
  content: "";
  position: absolute;
  background-image: url(../images/img/check_m.png);
  height: 39px;
  left: -24px;
  top: 0;
  background-repeat: no-repeat;
  width: 39px;
}

.text-logo a {
  display: block;
  color: #000;
  text-decoration: underline;
  font-size: 22px;
  word-break: break-all;
}

.text-logo ul {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .text-logo a {
    font-size: 18px;
  }
  .text-logo ul {
    padding-left: 26px;
  }
}
.orderreel {
  z-index: 100;
  opacity: 0.9;
  -webkit-transform: scale(0.45);
      -ms-transform: scale(0.45);
          transform: scale(0.45);
  -webkit-transition: left 0.5s, -webkit-transform 0.5s;
  transition: left 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, left 0.5s;
  transition: transform 0.5s, left 0.5s;
  transition: transform 0.5s, left 0.5s, -webkit-transform 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial;
  position: fixed;
  bottom: 5px;
  left: -15px;
  background-color: white;
  border: solid 4px #227dc2;
  border-radius: 50px;
  background: white;
}

.orderreel .message {
  size: 0.2rem;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  width: 0px;
  height: 0px;
  width: 0px;
  opacity: 0;
  text-align: center;
  display: inline-block;
}

.orderreel .message .msg {
  margin-right: 20px;
  margin-top: 4px;
}

.thankyou-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  text-align: center;
  margin-bottom: 50px;
}
.thankyou-page a {
  text-decoration: underline;
}
.thankyou-page .logo {
  max-width: 250px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.thankyou-page .small-text {
  margin-top: -15px;
  font-size: 12px;
}

.kform input[type=checkbox] {
  display: inline-block;
}

.kform select {
  padding: 0.5em 14px;
  width: 100%;
}

.kform .kform_checkbox label {
  margin-left: 0.25em;
  text-align: left;
  font-size: 1em;
  cursor: pointer;
}

.kform label {
  padding: 5px 5px;
  display: inline-block;
  text-align: left;
}

.kformTitle {
  font-size: larger;
  font-weight: bold;
  margin: 20px 0;
}

.kformSubTitle {
  font-size: 1em;
  font-weight: bold;
  margin: 10px 0;
}

.kformPaySourceTile {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #efefef;
  margin: 10px 0;
}

.kformPaySourceTile span {
  display: inline-block;
  line-height: 1;
  margin-left: 20px;
  vertical-align: middle;
}

.kformPaySourceTile input {
  vertical-align: middle;
}

#kform_paySelect {
  padding-top: 1em;
  border-top: 0 dashed #666;
}

#kform_paySelectTitle {
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
}

.kform_paySelectOption {
  display: inline-block;
  margin-left: 1em;
}

.kform_title {
  font-size: 1em;
  font-weight: bold;
}

#kform_paySourceCard {
  margin-bottom: 2em;
}

#kform_paySourceCheck {
  margin-bottom: 2em;
  display: none;
}

.kform_submitBtn {
  border: none;
  color: white;
  height: 2em;
  font-weight: bold;
  font-size: 2em;
  background-color: #f3591b;
  display: block;
  border-radius: 5px;
}

.kform_submitBtn:hover {
  cursor: pointer;
  background-color: #f3591b;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.kform_upsellBtn {
  border: thin outset black;
  color: white;
  padding: 0.75em 0.5em;
  font-weight: bold;
  font-size: 1.6em;
  background-color: #3383bb;
  display: inline-block;
  margin-right: 2em;
}

.kthanksItemsTable_TitleRow {
  font-size: 20px;
}

.kform_upsellBtn:hover {
  cursor: pointer;
  background-color: #3383bb;
}

#formfields {
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

.kform_salesTaxMessage {
  float: left;
  font-weight: bold;
  font-size: 90%;
  color: red;
}

#kform_taxBtn {
  margin-left: 40px;
  margin-top: 0px;
}

#kform_payPalButton {
  width: 100%;
}

#kform_payPalButton:hover {
  cursor: pointer;
}

#AmazonPayButton {
  margin-top: 20px;
}

#addressBookWidgetDiv {
  width: 400px;
  height: 200px;
}

#walletWidgetDiv {
  width: 400px;
  height: 200px;
  margin-top: 20px;
}

/*Signature Styling */
#kform_sigPad {
  border: 1px solid #000;
  width: 100%;
}

#signatureTypedInput {
  color: #145394;
  font: normal 80px "dafoe", Georgia, Times, serif;
  width: auto;
}

#kform_sigDisplay {
  padding: 15px;
}

/*
  Order Summary Styling
  */
.kform_orderSummaryTable {
  cell-spacing: 1em;
  width: 100%;
}

.kform_orderSummaryTitleRow {
  font-weight: bold;
  padding: 0 1em;
}

.kform_orderSummaryRow {
  padding: 0 1em;
}

/*
  Shopping cart styling
  */
#kform_cartDiv {
  font-family: Arial, Helvetica, sans-serif;
}

#kform_cartTitle {
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 0;
}

#kform_cartTable {
  width: 100%;
  margin: 0px auto 15px auto;
  font-size: 0.8em;
  border-spacing: 0;
}

#kform_cartTable td {
  border-bottom: 1px solid #ccc;
  padding: 6px 10px;
}

#kform_cartTitleRow {
  background-color: #f8f8f8;
  font-weight: bold;
}

#kform_cartTitleRow td {
  font-size: 1em;
  line-height: 60px;
  border-top: 1px solid #ccc;
}

#kform_emptyCartMessage {
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
  padding: 2em 0 !important;
}

.kform_itemQtyBox {
  width: 30px;
  display: inline-block;
}

.kform_cartProductImg {
  max-width: 150px;
  max-height: 75px;
  vertical-align: middle;
}

.kform_removeBtn {
  font-size: 10px;
  padding: 2px 1px;
}

.kform_layout2Col {
  float: left;
  width: 340px;
  position: relative;
  padding-right: 20px;
  float: left;
}

.kform_continueShoppingBtn {
  float: right;
  padding: 0.25em 1em;
}

/*
  Product Box styling
  */
.kform_catalogBox {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}

.kform_catalogBox h3 {
  margin-top: 0;
}

.kform_productBoxImage {
  max-width: 100%;
  max-height: 400px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.kform_productSelect {
  width: 80px;
  height: 26px;
  background-image: url(../images/productSelect.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.kform_productSelect:hover {
  cursor: pointer;
}

.kform_productBox {
  text-align: left;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.kform_productBox h3 {
  margin-top: 0;
}

/*
  Pricing and totals styling
  */
.kform_pricingDiv {
  font-size: 1em;
  padding: 20px 0;
}

.kform_pricingDiv div {
  width: auto;
}

.kform_priceLabel {
  margin-right: 1em;
  text-align: right;
  display: inline-block;
}

#kform_discount {
  display: none;
  color: green;
}

#kform_insurance {
  display: none;
}

#kform_grandTotal {
  border-top: 1px solid #ccc;
}

.kcartTotals {
  width: 100%;
  border-spacing: 10px;
}

.kcartTotals tr {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
}

.kcartTotals tr td:nth-of-type(even) {
  text-align: end;
}

/*Upsell Page Styling */
.kform_upsellImage {
  margin-right: 20px;
  max-height: 200px;
  max-width: 200px;
}

/*
  Form Error styling
  */
.kformSubmitError {
  padding: 10px 0;
  font-size: 19px;
  border: none;
  color: #cc0000;
  font-weight: bold;
}

.kformSubmitErrorContainer {
  display: block;
}

.kformInlineError {
  padding: 10px;
  font-size: 14px;
  font-family: Arial;
  border: none;
  color: #cc0000;
  font-weight: bold;
}

.kformErrorPop {
  padding: 10px 20px 10px 10px;
  border: medium solid #cc0000;
  color: #cc0000;
  background: white;
  font-size: 14px;
  font-family: Arial;
  color: #cc0000;
  font-weight: bold;
}

.kformErrorPopContainer {
  position: absolute;
  z-index: 10000;
  -webkit-box-shadow: 5px 5px 5px #888888;
  box-shadow: 5px 5px 5px #888888;
}

.kformErrorOutline {
  outline: thin solid red !important;
}

/*
  Progress bar dialog styling
  */
.kdialogWrap {
  position: absolute;
  z-index: 2000000;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
}

.kdialogBackground {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #666;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}

.kdialogContent {
  position: absolute;
  z-index: 2000000;
  background-color: white;
  padding: 40px;
  border-radius: 5px;
  font-size: 1em;
  min-width: 300px;
  max-width: 800px;
  font-family: Arial;
  max-height: 80%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.kdialogTitle {
  font-size: 22px;
  font-weight: bold;
  border: 1px solid #ccc;
  padding-bottom: 5px;
  border-width: 0 0 1px 0;
  font-weight: bold;
  margin-top: 0;
}

.kdialogSorry {
  font-size: 18px;
  color: #cc0000;
}

.kformProgressBar {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.kformProgressBar div {
  -webkit-transform-origin: 40px 40px;
  -ms-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
  animation: lds-spinner 1.2s linear infinite;
}

.kformProgressBar div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #cc0000;
}

.kformProgressBar div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.kformProgressBar div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.kformProgressBar div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.kformProgressBar div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.kformProgressBar div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.kformProgressBar div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.kformProgressBar div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.kformProgressBar div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.kformProgressBar div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.kformProgressBar div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.kformProgressBar div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.kformProgressBar div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.kdialogXOut {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url(../images/icons/icon_xout.png);
  background-position: 0 100%;
  background-size: 100% 200%;
}

.kdialogXOut:hover {
  background-position: 0 0;
  cursor: pointer;
  cursor: hand;
}

.kdialogConfirmOptions {
  text-align: center;
  margin: 20px;
}

.kdialogConfirmOptions input {
  margin-right: 20px;
}

.ktemplate_header__img {
  width: 100%;
}

@media only screen and (min-width: 980px) {
  #formfields {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 10px;
  }
  .ktemplate_pageContainer {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    font-family: Arial;
  }
  .ktemplate_boxLeft {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    float: left;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ktemplate_boxRight {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    -webkit-box-flex: 1.1;
    -ms-flex-positive: 1.1;
    flex-grow: 1.1;
    float: right;
  }
  .ktemplate_sideBar {
    width: 340px;
    float: right;
    background-color: #f7f7f7;
    min-height: 800px;
  }
  .ktemplate_sideBar h1 {
    margin-top: 200px;
    text-align: center;
    font-size: 2em;
    font-style: italic;
    font-weight: 100;
  }
  .ktemplate_userCopy {
    padding: 40px 0;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
  }
  .ktemplate_header h1 {
    text-align: center;
    font-size: 2em;
    padding-top: 40px;
    font-weight: 200;
  }
  .kthanks {
    width: 500px;
    margin: 0 auto;
    font-family: Arial;
  }
  .kthanks_box {
    border: 1px solid black;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 500px;
    float: left;
    margin-right: 20px;
  }
  .kthanks_boxTitle {
    background-color: #277098;
    color: white;
    font-size: 1.4em;
    text-align: left;
    padding: 5px;
  }
  .kthanks_boxContent {
    padding: 20px;
  }
  .kthanksItemsTable {
    width: 100%;
  }
  .kthanksItemsTable_TitleRow td {
    font-weight: bold;
    font-size: larger;
  }
  .kthanksItemsTable td {
    padding: 5px;
  }
  .kthanks_spacer {
    white-space: nowrap;
  }
  .kthanks_label {
    font-weight: bold;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    display: inline-block;
  }
  .kthanks_value {
    display: inline-block;
  }
  #kform select {
    width: 100%;
  }
  #kform_paySourceCard {
    width: 100%;
  }
  .formfields {
    width: 340px;
  }
  .kform_submitBtn {
    width: 100%;
  }
  /*styling for shopping cart, which has fields inside the .layout2Col class*/
  .kform_layout2Col_L {
    width: 440px;
  }
  #kform .kform_layout2Col_L select {
    width: 430px;
  }
  .kform_layout2Col_R {
    width: 440px;
  }
  #kform .kform_layout2Col_R select {
    width: 430px;
  }
  .kform_layout2Col #kform_paySourceCard {
    width: 430px;
  }
  .kform_kcartCheckout .kform_submitBtn {
    width: 100%;
  }
  .ktemplate_header__img {
    width: 100%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 979px) {
  .ktemplate_pageContainer {
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    font-family: Arial;
  }
  .kprofile_container {
    max-width: 520px !important;
  }
  .ktemplate_boxLeft {
    max-width: 400px;
    margin-right: 20px;
  }
  .ktemplate_boxRight {
    max-width: 400px;
  }
  .ktemplate_sideBar {
    max-width: 400px;
    background-color: #f7f7f7;
    height: auto;
  }
  .ktemplate_sideBar h1 {
    margin-top: 200px;
    text-align: center;
    font-size: 2em;
    font-style: italic;
    font-weight: 100;
  }
  .ktemplate_userCopy {
    padding: 40px 0;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
  }
  .ktemplate_header h1 {
    text-align: center;
    font-size: 2em;
    padding-top: 40px;
    font-weight: 100;
  }
  .kthanks {
    width: 400px;
    margin: 0 auto;
    font-family: Arial;
    font-size: 12px;
  }
  .kthanks_box {
    border: 1px solid black;
    border-radius: 5px;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
    width: 400px;
  }
  .kthanks_boxTitle {
    background-color: #277098;
    color: white;
    font-size: 1.4em;
    text-align: left;
    padding: 5px;
  }
  .kthanks_boxContent {
    padding: 20px;
  }
  .kthanksItemsTable {
    width: 100%;
  }
  .kthanksItemsTable_TitleRow td {
    font-weight: bold;
  }
  .kthanksItemsTable td {
    padding: 5px;
  }
  .kthanks_spacer {
    white-space: nowrap;
    font-size: 12px;
  }
  .kthanks_label {
    font-weight: bold;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    display: inline-block;
  }
  .kthanks_value {
    display: inline-block;
  }
  .kprofileTitle {
    width: 460px !important;
  }
  .formfields {
    width: 400px;
  }
  #formfields {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 10px;
  }
  #kform input {
    font-size: 16px;
  }
  #kform select {
    font-size: 16px;
  }
  .kform_submitBtn {
    width: 100%;
    font-size: 32px !important;
  }
  .ktemplate_header__img {
    width: 100%;
  }
}
#kcartSigninButton {
  cursor: pointer;
  color: blue;
}

/*additional styles*/
/*
  Form styling
  */
h3 {
  font-size: 1.5em;
}

h3 > img {
  vertical-align: text-top;
}

.limited-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}

.timer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: red;
  margin-left: 5px;
}

.boxs_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 30px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 2;
}

.popup__bg.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  padding: 25px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  border-radius: 5px;
  border: 4px dashed #f45a1a;
  font-weight: 100;
}

.buy-btn:visited {
  color: black;
}

.close-btn {
  font-weight: 500;
  font-size: 2rem;
  width: 90%;
  margin: 0 auto;
  height: 10vh;
  background: #f45a1a;
  border: 1px solid #ff9f3f;
  border-radius: 7px;
  color: white;
}

.popup.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 1;
}

.popup__head {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  color: #f45a1a;
  margin: 0 0 1rem 0;
}

.popup__text {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.popup__foot {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin: 0 7rem;
}

.popup__text span {
  text-decoration: underline;
}

.kform {
  font-size: 1em;
}

div.kform {
  position: relative;
}

.kform div.kform_spacer {
  margin: 0.75em 0;
  display: block;
}

.kformSpacer {
  margin: 0.75em 0;
  display: block;
}

.kform input[type=text],
input[type=email],
input[type=tel],
input[type=number] {
  display: inline-block;
  margin-right: 5px;
  padding: 0.5em 14px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.inline > input,
.inline > select {
  width: 49% !important;
  margin: 0 !important;
}

h4 {
  margin: 5px 0;
}

.kform input[type=checkbox] {
  display: inline-block;
}

.kform select {
  padding: 0.5em 14px;
  width: 100%;
}

.kform .kform_checkbox label {
  margin-left: 0.25em;
  text-align: left;
  font-size: 1em;
  cursor: pointer;
}

.kform label {
  padding: 5px 5px;
  display: inline-block;
  text-align: left;
}

.kformTitle {
  font-size: larger;
  font-weight: bold;
  margin: 20px 0;
}

.kformSubTitle {
  font-size: 1em;
  font-weight: bold;
  margin: 10px 0;
}

.kformPaySourceTile {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #efefef;
  margin: 10px 0;
}

.kformPaySourceTile span {
  display: inline-block;
  line-height: 1;
  margin-left: 20px;
  vertical-align: middle;
}

.kformPaySourceTile input {
  vertical-align: middle;
}

#kform_paySelect {
  padding-top: 1em;
  border-top: 0 dashed #666;
}

#kform_paySelectTitle {
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
}

.kform_paySelectOption {
  display: inline-block;
  margin-left: 1em;
}

.kform_title {
  font-size: 1em;
  font-weight: bold;
}

#kform_paySourceCard {
  margin-bottom: 2em;
}

#kform_paySourceCheck {
  margin-bottom: 2em;
  display: none;
}

.kform_submitBtn {
  border: none;
  color: white;
  height: 2em;
  font-weight: bold;
  font-size: 2em;
  background-color: #f3591b;
  display: block;
  border-radius: 5px;
}

.kform_submitBtn:hover {
  cursor: pointer;
  background-color: #f3591b;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.kform_upsellBtn {
  border: thin outset black;
  color: white;
  padding: 0.75em 0.5em;
  font-weight: bold;
  font-size: 1.6em;
  background-color: #3383bb;
  display: inline-block;
  margin-right: 2em;
}

.kform_upsellBtn:hover {
  cursor: pointer;
  background-color: #3383bb;
}

#formfields {
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

.kform_salesTaxMessage {
  float: left;
  font-weight: bold;
  font-size: 90%;
  color: red;
}

#kform_taxBtn {
  margin-left: 40px;
  margin-top: 0px;
}

#kform_payPalButton {
  width: 100%;
}

#kform_payPalButton:hover {
  cursor: pointer;
}

#AmazonPayButton {
  margin-top: 20px;
}

#addressBookWidgetDiv {
  width: 400px;
  height: 200px;
}

#walletWidgetDiv {
  width: 400px;
  height: 200px;
  margin-top: 20px;
}

/*Signature Styling */
#kform_sigPad {
  border: 1px solid #000;
  width: 100%;
}

#signatureTypedInput {
  color: #145394;
  font: normal 80px "dafoe", Georgia, Times, serif;
  width: auto;
}

#kform_sigDisplay {
  padding: 15px;
}

/*
  Order Summary Styling
  */
.kform_orderSummaryTable {
  cell-spacing: 1em;
  width: 100%;
}

.kform_orderSummaryTitleRow {
  font-weight: bold;
  padding: 0 1em;
}

.kform_orderSummaryRow {
  padding: 0 1em;
}

/*
  Shopping cart styling
  */
#kform_cartDiv {
  font-family: Arial, Helvetica, sans-serif;
}

#kform_cartTitle {
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 0;
}

#kform_cartTable {
  width: 100%;
  margin: 0px auto 15px auto;
  font-size: 0.8em;
  border-spacing: 0;
}

#kform_cartTable td {
  border-bottom: 1px solid #ccc;
  padding: 6px 10px;
}

#kform_cartTitleRow {
  background-color: #f8f8f8;
  font-weight: bold;
}

#kform_cartTitleRow td {
  font-size: 1em;
  line-height: 60px;
  border-top: 1px solid #ccc;
}

#kform_emptyCartMessage {
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
  padding: 2em 0 !important;
}

.kform_itemQtyBox {
  width: 30px;
  display: inline-block;
}

.kform_cartProductImg {
  max-width: 150px;
  max-height: 75px;
  vertical-align: middle;
}

.kform_removeBtn {
  font-size: 10px;
  padding: 2px 1px;
}

.kform_layout2Col {
  float: left;
  width: 340px;
  position: relative;
  padding-right: 20px;
  float: left;
}

.kform_continueShoppingBtn {
  float: right;
  padding: 0.25em 1em;
}

/*
  Product Box styling
  */
.kform_catalogBox {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}

.kform_catalogBox h3 {
  margin-top: 0;
}

.kform_productBoxImage {
  max-width: 100%;
  max-height: 400px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.kform_productSelect {
  width: 80px;
  height: 26px;
  background-image: url(../images/productSelect.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.kform_productSelect:hover {
  cursor: pointer;
}

.kform_productBox {
  text-align: left;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.kform_productBox h3 {
  margin-top: 0;
}

/*
  Pricing and totals styling
  */
.kform_pricingDiv {
  font-size: 1em;
  padding: 20px 0;
}

.kform_pricingDiv div {
  width: auto;
}

.kform_priceLabel {
  margin-right: 1em;
  text-align: right;
  display: inline-block;
}

#kform_discount {
  display: none;
  color: green;
}

#kform_insurance {
  display: none;
}

#kform_grandTotal {
  border-top: 1px solid #ccc;
}

.kcartTotals {
  width: 100%;
  border-spacing: 10px;
}

.kcartTotals tr {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
}

.kcartTotals tr td:nth-of-type(even) {
  text-align: end;
}

/*Upsell Page Styling */
.kform_upsellImage {
  margin-right: 20px;
  max-height: 200px;
  max-width: 200px;
}

/*
  Form Error styling
  */
.kformSubmitError {
  padding: 10px 0;
  font-size: 19px;
  border: none;
  color: #cc0000;
  font-weight: bold;
}

.kformSubmitErrorContainer {
  display: block;
}

.kformInlineError {
  padding: 10px;
  font-size: 14px;
  font-family: Arial;
  border: none;
  color: #cc0000;
  font-weight: bold;
}

.kformErrorPop {
  padding: 10px 20px 10px 10px;
  border: medium solid #cc0000;
  color: #cc0000;
  background: white;
  font-size: 14px;
  font-family: Arial;
  color: #cc0000;
  font-weight: bold;
}

.kformErrorPopContainer {
  position: absolute;
  z-index: 10000;
  -webkit-box-shadow: 5px 5px 5px #888888;
  box-shadow: 5px 5px 5px #888888;
}

.kformErrorOutline {
  outline: thin solid red !important;
}

/*
  Progress bar dialog styling
  */
.kdialogWrap {
  position: absolute;
  z-index: 2000000;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
}

.kdialogBackground {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #666;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}

.kdialogContent {
  position: absolute;
  z-index: 2000000;
  background-color: white;
  padding: 40px;
  border-radius: 5px;
  font-size: 1em;
  min-width: 300px;
  max-width: 800px;
  font-family: Arial;
  max-height: 80%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.kdialogTitle {
  font-size: 22px;
  font-weight: bold;
  border: 1px solid #ccc;
  padding-bottom: 5px;
  border-width: 0 0 1px 0;
  font-weight: bold;
  margin-top: 0;
}

.kdialogSorry {
  font-size: 18px;
  color: #cc0000;
}

.kformProgressBar {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.kformProgressBar div {
  -webkit-transform-origin: 40px 40px;
  -ms-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
  animation: lds-spinner 1.2s linear infinite;
}

.kformProgressBar div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #cc0000;
}

.kformProgressBar div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.kformProgressBar div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.kformProgressBar div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.kformProgressBar div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.kformProgressBar div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.kformProgressBar div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.kformProgressBar div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.kformProgressBar div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.kformProgressBar div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.kformProgressBar div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.kformProgressBar div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.kformProgressBar div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.kdialogXOut {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url(../images/icons/icon_xout.png);
  background-position: 0 100%;
  background-size: 100% 200%;
}

.kdialogXOut:hover {
  background-position: 0 0;
  cursor: pointer;
  cursor: hand;
}

.kdialogConfirmOptions {
  text-align: center;
  margin: 20px;
}

.kdialogConfirmOptions input {
  margin-right: 20px;
}

.ktemplate_header__img {
  width: 100%;
}

@media only screen and (min-width: 980px) {
  #formfields {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 10px;
  }
  .ktemplate_pageContainer {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    font-family: Arial;
  }
  .ktemplate_boxLeft {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    float: left;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ktemplate_boxRight {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    -webkit-box-flex: 1.1;
    -ms-flex-positive: 1.1;
    flex-grow: 1.1;
    float: right;
  }
  .ktemplate_sideBar {
    width: 340px;
    float: right;
    background-color: #f7f7f7;
    min-height: 800px;
  }
  .ktemplate_sideBar h1 {
    margin-top: 200px;
    text-align: center;
    font-size: 2em;
    font-style: italic;
    font-weight: 100;
  }
  .ktemplate_userCopy {
    padding: 40px 0;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
  }
  .ktemplate_header h1 {
    text-align: center;
    font-size: 2em;
    padding-top: 40px;
    font-weight: 200;
  }
  .kthanks {
    width: 500px;
    margin: 0 auto;
    font-family: Arial;
  }
  .kthanks_box {
    border: 1px solid black;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 500px;
    float: left;
    margin-right: 20px;
  }
  .kthanks_boxTitle {
    background-color: #277098;
    color: white;
    font-size: 1.4em;
    text-align: left;
    padding: 5px;
  }
  .kthanks_boxContent {
    padding: 20px;
  }
  .kthanksItemsTable {
    width: 100%;
  }
  .kthanksItemsTable_TitleRow td {
    font-weight: bold;
    font-size: larger;
  }
  .kthanksItemsTable td {
    padding: 5px;
  }
  .kthanks_spacer {
    white-space: nowrap;
  }
  .kthanks_label {
    font-weight: bold;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    display: inline-block;
  }
  .kthanks_value {
    display: inline-block;
  }
  #kform select {
    width: 100%;
  }
  #kform_paySourceCard {
    width: 100%;
  }
  .formfields {
    width: 340px;
  }
  .kform_submitBtn {
    width: 100%;
  }
  /*styling for shopping cart, which has fields inside the .layout2Col class*/
  .kform_layout2Col_L {
    width: 440px;
  }
  #kform .kform_layout2Col_L select {
    width: 430px;
  }
  .kform_layout2Col_R {
    width: 440px;
  }
  #kform .kform_layout2Col_R select {
    width: 430px;
  }
  .kform_layout2Col #kform_paySourceCard {
    width: 430px;
  }
  .kform_kcartCheckout .kform_submitBtn {
    width: 100%;
  }
  .ktemplate_header__img {
    width: 100%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 979px) {
  .ktemplate_pageContainer {
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    font-family: Arial;
  }
  .kprofile_container {
    max-width: 520px !important;
  }
  .ktemplate_boxLeft {
    max-width: 400px;
    margin-right: 20px;
  }
  .ktemplate_boxRight {
    max-width: 400px;
  }
  .ktemplate_sideBar {
    max-width: 400px;
    background-color: #f7f7f7;
    height: auto;
  }
  .ktemplate_sideBar h1 {
    margin-top: 200px;
    text-align: center;
    font-size: 2em;
    font-style: italic;
    font-weight: 100;
  }
  .ktemplate_userCopy {
    padding: 40px 0;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
  }
  .ktemplate_header h1 {
    text-align: center;
    font-size: 2em;
    padding-top: 40px;
    font-weight: 100;
  }
  .kthanks {
    width: 400px;
    margin: 0 auto;
    font-family: Arial;
    font-size: 12px;
  }
  .kthanks_box {
    border: 1px solid black;
    border-radius: 5px;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
    width: 400px;
  }
  .kthanks_boxTitle {
    background-color: #277098;
    color: white;
    font-size: 1.4em;
    text-align: left;
    padding: 5px;
  }
  .kthanks_boxContent {
    padding: 20px;
  }
  .kthanksItemsTable {
    width: 100%;
  }
  .kthanksItemsTable_TitleRow td {
    font-weight: bold;
    font-size: 20px;
  }
  .kthanksItemsTable td {
    padding: 5px;
  }
  .kthanks_spacer {
    white-space: nowrap;
    font-size: 12px;
  }
  .kthanks_label {
    font-weight: bold;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    display: inline-block;
  }
  .kthanks_value {
    display: inline-block;
  }
  .kprofileTitle {
    width: 460px !important;
  }
  .formfields {
    width: 400px;
  }
  #formfields {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 10px;
  }
  #kform input {
    font-size: 16px;
  }
  #kform select {
    font-size: 16px;
  }
  .kform_submitBtn {
    width: 100%;
    font-size: 32px !important;
  }
  .ktemplate_header__img {
    width: 100%;
  }
}
#kcartSigninButton {
  cursor: pointer;
  color: blue;
}

/*additional styles*/
.ktemplate_pageContainer .ktemplate_header {
  position: relative;
}

.ktemplate_pageContainer .ktemplate_header .trivexa-call {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ktemplate_pageContainer .boxs_container {
  position: relative;
}

.ktemplate_pageContainer .boxs_container .show {
  display: block;
}

.ktemplate_pageContainer #popupError {
  width: auto;
  padding: 40px;
}

.ktemplate_pageContainer #popupError .popup__head {
  font-size: 4rem;
  margin-bottom: 0;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.ktemplate_pageContainer #popupError .popup__text {
  color: red;
}

.ktemplate_pageContainer #popupError .popup__sorry {
  text-align: center;
  color: red;
}

.ktemplate_pageContainer .load-popup {
  position: absolute;
  height: 100%;
  width: 102%;
  left: -1%;
  top: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ktemplate_pageContainer .load-popup .lds-roller {
  margin-top: 200px;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.ktemplate_pageContainer .load-popup .lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
  -ms-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
}

.ktemplate_pageContainer .load-popup .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #175b9c;
  margin: -4px 0 0 -4px;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}

.ktemplate_pageContainer .load-popup .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ktemplate_pageContainer .limited-offer {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}

.ktemplate_pageContainer h3,
.ktemplate_pageContainer h4 {
  font-weight: 600;
}

.ktemplate_pageContainer h3 {
  margin-bottom: 15px;
}

.ktemplate_pageContainer .ktemplate_boxLeft .kcartTotals {
  border: none;
  border-collapse: separate;
}

.ktemplate_pageContainer .ktemplate_boxLeft .kcartTotals b {
  font-weight: 600;
}

.thankyou-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  text-align: center;
  margin-bottom: 50px;
}

.thankyou-page a {
  text-decoration: underline;
}

.logothank {
  max-width: 250px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 20px;
}

.small-text {
  margin-top: -15px;
  font-size: 12px;
}

#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;
}

#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;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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;
}

.dn-error-report {
  width: 275px;
}

.dialog-attach-tr .dialog-pointer {
  visibility: visible;
  right: 30px;
}

.dialog-attach-tr .dialog-pointer, .dialog-attach-tl .dialog-pointer {
  border-color: transparent transparent #cbcbcb;
  border-style: solid;
  border-width: 8px;
  position: absolute;
  border-bottom-color: #2c65af;
  top: 0;
  margin-top: -24px;
  border-width: 12px;
  visibility: hidden;
}

.dn-dialog .hd {
  font-size: 24px;
  font-size: 1.7142857143rem;
  text-rendering: optimizeLegibility;
  margin-bottom: 8px;
}

.dn-dialog .form-box {
  background: none;
  padding: 0;
  margin: 0;
}

.form-box {
  font-size: 14px;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  background-color: #2c65af;
  color: #fff;
  padding: 16px;
  margin-bottom: 16px;
  text-align: left;
}

.form-field-set {
  overflow: hidden;
}

.form-field-label {
  color: #fff;
  display: block;
  margin-bottom: 4px;
}

.form-box .form-field-box, .form-box .form-field-checkbox-set {
  display: block;
  margin-bottom: 8px;
}

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

select.form-field {
  opacity: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2000002;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  width: 100%;
}

.form-field-select-value {
  font-size: 16px;
  font-size: 1.1428571429rem;
  text-rendering: optimizeLegibility;
  color: #303437;
  line-height: 33px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 90%;
}

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

.dn-error-report .form-field-checkbox-set label.form-field-label {
  display: block;
}

.dn-error-report input[type=radio] {
  margin-top: -1px;
  vertical-align: middle;
}

.form-radio-label {
  display: inline-block;
  vertical-align: middle;
}

.dn-error-report textarea {
  height: 4em;
}

textarea.form-field {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "AvenirNext", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-size: 1.1428571429rem;
  text-rendering: optimizeLegibility;
  border: 0 none;
  height: 20em;
  margin: 0;
  padding: 2%;
  width: 96%;
  resize: none;
}

.form-box .form-submit {
  margin-top: 12px;
  padding: 2px;
}

.size2of3 {
  width: 66.6666666667%;
}

.dn-dialog {
  -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: #2c65af;
  color: #fff;
  min-width: 275px;
  padding: 16px;
  z-index: 2003000;
}

.dialog-attach-tr .dialog-pointer {
  visibility: visible;
  right: 30px;
}

.dialog-attach-tr .dialog-pointer, .dialog-attach-tl .dialog-pointer {
  border-color: transparent transparent #cbcbcb;
  border-style: solid;
  border-width: 8px;
  position: absolute;
  border-bottom-color: #2c65af;
  top: 0;
  margin-top: -24px;
  border-width: 12px;
  visibility: hidden;
}

.dn-error-report .btn-positive {
  outline-color: #000;
  outline-width: 2px;
}

.dn-error-report textarea {
  height: 4em;
}

.form-field-select-button {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  color: #303437;
  font-size: 2em;
  padding: 0 3px;
  position: absolute;
  right: 0;
  top: -3px;
  z-index: 2000001;
  cursor: default;
}

.dn-dialog .close {
  position: absolute;
  top: 8px;
  right: 8px;
}

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

@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;
}

a {
  color: inherit;
  /* blue colors for links too */
  text-decoration: inherit;
  /* no underline */
}

b {
  font-weight: bold;
}

.orange {
  color: #FF4500;
}

.line-through {
  text-decoration: line-through;
}

.light-blue-underline {
  text-decoration: underline;
  text-decoration-color: #70ffc3;
  text-decoration-thickness: 1px;
}

.im-ready {
  z-index: 100001;
  padding: 10px 20px;
  background-color: #FF4500;
  outline: 2px solid #175B9C;
  border-radius: 5px;
  border: none;
  position: fixed;
  bottom: 10%;
  left: 50%;
  font-size: 18px;
  white-space: nowrap;
  color: #175B9C;
  cursor: pointer;
  -webkit-animation: pulse 1.4s infinite;
          animation: pulse 1.4s infinite;
}
.im-ready strong {
  font-weight: 600;
}

.order-now {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f68101), to(#FF4500));
  background-image: -o-linear-gradient(top, #f68101, #FF4500 100%);
  background-image: linear-gradient(to bottom, #f68101, #FF4500 100%);
  border-radius: 10px;
  padding: 8px 12px;
  color: white;
}

.hide,
.hide-content {
  display: none;
}

@keyframes pulse {
  0% {
    -webkit-transform: translateX(-50%) scale(0.95);
            transform: translateX(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(0.95);
            transform: translateX(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}