/* ===== FONT DECLARATIONS ===== */

@font-face {
  font-family: Gotham Ultra;
  src: url('../fonts/otf/Gotham-Ultra.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/otf/Gotham-ThinItalic.otf') format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/otf/Gotham-Thin.otf') format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/otf/Gotham-UltraItalic.otf') format("opentype"), url('../fonts/Gotham-BookItalic.otf') format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/otf/Gotham-BlackItalic.otf') format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/otf/Gotham-Black.otf') format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham Book;
    src: url('../fonts/otf/Gotham-Book.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/otf/Gotham-Bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/otf/Gotham-Medium.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/otf/Gotham-BoldItalic.otf') format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/otf/Gotham-ExtraLightItalic.otf') format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/otf/Gotham-LightItalic.otf') format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/otf/Gotham-MediumItalic.otf') format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/otf/Gotham-ExtraLight.otf') format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/otf/Gotham-Light.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* ===== CSS VARIABLES ===== */

:root {
  --_chipotle-v2---adobo-brown: #451400;
  --_chipotle-v2---color: white;
  --_chipotle-v2---roasted-red: #ac2117;
  --_chipotle-v2---white-56: #ffffff8f;
  --_chipotle-v2---gotham: Gotham, Arial, sans-serif;
  --_chipotle-v2---black: #000;
}


/* ===== BASE STYLES ===== */

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--_chipotle-v2---adobo-brown);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  color: var(--_chipotle-v2---adobo-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}

h3 {
  color: var(--_chipotle-v2---adobo-brown);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

h4 {
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

p {
  color: var(--_chipotle-v2---adobo-brown);
  margin-bottom: 10px;
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 14px;
}

a {
  color: var(--_chipotle-v2---adobo-brown);
  font-family: Gotham, Arial, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

/*strong {
  font-family: Gotham, Arial, sans-serif;
  font-weight: 500;
}*/

.body {
    background-color: #b49775;
    background-image: url('../../images/BG.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 0;
}

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

.frame-2608661 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 218.743px;
  text-decoration: none;
  display: flex;
}

.logo {
  vertical-align: baseline;
  max-width: 220px;
  display: inline-block;
  position: static;
}

.logo-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.polaroid-white-bg-landscape {
  z-index: 1;
  transform-style: preserve-3d;
  background-image: url('../../images/white-polaroid-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 82%;
  background-attachment: scroll;
  width: 1200px;
  max-width: 1200px;
  height: 900px;
  position: relative;
  top: 3px;
  transform: scale3d(1, 1.1, 1);
}

.polaroid-text-div {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 850px;
  display: flex;
  position: relative;
  top: 129px;
  left: 175px;
  transform: rotate(1deg)scale3d(1, .9, 1);
}

.section-2 {
  z-index: 0;
  transform-style: preserve-3d;
  background-image: url('../../images/tape.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  height: 110px;
  display: block;
  position: relative;
  top: -78px;
  transform: scale3d(1.01, 1, 1);
}

.oe-calll-out {
    background-image: url('../../images/BG.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: auto;
    background-attachment: scroll;
    height: 300px;
    position: relative;
    top: -84px;
}

.time-to-enroll {
  border: 3px solid var(--_chipotle-v2---adobo-brown);
  background-color: #ffffff8f;
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: 27px;
}

.welcome-image-2 {
  background-image: url('../../images/brown-textured-paper.png'), linear-gradient(#b69876, #b69876);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: contain, auto;
  background-attachment: fixed, scroll;
  position: relative;
  top: auto;
}

.burrito {
  z-index: 1;
  transform-style: preserve-3d;
  position: absolute;
  inset: 5% auto auto 3%;
  transform: scale3d(1, .9, 1);
}

.for-real-pin {
  z-index: 2;
  position: absolute;
  inset: 39% -6% auto auto;
}

.c-icons {
  transform-style: preserve-3d;
  position: absolute;
  top: 247px;
  left: -73px;
  transform: scale3d(1, .9, 1);
}

.apron {
  z-index: 3;
  transform-style: preserve-3d;
  border-radius: 5px;
  position: absolute;
  inset: auto auto 4% 0%;
  transform: scale3d(1, .9, 1);
}

.chipotle-life {
  transform-style: preserve-3d;
  position: absolute;
  inset: 8% -3% auto auto;
  transform: scale3d(1, .9, 1);
}

.pepper {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto 0% 24% auto;
  transform: scale3d(1, .9, 1);
}

.image-2 {
  z-index: 0;
  position: absolute;
  inset: -26% 0% auto auto;
}

.button-brown-1 {
  border: 1px solid var(--_chipotle-v2---adobo-brown);
  background-color: var(--_chipotle-v2---color);
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 20px;
}

.button-brown-1:hover {
  background-color: var(--_chipotle-v2---roasted-red);
  color: var(--_chipotle-v2---color);
  box-shadow: 0 2px 5px #0003;
}

.frame-13 {
  grid-column-gap: 12.3106px;
  border: 1.23106px solid #451400;
  border-radius: 34.4697px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 51.7045px;
  padding: 12.3106px 24.6212px;
  text-decoration: none;
  display: flex;
}

.enroll-now {
  color: #451400;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.oe-h2 {
  color: var(--_chipotle-v2---adobo-brown);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -16px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.oe-h1 {
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  font-family: Gotham, Arial, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 58px;
}

.oe-h3 {
  color: var(--_chipotle-v2---roasted-red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.padding-small {
  height: 1rem;
}

.live {
  border: 2px solid var(--_chipotle-v2---adobo-brown);
  color: var(--_chipotle-v2---roasted-red);
  letter-spacing: 2px;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -7% auto auto 44%;
}

.live-circle {
  background-color: var(--_chipotle-v2---roasted-red);
  border-radius: 100px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: none;
  position: relative;
  top: 2px;
}

.hub-tiles {
  background-image: url('../../images/BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 480px;
  padding-right: 0;
  display: flex;
  position: static;
  top: -90px;
  overflow: auto;
}

.footer-privacy-link {
  color: #451400;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
}

.image-52 {
  width: 28px;
}

.footer-2 {
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 10px;
  line-height: 18px;
}

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

.footer-container-2 {
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.new-h5 {
  color: #451400;
  letter-spacing: .5px;
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
}

.footer-privacy-section {
  background-color: #eae7df;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-48 {
  align-items: flex-end;
}

.new-footer {
  border-top: .3px solid var(--_chipotle-v2---adobo-brown);
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  top: -11px;
}

.footer-links-2 {
  text-decoration: none;
}

.body-short-wdth {
  width: 500px;
}

.body-short-wdth.centered {
  text-align: center;
}

.body-short-wdth.white {
  color: var(--_chipotle-v2---color);
}

.current-focus {
  background-image: url('../../images/24-Bluffs_CHI00194-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  top: -91px;
}

.current-focus-container {
  background-image: url('../../images/current-focus-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 700px;
  width: 800px;
  height: 450px;
  position: relative;
  top: 78px;
}

.tape {
  position: absolute;
  inset: -7% auto auto 38%;
}

.focus-text-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  top: 56px;
  left: 142px;
}

.h1-center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 36px;
  line-height: 38px;
}

.body-copy {
  color: var(--_chipotle-v2---adobo-brown);
  font-family: Gotham Book, Arial, sans-serif;
  font-weight: 400;
}

.body-copy.center {
  text-align: center;
}

.body-copy.white p {
  color: var(--_chipotle-v2---color);
}

.body-copy.tile p {
        color: var(--_chipotle-v2---color);
        width: 85%;
        font-size: 12px;
        line-height: 16px;
    }

.body-copy.tile:lang(es-us) {
  width: 88%;
}

.body-copy.short p{
  max-width: 850px;
}

.faq {
  background-image: url('../../images/brown-textured-paper.png'), linear-gradient(#b19371, #b19371);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
  top: -62px;
}

.faq-container {
  background-color: #ffffff8f;
  background-image: url('../images/paper-texture.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 676px;
  background-attachment: scroll;
  border-radius: 15px;
  flex-flow: column;
  align-items: center;
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.padding-small-2 {
  padding-top: 20px;
}

.quick-stack {
  color: #333;
  margin-top: 30px;
  padding: 0;
}

.quick-stack.no-margin {
  grid-column-gap: 20px;
  align-self: stretch;
  margin-top: 0;
}

.accordion-item-2 {
  background-color: var(--_chipotle-v2---color);
  border-radius: 5px;
  width: 940px;
  margin: 0 2px 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.accordion-item-2.no-color {
  background-color: #fff0;
}

.all-body-copy {
  color: #451400;
  width: auto;
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-empty-space {
  padding-top: 37px;
  padding-bottom: 14px;
}

.div-empty-space.small {
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.left-cell {
  align-items: center;
}

.button-6 {
  border: 2px solid var(--_chipotle-v2---adobo-brown);
  color: var(--_chipotle-v2---adobo-brown);
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.button-6:hover {
  filter: saturate(200%);
  color: var(--_chipotle-v2---adobo-brown);
  text-decoration: none;
}

.accordion-item-content-2 {
  background-color: #f3f2eb00;
  border-radius: 0 0 11px;
  padding: 0 25px;
  overflow: hidden;
}

.accordion-item-content-2.programs {
  border-bottom: 3px #fae6db;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-h1 {
  color: #451400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.caret {
  color: #007f90;
  width: 2%;
  height: 100%;
  max-height: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.caret.programs {
  align-self: center;
  width: 4%;
  padding-bottom: 10px;
  padding-right: 0;
}

.accordion-item-trigger-3 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--_chipotle-v2---adobo-brown);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  display: flex;
}

.accordion-item-trigger-3.programs {
  background-color: #fff0;
  background-image: url('../images/white-sweet-corn.png');
  background-position: 100%;
  background-repeat: repeat-y;
  border-top-width: 3px;
  border-bottom: 3px #fae6db;
  border-radius: 0;
  justify-content: space-between;
  padding: 22px 0;
}

.accordion-item-trigger-3.programs._7a {
  background-image: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.accordion-wrapper-2 {
  color: #333;
  margin-bottom: 20px;
}

.accordion-wrapper-2.programs {
  border-bottom: 2px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-bottom: 0;
  display: block;
}

.image-53 {
  max-width: 500px;
}

.welcome-image {
  background-image: url('../images/bowlbuild-ezgif.com-video-to-gif-converter-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.welcome-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.we-image {
  z-index: 0;
  width: 100%;
  position: relative;
  top: -13px;
}

.welcome-message {
  z-index: 3;
  width: 500px;
  position: absolute;
  top: 17px;
}

.image-54 {
  z-index: 1;
  position: absolute;
}

.image-55 {
  z-index: 1;
  opacity: .39;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  top: -2px;
  left: 9px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-1deg);
}

.section-5 {
  position: relative;
}

.image-56 {
  position: absolute;
  inset: auto 5% 29% auto;
}

.dropdown-11 {
  background-color: #ffffffa8;
  border-radius: 10px;
  position: absolute;
  inset: 23% auto auto -3%;
}

.dropdown-11.no-white {
  background-color: #fff0;
}

.nav-engage-box-2.w--open {
  background-color: #fff;
  border-radius: 20px 20px 30px;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  top: auto;
  box-shadow: 0 2px 5px 4px #0003;
}

.nav-link---engage-2 {
  color: #ad2118;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: auto;
}

.image-50 {
  align-self: center;
}

.icon-7 {
  color: #fff;
}

.icon-7.brown {
  color: #451400;
}

.language-button {
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 2px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.language-button.engagement {
  padding-left: 20px;
}

.language {
  color: var(--_chipotle-v2---adobo-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gotham, Arial, sans-serif;
  font-size: 10px;
}

.language.brown {
  color: #451400;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 500;
}

.employee-selector-div {
  align-self: auto;
  display: block;
  position: static;
  left: 54px;
}

.container-25 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-40 {
  align-self: flex-end;
  position: static;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.icon-6 {
  color: #451400;
  font-size: 35px;
}

.dropdown-toggle-3 {
  padding-top: 35px;
  padding-right: 20px;
}

.dropdown-toggle-3.w--open {
  float: right;
  clear: none;
  display: inline-block;
}

.dropdown-9 {
  z-index: 100;
  float: right;
  clear: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dropdown-10 {
  margin-bottom: 10px;
}

.dropdown-list-3 {
  display: none;
}

.dropdown-list-3.w--open {
  float: right;
  clear: right;
  background-color: #fff;
  border-radius: 20px;
  display: block;
  position: relative;
  box-shadow: 0 2px 9px #0003;
}

.nav-button {
  border: 1px solid var(--_chipotle-v2---adobo-brown);
  background-color: var(--_chipotle-v2---white-56);
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  border-radius: 19px;
  flex: 0 auto;
  font-family: Gotham, Arial, sans-serif;
  position: absolute;
  top: 34.4062px;
  right: 75.5px;
}

.nav-button:hover {
  box-shadow: 0 2px 5px #0003;
}

.div-block-35 {
  flex-flow: column;
  align-self: center;
  display: flex;
}

.div-block-37 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.drop-down-box-1.w--open {
  background-color: #fff;
  left: 16px;
  box-shadow: 0 2px 5px #0003;
}

.nav-link-5 {
  color: #451400;
  text-align: center;
  border-bottom: 0 solid #fff;
  flex-flow: column;
  flex: 0 auto;
  align-self: flex-end;
  width: 350px;
  margin: 0;
  padding-top: 13px;
  padding-bottom: 15px;
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 16px;
  display: block;
}

.nav-link-5:hover {
  color: var(--_chipotle-v2---roasted-red);
  background-color: #fff;
  border-radius: 20px;
  font-family: Gotham, Arial, sans-serif;
  text-decoration: none;
}

.nav-link-5.w--current, .nav-link-5.w--current:hover {
  color: var(--_chipotle-v2---roasted-red);
}

.nav-link-5.home {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}

.nav-link-5.home:hover {
  font-family: Gotham, Arial, sans-serif;
  text-decoration: none;
}

.nav-link-5.home.w--current {
  color: var(--_chipotle-v2---roasted-red);
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.nav-link-5.left {
  text-align: left;
}

.nav-link-5.left:hover {
  border-radius: 20px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-5.resources {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}

.nav-link-5.resources:hover {
  color: var(--_chipotle-v2---roasted-red);
  background-color: #fff;
  text-decoration: none;
}

.nav-link-5.resources.w--current {
  color: var(--_chipotle-v2---roasted-red);
  background-color: #fff;
}

.dropdown-link {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham Book, Arial, sans-serif;
}

.dropdown-link.w--current {
  color: #000;
  display: block;
}

.dropdown-link.language {
  color: #451400;
  text-decoration: none;
}

.dropdown-link.language:lang(es-us) {
  color: #451400;
  text-align: left;
  text-overflow: clip;
  overflow-wrap: normal;
  font-size: 10px;
  text-decoration: none;
  display: block;
}

.dropdown-link.language.w--current {
  box-sizing: border-box;
  text-align: left;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.text-block {
  font-family: var(--_chipotle-v2---gotham);
  color: var(--_chipotle-v2---adobo-brown);
}

.benefits-hero {
  opacity: 1;
  background-image: url('../images/american-public-power-association-XGAZzyLzn18-unsplash-1.png'), url('../images/grey-construction-paper-2.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: cover, auto;
  height: 250px;
  position: relative;
}

.benefits-hero-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  display: flex;
  position: relative;
}

.i-want-to-div {
  border: 1px solid var(--_chipotle-v2---color);
  color: var(--_chipotle-v2---color);
  text-align: left;
  text-transform: uppercase;
  border-radius: 19px;
  max-width: 360px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 5px 14px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  overflow: visible;
}

.i-want-to-div.home-tiles {
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 16px;
}

.i-want-to-div.short {
  border-color: var(--_chipotle-v2---adobo-brown);
  color: var(--_chipotle-v2---adobo-brown);
  max-width: 100px;
}

.i-want-to-div.brown {
  border-color: var(--_chipotle-v2---adobo-brown);
  color: var(--_chipotle-v2---adobo-brown);
}

.h1 {
  letter-spacing: 1px;
  font-size: 36px;
  line-height: 38px;
}

.h1.white {
  color: var(--_chipotle-v2---color);
  letter-spacing: 1px;
  padding-left: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.image-57 {
  position: absolute;
  inset: 22px 7% 0% auto;
}

.quick-stack-2 {
  margin-top: auto;
  position: relative;
  top: 51px;
}

.section-6 {
  margin-bottom: 100px;
  padding-top: 33px;
  position: relative;
  top: 68px;
}

.benefit-tile-div {
  opacity: 1;
  background-image: url('../images/crumpled-paper.png'), url('../images/paper-texture.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border: 1px #000;
  border-radius: 18px;
  padding: 20px;
  position: relative;
}

.benefit-tile-div:hover {
  transform: translate(0, -2px);
}

.tile-arrow {
  position: absolute;
  inset: 5% 3% auto auto;
}

.quick-stack-3 {
  padding: 20px 0 0;
}

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

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.benefits-hero---child {
  background-image: url('../images/american-public-power-association-XGAZzyLzn18-unsplash-1.png'), url('../images/grey-construction-paper-2.png');
  background-position: 0 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 200px;
}

.benefits-hero-child---text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: 200px;
  padding-left: 5px;
  display: flex;
}

.scroll_section {
  color: #1c192b;
  height: 400vh;
  position: relative;
}

.scroll_wrap {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.scroll_item {
  z-index: 2;
  height: 100vh;
  display: flex;
  position: relative;
}

.scroll_card {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.scroll_card-info {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.card_heading {
  font-size: 10em;
  line-height: 1.2;
}

.scroll_card-covar {
  max-width: 800px;
}

.button {
  color: #fff;
  background-color: #1c192b;
  border: 1px solid #1c192b;
  padding: 10px 30px;
  transition: all .3s linear;
}

.button:hover {
  color: #000;
  background-color: #0000;
}

.scroll_card-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.tile-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.tile-section {
  flex-flow: row;
  align-items: flex-start;
  height: 400px;
  display: none;
  position: relative;
}

.tile-item {
  background-image: url('../images/american-public-power-association-XGAZzyLzn18-unsplash-1.png'), url('../images/grey-construction-paper-2.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 20px;
  width: 30vw;
  height: 500px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  position: relative;
}

.image-58 {
  position: absolute;
  inset: 2% 2% auto auto;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  background-image: url('../images/american-public-power-association-XGAZzyLzn18-unsplash-1.png'), url('../images/grey-construction-paper-2.png');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 20px;
  flex: 1;
  width: 400px;
  padding: 1rem;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-inner {
  align-items: center;
  width: 160vw;
  padding-left: 1%;
  padding-right: 5%;
  display: flex;
}

.scroll-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: .0625rem #83838329;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 80%;
  min-height: 32rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.heading {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-wrapper {
  z-index: 1;
  position: static;
}

.sticky-container {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.image-59 {
  position: absolute;
  inset: 5% 5% auto auto;
}

.image-60 {
  position: relative;
  top: auto;
}

.tile-div {
  border-radius: 20px;
  width: 320px;
  height: 400px;
  position: relative;
}

.tile-div:hover {
  transform: translate(0, -2px);
}

.tile-div.benefit {
        background-image: url('../../images/Rectangle-897.png'), url('../../images/american-public-power-association-XGAZzyLzn18-unsplash-1.png'), url('../../images/grey-construction-paper-2.png');
        background-position: 50%, 0 0, 0 0;
        background-repeat: no-repeat, repeat, repeat;
        background-size: cover, auto, auto;
        width: 320px;
        height: 400px;
        position: relative;
    }

.tile-div.benefit:hover {
  box-shadow: 0 4px 5px #0003;
}

.tile-div.workday {
        background-image: url('../../images/Rectangle-896.png'), url('../../images/Rectangle-897.png'), url('../../images/BrownKraftPaperBackground-2.png');
        background-position: 0 0, 0 0, 0 0;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: cover, cover, cover;
    }

.tile-div.workday:hover {
  box-shadow: 0 4px 5px #0003;
}

.tile-div.engagement {
  background-image: url('../../images/Rectangle-896.png'), url('../../images/Rectangle-897.png'), url('../../images/silver-foil-1000x1000-1.png'), url('../../images/crumpled-paper.png');
  background-position: 50%, 50%, 50%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: cover, cover, cover, auto;
}

.tile-div.engagement:hover {
  box-shadow: 0 4px 5px #0003;
}

.tile-div.loa {
        background-image: url('../../images/Rectangle-897.png'), url('../../images/grey-construction-paper-3.png');
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
    }

.tile-div.loa:hover {
  box-shadow: 0 2px 5px #0003;
}

.tile-text {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 320px;
  padding: 0 20px 10px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  display: none;
  position: relative;
  top: 51px;
}

.image-61 {
  position: absolute;
}

.cap {
  position: absolute;
  top: 18px;
  left: 10px;
}

.image-62 {
  position: absolute;
  inset: 5% 5% auto auto;
}

.hat {
  position: absolute;
}

.logo-pin {
  position: absolute;
  inset: 21% 4% auto auto;
}

.tiles-qs {
  flex: none;
  width: 80%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
}

.dollar-pin {
  position: absolute;
  top: -16px;
}

.glasses-pin {
  position: absolute;
  top: 28px;
}

.child-qs {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.section-8 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.child-content-container {
  max-width: 1200px;
  position: relative;
}

.resource-box {
    background-image: url('../../images/crumpled-paper.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 17px;
    width: 320px;
    margin-top: 0;
    padding: 21px 10px 20px 17px;
    position: sticky;
    top: 1px;
    box-shadow: 0 2px 5px #0003;
}

.image-63 {
  position: absolute;
  top: -24px;
  left: 69px;
}

.cell-49 {
  padding-top: 0;
}

.engagement-hero {
    background-image: linear-gradient(#ffffff69, #ffffff69), url('../../images/Rectangle-896.png'), url('../../images/silver-foil-1000x1000-1.png');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, 400px;
    background-attachment: scroll, scroll, scroll;
    height: 250px;
}

.engagement-hero-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: 250px;
  display: flex;
  position: relative;
}

.image-64 {
  position: absolute;
  inset: 0% 14% auto auto;
}

.h3 {
  margin-top: 10px;
}

.h3.left {
  text-align: center;
}

.div-table {
  overflow: scroll;
}

.medical-plan-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.all-table-headers {
  background-color: var(--_chipotle-v2---adobo-brown);
  color: #eae7df;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
}

.all-table-left-header {
  background-color: #eae7df;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;
}

.all-table-left-header.esp-table-height {
  font-size: 12px;
  line-height: 40px;
}

.all-table-left-header.esp-table-height:lang(es-us) {
  height: 65px;
}

.all-table-left-header.center-large {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 22px;
}

.all-table-left-header.center-large:lang(es-us) {
  height: 65px;
  font-size: 13px;
  line-height: 22px;
}

.all-table-left-header.center-large.esp-table-height {
  font-size: 12px;
  line-height: 20px;
}

.all-table-left-header.large {
  height: auto;
  line-height: 120px;
}

.all-table-left-header.height {
  line-height: 18px;
}

.all-table-body-copy {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 14px;
}

.all-table-body-copy:lang(es-us) {
  font-size: 12px;
  line-height: 18px;
}

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

.icon-8 {
  color: var(--_chipotle-v2---adobo-brown);
}

.engagement-tile {
  background-image: url('../images/crumpled-paper.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
}

.engagement-tile:hover {
  box-shadow: 0 2px 5px #0003;
}

.quick-stack-4 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  max-width: 1200px;
  padding: 0;
}

.section-9 {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.engage-tile-image {
  border-radius: 13px;
  display: none;
}

.button-brown-2 {
  border: .5px solid var(--_chipotle-v2---adobo-brown);
  background-color: var(--_chipotle-v2---color);
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.button-brown-2:hover {
  background-color: var(--_chipotle-v2---roasted-red);
  color: var(--_chipotle-v2---color);
}

.button-brown-2.padd {
  margin-left: 5px;
  margin-right: 5px;
}

.button-brown-2.padd:hover {
  box-shadow: 0 2px 5px #0003;
}

.button-brown-2.padd.shade {
  color: #45140080;
  border-color: #45140080;
}

.heading-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.engagement-hero-child {
    background-image: linear-gradient(#ffffff40, #ffffff40), url('../../images/Rectangle-896.png'), url('../../images/silver-foil-1000x1000-1.png');
    background-position: 0 0, 50% 0, 50%;
    background-repeat: repeat, no-repeat, repeat-x;
    background-size: auto, cover, 400px;
    height: 200px;
}

.enagement-hero-child-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 940px;
  height: 200px;
  display: flex;
}

.engage-child-image {
  padding-top: 20px;
  padding-bottom: 20px;
}

.engage-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-65 {
  position: absolute;
  inset: 5% 5% auto auto;
}

.div-block-41 {
  flex-flow: column;
  justify-content: flex-end;
  height: 200px;
  padding-top: 0;
  display: flex;
}

.dental-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.all-table-body-box {
  color: #451400;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-bottom: 1px #000;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.table-div {
  min-width: 100px;
  overflow: auto;
}

.image-66 {
  position: absolute;
  inset: 41% -10% auto auto;
}

.oe-hero {
    background-image: url('../../images/Rectangle-896.png'), url('../../images/Rectangle-897.png'), url('../images/BrownKraftPaperBackground-2.png');
    background-position: 50%, 50%, 0 0;
    background-repeat: no-repeat, repeat-x, repeat;
    background-size: cover, cover, auto;
    height: 250px;
}

.oe-hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  display: flex;
  position: relative;
}

.arrow-div {
  background-color: var(--_chipotle-v2---color);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 0;
  padding-right: 0;
  display: inline-flex;
  position: absolute;
  inset: 4% 4% auto auto;
}

.arrow-div:hover {
  box-shadow: 0 4px 5px #0003;
}

.image-67 {
  position: relative;
}

.image-68 {
    background-image: url('../../images/tape.svg');
    background-position: 0 0;
    background-size: auto;
}

.test-strech {
    background-image: url('../../images/tape.svg');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto;
    height: 80px;
    display: none;
    position: relative;
    top: -75px;
}

.image-69 {
  position: absolute;
  inset: -19% 0% auto auto;
}

.rec-pop-up-back {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.engage--pop-up-exit-button {
  opacity: .47;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.engage--pop-up-exit-button:hover {
  opacity: 1;
}

.new-h2 {
  color: #451400;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 4px;
  padding-bottom: 2px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.button-4 {
  text-transform: uppercase;
  background-color: #451400;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
}

.button-4:hover {
  filter: saturate(200%);
  text-decoration: none;
}

.rec-pop-up-box {
    background-color: #fff;
    background-image: url('../../images/crumpled-paper.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 460px;
    padding: 40px 40px 32px;
    display: block;
    position: relative;
    inset: 0% auto auto 0%;
}

.oe-rec-pop-up-wrapper {
  z-index: 300;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.oe-rec-pop-up-wrapper:lang(es-us) {
  display: none;
}

.education-pop-up-back {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #20202099;
  position: absolute;
  inset: 0;
}

.education-pop-up-wrapper {
  z-index: 300;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.education-pop-up-wrapper:lang(es-us) {
  display: none;
}

.education-pop-up-box {
    background-color: #fff;
    background-image: url('../../images/crumpled-paper.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: contain;
    border-radius: 14px;
    max-width: 460px;
    padding: 40px;
    position: relative;
}

.button-5 {
  text-transform: uppercase;
  background-color: #451400;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
}

.button-5:hover {
  filter: saturate(200%);
  text-decoration: none;
}

.enage-pop-up-text-box {
  flex-flow: wrap;
  align-items: center;
  max-width: 650px;
  display: block;
}

.edcuation-popup-close {
  opacity: .47;
  transition: opacity .2s;
  position: absolute;
  top: 20px;
  right: 20px;
}

.edcuation-popup-close:hover {
  opacity: 100;
}

.engage---pop-up-box {
    cursor: auto;
    background-color: #fff;
    background-image: url('../../images/crumpled-paper.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto;
    border-radius: 8px;
    max-width: 460px;
    padding: 40px 40px 32px;
    position: relative;
}

.engage---pop-up-back {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.button-7 {
  text-transform: uppercase;
  background-color: #451400;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
}

.button-7:hover {
  filter: saturate(200%);
  text-decoration: none;
}

.engage-pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.engage-pop-up-wrapper:lang(es-us) {
  display: none;
}

.text-block-2 {
  color: var(--_chipotle-v2---roasted-red);
}

.loa-pop-up-text {
  max-width: 650px;
}

.loa-pop-up-box {
    background-color: #fff;
    background-image: url('../../images/crumpled-paper.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: contain;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    padding: 40px 40px 32px;
    display: flex;
    position: relative;
}

.button-8 {
  text-transform: uppercase;
  background-color: #451400;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
}

.button-8:hover {
  filter: saturate(200%);
  text-decoration: none;
}

.loa-pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.loa-pop-up-back {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.welcome-desktop-view {
  display: block;
  overflow: hidden;
}

.padding-sm-home {
  height: 75px;
}

.div-home {
  padding-top: 10px;
}

.welcome-mobile-view {
  display: none;
}

.welcome-message-vertical {
  transform-style: preserve-3d;
}

.cell-50 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.loa-hero {
    background-image: url('../../images/Rectangle-896.png'), url('../../images/Rectangle-897.png'), url('../../images/BrownKraftPaperBackground-2.png');
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat-x, repeat;
    background-size: auto, cover, auto;
    height: 250px;
    position: relative;
}

.loa-hero-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  display: flex;
}

.image-70 {
  position: absolute;
  inset: 17% 13% auto auto;
}

.section-10 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.h4.no-top-pad {
  margin-top: 0;
}

.height {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 240px;
  display: flex;
}

.container-27 {
  border-radius: 18px;
  height: auto;
  padding: 2px 20px 20px;
}

.loa-qs {
  padding: 0;
}

.list-bullets {
  color: var(--_chipotle-v2---adobo-brown);
  padding-left: 28px;
  font-family: Gotham Book, Arial, sans-serif;
}

.section-11 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.loa-curved-cell {
    background-color: #0000;
    background-image: url('../../images/Rectangle-897.png'), url('../../images/BrownKraftPaperBackground-2.png');
    background-position: 50% 20%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    border-radius: 20px;
    justify-content: center;
    padding: 10px 20px;
}

.container-28 {
  flex-flow: column;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.section-12 {
  padding-bottom: 40px;
}

.loa-home-body {
  text-align: center;
  max-width: 800px;
  padding-top: 20px;
}

.loa-hero-child {
    background-image: url('../../images/Rectangle-896.png'), url('../../images/Rectangle-897.png'), url('../../images/BrownKraftPaperBackground-2.png');
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat-x, repeat;
    background-size: auto, cover, auto;
    height: 200px;
}

.container-29 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  display: flex;
  position: relative;
}

.loa-call-out {
    background-image: url('../../images/crumpled-paper.png');
    background-position: 0 0;
    background-size: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
}

.container-30 {
  margin-top: 20px;
}

.cork-section {
    background-image: url('../../images/Rectangle-896.png'), url('../../images/Rectangle-897.png'), url('../../images/BrownKraftPaperBackground-2.png');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: cover, cover, auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-13 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-9 {
  text-transform: uppercase;
  background-color: #451400;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
}

.button-9:hover {
  filter: saturate(200%);
  text-decoration: none;
}

.mh-pop-up-back {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.mh-pop-up-box {
  background-color: #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  max-width: 460px;
  padding: 40px;
  display: flex;
  position: relative;
}

.mh-pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.mh-pop-up-wrapper:lang(es-us) {
  display: none;
}

.focus-button {
  border: 1px none var(--_chipotle-v2---roasted-red);
  background-color: var(--_chipotle-v2---roasted-red);
  border-radius: 19px;
}

.focus-button:hover {
  background-color: var(--_chipotle-v2---color);
  color: var(--_chipotle-v2---roasted-red);
  border-style: solid;
}

.hero-body-text {
  text-align: center;
  width: 800px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 120%;
}

.hero-body-text.centered {
  text-align: center;
}

.hero-body-text.white {
  color: var(--_chipotle-v2---color);
}

.glass-door-pop-up-wrapper {
  z-index: 300;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.glass-door-pop-up-wrapper:lang(es-us) {
  display: none;
}

.glass-door-pop-up-back {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.glass-door-pop-up-box-copy {
    background-color: #fff;
    background-image: url('../../images/crumpled-paper.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 600px;
    padding: 40px 40px 32px;
    display: block;
    position: relative;
    inset: 0% auto auto 0%;
}

.glass-door--pop-up-exit-button {
  opacity: .47;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.glass-door--pop-up-exit-button:hover {
  opacity: 1;
}

.glass-door--pop-up-text-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pulsing-dot {
  margin-right: 15px;
  position: static;
  left: -1.5rem;
}

.button-brown-glass-door {
  border: .5px solid var(--_chipotle-v2---adobo-brown);
  background-color: var(--_chipotle-v2---color);
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  vertical-align: baseline;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.button-brown-glass-door:hover {
  background-color: var(--_chipotle-v2---roasted-red);
  color: var(--_chipotle-v2---color);
}

.button-brown-glass-door.padd {
  margin-left: 5px;
  margin-right: 5px;
}

.button-brown-glass-door.padd:hover {
  box-shadow: 0 2px 5px #0003;
}

.button-brown-glass-door.padd.shade {
  color: #45140080;
  border-color: #45140080;
}

.list {
  padding-left: 20px;
}

.dropdown-12 {
  margin-bottom: 10px;
}

.icon-9 {
  color: #fff;
}

.icon-9.brown {
  color: #451400;
}

.locales-wrapper {
  background-color: var(--_chipotle-v2---white-56);
  flex-flow: column;
  align-items: center;
  width: 200px;
  padding: 10px;
  display: flex;
}

#w-node-_837d431c-cb58-0645-0466-677e905dcd99-4a577ec6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4b06bd02-178f-dbaa-0997-357bfd4727f7-4a577ec6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-fa027b74-53ff-f7a3-31c0-20d0477c7eca-4a577ec6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4551521e-a418-5eca-3a0b-f5b18b7d166b-4a577ec6, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d1680-4a577ec6 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_4551521e-a418-5eca-3a0b-f5b18b7d1695-4a577ec6, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d16a8-4a577ec6 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_1c4e19fa-1a05-7048-b435-d031d7f145be-4a577ec6 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-_1c4e19fa-1a05-7048-b435-d031d7f145d4-4a577ec6 {
  grid-column: span 2 / span 2;
}

#w-node-_2913c766-9619-6b6d-dbd9-fcf97317aa43-b832260b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3e16b1dc-875d-1d00-ec81-d38eb102d3ee-b102d3ec {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-_6e88d1a4-e7a5-f339-9a94-a8fd04b78222-58ed3305 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
}

#w-node-e198e0b8-8773-4659-6e63-6dd48ef63ace-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63ae0-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63af2-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b04-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b16-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b28-58ed3305 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a7c-58ed3305 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a7e-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753a80-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753a84-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753a88-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a8a-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753a8e-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a92-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a94-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753a96-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a98-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a9a-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753a9c-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a9e-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aa0-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753aa2-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aa4-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aa6-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753aa8-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aaa-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aac-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753ab7-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ac2-58ed3305 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ac4-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ac6-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753ac8-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aca-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753acc-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753ace-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ad0-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ad2-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753ad4-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ad6-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ad8-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753ada-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3fb99d7a-9ed8-71a4-ded6-607e70270ad9-d90b98fe, #w-node-_4f23b4b8-3ce3-5826-760f-824386a1a959-d90b98fe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-81976db9 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-9965b4b5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-9965b4b5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-9965b4b5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-9965b4b5, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-9965b4b5, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-9965b4b5 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_2913c766-9619-6b6d-dbd9-fcf97317aa43-65021a7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6a794eb9-ae01-3ef6-1a9c-09006902e825-ede75268 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ad35130f-8b8e-c5a3-9894-e4b9a2582767-ede75268 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_88fa8ccc-93b4-ad93-5681-2159df6d5af4-df6d5af3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1f870b37-8147-e682-a748-46e44406ac1b-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac2d-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac3f-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac51-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac63-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac75-1e832d2d {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-dd215d56-4669-99ca-8a50-0a9287f34a70-1e832d2d {
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_0aab958f-b39b-3e72-5b42-4e7628ce122b-1e832d2d {
  grid-column: span 2 / span 2;
}

#w-node-_944b5990-fc8e-2941-c6da-d46aa60d458e-1e832d2d, #w-node-_0e943e26-5cec-a34f-de8f-17558604a5b7-1e832d2d {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-a2dfbf89-8370-f41b-597d-97be4fb953a8-1e832d2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.polaroid-white-bg {
  z-index: 1;
  background-image: url('../images/white-polaroid-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 82%;
  background-attachment: scroll;
  height: 600px;
  position: relative;
  top: 26px;
}

.time-to-enroll.height {
  height: 400px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 40px;
}

.button-brown-1.sm {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}

.oe-h1.center {
  text-align: center;
}

.live.mobile {
  top: -8%;
}

.footer-links-2.loa {
  display: none;
}

.body-copy.tile {
  color: var(--_chipotle-v2---color);
  width: 85%;
  font-size: 12px;
  line-height: 16px;
}

.nav-link-5.left.loa {
  display: none;
}

.i-want-to-div:lang(es-us) {
  max-width: 380px;
}

.image-57:lang(es-us) {
  right: 0%;
}

.h2.white {
  color: var(--_chipotle-v2---color);
}

.image-66:lang(es-us) {
  right: -18%;
}

.section-47 {
  padding-top: 40px;
  padding-bottom: 0;
}

.oe-container---off-white {
  background-color: #eae7df;
  background-image: url('../images/crumpled-paper.png');
  background-position: 0 0;
  background-size: auto;
  padding: 20px 40px;
}

.table_left {
  background-color: #eae7df;
  padding: 5px;
}

.container-oe-cost {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.table_header {
  color: #eae7df;
  background-color: #ad2118;
  padding: 5px;
  font-size: 16px;
  line-height: 25px;
}

.new-qs-1 {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex: 0 auto;
  max-width: 1200px;
  padding: 0;
  position: static;
}

.list-bullets.mobile {
  font-family: Gotham Book, Arial, sans-serif;
}

.table_cell {
  text-align: center;
  background-color: #fff;
  font-family: Gotham Book, Arial, sans-serif;
}

.list-numbers {
  color: #451400;
  padding-left: 20px;
  font-family: Gotham Book, Arial, sans-serif;
}

.oe-tile-div-height {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 180px;
  display: flex;
}

.oe-page-div {
  border: 3px solid var(--_chipotle-v2---adobo-brown);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
  position: relative;
}

.quick-stack-5 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  position: relative;
}

.image-70:lang(es-us) {
  right: 3%;
}

.oe-time-to-enroll-home {
  border: 3px solid var(--_chipotle-v2---adobo-brown);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
  position: relative;
}

.section-48 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.oe-intro-body-mobile {
  color: var(--_chipotle-v2---adobo-brown);
  text-align: center;
  width: 500px;
  font-family: Gotham Book, Arial, sans-serif;
}

.employee-selector {
  background-image: url('../images/crumpled-paper.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.qs {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding: 0;
}

.table-header {
  background-color: var(--_chipotle-v2---adobo-brown);
  color: #eae7df;
  text-align: center;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 700;
}

.table-text {
  color: #eae7df;
}

.all-table-headers-2 {
  color: #eae7df;
  text-align: center;
  background-color: #451400;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.table-header-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  color: #eae7df;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #451400;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.all-table-left-header-2 {
  color: #451400;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eae7df;
  border: 1px #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
}

.all-table-left-header-2.center-large {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 22px;
}

.all-table-left-header-2.center-large:lang(es-us) {
  height: 65px;
  font-size: 13px;
  line-height: 22px;
}

.all-table-left-header-2.center-large.esp-table-height {
  align-items: center;
  padding-left: 0;
  font-size: 12px;
  line-height: 20px;
}

.all-table-left-header-2.esp-table-height {
  border-style: none;
  font-size: 12px;
  line-height: 20px;
}

.all-table-left-header-2.esp-table-height:lang(es-us) {
  height: 65px;
}

.table-left-header {
  background-color: #eae7df;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.table-left-header.center {
  align-items: center;
}

.tables {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  margin-bottom: 10px;
  padding: 0;
}

.table-cell {
  color: #451400;
  text-align: center;
  background-color: #fff;
  border: 1px #edede3;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.all-table-body-box-2 {
  color: #451400;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-bottom: 1px #000;
  flex: 0 auto;
  align-items: center;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.table-div-2 {
  min-width: 100px;
  overflow: auto;
}

.table-note {
  color: var(--_chipotle-v2---adobo-brown);
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Gotham Book, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  display: none;
}

.benefit-div-call-out {
  background-color: var(--_chipotle-v2---adobo-brown);
  border-radius: 19px;
  width: 770px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 20px;
  position: static;
}

.white-link {
  color: var(--_chipotle-v2---color);
}

.image-71 {
  position: absolute;
  inset: -34% -1% auto auto;
}

.container-33 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.live-2 {
  color: #ac2117;
  letter-spacing: 2px;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px 10px 15px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -7% auto auto 44%;
}

.live-circle-2 {
  background-color: #ac2117;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: none;
  position: relative;
  top: 2px;
}

.text-block-3 {
  color: #ac2117;
}

.live-circle-3 {
  background-color: #ac2117;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: none;
  position: relative;
  top: 2px;
}

.text-block-4 {
  color: #ac2117;
}

.live-circle-4 {
  background-color: #ac2117;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: none;
  position: relative;
  top: 2px;
}

#w-node-_6e88d1a4-e7a5-f339-9a94-a8fd04b78222-c343ae90 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
}

#w-node-e198e0b8-8773-4659-6e63-6dd48ef63ace-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63ae0-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63af2-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b04-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b16-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b28-c343ae90 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a7c-c343ae90 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a7e-c343ae90, #w-node-_3358531e-e26d-287c-5e9a-73e150753a80-c343ae90, #w-node-_3358531e-e26d-287c-5e9a-73e150753a84-c343ae90, #w-node-_3358531e-e26d-287c-5e9a-73e150753a88-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a8a-c343ae90, #w-node-_3358531e-e26d-287c-5e9a-73e150753a8e-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a92-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a94-c343ae90, #w-node-_3358531e-e26d-287c-5e9a-73e150753a96-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a98-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a9a-c343ae90, #w-node-_3358531e-e26d-287c-5e9a-73e150753a9c-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a9e-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aa0-c343ae90, #w-node-_3358531e-e26d-287c-5e9a-73e150753aa2-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aa4-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aa6-c343ae90, #w-node-_3358531e-e26d-287c-5e9a-73e150753aa8-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aaa-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aac-c343ae90, #w-node-_3358531e-e26d-287c-5e9a-73e150753ab7-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ac2-c343ae90 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ac4-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ac6-c343ae90, #w-node-_3358531e-e26d-287c-5e9a-73e150753ac8-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aca-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753acc-c343ae90, #w-node-_3358531e-e26d-287c-5e9a-73e150753ace-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ad0-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ad2-c343ae90, #w-node-_3358531e-e26d-287c-5e9a-73e150753ad4-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ad6-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ad8-c343ae90, #w-node-_3358531e-e26d-287c-5e9a-73e150753ada-c343ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-c343ae94, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-c343ae94, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-c343ae94, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-c343ae94, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-c343ae94, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-c343ae94 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-ae6f3d65-7744-1a0f-2d93-8eb7bcb23343-bcb2333c {
  grid-template-rows: auto;
  grid-template-columns: 2fr;
}

#w-node-e2ca1f3d-0462-2041-2f91-c0cb2a03c999-2a03c999 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_673a6e69-0735-d780-f9a9-bcff95796655-79574bec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2dd2fa5a-be8e-c6d0-3ec4-9c990062cfb5-14a97696, #w-node-_113f4f52-57be-a110-4460-2309ea3ab79f-14a97696 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_9ed0681c-7f24-a7f5-41e4-fe6981e1a423-28089962, #w-node-_0751cc34-3804-c0d5-d5ac-37c0bd601790-28089962 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_04f21e45-d85a-7e40-aee1-e823537eb020-28089962 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-_04f21e45-d85a-7e40-aee1-e823537eb036-28089962 {
  grid-column: span 2 / span 2;
}

#w-node-_2d19db70-67bb-a99f-ce08-c61048590024-48590022 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-_4bf4846d-4814-0cdb-fc0a-812d8d98a3c1-8d98a3ba {
  grid-template-rows: auto;
  grid-template-columns: 2fr;
}

#w-node-f564eaff-6466-1b3f-1e95-1b96c6da660c-c6da660c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_502cf41a-91fa-c3a4-07b5-68b0c37023df-c37023dd {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-_631370d3-f08e-6556-02b9-184815c6b257-15c6b250 {
  grid-template-rows: auto;
  grid-template-columns: 2fr;
}

#w-node-e75adb45-383d-d311-c5b8-53f96e9c6441-6e9c6441 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b8fb375e-3828-625b-caf2-6daaa8ae9e98-a8ae9e96 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-_3dd3a8f2-50cb-aac3-9938-f1466ab97009-6ab97002 {
  grid-template-rows: auto;
  grid-template-columns: 2fr;
}

#w-node-_668165e5-def0-79e5-c30f-3cce45b03b7c-45b03b7c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_673a6e69-0735-d780-f9a9-bcff95796655-4b1586b9, #w-node-_673a6e69-0735-d780-f9a9-bcff95796655-416a5704, #w-node-_673a6e69-0735-d780-f9a9-bcff95796655-493db75c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a35386dd-355a-a958-04f1-4b55902b49d9-bd9261a4, #w-node-a35386dd-355a-a958-04f1-4b55902b4a35-bd9261a4, #w-node-f33580f3-3f9e-15b9-441d-a99298d8e8a2-29b7c532 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2dd2fa5a-be8e-c6d0-3ec4-9c990062cfb5-960101b9 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_113f4f52-57be-a110-4460-2309ea3ab79f-960101b9 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--_chipotle-v2---adobo-brown);
  margin-bottom: 2px;
  font-family: Gotham Book, Arial, sans-serif;
}

.image {
  position: absolute;
  inset: auto -14% 24% auto;
}

.body-short-wdth:lang(es-us) {
  width: 600px;
}

.body-copy.white {
  color: var(--_chipotle-v2---color);
}

.accordion-item-2.doesn-t-have {
  display: none;
}

.dollar {
  position: absolute;
  inset: 0% 14% auto auto;
}

.engagement-tile.home {
  flex: none;
}

.app-blocks {
  padding-right: 5px;
}

.engagement-emplyoee-div {
  background-image: url('../images/crumpled-paper.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 13px;
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 190px;
  padding: 20px;
  display: block;
  position: relative;
}

.div-height {
  align-items: flex-end;
  height: 100px;
  display: flex;
}

.cell-51 {
  align-items: center;
}

.list-2 {
  padding-left: 30px;
}

.language-2 {
  color: var(--_chipotle-v2---adobo-brown);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
}

.locale {
  padding: 5px 10px;
}

#w-node-_837d431c-cb58-0645-0466-677e905dcd99-0d764682 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4551521e-a418-5eca-3a0b-f5b18b7d166b-0d764682, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d1680-0d764682, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d1695-0d764682, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d16a8-0d764682 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_1c4e19fa-1a05-7048-b435-d031d7f145be-0d764682 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-0d764686 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-0d764688, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-0d764688, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-0d764688, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-0d764688, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-0d764688, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-0d764688 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-ee1a07d1-6b88-666f-0a40-88cc50b72f3c-6cc61eaa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7eb10359-4fde-c9d8-04ed-a9adfadd40d5-6cc61eaa {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-_7eb10359-4fde-c9d8-04ed-a9adfadd40eb-6cc61eaa {
  grid-column: span 2 / span 2;
}

#w-node-f91eec05-a107-3b74-6a0c-937cc33c44be-c9f21713, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44e6-c9f21713, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4500-c9f21713, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4515-c9f21713, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-d859c3bf, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-d859c3bf, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-d859c3bf {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe4-d859c3bf {
  grid-column: span 2 / span 2;
}

#w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-d859c3bf, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-b76986bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-b76986bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-b76986bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-b76986bc, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-b76986bc, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-b76986bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-72d7d315, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-72d7d315, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-72d7d315, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-72d7d315, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-72d7d315, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-72d7d315, #w-node-_5b9c1366-8d4a-f479-a46f-ab39d78db289-72d7d315, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-fd78cf70, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-fd78cf70, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-fd78cf70, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-fd78cf70, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-9d485730, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-9d485730, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-9d485730, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-9d485730, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-9d485730, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-9d485730, #w-node-_67af73e2-2ed0-ecf9-cb74-aca7d4b19131-9d485730, #w-node-_07dec517-e030-3ca0-98de-54354e2f0003-9d485730, #w-node-_84dfbc3c-5932-f96a-5fe2-6b66a330f91b-9d485730, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-27d189e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-27d189e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-27d189e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-27d189e0, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-27d189e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-96367cc6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-96367cc6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-96367cc6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-96367cc6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-f50620bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-f50620bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-f50620bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-f50620bc, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-f50620bc, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-f50620bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-4a6cbf1e, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-4a6cbf1e, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-4a6cbf1e, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-80572943, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-80572943, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-80572943, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-80572943, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-80572943, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-80572943, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-80573199, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-80573199, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-80573199, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-3b5152eb, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-3b5152eb, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-3b5152eb, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-3b5152eb, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-3b5152eb, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-3b5152eb, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-54981489, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-54981489, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-54981489, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-54981489, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-54981489, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-54981489 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-9f563c3a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b18dd376-80d9-3055-5259-dcc32ab7d322-2ab7d320 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-0b54ffd2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_88fcf456-9db6-9329-1e45-c88bf3b9e9c3-f3b9e9c1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-d2f2a77d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_3a5a3572-a009-3ee6-7cde-9aa5a4be1902-a4be1900 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-f91eec05-a107-3b74-6a0c-937cc33c44be-ee151e55, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44e6-ee151e55, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4500-ee151e55, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4515-ee151e55, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44be-8b228578, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44e6-8b228578, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4500-8b228578, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4515-8b228578, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44be-c5ebddb2, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44e6-c5ebddb2, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4500-c5ebddb2, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4515-c5ebddb2, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-bdc4614b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-bdc4614b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-bdc4614b {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe4-bdc4614b {
  grid-column: span 2 / span 2;
}

#w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-bdc4614b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-3d4a3a52, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-3d4a3a52, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-3d4a3a52 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe4-3d4a3a52 {
  grid-column: span 2 / span 2;
}

#w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-3d4a3a52, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-59a3807a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-59a3807a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-59a3807a {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe4-59a3807a {
  grid-column: span 2 / span 2;
}

#w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-59a3807a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-17a80b93, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-17a80b93, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-17a80b93, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-17a80b93, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-17a80b93, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-17a80b93, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-4b1e88fc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-4b1e88fc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-4b1e88fc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-4b1e88fc, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-4b1e88fc, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-4b1e88fc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-0c28f31a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-0c28f31a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-0c28f31a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-0c28f31a, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-0c28f31a, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-0c28f31a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-e75fdf7d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-e75fdf7d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-e75fdf7d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-e75fdf7d, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-e75fdf7d, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-e75fdf7d, #w-node-_5b9c1366-8d4a-f479-a46f-ab39d78db289-e75fdf7d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-566d5f66, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-566d5f66, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-566d5f66, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-566d5f66, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-566d5f66, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-566d5f66, #w-node-_5b9c1366-8d4a-f479-a46f-ab39d78db289-566d5f66, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-0a869f39, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-0a869f39, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-0a869f39, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-0a869f39, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-0a869f39, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-0a869f39, #w-node-_5b9c1366-8d4a-f479-a46f-ab39d78db289-0a869f39, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-e6747689, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-e6747689, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-e6747689, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-e6747689, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-1e5122e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-1e5122e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-1e5122e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-1e5122e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-76b0cf18, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-76b0cf18, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-76b0cf18, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-76b0cf18, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-1d680684, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-1d680684, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-1d680684, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-1d680684, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-1d680684, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-1d680684, #w-node-_67af73e2-2ed0-ecf9-cb74-aca7d4b19131-1d680684, #w-node-_07dec517-e030-3ca0-98de-54354e2f0003-1d680684, #w-node-_84dfbc3c-5932-f96a-5fe2-6b66a330f91b-1d680684, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-aaf17ac3, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-aaf17ac3, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-aaf17ac3, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-aaf17ac3, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-aaf17ac3, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-aaf17ac3, #w-node-_67af73e2-2ed0-ecf9-cb74-aca7d4b19131-aaf17ac3, #w-node-_07dec517-e030-3ca0-98de-54354e2f0003-aaf17ac3, #w-node-_84dfbc3c-5932-f96a-5fe2-6b66a330f91b-aaf17ac3, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-df3c5b90, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-df3c5b90, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-df3c5b90, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-df3c5b90, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-df3c5b90, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-df3c5b90, #w-node-_67af73e2-2ed0-ecf9-cb74-aca7d4b19131-df3c5b90, #w-node-_07dec517-e030-3ca0-98de-54354e2f0003-df3c5b90, #w-node-_84dfbc3c-5932-f96a-5fe2-6b66a330f91b-df3c5b90, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-4c47f04b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-4c47f04b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-4c47f04b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-4c47f04b, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-4c47f04b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-468546aa, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-468546aa, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-468546aa, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-468546aa, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-468546aa, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-478a83f6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-478a83f6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-478a83f6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-478a83f6, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-478a83f6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-9c2a5114, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-9c2a5114, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-9c2a5114, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-9c2a5114, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-a747879d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-a747879d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-a747879d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-a747879d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-395d0cab, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-395d0cab, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-395d0cab, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-395d0cab, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-135545e5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-135545e5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-135545e5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-135545e5, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-135545e5, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-135545e5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-9b246d9b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-9b246d9b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-9b246d9b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-9b246d9b, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-9b246d9b, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-9b246d9b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-a7478efe, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-a7478efe, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-a7478efe, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-a7478efe, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-a7478efe, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-a7478efe, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-103d5f4b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-103d5f4b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-103d5f4b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-69a81d4d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-69a81d4d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-69a81d4d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-82755d1a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-82755d1a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-82755d1a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-ae5e4a45, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-ae5e4a45, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-ae5e4a45, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-e7600bf9, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-e7600bf9, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-e7600bf9, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-ab253572, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-ab253572, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-ab253572 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}


/* ===== MEDIA QUERIES ===== */

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .polaroid-white-bg-landscape {
    background-size: 85%;
    width: 700px;
    height: 600px;
    top: -35px;
  }

  .polaroid-text-div {
    width: 450px;
    top: 120px;
    left: 152px;
  }

  .oe-calll-out {
    height: 340px;
    top: -57px;
  }

  .welcome-image-2 {
    position: static;
  }

  .burrito {
    top: -6%;
    left: -2%;
  }

  .for-real-pin {
    max-width: 70%;
    right: -3%;
  }

  .c-icons {
    top: 164px;
    left: -25px;
  }

  .apron {
    left: -3%;
  }

  .chipotle-life {
    max-width: 50%;
    right: -3%;
  }

  .pepper {
    max-width: 80%;
    right: -4%;
  }

  .oe-h2 {
    padding-top: 10px;
  }

  .live {
    top: -8%;
  }

    .hub-tiles {
        background-image: url('../../images/BG.png');
        background-repeat: no-repeat;
        background-size: auto;
        background-attachment: scroll;
        flex-flow: row;
        height: 900px;
        position: static;
    }

  .div-block-39 {
    flex-flow: column;
  }

  .body-short-wdth.centered {
    width: 500px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: -17px;
  }

  .body-short-wdth.white {
    margin-left: 5px;
    margin-right: 0;
  }

  .focus-text-div {
    left: 115px;
  }

  .faq-container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .accordion-item-2 {
    width: auto;
  }

  .accordion-item-trigger-3.programs._7a {
    background-size: contain;
  }

  .accordion-wrapper-2.programs {
    flex-flow: column;
    flex: 0 auto;
    align-items: stretch;
    margin: 2px 20px;
    display: block;
  }

  .we-image {
    max-width: 116%;
    top: -23px;
    left: -24px;
  }

  .welcome-message {
    max-width: 84%;
    top: -8px;
    left: 0;
  }

  .dropdown-11 {
    left: 1%;
  }

  .container-25 {
    max-width: 728px;
  }

  .h1 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .benefits-hero-child---text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card_heading {
    font-size: 6em;
  }

  .scroll_card-covar {
    max-width: 600px;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .container-26 {
    flex-flow: row;
  }

  .tiles-qs {
    flex: 0 auto;
    order: 0;
  }

  .child-qs {
    margin-left: 10px;
  }

  .child-content-container {
    padding: 0 10px;
  }

  .engagement-hero-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-64 {
    right: 1%;
  }

  .medical-plan-grid {
    display: none;
  }

  .engagement-tile {
    margin: 5px;
  }

  .quick-stack-4 {
    grid-row-gap: 20px;
  }

  .enagement-hero-child-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .enagement-hero-child-text.long {
    width: auto;
  }

  .div-block-41 {
    width: 300px;
    height: 160px;
  }

  .dental-grid {
    flex-flow: column;
    display: flex;
  }

  .table-div {
    min-width: 14%;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .div-home {
    padding-top: 17px;
  }

  .image-70 {
    max-width: 80%;
    top: 1%;
  }

  .container-27 {
    height: auto;
  }

  .loa-qs {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-body-text {
    width: 400px;
    margin-top: 0;
    font-size: 14px;
  }

  .hero-body-text.centered {
    width: 500px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: -17px;
  }

  .hero-body-text.white {
    margin-left: 5px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .polaroid-white-bg-landscape {
    background-size: 550px;
    background-attachment: scroll;
    top: -28px;
  }

  .polaroid-white-bg-landscape.mobile {
    background-image: none;
    width: 500px;
    top: -7px;
  }

  .polaroid-text-div {
    display: none;
  }

  .oe-calll-out {
    top: -79px;
  }

  .time-to-enroll {
    margin-left: 15px;
    margin-right: 15px;
  }

  .welcome-image-2 {
    display: none;
  }

  .burrito.mobile {
    max-width: 50%;
    top: 3%;
  }

  .for-real-pin.mobile {
    top: 33%;
    right: -7%;
  }

  .c-icons.mobile {
    max-width: 800%;
    left: -42px;
  }

  .apron.mobile {
    max-width: 200px;
    left: -14%;
  }

  .chipotle-life.mobile {
    right: -1%;
  }

  .pepper {
    bottom: 16%;
    right: 0%;
  }

  .pepper.mobile {
    right: -7%;
  }

  .oe-h2 {
    font-size: 26px;
  }

  .oe-h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .live {
    top: -8%;
    left: 42%;
  }

  .hub-tiles {
    box-sizing: content-box;
    width: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    overflow: visible;
  }

  .body-short-wdth.centered {
    width: 400px;
    font-size: 12px;
    line-height: 16px;
    top: auto;
    right: auto;
  }

  .body-short-wdth.white {
    width: 450px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .current-focus-container {
    width: 480px;
  }

  .tape {
    left: 31%;
  }

  .focus-text-div {
    width: 400px;
    left: 40px;
  }

  .h1-center {
    font-size: 30px;
    line-height: 32px;
  }

  .body-copy {
    font-size: 12px;
    line-height: 18px;
  }

  .body-copy.white p {
    padding-left: 5px;
    padding-right: 5px;
  }

  .body-copy.tile {
    width: 70%;
  }

  .padding-small-2 {
    display: block;
  }

  .accordion-item-2 {
    width: auto;
  }

  .all-body-copy {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-empty-space.small {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-6 {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .accordion-item-content-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .caret.programs {
    width: 8%;
  }

  .accordion-item-trigger-3.programs {
    background-size: contain;
  }

  .accordion-item-trigger-3.programs._7a {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .welcome-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 91.844px;
  }

  .we-image {
    max-width: 80%;
    top: 27px;
  }

  .welcome-message {
    max-width: 50%;
    top: 56px;
    left: 13px;
  }

  .welcome-message.mobile {
    width: 300px;
    max-width: 80%;
    top: 19px;
    left: 90px;
  }

  .image-56 {
    max-width: 35%;
    right: -2%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-button {
    font-size: 12px;
    line-height: 16px;
  }

  .i-want-to-div {
    max-width: 200px;
    margin-left: 5px;
  }

  .i-want-to-div.mobile {
    margin-left: 5px;
    margin-right: 5px;
  }

  .h1 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 34px;
  }

  .h1.white {
    letter-spacing: .5px;
    width: auto;
    font-size: 26px;
    line-height: 30px;
  }

  .quick-stack-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .benefits-hero-child---text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_heading {
    font-size: 4em;
  }

  .scroll_card-covar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading {
    font-size: 1.75rem;
  }

  .tile-div, .tile-div.benefit {
    width: 250px;
    height: 380px;
  }

  .image-64 {
    display: none;
    right: -18%;
  }

  .all-table-headers {
    font-weight: 500;
  }

  .quick-stack-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-brown-2.padd {
    margin-left: 0;
  }

  .enagement-hero-child-text {
    padding-right: 20px;
  }

  .div-block-41 {
    padding-top: 20px;
  }

  .new-h2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .welcome-desktop-view {
    display: none;
  }

    .welcome-mobile-view {
        background-image: url('../../images/brown-textured-paper.png');
        background-position: 0 0;
        background-size: auto;
        display: block;
    }

  .welcome-body-mobile {
    text-align: center;
    width: 370px;
    padding-top: 8px;
    font-size: 12px;
    line-height: 13px;
  }

  .we-image-mobile {
    transform: skew(0deg, 1deg);
  }

  .we-image-vertical {
    display: none;
  }

    .div-landscape {
        background-image: url('../../images/white-polaroid-bg.png');
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: 503px;
        height: 650px;
        position: relative;
    }

  .div-block-43 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 650px;
    display: flex;
  }

  .welcome-body-vertical-mobile, .div-vertical {
    display: none;
  }

  .container-27 {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .list-bullets {
    font-size: 12px;
    line-height: 18px;
  }

  .loa-home-body {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mh-pop-up-wrapper {
    display: none;
  }

  .hero-body-text.centered {
    width: 400px;
    font-size: 12px;
    line-height: 16px;
    top: auto;
    right: auto;
  }

  .hero-body-text.white {
    width: 450px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .button-brown-glass-door.padd {
    margin-left: 0;
  }

  .list {
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .polaroid-white-bg-landscape {
    background-size: 400px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .polaroid-white-bg-landscape.mobile {
    background-image: none;
    width: 310px;
    height: 400px;
  }

  .oe-calll-out {
    height: 380px;
  }

  .burrito.mobile, .for-real-pin.mobile, .c-icons.mobile, .apron.mobile, .chipotle-life.mobile, .pepper.mobile {
    display: none;
  }

  .button-brown-1 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }

  .oe-h2 {
    letter-spacing: 1px;
    margin-bottom: -25px;
    font-size: 18px;
    line-height: 26px;
  }

  .oe-h1 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .oe-h3 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .live {
    left: 34%;
  }

  .footer-privacy-link {
    padding: 0 2px;
  }

  .div-block-39 {
    flex-flow: column;
  }

  .body-short-wdth {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .body-short-wdth.centered, .body-short-wdth.white {
    width: auto;
  }

  .current-focus-container {
    width: 300px;
  }

  .tape {
    left: 18%;
  }

  .focus-text-div {
    width: auto;
    top: 42px;
    left: auto;
  }

  .faq-container {
    margin-left: 2px;
    margin-right: 2px;
  }

  .quick-stack {
    margin-top: 0;
  }

  .accordion-item-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-body-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .accordion-item-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-h1 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .caret {
    flex: 0 auto;
  }

  .caret.programs {
    width: 12%;
    margin-bottom: 10px;
  }

  .accordion-item-trigger-3 {
    align-items: center;
  }

  .image-56 {
    max-width: 30%;
    bottom: 8%;
    right: -2%;
  }

  .dropdown-11 {
    background-color: #ffffff08;
    top: 49%;
  }

  .nav-link---engage-2 {
    inset: auto auto 0% 0%;
  }

  .container-25 {
    max-width: none;
  }

  .dropdown-toggle-3 {
    top: 32px;
  }

  .nav-button {
    display: none;
    top: 78.4062px;
  }

  .nav-link-5 {
    width: 100%;
  }

  .h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .card_heading {
    font-size: 3.5em;
  }

  .tile-div, .tile-div.benefit {
    width: 270px;
  }

  .resource-box {
    width: 300px;
  }

  .engagement-hero, .engagement-hero-text {
    height: auto;
  }

  .image-64 {
    display: none;
  }

  .h3 {
    padding-left: 10px;
    padding-right: 5px;
  }

  .medical-plan-grid {
    display: block;
  }

  .all-table-left-header {
    line-height: 36px;
  }

  .h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .content-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .engagement-hero-child.long, .enagement-hero-child-text.long {
    height: 250px;
  }

  .div-block-41 {
    width: auto;
  }

  .dental-grid {
    display: block;
  }

  .new-h2 {
    padding-top: 2px;
    font-size: 20px;
    line-height: 22px;
  }

  .button-4, .button-5 {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .engage---pop-up-box {
    padding: 20px;
  }

  .button-7, .button-8 {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .loa-pop-up-wrapper {
    display: none;
  }

  .welcome-desktop-view {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-home {
    padding-top: 19px;
    display: none;
  }

  .welcome-body-mobile {
    width: 320px;
    display: none;
    position: absolute;
    top: 143px;
    right: 127px;
  }

  .we-image-mobile, .we-image-mobile.vertical {
    display: none;
  }

  .we-image-vertical {
    max-width: 100%;
    margin: 5px;
    display: block;
  }

  .div-landscape {
    display: none;
  }

  .welcome-body-vertical-mobile {
    text-align: center;
    width: auto;
    margin-top: 9px;
    font-size: 9px;
    line-height: 120%;
    display: block;
  }

  .div-vertical {
    flex-flow: column;
    padding-top: 20px;
    display: flex;
    position: relative;
  }

    .bg-vertical-mobile {
        background-image: url('../../images/white-polaroid-bg.png');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 400px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        height: 300px;
        display: flex;
        position: relative;
        transform: scale(1);
    }

  .welcome-message-vertical {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 300px;
    margin-top: -13px;
    display: flex;
    transform: scale3d(1, .9, 1);
  }

  .cell-50 {
    align-items: center;
  }

  .welcome-message-vert {
    position: absolute;
    top: 43.9688px;
  }

  .image-70 {
    display: none;
  }

  .container-27 {
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .button-9 {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .hero-body-text {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero-body-text.centered, .hero-body-text.white {
    width: auto;
  }

  .list {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_837d431c-cb58-0645-0466-677e905dcd99-4a577ec6, #w-node-_4b06bd02-178f-dbaa-0997-357bfd4727f7-4a577ec6, #w-node-fa027b74-53ff-f7a3-31c0-20d0477c7eca-4a577ec6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6e88d1a4-e7a5-f339-9a94-a8fd04b78222-58ed3305 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3fb99d7a-9ed8-71a4-ded6-607e70270ad9-d90b98fe, #w-node-_4f23b4b8-3ce3-5826-760f-824386a1a959-d90b98fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-81976db9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6a794eb9-ae01-3ef6-1a9c-09006902e825-ede75268, #w-node-_88fa8ccc-93b4-ad93-5681-2159df6d5af4-df6d5af3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d166b-4a577ec6, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d1680-4a577ec6 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_1c4e19fa-1a05-7048-b435-d031d7f145be-4a577ec6 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-_6e88d1a4-e7a5-f339-9a94-a8fd04b78222-58ed3305 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-e198e0b8-8773-4659-6e63-6dd48ef63ae0-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63af2-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b04-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b16-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b28-58ed3305 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-81976db9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-ad35130f-8b8e-c5a3-9894-e4b9a2582767-ede75268 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1f870b37-8147-e682-a748-46e44406ac2d-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac3f-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac51-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac63-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac75-1e832d2d, #w-node-dd215d56-4669-99ca-8a50-0a9287f34a70-1e832d2d, #w-node-_944b5990-fc8e-2941-c6da-d46aa60d458e-1e832d2d, #w-node-_0e943e26-5cec-a34f-de8f-17558604a5b7-1e832d2d {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_837d431c-cb58-0645-0466-677e905dcd99-4a577ec6, #w-node-_4b06bd02-178f-dbaa-0997-357bfd4727f7-4a577ec6, #w-node-fa027b74-53ff-f7a3-31c0-20d0477c7eca-4a577ec6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d166b-4a577ec6, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d1680-4a577ec6, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d1695-4a577ec6, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d16a8-4a577ec6 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_1c4e19fa-1a05-7048-b435-d031d7f145be-4a577ec6 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_3e16b1dc-875d-1d00-ec81-d38eb102d3ee-b102d3ec {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-_6e88d1a4-e7a5-f339-9a94-a8fd04b78222-58ed3305 {
    grid-template-rows: auto;
    grid-template-columns: minmax(303px, .5fr);
  }

  #w-node-e198e0b8-8773-4659-6e63-6dd48ef63ace-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63ae0-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63af2-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b04-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b16-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b28-58ed3305 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-81976db9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-9965b4b5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-9965b4b5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-9965b4b5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-9965b4b5, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-9965b4b5, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-9965b4b5 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_6a794eb9-ae01-3ef6-1a9c-09006902e825-ede75268 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ad35130f-8b8e-c5a3-9894-e4b9a2582767-ede75268 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1f870b37-8147-e682-a748-46e44406ac1b-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac2d-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac3f-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac51-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac63-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac75-1e832d2d, #w-node-dd215d56-4669-99ca-8a50-0a9287f34a70-1e832d2d, #w-node-_944b5990-fc8e-2941-c6da-d46aa60d458e-1e832d2d, #w-node-_0e943e26-5cec-a34f-de8f-17558604a5b7-1e832d2d {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}

@media screen and (max-width: 991px) {
  .polaroid-white-bg {
    background-size: 85%;
    top: 13px;
  }

  .polaroid-text-div {
    width: 400px;
    top: 127px;
    left: 164px;
  }

  .oe-calll-out {
    height: 340px;
    top: -57px;
  }

  .welcome-image-2 {
    position: static;
  }

  .burrito {
    top: -3%;
  }

  .for-real-pin {
    max-width: 70%;
    right: -7%;
  }

  .c-icons {
    left: -67px;
  }

  .apron {
    left: -12%;
  }

  .chipotle-life {
    max-width: 80%;
    right: -9%;
  }

  .pepper {
    right: -4%;
  }

  .oe-h2 {
    padding-top: 10px;
  }

  .live {
    top: -8%;
  }

  .hub-tiles {
    background-image: url('../images/BG.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-flow: row;
    height: 900px;
    position: static;
  }

  .body-short-wdth.centered {
    width: 500px;
    line-height: 18px;
    position: relative;
    top: -17px;
  }

  .focus-text-div {
    left: 115px;
  }

  .faq-container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .accordion-item-2 {
    width: auto;
  }

  .accordion-item-trigger-3.programs._7a {
    background-size: contain;
  }

  .accordion-wrapper-2.programs {
    flex-flow: column;
    flex: 0 auto;
    align-items: stretch;
    margin: 2px 20px;
    display: block;
  }

  .we-image {
    max-width: 116%;
    top: -27px;
    left: -24px;
  }

  .welcome-message {
    max-width: 84%;
    left: 42px;
  }

  .dropdown-11 {
    left: 1%;
  }

  .container-25 {
    max-width: 728px;
  }

  .h1 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .benefits-hero-child---text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-26 {
    flex-flow: row;
  }

  .tiles-qs {
    flex: 0 auto;
    order: 0;
  }

  .child-qs {
    margin-left: 10px;
  }

  .child-content-container {
    padding: 0 10px;
  }

  .enagement-hero-child-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .enagement-hero-child-text.long {
    width: auto;
  }

  .dental-grid {
    flex-flow: column;
    display: flex;
  }

  .table-div {
    min-width: 14%;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .div-home {
    padding-top: 17px;
  }

  .new-qs-1 {
    grid-column-gap: 3px;
    grid-row-gap: 7px;
  }

  .oe-tile-div-height {
    height: 220px;
  }

  .image-70 {
    right: 3%;
  }

  .oe-time-to-enroll-home {
    margin-left: 10px;
    margin-right: 10px;
  }

  .table-div-2 {
    min-width: 14%;
  }

  .benefit-div-call-out {
    width: 570px;
  }

  .image-71 {
    inset: -16% -6% auto auto;
  }

  .live-2 {
    top: -8%;
  }

  .text-block-3, .text-block-4 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .polaroid-white-bg {
    background-size: 550px;
    background-attachment: scroll;
    top: -28px;
  }

  .oe-calll-out {
    top: -79px;
  }

  .time-to-enroll {
    margin-left: 15px;
    margin-right: 15px;
  }

  .welcome-image-2 {
    display: none;
  }

  .burrito.mobile {
    max-width: 50%;
    top: 3%;
  }

  .for-real-pin.mobile {
    top: 33%;
    right: -2%;
  }

  .c-icons.mobile {
    max-width: 800%;
    left: -42px;
  }

  .chipotle-life.mobile {
    right: -1%;
  }

  .pepper {
    bottom: 16%;
    right: 0%;
  }

  .oe-h2 {
    font-size: 26px;
  }

  .oe-h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .live {
    top: -8%;
    left: 42%;
  }

  .live.mobile {
    top: -7%;
  }

  .hub-tiles {
    box-sizing: content-box;
    width: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    overflow: visible;
  }

  .div-block-39 {
    flex-flow: column;
  }

  .body-short-wdth.centered {
    width: 400px;
    font-size: 12px;
    line-height: 16px;
    top: auto;
    right: auto;
  }

  .current-focus-container {
    width: 480px;
  }

  .tape {
    left: 31%;
  }

  .focus-text-div {
    width: 400px;
    left: 40px;
  }

  .h1-center {
    font-size: 30px;
    line-height: 32px;
  }

  .body-copy {
    font-size: 12px;
    line-height: 18px;
  }

  .body-copy.tile {
    width: 70%;
  }

  .padding-small-2 {
    display: block;
  }

  .accordion-item-2 {
    width: auto;
  }

  .all-body-copy, .all-body-copy.mobile {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-empty-space.small {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-6 {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .accordion-item-content-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .caret.programs {
    width: 8%;
  }

  .accordion-item-trigger-3.programs {
    background-size: contain;
  }

  .accordion-item-trigger-3.programs._7a {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .we-image {
    max-width: 80%;
    top: 27px;
  }

  .welcome-message {
    max-width: 50%;
    top: 56px;
    left: 13px;
  }

  .welcome-message.mobile {
    max-width: 80%;
    top: 27px;
  }

  .image-56 {
    max-width: 35%;
    right: -2%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-button {
    font-size: 12px;
    line-height: 16px;
    inset: 61% 0% auto auto;
  }

  .i-want-to-div {
    max-width: 200px;
  }

  .h1 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 34px;
  }

  .h1.white {
    letter-spacing: .5px;
    font-size: 26px;
    line-height: 30px;
  }

  .image-57 {
    max-width: 30%;
    display: block;
    top: -1px;
  }

  .benefit-tile-div {
    width: 400px;
  }

  .benefits-hero-child---text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .tile-div, .tile-div.benefit {
    width: 250px;
    height: 380px;
  }

  .all-table-headers {
    font-weight: 500;
  }

  .h2 {
    margin-left: 5px;
  }

  .enagement-hero-child-text {
    padding-right: 20px;
  }

  .image-66 {
    max-width: 30%;
    display: block;
    top: 45%;
    right: -5%;
  }

  .oe-hero-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .welcome-desktop-view {
    display: none;
  }

  .welcome-mobile-view {
    background-image: url('../images/brown-textured-paper.png');
    background-position: 0 0;
    background-size: auto;
    display: block;
  }

  .welcome-body-mobile {
    text-align: center;
    width: 360px;
    padding-top: 8px;
    font-size: 11px;
    line-height: 12px;
    position: relative;
    top: 12px;
    right: 75px;
  }

  .we-image-mobile {
    position: relative;
    top: 7px;
    right: 72px;
  }

  .oe-container---off-white {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .table_left {
    font-size: 12px;
    line-height: 16px;
  }

  .container-31 {
    padding: 0 10px;
  }

  .table_header {
    font-size: 12px;
    line-height: 15px;
  }

  .new-qs-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    padding-top: 10px;
  }

  .list-bullets.mobile {
    margin-left: 2px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .table_cell {
    font-size: 12px;
    line-height: 16px;
  }

  .list-numbers.mobile {
    padding-left: 20px;
    padding-right: 10px;
  }

  .oe-tile-div-height {
    height: 150px;
  }

  .oe-page-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .quick-stack-5 {
    padding: 0;
  }

  .image-70 {
    max-width: 20%;
    top: -5%;
    right: 0%;
  }

  .container-32 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .oe-time-to-enroll-home {
    height: auto;
  }

  .all-table-headers-2 {
    font-weight: 500;
  }

  .tables {
    overflow: auto;
  }

  .cell-49 {
    justify-content: flex-end;
    align-items: center;
  }

  .table-note {
    display: block;
  }

  .image-71 {
    max-width: 30%;
    display: none;
    inset: 0% 0% auto auto;
  }

  .container-33 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .live-2 {
    top: -8%;
    left: 42%;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }

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

  .polaroid-white-bg {
    background-size: 400px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .polaroid-white-bg.mobile {
    background-size: 380px;
    height: 450px;
  }

  .oe-calll-out {
    height: 380px;
  }

  .burrito.mobile, .for-real-pin.mobile, .c-icons.mobile, .apron.mobile, .chipotle-life.mobile, .pepper.mobile {
    display: none;
  }

  .oe-h2 {
    letter-spacing: 1px;
    margin-bottom: -25px;
    font-size: 18px;
    line-height: 26px;
  }

  .oe-h1 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .oe-h3 {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .live {
    left: 34%;
  }

  .live.mobile {
    top: -6%;
  }

  .footer-privacy-link {
    padding: 0 2px;
  }

  .div-block-39 {
    flex-flow: column;
  }

  .body-short-wdth {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .body-short-wdth.centered {
    width: auto;
  }

  .current-focus-container {
    width: 300px;
  }

  .tape {
    left: 18%;
  }

  .focus-text-div {
    width: auto;
    top: 42px;
    left: auto;
  }

  .faq-container {
    margin-left: 2px;
    margin-right: 2px;
  }

  .quick-stack {
    margin-top: 0;
  }

  .accordion-item-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-body-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .all-body-copy.mobile {
    padding-right: 10px;
  }

  .accordion-item-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-h1 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .caret {
    flex: 0 auto;
  }

  .caret.programs {
    width: 12%;
    margin-bottom: 10px;
  }

  .accordion-item-trigger-3 {
    align-items: center;
  }

  .image-56 {
    max-width: 30%;
    bottom: 0%;
    right: -2%;
  }

  .dropdown-11 {
    background-color: #ffffff08;
    top: 49%;
  }

  .nav-link---engage-2 {
    inset: -11px auto 0% -9%;
  }

  .container-25 {
    max-width: none;
  }

  .navbar-logo-left-container.shadow-three {
    height: 140px;
  }

  .dropdown-toggle-3 {
    top: 32px;
  }

  .nav-button {
    display: block;
    top: 99.4062px;
    right: 22%;
  }

  .nav-link-5 {
    width: 100%;
  }

  .h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .image-57 {
    top: 7px;
    right: 11%;
  }

  .benefit-tile-div {
    width: auto;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .resource-box {
    width: 300px;
  }

  .h3 {
    padding-left: 10px;
    padding-right: 5px;
  }

  .all-table-left-header {
    line-height: 36px;
  }

  .h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .content-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .engagement-hero-child.long, .enagement-hero-child-text.long {
    height: 250px;
  }

  .dental-grid {
    display: block;
  }

  .image-66 {
    max-width: 30%;
    top: 23%;
    right: -8%;
  }

  .engage---pop-up-box {
    padding: 20px;
  }

  .loa-pop-up-wrapper {
    display: none;
  }

  .welcome-desktop-view {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-home {
    padding-top: 19px;
  }

  .new-qs-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    max-width: 600px;
  }

  .list-bullets {
    padding-right: 10px;
  }

  .list-bullets.mobile {
    padding-right: 20px;
  }

  .list-numbers.mobile {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 20px;
  }

  .oe-tile-div-height {
    height: 140px;
  }

  .oe-page-div {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quick-stack-5 {
    padding: 0;
  }

  .image-70 {
    display: block;
  }

  .oe-time-to-enroll-home {
    width: auto;
  }

  .oe-intro-body-mobile {
    width: auto;
    font-size: 12px;
    line-height: 18px;
  }

  .all-table-left-header-2 {
    line-height: 36px;
  }

  .table-div-2 {
    box-sizing: content-box;
    flex-flow: row;
    width: 290px;
    max-width: 290px;
    display: flex;
    overflow: scroll;
  }

  .live-2 {
    left: 34%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6e88d1a4-e7a5-f339-9a94-a8fd04b78222-c343ae90 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6e88d1a4-e7a5-f339-9a94-a8fd04b78222-c343ae90 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-e198e0b8-8773-4659-6e63-6dd48ef63ae0-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63af2-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b04-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b16-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b28-c343ae90 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_3e16b1dc-875d-1d00-ec81-d38eb102d3ee-b102d3ec {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-e2ca1f3d-0462-2041-2f91-c0cb2a03c999-2a03c999, #w-node-_673a6e69-0735-d780-f9a9-bcff95796655-79574bec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9ed0681c-7f24-a7f5-41e4-fe6981e1a423-28089962, #w-node-_0751cc34-3804-c0d5-d5ac-37c0bd601790-28089962 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f564eaff-6466-1b3f-1e95-1b96c6da660c-c6da660c, #w-node-e75adb45-383d-d311-c5b8-53f96e9c6441-6e9c6441, #w-node-_668165e5-def0-79e5-c30f-3cce45b03b7c-45b03b7c, #w-node-_673a6e69-0735-d780-f9a9-bcff95796655-4b1586b9, #w-node-_673a6e69-0735-d780-f9a9-bcff95796655-416a5704, #w-node-_673a6e69-0735-d780-f9a9-bcff95796655-493db75c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6e88d1a4-e7a5-f339-9a94-a8fd04b78222-c343ae90 {
    grid-template-rows: auto;
    grid-template-columns: minmax(303px, .5fr);
  }

  #w-node-e198e0b8-8773-4659-6e63-6dd48ef63ace-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63ae0-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63af2-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b04-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b16-c343ae90, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b28-c343ae90 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_3e16b1dc-875d-1d00-ec81-d38eb102d3ee-b102d3ec {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-c343ae94, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-c343ae94, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-c343ae94, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-c343ae94, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-c343ae94, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-c343ae94 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-ae6f3d65-7744-1a0f-2d93-8eb7bcb23343-bcb2333c {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-e2ca1f3d-0462-2041-2f91-c0cb2a03c999-2a03c999, #w-node-_9ed0681c-7f24-a7f5-41e4-fe6981e1a423-28089962, #w-node-_0751cc34-3804-c0d5-d5ac-37c0bd601790-28089962 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_04f21e45-d85a-7e40-aee1-e823537eb020-28089962, #w-node-_2d19db70-67bb-a99f-ce08-c61048590024-48590022 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-_4bf4846d-4814-0cdb-fc0a-812d8d98a3c1-8d98a3ba {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-f564eaff-6466-1b3f-1e95-1b96c6da660c-c6da660c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_502cf41a-91fa-c3a4-07b5-68b0c37023df-c37023dd {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-_631370d3-f08e-6556-02b9-184815c6b257-15c6b250 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-e75adb45-383d-d311-c5b8-53f96e9c6441-6e9c6441 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b8fb375e-3828-625b-caf2-6daaa8ae9e98-a8ae9e96 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-_3dd3a8f2-50cb-aac3-9938-f1466ab97009-6ab97002 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_668165e5-def0-79e5-c30f-3cce45b03b7c-45b03b7c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  ul {
    padding-left: 20px;
  }

  .polaroid-text-div {
    width: 400px;
    top: 127px;
    left: 164px;
  }

  .welcome-image-2 {
    position: static;
  }

  .hub-tiles {
    flex-flow: row;
    position: static;
  }

  .body-short-wdth.centered {
    width: 400px;
  }

  .body-short-wdth.white {
    margin-left: 5px;
    margin-right: 0;
  }

  .focus-text-div {
    left: 115px;
  }

  .faq-container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .accordion-item-2 {
    width: auto;
  }

  .left-cell {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .button-6 {
    font-size: 14px;
  }

  .accordion-item-trigger-3.programs._7a {
    background-size: contain;
  }

  .accordion-wrapper-2.programs {
    flex-flow: column;
    flex: 0 auto;
    align-items: stretch;
    margin: 2px 20px;
    display: block;
  }

  .welcome-message {
    max-width: 80%;
  }

  .dropdown-11 {
    left: 1%;
  }

  .container-25 {
    max-width: 728px;
  }

  .h1 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .benefits-hero-child---text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card_heading {
    font-size: 6em;
  }

  .scroll_card-covar {
    max-width: 600px;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .container-26 {
    flex-flow: row;
  }

  .tiles-qs {
    flex: none;
    order: 0;
  }

  .child-qs {
    margin-left: 10px;
  }

  .child-content-container {
    padding: 0 10px;
  }

  .engagement-hero-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dollar {
    right: 1%;
  }

  .medical-plan-grid {
    display: none;
  }

  .engagement-tile {
    margin: 5px;
  }

  .quick-stack-4 {
    grid-row-gap: 20px;
  }

  .engagement-hero-child.long {
    height: auto;
  }

  .enagement-hero-child-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .enagement-hero-child-text.long {
    width: auto;
    height: auto;
  }

  .div-block-41 {
    width: 300px;
    height: 160px;
  }

  .dental-grid {
    flex-flow: column;
    display: flex;
  }

  .table-div {
    min-width: 14%;
  }

  .quick-stack-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  ul {
    font-size: 12px;
  }

  .welcome-image-2 {
    display: none;
  }

  .oe-h2 {
    font-size: 26px;
  }

  .oe-h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .body-short-wdth.centered {
    width: 380px;
    font-size: 12px;
    line-height: 16px;
  }

  .body-short-wdth.white {
    width: 450px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .current-focus-container {
    width: 480px;
  }

  .tape {
    left: 31%;
  }

  .focus-text-div {
    width: 400px;
    left: 40px;
  }

  .h1-center {
    font-size: 30px;
    line-height: 32px;
  }

  .body-copy {
    font-size: 12px;
    line-height: 18px;
  }

  .padding-small-2 {
    display: block;
  }

  .accordion-item-2 {
    width: auto;
  }

  .all-body-copy {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-empty-space.small {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-cell {
    flex-flow: column;
  }

  .button-6 {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .accordion-item-content-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .caret.programs {
    width: 8%;
  }

  .accordion-item-trigger-3.programs {
    background-size: contain;
  }

  .accordion-item-trigger-3.programs._7a {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .image-56 {
    max-width: 50%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-button {
    font-size: 12px;
    line-height: 16px;
  }

  .nav-link-5.w--current, .nav-link-5.w--current:hover {
    color: var(--_chipotle-v2---roasted-red);
  }

  .i-want-to-div.mobile {
    margin-left: 5px;
    margin-right: 5px;
  }

  .h1 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 34px;
  }

  .benefits-hero-child---text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_heading {
    font-size: 4em;
  }

  .scroll_card-covar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading {
    font-size: 1.75rem;
  }

  .dollar {
    display: block;
    right: -18%;
  }

  .dollar.mobile {
    max-width: 20%;
    right: -1%;
  }

  .all-table-headers {
    font-weight: 500;
  }

  .quick-stack-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .enagement-hero-child-text {
    padding-right: 20px;
  }

  .div-block-41 {
    padding-top: 20px;
  }

  .new-h2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list {
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }

  ul {
    padding-left: 10px;
  }

  .footer-privacy-link {
    padding: 0 2px;
  }

  .div-block-39 {
    flex-flow: column;
  }

  .body-short-wdth {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .body-short-wdth.centered, .body-short-wdth.white {
    width: auto;
  }

  .current-focus-container {
    width: 300px;
  }

  .tape {
    left: 18%;
  }

  .focus-text-div {
    width: auto;
    left: auto;
  }

  .faq-container {
    margin-left: 2px;
    margin-right: 2px;
  }

  .quick-stack {
    margin-top: 0;
  }

  .accordion-item-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-body-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .accordion-item-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-h1 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .caret {
    flex: 0 auto;
  }

  .caret.programs {
    width: 12%;
    margin-bottom: 10px;
  }

  .accordion-item-trigger-3 {
    align-items: center;
  }

  .accordion-wrapper-2.programs {
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown-11 {
    background-color: #ffffff08;
    top: 49%;
  }

  .nav-link---engage-2 {
    inset: auto auto 0% 0%;
  }

  .container-25 {
    max-width: none;
  }

  .dropdown-toggle-3 {
    top: 32px;
  }

  .nav-button {
    display: none;
    top: 78.4062px;
  }

  .nav-link-5 {
    width: 100%;
  }

  .h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .card_heading {
    font-size: 3.5em;
  }

  .resource-box {
    width: 300px;
  }

  .engagement-hero, .engagement-hero-text {
    height: auto;
  }

  .dollar {
    display: none;
  }

  .dollar.mobile {
    max-width: 30%;
    display: block;
  }

  .h3 {
    padding-left: 10px;
    padding-right: 5px;
  }

  .medical-plan-grid {
    display: block;
  }

  .all-table-left-header {
    line-height: 36px;
  }

  .h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .content-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .engagement-hero-child.long, .enagement-hero-child-text.long {
    height: auto;
  }

  .div-block-41 {
    width: auto;
  }

  .dental-grid {
    display: block;
  }

  .new-h2 {
    padding-top: 2px;
    font-size: 20px;
    line-height: 22px;
  }

  .button-4, .button-5 {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .list {
    padding-left: 10px;
  }

  .list-2 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_837d431c-cb58-0645-0466-677e905dcd99-0d764682 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-0d764686 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ee1a07d1-6b88-666f-0a40-88cc50b72f3c-6cc61eaa {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-b76986bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-b76986bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-b76986bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-b76986bc, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-b76986bc, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-b76986bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-72d7d315, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-72d7d315, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-72d7d315, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-72d7d315, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-72d7d315, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-72d7d315, #w-node-_5b9c1366-8d4a-f479-a46f-ab39d78db289-72d7d315, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-fd78cf70, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-fd78cf70, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-fd78cf70, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-fd78cf70, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-9d485730, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-9d485730, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-9d485730, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-9d485730, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-9d485730, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-9d485730, #w-node-_67af73e2-2ed0-ecf9-cb74-aca7d4b19131-9d485730, #w-node-_07dec517-e030-3ca0-98de-54354e2f0003-9d485730, #w-node-_84dfbc3c-5932-f96a-5fe2-6b66a330f91b-9d485730, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-27d189e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-27d189e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-27d189e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-27d189e0, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-27d189e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-96367cc6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-96367cc6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-96367cc6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-96367cc6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-f50620bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-f50620bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-f50620bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-f50620bc, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-f50620bc, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-f50620bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-4a6cbf1e, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-4a6cbf1e, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-4a6cbf1e, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-80573199, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-80573199, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-80573199 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-9f563c3a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b18dd376-80d9-3055-5259-dcc32ab7d322-2ab7d320 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-0b54ffd2, #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-d2f2a77d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f91eec05-a107-3b74-6a0c-937cc33c44be-ee151e55, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44e6-ee151e55, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4500-ee151e55, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4515-ee151e55, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44be-8b228578, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44e6-8b228578, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4515-8b228578, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44be-c5ebddb2, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44e6-c5ebddb2, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4515-c5ebddb2, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-bdc4614b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-bdc4614b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-bdc4614b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-3d4a3a52, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-3d4a3a52, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-3d4a3a52, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-59a3807a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-59a3807a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-59a3807a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-17a80b93, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-17a80b93, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-17a80b93, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-17a80b93, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-17a80b93, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-17a80b93, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-4b1e88fc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-4b1e88fc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-4b1e88fc, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-4b1e88fc, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-4b1e88fc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-0c28f31a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-0c28f31a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-0c28f31a, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-0c28f31a, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-0c28f31a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-e75fdf7d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-e75fdf7d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-e75fdf7d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-e75fdf7d, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-e75fdf7d, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-e75fdf7d, #w-node-_5b9c1366-8d4a-f479-a46f-ab39d78db289-e75fdf7d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-566d5f66, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-566d5f66, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-566d5f66, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-566d5f66, #w-node-_5b9c1366-8d4a-f479-a46f-ab39d78db289-566d5f66, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-0a869f39, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-0a869f39, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-0a869f39, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-0a869f39, #w-node-_5b9c1366-8d4a-f479-a46f-ab39d78db289-0a869f39, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-e6747689, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-e6747689, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-e6747689, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-e6747689, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-1e5122e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-1e5122e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-1e5122e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-1e5122e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-76b0cf18, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-76b0cf18, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-76b0cf18, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-76b0cf18, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-1d680684, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-1d680684, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-1d680684, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-1d680684, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-1d680684, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-1d680684, #w-node-_67af73e2-2ed0-ecf9-cb74-aca7d4b19131-1d680684, #w-node-_07dec517-e030-3ca0-98de-54354e2f0003-1d680684, #w-node-_84dfbc3c-5932-f96a-5fe2-6b66a330f91b-1d680684, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-aaf17ac3, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-aaf17ac3, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-aaf17ac3, #w-node-_67af73e2-2ed0-ecf9-cb74-aca7d4b19131-aaf17ac3, #w-node-_07dec517-e030-3ca0-98de-54354e2f0003-aaf17ac3, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-df3c5b90, #w-node-_67af73e2-2ed0-ecf9-cb74-aca7d4b19131-df3c5b90, #w-node-_07dec517-e030-3ca0-98de-54354e2f0003-df3c5b90, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-4c47f04b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-4c47f04b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-4c47f04b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-4c47f04b, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-4c47f04b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-468546aa, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-468546aa, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-478a83f6, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-478a83f6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-9c2a5114, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-9c2a5114, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-9c2a5114, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-9c2a5114, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-a747879d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-a747879d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-a747879d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-a747879d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-395d0cab, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-395d0cab, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-395d0cab, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-395d0cab, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-135545e5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-135545e5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-135545e5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-135545e5, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-135545e5, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-135545e5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-9b246d9b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-9b246d9b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-9b246d9b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-a7478efe, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-a7478efe, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-a7478efe, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-103d5f4b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-103d5f4b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-103d5f4b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-69a81d4d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-69a81d4d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-82755d1a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-82755d1a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-ae5e4a45, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-ae5e4a45, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-ae5e4a45, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-e7600bf9, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-e7600bf9, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-e7600bf9, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-ab253572, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-ab253572, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-ab253572 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-0d764686 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_3e16b1dc-875d-1d00-ec81-d38eb102d3ee-b102d3ec {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-f91eec05-a107-3b74-6a0c-937cc33c44be-c9f21713, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44e6-c9f21713, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4500-c9f21713, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4515-c9f21713, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-d859c3bf, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-d859c3bf, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-d859c3bf {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-9f563c3a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-b18dd376-80d9-3055-5259-dcc32ab7d322-2ab7d320 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-0b54ffd2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_88fcf456-9db6-9329-1e45-c88bf3b9e9c3-f3b9e9c1 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-d2f2a77d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-0d764686 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3e16b1dc-875d-1d00-ec81-d38eb102d3ee-b102d3ec {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-0d764688, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-0d764688, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-0d764688, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-0d764688, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-0d764688, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-0d764688 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-ee1a07d1-6b88-666f-0a40-88cc50b72f3c-6cc61eaa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7eb10359-4fde-c9d8-04ed-a9adfadd40d5-6cc61eaa {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-f91eec05-a107-3b74-6a0c-937cc33c44be-c9f21713, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44e6-c9f21713, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4500-c9f21713, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4515-c9f21713, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-d859c3bf, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-d859c3bf, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-d859c3bf, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-d859c3bf, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-b76986bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-b76986bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-b76986bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-b76986bc, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-b76986bc, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-b76986bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-72d7d315, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-72d7d315, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-72d7d315, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-72d7d315, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-72d7d315, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-72d7d315, #w-node-_5b9c1366-8d4a-f479-a46f-ab39d78db289-72d7d315, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-fd78cf70, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-fd78cf70, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-fd78cf70, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-fd78cf70, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-9d485730, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-9d485730, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-9d485730, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-9d485730, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-9d485730, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-9d485730, #w-node-_67af73e2-2ed0-ecf9-cb74-aca7d4b19131-9d485730, #w-node-_07dec517-e030-3ca0-98de-54354e2f0003-9d485730, #w-node-_84dfbc3c-5932-f96a-5fe2-6b66a330f91b-9d485730, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-27d189e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-27d189e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-27d189e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-27d189e0, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-27d189e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-96367cc6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-96367cc6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-96367cc6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-96367cc6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-f50620bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-f50620bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-f50620bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-f50620bc, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-f50620bc, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-f50620bc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-4a6cbf1e, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-4a6cbf1e, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-4a6cbf1e, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-80572943, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-80572943, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-80572943, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-80572943, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-80572943, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-80572943, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-80573199, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-80573199, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-80573199, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-3b5152eb, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-3b5152eb, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-3b5152eb, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-3b5152eb, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-3b5152eb, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-3b5152eb, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-54981489, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-54981489, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-54981489, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-54981489, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-54981489, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-54981489 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-9f563c3a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b18dd376-80d9-3055-5259-dcc32ab7d322-2ab7d320 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-0b54ffd2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_88fcf456-9db6-9329-1e45-c88bf3b9e9c3-f3b9e9c1 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-d2f2a77d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3a5a3572-a009-3ee6-7cde-9aa5a4be1902-a4be1900 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-f91eec05-a107-3b74-6a0c-937cc33c44be-ee151e55, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44e6-ee151e55, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4500-ee151e55, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4515-ee151e55, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44be-8b228578, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44e6-8b228578, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4500-8b228578, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4515-8b228578, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44be-c5ebddb2, #w-node-f91eec05-a107-3b74-6a0c-937cc33c44e6-c5ebddb2, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4500-c5ebddb2, #w-node-f91eec05-a107-3b74-6a0c-937cc33c4515-c5ebddb2, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-bdc4614b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-bdc4614b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-bdc4614b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-bdc4614b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-3d4a3a52, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-3d4a3a52, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-3d4a3a52, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-3d4a3a52, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-59a3807a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-59a3807a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-59a3807a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-59a3807a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-17a80b93, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-17a80b93, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-17a80b93, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-17a80b93, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-17a80b93, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-17a80b93, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-4b1e88fc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-4b1e88fc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-4b1e88fc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-4b1e88fc, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-4b1e88fc, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-4b1e88fc, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-0c28f31a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-0c28f31a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-0c28f31a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-0c28f31a, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-0c28f31a, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-0c28f31a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-e75fdf7d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-e75fdf7d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-e75fdf7d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-e75fdf7d, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-e75fdf7d, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-e75fdf7d, #w-node-_5b9c1366-8d4a-f479-a46f-ab39d78db289-e75fdf7d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-566d5f66, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-566d5f66, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-566d5f66, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-566d5f66, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-566d5f66, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-566d5f66, #w-node-_5b9c1366-8d4a-f479-a46f-ab39d78db289-566d5f66, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-0a869f39, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-0a869f39, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-0a869f39, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-0a869f39, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-0a869f39, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-0a869f39, #w-node-_5b9c1366-8d4a-f479-a46f-ab39d78db289-0a869f39, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-e6747689, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-e6747689, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-e6747689, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-e6747689, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-1e5122e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-1e5122e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-1e5122e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-1e5122e0, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-76b0cf18, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-76b0cf18, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-76b0cf18, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-76b0cf18, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-1d680684, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-1d680684, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-1d680684, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-1d680684, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-1d680684, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-1d680684, #w-node-_67af73e2-2ed0-ecf9-cb74-aca7d4b19131-1d680684, #w-node-_07dec517-e030-3ca0-98de-54354e2f0003-1d680684, #w-node-_84dfbc3c-5932-f96a-5fe2-6b66a330f91b-1d680684, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-aaf17ac3, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-aaf17ac3, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-aaf17ac3, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-aaf17ac3, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-aaf17ac3, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-aaf17ac3, #w-node-_67af73e2-2ed0-ecf9-cb74-aca7d4b19131-aaf17ac3, #w-node-_07dec517-e030-3ca0-98de-54354e2f0003-aaf17ac3, #w-node-_84dfbc3c-5932-f96a-5fe2-6b66a330f91b-aaf17ac3, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-df3c5b90, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-df3c5b90, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-df3c5b90, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-df3c5b90, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-df3c5b90, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-df3c5b90, #w-node-_67af73e2-2ed0-ecf9-cb74-aca7d4b19131-df3c5b90, #w-node-_07dec517-e030-3ca0-98de-54354e2f0003-df3c5b90, #w-node-_84dfbc3c-5932-f96a-5fe2-6b66a330f91b-df3c5b90, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-4c47f04b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-4c47f04b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-4c47f04b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-4c47f04b, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-4c47f04b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-468546aa, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-468546aa, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-468546aa, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-468546aa, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-468546aa, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-478a83f6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-478a83f6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-478a83f6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-478a83f6, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-478a83f6, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-9c2a5114, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-9c2a5114, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-9c2a5114, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-9c2a5114, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-a747879d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-a747879d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-a747879d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-a747879d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-395d0cab, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-395d0cab, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-395d0cab, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-395d0cab, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-135545e5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-135545e5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-135545e5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-135545e5, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-135545e5, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-135545e5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-9b246d9b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-9b246d9b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-9b246d9b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-9b246d9b, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-9b246d9b, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-9b246d9b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-a7478efe, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-a7478efe, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-a7478efe, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-a7478efe, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-a7478efe, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-a7478efe, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-103d5f4b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-103d5f4b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-103d5f4b, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-69a81d4d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-69a81d4d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-69a81d4d, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-82755d1a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-82755d1a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-82755d1a, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-ae5e4a45, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-ae5e4a45, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-ae5e4a45, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-e7600bf9, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-e7600bf9, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-e7600bf9, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-ab253572, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-ab253572, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-ab253572 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}