<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --gray: #414141;
}

.div-2025 {
  font-family: "forma-djr-deck", sans-serif;
  color: #414141;
  overflow-x: hidden;
  /* added overflow-x: hidden to hide the cbd oil dish sticking off the page */
}

.limit-width .container-fluid,
section.cbd-header-2025,
section.cbd-benefits,
section.take-control,
section.cbd-supplement-facts,
section.real-people-real-relief,
section.feel-better-live-better,
section.home-page-section,
.cs-wrapper,
#home-slider,
.menu-header,
.footer-2025,
.online-workouts-page {
  max-width: 1920px;
  margin: auto;
}

.limit-width section,
.section-padding {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.section-title {
  padding: 0;
}

.section-title h2 {
  margin-bottom: 2rem;
  color: var(--gray);
}

.section-title h2 {
  margin-bottom: 35px;
  color: var(--gray);
  font: 400 4.42rem/0.75 freightbigcmp-pro, serif;
  text-transform: none;
  letter-spacing: 0.05rem;
  text-align: center;
}

section:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.section-title h3,
.trimsulin-section h3 {
  font-size: 1.67rem;
  font-family: "forma-djr-deck", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.075rem;
  line-height: 1.2;
  color: #00aeef;
  margin-left: 1rem;
  margin-right: 1rem;
}

.div-2025 p {
  color: #414141;
  font-size: 1.21rem;
  font-family: "forma-djr-deck", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 1.4;
}

.div-2025 p {
  margin-left: 15px;
  margin-right: 15px;
}

.normal-j {
  -moz-font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  font-feature-settings: "salt";
}

.bigger-numbers {
  -moz-font-feature-settings: "pnum";
  -webkit-font-feature-settings: "pnum";
  font-feature-settings: "pnum";
}

.section-title h2.title-increase-line-height {
  line-height: 0.9;
}

.box-shadow {
  box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1200px) {
  .div-2025 section {
    padding-top: 4rem;
    padding-bottom: 5.9rem;
  }

  .section-title h3 {
    font-size: 30px;
    letter-spacing: 0.075rem;
  }
}

@media screen and (min-width: 1600px) {
  .section-title h2 {
    font-size: 80px;
    line-height: 70px;
  }

  .div-2025 section {
    padding-top: 5.5rem;
    padding-bottom: 8rem;
  }
}

/* COMPANY PAGE */
.company-hero-title .section-title h2 {
  margin-bottom: 30px;
}

.div-2025 .company-hero-title p {
  margin-bottom: 2rem;
}

.div-2025 .company-hero-title p:first-child {
  margin-top: 0;
}

.div-2025 .company-hero-title p:last-child {
  margin-bottom: 0;
}

.company-video-thumbnail {
  margin-bottom: 35px;
  margin-left: -15px;
  margin-right: -15px;
}

.company-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
  margin: 0 49px 2rem;
  text-align: center;
}

.div-2025 h3.company-products-sub-text,
.div-2025 h3.medical-board-sub-text {
  font-size: 1.67rem;
  font-family: "forma-djr-deck", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.075rem;
  line-height: 1.2;
  color: #00aeef;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
}

.company-products-section p.company-products-description {
  margin-bottom: 2rem;
}

.company-product-card &gt; div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 104px;
  background-color: #414141;
}

.company-product-card h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-family: "forma-djr-deck", sans-serif;
  letter-spacing: 0.075rem;
  line-height: 1;
  background-color: #414141;
}

.company-product-card {
  border: 2px solid #414141;
  background-color: #ffffff;
}

.company-product-card p {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  text-align: center;
  width: 90%;
  margin: auto;
}

.founders-grid .section-title h2 {
  margin-bottom: 0;
}

.founders-grid &gt; *:first-child {
  grid-column: 1 / span 2;
}

.founders-grid &gt; *:last-child {
  grid-column: 1 / span 2;
}

.founders-grid img {
  border: 3px solid #00aeef;
}

.founders-grid h4 {
  font-size: 1.21rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0.05rem;
}

.founders-grid hr {
  background-color: #00aeef;
  height: 2px;
  margin: 7px 0;
}

.founders-grid h5 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.05rem;
}

.founders-description p:first-child {
  margin-bottom: 2rem;
}

.medical-board p {
  margin-bottom: calc(2rem - 16px);
}

.doctor-grid {
  display: flex;
  text-align: center;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.doctor-grid &gt; div {
  flex: 0 0 33.33%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}

.doctor-grid img {
  border: 3px solid #00aeef;
}

.doctor-grid h4 {
  font-size: 0.8rem;
  margin-top: 8px;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.05rem;
}

.doctor-grid h5 {
  font-size: 0.7rem;
  letter-spacing: 0.0125rem;
}

.doctor-grid hr {
  background-color: #00aeef;
  height: 1px;
  margin: 5px 0;
  width: 100%;
}

.doctor-grid &gt; div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.core-values .section-title &gt; p {
  width: 80%;
  margin: auto;
}

.core-value-card {
  margin-top: 50px;
}

.core-image {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  height: 120px;
  text-align: center;
}

.core-image img {
  height: 100%;
}

.core-title {
  font: 800 3.32rem/0.75 freightbigcmp-pro, serif;
  margin-bottom: 20px;
}

.div-2025 p.core-desc {
  font-weight: 400;
  width: 75%;
  margin: auto;
}

.chf {
  background-color: #414141;
  color: #ffffff;
}

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

.chf-grid h2,
.chf-grid .chf-description p {
  color: #ffffff;
}

.chf-grid .section-title h3 {
  font-weight: 700;
  letter-spacing: 0.075rem;
}

.chf-grid .section-title h3,
.chf-image {
  margin-bottom: 35px;
}

.chf-grid .chf-description p,
.chf-grid .chf-description p span {
  margin-bottom: 2rem;
}

.chf-grid .chf-description p:last-child {
  margin-bottom: 0;
}

.chf-description p:first-child span {
  display: block;
}

@media screen and (min-width: 576px) {
  .company-video-thumbnail {
    display: flex;
    justify-content: center;
  }

  .company-video-thumbnail img {
    width: 80%;
  }

  .doctor-grid {
    flex: 0 0 80%;
  }

  .company-products {
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: auto;
  }

  .lee-grid,
  .nigel-grid {
    width: 174.031px;
    margin: auto;
  }

  .lee-grid img,
  .nigel-grid img {
    height: 200px;
  }

  .div-2025 p.core-desc {
    width: 50%;
  }

  .chf-image img {
    width: 80%;
  }

  .chf-grid .chf-description p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 700px) {
  .doctor-grid {
    flex: 0 0 70%;
  }

  .chf-image {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .company-video-thumbnail {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .company-products-section p.company-products-description {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }

  .company-products {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .founders-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lee-grid {
    order: 1;
  }
  .our-founders .section-title {
    order: 2;
    grid-column: 2 / span 1;
    align-self: center;
    height: 200px;
  }

  .nigel-grid {
    order: 3;
  }

  .founders-grid &gt; *:last-child {
    order: 4;
    grid-column: 1 / span 3;
  }

  .doctor-grid {
    flex: 0 0 90%;
  }

  .doctor-grid &gt; div {
    flex: 0 0 25%;
  }

  .medical-board .container-fluid {
    width: 80%;
  }
}

@media screen and (min-width: 992px) {
  .company-video-thumbnail {
    width: 100%;
    margin-bottom: 0;
  }

  .company-video-thumbnail img {
    width: 100%;
  }

  .company-hero-description {
    padding-right: 0;
  }

  .medical-board .container-fluid {
    width: 100%;
  }

  .medical-board .section-title h2 {
    margin-left: 1rem;
  }

  .medical-board .section-title h3,
  .medical-board .section-title h2,
  .medical-board .section-title p {
    text-align: left;
  }

  .doctor-grid {
    flex: 0 0 50%;
  }

  .core-values .section-title &gt; p {
    width: 60%;
  }

  .div-2025 p.core-desc {
    width: 90%;
  }

  .chf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content min-content min-content;
    margin: 0 0 35px;
    text-align: center;
    margin: auto;
    text-align: left;
  }

  .chf-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

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

  .div-2025 .chf-grid .chf-description p {
    text-align: left;
    margin-left: 40px;
    margin-right: 30px;
    margin-top: 35px;
    width: auto;
  }

  .div-2025 .chf-grid .chf-description p:nth-child(3),
  .div-2025 .chf-grid .chf-description p:first-child {
    margin-top: 0;
  }

  .chf-grid .section-title {
    grid-column: 1 / 3;
  }

  .chf-image {
    grid-row: 2 / 4;
  }

  .chf-description {
    grid-row: 2 / 3;
  }
}

@media screen and (min-width: 1200px) {
  .company-hero-title .section-title h2 {
    margin-bottom: 64px;
  }

  .company-hero-title {
    padding-left: 90px;
    padding-right: 90px;
  }

  .company-hero-description .btn-order {
    margin: 0;
  }

  .company-video-thumbnail img {
    width: 100%;
  }

  .company-hero-description {
    align-self: center;
    padding-left: 90px;
  }

  .company-hero-description p,
  .company-hero-description .trimsulin-price,
  .company-hero-description .thirty-day-program {
    text-align: left;
  }

  .div-2025 .company-hero-title p {
    margin-left: 0;
    margin-right: 0;
  }

  .company-products {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .company-products h3 {
    align-self: center;
    width: 100%;
  }

  .company-products-section p.company-products-description {
    width: 60%;
  }

  .founders-grid {
    grid-template-columns: 238px 1fr 238px;
    grid-template-rows: min-content min-content min-content;
  }

  .lee-grid img,
  .nigel-grid img {
    height: auto;
  }

  .founders-grid .section-title {
    grid-column: 2 / span 1;
    order: 2;
    grid-row: 1 / 2;
    height: auto;
  }

  .founders-grid .section-title h2 {
    margin-bottom: 0;
  }

  .founders-grid &gt; .founders-description {
    grid-column: 2 / span 1;
    grid-row: 2 / 3;
  }

  .lee-grid {
    order: 1;
    grid-row: 1 / 4;
  }

  .founders-description {
    order: 3;
    align-self: start;
  }

  .nigel-grid {
    order: 4;
    grid-row: 1 / 4;
  }

  section.founders-grid {
    margin-bottom: calc(5.9rem - 35px);
  }

  .founders-grid {
    width: 100%;
  }

  .medical-board .container-fluid {
    width: 95%;
  }

  .div-2025 p.core-desc {
    width: 70%;
  }

  section.chf {
    padding-top: 6rem;
  }

  .chf-image {
    width: 95%;
  }

  .chf-grid .chf-description p:first-child {
    margin-top: 0;
  }

  .chf-grid .chf-description p:first-child span {
    display: inline;
  }

  .chf-grid .section-title {
    grid-column: 2 / 3;
  }

  .chf-image {
    grid-row: 1 / 4;
  }

  .chf-description {
    grid-row: 2 / 3;
  }

  .chf-grid .section-title h2,
  .chf-grid .section-title h3 {
    text-align: left;
    margin-left: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .medical-board .container-fluid {
    width: 85%;
  }

  .company-products {
    width: 96%;
  }

  .founders-grid {
    grid-template-columns: calc(238px + 128px) 1fr calc(238px + 128px);
  }

  .lee-grid img,
  .nigel-grid img {
    height: 300px;
  }

  .lee-grid img,
  .nigel-grid img {
    aspect-ratio: 1469/1696;
  }

  .lee-grid,
  .nigel-grid {
    width: 270.648px;
  }

  .core-values .section-title &gt; p {
    width: 40%;
  }

  .chf-image {
    width: 100%;
    padding-left: 100px;
  }

  .chf-grid .section-title h2,
  .chf-grid .section-title h3 {
    margin-left: 100px;
  }

  .div-2025 .chf-grid .chf-description p {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media screen and (min-width: 1600px) {
  .founders-grid {
    grid-template-columns: 280px 1fr 280px;
    grid-template-rows: min-content min-content min-content;
    gap: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .medical-board .container-fluid {
    width: 100%;
  }

  .medical-board .section-title {
    padding-left: 7rem;
    padding-right: 4rem;
  }

  .doctor-grid {
    padding-right: 7.5rem;
  }

  section.core-values {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .chf-grid {
    max-width: 1920px;
  }
}

@media screen and (min-width: 1800px) {
  .company-products {
    width: 80%;
  }
}

/* END COMPANY PAGE */

/* CONTACT US PAGE */
section.contact-us-header {
  padding-top: 2rem;
  padding-bottom: 35px;
}

.contact-us-header h2 {
  margin-bottom: 20px;
}

.contact-us-header h3 {
  font-weight: 700;
}

.hq-section img {
  width: calc(100% + 30px);
}

section.hq-section {
  text-align: center;
  padding-top: 0;
  padding-bottom: 4rem;
}

.hq-section .section-title h3 {
  color: #414141;
  margin-top: 2rem;
  font-weight: 400;
}

p.ffn-hq-phone {
  margin-left: 5px;
  margin-right: 0;
}

.cs-section .section-title h3 {
  color: #ffffff;
  padding-top: 2rem;
  font-weight: 400;
}

div.contact-details,
p.contact-details {
  margin-bottom: 28px;
}

.contact-details.phone {
  display: inline;
}

.hq-section h2,
.cs-section h2 {
  font-size: 4rem;
  font-weight: 700;
}

.hq-section h5,
.cs-section h5 {
  font-weight: 800;
  color: #00aeef;
  letter-spacing: 0.05rem;
  font-size: 1.21rem;
  line-height: 1.1;
}

p.pick-up-note {
  font-weight: 800;
}

.cs-section {
  background-image: url("/images/vip_rewards/VIP-PG_background.png");
  background-size: cover;
}

.cs-wrapper {
  background-color: #414141;
  color: #ffffff;
  text-align: center;
  margin-left: 36px;
  margin-right: 36px;
}

.cs-section .section-title h2 {
  color: #ffffff;
}

.div-2025 .cs-section p {
  color: #ffffff;
  margin-bottom: 2rem;
}

.cs-call {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 2rem;
  letter-spacing: 0.05rem;
}

.cs-email {
  padding-bottom: 4rem;
}

.cs-section p.cs-email {
  margin-bottom: 0;
}

.cs-email &gt; a {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  .hq-section img {
    width: 60%;
  }
}

@media screen and (min-width: 992px) {
  .hq-section .section-title h3 {
    margin-top: 0;
  }

  section.hq-section,
  .hq-section .section-title h2,
  .hq-section .section-title h3,
  .hq-section p.contact-details,
  .hq-section p.pick-up-note {
    text-align: left;
  }

  .hq-info h5,
  .hq-info p.contact-details,
  .cs-section h5,
  .cs-section p.contact-details {
    display: inline-block;
    vertical-align: top;
  }

  p.contact-details {
    margin-left: 5px;
  }

  p.pick-up-note {
    margin-left: 0;
  }

  section.contact-us-header {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hq-section .section-title h2,
  .cs-section .section-title h2 {
    font-size: 60px;
  }

  .hq-section img {
    padding-right: 30px;
    width: 100%;
  }

  .hq-info {
    padding-left: 30px;
    padding-right: 20px;
  }

  .cs-section .section-title h3 {
    padding-top: 4rem;
  }

  p.cs-email {
    padding-bottom: 4rem;
  }

  .cs-wrapper {
    width: 70%;
    margin: auto;
  }
}

@media screen and (min-width: 1200px) {
  .hq-info {
    padding-left: 72px;
    padding-right: 32px;
  }

  .hq-section img {
    padding-right: 72px;
  }

  .cs-wrapper {
    width: 64%;
    margin: auto;
  }
}

@media screen and (min-width: 1600px) {
  .hq-info {
    padding-left: 144px;
    padding-right: 64px;
  }

  .hq-section img {
    padding-right: 144px;
  }
}

/* END CONTACT US PAGE */

/* CBD PAGE */

.cbd-2025 h3 {
  line-height: 1;
}

.cbd-header-2025 {
  background: url("/images/CBD-PG-Hero-mobile.jpg") no-repeat;
  background-size: 275%;

  background-position: 65% 10%;
  position: relative;
  overflow-y: hidden;
}

.limit-width section.cbd-header-2025 {
  padding-bottom: 20rem;
}

.cbd-header-2025 .section-title {
  padding-top: 20px;
  padding-left: 20px;
}

.cbd-header-2025 .section-title h2 {
  text-align: left;
  font-size: 15.47vw;
  text-shadow: 1px 1px 2px #000000;
  line-height: 0.85;
  margin-bottom: 14vw;
  font-weight: 600;
}

.cbd-header-2025 .section-title p {
  text-align: left;
  color: var(--gray);
  font: 400 7.2vw/1 freightbigcmp-pro, serif;
  text-transform: none;
  letter-spacing: 0.05rem;
  margin-left: 0;
}

.cbd-drop {
  position: absolute;
  right: 10px;
  width: 40%;
  top: -10px;
}

.cbd-benefits {
  background: url("/images/lady_sitting_ExtraTallMobile.jpg") no-repeat bottom;
  background-size: 135%;
  background-position: 65% 100%;
}

.limit-width section.cbd-benefits {
  padding-bottom: 8rem;
}

.cbd-benefits p {
  margin-top: 2rem;
}

.cbd-benefits .benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  justify-content: end;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2rem;
}

.fourth-benefit {
  grid-column: 2;
}

.take-control p {
  font-family: "forma-djr-deck", sans-serif;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.cbd-price {
  color: #414141;
  font-size: 1.92rem;
  font-family: "forma-djr-deck", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 1.4;
}

.cbd-servings {
  font-weight: 300;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: -0.3rem;
  letter-spacing: 0.05rem;
}

.take-control button {
  background-color: #00aeef;
}

.limit-width section.cbd-supplement-facts {
  padding-top: 0;
  padding-bottom: 24rem;
}

.cbd-supp-facts {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  position: relative;
}

.cbd-oil-dish {
  position: absolute;
  right: -20%;
  top: 60%;
  z-index: -1;
}

.soil-to-oil {
  background-color: #414141;
  color: #ffffff;
}

.cbd-hand {
  height: 300px;
  overflow-y: hidden;
}

section.soil-to-oil {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.soil-to-oil .section-title h2,
.soil-to-oil p {
  color: #ffffff;
}

.soil-to-oil p {
  font-family: "forma-djr-deck", sans-serif;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.soil-to-oil .cbd-price {
  color: #ffffff;
}

.soil-to-oil button {
  background-color: #00aeef;
}

.real-people-real-relief .section-title h2 {
  font-weight: 500;
  line-height: 1;
}

.real-people-real-relief .section-title span {
  font-style: italic;
  font-weight: 600;
}

.real-people-real-relief h3 {
  margin-bottom: 50px;
}

.cbd-review {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.cbd-review p {
  font-weight: 300;
  font-family: "forma-djr-deck", sans-serif;
  margin-top: 0.4rem;
  letter-spacing: 0.05rem;
  margin-left: 10%;
  margin-right: 10%;
  line-height: 1.2;
}

.cbd-review h3 {
  text-align: center;
  margin-top: 0.6rem;
  font-size: 1.67rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  color: #414141;
}

.cbd-testing {
  background-color: #414141;
  color: #ffffff;
}

.cbd-testing .section-title h2,
.cbd-testing p {
  color: #ffffff;
}

.cbd-testing p {
  font-weight: 600;
}

.cbd-testing h3 span {
  color: #ffffff;
}

.cbd-testing p {
  margin-top: 2rem;
}

.cbd-testing p.third-party-header,
.third-party-benefit {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}

.cbd-batch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 150px);
  gap: 15px;
  justify-content: center;
  margin-top: 4rem;
  display: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.cbd-show-grid {
  display: grid;
}

.cbd-batch-grid a {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  background-color: #00aeef;
  color: #ffffff;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 10px 15px;
  border: none;
  width: 50%;
  max-width: 150px;
}

.cbd-batch-grid a:focus {
  background-color: rgb(0, 174, 239, 0.3);
}

.cbd-hand img {
  width: 100%;
}

.third-party-benefit {
  width: 242px;
  padding: 1rem;
  border: 4px solid white;
  background-color: #00aeef;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  line-height: 1;
  letter-spacing: 0.05rem;
}

.view-cert-div {
  margin-left: auto;
  margin-right: auto;
  width: 242px;
}

.cbd-testing button {
  background-color: #ffffff;
  color: #00aeef;
  border-radius: 10px;
  border: 4px solid #00aeef;
  font-weight: 600;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  letter-spacing: 0;
  width: 100%;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-top: 2rem;
}

.feel-better-live-better {
  background: url("/images/cbd_feel_better_mobile.jpg") no-repeat;
  background-size: 215%;

  background-position: 55% 40%;
  position: relative;
  overflow-y: hidden;
}

.feel-better-live-better .section-title {
  padding-left: 20px;
}

.feel-better-live-better .section-title h2 {
  text-align: left;
  font-size: 15.47vw;
  /*text-shadow: 3px 3px 10px #808080;*/
  line-height: 0.85;
  /*text-shadow: 1px 1px 2px #000000;*/
}

.feel-better-live-better .section-title h2:first-child {
  margin-bottom: 0;
}

.feel-better-live-better .section-title h2:nth-child(2) {
  margin-bottom: 10vw;
}

.feel-better-live-better .section-title h2 span {
  color: #00aeef;
  font-style: italic;
  font-weight: 700;
}

.cbd-footer-order-section {
  padding-left: 20px;
}

.cbd-footer-order-button-div .btn-order {
  margin-top: 0;
  margin-bottom: 0;
}

.feel-better-live-better .cbd-price,
.feel-better-live-better .cbd-servings {
  text-align: left;
}

.feel-better-live-better button.btn-order {
  background-color: #00aeef;
}

.feel-better-live-better h3 {
  margin-bottom: 30px;
  color: var(--gray);
  font: 700 11vw/0.75 freightbigcmp-pro, serif;
  text-transform: none;
  letter-spacing: 0.05rem;
  text-align: center;
}

@media screen and (min-width: 400px) {
  .cbd-benefits .benefits-grid {
    gap: 24px;
  }

  .cbd-benefits .section-title h3 br {
    display: none;
  }

  .cbd-benefits p {
    margin-left: 6%;
    margin-right: 6%;
  }

  .soil-to-oil .soil-to-oil-description {
    margin-left: 6%;
    margin-right: 6%;
    padding-top: 2rem;
  }

  .home-page-section p,
  .enhance-wellness p {
    margin-left: 6%;
    margin-right: 6%;
  }
}

@media screen and (min-width: 460px) {
  .cbd-benefits {
    background: url("/images/lady_sitting_ExtraTallMobile.jpg") no-repeat bottom;
    background-size: 115%;
    background-position: 100% 100%;
  }

  .cbd-supp-facts {
    width: 70%;
  }
}

@media screen and (min-width: 500px) {
  .cbd-hand img {
    position: absolute;
    top: -30px;
  }
}

@media screen and (min-width: 520px) {
  .limit-width section.cbd-header-2025 {
    padding-bottom: 26rem;
  }

  .cbd-benefits .benefits-grid {
    margin-left: 24px;
    margin-right: 24px;
  }

  .cbd-oil-dish {
    top: 40%;
  }
}

@media screen and (min-width: 576px) {
  .cbd-hand {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .cbd-video-div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .take-control-description p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cbd-supp-facts {
    width: 60%;
  }

  .cbd-oil-dish {
    top: 36%;
  }

  .cbd-review {
    width: 60%;
  }

  .cbd-testing p {
    margin-left: 6%;
    margin-right: 6%;
  }

  .feel-better-live-better {
    background-position: 60% 60%;
  }

  .feel-better-live-better .section-title {
    padding-left: 3rem;
  }

  .feel-better-live-better .cbd-footer-order-section {
    padding-left: 3rem;
  }

  .feel-better-live-better .section-title h2 {
    font-size: 13vw;
  }

  .feel-better-live-better h3 {
    font-size: 9vw;
  }
}

@media screen and (min-width: 600px) {
  .cbd-header-2025 {
    position: relative;
    overflow-y: hidden;
  }

  .limit-width section.cbd-benefits {
    padding-bottom: 10rem;
  }

  .cbd-benefits .benefits-grid {
    gap: 5vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

@media screen and (min-width: 620px) {
  .cbd-benefits .benefits-grid {
    gap: 6vw;
    margin-left: 8vw;
    margin-right: 8vw;
  }
}

@media screen and (min-width: 660px) {
  .cbd-header-2025 {
    background-size: 220%;
    background-position: 65% 5%;
  }

  .cbd-header-2025 .section-title h2 {
    font-size: 13vw;
    margin-bottom: 10vw;
  }

  .cbd-header-2025 .section-title p {
    font-size: 6.5vw;
  }

  .cbd-drop {
    top: -60px;
  }

  .feel-better-live-better {
    background-size: 200%;
  }

  .feel-better-live-better .section-title h2 {
    font-size: 12vw;
  }

  .feel-better-live-better .section-title h2:last-child {
    margin-bottom: 9vw;
  }

  .feel-better-live-better h3 {
    font-size: 8vw;
  }
}

@media screen and (min-width: 700px) {
  .limit-width section.cbd-benefits {
    padding-bottom: 12rem;
  }

  .cbd-benefits .benefits-grid {
    gap: 8vw;
    margin-left: 12vw;
    margin-right: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .cbd-header-2025 {
    background-position: 65% 25%;
  }
  .cbd-header-2025 .section-title {
    padding-top: 40px;
    padding-left: 40px;
  }

  .cbd-header-2025 .section-title h2 {
    font-size: 12vw;
  }

  .cbd-header-2025 .section-title p {
    font-size: 5.5vw;
  }

  .cbd-benefits {
    display: flex;
    flex-direction: column;
    background: url("/images/lady_sitting_TallerWider.jpg") no-repeat bottom;
    background-size: 165%;
    background-position: 30% 20%;
  }

  .cbd-benefits &gt; .benefits-grid {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 45%;
    margin-right: 5vw;
  }

  .cbd-benefits .benefits-grid {
    gap: 4vw;
  }

  .cbd-drop {
    top: -95px;
    right: 20px;
    width: 38%;
  }

  .cbd-hand {
    height: 400px;
  }

  .take-control-description {
    padding-left: 10%;
    padding-right: 10%;
  }

  .cbd-supp-facts {
    width: 50%;
  }

  .cbd-oil-dish {
    top: 30%;
  }

  .feel-better-live-better .section-title h2 {
    font-size: 11vw;
  }

  .feel-better-live-better h3 {
    font-size: 7vw;
  }

  .feel-better-live-better {
    background-size: 150%;
  }

  .cbd-testing p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .soil-to-oil .soil-to-oil-description {
    margin-left: 12%;
    margin-right: 12%;
  }

  .third-party-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 242px);
    gap: 16px;
    justify-content: center;
  }
}

@media screen and (min-width: 820px) {
  .cbd-benefits {
    background-size: 136%;
  }

  .limit-width section.cbd-benefits {
    padding-bottom: 2rem;
  }

  .cbd-benefits .benefits-grid {
    margin-top: 4rem;
  }

  .third-party-benefit-grid {
    gap: 30px;
  }
}

@media screen and (min-width: 850px) {
  .feel-better-live-better .section-title h2 {
    font-size: 10vw;
  }

  .feel-better-live-better .section-title h2:last-child {
    margin-bottom: 6vw;
  }
}

@media screen and (min-width: 890px) {
  .cbd-benefits {
    background-size: 126%;
  }

  .limit-width section.cbd-benefits {
    padding-bottom: 6rem;
  }

  .cbd-benefits .benefits-grid {
    margin-top: 4rem;
  }

  .cbd-testing p.third-party-header {
    margin-bottom: 4rem;
  }

  .cbd-testing p {
    width: 768px;
  }
}

@media screen and (min-width: 992px) {
  .cbd-header-2025 {
    background: url("/images/CBD-PG-Hero-2025.jpg") no-repeat;
    background-size: 180%;

    background-position: 75% 55%;
    position: relative;
    overflow-y: visible;
  }

  .limit-width section.cbd-header-2025 {
    padding-bottom: 6rem;
  }

  .cbd-drop {
    position: absolute;
    right: 40px;
    width: 24%;
    top: -10.4vw;
  }

  .cbd-header-2025 .section-title h2 {
    text-align: left;
    font-size: 8.3vw;
    margin-bottom: 6vw;
  }

  .cbd-header-2025 .section-title p {
    font-size: 4.3vw;
  }

  .cbd-video-div {
    width: 60%;
  }

  .take-control p {
    margin-left: 5%;
    margin-right: 5%;
  }

  .limit-width section.cbd-supplement-facts {
    padding-bottom: 4rem;
  }

  .cbd-supp-facts {
    margin-left: 2rem;
    margin-right: 0;
  }

  .cbd-oil-dish {
    top: 30%;
  }

  .cbd-supp-facts {
    display: flex;
    width: 100%;
  }

  .cbd-oil-dish {
    position: static;
    margin-left: -40px;
    z-index: -1;
  }

  .supp-facts-img {
    flex: 0 0 30%;
    z-index: 99;
    margin-left: 10%;
    align-self: center;
  }

  .cbd-supp-facts picture {
    width: 50%;
  }

  section.soil-to-oil {
    padding-bottom: 0;
  }

  .soil-to-oil-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
  }

  .soil-to-oil .section-title {
    grid-column: 1 / 3;
  }

  .soil-to-oil p {
    margin-left: 0;
  }

  .soil-to-oil p:first-child {
    margin-top: 0;
  }

  .soil-to-oil .soil-to-oil-description p,
  .soil-to-oil .cbd-price,
  .soil-to-oil .cbd-servings {
    text-align: left;
  }

  .soil-to-oil .soil-to-oil-description {
    margin-left: 30px;
    margin-right: 6%;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .cbd-hand {
    height: auto;
    overflow-x: hidden;
    width: 100%;
  }

  .cbd-hand img {
    width: 900px;
    right: -40%;
  }

  .cbd-review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-left: 3%;
    margin-right: 3%;
  }

  .cbd-review {
    width: 100%;
    margin-bottom: 0;
  }

  .cbd-review h3 {
    margin-bottom: 0;
  }

  .cbd-review p {
    height: 90px;
  }

  .feel-better-live-better {
    background-position: 55% 65%;
    background-size: 125%;
  }

  .feel-better-live-better .section-title,
  .feel-better-live-better .cbd-footer-order-section {
    padding-left: 90px;
  }

  .feel-better-live-better .section-title h2 {
    font-size: 8.3vw;
  }
  .feel-better-live-better .section-title h2:last-child {
    margin-bottom: 6vw;
    margin-left: 100px;
  }

  .feel-better-live-better h3 {
    font-size: 6vw;
  }
}

@media screen and (min-width: 1000px) {
  .limit-width section.cbd-benefits {
    padding-bottom: 4rem;
  }
  .cbd-benefits {
    background-position: 90% 100%;
    background-size: 120%;
  }

  .cbd-benefits .section-title h3 {
    margin-left: 0;
  }

  .cbd-benefits .section-title,
  .cbd-benefits p,
  .cbd-benefits &gt; .benefits-grid {
    flex: 0 0 50%;
    margin-left: 40%;
    text-align: left;
  }

  .cbd-benefits .section-title h2,
  .cbd-benefits .section-title h3,
  .cbd-benefits p {
    text-align: left;
  }

  .cbd-benefits .benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
    justify-content: end;
    flex: 0 0 70%;
    margin-left: 30%;
    max-width: 70%;
    margin-top: 3rem;
  }

  .fourth-benefit {
    grid-column: 4;
  }
}

@media screen and (min-width: 1130px) {
  .cbd-hand img {
    right: -30%;
  }
}

@media screen and (min-width: 1200px) {
  .div-2025 section.cbd-header-2025 {
    padding-top: 0;
    padding-bottom: 8rem;
    background-position: 70% 65%;
  }

  .cbd-header-2025 .section-title h2 {
    font-size: 7.3vw;
  }

  .cbd-header-2025 .section-title p {
    font-size: 3.5vw;
  }

  .cbd-drop {
    width: 22%;
  }

  .cbd-video-div {
    width: 100%;
    padding-left: 40px;
    padding-right: 30px;
  }

  .limit-width section.cbd-supplement-facts {
    padding-bottom: 5.9rem;
  }

  section.soil-to-oil {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  section.soil-to-oil .take-control-description {
    padding-top: 4rem;
    padding-bottom: 5.9rem;
  }

  .soil-to-oil-wrapper {
    background-image: url("/images/vip_rewards/VIP-PG_background.png");
    background-size: cover;
    padding-top: 128px;
    padding-bottom: 128px;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .soil-to-oil {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  }

  .soil-to-oil .section-title {
    grid-column: 2;
  }

  .soil-to-oil-grid {
    grid-template-rows: min-content min-content;
  }

  .soil-to-oil .section-title h2 {
    text-align: left;
    margin-top: 46px;
  }

  .soil-to-oil .section-title {
    margin-left: 30px;
  }

  .soil-to-oil .soil-to-oil-description {
    grid-column: 2;
    grid-row: 2/3;
    margin-bottom: 46px;
    padding-bottom: 0;
  }

  .cbd-hand {
    grid-row: 1/3;
  }

  .cbd-hand img {
    right: -160px;
  }

  .cbd-review p {
    height: 70px;
  }

  .take-control p {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .take-control-description {
    padding-right: 0;
    padding-left: 0;
  }

  .take-control p:first-child {
    margin-top: 0;
  }

  .take-control-description p {
    margin-left: 0;
    margin-right: 0;
  }

  .take-control-order-section .cbd-price,
  .take-control-order-section .cbd-servings {
    text-align: left;
  }

  .feel-better-live-better {
    background-position: 65% 65%;
  }

  .feel-better-live-better .section-title,
  .feel-better-live-better .cbd-footer-order-section {
    padding-left: 200px;
  }

  .feel-better-live-better .section-title h2 {
    font-size: 7vw;
  }

  .feel-better-live-better h3 {
    font-size: 5vw;
  }

  .section-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1300px) {
  .cbd-benefits {
    background: url("/images/lady_sitting_wide.jpg") no-repeat bottom;
    background-size: 190%;
    background-position: 10% 50%;
  }

  .cbd-benefits .benefits-grid {
    margin-left: 35%;
  }

  .limit-width section.cbd-benefits {
    padding-bottom: 6rem;
  }

  .feel-better-live-better {
    background-size: 110%;
    background-position: 60% 60%;
  }

  .feel-better-live-better .section-title {
    padding-left: 220px;
  }

  .feel-better-live-better .section-title h2 {
    font-size: 90px;
  }
  .feel-better-live-better .section-title h2:nth-child(2) {
    margin-bottom: 4vw;
  }

  .feel-better-live-better .cbd-footer-order-section {
    padding-left: 220px;
  }

  .feel-better-live-better h3 {
    font-size: 55px;
  }

  .cbd-footer-order-section h3 {
    text-align: left;
  }

  .cbd-footer-order-section-flex {
    display: flex;
    align-items: center;
  }

  .cbd-footer-order-section-flex .cbd-servings {
    margin-bottom: 0;
  }

  .cbd-footer-order-button-div {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .cbd-header-2025 .section-title {
    padding-top: 80px;
    padding-left: 80px;
  }

  .cbd-header-2025 .section-title h2 {
    margin-bottom: 4vw;
  }

  .cbd-header-2025 .section-title p {
    font-size: 61px;
  }

  .take-control .section-title h2 {
    margin-bottom: 50px;
  }

  .cbd-video-div {
    padding-left: 80px;
  }

  .take-control-description {
    padding-right: 60px;
    padding-left: 30px;
  }

  .soil-to-oil-grid {
    grid-template-columns: 40% 1fr;
    gap: 0 90px;
  }

  .soil-to-oil .section-title h2 {
    margin-top: 86px;
  }

  .soil-to-oil .soil-to-oil-description {
    margin-bottom: 86px;
  }

  .cbd-hand img {
    right: -220px;
  }

  .feel-better-live-better {
    background: url("/images/cbd_feel_better_wide.jpg") no-repeat;
    background-size: 160%;
    background-position: 60% 50%;
  }

  .cbd-review-grid {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media screen and (min-width: 1575px) {
  .feel-better-live-better {
    background-size: 160%;
  }
}

@media screen and (min-width: 1600px) {
  .div-2025 section.cbd-header-2025 {
    background-size: 170%;
    background-position: 75% 65%;
    overflow-y: visible;
    padding-bottom: 12rem;
  }

  .cbd-header-2025 .section-title h2 {
    font-size: 120px;
  }

  .limit-width section.cbd-benefits {
    padding-bottom: 3.8rem;
  }

  .cbd-drop {
    width: 21%;
    max-width: 420px;
    top: -5.4vw;
    right: 100px;
  }

  .cbd-benefits {
    background-size: 152%;
  }

  .cbd-benefits .benefits-grid {
    margin-top: 4rem;
    margin-left: 35%;
    gap: 25px;
  }

  .cbd-video-div {
    padding-left: 90px;
    padding-right: 30px;
  }

  .take-control-description {
    padding-right: 105px;
    padding-left: 45px;
  }

  .supp-facts-img {
    flex: 0 0 30%;
    z-index: 99;
    margin-left: 10%;
    align-self: center;
  }

  .cbd-supp-facts picture {
    width: 50%;
  }

  .soil-to-oil {
    max-width: 1300px;
  }

  .cbd-hand img {
    right: -150px;
  }

  .soil-to-oil-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feel-better-live-better {
    background-size: 140%;
  }

  .feel-better-live-better .section-title,
  .feel-better-live-better .cbd-footer-order-section {
    padding-left: 320px;
  }

  .cbd-review-grid {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media screen and (min-width: 1700px) {
  .feel-better-live-better .section-title,
  .feel-better-live-better .cbd-footer-order-section {
    padding-left: 520px;
  }
}

@media screen and (min-width: 1750px) {
  .feel-better-live-better {
    background-size: 130%;
  }
}

@media screen and (min-width: 1800px) {
  .soil-to-oil {
    max-width: 1500px;
  }

  .feel-better-live-better {
    background-size: 120%;
  }

  .cbd-hand img {
    right: -105px;
  }
}

@media screen and (min-width: 1920px) {
  .cbd-drop {
    top: -6.4vw;
  }
}

/* END CBD PAGE */

/* HOME PAGE */

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-25 {
  margin-bottom: 25px;
}

#total-wellness {
  background: url("/images/total-wellness-mobile.jpg") no-repeat;
  background-size: 140%;
  background-position: 100% 50%;
  width: 100%;
}

.total-wellness-label {
  top: 2rem;
  position: absolute;
  width: 90vw;
  z-index: 22;
}

.hero-slider .slide {
  height: 400px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.total-wellness-img {
  position: absolute;
  width: 160%;
  left: -45%;
  z-index: -1;
  bottom: 0;
}

.woman-laptop-img {
  position: absolute;
  width: 240%;
  right: -35%;
  z-index: -1;
  bottom: 0;
  transform: rotateY(180deg);
}

.women-deck-img {
  position: absolute;
  bottom: -15%;
  width: 200%;
  left: -50%;
  z-index: -1;
}

.easter-flash-sale {
  top: 5%;
  position: absolute;
  width: 75vw;
  z-index: 22;
  left: 0;
}

.easter-2025-img {
  position: absolute;
  height: 400px;
  z-index: -1;
}

.easter-buy-5 {
  position: absolute;
  width: 47vw;
  z-index: 22;
  right: 0;
  top: 42%;
}

.shop-now-easter {
  position: absolute;
  width: 30vw;
  bottom: 0;
  right: 8%;
}

.summerslimdown-logo {
  position: absolute;
  width: 40vw;
  z-index: 22;
  left: 6vw;
  top: 5%;
}

.summerslimdown-offerends {
  position: absolute;
  width: 30vw;
  z-index: 22;
  right: 2vw;
  top: 5%;
}

.summerslimdown-freegift {
  position: absolute;
  width: 40vw;
  z-index: 22;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: 55%;
}

.slick-slide img.summerslimdown-freegift-bar {
  display: none;
}

.summerslimdown-lady {
  position: absolute;
  width: 58vw;
  left: -120px;
  bottom: 0;
  z-index: 22;
}

.summerslimdown-bar-wrapper {
  position: absolute;
  width: 100%;
  bottom: 5%;
}

.summerslimdown-bar {
  background-color: #30c9d7;
  position: relative;
  height: 26vw;
}

.summerslimdown-reneu {
  position: absolute;
  width: 44vw;
  left: 20vw;
  top: -2.8vw;
}

.summerslimdown-trimsulin {
  position: absolute;
  width: 40vw;
  z-index: 22;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 450px) {
  .summerslimdown-logo {
    width: 50vw;
  }

  .summerslimdown-offerends {
    width: 30vw;
  }

  .summerslimdown-freegift {
    bottom: 46%;
    width: 40vw;
  }

  .summerslimdown-lady {
    left: -70px;
    width: 40vw;
  }

  .summerslimdown-bar {
    height: 21vw;
  }

  .summerslimdown-reneu {
    width: 44vw;
  }

  .summerslimdown-trimsulin {
    width: 30vw;
  }
}

@media screen and (min-width: 500px) {
  .summerslimdown-logo {
    width: 40vw;
  }
}

@media screen and (min-width: 600px) {
  .summerslimdown-reneu {
    left: 25vw;
  }

  .summerslimdown-freegift {
    width: 30vw;
  }
}

@media screen and (min-width: 630px) {
  .summerslimdown-lady {
    width: 40vw;
  }
}

@media screen and (min-width: 650px) {
  .summerslimdown-logo {
    width: 30vw;
  }

  .summerslimdown-offerends {
    width: 25vw;
  }

  .summerslimdown-lady {
    width: 30vw;
  }

  .summerslimdown-bar {
    height: 15vw;
  }

  .summerslimdown-reneu {
    top: -1.8vw;
    width: 30vw;
  }

  .summerslimdown-trimsulin {
    width: 22vw;
  }
}

@media screen and (min-width: 900px) {
  .summerslimdown-logo {
    left: 20vw;
    top: 15%;
  }

  .summerslimdown-offerends {
    right: 20vw;
    top: 15%;
  }
  .slick-slide img.summerslimdown-freegift {
    display: none;
  }
  .slick-slide img.summerslimdown-freegift-bar {
    position: absolute;
    display: inline;
    width: 16vw;
    bottom: 25%;
    left: 25vw;
    margin-inline: auto;
  }

  .summerslimdown-reneu {
    right: 25vw;
    left: auto;
  }
}

@media screen and (min-width: 950px) {
  .summerslimdown-logo {
    left: 25vw;
  }

  .summerslimdown-offerends {
    right: 15vw;
  }
}

@media screen and (min-width: 1040px) {
  .summerslimdown-logo,
  .summerslimdown-offerends {
    top: 5%;
  }
}

@media screen and (min-width: 1300px) {
  .summerslimdown-logo {
    max-width: 390px;
  }

  .summerslimdown-offerends {
    max-width: 300px;
  }
  .summerslimdown-lady {
    max-width: 400px;
  }

  .summerslimdown-reneu {
    max-width: 390px;
    top: -25px;
  }

  .summerslimdown-trimsulin {
    max-width: 286px;
  }

  .summerslimdown-bar {
    max-height: 195px;
  }
}

@media screen and (min-width: 1400px) {
  .summerslimdown-logo,
  .summerslimdown-offerends {
    top: 10%;
  }
  .summerslimdown-offerends {
    right: 20vw;
  }
}

.may-learn-more-button {
  position: absolute;
  top: 8vw;
  right: 4vw;
  width: 115px;
}

.may-woman {
  position: absolute;
  right: -30px;
  bottom: 0;
  height: 65%;
}

@media screen and (min-width: 400px) {
  .may-woman {
    right: 0;
  }
}

@media screen and (min-width: 600px) {
  .may-learn-more-button {
    position: absolute;
    top: 5vw;
    width: 125px;
  }
  .may-woman {
    height: 70%;
  }
}

@media screen and (min-width: 771px) {
  .may-woman {
    height: 65%;
  }
}

@media screen and (min-width: 810px) {
  .may-woman {
    height: 75%;
  }
}

@media screen and (min-width: 900px) {
  .may-learn-more-button {
    right: 30vw;
    top: 7vw;
  }
  .may-woman {
    height: 90%;
  }
}

@media screen and (min-width: 1100px) {
  .may-learn-more-button {
    right: 25vw;
    top: 4vw;
  }
  .may-woman {
    height: 95%;
  }
}

@media screen and (min-width: 1200px) {
  .may-learn-more-button {
    right: 30vw;
    top: 5vw;
  }
}

@media screen and (min-width: 1400px) {
  .may-learn-more-button {
    right: 25vw;
    top: 6vw;
    width: 150px;
  }
}

@media screen and (min-width: 1600px) {
  .may-learn-more-button {
    top: 4vw;
    right: 32vw;
  }

  .may-woman {
    right: 8vw;
  }
}

@media screen and (min-width: 1800px) {
  .may-learn-more-button {
    right: 18vw;
  }

  .may-woman {
    right: -2vw;
  }
}

@media screen and (min-width: 1840px) {
  .may-woman {
    right: 0;
  }

  .may-learn-more-button {
    right: 432px;

    top: 72px;
  }
}

.category-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 35px;
  margin-top: 35px;
}

.category-flex &gt; div {
  border: 2px solid #00aeef;
  background-color: #efeef3;
  font: 800 1.8rem/0.75 freightbigcmp-pro, serif;
  text-transform: none;
  letter-spacing: 0.05rem;
  padding: 0.6rem;
}

.category-flex &gt; div a {
  color: #414141;
}

.reneu-section .section-title h2 {
  margin-bottom: 25px;
}

.reneu-benefits-div,
.trimsulin-benefits-div {
  margin-top: 35px;
  margin-bottom: 35px;
}

.trimsulin-section-padding.section-padding {
  padding-top: 0;
}

.reneu-section a,
.trimsulin-section a,
.vip-section a {
  margin-left: auto;
  margin-right: auto;
}

.div-2025 .trimsulin-section h2 sup,
.div-2025 .reneu-section h2 sup {
  font-size: 0.8rem;
  top: -25px;
}

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

.enhance-wellness .d-flex.justify-content-center {
  padding-left: 15%;
  padding-right: 15%;
}

.enhance-wellness h3 {
  color: #414141;
  font: 400 3rem/0.75 freightbigcmp-pro, serif;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-weight: 700;
}

.enhance-wellness img {
  margin-bottom: 2rem;
  margin-top: 50px;
  border: 2px solid #414141;
}

.enhance-wellness .enhance-wellness-card:first-child img {
  margin-top: 15px;
}

.enhance-wellness p {
  margin-top: 25px;
}

.enhance-wellness a {
  background-color: #00aeef;
}

.orange-juice-div {
  position: relative;
  overflow-x: hidden;
  height: 300px;
  margin-top: 35px;
  margin-bottom: 35px;
  overflow-y: hidden;
}

.orange-juice-div img {
  position: absolute;
  width: 200%;
  transform: translateX(-25%);
}

@media screen and (min-width: 400px) {
  .easter-flash-sale {
    width: 68vw;
  }

  .easter-buy-5 {
    width: 42vw;
    top: 40%;
  }

  .shop-now-easter {
    width: 29vw;
    right: 7%;
  }
}

@media screen and (min-width: 425px) {
  .total-wellness-img {
    width: 130%;
    left: -25%;
  }

  .woman-laptop-img {
    width: 200%;
    right: -20%;
    bottom: -5%;
  }

  .orange-juice-div {
    height: 400px;
  }
}

@media screen and (min-width: 450px) {
  .women-deck-img {
    position: absolute;
    width: 190%;
    left: -45%;
    z-index: -1;
  }
}

@media screen and (min-width: 460px) {
  .shop-now-easter {
    width: 27vw;
    right: 6%;
  }

  .easter-buy-5 {
    width: 40vw;
    top: 40%;
  }

  .easter-flash-sale {
    width: 65vw;
  }
}

@media screen and (min-width: 500px) {
  .total-wellness-img {
    width: 100%;
    left: 0;
  }

  .woman-laptop-img {
    width: 180%;
    right: -10%;
  }

  .total-wellness-label {
    width: 80vw;
  }

  .category-flex &gt; div {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .shop-now-easter {
    width: 25vw;
    right: 0;
    left: 0;
    margin-inline: auto;
  }

  .easter-buy-5 {
    width: 36vw;
    top: 36%;
  }

  .easter-flash-sale {
    width: 60vw;
  }
}

@media screen and (min-width: 550px) {
  .woman-laptop-img {
    width: 160%;
    right: -20%;
  }

  .women-deck-img {
    bottom: -20%;
    width: 180%;
    left: -40%;
  }

  .orange-juice-div img {
    width: 150%;
    left: 0;
    transform: translateX(-17%);
  }

  .enhance-wellness .d-flex.justify-content-center {
    padding-left: 20%;
    padding-right: 20%;
  }
}

@media screen and (min-width: 600px) {
  .total-wellness-label {
    width: 75vw;
  }

  .easter-buy-5 {
    width: 36vw;
    top: 25%;
  }
}

@media screen and (min-width: 650px) {
  .women-deck-img {
    width: 160%;
    left: -30%;
    bottom: -20%;
  }

  .total-wellness-label {
    width: 70vw;
  }

  .woman-laptop-img {
    width: 140%;
  }

  .enhance-wellness .d-flex.justify-content-center {
    padding-left: 25%;
    padding-right: 25%;
  }

  .orange-juice-div img {
    width: 125%;

    transform: translateX(-10%);
  }

  .shop-now-easter {
    width: 22vw;
    left: 65%;
  }

  .easter-buy-5 {
    top: 18%;
  }
}

@media screen and (min-width: 725px) {
  .total-wellness-label {
    width: 65vw;
  }

  .women-deck-img {
    bottom: -25%;
    width: 150%;
    left: -25%;
  }
}

@media screen and (min-width: 768px) {
  .woman-laptop-img {
    width: 130%;
    bottom: 0;
  }

  .vip-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .total-wellness-label {
    width: 55vw;
  }

  .category-flex &gt; div {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 2.1rem;
  }

  .vip-section .section-title {
    grid-column: 1 / 3;
  }

  .orange-juice-div {
    grid-row: 2/3;
    grid-column: 2;
    margin-bottom: 0;
  }

  .trimsulin-section h3 {
    text-align: center;
    grid-row: 2;
  }

  .enhance-wellness-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .enhance-wellness .enhance-wellness-card:first-child img {
    margin-top: 15px;
  }

  .enhance-wellness img {
    margin-top: 15px;
  }

  .enhance-wellness .enhance-wellness-card:last-child img {
    margin-top: 50px;
  }

  .enhance-wellness .d-flex.justify-content-center {
    padding-left: 10%;
    padding-right: 10%;
  }

  .orange-juice-div {
    height: 300px;
  }

  .orange-juice-div img {
    width: 600px;
    transform: translateX(-17%);
  }

  .vip-section p {
    margin-left: 12%;
    margin-right: 8%;
    text-align: left;
  }

  .vip-section a {
    margin-left: 0;
  }

  .shop-now-easter {
    width: 20vw;
    left: 68%;
  }

  .easter-buy-5 {
    width: 32vw;
    top: 15%;
  }

  .easter-flash-sale {
    width: 55vw;
    top: 7%;
  }
}

@media screen and (min-width: 850px) {
  .total-wellness-label {
    width: 50vw;
  }

  .women-deck-img {
    bottom: -30%;
    width: 140%;
    left: -20%;
  }

  .category-flex {
    margin-right: 12%;
    margin-left: 12%;
  }
}

@media screen and (min-width: 860px) {
  .easter-flash-sale {
    width: 50vw;
  }

  .easter-buy-5 {
    width: 30vw;
    top: 12%;
  }

  .shop-now-easter {
    width: 19vw;
    left: 70%;
  }
}

@media screen and (min-width: 900px) {
  .easter-flash-sale {
    width: 50vw;
    left: 13%;
    top: 20%;
  }

  .easter-buy-5 {
    width: 28vw;
    top: 22%;
  }

  .shop-now-easter {
    width: 17vw;
    margin-inline-start: 0;
    margin-inline-end: 0;
    left: 21%;
  }
}

@media screen and (min-width: 992px) {
  .total-wellness-img {
    width: 100%;
    left: 0;
    bottom: -12%;
  }

  .woman-laptop-img {
    right: -18%;
  }

  .women-deck-img {
    bottom: -35%;
    width: 120%;
    left: -10%;
  }

  .reneu-section,
  .trimsulin-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content;
    align-items: center;
  }

  .reneu-section .section-title {
    grid-column: 1 / 3;
  }

  .reneu-section-padding.section-padding {
    padding-bottom: 2rem;
  }

  .reneu-section h3 {
    margin-left: 0;
    margin-right: 0;
  }

  .reneu-section p {
    text-align: left;
    margin-left: 10%;
    grid-column: 2;
    grid-row: 2/3;
    margin-top: 35px;
  }

  .reneu-section a {
    margin-left: 0;
    margin-top: 2.5rem;
  }

  .reneu-benefits-div {
    margin-bottom: 0;
  }

  section.trimsulin-section {
    padding-top: 0;
  }

  .trimsulin-section {
    grid-template-rows: min-content min-content min-content min-content;
  }

  .trimsulin-section .section-title,
  .vip-section .section-title {
    grid-column: 1 / 3;
  }

  .trimsulin-benefits-div {
    grid-row: 2 / 5;
    margin-top: 0;
    margin-bottom: 0;
  }

  .trimsulin-section p,
  .trimsulin-section h3 {
    text-align: right;
  }

  .trimsulin-section h3 {
    margin-left: 0;
    margin-top: 4rem;
  }

  .trimsulin-section a {
    margin-top: 4rem;
  }

  .trimsulin-section a,
  .trimsulin-section h3 {
    margin-right: 10%;
  }

  .enhance-wellness-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    grid-auto-rows: 1fr;
    margin: 0 10px 0;
  }

  .enhance-wellness-card {
    width: 100%;
  }

  .enhance-wellness img,
  .enhance-wellness .enhance-wellness-card:last-child img {
    margin-top: 15px;
  }

  .enhance-wellness .btn-order {
    margin-top: 35px;
  }

  section.vip-section,
  section.trimsulin-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .vip-section {
    grid-template-rows: min-content min-content min-content min-content;
  }

  .vip-section .section-title {
    grid-column: 1;
    grid-row: 2;
    margin-left: 60px;
  }

  .vip-section .section-title h2,
  .vip-section p,
  .vip-section .section-title h3 {
    text-align: left;
  }

  .vip-section h3 {
    margin-right: 0;
    margin-left: 0;
  }

  .vip-section .btn-order {
    margin-top: 35px;
  }

  .vip-section p {
    margin-top: 2rem;
    margin-left: 60px;
    margin-right: 6%;
    grid-row: 3;
  }

  .vip-section p a {
    margin-left: 0;
  }

  .orange-juice-div {
    grid-row: 1/5;
    margin-bottom: 0;
    margin-top: 0;
    height: 500px;
  }

  .orange-juice-div img {
    transform: translateX(-15%);
    left: 0;
    width: 1000px;
    left: -10%;
  }
}

@media screen and (min-width: 1030px) {
  .easter-flash-sale {
    width: 47vw;
    left: 12%;
    top: 12%;
  }

  .easter-buy-5 {
    top: 20%;
  }

  .shop-now-easter {
    left: 19%;
  }
}

@media screen and (min-width: 1100px) {
  .total-wellness-label {
    width: 45vw;
  }
}

@media screen and (min-width: 1200px) {
  .hero-slider .slide {
    height: 500px;
  }

  .woman-laptop-img {
    width: 140%;
  }

  .women-deck-img {
    bottom: -45%;
    left: -20%;
    width: 140%;
  }

  .category-flex {
    gap: 20px;
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
    margin-right: 0;
    margin-left: 0;
  }

  .enhance-wellness-grid {
    margin-left: 50px;
    margin-right: 50px;
  }

  section.reneu-section {
    padding-bottom: 0;
    padding-top: 0;
  }

  .reneu-section-padding.section-padding {
    padding-bottom: 0;
  }

  .reneu-section,
  .trimsulin-section {
    grid-template-rows: min-content min-content min-content min-content;
  }

  .reneu-benefits-div {
    margin-top: 0;
    margin-bottom: 0;
    grid-row: 1 / 5;
  }

  .reneu-section .section-title {
    grid-column: 2;
    margin-left: 10%;
    grid-row: 2;
  }

  .reneu-section p {
    grid-row: 3;
  }

  .reneu-section .section-title h2,
  .reneu-section .section-title h3 {
    text-align: left;
  }

  .reneu-section .section-title h2 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .reneu-section p {
    margin-top: 1rem;
  }

  .reneu-section a {
    margin-top: 2rem;
  }

  .trimsulin-benefits-div {
    margin-top: 0;
    margin-bottom: 0;
    grid-row: 1 / 4;
  }

  .trimsulin-section .section-title,
  .trimsulin-section h3 {
    grid-column: 1;
  }

  .trimsulin-section .section-title h2 {
    text-align: right;
    margin-right: 10%;
    margin-top: 2rem;
    margin-bottom: 15px;
  }

  .trimsulin-section h3 {
    margin-top: 0.5rem;
    font-size: 30px;
    letter-spacing: 0.075rem;
  }

  .trimsulin-section a {
    margin-top: 1rem;
  }

  .vip-section .section-title,
  .vip-section p {
    margin-left: 90px;
    margin-right: 10%;
  }

  .easter-2025-img {
    height: 500px;
  }

  .easter-flash-sale {
    top: 20%;
  }

  .shop-now-easter {
    width: 15vw;
  }

  .easter-buy-5 {
    width: 28vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (min-width: 1300px) {
  .total-wellness-label {
    width: 40vw;
  }

  .women-deck-img {
    bottom: -60%;
    width: 150%;
    left: -25%;
  }
}

@media screen and (min-width: 1400px) {
  .total-wellness-label {
    width: 40vw;
    top: 3rem;
  }

  .women-deck-img {
    bottom: -65%;
  }

  .total-wellness-img {
    width: 150%;
    left: -45%;
  }

  .woman-laptop-img {
    width: 120%;
    right: -10%;
  }

  .category-flex {
    gap: 35px;
  }

  .category-flex div {
    font-size: 2.4rem;
  }

  .reneu-section p {
    margin-top: 2rem;
  }

  .reneu-section a {
    margin-top: 3rem;
  }

  .trimsulin-section a {
    margin-bottom: 2rem;
  }

  .vip-section .section-title,
  .vip-section p {
    margin-left: 120px;
  }

  .orange-juice-div {
    height: 600px;
  }

  .orange-juice-div img {
    width: 175%;
  }

  .easter-flash-sale {
    top: 15%;
    width: 45vw;
  }

  .shop-now-easter {
    width: 13vw;
  }
}

@media screen and (min-width: 1440px) {
  .vip-section .btn-order {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1600px) {
  .category-flex {
    gap: 42px;
  }
  .category-flex &gt; div {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .hero-slider .slide {
    height: 500px;
  }

  .woman-laptop-img {
    bottom: -12%;
  }

  .women-deck-img {
    bottom: -70%;
    width: 140%;
    left: -20%;
  }

  .total-wellness-img {
    width: 140%;
    bottom: -20%;
    left: -35%;
  }

  .reneu-section p {
    margin-top: 3rem;
  }

  .reneu-section a {
    margin-top: 4rem;
  }

  .enhance-wellness-grid {
    margin-left: 75px;
    margin-right: 75px;
  }

  .vip-section .section-title,
  .vip-section p {
    margin-left: 150px;
    margin-right: 10%;
  }

  .orange-juice-div img {
    width: 175%;
    left: 0;
  }

  .easter-flash-sale {
    width: 40vw;
    left: 13%;
    top: 13%;
  }

  .easter-buy-5 {
    width: 26vw;
  }

  .shop-now-easter {
    width: 12vw;
  }
}

@media screen and (min-width: 1700px) {
  .women-deck-img {
    bottom: -70%;
    width: 130%;
    left: -15%;
  }
}

@media screen and (min-width: 1800px) {
  .total-wellness-img {
    width: 130%;
    bottom: -20%;
    left: -25%;
  }

  .women-deck-img {
    bottom: -72%;
  }

  .woman-laptop-img {
    width: 110%;
    right: -5%;
  }

  .category-flex {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
    gap: 56px;
  }

  .category-flex &gt; div {
    font-size: 2.6rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .total-wellness-label {
    width: 720px;
  }

  .reneu-section p {
    margin-right: 10%;
    margin-top: 4rem;
  }

  .reneu-section a {
    margin-top: 5rem;
  }

  .trimsulin-section .section-title h2 {
    margin-top: 2.5rem;
  }

  .enhance-wellness-grid {
    margin-left: 150px;
    margin-right: 150px;
  }

  .orange-juice-div img {
    width: 135%;
  }

  .easter-flash-sale {
    left: 11%;
    top: 10%;
    max-width: 768px;
  }

  .shop-now-easter {
    width: 11vw;
    max-width: 211.195px;
    left: 17%;
  }

  .easter-buy-5 {
    max-width: 499.195px;
  }
}

@media screen and (min-width: 1920px) {
  .total-wellness-label {
    width: 768px;
  }
}

/* END HOME PAGE */

/* BEGIN MENU */
.menu-header {
  font-size: 1.21rem;
  font-family: "forma-djr-deck", sans-serif;
  letter-spacing: 0.05rem;
}

.navbar-brand {
  width: 150px;
}

.main-top-menu {
  padding: 0.5rem 1rem;
}

.menu-header,
.navbar .nav-link {
  color: #ffffff;
}

.navbar-collapse.show {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 1.21rem;
  font-family: "forma-djr-deck", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.05rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.main-menu-icons-mobile {
  display: flex;
  align-items: center;
}

.main-menu-icons-desktop {
  display: none;
}

.main-menu-icons-desktop {
  background-color: #414141;
  border-radius: 50px;
  height: 60px;
}

.referral-name {
  display: none;
}

.profile-circle {
  background-color: #00aeef;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "forma-djr-deck", sans-serif;
  letter-spacing: 0.075rem;
  font-weight: 800;
  position: relative;
  cursor: pointer;
}

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

.speech-bubble {
  position: absolute;
  background: #f1f0f5;
  border-radius: 0.4em;
  bottom: -200px;
  z-index: 99;
  padding: 1.2rem 1.2rem;
  right: -12px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "forma-djr-deck", sans-serif;
  letter-spacing: 0.05rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: #414141;
  min-width: 200px;
  box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid #00aeef;
  min-height: 174px;
  display: none;
}

.speech-bubble:after,
.speech-bubble:before {
  content: "";
  position: absolute;
  top: 0;
  right: 35px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: #f1f0f5;
  border-top: 0;
  margin-right: -20px;
  margin-top: -20px;
  z-index: 2;
}

.speech-bubble:before {
  border-width: 0 22px 22px;
  top: -3px; /* Offset of pointer border-width + bubble border-width */
  z-index: 1;
  border-bottom-color: #00aeef;
  right: 33px;
}

.speech-bubble .tm-name {
  font-size: 1rem;
  padding-bottom: 0.46rem;
}

.speech-bubble .email {
  padding-bottom: 0.4rem;
}

.speech-bubble .email a {
  color: #414141;
  text-decoration: none;
}

.phone a {
  color: #ffffff;
}

.phone a:hover {
  color: #ffffff;
}

.account-icon,
.bag-icon {
  height: 45px;
  cursor: pointer;
}

.cart-count.items-in-cart {
  cursor: pointer;
}

.main-menu-icons-desktop a:hover {
  text-decoration: none;
}
.navbar.navbar-main {
  background-color: #414141;
}

.navbar-toggler {
  border-color: #ffffff;
  border-width: 2px;
}

.bag-div {
  position: relative;
}

.bag-div .cart-count {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, 0);
  color: #00aeef;
  font-size: 1.2rem;
  font-weight: 700;
}

.dropdown-menu {
  background-color: #efeef3;
  border-color: #00aeef;
  min-width: 12rem;
}

.dropdown-item {
  font-weight: 600;
  color: #414141;
}

a#dropdownAccount:hover {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .menu-header {
    border-bottom: 2px solid #414141;
  }
  .navbar-brand {
    width: 250px;
  }
  .navbar.navbar-main {
    background-color: #ffffff;
    padding: 0.5rem 2rem 1rem 2rem;
  }
  .main-top-menu {
    background-color: #ffffff;
    padding: 1rem 2rem 0.5rem 2rem;
  }

  .menu-header,
  .navbar .nav-link {
    color: #414141;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.15rem;
  }

  .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
  }

  .navbar-expand-lg .main-right-menu.navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }

  .profile-circle {
    margin-right: 1.5rem;
    height: 60px;
    width: 60px;
  }

  .speech-bubble {
    right: auto;
    background-color: #414141;
    color: #ffffff;
  }

  .speech-bubble:after {
    margin-left: -20px;
    margin-top: -20px;
    border-bottom-color: #414141;
    right: 50%;
  }

  .speech-bubble:before {
    right: 48.8%;
  }

  .speech-bubble .email a {
    color: #ffffff;
  }

  .main-menu-icons-mobile {
    display: none;
  }

  .main-menu-icons-desktop {
    display: flex;
    align-items: center;
    align-self: center;
  }

  .referral-name {
    display: block;
    text-align: right;
    margin-right: 1rem;
    line-height: 1.2;
    align-self: center;
    font-size: 1.21rem;
    font-weight: 600;
    color: #414141;
  }

  .referral-name span {
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
  }
}

@media screen and (min-width: 1100px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.21rem;
  }
}

@media screen and (min-width: 1300px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.footer-wrapper {
  background-color: #414141;
  border-top: 4px solid #00aeef;
}

.footer-2025 {
  color: #ffffff;
  background-color: #414141;
  font-size: 1.37rem;
  font-family: "forma-djr-deck", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.075rem;
  padding-bottom: 2rem;
  position: relative;
}

.footer-logo {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}

.footer-logo a {
  text-align: center;
}

.footer-2025 .tm-name,
.footer-2025 .email {
  text-align: center;
}

.social-media-icons {
  /*margin-top: 50px;*/
  margin-top: 10px;
}

.social-media-icons i {
  color: #00aeef;
  font-size: 2.2rem;
}

/*
.social-media-icons i.fa-facebook-f {
  color: #1877f2;
}

.social-media-icons i.fa-youtube{
  color: #ff0000;
}

.social-media-icons i.fa-instagram{
  background: #833ab4;
  background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.social-media-icons i.fa-linkedin{
  color: #0077b5;
}

.social-media-icons i.fa-pinterest{
  color: #e60023;
}
  */

.ffn-hours {
  font-size: 1.21rem;
}

.ffn-phone {
  font-size: 2rem;
  /*padding-bottom: 10px;*/
  padding-top: 0.8rem;
}

.footer-2025 .email {
  font-size: 1.2rem;
  padding-bottom: 10px;
}

.footer-2025 .ffn-phone a,
.footer-2025 .email a {
  color: #ffffff;
}

.navbar-footer {
  margin-top: 40px;
}

.navbar-footer div {
  position: relative;
}

.navbar-footer div i {
  color: #00aeef;
  margin-left: 10px;
  font-size: 1.8rem;
  top: 3px;
  position: absolute;
}

.navbar-footer ul {
  list-style-type: none;
  background-color: #f7fcfe;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  border-radius: 10px;
  border: 2px solid #00aeef;
  margin-top: 1rem;
  display: none;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-footer ul a {
  color: #414141;
  font-weight: 600;
  font-size: 1.21rem;
}

.ffn-bbb {
  margin-top: 3rem;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}

.copy-right-footer {
  font-size: 0.8rem;
  font-weight: 500;
  padding-bottom: 35px;
}

.ffn-legal-links {
  padding-bottom: 35px;
}

.ffn-legal-links a {
  display: block;
  font-size: 0.8rem;
  color: #ffffff;
  text-align: right;
  font-weight: 500;
  padding-right: 15px;
}

.ffn-legal-links span,
.footer-bottom span {
  display: none;
}

@media screen and (min-width: 992px) {
  section.footer-2025 {
    display: grid;
    grid-template-columns: 30% 1fr 1fr 1fr;
    justify-content: center;
    gap: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }

  .ffn-footer-col {
    margin-left: 2rem;
  }

  .ffn-footer-col:first-child {
    margin-left: 0;
  }

  .footer-bottom {
    grid-column: 1 / 5;
  }

  .ffn-phone,
  .ffn-hours,
  .social-media-icons {
    text-align: left;
  }

  .ffn-phone {
    padding-top: 0;
  }

  .ffn-hours {
    font-size: 1rem;
  }

  .footer-logo {
    margin-left: 0;
    width: 70%;
  }

  .navbar-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .navbar-footer div {
    color: #00aeef;
    text-align: left;
  }

  .navbar-footer &gt; div,
  .navbar-footer ul li a {
    font-size: 1.15rem;
  }

  .navbar-footer div i {
    display: none;
  }

  .navbar-footer ul {
    display: block;
    text-align: left;
    background-color: transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .navbar-footer ul a {
    color: #ffffff;
  }

  .social-media-icons {
    padding-bottom: 4rem;
  }

  .copy-right-footer {
    padding-bottom: 0;
  }

  .ffn-legal-links {
    display: inline;
    padding-bottom: 0;
  }

  .ffn-legal-links a {
    display: inline;
    padding-right: 0;
  }

  .ffn-legal-links span,
  .footer-bottom span {
    display: inline;
    font-weight: 500;
    color: #00aeef;
    font-size: 0.8rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .footer-bottom span.reserved-pipe {
    display: none;
  }

  .ffn-bbb {
    margin-left: 0;
  }

  .scroll-top-div {
    position: absolute;
    right: 40px;
    bottom: -15px;
  }

  .footer-2025 .tm-name,
  .footer-2025 .email {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .ffn-footer-col:first-child {
    margin-left: 1rem;
  }

  .navbar-footer &gt; div {
    font-size: 1.6rem;
  }
  .navbar-footer ul li a {
    font-size: 1.21rem;
  }
  .navbar-footer ul li {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .ffn-hours {
    font-size: 1.21rem;
  }
}

@media screen and (min-width: 1300px) {
  .footer-bottom {
    grid-column: 2 / 5;
    text-align: left;
    margin-left: 5%;
  }
}

@media screen and (min-width: 1400px) {
  .ffn-footer-col:first-child {
    margin-left: 2rem;
  }
  .ffn-footer-col {
    margin-left: 4rem;
  }

  .footer-2025 {
    padding-top: 2rem;
  }

  .ffn-phone {
    font-size: 2.6rem;
  }

  .copy-right-footer {
    display: inline;
  }

  .copy-right-footer span.reserved-pipe {
    display: inline;
  }
}

@media screen and (min-width: 1600px) {
  .ffn-footer-col:first-child {
    margin-left: 3rem;
  }
}

/* ONLINE WORKOUTS PAGE */

section.online-workouts-header {
  padding-top: 2rem;
  padding-bottom: 35px;
}

.workout-video-card {
  margin-top: 30px;
}

.online-workouts-header h2 {
  margin-bottom: 20px;
  font: 400 4.42rem/0.75 freightbigcmp-pro, serif;
  text-transform: none;
  letter-spacing: 1px;
  text-align: center;
}

.online-workouts-header h3 {
  font-weight: 700;
}

.workouts-img-grid-mobile {
  display: grid;
  width: 100vw;
  grid-template-columns: 1fr 1fr 80px;
  gap: 5px;
  align-items: center;
  position: absolute;
  bottom: -15px;
  right: 0;
}

.workouts-img-grid-desktop {
  display: none;
}

.workouts-img-grid-mobile div:first-child img {
  width: 100%;
  max-width: 180px;
  margin-left: 15px;
}

.workouts-img-grid-mobile div:nth-child(2) img {
  width: 100%;
  max-width: 180px;
}

.workouts-img-grid-mobile div:last-child {
  align-self: end;
}

.workouts-img-grid-tab {
  display: none;
}

.leisa-dvd,
.leisa-signature {
  margin-top: -4rem;
}

.workouts-img-grid-mobile img {
  width: 100%;
  height: auto;
}

.workout-video-card h2 {
  color: var(--gray);
  font: 400 2.8rem/0.75 freightbigcmp-pro, serif;
  text-transform: none;
  letter-spacing: 0.05rem;
  text-align: center;
}

.workgout-video-card:first-child {
  margin-top: 12rem;
}

.workout-video-card {
  margin-left: 2rem;
  margin-right: 2rem;
  position: relative;
}

.workout-video-card h3 {
  font-size: 1.4rem;
  font-family: "forma-djr-deck", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075rem;
  line-height: 1.2;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 15px;
}

.workout-video-card .video-play-overlay button img {
  position: absolute;
  bottom: 10px;
  left: 10px;

  width: 62px;
  filter: invert(100%) sepia(1%) saturate(1%) hue-rotate(111deg)
    brightness(104%) contrast(100%);
}

.online-workouts-header.section-title {
  margin-bottom: 10rem;
  margin-top: 36px;
}

.lh-logos {
  margin-top: 3rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 540px) {
  .workouts-img-grid-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 600px) {
  .workouts-img-grid-mobile {
    grid-template-columns: 1fr 1fr 100px;
  }
}

@media screen and (min-width: 700px) {
  .workouts-img-grid-mobile {
    grid-template-columns: 1fr 1fr 120px;
  }

  .workouts-img-grid-mobile div:first-child img {
    margin-top: 1rem;
    max-width: 250px;
  }

  .workouts-img-grid-mobile div:nth-child(2) img {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .online-workouts-header h2 {
    font-size: 80px;
  }

  .online-workouts-header.section-title {
    margin-bottom: 0;
    margin-top: 0;
  }
  .workout-video-card h2 {
    font-size: 4rem;
  }

  .workout-video-card h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .workouts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-auto-rows: 1fr;
    margin: 0 10px 0;
    justify-self: start;
  }

  .workout-video-card {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .workouts-grid .workout-video-card:first-child {
    grid-column: 1 / 2;
    justify-self: start;
  }

  .workouts-grid .workout-video-card:nth-child(2) {
    grid-column: 1 / 2;
    justify-self: end;
  }

  .workouts-img-grid-mobile {
    display: none;
  }

  .workouts-img-grid-tab {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 175px 1fr;
    gap: 5px;
    align-items: center;
    bottom: -15px;
    right: 0;
  }

  .workout-video-card {
    margin-top: 3rem;
  }

  .lh-logos {
    margin-top: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .lh-logos {
    margin-top: 5.9rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1350px) {
  .workouts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    grid-auto-rows: 1fr;
    margin: 0 10px 0;
    justify-self: start;
    width: 70%;
  }

  .workouts-img-grid-tab {
    display: none;
  }

  .workouts-img-grid-desktop {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr 300px;
    gap: 5px;
    align-items: top;
    bottom: 0;
    right: 0;
  }

  .workouts-img-grid-desktop div:first-child img {
    width: 100%;
    max-width: 180px;
    margin-left: 15px;
    margin-top: 2rem;
  }

  .workouts-img-grid-desktop div:nth-child(2) img {
    width: 100%;
    max-width: 180px;
    margin-top: 8rem;
  }

  .workouts-grid .workout-video-card:nth-child(2) {
    grid-column: 2 / 2;
    justify-self: end;
  }

  .workouts-grid .workout-video-card:nth-child(3) {
    grid-column: 1 / 2;
    justify-self: end;
  }

  .lh-logos {
    width: 70%;
  }
}

@media screen and (min-width: 1500px) {
  .workouts-img-grid-desktop {
    grid-template-columns: 1fr 1fr 400px;
  }

  .workouts-img-grid-desktop div:first-child img {
    max-width: 200px;
    margin-left: 15px;
    margin-top: 10rem;
  }

  .workouts-img-grid-desktop div:nth-child(2) img {
    max-width: 200px;
    margin-top: 16rem;
  }
}

@media screen and (min-width: 1800px) {
  .workouts-img-grid-desktop div:first-child img {
    max-width: 250px;
    margin-top: 4rem;
  }

  .workouts-img-grid-desktop div:nth-child(2) img {
    max-width: 250px;
    margin-top: 10rem;
  }
}
</pre></body></html>