@font-face {
  font-family: "avenir-lt-w01_35-light1475496";
  src: url("../fonts/avenir-lt-w01_35-light1475496.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT W01 35 Light";
  src: url("../fonts/avenir-lt-w01_35-light1475496.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "avenir-lt-w01_85-heavy1475544";
  src: url("../fonts/avenir-lt-w01_85-heavy1475544.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT W01 85 Heavy";
  src: url("../fonts/avenir-lt-w01_85-heavy1475544.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "rozha one";
  src: url("../fonts/rozha-one.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --rexall-bg: rgb(251, 251, 243);
  --rexall-soft: rgb(251, 251, 243);
  --rexall-olive: rgb(154, 174, 121);
  --rexall-green: rgb(9, 55, 31);
  --rexall-green-muted: rgb(45, 84, 64);
  --rexall-neon: rgb(212, 255, 0);
  --rexall-text-dark: rgb(43, 39, 22);
  --rexall-font-light: "avenir-lt-w01_35-light1475496", "Avenir LT W01 35 Light", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --rexall-font-heavy: "avenir-lt-w01_85-heavy1475544", "Avenir LT W01 85 Heavy", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --rexall-font-display: "rozha one", Georgia, serif;
}

html,
body.rexall-template {
  margin: 0;
  padding: 0;
  background: var(--rexall-bg);
}

body.rexall-template {
  color: var(--rexall-green);
  font-family: var(--rexall-font-light);
  overflow-x: hidden;
  line-height: 1.4;
}

body.rexall-template * {
  box-sizing: border-box;
}

body.rexall-template a {
  color: inherit;
  text-decoration: none;
}

body.rexall-template .gtd-label-text a {
  color: -webkit-link;
  text-decoration: underline;
}

body.rexall-template #site-content,
body.rexall-template main#site-content,
body.rexall-template main.thank-you-main,
body.rexall-template article,
body.rexall-template .post-inner,
body.rexall-template .entry-content,
body.rexall-template .entry-content.container,
body.rexall-template .section-inner,
body.rexall-template .singular .entry-header,
body.rexall-template .singular .entry-content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.rexall-template main,
body.rexall-template main.thank-you-main {
  background: var(--rexall-bg) !important;
}

body.rexall-template .skip-link,
body.rexall-template .rmp_menu_trigger,
body.rexall-template [id^="rmp_menu_trigger-"],
body.rexall-template .rmp-container,
body.rexall-template [id^="rmp-container-"],
body.rexall-template .wp-chatbot-ball,
body.rexall-template .qc_wpbot_floating_main,
body.rexall-template #wp-chatbot,
body.rexall-template .chat-icon,
body.rexall-template .chat-box,
body.rexall-template #chatBox,
body.rexall-template #chat-widget-container,
body.rexall-template [id*="chat-widget"],
body.rexall-template [class*="chatbot"],
body.rexall-template [class*="wpchatbot"],
body.rexall-template [class*="qlwapp"],
body.rexall-template iframe[src*="chat"],
body.rexall-template .gtranslate_wrapper {
  display: none !important;
  visibility: hidden !important;
}

.rexall {
  background: var(--rexall-bg);
}

.rexall-wrap {
  margin: 0 auto;
}

body.rexall-template .rexall [data-rexall-animate] {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.985);
  filter: blur(6px);
  transition-property: opacity, transform, filter;
  transition-duration: 0.72s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--rexall-anim-delay, 0ms);
  will-change: opacity, transform, filter;
}

body.rexall-template .rexall [data-rexall-animate].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  body.rexall-template .rexall [data-rexall-animate] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

.rexall-alert-bar {
  min-height: 38px;
  padding: 9px 16px 8px;
  background: rgb(87, 143, 173);
  color: var(--rexall-text-dark);
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
}

.rexall-header {
  padding: 24px 0 26px;
}

.rexall-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-left: 80px;
  margin-right: 80px;
}

.gotodoctor-logo {
  display: inline-flex;
  align-items: center;
  width: min(100%, 290px);
  flex: 0 0 auto;
}

.cc-nav-logo-img {
  display: block;
  width: 100%;
  height: auto;
}

.rexall-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.rexall-logo-mark {
  width: 40px;
  height: 40px;
  border: 2px solid var(--rexall-green);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rexall-logo-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--rexall-green);
}

.rexall-logo-text {
  color: var(--rexall-green);
  font-family: var(--rexall-font-display);
  font-size: 25px;
  line-height: 1;
}

.rexall-header-right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.rexall-nav {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-right: 2px;
}

.rexall-nav a {
  color: var(--rexall-green);
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}

.rexall-nav .gtd-form-modal-wrapper {
  display: inline-flex;
  align-items: center;
}

.rexall-nav .rexall-book-trigger-nav {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--rexall-green);
  font-family: var(--rexall-font-light);
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
}

.rexall-login-btn {
  border: 0;
  background: transparent;
  color: var(--rexall-green);
  font-family: var(--rexall-font-light);
  font-size: 16px;
  line-height: 1.4;
  padding: 6px 7px;
  cursor: pointer;
}

.rexall-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 0;
  background: var(--rexall-green);
  color: var(--rexall-bg) !important;
  font-family: var(--rexall-font-heavy);
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.rexall-pill-btn-header {
  min-height: 40px;
  padding: 0 22px;
  font-size: 14px;
}

.rexall-pill-btn-lg {
  font-size: 20px;
}

.rexall-hero-section {
  padding: 0 0 119px;
}

.rexall-hero-wrap {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  position: relative;
  min-height: 978px;
}

.rexall-hero-image {
  display: block;
  width: min(2717px, 71vw);
  height: 859px;
  margin-left: auto;
  object-fit: cover;
  object-position: center;
}

.rexall-hero-card {
  position: absolute;
  left: clamp(24px, 4.2vw, 81px);
  top: 178px;
  width: min(765px, 52.1%);
  min-height: 568px;
  padding: 76px 76px 62px;
  background: rgb(242,237,219);
}

.rexall-hero-card h1 {
  margin: 0;
  color: var(--rexall-green);
  font-family: var(--rexall-font-display);
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}

.rexall-hero-subtitle {
  margin: 32px 0 41px;
  color: var(--rexall-green);
  font-size: 25px;
  line-height: 1.4;
}

.rexall-hero-card .rexall-pill-btn {
  min-height: 74px;
  padding: 0 18px;
}

.rexall-hero-card .gtd-form-modal-wrapper,
.rexall-cta-copy .gtd-form-modal-wrapper {
  display: inline-flex;
}

.rexall-program-section {
  position: relative;
  overflow: hidden;
  background-color: var(--rexall-olive);
  padding: 114px 0 84px;
}

.rexall-program-section::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: clamp(44px, 4.1vw, 86px);
  background-image: url("../img/rexall/program-bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  z-index: 0;
}

.rexall-program-section .rexall-wrap {
  position: relative;
  z-index: 1;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 0 clamp(24px, 4.2vw, 80px);
}

.rexall-section-title-light,
.rexall-section-title {
  margin: 0;
  font-family: var(--rexall-font-display);
  font-size: 50px;
  font-weight: 400;
  line-height: 1.22;
}

.rexall-section-title-light {
  max-width: 1232px;
  margin: 0 auto;
  color: rgb(255, 255, 255);
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}

.rexall-program-grid {
  margin-top: 56px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 1.4vw, 30px);
  align-items: stretch;
}

body.rexall-template article.rexall-program-item {
  background: rgba(242, 237, 219, 0.95) !important;
  border: 1px solid rgba(9, 55, 31, 0.08) !important;
  border-radius: 12px;
  box-shadow: none !important;
  padding: 20px 24px 24px !important;
  min-height: 338px;
  display: flex;
  flex-direction: column;
}

.rexall-program-item img {
  display: block;
  width: auto;
  max-width: 130px;
  max-height: 74px;
  margin: 0 auto 14px;
  object-fit: contain;
}

.rexall-program-item h3 {
  margin: 0 0 10px;
  color: var(--rexall-green);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 52px;
  text-align: center;
  font-family: var(--rexall-font-light);
}

.rexall-program-item p {
  margin: 0;
  color: var(--rexall-green);
  font-size: 14px;
  line-height: 1.45;
  flex: 1 1 auto;
}

.rexall-different-section {
  padding: 92px 0 106px;
}

.rexall-different-section .rexall-section-title {
  max-width: 945px;
  margin: 0 auto;
  color: var(--rexall-green);
  text-align: center;
}

.rexall-different-grid {
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px;
  justify-items: center;
}

.rexall-different-grid > article.rexall-different-item {
  display: flex;
  flex-direction: column;
  width: 350px !important;
}

.rexall-different-icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 168px;
  margin: 0 0 22px;
}

.rexall-different-icon img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.rexall-different-item:nth-child(1) .rexall-different-icon img {
  max-width: 163px;
  max-height: 146px;
}

.rexall-different-item:nth-child(2) .rexall-different-icon img {
  max-width: 164px;
  max-height: 167px;
}

.rexall-different-item:nth-child(3) .rexall-different-icon img {
  max-width: 175px;
  max-height: 167px;
}

.rexall-different-item h3 {
  margin: 0 0 26px;
  color: var(--rexall-green);
  font-family: var(--rexall-font-heavy);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.rexall-different-item p,
.rexall-different-item li {
  margin: 0;
  color: var(--rexall-green);
  font-size: 16px;
  line-height: 1;
}

.rexall-different-item ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0 0 0 22px;
}

.rexall-different-item li {
  position: relative;
  margin-top: 8px;
}

.rexall-different-item li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rexall-green);
}

.rexall-how-section {
  padding: 0 0 74px;
}

.rexall-how-section .rexall-section-title {
  max-width: 1007px;
  margin: 0 auto;
  color: var(--rexall-green);
  text-align: center;
}

.rexall-how-intro {
  max-width: 570px;
  margin: 19px auto 0;
  color: var(--rexall-green);
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
}

.rexall-how-panel {
  --rexall-how-media-width: 695px;
  margin-top: 70px;
  min-height: 603px;
  width: calc(100% - 80px);
  max-width: 1645px;
  min-width: 980px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(9, 55, 31, 0.47);
  border-radius: 0;
  overflow: visible;
  background: var(--rexall-soft);
  display: grid;
  grid-template-columns: var(--rexall-how-media-width) minmax(0, 1fr);
}

.rexall-how-media {
  --rexall-how-media-height: 603px;
  height: var(--rexall-how-media-height);
  position: relative;
  border-right: 1px solid rgba(9, 55, 31, 0.47);
  background-color: #dcd4ba;
  overflow: visible;
}

.rexall-how-media-layers {
  position: absolute;
  inset: 0;
  overflow: clip;
}

.rexall-how-media-track {
  position: static;
  width: 100%;
  margin-top: -100vh;
  height: calc(var(--rexall-how-media-height) + (100vh * 2));
  overflow: clip;
}

.rexall-how-media-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translate3d(0, 0, 0);
}

.rexall-how-media-sticky img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.rexall-how-list {
  background: var(--rexall-soft);
  padding: 56px 64px 64px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 38px;
}

.rexall-how-item {
  min-height: 0;
  display: grid;
  grid-template-columns: max-content minmax(0, 360px);
  align-items: center;
  column-gap: 38px;
  justify-content: center;
}

.rexall-how-item h3 {
  margin: 0;
  color: var(--rexall-green);
  font-family: var(--rexall-font-heavy);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  max-width: none;
  width: 100%;
  justify-self: stretch;
}

.rexall-how-item-icon {
  display: block;
  width: 65px;
  max-width: 65px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.rexall-how-item-image img {
  display: block;
  width: 65px;
  max-width: 65px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.rexall-cta-section {
  background: rgba(242, 237, 219, 0.8);
  padding: 60px;
}

.rexall-cta-wrap {
  min-height: 568px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 579px);
  background: var(--rexall-soft);
}

.rexall-cta-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rexall-cta-copy h2 {
  margin: 0;
  max-width: 830px;
  color: var(--rexall-green);
  font-family: var(--rexall-font-display);
  font-size: 56px;
  font-weight: 400;
  line-height: 1.22;
}

.rexall-cta-copy .rexall-pill-btn {
  margin-top: 22px;
  min-height: 46px;
  padding: 0 34px;
  font-size: 20px;
}

.rexall-cta-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 568px;
  object-fit: cover;
  object-position: center;
}

.rexall-footer {
  background: var(--rexall-green);
  color: var(--rexall-bg);
  padding: 0;
}

.rexall-footer-grid {
  width: 100%;
  max-width: none;
  margin-left: 0;
  min-height: 226px;
  display: grid;
  gap: 0;
  justify-items: center;
  align-items: center;
}

.footer-emergency,
.footer-copyright {
  max-width: 760px;
  padding: 0 24px;
  text-align: center;
}

.footer-emergency {
  margin-top: 24px;
}

.emergency-text,
.footer-copyright p {
  margin: 0;
  color: rgba(251, 251, 243, 0.84);
  font-size: 15px;
  line-height: 1.7;
}

.footer-copyright {
  margin-bottom: 24px;
}

.rexall-footer-brand {
  padding: 67px 24px 0 clamp(24px, 10.2vw, 202px);
}

.rexall-footer-brand h3 {
  margin: 0 0 20px 20px;
  color: var(--rexall-bg);
  font-family: var(--rexall-font-display);
  font-size: 40px;
  font-weight: 400;
  line-height: 57px;
}

.rexall-footer-brand > p {
  margin: 0 0 5px;
  max-width: 290px;
  color: var(--rexall-bg);
  font-size: 16px;
  line-height: 25.6px;
}

.rexall-newsletter {
  width: min(394px, 100%);
  padding: 24px;
}

.rexall-newsletter > label {
  display: block;
  margin: 0 0 8px;
  color: var(--rexall-bg);
  font-size: 14px;
  line-height: 1.4;
}

.rexall-newsletter input[type="email"] {
  width: 334px;
  max-width: 100%;
  height: 40px;
  padding: 8px 2px 8px 0;
  border: 0;
  border-bottom: 1px solid rgba(251, 251, 243, 0.65);
  background: transparent;
  color: var(--rexall-bg);
  font-size: 14px;
  line-height: 24px;
  outline: none;
}

.rexall-newsletter input[type="email"]::placeholder {
  color: rgba(251, 251, 243, 0.8);
}

.rexall-newsletter-actions {
  margin-top: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.rexall-checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 223px;
  margin: 0;
  font-weight: 400;
}

.rexall-checkbox input {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  border: 1px solid rgba(251, 251, 243, 0.95);
  background: transparent;
  border-radius: 0;
  cursor: pointer;
}

.rexall-checkbox input:checked {
  border-color: var(--rexall-neon);
  background: var(--rexall-neon);
}

.rexall-checkbox span {
  color: var(--rexall-bg);
  font-size: 14px;
  line-height: 21px;
}

.rexall-newsletter-actions button {
  width: 99px;
  min-height: 39px;
  padding: 11px 5px 10px;
  border-radius: 100px;
  border: 0;
  background: var(--rexall-neon);
  color: var(--rexall-text-dark);
  font-family: var(--rexall-font-heavy);
  font-size: 14px;
  line-height: 18.2px;
  cursor: pointer;
}

.rexall-footer .rexall-copyright {
  margin: 9px 0 0 !important;
  max-width: 269px;
  color: var(--rexall-bg) !important;
  font-size: 14px !important;
  line-height: 17px !important;
}

.rexall-copyright a {
  text-decoration: underline;
}

.rexall-copyright-nowrap {
  white-space: nowrap;
}

.rexall-footer-links {
  padding: 83px 0 10px clamp(24px, 15.15vw, 300px);
  display: flex;
  align-items: flex-start;
}

.rexall-footer-links .rexall-footer-column:nth-child(1) {
  width: 149px;
  margin-right: 52px;
}

.rexall-footer-links .rexall-footer-column:nth-child(2) {
  width: 177px;
  margin-right: 33px;
}

.rexall-footer-links .rexall-footer-column:nth-child(3) {
  width: 176px;
}

.rexall-footer-column h4 {
  margin: 0 0 10px;
  color: var(--rexall-bg);
  font-family: var(--rexall-font-heavy);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.rexall-footer-column a {
  display: block;
  margin: 0;
  color: var(--rexall-bg);
  font-size: 16px;
  line-height: 25.6px;
}

.rexall-footer-column .gtd-form-modal-wrapper {
  display: block;
}

.rexall-footer-column .rexall-book-trigger-footer {
  display: block;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--rexall-bg);
  font-family: var(--rexall-font-light);
  font-size: 16px;
  line-height: 25.6px;
  text-align: left;
  cursor: pointer;
}

.rexall-nav .rexall-book-trigger-nav:hover,
.rexall-footer-column .rexall-book-trigger-footer:hover {
  text-decoration: underline;
}

@media (max-width: 1360px) {
  .rexall-wrap {
    width: min(1468px, calc(100% - 88px));
  }

  .rexall-hero-wrap {
    min-height: 900px;
  }

  .rexall-hero-card {
    width: min(690px, 54%);
    padding: 58px 56px;
  }

  .rexall-hero-card h1 {
    font-size: 54px;
    line-height: 1.2;
  }

  .rexall-program-grid,
  .rexall-different-grid {
    gap: 28px;
  }

  .rexall-cta-copy {
    padding-left: 70px;
    padding-right: 56px;
  }
}

@media (max-width: 1180px) {
  .rexall-wrap {
    width: calc(100% - 56px);
  }

  .rexall-header-row {
    margin: 0 auto;
  }

  .rexall-header-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .rexall-header-right {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .rexall-nav {
    margin-right: 12px;
  }

  .rexall-hero-wrap {
    min-height: 0;
  }

  .rexall-hero-image {
    width: 100%;
    height: auto;
    max-height: 680px;
  }

  .rexall-hero-card {
    position: relative;
    left: auto;
    top: auto;
    width: min(760px, 92%);
    min-height: 0;
    margin-top: -80px;
    padding: 50px 44px;
  }

  .rexall-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.rexall-template article.rexall-program-item {
    min-height: 300px;
  }

  .rexall-different-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rexall-different-item:last-child {
    grid-column: 1 / -1;
  }

  .rexall-how-panel {
    height: auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .rexall-how-media {
    --rexall-how-media-height: 500px;
    height: var(--rexall-how-media-height);
    border-right: 0;
    border-bottom: 1px solid rgba(9, 55, 31, 0.47);
  }

  .rexall-how-media-layers {
    position: absolute;
    inset: 0;
    overflow: clip;
  }

  .rexall-how-media-track {
    position: relative;
    margin-top: 0;
    height: 100%;
  }

  .rexall-how-media-sticky {
    position: relative;
    top: auto;
    height: 100%;
    transform: none;
  }

  .rexall-how-media-sticky img {
    object-position: 50% 24%;
  }

  .rexall-how-list {
    padding: 34px 34px 30px;
  }

  .rexall-cta-wrap {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .rexall-cta-copy {
    padding: 80px 40px 40px;
  }

  .rexall-cta-copy h2 {
    max-width: none;
  }

  .rexall-cta-image img {
    min-height: 360px;
    max-height: 460px;
  }

  .rexall-footer-grid {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .rexall-footer-brand {
    padding: 54px 40px 0;
  }

  .rexall-footer-links {
    padding: 40px 40px 48px;
    flex-wrap: wrap;
    row-gap: 28px;
  }

  .rexall-footer-links .rexall-footer-column:nth-child(1),
  .rexall-footer-links .rexall-footer-column:nth-child(2),
  .rexall-footer-links .rexall-footer-column:nth-child(3) {
    width: calc(50% - 20px);
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .rexall {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .rexall-wrap {
    width: calc(100% - 32px);
  }

  .rexall-header {
    padding: 16px 0 14px;
  }

  .rexall-header-row {
    margin: 0 auto;
    gap: 16px;
  }

  .gotodoctor-logo {
    width: min(74vw, 238px);
  }

  .rexall-alert-bar {
    font-size: 12px;
  }

  .rexall-logo-mark {
    width: 32px;
    height: 32px;
  }

  .rexall-logo-dot {
    width: 10px;
    height: 10px;
  }

  .rexall-logo-text {
    font-size: 30px;
  }

  .rexall-header-right {
    width: 100%;
    align-items: stretch;
    gap: 12px;
  }

  .rexall-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
    margin-right: 0;
  }

  .rexall-nav a,
  .rexall-nav .rexall-book-trigger-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px 14px;
    border: 1px solid rgba(9, 55, 31, 0.09);
    border-radius: 20px;
    background: rgba(154, 174, 121, 0.12);
    color: var(--rexall-green);
    font-family: var(--rexall-font-heavy);
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }

  .rexall-nav .gtd-form-modal-wrapper {
    grid-column: 1 / -1;
    width: 100%;
  }

  .rexall-nav .rexall-book-trigger-nav {
    width: 100%;
    min-height: 52px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 0;
    background: var(--rexall-green);
    color: var(--rexall-bg);
    text-align: center;
  }

  .rexall-pill-btn-header {
    min-height: 38px;
    padding: 0 18px;
  }

  .rexall-hero-section {
    padding-bottom: 40px;
  }

  .rexall-hero-wrap {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
  }

  .rexall-hero-image {
    width: 100vw;
    height: clamp(300px, 94vw, 430px);
    max-height: none;
    object-fit: cover;
    object-position: center;
  }

  .rexall-hero-card {
    width: 100vw;
    margin-top: 0;
    padding: 26px 24px 30px;
  }

  .rexall-hero-card h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .rexall-hero-subtitle {
    margin: 16px 0 20px;
    font-size: 18px;
    line-height: 1.45;
  }

  .rexall-hero-card .rexall-pill-btn {
    width: 100%;
    min-height: 54px;
    padding: 10px 16px;
    font-size: 18px;
    white-space: normal;
  }

  .rexall-program-section {
    padding: 86px 0 70px;
  }

  .rexall-section-title-light,
  .rexall-section-title {
    font-size: 36px;
    line-height: 1.28;
  }

  .rexall-section-title-light {
    font-size: 34px;
    line-height: 1.3;
  }

  .rexall-program-grid,
  .rexall-different-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .rexall-program-item h3 {
    min-height: 0;
  }

  body.rexall-template article.rexall-program-item {
    min-height: 0;
    padding: 18px 18px 20px !important;
  }

  .rexall-different-section {
    padding: 70px 0 80px;
  }

  .rexall-different-item h3 {
    margin-bottom: 16px;
  }

  .rexall-how-intro {
    margin-top: 16px;
    font-size: 17px;
  }

  .rexall-how-panel {
    margin-top: 36px;
  }

  .rexall-how-media {
    --rexall-how-media-height: 420px;
    height: var(--rexall-how-media-height);
  }

  .rexall-how-media-sticky img {
    object-position: 50% 20%;
  }

  .rexall-how-list {
    padding: 26px 16px 16px;
    gap: 8px;
  }

  .rexall-how-item {
    min-height: 72px;
    grid-template-columns: max-content minmax(0, 220px);
    column-gap: 12px;
    justify-content: center;
  }

  .rexall-how-item-icon,
  .rexall-how-item-image img {
    width: 44px;
    max-width: 44px;
  }

  .rexall-how-item h3 {
    font-size: 18px;
  }

  .rexall-cta-section {
    padding: 34px 0 40px;
  }

  .rexall-cta-copy {
    padding: 32px 8px 28px;
  }

  .rexall-cta-copy h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .rexall-cta-copy .rexall-pill-btn {
    width: 100%;
    margin-top: 18px;
    min-height: 52px;
    white-space: normal;
    padding: 8px 18px;
  }

  .rexall-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .rexall-footer-brand {
    padding: 42px 16px 0;
  }

  .rexall-footer-brand h3 {
    font-size: 36px;
    line-height: 1.2;
  }

  .rexall-newsletter input[type="email"] {
    max-width: none;
  }

  .rexall-newsletter-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .rexall-newsletter-actions button {
    width: 100%;
  }

  .rexall-footer-links {
    padding: 28px 16px 40px;
    flex-direction: column;
    row-gap: 24px;
  }

  .rexall-footer-links .rexall-footer-column:nth-child(1),
  .rexall-footer-links .rexall-footer-column:nth-child(2),
  .rexall-footer-links .rexall-footer-column:nth-child(3) {
    min-width: 0;
    width: 100%;
  }
}
