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

.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: 50px auto 70px;
}
.order .order__title {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}
.order .order__title img {
  width: 123px;
}
.order .order__title .orange-background {
  background-color: #FF4500;
  padding: 3px 15px;
}
.order .order__container {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: -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: 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;
  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: 4;
  color: #54595F;
  opacity: 0.9;
  grid-area: text;
}
.prefooter .prefooter__text p {
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  text-align: start;
}
.prefooter .prefooter__guarantee {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: guarantee;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  padding: 0 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 0 !important;
    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;
  }
}
.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: #FF4500;
  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;
  }
}
.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%;
}
.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 {
  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 {
    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;
  white-space: nowrap;
}
.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/trivexa_flowers.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 45px;
}

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

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

.upsell__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}
.upsell__container .video {
  background: none;
  max-height: 500px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upsell__container .oldman .oldman__title {
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  margin: 30px auto;
}
.upsell__container .oldman .oldman__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.upsell__container .oldman .oldman__container div {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
.upsell__container .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 .upsell__logo img {
  width: 200px;
  height: auto;
}
.upsell__container .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 .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 .upsell__steps .step__first {
  background-color: #3383BB;
  -webkit-transform: translateX(-25px);
      -ms-transform: translateX(-25px);
          transform: translateX(-25px);
}
.upsell__container .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;
}
@media screen and (max-width: 600px) {
  .upsell__container .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 .upsell__steps div {
    padding: 5px;
    font-size: 16px;
  }
}
.upsell__container .no-thank-you {
  background-color: inherit;
  cursor: pointer;
  margin: 20px auto;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 12px;
}
.upsell__container .no-thank-you span {
  text-decoration: underline;
}
.upsell__container .upsell__head {
  margin: 20px auto 30px;
  text-align: center;
  color: #FF4500;
}
.upsell__container .upsell__head h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.upsell__container .upsell {
  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 .upsell .popup__head {
  color: #3383BB;
  font-size: 28px;
}
.upsell__container .upsell h3 {
  font-size: 25px;
}
.upsell__container .upsell p {
  font-size: 25px;
}
.upsell__container .upsell .upsell__img {
  max-width: 500px;
  margin: 0 auto;
}
.upsell__container .upsell .medium-text {
  font-size: 14px;
  margin-top: 5px;
}
.upsell__container .upsell .buttons {
  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 .upsell .buttons .small-text {
  font-size: 10px;
  opacity: 0.7;
}
.upsell__container .upsell .buttons 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 .upsell .buttons button:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.upsell__container .upsell .buttons .add-to-cart-button {
  color: white;
  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%);
  -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 .upsell .buttons .cards {
  max-width: 100px;
}

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

.references {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 40px;
  margin-bottom: 150px;
  color: white;
}
.references .references__title {
  opacity: 0.6;
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
}
.references .references__text {
  list-style: decimal;
  opacity: 0.9;
  font-size: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin: 0 auto;
  margin-left: 10px;
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  .references {
    margin-top: 30px;
  }
  .references .references__title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .references .references__logos .references__logo {
    padding: 10px;
  }
  .references .references__text {
    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;
    padding: 0 10px;
  }
}
.video {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#175B9C), color-stop(50%, white), to(#175B9C));
  background-image: -o-linear-gradient(top, #175B9C, white 50%, #175B9C 100%);
  background-image: linear-gradient(to bottom, #175B9C, white 50%, #175B9C 100%);
  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;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.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;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background: rgb(0, 0, 0);
}
.video__container #video-gif {
  z-index: 6;
  position: relative;
  max-height: 100%;
  max-width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.video__container #video-gif img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video__container #video-gif .play-button {
  position: absolute;
  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;
  width: 100%;
  height: 100%;
  color: white;
  font-weight: bold;
  font-size: 40px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.video__container #video-gif .play-button .play-button__img {
  height: 200px;
  width: 200px;
}
.video__container #video-gif .play-button__text {
  opacity: 0.8;
}
.video__container #iframe-blocker {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.video__container #iframe-blocker button {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  cursor: pointer;
  padding: 20px 15px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.video__container #iframe-blocker button img {
  max-width: 100%;
}
.video__container #iframe-blocker #play-sound {
  background: rgba(0, 0, 0, 0.5);
}
.video__container #iframe-blocker #pause {
  width: 100%;
  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;
  }
}
.affiliates-page {
  line-height: 1.1;
}
.affiliates-page header {
  background-color: white;
}
.affiliates-page .affiliates-page__wrapper {
  background-color: #175B9C;
  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 {
  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 {
  display: contents;
}
.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;
}

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

.light-orange-underline {
  text-decoration: underline;
  text-decoration-color: #FF4500;
  text-decoration-thickness: 2px;
}

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

@-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);
  }
}
.add-to-cart-button {
  -webkit-animation: pulse-orange 2s infinite;
          animation: pulse-orange 2s infinite;
}

@-webkit-keyframes pulse-orange {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
            box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}

@keyframes pulse-orange {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
            box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}