:root {
  --base-font-size: clamp(0.875rem, 0.6985rem + 0.4706vw, 1rem);
  --base-line-height: 1.33;
  --base-text-color: #414041;
  --base-font-family: "Overpass";

  --font-weight-bold: bold;
  --font-weight-medium: 500;
  --font-weight-light: 300;
  --font-weight-regular: normal;

  --primary-color: #ff5c35;
  --secondary-color: #6d7aa0;

  --header-bg: #6d7aa0;
  --nav-link-color: #fff;

  --nav-link-hover-color: #fe5b34;

  --footer-bg: #f0f2f5;

  --link-color: #fe5b34;

  --h2-font-size: 22px;
  --h2-font-lh: 24px;
  --h2-font-weight: var(--font-weight-bold);

  --h3-font-size: 16px;
  --h3-font-lh: 22px;
  --h3-font-weight: var(--font-weight-bold);
  --btn-base-padding-y: 10px;
  --btn-base-padding-x: 10px;
  --btn-bg: #6d7aa0;
  --btn-color: #fff;
  --btn-font-size: 18px;
  --btn-font-family: var(--base-font-family);
}

@media (max-width: 767.98px) {
  :root {
    --h2-font-size: 18px;
    --h2-font-lh: 20px;
    --h3-font-size: 14px;
    --h3-font-lh: 17px;
  }
}

html {
  height: 100%;
}

body {
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  font-family: var(--base-font-family);
  font-weight: var(--font-weight-regular);
  color: var(--base-text-color);
  min-height: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("../images/bg-img.png");
  background-size: 100%;
}

@media (max-width: 767px) {
  body {
    background-image: url("../images/bg-img-sm.png");
  }
}

a {
  color: var(--link-color);
}

p {
  margin-bottom: 14px;
}

a:hover,
a:focus,
a:active {
  --link-color: #6d7aa0;
  color: var(--link-color);
}

.text-primay {
  color: var(--primary-color);
}

.quantum-footer__inner,
.quantum-top-nav__inner,
.quantum-header__inner,
.quantum-indications .quantum-indications__inner,
.quantum-hero__text,
.demo-shell__fixed-bottom .quantum-isi-tray__content-preview,
.full-width-container > .component-content,
.container-fluid > .component-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .quantum-footer__inner,
  .quantum-top-nav__inner,
  .quantum-header__inner,
  .quantum-indications .quantum-indications__inner,
  .quantum-hero__text,
  .demo-shell__fixed-bottom .quantum-isi-tray__content-preview,
  .full-width-container > .component-content,
  .container-fluid > .component-content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .quantum-footer__inner,
  .quantum-top-nav__inner,
  .quantum-header__inner,
  .quantum-indications .quantum-indications__inner,
  .quantum-hero__text,
  .demo-shell__fixed-bottom .quantum-isi-tray__content-preview,
  .full-width-container > .component-content,
  .container-fluid > .component-content {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .quantum-footer__inner,
  .quantum-top-nav__inner,
  .quantum-header__inner,
  .quantum-indications .quantum-indications__inner,
  .quantum-hero__text,
  .demo-shell__fixed-bottom .quantum-isi-tray__content-preview,
  .full-width-container > .component-content,
  .container-fluid > .component-content {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .quantum-footer__inner,
  .quantum-top-nav__inner,
  .quantum-header__inner,
  .quantum-indications .quantum-indications__inner,
  .quantum-hero__text,
  .demo-shell__fixed-bottom .quantum-isi-tray__content-preview,
  .full-width-container > .component-content {
    max-width: 1086px;
  }
}

.container-fluid {
  max-width: 100%;
  padding-inline: 0;
}

.container-fluid > .component-content {
  max-width: 100%;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.quantum-isi-tray h2 {
  color: var(--primary-color);
  font-size: 16px;
  text-transform: uppercase;
}

.quantum-isi-tray h4 {
  font-size: 1rem;
  margin-bottom: 5px;
}

.quantum-isi-tray p {
  margin-bottom: 0.5rem;
}

.quantum-isi-tray p:last-child {
  margin-bottom: 0;
}

.quantum-isi-tray h2,
.quantum-isi-tray h4 {
  font-weight: var(--font-weight-bold);
}

.demo-shell__fixed-bottom {
  position: fixed;
  transition: all ease 0.2s;
  z-index: 150;
  bottom: 0;
  max-width: 1280px;
  width: 100%;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0 -2px 4px #0003;
}

.demo-shell--hide-fixed-bottom .demo-shell__fixed-bottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.demo-shell__fixed-bottom .quantum-isi-tray__content-preview {
  position: relative;
  font-size: 14px;
}

@media (max-width: 600px) {
  .demo-shell__fixed-bottom .quantum-isi-tray__content-preview {
    padding-top: 0;
    font-size: 12px;
  }

  .quantum-isi-tray h2 {
    font-size: 16px;
  }
}

.quantum-isi-tray__trigger > svg {
  display: none;
}

.quantum-isi-tray__content.quantum-long-form-text {
  padding-bottom: 30px;
}

.references-block {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .promo-splash .promo-text {
    display: flex;
    margin-top: 50px;
    gap: 102px;
    margin-bottom: 0;
  }
}
.promo-splash .promo-text {
  margin-top: 22px;
  margin-bottom: 16px;
}

.promo-splash .quantum-button--secondary {
  width: 340px;
  text-align: left;
  justify-content: flex-start;
  display: flex;
  font-weight: bold;
  height: 63px;
}

.approved-container > .component-content {
  padding-inline: 0;
}
.locator-container > .component-content {
  padding: 0;
  text-align: right;
}

.locator-container a {
  display: inline-block;
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 0;
  box-shadow: -1px 1px 4px #0000006c;
  background-color: #ff5c35;
}

.demo-shell__fixed-bottom .quantum-isi-tray__content-preview,
.quantum-isi-tray {
  font-size: 18px;
  line-height: 22px;
}

.quantum-isi-tray h4 {
  font-size: 18px;
  line-height: 22px;
}

.quantum-isi-tray h2 {
  font-size: 22px;
}

.quantum-isi-tray ul {
  margin-left: 0;
  padding-left: 18px;
}

.quantum-isi-tray ul li {
  margin-bottom: 0.2rem;
}

.quantum-isi-tray ul li::marker {
  color: #ff5c35;
}

.quantum-isi-tray p {
  margin-bottom: 0.8rem;
}

.promo-splash sup {
  top: -0.3em;
}

.jcf-option.jcf-disabled {
  display: block !important;
  pointer-events: none;
  color: #414041;
}

.jcf-list-content > ul {
  padding-top: 7px !important;
  padding-bottom: 10px !important;
}

.jcf-list-content > ul > li:first {
  pointer-events: none;
}

.approved-container .quantum-button {
  box-shadow: 0 6px 0 #6d7aa0;
}

.approved-container .quantum-button::before {
  background-color: #6d7aa0;
}

.no-indication-isi .quantum-indications,
.no-indication-isi #fullIsi {
  display: none !important;
}

.quantum-isi-tray__content-preview ul,
.quantum-isi-tray__content-preview ul > li:last-child {
  margin-bottom: 0;
}

.approved-container .quantum-button {
  justify-content: flex-start;
  padding-left: 0;
}

.approved-container {
  position: relative;
}

.approved-container:before {
  content: "";
  position: absolute;
  background-color: #ff5c35;
  height: 100%;
  width: 130px;
  z-index: 1;
}

.approved-container:after {
  content: "";
  position: absolute;
  background-color: #6d7aa0;
  height: 100%;
  width: 130px;
  left: 0;
  top: 6px;
}

.approved-container .quantum-button .quantum-button__text {
  position: relative;
  z-index: 1;
}

.approved-container .quantum-button {
  width: 228px;
}

@media (max-width: 767px) {
  .approved-container .quantum-button {
    width: 169px;
  }
}

.approved-container > .component-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .approved-container > .component-content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .approved-container > .component-content {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .approved-container > .component-content {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .approved-container > .component-content {
    max-width: 1086px;
  }
}

@media (min-width: 992px) {
  .promo-splash .promo-text {
    margin-top: 50px;
  }
}

.error-page-section a {
  font-size: 14px;
  font-weight: 500;
}

.custom-checkbox a,
.custom-checkbox .text-primay {
  font-weight: bold;
}

.quantum-drop-down-menu
  .quantum-drop-down-menu__list-item:nth-child(1)
  .quantum-drop-down-menu__link-text,
.quantum-drop-down-menu
  .quantum-drop-down-menu__list-item:nth-child(2)
  .quantum-drop-down-menu__link-text,
.quantum-drop-down-menu
  .quantum-drop-down-menu__list-item:nth-child(3)
  .quantum-drop-down-menu__link-text {
  display: block;
}

.quantum-drop-down-menu
  .quantum-drop-down-menu__list-item:nth-child(1)
  .quantum-drop-down-menu__link,
.quantum-drop-down-menu
  .quantum-drop-down-menu__list-item:nth-child(2)
  .quantum-drop-down-menu__link,
.quantum-drop-down-menu
  .quantum-drop-down-menu__list-item:nth-child(3)
  .quantum-drop-down-menu__link {
  background-image: none;
  width: unset;
  height: auto;
}
.jcf-option.jcf-disabled {
  background: none !important;
}
.quantum-drop-down-menu__list .quantum-social_icon {
  display: none !important;
}

/* RC  fixes */
.quantum-drop-down-menu
  .quantum-drop-down-menu__list-item:nth-child(1)
  .quantum-drop-down-menu__link,
.quantum-drop-down-menu
  .quantum-drop-down-menu__list-item:last-child
  > .quantum-drop-down-menu__link {
  font-size: 13px;
}

.references-block {
  font-size: clamp(0.63rem, calc(0.58rem + 0.24vw), 0.75rem);
  line-height: 16px;
  margin-top: clamp(1.13rem, calc(0.56rem + 2.8vw), 2.56rem);
}

.quantum-isi-tray h2 {
  font-size: clamp(1.13rem, calc(1.03rem + 0.49vw), 1.38rem);
}

.approved-container {
  margin-top: clamp(1.13rem, calc(0.95rem + 0.85vw), 1.56rem);
  margin-bottom: clamp(1.75rem, calc(1.21rem + 2.68vw), 3.13rem);
}

.promo-splash .quantum-button--secondary > .quantum-button__text {
  line-height: 22px;
}

.splash-page-footnote {
  margin-top: clamp(1rem, calc(0.34rem + 3.29vw), 2.69rem);
}

.footnote p {
  margin-bottom: clamp(1rem, calc(0.71rem + 1.46vw), 1.75rem);
}

.quantum-indications__title {
  font-weight: var(--font-weight-bold);
}

.demo-shell__fixed-bottom {
  padding-top: 13px;
  padding-bottom: 13px;
}

.connect-header {
  padding-bottom: 18px;
}

.connect-header-brand-promo .promo-text .field-promotext2 {
  font-size: 18px;
  line-height: 22px;
}

.custom-checkbox {
  font-size: 13px;
  line-height: 17px;
}

.text-indent-invert a,
.text-indent-invert .text-primay {
  font-weight: var(--font-weight-bold);
}

.address-box {
  background-color: white;
  border: 1px solid #ff0000;
}

#addsuggbox .text-primary-3 {
  margin-bottom: 8px;
  font-weight: var(--font-weight-bold);
  color: #ff0000;
  font-size: 12px;
  line-height: 20px;
}

#addsuggbox .flex-column {
  padding: 0px;
}

#addsuggbox .add-head {
  font-size: 14px;
  line-height: 20px;
}

.custom-radio {
  border: 1px solid #6d7aa0;
  background: #6d7aa01a 0% 0% no-repeat padding-box;
}

.custom-radio input {
  min-width: 36px;
  height: 36px;
  border: 1px solid #6d7aa0;
  background: #d5d6d9;
}

.custom-radio {
  font-size: 14px;
  line-height: 20px;
  font-weight: var(--font-weight-bold);
  display: flex;
  gap: 10px;
  padding: 10px 17px;
  border: 1px solid #6d7aa0;
  color: #6d7aa0;
  cursor: pointer;
  background: #6d7aa01a 0% 0% no-repeat padding-box;
}

.car_addressErr1.show,
.car_addressErr2.show,
.car_emailErr.show,
.car_phoneErr.show {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  line-height: 20px;
  color: #ff0000;
}

@media (max-width: 767px) {
  .connect-header-brand-promo .promo-text {
    background: none;
  }

  .consent-block-row {
    margin-top: 25px;
  }
}
/* RC  fixes ends*/

.locator-container {
  position: sticky;
  right: 0;
  top: 45%;
}
.quantum-drop-down-menu__link sup {
  /*  top: 3px; */
  /*  margin-right: 3px; */
  font-weight: 100;
}
.quantum-long-form-text > .container {
  position: relative;
}
body:not(.isi-expanded) #closesFullIsi {
  display: none;
}
body.isi-expanded .demo-shell {
  padding-top: 20px;
  box-shadow: 0 -2px 4px #0003;
}

.quantum-isi-tray ul li {
  margin-bottom: 8px;
}

.jcf-select-drop {
  border-radius: 0;
}

.quantum-indications__inner p {
  letter-spacing: -0.04px;
}

@media (max-width: 1199.98px) {
  body:not(.content-pages)
    .quantum-drop-down-menu
    .quantum-drop-down-menu__list-item:last-child {
    border-top: 1px solid #4b5778;
  }
  body:not(.content-pages)
    .quantum-drop-down-menu
    .quantum-drop-down-menu__list-item:last-child
    > .quantum-drop-down-menu__link {
    margin: 10px;
  }
}

@media (max-width: 767px) {
  .locator-container {
    top: 150px;
  }
}
@media (max-width: 1199.98px) {
  body:not(.content-pages)
    .quantum-drop-down-menu
    .quantum-drop-down-menu__list-item:last-child
    > .quantum-drop-down-menu__link {
    margin: 10px;
    padding-top: 7px !important;
  }
}

.locator-container {
  z-index: 1;
}

@media (max-width: 767px) {
  body.open-indication .locator-container {
    top: 200px;
  }
}

body.isi-expanded .quantum-long-form-text #closesFullIsi {
  display: block;
}

#closesFullIsi {
  background-image: url("../images/icon-collapsed.svg");
}

@media (max-width: 767px) {
  body.isi-expanded .demo-shell {
    box-shadow: none;
    filter: drop-shadow(0 -2px 4px #0003);
    background: #fff;
  }

  body.isi-expanded #closesFullIsi {
    top: -41px;
  }
}
@media (max-width: 767px) {
  body.isi-expanded .locator-container {
    z-index: 0;
  }
}
.quantum-indications__inner .quantum-long-form-text p + p {
  margin-top: -5px;
}
@media (min-width: 992px) {
  .quantum-indications__inner .quantum-long-form-text p + p {
    margin-top: -3px;
  }
}
