/*
Theme Name:   IVIM Child Theme
Theme URI:    https://woocommerce-845435-2914006.cloudwaysapps.com/
Description:  Finnik Child Theme
Author:       Anthony kantor
Author URI:   https://www.laundrycreative.io
Template:     fennik
Version:      1.0.4
Text Domain:  FennikChildTheme
*/

/* if you update the code here be sure to update the version of this file */
/*
- GLOBALS
- UTILITIES (COMING SOON)
- TEMPLATE PARTS

- PAGES
    - IVIM HOME TEMPLATE
    - IVIM NEW HOME TEMPLATE
    - MY DOSING TEMPLATE
    - IVIM FORM TEMPLATE
    - IVIM WEIGHTLOSS & REVERSE HEALTH TEMPLATES
    - IVIM WEIGHTLOSS 2024 TEMPLATE
    - IVIM ABOUT US TEMPLATE
    - IVIM SERVICES TEMPLATE
    - IVIM B2B TEMPLATE
    - IVIM COMPOUNDED MEDS TEMPLATE
    - IVIM PRODUCT PAGES TEMPLATE
    - IVIM WHY MEMBERSHIP TEMPLATE
    - IVIM INJECTION INSTRUCTIONS TEMPLATE
    - IVIM CONDITIONAL PAGES TEMPLATE
    - IVIM FOOTER TEMPLATE
    - IVIM MODAL TEMPLATE IVIM MODAL TEMPLATE
    - IVIM DIRECT PAY NEXT STEPS

- WOOCOMMERCE
    - my account
    - shipping
    - checkout
- UNKNOWN
*/

/* GLOBALS GLOBALS GLOBALS */

/* Hide page headers */
body[class*="page-template-"] #section_page_header {
  display: none !important;
}

#root {
  min-height: calc(100vh - 100px);
}

a {
  color: #6e7c64;
}
a.hover {
  color: #86af61;
}

a.text-link {
  color: var(--brand-dark-gray);
  text-decoration: underline;
}
a.text-link:hover {
  color: var(--brand-dark-gray);
  font-weight: 600;
  text-decoration: underline;
}
a.text-link:disabled {
  color: var(--gray);
}
a.text-link.alt {
  color: white;
}
a.text-link.alt:disabled {
  color: var(--disabled-text-link);
}
/* Colors */
:root {
  --brand-dark-green: #5a6859;
  --dark-green-tint: #7b867a;
  --ivim-green: #85b061;
  --light-green: #d9e7ce;
  --light-green-tint: #ecf3e7;
  --brand-dark-gray: #32312d;
  --medium-gray: #474642;
  --gray: #706f6c;
  --light-gray: #adadab;
  --light-surface-neutral-20: #F5F4F2;
  --light-surface-neutral-30: #f1efed;
  --light-gray-tint: #f5f5f5;
  --brand-tan: #c2925b;
  --neutral-tint-1: #e5e3d7;
  --neutral-tint-2: #eae9df;
  --neutral-tint-3: #faf9f7;
  --neutral-tint-4: #f7faf5;
  --disabled-text-link: #e3e4e1;
  --light-palette-danger-20: #efcec7;
  --light-text-icon-danger: #B94E36;
  --light-palette-gray-50: #BFBFBD;
  --light-palette-teal-100: #238370;
  --bright-teal: #B7DCBA;
  --darker-teal: #428171;
}
/* BackgroundColors */
/* --- new design colors --- */
.bg-brand-dark-green {
  background-color: var(--brand-dark-green);
}
.bg-light-green {
  background-color: var(--light-green);
}
.bg-light-green-tint {
  background-color: var(--light-green-tint);
}
.bg-light-green-gradient {
  background: linear-gradient(180deg, #E0EBD8 0%, #C6DAB6 100%);
}
.bg-light-surface-neutral-20 {
  background-color: var(--light-surface-neutral-20);
}
.bg-light-surface-neutral-30{
  background-color: var(--light-surface-neutral-30);
}
.bg-light-gray-tint {
  background-color: var(--light-gray-tint);
}
.bg-neutral-tint-1 {
  background-color: var(--neutral-tint-1);
}
.bg-neutral-tint-2 {
  background-color: var(--neutral-tint-2);
}
.bg-neutral-tint-3 {
  background-color: var(--neutral-tint-3);
}
.bg-neutral-tint-4 {
  background-color: var(--neutral-tint-4);
}
.bg-bright-teal {
  background-color: var(--bright-teal);
}
.bg-darker-teal {
  background-color: var(--darker-teal);
}
.bg-gradient-tan-white {
  background: linear-gradient(180deg, var(--brand-tan) 0%, #FFF 99.99%);
}
/* --- end of new design colors --- */

.bg-lt-grn {
  background-color: #dce6cb;
}

/* have to abbreviate some to prevent conflict with bootstraps color variables */
.bg-blk {
  background-color: #353840;
}
.bg-dark-gray {
  background-color: #363840;
}
.bg-md-gray {
  background-color: #373946;
}
.bg-lt-gray {
  background-color: #82859c;
}
.bg-white {
  background-color: #ffffff;
}

/* OverlayColors */
.overlay-brand-dark-green {
  background-color: var(--brand-dark-green);
  opacity: 0.9;
  position: absolute;
  top: 0;
}

.overlay-light-green {
  background-color: var(--light-green);
  opacity: 0.9;
  position: absolute;
  top: 0;
}

.overlay-neutral-tint-3 {
  background-color: var(--neutral-tint-3);
  opacity: 0.8;
  position: absolute;
  top: 0;
}

.overlay-white {
  background-color: rgba(255, 255, 255, 0.9);
}

/* TextColors */
/* --- new design colors --- */
.text-brand-dark-green {
  color: var(--brand-dark-green);
}

.text-brand-dark-grey {
  color: var(--brand-dark-gray);
}

.text-light-green {
  color: var(--light-green);
}

.text-ivim-green {
  color: var(--ivim-green);
}

.text-neutral-tint-1 {
  color: var(--neutral-tint-1);
}

.text-light-palette-teal-100 {
  color: var(--light-palette-teal-100);
}

.text-bright-teal {
  color: var(--bright-teal);
}

.text-darker-teal {
 color: var(--darker-teal);
}
/* --- end of new design colors --- */

.text-white {
  color: #ffffff;
}

.text-lt-grn {
  color: #dce6cb;
}

.text-grn {
  color: #86af61;
}

.text-dark-gray {
  color: #363840;
}
.text-lt-gray {
  color: #82859c !important;
}

/* TextStyles */
.ivim-why-membership h1,
.ivim-product-page h1,
.ivim-compounded-meds h1,
.ivim-weightloss-2024 h1,
.ivim-b2b h1,
.ivim-home-new h1 {
  font-family: Karmina;
  font-weight: regular;
  letter-spacing: -0.03em;
  font-size: 45px;
}

.ivim-why-membership h2,
.ivim-product-page h2,
.ivim-compounded-meds h2,
.ivim-weightloss-2024 h2,
.ivim-b2b h2,
.ivim-home-new h2 {
  font-family: Poppins, sans-serif;
  font-weight: regular;
  letter-spacing: -0.02em;
  font-size: 20px;
}

.ivim-why-membership .subtitle,
.ivim-product-page .subtitle,
.ivim-compounded-meds .subtitle,
.ivim-weightloss-2024 .subtitle,
.ivim-b2b .subtitle,
.ivim-home-new .subtitle {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

p.large {
  font-size: 32px;
}
p.small {
  font-size: 14px !important;
  line-height: 21px !important;
}
p.disclaimer {
  font-size: 10px !important;
  line-height: 15px !important;
  color: var(--dark-green-tint) !important;
}

h2.large {
  font-family: Karmina !important;
  font-weight: regular;
  letter-spacing: -0.03em !important;
  font-size: 45px !important;
}

h2.playfair {
  font-family: "Playfair Display", serif !important;
}

@media (max-width: 767px) {
  .ivim-why-membership h1,
  .ivim-product-page h1,
  .ivim-compounded-meds h1,
  .ivim-weightloss-2024 h1,
  .ivim-b2b h1,
  .ivim-home-new h1 {
    font-size: 32px;
  }

  .ivim-why-membership h2,
  .ivim-why-membership .subtitle,
  .ivim-product-page h2,
  .ivim-product-page .subtitle,
  .ivim-compounded-meds h2,
  .ivim-compounded-meds .subtitle,
  .ivim-weightloss-2024 h2,
  .ivim-weightloss-2024 .subtitle,
  .ivim-b2b h2,
  .ivim-b2b .subtitle,
  .ivim-home-new h2,
  .ivim-home-new .subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em !important;
  }

  h2.large {
    font-size: 36px !important;
    line-height: 39.6px !important;
  }
  .subtitle.large {
    font-size: 20px !important;
    line-height: 18px !important;
  }
}

@media screen and (max-width: 1200px) {
  p.large {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  p.small {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  p.large {
    font-size: 22px;
  }
}

/* BorderColors */
.border-brand-dark-green {
  border-color: var(--brand-dark-green) !important;
}
.border-brand-dark-gray {
  border-color: var(--brand-dark-gray) !important;
}
.border-brand-medium-gray {
  border-color: var(--brand-medium-gray) !important;
}
.border-light-green {
  border-color: var(--light-green) !important;
}
.border-ivim-green {
  border-color: var(--ivim-green) !important;
}

/* Layout Utilities */

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* using min width instead of max here because we only want to override at larger sizes */
@media (min-width: 1200px) {
  .container.container-small {
    max-width: 1050px;
  }
}

@media (min-width: 576px) {
  .container.container-xsmall {
    max-width: 400px;
  }
}



/* Buttons */
a.btn {
  font-weight: 400;
  font-size: 16px;
  transition: all 0.2s;
  padding: 15px 30px;
  border-radius: 5px;
}

a.btn:hover {
  transition: all 0.2s;
}

a.btn.btn-dark {
  background-color: #353840;
  border-color: #353840;
  color: #ffffff;
}

a.btn.btn-dark:hover {
  background-color: #4a4e59;
  border-color: #4a4e59;
}

a.btn.btn-light {
  background-color: #dce6cb;
  border-color: #dce6cb;
  color: #363840;
}
a.btn.btn-light:hover {
  background-color: #4a4e59;
  border-color: #4a4e59;
  color: #dce6cb;
}

.btn.btn-primary-cta {
  width: 290px;
  max-width: 100%;
  height: 50px;
  background-color: var(--brand-dark-gray);
  color: white;
  cursor: pointer;
  font-weight: 600 !important;
  border-radius: 50px;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-primary-cta:hover {
  background-color: var(--medium-gray);
}
.btn.btn-primary-cta.reverse-bg-hover {
  background-color: var(--medium-gray);
}
.btn.btn-primary-cta.reverse-bg-hover:hover {
  background-color: var(--brand-dark-gray);
}
.btn.btn-primary-cta:hover {
  background-color: var(--medium-gray);
}
.btn.btn-primary-cta:disabled {
  background-color: var(--light-gray);
  color: var(--brand-dark-gray);
}
.btn.btn-primary-cta-alt {
  width: 290px;
  max-width: 100%;
  height: 50px;
  background-color: var(--ivim-green);
  color: var(--brand-dark-gray);
  cursor: pointer;
  font-weight: 600 !important;
  border-radius: 50px;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-primary-cta-alt:hover {
  background-color: var(--brand-dark-gray);
  color: var(--ivim-green);
}
.btn.btn-primary-cta-dark {
  width: 290px;
  max-width: 100%;
  height: 50px;
  background-color: white;
  color: var(--brand-dark-gray);
  cursor: pointer;
  font-weight: 600 !important;
  border-radius: 50px;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-primary-cta-dark:hover {
  background-color: var(--ivim-green);
}
.btn.btn-primary-cta-dark:disabled {
  background-color: var(--light-gray-tint);
  color: var(--gray);
}
.btn.btn-secondary-cta {
  width: 290px;
  max-width: 100%;
  height: 50px;
  background-color: transparent;
  color: var(--brand-dark-gray);
  border: 1px solid var(--brand-dark-gray);
  cursor: pointer;
  font-weight: 600 !important;
  border-radius: 50px;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-secondary-cta:hover {
  background-color: var(--light-green);
  border-color: var(--light-green);
}
.btn.btn-secondary-cta:disabled {
  color: var(--gray);
  border-color: var(--light-gray);
}
.btn.btn-secondary-cta-dark {
  width: 290px;
  max-width: 100%;
  height: 50px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  cursor: pointer;
  font-weight: 600 !important;
  border-radius: 50px;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-secondary-cta-dark:hover {
  background-color: var(--light-green);
  border-color: var(--light-green);
  color: var(--brand-dark-gray);
}
.btn.btn-secondary-cta-dark:disabled {
  color: var(--light-gray);
  border-color: var(--light-gray);
}

/* Badges */
.klarna-badge {
  max-width: 133px;
  height: auto;
  margin-top: 39px;
  right: unset !important;
}

@media (max-width: 989px) {
  .klarna-badge {
      margin-top: 15px !important;
  }
}

/* UiEnhancements */
.even-box-shadow {
  box-shadow: 0px 5px 34px 0px rgba(0, 0, 0, 0.15);
}

.b-rad-5 {
  border-radius: 5px;
}

.b-rad-10 {
  border-radius: 10px;
}

.b-rad-15 {
  border-radius: 15px;
}

.b-rad-50 {
  border-radius: 50%;
}
.hr-25,
.hr-50,
.hr-75,
.hr-100 {
  height: 1px;
  background-color: #363840;
  opacity: 1;
  margin: auto;
}
.hr-25 {
  width: 25%;
}
.hr-50 {
  width: 50%;
}
.hr-75 {
  width: 75%;
}
.hr-100 {
  width: 100%;
}

/* Components */

.ivim-card {
  background-color: #373946;
  border-radius: 5px;
  padding: 30px;
  text-wrap: balance;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100%;
}

.ivim-card.ivim-card_dark p,
.ivim-card.ivim-card_dark h1,
.ivim-card.ivim-card_dark h2,
.ivim-card.ivim-card_dark h3,
.ivim-card.ivim-card_dark h4,
.ivim-card.ivim-card_dark h5,
.ivim-card.ivim-card_dark h6 {
  color: #dce6cb !important;
}

.ivim-card.ivim-card_dark .btn,
.ivim-card.ivim-card_dark .doxy-link-shortcode,
.ivim-card.ivim-card_dark .ic-link-shortcode {
  font-weight: 400;
  font-size: 16px;
  transition: all 0.2s;
  background-color: #dce6cb !important;
  border-color: #dce6cb !important;
  color: #363840 !important;
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px;
}

.ivim-card.ivim-card_dark .btn:hover,
.ivim-card.ivim-card_dark .doxy-link-shortcode:hover,
.ivim-card.ivim-card_dark .ic-link-shortcode:hover {
  transition: all 0.2s;
  background-color: #86af61 !important;
  border-color: #86af61 !important;
  color: #ffffff !important;
}

/* TEMPLATE PARTS TEMPLATE PARTS TEMPLATE PARTS */

/* default template tweaks begin */
@media (min-width: 1200px) {
  .page-template-default .single-content-article {
    width: 860px;
    margin: 0 auto;
  }
}
/* default template tweaks end */

/* start global nav */
#ivim-navbar.fixed-top.pencil-true {
  top: 40px;
}

body.admin-bar #ivim-navbar.fixed-top {
  top: 32px;
}

body.admin-bar #ivim-navbar.fixed-top.pencil-true {
  top: 72px;
}

body.admin-bar #ivim-navbar.fixed-top.pencil-true.sticky-promo {
  top: 72px;
}

#pencil-banner {
  height: 40px;
  background: var(--neutral-tint-1);
}

body.admin-bar #pencil-banner.fixed-top {
  top: 32px;
}

#pencil-banner p {
  font-size: 12px;
  line-height: 16px;
}

#pencil-banner a {
  color: var(--brand-dark-grey);
  font-weight: 600;
  text-decoration: underline;
}

#ivim-navbar {
  height: 76px;
  transition: all 0.3s;
}

#ivim-navbar:not(.fixed-top) {
  background: white;
}

#ivim-navbar:not(.fixed-top).promo.sticky-promo {
  margin-top: 40px;
}

#ivim-navbar .fixed-top {
  background: transparent;
}

#ivim-navbar:not(.fixed-top) .navbar-dark {
  background: var(--brand-dark-green);
}

#ivim-navbar.navbar .navbar-brand {
  width: 128px;
}

#ivim-navbar.navbar .navbar-nav > .menu-item {
  margin-left: min(2vw, 50px);
  margin-right: min(2vw, 50px);
  text-align: left;
}

#ivim-navbar.navbar .menu-item a {
  color: #000 !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

#ivim-navbar.navbar.navbar-dark .menu-item a {
  color: #fff !important;
}

#ivim-navbar.navbar .menu-item a:hover {
  text-decoration: underline;
}

#ivim-navbar.navbar .btn {
  font-size: 12px;
  width: 136px;
  height: 30px !important;
  line-height: 10px;
}

#ivim-navbar.navbar .navbar-toggler {
  border: none;
  z-index: 100 !important;
  margin-right: calc(-1 * var(--bs-navbar-toggler-padding-x));
}

#ivim-navbar.navbar .navbar-nav > .menu-item > a {
  padding: 35px;
  margin: -35px;
  display: inline-block;
}

.navbar-nav > .menu-item-has-children {
  position: relative;
}

.navbar-nav > .menu-item-has-children > a {
  cursor: pointer;
  position: relative;
}

.navbar-nav .sub-menu {
  display: block;
  position: absolute;
  background: white;
  z-index: 1000;
  min-width: 200px;
  padding: 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  border-radius: 0 0 10px 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.navbar-nav > .menu-item-has-children > .sub-menu {
  top: calc(100% + 20px);
  left: -25px;
}

.navbar-nav > .menu-item-has-children:hover > .sub-menu,
.navbar-nav .sub-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar-nav .sub-menu .menu-item-has-children:hover > a {
  background: var(--light-green-tint);
}

.navbar-nav .sub-menu li {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.navbar-nav .sub-menu .menu-item-has-children > a:after {
  content: "\f054"; /* fa-chevron-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-nav .sub-menu .menu-item-has-children {
  position: relative;
}

.navbar-nav .sub-menu .menu-item-has-children .sub-menu {
  top: 0;
  left: 82%;
  transform: translateX(-10px);
}

.navbar-nav .sub-menu .menu-item-has-children:hover > .sub-menu {
  transform: translateX(0);
}

.navbar-nav > .menu-item-has-children > .sub-menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.navbar-nav .sub-menu .menu-item-has-children > .sub-menu {
  border-radius: 0 0 10px 10px;
}

.navbar-nav .sub-menu .menu-item-has-children > .sub-menu li a {
  border-radius: 0;
}

.navbar-nav .sub-menu .menu-item-has-children > .sub-menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.navbar-nav .sub-menu li a {
  padding: 15px 20px;
  display: block;
  width: 100%;
  white-space: nowrap;
  color: var(--brand-dark-gray);
  text-align: left;
  transition: background-color 0.2s ease;
}

.navbar-nav .sub-menu li a:hover {
  background: var(--light-green-tint);
}

#ivim-navbar.navbar.navbar-dark .sub-menu {
  background: white;
}

#ivim-navbar.navbar.navbar-dark .sub-menu li a {
  color: var(--brand-dark-gray) !important;
}

@media (max-width: 1199.98px) {
  body.admin-bar #ivim-navbar.fixed-top {
    top: 46px;
  }

  body.admin-bar #ivim-navbar.fixed-top.pencil-true {
    top: 86px;
  }

  body.admin-bar #ivim-navbar .navbar-collapse {
    top: 46px;
  }

  body.admin-bar #ivim-navbar.pencil-true .navbar-collapse {
    top: 86px;
  }

  #ivim-navbar.pencil-true .navbar-collapse {
    top: 40px;
  }

  #ivim-navbar .navbar-collapse {
    background-color: #fff;
    box-shadow: 5px 2px 15px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    width: 300px !important;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: auto;
    max-height: 90vh;
    border-radius: 10px 0 0 10px;
  }

  #ivim-navbar.navbar-dark .navbar-collapse {
    background-color: var(--brand-dark-green);
  }

  #ivim-navbar.navbar .menu-item {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  #ivim-navbar.navbar .menu-item a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400 !important;
    color: var(--brand-dark-gray);
  }

  #ivim-navbar.navbar.navbar-dark .menu-item a {
    color: #fff !important;
  }

  #ivim-navbar.navbar.navbar-dark .menu-item a::after {
    color: #fff;
  }

  #ivim-navbar.navbar .navbar-nav > .menu-item > a {
    padding: 0;
    margin: 0;
  }

  .navbar-nav .sub-menu {
    display: none;
    position: static;
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .navbar-nav .sub-menu .menu-item-has-children:hover > a {
    background: white;
  }

  #ivim-navbar.navbar.navbar-dark .navbar-nav .sub-menu .menu-item-has-children:hover > a {
    background: transparent;
  }

  #ivim-navbar.navbar.navbar-dark .sub-menu {
    background: transparent;
  }
  
  #ivim-navbar.navbar.navbar-dark .navbar-nav .sub-menu li a:hover {
    background: transparent;
  }
  
  .navbar-nav .sub-menu li a {
    padding: 10px 20px;
    color: var(--brand-dark-gray);
  }

  .navbar-nav .sub-menu .menu-item-has-children .sub-menu {
    display: none;
    padding-left: 20px;
  }

  #ivim-navbar.navbar.navbar-dark .sub-menu li a {
    color: #fff !important;
  }

  #ivim-navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M3.646 3.646a.5.5 0 0 1 .708 0L8 7.293l4.646-4.647a.5.5 0 0 1 .708.708L8.707 8l4.647 4.646a.5.5 0 0 1-.708.708L8 8.707 3.354 13.354a.5.5 0 0 1-.708-.708L7.293 8 2.646 3.354a.5.5 0 0 1 0-.708z"/></svg>');
  }

  #ivim-navbar .myaccount-button {
    width: 260px !important;
  }

  .navbar-nav > .menu-item-has-children > a {
    position: relative;
    padding-right: 30px !important;
  }

  .navbar-nav > .menu-item-has-children > a:after {
    content: "\f054"; /* fa-chevron-right */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }

  .navbar-nav .sub-menu .menu-item-has-children > a {
    position: relative;
    padding-right: 30px !important;
  }

  .navbar-nav .sub-menu .menu-item-has-children > a:after {
    content: "\f054"; /* fa-chevron-right */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }

  .navbar-nav > .menu-item-has-children > a[aria-expanded="true"]:after,
  .navbar-nav .sub-menu .menu-item-has-children > a[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(90deg);
  }
}

/* end global nav */
.ivim-social-icons_icon-wrapper {
  font-size: 26px;
  margin: 0 0.5em;
}

.ivim-stats h2 {
  font-family: "Poppins", Sans-serif;
}

.ivim-stats sup {
  font-size: 14px;
}
.ivim-stats small,
.ivim-stats a {
  font-size: 10px;
  line-height: 12px;
  text-align: right;
}

.ivim-stats p.text-white.w-75 {
  font-size: 20px;
}
.ivim-stats div.col-12:not(:last-child) {
  border-right: 1px solid #dce6cb;
}

.ins-access_icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #54595f;
  border: 3px solid #69727d;
}

.footer-cta {
  background-color: #373946;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 600px;
}

.ivim-about .footer-cta {
  background-position: top left;
}

.footer-cta_overlay {
  background-color: transparent;
  background-image: linear-gradient(90deg, #373840 0%, #f7f7f75e 100%);
  opacity: 0.82;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.footer-cta_container {
  z-index: 3;
}

.success-cta h2 {
  font-size: 50px;
}
.success-cta_icon-wrapper {
  border-radius: 50%;
  padding: 0.5em;
  fill: #363840;
  color: #363840;
  border-color: #363840;
  font-size: 80px;
  margin-bottom: 30px;
  line-height: 1em;
  display: inline-flex;
}

.success-cta_icon-wrapper {
  width: 160px;
  height: 160px;
  display: flex;
  justify-self: center;
  align-items: center;
}

/* .ivim-steps {
    background-color: #353840;
} */

.ivim-steps .container {
  padding: 30px 45px;
}

.ivim-steps h3 {
  /* the number itself */
  font-size: 90px;
  line-height: 1em;
  margin: -0.3em 30px 0px 0px;
}
.ivim-steps h5 {
  /* the number as text */
  font-size: 24px;
  margin: 0;
}

.ivim-steps h2 {
  /* the name of the step */
  font-size: 36px;
  margin: 0;
}

.ivim-steps_icon-wrapper {
  /* icons to go with instructions */
  font-size: 50px;
  color: #69727d;
}

.ivim-steps-left-b-rad {
  border-radius: 15px 0 0 15px;
}
.ivim-steps-right-b-rad {
  border-radius: 0 15px 15px 0;
}

@media (max-width: 992px) {
  .success-cta h2 {
    font-size: 38px;
  }
  .footer-cta {
    height: 400px;
  }

  .ivim-stats h2 {
    font-size: 28px;
  }
  .ivim-stats div.col-12:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #dce6cb;
  }
  .ivim-steps h5 {
    /* the number as text */
    font-size: 26px;
  }

  .ivim-steps h2 {
    /* the name of the step */
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .ivim-steps-left-b-rad {
    border-radius: 15px 15px 0 0;
  }
  .ivim-steps-right-b-rad {
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 576px) {
  .ivim-about .footer-cta {
    background-position: top center;
  }
  .ivim-about .footer-cta h2 {
    font-size: 32px;
  }
}

/* stat scroller */
.ivim-stat-scroller {
  height: 100px;
  overflow: hidden;
}

.ivim-stat-scroller .scroller {
  position: relative;
  overflow: hidden;
  display: flex;
  user-select: none;
}

.ivim-stat-scroller .scroller .stats {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  animation: scroll 60s linear infinite;
  min-width: 100%;
}

.ivim-stat-scroller .scroller .stats .stat {
  font-size: 20px;
}

img.star-icon {
  height: 32px;
  vertical-align: middle;
  padding-bottom: 6px;
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .ivim-stat-scroller {
    height: 60px;
  }
  .ivim-stat-scroller .scroller .stats .stat {
    font-size: 16px;
  }
  img.star-icon {
    height: 28px;
    width: auto;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-200%);
  }
}

/* b2b calculator */
#ivim-b2b-calculator.slider-container input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

#ivim-b2b-calculator.slider-container
  input[type="number"]::-webkit-inner-spin-button,
#ivim-b2b-calculator.slider-container
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#ivim-b2b-calculator.slider-container input[type="number"],
#ivim-b2b-calculator.slider-container input[type="text"] {
  height: 70px;
}

#ivim-b2b-calculator.slider-container input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 7px;
  background: #e5e3d7;
  border-radius: 10px;
  outline: none;
}

#ivim-b2b-calculator.slider-container
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  background: #5a6859;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -10.5px;
  box-shadow: 0px 4px 4px 0px #00000024;
}

#ivim-b2b-calculator.slider-container input[type="range"]::-moz-range-thumb {
  width: 28px;
  height: 28px;
  background: #5a6859;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px #00000024;
}

#ivim-b2b-calculator.slider-container
  input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #e5e3d7;
}

#ivim-b2b-calculator.slider-container input[type="range"]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #e5e3d7;
}

#ivim-b2b-calculator.slider-container input[type="range"]::-moz-range-progress {
  background: #5a6859;
}

/* affiliate carousel */
#affiliateCarousel [aria-hidden="true"] {
  display: block !important;
}

#affiliateCarousel .slick-dots {
  padding-right: 5% !important;
}

#affiliateCarousel .slick-dots li {
  margin: 0 !important;
}
#affiliateCarousel .slick-dots li button:before {
  font-size: 33px !important;
  top: 30px !important;
  content: "\25E6" !important;
  opacity: 1 !important;
}

#affiliateCarousel .slick-dots li.slick-active button:before {
  font-size: 11px !important;
  content: "•" !important;
  top: 33px !important;
}

/* product carousel */
.ivim-product-carousel {
  background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/common/light-green-polygon.svg);
  background-size: 37%;
  background-repeat: no-repeat;
  background-position: 23.5% 11%;
  padding-top: 5% !important;
  overflow: hidden;
}

.ivim-product-carousel .d-md-none img {
  position: absolute;
  z-index: 1;
  left: 2%;
  top: -40px;
}

#productFilterContainer .dropdown-item {
  font-size: 14px;
  line-height: 21px;
  padding: 10px;
}

#productFilterContainer .dropdown-item:hover {
  background-color: var(--light-green-tint);
}

.ivim-product-carousel .dropdown-toggle::after {
  display: none;
}

.ivim-product-carousel .dropdown-toggle .filter {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  width: 125px;
}

.ivim-product-carousel .dropdown-toggle i.fa.fa-times {
  position: relative;
}

.ivim-product-carousel .dropdown-toggle i.fa.fa-times::before {
  position: absolute;
  left: -25px;
  top: -12.5px;
}

.left-carousel-label {
  margin-left: 12%
}

#productCarousel, #brandProductCarousel, #compoundProductCarousel {
  width: 110% !important;
  margin-left: -10%;
}

#compoundProductCarousel {
  margin-left: -21%;
}

#productCarousel [aria-hidden="true"], #brandProductCarousel [aria-hidden="true"], #compoundProductCarousel [aria-hidden="true"]  {
  display: block !important;
}

#productCarousel .card-title, #brandProductCarousel .card-title, #compoundProductCarousel .card-title {
  font-family: Karmina;
  font-size: 26px;
  font-weight: 400;
  line-height: 27px;
}

#productCarousel p, #brandProductCarousel p, #compoundProductCarousel p {
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
}

#productCarousel p.disclaimer, #brandProductCarousel p.disclaimer, #compoundProductCarousel p.disclaimer {
  font-size: 7px;
  font-style: italic;
  line-height: 10.5px;
  max-width: 823px;
}

#productCarousel .card-body .btn, #brandProductCarousel .card-body .btn, #compoundProductCarousel .card-body .btn {
  font-size: 12px;
  font-weight: 500 !important;
  height: 83%;
}

.ivim-product-carousel .slick-prev:before,
.ivim-product-carousel .slick-next:before {
  color: black;
  font-size: 30px;
}

.ivim-product-carousel .slick-prev:before {
  display: none;
}

.ivim-product-carousel .slick-next:before {
  display: none;
}

.ivim-product-carousel #carouselArrows,  .ivim-product-carousel #brandProductCarouselArrows, .ivim-product-carousel #compoundProductCarouselArrows{
  text-align: right;
  padding-top: 10px;
  margin-right: 5%;
}

.ivim-product-carousel #carouselArrows .slick-prev,
.ivim-product-carousel #carouselArrows .slick-next,
.ivim-product-carousel #brandProductCarouselArrows .slick-prev,
.ivim-product-carousel #brandProductCarouselArrows .slick-next,
.ivim-product-carousel #compoundProductCarouselArrows .slick-prev,
.ivim-product-carousel #compoundProductCarouselArrows .slick-next {
  position: static;
  display: inline-block;
}

/* some weird breakpoints on the labels for the product carousel to keep up with the slick slider code */
@media (max-width: 1023px) {
  .left-carousel-label {
    margin-left: 0;
    text-align: center
  }
  #compoundProductCarousel {
    margin-left: -10%;
  }
}

@media (max-width: 767px) {
  .ivim-product-carousel {
    background-image: none;
  }

  #productCarousel, #brandProductCarousel, #compoundProductCarousel {
    width: 100% !important;
    margin-left: 0;
  }

  .ivim-product-carousel #subtitle-polygon {
    background: url(https://media-s3-cdn.ivimhealth.com/assets/images/common/dark-green-polygon.svg);
    height: 176px;
    width: 176px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
  }

  .ivim-product-carousel #subtitle-polygon .subtitle {
    color: white;
    top: 17%;
    position: relative;
    left: -9%;
    width: 146px;
    font-size: 12px;
  }
}

/* stat carousel */
#statCarousel [aria-hidden="true"] {
  display: block !important;
}

#statCarousel .card {
  width: 287px;
  height: 350px;
}

#statCarousel .stat-title {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -2%;
  color: white;
}

#statCarousel .stat-description {
  font-size: 14px;
  line-height: 17.92px;
  font-weight: 400;
  color: white;
}

#statCarousel .stat-number {
  font-size: 60px;
  line-height: 63px;
  font-weight: 600;
  color: white;
}

#statCarousel .stat-text {
  font-size: 33px;
  line-height: 34.65px;
  font-weight: 400;
  color: white;
}

#statCarouselArrows .slick-prev:before {
  display: none;
}

#statCarouselArrows .slick-next:before {
  display: none;
}

#statCarouselArrows {
  position: relative;
  text-align: right;
  padding-top: 10px;
  margin-right: 5%;
}

#statCarouselArrows .slick-prev,
#statCarouselArrows .slick-next {
  position: static;
  display: inline-block;
}

#statCarouselArrows .slick-prev img,
#statCarouselArrows .slick-next img {
  filter: invert(1) brightness(200%);
}

@media (max-width: 767px) {
  #statCarousel .card {
    width: 287px !important;
  }
}
/* stat boxes */
.stat-boxes span {
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 16px;
  letter-spacing: -0.02em;
}

.stat-boxes sup {
  position: absolute;
  top: 7%;
  right: 4%;
}

@media (max-width: 767px) {
  .stat-boxes sup {
    right: 2%;
  }
}

.stat-boxes .col-lg-4 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stat-boxes .col-lg-4:first-child {
  background-image: url("https://media-s3-cdn.ivimhealth.com/assets/images/template-parts/stat-boxes/stat-box-average-loss.webp");
}

.stat-boxes .col-lg-4:nth-child(2) {
  background-image: url("https://media-s3-cdn.ivimhealth.com/assets/images/template-parts/stat-boxes/stat-box-event-reduction.webp");
}

.stat-boxes .col-lg-4:nth-child(3) {
  background-image: url("https://media-s3-cdn.ivimhealth.com/assets/images/template-parts/stat-boxes/stat-box-point-reduction.webp");
}

.stat-boxes .col-lg-4:first-child,
.stat-boxes .col-lg-4:first-child .overlay-brand-dark-green,
.stat-boxes .col-lg-4:first-child .overlay-neutral-tint-3 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 0;
}

.stat-boxes .col-lg-4:nth-child(3),
.stat-boxes .col-lg-4:nth-child(3) .overlay-brand-dark-green,
.stat-boxes .col-lg-4:nth-child(3) .overlay-neutral-tint-3 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .stat-boxes .col-lg-4:first-child,
  .stat-boxes .col-lg-4:first-child .overlay-brand-dark-green,
  .stat-boxes .col-lg-4:first-child .overlay-neutral-tint-3 {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
  }

  .stat-boxes .col-lg-4:nth-child(3),
  .stat-boxes .col-lg-4:nth-child(3) .overlay-brand-dark-green,
  .stat-boxes .col-lg-4:nth-child(3) .overlay-neutral-tint-3 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }
}

/* what it costs */
.ivim-what-it-costs p:not(.small) {
  font-size: 16px;
  line-height: 150%;
}

.ivim-what-it-costs h3.subtitle {
  font-size: 16px;
}

.ivim-what-it-costs .program-header {
  color: var(--brand-dark-gray);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.ivim-what-it-costs p.price {
  color: var(--brand-dark-gray);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.ivim-what-it-costs p.subtitle {
  font-size: 14px;
  line-height: 15px;
}

.ivim-what-it-costs span.price {
  font-size: 18px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
}

.ivim-what-it-costs .what-it-costs-personalized .disclaimer {
  color: var(--medium-gray);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.ivim-what-it-costs .rounded-circle {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .ivim-what-it-costs p.price {
    font-size: 16px;
  }
  .ivim-what-it-costs p.program-header {
    font-size: 14px;
  }
}

/* how it works */
.ivim-how-it-works .flow-row {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 99px;
  margin-top: 49px;
}

.ivim-how-it-works .flow-row:first-child {
  margin-top: 0;
}

.ivim-how-it-works .flow-box {
  position: relative;
  text-align: left;
  max-width: 364px;
  flex: 1 0 auto;
}

.ivim-how-it-works .flow-box ol {
  margin-left: 0;
  font-size: 10px;
  line-height: 13px;
}

.ivim-how-it-works .flow-box ol li {
  list-style-type: none;
}

.ivim-how-it-works .flow-box .flow-disclaimer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
  max-width: 200px;
}

.ivim-how-it-works .vertical-line-down::after {
  content: "";
  position: absolute;
  top: 101%;
  left: 50%;
  border-left: 2px solid var(--light-green);
  height: 60px;
  z-index: -1;
  visibility: visible;
}

.ivim-how-it-works .vertical-line-up::before {
  content: "";
  position: absolute;
  top: -61px;
  left: 50%;
  border-left: 2px solid var(--light-green);
  height: 60px;
}

.ivim-how-it-works .line-box {
  position: absolute;
  width: 425px;
  height: calc(145%);
  border: 1px solid var(--light-green);
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
}

@media (max-width: 767px) {
  .ivim-how-it-works .flow-box {
    max-width: 275px;
  }
  .ivim-how-it-works .flow-box p:not(.small):not(.flow-disclaimer) {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .ivim-how-it-works .flow-box .small {
    font-size: 9px !important;
    line-height: 13.5px !important;
  }

  .ivim-how-it-works .flow-disclaimer {
    font-size: 8px !important;
    line-height: 13px !important;
    font-weight: 500 !important;
  }

  .ivim-how-it-works .flow-row {
    margin-top: 31px;
    margin-bottom: 0;
  }

  .ivim-how-it-works .flow-row:last-child {
    margin-top: 15px;
  }

  .ivim-how-it-works .vertical-line-down::after,
  .ivim-how-it-works .vertical-line-up::before {
    height: 16px;
  }

  .ivim-how-it-works .vertical-line-up::before {
    top: -17px;
  }

  .ivim-how-it-works .line-box {
    width: 50%;
    height: calc(120%);
  }
}

/* faq */
.ivim-faq .accordion-item {
  border-bottom: 1px solid var(--brand-dark-green) !important;
}

.ivim-faq .accordion-item:first-child {
  border-top: 1px solid var(--brand-dark-green) !important;
  border-bottom: 1px solid var(--brand-dark-green) !important;
}

.ivim-faq .accordion-header .icon {
  display: inline-block !important;
  transition: transform 0.4s ease-in-out !important;
}

.rotated {
  transform: rotate(180deg);
}

.ivim-faq .accordion-button {
  font-size: 16px !important;
  line-height: 24px !important;
  box-shadow: none !important;
}

.ivim-faq .accordion-button::after {
  display: none !important;
}

.ivim-faq .accordion-button:not(.collapsed) {
  color: var(--brand-dark-gray) !important;
  background-color: transparent !important;
  font-weight: 600 !important;
}

/* PAGES PAGES PAGES */

/* IVIM NEW HOME TEMPLATE */
.ivim-home-new {
  overflow: hidden;
}

.ivim-home-new-hero {
  position: relative;
  height: 80vh;
  min-height: max(1000px, 50vh);
  max-height: 1100px;
  overflow: hidden;
}

.hero-background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  z-index: -1;
}

.ivim-home-new-hero .container {
  position: relative;
  z-index: 1;
}

.ivim-home-new-hero h1 {
  font-size: 60px !important;
  line-height: 60px !important;
}

.ivim-home-new-hero h2 {
  line-height: 30px;
}

.ivim-home-new-hero .trustpilot {
  font-weight: 600;
}

.ivim-home-new-hero .btn.btn-primary-cta-alt:hover {
  background-color: var(--light-green);
  border-color: var(--light-green);
  color: var(--brand-dark-gray);
}

.ivim-home-included {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://media-s3-cdn.ivimhealth.com/assets/images/pages/home/home-included.webp");
  background-position: top;
  background-repeat: no-repeat;
  height: 1200px;
  background-size: cover;
  padding-top: 10% !important;
}

.ivim-home-included .col.border.border-brand-dark-green.p-4.my-3 {
  max-width: 364px;
}

.ivim-home-included .container {
  max-width: 1142px;
}

@media (max-width: 767px) {
  .ivim-home-new-hero {
    height: 560px;
    min-height: 0;
  }

  .hero-background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: unset;
    min-height: unset;
    width: unset;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: unset;
    z-index: -1;
  }

  .ivim-home-new-hero h1 {
    font-size: 42px !important;
    line-height: 42px !important;
  }

  .ivim-home-new-hero p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .ivim-home-included {
    height: unset;
    background-image: url("https://media-s3-cdn.ivimhealth.com/assets/images/pages/home/home-included-mobile.webp");
  }

  .ivim-home-included .container {
    margin: 50px 0;
  }

  .ivim-home-included .included-box {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
  }
}

/* MY DOSING TEMPLATE */

/* accordion */
button.dosing-accordion {
  background-color: #dce6cb !important;
  padding: 22px 30px;
  color: rgb(53, 56, 64) !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

button.dosing-accordion.collapsed {
  color: rgb(53, 56, 64);
}

hr.dosing-accordion-hr {
  background-color: #8a61af;
  height: 2px;
}

button.dosing-accordion:focus {
  box-shadow: 0 0 0 0.25rem #8a61af;
}
img.dosing-accordion-img {
  min-width: 220px;
}

@media screen and (max-width: 575px) {
  button.dosing-accordion {
    padding: 20px;
  }
}

/* IVIM FORM TEMPLATE */

/* this item is not part of the form template
    it is part of the react app. The npm package 
    mapbox adds ui via javascript to the body 
    so it cant be styled by the react app.
*/
[class*="--MapboxSearch"] {
  display: none !important;
}
/* end of react app styling */

.ivim-form {
  background-color: #dce6cb;
}

.ivim-form .header-banner {
  background-color: #353840;
  padding: 10px;
}
.ivim-form h6 {
  color: #fff;
  margin: 0;
  line-height: 1;
}
.ivim-form .login-btn {
  background: #d9e6cd;
  border-color: #d9e6cd;
  color: #353840;
  padding: 12px 24px;
  line-height: 1;
  font-size: 16px;
  border-radius: 5px;
  margin: 0 10px;
}

/* .ivim-form .ivim-form-logo {
    min-width: ;
} */

#field_9nwr72 {
  background-color: #373946;
  color: #dce6cb;
  text-align: center;
}

#field_9nwr72::-webkit-input-placeholder {
  color: #dce6cb;
}
#frm_field_96_container {
  grid-column: span 11 / span 11 !important;
}
.iti {
  width: 100%;
}
#field_9nwr72 {
  width: 50%;
}

#frm_radio_58-57-0 {
  width: 49%;
  float: left;
  border-radius: 5px;
}
#frm_radio_58-57-1 {
  width: 49%;
  margin-left: 2%;
  float: left;
  border-radius: 5px;
}
#field_q7min_state {
  border-radius: 5px;
}
/*#field_q7min_state{
        border: 0px;
    box-shadow: none;
    border-bottom: 1px solid #363840;
}*/

.frm_form_field > .frm_submit {
  grid-column: span 1 / span 1 !important;
}
#backbtn > .frm_prev_page {
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  display: inline;
  background-color: #fff0;
  color: #363840;
  box-shadow: none;
  font-size: 20px;
}
#fwdbtn {
  display: inline;
  /* position: absolute; */
  margin-left: -55px;
}
#backbtn {
  display: inline;
}
.frm_submit_btn {
  display: inline;
}
#mobuttonfrm_field_96_container {
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px;
  float: right;
}
.frm_display_format_buttons.frm_text_align_center .frm_label_button_container {
  border-radius: 5px;
}
#field_bprtl {
  font-size: 18px !important;
  border-radius: 5px;
  /* border: 0px;
    border-bottom: 1px solid;*/
  box-shadow: none;
}
.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 40px;
}
.phone-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.phone_section > .frm_submit {
  grid-column: span 1 / span 1 !important;
}

#mo_messagefrm_field_96_container {
  padding-top: 35px !important;
  margin-left: -325% !important;
  width: 400% !important;
  background-color: rgb(247, 246, 247, 0) !important;
  padding-left: 0% !important;
  text-align: left !important;
  font-size: 10px !important;
  margin-top: 15px !important;
  color: #373946bd !important;
  border-top: 0px !important;
}

#frm_field_48_container {
  grid-column: span 6 / span 6 !important;
}

#frm_field_47_container {
  grid-column: span 6 / span 6 !important;
}
#frm_field_46_container {
  margin-bottom: 0px;
}
#frm_field_49_container {
  margin-bottom: 0px;
}
#field_5o54z {
  text-align: center;
  font-size: 60px !important;
}
.frm_pos_center .frm_section_spacing {
  margin-bottom: 10px;
}

#frm_field_768_container h6 {
  color: var(--theme-heading-font-color);
}

.frm_dropzone.frm_single_upload {
  margin: auto;
}

/* IVIM WEIGHTLOSS & REVERSE HEALTH TEMPLATES */

/* reverse health exclusive */

.reverse-health-hero {
  background-color: #373946;
  background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/reverse-health/white-background-edit.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
  /* height: 600px; */
}
.reverse-health-hero .reverse-health-hero_logo-wrapper > p {
  font-size: 60px;
  font-weight: 200;
}
.reverse-health-hero_logo-wrapper > img.rh-logo {
  max-width: 50%;
  max-height: 75px;
}
.reverse-health-hero_logo-wrapper > img.iv-logo {
  max-width: 50%;
  max-height: 55px;
}
.subtext {
  font-size: 6px;
}

/* either dedicated weightloss or shared by reverse health */
.weightloss-hero h1 {
  font-size: 50px;
}
.weightloss-hero p,
.reverse-health-hero p {
  font-size: 19px;
  line-height: 34px;
}

.weightloss-accessibility hr,
.weightloss-reviews hr {
  width: 80%;
  height: 1px;
  background-color: #353840;
  opacity: 1;
}

.weightloss-wellness h2,
.weightloss-program h2 {
  font-size: 56px;
}
.weightloss-wellness_subtitle {
  font-family: "Poppins", Sans-serif;
}
.weightloss-wellness_icon-wrapper {
  border-radius: 50%;
  padding: 0.5em;
  fill: #363840;
  color: #363840;
  border-color: #363840;
  font-size: 80px;
  margin-bottom: 30px;
  line-height: 1em;
  display: inline-flex;
}

.weightloss-program_icon-wrapper {
  font-size: 24px;
  border-radius: 15px;
  border: 2px solid;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
}

.weightloss-program_icon-wrapper.star {
  border-color: #69727d;
  background-color: #ffffff;
}
.weightloss-program_icon-wrapper.heart {
  border-color: #69727d;
  background-color: #86af61;
}

.weightloss-program_icon-wrapper.arrow {
  border-color: #69727d;
  background-color: #dce6cb;
}

.weightloss-program_icon-wrapper.app {
  color: #dce6cb;
  border-color: #dce6cb;
  background-color: #6e7c64;
}

.weightloss-program_icon-wrapper.comments {
  border-color: #69727d;
  background-color: #86af61;
}

.weightloss-community_testimonials {
  height: 280px;
}
.weightloss-community_testimonials_item_img {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .reverse-health-hero {
    padding: 60px 30px;
  }
  .reverse-health-hero .reverse-health-hero_logo-wrapper > p {
    font-size: 40px;
  }
  .reverse-health-hero_logo-wrapper > img.rh-logo {
    max-height: 60px;
  }
  .reverse-health-hero_logo-wrapper > img.iv-logo {
    max-height: 35px;
  }
}

@media (max-width: 992px) {
  .weightloss-hero h1 {
    font-size: 38px;
  }
  .weightloss-wellness h2 {
    font-size: 44px;
  }

  .reverse-health-hero .reverse-health-hero_logo-wrapper > p {
    font-size: 30px;
  }
  .reverse-health-hero_logo-wrapper > img:first-child {
    max-height: 32px;
  }
  .reverse-health-hero_logo-wrapper > img:last-child {
    max-height: 24px;
  }
}
@media (max-width: 576px) {
  .reverse-health-hero {
    padding: 30px 0;
  }
  .reverse-health-hero_logo-wrapper > img:first-child {
    max-width: 100%;
    max-height: 32px;
  }
  .reverse-health-hero_logo-wrapper > img:last-child {
    max-width: 100%;
    max-height: 24px;
  }
  .weightloss-hero p,
  .reverse-health-hero p {
    font-size: 14px;
    line-height: 24px;
  }
}
/* IVIM WEIGHTLOSS 2024 TEMPLATE */
.ivim-weightloss-2024 {
  overflow: hidden;
}

.ivim-weightloss-2024-hero h1 {
  font-size: 60px !important;
  line-height: 1.1em !important;
}

.ivim-weightloss-2024-hero p {
  font-size: 20px !important;
  line-height: 30px !important;
}

.ivim-weightloss-2024-hero .hero-image img {
  width: 90%;
  max-width: 560px;
  margin-top: 150px !important;
  border-radius: 15px;
}

.ivim-weightloss-2024-difference {
  height: 90vh;
  max-height: 1200px;
  position: relative;
  overflow: hidden;
  background: white;
}

.ivim-weightloss-2024-difference video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.ivim-weightloss-2024-difference .container {
  position: relative;
  z-index: 1;
  height: 640px;
  background-color: rgba(255, 255, 255, 0.85);
}

.ivim-weightloss-2024-difference img {
  float: right;
}

.ivim-weightloss-2024-why {
  background-image: url('https://media-s3-cdn.ivimhealth.com/assets/images/pages/weightloss/weightloss-cta.webp');
  background-size: cover;
  background-position: center;
}

.ivim-weightloss-2024-why
  .col-12.col-lg-5.border.border-brand-dark-gray.my-0.my-lg-3.p-4.m-3.justify-content-center.d-flex.align-items-center.text-center {
  background-color: white;
  height: 13vw;
  max-height: 100px;
}
@media (max-width: 990px) {

  .ivim-weightloss-2024-hero  {
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }   

  .ivim-weightloss-2024-hero .hero-image img {
    opacity: 0;
    margin-top: 0 !important;
    max-width: unset;
    width: 100%;
  }
  
  .ivim-weightloss-2024 .ivim-weightloss-calculator .container {
    position: relative;
    top: -40px;
  }

  .ivim-weightloss-2024-difference .container {
    height: 612px;
    margin: 50px auto;
  }

  .ivim-weightloss-2024-why .container {
    padding: 50px 0;
  }

  .ivim-weightloss-2024-why
    .col-12.col-lg-5.border.border-brand-dark-gray.my-0.my-lg-3.p-4.m-3.justify-content-center.d-flex.align-items-center.text-center {
    background-color: unset;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    height: 100px !important;
  }

  .ivim-weightloss-2024-why .col-11.col-lg-6.rounded-5 {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .ivim-weightloss-2024-why
    .col-12.col-lg-5.border.border-brand-dark-gray.my-0.my-lg-3.p-4.m-3.justify-content-center.d-flex.align-items-center.text-center:first-child,
    .col-12.col-lg-5.border.border-brand-dark-gray.my-0.my-lg-3.p-4.m-3.justify-content-center.d-flex.align-items-center.text-center:nth-child(2) {
    border-top: none !important;
  }

  .ivim-weightloss-2024-why {
    background-image: url('https://media-s3-cdn.ivimhealth.com/assets/images/pages/weightloss/weightloss-cta.webp');
    background-size: cover;
    background-position: center;
  }

  .ivim-weightloss-2024-difference {
    height: unset;
    background: var(--light-gray-tint);
  }
}

@media (max-width: 767px) {

  .ivim-weightloss-2024-hero p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .ivim-weightloss-2024-why h2 {
    color: var(--brand-dark-gray);
  }

  .ivim-weightloss-2024-difference .container {
    background-color: white;
    margin: 175px auto 50px;
  }

  .ivim-weightloss-2024-difference video {
    width: 100%;
    height: auto;
    top: 0;
  }
}

@media (max-width: 575px) {
  .ivim-weightloss-2024-hero h1 {
    font-size: 42px !important;
    line-height: 1.1em !important;
  }
}

@media (max-width: 400px) {
  .ivim-weightloss-2024-hero h1 {
    font-size: 35px !important;
    line-height: 1.1em !important;
  }
}

/* IVIM WHO WE ARE TEMPLATE */
.ivim-who-we-are {
  overflow: hidden !important;
  background-color: var(--neutral-tint-3);
}

.ivim-who-we-are-hero {
    position: relative;
    height: 889px;
    background-color: var(--neutral-tint-3);
}

.ivim-who-we-are-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    z-index: 1;
}

.ivim-who-we-are-hero .container {
    position: relative;
    z-index: 2;
}

.ivim-who-we-are-hero p {
  color: var(--Main-Brand-Dark-Green, #5A6859);
  font-size: 29px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.58px;
}

.ivim-who-we-are-our-mission {
  background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/common/line-polygon.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.ivim-who-we-are-our-mission h2 {
  font-family: 'Karmina';
  font-size: 45px;
  line-height: 49.5px;
  font-weight: 400;
  letter-spacing: -3%;
}

.ivim-who-we-are-why-choose {
  background-color: var(--light-gray-tint);
  background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/who-we-are/who-we-are-why-choose.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  border-radius: 111px;
  min-height: 973px;
  position: relative;
  overflow: hidden;
}

.ivim-who-we-are-why-choose .subtitle {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: -2%;
}

.ivim-who-we-are-why-choose .container {
  min-height: 687px;
  margin: 50px auto;
}

.ivim-who-we-are-unlimited-access {
  background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/common/line-polygon-left.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: var(--light-gray-tint);
}

.ivim-who-we-are-unlimited-access .subtitle {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: -2%;
}

.ivim-who-we-are-values {
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
}

.ivim-who-we-are-values h2 {
  font-family: Poppins, sans-serif;
  font-size: 45px;
  line-height: 49.5px;
  font-weight: 400;
  letter-spacing: -3%;
}

.ivim-who-we-are-values h3 {
  font-size: 45px;
  line-height: 49.5px;
  font-weight: 400;
  letter-spacing: -3%;
}

.ivim-who-we-are-values .subtitle {
  font-size: 18px;
  line-height: 27px;
  color: var(--light-green-tint);
  letter-spacing: -2%;
  max-width: 800px;
}

.ivim-who-we-are-cta {
  height: 736px;
  position: relative;
  overflow: hidden;
}

.ivim-who-we-are-cta h2 {
  font-family: 'Karmina';
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  letter-spacing: -3%;
}

.ivim-who-we-are-cta .btn {
  background-color: var(--light-green);
  width: 356px;
  color: var(--brand-dark-gray);
}

.ivim-who-we-are-cta video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  z-index: 1;
}

@media (max-width: 990px) {
  .ivim-who-we-are-hero {
    height: 425px;
    margin-bottom: 20vh;
    background-size: 130%;
    background-position: top;
    background-repeat: no-repeat;
  }

  .ivim-who-we-are-hero .overlay-white {
    top: 60% !important;
    background-color: #fff !important;
  }

  .ivim-who-we-are-hero p {
    font-size: 17px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.34px;
  }

  .ivim-who-we-are-our-mission {
    background-size: 50%;
  }

  .ivim-who-we-are-our-mission h2 {
    font-size: 36px;
    line-height: 39.6px;
  }

  .ivim-who-we-are-why-choose {
    background-position: top;
    background-size: 150%;
    background-attachment: scroll;
    border-radius: 40px;
    height: 1000px;
  }

  .ivim-who-we-are-why-choose .container {
    position: relative;
    top: 100px;
  }

  .ivim-who-we-are-why-choose img {
    height: 36px;
  }

  .ivim-who-we-are-unlimited-access {
    background-size: 70%;
    background-position: 125% 20%;
  }

  .ivim-who-we-are-values {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .ivim-who-we-are-values h2 {
    font-size: 30px;
    line-height: 33px;
  }

  .ivim-who-we-are-values h3 {
    font-size: 36px;
    line-height: 39.6px;
  }
}

/* IVIM SERVICES TEMPLATE */

.ivim-services_hero {
  background-color: #383839;
  background-image: url("https://media-s3-cdn.ivimhealth.com/assets/images/pages/our-services/our-services-hero.webp");
  background-position: top center;
  background-size: cover;
  position: relative;
  min-height: 680px;
}

.ivim-services_hero_overlay {
  background-color: transparent;
  background-image: linear-gradient(275deg, #dce6cb80 0%, #dce6cb 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

@media (max-width: 991px) {
  .ivim-services_hero {
    min-height: 560px;
  }
}
@media (max-width: 576px) {
  .ivim-services_hero {
    min-height: 360px;
  }
}

/* IVIM B2B TEMPLATE */
.ivim-b2b {
  overflow: hidden;
}

@media (max-width: 767px) {
  .ivim-b2b-hero h1 {
    font-size: 42px !important;
    line-height: 42px !important;
  }
}

.ivim-b2b-hero {
  position: relative;
  background-image: url("https://media-s3-cdn.ivimhealth.com/assets/images/pages/b2b/b2b-hero.webp");
  min-height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ivim-b2b-hero h1 {
  font-size: 60px;
  line-height: 66px;
}

.ivim-b2b-hero h2 {
  line-height: 30px;
}

.ivim-b2b .btn {
  width: 290px;
  height: 50px;
  border-radius: 50px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600 !important;
}

.ivim-b2b-partners .partner-logo {
  max-width: 300px;
  height: auto;
  object-fit: contain;
}

.timeline-step {
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
}

.timeline-circle {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid var(--light-green);
  z-index: 2;
}

.timeline-step:not(:first-child):not(:last-child) .timeline-circle {
  background-color: var(--light-green);
  border: 2px solid var(--light-green);
}

.timeline-step:last-child .timeline-circle {
  background-color: var(--ivim-green);
  border: 2px solid var(--light-green);
}

.timeline-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 20px;
  bottom: -55px;
  width: 2px;
  background-color: var(--light-green);
}

.ivim-b2b-btm-cta {
  position: relative;
  background-image: url("https://media-s3-cdn.ivimhealth.com/assets/images/pages/b2b/b2b-healthy-workforce.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .ivim-b2b-btm-cta {
    height: 75vh;
  }
}

/* IVIM COMPOUNDED MEDS TEMPLATE */
.ivim-compounded-meds {
  overflow: hidden;
}

.ivim-compounded-meds-hero h1 {
  font-size: 60px !important;
  line-height: 60px !important;
  letter-spacing: -0.03em;
}

.ivim-compounded-meds-hero p:not(.text-muted) {
  font-size: 20px;
  line-height: 30px;
}


.ivim-compounded-meds-hero img {
  max-height: 350px;
  max-width: 432px;
}

.ivim-compounded-meds-commitment {
  height: max(65vh, 865px);
  background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/compounded-meds/compounded-meds-bg-polygon.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.ivim-compounded-meds-commitment .commitment {
  position: relative;
  border-radius: 40px;
  max-width: 420px;
  height: 70px;
}

.ivim-compounded-meds-commitment .commitment p {
  position: relative;
  top: 10%;
}

.ivim-compounded-meds-commitment i {
  color: var(--ivim-green);
  font-size: 25px;
  position: absolute;
  left: 8%;
  top: 32%;
}

.ivim-compounded-meds-commitment img {
  position: relative;
  left: 12%;
}

.ivim-compounded-meds-commitment .disclaimer {
  position: relative;
  bottom: -7vh;
}

.ivim-compounded-meds-understanding .accordion-item {
  border-bottom: 1px solid var(--brand-dark-green) !important;
}

.ivim-compounded-meds-understanding .accordion-item:first-child {
  border-bottom: 1px solid var(--brand-dark-green) !important;
}

.ivim-compounded-meds-understanding .accordion-header .icon {
  display: inline-block;
  transition: transform 0.4s ease-in-out;
}

.ivim-compounded-meds-understanding .accordion-button {
  font-size: 16px;
  line-height: 24px;
  box-shadow: none;
}

.ivim-compounded-meds-understanding .accordion-button::after {
  display: none;
}

.ivim-compounded-meds-understanding .accordion-button:not(.collapsed) {
  color: var(--brand-dark-gray);
  background-color: transparent;
  font-weight: 600;
}

.ivim-compounded-meds-advantage {
  height: 90vh;
  max-height: 1200px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.ivim-compounded-meds-advantage h2.subtitle.text-brand-dark-green {
  font-size: 25px !important;
  line-height: 37.5px !important;
}

.ivim-compounded-meds-advantage video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.ivim-compounded-meds-advantage .container {
  position: relative;
  z-index: 1;
  height: 539px;
  background-color: rgba(255, 255, 255, 0.85);
}

.ivim-compounded-meds-advantage .bg-1 {
  background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/compounded-meds/compounded-meds-advantage-bg-1.svg);
}

.ivim-compounded-meds-advantage .bg-2 {
  background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/compounded-meds/compounded-meds-advantage-bg-2.svg);
}

.ivim-compounded-meds-advantage .bg-3 {
  background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/compounded-meds/compounded-meds-advantage-bg-3.svg);
}

.ivim-compounded-meds-advantage .bg-1,
.ivim-compounded-meds-advantage .bg-3 {
  background-repeat: no-repeat;
  background-position: center;
  height: 208px !important;
}

.ivim-compounded-meds-advantage .bg-2 {
  background-repeat: no-repeat;
  background-position: center;
  height: 208px !important;
}

.ivim-compounded-meds-carousel #imageCarousel [aria-hidden="true"] {
  display: block !important;
}

.ivim-compounded-meds-carousel #imageCarousel .slick-slide {
  margin: 0 10px !important;
}

.ivim-compounded-meds-carousel #imageCarousel .slick-dots {
  padding-right: 5% !important;
}

.ivim-compounded-meds-carousel #imageCarousel .slick-dots li {
  margin: 0 !important;
}

.ivim-compounded-meds-carousel #imageCarousel .slick-dots li button:before {
  font-size: 33px !important;
  top: 30px !important;
  content: "\25E6" !important;
  opacity: 1 !important;
}

.ivim-compounded-meds-carousel
  #imageCarousel
  .slick-dots
  li.slick-active
  button:before {
  font-size: 11px !important;
  content: "•" !important;
  top: 33px !important;
}

.ivim-compounded-meds-carousel #carouselArrows .slick-prev,
.ivim-compounded-meds-carousel #carouselArrows .slick-next {
  position: static;
  display: inline-block;
}

.ivim-compounded-meds-footer-cta {
  background: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/compounded-meds/compounded-meds-cta.webp);
  background-size: cover;
  background-position: center;
  height: 619px;
}

@media (max-width: 1200px) {
  .ivim-compounded-meds-hero img {
    max-height: 300px;
    /* max-width: 432px; */
  }
}

@media (max-width: 990px) {
  .ivim-compounded-meds-hero img {
    max-height: 250px;
    margin-right: -20px
  }

  .ivim-compounded-meds-commitment {
    height: auto;
  }

  .ivim-compounded-meds-commitment img {
    position: unset;
    left: 0;
  }

  .ivim-compounded-meds-commitment .disclaimer {
    position: unset;
    bottom: 0;
  }

  .ivim-compounded-meds-advantage .container {
    height: unset;
    margin: 50px auto;
    background-color: white;
  }

  .ivim-compounded-meds-advantage .row.h-100 {
    height: unset !important;
  }

  .ivim-compounded-meds-advantage {
    height: unset;
    padding: 50px 0;
    background: var(--light-gray-tint);
  }

  .ivim-compounded-meds-advantage .bg-1 {
    background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/compounded-meds/compounded-meds-advantage-bg-1.svg);
    height: 175px;
  }
  
  .ivim-compounded-meds-advantage .bg-2 {
    background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/compounded-meds/compounded-meds-advantage-bg-2.svg);
    height: 175px;
  }
  
  .ivim-compounded-meds-advantage .bg-3 {
    background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/compounded-meds/compounded-meds-advantage-bg-3.svg);
    height: 175px;
  }

  .ivim-compounded-meds-advantage video {
    width: 100%;
  }

  .ivim-compounded-meds-advantage .subtitle.text-brand-dark-green {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .ivim-compounded-meds-advantage p {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .ivim-compounded-meds-footer-cta {
    height: 700px;
    background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/compounded-meds/compounded-meds-cta.webp);
    background-position: center;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .ivim-compounded-meds-hero h1 {
    font-size: 42px !important;
    line-height: 42px !important;
    letter-spacing: -0.03em;
  }

  .ivim-compounded-meds-hero p:not(.text-muted) {
    font-size: 16px;
    line-height: 24px;
  }
  .ivim-compounded-meds-hero img {
    max-height: 100%;
    max-width: 100%;
  }

  .ivim-compounded-meds-advantage {
    height: unset;
    padding: 125px 0 50px 0;
  }

  .ivim-compounded-meds-advantage video {
    width: 100%;
    height: auto;
    top: 0;
  }

  .ivim-compounded-meds-footer-cta {
    height: 690px;
  }
}

/* IVIM PRODUCT PAGES TEMPLATE */
.ivim-product-page {
  overflow: hidden;
}

.ivim-product-page-hero .hero-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.ivim-product-page-hero .pricing {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.ivim-product-page-hero .accordion-item {
  border-bottom: 1px solid var(--brand-dark-green) !important;
}

.ivim-product-page-hero .accordion-header {
  font-family: Poppins, sans-serif !important;
  font-weight: 600 !important;  
}

.ivim-product-page-hero .accordion-header .icon {
  display: inline-block;
  transition: transform 0.4s ease-in-out;
}

.ivim-product-page-hero .accordion-button {
  font-size: 16px;
  line-height: 24px;
  box-shadow: none;
}

.ivim-product-page-hero .accordion-button::after {
  display: none;
}

.ivim-product-page-hero .accordion-button:not(.collapsed) {
  color: var(--brand-dark-gray);
  background-color: transparent;
  font-weight: 600;
}

.ivim-product-page-difference {
  height: 590px;
}

.ivim-product-page-difference img {
  float: right;
}

.ivim-product-page-getting-started {
  position: relative;
  overflow: hidden;
}

.ivim-product-page-getting-started .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  object-fit: cover;
}

.ivim-product-page-getting-started .container {
  background-color: rgba(255, 255, 255, 0.9);
  height: 794px;
}

.ivim-product-page-footer-cta {
  height: 619px;
}

.ivim-product-page-footer-cta.compound {
  background-position: 5vw 30% !important;
  background-size: 348px !important;
}

@media (min-width: 1440px) {
  .ivim-product-page-footer-cta.compound {
    background-position: 20% 30% !important;
  }
}

@media (max-width: 990px) {
  .ivim-product-page-getting-started {
    background-position: top;
    height: unset;
    padding: 50px 0;
  }

  .ivim-product-page-getting-started .included-box {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
  }

  .ivim-product-page-getting-started .container {
    height: auto;
  }

  .ivim-product-page-getting-started button {
    width: 100% !important;
  }

  .ivim-product-page-difference {
    height: auto;
  }

  .ivim-product-page-footer-cta {
    background-position: center bottom !important;
    background-size: 700px !important;  
  }

  .ivim-product-page-footer-cta.compound {
    height: 780px;
    background-position: center 70% !important;
    background-size: 352px !important;
  }
}

@media (max-width: 767px) {
  .ivim-product-page-getting-started .container {
    background-color: white;
    margin: 125px auto 50px;
  }
  
  .ivim-product-page-getting-started .background-video {
    width: 100%;
    height: unset;
    min-height: unset;
    min-width: unset;
    top: 0;
    transform: unset;
    left: unset;
  }
}

/* IVIM WHY MEMBERSHIP TEMPLATE */
.ivim-why-membership {
  overflow: hidden;
}

.ivim-why-membership-hero h1 {
  font-size: 60px !important;
  line-height: 60px !important;
  letter-spacing: -0.03em;
}

.ivim-why-membership-why-choose {
  background-image: url('https://media-s3-cdn.ivimhealth.com/assets/images/common/light-polygon.webp');
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 775px;
}

.ivim-why-membership-why-choose h3.subtitle {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

.ivim-why-membership-why-choose video {
  max-width: 100%;
  height: auto;
}

.ivim-why-membership-unlocks {
  height: 775px;
  background-image: url('https://media-s3-cdn.ivimhealth.com/assets/images/pages/why-membership/why-membership-unlocks.webp');
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 100%;
}

.ivim-why-membership .stats-container {
  position: relative;
  top: -75px;
}

.ivim-why-membership-included .pricing-text {
  font-size: 20px;
  line-height: 30px;
}

.ivim-why-membership-included .icon {
  width: 43px;
  height: 43px;
  padding: 6px;
  position: absolute;
  top: -21.5px;
  right: calc(50% - 21.5px);
}

@media (max-width: 990px) {
  .ivim-why-membership-unlocks {
    background-position: center 310px;
    background-size: 100%;
  }

  .ivim-why-membership-why-choose {
    height: auto;
  }

  .ivim-why-membership-why-choose .container .row.h-100 {
    height: auto !important;
  }

  .ivim-why-membership-unlocks
    .col-12.col-lg-4.mt-5.pt-5.pt-lg-0.my-lg-auto.text-center.text-lg-start
    a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .ivim-why-membership-hero h1 {
    font-size: 42px !important;
    line-height: 42px !important;
    letter-spacing: -0.03em;
  }
}

/* IVIM INJECTION INSTRUCTIONS TEMPLATE */
.ivim-injection-instructions {
  overflow: hidden;
}

.ivim-injection-instructions .container {
  width: 90%;
  max-width: 1200px;
}

.ivim-injection-instructions .ivim-injection-instructions-video {
  max-width: 1000px;
}

.ivim-injection-instructions p {
  line-height: 24px;
}

.ivim-injection-instructions p.subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.ivim-injection-instructions h1 {
  font-family: 'Karmina';
  font-size: 60px;
  line-height: 66px;
  letter-spacing: -0.03em;
}

.ivim-injection-instructions h2 {
  font-family: 'Karmina';
  font-size: 45px;
  line-height: 49.5px;
  letter-spacing: -0.03em;
}

.ivim-injection-instructions h3.subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ivim-injection-instructions h4.subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ivim-injection-instructions .pill {
  border-radius: 150px;
}

.ivim-injection-instructions .injection-tips-img {
  width: 735px;
  max-width: unset;
  right: 425px;
  top: 147px !important;
}

.ivim-injection-instructions .ivim-faq .accordion-item {
  background-color: transparent;
}

.ivim-injection-instructions .ivim-faq .accordion-item:first-child {
  border-top: none !important;
}

.ivim-injection-instructions .ivim-faq .accordion-button {
  color: var(--brand-dark-green) !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  background-color: transparent !important;
}

.ivim-injection-instructions .ivim-faq .accordion-button .icon {
  color: var(--brand-dark-gray) !important;
}

@media (max-width: 1024px) {
  .ivim-injection-instructions .container {
    width: 90%;
    max-width: unset;
  }

  .ivim-injection-instructions .ivim-injection-instructions-video {
    width: 90%;
    max-width: unset;
  }

  .ivim-injection-instructions p:not(.ivim-injection-instructions-steps p) {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .ivim-injection-instructions h1 {
    font-size: 42px !important;
    line-height: 42px !important;
  }

  .ivim-injection-instructions h2 {
    font-size: 36px !important;
    line-height: 39.6px !important;
  }

  .ivim-injection-instructions h3.subtitle {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .ivim-injection-instructions .pill {
    border-radius: unset !important;
  }

  .ivim-injection-instructions-tips .col-12 img:not(.injection-tips-img) {
    position: relative;
    max-width: unset;
    width: 150vw;
    top: 45%;
    left: -60vw;
  }

  .ivim-injection-instructions-tips .col-12:has(img:not(.injection-tips-img)) {
    height: 80vw;
    overflow: hidden;
  }
}

/* IVIM CANCELLATION CONFIRMATION TEMPLATE */
.ivim-cancellation-confirmation {
  overflow: hidden;
}

.ivim-cancellation-confirmation h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.ivim-cancellation-confirmation p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--brand-dark-green);
  font-family: 'Poppins', sans-serif;
}

.ivim-cancellation-confirmation hr {
  border-top: 1px solid var(--light-gray);
  width: 100%;
  margin: 20px 0;
}

/* IVIM FULLSCREEN CHAT TEMPLATE IVIM FULLSCREEN CHAT TEMPLATE IVIM FULLSCREEN CHAT TEMPLATE */
.ivim-fullscreen-chat {
  min-height: 100vh;
  width: 100%;
}

.ivim-fullscreen-chat #chat-container {
  min-height: 100vh;
  height: 100%;
  width: 100%;
}

.ivim-fullscreen-chat #web-messenger-container {
  height: 95vh;
}

/* IVIM CONDITIONAL PAGES TEMPLATE IVIM CONDITIONAL PAGES TEMPLATE IVIM CONDITIONAL PAGES TEMPLATE */

.conditional-page {
  text-align: center;
  min-height: 100vh;
  padding: 60px 0;
  text-wrap: balance;
}

/* IVIM FOOTER TEMPLATE IVIM FOOTER TEMPLATE IVIM FOOTER TEMPLATE */

.ivim-footer_logo {
  position: relative;
  top: 40%;
  display: block;
  width: 171px;
}

ul#menu-ivim-footer-right,
ul#menu-ivim-footer-left {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul#menu-ivim-footer-right > li,
ul#menu-ivim-footer-left > li {
  line-height: 2.5em;
}

.ivim-footer .text-white a {
  color: white !important;
}

.ivim-footer .footer-title {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 50px;
}

#ivim-footer-dark .footer-title {
  color: var(--light-green);
}

.ivim-footer .menu-item {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.ivim-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ivim-footer ul li {
  margin-bottom: 10px;
}

.ivim-footer .footer-disclaimer {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

/* IVIM MODAL TEMPLATE IVIM MODAL TEMPLATE IVIM MODAL TEMPLATE */
.ivim-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
}

.ivim-modal-overlay .card {
  position: relative;
  margin: 20px;
  max-width: 620px;
}

.ivim-modal-overlay .close-btn {
  position: absolute;
  right: 0;
  top: -1rem;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.modal-actions {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.modal-copy {
  text-align: center;
  font-size: 16px;
}

.ivim-modal-overlay h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin: 1rem;
}

.ivim-modal-overlay p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 1rem;
  text-align: left;
}

@media (max-width: 768px) {
  .ivim-modal-overlay .card {
    max-width: 100%;
  }
}


/* Start direct pay next steps */

.direct-pay-next-steps {
  min-height: 100vh;
  padding: 80px 0;
}

.direct-pay-next-steps .direct-pay-next-steps__header {
  border-bottom: 2px solid var(--light-palette-gray-50);
  padding: 18px 18px 18px 40px;
  position: relative;
}

.direct-pay-next-steps__warning-dot {
  border-radius: 50%;
  min-width: 11px;
  min-height: 11px;
  background-color: var(--light-text-icon-danger);
  position: absolute;
  top: 22px;
  left: 18px;
}

.direct-pay-next-steps .direct-pay-next-steps__header h1 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.direct-pay-next-steps .direct-pay-next-steps__body {
  padding: 20px 40px 30px;
}

.direct-pay-next-steps .direct-pay-next-steps__body p {
  font-size: 12px;
  line-height: 16px;
}

.direct-pay-next-steps .direct-pay-next-steps__body img {
  width: 308px;
  margin: 10px auto 20px;
}

/* END direct pay next steps */

/* WOOCOMMERCE  */

/* my account */
/* my account */
.woocommerce-MyAccount-navigation {
  width: 100%;
}

.woocommerce-MyAccount-navigation select {
  background-color: #353840;
  color: white;
}
/* have to hide the button so it doesnt render before the jquery has a chance to replace it */
table.shop_table.subscription_details a.cancel {
  visibility: hidden;
}
/* needed to remove user agent and misc stylesheet targeting address 'required' asterisk */
.woocommerce-address-fields abbr[title],
.woocommerce-form__label.woocommerce-form__label-for-checkbox abbr[title] {
  text-decoration: none;
  border-bottom: none;
}

/* shipping */
.confirm-shipping .body {
  border: 5px;
  border-radius: 10%;
  margin: 0.5% 1% 2% 1%;
}

.confirm-shipping .message {
  font-size: small;
  margin: 0% 0% 1% 0%;
}

.confirm-shipping .message .bold {
  font-weight: bold;
}

/* checkout */

@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-error {
    margin-top: 100px !important;
  }
}

/* hide the line items in the shipping ui */
.fc-step__substep-text-content.fc-step__substep-text-content--shipping_method > .fc-step__substep-text-line:first-child,
.fc-step__substep-text-content.fc-step__substep-text-content--shipping_method > .fc-step__substep-text-line:not(:nth-child(2)) {
  display: none;
}

.woocommerce-shipping-contents {
  display: none;
}

.woocommerce-terms-and-conditions-link,
.woocommerce-privacy-policy-link {
  color: #8a61af;
}

.cart-item__element.cart-item__price {
  display: none !important;
}

.cart-item__element.cart-item__meta {
  display: none !important;
}

.cart_item .product-total {
  width: 40% !important;
}

.cart_item .product-name {
  width: 60% !important;
}

.subscription-details .woocommerce-Price-currencySymbol {
  margin-left: 5px;
}

.fc-checkout-back-bar {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 300;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.fc-checkout-back-bar__button {
  width: 120px !important;
  height: 35px !important;
}

@media (min-width: 1000px) {
  .fc-checkout-back-bar {
    position: static;
  }
  .fc-checkout-back-bar__button {
    width: 110px !important;
    height: 40px !important;
  }
}

.fc-confirmation-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(55, 57, 70, 0.8);
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.fc-confirmation-modal.show {
  display: flex;
  opacity: 1;
}

.fc-confirmation-modal__content {
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.fc-confirmation-modal__content h3 {
  font-family: 'Poppins', sans-serif !important;
}

.fc-confirmation-modal__buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

.fc-confirmation-modal__buttons a {
  padding: 15px !important;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .fc-confirmation-modal__content {
      max-width: 90%;
      padding: 15px;
  }
}


/* UNKNOWN */

.top-ribbon {
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
}

.page-id-412530
  div.woocommerce
  .fc-wrapper
  #order_review
  table.woocommerce-checkout-review-order-table
  .product-quantity {
  display: none !important;
}

/* HRT Lander Styles & Shared GLP-1 ID Styles */
.font-karmina {
  font-family: Karmina;
}

.font-poppins { 
  font-family: 'Poppins', sans-serif; 
}

.hrt .text-sm,
.glp1-id .text-sm { font-size: 14px; }

.hrt-gradient-bg-black {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 38.75%, rgba(0, 0, 0, 0.70) 100%);
  opacity: 0.6;
}

@media (min-width: 992px) {
  .hrt-gradient-bg-black {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 29.07%, rgba(0, 0, 0, 0.60) 100%);
  }
}

.hrt-gradient-bg-gray {
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

@media (min-width: 768px)  {
  .hrt .mobile-break, 
  .glp1-id .mobile-break { 
    display: none; 
  }
}

.border-fog-gray {
  border-color: #D9D8D8;
}

/* HRT HEADINGS */
.hrt h2:not(.accordion-header),
.glp1-id h2:not(.accordion-header):not(.hero-heading):not(.glp1-hero-heading) {
  color: var(--brand-dark-gray);
  font-size: 36px;
  line-height: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.16px;
}

.glp1-id h2:not(.accordion-header):not(.hero-heading):not(.glp1-hero-heading) {
  line-height: 38px;
}

.hrt h1 {
  font-size: 42px;
  line-height: 43px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.68px;
}

.hrt-affects h2,
.hrt .hrt-hero h2  {
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: -1.52px;
}

/* HRT HERO */
.hrt-hero {
  background-position: calc(33% + 33vw) center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
}

@media (min-width: 576px) {
  .hrt-hero {
    background-position: -45px center;
  }
}

@media (min-width: 992px) {
  .hrt-hero {
    background-position: center center;
  }
  .hrt .hrt-hero h2  {
    font-size: 42px;
  }
}

.hrt-hero p {
  line-height: 20px;
}

.hrt-heading .program-col,
.glp1-id-heading .program-col {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.9px;
}

.hrt-heading .program-col img:nth-of-type(2) {
  margin-left: -22px;
}

/* STICKY HRT HEADER */
body.page-template-ivim-hrt-landing .navbar.fixed-top,
body.page-template-ivim-glp1-id-landing .navbar.fixed-top {
  box-shadow: none !important;
}

.hrt-heading.sticky,
.glp1-id-heading.sticky {
  display: none;
  top: 76px;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.15) 5px 2px 15px;
}

body.admin-bar .hrt-heading.sticky,
body.admin-bar .glp1-id-heading.sticky {
  top: 108px;
}

.hrt-heading.sticky button {
  font-size: 13px;
  line-height: 14px;
  padding: 14px 16px;
}

@media (max-width: 413px) {
  .hrt-heading.sticky .program-col,
  .glp1-id-heading.sticky .program-col {
    font-size: 10.5px;
    line-height: 14px;
    letter-spacing: 0.5px;
  }
  .hrt-heading.sticky button,
  .glp1-id-heading.sticky button {
    font-size: 12px;
    line-height: 13px;
  }
}

@media (max-width: 359px) {
  .hrt-heading.sticky .program-col {
    font-size: 9px;
    line-height: 12px;
  }
}

.hrt-icon-circle {
  width: 60px;
  height: 60px;
}

.hrt-how-it-works .hrt-icon-circle {
  width: 40px;
  height: 40px;
}

/* SYMPTOMS SCROLLER  */
.hrt-symptoms-scroller .sympton:nth-child(6n+1) {
  background-color: rgba(183, 220, 186, 0.2);
}
.hrt-symptoms-scroller .sympton:nth-child(6n+2) {
  background-color: rgba(183, 220, 186, 1); 
}
.hrt-symptoms-scroller .sympton:nth-child(6n+3) {
  background-color: rgba(183, 220, 186, 0.3); 
}
.hrt-symptoms-scroller .sympton:nth-child(6n+4) {
  background-color: rgba(183, 220, 186, 0.8);
}
.hrt-symptoms-scroller .sympton:nth-child(6n+5) {
  background-color: rgba(183, 220, 186, 0.4);
}
.hrt-symptoms-scroller .sympton:nth-child(6n) {
  background-color: rgba(183, 220, 186, 0.6);
}

.hrt-symptoms-scroller .scroller .symptoms-list {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  animation: scroll 40s linear infinite;
  min-width: 100%;
}

.hrt-symptoms-scroller .scroller.paused .symptoms-list,
.hrt-symptoms-scroller .scroller:hover .symptoms-list {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* SLICK SLIDERS  */
.hrt .slick-next,
.hrt .slick-prev,
.glp1-id-carousel .slick-next,
.glp1-id-carousel .slick-prev {
  border-radius: 50%;
  padding: 14px;
  width: 52px;
  height: 52px;
}
.hrt .slick-next,
.hrt .slick-prev {
  background: #fff !important;
}

.glp1-id-carousel .slick-next,
.glp1-id-carousel .slick-prev {
  background: var(--light-surface-neutral-30) !important;
}

.hrt .slick-arrows,
.glp1-id-carousel .slick-arrows {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  left: 0;
  margin-top: 10.5%;
}

.hrt .slick-prev,
.glp1-id-carousel .slick-prev {
  left:0;
}

.hrt .slick-next,
.glp1-id-carousel .slick-next {
  right:0;
}
.hrt .slick-dots li,
.glp1-id-carousel .slick-dots li {
  margin: 0;
  width: 18px;
  height: 18px;
}
.hrt .slick-dots li button,
.glp1-id-carousel .slick-dots li button {
  padding: 0;
}
.hrt .slick-dots li button:before,
.glp1-id-carousel .slick-dots li button:before {
  font-size: 11px;
}

.hrt .slick-next:before,
.hrt .slick-prev:before,
.glp1-id-carousel .slick-next:before,
.glp1-id-carousel .slick-prev:before {
  display: none;
}

.hrt-benefits .slick-slide img,
.glp1-id-carousel .slick-slide img {
  width:70%
}

.glp1-id-carousel .slick-slide img {
  width:61%
}

.hrt-prescribed .slick-slide img {
  height: 264px;
  width:auto;
}

.hrt #prescribed-carousel-arrows {
  margin-top: 154px;
}

@media (max-width: 991px) {
  .hrt-slick-wrapper,
  .glp1-id-slick-wrapper {
    max-width:400px;
  }
  .hrt-benefits .slick-slide img,
  .glp1-id-carousel .slick-slide img {
    width:63%
  }
  .hrt .slick-arrows,
  .glp1-id-carousel .slick-arrows {
    margin-top: 28%;
  }
}

.hrt .slick-carousel h5 {
  font-size: 16px;
  line-height: 24px;
}

.glp1-id-carousel .slick-carousel h5 {
  font-size: 20px;
  line-height: 24px;
}

.hrt .slick-carousel p {
  font-size: 14px;
  line-height: 21px;
}
.glp1-id-carousel .slick-carousel p {
  font-size: 16px;
  line-height: 27px;
}

/* PRICING */
.hrt-pricing h3 {
  font-size: 27px;
  line-height: 38px;
  letter-spacing: -0.54px;
}

/* HOW IT WORKS */
.hrt-how-it-works .step:not(:last-child):before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: var(--neutral-tint-1);
  top: 40px;
  left: 25px;
  display: block;
}

/* IVIM ADVANTAGE */
.hrt-advantage-list {
  line-height: 18px;
}

@media (max-width: 992px) {
  .hrt-advantage-img {
    height: 230px;
    overflow: hidden;
  }
  .hrt-advantage-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 45% center;
  }
  .hrt-advantage-list {
    line-height: 18px;
  }
  .hrt-advantage-list > div:before{
    content: '.';
    position: absolute;
    left: -5px;
    top: 0px;
    font-size: 36px;
    color: var(--brand-dark-gray);
  }
}

/* ACCORDION */
.hrt-faq .accordion-item,
.glp1-id-faq .accordion-item {
  border-bottom: 1px solid #E5E5E5 !important;
  background-color: transparent;
  color: var(--brand-dark-gray);
}

.hrt-faq .accordion-item a,
.glp1-id-faq .accordion-item a {
  color: var(--brand-dark-gray);
  text-decoration: underline;
  font-weight: 600;
}

.hrt-faq .accordion-header .icon,
.glp1-id-faq .accordion-header .icon {
  font-size:20px;
}

.hrt-faq .accordion-header .icon.rotated,
.glp1-id-faq .accordion-header .icon.rotated {
  transform: none;
}

.hrt-faq .accordion-button,
.glp1-id-faq .accordion-button {
  line-height: 21px;
}
.hrt-faq .accordion-button::after,
.glp1-id-faq .accordion-button::after {
  display: none;
}

.hrt-faq .accordion-button:not(.collapsed),
.glp1-id-faq .accordion-button:not(.collapsed) {
  color: var(--brand-dark-gray);
  background-color: transparent;
  font-weight: 600;
}

/* TESTIMONIALS */
.hrt-testimonial-card {
  flex: 0 0 70%;
  scroll-snap-align:none;
  max-width: 319px;
}

/* TESTIMONIALS CUSTOM SCROLLBAR */
body.no-select {
  user-select: none;
}

.hrt-scroll-wrapper,
.ivim-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.hrt-scroll-wrapper::-webkit-scrollbar,
.ivim-scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.hrt-scrollbar-track,
.ivim-scrollbar-track {
  position: absolute;
  bottom: 0;
  left: 12px;
  height: 3px;
  width: calc(100% - 24px);
  background: #D9D9D9;
  z-index: 1;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.hrt-scrollbar-thumb,
.ivim-scrollbar-thumb {
  height: 3px;
  background: var(--darker-teal);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.hrt-scroll-content,
.ivim-scroll-content {
  display: flex;
  gap: 1rem;
}

.hrt-scroll-content::before,
.hrt-scroll-content::after,
.ivim-scroll-content::before,
.ivim-scroll-content::after {
  content: '';
  flex-shrink: 0;
  width: 24px;
}

@media (min-width: 992px) {
  .hrt-scroll-content::before,
  .hrt-scroll-content::after,
  .ivim-scroll-content::before,
  .ivim-scroll-content::after {
    width: 57px;
  }
  .hrt-scrollbar-track,
  .ivim-scrollbar-track {
    left:48px;
    width: calc(100% - 96px);
  }
}

/* COMPARISON GRID */
.hrt-comparison-grid,
.glp1-id-comparison-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  line-height: 15px;
}

@media (min-width: 768px) {
  .hrt-comparison-grid,
  .glp1-id-comparison-grid  {
    grid-template-columns: 0.9fr 1fr 1fr 1fr;
  }
}

.hrt-comparison-grid .cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.glp1-id-comparison-grid .cell {
  border-bottom: 1px solid rgba(71, 70, 66, 0.05);
}

.glp1-id-comparison-grid .border-btm-md-gray {
  border-bottom: 1px solid var(--medium-gray);
}

.hrt-comparison-grid .label,
.glp1-id-comparison-grid .label {
  border-top: 1px solid rgba(217, 217, 217, 0.20);
}

.hrt-comparison-grid i.fa-x,
.glp1-id-comparison-grid i.fa-x {
  color: var(--light-gray);
}

.hrt-comparison-header:not(.empty),
.glp1-id-comparison-header:not(.empty) {
  background-color: #D9D9D9;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.hrt-comparison-header.ivim {
  background-color: #356B5D;
  letter-spacing: 2px;
}

.glp1-id-comparison-header.ivim {
  background-color: var(--medium-gray);
  letter-spacing: 2px;
}

.hrt-comparison-grid > :nth-last-child(-n+3),
.glp1-id-comparison-grid > :nth-last-child(-n+3) {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* DISCLAIMER */
.hrt .disclaimer,
.hrt .disclaimer a {
  color: var(--gray) !important;
}

.hrt .disclaimer a {
  font-style: italic;
}

.hrt .disclaimer a,
.glp1-id .disclaimer a {
  text-decoration: underline;
}
/* END HRT Lander Styles & Shared GLP1-ID Styles */

/* GLP-1 ID Styles */
.glp1-id .bg-custom-gray {
  background-color: #C5C5C5;
}

.glp1-id br.md-br,
.glp1-id br.lg-br {
  display: none;
}
@media (min-width: 768px) {
  .glp1-id br.md-br {
    display: block;
  }
}
@media (min-width: 992px) {
  .glp1-id br.lg-br {
    display: block;
  }
}

.glp1-id-hero {
  background: linear-gradient(0deg, #5A6859 59.03%, #8DA98B 140.42%);
}

.ivim-glp1-hero {
  min-height: 60vh;
  background-size: cover !important;
  background-position: center !important;
}

@media (min-width: 768px) {
  .glp1-id-hero {
    background: linear-gradient(290deg, #5A6859 45.02%, #8DA98B 100.01%);
  }
}


.glp1-id-hero,
.ivim-glp1-hero {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .glp1-id-hero .col-md-8.col-lg-6,
  .ivim-glp1-hero .col-md-8.col-lg-6 {
    width: 50%; /* Fixes Bug  */
  }
}

.glp1-id-hero h2,
.ivim-glp1-hero h2 {
  font-size: 44px;
  line-height: 46px;
  letter-spacing: -0.44px;
}

.glp1-id-hero .hero-body,
.ivim-glp1-hero .glp1-hero-body {
  line-height: 24px;
  opacity: 0.8;
}

@media (min-width: 992px) {
  .glp1-id-hero h2,
  .ivim-glp1-hero h2 {
    font-size: 74px;
    line-height: 70px;
  }
  .glp1-id-hero .hero-body,
  .ivim-glp1-hero .glp1-hero-body {
    line-height: 28px;
  }
}

.ivim-home .ivim-glp1-hero .glp1-hero-heading {
  font-family: Karmina;
  font-weight: 400;
  font-size: 52px;
  line-height: 48px;
  letter-spacing: -0.44px;
}

.ivim-home .supplements-hero .glp1-hero-heading {
  font-family: Karmina;
  font-weight: 400;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.44px;
}

.ivim-home .glp1-id-pricing .text-xl,
.glp1-id .glp1-id-pricing .text-xl {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.925px;
}

.glp1-id .glp1-id-results .text-xl {
  font-size: 46px;
  line-height: 54px;
  letter-spacing: -0.925px;
}

@media (min-width: 410px) {
  .glp1-id .glp1-id-pricing .text-xl {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .glp1-id .glp1-id-pricing .text-xl {
    font-size: 46px;
    line-height: 60px;
  }
}

.glp1-id-carousel {
  background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/glp1-id/how_it_works_background-min.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.glp1-id-what-is img {
  width: auto;
  height: 36px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.glp1-id-what-is .font-karmina {
  font-size: 40px;
  line-height: 50px;
}

.glp1-id-pricing .container {
  max-width: 565px;
}

.glp1-id-pricing:before,
.glp1-id-results:before {
  border-radius: 1267px;
  background: radial-gradient(50% 50% at 50% 50%, #EBFBEC 41.35%, #FFF 100%);
  filter: blur(14px);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 100%;
}

.glp1-id-results .lh-sm {
  font-size:12px;
}

.glp1-id-results sup {
  font-size: 1.8rem;
  top: -2.3rem;
}

@media (min-width: 992px) {
  .glp1-id-results {
    background-color: transparent;
  }
}

@media (max-width: 991.98px) {
  .glp1-id-results:before {
    border-radius: 633px;
    background: radial-gradient(50% 50% at 50% 50%, #EBFBEC 41.35%, #F1EFED 100%);
    filter: blur(14px);
  }
}

.glp1-id-results .container {
  max-width: 480px;
}

.glp1-id-journey .col-12:after {
  content: '';
  position: absolute;
  background: #5A6859;
  height: 110%;
  width: 1px;
  left: 50%;
  top: 100%;
}

.glp1-id-journey .col-12:last-child:after {
  height: 58px;
}

.glp1-id-journey .fa-arrow-right {
  line-height: 10px;
  font-size: 8px;
  color: #5A6859;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: rotate(90deg);
  margin: -11px 0 0 -3px;
}

.glp1-id-journey .fa-arrow-right.last {
  top: calc(100% + 52px);
  margin: 0 0 0 -3px;
}

.glp1-id-journey .col-12 {
  background: var(--light-surface-neutral-30);
  border: 1px solid var(--brand-dark-green);
  margin-bottom: 48px;
}

.glp1-id-journey .desc {
  font-size: 12px;
  line-height: 15px;
}

@media (min-width: 992px) {
  .glp1-id-journey .col-12  {
    border: none !important;
    background: transparent !important;
    margin-bottom: 0;
  }
  .glp1-id-journey .col-12 span {
    background-color: #FFFFFF !important;
  }
  .glp1-id-journey .fa-arrow-right {
    line-height: 10px;
    position: absolute;
    top: 7px;
    font-size: 8px;
    color: #5A6859;
    margin: 0;
    left: -7px;
    transform: none;
  }
  .glp1-id-journey .step {
    font-weight: bold;
    line-height: 20px;
  }
  .glp1-id-journey .desc {
    font-size: 15px;
    line-height: 20px;
  }

  .glp1-id-journey .col-12:not(:last-child):after {
    content: '';
    position: absolute;
    background: #5A6859;
    width: 100%;
    height: 1px;
    bottom: auto;
    top: 20px;
    left: 50%;
  }
  .glp1-id-journey .col-12:last-child:after,
  .glp1-id-journey .col-12:last-child .fa-arrow-right.last {
    display: none;
  }
}

.glp1-id-providers .provider-scroll,
.ivim-providers .provider-scroll {
  margin-right: calc(var(--bs-gutter-x) * .5 * -1);
  margin-left: calc(var(--bs-gutter-x) * .5 * -1);
}
@media (max-width: 991.98px) {
  .glp1-id-founded .body,
  .ivim-founded .body {
    font-size: 14px;
    line-height: 22px;
    color: var(--brand-dark-green);
  }
  .glp1-id-founded .body p:first-child,
  .ivim-founded .body p:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* IVIM HOME PAGE STYLES */

/* hero section styling */
.ivim-home .supplements-hero {
  background: #CAB8AA;
}
@media (min-width: 992px) {
  .ivim-home .supplements-hero {
    background: #CAB8AA
  }
}
@media (min-width: 1280px) {
  .ivim-home .supplements-hero .col-md-8.col-lg-6 {
    width: 50%;
  }
}

.ivim-home .supplements-hero h2 {
  font-size: 44px;
  line-height: 46px;
  letter-spacing: -0.44px;
}

.ivim-home .supplements-hero .glp1-hero-body {
  line-height: 24px;
  opacity: 0.8;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .ivim-home .supplements-hero h2 {
    font-size: 74px;
    line-height: 70px;
  }
  .ivim-home .supplements-hero .glp1-hero-body {
    line-height: 28px;
    margin-left: 0;
    margin-right: 0;
  }
}

  .ivim-home .ivim-glp1-hero .glp1-hero-body {
    color: var(--medium-gray);
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.76px; /* -4% of 19px */
    max-width: 440px;
    margin: 34px 0;
  }

  .ivim-home .supplements-hero .glp1-hero-body {
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.76px; /* -4% of 19px */
    max-width: 353px;
  }

.ivim-home .supplements-hero {
  display: flex;
  align-items: flex-start;
  background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/home/supplements-hero-mobile.webp);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 487px;
}

@media (min-width: 992px) {
  .ivim-home .supplements-hero {
    background-image: url(https://media-s3-cdn.ivimhealth.com/assets/images/pages/home/supplements-hero.webp);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    align-items: center;
  }
}


.ivim-home .hrt-hero h2  {
  color: #FFF;
  font-family: Karmina;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.64px;
}

.ivim-home .hrt-hero .hero-body {
  max-width: 422px;
}

@media (min-width: 992px) {
  .ivim-home .hrt-hero h2  {
    font-size: 44px;
    line-height: 46px;
    letter-spacing: -0.44px;
  }
}

.ivim-home .hero-image-container {
  position: relative;
}

.ivim-home .hero-checkmark {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #82B29A;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ivim-home h2.font-karmina {
  letter-spacing: -0.03em;
}

/* comparison grid styling */
.ivim-home .ivim-comparison-grid {
  display: grid;
  grid-template-columns: minmax(180px, 212px) minmax(180px, 212px) minmax(180px, 212px) minmax(180px, 212px);
  margin: 0 auto;
  width: fit-content;
  column-gap: 4px;
  row-gap: 0;
  max-width: 100%;
  line-height: 15px;
  border-radius: 20px;
  overflow: hidden;
}

.ivim-home .ivim-comparison-grid .cell {
  border-bottom: none;
  border-radius: 0;
}

.ivim-home .ivim-comparison-grid .label {
  border-top: none;
  border-radius: 0;
}

.ivim-home .ivim-comparison-grid i.fa-x {
  color: var(--light-gray);
}

.ivim-home .ivim-comparison-header:not(.empty) {
  background-color: #D9D9D9;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.ivim-home .ivim-comparison-header.ivim {
  background-color: #356B5D;
  letter-spacing: 2px;
}

.ivim-home .ivim-comparison-grid > :nth-last-child(-n+4) {
  /* round the bottom cell of each column */
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}



/* call to action section styling */
.ivim-home .cta-list {
  line-height: 18px;
}

.ivim-home .cta-img img {
  height: 513px;
  width: 492px;
  object-fit: cover;
  object-position: 45% center;
}

.ivim-home .bullet {
  color: #4F6B5B;
  font-weight: bold;
  font-size: 1.2em;
}

/* testimonials styling */
.ivim-home .testimonial-card {
  flex: 0 0 70%;
  scroll-snap-align: none;
  max-width: 319px;
  transition: transform 0.3s ease;
  background-color: white;
}

.ivim-home .testimonial-card:hover {
  transform: translateY(-5px);
}

/* providers section styling */
.ivim-home .providers-grid {
  max-width: 800px;
  margin: 0 auto;
}

.ivim-home .provider-image img {
  transition: transform 0.3s ease;
}

.ivim-home .provider-image img:hover {
  transform: scale(1.1);
}

/* founded section styling */
.ivim-home .founded-image img {
  transition: transform 0.3s ease;
}

.ivim-home .founded-image img:hover {
  transform: scale(1.05);
}

/* mobile responsive adjustments */
@media (max-width: 991.98px) {
  .ivim-home .ivim-comparison-grid {
    grid-template-columns: 1fr;
    gap: 1px;
  }
  
  .ivim-home .ivim-comparison-header {
    border-radius: 0;
    margin-bottom: 1px;
  }
  
  .ivim-home .ivim-comparison-grid .label {
    border-radius: 0;
    margin-bottom: 1px;
    border-right: none;
  }
  
  .ivim-home .ivim-comparison-grid .cell {
    border-radius: 0;
    margin-bottom: 1px;
    border-right: none;
  }
  .ivim-home .ivim-comparison-grid > .ivim-comparison-header:first-child {
    border-radius: 8px 8px 0 0;
  }
  .ivim-home .ivim-comparison-grid > :nth-last-child(-n+4) {
    border-radius: 0 0 8px 8px;
  }
}

/* responsive comparison grid adjustments */
@media (max-width: 1200px) {
  .ivim-home .ivim-comparison-grid {
    grid-template-columns: minmax(160px, 200px) minmax(160px, 200px) minmax(160px, 200px) minmax(160px, 200px);
    row-gap: 0;
  }
}

@media (max-width: 992px) {
  .ivim-home .ivim-comparison-grid {
    grid-template-columns: minmax(140px, 180px) minmax(140px, 180px) minmax(140px, 180px) minmax(140px, 180px);
    row-gap: 0;
  }
}

@media (max-width: 768px) {
  .ivim-home .ivim-comparison-grid {
    grid-template-columns: minmax(90px, 130px) minmax(90px, 130px) minmax(90px, 130px) minmax(90px, 130px);
    column-gap: 1px;
    row-gap: 0;
  }
  
  .ivim-home .ivim-comparison-grid .cell {
    padding: 12px 6px;
    font-size: 9px;
    height: auto;
    min-height: 45px;
    margin: 0;
  }
  
  .ivim-home .ivim-comparison-grid .label {
    font-size: 8px;
    padding: 10px 6px;
    margin: 0;
  }
  
  .ivim-home .ivim-comparison-header {
    font-size: 8px;
    height: auto;
    min-height: 45px;
    margin: 0;
  }
}

@media (max-width: 576px) {
  .ivim-home .ivim-comparison-grid {
    grid-template-columns: minmax(70px, 110px) minmax(70px, 110px) minmax(70px, 110px) minmax(70px, 110px);
    column-gap: 0;
    row-gap: 0;
  }
  
  .ivim-home .ivim-comparison-grid .cell {
    padding: 8px 4px;
    font-size: 8px;
    height: auto;
    min-height: 40px;
    margin: 0;
  }
  
  .ivim-home .ivim-comparison-grid .label {
    font-size: 7px;
    padding: 8px 4px;
    margin: 0;
  }
  
  .ivim-home .ivim-comparison-header {
    font-size: 7px;
    height: auto;
    min-height: 40px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .ivim-home .ivim-comparison-grid {
    grid-template-columns: minmax(60px, 90px) minmax(60px, 90px) minmax(60px, 90px) minmax(60px, 90px);
    column-gap: 0;
    row-gap: 0;
  }
  
  .ivim-home .ivim-comparison-grid .cell {
    padding: 6px 3px;
    font-size: 7px;
    height: auto;
    min-height: 35px;
    margin: 0;
  }
  
  .ivim-home .ivim-comparison-grid .label {
    font-size: 6px;
    padding: 6px 3px;
    margin: 0;
  }
  
  .ivim-home .ivim-comparison-header {
    font-size: 6px;
    height: auto;
    min-height: 35px;
    margin: 0;
  }
}

.comparison-title {
  color: var(--brand-dark-gray);
  font-family: Karmina;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 105.556% */
  letter-spacing: -2.16px;
}

.ivim-comparison-header {
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px; /* 150% */
}

.ivim-comparison-header.ivim {
  background-color: #444E43 !important;
  color: #FFF;
}

.ivim-comparison-header.other,
.ivim-comparison-header.traditional {
  background-color: #D9D9D9;
}

.ivim-comparison-grid .cell.bg-dark {
  border-bottom: none;
  background: #5A6859 !important;
}

.ivim-comparison-grid .cell {
  height: auto;
  min-height: 60px;
  padding: 22px 13px;
}

.ivim-comparison-header {
  height: auto;
  min-height: 60px;
}



.ivim-comparison-grid .fa-check {
  color: #B7DCBA;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ivim-comparison-grid .label {
  color: var(--brand-dark-gray);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px; /* 150% */
}

.ivim-comparison-grid .cell {
  color: #ADADAB !important;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px; /* 136.364% */
}

.ivim-comparison-table {
  background: var(--light-surface-neutral-30, #F1EFED);
}

.ivim-home-cta {
  height: 623px;
  display: flex;
  align-items: center;
}

.ivim-home-cta .container {
  height: 100%;
}

.cta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ivim-home-cta .row {
  height: 100%;
  align-items: stretch;
}

.ivim-home-cta .col-lg-6:last-child {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}

.ivim-home-cta .cta-list {
  flex-grow: 1;
}

.ivim-home-cta .cta-img {
  display: flex;
  justify-content: flex-end;
}

.ivim-home-cta .col-lg-6:last-child {
  height: 100%;
}

.ivim-home-cta h2 {
  color: var(--brand-dark-gray);
  font-family: Karmina;
  font-size: 36px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 38px; /* 105.556% */
  letter-spacing: -2.16px;
}

.ivim-home-cta .cta-list li span {
  color: var(--brand-dark-gray);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.ivim-home-cta .cta-list li {
  margin-bottom: 20px !important;
}

.ivim-home-cta .cta-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ivim-home-cta .btn {
  display: flex;
  width: 290px !important;
  height: 50px !important;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
}

/* responsive: allow auto height below lg */
@media (max-width: 991.98px) {
  .ivim-home-cta {
    height: auto;
  }
  .ivim-home-cta .container {
    max-width: 100%;
  }
  .ivim-home-cta .container,
  .ivim-home-cta .row,
  .ivim-home-cta .col-lg-6:last-child,
  .ivim-home-cta .cta-list {
    height: auto;
  }
  .ivim-home-cta .cta-img img {
    height: auto;
    width: 100%;
  }
}

/* media strip */
.ivim-media-strip {
  background: #fff; /* white strip */
  height: 90px;
  display: flex;
  align-items: center;
}
.ivim-media-strip .container {
  height: 100%;
}
.ivim-media-strip .media-strip-inner {
  height: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr; /* even spread */
  column-gap: 24px;
  align-items: center;
}
.ivim-media-strip img {
  max-height: 35px;
  width: auto;
  justify-self: center;
}
/* END IVIM HOME PAGE STYLES */

/* IVIM LEGAL TEMPLATE STYLES */
.legal-page-title, .legal-page-section-title {
  font-size: 2rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.legal-page-section {
  scroll-margin-top: 70px;
}

.legal-page-toc-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.48px;
  color: var(--brand-dark-gray);
  font-family: Poppins;
}
/* END IVIM LEGAL TEMPLATE STYLES */

/* IVIM TEXT BLOCK TEMPLATE STYLES */
.ivim-text-block {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: var(--light-surface-neutral-30);
  padding: 20px 0 200px;
}

.ivim-text-block .container {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 0;
}

.ivim-text-block .section-container {
  max-width: 351px;
  margin: 0 auto;
}

.ivim-text-block .hero-section {
  background: var(--brand-dark-green);
  color: #fff;
  padding: 60px 0 40px;
  text-align: left;
  border-radius: 10px 10px 0 0;
}

.ivim-text-block .hero-section .section-divider {
  color: rgba(255, 255, 255, 0.18);
  margin: 30px 0;
}

.ivim-text-block .hero-section h1 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 37.646px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.778px;
  letter-spacing: -0.753px;
  margin-bottom: 16px;
}

.ivim-text-block .hero-section .subtitle {
  color: #fff;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 304px;
}

.ivim-text-block .hero-section .body-text {
  color: #fff;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 24px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.ivim-text-block .content-section {
  padding: 32px 24px;
  background-color: #ffffff;
}

.ivim-text-block .content-section:nth-child(odd) {
  background-color: var(--neutral-tint-3);
}

.ivim-text-block .content-section h2 {
  color: var(--medium-gray);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 16px;
}

.ivim-text-block .content-section p {
  color: var(--medium-gray);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
}

.ivim-text-block .content-section a {
  color: var(--darker-teal);
  text-decoration: underline;
}

.ivim-text-block .disclaimer-section {
  background-color: var(--neutral-tint-3);
  padding: 32px 24px;
  color: rgba(71, 70, 66, 0.70);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 40px;
}

.ivim-text-block .disclaimer-section .section-container {
  max-width: 428px;
  margin: 0 auto;
}

.ivim-text-block .disclaimer-section p {
  margin-bottom: 16px;
  white-space: pre-line;
}

.ivim-text-block .disclaimer-section a {
  color: var(--darker-teal);
  word-break: break-all;
}


/* Print styles for no-index reinforcement */
@media print {
  .ivim-text-block::before {
      content: "This page is not indexed for search engines";
      display: block;
      padding: 1rem;
      background: #fff3cd;
      text-align: center;
      font-weight: bold;
  }
}

/* END IVIM TEXT BLOCK TEMPLATE STYLES */