/* Style Guide Fonts */

/* Junicode */

@font-face {
  font-family: Junicode;
  font-weight: 400;
  font-style: normal;
  src: url('//23273748.fs1.hubspotusercontent-na1.net/hubfs/23273748/raw_assets/public/Integrative%20Nutrition/fonts/Junicode/junicode-regular-webfont.woff2')
    format('woff2');
}

@font-face {
  font-family: Junicode;
  font-weight: 400;
  font-style: italic;
  src: url('//23273748.fs1.hubspotusercontent-na1.net/hubfs/23273748/raw_assets/public/Integrative%20Nutrition/fonts/Junicode/junicode-italic-webfont.woff2')
    format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Junicode;
  font-weight: 700;
  font-style: normal;
  src: url('//23273748.fs1.hubspotusercontent-na1.net/hubfs/23273748/raw_assets/public/Integrative%20Nutrition/fonts/Junicode/junicode-bold-webfont.woff2')
    format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Junicode;
  font-weight: 700;
  font-style: italic;
  src: url('//23273748.fs1.hubspotusercontent-na1.net/hubfs/23273748/raw_assets/public/Integrative%20Nutrition/fonts/Junicode/junicode-bolditalic-webfont.woff2')
    format('woff2');
  font-display: swap;
}

/* Junius X (Legacy) */

@font-face {
  font-family: JuniusX-Light;
  src: url('https://23273748.fs1.hubspotusercontent-na1.net/hubfs/23273748/Website%20Font%20%E2%80%93%20JuniusX/JuniusX-Light.ttf')
    format('truetype');
  font-display: swap;
}

@font-face {
  font-family: JuniusX-Regular;
  src: url('https://23273748.fs1.hubspotusercontent-na1.net/hubfs/23273748/Website%20Font%20%E2%80%93%20JuniusX/JuniusX-Regular.ttf')
    format('truetype');
  font-display: swap;
}

@font-face {
  font-family: JuniusX-Medium;
  src: url('https://23273748.fs1.hubspotusercontent-na1.net/hubfs/23273748/Website%20Font%20%E2%80%93%20JuniusX/JuniusX-Medium.ttf')
    format('truetype');
  font-display: swap;
}

@font-face {
  font-family: JuniusX-Semibold;
  src: url('https://23273748.fs1.hubspotusercontent-na1.net/hubfs/23273748/Website%20Font%20%E2%80%93%20JuniusX/JuniusX-Semibold.ttf')
    format('truetype');
  font-display: swap;
}

@font-face {
  font-family: JuniusX-Bold;
  src: url('https://23273748.fs1.hubspotusercontent-na1.net/hubfs/23273748/Website%20Font%20%E2%80%93%20JuniusX/JuniusX-Bold.ttf')
    format('truetype');
  font-display: swap;
}

/* Noto Serif Display */

@font-face {
  font-family: 'Noto Serif Display';
  font-weight: 600;
  font-style: normal;
  src: url('//23273748.fs1.hubspotusercontent-na1.net/hubfs/23273748/raw_assets/public/Integrative%20Nutrition/fonts/NotoSerifDisplay/NotoSerifDisplay-CondensedSemiBold.ttf')
    format('truetype');
}
/* prettier-ignore */
:root {
  /* Global colors */
  
  --theme--global-colors--primary-color: var(--color--legacy--blue--oxford-blue);
  --theme--global-colors--primary-color--darkened: var(--color--legacy--blue--oxford-blue-2);
  --theme--global-colors--secondary-color: var(--color--cherry);
  --theme--global-colors--secondary-color--darkened: var(--color--legacy--red--fire-engine-red);
  --theme--global-colors--tertiary-color: var(--color--legacy--green--highland);
  --theme--global-colors--quaternary-color: var(--color--melon);
  
  /* Global fonts */
  
  --theme--global-fonts--primary-font: var(--font-family--body);
  --theme--global-fonts--primary-font--color: var(--color--legacy--blue--oxford-blue);
  --theme--global-fonts--secondary-font: var(--font-family--heading);
  
  /* Typography */

  --theme--typography--body-text--font: var(--font-family--body);
  --theme--typography--body-text--color: var(--color--grey-2);
  --theme--typography--body-text--color--lightened: var(--color--legacy--grey--grey-1);
  --theme--typography--body-text--color--darkened: var(--color--legacy--grey--nero-1);
  --theme--typography--body-text--font-size: var(--font-size--legacy--7);
  --theme--typography--heading-1--color: var(--color--legacy--blue--oxford-blue);
  --theme--typography--heading-1--font-size: var(--font-size--legacy--28);
  --theme--typography--heading-1--small--font-size: var(--font-size--legacy--24);
  --theme--typography--heading-2--color: var(--color--legacy--blue--oxford-blue);
  --theme--typography--heading-2--font-size: var(--font-size--legacy--25);
  --theme--typography--heading-2--small--font-size: var(--font-size--legacy--18);
  --theme--typography--heading-3--color: var(--color--legacy--blue--oxford-blue);
  --theme--typography--heading-3--font-size: var(--font-size--legacy--18);
  --theme--typography--heading-3--small--font-size: var(--font-size--legacy--13);
  --theme--typography--heading-4--color: var(--color--legacy--blue--oxford-blue);
  --theme--typography--heading-4--font-size: var(--font-size--legacy--13);
  --theme--typography--heading-4--small--font-size: var(--font-size--legacy--11);
  --theme--typography--heading-5--color: var(--color--legacy--blue--oxford-blue);
  --theme--typography--heading-5--font-size: var(--font-size--legacy--11);
  --theme--typography--heading-6--color: var(--color--legacy--blue--oxford-blue);
  --theme--typography--heading-6--font-size: var(--font-size--legacy--7);
  --theme--typography--link-color: var(--color--cherry);
  --theme--typography--link-color--lightened: var(--color--legacy--orange--sunset-orange-2);
  --theme--typography--link-color--darkened: var(--color--legacy--red--free-speech-red);
  
  /* Buttons */
  
  --theme--buttons--border: 0 solid var(--color--legacy--blue--oxford-blue);
  --theme--buttons--border-color: var(--color--legacy--blue--oxford-blue);
  --theme--buttons--border-color--lightened: var(--color--legacy--blue--fiord);
  --theme--buttons--border-radius: 100px;
  --theme--buttons--padding: 13px 55px;
  --theme--buttons--background-color: var(--color--legacy--blue--oxford-blue);
  --theme--buttons--background-color--lightened: var(--color--legacy--blue--fiord);
  --theme--buttons--hover-color: var(--color--legacy--blue--san-juan);
  --theme--buttons--text-color: var(--color--white);
  --theme--buttons--hover-text-color: var(--color--white);
  --theme--buttons--light-button--border: 0 solid var(--color--white);
  --theme--buttons--light-button--border-color: var(--color--white);
  --theme--buttons--light-button--border-radius: 100px;
  --theme--buttons--light-button--padding: 13px 55px;
  --theme--buttons--light-button--background-color: var(--color--cherry);
  --theme--buttons--light-button--hover-color: var(--color--legacy--red--cinnabar);
  --theme--buttons--light-button--hover-color--lightened: var(--color--legacy--orange--sunset-orange-1);
  --theme--buttons--light-button--text-color: var(--color--white);
  --theme--buttons--light-button--hover-text-color: var(--color--white);
  
  /* Forms */
  
  --theme--forms--border-radius: 8px;
  --theme--forms--field-background-color: var(--color--white);
  --theme--forms--field-border-color: var(--color--grey-4);
  --theme--forms--field-focus-border-color: var(--color--legacy--blue--oxford-blue);
  --theme--forms--form-background-color: var(--color--legacy--blue--chambray);
  --theme--forms--header-background-color: transparent;
  --theme--forms--help-text-color: var(--color--legacy--blue--oxford-blue);
  --theme--forms--header-text-color: var(--color--legacy--blue--oxford-blue);
  --theme--forms--label-color: var(--color--grey-2);
  --theme--forms--padding: 18px 16px;
  
  /* Tables */
  
  --theme--tables--body-background-color: var(--color--white);
  --theme--tables--body-text-color: var(--color--legacy--blue--oxford-blue);
  --theme--tables--footer-background-color: var(--color--white);
  --theme--tables--footer-text-color: var(--color--legacy--blue--oxford-blue);
  --theme--tables--header-background-color: var(--color--legacy--blue--oxford-blue);
  --theme--tables--header-text-color: var(--color--white);
  --theme--tables--border-color: var(--color--legacy--blue--oxford-blue);
    
  /* Sections */

  --theme--spacing--border-radius: 15px;
  --theme--spacing--max-width: 1440px;
  --theme--spacing--vertical-spacing: 37px;
  --theme--spacing--overlay-color: var(--color--legacy--black--black--alpha-30);
  --theme--spacing--overlay-color--alpha-33: var(--color--legacy--black--black--alpha-10);
  --theme--spacing--system-color: var(--color--cherry);

  /* Footer */

  --theme--footer--link-color: var(--color--white);
  --theme--footer--text-color: var(--color--white);
}
:root {
  --asset--caret--down: url('//23273748.fs1.hubspotusercontent-na1.net/hubfs/23273748/raw_assets/public/Integrative%20Nutrition/images/CaretDown.svg');
  --asset--caret--up: url('//23273748.fs1.hubspotusercontent-na1.net/hubfs/23273748/raw_assets/public/Integrative%20Nutrition/images/CaretUp.svg');
  --asset--sprite: url('//23273748.fs1.hubspotusercontent-na1.net/hubfs/23273748/raw_assets/public/Integrative%20Nutrition/images/sprite.svg');
}
:root {
  /* Style Guide */

  /* Style Guide Primary and Secondary Colors */

  /* Figma color style: none */
  --color--blue--tranquil: #ebf2f1;

  /* Figma color style: New Brand/Primary-Cherry */
  --color--cherry: #d72a25;

  /* Figma color style: Dark Cherry */
  --color--cherry--dark: #6b0a09;

  /* Figma color style: Pomegranate */
  --color--pomegranate: #d40131;

  /* Figma color style: none */
  --color--red--brick: #c02e3c;

  /* Figma color style: New Brand/Secondary-Gold */
  --color--gold: #e4ab00;

  /* Figma color style: Light Lilac */
  --color--lilac--light: #dedbe5;

  /* Figma color style: New Brand/Secondary-Melon */
  --color--melon: #ed8a72;

  /* Figma color style: Light Melon */
  --color--melon--light: #fff0ec;

  /* Figma color style: New Brand/Primary-Water */
  --color--water: #003d4b;

  /* Figma color style: none */
  --color--water--faded: #4a7a7e;

  /* Figma color style: none; for a:visited */
  --color--water--half-baked: #568d9a;

  /* Figma color style: New Brand/Light Water */
  --color--water--light: #e6f2f3;

  /* Figma color style: New Brand/Medium Water */
  --color--water--medium: #02586c;

  /* Style Guide Base Colors */

  /* Figma color style: New Brand/Base-Chalk */
  --color--chalk: #f8f5f0;

  /* Figma color style: New Brand/Base-Slate */
  --color--slate: #142023;

  /* Figma color style: New Brand/Base-White */
  --color--white: #fff; /* rgb(255 255 255) */

  /* Style Guide Neutral Colors */

  /* Figma color style: none */
  --color--black: #000; /* rgb(0 0 0) */
  --color--black--alpha-25: rgb(0 0 0 / 25%);

  /* Figma color style: Colors/Color-Black */
  --color--black-1: #1d1d1d;

  /* Figma color style: Neutral/Black2 */
  --color--black-2: #282828;

  /* Figma color style: New Brand/Grey1 */
  --color--grey-1: #333;

  /* Figma color style: New Brand/Grey2 */
  --color--grey-2: #4f4f4f;

  /* Figma color style: New Brand/Grey3 */
  --color--grey-3: #767676;

  /* Figma color style: New Brand/Grey4 */
  --color--grey-4: #bdbdbd;

  /* Figma color style: New Brand/Grey5 */
  --color--grey-5: #e7e7e7;

  /* Style Guide Chopra Colors */
  --color--midnight: #001432;
  --color--sand: #fbf2de;

  /*
    Legacy variables should be renamed if they get moved into the guide.
    The whimsical color names are derived from
    https://www.color-blindness.com/color-name-hue/
  */

  /* Legacy Neutrals */
  --color--legacy--black--black--alpha-0: rgb(0 0 0 / 0%); /* #000 */
  --color--legacy--black--black--alpha-5: rgb(0 0 0 / 5%);
  --color--legacy--black--black--alpha-8: rgb(0 0 0 / 8%);
  --color--legacy--black--black--alpha-10: rgb(0 0 0 / 10%);
  --color--legacy--black--black--alpha-12: rgb(0 0 0 / 12%);
  --color--legacy--black--black--alpha-14: rgb(0 0 0 / 14%);
  --color--legacy--black--black--alpha-15: rgb(0 0 0 / 15%);
  --color--legacy--black--black--alpha-20: rgb(0 0 0 / 20%);
  --color--legacy--black--black--alpha-30: rgb(0 0 0 / 30%);
  --color--legacy--black--black--alpha-40: rgb(0 0 0 / 40%);
  --color--legacy--black--black--alpha-50: rgb(0 0 0 / 50%);
  --color--legacy--black--black--alpha-60: rgb(0 0 0 / 60%);
  --color--legacy--black--black--alpha-70: rgb(0 0 0 / 70%);
  --color--legacy--black--black--alpha-90: rgb(0 0 0 / 90%);
  --color--legacy--black--light-black: #0b0b0b;
  --color--legacy--grey--alabaster: #f7f5f0;
  --color--legacy--grey--bright-grey: #53565a;
  --color--legacy--grey--dark-grey-1: #a9a9a9;
  --color--legacy--grey--dark-grey-2: #aaa;
  --color--legacy--grey--dim-grey-1: #666;
  --color--legacy--grey--dim-grey-2: #707070;
  --color--legacy--grey--charcoal-1: #3f3f3f;
  --color--legacy--grey--charcoal-2: #444;
  --color--legacy--grey--fuscous-grey: #3e3c3e;
  --color--legacy--grey--grey-1: #777;
  --color--legacy--grey--grey-2: #7d7d7d;
  --color--legacy--grey--grey-3: #808080;
  --color--legacy--grey--light-grey: #d3d3d3; /* html lightgray */
  --color--legacy--grey--nero: #1d1d1d; /* rgb(29 29 29) */
  --color--legacy--grey--nero--alpha-18: rgb(29 29 29 / 18%);
  --color--legacy--grey--nero--alpha-20: rgb(29 29 29 / 20%);
  --color--legacy--grey--nero-1: #272727;
  --color--legacy--grey--romantic--alpha-90: rgb(249 246 241 / 90%);
  --color--legacy--grey--silver-1: #bababa;
  --color--legacy--grey--silver-2: #bcbcbc;
  --color--legacy--grey--suva-grey: #888;
  --color--legacy--grey--tundora--alpha-25: rgb(70 70 70 / 25%);
  --color--legacy--grey--very-light-grey-1: #ccc;
  --color--legacy--grey--very-light-grey-2: #cfcfcf;
  --color--legacy--grey--zircon-1: #d9e1e2;
  --color--legacy--grey--zircon-2: #dee2e6;
  --color--legacy--white--gainsboro-1: #ddd;
  --color--legacy--white--gainsboro-2: #e5e5e5;
  --color--legacy--white--white--alpha-10: rgb(255 255 255 / 10%); /* #fff */
  --color--legacy--white--white--alpha-30: rgb(255 255 255 / 30%);
  --color--legacy--white--white--alpha-40: rgb(255 255 255 / 40%);
  --color--legacy--white--white--alpha-48: rgb(255 255 255 / 48%);
  --color--legacy--white--white--alpha-50: rgb(255 255 255 / 50%);
  --color--legacy--white--white--alpha-70: rgb(255 255 255 / 70%);
  --color--legacy--white--white--alpha-80: rgb(255 255 255 / 80%);
  --color--legacy--white--white--alpha-100: rgb(255 255 255 / 100%);
  --color--legacy--white--white-smoke-1: #ebebeb;
  --color--legacy--white--white-smoke-2: #eee;
  --color--legacy--white--white-smoke-3: #efefef;
  --color--legacy--white--white-smoke-4: #f3f3f3;
  --color--legacy--white--white-smoke-5: #f5f5f5;

  /* Legacy Colors */
  --color--legacy--blue--allports-1: #186286;
  --color--legacy--blue--allports-2: #196b91;
  --color--legacy--blue--big-stone: #333f48;
  --color--legacy--blue--blue-whale: #17223c;
  --color--legacy--blue--chambray: #425b76;
  --color--legacy--blue--columbia-blue: #b2e9ff;
  --color--legacy--blue--cornflower-blue--alpha-80: rgb(82 168 236 / 80%);
  --color--legacy--blue--dark-cerulean: #0b6481;
  --color--legacy--blue--dodger-blue: #1da1f2;
  --color--legacy--blue--endeavour: #2c5b9b;
  --color--legacy--blue--fiord: #556069;
  --color--legacy--blue--gulf-blue: #33475b;
  --color--legacy--blue--hawkes-blue: #cfd9e8;
  --color--legacy--blue--light-blue: #add8e6;
  --color--legacy--blue--link-water-1: #ced4da;
  --color--legacy--blue--link-water-2: #d1d6dc;
  --color--legacy--blue--mabel: #c4e1e5;
  --color--legacy--blue--mariner-1: #3b5998;
  --color--legacy--blue--mariner-2: #456caa;
  --color--legacy--blue--mirage: #343a40;
  --color--legacy--blue--navy-blue: #0270e0;
  --color--legacy--blue--oxford-blue: #2d3841; /* Midnight */
  --color--legacy--blue--oxford-blue-2: #232e37; /* 10% darkened Oxford Blue */
  --color--legacy--blue--pattens-blue: #f8fafc;
  --color--legacy--blue--persian-blue: #1a1aa6;
  --color--legacy--blue--raven: #6c757d;
  --color--legacy--blue--regal-blue-1: #173753;
  --color--legacy--blue--regal-blue-2: #193047;
  --color--legacy--blue--san-juan: #45515b;
  --color--legacy--blue--solitude-1: #dde4ec;
  --color--legacy--blue--solitude-2: #e9ecef;
  --color--legacy--blue--solitude-3: #f1f3f6;
  --color--legacy--blue--solitude-4: #f3f6f9;
  --color--legacy--blue--solitude-5: #f5f7f8;
  --color--legacy--blue--solitude-6: #f5f8fa;
  --color--legacy--blue--spindle: #b0c1d4;
  --color--legacy--blue--storm-grey: #71727a;
  --color--legacy--blue--tangaroa--alpha-3: rgb(16 24 40 / 3%);
  --color--legacy--blue--tangaroa--alpha-5: rgb(16 24 40 / 5%);
  --color--legacy--blue--tangaroa--alpha-6: rgb(16 24 40 / 6%);
  --color--legacy--blue--tangaroa--alpha-8: rgb(16 24 40 / 8%);
  --color--legacy--blue--tangaroa--alpha-10: rgb(16 24 40 / 10%);
  --color--legacy--blue--tangaroa--alpha-18: rgb(16 24 40 / 18%);
  --color--legacy--blue--wild-blue-yonder: #7c98b6;
  --color--legacy--brown--burnt-sienna: #ef6b51;
  --color--legacy--brown--thatch--alpha-20: rgb(173 144 144 / 20%);
  --color--legacy--green--apple--alpha-100: rgb(104 170 69 / 100%);
  --color--legacy--green--atlantis: #95d03a;
  --color--legacy--green--bilbao: #4f7d24;
  --color--legacy--green--blue-stone: #134863;
  --color--legacy--green--carrara: #eae2d3; /* Palo Santo */
  --color--legacy--green--cyprus: #0e394d;
  --color--legacy--green--de-york: #7fbd74;
  --color--legacy--green--emerald: #61ce70;
  --color--legacy--green--highland: #818a5c; /* Olives */
  --color--legacy--green--mosque: #004f61; /* 5% lightened Water */
  --color--legacy--green--peppermint: #cde3cc;
  --color--legacy--green--ottoman: #d3ddcd;
  --color--legacy--green--rolling-stone: #707372;
  --color--legacy--orange--peach: #ffbb95;
  --color--legacy--orange--peach--alpha-30: rgb(255 187 149 / 30%);
  --color--legacy--orange--sunset-orange-1: #f14c46;
  --color--legacy--orange--sunset-orange-2: #ff524d; /* 40% lightened Cherry */
  --color--legacy--red--cardinal: #cb2027;
  --color--legacy--red--cinnabar: #f04b45;
  --color--legacy--red--cinnabar-2: #db332e; /* 5% lightened Cherry */
  --color--legacy--red--fire-engine-red: #c31611; /* 20% darkened Cherry */
  --color--legacy--red--free-speech-red: #af0200; /* 40% darkened Cherry */
  --color--legacy--red--persian-red: #cf3c32;
  --color--legacy--red--sunset: #bd3c4b;
  --color--legacy--red: #f00;
  --color--legacy--violet--gun-powder: #494a52;
  --color--legacy--yellow--amber: #ffbd00;
  --color--legacy--yellow--rob-roy: #dda858;
}
/* These variables can NOT be used with media or container queries according to the spec. */

/* https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties */
:root {
  /* Style Guide */
  --container--xl: 80rem; /* ≈ 1280px */
  --container--lg: 64rem; /* ≈ 1024px */
  --container--md: 48rem; /* ≈ 768px */
  --container--sm: 40rem; /* ≈ 640px */

  /* Legacy. These values reflect media queries currently in use. */
  --container--legacy--xl--min-1: 1280px;
  --container--legacy--xl--min-2: 1240px;
  --container--legacy--lg--max--1: 1199.98px;
  --container--legacy--lg--max--2: 1140px;
  --container--legacy--lg--max--3: 1139px;
  --container--legacy--lg--min: 1024px;
  --container--legacy--md--max-1: 1023px;
  --container--legacy--md--max-2: 1000px;
  --container--legacy--md--min--1: 998px;
  --container--legacy--md--min--2: 993px;
  --container--legacy--md--min--3: 992px;
  --container--legacy--md--min--4: 768px;
  --container--legacy--sm--max: 767px;
  --container--legacy--sm--min-1: 640px;
  --container--legacy--sm--min-2: 601px;
  --container--legacy--xs: 360px;
}
:root {
  --icon--gap: var(--spacing-2);
  --icon--square--size: 20px;

  /* Seems like the # needs to be escaped as %23 */
  --icon--arrow--right: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.797 6.20304 16.875 10 16.875C13.797 16.875 16.875 13.797 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM1.875 10C1.875 5.51269 5.51269 1.875 10 1.875C14.4873 1.875 18.125 5.51269 18.125 10C18.125 14.4873 14.4873 18.125 10 18.125C5.51269 18.125 1.875 14.4873 1.875 10Z" fill="%23FFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0314 6.90669C10.2755 6.66261 10.6712 6.66261 10.9153 6.90669L13.5669 9.55833C13.811 9.80241 13.811 10.1981 13.5669 10.4422L10.9153 13.0939C10.6712 13.3379 10.2755 13.3379 10.0314 13.0939C9.78731 12.8498 9.78731 12.454 10.0314 12.21L12.2411 10.0003L10.0314 7.79057C9.78731 7.5465 9.78731 7.15077 10.0314 6.90669Z" fill="%23FFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.25 10C6.25 9.65482 6.52982 9.375 6.875 9.375H13.125C13.4702 9.375 13.75 9.65482 13.75 10C13.75 10.3452 13.4702 10.625 13.125 10.625H6.875C6.52982 10.625 6.25 10.3452 6.25 10Z" fill="%23FFF"/></svg>');
  --icon--calendar--plus: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 32 32" fill="none" y="320"><path fill-rule="evenodd" clip-rule="evenodd" d="M23 3a1 1 0 1 0-2 0v1H11V3a1 1 0 1 0-2 0v1H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-3V3zm3 3h-3v1a1 1 0 1 1-2 0V6H11v1a1 1 0 1 1-2 0V6H6v4h20V6zM6 12h20v14H6V12zm5.5 7a1 1 0 0 1 1-1H15v-2.5a1 1 0 1 1 2 0V18h2.5a1 1 0 1 1 0 2H17v2.5a1 1 0 1 1-2 0V20h-2.5a1 1 0 0 1-1-1z" fill="black"/></svg>');
  --icon--cards: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.251 7.5H3.75098C3.33676 7.5 3.00098 7.83579 3.00098 8.25V18.75C3.00098 19.1642 3.33676 19.5 3.75098 19.5H17.251C17.6652 19.5 18.001 19.1642 18.001 18.75V8.25C18.001 7.83579 17.6652 7.5 17.251 7.5Z" stroke="%234F4F4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.00098 4.5H20.251C20.4499 4.5 20.6407 4.57902 20.7813 4.71967C20.922 4.86032 21.001 5.05109 21.001 5.25V16.5" stroke="%234F4F4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  --icon--checkmark: url('data:image/svg+xml,<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m2.25 12.321 7.27 6.491c.143.127.321.19.499.19.206 0 .41-.084.559-.249l11.23-12.501c.129-.143.192-.321.192-.5 0-.419-.338-.75-.749-.75-.206 0-.411.084-.559.249l-10.731 11.945-6.711-5.994c-.144-.127-.322-.19-.5-.19-.417 0-.75.336-.75.749 0 .206.084.412.25.56" fill-rule="nonzero" /></svg>');
  --icon--chevron-left: url('data:image/svg+xml,<svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.43096 0.861138C7.83812 1.30897 7.80144 1.99874 7.34904 2.40178L2.749 6.5L7.34904 10.5982C7.80144 11.0013 7.83812 11.691 7.43096 12.1389C7.0238 12.5867 6.32699 12.623 5.87459 12.2199L0.364395 7.31086C0.13218 7.10398 -0.000418663 6.80926 -0.000418663 6.5C-0.000418663 6.19074 0.13218 5.89602 0.364395 5.68913L5.87459 0.780052C6.32699 0.377006 7.0238 0.41331 7.43096 0.861138Z" fill="%23003D4B"/></svg>');
  --icon--clock: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 16.5563 7.44365 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75ZM2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12Z" fill="%234F4F4F"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12 6C12.4142 6 12.75 6.33579 12.75 6.75V11.25H17.25C17.6642 11.25 18 11.5858 18 12C18 12.4142 17.6642 12.75 17.25 12.75H12C11.5858 12.75 11.25 12.4142 11.25 12V6.75C11.25 6.33579 11.5858 6 12 6Z" fill="%234F4F4F"/></svg>');
  --icon--filter--sliders: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.75 4.87427C10.1642 4.87427 10.5 5.21005 10.5 5.62427V7.12432L20.25 7.12427C20.6642 7.12427 21 7.46005 21 7.87426C21 8.28848 20.6642 8.62427 20.25 8.62427L10.5 8.62432V10.1243C10.5 10.5385 10.1642 10.8743 9.75 10.8743C9.33579 10.8743 9 10.5385 9 10.1243V7.87433V5.62427C9 5.21005 9.33579 4.87427 9.75 4.87427ZM3 7.87425C3.00001 7.46004 3.3358 7.12426 3.75001 7.12427L6.75001 7.12432C7.16423 7.12433 7.50001 7.46012 7.5 7.87434C7.49999 8.28855 7.1642 8.62433 6.74999 8.62432L3.74999 8.62427C3.33577 8.62426 2.99999 8.28847 3 7.87425ZM12.75 15.3743L3.75 15.3743C3.33579 15.3743 3 15.7101 3 16.1243C3 16.5385 3.33579 16.8743 3.75 16.8743L12.75 16.8743C13.1642 16.8743 13.5 16.5385 13.5 16.1243C13.5 15.7101 13.1642 15.3743 12.75 15.3743ZM15 16.1243V13.8743C15 13.4601 15.3358 13.1243 15.75 13.1243C16.1642 13.1243 16.5 13.4601 16.5 13.8743V15.3743L20.25 15.3743C20.6642 15.3743 21 15.7101 21 16.1243C21 16.5385 20.6642 16.8743 20.25 16.8743L16.5 16.8743V18.3743C16.5 18.7885 16.1642 19.1243 15.75 19.1243C15.3358 19.1243 15 18.7885 15 18.3743V16.1243Z" fill="%232D3841"/></svg>');
  --icon--med--chevron-encircled--down--black-on-clear: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.797 6.20304 16.875 10 16.875C13.797 16.875 16.875 13.797 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM1.875 10C1.875 5.51269 5.51269 1.875 10 1.875C14.4873 1.875 18.125 5.51269 18.125 10C18.125 14.4873 14.4873 18.125 10 18.125C5.51269 18.125 1.875 14.4873 1.875 10Z" fill="%232D3841"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.7694 8.59795C7.02597 8.36703 7.42115 8.38783 7.65206 8.6444L10 11.2532L12.3479 8.6444C12.5789 8.38783 12.974 8.36703 13.2306 8.59795C13.4872 8.82886 13.508 9.22404 13.2771 9.48061L10.4646 12.6056C10.346 12.7373 10.1772 12.8125 10 12.8125C9.82283 12.8125 9.65397 12.7373 9.53545 12.6056L6.72295 9.48061C6.49203 9.22404 6.51283 8.82886 6.7694 8.59795Z" fill="%232D3841"/></svg>');
  --icon--med--chevron-encircled--up--clear-on-black: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 1.875C5.51269 1.875 1.875 5.51269 1.875 10C1.875 14.4873 5.51269 18.125 10 18.125C14.4873 18.125 18.125 14.4873 18.125 10C18.125 5.51269 14.4873 1.875 10 1.875ZM10.4646 7.7069C10.346 7.5752 10.1772 7.5 10 7.5C9.82283 7.5 9.65397 7.5752 9.53545 7.7069L6.72295 10.8319C6.49203 11.0885 6.51283 11.4836 6.7694 11.7146C7.02597 11.9455 7.42115 11.9247 7.65206 11.6681L10 9.05928L12.3479 11.6681C12.5789 11.9247 12.974 11.9455 13.2306 11.7146C13.4872 11.4836 13.508 11.0885 13.2771 10.8319L10.4646 7.7069Z" fill="%23001432"/></svg>');
  --icon--med--chevron-encircled--down--cherry-on-clear: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.797 6.20304 16.875 10 16.875C13.797 16.875 16.875 13.797 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM1.875 10C1.875 5.51269 5.51269 1.875 10 1.875C14.4873 1.875 18.125 5.51269 18.125 10C18.125 14.4873 14.4873 18.125 10 18.125C5.51269 18.125 1.875 14.4873 1.875 10Z" fill="%23d72a25"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.7694 8.59795C7.02597 8.36703 7.42115 8.38783 7.65206 8.6444L10 11.2532L12.3479 8.6444C12.5789 8.38783 12.974 8.36703 13.2306 8.59795C13.4872 8.82886 13.508 9.22404 13.2771 9.48061L10.4646 12.6056C10.346 12.7373 10.1772 12.8125 10 12.8125C9.82283 12.8125 9.65397 12.7373 9.53545 12.6056L6.72295 9.48061C6.49203 9.22404 6.51283 8.82886 6.7694 8.59795Z" fill="%23d72a25"/></svg>');
  --icon--med--chevron-encircled--up--clear-on-cherry: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 1.875C5.51269 1.875 1.875 5.51269 1.875 10C1.875 14.4873 5.51269 18.125 10 18.125C14.4873 18.125 18.125 14.4873 18.125 10C18.125 5.51269 14.4873 1.875 10 1.875ZM10.4646 7.7069C10.346 7.5752 10.1772 7.5 10 7.5C9.82283 7.5 9.65397 7.5752 9.53545 7.7069L6.72295 10.8319C6.49203 11.0885 6.51283 11.4836 6.7694 11.7146C7.02597 11.9455 7.42115 11.9247 7.65206 11.6681L10 9.05928L12.3479 11.6681C12.5789 11.9247 12.974 11.9455 13.2306 11.7146C13.4872 11.4836 13.508 11.0885 13.2771 10.8319L10.4646 7.7069Z" fill="%23d72a25"/></svg>');
  --icon--med--chevron-encircled--down--white-on-clear: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.797 6.20304 16.875 10 16.875C13.797 16.875 16.875 13.797 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM1.875 10C1.875 5.51269 5.51269 1.875 10 1.875C14.4873 1.875 18.125 5.51269 18.125 10C18.125 14.4873 14.4873 18.125 10 18.125C5.51269 18.125 1.875 14.4873 1.875 10Z" fill="%23fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.7694 8.59795C7.02597 8.36703 7.42115 8.38783 7.65206 8.6444L10 11.2532L12.3479 8.6444C12.5789 8.38783 12.974 8.36703 13.2306 8.59795C13.4872 8.82886 13.508 9.22404 13.2771 9.48061L10.4646 12.6056C10.346 12.7373 10.1772 12.8125 10 12.8125C9.82283 12.8125 9.65397 12.7373 9.53545 12.6056L6.72295 9.48061C6.49203 9.22404 6.51283 8.82886 6.7694 8.59795Z" fill="%23fff"/></svg>');
  --icon--med--chevron-encircled--up--clear-on-white: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 1.875C5.51269 1.875 1.875 5.51269 1.875 10C1.875 14.4873 5.51269 18.125 10 18.125C14.4873 18.125 18.125 14.4873 18.125 10C18.125 5.51269 14.4873 1.875 10 1.875ZM10.4646 7.7069C10.346 7.5752 10.1772 7.5 10 7.5C9.82283 7.5 9.65397 7.5752 9.53545 7.7069L6.72295 10.8319C6.49203 11.0885 6.51283 11.4836 6.7694 11.7146C7.02597 11.9455 7.42115 11.9247 7.65206 11.6681L10 9.05928L12.3479 11.6681C12.5789 11.9247 12.974 11.9455 13.2306 11.7146C13.4872 11.4836 13.508 11.0885 13.2771 10.8319L10.4646 7.7069Z" fill="%23fff"/></svg>');
  --icon--large--chevron-encircled--down--cherry-on-clear: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 5C9.92487 5 5 9.92487 5 16C5 22.0751 9.92487 27 16 27C22.0751 27 27 22.0751 27 16C27 9.92487 22.0751 5 16 5ZM3 16C3 8.8203 8.8203 3 16 3C23.1797 3 29 8.8203 29 16C29 23.1797 23.1797 29 16 29C8.8203 29 3 23.1797 3 16Z" fill="%23D72A25"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.831 13.7567C11.2416 13.3873 11.8738 13.4205 12.2433 13.831L16 18.0052L19.7567 13.831C20.1262 13.4205 20.7585 13.3873 21.169 13.7567C21.5795 14.1262 21.6128 14.7585 21.2433 15.169L16.7433 20.169C16.5537 20.3797 16.2835 20.5 16 20.5C15.7165 20.5 15.4464 20.3797 15.2567 20.169L10.7567 15.169C10.3873 14.7585 10.4205 14.1262 10.831 13.7567Z" fill="%23D72A25"/></svg>');
  --icon--large--chevron-encircled--up--clear-on-cherry: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 3C8.8203 3 3 8.8203 3 16C3 23.1797 8.8203 29 16 29C23.1797 29 29 23.1797 29 16C29 8.8203 23.1797 3 16 3ZM16.7433 12.331C16.5537 12.1203 16.2835 12 16 12C15.7165 12 15.4464 12.1203 15.2567 12.331L10.7567 17.331C10.3873 17.7415 10.4205 18.3738 10.831 18.7433C11.2416 19.1128 11.8738 19.0795 12.2433 18.669L16 14.4948L19.7567 18.669C20.1262 19.0795 20.7585 19.1128 21.169 18.7433C21.5795 18.3738 21.6128 17.7415 21.2433 17.331L16.7433 12.331Z" fill="%23D72A25"/></svg>');
  --icon--circle--arrow--down: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.797 6.20304 16.875 10 16.875C13.797 16.875 16.875 13.797 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM1.875 10C1.875 5.51269 5.51269 1.875 10 1.875C14.4873 1.875 18.125 5.51269 18.125 10C18.125 14.4873 14.4873 18.125 10 18.125C5.51269 18.125 1.875 14.4873 1.875 10Z" fill="%23d72a25"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.7694 8.59795C7.02597 8.36703 7.42115 8.38783 7.65206 8.6444L10 11.2532L12.3479 8.6444C12.5789 8.38783 12.974 8.36703 13.2306 8.59795C13.4872 8.82886 13.508 9.22404 13.2771 9.48061L10.4646 12.6056C10.346 12.7373 10.1772 12.8125 10 12.8125C9.82283 12.8125 9.65397 12.7373 9.53545 12.6056L6.72295 9.48061C6.49203 9.22404 6.51283 8.82886 6.7694 8.59795Z" fill="%23d72a25"/></svg>');
  --icon--circle-arrow--solid--down: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 1.875C5.51269 1.875 1.875 5.51269 1.875 10C1.875 14.4873 5.51269 18.125 10 18.125C14.4873 18.125 18.125 14.4873 18.125 10C18.125 5.51269 14.4873 1.875 10 1.875ZM10.4646 7.7069C10.346 7.5752 10.1772 7.5 10 7.5C9.82283 7.5 9.65397 7.5752 9.53545 7.7069L6.72295 10.8319C6.49203 11.0885 6.51283 11.4836 6.7694 11.7146C7.02597 11.9455 7.42115 11.9247 7.65206 11.6681L10 9.05928L12.3479 11.6681C12.5789 11.9247 12.974 11.9455 13.2306 11.7146C13.4872 11.4836 13.508 11.0885 13.2771 10.8319L10.4646 7.7069Z" fill="%23d72a25"/></svg>');
  --icon--email: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 15 12" fill="%234F4F4F"><path d="M2.16659 11.3334C1.79992 11.3334 1.48603 11.2028 1.22492 10.9417C0.963807 10.6806 0.833252 10.3667 0.833252 10V2.00002C0.833252 1.63335 0.963807 1.31946 1.22492 1.05835C1.48603 0.797243 1.79992 0.666687 2.16659 0.666687H12.8333C13.1999 0.666687 13.5138 0.797243 13.7749 1.05835C14.036 1.31946 14.1666 1.63335 14.1666 2.00002V10C14.1666 10.3667 14.036 10.6806 13.7749 10.9417C13.5138 11.2028 13.1999 11.3334 12.8333 11.3334H2.16659ZM7.49992 6.66669L2.16659 3.33335V10H12.8333V3.33335L7.49992 6.66669ZM7.49992 5.33335L12.8333 2.00002H2.16659L7.49992 5.33335ZM2.16659 3.33335V2.00002V10V3.33335Z" fill="%234F4F4F"/></svg>');
  --icon--facebook: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 15 14" fill="%234F4F4F"><g clip-path="url(%23clip0_2619_16903)"><path d="M6.24148 13.93C2.91648 13.335 0.396484 10.465 0.396484 7C0.396484 3.15 3.54648 0 7.39648 0C11.2465 0 14.3965 3.15 14.3965 7C14.3965 10.465 11.8765 13.335 8.55148 13.93L8.16648 13.615H6.62648L6.24148 13.93Z" fill="%234F4F4F"/><path d="M10.1264 8.96071L10.4414 7.00071H8.58637V5.63571C8.58637 5.07571 8.79637 4.65571 9.63637 4.65571H10.5464V2.87071C10.0564 2.80071 9.49637 2.73071 9.00637 2.73071C7.39637 2.73071 6.27637 3.71071 6.27637 5.46071V7.00071H4.52637V8.96071H6.27637V13.8957C6.66137 13.9657 7.04637 14.0007 7.43137 14.0007C7.81637 14.0007 8.20137 13.9657 8.58637 13.8957V8.96071H10.1264Z" fill="white"/></g><defs><clipPath id="clip0_2619_16903"><rect width="14" height="14" fill="white" transform="translate(0.396484)"/></clipPath></defs></svg>');
  --icon--history: url('data:image/svg+xml,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 255.5c.3 136.6-111.2 248.4-247.8 248.5-59 0-113.2-20.5-155.8-54.9-11.1-8.9-11.9-25.5-1.8-35.6l11.3-11.3c8.6-8.6 22.4-9.6 31.9-2C173.1 425.1 212.8 440 256 440c101.7 0 184-82.3 184-184 0-101.7-82.3-184-184-184-48.8 0-93.1 19-126.1 49.9l50.8 50.8c10.1 10.1 2.9 27.3-11.3 27.3H24c-8.8 0-16-7.2-16-16V38.6c0-14.3 17.2-21.4 27.3-11.3l49.4 49.4C129.2 34.1 189.6 8 256 8c136.8 0 247.7 110.8 248 247.5zm-180.9 78.8l9.8-12.6c8.1-10.5 6.3-25.5-4.2-33.7L288 256.3V152c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v135.7l65.4 50.9c10.5 8.1 25.5 6.3 33.7-4.2z"/></svg>');
  --icon--linkedin: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 13 12" fill="%234F4F4F"><g clip-path="url(%23clip0_2619_16914)"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.83333 12H11.1667C11.903 12 12.5 11.403 12.5 10.6667V1.33333C12.5 0.596954 11.903 0 11.1667 0H1.83333C1.09695 0 0.5 0.596954 0.5 1.33333V10.6667C0.5 11.403 1.09695 12 1.83333 12Z" fill="%234F4F4F"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.8334 10.3323H9.05268V7.29934C9.05268 6.46777 8.73671 6.00307 8.07853 6.00307C7.36252 6.00307 6.98843 6.48667 6.98843 7.29934V10.3323H5.2723V4.55454H6.98843V5.3328C6.98843 5.3328 7.50442 4.37802 8.73051 4.37802C9.95603 4.37802 10.8334 5.12639 10.8334 6.67418V10.3323ZM3.22497 3.79798C2.64042 3.79798 2.16675 3.32059 2.16675 2.73182C2.16675 2.14304 2.64042 1.66565 3.22497 1.66565C3.80952 1.66565 4.28292 2.14304 4.28292 2.73182C4.28292 3.32059 3.80952 3.79798 3.22497 3.79798ZM2.33884 10.3323H4.12831V4.55454H2.33884V10.3323Z" fill="white"/></g><defs><clipPath id="clip0_2619_16914"><rect width="12" height="12" fill="white" transform="translate(0.5)"/></clipPath></defs></svg>');
  --icon--pdf: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.25 7.875H6V6.375H6.75C6.9625 6.375 7.14063 6.30313 7.28438 6.15938C7.42813 6.01563 7.5 5.8375 7.5 5.625V4.875C7.5 4.6625 7.42813 4.48438 7.28438 4.34063C7.14063 4.19688 6.9625 4.125 6.75 4.125H5.25V7.875ZM6 5.625V4.875H6.75V5.625H6ZM8.25 7.875H9.75C9.9625 7.875 10.1406 7.80313 10.2844 7.65938C10.4281 7.51563 10.5 7.3375 10.5 7.125V4.875C10.5 4.6625 10.4281 4.48438 10.2844 4.34063C10.1406 4.19688 9.9625 4.125 9.75 4.125H8.25V7.875ZM9 7.125V4.875H9.75V7.125H9ZM11.25 7.875H12V6.375H12.75V5.625H12V4.875H12.75V4.125H11.25V7.875ZM4.5 12C4.0875 12 3.73438 11.8531 3.44063 11.5594C3.14688 11.2656 3 10.9125 3 10.5V1.5C3 1.0875 3.14688 0.734375 3.44063 0.440625C3.73438 0.146875 4.0875 0 4.5 0H13.5C13.9125 0 14.2656 0.146875 14.5594 0.440625C14.8531 0.734375 15 1.0875 15 1.5V10.5C15 10.9125 14.8531 11.2656 14.5594 11.5594C14.2656 11.8531 13.9125 12 13.5 12H4.5ZM4.5 10.5H13.5V1.5H4.5V10.5ZM1.5 15C1.0875 15 0.734375 14.8531 0.440625 14.5594C0.146875 14.2656 0 13.9125 0 13.5V3H1.5V13.5H12V15H1.5Z" fill="%23003D4B"/></svg>%0A');
  --icon--phone--chat: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 32 32" fill="none" y="288"><path d="M23.18 30.04c-3.27 0-8.51-1.15-14.27-6.91C.8 15.03 1.83 7.94 2.34 5.95c.44-1.73 1.88-3.04 4.14-3.8 1.46-.49 3.08.26 3.68 1.71l2.07 4.96c.48 1.15.19 2.49-.71 3.34l-.91.86c-.33.31-.42.78-.22 1.17.47.91 1.41 2.38 3.24 4.2 1.83 1.83 3.3 2.77 4.2 3.24.39.2.86.12 1.17-.22l.86-.91c.85-.9 2.2-1.19 3.34-.71l4.96 2.07c1.45.6 2.2 2.22 1.71 3.69-.76 2.27-2.07 3.7-3.81 4.14-.57.15-1.58.34-2.91.34l.03.01zM7.4 4c-.1 0-.19.02-.29.05-1.11.37-2.5 1.09-2.84 2.4-.91 3.55.2 9.42 6.04 15.27 5.85 5.85 11.72 6.96 15.27 6.04 1.32-.34 2.04-1.73 2.41-2.84.16-.47-.1-1-.58-1.21l-4.96-2.07a1 1 0 0 0-1.12.24l-.86.91c-.92.97-2.38 1.23-3.55.62-1.03-.53-2.69-1.59-4.7-3.6-2.01-2.01-3.07-3.67-3.6-4.7-.61-1.17-.35-2.63.62-3.55l.91-.86c.3-.29.4-.73.24-1.12L8.32 4.62c-.16-.39-.53-.63-.92-.63V4z" fill="black"/><path d="M24.107 2H21.14C17.908 2 15.095 4.49 15 7.716a5.898 5.898 0 0 0 5.893 6.078h3.214V17l3.623-3.626A7.76 7.76 0 0 0 30 7.897 5.899 5.899 0 0 0 24.107 2zm-5.684 7.128c-.6 0-1.077-.487-1.077-1.078 0-.592.486-1.079 1.077-1.079s1.078.487 1.078 1.079c0 .591-.487 1.078-1.078 1.078zm4.072 0c-.6 0-1.078-.487-1.078-1.078 0-.592.487-1.079 1.078-1.079.591 0 1.078.487 1.078 1.079 0 .591-.487 1.078-1.078 1.078zm4.072 0c-.6 0-1.078-.487-1.078-1.078 0-.592.487-1.079 1.078-1.079.591 0 1.077.487 1.077 1.079 0 .591-.486 1.078-1.077 1.078z" fill="black"/></svg>');
  --icon--pinterest: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 243 243" height="16" width="16" fill="%234F4F4F"><path class="cls-1" d="M121.5,0A121.52,121.52,0,0,0,77.22,234.68c-1.06-9.61-2-24.4.42-34.89,2.21-9.49,14.25-60.4,14.25-60.4a43.85,43.85,0,0,1-3.63-18c0-16.9,9.79-29.51,22-29.51,10.37,0,15.37,7.78,15.37,17.11,0,10.43-6.63,26-10.06,40.46-2.86,12.09,6.07,22,18,22,21.6,0,38.2-22.77,38.2-55.64,0-29.09-20.91-49.43-50.75-49.43C86.42,66.3,66.12,92.23,66.12,119c0,10.44,4,21.64,9,27.73a3.62,3.62,0,0,1,.84,3.48c-.92,3.84-3,12.09-3.37,13.78-.54,2.23-1.77,2.7-4.07,1.63-15.17-7.07-24.66-29.25-24.66-47.07,0-38.33,27.85-73.53,80.28-73.53,42.15,0,74.9,30,74.9,70.17,0,41.88-26.4,75.58-63.05,75.58-12.31,0-23.88-6.4-27.84-14,0,0-6.1,23.19-7.57,28.88-2.75,10.55-10.15,23.78-15.1,31.85A121.51,121.51,0,1,0,121.5,0"></path></svg>');
  --icon--price-tag: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 5H5.01M5 1H10C10.512 1 11.024 1.195 11.414 1.586L18.414 8.586C18.7889 8.96106 18.9996 9.46967 18.9996 10C18.9996 10.5303 18.7889 11.0389 18.414 11.414L11.414 18.414C11.0389 18.7889 10.5303 18.9996 10 18.9996C9.46967 18.9996 8.96106 18.7889 8.586 18.414L1.586 11.414C1.4 11.2285 1.25249 11.0081 1.15192 10.7655C1.05136 10.5228 0.99973 10.2627 1 10V5C1 3.93913 1.42143 2.92172 2.17157 2.17157C2.92172 1.42143 3.93913 1 5 1Z" stroke="%23142023" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  --icon--search: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="18" viewBox="0 0 19 18" fill="none"><path d="M17.1 18L10.8 11.7C10.3 12.1 9.725 12.4167 9.075 12.65C8.425 12.8833 7.73333 13 7 13C5.18333 13 3.64583 12.3708 2.3875 11.1125C1.12917 9.85417 0.5 8.31667 0.5 6.5C0.5 4.68333 1.12917 3.14583 2.3875 1.8875C3.64583 0.629167 5.18333 0 7 0C8.81667 0 10.3542 0.629167 11.6125 1.8875C12.8708 3.14583 13.5 4.68333 13.5 6.5C13.5 7.23333 13.3833 7.925 13.15 8.575C12.9167 9.225 12.6 9.8 12.2 10.3L18.5 16.6L17.1 18ZM7 11C8.25 11 9.3125 10.5625 10.1875 9.6875C11.0625 8.8125 11.5 7.75 11.5 6.5C11.5 5.25 11.0625 4.1875 10.1875 3.3125C9.3125 2.4375 8.25 2 7 2C5.75 2 4.6875 2.4375 3.8125 3.3125C2.9375 4.1875 2.5 5.25 2.5 6.5C2.5 7.75 2.9375 8.8125 3.8125 9.6875C4.6875 10.5625 5.75 11 7 11Z" fill="%234F4F4F"/></svg>');
  --icon--whatsapp: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 32 32" fill="none"><path d="M5.6786 22.1247C4.18768 19.6114 3.66554 16.6402 4.21024 13.7692C4.75494 10.8981 6.329 8.32466 8.63685 6.53204C10.9447 4.73941 13.8276 3.85093 16.7441 4.03344C19.6607 4.21595 22.4103 5.45689 24.4767 7.52325C26.5431 9.5896 27.784 12.3392 27.9666 15.2558C28.1491 18.1724 27.2606 21.0552 25.468 23.3631C23.6754 25.671 21.1019 27.245 18.2309 27.7897C15.3598 28.3345 12.3887 27.8123 9.87532 26.3214L9.87535 26.3213L5.73078 27.5055C5.5593 27.5545 5.37785 27.5567 5.20521 27.512C5.03258 27.4672 4.87504 27.3772 4.74894 27.2511C4.62284 27.125 4.53275 26.9674 4.48802 26.7948C4.44329 26.6221 4.44553 26.4407 4.49453 26.2692L5.67869 22.1246L5.6786 22.1247Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.0142 23C17.6986 23.0019 16.3956 22.7441 15.1797 22.2415C13.9639 21.7389 12.8592 21.0013 11.9289 20.0711C10.9987 19.1408 10.2611 18.0361 9.75849 16.8203C9.25589 15.6044 8.99814 14.3014 9.00001 12.9858C9.00299 12.0598 9.37314 11.1727 10.0293 10.5192C10.6854 9.86576 11.574 9.49921 12.5 9.5V9.5C12.6519 9.5 12.8011 9.54015 12.9325 9.61639C13.0638 9.69263 13.1727 9.80224 13.2481 9.93412L14.7094 12.4915C14.7976 12.6458 14.843 12.8207 14.8411 12.9983C14.8393 13.1759 14.7901 13.3498 14.6987 13.5022L13.5251 15.4582C14.1289 16.7982 15.2018 17.8711 16.5418 18.4749V18.4749L18.4978 17.3013C18.6502 17.2099 18.8241 17.1608 19.0017 17.1589C19.1793 17.157 19.3542 17.2024 19.5085 17.2906L22.0659 18.7519C22.1978 18.8273 22.3074 18.9362 22.3836 19.0675C22.4598 19.1989 22.5 19.3481 22.5 19.5V19.5C22.4974 20.425 22.1297 21.3115 21.477 21.9669C20.8242 22.6223 19.9392 22.9936 19.0142 23V23Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  --icon--sparkle: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32" fill="none"><rect width="32" height="32" fill="url(%23pattern0_3418_30562)" class="__web-inspector-hide-shortcut__"/><defs class="__web-inspector-hide-shortcut__"><pattern id="pattern0_3418_30562" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_3418_30562" transform="scale(0.00625)"/></pattern><image id="image0_3418_30562" width="160" height="160" xlink:href="data:image/png;base64,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"/></defs></svg>');
  --icon--x: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.2803 5.78033C19.5732 5.48744 19.5732 5.01256 19.2803 4.71967C18.9874 4.42678 18.5126 4.42678 18.2197 4.71967L12 10.9393L5.78033 4.71967C5.48744 4.42678 5.01256 4.42678 4.71967 4.71967C4.42678 5.01256 4.42678 5.48744 4.71967 5.78033L10.9393 12L4.71967 18.2197C4.42678 18.5126 4.42678 18.9874 4.71967 19.2803C5.01256 19.5732 5.48744 19.5732 5.78033 19.2803L12 13.0607L18.2197 19.2803C18.5126 19.5732 18.9874 19.5732 19.2803 19.2803C19.5732 18.9874 19.5732 18.5126 19.2803 18.2197L13.0607 12L19.2803 5.78033Z" fill="%23142023" /></svg>');
  --icon--x-twitter: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 13 12" fill="%234F4F4F"><g clip-path="url(%23clip0_2619_16909)"><path d="M7.91897 5.07857L12.3862 0H11.3276L7.44871 4.40965L4.35062 0H0.777344L5.46226 6.66817L0.777344 11.9938H1.836L5.93225 7.33709L9.20406 11.9938H12.7773L7.91871 5.07857H7.91897ZM6.46899 6.72692L5.99431 6.06292L2.21745 0.779407H3.84349L6.89146 5.04337L7.36614 5.70737L11.3281 11.2499H9.7021L6.46899 6.72718V6.72692Z" fill="%234F4F4F"/></g><defs><clipPath id="clip0_2619_16909"><rect width="12" height="12" fill="white" transform="translate(0.777344)"/></clipPath></defs></svg>');
  --icon--x-pill: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' viewBox='0 0 21 22' fill='none'%3E%3Crect y='0.5' width='21' height='21' rx='10.5' fill='%23003D4B'/%3E%3Cpath d='M7 15.375L6.125 14.5L9.625 11L6.125 7.5L7 6.625L10.5 10.125L14 6.625L14.875 7.5L11.375 11L14.875 14.5L14 15.375L10.5 11.875L7 15.375Z' fill='white'/%3E%3C/svg%3E");
}

.icon-email {
  background-image: var(--icon--email);
}

.icon-facebook {
  background-image: var(--icon--facebook);
}

.icon-linkedin {
  background-image: var(--icon--linkedin);
}

.icon-pinterest {
  background-image: var(--icon--pinterest);
}

.icon-x-twitter {
  background-image: var(--icon--x-twitter);
}

/* e.g. <div class="svg-icon icon-chevron-down"></div> */
.svg-icon {
  display: inline-block;
  background-color: var(--icon--color, var(--color--slate));
  width: var(--icon--width, var(--icon--square--size));
  height: var(--icon--height, var(--icon--square--size));
  mask-image: var(--icon--image);
}

/* 8x13 is intrinsic size */
.icon-chevron-down {
  --icon--image: var(--icon--chevron-left);
  --icon--width: 8px;
  --icon--height: 13px;

  transform: rotate(-90deg);
}

.icon-x {
  --icon--image: var(--icon--x);
}

.svg-icon.filter-sliders {
  --icon--image: var(--icon--filter--sliders);
  --icon--square--size: 24px;
}

.svg-icon.history {
  --icon--image: var(--icon--history);
}

.svg-icon.price-tag {
  --icon--image: var(--icon--price-tag);
}
/* Number in the variable name represents a multiplier for 0.25rem */
:root {
  --shadow--xs: 0 1px 2px 0 var(--color--legacy--blue--tangaroa--alpha-5);
  --shadow--sm: 0 1px 3px 0 var(--color--legacy--blue--tangaroa--alpha-10),
    0 1px 2px 0 var(--color--legacy--blue--tangaroa--alpha-6);
  --shadow--md: 0 4px 8px -2px var(--color--legacy--blue--tangaroa--alpha-10),
    0 2px 4px -2px var(--color--legacy--blue--tangaroa--alpha-6);
  --shadow--lg: 0 12px 16px -4px var(--color--legacy--blue--tangaroa--alpha-8),
    0 4px 6px -2px var(--color--legacy--blue--tangaroa--alpha-3);
  --shadow--xl: 0 20px 24px -4px var(--color--legacy--blue--tangaroa--alpha-8),
    0 8px 8px -4px var(--color--legacy--blue--tangaroa--alpha-3);
  --shadow--2xl: 0 24px 48px -12px var(--color--legacy--blue--tangaroa--alpha-18);
  --shadow--button: 0px 4px 20px 0px var(--color--legacy--black--black--alpha-8);
  --shadow--dropdown: 0 4px 4px 0 var(--color--black--alpha-25);
  --shadow--logo-row--heading: 0px 0px 12px
    var(--color--legacy--white--white--alpha-30);
  --shadow--sticky-header: 0px 50px 100px 0px
    var(--color--legacy--grey--tundora--alpha-25);
}
/*
 * Number in the variable name represents a multiplier for 0.25rem
 *
 * Usage:
 * - Padding around content should use static units
 * - Horizontal margins should use static units
 * - Vertical margins between text elements (in a blog post, for example) should use relative units
 * - Other vertical margins (between cards in the course catalog, for example) should probably use static units
 */

:root {
  --spacing-1: 0.25rem;
  --spacing-1--static: 4px;
  --spacing-2: 0.5rem;
  --spacing-2--static: 8px;
  --spacing-3: 0.75rem;
  --spacing-3--static: 12px;
  --spacing-4: 1rem;
  --spacing-4--static: 16px;
  --spacing-5: 1.25rem;
  --spacing-5--static: 20px;
  --spacing-6: 1.5rem;
  --spacing-6--static: 24px;
  --spacing-7: 1.75rem;
  --spacing-7--static: 28px;
  --spacing-8: 2rem;
  --spacing-8--static: 32px;
  --spacing-10: 2.5rem;
  --spacing-10--static: 40px;
  --spacing-12: 3rem;
  --spacing-12--static: 48px;
  --spacing-14: 3.5rem;
  --spacing-14--static: 56px;
  --spacing-16: 4rem;
  --spacing-16--static: 64px;
  --spacing-20: 5rem;
  --spacing-20--static: 80px;
  --spacing-24: 6rem;
  --spacing-24--static: 96px;
  --spacing-32: 8rem;
  --spacing-32--static: 128px;
  --spacing-40: 10rem;
  --spacing-40--static: 160px;
  --spacing-48: 12rem;
  --spacing-48--static: 192px;
  --spacing-56: 14rem;
  --spacing-56--static: 224px;
  --spacing-64: 16rem;
  --spacing-64--static: 256px;
  --spacing-160: 40rem;
  --spacing-160--static: 640px;
}
:root {
  --transition--default: all 0.2s ease-in-out;
  --transition--long: all 0.3s ease-in-out;
  --transition--extended: all 0.8s ease;
}
:root {
  /* Style Guide Typography */

  /* Font family (raw values)
    - Example:
      --font-family--body: var(--font-family--public-sans);
  */
  --font-family--junicode: 'Junicode', 'Times New Roman', serif;
  --font-family--noto-serif-display: 'Noto Serif Display', 'Junicode',
    'Times New Roman', serif;
  --font-family--playfair-display: 'Playfair Display', 'Georgia',
    'Times New Roman', 'Times', serif;
  --font-family--public-sans: 'Public Sans', 'Arial', sans-serif;

  /* Font family (usage)
    - Example:
      font-family: var(--font-family--body);
  */
  --font-family--body: var(--font-family--public-sans);
  --font-family--heading: var(--font-family--playfair-display);
  --font-family--heading--alt: var(--font-family--junicode);
  --font-family--icons: 'Font Awesome 5 Pro';
  --font-family--icons--alt: 'Font Awesome 6 Sharp';
  --font-family--number: var(--font-family--noto-serif-display);

  /* Font size (raw values)
    - Do not use in other files.
    - If a new font size raw value variable is needed, also create new font size
      usage and font shorthand variables.
    - Example:
      --font-size--paragraph: var(--font-size--16);
  */
  --font-size--12: 0.75rem; /*    ≈  12px */
  --font-size--14: 0.875rem; /*   ≈  14px */
  --font-size--16: 1rem; /*       ≈  16px */
  --font-size--18: 1.125rem; /*   ≈  18px */
  --font-size--20: 1.25rem; /*    ≈  20px */
  --font-size--24: 1.5rem; /*     ≈  24px */
  --font-size--28: 1.75rem; /*    ≈  28px */
  --font-size--32: 2rem; /*       ≈  32px */
  --font-size--40: 2.5rem; /*     ≈  40px */
  --font-size--48: 3rem; /*       ≈  48px */
  --font-size--70: 4.375rem; /*   ≈  70px */
  --font-size--80: 5rem; /*       ≈  80px */
  --font-size--96: 6rem; /*       ≈  96px */
  --font-size--115: 7.1875rem; /* ≈ 115px */

  /* Font size (usage)
    - These font size variables are mapped to Figma text styles.
    - Example:
      font-size: var(--font-size--paragraph);
  */
  --font-size--big-number: var(--font-size--96);
  --font-size--big-number--new: var(--font-size--70);
  --font-size--caption: var(--font-size--14);
  --font-size--extra-large-paragraph: var(--font-size--24);
  --font-size--eyebrow: var(--font-size--12);
  --font-size--feature-hero--desktop: var(--font-size--115);
  --font-size--feature-hero--mobile: var(--font-size--80);
  --font-size--h1--desktop: var(--font-size--80);
  --font-size--h1--mobile: var(--font-size--40);
  --font-size--h2--desktop: var(--font-size--48);
  --font-size--h2--mobile: var(--font-size--32);
  --font-size--h3--desktop: var(--font-size--40);
  --font-size--h3--mobile: var(--font-size--24);
  --font-size--h4--desktop: var(--font-size--32);
  --font-size--h4--mobile: var(--font-size--20);
  --font-size--h5--desktop: var(--font-size--28);
  --font-size--h5--mobile: var(--font-size--18);
  --font-size--h6--desktop: var(--font-size--20);
  --font-size--h6--mobile: var(--font-size--16);
  --font-size--icon-card-title--desktop: var(--font-size--32);
  --font-size--icon-card-title--mobile: var(--font-size--24);
  --font-size--large-paragraph--desktop: var(--font-size--18);
  --font-size--large-paragraph--mobile: var(--font-size--16);
  --font-size--legal: var(--font-size--12);
  --font-size--paragraph: var(--font-size--16);
  --font-size--paragraph--mobile: var(--font-size--14);
  --font-size--small-paragraph: var(--font-size--14);
  --font-size--testimonial-content--desktop: var(--font-size--24);
  --font-size--testimonial-content--mobile: var(--font-size--20);
  --font-size--testimonial-name--desktop: var(--font-size--16);
  --font-size--testimonial-name--mobile: var(--font-size--16);
  --font-size--testimonial-small: var(--font-size--16);

  /* Font style
    - Example:
      font-style: var(--font-style--body);
  */
  --font-style--body: normal;
  --font-style--emphasis: italic;
  --font-style--heading: normal;
  --font-style--heading--alt: normal;
  --font-style--number: normal;

  /* Font weight (raw values)
    - Example:
      --font-weight--body: var(--font-weight--regular);
  */
  --font-weight--thin: 100;
  --font-weight--extra-light: 200;
  --font-weight--light: 300;
  --font-weight--regular: 400;
  --font-weight--medium: 500;
  --font-weight--semibold: 600;
  --font-weight--bold: 700;
  --font-weight--extra-bold: 800;
  --font-weight--black: 900;

  /* Font weight (usage)
    - Example:
      font-weight: var(--font-weight--body);
  */
  --font-weight--body: var(--font-weight--regular);
  --font-weight--heading: var(--font-weight--regular);
  --font-weight--heading--alt: var(--font-weight--regular);
  --font-weight--heading--new: var(--font-weight--medium);
  --font-weight--number: var(--font-weight--semibold);

  /* Letter spacing
    - Example:
      letter-spacing: var(--letter-spacing--caption);
  */
  --letter-spacing--caption: 0.08em;
  --letter-spacing--eyebrow: 0.1em;

  /* Line height (raw values)
    - Do not use in other files.
    - If a new line height raw value variable is needed, also create new line
      height usage and font shorthand variables.
    - Example:
      --line-height--paragraph: var(--line-height--150);
  */
  --line-height--80: 0.8;
  --line-height--95: 0.95;
  --line-height--100: 1;
  --line-height--110: 1.1;
  --line-height--116: 1.16667;
  --line-height--117: 1.175;
  --line-height--120: 1.2;
  --line-height--125: 1.25;
  --line-height--130: 1.30434;
  --line-height--133: 1.33333;
  --line-height--140: 1.4;
  --line-height--148: 1.48257;
  --line-height--150: 1.5;
  --line-height--155: 1.55556;
  --line-height--157: 1.57143;
  --line-height--166: 1.66667;
  --line-height--171: 1.71428;
  --line-height--200: 2;
  --line-height--233: 2.33333;

  /* Line height (usage)
    - These line height variables are mapped to Figma text styles.
    - Example:
      line-height: var(--line-height--paragraph);
  */
  --line-height--big-number: var(--line-height--100);
  --line-height--big-number--new: var(--line-height--80);
  --line-height--caption: var(--line-height--171);
  --line-height--extra-large-paragraph: var(--line-height--116);
  --line-height--eyebrow: var(--line-height--200);
  --line-height--feature-hero: var(--line-height--100);
  --line-height--h1--desktop: var(--line-height--110);
  --line-height--h1--mobile: var(--line-height--120);
  --line-height--h2--desktop: var(--line-height--116);
  --line-height--h2--mobile: var(--line-height--125);
  --line-height--h3--desktop: var(--line-height--120);
  --line-height--h3--mobile: var(--line-height--133);
  --line-height--h3--new--desktop: var(--line-height--95);
  --line-height--h3--new--mobile: var(--line-height--233);
  --line-height--h4--desktop: var(--line-height--125);
  --line-height--h4--mobile: var(--line-height--140);
  --line-height--h5--desktop: var(--line-height--148);
  --line-height--h5--mobile: var(--line-height--133);
  --line-height--h6--desktop: var(--line-height--140);
  --line-height--h6--mobile: var(--line-height--150);
  --line-height--icon-card-title--desktop: var(--line-height--125);
  --line-height--icon-card-title--mobile: var(--line-height--166);
  --line-height--legal: var(--line-height--166);
  --line-height--legal--explainer: var(--line-height--125);
  --line-height--large-paragraph--desktop: var(--line-height--155);
  --line-height--large-paragraph--mobile: var(--line-height--150);
  --line-height--paragraph: var(--line-height--150);
  --line-height--paragraph--short: var(--line-height--125);
  --line-height--paragraph--extra-short: var(--line-height--117);
  --line-height--paragraph--mobile: var(--line-height--157);
  --line-height--small-paragraph: var(--line-height--157);
  --line-height--testimonial-content--desktop: var(--line-height--133);
  --line-height--testimonial-content--mobile: var(--line-height--140);
  --line-height--testimonial-name--desktop: var(--line-height--150);
  --line-height--testimonial-name--mobile: var(--line-height--150);
  --line-height--testimonial-small: var(--line-height--150);

  /* Font shorthand
    - Font shorthand variables should be mapped to Figma text styles.
    - Since Figma text styles represent a group of properties, using font
      shorthand variables should be preferred over using individual properties.
    - Properties
      - font-style
      - font-weight
      - font-size / line-height
      - font-family
    - If a set of font properties is needed that is not defined in a Figma text
      style, create a new font shorthand variable and add the comment "Figma
      text style: none"
    - Example:
      font: var(--font--paragraph);
  */

  /* Figma text style: none */
  --font--big-number: var(--font-style--heading--alt)
    var(--font-weight--heading--alt) var(--font-size--big-number) /
    var(--line-height--big-number) var(--font-family--heading--alt);

  /* Figma text style: none */
  --font--big-number--new: var(--font-style--number) var(--font-weight--number)
    var(--font-size--big-number--new) / var(--line-height--big-number--new)
    var(--font-family--number);

  /* Figma text style: Caption */
  --font--caption: var(--font-style--emphasis) var(--font-weight--light)
    var(--font-size--caption) / var(--line-height--caption)
    var(--font-family--body);

  /* Figma text style: New/Extra Large Paragraph */
  --font--extra-large-paragraph: var(--font-style--body)
    var(--font-weight--semibold) var(--font-size--extra-large-paragraph) /
    var(--line-height--extra-large-paragraph) var(--font-family--body);

  /* Figma text style: none */
  --font--eyebrow: var(--font-style--body) var(--font-weight--semibold)
    var(--font-size--eyebrow) / var(--line-height--eyebrow)
    var(--font-family--body);

  /* Figma text style: none */
  --font--extra-large-paragraph--light: var(--font-style--body)
    var(--font-weight--light) var(--font-size--extra-large-paragraph) /
    var(--line-height--extra-large-paragraph) var(--font-family--body);

  /* Figma text style: New/Feature Hero - Regular */
  --font--feature-hero--regular--desktop: var(--font-style--heading)
    var(--font-weight--regular) var(--font-size--feature-hero--desktop) /
    var(--line-height--feature-hero) var(--font-family--heading);

  /* Figma text style: New/Mobile-Feature Hero - Regular */
  --font--feature-hero--regular--mobile: var(--font-style--heading)
    var(--font-weight--regular) var(--font-size--feature-hero--mobile) /
    var(--line-height--feature-hero) var(--font-family--heading);

  /* Figma text style: New/Feature Hero - Semi Bold */
  --font--feature-hero--semibold--desktop: var(--font-style--heading)
    var(--font-weight--semibold) var(--font-size--feature-hero--desktop) /
    var(--line-height--feature-hero) var(--font-family--heading);

  /* Figma text style: New/Mobile-Feature Hero - Semi Bold */
  --font--feature-hero--semibold--mobile: var(--font-style--heading)
    var(--font-weight--semibold) var(--font-size--feature-hero--mobile) /
    var(--line-height--feature-hero) var(--font-family--heading);

  /* Figma text style: New/Feature Hero - Black Italic */
  --font--feature-hero--black-italic--desktop: var(--font-style--emphasis)
    var(--font-weight--black) var(--font-size--feature-hero--desktop) /
    var(--line-height--feature-hero) var(--font-family--heading);

  /* Figma text style: New/Mobile-Feature Hero - Black Italic */
  --font--feature-hero--black-italic--mobile: var(--font-style--emphasis)
    var(--font-weight--black) var(--font-size--feature-hero--mobile) /
    var(--line-height--feature-hero) var(--font-family--heading);

  /* Figma text style: New/H1 - Desktop */
  --font--h1--desktop: var(--font-style--heading) var(--font-weight--heading)
    var(--font-size--h1--desktop) / var(--line-height--h1--desktop)
    var(--font-family--heading);

  /* Figma text style: New/Mobile H1 */
  --font--h1--mobile: var(--font-style--heading) var(--font-weight--heading)
    var(--font-size--h1--mobile) / var(--line-height--h1--mobile)
    var(--font-family--heading);

  /* Figma text style: New/H2 - Desktop */
  --font--h2--desktop: var(--font-style--heading) var(--font-weight--heading)
    var(--font-size--h2--desktop) / var(--line-height--h2--desktop)
    var(--font-family--heading);

  /* Figma text style: New/Mobile H2 */
  --font--h2--mobile: var(--font-style--heading) var(--font-weight--heading)
    var(--font-size--h2--mobile) / var(--line-height--h2--mobile)
    var(--font-family--heading);

  /* Figma text style: New/H3 - Desktop */
  --font--h3--desktop: var(--font-style--heading) var(--font-weight--heading)
    var(--font-size--h3--desktop) / var(--line-height--h3--desktop)
    var(--font-family--heading);

  /* Figma text style: New/Mobile H3 */
  --font--h3--mobile: var(--font-style--heading) var(--font-weight--heading)
    var(--font-size--h3--mobile) / var(--line-height--h3--mobile)
    var(--font-family--heading);

  /* Figma text style: none */
  --font--h3--new--desktop: var(--font-style--heading)
    var(--font-weight--heading--new) var(--font-size--h3--desktop) /
    var(--line-height--h3--new--desktop) var(--font-family--heading);

  /* Figma text style: none */
  --font--h3--new--mobile: var(--font-style--heading)
    var(--font-weight--semibold) var(--font-size--h3--mobile) /
    var(--line-height--h3--new--mobile) var(--font-family--heading);

  /* Figma text style: New/H4 - Desktop */
  --font--h4--desktop: var(--font-style--heading) var(--font-weight--heading)
    var(--font-size--h4--desktop) / var(--line-height--h4--desktop)
    var(--font-family--heading);

  /* Figma text style: New/Mobile H4 */
  --font--h4--mobile: var(--font-style--heading) var(--font-weight--heading)
    var(--font-size--h4--mobile) / var(--line-height--h4--mobile)
    var(--font-family--heading);

  /* Figma text style: New/H5 - Desktop */
  --font--h5--desktop: var(--font-style--heading) var(--font-weight--heading)
    var(--font-size--h5--desktop) / var(--line-height--h5--desktop)
    var(--font-family--heading);

  /* Figma text style: New/Mobile H5 */
  --font--h5--mobile: var(--font-style--heading) var(--font-weight--heading)
    var(--font-size--h5--mobile) / var(--line-height--h5--mobile)
    var(--font-family--heading);

  /* Figma text style: New/H6 - Desktop */
  --font--h6--desktop: var(--font-style--heading) var(--font-weight--heading)
    var(--font-size--h6--desktop) / var(--line-height--h6--desktop)
    var(--font-family--heading);

  /* Figma text style: New/Mobile H6 */
  --font--h6--mobile: var(--font-style--heading) var(--font-weight--heading)
    var(--font-size--h6--mobile) / var(--line-height--h6--mobile)
    var(--font-family--heading);

  /* Figma text style: New/Icon Card Title */
  --font--icon-card-title--desktop: var(--font-style--body)
    var(--font-weight--semibold) var(--font-size--icon-card-title--desktop) /
    var(--line-height--icon-card-title--desktop) var(--font-family--body);

  /* Figma text style: New/Mobile - Icon Card Title */
  --font--icon-card-title--mobile: var(--font-style--body)
    var(--font-weight--semibold) var(--font-size--icon-card-title--mobile) /
    var(--line-height--icon-card-title--mobile) var(--font-family--body);

  /* Figma text style: New/Large Paragraph */
  --font--large-paragraph--desktop: var(--font-style--body)
    var(--font-weight--body) var(--font-size--large-paragraph--desktop) /
    var(--line-height--large-paragraph--desktop) var(--font-family--body);

  /* Figma text style: none */
  --font--large-paragraph--light: var(--font-style--body)
    var(--font-weight--light) var(--font-size--large-paragraph--desktop) /
    var(--line-height--large-paragraph--desktop) var(--font-family--body);

  /* Figma text style: New/Mobile - Large Paragraph */
  --font--large-paragraph--mobile: var(--font-style--body)
    var(--font-weight--body) var(--font-size--large-paragraph--mobile) /
    var(--line-height--large-paragraph--mobile) var(--font-family--body);

  /* Figma text style: New/Legal */
  --font--legal: var(--font-style--body) var(--font-weight--body)
    var(--font-size--legal) / var(--line-height--legal) var(--font-family--body);

  /* Figma text style: New/Legal Semi Bold */
  --font--legal--semibold: var(--font-style--body) var(--font-weight--semibold)
    var(--font-size--legal) / var(--line-height--legal) var(--font-family--body);

  /* Figma text style: New/Cohort selector explainer text */
  --font--legal--explainer: var(--font-style--emphasis)
    var(--font-weight--light) var(--font-size--legal) /
    var(--line-height--legal--explainer) var(--font-family--body);

  /* Figma text style: New/Paragraph */
  --font--paragraph: var(--font-style--body) var(--font-weight--body)
    var(--font-size--paragraph) / var(--line-height--paragraph)
    var(--font-family--body);

  /* Figma text style: none */
  --font--paragraph--short: var(--font-style--body) var(--font-weight--body)
    var(--font-size--paragraph) / var(--line-height--paragraph--short)
    var(--font-family--body);

  /* Figma text style: none */
  --font--paragraph--medium: var(--font-style--body) var(--font-weight--medium)
    var(--font-size--paragraph) / var(--line-height--paragraph)
    var(--font-family--body);

  /* Figma text style: none */
  --font--paragraph--semibold: var(--font-style--body)
    var(--font-weight--semibold) var(--font-size--paragraph) /
    var(--line-height--paragraph) var(--font-family--body);

  /* Figma text style: none */
  --font--paragraph--semibold--short: var(--font-style--body)
    var(--font-weight--semibold) var(--font-size--paragraph) /
    var(--line-height--paragraph--extra-short) var(--font-family--body);

  /* Figma text style: Desktop/Paragraph */
  --font--paragraph--bold: var(--font-style--body) var(--font-weight--bold)
    var(--font-size--paragraph) / var(--line-height--paragraph)
    var(--font-family--body);

  /* Figma text style: Mobile - Paragraph */
  --font--paragraph--mobile: var(--font-style--body) var(--font-weight--body)
    var(--font-size--paragraph--mobile) / var(--line-height--paragraph--mobile)
    var(--font-family--body);

  /* Figma text style: none */
  --font--paragraph--mobile--bold: var(--font-style--body)
    var(--font-weight--bold) var(--font-size--paragraph--mobile) /
    var(--line-height--paragraph--mobile) var(--font-family--body);

  /* Figma text style: New/Small Paragraph */
  --font--small-paragraph: var(--font-style--body) var(--font-weight--body)
    var(--font-size--small-paragraph) / var(--line-height--small-paragraph)
    var(--font-family--body);

  /* Figma text style: none */
  --font--small-paragraph--light: var(--font-style--body)
    var(--font-weight--light) var(--font-size--small-paragraph) /
    var(--line-height--small-paragraph) var(--font-family--body);

  /* Figma text style: none */
  --font--small-paragraph--medium: var(--font-style--body)
    var(--font-weight--medium) var(--font-size--small-paragraph) /
    var(--line-height--small-paragraph) var(--font-family--body);

  /* Figma text style: New/Small paragraph bold */
  --font--small-paragraph--semibold: var(--font-style--body)
    var(--font-weight--semibold) var(--font-size--small-paragraph) /
    var(--line-height--small-paragraph) var(--font-family--body);

  /* Figma text style: none */
  --font--small-paragraph--bold: var(--font-style--body)
    var(--font-weight--bold) var(--font-size--small-paragraph) /
    var(--line-height--small-paragraph) var(--font-family--body);

  /* Figma text style: none */
  --font--small-paragraph--semibold--short: var(--font-style--body)
    var(--font-weight--semibold) var(--font-size--small-paragraph) /
    var(--line-height--paragraph--extra-short) var(--font-family--body);

  /* Figma text style: New/Testimonial Content */
  --font--testimonial-content--desktop: var(--font-style--emphasis)
    var(--font-weight--body) var(--font-size--testimonial-content--desktop) /
    var(--line-height--testimonial-content--desktop) var(--font-family--body);

  /* Figma text style: New/Mobile - Testimonial Content */
  --font--testimonial-content--mobile: var(--font-style--emphasis)
    var(--font-weight--body) var(--font-size--testimonial-content--mobile) /
    var(--line-height--testimonial-content--mobile) var(--font-family--body);

  /* Figma text style: New/Testimonial Name */
  --font--testimonial-name--desktop: var(--font-style--body)
    var(--font-weight--semibold) var(--font-size--testimonial-name--desktop) /
    var(--line-height--testimonial-name--desktop) var(--font-family--body);

  /* Figma text style: New/Mobile - Testimonial Name */
  --font--testimonial-name--mobile: var(--font-style--body)
    var(--font-weight--semibold) var(--font-size--testimonial-name--mobile) /
    var(--line-height--testimonial-name--mobile) var(--font-family--body);

  /* Figma text style: New/Testimonial Small */
  --font--testimonial-small: var(--font-style--body) var(--font-weight--body)
    var(--font-size--testimonial-small) / var(--line-height--testimonial-small)
    var(--font-family--body);

  /* Legacy Typography */

  /* Variables should be renamed if they get moved into the style guide. */

  /* Font family (legacy)
    - Example:
      font-family: var(--font-family--legacy--bebas);

    - Do not use for new code.
  */
  --font-family--legacy--bebas: 'bebas-neue', sans-serif;
  --font-family--legacy--blog: 'Lato', sans-serif;
  --font-family--legacy--gallery: 'Roboto', sans-serif;
  --font-family--legacy--timeline: 'Oxygen', sans-serif;
  --font-family--legacy--video: 'Helvetica Neue', 'Helvetica', 'Arial',
    sans-serif;

  /* Font size (legacy raw values)
    - Do not use for new code.
    - Example:
      font-size: var(--font-size--legacy--7);
  */
  --font-size--legacy--1: 10px; /*      10px    ≈ 0.625rem  */
  --font-size--legacy--2: 12px; /*      12px    ≈ 0.75rem   */
  --font-size--legacy--3: 13px; /*      13px    ≈ 0.8125rem */
  --font-size--legacy--4: 14px; /*      14px    ≈ 0.875rem  */
  --font-size--legacy--5: 0.9rem; /*    14.4px  ≈ 0.9rem    */
  --font-size--legacy--6: 0.92rem; /*   14.72px ≈ 0.92rem   */
  --font-size--legacy--7: 16px; /*      16px    ≈ 1rem      */
  --font-size--legacy--8: 18px; /*      18px    ≈ 1.125rem  */
  --font-size--legacy--9: 1.16rem; /*   18.56px ≈ 1.16rem   */
  --font-size--legacy--10: 1.175rem; /* 18.8px  ≈ 1.175rem  */
  --font-size--legacy--11: 20px; /*     20px    ≈ 1.25rem   */
  --font-size--legacy--12: 22px; /*     22px    ≈ 1.375rem  */
  --font-size--legacy--13: 24px; /*     24px    ≈ 1.5rem    */
  --font-size--legacy--14: 25px; /*     25px    ≈ 1.5625rem */
  --font-size--legacy--15: 1.6rem; /*   26px    ≈ 1.6rem    */
  --font-size--legacy--16: 28px; /*     28px    ≈ 1.75rem   */
  --font-size--legacy--17: 30px; /*     30px    ≈ 1.875rem  */
  --font-size--legacy--18: 32px; /*     32px    ≈ 2rem      */
  --font-size--legacy--19: 2.1rem; /*   34px    ≈ 2.1rem    */
  --font-size--legacy--20: 35px; /*     35px    ≈ 2.1875rem */
  --font-size--legacy--21: 36px; /*     36px    ≈ 2.25rem   */
  --font-size--legacy--22: 38px; /*     38px    ≈ 2.375rem  */
  --font-size--legacy--23: 40px; /*     40px    ≈ 2.5rem    */
  --font-size--legacy--24: 42px; /*     42px    ≈ 2.625rem  */
  --font-size--legacy--25: 48px; /*     48px    ≈ 3rem      */
  --font-size--legacy--26: 60px; /*     60px    ≈ 3.75rem   */
  --font-size--legacy--27: 64px; /*     64px    ≈ 4rem      */
  --font-size--legacy--28: 70px; /*     70px    ≈ 4.375rem  */
  --font-size--legacy--29: 120px; /*   120px    ≈ 7.5rem    */

  /* Line height (legacy raw values)
    - Do not use for new code.
    - Example:
      line-height: var(--line-height--legacy--7);
  */
  --line-height--legacy--1: 0.75;
  --line-height--legacy--2: 0.88;
  --line-height--legacy--3: 1.15;
  --line-height--legacy--4: 1.2;
  --line-height--legacy--5: 1.25;
  --line-height--legacy--6: 1.3;
  --line-height--legacy--7: 1.4;
  --line-height--legacy--8: 1.5;
  --line-height--legacy--9: 1.6;
  --line-height--legacy--10: 2;
  --line-height--legacy--11: 2.5;

  /* Line height (legacy usage)
    - Do not use for new code.
    - Example:
      line-height: var(--line-height--legacy--body);
  */
  --line-height--legacy--heading: var(--line-height--legacy--4);
  --line-height--legacy--body: var(--line-height--legacy--7);
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
}

.row-fluid::before,
.row-fluid::after {
  display: table;
  content: '';
}

.row-fluid::after {
  clear: both;
}

.row-fluid [class*='span'] {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 2.127659574%;
  width: 100%;
  min-height: 28px;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid::before,
.container-fluid::after {
  display: table;
  content: '';
}

.container-fluid::after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .responsive .row-fluid [class*='span'] {
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .row-fluid .span4 [class*='span'],
  .row-fluid .span3 [class*='span'],
  .row-fluid .span2 [class*='span'] {
    margin-left: 2.127659574%;
  }

  .row-fluid [class*='span'] [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span4 .span12,
  .row-fluid .span3 .span12,
  .row-fluid .span2 .span12,
  .row-fluid .span7 .span12,
  .row-fluid .span8 .span12,
  .row-fluid .span9 .span12,
  .row-fluid .span10 .span12,
  .row-fluid .span11 .span12 {
    width: 99.99999998999999%;
  }

  .row-fluid .span4 .span11,
  .row-fluid .span3 .span11,
  .row-fluid .span2 .span11 {
    width: 91.489361693%;
  }

  .row-fluid .span4 .span10,
  .row-fluid .span3 .span10,
  .row-fluid .span2 .span10 {
    width: 82.97872339599999%;
  }

  .row-fluid .span4 .span9,
  .row-fluid .span3 .span9,
  .row-fluid .span2 .span9 {
    width: 74.468085099%;
  }

  .row-fluid .span4 .span8,
  .row-fluid .span3 .span8,
  .row-fluid .span2 .span8 {
    width: 65.95744680199999%;
  }

  .row-fluid .span4 .span7,
  .row-fluid .span3 .span7,
  .row-fluid .span2 .span7 {
    width: 57.446808505%;
  }

  .row-fluid .span4 .span6,
  .row-fluid .span3 .span6,
  .row-fluid .span2 .span6 {
    width: 48.93617020799999%;
  }

  .row-fluid .span4 .span5,
  .row-fluid .span3 .span5,
  .row-fluid .span2 .span5 {
    width: 40.425531911%;
  }

  .row-fluid .span4 .span4,
  .row-fluid .span3 .span4,
  .row-fluid .span2 .span4 {
    width: 31.914893614%;
  }

  .row-fluid .span4 .span3,
  .row-fluid .span3 .span3,
  .row-fluid .span2 .span3 {
    width: 23.404255317%;
  }

  .row-fluid .span4 .span2,
  .row-fluid .span3 .span2,
  .row-fluid .span2 .span2 {
    width: 14.89361702%;
  }

  .row-fluid .span4 .span1,
  .row-fluid .span3 .span1,
  .row-fluid .span2 .span1 {
    width: 6.382978723%;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid::before,
  .row-fluid::after {
    display: table;
    content: '';
  }

  .row-fluid::after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.762430939%;
    width: 100%;
    min-height: 28px;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    flex-grow: 12;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }

  .responsive .row-fluid .span11 {
    flex-grow: 12;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }

  .responsive .row-fluid .span10 {
    flex-grow: 12;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }

  .responsive .row-fluid .span9 {
    flex-grow: 12;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }

  .responsive .row-fluid .span8 {
    flex-grow: 12;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }

  .responsive .row-fluid .span7 {
    flex-grow: 12;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }

  .responsive .row-fluid .span6 {
    flex-grow: 12;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }

  .responsive .row-fluid .span5 {
    flex-grow: 2;
    margin-right: 1% !important;
    margin-left: 1% !important;
    width: 48%;
  }

  .responsive .row-fluid .span4 {
    flex-grow: 2;
    margin-right: 1% !important;
    margin-left: 1% !important;
    width: 48%;
  }

  .responsive .row-fluid .span3 {
    width: 22.928176794%;
  }

  .responsive .row-fluid .span2 {
    width: 14.364640883%;
  }

  .responsive .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid::before,
  .row-fluid::after {
    display: table;
    content: '';
  }

  .row-fluid::after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.564102564%;
    width: 100%;
    min-height: 28px;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

@media (max-width: 1023px) {
  html .dnd-section[class*='max-width-section-centering'] > .row-fluid {
    max-width: 90% !important;
  }

  .row-fluid .span3 {
    margin-right: 1.3%;
    margin-left: 1.3%;
    width: 46.6%;
  }

  .row-fluid .span4 .span6,
  .row-fluid .span5 .span6,
  .row-fluid .span6 .span6,
  .row-fluid .span7 .span6,
  .row-fluid .span8 .span6,
  .row-fluid .span9 .span6,
  .row-fluid .span10 .span6,
  .row-fluid .span11 .span6 {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .responsive .row-fluid .span3 {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
.clearfix {
  zoom: 1;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}

.clearfix::after {
  clear: both;
}
/* Style Guide Primary and Secondary Colors */

.color--blue--tranquil {
  color: var(--color--blue--tranquil);
}

.color--cherry {
  color: var(--color--cherry);
}

.color--cherry--dark {
  color: var(--color--cherry--dark);
}

.color--pomegranate {
  color: var(--color--pomegranate);
}

.color--gold {
  color: var(--color--gold);
}

.color--lilac--light {
  color: var(--color--lilac--light);
}

.color--melon {
  color: var(--color--melon);
}

.color--melon--light {
  color: var(--color--melon--light);
}

.color--red--brick {
  color: var(--color--blue--tranquil);
}

.color--water {
  color: var(--color--water);
}

.color--water--faded {
  color: var(--color--water--faded);
}

.color--water--half-baked {
  color: var(--color--water--half-baked);
}

.color--water--light {
  color: var(--color--water--light);
}

.color--water--medium {
  color: var(--color--water--medium);
}

/* Style Guide Base Colors */

.color--chalk {
  color: var(--color--chalk);
}

.color--slate {
  color: var(--color--slate);
}

.color--white {
  color: var(--color--white);
}

/* Style Guide Neutral Colors */

.color--black {
  color: var(--color--black);
}

.color--black-1 {
  color: var(--color--black-1);
}

.color--black-2 {
  color: var(--color--black-2);
}

.color--grey-1 {
  color: var(--color--grey-1);
}

.color--grey-2 {
  color: var(--color--grey-2);
}

.color--grey-3 {
  color: var(--color--grey-3);
}

.color--grey-4 {
  color: var(--color--grey-4);
}

.color--grey-5 {
  color: var(--color--grey-5);
}

/* Miscellaneous */

.editor-warning {
  color: var(--color--legacy--red);
}

.iin_red {
  color: var(--color--cherry);
}
.flex-fill {
  flex: 1;
}
.caption-text {
  letter-spacing: var(--letter-spacing--caption);
  color: var(--color--slate);
  font: var(--font--caption);
}

.rich-text-overrides {
  color: var(--color--slate);
  font: var(--font--paragraph);
}

/* Styles for the inline Rich Text Field */
.rich-text-overrides a {
  text-decoration: underline;
  color: var(--color--water);
  font: var(--font--paragraph--bold);
}

.rich-text-overrides a:hover,
.rich-text-overrides a:focus {
  color: var(--color--water--medium);
}

.rich-text-overrides h1 {
  margin: var(--small-space) 0;
  color: inherit;
  font: var(--font--h1--desktop);
}

@media (max-width: 767px) {
  .rich-text-overrides h1 {
    font: var(--font--h1--mobile);
  }
}

.rich-text-overrides h1:first-child {
  margin-top: 0;
}

.rich-text-overrides h2 {
  margin: var(--small-space) 0;
  color: inherit;
  font: var(--font--h2--desktop);
}

@media (max-width: 767px) {
  .rich-text-overrides h2 {
    font: var(--font--h2--mobile);
  }
}

.rich-text-overrides h2:first-child {
  margin-top: 0;
}

.rich-text-overrides h3 {
  margin: var(--small-space) 0;
  color: inherit;
  font: var(--font--h3--desktop);
}

@media (max-width: 767px) {
  .rich-text-overrides h3 {
    font: var(--font--h3--mobile);
  }
}

.rich-text-overrides h3:first-child {
  margin-top: 0;
}

.rich-text-overrides h4 {
  margin: var(--small-space) 0;
  color: inherit;
  font: var(--font--h4--desktop);
}

@media (max-width: 767px) {
  .rich-text-overrides h4 {
    font: var(--font--h4--mobile);
  }
}

.rich-text-overrides h4:first-child {
  margin-top: 0;
}

.rich-text-overrides h5 {
  margin: var(--small-space) 0;
  color: inherit;
  font: var(--font--h5--desktop);
}

@media (max-width: 767px) {
  .rich-text-overrides h5 {
    font: var(--font--h5--mobile);
  }
}

.rich-text-overrides h5:first-child {
  margin-top: 0;
}

.rich-text-overrides h6 {
  margin: var(--small-space) 0;
  color: inherit;
  font: var(--font--h6--desktop);
}

@media (max-width: 767px) {
  .rich-text-overrides h6 {
    font: var(--font--h6--mobile);
  }
}

.rich-text-overrides h6:first-child {
  margin-top: 0;
}

.rich-text-overrides img {
  margin: var(--big-space) 0;
  border-radius: var(--border-radius);
}

.rich-text-overrides img:first-child {
  margin-top: 0;
}

.rich-text-overrides img:last-child {
  margin-bottom: 0;
}

.rich-text-overrides ol,
.rich-text-overrides ul {
  margin: var(--small-space) 0;
}

.rich-text-overrides ol:first-child,
.rich-text-overrides ul:first-child {
  margin-top: 0;
}

.rich-text-overrides ol:last-child,
.rich-text-overrides ul:last-child {
  margin-bottom: 0;
}

.rich-text-overrides p {
  font: inherit;
}

.rich-text-overrides p:first-child {
  margin-top: 0;
}

.rich-text-overrides p:last-child {
  margin-bottom: 0;
}
/* Big Number */

.font--big-number {
  font: var(--font--big-number);
}

.font--big-number--new {
  font: var(--font--big-number--new);
}

/* Caption */

.font--caption {
  font: var(--font--caption);
}

/* Extra Large Paragraph */

.font--extra-large-paragraph {
  font: var(--font--extra-large-paragraph);
}

/* Eyebrow */

.font--eyebrow {
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing--eyebrow);
  font: var(--font--eyebrow);
}

/* Feature Hero - Regular */

.font--feature-hero--regular {
  font: var(--font--feature-hero--regular--desktop);
}

@media (max-width: 767px) {
  .font--feature-hero--regular {
    font: var(--font--feature-hero--regular--mobile);
  }
}

.font--feature-hero--regular--desktop {
  font: var(--font--feature-hero--regular--desktop);
}

.font--feature-hero--regular--mobile {
  font: var(--font--feature-hero--regular--mobile);
}

/* Feature Hero - Semibold */

.font--feature-hero--semibold {
  font: var(--font--feature-hero--semibold--desktop);
}

@media (max-width: 767px) {
  .font--feature-hero--semibold {
    font: var(--font--feature-hero--semibold--mobile);
  }
}

.font--feature-hero--semibold--desktop {
  font: var(--font--feature-hero--semibold--desktop);
}

.font--feature-hero--semibold--mobile {
  font: var(--font--feature-hero--semibold--mobile);
}

/* Feature Hero - Black Italic */

.font--feature-hero--black-italic {
  font: var(--font--feature-hero--black-italic--desktop);
}

@media (max-width: 767px) {
  .font--feature-hero--black-italic {
    font: var(--font--feature-hero--black-italic--mobile);
  }
}

.font--feature-hero--black-italic--desktop {
  font: var(--font--feature-hero--black-italic--desktop);
}

.font--feature-hero--black-italic--mobile {
  font: var(--font--feature-hero--black-italic--mobile);
}

/* H1 */

.font--h1 {
  font: var(--font--h1--desktop);
}

@media (max-width: 767px) {
  .font--h1 {
    font: var(--font--h1--mobile);
  }
}

.font--h1--desktop {
  font: var(--font--h1--desktop);
}

.font--h1--mobile {
  font: var(--font--h1--mobile);
}

/* H2 */

.font--h2 {
  font: var(--font--h2--desktop);
}

@media (max-width: 767px) {
  .font--h2 {
    font: var(--font--h2--mobile);
  }
}

.font--h2--desktop {
  font: var(--font--h2--desktop);
}

.font--h2--mobile {
  font: var(--font--h2--mobile);
}

/* H3 */

.font--h3 {
  font: var(--font--h3--desktop);
}

@media (max-width: 767px) {
  .font--h3 {
    font: var(--font--h3--mobile);
  }
}

.font--h3--desktop {
  font: var(--font--h3--desktop);
}

.font--h3--mobile {
  font: var(--font--h3--mobile);
}

/* H3 New */

.font--h3--new--desktop {
  font: var(--font--h3--new--desktop);
}

.font--h3--new--mobile {
  font: var(--font--h3--new--mobile);
}

/* H4 */

.font--h4 {
  font: var(--font--h4--desktop);
}

@media (max-width: 767px) {
  .font--h4 {
    font: var(--font--h4--mobile);
  }
}

.font--h4--desktop {
  font: var(--font--h4--desktop);
}

.font--h4--mobile {
  font: var(--font--h4--mobile);
}

/* H5 */

.font--h5 {
  font: var(--font--h5--desktop);
}

@media (max-width: 767px) {
  .font--h5 {
    font: var(--font--h5--mobile);
  }
}

.font--h5--desktop {
  font: var(--font--h5--desktop);
}

.font--h5--mobile {
  font: var(--font--h5--mobile);
}

/* H6 */

.font--h6 {
  font: var(--font--h6--desktop);
}

@media (max-width: 767px) {
  .font--h6 {
    font: var(--font--h6--mobile);
  }
}

.font--h6--desktop {
  font: var(--font--h6--desktop);
}

.font--h6--mobile {
  font: var(--font--h6--mobile);
}

/* Icon Card Title */

.font--icon-card-title {
  font: var(--font--icon-card-title--desktop);
}

@media (max-width: 767px) {
  .font--icon-card-title {
    font: var(--font--icon-card-title--mobile);
  }
}

.font--icon-card-title--desktop {
  font: var(--font--icon-card-title--desktop);
}

.font--icon-card-title--mobile {
  font: var(--font--icon-card-title--mobile);
}

/* Large Paragraph */

.font--large-paragraph {
  font: var(--font--large-paragraph--desktop);
}

@media (max-width: 767px) {
  .font--large-paragraph {
    font: var(--font--large-paragraph--mobile);
  }
}

.font--large-paragraph--desktop {
  font: var(--font--large-paragraph--desktop);
}

.font--large-paragraph--mobile {
  font: var(--font--large-paragraph--mobile);
}

/* Legal */

.font--legal {
  font: var(--font--legal);
}

/* Cohort selector explainer text */

.font--legal--explainer {
  font: var(--font--legal--explainer);
}

/* Legal Semi Bold */

.font--legal--semibold {
  font: var(--font--legal--semibold);
}

/* Paragraph */

.font--paragraph {
  font: var(--font--paragraph);
}

/* Paragraph Bold */

.font--paragraph--bold {
  font: var(--font--paragraph--bold);
}

/* Small Paragraph */

.font--small-paragraph {
  font: var(--font--small-paragraph);
}

/* Small paragraph bold */

.font--small-paragraph--semibold {
  font: var(--font--small-paragraph--semibold);
}

/* Testimonial Content */

.font--testimonial-content {
  font: var(--font--testimonial-content--desktop);
}

@media (max-width: 767px) {
  .font--testimonial-content {
    font: var(--font--testimonial-content--mobile);
  }
}

.font--testimonial-content--desktop {
  font: var(--font--testimonial-content--desktop);
}

.font--testimonial-content--mobile {
  font: var(--font--testimonial-content--mobile);
}

/* Testimonial Name */

.font--testimonial-name {
  font: var(--font--testimonial-name--desktop);
}

@media (max-width: 767px) {
  .font--testimonial-name {
    font: var(--font--testimonial-name--mobile);
  }
}

.font--testimonial-name--desktop {
  font: var(--font--testimonial-name--desktop);
}

.font--testimonial-name--mobile {
  font: var(--font--testimonial-name--mobile);
}

/* Testimonial Small */

.font--testimonial-small {
  font: var(--font--testimonial-small);
}

/* Custom utility classes */

.big-number {
  font: var(--font--big-number);
}

.p-md {
  font: var(--font--paragraph);
}

.p-lg {
  font: var(--font--large-paragraph--desktop);
}

@media (max-width: 767px) {
  .p-lg {
    font: var(--font--large-paragraph--mobile);
  }
}

.p-xl {
  font: var(--font--extra-large-paragraph);
}

@media (max-width: 767px) {
  .p-xl {
    font: var(--font--large-paragraph--mobile);
  }
}
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

.clamp {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-count, 4);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* show for screenreader only */
.sr-only {
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  clip: rect(0, 0, 0, 0) !important;
}

/* Responsive Visibilty Classes */
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
@keyframes load-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.dnd-section .dnd-column[class*='background-color'],
.dnd-section .dnd-column .dnd-column[class*='background-color'],
.dnd-section .dnd-column[class*='background-image'] {
  border-radius: var(--theme--spacing--border-radius);
  box-shadow: 0 4px 20px var(--color--legacy--black--black--alpha-8);
  padding: 20px;
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.dnd-section .dnd-row[class*='background-color'],
.dnd-section .dnd-column .dnd-row[class*='background-color'],
.dnd-section .dnd-row[class*='background-image'] {
  border-radius: var(--theme--spacing--border-radius);
  box-shadow: 0 4px 20px var(--color--legacy--black--black--alpha-8);
  padding: 20px;
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.row-fluid [class*='span'] {
  min-height: 0;
}

.hs-inline-edit .row-fluid [class*='span'] {
  min-height: 1px;
}

.container-fluid.body-container {
  overflow: hidden;
}

.dnd-column,
.dnd-row {
  opacity: 0;
  animation: load-in 0.5s linear 0.2s 1 forwards;
}

.fade,
.fadeDown,
.fadeUp,
.fadeLeft,
.fadeRight,
.slideUp,
.slideDown,
.slideLeft,
.slideRight,
.zoomIn,
.zoomInUp,
.zoomInDown,
.zoomInLeft,
.zoomInRight,
.zoomOut,
.zoomOutUp,
.zoomOutDown,
.zoomOutLeft,
.zoomOutRight {
  visibility: hidden;
}

.hs-inline-edit .fade,
.hs-inline-edit .fadeDown,
.hs-inline-edit .fadeUp,
.hs-inline-edit .fadeLeft,
.hs-inline-edit .fadeRight,
.hs-inline-edit .slideUp,
.hs-inline-edit .slideDown,
.hs-inline-edit .slideLeft,
.hs-inline-edit .slideRight,
.hs-inline-edit .zoomIn,
.hs-inline-edit .zoomInUp,
.hs-inline-edit .zoomInDown,
.hs-inline-edit .zoomInLeft,
.hs-inline-edit .zoomInRight,
.hs-inline-edit .zoomOut,
.hs-inline-edit .zoomOutUp,
.hs-inline-edit .zoomOutDown,
.hs-inline-edit .zoomOutLeft,
.hs-inline-edit .zoomOutRight {
  visibility: visible;
}

html .dnd-section[class*='max-width-section-centering'] > .row-fluid {
  margin-right: auto !important;
  margin-left: auto !important;
  width: var(--theme--spacing--max-width);
}

.dnd-section,
.ot-section {
  position: relative;
  padding-top: var(--theme--spacing--vertical-spacing);
  padding-bottom: var(--theme--spacing--vertical-spacing);
}

.diagonal-section {
  transform: skewY(11deg);
}

.diagonal-section > .row-fluid {
  transform: skewY(-11deg);
}

.dnd-section.section-above {
  z-index: 1;
}

.lp-body .dnd-section:nth-child(1) {
  padding-top: calc(var(--theme--spacing--vertical-spacing) * 2);
}



.dnd-section .dnd-column {
  opacity: 0;
  padding: 20px;
}

.dnd-section .dnd-column .dnd-column {
  padding: 0;
}

.dnd-section .dnd-column[class*='background-gradient'] {
  border-radius: var(--theme--spacing--border-radius);
  
  padding: 20px;
  overflow: hidden;
}

.dnd-section .dnd-column[class*='background-color'],
.dnd-section .dnd-column .dnd-column[class*='background-color'],
.dnd-section .dnd-column[class*='background-image'] {
  border-radius: var(--theme--spacing--border-radius);
  
  padding: 20px;
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.dnd-section .dnd-row[class*='background-color'],
.dnd-section .dnd-column .dnd-row[class*='background-color'],
.dnd-section .dnd-row[class*='background-image'] {
  border-radius: var(--theme--spacing--border-radius);
  
  padding: 20px;
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.dnd-section div[class*='background-color'] div[class*='background-color'],
.dnd-section div[class*='background-color'] div[class*='background-image'] {
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.dnd-section .dnd-column[class*='background-color'] {
  display: flex;
  flex-direction: column;
}

.dnd-section .dnd-column[class*='background-color'] > div:nth-last-child(1) {
  margin-top: auto;
}

.dnd-row > .row-fluid {
  display: flex;
}

.hs_cos_wrapper_widget:not(.widget-type-rich_text) {
  height: auto;
}

.hs_cos_wrapper_widget.widget-type-linked_image {
  height: auto;
}

.body-container-wrapper
  .dnd-column
  > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1),
.body-container-wrapper
  .dnd-column
  > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1)
  > .row-fluid,
.body-container-wrapper
  .dnd-column
  > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1)
  .dnd-module,
.body-container-wrapper
  .dnd-column
  > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1)
  .dnd-module
  > div {
  height: auto;
}

.responsive-space {
  padding-top: calc(var(--theme--spacing--vertical-spacing) / 2);
}

.full-space {
  padding-top: var(--theme--spacing--vertical-spacing);
}

.edit-icon {
  display: none;
}

.hs-inline-edit .edit-icon {
  display: block;
}

.dnd-section-custom-bg {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
}

.dnd-section-custom-bg .overlay {
  width: 100%;
  height: 100%;
}

.dnd-section-custom-bg.content-width {
  margin-right: auto;
  margin-left: auto;
  border-radius: var(--theme--spacing--border-radius);
  box-shadow: 1px 1px 10px var(--color--legacy--black--black--alpha-20);
  width: var(--theme--spacing--max-width);
  max-width: 95%;
}

.edit-icon {
  border-radius: 5px;
  box-shadow: 0 0 10px var(--color--legacy--black--black--alpha-20);
  background: var(--color--white);
  padding: 8px 5px 2px;
  width: 40px;
  text-align: center;
  line-height: var(--line-height--110);
  color: var(--theme--global-colors--secondary-color);
  font-size: var(--font-size--legacy--4);
}

.edit-icon i {
  line-height: var(--line-height--legacy--1);
  font-size: var(--font-size--legacy--23);
}

.dnd-section-custom-bg svg {
  position: absolute;
  bottom: -1px;
}

.tall-hero-section > .row-fluid {
  width: 50% !important;
}

.tall-hero-section > .row-fluid > div {
  border-radius: 0 !important;
}

.tall-hero-section > .row-fluid > div > div {
  margin-left: auto;
  width: calc(var(--theme--spacing--max-width) / 2);
  max-width: 100%;
}

.vidyard-player-container {
  border-radius: var(--theme--spacing--border-radius);
}

/* Wide Section */

.dnd-section.wide-section .dnd-column[class*='background-image'] {
  border-radius: 0;
  box-shadow: none;
  overflow: unset;
  backdrop-filter: unset;
}

.dnd-section.no-margin .row-fluid [class*='span'] {
  margin-left: 0 !important;
}

.dnd-section.no-margin .span1 {
  width: 8.33%;
}

.dnd-section.no-margin .span2 {
  width: 16.66%;
}

.dnd-section.no-margin .span3 {
  width: 25%;
}

.dnd-section.no-margin .span4 {
  width: 33.33%;
}

.dnd-section.no-margin .span5 {
  width: 41.66%;
}

.dnd-section.no-margin .span6 {
  width: 50%;
}

.dnd-section.no-margin .span7 {
  width: 58.33%;
}

.dnd-section.no-margin .span8 {
  width: 66.66%;
}

.dnd-section.no-margin .span9 {
  width: 75%;
}

.dnd-section.no-margin .span10 {
  width: 83.33%;
}

.dnd-section.no-margin .span11 {
  width: 96.66%;
}

.dnd-section.no-margin .span12 {
  width: 100%;
}

.wide-section .row-depth-1 > .row-fluid > .dnd-column:nth-child(1) {
  padding-left: calc(50vw - 620px);
}

.wide-section .row-depth-1 > .row-fluid > .dnd-column:nth-last-child(1) {
  margin-right: 0 !important;
  padding-right: calc(50vw - 620px);
}

.wide-section .row-depth-1 > .row-fluid > .dnd-column .dnd-column {
  padding-right: 20px;
  padding-left: 20px;
}

.wide-section .hs-horizontal-spacer {
  display: block;
  padding-top: 40%;
}

.wide-section .span1 .hs-horizontal-spacer,
.wide-section .span2 .hs-horizontal-spacer,
.wide-section .span3 .hs-horizontal-spacer,
.wide-section .span4 .hs-horizontal-spacer,
.wide-section .span5 .hs-horizontal-spacer {
  padding-top: 100%;
}

.acc-hero .dnd-column[class*='background-image'] {
  position: relative;
  overflow: hidden;
}

.acc-hero .dnd-column:nth-last-child(1)[class*='background-image']::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -70px;
  transform: skewX(-10deg);
  background: var(--color--white);
  width: 150px;
  content: '';
}

.acc-hero .dnd-column:nth-child(1)[class*='background-image']::before {
  position: absolute;
  top: -1px;
  right: -70px;
  bottom: -1px;
  transform: skewX(10deg);
  background: var(--color--white);
  width: 150px;
  content: '';
}

html .dnd-section[class*='max-width-section-centering'] > .row-fluid {
  width: 95% !important;
}

@media (max-width: 1300px) {
  .wide-section .row-depth-1 > .row-fluid > .dnd-column:nth-child(1) {
    padding-left: 5%;
  }

  .wide-section .row-depth-1 > .row-fluid > .dnd-column:nth-last-child(1) {
    padding-right: 5%;
  }
}

@media (max-width: 1023px) {
  .dnd-row > .row-fluid {
    flex-wrap: wrap;
  }

  .tall-hero-section > .row-fluid {
    width: 70% !important;
  }

  .body-container-wrapper
    .dnd-column
    > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1),
  .body-container-wrapper
    .dnd-column
    > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1)
    > .row-fluid,
  .body-container-wrapper
    .dnd-column
    > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1)
    .dnd-module,
  .body-container-wrapper
    .dnd-column
    > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1)
    .dnd-module
    > div {
    height: auto;
  }

  /*
  .dnd-section.three-column-section > .row-fluid > .dnd-column {
    display: grid !important;
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
    column-gap: 20px;
  }

  .dnd-section.three-column-section > .row-fluid > .dnd-column > div,
  .dnd-section.three-column-section > .row-fluid > .dnd-column > div > div {
    display: contents;
  }

  .dnd-section.three-column-section .span12 {
    grid-area: auto / 1 / auto / 3;
  }

  .dnd-section.three-column-section .widget-span {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }

  .three-column-section .row-fluid::before,
  .three-column-section .row-fluid::after {
    content: unset;
  }
  */

  .wide-section .row-depth-1 > .row-fluid > .dnd-column:nth-child(1) {
    padding-left: 0;
  }

  .wide-section .row-depth-1 > .row-fluid > .dnd-column:nth-last-child(1) {
    padding-right: 0;
  }

  .wide-section > .row-fluid > .dnd-column {
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 90% !important;
  }

  .dnd-section.no-margin .row-fluid [class*='span'] {
    margin-left: auto !important;
  }
}

@media (max-width: 767px) {
  .dnd-section,
  .ot-section {
    padding-top: calc(var(--theme--spacing--vertical-spacing) * 0.7);
    padding-bottom: calc(var(--theme--spacing--vertical-spacing) * 0.7);
  }

  

  .responsive-space {
    padding-top: calc(var(--theme--spacing--vertical-spacing) / 3);
  }

  .full-space {
    padding-top: calc(var(--theme--spacing--vertical-spacing) * 0.7);
  }

  .lp-body .dnd-section:nth-child(1) {
    padding-top: var(--theme--spacing--vertical-spacing);
  }

  .tall-hero-section > .row-fluid {
    width: 100% !important;
  }

  .dnd-section.wide-section .span1,
  .dnd-section.wide-section .span2,
  .dnd-section.wide-section .span3,
  .dnd-section.wide-section .span4,
  .dnd-section.wide-section .span5,
  .dnd-section.wide-section .span6,
  .dnd-section.wide-section .span7,
  .dnd-section.wide-section .span8,
  .dnd-section.wide-section .span9,
  .dnd-section.wide-section .span10,
  .dnd-section.wide-section .span11 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .dnd-section.three-column-section > .row-fluid > .dnd-column {
    display: block !important;
  }
}

@media (max-width: 1025px) {
  .page-deepak-chopra-guided-meditation
    .dnd-module
    .oembed_container
    .oembed_custom-thumbnail {
    background-position: left center !important;
  }
}
/* stylelint-disable no-descending-specificity */
.course-shopify-price {
  margin-top: 30px;
  text-align: right;
}

#course-shopify-price {
  font-size: var(--font-size--legacy--27);
}

#course-shopify-compare {
  text-decoration: line-through;
  font-size: var(--font-size--legacy--18);
}

.bundle-shopify-price-page #course-shopify-compare {
  text-decoration-color: var(--theme--global-colors--secondary-color);
}

.bundle-shopify-price-page {
  line-height: var(--line-height--110);
}

#bundle-shopify-price-savings {
  margin-top: 15px;
}

#bundle-shopify-price-savings span {
  color: var(--theme--global-colors--secondary-color);
}

.schedule-text {
  text-align: center;
}

.schedule-text svg {
  margin-bottom: -3px;
}

.schedule-text a {
  color: var(--theme--global-colors--primary-color);
  font-weight: bold;
}

/* Blog cats */
.jd-cat-blocks {
  display: flex;
  flex-wrap: wrap;
}

.jd-cat-block-wrap {
  flex: 1 0 25%;
  padding: 15px;
}

a.jd-cat-block {
  display: block;
  position: relative;
  background-blend-mode: multiply;
  background-position: center !important;
  background-size: cover !important;
  padding-top: 100%;
  width: 100%;
  letter-spacing: 2px;
  color: var(--color--white);
  font-weight: bold;
}

a.jd-cat-block:hover {
  color: var(--color--white);
}

.jd-cat-block-content {
  display: flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
}

.jd-cat-block-hover {
  position: absolute;
  inset: 0;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: 0;
}

.jd-cat-block:hover .jd-cat-block-hover {
  opacity: 1;
}

.jd-featured-post {
  display: flex;
}

.jd-featured-post > * {
  width: 50%;
}

.jd-featured-img {
  display: block;
  background-position: center !important;
  background-size: cover !important;
}

.jd-featured-content {
  padding: 50px 5%;
  text-align: center;
}

.jd-featured-content h3 {
  margin: 20px 0 30px;
}

.jd-featured-content h3 a {
  color: var(--color--legacy--blue--oxford-blue);
}

.jd-featured-content h3 a:hover {
  text-decoration: none;
}

.jd-featured-content .jd-listing-read-more {
  justify-content: center;
}

.jd-featured-content .jd-listing-read-more a {
  margin-bottom: 0 !important;
}

.item-inner .jd-post-name {
  font-size: var(--font-size--legacy--16);
}

.item-inner .jd-post-published {
  margin: 0 0 15px;
}

.blog-item .item-inner > div {
  border: 1px solid var(--color--legacy--white--gainsboro-2);
  height: 100%;
}

.mb-scroller-wrapper .blog-item .item-inner {
  padding: 5px !important;
}

.blog-page-search .jd-blog-listing-filter {
  display: block;
  margin: 0;
}

.blog-page-search .jd-blog-listing-filter > * {
  margin-bottom: 0 !important;
  width: 100% !important;
}

@media (max-width: 1023px) {
  .jd-cat-block-wrap {
    flex: 1 0 33.33%;
  }
}

@media (max-width: 991px) {
  .jd-cat-block-wrap {
    flex: 1 0 50%;
  }

  .jd-featured-post {
    display: block;
  }

  .jd-featured-img {
    height: 400px;
  }

  .jd-featured-post > * {
    width: 100%;
  }
}

@media (max-width: 747px) {
  .jd-cat-block-wrap {
    flex: 1 0 100%;
  }
}

/* Course Catalog */
.course-catalog,
.course-catalog-no-results {
  display: flex;
  flex-wrap: wrap;
}

.course-catalog-message {
  flex-grow: 1;
  font: var(--font--large-paragraph--desktop);
}

@media (max-width: 767px) {
  .course-catalog-message {
    font: var(--font--large-paragraph--mobile);
  }
}

.course-card-wrap {
  padding: 0 10px 20px;
  width: 33.33%;
}

.course-card {
  display: flex;
  position: relative;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 4px 20px var(--color--legacy--black--black--alpha-8);
  background: var(--color--white);
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  color: var(--theme--typography--body-text--color) !important;
}

.course-card-slim.course-card .course-card-bottom {
  height: auto;
}

.course-card-slim.course-card .course-card-body {
  padding: 15px 0 0;
}

.course-card-body {
  padding: 15px 0;
}

.course-card-body > *,
.course-card-price {
  padding: 0 30px;
}

.course-card-img {
  background-position: center !important;
  background-size: cover !important;
  padding-top: 30%;
}

.course-card-category {
  display: flex;
  margin-top: 15px;
}

.course-card-category img {
  margin: -5px 8px 0 0;
  width: 24px;
  height: 24px;
}

.course-card-title {
  display: flex;
  margin: 15px 0 0;
  line-height: var(--line-height--legacy--5);
  font-family: var(--font-family--heading);
  font-size: var(--font-size--legacy--13);
}

.course-card-title > div:first-child {
  flex: 1;
}

.course-card-title > div:nth-child(2) {
  display: flex;
  align-items: flex-end;
}

.course-card-title svg {
  min-width: 32px;
  min-height: 32px;
}

.course-card-description {
  margin-top: 5px;
  font-size: var(--font-size--legacy--4);
}

.course-card-description ol,
.course-card-description ul {
  margin-bottom: 10px;
}

.course-card-bottom {
  padding: 0 30px 15px;
  height: 180px;
  font-size: var(--font-size--legacy--2);
}

.course-card-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid var(--color--legacy--blue--solitude-2);
  padding-top: 15px;
}

.course-card-bottom-inner > div:first-child {
  width: 100%;
}

.course-card-bottom-inner > div {
  margin-right: 10px;
  margin-bottom: 5px;
}

.course-card-bottom-inner svg {
  margin-bottom: -4px;
  width: 18px;
  height: 18px;
}

.course-card:hover {
  background: var(--color--chalk);
  text-decoration: none !important;
}

.course-card:hover .course-card-title {
  text-decoration: underline;
}

.course-catalog-filter-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 35px;
}

.course-catalog-filter {
  border: 2px solid var(--theme--global-colors--primary-color);
  border-radius: 50px;
  cursor: pointer;
  padding: 8px 24px;
}

.course-catalog-filter .filter-sliders {
  margin-bottom: -6px;
}

.course-filter-pop-wrap {
  display: none;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
}

.course-filter-pop {
  position: relative;
  border-radius: 24px;
  box-shadow: 0 4px 12px var(--color--legacy--grey--nero--alpha-20);
  background: var(--color--legacy--grey--romantic--alpha-90);
  padding: 30px 40px;
  width: var(--theme--spacing--max-width);
  max-width: 95%;
  max-height: 95vh;
  overflow: auto;
  backdrop-filter: blur(12px);
}

.course-filter-pop-close {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.course-filter-pop-top {
  display: flex;
  margin: 0 0 30px;
  border-bottom: 1px solid var(--color--grey-4);
  padding: 0 50px 30px 0;
}

.course-filter-pop-top > div:first-child {
  margin-right: 25px;
}

.course-filter-pop-top .filter-sliders {
  margin-bottom: -6px;
}

.course-filter-pop-middle {
  display: flex;
  margin: 0 0 30px;
  border-bottom: 1px solid var(--color--grey-4);
  padding: 0 0 30px;
}

.course-filter-pop-middle > div:first-child {
  margin-right: 25px;
  border-right: 1px solid var(--color--grey-4);
  padding-right: 25px;
  min-width: 240px;
}

.course-filter-pop-middle > div:nth-child(2) {
  flex: 1;
}

.course-pop-filter-label {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 0;
  font-size: var(--font-size--legacy--11);
  font-weight: 600;
}

.course-pop-filter-label::after {
  display: inline-block;
  transition: 0.2s all;
  margin-left: 0.5em;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNyAxNkMyNyA5LjkyNDg3IDIyLjA3NTEgNSAxNiA1QzkuOTI0ODcgNSA1IDkuOTI0ODcgNSAxNkM1IDIyLjA3NTEgOS45MjQ4NyAyNyAxNiAyN0MyMi4wNzUxIDI3IDI3IDIyLjA3NTEgMjcgMTZaTTE2IDNDMjMuMTc5NyAzIDI5IDguODIwMyAyOSAxNkMyOSAyMy4xNzk3IDIzLjE3OTcgMjkgMTYgMjlDOC44MjAzIDI5IDMgMjMuMTc5NyAzIDE2QzMgOC44MjAzIDguODIwMyAzIDE2IDNaIiBmaWxsPSIjRDcyQTI1Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAgMTZDMjAgMTYuMjgzNSAxOS44Nzk3IDE2LjU1MzcgMTkuNjY5IDE2Ljc0MzNMMTQuNjY5IDIxLjI0MzNDMTQuMjU4NSAyMS42MTI4IDEzLjYyNjIgMjEuNTc5NSAxMy4yNTY3IDIxLjE2OUMxMi44ODcyIDIwLjc1ODUgMTIuOTIwNSAyMC4xMjYyIDEzLjMzMSAxOS43NTY3TDE3LjUwNTIgMTZMMTMuMzMxIDEyLjI0MzNDMTIuOTIwNSAxMS44NzM4IDEyLjg4NzIgMTEuMjQxNiAxMy4yNTY3IDEwLjgzMUMxMy42MjYyIDEwLjQyMDUgMTQuMjU4NSAxMC4zODczIDE0LjY2OSAxMC43NTY3TDE5LjY2OSAxNS4yNTY3QzE5Ljg3OTcgMTUuNDQ2NCAyMCAxNS43MTY1IDIwIDE2WiIgZmlsbD0iI0Q3MkEyNSIvPgo8L3N2Zz4=');
  width: 30px;
  height: 30px;
  vertical-align: middle;
  content: '';
}

.course-pop-filter-label.course-pop-filter-active::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOSAxNkMyOSA4LjgyMDMgMjMuMTc5NyAzIDE2IDNDOC44MjAzIDMgMyA4LjgyMDMgMyAxNkMzIDIzLjE3OTcgOC44MjAzIDI5IDE2IDI5QzIzLjE3OTcgMjkgMjkgMjMuMTc5NyAyOSAxNlpNMTkuNjY5IDE2Ljc0MzNDMTkuODc5NyAxNi41NTM3IDIwIDE2LjI4MzUgMjAgMTZDMjAgMTUuNzE2NSAxOS44Nzk3IDE1LjQ0NjQgMTkuNjY5IDE1LjI1NjdMMTQuNjY5IDEwLjc1NjdDMTQuMjU4NSAxMC4zODczIDEzLjYyNjIgMTAuNDIwNSAxMy4yNTY3IDEwLjgzMUMxMi44ODcyIDExLjI0MTYgMTIuOTIwNSAxMS44NzM4IDEzLjMzMSAxMi4yNDMzTDE3LjUwNTIgMTZMMTMuMzMxIDE5Ljc1NjdDMTIuOTIwNSAyMC4xMjYyIDEyLjg4NzIgMjAuNzU4NSAxMy4yNTY3IDIxLjE2OUMxMy42MjYyIDIxLjU3OTUgMTQuMjU4NSAyMS42MTI4IDE0LjY2OSAyMS4yNDMzTDE5LjY2OSAxNi43NDMzWiIgZmlsbD0iI0Q3MkEyNSIvPgo8L3N2Zz4=');
}

.course-pop-filter-selected {
  margin-bottom: 25px;
  line-height: 56px;
  color: var(--color--legacy--grey--nero);
  font-size: var(--font-size--legacy--25);
  font-weight: 600;
  font-style: normal;
}

.course-pop-filter-choice-section {
  display: none;
}

.course-pop-filter-choices {
  display: flex;
  flex-wrap: wrap;
}

.course-pop-filter-choices > div {
  padding-right: 10px;
  width: 33.33%;
  min-width: 300px;
}

.course-pop-filter-choices input[type='checkbox'] {
  margin-right: 5px;
  accent-color: var(--color--black);
}

.course-filter-pop-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.course-filter-pop-bottom button {
  margin-left: 20px;
  outline: none;
  border: 1.5px solid var(--color--legacy--blue--oxford-blue);
  border-radius: 24px;
  background: var(--color--white);
  padding: 5px 24px;
  min-width: 150px;
  height: 40px;
  line-height: var(--line-height--legacy--4);
  color: var(--color--legacy--blue--oxford-blue);
  font-size: var(--font-size--legacy--7);
  font-weight: 600;
}

#course-filter-save {
  display: flex;
  align-items: center;
  justify-content: center;
}

#course-filter-save svg {
  margin-right: 5px;
}

.course-card-new {
  position: relative;
  margin-top: 10px;
  margin-right: -10px;
  margin-left: auto;
  border-radius: 16px;
  background: var(--color--legacy--green--carrara);
  padding: 8px 16px;
  line-height: var(--line-height--legacy--3);
  font-size: var(--font-size--legacy--2);
  font-weight: 700;
}

.course-tag {
  padding: 3px 15px;
  color: var(--color--white);
  font-weight: 600;
}

.course-tag.course-tag-top {
  position: absolute;
  top: 0;
  right: 0;
}

.course-tag.course-tag-body {
  display: inline-block;
}

.course-tag.course-tag-bottom {
  display: inline-block;
  margin-top: 5px;
}

.course-card-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 5px;
  font-size: var(--font-size--20);
}

.cc-price-strike {
  margin-left: 13px;
  text-decoration: line-through;
  font-size: var(--font-size--legacy--4);
}

@media (max-width: 1023px) {
  .course-card-wrap {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .course-card-wrap {
    width: 100%;
  }

  .course-filter-pop-middle {
    display: block;
  }
}

/* Bundle Cards */
.bundle-cards .course-card {
  cursor: auto;
}

.bundle-cards .course-card:hover {
  background: var(--color--white);
}

.bundle-sub {
  color: var(--color--cherry);
  font-weight: bold;
}

.bundle-head {
  font-family: var(--font-family--heading);
  font-size: var(--font-size--legacy--13);
  font-weight: 600;
}

.bundle-cards .course-card-bottom {
  padding-bottom: 20px;
  height: auto;
  color: var(--color--cherry);
}

.course-card-body.bundle-card-price {
  padding-top: 0;
  padding-bottom: 10px;
}

.bundle-card-price > span:first-child {
  margin-right: 10px;
  font-size: var(--font-size--legacy--12);
}

.bundle-card-price > span:nth-child(2) {
  text-decoration: line-through;
}

.bundle-course {
  margin: 10px 0;
}

.bundle-course a {
  text-decoration: underline;
  color: var(--theme--typography--body-text--color);
}

.bundle-course .num-label {
  display: inline-block;
  margin-top: -2px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--color--legacy--blue--oxford-blue);
  padding-top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: var(--color--white);
  font-size: var(--font-size--legacy--2);
}

.bundle-cards .course-card-body {
  padding-bottom: 10px;
}

/* Bundle Page Cards */
.bp-bundled-courses {
  display: flex;
  flex-wrap: wrap;
}

.bp-bundled-course {
  display: flex;
  align-items: center;
  padding: 0 0 20px;
  width: 30%;
}

.bp-bundled-course-card {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 20px var(--color--legacy--black--black--alpha-8);
  background: var(--color--white);
  padding: 30px 20px;
  width: 100%;
  overflow: hidden;
}

.bp-bundled-course-card-head {
  display: flex;
  align-items: center;
  line-height: var(--line-height--legacy--5);
  font-family: var(--font-family--heading);
  font-size: var(--font-size--legacy--13);
  font-weight: 600;
}

.bp-bundled-course-card-img {
  margin-right: 25px;
  border-radius: 50%;
  background-position: center !important;
  background-size: cover !important;
  min-width: 120px;
  min-height: 120px;
}

.bp-plus {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0 10px 20px;
  max-width: 10%;
}

.bp-bundled-courses-sm-plus .bp-plus {
  width: 45px !important;
  max-width: 45px !important;
}

.bp-price {
  margin-top: 10px;
  font-family: var(--font-family--body);
  font-weight: normal;
}

.bp-card-options select {
  margin-top: 25px;
}

.bp-bundled-courses-wrap .bp-add-cart {
  margin-top: 10px;
  width: 290px !important;
}

@media (max-width: 1150px) {
  .bp-bundled-course {
    width: 45%;
  }
}

@media (max-width: 991px) {
  .bp-bundled-course {
    width: 90%;
  }

  .bp-bundled-course-card-img {
    min-width: 75px;
    min-height: 75px;
  }
}

/* Full Step Form */
.full-step-form-wrap {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  padding: 200px 0 50px;
  min-height: 800px;
}

.full-step-form {
  margin-bottom: 30px;
  max-width: 500px;
}

.full-step-form fieldset {
  display: none;
}

.full-step-form fieldset .hs-form-field {
  float: none !important;
  width: 100% !important;
}

.full-step-form fieldset label {
  font-family: var(--font-family--heading);
  font-size: var(--font-size--legacy--21) !important;
  font-weight: bold;
}

.full-step-form .hs-form-field label,
.full-step-form .hs-form-field label span {
  line-height: var(--line-height--110);
  font-size: var(--font-size--legacy--13) !important;
}

.full-step-form .hs-form-field > label span {
  display: block;
  margin-bottom: 30px;
  font-size: var(--font-size--legacy--24) !important;
}

.full-step-form .hs-form-field > label span:empty {
  margin-bottom: 0;
}

.full-step-form fieldset.full-step-active {
  display: block;
}

.full-step-form .hs-submit {
  display: none;
}

.full-step-buttons {
  display: flex;
  flex-wrap: wrap;
}

.full-step-buttons > .hs-button.jd-request-btn {
  transition: all 0.2s ease-in-out;
  margin-right: 15px;
  border: 1px solid var(--theme--global-colors--primary-color);
  cursor: default;
  padding: 20px 55px;
  width: auto;
  font-weight: normal;
}

.full-step-form-slide-count {
  margin-bottom: 15px;
  font-family: var(--font-family--heading);
  font-size: var(--font-size--legacy--12);
  font-weight: 600;
}

.full-step-form .hs-submit {
  margin-top: 30px;
}

.full-step-form .hs-form-required {
  display: none !important;
}

.full-step-form .hs-error-msgs label {
  font-family: var(--font-family--body) !important;
  font-size: var(--font-size--legacy--4) !important;
  font-weight: normal !important;
}

.full-step-form .submitted-message,
.full-step-form .submitted-message p {
  font-family: var(--font-family--heading);
  font-size: var(--font-size--legacy--13);
}

.full-step-form-start {
  margin-top: 50px;
  width: 800px;
  max-width: 100%;
}

.full-step-form-start > div:first-child {
  margin-bottom: 30px;
}

.full-step-form input[type='radio'],
.full-step-form input[type='checkbox'] {
  margin: 0 15px 0 0;
  padding: 0;
  width: 30px !important;
  height: 30px !important;
  accent-color: var(--color--legacy--red--persian-red);
}

@keyframes full-step-pop {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.full-step-pop {
  position: absolute;
  inset: 0;
  z-index: 999999;
  background: var(--color--white);
}

.full-step-pop-content {
  margin: 250px auto;
  width: 1000px;
  max-width: 100%;
  animation: full-step-pop 2s;
}

.full-step-alt-nav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999999;
  margin-top: 85px;
}

.full-step-buttons .hs-button {
  margin-bottom: 0 !important;
}

.quote-mark.item-inner {
  position: relative;
  padding: 30px !important;
}

.quote-mark::before {
  position: absolute;
  top: 5px;
  left: 18px;
  opacity: 0.4;
  z-index: 0;
  line-height: var(--line-height--100);
  color: var(--color--legacy--orange--peach);
  font-family: var(--font-family--heading);
  font-size: var(--font-size--legacy--29);
  content: '“';
}

.quote-mark > div {
  z-index: 1;
}

.sr-label {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.arrow-link.color-primary {
  color: var(--theme--global-colors--primary-color);
}

.arrow-link.color-secondary {
  color: var(--theme--global-colors--secondary-color);
}

.arrow-link.color-tertiary {
  color: var(--theme--global-colors--tertiary-color);
}

.arrow-link.color-quat {
  color: var(--theme--global-colors--quaternary-color);
}

.align-section {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.align-section.center {
  justify-content: center;
}

.align-section.top {
  justify-content: flex-start;
}

.align-section.bottom {
  justify-content: flex-end;
}

.custom-icon {
  box-sizing: border-box;
  display: block;
  position: relative;
  top: 0;
  margin: 10px 0;
  border-radius: var(--theme--spacing--border-radius);
  overflow: hidden;
  text-decoration: none !important;
}

.custom-icon.full {
  height: calc(100% - 20px);
}

.custom-icon h1,
.custom-icon h2,
.custom-icon h3,
.custom-icon h4,
.custom-icon path {
  transition: var(--transition--default);
}

.custom-icon .icon {
  margin: 0 auto;
}

.custom-icon .icon.full-width {
  margin: -20px -20px 0;
  width: auto !important;
}

.custom-icon .icon.full-width img {
  width: 100%;
}

.custom-icon .text {
  margin-top: 20px;
}

.rounded .sl-item-img {
  border-radius: var(--theme--spacing--border-radius)
    var(--theme--spacing--border-radius) 0 0;
}

.rounded,
.rounded .rounded {
  border-radius: var(--theme--spacing--border-radius);
}

.dnd-section .slider-nav button:hover {
  color: var(--theme--global-colors--primary-color) !important;
}

.dnd-section .dnd-column {
  padding: 10px 0 0;
}

.position-left,
.position-right {
  display: flex;
  align-items: center;
}

.position-left .text {
  flex: 1;
  margin-top: 0;
  padding-left: 5px;
}

.position-right .text {
  flex: 1;
  margin-top: 0;
  padding-right: 20px;
}

.position-right .icon {
  order: 2;
}

html .edit-icon i {
  font-size: var(--font-size--legacy--17);
}

.card--pricing {
  border-radius: var(--theme--spacing--border-radius);
}

.sprite-icon {
  display: block;
  background: var(--asset--sprite) no-repeat;
  background-size: 100% auto;
  padding-top: 100%;
  width: 100%;
}

/* Roadmap */
.roadmap {
  display: flex;
}

.rm-left,
.rm-right {
  display: flex !important;
  align-items: center;
  width: 33.33%;
  min-width: 33.33%;
}

.rm-left {
  padding: 0 50px 0 10vw;
}

.rm-right {
  padding: 0 10vw 0 50px;
}

.roadmap .slick-dots {
  justify-content: flex-start !important;
}

.rm-slider {
  width: 66.66%;
}

@media (max-width: 1023px) {
  .roadmap {
    display: block;
  }

  .rm-left,
  .rm-right {
    padding: 50px 10%;
    width: 100%;
  }

  .rm-slider {
    width: 100%;
  }
}

/* Video Slider */
.video-card-wrap {
  padding: 0 10px;
}

a.video-card {
  text-decoration: inherit !important;
  color: inherit !important;
}

.video-card {
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: var(--theme--spacing--border-radius);
  background-position: center !important;
  background-size: cover !important;
  max-width: 400px;
  height: 100%;
}

.video-card.type-pop_up,
.video-card.type-link {
  transition: var(--transition--default);
  cursor: pointer;
}

.video-card.type-pop_up:hover,
.video-card.type-link:hover {
  transform: scale(0.95);
}

.video-play-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  min-height: 200px;
}

.video-play-wrap.card {
  padding-top: 90%;
}

.video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  border-radius: 50%;
  background: var(--theme--global-colors--primary-color);
  cursor: pointer;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: var(--font-size--legacy--22);
}

.video-play i {
  margin-top: 2px;
  margin-left: 5px;
  color: var(--color--white);
}

.video-label {
  z-index: 1;
  background: linear-gradient(
    180deg,
    var(--color--legacy--black--black--alpha-0) 0%,
    rgba(var(--tooltip-color)) 100%
  );
  padding: 50px 20px 30px;
  color: var(--color--white);
}

.card-gradient {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--theme--spacing--border-radius);
  background: linear-gradient(
    180deg,
    var(--color--legacy--black--black--alpha-0) 30%,
    rgba(var(--tooltip-color)) 100%
  );
  height: 100%;
  overflow: hidden;
}

.video-label h2,
.video-label h3,
.video-label h4,
.video-label h5 {
  color: var(--color--white);
  font-weight: bold;
}

.video-label .large-title {
  font-size: var(--font-size--legacy--26);
}

.video-description {
  margin-top: 10px;
  padding-top: 10px;
}

.video-slider .slick-track {
  display: flex !important;
}

.video-slider .video-card-wrap {
  height: inherit !important;
}

.video-card:hover .stagger-img-overlay {
  opacity: 1;
}

.video-card:hover .video-play-wrap {
  opacity: 0;
}

.video-card:hover .video-play-wrap.video-play-hover {
  opacity: 1;
}

.video-play-wrap.video-play-hover .video-play {
  border: 2px solid var(--color--white);
  background: none;
}

.video-card-wrap .stagger-img-overlay {
  align-items: flex-start;
  padding: 0;
}

.dnd-module .oembed_container {
  max-height: unset !important;
}

.dnd-module .oembed_container .oembed_custom-thumbnail {
  border: none;
  border-radius: var(--theme--spacing--border-radius);
  box-shadow: none;
  background-position: center center !important;
  background-size: cover !important;
  padding: 20% 0;
}

.dnd-module .oembed_custom-thumbnail--hide {
  display: none;
}

/* Image Gallery */
.resi-img-wrap {
  height: 40vw !important;
  min-height: 250px !important;
  max-height: 500px !important;
}

.resi-img-wrap.slick-current .resi-img {
  transform: none;
  cursor: pointer;
  padding: 0;
}

.resi-img {
  position: relative;
  transform: scale(0.9);
  transition: 0.3s all;
  background-position: center !important;
  background-size: cover !important;
  height: 100%;
}

.resi-slider-wrap {
  position: relative;
}

.resi-slider-prev,
.resi-slider-next {
  position: absolute;
  top: calc(50% - 18px);
  color: var(--color--white);
  font-size: var(--font-size--legacy--21);
}

.resi-slider-prev {
  left: 4vw;
}

.resi-slider-next {
  right: 4vw;
}

.resi-img-overlay {
  position: absolute;
  inset: 0;
  transition: 0.3s all;
  opacity: 1;
  background: var(--color--legacy--black--black--alpha-40);
}

.slick-active .resi-img-overlay {
  opacity: 0;
}

.resi-img-pop {
  display: flex;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 999;
  background: var(--color--legacy--black--black--alpha-70);
  padding: 30px;
  pointer-events: none;
}

.resi-img-pop.resi-img-pop-show {
  opacity: 1;
  pointer-events: auto;
}

.resi-img-pop img {
  transform: translateY(200px);
  transition: 0.3s all;
  max-width: 100%;
  max-height: 100%;
}

.resi-img-pop.resi-img-pop-show img {
  transform: translateY(0);
}

.resi-img-pop-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  color: var(--color--white);
  font-size: var(--font-size--legacy--12);
}

/* Team Card Grid */
.team-grid {
  display: flex;
  flex-wrap: wrap;
}

.team-grid .team-card-outer {
  margin-bottom: 50px;
  width: 33.33%;
}

.team-card-wrap.team-circle {
  margin: 0 25px;
  padding-top: 85px;
}

.team-card-wrap.team-square {
  margin: 0 25px;
}

.team-card {
  display: flex;
  position: relative;
  flex-direction: column;
  border-radius: 3px;
  padding: 85px 30px 30px;
  height: 100%;
}

.team-square .team-card {
  padding: 0;
}

.team-img-wrap {
  display: flex;
  position: absolute;
  top: -85px;
  right: 0;
  left: 0;
  justify-content: center;
}

.team-square .team-img-wrap,
.team-bio-pop-wrap .team-img-wrap {
  display: block;
  position: static;
}

.team-img {
  position: relative;
  border-radius: 50%;
  background-position: top center !important;
  background-size: cover !important;
  padding-top: 170px;
  width: 170px;
}

.team-square .team-img,
.team-bio-pop-wrap .team-img {
  border-radius: 3px 3px 0 0;
  padding-top: 80%;
  width: 100%;
}

.team-audio {
  position: absolute;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
  width: 40px;
}

.team-audio.team-audio-playing {
  animation: audioplay 2s linear infinite;
}

.team-audio img {
  width: 40px;
}

.team-square .team-img-wrap .team-audio {
  display: none;
}

.team-content-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.team-square .team-content-wrap {
  padding: 0 25px 15px;
}

.team-content {
  margin-top: 25px;
}

.team-square .team-content {
  margin-top: 5px;
}

.team-name {
  margin-top: 25px !important;
  margin-bottom: 0 !important;
  text-align: center;
  font-size: var(--font-size--legacy--11);
  font-weight: 700;
}

.team-square .team-name {
  text-align: left;
}

.team-connect {
  position: relative;
  margin-top: 25px;
  text-align: center;
  color: var(--theme--global-colors--primary-color);
  font-size: var(--font-size--legacy--8);
  font-weight: 700;
}

.team-square .team-connect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  text-align: left;
}

.team-connect-icon {
  display: inline-block;
  margin: 0 8px 8px 0;
  border-radius: 50%;
  background: var(--theme--global-colors--primary-color);
  padding-top: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.team-connect-icon svg {
  fill: var(--color--white);
  height: 18px;
}

.team-bio-link,
.team-bio-card-link {
  cursor: pointer;
}

.team-bio-pop-wrap {
  display: flex;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  transform: translateY(200px);
  transition: 0.3s all;
  opacity: 0;
  z-index: 9999;
  padding: 25px;
  pointer-events: none;
}

.team-bio-pop-wrap.show-bio {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.team-bio-pop {
  position: relative;
  border-radius: 3px;
  background: var(--color--white);
  width: 500px;
  max-width: 100%;
}

.team-bio-pop .team-connect {
  display: flex;
  text-align: left;
}

.team-bio-content {
  padding: 30px;
}

.team-bio-pop .close,
.team-card-back .close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1;
  border-radius: 50%;
  background: var(--theme--global-colors--primary-color);
  cursor: pointer;
  padding-top: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  color: var(--color--white);
  font-size: var(--font-size--legacy--12);
}

.team-bio-pop-of {
  max-height: 95vh;
  overflow: auto;
}

.team-circle .team-card {
  min-height: 300px;
}

.team-circle .team-card-back {
  margin-top: 85px;
}

.team-card-back .team-connect-icon,
.team-bio-pop .team-connect-icon {
  margin-top: 5px;
}

.team-connect .team-audio {
  position: relative;
  right: 0;
  bottom: 0;
}

.team-card-back .team-name {
  margin: 5px 0 10px !important;
}

.team-card-flip-outer {
  perspective: 1000px;
}

.team-card-wrap {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s;
  height: 100%;
}

.show-bio-card.team-card-wrap {
  transform: rotateY(180deg);
}

.show-bio-card.team-card-wrap .team-card {
  pointer-events: none;
}

.team-card-flip-outer .team-card {
  backface-visibility: hidden;
  transform: rotateY(0deg);
  width: 100%;
  height: 100%;
}

.team-card-back {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  flex-direction: column;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  border-radius: 3px;
  padding: 15px;
}

@keyframes audioplay {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.8);
    opacity: 0.3;
  }
}

@media (max-width: 1023px) {
  .team-grid .team-card-outer {
    width: 50%;
  }

  .team-card-wrap.team-square {
    margin: 0 25px;
  }
}

@media (max-width: 767px) {
  .team-grid .team-card-outer {
    width: 100%;
  }

  .team-card-wrap.team-square {
    margin: 0;
  }

  .team-bio-pop-wrap {
    padding: 15px;
  }

  .team-bio-content {
    padding: 30px 15px;
  }

  .team-card-wrap {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* Stagger Grid */
.stagger-grid {
  float: right;
  column-count: 3;
  width: 100%;
}

.stagger-grid-wrap {
  flex: 1;
  transition: 0.5s all;
  opacity: 0;
}

.stagger-grid-wrap.stagger-show {
  opacity: 1;
}

.stagger-slider {
  margin-right: -1.67%;
  margin-left: -1.67%;
}

.stagger-item {
  padding: 0 5% 10%;
  width: 100%;
  break-inside: avoid;
}

.stagger-item-inner {
  text-decoration: none !important;
  color: inherit !important;
}

.stagger-slider .stagger-item {
  padding: 0 10px 20px;
}

.stagger-item-inner {
  display: flex;
  flex-direction: column;
}

.stagger-col:nth-child(3n + 1) .stagger-item {
  padding: 0 10% 10% 0;
}

.stagger-col:nth-child(3n) .stagger-item {
  padding: 0 0 10% 10%;
}

.stagger-slider .stagger-col .stagger-item {
  padding: 0 5% 10%;
}

.stagger-img {
  position: relative;
  flex: 1;
  min-height: 100px;
}

.stagger-img-overlay {
  display: flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  transition: var(--transition--default);
  opacity: 0;
  padding: 5px 10%;
  color: var(--color--white);
}

.stagger-img-overlay h2,
.stagger-img-overlay h3,
.stagger-img-overlay h4,
.stagger-img-overlay h5 {
  color: var(--color--white);
}

.stagger-item-inner:hover .stagger-img-overlay {
  opacity: 1;
}

.stagger-img-overlay > div > * {
  margin: 0 0 10px;
}

.stagger-img-overlay > div > *:last-child {
  margin-bottom: 0;
}

.stagger-border {
  border: 2px solid var(--color--legacy--grey--grey-1);
}

.stagger-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stagger-header > div {
  margin: 10px 0 5px;
}

.stagger-header > div:first-child {
  margin-right: 10px;
}

.stagger-grid-filterable {
  display: flex;
}

.stagger-filters {
  margin-right: 3%;
  min-width: 240px;
}

.stagger-grid-filterable .stagger-grid {
  flex: 1;
}

.stagger-filter {
  padding-bottom: 20px;
}

.stagger-search {
  margin-bottom: 50px;
}

.stagger-search form {
  display: flex;
  width: 350px;
  max-width: 100%;
}

.stagger-search form button {
  border: none !important;
  padding: 0 !important;
}

.stagger-search form button:hover {
  box-shadow: none !important;
  background: none !important;
  color: initial !important;
}

.stagger-search form i {
  margin-right: 10px;
  font-size: var(--font-size--legacy--7);
}

.stagger-search form input {
  padding: 0 0 10px !important;
}

.fa-pagi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

.fa-pagi-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  width: 100%;
}

.pagi-arrow svg {
  fill: var(--color--legacy--grey--dim-grey-2);
  width: 18px;
  height: 18px;
}

.pagi-arrow {
  display: flex;
  align-items: center;
  margin: 0 20px;
  cursor: pointer;
}

.pagi-prev svg {
  margin-right: 5px;
}

.pagi-next svg {
  margin-left: 5px;
}

.pagi-num {
  transition: 0.3s all;
  margin: 0 5px;
  border-radius: 3px;
  background: var(--theme--global-colors--primary-color);
  cursor: pointer;
  padding: 5px 10px;
  color: var(--color--white);
}

.pagi-num:hover {
  opacity: 0.7;
  text-decoration: none;
  color: var(--color--white);
}

.pagi-num.active {
  opacity: 0.7;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .stagger-grid-filterable .stagger-grid {
    column-count: 2;
  }
}

@media (max-width: 991px) {
  .stagger-grid {
    column-count: 2;
  }

  .stagger-grid-filterable .stagger-grid {
    column-count: 1;
  }

  .stagger-item {
    padding: 0 2.5% 5% !important;
  }
}

@media (max-width: 767px) {
  .stagger-grid {
    column-count: 1;
  }

  .stagger-item {
    padding: 0 0 5% !important;
  }

  .stagger-grid-filterable {
    display: block;
  }

  .stagger-filters {
    margin-right: 0;
  }

  .stagger-img-overlay {
    opacity: 1;
  }
}

/* Resources */

.resource-section {
  padding-top: 10px;
}

.resource-section .row-fluid [class*='span'] {
  margin-left: 0;
}

.resource-section .left-column {
  width: 100%;
}

.resource-section .right-column {
  padding-left: 0;
  width: 100%;
}

.resource-section .left-column .hs-search-field {
  margin-left: auto;
  width: 350px;
  max-width: 100%;
}

.edit-mode-resources > span {
  display: flex;
  flex-wrap: wrap;
}

.edit-mode-resources > span > div {
  width: 33.33%;
}

.edit-mode-resources .mb-resource-wrapper .mb-resource,
.edit-mode-resources .mb-resource {
  height: 100%;
}

.mb-resource-wrapper {
  box-sizing: border-box;
  padding: 0 10px 40px;
}

.news-wrapper .mb-resource-wrapper {
  padding: 0 10px;
}

.mb-resource {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color--legacy--grey--light-grey);
  border-top: none;
  border-radius: var(--theme--spacing--border-radius);
  background: var(--color--white);
  height: 100%;
  overflow: hidden;
}

html .mb-resource-wrapper .mb-resource h4 {
  margin-bottom: 10px;
}

.mb-resource .content {
  flex: 1 auto;
  padding: 15px 10% 10px;
}

.mb-resource a {
  text-decoration: none;
}

.mb-resource .more-link {
  margin-bottom: 15px;
  padding: 0 10%;
  text-align: right;
  color: var(--theme--global-colors--tertiary-color);
}

.mb-resource .more-link i {
  margin-left: 5px;
  color: var(--theme--global-colors--tertiary-color);
  font-size: var(--font-size--legacy--8);
}

.news-wrapper .more-link {
  margin-bottom: 0;
  border-bottom: none;
}

.news-wrapper .mb-resource-wrapper {
  margin-bottom: 20px;
}

.news-wrapper .mb-resource {
  border-top: 1px solid var(--color--legacy--grey--light-grey);
  padding-bottom: 15px;
}

.mb-resource .mb-resource-img {
  padding-top: 60%;
}

.re-wrapper .mb-resource .mb-resource-img {
  padding-top: 60%;
}

.mb-port-wrapper .mb-resource .mb-resource-img {
  padding-top: 60%;
}

@keyframes resource-pop {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.displayed-resources {
  display: flex;
  flex-wrap: wrap;
}

.displayed-resources .mb-resource-wrapper {
  width: 33.33%;
  animation: resource-pop 0.4s 1;
}

.mb-resource-filter {
  margin-top: 10px;
}

.left-column.mb-resource-filter,
.rl.mb-resource-filter {
  padding: 20px;
}

.mb-resource-filter .filter-search {
  display: flex;
}

.mb-resource-filter input {
  margin-bottom: 10px;
  border: 1px solid var(--color--legacy--grey--light-grey);
  border-right: none;
  border-radius: var(--theme--spacing--border-radius) 0 0
    var(--theme--spacing--border-radius);
  padding: 10px;
  min-width: 10px;
}

.mb-resource-filter input[type='submit'] {
  border: 1px solid var(--color--legacy--grey--light-grey);
  border-left: none;
  border-radius: 0 var(--theme--spacing--border-radius)
    var(--theme--spacing--border-radius) 0;
  background: var(--color--white);
  cursor: pointer;
  font-family: var(--font-family--icons);
}

.filter-item input[type='radio'] {
  display: none;
}

.blog-topics-wrapper {
  border-top: 1px solid var(--color--legacy--grey--light-grey);
  border-bottom: 1px solid var(--color--legacy--grey--light-grey);
  padding: 13px 0 15px;
  text-align: center;
  font-size: var(--font-size--legacy--7);
}

.mb-resource-filter h3 {
  margin: 10px 0;
}

.mb-resource-filter a {
  display: inline-block;
  opacity: 1;
  cursor: pointer;
  padding: 2px 10px;
  text-decoration: none;
  line-height: var(--line-height--legacy--4);
  color: var(--theme--global-colors--tertiary-color);
}

.mb-resource-filter a:hover {
  opacity: 0.6;
}

.mb-resource-filter a.selected {
  opacity: 1;
  color: var(--theme--global-colors--primary-color);
  font-weight: bold;
}

.mb-resource-filter .clear-filters {
  display: inline-block;
  margin-top: 10px;
  letter-spacing: 1px;
  font-family: var(--font-family--legacy--bebas);
  font-size: var(--font-size--legacy--7);
}

.gallery-main {
  margin-bottom: 10px;
  background: var(--color--legacy--white--white-smoke-2);
}

.gallery-main .main {
  display: none;
}

.gallery-main .main.selected {
  display: block;
}

.gallery-main img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 500px;
}

.gallery-nav {
  display: flex;
  margin: 0 -5px;
}

.gallery-nav .gallery-nav-wrapper {
  flex: 1;
  transition: all 0.5s ease-in-out;
  padding: 0 5px;
}

.gallery-nav .gallery-nav-wrapper.selected {
  opacity: 0;
  padding: 0;
  max-width: 0;
}

.gallery-nav .gallery-nav-item {
  cursor: pointer;
  padding-top: 100%;
}

.pagi-numbers {
  padding: 20px 5px 0;
  text-align: center;
}

.pagi-numbers a,
.pagi-numbers > * {
  transition: 0.3s all;
  margin: 0 5px;
  border-radius: 6px;
  cursor: pointer;
  padding: 8px 15px;
  text-decoration: none !important;
  color: var(--color--legacy--grey--grey-3);
}

.pagi-numbers .current,
.pagi-numbers > .active {
  background: var(--theme--global-colors--tertiary-color);
  color: var(--color--white);
}

.pagi-numbers a:hover,
.pagi-numbers > *:hover {
  color: var(--color--legacy--blue--endeavour);
}

.pagi-numbers .current:hover,
.pagi-numbers > .active:hover {
  background: var(--theme--global-colors--tertiary-color);
  color: var(--color--white);
}

.open-popup {
  transition: var(--transition--default);
  cursor: pointer;
}

.re-pop-wrapper {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  transition: var(--transition--default);
  opacity: 0;
  z-index: -1;
  background: var(--color--legacy--black--black--alpha-0);
  height: 0;
  overflow: hidden;
}

.re-pop-wrapper.open {
  bottom: 0;
  opacity: 1;
  z-index: 9999;
  background: var(--color--legacy--black--black--alpha-50);
  height: 100%;
}

.re-pop {
  position: relative;
  top: -40px;
  transition: var(--transition--default);
  padding: 10px;
  width: 660px;
  max-width: 100%;
}

.re-pop-wrapper.open .re-pop {
  top: 0;
}

.re-pop > div {
  box-sizing: border-box;
  border-radius: var(--theme--spacing--border-radius);
  background: var(--color--white);
  padding: 40px;
  max-height: 90vh;
  overflow: auto;
}

.re-pop-wrapper .close {
  box-sizing: border-box;
  display: block;
  transition: var(--transition--default);
  opacity: 0.7;
  margin-left: auto;
  cursor: pointer;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: var(--font-size--legacy--8);
}

.re-pop-wrapper .close:hover {
  opacity: 1;
}

.re-pop-wrapper h3 {
  font-size: var(--font-size--legacy--17);
  font-weight: 600;
}

/* about page */

.profile-padding {
  padding: 80px 0;
}

.profile-wrapper > span {
  display: flex;
  flex-wrap: wrap;
}

.profile-wrapper > span > div {
  width: 33.33%;
}

.profile-padding .mb-profile {
  height: 100%;
}

.mb-profile h3 {
  margin-bottom: 0;
  color: var(--theme--global-colors--primary-color);
  font-family: var(--theme--global-fonts--secondary-font);
  font-size: var(--font-size--legacy--17);
}

.mb-profile .title {
  display: inline-block;
  margin-top: 5px;
  text-transform: uppercase;
  color: var(--theme--global-colors--secondary-color);
  font-size: var(--font-size--legacy--8);
  font-weight: 600;
}

.item-footer {
  padding: 0 30px 30px;
  color: var(--theme--global-colors--primary-color);
}

.item-footer a {
  margin-left: 5px;
  color: var(--theme--global-colors--tertiary-color);
}

.hs_cos_wrapper_type_rich_text ul,
.custom-icon ul {
  list-style-type: none;
}

.hs_cos_wrapper_type_rich_text li,
.custom-icon li {
  position: relative;
}

.hs_cos_wrapper_type_rich_text ul li::before,
.custom-icon ul li::before {
  position: absolute;
  left: -20px;
  color: var(--theme--global-colors--tertiary-color);
  content: '•';
}

/* Slider */
.mb-scroller-wrapper .slick-slide {
  height: auto;
}

.mb-scroller-wrapper .slick-slide > div {
  height: 100%;
}

.mb-scroller-wrapper .slick-slide .item {
  height: 100%;
}

.mb-scroller-wrapper,
.mb-scroller-wrapper .slick-track {
  display: flex;
}

.mb-scroller-wrapper .slick-track {
  padding: 10px 0;
}

.mb-scroller-wrapper > .item {
  display: none;
}

.mb-scroller-wrapper .item {
  padding: 0 10px;
  height: auto;
}

.mb-scroller-wrapper .item-inner {
  display: flex;
  flex-direction: column;
  border-radius: var(--theme--spacing--border-radius);
  background: var(--color--white);
  height: 100%;
  overflow: hidden;
}

.mb-scroller-wrapper .item-img {
  display: block;
  position: relative;
  padding-top: 60%;
}

.mb-scroller-wrapper .content {
  flex: 1 auto;
  margin-bottom: 20px;
  padding: 30px 0 0;
}

.mb-scroller-wrapper h4 a,
.mb-scroller-wrapper h3 a {
  color: var(--theme--global-colors--primary-color);
}

html .row-fluid .slider-nav button {
  margin-top: 10px;
  border-color: transparent;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  padding: 5px 25px;
  color: var(--theme--global-colors--primary-color);
}

html .row-fluid .slider-nav button:hover {
  border-color: transparent;
  box-shadow: none;
  background: transparent;
  color: var(--theme--global-colors--secondary-color);
}

html .row-fluid .vert-slider .slider-nav button {
  margin-top: 0;
  padding: 0 5px !important;
}

html .more-slider-nav {
  display: inline-flex;
  align-items: center;
}

html .more-slider-nav .slick-list {
  padding: 0 !important;
}

html .more-slider-nav .slick-track {
  transform: translate3d(0, 0, 0) !important;
  margin-top: 10px;
  width: 100% !important;
}

html .more-slider-nav .nav-item {
  transition: var(--transition--default);
  margin: 0 5px;
  border-radius: 3px;
  background: var(--color--legacy--white--white-smoke-1);
  cursor: pointer;
  padding: 7px;
  width: 14px !important;
}

html .more-slider-nav .nav-item:hover {
  background: var(--theme--global-colors--tertiary-color);
}

html .more-slider-nav .nav-item.slick-current {
  background: var(--theme--global-colors--primary-color);
}

html .row-fluid .more-slider-nav button {
  position: static;
  margin-top: 10px;
  border-color: transparent;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  padding: 5px 25px;
  color: var(--theme--global-colors--primary-color);
}

html .row-fluid .more-slider-nav button:hover {
  border-color: transparent;
  box-shadow: none;
  background: transparent;
  color: var(--theme--global-colors--secondary-color);
}

.mb-scroller-wrapper .slick-dots,
.slider-nav .slick-dots {
  padding-top: 10px;
  text-align: center;
}

.slider-nav .slick-dots {
  display: inline-block;
  padding: 0;
}

.mb-scroller-wrapper .slick-dots li,
.slider-nav .slick-dots li {
  display: inline-block;
  list-style-type: none;
}

.mb-scroller-wrapper .slick-dots button,
.slider-nav .slick-dots button {
  margin: 0 5px;
  border: none;
  box-shadow: none !important;
  background: transparent !important;
  cursor: pointer;
  padding: 5px !important;
  font-size: 0;
}

.mb-scroller-wrapper .slick-dots button::after,
.slider-nav .slick-dots button::after {
  display: block;
  transition: var(--transition--default);
  border: 2px solid var(--theme--global-colors--primary-color);
  border-radius: 50%;
  padding: 4px;
  content: '';
}

.mb-scroller-wrapper .slick-dots button:hover::after,
.slider-nav .slick-dots button:hover::after {
  background: var(--theme--global-colors--tertiary-color);
}

.mb-scroller-wrapper .slick-dots .slick-active button::after,
.slider-nav .slick-dots .slick-active button::after {
  background: var(--theme--global-colors--primary-color);
}

.more-link {
  font-size: var(--font-size--legacy--4);
}

.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 35px);
  padding: 5px !important;
  font-size: var(--font-size--legacy--21);
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

.mb-scroller-outer {
  position: relative;
  padding: 0 80px;
}

.vid-icon {
  display: flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
}

.mb-scroller-outer.mb-scroller-gallery {
  margin-right: -30%;
  margin-left: -30%;
  padding: 0;
}

.mb-scroller-outer.mb-scroller-gallery .slick-prev {
  margin-left: 20% !important;
}

.mb-scroller-outer.mb-scroller-gallery .slick-next {
  margin-right: 20% !important;
}

/* Tabbed Slider */

.slider-group {
  position: relative;
  opacity: 0;
  z-index: -1;
  height: 0;
  overflow: hidden;
}

.slider-group.vert-slider {
  padding-right: 60px;
}

.dnd-section .vert-slider button,
.dnd-section .vert-slider .button,
.dnd-section .vert-slider .hs-button {
  display: block;
}

.vert-slider .slick-prev,
.vert-slider .slick-next {
  position: static;
}

.sl-content-wrapper {
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.slider-group.show {
  opacity: 1;
  z-index: 0;
  height: auto;
  overflow: unset;
}

.slider-group.show .sl-content-wrapper {
  transform: scale(1);
  opacity: 1;
}

html .mfp-auto-cursor .mfp-content {
  margin: 0 auto;
  padding: 0 44px;
  width: 1240px;
  max-width: 100%;
}

html .mfp-auto-cursor .mfp-content .mfp-close {
  opacity: 1;
  border: 2px solid var(--color--white);
  border-radius: 50%;
  color: var(--color--white);
}

.sl-header {
  display: flex;
  margin: 0 auto;
  width: var(--theme--spacing--max-width);
  max-width: 100%;
}

.sl-header .sl-title {
  flex: 1 auto;
}

.sl-header .sl-title h2 {
  font-weight: 600;
}

.sl-tab-nav {
  padding-top: 10px;
}

.sl-tab {
  opacity: 0.6;
  cursor: pointer;
  font-size: var(--font-size--legacy--8);
  font-weight: 600;
}

.sl-tab:hover {
  opacity: 1;
  text-decoration: underline;
}

.sl-tab.selected {
  opacity: 1;
}

.slider-nav {
  position: relative;
  width: 100%;
}

.slider-nav.vert-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
}

.slider-nav .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.sl-topics-wrapper {
  padding-top: 20px;
  text-align: center;
  font-family: var(--theme--global-fonts--secondary-font);
}

.sl-topics-wrapper .sl-item-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: -50px;
  border-radius: 50%;
  background: var(--color--white);
  padding: 5px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.sl-topics-wrapper .sl-item-icon img {
  margin: 0 auto;
  max-height: 100%;
}

.sl-topics-wrapper .topic-link {
  color: var(--theme--global-colors--tertiary-color);
  font-size: var(--font-size--legacy--14);
}

.sl-content-wrapper {
  display: flex;
  min-width: 100%;
}

.sl-content-wrapper.slick-slider {
  display: block;
}

.sl-content-wrapper > .sl-i-padding {
  width: 33.33%;
}

.sl-content-wrapper .sl-i-padding .sl-i-wraper {
  margin: 0 auto;
  max-width: 850px;
  height: 100%;
}

.sl-content-wrapper .slick-track {
  display: flex;
  padding: 40px 0;
}

.sl-content-wrapper.slick-vertical .slick-track {
  display: block;
  padding: 0;
}

.sl-content-wrapper.expand-center.overlap .slick-track {
  margin-left: 100px;
}

.sl-content-wrapper .sl-i-padding {
  transition: all 0.2s ease-in-out;
  max-width: 500px;
  height: auto !important;
}

.sl-content-wrapper .sl-i-wraper.drop-shadow,
.drop-shadow {
  box-shadow: 0 0 15px var(--color--legacy--black--black--alpha-20);
}

.sl-content-wrapper .slick-track .sl-i-padding {
  max-width: none;
}

.sl-content-wrapper .sl-i-padding.slick-current {
  z-index: 1;
}

.sl-content-wrapper.expand-center.overlap .sl-i-padding {
  transform: scale(0.8);
}

.sl-content-wrapper.expand-center .sl-i-padding.slick-current {
  transform: scale(1.1);
}

.sl-content-wrapper.expand-center.overlap .sl-i-padding.slick-current {
  transform: scale(1.1);
  margin: 0 -100px !important;
}

.sl-content-wrapper .sl-item-img {
  display: block;
  position: relative;
  padding-top: 60%;
}

.sl-i-wraper .sl-item-img i {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  color: var(--color--white);
  font-size: var(--font-size--legacy--28);
}

.sl-i-wraper.video {
  cursor: pointer;
}

.sl-i-wraper.video .sl-item-img i {
  display: block;
}

.sl-content-wrapper .sl-content {
  padding-top: 15px;
}

.sl-content-wrapper .sl-content h5 {
  margin-bottom: 10px;
}

.sl-content-wrapper .sl-content a:hover {
  text-decoration: none;
}

.sl-content-wrapper .content-padding .sl-content {
  padding: 15px 30px;
}

.sl-i-date {
  padding: 20px 0;
}

.sl-content-wrapper .sl-i-date .sl-content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sl-date {
  font-weight: 600;
}

.sl-content-wrapper .pop-link {
  cursor: pointer;
  color: var(--theme--global-colors--secondary-color);
  font-weight: 600;
}

.internal-video .custom-svg-wrapper {
  z-index: -1;
  margin-top: -110px;
  margin-bottom: -60px;
  overflow: unset;
}

.event-popup {
  margin-top: 30px;
  border-radius: var(--theme--spacing--border-radius);
  background: var(--color--white);
  padding: 30px 10px 30px 30px;
}

.event-popup .scroll-bar {
  display: flex;
  padding-right: 20px;
  max-height: 70vh;
  overflow: auto;
}

.event-popup .scroll-bar > div {
  flex: 1;
}

.event-popup .pop-form {
  padding-left: 50px;
}

.scroll-bar::-webkit-scrollbar {
  width: 9px;
}

/* Track */
.scroll-bar::-webkit-scrollbar-track {
  border: 4px solid var(--color--white);
  background: var(--color--legacy--white--white-smoke-1);
}

/* Handle */
.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--color--legacy--white--white-smoke-1);
}

/* Handle on hover */
.scroll-bar::-webkit-scrollbar-thumb:hover {
  background: var(--theme--global-colors--secondary-color);
}

@media (max-width: 950px) {
  .sl-header {
    max-width: 85vw;
  }

  .sl-content-wrapper .slick-track .sl-i-padding {
    padding: 0 10px !important;
  }

  .sl-content-wrapper .content-padding .sl-content {
    padding: 15px 20px;
  }

  html .mfp-auto-cursor .mfp-content {
    padding: 0 10px;
  }

  html .mfp-auto-cursor .mfp-content .mfp-close {
    box-shadow: 0 0 5px var(--color--legacy--black--black--alpha-50);
    background: var(--color--white);
    color: var(--theme--global-colors--secondary-color);
  }

  .event-popup {
    margin-top: 10px;
  }

  .event-popup .scroll-bar {
    display: block;
  }

  .event-popup .pop-form {
    padding-top: 30px;
    padding-left: 0;
  }
}

/* Accordion */

.ex-item {
  transition: var(--transition--default);
  border-radius: var(--theme--spacing--border-radius);
  background: var(--theme--global-colors--primary-color);
}

.ex-item:not(.open):hover {
  background: var(--theme--global-colors--primary-color--darkened);
}

.ex-item .ex-label {
  display: flex;
  position: relative;
  justify-content: space-between;
  transition: var(--transition--default);
  border-radius: var(--theme--spacing--border-radius)
    var(--theme--spacing--border-radius) 0 0;
  cursor: pointer;
  padding: 10px 20px;
  color: var(--color--white);
  font-size: var(--font-size--legacy--8);
}

.ex-item.open .ex-label:hover {
  background: var(--theme--global-colors--primary-color--darkened);
}

.ex-item .ex-text {
  display: none;
  border-radius: 0 0 var(--theme--spacing--border-radius)
    var(--theme--spacing--border-radius);
  padding: 20px;
}

.ex-item .plus {
  position: absolute;
  right: 20px;
}

/* Scrolling BG */

.bg-gallery {
  position: absolute !important;
  top: 0;
  bottom: 0;
}

.bg-gallery > div {
  height: 100%;
}

.bg-gallery.slick-slider .slick-list,
.bg-gallery.slick-slider .slick-list * {
  height: 100%;
}

.bg-nav button {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.bg-nav .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 10px 20px;
}

.bg-nav .slick-prev {
  left: 0;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bg-nav .slick-next {
  right: 0;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bg-nav .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  text-align: center;
}

.bg-nav .slick-dots li {
  display: inline-block;
  margin: 20px 10px;
}

.bg-nav .slick-dots li button {
  border-radius: 20px;
  background: var(--theme--global-colors--tertiary-color);
  padding: 5px;
  color: transparent;
  font-size: 0;
}

.bg-nav .slick-dots .slick-active button {
  background: var(--theme--global-colors--primary-color);
}

.page-yoga-certification
  .cell_16995721197073-padding
  .hs_cos_wrapper_type_rich_text
  ul
  li::before,
.page-yoga-certification
  .cell_16995721197073-padding
  .custom-icon
  ul
  li::before {
  content: none;
}

.page-yoga-certification
  .cell_16995721197073-padding
  .hs_cos_wrapper_type_rich_text
  ul,
.page-yoga-certification .cell_16995721197073-padding .custom-icon ul li {
  list-style-type: disc;
  color: var(--color--white);
}

.page-careers .iframe_wrapper {
  min-height: 285px !important;
}

.page-about-us .bio-img {
  background-position: center !important;
  background-size: cover !important;
  width: 100% !important;
  max-width: 500px !important;
}

@media screen and (max-width: 767px) {
  .page-about-us .bio-img {
    margin: auto;
    background-position: center !important;
    background-size: cover !important;
    width: 100% !important;
    max-width: 700px !important;
  }
}

/* Portfolio */

.ot-section.port-in-wrapper {
  padding-top: 40px;
}

.port-nav {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--color--legacy--white--white-smoke-1);
  padding-bottom: 20px;
}

.port-nav .return {
  margin-right: 20px;
  font-size: var(--font-size--legacy--14);
}

.port-nav .prev-item {
  position: relative;
  padding: 0 15px;
}

.port-nav .next-item {
  position: relative;
  margin-left: auto;
  padding: 0 15px;
}

.port-nav .port-item i {
  font-size: var(--font-size--legacy--17);
}

.port-nav .prev-item i {
  padding-right: 10px;
}

.port-nav .next-item i {
  padding-left: 10px;
}

.port-nav .port-item:hover {
  text-decoration: none;
}

.port-nav .port-item:hover i {
  color: var(--theme--global-colors--tertiary-color);
}

.port-nav h4 {
  display: inline-flex;
  align-items: center;
  font-size: var(--font-size--legacy--4);
}

.port-in-wrapper h1 {
  font-size: var(--font-size--legacy--14);
}

.port-inside {
  display: flex;
}

.port-inside img {
  height: auto !important;
}

.port-inside .port-left {
  padding-right: 40px;
  width: 60%;
}

.port-inside .port-right {
  width: 40%;
}

.portfolio-filter {
  margin-bottom: 20px;
  text-align: right;
}

.mb-resource-filter .topic-list {
  display: inline-block;
  position: relative;
  background: var(--color--white);
  width: 250px;
  text-align: left;
  color: var(--theme--global-fonts--primary-font--color);
}

.mb-resource-filter .topic-list .tp-main {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

.mb-resource-filter .topic-list .tp-main i {
  margin-left: auto;
}

.mb-resource-filter .topic-list .options {
  display: none;
  position: absolute;
  z-index: 900;
  border-top: 2px solid var(--color--legacy--white--white-smoke-1);
  box-shadow: 0 5px 5px var(--color--legacy--black--black--alpha-20);
  background: var(--color--white);
  padding: 4px 0;
  width: 100%;
}

.mb-resource-filter .topic-list:hover .options {
  display: block;
}

.mb-resource-filter .topic-list .topic {
  display: block;
  cursor: pointer;
  padding: 4px 10px;
  line-height: var(--line-height--110);
}

.mb-resource-filter .topic-list .topic.selected {
  color: var(--theme--global-colors--tertiary-color);
}

.mb-resource-filter .topic-list .topic:hover {
  background: var(--color--legacy--white--white-smoke-1);
}

.port-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.port-list .port-item {
  margin: 0 10px 30px;
  border-bottom: 2px solid var(--color--legacy--white--white-smoke-1);
  padding-bottom: 10px;
  width: calc(25% - 20px);
  animation: resource-pop 0.4s 1;
  text-align: center;
}

.port-list .port-item:hover {
  border-color: var(--theme--global-colors--tertiary-color);
  text-decoration: none;
}

.port-list .port-item .cover-img {
  display: block;
  margin: 20px;
  background: var(--color--legacy--white--white-smoke-1);
}

.port-list .port-item .cover-img .overlay {
  display: block;
  transition: var(--transition--default);
  padding-top: 60%;
}

.port-list .port-item .title {
  margin-top: 10px;
  line-height: var(--line-height--110);
  font-size: var(--font-size--legacy--4);
}

.port-list .port-item:hover .title {
  color: var(--theme--global-colors--tertiary-color);
}

/* Weglot Default */
.weglot-container.wg-default {
  display: none;
}

/* social bubbles */

.social-bubbles {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  max-width: 300px;
}

.social-bubbles a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 10px 0;
  border-radius: 13px;
  cursor: pointer;
  width: 85px;
  color: var(--color--white);
  font-size: var(--font-size--legacy--1);
}

.social-bubbles a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: var(--color--white);
}

.social-bubbles i {
  margin-right: 6px;
}

.social-bubbles .fb {
  background: var(--color--legacy--blue--mariner-1);
}

.social-bubbles .tw {
  background: var(--color--legacy--blue--dodger-blue);
}

.social-bubbles .pn {
  background: var(--color--legacy--red--cardinal);
}

.social-bubbles .em {
  background: var(--color--legacy--grey--grey-2);
}

.social-bubbles .ln {
  background: var(--color--legacy--yellow--amber);
}

.social-bubbles .gn {
  background: var(--color--legacy--green--atlantis);
}

/* jump sesction */

.jump-button {
  transition: var(--transition--default);
  cursor: pointer;
}

.jump-point span {
  display: none;
}

.hs-inline-edit .jump-point span {
  display: block;
}

/* Custom Image */

.img-wrapper {
  margin: 0 auto;
  max-width: 100%;
}

.custom-img {
  border-radius: var(--theme--spacing--border-radius);
  overflow: hidden;
}

.custom-img.shadow {
  box-shadow: 2px 2px 10px var(--color--legacy--black--black--alpha-20);
}

.custom-img.circle {
  border-radius: 50%;
  padding-top: 100%;
}

.custom-img.square {
  padding-top: 100%;
}

.custom-img.landscape {
  padding-top: 70%;
}

.custom-img img {
  display: block;
}

/* Before-After Image */

.b-a-img-wrapper {
  display: inline-block;
  position: relative;
  border-radius: var(--theme--spacing--border-radius);
  overflow: hidden;
}

.b-a-img-wrapper .hidden-img {
  opacity: 0;
}

.b-a-img-wrapper .before-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 2px solid var(--theme--global-colors--primary-color);
  width: 50%;
  height: 100%;
}

.b-a-img-wrapper .before-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.b-a-img-wrapper .before-wrapper .ui-resizable-e::before {
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -14px;
  border-radius: 50%;
  background: var(--theme--global-colors--tertiary-color);
  padding: 2px 0 6px;
  width: 28px;
  text-align: center;
  line-height: var(--line-height--100);
  color: var(--color--white);
  font-size: var(--font-size--legacy--11);
  content: '‹ ›';
}

/* custom dropdown */

.dropdown-wrapper {
  display: flex;
  cursor: pointer;
}

.dropdown-wrapper .custom-dropdown {
  flex: 1 auto;
}

.dropdown-wrapper .dd-placeholder {
  min-height: 100%;
}

.dropdown-wrapper.rounded .dd-placeholder {
  border-radius: var(--theme--spacing--border-radius) 0 0
    var(--theme--spacing--border-radius);
}

.dropdown-wrapper.rounded:focus .dd-placeholder {
  border-radius: var(--theme--spacing--border-radius) 0 0 0;
}

.dropdown-wrapper.rounded .dropdown-button {
  border-radius: 0 var(--theme--spacing--border-radius)
    var(--theme--spacing--border-radius) 0;
}

.dropdown-wrapper .dropdown-button.hs-button {
  transition: var(--transition--default);
  box-shadow: none;
}

.dropdown-wrapper.rounded:focus .dropdown-button.hs-button {
  box-shadow: var(--theme--buttons--hover-color) 300px 0 10px -10px inset;
}

.custom-dropdown {
  position: relative;
}

.dd-wrapper {
  position: absolute;
  transition: var(--transition--default);
  opacity: 0;
  padding-top: 10px;
  width: 100%;
  height: 0;
}

.dropdown-wrapper.rounded .dd-wrapper {
  border-radius: 0 0 var(--theme--spacing--border-radius)
    var(--theme--spacing--border-radius);
}

.dropdown-wrapper.drop-shadow .dd-wrapper {
  box-shadow: 0 5px 10px var(--color--legacy--black--black--alpha-10);
}

.dropdown-wrapper:focus .dd-wrapper {
  opacity: 1;
  padding-top: 0;
  height: auto;
}

.dd-item {
  display: block;
}

@media (max-width: 950px) {
  .port-list .port-item {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 767px) {
  .port-inside {
    display: block;
  }

  .port-list .port-item {
    width: calc(50% - 20px);
  }

  .port-inside .port-left {
    padding-right: 0;
    width: 100%;
  }

  .port-inside .port-right {
    width: 100%;
  }

  .mb-scroller-outer {
    padding: 0 !important;
  }
}

/* Tabbed Content */

.tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.tab-wrap {
  flex: 1;
  text-align: center;
}

.tab {
  transition: 0.3s all;
  margin-bottom: 20px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  padding: 0 0 2px;
  padding: 0 5px 20px;
  white-space: nowrap;
  font-size: var(--font-size--legacy--8);
}

.tab.tab-selected {
  border-color: var(--color--cherry);
  font-weight: bold;
}

.tab-content {
  transition: 0.5s all;
  opacity: 0;
}

.tab-content-inner {
  display: flex;
}

.tab-content.tab-content-selected {
  opacity: 1;
}

.tab-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5%;
  width: 30%;
  min-width: 30%;
}

.tabs-content {
  margin-top: 20px;
  padding: 0 5%;
}

.tabs-content table {
  border-radius: 0 !important;
}

@media (max-width: 991px) {
  .tabbed-content {
    padding: 0 20px 20px;
  }

  .tabs-content {
    padding: 0;
  }

  .tab-content-inner {
    display: block;
  }

  .tab-img {
    margin: 0 0 25px;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .tab-img img {
    width: 400px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .video-play-wrap {
    opacity: 0;
  }

  .video-play-wrap.video-play-hover {
    opacity: 1;
  }

  .image-overhang {
    margin: 0 !important;
    width: 100% !important;
  }

  .custom-text {
    min-height: 0 !important;
  }
}

.hs-custom-form .hs-vertical__c {
  border: 1px solid var(--color--grey-4);
  border-radius: 4px;
  background: var(--color--white);
  padding: 15px;
}

.hs-custom-form .hs-vertical__c .hs-input[type='checkbox'] {
  position: absolute;
  right: 0;
}

.hs-custom-form .hs-vertical__c div.input {
  display: none;
}

.hs-custom-form .hs-vertical__c > label {
  appearance: none;
  position: relative;
  cursor: pointer;

  /*   background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZDcyYTI1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+) no-repeat !important;
  background-position: right 15px top 17px !important; */
}

.hs-custom-form .hs-vertical__c > label::after {
  display: inline-block;
  margin-left: 32.5rem;
  background: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZDcyYTI1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+')
    no-repeat !important;
  width: 20px;
  height: 20px;
  content: '';
}

@media (max-width: 767px) {
  .hs-custom-form .hs-vertical__c > label::after {
    margin-left: 7.5rem;
  }
}

.curriculum-guide-mobile {
  display: none;

  @media (max-width: 767px) {
    display: block;
  }
}

.curriculum-guide-desktop {
  display: none;

  @media (min-width: 768px) {
    display: block;
  }
}

.curriculum-contact a {
  @media (max-width: 767px) {
    padding: 15px 20px !important;
  }
}

.dnd_area-row-2-vertical-alignment > div.row-fluid {
  align-items: center;
}

.didYouknow {
  display: flex;
  align-items: center;
}

.didYouknow h2 {
  padding: 0 15px;
  min-width: 200px;
  font-size: var(--font-size--80);
}

#hs_cos_wrapper_widget_1696011607907 .course-catalog .course-card-wrap {
  width: 50%;
}

@media (max-width: 767px) {
  .hs-content-id-136784021618
    #hs_cos_wrapper_widget_1696011607907
    .course-catalog
    .course-card-wrap {
    width: 100%;
  }
}

.text-iin-red {
  color: var(--color--cherry);
}

#hs_cos_wrapper_widget_1696317817383 {
  border-radius: 50%;
  overflow: hidden;
}

.homepage-section .widget-type-custom_widget .widget-type-linked_image {
  border-radius: 50%;
  overflow: hidden;
}

.hs-content-id-138855750944 .jd-header-wrap {
  display: none;
}

.hs-content-id-138855750944 .jd-request-btn {
  display: flex !important;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 20px !important;
  width: 276px !important;
  height: 48px;
}

.hs-content-id-137499375474 .medium-circle-image {
  width: 275px !important;
  height: 275px !important;
}

.hs-content-id-137499375474 .cell_16948003074943-padding {
  float: right;
  max-width: 450px;
}

.hs-content-id-137499375474 .widget-type-cell.cell_16948003074945-padding {
  border-radius: 15px !important;
  padding: 25px !important;
}

.hs-content-id-137499375474
  .row-fluid-wrapper.cell_16948003074943-row-0-background-layers {
  border-radius: 15px !important;
}

#hs_cos_wrapper_module_16963093531663 .hs-button::after {
  display: none;
}

@media (max-width: 767px) {
  #hs_cos_wrapper_module_16963093531663 .jd-request-btn {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .span4.dnd_area-column-45-vertical-alignment {
    justify-content: start !important;
  }
}

.vertical-page .course-catalog {
  justify-content: center;
}

.vertical-page .dnd-section .dnd-column[class*='background-image'] {
  box-shadow: none !important;
}

.vertical-page .dnd_area-column-119-background-image {
  background-position: center 200px !important;
}

.vertical-page .dnd_area-row-5-background-image {
  background-color: var(--color--legacy--blue--solitude-3);
}

@media (max-width: 767px) {
  .vertical-page .dnd_area-column-119-background-image {
    background-size: contain !important;
  }

  .vertical-page a.jd-request-btn.hs-button.jd-arrow-link.jd-arrow-link {
    margin-right: 0 !important;
  }

  .homepage-section a.jd-request-btn.hs-button {
    /*     min-width: 335px !important; */
  }

  .homepage-section #hs_cos_wrapper_module_16963093531663 > div {
    gap: 0.75em;
  }
}

@media (min-width: 1024px) {
  .vertical-page .course-card-wrap {
    width: 25%;
  }
}

.custom-quote-section {
  border-radius: 15px;
}

.vertical-page .hs-fieldtype-intl-phone select {
  background-color: var(--color--white) !important;
  padding-right: 40px;
}

.hs-content-id-141366819927 .jd-header-wrap {
  display: none;
}

@media (min-width: 1024px) {
  .basic-page-without-nav .course-card-wrap {
    width: 50%;
  }

  .basic-page-without-nav .course-catalog {
    padding: 30px;
  }
}

.homepage-section #section-widget_1698416835892 .item-inner.box {
  padding: 0 !important;
}

.homepage-section #section-widget_1698416835892 .item-inner .content {
  margin: 0;
  padding: 0;
}

.homepage-section #section-widget_1698416835892 .item-inner .card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  row-gap: 1rem;
  padding: 2rem;
  height: 100%;
}

.homepage-section
  #section-widget_1698416835892
  .item-inner
  .paragraphs-item-button {
  margin-top: auto;
}

.homepage-section .btn-icon.btn-arrow::after {
  display: inline-block;
  margin-left: 0.5em;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.797 6.20304 16.875 10 16.875C13.797 16.875 16.875 13.797 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM1.875 10C1.875 5.51269 5.51269 1.875 10 1.875C14.4873 1.875 18.125 5.51269 18.125 10C18.125 14.4873 14.4873 18.125 10 18.125C5.51269 18.125 1.875 14.4873 1.875 10Z' fill='%23d72a25'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0314 6.90669C10.2755 6.66261 10.6712 6.66261 10.9153 6.90669L13.5669 9.55833C13.811 9.80241 13.811 10.1981 13.5669 10.4422L10.9153 13.0939C10.6712 13.3379 10.2755 13.3379 10.0314 13.0939C9.78731 12.8498 9.78731 12.454 10.0314 12.21L12.2411 10.0003L10.0314 7.79057C9.78731 7.5465 9.78731 7.15077 10.0314 6.90669Z' fill='%23d72a25'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.25 10C6.25 9.65482 6.52982 9.375 6.875 9.375H13.125C13.4702 9.375 13.75 9.65482 13.75 10C13.75 10.3452 13.4702 10.625 13.125 10.625H6.875C6.52982 10.625 6.25 10.3452 6.25 10Z' fill='%23d72a25'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  content: '';
}

@media (max-width: 520px) {
  .homepage-section
    #section-widget_1697254985029
    .carousel-item-wrapper
    .slick-arrow {
    top: 16%;
  }
}

@media (max-width: 767px) {
  .page-deepak-chopra-guided-meditation
    .dnd-module
    .oembed_container
    .oembed_custom-thumbnail {
    background-position: left center !important;
  }
}

.page-sample-the-iin-student-experience-nutrition .hs-form-private,
.page-sample-the-iin-student-experience-accreditation .hs-form-private,
.page-sample-the-iin-student-experience-health-coaching .hs-form-private,
.page-sample-the-iin-student-experience-holistic-health .hs-form-private,
.page-sample-the-iin-student-experience-life-coaching .hs-form-private,
.page-free-sample-class .hs-form-private {
  margin: auto;
  padding: 0 !important;
  max-width: 660px;
}

.page-sample-the-iin-student-experience-nutrition
  #hs_cos_wrapper_widget_1692194819032,
.page-sample-the-iin-student-experience-accreditation
  #hs_cos_wrapper_widget_1692194819032,
.page-sample-the-iin-student-experience-health-coaching
  #hs_cos_wrapper_widget_1692194819032,
.page-sample-the-iin-student-experience-holistic-health
  #hs_cos_wrapper_widget_1692194819032,
.page-sample-the-iin-student-experience-life-coaching
  #hs_cos_wrapper_widget_1692194819032,
.page-free-sample-class #hs_cos_wrapper_widget_1692194819032 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}

@media (max-width: 767px) {
  .page-sample-the-iin-student-experience-nutrition .hs-form-private,
  .page-sample-the-iin-student-experience-accreditation .hs-form-private,
  .page-sample-the-iin-student-experience-health-coaching .hs-form-private,
  .page-sample-the-iin-student-experience-holistic-health .hs-form-private,
  .page-sample-the-iin-student-experience-life-coaching .hs-form-private,
  .page-free-sample-class .hs-form-private {
    padding: 5px !important;
    max-width: 100%;
  }

  .page-sample-the-iin-student-experience-nutrition
    #hs_cos_wrapper_widget_1692194819032,
  .page-sample-the-iin-student-experience-accreditation
    #hs_cos_wrapper_widget_1692194819032,
  .page-sample-the-iin-student-experience-health-coaching
    #hs_cos_wrapper_widget_1692194819032,
  .page-sample-the-iin-student-experience-holistic-health
    #hs_cos_wrapper_widget_1692194819032,
  .page-sample-the-iin-student-experience-life-coaching
    #hs_cos_wrapper_widget_1692194819032,
  .page-free-sample-class #hs_cos_wrapper_widget_1692194819032 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
}

.page-health-coaching-globally
  .row-number-12.cell_170042296030719-row-1-padding {
  margin: auto;
  max-width: 991px;
}

.page-health-coaching-globally
  .row-number-12.cell_170042296030719-row-1-padding
  > div.row-fluid {
  align-items: flex-start;
}

.page-health-coaching-globally
  .row-number-2.cell_170042296030719-row-2-padding {
  margin: auto;
  max-width: 991px;
}

.page-health-coaching-globally
  .row-number-2.cell_170042296030719-row-2-padding
  > div.row-fluid {
  align-items: flex-start;
}

#hs_cos_wrapper_module_170042296030732 .card-body,
#hs_cos_wrapper_module_170042296030742 .card-body,
#hs_cos_wrapper_module_170042412646610 .card-body,
#hs_cos_wrapper_module_17004241264674 .card-body {
  padding: 2rem;
}

.page-health-coaching-globally
  .row-number-12.cell_170042296030719-row-1-padding
  .cell_17004241264662-padding {
  height: 100%;
}

.page-health-coaching-globally
  .row-number-2.cell_170042296030719-row-2-padding
  .cell_17004241264663-padding {
  height: 100%;
}

.page-health-coaching-globally .cell_16930014849937-row-0-padding {
  position: relative;
}

.page-health-coaching-globally .cell_16930014849937-row-0-padding::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: calc(-0.5 * 300px);
  margin-left: calc(-0.65 * 300px);
  border-radius: 50%;
  background: radial-gradient(
    var(--color--legacy--green--carrara),
    transparent
  );
  width: 300px;
  height: 300px;
  content: '';
}

@media (max-width: 767px) {
  .page-health-coaching-globally .cell_16930014849937-row-0-padding::before {
    top: 0;
    left: 50%;
    margin-top: calc(-0.65 * 300px);
    margin-left: calc(-0.5 * 300px);
  }

  div#hs_cos_wrapper_widget_1698770582303 .button-wrapper {
    padding: 0 !important;
  }

  div#hs_cos_wrapper_widget_1698770889044 .button-wrapper {
    padding: 0 !important;
  }

  div#hs_cos_wrapper_module_1690837758552 .button-wrapper {
    padding: 0 !important;
    padding-right: 5% !important;
  }

  div#hs_cos_wrapper_module_1691081394813 .button-wrapper {
    padding: 0 !important;
    padding-right: 5% !important;
  }

  .span12.widget-span.widget-type-cell.cell_16910780495633-margin.cell_16910780495633-vertical-alignment.cell_16910780495633-padding.cell_16910780495633-hidden.dnd-column {
    padding-bottom: 0 !important;
  }
}

.page-free-sample-class
  .hs-fieldtype-phonenumber
  .hs-fieldtype-intl-phone.hs-input
  select,
.page-sample-the-iin-student-experience-nutrition
  .hs-fieldtype-intl-phone.hs-input
  select,
.page-sample-the-iin-student-experience-accreditation
  .hs-fieldtype-intl-phone.hs-input
  select,
.page-sample-the-iin-student-experience-health-coaching
  .hs-fieldtype-intl-phone.hs-input
  select,
.page-sample-the-iin-student-experience-holistic-health
  .hs-fieldtype-intl-phone.hs-input
  select,
.page-sample-the-iin-student-experience-life-coaching
  .hs-fieldtype-intl-phone.hs-input
  select,
.page-health-coaching-globally .hs-fieldtype-intl-phone.hs-input select,
.page-health-coach-certificate .hs-fieldtype-intl-phone.hs-input select,
.page-our-approach-to-nutrition .hs-fieldtype-intl-phone.hs-input select,
.hs-site-page .hs-fieldtype-intl-phone.hs-input select {
  padding-right: 40px;
  color: var(--color--legacy--blue--gulf-blue) !important;
}

.page-home1123 .jd-subitems,
.page-home .jd-subitems {
  position: static !important;
  width: 100%;
}

@media screen and (max-width: 1140px) and (min-width: 640px) {
  .page-transformational-coaching-courses img.hs-image-widget {
    margin: auto;
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homepage-section .dnd_area-row-5-vertical-alignment > .row-fluid {
    flex-direction: column;
  }

  .homepage-section .dnd_area-row-5-vertical-alignment > .row-fluid .span3 {
    width: 100%;
  }

  .hub-view-courses .hub-view-header .tab-items {
    display: flex;
    flex-wrap: wrap;
  }
}

.pdf-viewer {
  position: relative;
  padding-top: max(60%, 326px);
  width: 100%;
  height: 0;
}

.pdf-viewer iframe {
  position: absolute;
  inset: 0;
  border: none;
  width: 100% !important;
  height: 100% !important;
}

.page-curriculum-guide-thank-you
  .dnd-row.cell_16941918502715-row-1-padding
  > div.row-fluid,
.page-curriculum-guide-thank-you
  .dnd-row.cell_16941918502715-row-2-padding
  > div.row-fluid {
  justify-content: center;
}

.page-curriculum-guide-thank-you
  .dnd-row.cell_16941918502715-row-1-padding
  > div.row-fluid
  .widget-span,
.page-curriculum-guide-thank-you
  .dnd-row.cell_16941918502715-row-2-padding
  > div.row-fluid
  .widget-span {
  width: auto;
}

@media (max-width: 767px) {
  .page-curriculum-guide-thank-you
    .dnd-row.cell_16941918502715-row-1-padding
    > div.row-fluid
    .widget-span,
  .page-curriculum-guide-thank-you
    .dnd-row.cell_16941918502715-row-2-padding
    > div.row-fluid
    .widget-span {
    width: 100%;
  }
}

.page-thank-you-request-info
  #hs_cos_wrapper_widget_1701881797907
  .item-inner.box {
  padding: 0 !important;
}

.page-thank-you-request-info
  #hs_cos_wrapper_widget_1701881797907
  .item-inner
  .content {
  margin: 0;
  padding: 0;
}

.page-thank-you-request-info
  #hs_cos_wrapper_widget_1701881797907
  .item-inner
  .card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  row-gap: 1rem;
  padding: 2rem;
  height: 100%;
}

.page-thank-you-request-info
  #hs_cos_wrapper_widget_1701881797907
  .item-inner
  .paragraphs-item-button {
  margin-top: auto;
}

.homepage-section .hs-content-id-137558861388 #bg_widget_1691086464332,
.homepage-section .hs-content-id-156853830932 #bg_widget_1691086464332 {
  background-position: center center !important;
}

@media (max-width: 767px) {
  .page-our-approach-to-nutrition
    .cell_16687075958477-padding.dnd-column
    .row-fluid-wrapper
    > div.row-fluid {
    flex-wrap: nowrap;
  }

  .page-our-approach-to-nutrition
    .cell_16687075958477-padding.dnd-column
    .row-fluid-wrapper
    > div.row-fluid
    .span2 {
    width: 70px;
  }

  .page-our-approach-to-nutrition
    .cell_16687113015605-padding.dnd-column
    .row-fluid-wrapper
    > div.row-fluid {
    flex-wrap: nowrap;
  }

  .page-our-approach-to-nutrition
    .cell_16687113015605-padding.dnd-column
    .row-fluid-wrapper
    > div.row-fluid
    .span1 {
    width: 60px;
  }

  .help-me-choose-section .inputs-list li {
    border-radius: 8px;
    background: var(--color--white);
    padding: 15px;
  }

  .help-me-choose-section
    .form-columns-2
    .hs-form-field
    .hs-input[type='checkbox'],
  .help-me-choose-section
    .form-columns-2
    .hs-form-field
    .hs-input[type='radio'] {
    width: 30px !important;
  }
}

.help-me-choose-section .dnd-section form input[type='submit'] {
  border: 1px solid var(--color--cherry) !important;
  border-radius: 100px !important;
  background: var(--color--white) !important;
  padding: 20px 55px !important;
  color: var(--color--black) !important;
}

.help-me-choose-section .dnd-section form input[type='submit']:hover {
  background: var(--color--cherry) !important;
  color: var(--color--white) !important;
}

.page-health-coach-salary .oembed_modal_container .iframe_wrapper {
  min-height: 200px;
}

.page-health-coach-salary .oembed_modal_container .oembed_custom-thumbnail {
  display: flex;
}

.page-our-approach-to-nutrition .span12.dnd-column {
  position: relative;
}

.page-our-approach-to-nutrition .widget-type-custom_widget .custom-text {
  margin-bottom: 10px;
  width: 48px;
  height: 48px;
}

@media (min-width: 1024px) {
  .page-our-approach-to-nutrition .widget-type-custom_widget .custom-text {
    position: absolute;
    left: 0;
    margin-bottom: 0;
  }
}

.dnd-section.row-number-9 .row-fluid .span4 {
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .bg-circle-img {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -150px;
    margin-left: -150px;
    border-radius: 50%;
    background: radial-gradient(
      var(--color--legacy--green--carrara),
      transparent
    );
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 1023px) {
  .bg-circle-img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    margin-top: calc(-0.65 * 300px);
    margin-left: calc(-0.5 * 300px);
    border-radius: 50%;
    background: radial-gradient(
      var(--color--legacy--green--carrara),
      transparent
    );
    width: 300px;
    height: 300px;
    content: '';
  }
}

form .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone.hs-input select {
  float: none;
  margin-bottom: 1rem;
  width: 100% !important;
}

form .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone.hs-input input {
  float: none;
  width: 100% !important;
}

@media (max-device-width: 480px) and (min-device-width: 320px),
  (max-width: 400px) {
  form.hs-form
    .hs-phone
    .input
    .hs-fieldtype-intl-phone.hs-input
    select.hs-input {
    width: 100% !important;
  }

  form.hs-form
    .hs-phone
    .input
    .hs-fieldtype-intl-phone.hs-input
    input.hs-input {
    width: 100% !important;
  }
}

/* student login */
.page-student-log-in .row-number-11.dnd-section::before {
  position: absolute;
  top: -50px;
  left: 50%;
  background: url('https://www.integrativenutrition.com/hubfs/MicrosoftTeams-image%20%287%29.png')
    no-repeat;
  background-blend-mode: normal;
  background-position: right;
  width: 844px;
  height: 844px;
  content: '';
}

.page-student-log-in .cell_17072382759882-margin.dnd-column {
  margin-left: 0;
}

.page-student-log-in a.arrow-link.hs-button.custom-btn:hover {
  text-decoration: underline;
}

.page-student-log-in
  .span6.widget-span.widget-type-cell.cell_17072382759882-margin.dnd-column
  img {
  border-radius: 0 15px 15px 0;
  object-fit: fill;
  object-position: right;
  height: 283px !important;
}

.page-student-log-in
  .span6.widget-span.widget-type-cell.cell_17071735272322-padding.dnd-column.none,
.page-student-log-in
  .span6.widget-span.widget-type-cell.dnd-column.cell_17071735272323-padding.none {
  border-radius: 0 0 15px 15px;
}

.page-student-log-in
  .span6.widget-span.widget-type-cell.cell_17071735272322-padding.dnd-column.none,
.page-student-log-in
  .span6.widget-span.widget-type-cell.dnd-column.cell_17071735272323-padding.none {
  margin-bottom: 20px;
  box-shadow: 0 4px 20px var(--color--legacy--black--black--alpha-8) !important;
}

@media screen and (max-width: 1140px) {
  .page-student-log-in
    .span6.widget-span.widget-type-cell.cell_1707238275988-padding.cell_1707238275988-margin.cell_1707238275988-background-layers.dnd-column.none {
    border-radius: 15px !important;
  }

  .page-student-log-in h1 {
    font-size: var(--font-size--legacy--23) !important;
  }

  .page-student-log-in
    .span6.widget-span.widget-type-cell.cell_17072382759882-margin.dnd-column {
    display: none;
  }
}

@media screen and (min-width: 1140px) {
  .page-student-log-in main.body-container-wrapper {
    background: linear-gradient(-90deg, #f8f2e9, var(--color--white));
  }

  .page-student-log-in .cell_1707238275988-background-color.none {
    border-radius: 15px 0 0 15px !important;
    height: 280px !important;
  }

  .page-student-log-in
    .span6.widget-span.widget-type-cell.cell_1707238275988-padding.cell_1707238275988-margin.cell_1707238275988-background-layers.dnd-column.none {
    border-radius: 15px 0 0 15px !important;
    height: 280px !important;
  }

  .page-student-log-in
    .span6.widget-span.widget-type-cell.cell_17071735272322-padding.dnd-column.none {
    position: relative;
    float: left;
    background: var(--color--white);
    max-width: 670px;
  }

  .page-student-log-in
    .span6.widget-span.widget-type-cell.dnd-column.cell_17071735272323-padding.none {
    float: right;
    background: var(--color--white);
    max-width: 670px;
  }

  .page-student-log-in
    .span6.widget-span.widget-type-cell.dnd-column.cell_17071735272323-padding.none
    img,
  .page-student-log-in
    .span6.widget-span.widget-type-cell.dnd-column.cell_17071735272322-padding.none
    img {
    border-radius: 15px 15px 0 0;
    clip-path: inset(0 0 5px 0);
  }
}

.page-yoga-and-meditation-courses .item-inner.box h3,
.page-nutrition-and-wellness-courses-page .item-inner.box h3,
.page-transformational-coaching-courses .item-inner.box h3 {
  margin-bottom: 0;
  padding-top: 24px;
}

.page-yoga-and-meditation-courses .item-inner.box .content,
.page-nutrition-and-wellness-courses-page .item-inner.box .content,
.page-transformational-coaching-courses .item-inner.box .content {
  margin-bottom: 15px;
  padding-top: 20px;
}

.vertical-card-content {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  text-align: center;
}

.vertical-card-content h3 {
  margin-bottom: 15px;
  color: var(--color--grey-2);
}

.vertical-card-content p {
  margin-bottom: 20px;
}

.vertical-card-content .topics {
  display: block;
  margin-top: auto;
  padding-top: 24px;
  padding-bottom: 10px;
}

.vertical-card-content p:last-child {
  margin-bottom: 0;
}

.dnd-section .button-light form input[type='submit'] {
  max-width: 100% !important;
}

.homepage-section .dnd_area-row-4-background-image > div.row-fluid {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
  justify-content: center;
  width: 100% !important;
}

.homepage-section .dnd_area-row-2-vertical-alignment > div.row-fluid {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
  justify-content: center;
  width: 100% !important;
}

.homepage-section .dnd_area-row-4-background-image > div.row-fluid .span4 {
  margin: 0 !important;
  width: auto;
}

.homepage-section .dnd_area-row-2-vertical-alignment > div.row-fluid .span4 {
  margin: 0 !important;
  width: auto;
}

.homepage-section .ex-item .ex-label {
  padding-left: 0;
}

.homepage-section .ex-item .ex-label.ex-bold h5 {
  font-family: var(--font-family--body);
  font-weight: 700;
}

@media (max-width: 767px) {
  .homepage-section .carousel-item-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .page-melissa-wood #hs_cos_wrapper_widget_1707324236957 p {
    display: block !important;
  }

  .page-melissa-wood
    #hs_cos_wrapper_widget_1707324236957
    .hs-button.custom-btn {
    width: 100%;
    max-width: 100%;
  }

  .page-melissa-wood #hs_cos_wrapper_module_169411835222412 span {
    width: 100%;
  }
}

.page-melissa-wood .tabbed-content .tabs .tab-wrap {
  text-align: left;
}

.page-melissa-wood .tabbed-content .tabs .tab-wrap .tab {
  display: inline-block;
  padding: 0;
  padding-bottom: 10px;
}

.page-melissa-wood .tabbed-content .tabs .tab-wrap .tab.tab-selected {
  border-color: var(--color--black);
}

.iin-red {
  color: var(--color--legacy--red--sunset);
}

.headline-line-above.centered:not(.light) {
  position: relative;
  padding-top: 32px;
}

.headline-line-above.centered.light::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color--white);
  width: 50px;
  height: 2px;
  content: '';
}

.headline-line-above.centered:not(.light)::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color--legacy--blue--big-stone);
  width: 50px;
  height: 2px;
  content: '';
}

.headline-line-above:not(.centered).light::before {
  display: block;
  position: absolute;
  top: 0;
  background-color: var(--color--white);
  width: 50px;
  height: 2px;
  content: '';
}

.headline-line-above:not(.centered, .light)::before {
  display: block;
  position: absolute;
  top: 0;
  background-color: var(--color--legacy--blue--big-stone);
  width: 50px;
  height: 2px;
  content: '';
}

.special-offer-subheader {
  padding-left: 30px;
  line-height: var(--line-height--legacy--3);
  color: var(--color--legacy--grey--dim-grey-1);
  font-size: var(--font-size--legacy--16);
  font-weight: lighter;
}

#section-widget_1694193307123 .mb-scroller-outer .more-slider-nav {
  width: 100%;
}

#section-widget_1694193307123 .mb-scroller-outer .more-slider-nav .slick-list {
  display: none;
}

#section-widget_1694193307123
  .mb-scroller-outer
  .slick-slider
  .slick-arrow
  .fa-regular {
  font-size: var(--font-size--legacy--13);
}

#section-widget_1694193307123
  .mb-scroller-outer
  .slick-slider
  .slick-arrow.slick-disabled {
  opacity: 0.5;
}

#section-widget_1694193307123
  .mb-scroller-outer
  .slick-slider
  .slick-arrow.slick-prev {
  position: absolute;
  top: 80px;
  left: 70px;
  z-index: 6;
}

#section-widget_1694193307123
  .mb-scroller-outer
  .slick-slider
  .slick-arrow.slick-prev
  .fa-regular::before {
  content: '\f053';
}

#section-widget_1694193307123
  .mb-scroller-outer
  .slick-slider
  .slick-arrow.slick-next {
  position: absolute;
  top: 75px;
  right: 70px;
  z-index: 6;
}

#section-widget_1694193307123
  .mb-scroller-outer
  .slick-slider
  .slick-arrow.slick-next
  .fa-regular::before {
  content: '\f054';
}

#jd-mobile-menu .jd-header-main .jd-ham svg {
  fill: var(--color--black) !important;
}

ul.paragraphs-item-list {
  margin: 0 0 1.5rem;
  padding: 0;
  padding-left: 25px;
  list-style-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6455 7.03246C16.3508 6.72514 16.0461 6.40746 15.9309 6.12906C15.8251 5.87332 15.8187 5.44974 15.8125 5.04004C15.801 4.27763 15.7879 3.41353 15.1872 2.81279C14.5865 2.21205 13.7224 2.19901 12.96 2.18748C12.5503 2.1813 12.1267 2.1749 11.8709 2.06908C11.5926 1.95395 11.2749 1.64923 10.9675 1.35451C10.4278 0.836776 9.81581 0.25 9 0.25C8.18419 0.25 7.57231 0.836776 7.03246 1.35451C6.72514 1.64923 6.40746 1.95395 6.12906 2.06908C5.87332 2.1749 5.44974 2.1813 5.04004 2.18748C4.27763 2.19901 3.41353 2.21205 2.81279 2.81279C2.21205 3.41353 2.19901 4.27763 2.18748 5.04004C2.1813 5.44974 2.1749 5.87332 2.06908 6.12906C1.95395 6.40738 1.64923 6.72514 1.35451 7.03246C0.836776 7.57224 0.25 8.18419 0.25 9C0.25 9.81581 0.836776 10.4277 1.35451 10.9675C1.64923 11.2749 1.95395 11.5925 2.06908 11.8709C2.1749 12.1267 2.1813 12.5503 2.18748 12.96C2.19901 13.7224 2.21205 14.5865 2.81279 15.1872C3.41353 15.7879 4.27763 15.801 5.04004 15.8125C5.44974 15.8187 5.87332 15.8251 6.12906 15.9309C6.40738 16.0461 6.72514 16.3508 7.03246 16.6455C7.57224 17.1632 8.18419 17.75 9 17.75C9.81581 17.75 10.4277 17.1632 10.9675 16.6455C11.2749 16.3508 11.5925 16.0461 11.8709 15.9309C12.1267 15.8251 12.5503 15.8187 12.96 15.8125C13.7224 15.801 14.5865 15.7879 15.1872 15.1872C15.7879 14.5865 15.801 13.7224 15.8125 12.96C15.8187 12.5503 15.8251 12.1267 15.9309 11.8709C16.0461 11.5926 16.3508 11.2749 16.6455 10.9675C17.1632 10.4278 17.75 9.81581 17.75 9C17.75 8.18419 17.1632 7.57231 16.6455 7.03246ZM12.869 7.57712L8.28566 11.9521C8.1694 12.0631 8.01486 12.125 7.85414 12.125C7.69342 12.125 7.53888 12.0631 7.42262 11.9521L5.13098 9.76462C5.07157 9.70796 5.02391 9.64015 4.99072 9.56507C4.95752 9.48998 4.93944 9.40909 4.93751 9.32702C4.93559 9.24495 4.94984 9.1633 4.97948 9.08674C5.00911 9.01018 5.05354 8.94021 5.11022 8.88083C5.1669 8.82144 5.23472 8.7738 5.30982 8.74063C5.38492 8.70746 5.46581 8.68941 5.54788 8.68752C5.62996 8.68562 5.7116 8.69991 5.78815 8.72957C5.8647 8.75923 5.93465 8.80368 5.99402 8.86038L7.85414 10.636L12.006 6.67288C12.0653 6.61618 12.1353 6.57173 12.2119 6.54207C12.2884 6.51241 12.37 6.49812 12.4521 6.50002C12.5342 6.50191 12.6151 6.51996 12.6902 6.55313C12.7653 6.5863 12.8331 6.63394 12.8898 6.69332C12.9465 6.75271 12.9909 6.82268 13.0205 6.89924C13.0502 6.9758 13.0644 7.05745 13.0625 7.13952C13.0606 7.22159 13.0425 7.30248 13.0093 7.37757C12.9761 7.45265 12.9284 7.52046 12.869 7.57712Z' fill='%23D72A25'/%3E%3C/svg%3E%0A");
}

ul.paragraphs-item-list li {
  padding-left: 10px;
}

ul.paragraphs-item-list li + li {
  margin-top: 1rem;
}

.widget-type-custom_widget .hs_cos_wrapper_widget.widget-type-linked_image {
  overflow: hidden;
}
/* Body */

html body {
  line-height: var(--line-height--legacy--body);
  word-break: break-word;
  color: var(--color--legacy--violet--gun-powder);
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  word-break: break-all;
}

/* Anchors */

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  color: var(--color--legacy--violet--gun-powder);
  font-weight: 700;
}

h1 {
  font-size: var(--font-size--legacy--19);
}

h2 {
  font-size: var(--font-size--legacy--15);
}

h3 {
  font-size: var(--font-size--20);
}

h4 {
  font-size: var(--font-size--legacy--10);
  font-weight: normal;
}

h5 {
  font-size: var(--font-size--16);
}

h6 {
  font-size: var(--font-size--legacy--5);
}

@media (max-width: 767px) {
  .entity-paragraphs-item.paragraphs-item-headline {
    line-height: normal !important;
    font-size: var(--font-size--legacy--23);
  }
}

/* Lists */

ol,
ul {
  margin: 0 0 1.5rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

ul.no-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.4rem;
  border-left: 2px solid var(--color--legacy--grey--dark-grey-1);
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  border: none;
  height: 1px;
  color: var(--color--legacy--grey--very-light-grey-1);
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Strong */

strong {
  font-weight: var(--font-weight--bold);
}

/* Subscripts and superscripts */

sup,
sub {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
  font-size: 75%;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.hs-form__actions__submit {
  display: inline-block;
  border: 0 solid var(--color--white);
  border-radius: 100px;
  background: var(--color--cherry);
  padding: 13px 55px;
  max-width: 350px;
  text-align: center;
  text-decoration: none;
  color: var(--color--white);
}

/* Generic button style for anchor links */
.styled-button {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  border-radius: var(--spacing-6);
  box-shadow: var(--shadow--button);
  background-color: var(--fill--color);
  padding: 0 var(--spacing-6);
  width: var(--spacing-64);
  height: var(--spacing-12);
  text-decoration: none;
  text-shadow: none;
  line-height: normal;
  color: var(--accent--color);
  font-family: var(--font-family--body);
  font-size: var(--font-size--16);
  font-weight: 700;
}

.styled-button:hover,
.styled-button:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .styled-button {
    width: var(--spacing-40);
  }
}

.dnd-section button.close-button,
.dnd-section button.close-button:hover,
.dnd-section button.close-button:focus,
.close-button {
  border: none;
  background-color: transparent;
  background-image: var(--icon--x);
  width: 24px;
  height: 24px;
}

/* White text on red background */
.primary-button {
  --accent--color: var(--color--white);
  --fill--color: var(--color--cherry);
}

.primary-button:hover,
.primary-button:focus {
  --accent--color: var(--color--white);
  --fill--color: var(--color--legacy--red--cinnabar-2);

  /* re-assert to prevent override */
  color: var(--color--white);
}

/* Green text on white background */
.secondary-button {
  --accent--color: var(--color--water);
  --fill--color: var(--color--white);

  border: 1px solid var(--accent--color);

  /* re-assert to prevent override */
  color: var(--accent--color);
}

.secondary-button:hover,
.secondary-button:focus {
  --accent--color: var(--color--white);
  --fill--color: var(--color--water);

  /* re-assert to prevent override */
  color: var(--accent--color);
}

/* White text on green background */
.tertiary-button {
  --accent--color: var(--color--white);
  --fill--color: var(--color--water);

  /* re-assert to prevent override */
  color: var(--accent--color);
}

.tertiary-button:hover,
.tertiary-button:focus {
  background-color: var(--color--legacy--green--mosque);

  /* re-assert to prevent override */
  color: var(--accent--color);
}

/* Arrow properties */
.arrow-link::after,
.arrow-link::before {
  display: inline-block;
  transition: var(--transition--default);
  background-color: var(--accent--color);
  background-repeat: no-repeat;
  width: var(--icon--square--size);
  height: var(--icon--square--size);
  vertical-align: text-bottom;
  mask-image: var(--icon--arrow--right);
}

/* Forward arrow content */
.arrow-link.arrow-link-forward::after {
  margin-left: var(--icon--gap);
  content: '';
}

/* Backward arrow content */
.arrow-link.arrow-link-back::before {
  transform: rotate(180deg);
  margin-right: var(--icon--gap);
  content: '';
}

/* PDF links */
.pdf-link::before {
  --icon--size: 15px;

  display: inline-block;
  transition: var(--transition--default);
  margin-right: var(--spacing-1);
  background-color: var(--color--water);
  background-repeat: no-repeat;
  width: var(--icon--size);
  height: var(--icon--size);
  content: '';
  mask-image: var(--icon--pdf);
}

/* Set colors for light-button attached carets */
.light-button.caret {
  --accent--color: var(--color--white);
}

/* caret properties */
.caret::after {
  display: inline-block;
  transition: var(--transition--default);
  background-color: var(--accent--color);
  background-repeat: no-repeat;
  width: var(--icon--square--size);
  height: var(--icon--square--size);
  vertical-align: text-bottom;
  mask-image: var(--asset--caret--down);
}

/* caret content */
.caret.caret-down::after {
  margin-left: var(--icon--gap);
  content: '';
}

.caret.caret-up::after {
  mask-image: var(--asset--caret--up);
  margin-left: var(--icon--gap);
  content: '';
}

/* Used to style a button to look like a link */
.dnd-section button.link-style,
.dnd-section button.link-style:focus {
  text-decoration: underline;
  color: var(--color--water) !important;
}

.dnd-section button.link-style:hover {
  color: var(--color--water--medium) !important;
}

.dnd-section .remove-globals,
.dnd-section .remove-globals:hover,
.dnd-section .remove-globals:focus {
  display: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  padding: unset;
  max-width: unset;
  text-align: unset;
  text-decoration: unset;
  text-shadow: unset;
  color: unset;
  font-family: unset;
}

button.no-button,
button.no-button:hover,
button.no-button:focus,
button.no-button:active,
.dnd-section button.no-button,
.dnd-section button.no-button:hover,
.dnd-section button.no-button:focus,
.dnd-section button.no-button:active {
  transition: none;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  text-align: left;
  text-decoration: none;
  line-height: inherit;
  letter-spacing: inherit;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.pseudo-svg::before,
.pseudo-svg::after {
  display: inline-block;
  background-color: var(
    --icon--color,
    var(--accent--color, var(--color--slate))
  );
  background-repeat: no-repeat;
  width: var(--icon--width, var(--icon--square--size));
  min-width: var(--icon--min-width);
  height: var(--icon--height, var(--icon--square--size));
  vertical-align: middle;
  mask-size: cover;
}

.check-before::before {
  margin-right: 20px;
  content: '';
  mask-image: var(--icon--checkmark);
}

.calendar-plus-before::before {
  margin-right: var(--icon--gap);
  content: '';
  mask-image: var(--icon--calendar--plus);
}

.cards-before::before {
  margin-right: var(--icon--gap);
  content: '';
  mask-image: var(--icon--cards);
}

.chevron-back-before::before {
  --icon--width: 8px;
  --icon--height: 13px;

  margin-right: var(--icon--gap);
  content: '';
  mask-image: var(--icon--chevron-left);
}

.clock-before::before {
  margin-right: var(--icon--gap);
  content: '';
  mask-image: var(--icon--clock);
}

.phone-chat-before::before {
  margin-right: var(--icon--gap);
  content: '';
  mask-image: var(--icon--phone--chat);
}

.whatsapp-before::before {
  margin-right: var(--icon--gap);
  content: '';
  mask-image: var(--icon--whatsapp);
}
/* Form */
select {
  appearance: none;
  position: relative;
  background:
    url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZDcyYTI1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+')
      no-repeat,
    linear-gradient(
      var(--color--legacy--white--white--alpha-100),
      var(--color--legacy--white--white--alpha-100)
    ) !important;
  background-position: right 15px top 17px !important;
}

.dnd-section h3.form-title {
  margin: 0;
  padding-bottom: 30px;
  
  color: var(--theme--forms--header-text-color);
  font-family: var(--theme--global-fonts--secondary-font);
}


.dnd-section .widget-type-form {
  border-radius: var(--theme--spacing--border-radius);
  background: var(--theme--forms--form-background-color);
  overflow: hidden;
}

.dnd-section .widget-type-form form {
  padding: 7%;
}

.dnd-section .dnd-column[class*='background-color'] .widget-type-form {
  box-shadow: 0 0 15px var(--color--legacy--black--black--alpha-15);
}


.dnd-section .hs-form-field {
  margin-bottom: 1rem;
}

/* Labels */

.dnd-section form label {
  display: block;
  margin-bottom: 0;
  padding-top: 0;
  width: auto;
  text-align: left;
  color: var(--color--legacy--blue--gulf-blue);
  font-size: var(--font-size--16);
}

/* Help text - legends */

.dnd-section form legend {
  color: var(--color--legacy--blue--gulf-blue);
  font-size: var(--font-size--16);
}

/* Inputs */

.dnd-section .input {
  position: relative;
}

.dnd-section input[type='email'],
.dnd-section input[type='file'],
.dnd-section input[type='number'],
.dnd-section input[type='password'],
.dnd-section input[type='tel'],
.dnd-section input[type='text'],
.dnd-section select,
.dnd-section textarea {
  display: inline-block;
  padding: 0 20px 16px;
  width: 100%;
  color: var(--color--legacy--blue--gulf-blue);
  font-size: var(--font-size--16);
}

.dnd-section select,
.dnd-section textarea {
  padding: 16px 20px;
}

.filter-form.direction-hori .tp-main {
  border: 1px solid var(--color--legacy--blue--link-water-2);
  border-radius: 3px;
  border-color: var(--theme--forms--field-border-color);
  background: var(--color--legacy--white--white-smoke-4);
  padding: 12px 20px;
  color: var(--theme--typography--body-text--color);
  font-size: var(--font-size--16);
}

.dnd-section form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.systems-page input[type='email'],
.systems-page input[type='file'],
.systems-page input[type='number'],
.systems-page input[type='password'],
.systems-page input[type='tel'],
.systems-page input[type='text'],
.systems-page select,
.systems-page textarea {
  display: inline-block;
  border: 1px solid var(--color--legacy--blue--link-water-2);
  border-radius: 3px;
  background-color: var(--color--white);
  padding: 0.7rem;
  width: 100%;
  color: var(--color--legacy--blue--gulf-blue);
  font-size: var(--font-size--16);
}

.systems-page .actions {
  padding-top: 20px;
}

/* Inputs - file picker */

input[type='file'] {
  border: initial;
  box-shadow: none;
  background-color: transparent;
  padding: initial;
  line-height: initial;
}

.dnd-section input[type='email']:focus,
.dnd-section input[type='file']:focus,
.dnd-section input[type='number']:focus,
.dnd-section input[type='password']:focus,
.dnd-section input[type='tel']:focus,
.dnd-section input[type='text']:focus,
.dnd-section select:focus,
.dnd-section textarea:focus {
  outline-color: var(--color--legacy--blue--cornflower-blue--alpha-80);
}

.dnd-section fieldset {
  margin-right: -8px !important;
  max-width: 110% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  vertical-align: middle;
  font-size: var(--font-size--16);
}

.hs-input[type='checkbox'],
.hs-input[type='radio'] {
  margin-right: 0.35rem;
  border: none;
  cursor: pointer;
  padding: 0;
  width: auto;
  height: auto;
  line-height: normal;
}

/* .hs-fieldtype-intl-phone.hs-input select {
 color: var(--color--white) !important;
} */

@media (max-width: 765px) {
  .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: var(--color--legacy--blue--gulf-blue);
  content: '\01F4C5';
}

.fn-date-picker .pika-table thead th {
  color: var(--color--white);
}

.fn-date-picker td.is-today .pika-button {
  color: var(--color--legacy--blue--mirage);
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
  background: var(--color--legacy--blue--mirage);
}

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
  background-color: var(--color--legacy--blue--mirage) !important;
  color: var(--color--white);
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  margin: 0 0 1.4rem;
  font-size: var(--font-size--14);
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  border: none;
  background-color: transparent;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
  font-size: var(--font-size--14);
}

/* Validation */

.hs-form-required {
  color: var(--color--cherry);
}

.hs-input.invalid.error {
  border-color: var(--color--legacy--brown--burnt-sienna);
}

.hs-error-msg {
  margin-top: 0.35rem;
  color: var(--color--legacy--brown--burnt-sienna);
}

/* Submit button */

.dnd-section form input[type='submit'],
.dnd-section form .hs-button {
  display: inline-block;
  position: relative;
  margin: 0;
  border: 1px solid var(--color--legacy--violet--gun-powder);
  border-radius: 6px;
  background-color: var(--color--legacy--violet--gun-powder);
  cursor: pointer;
  padding: 15px 53px;
  width: auto;
  height: auto;
  text-align: center;

  /* default "Get Free Widget" form (renders when no form is passed to the form
  HubL tag) is an anchor (a.hs-button) rather than a real input, so it needs
  explicit CSS to avoid link styling */
  text-decoration: none;
  line-height: var(--line-height--110);
  white-space: normal;
  word-break: break-word;
  color: var(--color--white);
  font-size: var(--font-size--legacy--6);
  font-weight: normal;
}

.dnd-section form input[type='submit']:active,
.dnd-section form .hs-button:active {
  border-color: var(--color--legacy--blue--storm-grey);
  background-color: var(--color--legacy--blue--storm-grey);

  /* see "no form selected" note above */
  color: var(--color--white);
}

/* Captcha */

form {
  ;
}

.submitted-message {
  ;
}

/* Form label */

.dnd-section form label {
  color: var(--theme--forms--label-color);
}

/* Form help text */
.dnd-section form legend {
  color: var(--theme--forms--help-text-color);
}

/* Form inputs */

#form-module_166872823299214 label span {
  color: var(--color--white) !important;
}

.dnd-section input[type='email'],
.dnd-section input[type='file'],
.dnd-section input[type='number'],
.dnd-section input[type='password'],
.dnd-section input[type='tel'],
.dnd-section input[type='text'],
.dnd-section select,
.dnd-section textarea {
  border: 1px solid var(--theme--forms--field-border-color);
  
  border-radius: var(--theme--forms--border-radius);
  background: var(--theme--forms--field-background-color);
  padding: var(--theme--forms--padding);
}

.dnd-section select,
.dnd-section textarea {
  border: 1px solid var(--theme--forms--field-border-color);
  background: var(--theme--forms--field-background-color);
  color: var(--theme--typography--body-text--color);
}

.dnd-section input::placeholder {
  color: var(--theme--typography--body-text--color);
}

.dnd-section input[type='email']:focus,
.dnd-section input[type='file']:focus,
.dnd-section input[type='number']:focus,
.dnd-section input[type='password']:focus,
.dnd-section input[type='tel']:focus,
.dnd-section input[type='text']:focus,
.dnd-section select:focus,
.dnd-section textarea:focus {
  border-color: var(--theme--forms--field-focus-border-color);
}

/* Form placeholder text */

::placeholder {
  color: var(--theme--typography--body-text--color);
}

.hs-fieldtype-date .input .hs-dateinput::before {
  color: var(--theme--typography--body-text--color);
}

/* Date picker */
.fn-date-picker td.is-selected .pika-button {
  background: var(--theme--global-colors--primary-color);
}

.fn-date-picker td .pika-button:hover {
  background-color: var(--theme--global-colors--primary-color) !important;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--theme--global-colors--primary-color);
}

/* Submit button */

.dnd-section form .hs-button,
.dnd-section form input[type='submit'] {
  display: inline-block;
  transition: all 0.15s linear;
  border: var(--theme--buttons--border);
  border-radius: var(--theme--buttons--border-radius);
  background-color: var(--theme--buttons--background-color);
  padding: var(--theme--buttons--padding);
  color: var(--theme--buttons--text-color);
}

.dnd-section form input[type='submit']:hover,
.dnd-section form input[type='submit']:focus,
.dnd-section form .hs-button:hover,
.dnd-section form .hs-button:focus {
  border: var(--theme--buttons--border);
  color: var(--theme--buttons--text-color);
}

.dnd-section form .hs-button:active,
.dnd-section form input[type='submit']:active {
  border-color: var(--theme--buttons--border-color--lightened);
  background-color: var(--theme--buttons--background-color--lightened);
  color: var(--theme--buttons--text-color);
}

.dnd-section .span6 form input[type='submit'],
.dnd-section .span6 form .hs-button,
.dnd-section .span5 form input[type='submit'],
.dnd-section .span5 form .hs-button,
.dnd-section .span4 form input[type='submit'],
.dnd-section .span4 form .hs-button,
.dnd-section .span3 form input[type='submit'],
.dnd-section .span3 form .hs-button {
  padding: 12px;
  width: 100%;
}

.dnd-section .span6 form input[type='submit']:hover,
.dnd-section .span6 form .hs-button:hover,
.dnd-section .span5 form input[type='submit']:hover,
.dnd-section .span5 form .hs-button:hover,
.dnd-section .span4 form input[type='submit']:hover,
.dnd-section .span4 form .hs-button:hover,
.dnd-section .span3 form input[type='submit']:hover,
.dnd-section .span3 form .hs-button:hover {
  box-shadow: 3px 3px 10px var(--color--legacy--black--black--alpha-20);
}

.color-section,
.color-section form label,
.color-section h2,
.color-section h3,
.color-section h4,
.color-section h5 {
  color: var(--color--white);
}

.color-section div[class*='background-color'],
.color-section div[class*='background-color'] form label,
.color-section div[class*='background-color'] h2,
.color-section div[class*='background-color'] h3,
.color-section div[class*='background-color'] h4,
.color-section div[class*='background-color'] h5 {
  color: var(--theme--typography--body-text--color);
}

.color-section form input[type='text'],
.color-section form input[type='email'],
.color-section form input[type='password'],
.color-section form input[type='tel'],
.color-section form input[type='number'],
.color-section form input[type='file'],
.color-section form select,
.color-section form textarea {
  border-color: var(--color--white);
}

.color-section div[class*='background-color'] form input[type='text'],
.color-section div[class*='background-color'] form input[type='email'],
.color-section div[class*='background-color'] form input[type='password'],
.color-section div[class*='background-color'] form input[type='tel'],
.color-section div[class*='background-color'] form input[type='number'],
.color-section div[class*='background-color'] form input[type='file'],
.color-section div[class*='background-color'] form select,
.color-section div[class*='background-color'] form textarea {
  border-color: var(--theme--forms--field-border-color);
}

.color-section form input[type='submit'],
.color-section form .hs-button {
  border: var(--theme--buttons--light-button--border);
  border-radius: var(--theme--buttons--light-button--border-radius);
  background: var(--theme--buttons--light-button--background-color);
  max-width: 250px;
  text-align: center;
  text-decoration: none;
  color: var(--theme--buttons--light-button--text-color);
  font-family: var(--theme--global-fonts--secondary-font);
}

.color-section div[class*='background-color'] form input[type='submit'],
.color-section div[class*='background-color'] form .hs-button {
  border: var(--theme--buttons--border);
  border-radius: var(--theme--buttons--border-radius);
  background: var(--theme--buttons--background-color);
  max-width: 250px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  color: var(--theme--buttons--text-color);
  font-family: var(--theme--global-fonts--secondary-font);
}

html .color-section form input[type='submit']:hover,
html .color-section form input[type='submit']:focus,
html .color-section form .hs-button:hover,
html .color-section form .hs-button:focus {
  color: var(--theme--buttons--light-button--hover-text-color) !important;
}

html
  .color-section
  div[class*='background-color']
  form
  input[type='submit']:hover,
html
  .color-section
  div[class*='background-color']
  form
  input[type='submit']:focus,
html .color-section div[class*='background-color'] form .hs-button:hover,
html .color-section div[class*='background-color'] form .hs-button:focus {
  color: var(--theme--buttons--hover-text-color) !important;
}

html .color-section select {
  background: var(--color--white);
}

html .color-section input::placeholder {
  color: var(--color--white);
}

html .color-section div[class*='background-color'] input::placeholder {
  color: var(--theme--typography--body-text--color);
}

.hs-form__legal-consent * {
  line-height: var(--line-height--legacy--3);
  font-size: var(--font-size--legacy--2);
}

/*
@media (max-width: 765px) {
  .hs-fieldtype-intl-phone.hs-input input {
    margin-top: 15px !important;
    width: 100% !important;
  }

  .hs-fieldtype-intl-phone.hs-input select {
    width: 100% !important;
  }
}
*/
/* Table */

table {
  margin-bottom: 1.4rem;
  border: 1px solid var(--color--legacy--grey--zircon-2);
}

tbody + tbody {
  border-top: 2px solid var(--color--legacy--grey--zircon-2);
}

/* Table Cells */

th,
td {
  border: 1px solid var(--color--legacy--grey--zircon-2);
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid var(--color--legacy--grey--zircon-2);
  background-color: var(--color--legacy--blue--mirage);
  vertical-align: bottom;
  color: var(--color--white);
}
/* Base link styles */

.link,
.links {
  --link-color: var(--color--water);
  --link-color--targeted: var(--color--water--medium);
  --link-color--active: var(--color--cherry);
  --link-color--visited: var(--color--water--half-baked);

  transition: none;
  text-decoration: none;
  color: var(--link-color);
}

.link:visited,
.links a:visited {
  color: var(--link-color--visited);
}

.link:hover,
.links a:hover {
  text-decoration: underline;
  color: var(--link-color--targeted);
}

.link:focus,
.links a:focus {
  text-decoration: underline;
  color: var(--link-color--targeted);
}

.link:active,
.links a:active {
  text-decoration: underline;
  color: var(--link-color--active);
}

/* Link variants */

.link.slate,
.links.slate a {
  --link-color: var(--color--slate);
}

.link.grey-3,
.links.grey-3 a {
  --link-color: var(--color--grey-3);
}
.ex-item.style-top-bottom,
.ex-item.style-full,
.ex-item.style-top {
  border-radius: 0;
}

.ex-item.style-top-bottom .ex-label,
.ex-item.style-full .ex-label,
.ex-item.style-top-bottom .ex-text,
.ex-item.style-full .ex-text,
.ex-item.style-top .ex-label,
.ex-item.style-top .ex-text {
  border-radius: 0;
}

.ex-item.style-top {
  margin-bottom: 0;
  border-top: 1px solid var(--color--legacy--grey--very-light-grey-2);
}

.ex-item.style-top-bottom {
  border-top: 1px solid var(--color--legacy--grey--very-light-grey-2);
  border-bottom: 1px solid var(--color--legacy--grey--very-light-grey-2);
}

.ex-item.style-top-bottom .ex-text,
.ex-item.style-top .ex-text {
  border: none;
}

.ex-item.style-full {
  border: 1px solid var(--color--legacy--grey--very-light-grey-2);
}

.ex-item.style-full .ex-text {
  border: none;
  border-top: 1px solid var(--color--legacy--grey--very-light-grey-2);
}

.ex-item.style-top-bottom .ex-label,
.ex-item.style-full .ex-label,
.ex-item.style-top .ex-label {
  padding: 15px 50px 15px 20px;
}

.ex-label h3 {
  margin-bottom: 0;
  line-height: var(--line-height--legacy--3);
  font-family: var(--font-family--body);
  font-size: var(--font-size--16);
  font-weight: 600;
}

.acc-before {
  padding-left: 30px;
}

.ex-item .plus {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  padding: 0;
}

.ex-item .plus.icon-padding {
  border-radius: 50%;
  padding: 2px;
  width: 28px;
  height: 28px;
  text-align: center;
}

.icon-padding .bar {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -7px;
  padding: 1px 7px;
}

.ex-item .plus.before {
  right: unset;
  left: -20px;
}

.ex-label::after {
  display: inline-block;
  transition: 0.2s all;
  margin-left: 0.5em;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.797 6.20304 16.875 10 16.875C13.797 16.875 16.875 13.797 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM1.875 10C1.875 5.51269 5.51269 1.875 10 1.875C14.4873 1.875 18.125 5.51269 18.125 10C18.125 14.4873 14.4873 18.125 10 18.125C5.51269 18.125 1.875 14.4873 1.875 10Z" fill="%23d72a25"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M6.7694 8.59795C7.02597 8.36703 7.42115 8.38783 7.65206 8.6444L10 11.2532L12.3479 8.6444C12.5789 8.38783 12.974 8.36703 13.2306 8.59795C13.4872 8.82886 13.508 9.22404 13.2771 9.48061L10.4646 12.6056C10.346 12.7373 10.1772 12.8125 10 12.8125C9.82283 12.8125 9.65397 12.7373 9.53545 12.6056L6.72295 9.48061C6.49203 9.22404 6.51283 8.82886 6.7694 8.59795Z" fill="%23d72a25"/%3E%3C/svg%3E');
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  vertical-align: middle;
  content: '';
}

.ex-item.open .ex-label::after {
  transform: rotate(-360deg);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 1.875C5.51269 1.875 1.875 5.51269 1.875 10C1.875 14.4873 5.51269 18.125 10 18.125C14.4873 18.125 18.125 14.4873 18.125 10C18.125 5.51269 14.4873 1.875 10 1.875ZM10.4646 7.7069C10.346 7.5752 10.1772 7.5 10 7.5C9.82283 7.5 9.65397 7.5752 9.53545 7.7069L6.72295 10.8319C6.49203 11.0885 6.51283 11.4836 6.7694 11.7146C7.02597 11.9455 7.42115 11.9247 7.65206 11.6681L10 9.05928L12.3479 11.6681C12.5789 11.9247 12.974 11.9455 13.2306 11.7146C13.4872 11.4836 13.508 11.0885 13.2771 10.8319L10.4646 7.7069Z" fill="%23d72a25"/></svg>');
}

.ex-item .plus svg {
  transition: all 0.3s;
}

.ex-item .plus svg path {
  fill: var(--tooltip-color);
}

.ex-item.open .plus svg {
  transform: rotate(90deg);
}

.ex-item .ex-bold {
  font-weight: bold;
}
.hs-button {
  display: block;
  border-radius: 2em;
  padding: 18px;
  width: auto;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  color: var(--color--white);
  font-family: var(--font-family--body);
  font-weight: 700;
}

.jd-arrow-link::after {
  display: inline-block;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.797 6.20304 16.875 10 16.875C13.797 16.875 16.875 13.797 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM1.875 10C1.875 5.51269 5.51269 1.875 10 1.875C14.4873 1.875 18.125 5.51269 18.125 10C18.125 14.4873 14.4873 18.125 10 18.125C5.51269 18.125 1.875 14.4873 1.875 10Z' fill='%23FFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0314 6.90669C10.2755 6.66261 10.6712 6.66261 10.9153 6.90669L13.5669 9.55833C13.811 9.80241 13.811 10.1981 13.5669 10.4422L10.9153 13.0939C10.6712 13.3379 10.2755 13.3379 10.0314 13.0939C9.78731 12.8498 9.78731 12.454 10.0314 12.21L12.2411 10.0003L10.0314 7.79057C9.78731 7.5465 9.78731 7.15077 10.0314 6.90669Z' fill='%23FFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.25 10C6.25 9.65482 6.52982 9.375 6.875 9.375H13.125C13.4702 9.375 13.75 9.65482 13.75 10C13.75 10.3452 13.4702 10.625 13.125 10.625H6.875C6.52982 10.625 6.25 10.3452 6.25 10Z' fill='%23FFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  content: '';
}

/* Primary */
.hs-button.light-button {
  display: inline-block;
  border: 0 solid var(--color--white);
  border-radius: 100px;
  background: var(--color--iin-red);
  padding: 13px 55px;
  text-align: center;
  text-decoration: none;
  color: var(--color--white);
  font-family: var(--font-family--body);
}

.hs-button.dark-button {
  --accent--color: var(--color--white);

  background: var(--color--water);
  padding: 11px 30px;
}

.hs-button.dark-button:hover {
  background: var(--color--water--faded);
}

.hs-button.light-button:hover {
  background: var(--color--legacy--red--cinnabar);
  text-decoration: none;
  color: var(--color--white);
}

.hs-button.light-button:focus {
  outline: 2px solid var(--color--midnight);
}

.hs-button.light-button.jd-arrow-link::after {
  display: inline-block;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.797 6.20304 16.875 10 16.875C13.797 16.875 16.875 13.797 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM1.875 10C1.875 5.51269 5.51269 1.875 10 1.875C14.4873 1.875 18.125 5.51269 18.125 10C18.125 14.4873 14.4873 18.125 10 18.125C5.51269 18.125 1.875 14.4873 1.875 10Z' fill='%23FFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0314 6.90669C10.2755 6.66261 10.6712 6.66261 10.9153 6.90669L13.5669 9.55833C13.811 9.80241 13.811 10.1981 13.5669 10.4422L10.9153 13.0939C10.6712 13.3379 10.2755 13.3379 10.0314 13.0939C9.78731 12.8498 9.78731 12.454 10.0314 12.21L12.2411 10.0003L10.0314 7.79057C9.78731 7.5465 9.78731 7.15077 10.0314 6.90669Z' fill='%23FFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.25 10C6.25 9.65482 6.52982 9.375 6.875 9.375H13.125C13.4702 9.375 13.75 9.65482 13.75 10C13.75 10.3452 13.4702 10.625 13.125 10.625H6.875C6.52982 10.625 6.25 10.3452 6.25 10Z' fill='%23FFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  content: '';
}

/* Hero */
.hs-button.jd-request-btn.jd-trans-btn {
  margin: 5px 0 0;
  margin-right: 10px;
  box-shadow: 2px 2px 2px var(--color--legacy--black--black--alpha-20);
  background: var(--color--legacy--white--white--alpha-80);
  padding: 15px 2.5em;
  color: var(--color--midnight);
  backdrop-filter: blur(12px);
}

.hs-button.jd-request-btn.jd-trans-btn:hover {
  text-decoration: underline;
}

.jd-request-btn.jd-trans-btn:focus {
  outline: 2px solid var(--color--midnight);
}

.jd-request-btn.jd-trans-btn.jd-arrow-link::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='%231D1D1D' fill-rule='evenodd' d='M17.375 10a6.875 6.875 0 1 0-13.75 0 6.875 6.875 0 0 0 13.75 0M10.5 1.875a8.125 8.125 0 1 1 0 16.25 8.125 8.125 0 0 1 0-16.25' clip-rule='evenodd'/%3E%3Cpath fill='%231D1D1D' fill-rule='evenodd' d='M13 10a.63.63 0 0 1-.207.465l-3.125 2.812a.625.625 0 1 1-.836-.93L11.44 10 8.83 7.652a.625.625 0 1 1 .837-.93l3.125 2.813A.63.63 0 0 1 13 10' clip-rule='evenodd'/%3E%3C/svg%3E");
}

/* Secondary */
.hs-button.jd-request-btn.jd-request-btn-inverse {
  border: 1px solid var(--color--midnight);
  background: var(--color--white);
  color: var(--color--midnight);
}

.hs-button.jd-request-btn.jd-request-btn-inverse:hover {
  background: var(--color--midnight);
  color: var(--color--white);
}

.hs-button.jd-request-btn.jd-request-btn-inverse:focus {
  text-decoration: underline;
}

/* Tertiary */
a.jd-request-btn-tertiary {
  color: var(--color--midnight);
}

a.jd-request-btn-tertiary::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.797 6.20304 16.875 10 16.875C13.797 16.875 16.875 13.797 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM1.875 10C1.875 5.51269 5.51269 1.875 10 1.875C14.4873 1.875 18.125 5.51269 18.125 10C18.125 14.4873 14.4873 18.125 10 18.125C5.51269 18.125 1.875 14.4873 1.875 10Z' fill='%23d72a25'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0314 6.90669C10.2755 6.66261 10.6712 6.66261 10.9153 6.90669L13.5669 9.55833C13.811 9.80241 13.811 10.1981 13.5669 10.4422L10.9153 13.0939C10.6712 13.3379 10.2755 13.3379 10.0314 13.0939C9.78731 12.8498 9.78731 12.454 10.0314 12.21L12.2411 10.0003L10.0314 7.79057C9.78731 7.5465 9.78731 7.15077 10.0314 6.90669Z' fill='%23d72a25'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.25 10C6.25 9.65482 6.52982 9.375 6.875 9.375H13.125C13.4702 9.375 13.75 9.65482 13.75 10C13.75 10.3452 13.4702 10.625 13.125 10.625H6.875C6.52982 10.625 6.25 10.3452 6.25 10Z' fill='%23d72a25'/%3E%3C/svg%3E");
}

a.jd-request-btn-tertiary:hover {
  text-decoration: underline;
  color: var(--color--midnight);
}

a.jd-request-btn-tertiary:focus {
  outline: 2px solid var(--color--midnight);
  color: var(--color--midnight);
}

/* Link */
a.jd-request-btn-link {
  color: var(--color--midnight);
}

a.jd-request-btn-link:hover {
  text-decoration: underline;
  color: var(--color--iin-red);
}
.blog-teasers {
  padding: var(--spacing-8--static) 0 var(--spacing-16--static);
}

@media (max-width: 1023px) {
  .blog-teasers {
    padding: var(--spacing-8--static) var(--spacing-10--static)
      var(--spacing-16--static);
  }
}

@media (max-width: 767px) {
  .blog-teasers {
    padding: var(--spacing-10--static) var(--spacing-6--static);
  }
}

.blog-teasers__card {
  --aspect-ratio: 1;
  --card--padding: 20px;
  --card--padding--bottom: 50px;
}

.blog-teasers__small-card {
  --card--margin: var(--spacing-10--static);

  margin-left: var(--card--margin);
  width: calc((100% - (var(--card--margin) * 2)) / 3);
}

@media screen and (max-width: 1023px) {
  .blog-teasers__small-card {
    margin-left: 0;
  }
}

.blog-teasers__small-card:first-child {
  margin-left: 0;
}

.blog-teasers__large-card + .blog-teasers__small-card {
  margin-left: 0;
}

.blog-teasers__small-card img {
  --aspect-ratio: 1.45;
}

.blog-teasers__large-card {
  padding-bottom: 50px;
  width: 50%;
}

.blog-teasers__large-card:nth-child(odd) {
  padding-right: var(--card--padding);
}

.blog-teasers__large-card:nth-child(even) {
  padding-left: var(--card--padding);
}

.blog-teasers__large-card img {
  --aspect-ratio: 1.2;
}

@media screen and (max-width: 1023px) {
  .blog-teasers__card {
    width: 100%;
  }

  .blog-teasers__card:nth-child(odd),
  .blog-teasers__card:nth-child(even) {
    padding: 0 10px var(--card--padding--bottom);
  }
}

.blog-teasers__card img {
  aspect-ratio: var(--aspect-ratio);
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .blog-teasers__card img {
    --aspect-ratio: 2.36;
  }
}

@media screen and (max-width: 767px) {
  .blog-teasers__card img {
    --aspect-ratio: 1.28;
  }
}

.blog-teasers__posts .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--spacing-16);
}

.blog-teasers__posts .row:first-child {
  margin-top: 0;
}

.blog-teasers__category {
  display: block;
  margin: var(--spacing-3) 0 var(--spacing-2);
  color: var(--color--water);
  font: var(--font--paragraph--bold);
}

@media (max-width: 1023px) {
  .blog-teasers__category {
    margin-top: var(--spacing-2);
  }
}

.blog-teasers__byline {
  color: var(--color--slate);
  font: var(--font--legal);
}

.blog-teasers__header {
  display: flex;
  column-gap: var(--spacing-4--static);
  align-items: center;
  margin-bottom: var(--spacing-14--static);
  text-align: center;
  font: var(--font--extra-large-paragraph);
}

.blog-teasers__header-icon {
  display: inline-block;
  background-image: var(--icon--sparkle);
  background-repeat: no-repeat;
  width: var(--spacing-8--static);
  height: var(--spacing-8--static);
  vertical-align: top;
}

@media screen and (max-width: 1023px) {
  .blog-teasers__header {
    margin-bottom: var(--spacing-6--static);
    border-bottom: 1px solid var(--color--grey-4);
    background: none;
    padding-bottom: var(--spacing-6--static);
    text-align: left;
  }
}

.blog-teasers__header::after {
  display: inline-block;
  flex: 1;
  margin-left: var(--spacing-4--static);
  border-bottom: 1px solid var(--color--grey-4);
  width: 100%;
  content: '';
}

@media screen and (max-width: 1023px) {
  .blog-teasers__header::after {
    display: none;
    flex: none;
  }
}

.blog-teasers__heading {
  display: -webkit-box;
  margin-top: 0;
  margin-bottom: var(--spacing-2);
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color--slate);
  font: var(--font--h6--desktop);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
}

@media screen and (max-width: 1023px) {
  .blog-teasers__heading {
    font: var(--font--h3--desktop);
  }
}

@media screen and (max-width: 767px) {
  .blog-teasers__heading {
    font: var(--font--h6--desktop);
  }
}

.blog-teasers__posts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 56px;
}

@media screen and (max-width: 1023px) {
  .blog-teasers__posts {
    margin-bottom: 0;
  }
}

.blog-teasers__view-more {
  display: flex;
  justify-content: center;
}

.blog-teasers__view-more a {
  margin: 0 auto;
  width: 100% !important;
  max-width: 350px !important;
}

.blog-teasers__view-more a:hover {
  color: var(--color--water) !important;
}

.blog-teasers__view-more .arrow-link::after {
  display: inline-block;
  background-color: var(--color--water);
  vertical-align: text-bottom !important;
  content: '';
  mask-image: var(--icon--arrow--right);
}

.blog-teasers__view-more .arrow-link:hover::after {
  background-color: var(--color--white);
}

.card-cta-lists {
  border-radius: 15px;
  padding: 50px;
}

.card-cta-lists__header,
.card-cta-lists__text {
  padding-bottom: 15px;
}

.card-cta-lists__lists li {
  padding-bottom: 5px;
}

@media screen and (max-width: 1023px) {
  .card-cta-lists {
    padding: 30px;
  }
}
.deal-bar {
  position: relative;
  background: var(--color--cherry);
  padding: 5px 45px 5px 5px;
  text-align: center;
  color: var(--color--white);
}

.deal-bar-btn:hover {
  text-decoration: none;
  color: var(--color--white);
}

.deal-bar-close {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 36px;
  height: 36px;
  fill: var(--color--white);
}

.deal-bar-close:hover {
  fill: var(--color--grey--5);
}

.deal-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.deal-bar-inner > * {
  margin: 5px 5px 5px 0;
}

.deal-bar-inner a:hover {
  text-decoration: underline;
}

.deal-bar-time-text {
  margin-right: 20px;
  background: var(--color--white);
  padding: 0 20px;
  color: var(--color--cherry);
}
.slider-wrap .content {
  margin-bottom: 0;
}

.slider-wrap .content > * {
  margin: 0 0 10px;
}

.slider-wrap .slider-link-wrap {
  display: flex;
  margin-top: 25px;
}

.blog-item h4 a {
  color: var(--color--legacy--violet--gun-powder);
}

.slider-wrap .content a {
  display: flex;
  align-items: center;
}

.slider-wrap .content a svg {
  margin-left: 5px;
}

.slider-nav-wrap {
  display: flex;
  align-items: flex-end;
}

.slider-nav-wrap .slider-nav {
  width: auto;
}

.slider-nav-wrap h3 {
  flex: 1;
  margin: 0;
  font-size: var(--font-size--40);
}

.slider-wrap .slick-disabled {
  opacity: 1 !important;
}

.slider-wrap .slick-disabled i {
  color: var(--color--grey-4) !important;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
  position: static;
  margin-top: 0;
  font-size: var(--font-size--16);
}

.blog-item .custom-img {
  border-radius: 0;
}

.box-image-wrapper {
  max-width: 100%;
}

.box-image-wrapper.align-right {
  margin-left: auto;
}

.box-image-wrapper.align-center {
  margin-right: auto;
  margin-left: auto;
}

.item-img.shape-landscape {
  padding-top: 60%;
}

.item-img.shape-square {
  padding-top: 100%;
}

.item-img.shape-portrait {
  padding-top: 150%;
}

.item-img.shape-circle {
  border-radius: 50% !important;
  padding-top: 100%;
}

.blog-item h4 {
  font-weight: bold;
}

.blog-item .item-meta {
  margin-bottom: 15px;
  color: var(--color--legacy--blue--mariner-2);
  font-size: var(--font-size--16);
  font-weight: bold;
}

.blog-item .item-meta .topic-link {
  text-transform: capitalize;
  font-size: var(--font-size--16);
}

.blog-item .item-inner {
  position: relative;
}

.blog-item .more-link {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.mb-scroller-wrapper .slick-dots,
.slider-nav .slick-dots {
  padding-left: 0;
}

.center-cards .slick-list {
  display: flex !important;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}

/* slider legacy */
.slider-nav .slick-prev,
.slider-nav .slick-next {
  position: static;
}

.blog-item .custom-img {
  border-radius: 0;
}

.box-image-wrapper {
  max-width: 100%;
}

.box-image-wrapper.align-right {
  margin-left: auto;
}

.box-image-wrapper.align-center {
  margin-right: auto;
  margin-left: auto;
}

.item-img.shape-landscape {
  padding-top: 60%;
}

.item-img.shape-square {
  padding-top: 100%;
}

.item-img.shape-portrait {
  padding-top: 150%;
}

.item-img.shape-circle {
  border-radius: 50% !important;
  padding-top: 100%;
}

.blog-item h4 {
  font-weight: bold;
}

.blog-item h4 a {
  color: var(--color--legacy--violet--gun-powder);
}

.blog-item .item-meta {
  margin-bottom: 15px;
  color: var(--color--legacy--blue--mariner-2);
  font-size: var(--font-size--legacy--7);
  font-weight: bold;
}

.blog-item .item-meta .topic-link {
  text-transform: capitalize;
  font-size: var(--font-size--legacy--7);
}

.blog-item .item-inner {
  position: relative;
}

.blog-item .more-link {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.mb-scroller-wrapper .slick-dots,
.slider-nav .slick-dots {
  padding-left: 0;
}

.center-cards .slick-list {
  display: flex !important;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-container {
  color: var(--color--white);
}

.footer-container .hs-menu-wrapper ul {
  padding: 0 0 1.5rem;
}

.footer-container .hs-menu-wrapper li {
  font-size: var(--font-size--legacy--1);
}

.footer-container .hs-menu-wrapper .hs-menu-children-wrapper {
  padding-left: 15px;
}

.footer-container li::marker {
  content: '';
}

.footer-container h3.form-title {
  padding-bottom: 10px;
}

.footer-container h2,
.footer-container h3,
.footer-container h4,
.footer-container h5 {
  color: var(--color--white);
}

.footer-container a {
  display: inline-block;
  color: var(--color--white);
}

.footer-container a:hover,
.footer-container a:visited,
.footer-container a:focus {
  color: var(--color--white);
}

.footer-container li.hs-menu-item {
  margin-bottom: 12px;
}

.footer-container .social-links a {
  margin-left: 5px;
  padding: 10px;
}

.footer-container .social-links a:nth-child(1) {
  margin-left: 0;
}

@media (max-width: 1023px) {
  .footer-container img {
    margin: 0 auto;
  }
}
/* Cart pop */
.jd-blackout {
  position: fixed;
  inset: 0;
  transition: 0.3s all;
  opacity: 0;
  z-index: 5;
  background: var(--color--legacy--black--black--alpha-90);
  pointer-events: none;
}

.jd-blackout-show {
  opacity: 1;
}

.jd-add-pop {
  position: fixed;
  top: 129px;
  right: 50px;
  transition: var(--transition--long);
  opacity: 0;
  z-index: 9999;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 24px 40px 0 var(--color--black);
  background: var(--color--white);
  padding: 19px 33px 25px;
  width: 520px;
  max-width: calc(100vw - 100px);
  pointer-events: none;
}

.jd-add-pop-show {
  opacity: 1;
  pointer-events: auto;
}

.jd-add-pop-item-added {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.jd-add-pop-item-added svg {
  width: 16px;
  height: 16px;
}

.jd-add-pop-item-added b,
.jd-add-pop-item-added strong {
  flex: 1;
  padding-left: 10px;
}

.jd-add-pop-content {
  display: flex;
}

.jd-add-pop-img > div {
  margin: 10px 15px 0 0;
  border-radius: 50%;
  background-position: center !important;
  background-size: cover !important;
  width: 100px;
  height: 100px;
}

.jd-add-pop-cat {
  margin-bottom: 5px;
  font-size: var(--font-size--legacy--2);
}

.jd-add-pop-name {
  margin-bottom: 5px;
  line-height: var(--line-height--110);
  font-family: var(--font-family--heading);
  font-size: var(--font-size--legacy--13);
  font-weight: bold;
}

.jd-add-pop-options {
  font-size: var(--font-size--legacy--4);
}

.jd-add-pop-price {
  font-size: var(--font-size--legacy--11);
}

.jd-add-pop-btns {
  display: flex;
  justify-content: space-around;
  margin: 15px 0;
}

.jd-add-pop-btns .jd-request-btn {
  padding: 10px 0 !important;
  width: auto !important;
  width: 170px !important;
  font-size: var(--font-size--legacy--4);
}

.jd-add-pop-btns .jd-request-btn:first-child {
  border: 1px solid var(--color--slate);
  box-shadow: none;
}

.jd-add-pop-close {
  cursor: pointer;
}

.jd-add-pop-options > div {
  margin-bottom: 5px;
}

/* New Header */
.jd-header-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
  z-index: 9;
  background: var(--color--white);
  padding: 0 0 var(--spacing-2--static);
}

.jd-header-wrap.ishidden {
  transform: translateY(-100%);
}

.jd-header-wrap.jd-scrolled {
  box-shadow: 0 4px 12px var(--color--legacy--grey--nero--alpha-20) !important;
}

.jd-header-wrap .container {
  padding-right: var(--spacing-5--static);
  padding-left: var(--spacing-10--static);
  width: 100%;
  max-width: var(--theme--spacing--max-width);
}

.jd-header-wrap #jd-cart svg path,
.jd-header-wrap.jd-scrolled #jd-cart svg path,
.jd-header-wrap.jd-no-scroll #jd-cart svg path {
  stroke: var(--color--slate);
}

.jd-header-wrap .jd-contact-link svg path,
.jd-header-wrap.jd-scrolled .jd-contact-link svg path,
.jd-header-wrap.jd-no-scroll .jd-contact-link svg path {
  fill: var(--color--slate);
}

.jd-header-main {
  display: flex;
  align-items: center;
  padding-top: var(--spacing-6--static);
}

.jd-header-main .header-logo {
  padding-top: var(--spacing-2--static);
  padding-bottom: var(--spacing-2--static);
}

.jd-header-main img {
  display: block;
}

html .hs-button.jd-request-btn {
  display: block;
  border-radius: 2em;
  padding: 18px;
  width: 270px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  color: var(--color--white) !important;
}

html .hs-button.jd-request-btn.jd-request-btn-inverse {
  background: var(--color--white);
  color: var(--color--slate) !important;
}

html .hs-button.jd-request-btn.jd-request-btn-inverse:hover {
  background: var(--color--slate);
  color: var(--color--white) !important;
}

html .hs-button.jd-request-btn.jd-gray-btn {
  background: var(--color--legacy--grey--zircon-1);
  color: var(--color--slate) !important;
}

html .hs-button.jd-request-btn.jd-gray-btn:hover {
  background: var(--color--slate);
  color: var(--color--white) !important;
}

html .hs-button.jd-request-btn.jd-trans-btn {
  background: var(--color--legacy--white--white--alpha-50);
  color: var(--color--slate) !important;
}

html .hs-button.jd-request-btn.jd-trans-btn:hover {
  background: var(--color--slate);
  color: var(--color--white) !important;
}

html .jd-contact-pop .hs-button.jd-request-btn {
  margin-bottom: 20px;
  box-shadow: none;
  min-width: 100%;
}

html .jd-contact-pop .hs-button.jd-request-btn:hover {
  opacity: 0.9;
}

.jd-header-dds {
  display: flex;
  flex: 1;
  align-items: center;
}

.jd-header-dds a {
  text-decoration: none !important;
  color: var(--color--slate);
}

.jd-header-dds ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 var(--spacing-5--static) 0 var(--spacing-14--static);
  list-style: none;
}

.jd-nav-item {
  position: relative;
}

.jd-nav-item a {
  font: var(--font--paragraph--semibold);
}

.jd-nav-item > a {
  display: block;
  position: relative;
  transition: none;
  z-index: 999;
  cursor: pointer;
  padding: 10px;
}

.nav-dropdown-trigger::after {
  --chevron-size: 20px;

  display: inline-block;
  transition: 0.2s transform;
  margin-left: 0.5em;
  background-image: var(--icon--med--chevron-encircled--down--black-on-clear);
  width: var(--chevron-size);
  height: var(--chevron-size);
  vertical-align: middle;
  content: '';
}

.jd-nav-show > .nav-dropdown-trigger::after {
  transform: rotate(-360deg);
  background-image: var(--icon--med--chevron-encircled--up--clear-on-black);
}

ul.jd-dd {
  display: none;
}

ul.jd-dd a {
  display: block;
  padding: 0.5rem 1.5rem;
}

.jd-nav-show ul.jd-dd {
  display: block;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 99;
  border-radius: 8px;
  box-shadow: var(--shadow--dropdown);
  background: var(--color--white);
  padding: 5px 0;
  width: 275px;
}

.jd-nav-show ul.jd-dd .link {
  text-decoration: underline;
}

.jd-nav-show > a {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: var(--color--white);
}

.jd-dd a:hover {
  background: var(--color--legacy--orange--peach--alpha-30);
}

.jd-dd a:active,
.jd-dd a:focus {
  background: var(--color--cherry);
  color: var(--color--white);
}

.jd-arrow-link::after {
  display: inline-block;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.797 6.20304 16.875 10 16.875C13.797 16.875 16.875 13.797 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM1.875 10C1.875 5.51269 5.51269 1.875 10 1.875C14.4873 1.875 18.125 5.51269 18.125 10C18.125 14.4873 14.4873 18.125 10 18.125C5.51269 18.125 1.875 14.4873 1.875 10Z' fill='%23FFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0314 6.90669C10.2755 6.66261 10.6712 6.66261 10.9153 6.90669L13.5669 9.55833C13.811 9.80241 13.811 10.1981 13.5669 10.4422L10.9153 13.0939C10.6712 13.3379 10.2755 13.3379 10.0314 13.0939C9.78731 12.8498 9.78731 12.454 10.0314 12.21L12.2411 10.0003L10.0314 7.79057C9.78731 7.5465 9.78731 7.15077 10.0314 6.90669Z' fill='%23FFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.25 10C6.25 9.65482 6.52982 9.375 6.875 9.375H13.125C13.4702 9.375 13.75 9.65482 13.75 10C13.75 10.3452 13.4702 10.625 13.125 10.625H6.875C6.52982 10.625 6.25 10.3452 6.25 10Z' fill='%23FFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  content: '';
}

html .jd-request-btn.jd-request-btn-inverse.jd-arrow-link::after,
html .jd-request-btn.jd-trans-btn.jd-arrow-link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.797 6.20304 16.875 10 16.875C13.797 16.875 16.875 13.797 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM1.875 10C1.875 5.51269 5.51269 1.875 10 1.875C14.4873 1.875 18.125 5.51269 18.125 10C18.125 14.4873 14.4873 18.125 10 18.125C5.51269 18.125 1.875 14.4873 1.875 10Z' fill='%23d72a25'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0314 6.90669C10.2755 6.66261 10.6712 6.66261 10.9153 6.90669L13.5669 9.55833C13.811 9.80241 13.811 10.1981 13.5669 10.4422L10.9153 13.0939C10.6712 13.3379 10.2755 13.3379 10.0314 13.0939C9.78731 12.8498 9.78731 12.454 10.0314 12.21L12.2411 10.0003L10.0314 7.79057C9.78731 7.5465 9.78731 7.15077 10.0314 6.90669Z' fill='%23d72a25'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.25 10C6.25 9.65482 6.52982 9.375 6.875 9.375H13.125C13.4702 9.375 13.75 9.65482 13.75 10C13.75 10.3452 13.4702 10.625 13.125 10.625H6.875C6.52982 10.625 6.25 10.3452 6.25 10Z' fill='%23d72a25'/%3E%3C/svg%3E");
}

html .jd-request-btn.jd-request-btn-inverse.jd-arrow-link:hover::after,
html .jd-request-btn.jd-trans-btn.jd-arrow-link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.797 6.20304 16.875 10 16.875C13.797 16.875 16.875 13.797 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM1.875 10C1.875 5.51269 5.51269 1.875 10 1.875C14.4873 1.875 18.125 5.51269 18.125 10C18.125 14.4873 14.4873 18.125 10 18.125C5.51269 18.125 1.875 14.4873 1.875 10Z' fill='%23FFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0314 6.90669C10.2755 6.66261 10.6712 6.66261 10.9153 6.90669L13.5669 9.55833C13.811 9.80241 13.811 10.1981 13.5669 10.4422L10.9153 13.0939C10.6712 13.3379 10.2755 13.3379 10.0314 13.0939C9.78731 12.8498 9.78731 12.454 10.0314 12.21L12.2411 10.0003L10.0314 7.79057C9.78731 7.5465 9.78731 7.15077 10.0314 6.90669Z' fill='%23FFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.25 10C6.25 9.65482 6.52982 9.375 6.875 9.375H13.125C13.4702 9.375 13.75 9.65482 13.75 10C13.75 10.3452 13.4702 10.625 13.125 10.625H6.875C6.52982 10.625 6.25 10.3452 6.25 10Z' fill='%23FFF'/%3E%3C/svg%3E");
}

.jd-header-top {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}

.jd-header-top ul {
  display: flex;
  column-gap: var(--spacing-8--static);
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jd-header-top ul li a {
  display: flex;
  column-gap: var(--spacing-1--static);
  align-items: center;
  text-decoration: none !important;
  color: var(--color--slate);
  font: var(--font--paragraph--semibold--short);
}

#jd-contact::before {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M14.4875 18.7748C12.4438 18.7748 9.16877 18.0561 5.56877 14.4561C0.500019 9.39355 1.14377 4.9623 1.46252 3.71855C1.73752 2.6373 2.63752 1.81855 4.05002 1.34355C4.96252 1.0373 5.97502 1.50605 6.35002 2.4123L7.64377 5.5123C7.94377 6.23105 7.76252 7.06855 7.20002 7.5998L6.63127 8.1373C6.42502 8.33105 6.36877 8.6248 6.49377 8.86855C6.78752 9.4373 7.37502 10.3561 8.51877 11.4936C9.66252 12.6373 10.5813 13.2248 11.1438 13.5186C11.3875 13.6436 11.6813 13.5936 11.875 13.3811L12.4125 12.8123C12.9438 12.2498 13.7875 12.0686 14.5 12.3686L17.6 13.6623C18.5063 14.0373 18.975 15.0498 18.6688 15.9686C18.1938 17.3873 17.375 18.2811 16.2875 18.5561C15.9313 18.6498 15.3 18.7686 14.4688 18.7686L14.4875 18.7748ZM4.62502 2.4998C4.56252 2.4998 4.50627 2.5123 4.44377 2.53105C3.75002 2.7623 2.88127 3.2123 2.66877 4.03105C2.10002 6.2498 2.79377 9.91855 6.44377 13.5748C10.1 17.2311 13.7688 17.9248 15.9875 17.3498C16.8125 17.1373 17.2625 16.2686 17.4938 15.5748C17.5938 15.2811 17.4313 14.9498 17.1313 14.8186L14.0313 13.5248C13.7875 13.4248 13.5125 13.4811 13.3313 13.6748L12.7938 14.2436C12.2188 14.8498 11.3063 15.0123 10.575 14.6311C9.93127 14.2998 8.89377 13.6373 7.63752 12.3811C6.38127 11.1248 5.71877 10.0873 5.38752 9.44355C5.00627 8.7123 5.16877 7.7998 5.77502 7.2248L6.34377 6.6873C6.53127 6.50605 6.59377 6.23105 6.49377 5.9873L5.20002 2.8873C5.10002 2.64355 4.86877 2.49355 4.62502 2.49355V2.4998Z" fill="%23000"/%3E%3Cpath d="M15.0666 1.25H13.2131C11.1927 1.25 9.43447 2.80654 9.37487 4.82228C9.31527 6.90959 10.9841 8.62118 13.0581 8.62118H15.0666V10.625L17.3314 8.35878C18.2373 7.45229 18.7499 6.2178 18.7499 4.93559C18.7499 2.90196 17.099 1.25 15.0666 1.25ZM11.5145 5.70491C11.139 5.70491 10.841 5.40076 10.841 5.03101C10.841 4.66126 11.145 4.35711 11.5145 4.35711C11.884 4.35711 12.188 4.66126 12.188 5.03101C12.188 5.40076 11.884 5.70491 11.5145 5.70491ZM14.0594 5.70491C13.6839 5.70491 13.3859 5.40076 13.3859 5.03101C13.3859 4.66126 13.6899 4.35711 14.0594 4.35711C14.4289 4.35711 14.7329 4.66126 14.7329 5.03101C14.7329 5.40076 14.4289 5.70491 14.0594 5.70491ZM16.6043 5.70491C16.2288 5.70491 15.9308 5.40076 15.9308 5.03101C15.9308 4.66126 16.2348 4.35711 16.6043 4.35711C16.9738 4.35711 17.2778 4.66126 17.2778 5.03101C17.2778 5.40076 16.9738 5.70491 16.6043 5.70491Z" fill="%23000"/%3E%3C/svg%3E');
  width: 20px;
  height: 20px;
  content: '';
}

.jd-language::before {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M7.81174 3.48058C6.09867 4.05534 4.68673 5.28638 3.87464 6.875H6.53795C6.70207 6.02803 6.93187 5.25614 7.21574 4.59315C7.38997 4.18622 7.58866 3.81073 7.81174 3.48058ZM6.35024 8.125H3.38379C3.21521 8.72104 3.125 9.34999 3.125 10C3.125 10.65 3.21521 11.279 3.38379 11.875H6.35023C6.28453 11.2726 6.25 10.6444 6.25 10.0001C6.25 9.35573 6.28454 8.72744 6.35024 8.125ZM7.60824 11.875C7.53801 11.2814 7.5 10.6527 7.5 10.0001C7.5 9.34737 7.53802 8.71864 7.60826 8.125H12.3917C12.462 8.71864 12.5 9.34737 12.5 10.0001C12.5 10.6527 12.462 11.2814 12.3918 11.875H7.60824ZM6.53792 13.125H3.87464C4.68671 14.7136 6.09859 15.9446 7.81159 16.5194C7.58858 16.1893 7.38993 15.8139 7.21574 15.407C6.93185 14.744 6.70204 13.972 6.53792 13.125ZM12.1884 16.5194C13.9014 15.9446 15.3133 14.7136 16.1254 13.125H13.4621C13.298 13.972 13.0681 14.744 12.7843 15.407C12.6101 15.8139 12.4114 16.1893 12.1884 16.5194ZM12.1865 13.125C12.0428 13.797 11.8553 14.4009 11.6352 14.915C11.3722 15.5291 11.0752 15.9862 10.7772 16.2806C10.4818 16.5723 10.2199 16.6738 10 16.6738C9.78009 16.6738 9.51818 16.5723 9.22284 16.2806C8.92483 15.9862 8.62778 15.5291 8.36484 14.915C8.14473 14.4009 7.95716 13.797 7.81353 13.125H12.1865ZM13.6498 11.875H16.6162C16.7848 11.279 16.875 10.65 16.875 10C16.875 9.34999 16.7848 8.72104 16.6162 8.125H13.6498C13.7155 8.72744 13.75 9.35573 13.75 10.0001C13.75 10.6444 13.7155 11.2726 13.6498 11.875ZM13.462 6.875H16.1254C15.3133 5.28638 13.9013 4.05534 12.1883 3.48058C12.4113 3.81073 12.61 4.18622 12.7843 4.59315C13.0681 5.25614 13.2979 6.02803 13.462 6.875ZM12.1864 6.875H7.81356C7.95719 6.20309 8.14475 5.59918 8.36484 5.08515C8.62778 4.47103 8.92483 4.01401 9.22284 3.71961C9.51818 3.42786 9.78009 3.32642 10 3.32642C10.2199 3.32642 10.4818 3.42786 10.7772 3.71961C11.0752 4.01401 11.3722 4.47103 11.6352 5.08515C11.8552 5.59918 12.0428 6.20309 12.1864 6.875ZM10 1.875C5.51269 1.875 1.875 5.51269 1.875 10C1.875 14.4873 5.51269 18.125 10 18.125C14.4873 18.125 18.125 14.4873 18.125 10C18.125 5.51269 14.4873 1.875 10 1.875Z" fill="%23000"/%3E%3C/svg%3E');
  width: 20px;
  height: 20px;
  content: '';
}

#jd-student::before {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 11.7528 3.78091 13.3523 4.86068 14.5666C5.35298 13.856 5.98916 13.2526 6.73128 12.7975C7.03468 12.6114 7.35213 12.4524 7.67997 12.3214C6.80908 11.6347 6.25 10.5701 6.25 9.375C6.25 7.30393 7.92893 5.625 10 5.625C12.0711 5.625 13.75 7.30393 13.75 9.375C13.75 10.5701 13.1909 11.6347 12.32 12.3214C12.6478 12.4524 12.9652 12.6114 13.2686 12.7975C14.0108 13.2526 14.647 13.8561 15.1393 14.5667C16.2191 13.3524 16.875 11.7528 16.875 10C16.875 6.20304 13.797 3.125 10 3.125ZM15.44 16.0352C17.0887 14.5481 18.125 12.3951 18.125 10C18.125 5.51269 14.4873 1.875 10 1.875C5.51269 1.875 1.875 5.51269 1.875 10C1.875 12.3934 2.90985 14.5451 4.55651 16.032C4.56257 16.0377 4.56876 16.0433 4.57507 16.0487C6.01352 17.3397 7.91505 18.125 10 18.125C12.0866 18.125 13.9895 17.3384 15.4284 16.0456C15.4323 16.0422 15.4362 16.0387 15.44 16.0352ZM14.2142 15.4324C13.8078 14.7969 13.2617 14.2596 12.6151 13.8631C11.8282 13.3804 10.9231 13.125 9.99995 13.125C9.07683 13.125 8.17171 13.3804 7.38479 13.8631C6.73818 14.2596 6.19211 14.7969 5.78575 15.4323C6.94968 16.3366 8.41196 16.875 10 16.875C11.588 16.875 13.0503 16.3366 14.2142 15.4324ZM10 11.875C11.3807 11.875 12.5 10.7557 12.5 9.375C12.5 7.99429 11.3807 6.875 10 6.875C8.61929 6.875 7.5 7.99429 7.5 9.375C7.5 10.7557 8.61929 11.875 10 11.875Z" fill="%23000"/%3E%3C/svg%3E');
  width: 20px;
  height: 20px;
  content: '';
}

.jd-phone-link::before {
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M14.4875 18.7748C12.4438 18.7748 9.16877 18.0561 5.56877 14.4561C0.500019 9.39355 1.14377 4.9623 1.46252 3.71855C1.73752 2.6373 2.63752 1.81855 4.05002 1.34355C4.96252 1.0373 5.97502 1.50605 6.35002 2.4123L7.64377 5.5123C7.94377 6.23105 7.76252 7.06855 7.20002 7.5998L6.63127 8.1373C6.42502 8.33105 6.36877 8.6248 6.49377 8.86855C6.78752 9.4373 7.37502 10.3561 8.51877 11.4936C9.66252 12.6373 10.5813 13.2248 11.1438 13.5186C11.3875 13.6436 11.6813 13.5936 11.875 13.3811L12.4125 12.8123C12.9438 12.2498 13.7875 12.0686 14.5 12.3686L17.6 13.6623C18.5063 14.0373 18.975 15.0498 18.6688 15.9686C18.1938 17.3873 17.375 18.2811 16.2875 18.5561C15.9313 18.6498 15.3 18.7686 14.4688 18.7686L14.4875 18.7748ZM4.62502 2.4998C4.56252 2.4998 4.50627 2.5123 4.44377 2.53105C3.75002 2.7623 2.88127 3.2123 2.66877 4.03105C2.10002 6.2498 2.79377 9.91855 6.44377 13.5748C10.1 17.2311 13.7688 17.9248 15.9875 17.3498C16.8125 17.1373 17.2625 16.2686 17.4938 15.5748C17.5938 15.2811 17.4313 14.9498 17.1313 14.8186L14.0313 13.5248C13.7875 13.4248 13.5125 13.4811 13.3313 13.6748L12.7938 14.2436C12.2188 14.8498 11.3063 15.0123 10.575 14.6311C9.93127 14.2998 8.89377 13.6373 7.63752 12.3811C6.38127 11.1248 5.71877 10.0873 5.38752 9.44355C5.00627 8.7123 5.16877 7.7998 5.77502 7.2248L6.34377 6.6873C6.53127 6.50605 6.59377 6.23105 6.49377 5.9873L5.20002 2.8873C5.10002 2.64355 4.86877 2.49355 4.62502 2.49355V2.4998Z" fill="%23fff"/%3E%3Cpath d="M15.0666 1.25H13.2131C11.1927 1.25 9.43447 2.80654 9.37487 4.82228C9.31527 6.90959 10.9841 8.62118 13.0581 8.62118H15.0666V10.625L17.3314 8.35878C18.2373 7.45229 18.7499 6.2178 18.7499 4.93559C18.7499 2.90196 17.099 1.25 15.0666 1.25ZM11.5145 5.70491C11.139 5.70491 10.841 5.40076 10.841 5.03101C10.841 4.66126 11.145 4.35711 11.5145 4.35711C11.884 4.35711 12.188 4.66126 12.188 5.03101C12.188 5.40076 11.884 5.70491 11.5145 5.70491ZM14.0594 5.70491C13.6839 5.70491 13.3859 5.40076 13.3859 5.03101C13.3859 4.66126 13.6899 4.35711 14.0594 4.35711C14.4289 4.35711 14.7329 4.66126 14.7329 5.03101C14.7329 5.40076 14.4289 5.70491 14.0594 5.70491ZM16.6043 5.70491C16.2288 5.70491 15.9308 5.40076 15.9308 5.03101C15.9308 4.66126 16.2348 4.35711 16.6043 4.35711C16.9738 4.35711 17.2778 4.66126 17.2778 5.03101C17.2778 5.40076 16.9738 5.70491 16.6043 5.70491Z" fill="%23fff"/%3E%3C/svg%3E');
  width: 20px;
  height: 20px;
  vertical-align: middle;
  content: '';
}

.jd-whatsapp-link::before {
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none' style='&%2310;'%3E%3Cpath d='M4.75895 16.5934C3.64076 14.7084 3.24916 12.48 3.65768 10.3267C4.06621 8.17341 5.24675 6.24331 6.97764 4.89884C8.70852 3.55437 10.8707 2.88801 13.0581 3.0249C15.2455 3.16178 17.3078 4.09249 18.8575 5.64225C20.4073 7.19202 21.338 9.25423 21.4749 11.4417C21.6118 13.6291 20.9455 15.7912 19.601 17.5221C18.2565 19.253 16.3264 20.4336 14.1732 20.8421C12.0199 21.2507 9.79149 20.8591 7.90649 19.7409L7.90651 19.7408L4.79808 20.6289C4.66948 20.6657 4.53338 20.6673 4.40391 20.6338C4.27443 20.6002 4.15628 20.5327 4.06171 20.4381C3.96713 20.3435 3.89956 20.2254 3.86601 20.0959C3.83246 19.9664 3.83415 19.8303 3.87089 19.7017L4.75902 16.5933L4.75895 16.5934Z' stroke='#fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.7607 17.25C13.774 17.2514 12.7967 17.0581 11.8848 16.6811C10.9729 16.3042 10.1444 15.751 9.4467 15.0533C8.74899 14.3556 8.19582 13.5271 7.81887 12.6152C7.44192 11.7033 7.24861 10.726 7.25001 9.73934C7.25224 9.04482 7.52986 8.37953 8.02196 7.88943C8.51406 7.39932 9.18047 7.12441 9.875 7.125V7.125C9.98892 7.125 10.1008 7.15512 10.1993 7.21229C10.2979 7.26947 10.3795 7.35168 10.436 7.45059L11.5321 9.36865C11.5982 9.48432 11.6323 9.61551 11.6309 9.74873C11.6294 9.88195 11.5926 10.0124 11.524 10.1266L10.6438 11.5937C11.0967 12.5986 11.9014 13.4033 12.9063 13.8562V13.8562L14.3734 12.976C14.4876 12.9074 14.618 12.8706 14.7513 12.8691C14.8845 12.8677 15.0157 12.9018 15.1313 12.9679L17.0494 14.064C17.1483 14.1205 17.2305 14.2021 17.2877 14.3007C17.3449 14.3992 17.375 14.5111 17.375 14.625V14.625C17.373 15.3187 17.0973 15.9837 16.6077 16.4752C16.1182 16.9667 15.4544 17.2452 14.7607 17.25V17.25Z' stroke='#fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  content: '';
}

.jd-chat-link::before {
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.37174 3.76758C7.91354 3.67633 6.47217 4.12054 5.31831 5.01681C4.16444 5.91307 3.37746 7.19973 3.10512 8.63519C2.8335 10.0669 3.09247 11.5483 3.83339 12.8028C3.94104 12.9782 3.97446 13.1947 3.91541 13.4014L3.34203 15.4082L5.34884 14.8348C5.55297 14.7765 5.76964 14.8079 5.94671 14.9164C7.20136 15.6577 8.68311 15.9168 10.1151 15.6451C11.5505 15.3728 12.8372 14.5858 13.7334 13.4319C14.6297 12.278 15.0739 10.8367 14.9826 9.37845C14.8914 7.92025 14.2709 6.54551 13.2378 5.51239C12.2047 4.47927 10.8299 3.85883 9.37174 3.76758ZM5.4597 16.3632C6.96705 17.1699 8.70848 17.4387 10.3947 17.1188C12.1891 16.7783 13.7976 15.7945 14.9181 14.352C16.0385 12.9096 16.5938 11.1077 16.4797 9.28476C16.3656 7.46183 15.59 5.74325 14.2985 4.45173C13.0069 3.1602 11.2884 2.38458 9.46542 2.2705C7.64249 2.15643 5.84062 2.71175 4.39815 3.83219C2.95569 4.95263 1.97186 6.56111 1.63141 8.35559C1.31151 10.0418 1.58034 11.7832 2.38706 13.2905L1.80703 15.3206C1.74273 15.5457 1.73978 15.7838 1.79849 16.0104C1.85721 16.237 1.97544 16.4438 2.14095 16.6093C2.30646 16.7748 2.51322 16.893 2.7398 16.9517C2.96638 17.0104 3.20454 17.0075 3.4296 16.9432L5.4597 16.3632Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6203 7.46906C14.6431 7.05548 14.9968 6.73865 15.4104 6.76141C16.6978 6.83225 17.9451 7.23368 19.0321 7.92696C20.1191 8.62023 21.0091 9.58196 21.6163 10.7194C22.2234 11.8568 22.5271 13.1314 22.4981 14.4204C22.4717 15.5992 22.1677 16.7536 21.613 17.7906L22.193 19.8208C22.2573 20.0458 22.2603 20.284 22.2016 20.5106C22.1429 20.7371 22.0246 20.9439 21.8591 21.1094C21.6936 21.2749 21.4868 21.3932 21.2603 21.4519C21.0337 21.5106 20.7955 21.5076 20.5705 21.4433L18.5402 20.8633C17.6608 21.3337 16.6954 21.6246 15.7002 21.7177C14.5954 21.8211 13.4814 21.6782 12.4384 21.2993C11.3955 20.9203 10.4496 20.3148 9.66882 19.5264C8.88804 18.7379 8.29185 17.7861 7.92318 16.7395C7.78556 16.3488 7.99071 15.9205 8.38139 15.7829C8.77208 15.6453 9.20035 15.8504 9.33797 16.2411C9.63295 17.0785 10.11 17.84 10.7347 18.4709C11.3594 19.1018 12.1162 19.5862 12.9507 19.8894C13.7851 20.1926 14.6765 20.307 15.5604 20.2242C16.4408 20.1418 17.2922 19.866 18.0535 19.4165C18.2306 19.308 18.4472 19.2767 18.6512 19.335L20.658 19.9083L20.0846 17.9015C20.0255 17.6947 20.0591 17.4784 20.1665 17.3032C20.6889 16.4184 20.9754 15.4141 20.9985 14.3867C21.0217 13.3555 20.7787 12.3357 20.293 11.4257C19.8073 10.5157 19.0952 9.74629 18.2255 9.19164C17.3559 8.63698 16.3579 8.31582 15.328 8.25914C14.9144 8.23638 14.5976 7.88265 14.6203 7.46906Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  content: '';
}

#jd-cart {
  position: relative;
  padding-right: 0;
}

.jd-cart-item-count {
  position: absolute;
  top: 18px;
  right: -5px;
  border-radius: 50%;
  background: var(--theme--global-colors--secondary-color);
  width: 20px;
  text-align: center;
  line-height: var(--line-height--legacy--10);
  color: var(--color--white);
  font-size: var(--font-size--legacy--1);
  pointer-events: none;
}

.jd-contact-pop-wrap {
  display: none;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  z-index: 99;
  background: var(--color--legacy--black--black--alpha-50);
  width: 100%;
  height: 100%;
}

.jd-contact-pop {
  position: relative;
  border-radius: 15px;
  background: var(--color--slate);
  padding: 60px 40px;
  width: 640px;
  max-width: 95%;
  max-height: 95vh;
  overflow: auto;
  animation: 0.5s jd-contact-pop forwards;
}

.jd-contact-pop h1,
.jd-contact-pop h2,
.jd-contact-pop h3,
.jd-contact-pop h4,
.jd-contact-pop p {
  margin: 0;
}

.jd-contact-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.jd-contact-close svg {
  fill: var(--color--grey-5);
  width: 32px;
  height: 32px;
}

.jd-contact-pop-header {
  margin-bottom: 50px;
}

@keyframes jd-contact-pop {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.jd-mobile-show {
  display: none !important;
}

.jd-mobile-show .jd-header-top {
  padding-top: 0;
  padding-bottom: 0;
}

.jd-ham {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 var(--spacing-14--static) 0 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
}

.jd-ham svg {
  width: 100%;
  height: 100%;
  fill: var(--color--slate);
}

#jd-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;

  /* Should be in front of OneTrust cookie button */
  z-index: 2147483647;
  background: var(--color--white);
  padding: var(--spacing-7--static) 0 var(--spacing-20--static);
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  #jd-mobile-menu {
    display: none !important;
  }
}

/* Mobile Styles */

@media (max-width: 1023px) {
  .jd-mobile-hide {
    display: none !important;
  }

  .jd-mobile-show {
    display: block !important;
  }

  #jd-cart {
    margin-top: 0;
  }

  html #jd-mobile-menu .hs-button.jd-request-btn {
    margin: 20px 0 40px;
    box-shadow: none !important;
    width: 100%;
    max-width: 100%;
  }

  .jd-header-wrap {
    padding: 0;
  }

  .jd-header-wrap .container {
    padding-left: var(--spacing-5--static);
  }

  .jd-header-main {
    justify-content: space-between;
    padding-top: var(--spacing-4--static);
    padding-bottom: var(--spacing-4--static);
  }

  .jd-header-main .header-logo {
    padding-top: 0;
    padding-bottom: 0;
    height: 24px;
  }

  .jd-header-main .flex-fill {
    display: none;
  }

  .jd-header-main .jd-ham {
    margin-right: 0;
    width: 32px;
    height: 32px;
  }

  .jd-header-main img {
    width: auto;
    height: 100%;
  }

  .jd-header-dds {
    display: block;
    font-size: var(--font-size--legacy--8);
  }

  .jd-header-dds ul {
    display: block;
    padding: 0;
  }

  .jd-nav-item {
    border-bottom: 1px dashed var(--color--grey-4);
    font-size: var(--font-size--legacy--11);
  }

  .jd-nav-item > a {
    padding: 10px 0;
  }

  .jd-nav-item > .jd-nav-item-title {
    display: flex;
    justify-content: space-between;
  }

  .jd-nav-item > .nav-dropdown-trigger::after {
    background-image: var(
      --icon--med--chevron-encircled--down--cherry-on-clear
    );
  }

  .jd-nav-item.jd-nav-show > .nav-dropdown-trigger::after {
    background-image: var(--icon--med--chevron-encircled--up--clear-on-cherry);
  }

  .jd-header-dds ul.jd-dd {
    display: none;
    position: relative;
    top: 0;
    box-shadow: none;
    width: 100%;
  }

  .jd-header-dds .jd-nav-show ul.jd-dd {
    display: block;
  }

  .jd-header-top {
    padding-top: var(--spacing-6--static);
    padding-bottom: var(--spacing-6--static);
  }

  .jd-header-top.jd-mobile-foot {
    --side-spacing: var(--spacing-3--static);

    display: block;
    position: absolute;
    right: var(--side-spacing);
    bottom: var(--spacing-8--static);
    left: var(--side-spacing);
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jd-header-top.jd-mobile-foot ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .jd-header-top ul li a {
    white-space: nowrap;
    font: var(--font--small-paragraph--semibold--short);
  }

  #jd-mobile-menu .container {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 100%;
    max-height: 100%;
  }

  #jd-mobile-menu .jd-header-main {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: var(--spacing-3--static);
  }

  #jd-mobile-menu .jd-header-main .flex-fill {
    display: block;
  }

  #jd-mobile-menu .jd-header-main .jd-ham {
    margin-right: var(--spacing-14--static);
    width: 24px;
    height: 24px;
  }

  #jd-mobile-menu .jd-header-dds .jd-nav-item {
    margin-top: var(--spacing-2--static);
  }

  #jd-mobile-menu .jd-header-dds .jd-nav-item:first-child {
    margin-top: 0;
  }

  #jd-mobile-menu .jd-nav-item > a {
    padding: var(--spacing-1--static);
  }

  #jd-mobile-menu .contact-nav .jd-nav-item {
    border-bottom: 0;
    padding: 0;
  }

  #jd-mobile-menu .whatsapp-before::before {
    margin-right: 0;
  }
}

.bottom-float-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: var(--color--slate);
  padding: 12px;
  text-align: center;
  color: var(--color--white);
}

.bottom-float-bar a {
  color: var(--color--white) !important;
}

.page-test-promo-banner .deal-bar {
  background: var(--color--legacy--blue--big-stone) !important;
}

.page-test-promo-banner .deal-bar-inner {
  color: var(--color--white) !important;
}

.page-test-promo-banner .deal-bar-time-text {
  color: var(--color--legacy--blue--big-stone) !important;
}

.deal-bar {
  position: relative;
  background: var(--color--slate);
  padding: 5px 45px 5px 5px;
  text-align: center;
  color: var(--color--white);
}

.deal-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.deal-bar-inner > * {
  margin: 5px 5px 5px 0;
}

.deal-bar-time-text {
  margin-right: 20px;
  background: var(--color--white);
  padding: 0 20px;
  color: var(--color--slate);
}

a.deal-bar-btn,
button.deal-bar-btn {
  border: 1px solid var(--color--white);
  border-radius: 5px;
  padding: 0 4px;
  color: var(--color--white);
}

a.deal-bar-btn:hover,
a.deal-bar-btn:focus,
button.deal-bar-btn:hover,
button.deal-bar-btn:focus {
  text-decoration: none;
  color: var(--color--white);
}

/* Mimic styling for the anchor tag we effectively replace */
button.deal-bar-btn {
  background: transparent;
  line-height: var(--line-height--legacy--7);
}

svg.deal-bar-close {
  position: absolute;
  top: 3px;
  right: 5px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  fill: var(--color--legacy--grey--very-light-grey-1);
}

.remove-top-padding {
  padding-top: 0 !important;
}

.plus {
  display: inline-block;
  position: relative;
  padding: 10px 15px 8px 0;
}

.plus .bar {
  display: inline-block;
  position: absolute;
  transition: var(--transition--default);
  border-radius: 2px;
  background: var(--color--white);
  padding: 1.5px 8px;
}

.plus .bar.hz {
  transform: rotate(90deg);
}

.open .plus .bar.hz {
  transform: rotate(180deg);
}

/* Custom Header */

.header-container-wrapper {
  position: relative;
  z-index: 50;
}

.sticky-header {
  display: flex;
  flex-direction: column;
}

.sticky-header.opacity {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
}

.static-header .sticky-header.opacity {
  position: static;
}

.static-header {
  background: var(--theme--spacing--system-color);
}

body.open .sticky-header {
  height: 100%;
}

body.open .sticky-header > div:nth-last-child(1) > div {
  position: relative;
  height: 100%;
}

body.open .sticky-header > div:nth-last-child(1) {
  flex: 1 auto;
}

.mb-custom-header .container {
  display: flex;
  align-items: center;
}

.mb-custom-header .nav-body {
  transition: var(--transition--default);
  padding-top: 10px;
  padding-bottom: 10px;
}

.mb-custom-header.scroll .nav-body {
  padding-top: 6px;
  padding-bottom: 6px;
}

.mb-custom-header .top-section {
  transition: var(--transition--default);
}

.mb-custom-header.scroll .top-section {
  height: 0;
  overflow: hidden;
}

.mb-custom-header .main-menu-nav {
  flex: 1 auto;
}

.mb-custom-header .hs_cos_wrapper_type_icon {
  display: inline-block;
}

.align-flex-end {
  text-align: right;
}

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

.align-flex-end .nav-wrap,
.align-center .nav-wrap {
  text-align: left;
}

body.open .mb-custom-header {
  position: static !important;
}

body.open .mb-custom-header .hs_cos_wrapper_widget:not(.widget-type-rich_text) {
  height: auto;
}

.abv-nav {
  padding: 3px 0;
  line-height: var(--line-height--100);
  font-size: var(--font-size--legacy--4);
}

.abv-nav p {
  font-size: var(--font-size--legacy--4);
}

.scroll .abv-nav .container {
  display: none;
}

.nav-wrap {
  display: flex;
  align-items: center;
}

.nav-wrap > div {
  padding: 5px 10px;
}

.nav-wrap > div:nth-child(1) {
  padding-left: 0;
}

.nav-wrap > div:nth-last-child(1) {
  padding-right: 0;
}

.mb-custom-header.scroll {
  box-shadow: 0 2px 5px var(--color--legacy--black--black--alpha-20);
}

.bottom-bar .container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.container.layout-side {
  display: flex;
  align-items: center;
}

.container.layout-side .header-body {
  flex: 1 auto;
}

.container.layout-top .header-body {
  display: flex;
  align-items: center;
}

.container.layout-top .logo-wrapper {
  flex: 1 auto;
  text-align: center;
}

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

.logo-wrapper img {
  max-width: 200px;
  min-height: 30px;
  max-height: 90px;
}

.logo-wrapper .mobile-only {
  margin-left: auto;
}

.container.layout-top .search-wrapper {
  width: 250px;
}

.social-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5px;
}

.container.layout-side .menu-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}

.container.layout-top .menu-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.mb-main-nav .dropdown-menu.mega-wrapper {
  right: unset;
  left: 50%;
  margin-left: -230px;
}

.mb-main-nav .hs-menu-depth-1.dropdown:hover .dropdown-menu.mega-wrapper {
  display: flex;
}

.mb-main-nav .dropdown-menu.mega-wrapper .sub-menu {
  min-width: 250px;
}

.mb-main-nav .mega-content {
  width: 350px;
  min-width: 350px;
}

.mb-main-nav .hs-menu-item.mega:nth-last-child(1) .sub-menu,
.mb-main-nav .hs-menu-item.mega:nth-last-child(2) .sub-menu {
  order: 2;
}

.mb-main-nav .hs-menu-item.mega:nth-child(1) .dropdown-menu.mega-wrapper,
.mb-main-nav .hs-menu-item.mega:nth-child(2) .dropdown-menu.mega-wrapper {
  right: unset;
  left: 0;
  margin-left: 0;
}

.mb-main-nav .hs-menu-item.mega:nth-last-child(1) .dropdown-menu.mega-wrapper,
.mb-main-nav .hs-menu-item.mega:nth-last-child(2) .dropdown-menu.mega-wrapper {
  right: 0;
  left: unset;
  margin-left: 0;
}

.mb-main-nav .hs-menu-item.mega:nth-child(1) .dropdown-menu ul::before,
.mb-main-nav .hs-menu-item.mega:nth-child(2) .dropdown-menu ul::before {
  right: unset;
  left: 20px;
}

.mb-main-nav .hs-menu-item.mega:nth-last-child(1) .dropdown-menu ul::before,
.mb-main-nav .hs-menu-item.mega:nth-last-child(2) .dropdown-menu ul::before {
  right: 20px;
  left: unset;
}

.mb-main-nav .mega-content img {
  display: block;
}

.mb-main-nav .mega-content .mega-text {
  padding: 20px;
}

.container.layout-top .nav-social {
  width: 250px;
  text-align: right;
}

#mobile-menu .nav-social {
  text-align: center;
}

.nav-social svg {
  height: var(--theme--typography--body-text--font-size);
}

.nav-social a {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 0 5px 5px;
}

#mobile-menu .nav-social a {
  padding: 5px 10px;
}

.nav-social a .hidden {
  display: none;
}

.social {
  line-height: var(--line-height--100);
}

.social a {
  display: inline-block;
  margin: 0 3px;
}

.social a:nth-child(1) {
  margin-left: 0;
}

.social a:nth-last-child(1) {
  margin-right: 0;
}

.social a span {
  display: block;
}

.social svg {
  display: block;
  width: var(--theme--typography--body-text--font-size);
}

a svg {
  transition: var(--transition--default);
}

.contact-bubble svg {
  display: block;
  width: var(--theme--typography--body-text--font-size);
}

.nav-search {
  display: flex;
  position: relative;
  z-index: 900;
}

.nav-search form {
  display: flex;
  position: relative;
}

.nav-search .hs-search-field .hs-search-field__input {
  transition: var(--transition--default);
  opacity: 0;
  border-radius: 0;
  padding: 0;
  width: 0;
  overflow: hidden;
}

.sticky-header.sticky .nav-search .hs-search-field {
  padding-top: 31px;
}

.nav-search:hover .hs-search-field .hs-search-field__input,
.nav-search .hs-search-field .hs-search-field__input:focus,
.nav-search .hs-search-field.focus .hs-search-field__input,
.nav-search.always-open .hs-search-field__input {
  opacity: 1;
  border: none;
  padding: 5px 20px;
  width: 200px;
}

.nav-search input {
  border: none;
  width: 100%;
}

.nav-search form button {
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  padding: 5px 15px;
  font-size: var(--font-size--legacy--11);
}

.nav-search .hs-search-field__bar button svg {
  height: 14px;
}

.nav-search .hs-search-field {
  border-radius: var(--theme--buttons--border-radius);
}

.contact-bubble {
  position: relative;
  z-index: 901;
}

.contact-bubble > span {
  display: block;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.contact-bubble .contact-info {
  display: none;
  position: absolute;
  z-index: 1;
  margin-top: -10px;
  padding-top: 25px;
}

.contact-bubble .contact-info .info-wrapper {
  position: relative;
  border-bottom: 5px solid var(--color--slate);
  box-shadow: 0 0 5px var(--color--legacy--black--black--alpha-30);
  background: var(--color--white);
  padding: 15px;
  color: var(--theme--typography--body-text--color);
}

.contact-bubble .contact-info a {
  color: var(--theme--typography--body-text--color);
}

.contact-bubble:hover .contact-info {
  display: block;
}

.align-flex-end .contact-info {
  right: -20px;
}

.align-flex-start .contact-info {
  left: -10px;
}

.align-center .contact-info {
  left: -10px;
}

.contact-bubble .contact-info p {
  margin: 5px 0;
  line-height: var(--line-height--legacy--6);
  white-space: nowrap;
}

.contact-bubble .contact-info .info-wrapper::before {
  position: absolute;
  top: -8px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--theme--header--background-color);
  border-left: 8px solid transparent;
  width: 0;
  height: 0;
  content: '';
}

.align-flex-end .contact-info .info-wrapper::before {
  right: 20px;
}

.align-flex-start .contact-info .info-wrapper::before {
  left: 20px;
}

.align-center .contact-info .info-wrapper::before {
  left: 20px;
}

.nav-wrap .nav-img {
  transition: var(--transition--default);
  width: auto;
  max-width: 100%;
  max-height: 100px;
}

.scroll .nav-img {
  max-width: 80%;
}

.nav-wrap .top-img {
  display: block;
}

.scroll .top-img {
  display: none;
}

.nav-wrap .scroll-img {
  display: none;
}

.scroll .scroll-img {
  display: block;
}

.mb-main-nav {
  display: inline-flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  padding: 10px 0;
  list-style-type: none;
  text-align: left;
}

.mb-main-nav .hs-menu-depth-1 {
  margin-right: 30px;
  white-space: nowrap;
}

.mb-main-nav .hs-menu-depth-1 > a i {
  color: var(--color--slate);
}

.mb-main-nav .hs-menu-depth-1 .dropdown-menu {
  white-space: normal;
}

.mb-main-nav .hs-menu-depth-1.dropdown {
  position: relative;
}

.mb-main-nav a {
  text-decoration: none;
}

.mb-main-nav .plus {
  position: relative;
  top: 1px;
  margin-left: 1px;
}

.mb-main-nav .plus .bar {
  background: var(--theme--header--menu-link-color);
  padding: 1px 4px 0.5px;
}

.mb-main-nav .hs-menu-depth-1:hover .plus .bar {
  background: var(--color--slate);
}

.mb-main-nav .hs-menu-depth-1.dropdown:hover .plus .bar.hz {
  transform: rotate(180deg);
}

.mb-main-nav .dropdown-menu {
  display: none;
  position: absolute;
  right: -20px;
  z-index: 10;
  padding-top: 20px;
}

.mb-main-nav .dropdown-menu .sub-menu {
  width: 250px;
}

.mb-main-nav .hs-menu-depth-1.dropdown:hover .dropdown-menu {
  display: block;
}

.mb-main-nav .dropdown-menu ul {
  position: relative;
  box-shadow: 0 0 5px var(--color--legacy--black--black--alpha-30);
  padding: 10px 20px;
  list-style-type: none;
}

.mb-main-nav .dropdown-menu ul::before {
  position: absolute;
  top: -8px;
  right: 20px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--theme--header--background-color);
  border-left: 8px solid transparent;
  width: 0;
  height: 0;
  content: '';
}

.mb-main-nav .dropdown-menu a {
  color: var(--theme--typography--body-text--color);
}

.mb-main-nav .sub-menu li {
  padding: 8px 0;
}

.mb-main-nav i {
  margin-left: 5px;
  font-size: var(--font-size--legacy--1);
}

.mb-main-nav .dropdown-menu .nav-header {
  color: var(--color--slate);
  font-family: var(--theme--global-fonts--secondary-font);
  font-size: 1.1em;
  font-weight: 600;
}

.mb-main-nav .dropdown-menu .nav-header > a {
  color: var(--color--slate);
}

.mb-main-nav .sub-menu .divider {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color--legacy--white--white-smoke-1);
  padding: 5px;
}

.mb-main-nav .sub-menu a {
  padding: 5px 10px;
}

.bottom-bar .dnd-section button,
.bottom-bar .dnd-section .button,
.bottom-bar .dnd-section .hs-button {
  display: block;
  padding: 7px 20px;
}

.mb-main-nav .hs-menu-depth-1:nth-last-child(1) {
  margin-right: 0;
}

.dnd_header img {
  display: block;
}

@keyframes menu-pop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes menu-out {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.mobile-ham {
  margin-left: auto !important;
  text-align: right;
}

.ham-text {
  display: block;
  text-transform: uppercase;
  line-height: var(--line-height--100);
  font-size: var(--font-size--legacy--3);
}

.ham-wrap {
  display: inline-block;
  position: relative;
  margin-top: 3px;
  cursor: pointer;
  width: 35px;
  height: 21px;
  animation: menu-out 0.4s 1;
}

.ham-wrap > span {
  display: block;
  position: absolute;
  left: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 3px;
  padding: 1px 0;
  width: 100%;
  overflow: auto;
}

.ham-wrap .ham1 {
  top: 0;
}

.ham-wrap .ham2 {
  top: 50%;
  margin-top: -1px;
}

.ham-wrap .ham3 {
  bottom: 0;
}

.open .ham-wrap {
  animation: menu-pop 0.4s 1;
}

.open .ham-wrap > span {
  background: var(--color--slate);
}

.open .ham-wrap .ham1 {
  top: 50%;
  transform: rotate(45deg);
  margin-top: -1px;
}

.open .ham-wrap .ham2 {
  transform: scale(0);
}

.open .ham-wrap .ham3 {
  bottom: 50%;
  transform: rotate(-45deg);
  margin-bottom: -1px;
}

.open .bottom-bar .mobile-click {
  opacity: 0;
}

.open .bottom-bar .ham-text {
  opacity: 0;
}

.sticky-space {
  padding-top: 100px;
}

.sticky-header.sticky-true {
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
}

.sticky-header.floating-true {
  position: absolute;
  top: 0;
  z-index: 900;
  width: 100%;
}

.sticky-header.scroll .scroll-hide {
  display: none;
}

#mobile-menu .lg-menu {
  text-align: right;
  color: var(--color--white);
}

#mobile-menu .lg-menu .lg-drop > span > div {
  width: 100px;
}

#mobile-menu .lg-menu .hs-menu-wrapper {
  text-align: left;
}

#mobile-menu .rg-name {
  margin-right: 10px;
  font-size: var(--font-size--legacy--4);
}

#mobile-menu .lg-menu:hover .lg-drop {
  display: none;
}

#mobile-menu .lg-menu.open .lg-drop {
  display: block;
}

#mobile-menu .lg-menu:hover .fa-angle-down {
  transform: rotate(0deg);
}

#mobile-menu .lg-menu.open .fa-angle-down {
  transform: rotate(180deg);
}

.mb-mobile-nav,
.mb-mobile-nav ul {
  padding-left: 0;
  list-style-type: none;
}

.mb-mobile-nav a {
  text-decoration: none;
}

.mb-mobile-nav .hs-menu-depth-1 {
  border-bottom: 1px solid var(--color--black--white-40);
}

.mb-mobile-nav .hs-menu-depth-1 > a {
  display: block;
  position: relative;
  padding: 15px 20px 15px 0;
}

.mb-mobile-nav .plus {
  position: absolute;
  right: 0;
}

.open .mb-mobile-nav .plus .bar.hz {
  transform: rotate(90deg);
}

.open .mb-mobile-nav .open .plus .bar.hz {
  transform: rotate(180deg);
}

.mb-mobile-nav .dropdown-menu {
  display: none;
}

.mb-mobile-nav .sub-menu {
  border-top: 1px solid var(--color--legacy--white--white--alpha-40);
  background: var(--theme--global-colors--secondary-color--darkened);
  padding: 10px 0;
}

.mb-mobile-nav .sub-menu .nav-header {
  margin-bottom: 10px;
  padding: 10px 14px;
  letter-spacing: 0.5px;
  color: var(--color--white);
  font-size: var(--font-size--legacy--11);
}

.mb-mobile-nav .sub-menu .nav-header:nth-child(1) {
  margin-top: -10px;
  padding-top: 15px;
}

.mb-mobile-nav .sub-menu a {
  display: block;
  padding: 5px 20px;
}

.mb-mobile-nav .sub-menu .divider {
  margin-top: 5px;
  border-top: 1px solid var(--color--legacy--white--white--alpha-40);
  padding: 5px;
}

.mobile-nav {
  width: 100%;
}

body.open .mb-custom-header-wrapper {
  display: flex;
  position: fixed;
  flex-direction: column;
  z-index: 900;
  width: 100%;
  height: 100vh;
}

.mb-custom-header-wrapper > div:nth-last-child(1) {
  flex: 1 auto;
  transition: var(--transition--default);
}

body.open .mb-custom-header-wrapper {
  background: var(--color--legacy--black--black--alpha-20);
}

.mb-custom-header-wrapper > div:nth-last-child(1) > div > div {
  height: 100%;
}

.mb-custom-header-wrapper #mobile-menu {
  position: absolute;
  left: -100%;
  transition: var(--transition--default);
  padding: 20px;
  width: 400px;
  max-width: 90%;
  height: 0;
}

body.open .mb-custom-header-wrapper #mobile-menu {
  left: 0;
  height: 100%;
}

.mb-custom-header-wrapper #mobile-menu > div {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden auto;
}

.mb-custom-header-wrapper #mobile-menu a {
  color: var(--color--white);
}

.mobile-top > .row-fluid-wrapper > .row-fluid {
  display: flex;
  padding-bottom: 10px;
}

.mobile-top > .row-fluid-wrapper > .row-fluid > div {
  flex: 1 auto;
}

#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin: 0;
}

#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {
  border-bottom: 1px solid var(--color--legacy--white--white--alpha-30);
}

#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 15px 0;
}

#mobile-menu
  .hs-menu-wrapper.hs-menu-flow-vertical
  > ul
  li.hs-item-has-children
  > a {
  position: relative;
}

#mobile-menu
  .hs-menu-wrapper.hs-menu-flow-vertical
  > ul
  li.hs-item-has-children
  > a::after {
  position: absolute;
  right: 10px;
  line-height: var(--line-height--legacy--2);
  font-size: var(--font-size--legacy--14);
  content: '+';
}

#mobile-menu
  .hs-menu-wrapper.hs-menu-flow-vertical
  > ul
  li.hs-item-has-children
  > a.open::after {
  font-size: var(--font-size--legacy--23);
  content: '-';
}

#mobile-menu
  .hs-menu-wrapper.hs-menu-flow-vertical
  > ul
  li.hs-item-has-children
  ul.hs-menu-children-wrapper {
  box-sizing: content-box;
  display: none;
  position: static;
  visibility: visible;
  opacity: 1;
  margin-bottom: -1px;
  margin-left: -20px !important;
  border-top: 1px solid var(--color--legacy--white--white--alpha-30);
  border-bottom: 1px solid var(--color--legacy--white--white--alpha-30);
  padding: 10px 20px;
  width: 100%;
}

#mobile-menu
  .hs-menu-wrapper.hs-menu-flow-vertical
  > ul
  li.hs-item-has-children
  ul.hs-menu-children-wrapper
  a {
  padding: 5px 20px;
  width: 100%;
  max-width: 100%;
}

.chopra .jd-header-top ul li a {
  color: var(--color--legacy--grey--fuscous-grey);
}

.lp-nav .hide-mobile {
  display: none;
}

.lp-nav .bottom-bar .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lp-nav .logo-wrapper img {
  max-width: 350px;
  max-height: 150px;
}

@media (min-width: 993px) {
  html:not(.hs-inline-edit) #mobile-menu,
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .deal-bar-btn,
  .deal-bar-btn.desktop {
    display: block;
  }

  .deal-bar-btn.mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .sticky-space {
    padding-top: 60px;
  }

  .hide-mobile {
    display: none !important;
  }

  .bottom-bar .dnd-row > .row-fluid {
    justify-content: space-between;
  }

  .bottom-bar .dnd-row > .row-fluid > div:nth-child(1) {
    margin-right: auto;
    padding-right: 30px;
  }

  .bottom-bar .row-fluid .span1 {
    width: 12.762978723%;
  }

  .bottom-bar .row-fluid .span2 {
    flex: 1 auto;
    width: 29.78361702%;
  }

  .bottom-bar .row-fluid .span3 {
    flex: 1 auto;
    width: 46.804255317%;
  }

  .bottom-bar .row-fluid .span4 {
    flex: 1 auto;
    width: 63.824893614%;
  }

  .bottom-bar .row-fluid .span5 {
    flex: 1 auto;
    width: 80.845531911%;
  }

  .bottom-bar .row-fluid .span6,
  .bottom-bar .row-fluid .span7,
  .bottom-bar .row-fluid .span8,
  .bottom-bar .row-fluid .span9,
  .bottom-bar .row-fluid .span10,
  .bottom-bar .row-fluid .span11 {
    margin: 0;
    width: 100%;
  }

  .scroll .nav-img {
    max-width: 100%;
  }

  .nav-wrap .nav-img {
    width: auto;
    max-height: 80px;
  }

  .dnd_header .dnd-section > .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .logo-wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .deal-bar-time-text {
    display: none;
  }

  .deal-bar-btn.desktop {
    display: none;
  }

  .deal-bar-btn.mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .deal-bar {
    position: relative;
    background: var(--color--slate);
    padding: 10px;
    text-align: left;
    color: var(--color--white);
  }

  .deal-bar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: left;
    justify-content: left;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  top: 100%;
  left: 0;
  opacity: 1;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
  opacity: 1;
}

@media (max-width: 767px) {
  /* prettier-ignore */
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}
#col-canvas {
  display: none;
  position: relative;
  margin: 0 auto;
}

#col-canvas .slice {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 47%;
  left: 0;
  place-content: space-between space-between;
  transform: translateY(-50%) rotate(80deg);
  transform-origin: center right;
  z-index: 999;
  padding-left: 20px;
  width: 50%;
  white-space: nowrap;
  font-size: var(--font-size--legacy--7);
  pointer-events: none;
}

#col-canvas .slice:nth-child(1) {
  transform: rotate(calc(30deg * 14.3));
}

#col-canvas .slice:nth-child(2) {
  transform: rotate(calc(30deg * 13.3));
}

#col-canvas .slice:nth-child(3) {
  transform: rotate(calc(30deg * 12.3));
}

#col-canvas .slice:nth-child(4) {
  transform: rotate(calc(30deg * 11.3));
}

#col-canvas .slice:nth-child(5) {
  transform: rotate(calc(30deg * 10.3));
}

#col-canvas .slice:nth-child(6) {
  transform: rotate(calc(30deg * 9.3));
}

#col-canvas .slice:nth-child(7) {
  transform: rotate(calc(30deg * 8.3));
}

#col-canvas .slice:nth-child(8) {
  transform: rotate(calc(30deg * 7.3));
}

#col-canvas .slice:nth-child(9) {
  transform: rotate(calc(30deg * 6.3));
}

#col-canvas .slice:nth-child(10) {
  transform: rotate(calc(30deg * 5.3));
}

#col-canvas .slice:nth-child(11) {
  transform: rotate(calc(30deg * 4.3));
}

#col-canvas .slice:nth-child(12) {
  transform: rotate(calc(30deg * 3.3));
}

#col-canvas .slice:nth-child(n + 7) .inner {
  transform: rotate(180deg);
}

#col-canvas .svg-wrapper {
  position: relative;
}

#col-canvas path[data-name='Career'] {
  fill: var(--color--legacy--blue--mabel);
  fill-opacity: 0.5;
}

#col-canvas path[data-name='Creativity'] {
  fill: var(--color--legacy--orange--peach);
  fill-opacity: 0.3;
}

#col-canvas path[data-name='Education'] {
  fill: var(--color--legacy--green--pistachio);
  fill-opacity: 0.7;
}

#col-canvas path[data-name='Finances'] {
  fill: var(--color--legacy--green--carrara);
  fill-opacity: 0.5;
}

#col-canvas path[data-name='Health'] {
  fill: var(--color--legacy--orange--peach);
  fill-opacity: 0.4;
}

#col-canvas path[data-name='Home Cooking'] {
  fill: var(--color--legacy--blue--mabel);
  fill-opacity: 0.7;
}

#col-canvas path[data-name='Home Environment'] {
  fill: var(--color--legacy--green--pistachio);
  fill-opacity: 0.9;
}

#col-canvas path[data-name='Joy'] {
  fill: var(--color--legacy--blue--mabel);
  fill-opacity: 0.9;
}

#col-canvas path[data-name='Physical Activity'] {
  fill: var(--color--legacy--green--carrara);
  fill-opacity: 0.7;
}

#col-canvas path[data-name='Relationships'] {
  fill: var(--color--legacy--orange--peach);
  fill-opacity: 0.6;
}

#col-canvas path[data-name='Social Life'] {
  fill: var(--color--legacy--green--carrara);
  fill-opacity: 0.9;
}

#col-canvas path[data-name='Spirituality'] {
  fill: var(--color--legacy--green--pistachio);
  fill-opacity: 0.5;
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  #col-canvas .slice {
    font-size: var(--font-size--legacy--4);
  }
}

@media only screen and (max-width: 540px) {
  #col-canvas .slice {
    font-size: var(--font-size--legacy--2);
  }
}

@media screen and (min-width: 768px) {
  .webform-sliderfield {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #col-canvas {
    display: block;
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  #col-canvas {
    display: none;
  }

  #col-canvas.show-mobile {
    display: block;
    position: relative;
    margin: 0 auto;
  }
}

.webform-sliderfield .ui-slider {
  border-color: transparent;
  background: var(--color--legacy--blue--solitude-1);
  width: 100%;
  height: 10px;
}

.webform-sliderfield .ui-slider .ui-slider-handle {
  top: -2px;
  margin-left: -3px;
  border-radius: 6px;
  border-color: transparent;
  width: 10px;
}

.webform-sliderfield .ui-slider .ui-slider-handle:hover,
.webform-sliderfield .ui-slider .ui-slider-handle:focus {
  outline: none;
  border: none;
}

.webform-sliderfield .ui-slider .ui-slider-range {
  background: transparent;
}

.webform-sliderfield + .webform-sliderfield {
  margin-top: 20px;
}

.circle-life {
  --color--legacy--blue--medium-turquoise--alpha-0: rgb(48 192 202 / 0%); /* #30c0ca */
  --color--legacy--blue--pelorous--alpha-0: rgb(35 135 184 / 0%); /* #2387b8 */
  --color--legacy--green--celery--alpha-0: rgb(168 202 75 / 0%); /* #a8ca4b */
  --color--legacy--green--fruit-salad--alpha-0: rgb(78 181 82 / 0%); /* #4eb552 */
  --color--legacy--green--golden-fizz--alpha-0: rgb(235 229 52 / 0%); /* #ebe534 */
  --color--legacy--green--pistachio: #d1decd;
  --color--legacy--orange--west-side--alpha-0: rgb(227 122 52 / 0%); /* #e37a34 */
  --color--legacy--violet--cerise--alpha-0: rgb(217 50 72 / 0%); /* #d93248 */
  --color--legacy--violet--daisy-bush--alpha-0: rgb(98 60 138 / 0%); /* #623C8a */
  --color--legacy--violet--medium-red-violet--alpha-0: rgb(181 53 149 / 0%); /* #b53595 */
  --color--legacy--yellow--turbo--alpha-0: rgb(245 208 24 / 0%); /* #f5d018 */
  --color--legacy--yellow--yellow-sea--alpha-0: rgb(243 162 47 / 0%); /* #f3a22f */
}

.circle-life .form-item label::before {
  position: absolute;
  left: 20px;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  content: '';
}

.circle-life .form-item label {
  padding: 0 0 20px 30px;
}

.circle-life .form-item---sliderfield-submitted-creativity label::before {
  background-color: var(--color--legacy--orange--peach);
}

.circle-life .form-item---sliderfield-submitted-creativity .slider-selection {
  background-color: var(--color--legacy--orange--west-side--alpha-0);
}

.circle-life .form-item---sliderfield-submitted-creativity .ui-slider-handle {
  background-color: var(--color--legacy--orange--peach);
}

.circle-life .form-item---sliderfield-submitted-finances label::before {
  background-color: var(--color--legacy--green--carrara);
}

.circle-life .form-item---sliderfield-submitted-finances .slider-percent-fill {
  background-color: var(--color--legacy--yellow--yellow-sea--alpha-0);
  background-image: none;
}

.circle-life .form-item---sliderfield-submitted-finances .ui-slider-handle {
  background-color: var(--color--legacy--green--carrara);
}

.circle-life .form-item---sliderfield-submitted-career label::before {
  background-color: var(--color--legacy--blue--mabel);
}

.circle-life .form-item---sliderfield-submitted-career .slider-selection {
  background-color: var(--color--legacy--yellow--turbo--alpha-0);
}

.circle-life .form-item---sliderfield-submitted-career .ui-slider-handle {
  background-color: var(--color--legacy--blue--mabel);
}

.circle-life .form-item---sliderfield-submitted-education label::before {
  background-color: var(--color--legacy--green--pistachio);
}

.circle-life .form-item---sliderfield-submitted-education .slider-selection {
  background-color: var(--color--legacy--green--golden-fizz--alpha-0);
}

.circle-life .form-item---sliderfield-submitted-education .ui-slider-handle {
  background-color: var(--color--legacy--green--pistachio);
}

.circle-life .form-item---sliderfield-submitted-health label::before {
  background-color: var(--color--legacy--orange--peach);
}

.circle-life .form-item---sliderfield-submitted-health .slider-selection {
  background-color: var(--color--legacy--green--celery--alpha-0);
}

.circle-life .form-item---sliderfield-submitted-health .ui-slider-handle {
  background-color: var(--color--legacy--orange--peach);
}

.circle-life .form-item---sliderfield-submitted-physical-activity label::before {
  background-color: var(--color--legacy--green--carrara);
}

.circle-life .form-item---sliderfield-submitted-physical-activity .slider-selection {
  background-color: var(--color--legacy--green--celery--alpha-0);
}

.circle-life .form-item---sliderfield-submitted-physical-activity .ui-slider-handle {
  background-color: var(--color--legacy--green--carrara);
}

.circle-life .form-item---sliderfield-submitted-home-cooking label::before {
  background-color: var(--color--legacy--blue--mabel);
}

.circle-life .form-item---sliderfield-submitted-home-cooking .slider-selection {
  background-color: var(--color--legacy--green--fruit-salad--alpha-0);
}

.circle-life .form-item---sliderfield-submitted-home-cooking .ui-slider-handle {
  background-color: var(--color--legacy--blue--mabel);
}

.circle-life .form-item---sliderfield-submitted-home-environment label::before {
  background-color: var(--color--legacy--green--pistachio);
}

.circle-life .form-item---sliderfield-submitted-home-environment .slider-selection {
  background-color: var(--color--legacy--blue--medium-turquoise--alpha-0);
}

.circle-life .form-item---sliderfield-submitted-home-environment .ui-slider-handle {
  background-color: var(--color--legacy--green--pistachio);
}

.circle-life .form-item---sliderfield-submitted-relationships label::before {
  background-color: var(--color--legacy--orange--peach);
}

.circle-life .form-item---sliderfield-submitted-relationships .slider-selection {
  background-color: var(--color--legacy--blue--pelorous--alpha-0);
}

.circle-life .form-item---sliderfield-submitted-relationships .ui-slider-handle {
  background-color: var(--color--legacy--orange--peach);
}

.circle-life .form-item---sliderfield-submitted-social-life label::before {
  background-color: var(--color--legacy--green--carrara);
}

.circle-life .form-item---sliderfield-submitted-social-life .slider-selection {
  background-color: var(--color--legacy--violet--daisy-bush--alpha-0);
}

.circle-life .form-item---sliderfield-submitted-social-life .ui-slider-handle {
  background-color: var(--color--legacy--green--carrara);
}

.circle-life .form-item---sliderfield-submitted-joy label::before {
  background-color: var(--color--legacy--blue--mabel);
}

.circle-life .form-item---sliderfield-submitted-joy .slider-selection {
  background-color: var(--color--legacy--violet--medium-red-violet--alpha-0);
}

.circle-life .form-item---sliderfield-submitted-joy .ui-slider-handle {
  background-color: var(--color--legacy--blue--mabel);
}

.circle-life .form-item---sliderfield-submitted-spirituality label::before {
  background-color: var(--color--legacy--green--pistachio);
}

.circle-life .form-item---sliderfield-submitted-spirituality .slider-selection {
  background-color: var(--color--legacy--violet--cerise--alpha-0);
}

.circle-life .form-item---sliderfield-submitted-spirituality .ui-slider-handle {
  background-color: var(--color--legacy--green--pistachio);
}

.col-text-mobile,
.col-text-submitted {
  display: none;
}

@media screen and (max-width: 767px) {
  .col-text-mobile {
    display: block;
  }
  
  .col-text {
    display: none;
  }
}

form > button {
  display: block !important;
  margin: 20px auto 0;
}
.spinner {
  position: relative;
  top: 10em;
  left: 50%;
  transform: translateZ(0);
  border-radius: 50%;
  width: 1em;
  height: 1em;
  animation: spinner-rotation 1.1s infinite ease;
  text-align: center;
  font-size: 10px;
}

@keyframes spinner-rotation {
  0%,
  100% {
    box-shadow:
      0 -2.6em 0 0 var(--color--black),
      1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-20),
      2.5em 0 0 0 var(--color--legacy--black--black--alpha-20),
      1.75em 1.75em 0 0 var(--color--legacy--black--black--alpha-20),
      0 2.5em 0 0 var(--color--legacy--black--black--alpha-20),
      -1.8em 1.8em 0 0 var(--color--legacy--black--black--alpha-20),
      -2.6em 0 0 0 var(--color--legacy--black--black--alpha-50),
      -1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-70);
  }

  12.5% {
    box-shadow:
      0 -2.6em 0 0 var(--color--legacy--black--black--alpha-70),
      1.8em -1.8em 0 0 var(--color--black),
      2.5em 0 0 0 var(--color--legacy--black--black--alpha-20),
      1.75em 1.75em 0 0 var(--color--legacy--black--black--alpha-20),
      0 2.5em 0 0 var(--color--legacy--black--black--alpha-20),
      -1.8em 1.8em 0 0 var(--color--legacy--black--black--alpha-20),
      -2.6em 0 0 0 var(--color--legacy--black--black--alpha-20),
      -1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-50);
  }

  25% {
    box-shadow:
      0 -2.6em 0 0 var(--color--legacy--black--black--alpha-50),
      1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-70),
      2.5em 0 0 0 var(--color--black),
      1.75em 1.75em 0 0 var(--color--legacy--black--black--alpha-20),
      0 2.5em 0 0 var(--color--legacy--black--black--alpha-20),
      -1.8em 1.8em 0 0 var(--color--legacy--black--black--alpha-20),
      -2.6em 0 0 0 var(--color--legacy--black--black--alpha-20),
      -1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-20);
  }

  37.5% {
    box-shadow:
      0 -2.6em 0 0 var(--color--legacy--black--black--alpha-20),
      1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-50),
      2.5em 0 0 0 var(--color--legacy--black--black--alpha-70),
      1.75em 1.75em 0 0 var(--color--black),
      0 2.5em 0 0 var(--color--legacy--black--black--alpha-20),
      -1.8em 1.8em 0 0 var(--color--legacy--black--black--alpha-20),
      -2.6em 0 0 0 var(--color--legacy--black--black--alpha-20),
      -1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-20);
  }

  50% {
    box-shadow:
      0 -2.6em 0 0 var(--color--legacy--black--black--alpha-20),
      1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-20),
      2.5em 0 0 0 var(--color--legacy--black--black--alpha-50),
      1.75em 1.75em 0 0 var(--color--legacy--black--black--alpha-70),
      0 2.5em 0 0 var(--color--black),
      -1.8em 1.8em 0 0 var(--color--legacy--black--black--alpha-20),
      -2.6em 0 0 0 var(--color--legacy--black--black--alpha-20),
      -1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-20);
  }

  62.5% {
    box-shadow:
      0 -2.6em 0 0 var(--color--legacy--black--black--alpha-20),
      1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-20),
      2.5em 0 0 0 var(--color--legacy--black--black--alpha-20),
      1.75em 1.75em 0 0 var(--color--legacy--black--black--alpha-50),
      0 2.5em 0 0 var(--color--legacy--black--black--alpha-70),
      -1.8em 1.8em 0 0 var(--color--black),
      -2.6em 0 0 0 var(--color--legacy--black--black--alpha-20),
      -1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-20);
  }

  75% {
    box-shadow:
      0 -2.6em 0 0 var(--color--legacy--black--black--alpha-20),
      1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-20),
      2.5em 0 0 0 var(--color--legacy--black--black--alpha-20),
      1.75em 1.75em 0 0 var(--color--legacy--black--black--alpha-20),
      0 2.5em 0 0 var(--color--legacy--black--black--alpha-50),
      -1.8em 1.8em 0 0 var(--color--legacy--black--black--alpha-70),
      -2.6em 0 0 0 var(--color--black),
      -1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-20);
  }

  87.5% {
    box-shadow:
      0 -2.6em 0 0 var(--color--legacy--black--black--alpha-20),
      1.8em -1.8em 0 0 var(--color--legacy--black--black--alpha-20),
      2.5em 0 0 0 var(--color--legacy--black--black--alpha-20),
      1.75em 1.75em 0 0 var(--color--legacy--black--black--alpha-20),
      0 2.5em 0 0 var(--color--legacy--black--black--alpha-20),
      -1.8em 1.8em 0 0 var(--color--legacy--black--black--alpha-50),
      -2.6em 0 0 0 var(--color--legacy--black--black--alpha-70),
      -1.8em -1.8em 0 0 var(--color--black);
  }
}
.popover {
  --border-color: var(--color--water);
  --background-color: var(--color--water--light);
  --border-width: 1px;
  --border-style: solid;

  position: absolute;
  border: var(--border-width) var(--border-style) var(--border-color);
  border-radius: 10px;
  background: var(--background-color);
  padding: var(--spacing-4--static);
  min-width: 20rem;
}

.popover::before {
  --tail--edge: 20px;

  position: absolute;
  top: 0;
  left: 25%;
  transform: translate(-25%, -11px) rotate(-45deg);
  border-width: var(--border-width) var(--border-width) 0 0;
  border-style: var(--border-style);
  border-color: var(--border-color);
  background: var(--background-color);
  width: var(--tail--edge);
  height: var(--tail--edge);
  content: '';
}

.popover__title-row {
  display: flex;
  justify-content: space-between;
}

.popover__title {
  margin-bottom: var(--spacing-2);
  text-decoration-line: underline;
  font: var(--font--small-paragraph--semibold);
}

.popover__text {
  font: var(--font--small-paragraph);
}
.blog-nav {
  --menu--border-size: 1px;
  --menu--border-size--negative: -1px;
  --mobile-menu--width: 17rem;
  --mobile-menu--border-radius: 8px;
}

.blog-nav__link {
  color: var(--color--water);
}

.blog-nav__tag-wrapper {
  padding: var(--spacing-1--static) 0;
}

.blog-nav__tag-wrapper:not(:last-of-type) {
  margin-right: var(--spacing-6--static);
}

.blog-nav__menu--desktop {
  overflow: auto;
}

.blog-nav__menu--desktop .blog-nav__tag-wrapper {
  display: inline-block;
}

.blog-nav__menu--mobile {
  display: none;
  font: var(--font--paragraph);
}

@media (max-width: 1023px) {
  .blog-nav__menu--desktop {
    display: none;
  }

  .blog-nav__menu--mobile {
    display: block;
  }
}

.blog-nav__menu--desktop > ul {
  white-space: nowrap;
}

.blog-nav__menu--desktop .blog-nav__link {
  font: var(--font--large-paragraph--desktop);
}

.blog-nav__breadcrumbs .link {
  font: var(--font--legal);
}

.blog-nav__breadcrumbs .blog-nav__current-page {
  color: var(--color--water);
  font: var(--font--legal);
}

.blog-nav .active-node {
  border: 1px solid var(--color--water);
  border-radius: 1rem;
  background-color: var(--color--water);
  padding: var(--spacing-1) var(--spacing-6);
  color: var(--color--white);
}

.chevron-back-before {
  --icon--color: var(--color--water);
}

.blog-nav__chevron-down {
  --icon--color: var(--color--water);
}

.blog-nav__item {
  position: relative;
}

.blog-nav__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: var(--menu--border-size) solid var(--color--water);
  border-radius: var(--mobile-menu--border-radius);
  background: var(--color--white);
  width: var(--mobile-menu--width);
}

.blog-nav .blog-nav__expand-button,
.blog-nav .blog-nav__expand-button:hover,
.blog-nav .blog-nav__expand-button:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background: transparent;
  padding: var(--spacing-3) var(--spacing-2);
  width: 100%;
  height: 100%;
}

.blog-nav__expand-button .icon-chevron-down {
  --icon--color: var(--color--water);

  margin-right: 3px;
}

.blog-nav .blog-nav__submenu {
  display: none;
  position: absolute;
  top: var(--menu--border-size--negative);
  left: var(--menu--border-size--negative);
  z-index: 99;
  border: var(--menu--border-size) solid var(--color--water);
  border-radius: var(--mobile-menu--border-radius);
  background-color: var(--color--white);
  padding: var(--spacing-6--static) var(--spacing-5--static);

  /* This is 100% + 2 x menu border size to cover the button below the dropdown menu */
  width: calc(100% + (2 * 1px));
  text-align: left;
  text-transform: none;
}

.blog-nav__item--open > .blog-nav__submenu {
  display: block;
}

.blog-nav__submenu--level-2 {
  transform: translateX(-50%);
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */
.blog-nav__category:first-child .blog-nav__submenu--level-2 {
  transform: unset;
}

.blog-nav__submenu .blog-nav__item {
  display: block;
  padding: var(--spacing-3) 0;
  width: 100%;
}

.blog-nav__submenu--level-2 > .blog-nav__item:first-child::before {
  border: var(--menu--border-size) solid var(--color--water);
  background-color: var(--color--white);
}

.blog-nav__submenu .close-button {
  position: relative;
  top: -20px;
  right: -10px;
}

.blog-nav__mobile-tag::before {
  margin-top: -3px;
}

.blog-nav__submenu .blog-nav__submenu-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-nav__mobile_breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color--water);
}
.blog-page__section {
  margin-right: auto;
  margin-left: auto;
  max-width: var(--theme--spacing--max-width);
}

.blog-page__blog-teasers-container {
  padding: 0 var(--spacing-24--static) var(--spacing-8--static);
}

.blog-page__blog-teasers-container.level-1 {
  padding-top: var(--spacing-16--static);
}

.blog-page__breadcrumbs-container {
  padding: 0 0 0 var(--spacing-24--static);
}

.blog-page__breadcrumbs-container.level-2 {
  padding: var(--spacing-12--static) var(--spacing-16--static) 0;
}

.blog-page__breadcrumbs-container.level-3 {
  padding: var(--spacing-16--static) var(--spacing-24--static) 0;
}

.blog-page__featured-story-grid-container {
  padding: var(--spacing-3--static) var(--spacing-8--static)
    var(--spacing-10--static);
}

.blog-page__featured-story-grid-container + .blog-page__blog-teasers-container {
  padding-top: var(--spacing-8--static);
}

.blog-page__latest-posts-container {
  padding: var(--spacing-8--static) var(--spacing-24--static)
    var(--spacing-14--static);
}

.blog-page__search-container {
  padding: 0 var(--spacing-8--static) var(--spacing-8--static);
}

.blog-page__search-container.level-2 {
  padding-top: var(--spacing-8--static);
  padding-right: var(--spacing-16--static);
}

@media (max-width: 1023px) {
  .blog-page__blog-teasers-container {
    padding: 0 0 var(--spacing-14--static);
  }

  .blog-page__blog-teasers-container.level-1 {
    padding-top: 0;
  }

  .blog-page__breadcrumbs-container.level-2,
  .blog-page__breadcrumbs-container.level-3 {
    padding: var(--spacing-8--static) var(--spacing-10--static) 0;
  }

  .blog-page__featured-story-grid-container {
    padding: var(--spacing-8--static) var(--spacing-6--static)
      var(--spacing-6--static);
  }

  .blog-page__featured-story-grid-container
    + .blog-page__blog-teasers-container {
    padding-top: 0;
  }

  .blog-page__latest-posts-container {
    padding: var(--spacing-2--static) var(--spacing-6--static)
      var(--spacing-6--static);
  }

  .blog-page__search-container {
    padding: 0 var(--spacing-16--static) var(--spacing-16--static);
  }
}

@media (max-width: 767px) {
  .blog-page__blog-teasers-container {
    padding: 0 0 var(--spacing-12--static);
  }

  .blog-page__breadcrumbs-container {
    padding: 0 var(--spacing-5--static);
  }

  .blog-page__featured-story-grid-container {
    padding: var(--spacing-6--static) var(--spacing-4--static)
      var(--spacing-8--static);
  }

  .blog-page__latest-posts-container {
    padding: var(--spacing-8--static) var(--spacing-6--static)
      var(--spacing-4--static) var(--spacing-4--static);
  }

  .blog-page__search-container {
    padding: 0 var(--spacing-7--static) var(--spacing-14--static);
  }
}
.hform-btn {
  display: none !important;
}

/* Post */
.jd-post-content {
  margin-bottom: 50px;
}

.jd-blog-post-main.dnd-section {
  padding-top: 0;
}

.jd-blog-post {
  margin: 126px auto 74px;
  padding: 0 69px 0 213px;
  width: var(--theme--spacing--max-width);
  max-width: 95%;
}

.jd-blog-post-breadcrumbs-container {
  padding-top: 52px;
}

.jd-blog-post-container {
  display: flex;
  padding-top: var(--spacing-12);
}

.jd-blog-post-article {
  flex: 1;
  padding-right: 50px;
}

.jd-blog-post-aside {
  width: 30%;
}

.jd-post-published {
  margin-bottom: 26px;
  color: var(--color--legacy--green--rolling-stone);
}

.jd-post-content-container {
  display: flex;
  position: relative;
  flex-direction: column;
}

.jd-post-share-container {
  order: 2;
}

.jd-post-share {
  display: flex;
  position: absolute;
  top: 0;
  flex-direction: column;
  align-items: center;
  transform: translateX(-100%);
  padding-right: var(--spacing-8--static);
}

.jd-post-share a {
  margin-bottom: var(--spacing-4--static);
}

.jd-post-share-title {
  margin-bottom: var(--spacing-2--static);
  text-align: center;
  font: var(--font--legal);
}

.jd-blog-post-author {
  border: 1px solid var(--color--legacy--white--gainsboro-2);
  padding: 25px;
}

.jd-blog-post-author-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.jd-blog-post-author-avatar {
  margin-right: 20px;
  border-radius: 50%;
  background-position: center !important;
  background-size: cover !important;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}

.jd-blog-post-author-title strong {
  color: var(--color--legacy--green--rolling-stone);
  font-size: var(--font-size--legacy--8);
}

.jd-blog-nav {
  display: flex;
  align-items: center;
  margin: 75px 0;
  font-size: var(--font-size--legacy--4);
  font-weight: bold;
}

.jd-blog-nav > * {
  margin-right: 15px;
}

.jd-blog-nav a {
  color: var(--color--legacy--blue--oxford-blue);
}

.jd-blog-nav a:hover {
  text-decoration: none;
}

.jd-breadcrumb {
  display: inline-block;
  border-width: 4px 0 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent
    var(--color--legacy--blue--big-stone);
  width: 0;
  height: 0;
  content: '';
}

.jd-post-content img {
  height: auto;
}

.jd-post-hero {
  background-position: center !important;
  background-size: cover !important;
  padding: 100px 0;
}

.jd-post-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: var(--theme--spacing--max-width);
  max-width: 90%;
}

.jd-post-hero-inner > div {
  width: 48%;
}

.jd-post-hero-right {
  display: flex;
  justify-content: center;
}

.jd-post-hero-right h3.form-title {
  display: none;
}

.jd-post-hero-form {
  border: 1px solid var(--color--legacy--white--gainsboro-2);
  background: var(--color--white);
  padding: 25px;
  width: 450px;
  max-width: 100%;
}

.jd-post-hero-form input {
  border: none !important;
  background: var(--color--legacy--blue--solitude-5) !important;
}

.jd-post-hero-form .actions {
  text-align: center;
}

.jd-post-hero-form .actions input[type='submit'] {
  background: var(--color--cherry) !important;
}

.jd-blog-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.jd-blog-more-wrap .jd-request-btn {
  cursor: pointer;
}

.jd-listing-item {
  display: flex;
  margin-bottom: 25px;
  border: 1px solid var(--color--legacy--white--gainsboro-2);
}

.jd-listing-content {
  padding: 30px 35px;
}

.jd-listing-content .jd-post-published {
  margin-bottom: 15px;
}

.jd-listing-img {
  display: block;
  background-position: center !important;
  background-size: cover !important;
  min-width: 420px;
}

.jd-listing-read-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

html .jd-listing-read-more .jd-request-btn.hs-button {
  padding: 15px 50px;
  width: auto;
  font-size: var(--font-size--legacy--7);
  font-weight: normal;
}

.jd-blog-listing-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 35px;
  width: 800px;
  max-width: 100%;
}

.jd-blog-listing-filter > * {
  margin-bottom: 15px;
  width: 48% !important;
}

.jd-blog-listing-filter input,
.jd-blog-listing-filter select {
  border: none !important;
  background: var(--color--legacy--blue--solitude-5) !important;
}

.jd-blog-listing-filter select {
  appearance: none !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACuSURBVHgBjZCxDcIwEEW/YwZgBEagAspkE5iAS6AnAwAxk4QNEJ3paOkYwQxgG9tyRBBg8buT/rv/7zicaF01s8n0JqVUSCj6LlmcHxjwloiGCWADy3IhhAqQ2O5rWHMGZ+1PwGAOrQs/d0kQu4YApnyFPlCuymUAjCl8yhsUpM0C1uZUuc0+gWhsweoI3Dsb+6hCNEKWndy6I6yvFIBr38Pw7YYXeHD3Cvyr1Cef4aBIXOOxzEoAAAAASUVORK5CYII=') !important;
  background-position: 93% center !important;
  background-repeat: no-repeat !important;
}

.jd-blog-listing-head {
  margin-bottom: 35px;
  text-align: center;
}

.jd-listing-item .hs-search-highlight {
  color: var(--color--cherry) !important;
}

.jd-blog-load {
  opacity: 0.5;
  pointer-events: none;
}

a.jd-post-name {
  color: var(--color--legacy--blue--oxford-blue);
}

a.jd-post-name:hover {
  text-decoration: none !important;
  color: var(--color--legacy--blue--oxford-blue);
}

/* Popular Blog Post */
.popular-blog-post-container {
  padding-top: var(--spacing-8);
}

/* Image Link */
.jd-blog-post-aside .image-link {
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .jd-blog-post {
    margin-top: 73px;
    padding: var(--spacing-8--static) var(--spacing-5--static) 0;
  }

  .jd-blog-post-breadcrumbs-container {
    padding: var(--spacing-8--static) var(--spacing-48--static) 0 0;
  }

  .jd-blog-post-container {
    display: block;
  }

  .jd-post-share {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    transform: translateX(0);
    margin-top: 29px;
    width: auto;
  }

  .jd-post-share-title {
    margin-right: var(--spacing-10--static);
    margin-bottom: 0 !important;
  }

  .jd-post-share a {
    margin-right: var(--spacing-2);
    margin-bottom: 0;
  }

  .jd-blog-post-article {
    margin-bottom: 50px;
    padding-right: 0;
  }

  .jd-blog-post-aside {
    width: 100%;
  }

  .jd-post-hero-inner {
    display: block;
  }

  .jd-post-hero-inner > div {
    width: 100%;
  }

  .jd-post-hero-right {
    margin-top: 25px;
  }

  .jd-blog-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .jd-listing-item {
    display: block;
    width: 48%;
  }

  .jd-listing-img {
    padding-top: 60%;
    width: 100%;
    min-width: 1px;
  }
}

@media (max-width: 767px) {
  .jd-blog-post {
    margin-top: 58px;
  }

  .jd-blog-post-breadcrumbs-container {
    padding: 0;
  }

  .jd-listing-item {
    width: 100%;
  }

  .jd-blog-listing-filter > * {
    width: 100% !important;
  }
}

/* Blog Post */
.post-container {
  margin: 0 auto;
  width: 1000px;
  max-width: 80%;
}

.blog-post-title {
  margin: -200px auto 100px;
  box-shadow: 0 0 10px var(--color--legacy--black--black--alpha-20);
  background: var(--color--white);
  padding: 50px 5%;
  width: 1200px;
  max-width: 90%;
  text-align: center;
}

.blog-post-title h1 {
  color: var(--theme--global-colors--secondary-color);
}

#hubspot-topic_data .topic-link {
  font-size: var(--font-size--legacy--11);
}

.blog-post-author {
  margin-bottom: 20px;
  font-size: var(--font-size--legacy--11);
}

.blog-post-title-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.blog-post-title-bottom > div {
  margin: 20px 15px 0;
}

.blog-post-body-wrapper {
  display: flex;
  justify-content: flex-end;
}

.blog-post-body {
  margin-bottom: 50px;
  padding-left: 25px;
  width: 900px;
  max-width: 100%;
}

.blog-share a {
  color: var(--theme--global-colors--primary-color);
}

@media (max-width: 991px) {
  .blog-post-body-wrapper {
    display: block;
    padding: 0 5%;
  }

  .blog-post-body {
    padding-left: 0;
  }
}

/* Blog Listing */

.blog-item {
  display: flex;
  margin-bottom: 15px;
}

.blog-item-img {
  display: block;
  margin-right: 25px;
  width: 35%;
  min-width: 35%;
}

.blog-item-content {
  padding: 50px 0 25px;
}

.blog-item-name {
  display: flex;
  margin-bottom: 10px;
}

.blog-item-name h3 {
  margin-right: 15px;
  color: var(--theme--typography--body-text--color) !important;
}

.blog-body-wrapper .column-ct {
  display: flex;
}

.blog-body-wrapper .left-column-ct {
  margin-top: 0;
  margin-right: 50px;
  width: calc((100vw - 600px) / 2);
  min-width: 300px;
}

.blog-body-wrapper .right-column-ct {
  padding-right: 30px;
  max-width: 900px;
}

.blog-body-wrapper .left-col-section {
  margin-left: auto;
  padding-left: 30px;
  width: 300px;
}

.blog-filter {
  margin: 2px 0 50px;
  box-shadow: 1px 1px 10px var(--color--legacy--black--black--alpha-20);
}

.blog-filter-inner {
  margin-top: 5px;
  padding: 30px;
}

.blog-filter a {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--theme--typography--body-text--color) !important;
}

.blog-filter a.selected {
  color: var(--theme--global-colors--primary-color) !important;
}

h3.blog-filter-topics-label {
  margin-bottom: 0 !important;
}

.blog-filters {
  margin-top: 5px;
}

.blog-sub-2 {
  position: relative;
  float: none !important;
  margin-bottom: 50px;
  max-width: 250px;
}

.blog-sub-2 h3 {
  padding-bottom: 0 !important;
  color: var(--theme--typography--body-text--color) !important;
  font-size: var(--font-size--legacy--8) !important;
  font-weight: normal !important;
}

.blog-sub-2 .hs-error-msgs {
  display: none !important;
}

.blog-sub-2 form {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--theme--typography--body-text--color);
}

.blog-sub-2 input[type='submit'] {
  opacity: 0;
  margin-top: 0 !important;
  padding: 0 !important;
  width: 30px !important;
  max-width: 30px !important;
  height: 35px !important;
  min-height: 35px !important;
  font-size: 1px;
}

.blog-sub-2 input {
  border: none !important;
  padding: 10px 0 10px 15px !important;
}

.blog-sub-2 .hs-form-field {
  margin-bottom: 0 !important;
}

.blog-body-wrapper .stagger-search {
  max-width: 250px;
}

.blog-sub-arrow {
  position: absolute;
  right: 8px;
  bottom: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--theme--global-colors--primary-color);
  width: 0;
  height: 0;
  pointer-events: none;
}

.blog-filter-topics-label i {
  display: none;
  float: right;
}

.topics a {
  color: var(--theme--global-colors--secondary-color);
  font-weight: bold;
}

@media (max-width: 991px) {
  .blog-body-wrapper .column-ct {
    display: block;
  }

  .blog-body-wrapper .left-col-section {
    padding: 0 5%;
    width: 100%;
    max-width: 100%;
  }

  .blog-body-wrapper .right-column-ct {
    width: 100%;
    max-width: 100%;
  }

  .blog-body-wrapper .right-column-ct > div {
    margin: 0 5%;
  }

  .blog-filter {
    margin: 0 5% 50px;
  }

  .blog-filter .left-col-section {
    padding: 0;
  }

  .blog-body-wrapper .right-column-ct,
  .blog-body-wrapper .left-column-ct {
    padding-right: 0;
    width: 100%;
  }

  .blog-filter {
    padding: 15px 20px 10px;
  }

  .blog-filters {
    display: none;
  }

  .blog-filter-topics-label i {
    display: inline;
  }
}

@media (max-width: 767px) {
  .blog-item {
    display: block;
  }

  .blog-item-img {
    width: 100%;
    height: 50vw;
  }

  .blog-item-content {
    padding: 25px 0;
  }
}

/* Blog header */

.mbp-blog-hero .widget-type-blog_subscribe {
  width: 100%;
}

.mbp-blog-hero .widget-type-blog_subscribe h3.form-title {
  padding-bottom: 10px;
}

.mbp-blog-hero .widget-type-blog_subscribe form {
  display: flex;
}

.mbp-blog-hero .widget-type-blog_subscribe .hs_email {
  flex: 1;
  margin-bottom: 0;
}

.mbp-blog-hero .widget-type-blog_subscribe .actions input {
  font-size: var(--font-size--legacy--13);
}

.dnd-section.blog-body-wrapper {
  padding-bottom: 0;
}

.blog-header {
  background-color: var(--color--legacy--blue--pattens-blue);
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  padding: 3.3rem 0;
  max-width: 600px;
}

.blog-header__title {
  font-size: var(--font-size--32);
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 var(--color--legacy--black--black--alpha-15);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  border-radius: 50%;
  background-color: var(--color--black);
  width: 40px;
  height: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: var(--color--legacy--violet--gun-powder);
}

.blog-header__author-social-links svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 15px;
  fill: var(--color--white);
}

/* Blog listing */

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index::after {
  flex: auto;
  content: '';
  -webkit-box-flex: 1;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  line-height: var(--line-height--110);
  font-size: var(--font-size--legacy--9);
}

.blog-index__tag-heading {
  border-bottom: 3px solid var(--color--legacy--blue--link-water-2);
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: var(--font-size--20);
}

.blog-index__post-content p {
  font-family: var(--font-family--legacy--blog);
}

.blog-index__post-content a {
  color: var(--color--legacy--violet--gun-powder);
}

.blog-index__post img {
  max-width: 100%;
  height: auto;
}

/* Blog pagination */

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
  font-family: var(--font-family--legacy--blog);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.blog-pagination__link {
  display: inline-flex;
  margin: 0 0.1rem;
  border: 2px solid transparent;
  border-radius: 7px;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
  line-height: var(--line-height--100);
  color: var(--color--legacy--violet--gun-powder);
}

.blog-pagination__link--active {
  border: 2px solid var(--color--legacy--blue--spindle);
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  cursor: default;
  color: var(--color--legacy--blue--spindle);
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: var(--color--legacy--violet--gun-powder);
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: var(--color--legacy--blue--spindle);
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid var(--color--legacy--blue--spindle);
}

/* Blog related posts */

.related-blog-post-content {
  padding-top: var(--spacing-8);
}

.related-blog-post-header {
  margin: 0;
  padding-top: var(--spacing-8);
  color: var(--color--slate);
  font: var(--font--paragraph);
}

.related-blog-post-image {
  margin-bottom: var(--spacing-6);
}

.related-blog-post-image img {
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}

.related-blog-post-category {
  color: var(--color--water);
  font: var(--font--paragraph--bold);
}

.related-blog-post-title {
  margin: var(--spacing-2) 0;
  color: var(--color--slate);
  font: var(--font--h6--desktop);
}

.related-blog-post-byline {
  color: var(--color--slate);
  font: var(--font--legal);
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.topic-list {
  margin: 10px 0;
}

.mp-posts.post-listing {
  margin-top: 10px;
}

.mp-posts h4 {
  color: var(--theme--typography--body-text--color);
}

.blog-recent-posts__list .box {
  margin-top: 15px;
  border-radius: var(--theme--spacing--border-radius);
  width: 32%;
}

.blog-recent-posts__list .box:nth-child(2) {
  margin: 15px 2% 0;
}

.blog-recent-posts__list h4 a {
  color: var(--theme--typography--body-text--color);
}

.blog-recent-posts__list .more-link {
  color: var(--theme--global-colors--tertiary-color);
}

.blog-recent-posts__list .more-link i {
  color: var(--theme--global-colors--tertiary-color);
}

.blog-sub {
  padding-right: 10px;
}

.blog-sub .widget-type-blog_subscribe {
  width: 100%;
}

.blog-sub .hs_error_rollup {
  display: none !important;
}

.blog-recent-posts__post {
  display: block;
  flex: 0 0 100%;
  padding: 1rem;
  color: var(--color--legacy--violet--gun-powder);
  -webkit-box-flex: 0;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  border: 2px solid var(--color--legacy--violet--gun-powder);
  background-color: transparent;
  color: var(--color--legacy--violet--gun-powder);
}

.blog-comments .hs-button:hover {
  background-color: var(--color--legacy--violet--gun-powder);
  color: var(--color--white);
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: var(--color--legacy--violet--gun-powder);
}

/* Blog */

.blog-sub h3 {
  margin: 0;
}

.blog-sub form {
  display: flex;
}

.blog-sub form > .field {
  flex: 1 auto;
  max-width: 300px;
}

.blog-sub form .field > label {
  display: none;
}

html .blog-sub form .input {
  padding: 0;
}

.blog-sub .actions {
  padding-top: 0;
}

.blog-sub .field input {
  border: 1px solid var(--theme--global-colors--primary-color);
  border-right: none;
  border-radius: var(--theme--buttons--border-radius) 0 0
    var(--theme--buttons--border-radius);
  background: var(--color--legacy--white--white--alpha-70)
    url('https://6647721.fs1.hubspotusercontent-na1.net/hubfs/6647721/subscription-Icon.png')
    no-repeat 3.5% center;
  padding: 10px 10px 10px 50px;
  width: 100%;
  height: 50px;
}

.dnd-section .blog-sub form input[type='submit'],
.dnd-section .blog-sub form .hs-button {
  padding: 10px 20px;
  height: 50px;
}

.blog-sub .actions input {
  display: inline-block;
  transition: var(--transition--default);
  border: var(--theme--buttons--border);
  border-radius: 0 var(--theme--buttons--border-radius)
    var(--theme--buttons--border-radius) 0;
  box-shadow: 3px 3px 10px var(--color--legacy--black--black--alpha-20), var(--theme--buttons--hover-color) 0 0 10px -10px inset;
  background: var(--theme--buttons--background-color);
  padding: 5px 15px;
  height: 60px;
  text-decoration: none;
  white-space: nowrap;
  color: var(--theme--buttons--text-color);
  font-family: var(--theme--global-fonts--secondary-font);
}

.blog-sub .actions input:hover,
.blog-sub .actions input:focus {
  box-shadow: 3px 3px 10px var(--color--legacy--black--black--alpha-20), var(--theme--buttons--hover-color) 300px 0 10px -10px inset;
  text-decoration: none;
  color: var(--theme--buttons--text-color);
}

.mp-posts {
  display: flex;
  flex-wrap: wrap;
}

.mp-posts .mb-resource-wrapper {
  width: 50%;
}

.resource-cta {
  position: fixed;
  top: 90px;
  transition: var(--transition--default);
  z-index: 10;
  background: var(--theme--global-colors--secondary-color);
  padding: 30px 0;
  width: 100%;
  color: var(--color--white);
}

.resource-cta.scroll {
  padding: 15px 0;
}

.resource-cta a {
  text-decoration: none;
  color: var(--color--white);
}

.resource-cta h3 {
  margin-bottom: 10px;
  font-size: var(--font-size--legacy--20);
}

.resource-cta.scroll h3 {
  margin-bottom: 0;
  font-size: var(--font-size--legacy--16);
}

.cta-item .item-inner {
  display: flex;
  align-items: center;
  height: auto;
}

.resource-cta.scroll .text {
  display: none;
}

.resource-cta .more-link {
  display: inline-block;
  border: 1px solid var(--color--white);
  border-radius: var(--theme--spacing--border-radius);
  padding: 10px 30px;
  letter-spacing: 2px;
  font-family: var(--theme--global-fonts--secondary-font);
}

.resource-cta .more-link:hover {
  background: var(--color--white);
  color: var(--theme--global-colors--secondary-color);
}

.resource-cta .more-link strong {
  font-weight: normal;
}

.resource-cta .more-link i {
  transition: var(--transition--default);
  color: var(--color--white);
}

.resource-cta .more-link:hover i {
  color: var(--theme--global-colors--secondary-color);
}

.blog-pagin-wrapper {
  padding: 10px;
  text-align: right;
}

.blog-pagin-wrapper a {
  margin-left: 5px;
  text-decoration: none;
  color: var(--color--legacy--grey--grey-3);
}

.blog-pagin-wrapper a.active {
  color: var(--theme--global-colors--tertiary-color);
}

.mb-resource-filter .hs-search-field input {
  margin-bottom: 0;
}

.hs-search-field__suggestions {
  position: absolute;
  border: none !important;
  border-radius: var(--theme--spacing--border-radius);
  box-shadow: 0 0 5px var(--color--legacy--black--black--alpha-10);
  background: var(--color--legacy--white--white-smoke-1);
  padding: 0 15px;
  color: var(--theme--global-colors--secondary-color);
}

.hs-search-field__suggestions li {
  padding: 1px 0;
}

.hs-search-field__suggestions li:nth-child(1) {
  padding-top: 15px;
}

.hs-search-field__suggestions li:nth-last-child(1) {
  padding-bottom: 20px;
}

html .hs-search-field__suggestions a {
  color: var(--theme--global-colors--secondary-color);
}

html .hs-search-field__suggestions a:hover {
  color: var(--theme--global-colors--tertiary-color);
}

.hs-search-highlight {
  color: var(--theme--global-colors--tertiary-color) !important;
}

.blog-topics-wrapper {
  margin-top: 20px;
}

.resource-section .post-page .right-column {
  padding-left: 0;
  width: 100%;
}

.resource-section .post-page h1 {
  margin-bottom: 10px;
}

.read-time {
  font-family: var(--font-family--legacy--bebas);
  font-size: var(--font-size--legacy--8);
}

.author-share {
  padding-bottom: 30px;
  font-weight: 600;
}

.author-share a {
  text-decoration: none;
  color: var(--theme--global-colors--tertiary-color);
}

.author-share a:hover {
  opacity: 0.8;
  color: var(--theme--global-colors--tertiary-color);
}

.author-share a i {
  margin-left: 5px;
}

.blog-inside-img {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
}

.author-share {
  display: flex;
}

.author-wrapper {
  display: flex;
  width: auto;
}

.author-img {
  display: block;
  position: relative;
  border: 3px solid var(--color--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.author-share .blog-share {
  border-left: 3px solid var(--color--white);
  border-radius: 0 var(--theme--spacing--border-radius)
    var(--theme--spacing--border-radius) 0;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: var(--font-size--legacy--11);
}

.author-wrapper > div {
  padding-right: 10px;
}

.blog-audio {
  margin-bottom: 20px;
}

.acc-hero .widget-type-blog_subscribe form {
  display: flex;
}

.acc-hero .widget-type-blog_subscribe .hs_email {
  flex: 1 auto;
}

.acc-hero .widget-type-blog_subscribe .actions {
  margin-top: 40px;
  margin-left: 30px;
}

.no-featured {
  padding: 50px 0;
}

@media (max-width: 950px) {
  .blog-recent-posts__list .box {
    width: 49%;
  }

  .blog-recent-posts__list .box:nth-child(2) {
    margin-right: 0;
  }

  .blog-recent-posts__list .box:nth-child(3) {
    display: none;
  }

  .blog-sub {
    padding-top: 20px;
    padding-right: 0;
  }

  .blog-topics-wrapper {
    position: relative;
    background: var(--color--white);
  }

  .mb-resource-filter h3,
  .blog-topics-wrapper a {
    color: var(--color--legacy--grey--suva-grey);
  }

  .mb-resource-filter h3 {
    position: relative;
    margin: 0;
    padding: 10px 20px 10px 10px;
    font-size: var(--font-size--legacy--7);
  }

  .mb-resource-filter h3::after {
    position: absolute;
    right: 10px;
    font-family: var(--font-family--icons);
    content: '';
  }

  .blog-topics-wrapper > div {
    display: none;
    position: absolute;
    border-top: 1px solid var(--color--legacy--grey--suva-grey);
    box-shadow: 0 3px 5px var(--color--legacy--black--black--alpha-15);
    background: var(--color--white);
    width: 100%;
    max-height: 70vh;
    overflow: auto;
  }

  .blog-topics-wrapper:hover > div {
    display: block;
  }
}

@media (max-width: 767px) {
  .mp-posts .mb-resource-wrapper {
    width: 100%;
  }

  .blog-recent-posts__list .box {
    width: 100%;
  }

  .blog-recent-posts__list .box:nth-child(2) {
    margin-left: 0;
  }

  .related-blog-post-content {
    padding-top: 0;
    padding-bottom: var(--spacing-6);
  }

  .related-blog-post-header {
    padding-bottom: var(--spacing-2);
    font: var(--font--large-paragraph--mobile);
  }

  .related-blog-post-image {
    margin-bottom: var(--spacing-2);
  }

  .related-blog-post-title {
    color: var(--color--black);
    font: var(--font--h4--mobile);
  }

  .related-blog-post-byline {
    font-size: var(--font-size--legacy--1);
  }
}
.course-catalog-section {
  background-color: var(--color--water);
  color: var(--color--white);
}

.course-catalog-section-content {
  flex-shrink: 0;
  padding: 0 var(--spacing-1--static) var(--spacing-5--static) 0;
  width: 25%;
  font: var(--font--paragraph);
}

@media (max-width: 1023px) {
  .course-catalog-section-content {
    width: 100%;
  }
}

.course-catalog-section-description {
  margin: var(--spacing-6) 0 0;
  font: var(--font--paragraph);
}

.course-catalog-section-description:first-child {
  margin-top: 0;
}

.course-catalog-section-heading {
  margin: 0;
  color: inherit;
  font: var(--font--h3--desktop);
}

.course-catalog-section-inner {
  display: flex;
  margin: 0 auto;
  padding: var(--spacing-20--static) var(--spacing-5--static);
  width: 95%;
  max-width: var(--theme--spacing--max-width);
}

@media (max-width: 1023px) {
  .course-catalog-section-inner {
    display: block;
    padding: var(--spacing-10--static) var(--spacing-5--static);
    max-width: 90%;
  }
}

/* overriding value from config template */
@media (min-width: 768px) and (max-width: 1023px) {
  .course-catalog-section-inner .course-card-wrap {
    width: 50% !important;
  }
}

.course-catalog-section-link {
  display: inline-block;
  margin-top: var(--spacing-6);
  color: var(--color--white);
  font: var(--font--paragraph--semibold);
}

.course-catalog-section-link:hover,
.course-catalog-section-link:focus {
  color: var(--color--white);
}

.course-catalog-section-link-icon {
  display: inline-block;
  vertical-align: middle;
  fill: var(--color--cherry);
}

.course-catalog-section-module {
  flex-grow: 1;
}
.main-banner {
  background: var(--theme--spacing--system-color);

  /* prettier-ignore */
  padding: var(--theme--spacing--vertical-spacing) 0 calc(var(--theme--spacing--vertical-spacing) + 200px);
}

.system-header {
  background: var(--theme--spacing--system-color);
  padding-bottom: calc(var(--theme--spacing--vertical-spacing) + 200px);
}

.main-banner .container {
  width: 900px;
}

.system-body .dnd-section {
  padding-top: 0;
}

/* Error pages */

.error-page {
  position: relative;
  margin: -200px auto 0;
  box-shadow: 0 0 10px var(--color--legacy--black--black--alpha-20);
  background: var(--color--white);
  padding: 5rem 50px;
  width: 900px;
  text-align: center;
}

.error-page::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  color: var(--color--legacy--blue--solitude-4);
  font-size: 40vw;
  font-weight: bold;
  content: attr(data-error);
}

@media screen and (min-width: 1100px) {
  .error-page::before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: -200px auto 0;
  box-shadow: 0 0 10px var(--color--legacy--black--black--alpha-20);
  background: var(--color--white);
  padding: 5rem 50px;
  max-width: 900px;
}

.systems-page .success {
  display: inline-block;
  margin: 1.4rem 0;
  border: 1.5px solid var(--color--legacy--green--bilbao);
  border-radius: 6px;
  background-color: var(--color--legacy--green--peppermint);
  padding: 0.1rem 0.7rem;
  width: 100%;
  color: var(--color--legacy--green--bilbao);
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--color--white);
  width: 100%;
  max-width: 360px;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  margin-bottom: 0.35rem;
  text-decoration: underline;
  color: var(--color--legacy--violet--gun-powder);
  font-size: var(--font-size--20);
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: var(--color--legacy--blue--navy-blue);
}

/* Password prompt */

.password-prompt input[type='password'] {
  display: block;
  margin-bottom: 1.4rem;
  height: auto !important;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
.sample-class-hero-wrapper.dnd-section {
  background-position: top !important;
  background-size: 100% !important;
}

.sample-class-hero__module-name {
  line-height: var(--line-height--116);
}

.sample-class-hero-wrapper h1 {
  padding: 24px 0;
}

.sample-class-video-wrapper .section-header {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
}

.sample-class-hero-wrapper .row-fluid-wrapper .dnd-column {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.sample-class-hero-wrapper
  .row-fluid-wrapper
  .dnd-column:not(.sample-class-module-text-wrapper) {
  transform: translate(0, 200px);
}

@media (max-width: 767px) {
  .sample-class-hero-wrapper.dnd-section {
    background-position: 90% center !important;
    background-size: auto !important;
  }
}
.background--sage {
  background-color: var(--color--legacy--green--ottoman);
}

.background--chalk {
  background-color: var(--color--chalk);
}
@keyframes slide-in {
  0% {
    right: -90px;
    left: 100px;
    opacity: 0;
  }

  100% {
    right: 10px;
    left: 0;
    opacity: 1;
  }
}

@keyframes slide-out {
  0% {
    right: 10px;
    left: 0;
    opacity: 1;
  }

  100% {
    right: 110px;
    left: -100px;
    opacity: 0;
  }
}

.dnd-section.vert-tabs
  .dnd-row[class*='background-color']
  .dnd-column[class*='background-color'],
.dnd-section.vert-tabs
  .dnd-row[class*='background-color']
  .dnd-column[class*='background-image'] {
  border-radius: 0;
  box-shadow: none;
  overflow: unset;
}

.dnd-section.vert-tabs .dnd-column[class*='background-image'],
.dnd-section.vert-tabs .dnd-row[class*='background-image'] {
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.dnd-section.vert-tabs
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(1) {
  margin-left: 0 !important;
  min-height: 400px;
}

.dnd-section.vert-tabs
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(1)
  > .dnd-row {
  border-bottom: 1px solid var(--color--legacy--white--white--alpha-50);
  cursor: pointer;
  padding: 30px 20px;
  color: var(--color--white);
}

.dnd-section.vert-tabs
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(1)
  > .dnd-row:hover {
  background: var(--color--legacy--white--white--alpha-10);
}

.dnd-section.vert-tabs
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(1)
  > .dnd-row.selected {
  background: var(--color--white);
  color: var(--theme--global-colors--primary-color);
}

.dnd-section.vert-tabs
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(1)
  > .dnd-row:nth-last-child(1) {
  border-bottom: none;
}

.dnd-section.vert-tabs
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(2) {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.dnd-section.vert-tabs
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(2)
  > .dnd-row {
  position: absolute;
  inset: 0 -20px 0 30px;
  opacity: 0;
  z-index: -1;
  padding-right: 10px;
  height: 0;
  overflow: hidden auto;
  animation: slide-out 0.5s;
}

.dnd-section.vert-tabs
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(2)
  > .dnd-row.selected {
  right: 10px;
  left: 0;
  opacity: 1;
  z-index: 1;
  height: auto;
  animation: slide-in 0.5s;
}

.hs-inline-edit
  .dnd-section.vert-tabs
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(2) {
  padding-right: 20px;
}

.hs-inline-edit
  .dnd-section.vert-tabs
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(2)
  > .dnd-row {
  position: static;
  right: 10px;
  left: 0;
  opacity: 1;
  z-index: 1;
  margin-bottom: 20px;
  border: 1px dashed gray;
  height: auto;
}

.hs-inline-edit
  .dnd-section.vert-tabs
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(2)
  > .dnd-row::after {
  display: block;
  margin-top: 20px;
  background: gray;
  padding: 10px;
  text-align: center;
  color: var(--color--white);
  content: 'End Tab Section';
}

.dnd-row::-webkit-scrollbar {
  width: 9px;
}

/* Track */
.dnd-row::-webkit-scrollbar-track {
  border: 4px solid var(--color--white);
  background: var(--color--legacy--white--white-smoke-1);
}

/* Handle */
.dnd-row::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--color--legacy--white--white-smoke-1);
}

/* Handle on hover */
.dnd-row::-webkit-scrollbar-thumb:hover {
  background: var(--theme--global-colors--secondary-color);
}

.dnd-section.vert-tabs.vert2
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color'] {
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: unset;
}

.dnd-section.vert-tabs.vert2
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(1)
  > .dnd-row {
  padding: 40px 0 0;
}

.dnd-section.vert-tabs.vert2
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(1)
  > .dnd-row {
  color: var(--color--legacy--grey--grey-3);
}

.dnd-section.vert-tabs.vert2
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(1)
  > .dnd-row.selected {
  position: relative;
  font-weight: 600;
}

.dnd-section.vert-tabs.vert2
  > .row-fluid
  > .dnd-column
  > .dnd-row[class*='background-color']
  > .row-fluid
  > .dnd-column:nth-child(1)
  > .dnd-row.selected::before {
  position: absolute;
  left: -30px;
  color: var(--theme--global-colors--tertiary-color);
  font-size: var(--font-size--legacy--14);
  content: '►';
}

.dnd-section.hrz-tabs .dnd-column[class*='background-image'],
.dnd-section.hrz-tabs .dnd-row[class*='background-image'],
.dnd-section.hrz-tabs
  .dnd-row[class*='background-color']
  .dnd-column[class*='background-color'] {
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hs-inline-edit
  .dnd-section.hrz-tabs
  .dnd-row[class*='background-image']
  > .row-fluid
  > .dnd-column[class*='background-color']
  > .dnd-row {
  position: static;
  right: 10px;
  left: 0;
  opacity: 1;
  z-index: 1;
  margin-bottom: 20px;
  border: 1px dashed gray;
}

.hs-inline-edit
  .dnd-section.hrz-tabs
  .dnd-row[class*='background-image']
  > .row-fluid
  > .dnd-column[class*='background-color']
  > .dnd-row::after {
  display: block;
  margin-top: 20px;
  background: gray;
  padding: 10px;
  text-align: center;
  color: var(--color--white);
  content: 'End Tab Section';
}

.dnd-section.hrz-tabs
  .dnd-row[class*='background-image']
  > .row-fluid
  > .dnd-column[class*='background-color'] {
  position: relative;
  height: 500px;
}

.dnd-section.hrz-tabs
  .dnd-row[class*='background-image']
  > .row-fluid
  > .dnd-column[class*='background-color']
  > .dnd-row {
  position: absolute;
  inset: 0 -20px 0 30px;
  opacity: 0;
  z-index: -1;
  margin: 10px 0 10px 10px;
  padding: 20px 5%;
  overflow: hidden auto;
  animation: slide-out 0.5s;
}

.dnd-section.hrz-tabs
  .dnd-row[class*='background-image']
  > .row-fluid
  > .dnd-column[class*='background-color']
  > .dnd-row.selected {
  right: 10px;
  left: 0;
  opacity: 1;
  z-index: 1;
  animation: slide-in 0.5s;
}

.hs-inline-edit
  .dnd-section.hrz-tabs
  .dnd-row[class*='background-image']
  > .row-fluid
  > .dnd-column[class*='background-color'] {
  height: auto;
}

.hs-inline-edit
  .dnd-section.hrz-tabs
  .dnd-row[class*='background-image']
  > .row-fluid
  > .dnd-column[class*='background-color']
  > .dnd-row {
  position: static;
  right: 10px;
  left: 0;
  opacity: 1;
}

@media (max-width: 1023px) {
  .dnd-section.vert-tabs
    > .row-fluid
    > .dnd-column
    > .dnd-row[class*='background-color']
    > .row-fluid
    > .dnd-column:nth-child(1)
    .dnd-row
    > .row-fluid {
    flex-wrap: nowrap;
  }

  .dnd-section.vert-tabs
    > .row-fluid
    > .dnd-column
    > .dnd-row[class*='background-color']
    > .row-fluid
    > .dnd-column:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0 !important;
    min-height: 1px;
  }

  .dnd-section.vert-tabs.vert2
    > .row-fluid
    > .dnd-column
    > .dnd-row[class*='background-color']
    > .row-fluid
    > .dnd-column:nth-child(1) {
    display: none;
  }

  .dnd-section.vert-tabs
    > .row-fluid
    > .dnd-column
    > .dnd-row[class*='background-color']
    > .row-fluid
    > .dnd-column:nth-child(1)
    > .dnd-row {
    padding: 5px 20px;
    width: 33%;
  }

  .dnd-section.vert-tabs
    > .row-fluid
    > .dnd-column
    > .dnd-row[class*='background-color']
    > .row-fluid
    > .dnd-column:nth-child(2)
    > .dnd-row {
    position: static;
    padding: 0 10%;
  }

  .dnd-section.vert-tabs.vert2
    > .row-fluid
    > .dnd-column
    > .dnd-row[class*='background-color']
    > .row-fluid
    > .dnd-column:nth-child(2)
    > .dnd-row {
    opacity: 1;
    padding: 0;
    height: auto;
  }

  .dnd-section.hrz-tabs
    .dnd-row[class*='background-image']
    > .row-fluid
    > .dnd-column[class*='background-color'] {
    height: auto;
  }

  .dnd-section.hrz-tabs
    .dnd-row[class*='background-image']
    > .row-fluid
    > .dnd-column[class*='background-color']
    > .dnd-row {
    position: relative;
    right: 10px;
    left: 0;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .dnd-section.vert-tabs
    > .row-fluid
    > .dnd-column
    > .dnd-row[class*='background-color']
    > .row-fluid
    > .dnd-column:nth-child(1)
    > .dnd-row {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .dnd-section.vert-tabs
    > .row-fluid
    > .dnd-column
    > .dnd-row[class*='background-color']
    > .row-fluid
    > .dnd-column:nth-child(1)
    > .dnd-row {
    width: 100%;
  }
}
.widget-type-custom_widget .list-icons {
  padding-left: 0;
  list-style: none;
}

.widget-type-custom_widget .list-icons .icon {
  margin-right: 0.5em;
  font-size: var(--font-size--legacy--13);
}

.widget-type-custom_widget .list-icons .icon.icon-check_circle::before {
  display: inline-block;
  background-image: url('https://23273748.fs1.hubspotusercontent-na1.net/hub/23273748/hubfs/sprite.svg');
  background-position: 0 -6em;
  background-repeat: no-repeat;
  background-size: 1.015625em 27em;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  content: ' ';
}

.widget-type-custom_widget .list-icons .icon.icon-color-melon::before {
  background-image: url('https://23273748.fs1.hubspotusercontent-na1.net/hub/23273748/hubfs/sprite-melon.svg');
}

.tabbed-content .tabs-content .tab-content ul {
  padding: 0;
  list-style-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6455 7.03246C16.3508 6.72514 16.0461 6.40746 15.9309 6.12906C15.8251 5.87332 15.8187 5.44974 15.8125 5.04004C15.801 4.27763 15.7879 3.41353 15.1872 2.81279C14.5865 2.21205 13.7224 2.19901 12.96 2.18748C12.5503 2.1813 12.1267 2.1749 11.8709 2.06908C11.5926 1.95395 11.2749 1.64923 10.9675 1.35451C10.4278 0.836776 9.81581 0.25 9 0.25C8.18419 0.25 7.57231 0.836776 7.03246 1.35451C6.72514 1.64923 6.40746 1.95395 6.12906 2.06908C5.87332 2.1749 5.44974 2.1813 5.04004 2.18748C4.27763 2.19901 3.41353 2.21205 2.81279 2.81279C2.21205 3.41353 2.19901 4.27763 2.18748 5.04004C2.1813 5.44974 2.1749 5.87332 2.06908 6.12906C1.95395 6.40738 1.64923 6.72514 1.35451 7.03246C0.836776 7.57224 0.25 8.18419 0.25 9C0.25 9.81581 0.836776 10.4277 1.35451 10.9675C1.64923 11.2749 1.95395 11.5925 2.06908 11.8709C2.1749 12.1267 2.1813 12.5503 2.18748 12.96C2.19901 13.7224 2.21205 14.5865 2.81279 15.1872C3.41353 15.7879 4.27763 15.801 5.04004 15.8125C5.44974 15.8187 5.87332 15.8251 6.12906 15.9309C6.40738 16.0461 6.72514 16.3508 7.03246 16.6455C7.57224 17.1632 8.18419 17.75 9 17.75C9.81581 17.75 10.4277 17.1632 10.9675 16.6455C11.2749 16.3508 11.5925 16.0461 11.8709 15.9309C12.1267 15.8251 12.5503 15.8187 12.96 15.8125C13.7224 15.801 14.5865 15.7879 15.1872 15.1872C15.7879 14.5865 15.801 13.7224 15.8125 12.96C15.8187 12.5503 15.8251 12.1267 15.9309 11.8709C16.0461 11.5926 16.3508 11.2749 16.6455 10.9675C17.1632 10.4278 17.75 9.81581 17.75 9C17.75 8.18419 17.1632 7.57231 16.6455 7.03246ZM12.869 7.57712L8.28566 11.9521C8.1694 12.0631 8.01486 12.125 7.85414 12.125C7.69342 12.125 7.53888 12.0631 7.42262 11.9521L5.13098 9.76462C5.07157 9.70796 5.02391 9.64015 4.99072 9.56507C4.95752 9.48998 4.93944 9.40909 4.93751 9.32702C4.93559 9.24495 4.94984 9.1633 4.97948 9.08674C5.00911 9.01018 5.05354 8.94021 5.11022 8.88083C5.1669 8.82144 5.23472 8.7738 5.30982 8.74063C5.38492 8.70746 5.46581 8.68941 5.54788 8.68752C5.62996 8.68562 5.7116 8.69991 5.78815 8.72957C5.8647 8.75923 5.93465 8.80368 5.99402 8.86038L7.85414 10.636L12.006 6.67288C12.0653 6.61618 12.1353 6.57173 12.2119 6.54207C12.2884 6.51241 12.37 6.49812 12.4521 6.50002C12.5342 6.50191 12.6151 6.51996 12.6902 6.55313C12.7653 6.5863 12.8331 6.63394 12.8898 6.69332C12.9465 6.75271 12.9909 6.82268 13.0205 6.89924C13.0502 6.9758 13.0644 7.05745 13.0625 7.13952C13.0606 7.22159 13.0425 7.30248 13.0093 7.37757C12.9761 7.45265 12.9284 7.52046 12.869 7.57712Z' fill='%23D72A25'/%3E%3C/svg%3E%0A");
}

.tabbed-content .tabs-content .tab-content ul li {
  padding-left: 10px;
}

.dnd_area-row-1-max-width-section-centering.dnd-section.three-column-section
  .row-number-9
  .hs-image-widget {
  position: relative;
  transition: transform 0.3s;
  box-shadow: 0 4px 12px var(--color--legacy--grey--nero--alpha-20);
  max-width: 100%;
}

.dnd_area-row-1-max-width-section-centering
  .dnd-section.three-column-section
  .row-number-9
  .hs-image-widget:hover {
  transform: scale(1.1) translateY(-5%);
  z-index: 100;
}

@media (min-width: 998px) {
  .top-right-arrows-flex-slider
    .slick-list
    .item
    .item-inner
    .vertical-card-content {
    flex-flow: row nowrap;
    align-items: center;
  }
}

@media (max-width: 997px) {
  .top-right-arrows-flex-slider
    .slick-list
    .item
    .item-inner
    .vertical-card-content {
    flex-wrap: nowrap;
  }
}

.top-right-arrows-flex-slider
  .slick-list
  .item
  .item-inner
  .vertical-card-content
  .quote-head {
  flex-basis: 40%;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}

.top-right-arrows-flex-slider
  .slick-list
  .item
  .item-inner
  .vertical-card-content
  .quote-head
  .caption {
  font-size: var(--font-size--14);
}

@media (min-width: 998px) {
  .top-right-arrows-flex-slider
    .slick-list
    .item
    .item-inner
    .vertical-card-content
    > div:nth-child(2) {
    flex: 1;
    flex-basis: 60%;
    padding-left: 30px;
  }
}

.top-right-arrows-flex-slider
  .slick-list
  .item
  .item-inner
  .vertical-card-content
  .quote-body {
  text-align: left;
  font-size: var(--font-size--legacy--13);
}

.top-right-arrows-flex-slider
  .slick-list
  .item
  .item-inner
  .vertical-card-content
  .quote-body
  p {
  font-size: var(--font-size--legacy--13);
}

.top-right-arrows-flex-slider
  .slick-list
  .item
  .item-inner
  .vertical-card-content
  .quote-body
  .quote-mark {
  width: 35px;
  height: 40px;
}

.top-right-arrows-flex-slider .mb-scroller-outer > div {
  text-align: right !important;
}

.top-right-arrows-flex-slider .more-slider-nav .slick-list {
  display: none !important;
}

.image-slide-show .more-slider-nav .slick-list {
  display: none;
}

.image-slide-show .mb-scroller-outer .more-slider-nav {
  position: static;
}

.image-slide-show .mb-scroller-outer .more-slider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -25px;
}

.image-slide-show .mb-scroller-outer .more-slider-nav .slick-arrow.slick-next {
  right: 0;
}

.image-slide-show
  .mb-scroller-outer
  .more-slider-nav
  .slick-arrow.slick-next
  .fa-regular {
  font-weight: normal;
}

.image-slide-show
  .mb-scroller-outer
  .more-slider-nav
  .slick-arrow.slick-next
  .fa-regular::before {
  content: '\f105';
}

.image-slide-show
  .mb-scroller-outer
  .more-slider-nav
  .slick-arrow.slick-prev
  .fa-regular::before {
  content: '\f104';
}

@media (min-width: 998px) {
  .image-slide-show .mb-scroller-outer .more-slider-nav {
    display: none;
  }
}

.image-slide-show
  .mb-scroller-outer
  .mb-scroller-wrapper
  .item
  .item-inner.box {
  overflow: visible;
  text-align: center;
}

.image-slide-show .mb-scroller-outer .mb-scroller-wrapper .slick-track {
  padding: 40px 10px 10px;
}

.image-slide-show
  .mb-scroller-outer
  .mb-scroller-wrapper
  .item
  .item-inner.box
  img {
  display: inline;
  position: relative;
  transition: transform 0.3s;
  box-shadow: 0 4px 12px var(--color--legacy--grey--nero--alpha-20);
  max-width: 100%;
}

.image-slide-show
  .mb-scroller-outer
  .mb-scroller-wrapper
  .item
  .item-inner.box
  img:hover {
  transform: scale(1.1) translateY(-5%);
  z-index: 100;
}

.slick-arrow .fa-chevron-left,
.slick-arrow .fa-chevron-right {
  border-radius: 50%;
  background: var(--color--chalk);
  padding: 2px;
  width: 22px;
  font-size: var(--font-size--legacy--8);
}
.jd-blackout {
  background: var(--color--legacy--black--black--alpha-50) !important;
}

/* Cart rec */
.jd-cart-rec-wrap {
  padding: 10px;
}

.jd-cart-rec {
  border: 1px solid var(--color--grey-5);
  border-radius: 16px;
  box-shadow: 0 4px 40px 0 var(--color--legacy--black--black--alpha-5);
  background: var(--color--white);
  padding: 35px 30px 25px;
}

.jd-cart-rec > div:first-child {
  margin-bottom: 10px;
  text-align: center;
  font-size: var(--font-size--legacy--4);
}

h3.jd-cart-rec-title {
  text-align: center;
  font-size: var(--font-size--legacy--13);
  font-weight: 500;
}

h3.jd-cart-rec-title a {
  text-decoration: underline;
  color: var(--theme--global-colors--primary-color);
}

.jd-cart-rec-prices {
  margin-bottom: 15px;
  font-size: var(--font-size--legacy--4);
}

.jd-cart-rec-prices > div:nth-child(2) {
  text-decoration: line-through;
  color: var(--theme--global-colors--secondary-color);
}

.jd-cart-rec-prices > div:nth-child(3) {
  font-size: var(--font-size--legacy--7);
  font-weight: 600;
}

.jd-cart-rec-list {
  margin-top: 25px;
}

.jd-cart-rec-plus {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}

select.jd-cart-rec-select {
  appearance: auto !important;
  margin-top: 5px !important;
  border-radius: 15px !important;
  background: var(--color--white) !important;
  padding: 5px 15px !important;
}

.jd-cart-rec-item-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jd-cart-rec-item-title span {
  font-weight: 700;
}

.jd-cart-rec-item-title span:first-child {
  font-family: var(--font-family--heading);
  font-weight: 700;
}

.jd-cart-rec-outer {
  display: flex;
  overflow: auto;
}

.jd-cart-rec-item {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid var(--color--legacy--white--gainsboro-1);
  border-radius: 20px;
  box-shadow: 0 4px 40px 0 var(--color--legacy--black--black--alpha-10);
  overflow: hidden;
  line-height: var(--line-height--100);
}

.jd-cart-rec-item-img {
  background-position: center !important;
  background-size: cover !important;
  min-width: 80px;
}

.jd-cart-rec-item-inner {
  display: flex;
  flex: 1;
  align-items: flex-end;
  padding: 25px 10px 20px;
}

.jd-cart-rec-item-inner > div:nth-child(1) {
  flex: 1;
}

.jd-cart-rec-item-inner > div:nth-child(1) > div {
  padding-right: 16px;
}

.jd-cart-rec-item-inner > div:nth-child(1) > div:last-child {
  font-weight: 600;
}

.jd-cart-rec-item-inner > div:nth-child(2) {
  margin-left: 10px;
  text-align: right;
  white-space: nowrap;
  font-weight: 500;
}

.jd-cart-rec-item-inner-2 {
  display: flex;
  padding: 0 10px 20px;
}

.jd-cart-rec-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.jd-cart-rec-add {
  padding: 8px 16px !important;
  width: auto !important;
  white-space: nowrap;
  font-size: var(--font-size--legacy--4);
}

.jd-cart-rec-add-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.jd-cart-rec-add-wrap > div:nth-child(2) {
  margin-top: 5px;
  padding-right: 10px;
  font-size: var(--font-size--legacy--4);
  font-style: italic;
}

.jd-cart-rec-save-tag {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 12px 0 0 12px;
  background: var(--color--legacy--blue--mabel);
  padding: 6px 20px;
  font-size: var(--font-size--legacy--4);
}

.jd-cart-rec-item-program {
  display: flex;
  margin-bottom: 10px;
  font-size: var(--font-size--legacy--2);
  font-weight: 400;
}

.jd-cart-rec-item-program img {
  margin: -3px 5px 0 0;
  width: 14px;
}

/* Cart page */
.jd-your-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.jd-your-cart h2 {
  margin-bottom: 0;
}

.jd-your-cart a {
  display: flex;
  text-decoration: underline;
  color: var(--color--legacy--blue--oxford-blue);
  font-weight: 600;
}

.jd-your-cart a svg {
  margin-left: 5px;
}

.jd-your-cart a svg path {
  fill: var(--theme--global-colors--secondary-color);
}

.jd-course-total-head {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 30px;
  border-bottom: 2px solid var(--color--legacy--blue--oxford-blue);
  padding-bottom: 5px;
}

.jd-cart-summary-bottom {
  margin-top: 10px;
  text-align: right;
  line-height: var(--line-height--100);
  font-size: var(--font-size--legacy--2);
  font-style: italic;
}

.jd-cart {
  flex: 1;
  margin-right: 5%;
}

.jd-cart-items .jd-add-pop-name {
  font-size: var(--font-size--legacy--18);
}

.jd-cart-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--color--legacy--grey--very-light-grey-1);
  padding-bottom: 30px;
}

.jd-cart-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.jd-cart-item-btns {
  margin-top: 15px;
}

/* TODO remove "a" selector */
.jd-cart-item-btns a,
.jd-cart-item-btn {
  text-decoration: none !important;
  color: var(--theme--global-colors--primary-color) !important;
  font-weight: 600;
}

/* Overriding theme-overides.css */
.jd-cart-item-btns .jd-cart-item-btn {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  max-width: none;
  color: var(--theme--global-colors--primary-color) !important;
  font-family: inherit;
}

/* Overriding theme-overides.css */
.jd-cart-item-btns .jd-cart-item-btn:hover,
.jd-cart-item-btns .jd-cart-item-btn:focus {
  background: transparent;
  text-align: inherit;
  color: var(--theme--global-colors--primary-color) !important;
}

/* TODO remove "a" selector */
.jd-cart-item-btns a svg,
.jd-cart-item-btn svg {
  fill: var(--theme--global-colors--primary-color);
  width: 14px;
  height: 14px;
}

/* Overriding theme-overides.css */
.jd-cart-item-btns .jd-cart-item-btn svg {
  fill: var(--theme--global-colors--primary-color);
}

/* Overriding theme-overides.css */
.jd-cart-item-btns .jd-cart-item-btn:hover svg,
.jd-cart-item-btns .jd-cart-item-btn:focus svg {
  fill: var(--theme--global-colors--primary-color) !important;
}

.jd-cart-outer {
  display: flex;
  border-bottom: 2px solid var(--color--legacy--blue--oxford-blue);
  padding-bottom: 15px;
}

.jd-cart-summary-outer {
  width: 350px;
  max-width: 33%;
}

.jd-cart-summary {
  margin-bottom: 15px;
  border-radius: 5px;
  background: var(--color--white);
  padding: 15px;
}

.jd-cart-summary > div:first-child {
  margin-bottom: 5px;
  border-bottom: 1px solid var(--color--legacy--grey--very-light-grey-1);
  padding-bottom: 5px;
  font-weight: 600;
}

.jd-add-pop-content-main {
  max-width: 320px;
}

.jd-cart-summary-items > div {
  margin-top: 5px;
  text-align: right;
}

.jd-cart-summary-outer .jd-request-btn {
  padding: 15px 20px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.jd-cart .jd-add-pop-img > div {
  margin-right: 25px;
}

.jd-cart-enrollment {
  display: flex;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  opacity: 0;
  z-index: 99999999;
  background: var(--color--legacy--black--black--alpha-90);
  pointer-events: none;
}

.jd-cart-enrollment-show {
  opacity: 1;
  pointer-events: auto;
}

.jd-cart-enrollment-form {
  position: relative;
  border-radius: 5px;
  background: var(--color--white);
  padding: 50px 35px;
  width: 500px;
  max-width: 95vw;
  max-height: 95vh;
  overflow: auto;
}

.jd-cart-enrollment-form h3 {
  margin-bottom: 25px;
}

.jd-cart-enrollment-form .hs-form-field .hs-error-msgs label {
  padding-right: 10px !important;
  color: var(--theme--global-colors--secondary-color) !important;
  font-size: var(--font-size--legacy--4) !important;
}

.jd-cart-enrollment-form .hs-form-field > label {
  display: none !important;
}

.jd-cart-enrollment-form .hs-form-field input[type='email'],
.jd-cart-enrollment-form .hs-form-field input[type='tel'],
.jd-cart-enrollment-form .hs-form-field input[type='text'] {
  background: var(--color--legacy--grey--alabaster);
}

.jd-cart-enrollment-form .hs-form-field select {
  background: url('data: image/svg+xml;base64, PHN2ZyBmaWxsPSIjZDcyYTI1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+')
    no-repeat var(--color--legacy--grey--alabaster) !important;
  background-position: right 15px top 17px !important;
}

.jd-cart-enrollment-form .hs-submit .actions {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.jd-cart-enrollment-form .hs-submit .actions .hs-button {
  background: var(--theme--global-colors--secondary-color);
}

.jd-cart-enrollment-form .hs-submit .actions .hs-button:hover {
  background: var(--color--legacy--red--cinnabar);
}

.jd-cart-enrollment-form .jd-cart-enrollment-form-btn {
  position: absolute;
  top: 5px;
  right: 5px;

  /* Overriding theme-overides.css */
  background: transparent;
  padding: 0;
  width: 24px;
  height: 24px;
}

.jd-cart-enrollment-form .jd-cart-enrollment-form-btn:hover,
.jd-cart-enrollment-form .jd-cart-enrollment-form-btn:focus {
  background: transparent;
}

.jd-cart-enrollment-form svg {
  width: 24px;
  height: 24px;
}

.jd-cart-enrollment-form svg path {
  fill: var(--theme--global-colors--primary-color);
}

.jd-add-pop-content-main .jd-cart-rec-item-program {
  letter-spacing: 0.1rem;
  color: var(--color--grey-2);
}

.jd-cart-item-price {
  text-align: right;
  white-space: nowrap;
  font-size: var(--font-size--legacy--11);
}

.jd-cart-item-price-dis {
  margin-top: 15px;
  text-align: right;
  text-decoration: line-through;
  white-space: nowrap;
  color: var(--color--cherry);
  font-size: var(--font-size--legacy--8);
}

.jd-cart-empty .jd-cart {
  margin-right: 0;
}

.jd-cart-empty .jd-cart-summary-outer {
  display: none;
}

.jd-cart-empty-msg {
  display: none;
}

.jd-cart-empty .jd-cart-empty-msg {
  display: block;
  padding: 150px 0;
  text-align: center;
}

.jd-cart-empty .jd-cart-empty-msg .jd-request-btn {
  margin-top: 25px;
  padding: 10px 25px;
  width: auto;
  min-width: 0;
}

.jd-cart-empty .jd-course-total-head > div {
  display: none;
}

/* Shopify course cart selections */
.jd-buy-option-label {
  margin-bottom: 10px;
  text-decoration: underline;
  color: var(--color--cherry);
  font: var(--font--paragraph);
}

.jd-shopify-option {
  display: flex;
  align-items: baseline;
}

.jd-shopify-option-wrap {
  display: flex;
  flex-wrap: wrap;
}

.jd-shopify-option-wrap > * {
  margin: 0 15px 10px 0;
}

.jd-shopify-option-wrap input {
  margin: 0 10px 15px 0;
}

html .jd-shopify-option-wrap .hs-button.jd-request-btn.jd-gray-btn {
  padding: 10px 25px;
  width: auto !important;
}

html
  .jd-shopify-option-wrap
  .hs-button.jd-request-btn.jd-gray-btn.jd-shopify-option-selected {
  background: var(--color--legacy--blue--oxford-blue);
  color: var(--color--white) !important;
}

.jd-shopify-options {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.jd-add-cart-wrap {
  width: 700px;
  max-width: 100%;
}

.jd-buy-option {
  margin-bottom: 15px;
  padding-right: 25px;
  min-width: 50%;
}

.jd-shopify-add-exists-msg {
  margin-top: 25px;
  color: var(--theme--global-colors--secondary-color);
}

@media (max-width: 1023px) {
  .course-shopify-price {
    text-align: left !important;
  }
}

@media (max-width: 850px) {
  .jd-checkout-btn-wrap {
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    z-index: 9999;
    background: var(--color--chalk);
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .jd-cart-outer {
    display: block;
  }

  .jd-cart-summary-outer {
    width: 100%;
    max-width: 100%;
  }

  .jd-cart {
    margin-right: 0;
  }

  .jd-course-total-head div {
    display: none;
  }

  .jd-add-pop {
    right: 0;
    left: 0;
    padding: 19px 21px 42px;
    width: 100%;
    max-width: 100%;
  }

  .jd-cart-rec-wrap {
    padding: 10px 5px;
    min-width: 0;
  }

  .jd-cart-rec {
    padding: 35px 15px 25px;
  }

  .jd-cart-rec-item-inner {
    font-size: var(--font-size--legacy--4);
  }

  .jd-cart-rec-item-inner-2 select {
    font-size: var(--font-size--legacy--4);
  }

  .jd-cart-items .jd-add-pop-img > div {
    margin-right: 10px;
    width: 70px;
    height: 70px;
  }

  .jd-cart-items .jd-cart-rec-item-program {
    margin-bottom: 5px;
  }

  .jd-cart-item {
    display: block;
  }

  .jd-cart-item-price {
    padding-left: 80px;
    text-align: left;
    font-size: var(--font-size--legacy--8);
  }

  .jd-cart-item-price-dis {
    padding-left: 80px;
    text-align: left;
    font-size: var(--font-size--legacy--4);
  }

  .jd-cart-rec-outer .slick-list {
    padding: 0 25px 0 5px !important;
  }

  .jd-shopify-options {
    display: block;
  }
}
@keyframes pdp-top-slide {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.custom-button {
  display: inline-block;
  border: var(--theme--buttons--border);
  border-radius: var(--theme--buttons--border-radius);
  background: var(--theme--buttons--background-color);
  padding: var(--theme--buttons--padding);
  max-width: 350px;
  height: 3rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  color: var(--theme--buttons--text-color);
  font-family: var(--theme--global-fonts--primary-font);
}

.pdp-payment-details {
  padding-top: var(--spacing-2);
  font: var(--font--legal);
}

.pdp-bottom-content {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

.pdp-bottom-heading-wrapper {
  --width: 224px;

  width: var(--width);
  min-width: var(--width);
}

.pdp-bottom-middle-head {
  margin-bottom: var(--spacing-4);
  font: var(--font--extra-large-paragraph);
}

.pdp-bottom-options-wrapper {
  flex-grow: 1;
  padding: 0 var(--spacing-12--static);
}

.pdp-bottom-price-wrapper {
  width: 260px;
}

.pdp-bottom-price {
  text-align: right;
}

.pdp-code {
  display: flex;
  margin-top: 15px;
  border-radius: 8px;
  background: var(--color--water--light);
  padding: var(--spacing-2--static) var(--spacing-4--static);
  font: var(--font--legal);
}

.pdp-code .svg-icon {
  margin-right: 10px;
  min-width: 20px;
}

.pdp-code-wrap {
  display: flex;
}

.pdp-price {
  display: flex;
  align-items: center;
}

.pdp-price-button-wrap {
  margin-top: var(--spacing-5);
  padding-left: 0;
}

.pdp-price-button-wrap > * {
  margin-bottom: 10px;
}

.pdp-price-discount {
  border-radius: 8px;
  background: var(--color--water);
  padding: var(--spacing-1--static) var(--spacing-2--static);
  color: var(--color--white);
}

.pdp-price-wrap {
  margin-right: 15px;
}

.pdp-slash {
  text-decoration: line-through;
  color: var(--color--cherry);
  font: var(--font--small-paragraph--light);
}

.pdp-sticky-wrap > * {
  pointer-events: none;
}

.pdp-bottom {
  display: flex;
}

.pdp-bottom h3 {
  font: var(--font--h2--desktop);
}

.pdp-bottom .jd-add-cart-wrap {
  display: flex;
  width: 100%;
}

.pdp-bottom .jd-add-cart-wrap > * {
  flex: 1;
}

.pdp-bottom .jd-buy-option {
  margin-bottom: var(--spacing-4);
  padding-right: 0;
  break-inside: avoid-column;
}

.pdp-bottom .jd-buy-option-label {
  margin-bottom: var(--spacing-1);
  text-decoration: none;
  color: var(--color--slate);
  font: var(--font--paragraph--medium);
}

.pdp-bottom .jd-shopify-add-btn {
  margin-top: 0;
  width: 260px !important;
  min-width: 150px !important;
  max-width: 100% !important;
}

.pdp-bottom .jd-shopify-options {
  display: block;
  columns: 310px 2;
}

.pdp-top .jd-buy-option {
  margin-bottom: 10px;
  padding-right: 0;
}

.pdp-bottom .jd-buy-option:last-child {
  margin-bottom: 0;
}

.pdp-bottom .jd-shopify-option-wrap > * {
  margin-right: var(--spacing-6);
  margin-bottom: 0;
  padding: var(--spacing-2) 0;
}

.pdp-bottom .jd-shopify-option-wrap input {
  accent-color: var(--color--water);
  margin: 0 8px 5px 0;
}

.pdp-bottom .jd-shopify-option-wrap label {
  display: inline-block;
  font: var(--font--paragraph--semibold);
}

.pdp-bottom .pdp-price-button-wrap {
  margin-top: 0;
}

.pdp-bottom .pdp-price-button {
  margin-bottom: 0;
}

.pdp-bottom .pdp-price-discount {
  display: none;
}

.pdp-bottom .pdp-price-total {
  font: var(--font--large-paragraph--light);
}

.pdp-bottom .pdp-price-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: 0;
}

.pdp-bottom .pdp-slash {
  margin-right: 5px;
}

.pdp-top-content {
  padding: var(--spacing-6--static) var(--spacing-4--static);
}

.pdp-top-content-description {
  margin-top: var(--spacing-4);
  color: var(--color--slate);
  font: var(--font--large-paragraph--desktop);
}

.pdp-top-content-detail {
  --icon--color: var(--color--grey-2);
  --icon--min-width: var(--icon--square--size);
  --icon--square--size: var(--font-size--24);

  display: inline-flex;
  color: var(--color--grey-2);
  font: var(--font--legal);
}

.pdp-top-content-detail.module-count {
  white-space: nowrap;
}

.pdp-top-content-detail-text {
  padding-top: 0.125rem;
}

.pdp-top-content-details {
  display: flex;
  gap: var(--spacing-6);
  margin-top: var(--spacing-4);
}

.pdp-top-content-subhead {
  margin-top: var(--spacing-4);
  color: var(--color--slate);
  font: var(--font--testimonial-content--desktop);
}

.pdp-top-content-top {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: var(--spacing-4);
}

.pdp-top-content-top img {
  height: 2rem;
}

.pdp-top-content-top > div {
  display: flex;
}

.pdp-top-content-top > div > div {
  font: var(--font--small-paragraph--light);
}

.pdp-top-content-top > div:first-child {
  align-items: flex-end;
  padding-bottom: var(--spacing-2);
}

.pdp-top-content-top > div:nth-child(2) {
  align-items: center;
}

.pdp-top-content-top > div:first-child img {
  margin-right: var(--spacing-3--static);
}

.pdp-top-content-heading {
  margin-top: 0;
  color: var(--color--slate);
  font: var(--font--h2--desktop);
}

.pdp-top-slide-btns {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--spacing-4);
  padding: var(--spacing-1--static);
  overflow: auto;
}

.pdp-top-slide-btn {
  margin-right: var(--spacing-8--static);
  border: 1px solid var(--color--white);
  border-radius: 16px;
  cursor: pointer;
  padding: var(--spacing-1--static) var(--spacing-6--static);
  white-space: nowrap;
  color: var(--color--water);
  font: var(--font--paragraph--short);
}

.pdp-top-slide-btn:last-child {
  margin-right: 0;
}

.pdp-top-slide-btn-active.pdp-top-slide-btn {
  border-color: var(--color--chalk);
  background: var(--color--water);
  color: var(--color--white);
}

.pdp-top-slide-dot {
  margin-right: var(--spacing-3--static);
  border-radius: 4px;
  background: var(--color--grey-4);
  cursor: pointer;
  width: 8px;
  height: 8px;
}

.pdp-top-slide-dot.pdp-top-slide-dot-video {
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-radius: 0;
  border-color: transparent transparent transparent var(--color--grey-4);
  background: none;
}

.pdp-top-slide-dot.pdp-top-slide-dot-active {
  border: none !important;
  border-radius: 4px;
  background: var(--color--slate);
  width: 15px;
}

.pdp-top-slide-dot:last-child {
  margin-right: 0;
}

.pdp-top-slide-dots {
  display: flex;
  border-radius: 8px;
  background: var(--color--legacy--white--white--alpha-70);
  padding: var(--spacing-3--static) 25px;
  pointer-events: auto;
}

.pdp-top-slide-dots-inner {
  display: flex;
  position: absolute;
  top: 0;
  align-items: flex-end;
  z-index: 2;
  padding: 30px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pdp-top-slide-dots-wrap {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.pdp-top-slide-img {
  position: relative;
  border-radius: 8px;
  background-position: center !important;
  background-size: cover !important;
}

.pdp-top-slide-lower-text {
  margin-top: var(--spacing-5);
  color: var(--color--grey-1);
  font: var(--font--small-paragraph);
}

.pdp-top-slide-slide {
  display: none;
  position: relative;
}

.pdp-top-slide-slide-active {
  display: block;
}

.pdp-top-slide-slides {
  position: relative;
}

.pdp-top-slide-wrap {
  padding-right: var(--spacing-7--static);
  width: 60%;
  min-width: 60%;
}

.pdp-top-slide-video-img {
  cursor: pointer;
}

.pdp-top-slide-video-img iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pdp-top {
  display: flex;
  border-radius: 16px;
  background: var(--color--white);
  padding: 38px 71px 25px 60px;
}

.pdp-top .jd-add-cart-wrap {
  margin-top: var(--spacing-4);
  width: 100%;
}

.pdp-top .jd-buy-option:last-child {
  margin-bottom: 0;
}

.pdp-top .jd-buy-option-label {
  margin-bottom: var(--spacing-1);
  text-decoration: none;
  color: var(--color--slate);
  font: var(--font--legal);
}

.pdp-top .jd-shopify-add-btn {
  margin-top: 0;
  padding: 12px 18px !important;
  width: 270px !important;
  min-width: 150px !important;
  max-width: 100% !important;
  line-height: var(--line-height--150);
}

.pdp-top .jd-shopify-option-wrap > * {
  margin-right: var(--spacing-4);
  margin-bottom: 0;
  padding: var(--spacing-2) 0;
}

.pdp-top .jd-shopify-option-wrap input {
  margin: 0 8px 5px 0;
  accent-color: var(--color--water);
}

.pdp-top .jd-shopify-option-wrap label {
  font: var(--font--small-paragraph--semibold);
}

.pdp-top .jd-shopify-options {
  display: block;
}

.pdp-top .jd-shopify-options label {
  display: inline-block;
}

.pdp-top .pdp-price-button {
  margin-bottom: 0;
  padding-bottom: var(--spacing-2);
}

.pdp-top .pdp-price-button-wrap {
  display: flex;
  flex-wrap: wrap;
  place-content: center space-between;
  margin-top: var(--spacing-4);
  border-top: 1px solid var(--color--grey-5);
  padding-top: var(--spacing-4);
  padding-left: 0;
}

.pdp-top .pdp-slash {
  margin-bottom: var(--spacing-1);
}

.pdp-top .pdp-price-total {
  padding-bottom: var(--spacing-2);
  font: var(--font--extra-large-paragraph--light);
}

.pdp-top .pdp-price-wrap {
  margin-bottom: 0;
}

/* Sticky nav */
.pdp-close-product-selector {
  position: absolute;
  top: 13px;
  right: 0;
  transform: translateX(50%);
}

.pdp-sticky {
  border-bottom: 1px solid var(--color--grey-4);
  background: var(--color--white);
}

.pdp-sticky-btns {
  display: flex;
  justify-content: flex-end;
  margin-left: 25px;
  padding-bottom: 5px;
}

.pdp-sticky-enroll {
  display: none;
  background: var(--color--chalk);
}

.pdp-sticky-enroll .pdp-bottom h3 {
  font: var(--font--h2--mobile);
}

.pdp-sticky-enroll .pdp-code-wrap {
  display: none;
}

.pdp-sticky-enroll-chev-up {
  display: none !important;
}

.pdp-sticky-enroll-inner {
  margin: 0 auto;
  padding: var(--spacing-5--static) 0 var(--spacing-3--static);
  width: 1250px;
  max-width: 95%;
}

.pdp-sticky-enroll-show .pdp-sticky-enroll {
  display: block;
}

.pdp-sticky-enroll-show .pdp-sticky-enroll-chev-down {
  display: none !important;
}

.pdp-sticky-enroll-show .pdp-sticky-enroll-chev-up {
  display: inline !important;
}

.pdp-sticky-head > div:first-child {
  display: flex;
  margin-bottom: 10px;
}

.pdp-sticky-head > div:first-child h3 {
  color: var(--color--slate);
  font: var(--font--h6--desktop);
}

.pdp-sticky-head > div:first-child img {
  margin-right: 10px;
  width: 14px;
  vertical-align: bottom;
}

.pdp-sticky-inner {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  padding: var(--spacing-5--static) 30px var(--spacing-3--static) 0;
  width: 1250px;
  max-width: 95%;
}

.pdp-sticky-wrap {
  transition: 0.6s opacity;
  opacity: 0;
  z-index: 10;
  overflow: auto;
  pointer-events: none;
}

/* this controls the sticky behavior */
.pdp-sticky-wrap-fixed {
  position: fixed;
  inset: 0;
}

.pdp-sticky-wrap.pdp-sticky-show {
  opacity: 1;
}

.pdp-sticky-wrap.pdp-sticky-show > * {
  pointer-events: auto;
}

.sticky-header-shadow {
  box-shadow: var(--shadow--sticky-header);
}

html .hs-button.jd-request-btn.pdp-sticky-btn-left {
  margin: 0 10px 0 0;
  border: 1px solid var(--color--water) !important;
  background: var(--color--white) !important;
  padding-top: 13px;
  padding-bottom: 13px;
  color: var(--color--water) !important;
}

html .hs-button.jd-request-btn.pdp-sticky-btn-left:hover {
  border: 1px solid var(--color--water) !important;
  background: var(--color--water) !important;
  color: var(--color--white) !important;
}

html .hs-button.jd-request-btn.pdp-sticky-btn-right {
  border: 1px solid var(--color--water);
  padding-top: 14px;
  padding-bottom: 14px;
}

html .pdp-sticky-enroll-show .hs-button.jd-request-btn.pdp-sticky-btn-right {
  background: var(--color--grey-4);
}

@media (max-width: 1023px) {
  .pdp-close-product-selector {
    top: 17px;
    transform: none;
  }

  .pdp-bottom-content {
    width: 100%;
  }

  .pdp-bottom-heading-wrapper {
    margin-bottom: 50px;
    padding: 0;
    width: 100%;
    min-width: 100%;
  }

  .pdp-bottom-options-wrapper {
    padding-left: 0;
  }

  .pdp-bottom-price-wrapper {
    align-self: flex-end;
  }

  .pdp-bottom {
    display: block;
  }

  .pdp-bottom .jd-buy-option {
    margin-bottom: var(--spacing-2);
  }

  .pdp-bottom .jd-buy-option-label {
    font: var(--font--small-paragraph--medium);
  }

  .pdp-bottom .jd-shopify-options {
    columns: auto;
  }

  .pdp-sticky-btns {
    margin-left: 0;
    padding-bottom: 0;
  }

  .pdp-sticky-btns > div {
    flex: 1;
  }

  .pdp-sticky-btns > div:first-child {
    padding-right: 10px;
  }

  .pdp-sticky-btns > div:nth-child(2) {
    padding-left: 10px;
  }

  .pdp-sticky-head > div:first-child {
    padding-right: var(--spacing-12--static);
  }

  .pdp-sticky-btns > div:first-child:last-child {
    padding-right: 0;
  }

  .pdp-sticky-enroll .pdp-bottom > div:first-child {
    margin-bottom: var(--spacing-5);
  }

  .pdp-sticky-enroll .pdp-bottom h3 {
    font: var(--font--h3--mobile);
  }

  .pdp-sticky-head {
    margin-bottom: 10px;
  }

  .pdp-sticky-inner {
    display: block;
    padding-top: var(--spacing-6--static);
    padding-right: 0;
    padding-bottom: var(--spacing-6--static);
  }

  .pdp-top {
    flex-direction: column;
    padding: var(--spacing-4--static) var(--spacing-6--static)
      var(--spacing-6--static);
  }

  .pdp-top-content {
    margin-bottom: var(--spacing-5);
    border-bottom: 1px solid var(--color--grey-5);
    padding: 0 0 var(--spacing-5);
  }

  .pdp-top-content-heading {
    margin-bottom: var(--spacing-4);
  }

  .pdp-top-content-top {
    margin-bottom: var(--spacing-2);
  }

  .pdp-top-slide-btn {
    margin-right: var(--spacing-4--static);
  }

  .pdp-top-slide-lower-text {
    margin-top: var(--spacing-4);
  }

  .pdp-top-slide-wrap {
    order: 2;
    padding: 0;
    width: 100%;
    min-width: 100%;
  }

  .pdp-top .jd-buy-option {
    margin-bottom: var(--spacing-4);
  }

  html .hs-button.jd-request-btn.pdp-sticky-btn-left,
  html .hs-button.jd-request-btn.pdp-sticky-btn-right {
    width: 100% !important;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .pdp-close-product-selector {
    top: var(--spacing-4--static);
    right: var(--spacing-5--static);
  }

  .pdp-bottom-content {
    display: block;
  }

  .pdp-bottom-heading-wrapper {
    margin-bottom: var(--spacing-6);
  }

  .pdp-bottom-options-wrapper {
    padding: 0;
    width: 100%;
    min-width: 100%;
  }

  .pdp-bottom-price-wrapper {
    margin-top: var(--spacing-3);
    border-top: 1px solid var(--color--grey-5);
    padding-top: var(--spacing-3);
    padding-right: var(--spacing-4--static);
    padding-left: var(--spacing-4--static);
    width: auto;
  }

  .pdp-price-button-wrap {
    padding-left: 0;
  }

  .pdp-bottom .pdp-price-button-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pdp-sticky-btns {
    display: block;
  }

  .pdp-sticky-btns > div {
    margin: var(--spacing-5) auto 0;
  }

  .pdp-sticky-btns > div:first-child {
    padding-right: 0;
  }

  .pdp-sticky-btns > div:nth-child(2) {
    padding-left: 0;
  }

  .pdp-sticky-head {
    text-align: center;
    color: var(--color--grey-2);
    font: var(--font--legal);
  }

  .pdp-sticky-head > div:first-child {
    display: flex;
    justify-content: center;
    padding-right: 0;
  }

  .pdp-sticky-head > div:first-child h3 {
    font: var(--font--h4--mobile);
  }

  .pdp-sticky-inner {
    display: block;
    padding-top: var(--spacing-4--static);
    padding-bottom: var(--spacing-4--static);
  }

  .pdp-sticky-inner.expanded {
    padding-top: var(--spacing-10--static);
  }

  .pdp-top {
    padding: var(--spacing-2--static);
  }

  .pdp-top-content {
    margin-bottom: var(--spacing-3);
    padding: 0 var(--spacing-2--static) var(--spacing-3);
  }

  .pdp-top-content-description {
    margin-top: var(--spacing-3);
    font: var(--font--large-paragraph--mobile);
  }

  .pdp-top-content-details {
    margin-top: var(--spacing-3);
  }

  .pdp-top-content-heading {
    font: var(--font--h2--mobile);
  }

  .pdp-top-content-subhead {
    margin-top: var(--spacing-3);
    font: var(--font--testimonial-content--mobile);
  }

  .pdp-top-slide-btn {
    margin-right: var(--spacing-1--static);
    padding: var(--spacing-1--static) 11px;
    font: var(--font--legal);
  }

  .pdp-top-slide-lower-text {
    padding-bottom: var(--spacing-2--static);
    font: var(--font--legal);
  }
}
html {
  max-width: 100%;
  overflow: hidden scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  line-height: var(--line-height--legacy--8);
  color: var(--theme--typography--body-text--color);
  font-size: var(--theme--typography--body-text--font-size);
  -webkit-overflow-scrolling: touch;
}

body.open {
  height: 100vh;
  overflow-y: hidden;
}

img {
  max-width: 100%;
}

.hs_cos_wrapper_type_linked_image img {
  display: block;
}

a,
button,
.jd-request-btn {
  transition: var(--transition--default);
  cursor: pointer;
}

h1 {
  line-height: var(--line-height--110);
}

h2,
h3,
h4,
h5 {
  margin: 20px 0 0.5rem;
}

h1:nth-child(1),
h2:nth-child(1),
h3:nth-child(1),
h4:nth-child(1),
h5:nth-child(1),
p:nth-child(1),
table:nth-child(1) {
  margin-top: 0;
}

h1:nth-last-child(1),
h2:nth-last-child(1),
h3:nth-last-child(1),
h4:nth-last-child(1),
h5:nth-last-child(1),
p:nth-last-child(1),
table:nth-last-child(1) {
  margin-bottom: 0;
}

.row-fluid [class*='span'] {
  min-height: 1px;
}

.container,
html .row-fluid .container {
  box-sizing: border-box;
  float: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 20px;
  padding-left: 20px;
  width: var(--theme--spacing--max-width);
  max-width: 95%;
}

/* Focus styles */

.disable-focus-styles :focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Miscellaneous */

#curriculum-guide-iframe {
  position: relative;
  padding-bottom: 56.25%; /* Aspect ratio for 16:9 */
  height: 0;
  overflow: hidden;
}

#curriculum-guide-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.basic-page-without-nav .jd-header-wrap {
  display: none;
}

#hs_cos_wrapper_widget_1698770582303 .jd-request-btn,
#hs_cos_wrapper_widget_1698770889044 .jd-request-btn {
  min-width: 300px !important;
}

.page-black-friday .hs-fieldtype-intl-phone.hs-input select {
  background-color: var(--color--white) !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-course-catalog .dnd_area-row-5-vertical-alignment > .row-fluid {
    flex-direction: column;
  }
}