@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/otf/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;
}

: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;
}

.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;
}

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

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

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;
}

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

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

.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;
}

.polaroid-text-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  display: flex;
  position: relative;
  top: 83px;
  left: 175px;
  transform: rotate(1deg);
}

.section-2 {
  z-index: 0;
  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;
}

.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;
}

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

.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;
  position: absolute;
  inset: -5% auto auto 0%;
}

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

.c-icons {
  position: absolute;
  top: 161px;
  left: -181px;
}

.apron {
  z-index: 3;
  position: absolute;
  inset: auto auto 0% -4%;
}

.chipotle-life {
  position: absolute;
  inset: 0% -20% auto auto;
}

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

.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 {
  box-shadow: 0 2px 5px #0003;
}

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

.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-h1.center {
  text-align: center;
}

.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.mobile {
  top: -8%;
}

.live-circle {
  background-color: var(--_chipotle-v2---roasted-red);
  border-radius: 100px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  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;
}

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

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

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

.current-focus {
  background-image: url('../../images/24-Bluffs_CHI00194-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  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: 340px;
  position: relative;
  top: 22px;
}

.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.white {
  color: var(--_chipotle-v2---color);
}

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

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

.faq {
  background-image: url('../../images/brown-textured-paper.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: fixed;
  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;
}

.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 {
  text-transform: uppercase;
  background-color: #451400;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.button-6:hover {
  filter: saturate(200%);
  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;
}

.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;
}

.welcome-div {
  position: relative;
}

.we-image {
  z-index: 0;
  position: relative;
  top: -20px;
}

.welcome-message {
  z-index: 3;
  position: absolute;
  top: -3px;
  left: 58px;
}

.image-56 {
  position: absolute;
  inset: auto 5% 0% 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: #fff;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
}

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

.language {
  color: #eae7df;
  letter-spacing: 1px;
  text-transform: uppercase;
  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;
  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.left.loa {
  display: 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);
}

.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:lang(es-us) {
  max-width: 380px;
}

.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.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;
}

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

.section-6 {
  margin-bottom: 60px;
  padding-top: 33px;
  position: static;
  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);
}

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

.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;
}

.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;
}

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

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

.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 2px 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 2px 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 2px 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;
}

.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;
}

.h3 {
  margin-top: 10px;
}

.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;
}

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

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

.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;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 16px;
}

.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;
}

.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-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  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;
}

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

.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 2px 5px #0003;
}

.image-67 {
  position: relative;
}

.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;
}

.rec-pop-up-box {
  background-color: #fff;
  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%;
}

.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-box {
  background-color: #fff;
  border-radius: 14px;
  max-width: 460px;
  padding: 40px;
  position: relative;
}

.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;
  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%;
}

.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%;
}

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

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

.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;
}

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

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

.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 {
  color: #451400;
  padding-left: 30px;
  font-family: Gotham Book, Arial, sans-serif;
}

.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 {
  position: absolute;
  inset: 5% 10% auto auto;
}

.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: 7px;
  grid-row-gap: 7px;
  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;
}

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

.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;
}

.qs-dl {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  min-width: 16%;
  padding: 5px 0;
}

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

.cell-50 {
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 10px;
}

.left-cell-dl {
  border-right: 1px none var(--_chipotle-v2---adobo-brown);
}

.on-this-page {
  position: sticky;
  top: 50px;
}

.on-this-page-links {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.on-this-page-links.w--current {
  color: var(--_chipotle-v2---adobo-brown);
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

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

.on-this-page-subsetions {
  border-left: 1px solid #ececec;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 30px;
}

.on-this-page-sublinks {
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.cell-51 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

._2026-bottom-pad {
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 0;
  display: flex;
}

@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%;
  }
}

#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-_3e16b1dc-875d-1d00-ec81-d38eb102d3ee-b102d3ec {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#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;
}

#w-node-_3b7a2824-b0b1-4d7c-16ab-96df4f01834f-34b815f8 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-_9796c4eb-98cb-fd6c-db12-86fe3c3da846-34b815f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9796c4eb-98cb-fd6c-db12-86fe3c3da848-34b815f8, #w-node-_9796c4eb-98cb-fd6c-db12-86fe3c3da860-34b815f8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-ce3b93c0-2c2e-29a5-086f-12c4b50cef34-34b815f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ce3b93c0-2c2e-29a5-086f-12c4b50cef36-34b815f8, #w-node-ce3b93c0-2c2e-29a5-086f-12c4b50cef4e-34b815f8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-ce3b93c0-2c2e-29a5-086f-12c4b50cef4f-34b815f8 {
  grid-column: span 2 / span 2;
}

#w-node-_74b42e2e-7dca-0a71-214b-d6d4b143cf12-34b815f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8f9a09c2-681f-ef33-d487-73d2251b196c-34b815f8 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_125e3887-79f5-4945-349f-7fed0f4aa696-34b815f8, #w-node-_8f9a09c2-681f-ef33-d487-73d2251b196d-34b815f8 {
  grid-column: span 2 / span 2;
}

#w-node-_8f9a09c2-681f-ef33-d487-73d2251b1970-34b815f8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_8840f40c-9e42-8533-aff1-bcfd5409790c-34b815f8 {
  grid-column: span 2 / span 2;
}

#w-node-_8f9a09c2-681f-ef33-d487-73d2251b198e-34b815f8, #w-node-_8f9a09c2-681f-ef33-d487-73d2251b19a5-34b815f8, #w-node-_8f9a09c2-681f-ef33-d487-73d2251b19bc-34b815f8, #w-node-_8f9a09c2-681f-ef33-d487-73d2251b19d6-34b815f8, #w-node-_8f9a09c2-681f-ef33-d487-73d2251b19ed-34b815f8, #w-node-_8f9a09c2-681f-ef33-d487-73d2251b1a04-34b815f8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-cefa975b-34a9-3211-4209-69db31efd0fa-34b815f8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f0f4eeef-b236-59e0-52f2-c9a104df1797-34b815f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-ec536e5e-673f-774e-713c-48a95e8fdae8-34b815f8 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-ec536e5e-673f-774e-713c-48a95e8fdaf9-34b815f8 {
  grid-column: span 2 / span 2;
}

#w-node-_3b7a2824-b0b1-4d7c-16ab-96df4f01834f-3d3930ac {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-ec536e5e-673f-774e-713c-48a95e8fdae8-3d3930ac {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-ec536e5e-673f-774e-713c-48a95e8fdaf9-3d3930ac {
  grid-column: span 2 / span 2;
}

@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;
  }

  #w-node-ec536e5e-673f-774e-713c-48a95e8fdae8-34b815f8, #w-node-ec536e5e-673f-774e-713c-48a95e8fdae8-3d3930ac {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }
}

@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/otf/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;
}