:root {
  --contents-titles: #005db8;
  --menu-icon: #fff;
  --section1bg: #d4eff8;
  --section2bg: #fff;
  --section3bg: #d4eff8;
  --section4bg: #fff;
  --section5bg: #e6e6e6;
  --section6bg: #fff;
  --section7bg: #d4eff8;
  --h1: #f7cf3d;
  --section2-content: #dadada00;
  --stats-lrg: #f7cf3d;
  --card: #fff;
  --testimonial: #f7cf3d;
  --section5-overlay-color: #0d0d0dc4;
  --grid-bg: #fff;
  --grid-txt2-bg: #011745;
  --location-stationary: #000000ad;
  --location-blk: #fff;
  --nav-icon-wrapper: #005db8;
  --tabs-color: #005db8;
  --contact-tab-color: #005db8;
  --clip-mask: 0%;
  --location2-bg: #fff0;
  --transparent: #0000;
  --collapse-bg: #0000;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.tabs-panel {
  z-index: 9999;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  pointer-events: auto;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 8em;
  height: 25%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.tab {
  background-color: #d7d7d7;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  box-shadow: 0 2px 5px #0000005c;
}

.tab:hover, .tab:focus {
  background-color: #fff;
}

.tab-link {
  color: #363636;
  font-weight: 700;
}

.nav {
  pointer-events: none;
}

.menu_icon {
  z-index: 4;
  pointer-events: auto;
  flex: none;
  width: 1.9em;
  height: auto;
  position: relative;
}

.nav_contents {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 89%;
  max-width: 1200px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.nav-txt {
  z-index: 4;
  pointer-events: auto;
  position: relative;
}

.contents_blk {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.contents-img {
  max-width: none;
  height: 9em;
}

.img_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.img_cover._1-bg {
  z-index: 0;
  pointer-events: none;
  position: fixed;
}

.img_cover.from-top {
  object-position: 50% 0%;
}

.img_cover._5bg {
  display: none;
}

.p {
  font-family: Poppins, sans-serif;
  font-size: 1em;
}

.p.contents {
  color: #fff;
  padding-top: .75em;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}

.p.content-titles {
  color: var(--contents-titles);
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
}

.p.white {
  color: #fff;
  text-align: left;
}

.p.white.centered {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5;
}

.p.white.testimonial-txt {
  color: #333;
  flex-flow: column;
  width: 100%;
  font-size: 1.2em;
  display: block;
}

.p.location-intro {
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
}

.p.location-intro.reg {
  font-weight: 400;
}

.p.centered.location-title {
  color: #005db8;
  font-size: 1.4em;
  font-weight: 700;
}

.p.contact-title {
  color: #005db8;
  font-size: 2.3em;
}

.p.contact-txt {
  text-align: center;
}

.p.footer-txt {
  color: #fff;
  text-align: center;
}

.p.study-label {
  color: #005db8;
  text-align: center;
  font-weight: 700;
}

.p.install-btn {
  color: #fff;
  font-size: 1em;
}

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

.nav-dropdown {
  z-index: 8;
  pointer-events: auto;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  padding: 6em 5em 8em 6em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
}

.nav-row.end {
  justify-content: center;
  align-items: center;
}

.navigaton {
  z-index: 9998;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: none;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 2em;
  padding-left: 3em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hamburger {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-line {
  background-color: var(--menu-icon);
  width: 100%;
  height: .2em;
}

.body {
  pointer-events: none;
}

.content {
  background-color: #585858;
}

.section-1 {
  background-color: var(--section1bg);
  height: 100vh;
}

.section-2 {
  z-index: 1;
  background-color: var(--section2bg);
  pointer-events: auto;
  height: 110vh;
  position: relative;
}

.section-3 {
  z-index: 2;
  background-color: var(--section3bg);
  pointer-events: auto;
  height: auto;
  position: relative;
}

.section-4 {
  z-index: 1;
  background-color: var(--section4bg);
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.section-5 {
  z-index: 1;
  background-color: var(--section5bg);
  pointer-events: auto;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.section-6 {
  z-index: 1;
  background-color: var(--section6bg);
  pointer-events: auto;
  height: auto;
  position: relative;
}

.section-7 {
  z-index: 1;
  background-color: var(--section7bg);
  pointer-events: auto;
  background-image: linear-gradient(#d4eff8 38%, #011745);
  flex-flow: column;
  height: 100%;
  padding-top: 0;
  padding-bottom: 8em;
  display: flex;
  position: relative;
  top: 0;
}

.mask-layer {
  clip-path: circle(var(--clip-mask) at 50% 50%);
  background-color: #53525200;
  width: 100%;
  height: 150vh;
}

.section-content {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.home_content {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.title_txt-2 {
  z-index: 2;
  flex-flow: column;
  margin-top: -1em;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.h1 {
  color: var(--h1);
  text-align: center;
  text-shadow: 0 1px 16px #000000c9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 8.7em;
  font-weight: 900;
  line-height: 1;
}

.mask-layer-example {
  clip-path: circle(var(--clip-mask) at 50% 50%);
  background-color: #53525200;
  width: 100%;
  height: 150vh;
}

.section-bg-video, .bg-video {
  width: 100%;
  height: 100%;
}

.section2-content {
  z-index: 2;
  background-color: var(--section2-content);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-overlay {
  z-index: 2;
  pointer-events: auto;
  background-color: #000000b8;
  border: 8px solid #fff;
  border-radius: 2em;
  flex-flow: column;
  width: 70%;
  height: 60%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: visible;
}

.stats-row {
  height: 50%;
  display: flex;
}

.stats-overlay-blk {
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
}

.stats {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 10px #000000a6;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.5em;
}

.stats-lrg {
  color: var(--stats-lrg);
  font-family: coffee-service, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.cards-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.card-layer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.card-layer.lm {
  position: static;
}

.card {
  background-color: var(--card);
  pointer-events: auto;
  border-radius: 2em;
  width: 70%;
  height: 70%;
  margin-top: 0;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 15px #0003;
}

.card-content {
  width: 100%;
  height: 100%;
  display: flex;
}

.card-txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 2em 2em 2em 3em;
  display: flex;
}

.card-img {
  width: 50%;
}

.h2 {
  color: #005db8;
  font-family: Poppins, sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1;
}

.h2.sm-cntr.scroll {
  color: #fff;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
}

.button {
  text-align: center;
  background-color: #005db8;
  border-radius: 3em;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.button:hover, .button:focus-visible, .button[data-wf-focus-visible] {
  color: #f7cf3d;
}

.button.location {
  color: #005db8;
  background-color: #f7cf3d;
}

.button.location:hover, .button.location:focus-visible, .button.location[data-wf-focus-visible] {
  background-color: #fff;
}

.button.apply {
  color: #005db8;
  background-color: #f7cf3d;
  width: 100%;
  font-size: 1.6em;
  line-height: 1.2;
}

.button.apply:hover {
  color: #fff;
  background-color: #005db8;
}

.button.apply:focus-visible, .button.apply[data-wf-focus-visible] {
  color: #fff;
}

.h3 {
  color: #005db8;
  font-family: Poppins, sans-serif;
  font-size: 2.3em;
  line-height: 1;
}

.h3.white {
  color: #fff;
  font-size: 2.3em;
}

.h3.white.centered {
  text-align: center;
}

.h3.apply {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  font-size: 2em;
  font-weight: 700;
  display: flex;
}

.testimonial {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: var(--testimonial);
  border-radius: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 4em;
  display: flex;
  position: relative;
}

.testimonial-img {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 11px solid #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 18em;
  display: block;
  position: relative;
  overflow: hidden;
}

.testimonial-txt {
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.section5-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section5-contents {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--section5-overlay-color);
  mix-blend-mode: normal;
  border: 5px solid #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 4em;
  display: flex;
  position: absolute;
}

.section5-grid-wrapper {
  z-index: 3;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  pointer-events: none;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 0 14em;
  display: flex;
  position: relative;
  inset: 0%;
}

.grid-base {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--grid-bg);
  pointer-events: auto;
  border-radius: 2em;
  flex-flow: column;
  width: 60%;
  padding: 1em;
  display: flex;
  overflow: visible;
}

.grid-row {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  width: 100%;
  display: flex;
}

.grid-row._60-40 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.grid-block {
  width: 50%;
}

.grid-block.txt {
  background-color: #005db8;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 2em;
  display: flex;
}

.grid-block._3rds {
  width: 33.3%;
}

.grid-block._3rds.txt2 {
  background-color: var(--grid-txt2-bg);
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.grid-block._3rds.txt3 {
  background-color: #005db8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.grid-block._60 {
  width: 60%;
}

.grid-block._40 {
  width: 40%;
}

.grid-block._100 {
  width: 100%;
}

.grid-block.txt4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: auto;
  background-color: #011745;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 2em;
  display: flex;
}

.grid-img {
  width: 100%;
  height: 100%;
}

.grid-txt {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3;
}

.grid-txt.list {
  text-align: left;
  font-size: 1.4em;
}

.grid-txt.body {
  pointer-events: auto;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.grid-row-3rds {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  width: 100%;
  display: flex;
}

.location-bg {
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.location-stationary {
  z-index: 4;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--location-stationary);
  opacity: 1;
  mix-blend-mode: normal;
  border: 5px solid #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 6em;
  padding: 3em;
  display: flex;
  position: absolute;
  inset: 20% auto auto 0%;
}

.location-scroll {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  background-color: #fff0;
  flex-flow: column;
  width: 35%;
  height: auto;
  margin-left: auto;
  margin-right: 10em;
  padding-top: 8em;
  padding-bottom: 14em;
  display: flex;
  position: relative;
}

.location-bg-vid {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.location-blk {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--location-blk);
  border-radius: 2em;
  flex-flow: column;
  padding: 1em;
  display: flex;
  position: relative;
}

.location-blk-vid {
  border-radius: 0 0 0 0;
  width: 100%;
  height: 25em;
  overflow: hidden;
}

.location-label {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-icon-wrapper {
  z-index: 999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--nav-icon-wrapper);
  border-radius: 2em;
  padding: .25em 1em;
  display: flex;
  position: relative;
}

.nav-icon-wrapper:hover, .nav-icon-wrapper:focus-visible, .nav-icon-wrapper[data-wf-focus-visible] {
  border: 3px solid #fff;
}

.section7-header {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section7-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 4em 4em 2em;
  display: flex;
}

.section7-txt {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.section7-form {
  background-color: #fff;
  border-radius: 2em;
  flex-flow: column;
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 4em 4em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.form-embed {
  width: 100%;
  margin-top: 3em;
}

.section7-scroll-wrapper {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  margin-top: -50vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.footer {
  z-index: 4;
  pointer-events: auto;
  background-color: #011745;
  width: 100%;
  height: 100%;
  padding-bottom: 4em;
  position: relative;
}

.play-pause {
  width: 2.5em;
  height: 2.5em;
}

.play-pause.top {
  inset: 2em 2em auto auto;
}

.play-pause-locations {
  width: 2.5em;
  height: 2.5em;
}

.contact-txt {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-title {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}

.button-2 {
  background-color: var(--tabs-color);
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  font-family: Poppins, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.button-2:hover, .button-2:focus-visible, .button-2[data-wf-focus-visible] {
  color: #005db8;
  background-color: #fff;
  font-weight: 400;
}

.button-2.modal-open_btn {
  background-color: var(--contact-tab-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9px 15px;
  font-family: Poppins, sans-serif;
  font-size: .9em;
  display: flex;
}

.button-2.modal-open_btn:hover {
  color: #005db8;
  background-color: #fff;
  font-weight: 400;
}

.button-2.modal-open_btn:focus-visible, .button-2.modal-open_btn[data-wf-focus-visible] {
  background-color: #fff;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.modal-container {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 85%;
  max-width: 600px;
  height: 70%;
  max-height: 70%;
  margin: 10% auto auto;
  padding: 3em 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.contact-form-embed {
  width: 100%;
  margin-top: 3em;
}

.footer-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.footer-link {
  color: #f7cf3d;
}

.coffee {
  font-family: coffee-service, sans-serif;
  font-weight: 400;
}

.coffee.white {
  color: #fff;
  font-size: .8em;
}

.coffee.apply {
  width: 100%;
  font-size: 2.1em;
}

.title_txt-1 {
  z-index: 2;
  flex-flow: column;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.arrow-animate-1 {
  transform-style: preserve-3d;
  width: 8em;
  height: 14em;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  display: flex;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.lottie-animation {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.lottie-animation.arrow {
  transform: none;
}

.sec2-gradient {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #d4eff8, #fff0);
  width: 100%;
  height: 6.4em;
  position: absolute;
  inset: auto 0% 0%;
}

.cards-coffee {
  font-family: coffee-service, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}

.study-img {
  width: 100%;
  height: 10em;
  margin-top: 2em;
}

.card-grid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 1em;
  display: flex;
}

.card-row {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  width: 100%;
  height: 25%;
  display: flex;
}

.card-grid-blk {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #d4eff8;
  border: 1px dashed #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 1em;
  display: flex;
}

.card-grid-blk:hover, .card-grid-blk:focus-visible, .card-grid-blk[data-wf-focus-visible] {
  background-color: #fff;
}

.study-icon {
  flex: none;
  width: 3em;
  height: 3em;
}

.img_contain {
  object-fit: contain;
}

.sec4-gradient {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#d4eff8, #fff0);
  width: 100%;
  height: 6.4em;
  position: absolute;
  inset: 0% 0% auto;
}

.quotes-icon {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.testimonial-img-wrapper {
  position: relative;
}

.sec5-gradient {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 6.4em;
  position: absolute;
  inset: 0% 0% auto;
}

.coffee-activities {
  font-family: coffee-service, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

.bg-1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
}

.image {
  opacity: 1;
  border-radius: 5px;
  width: 3em;
}

.grid-list {
  color: #f7cf3d;
  margin-bottom: 0;
  padding-left: 10px;
  line-height: 1;
}

.grid-link {
  color: #f7cf3d;
  font-size: 1.3em;
}

.grid-link.sm {
  font-size: 1em;
}

.li {
  padding-bottom: 0;
}

.coffee-location {
  font-family: coffee-service, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

.background-video {
  width: 100%;
  height: 100%;
}

.sec5-gradient-btm {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #fff, #fff0);
  width: 100%;
  height: 6.4em;
  position: absolute;
  inset: auto 0% 0%;
}

.sec6-gradient {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 6.4em;
  position: absolute;
  inset: 0% 0% auto;
}

.sec6-gradient-btm {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #d4eff8, #fff0);
  width: 100%;
  height: 6.4em;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.sec7-gradient {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#d4eff8, #fff0);
  width: 100%;
  height: 6.4em;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.italic-text {
  color: #f7cf3d;
}

.sec7-gradient-btm {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #859fb5, #fff0);
  width: 100%;
  height: 6.4em;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-message {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3em;
  display: flex;
}

._1em {
  font-size: .7em;
}

.sec2-gradient-top {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#d4eff8, #fff0);
  width: 100%;
  height: 6.4em;
  position: absolute;
  inset: 0% 0% auto;
}

.scroll-down {
  background-color: #000000b3;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.video-embed {
  width: 100%;
  height: 30em;
}

.collapse-button {
  cursor: pointer;
  background-color: #005db8;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 1.5em 1.5em auto auto;
}

.collapse-button.disabled {
  display: none;
}

.min {
  vertical-align: baseline;
  object-fit: contain;
  flex: none;
  width: 1.5em;
  display: block;
  position: absolute;
}

.max {
  z-index: 2;
  object-fit: contain;
  flex: none;
  height: 1.5em;
  display: none;
  position: absolute;
}

.sec5-interior-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.maximize-btn {
  pointer-events: auto;
  cursor: pointer;
  background-color: #005db8;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-left: auto;
  margin-right: 5em;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 1.5em 1.5em auto auto;
}

.maximize-btn.disabled {
  display: none;
}

.max2 {
  z-index: 2;
  object-fit: contain;
  flex: none;
  height: 1.5em;
  display: block;
  position: absolute;
}

.ty-section-7 {
  z-index: 1;
  background-color: var(--section7bg);
  pointer-events: auto;
  background-image: linear-gradient(#d4eff8 38%, #011745);
  flex-flow: column;
  height: 100%;
  padding-top: 0;
  padding-bottom: 8em;
  display: flex;
  position: relative;
  top: 0;
}

.ty-footer {
  z-index: 4;
  pointer-events: auto;
  background-color: #011745;
  width: 100%;
  height: 100%;
  padding-bottom: 4em;
  position: relative;
}

.ty-content {
  background-color: #585858;
}

.return-btn {
  background-color: var(--tabs-color);
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  padding: 9px 15px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.return-btn:hover {
  color: #005db8;
  background-color: #fff;
  font-weight: 400;
}

.return-btn:active {
  border-bottom-right-radius: 2em;
}

.return-btn:focus-visible, .return-btn[data-wf-focus-visible] {
  color: #005db8;
  background-color: #fff;
  font-weight: 400;
}

.return-btn.modal-open_btn {
  background-color: var(--contact-tab-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9px 15px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  display: flex;
}

.return-btn.modal-open_btn:hover {
  color: #005db8;
  background-color: #fff;
  font-weight: 400;
}

.return-btn.modal-open_btn:focus-visible, .return-btn.modal-open_btn[data-wf-focus-visible] {
  background-color: #fff;
}

.ty-window {
  background-color: #fff;
  border-radius: 2em;
  flex-flow: column;
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 4em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.hide-content-btn, .hide-content-btn2 {
  z-index: 999;
  background-color: #00000080;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 2em;
  margin-top: .5em;
  margin-left: auto;
  margin-right: .5em;
  padding: 0 10px;
  font-size: .9em;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.title_txt-2-copy {
  z-index: 2;
  flex-flow: column;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.content-lm {
  background-color: #585858;
}

.section-1-lm {
  background-color: var(--section1bg);
  height: 100vh;
}

.section-2-lm {
  z-index: 1;
  background-color: var(--section2bg);
  pointer-events: auto;
  height: 110vh;
  position: relative;
}

.section-3-lm {
  z-index: 2;
  background-color: var(--section3bg);
  pointer-events: auto;
  height: auto;
  position: relative;
}

.section-4-lm {
  z-index: 1;
  background-color: var(--section4bg);
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.section-5-lm {
  z-index: 1;
  background-color: var(--section5bg);
  pointer-events: auto;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.section-6-lm {
  z-index: 1;
  background-color: var(--section6bg);
  pointer-events: auto;
  height: auto;
  position: relative;
}

.section-7-lm {
  z-index: 1;
  background-color: var(--section7bg);
  pointer-events: auto;
  background-image: linear-gradient(#d4eff8 38%, #011745);
  flex-flow: column;
  height: 100%;
  padding-top: 0;
  padding-bottom: 8em;
  display: flex;
  position: relative;
  top: 0;
}

.mask-layer-lm {
  background-color: #53525200;
  width: 100%;
  height: 150vh;
}

.title_txt-1-lm, .title_txt-2-lm {
  z-index: 2;
  flex-flow: column;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.scroll-down-lm {
  background-color: #000000b3;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.content-overlay-lb {
  z-index: 2;
  pointer-events: auto;
  background-color: #000000b8;
  border: 8px solid #fff;
  border-radius: 2em;
  flex-flow: column;
  width: 70%;
  height: 60%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .tabs-panel {
    margin-bottom: 2em;
  }

  .nav_contents {
    margin-top: 4em;
  }

  .img_cover {
    object-position: 50% 50%;
  }

  .img_cover.card1 {
    box-sizing: border-box;
    object-fit: contain;
  }

  .p {
    font-size: 1em;
  }

  .p.content-titles {
    text-align: center;
  }

  .p.white.testimonial-txt {
    text-align: center;
    width: 100%;
  }

  .p.contact-title {
    font-size: 2em;
  }

  .p.sm-center {
    text-align: center;
  }

  .nav-dropdown {
    margin-top: -100vh;
  }

  .navigaton {
    padding-top: 2em;
    padding-left: 2em;
    display: flex;
  }

  .section-2 {
    height: auto;
    position: sticky;
  }

  .section-4 {
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .home_content {
    padding-left: 0;
  }

  .title_txt-2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .section-bg-video {
    z-index: 2;
    height: 100vh;
    position: sticky;
    inset: 0%;
  }

  .section2-content {
    z-index: 4;
    height: auto;
    margin-top: -80vh;
    padding-bottom: 14em;
    position: static;
  }

  .content-overlay {
    width: 70%;
    height: auto;
    position: relative;
    top: 7em;
  }

  .stats-row {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .stats-overlay-blk {
    width: 80%;
  }

  .card {
    width: 70%;
    height: 85%;
  }

  .card-content {
    flex-flow: column;
    justify-content: space-between;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .card-txt {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .card-img {
    width: auto;
    height: 18.7em;
    margin-left: auto;
    margin-right: auto;
  }

  .h3 {
    font-size: 2.1em;
  }

  .h3.sm-cntr {
    text-align: center;
  }

  .testimonial {
    border-radius: 2em;
    flex-flow: column;
    width: 70%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .testimonial-txt {
    width: 90%;
  }

  .section5-contents {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-base {
    width: 70%;
  }

  .grid-row {
    flex-flow: column;
  }

  .grid-block, .grid-block.txt, .grid-block._3rds, .grid-block._60, .grid-block._40, .grid-block.txt4 {
    width: 100%;
  }

  .grid-row-3rds {
    flex-flow: column;
  }

  .location-stationary {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
  }

  .location-scroll {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    pointer-events: none;
    width: 70%;
    margin-right: auto;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .location-blk {
    pointer-events: auto;
  }

  .section7-header {
    flex: none;
    height: 100vh;
  }

  .section7-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding-right: 2em;
  }

  .section7-form {
    width: 70%;
  }

  .section7-scroll-wrapper {
    margin-top: -50vh;
  }

  .play-pause {
    width: 2.5em;
    height: 2.5em;
    inset: 2em 2em auto auto;
  }

  .play-pause.top {
    right: 2em;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-container {
    margin-top: 25%;
  }

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

  .title_txt-1 {
    margin-top: 14.4em;
    margin-left: auto;
    margin-right: auto;
  }

  .study-img {
    display: none;
  }

  .card-grid {
    width: 100%;
    padding-top: 0;
  }

  .card-grid-blk {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .bg-1 {
    height: 100vh;
  }

  .ty-window {
    width: 70%;
  }

  .hide-content-btn {
    margin-top: 2em;
    margin-right: auto;
    position: sticky;
    inset: 3em 0% auto;
  }

  .hide-content-btn2 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: auto;
    position: sticky;
    top: 2em;
  }

  .title_txt-2-copy {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2-lm {
    height: auto;
    position: sticky;
  }

  .section-4-lm {
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .title_txt-1-lm {
    margin-top: 14.4em;
    margin-left: auto;
    margin-right: auto;
  }

  .title_txt-2-lm {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .content-overlay-lb {
    width: 70%;
    height: auto;
    position: relative;
    top: 7em;
  }
}

@media screen and (max-width: 767px) {
  .tabs-panel {
    width: 8.4em;
  }

  .nav_contents {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .nav-txt {
    justify-content: center;
    align-items: center;
    padding-bottom: .2em;
    display: flex;
  }

  .contents_blk {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 35%;
  }

  .contents_blk.w--current {
    width: 35%;
  }

  .contents-img {
    width: 100%;
    height: 8em;
    display: flex;
  }

  .img_cover.card1 {
    object-position: 50% 27%;
  }

  .img_cover.apply {
    object-position: 39% 50%;
  }

  .p.contents {
    font-size: 1.2em;
  }

  .p.content-titles {
    text-align: center;
  }

  .p.location-intro {
    text-align: center;
    font-size: 1.2em;
  }

  .p.sm-center {
    text-align: center;
  }

  .nav-dropdown {
    pointer-events: auto;
    margin-top: -100vh;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .nav-row {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    overflow: auto;
  }

  .nav-row.end {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .navigaton {
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .section-7 {
    padding-top: 0;
  }

  .section-bg-video {
    height: 120vh;
  }

  .content-overlay, .stats-overlay-blk {
    width: 80%;
  }

  .stats {
    font-size: 1.7em;
  }

  .card {
    width: 80%;
    height: 80%;
  }

  .card-content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .card-txt {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: space-between;
    align-items: center;
    height: 50%;
    margin-top: auto;
    margin-bottom: 1em;
    padding: 0 2em 1em;
    font-size: 15px;
  }

  .card-img {
    width: auto;
    height: 43%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .h2.sm-cntr {
    text-align: center;
    font-size: 1.8em;
  }

  .button {
    font-size: 1.2em;
  }

  .h3.sm-cntr {
    text-align: center;
  }

  .testimonial, .section5-contents, .grid-base {
    width: 80%;
  }

  .location-stationary {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .location-scroll {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: 80%;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 14em;
  }

  .location-blk-vid {
    height: 18em;
  }

  .section7-header {
    height: 100vh;
  }

  .section7-content {
    width: 80%;
    padding: 2em;
  }

  .section7-form {
    width: 80%;
  }

  .section7-scroll-wrapper {
    margin-top: -50vh;
  }

  .button-2, .button-2.modal-open_btn {
    font-size: 1em;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .title_txt-1 {
    margin-top: 4em;
  }

  .card-grid {
    height: 50%;
  }

  .ty-section-7 {
    padding-top: 0;
  }

  .return-btn, .return-btn.modal-open_btn {
    font-size: 1em;
  }

  .ty-window {
    width: 80%;
  }

  .section-7-lm {
    padding-top: 0;
  }

  .title_txt-1-lm {
    margin-top: 4em;
  }

  .content-overlay-lb {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .tabs-panel {
    width: 7.5em;
    margin-bottom: 3em;
  }

  .nav_contents {
    padding-bottom: 6em;
  }

  .contents_blk, .contents_blk.w--current {
    width: 100%;
  }

  .img_cover.card1 {
    object-position: 50% 32%;
  }

  .img_cover.card4 {
    object-position: 50% 11%;
  }

  .img_cover.apply {
    object-position: 19% 50%;
  }

  .p {
    font-size: .9em;
  }

  .p.contents {
    font-size: 1.1em;
  }

  .nav-dropdown {
    flex: 0 auto;
    height: 100vh;
    padding-bottom: 8em;
    padding-left: 2em;
    padding-right: 2em;
    overflow: auto;
  }

  .nav-row.end {
    padding-bottom: 3em;
  }

  .navigaton {
    padding-top: 2em;
    padding-left: 2em;
  }

  .section-3 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section-7 {
    padding-top: 0;
  }

  .home_content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 11em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .title_txt-2 {
    margin-top: -1.3em;
  }

  .section2-content {
    margin-top: -90vh;
  }

  .content-overlay {
    width: 80%;
  }

  .stats-row {
    padding-top: 6em;
  }

  .stats-overlay-blk {
    width: 90%;
  }

  .stats {
    font-size: 1.7em;
  }

  .card-layer {
    height: auto;
    padding-top: 6em;
  }

  .card {
    flex: none;
    width: 90%;
    height: 40em;
  }

  .card-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    align-items: center;
  }

  .card-txt {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex: none;
    height: auto;
    padding: 1em 2em;
  }

  .card-img {
    height: 35%;
  }

  .button, .button.location {
    font-size: 1.2em;
  }

  .h3 {
    font-size: 1.8em;
  }

  .h3.sm-cntr {
    margin-bottom: 0;
  }

  .testimonial {
    border-radius: 2em;
    width: 85%;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .testimonial-img {
    width: 15em;
    height: 15em;
  }

  .testimonial-txt {
    width: 80%;
  }

  .section5-contents {
    width: 85%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-base, .location-stationary {
    width: 85%;
  }

  .location-scroll {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: 90%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .location-blk-vid {
    height: 15em;
  }

  .section7-header {
    height: 100vh;
  }

  .section7-content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section7-txt {
    width: 100%;
  }

  .section7-scroll-wrapper {
    margin-top: -50vh;
  }

  .button-2 {
    padding-left: 9px;
    padding-right: 5px;
  }

  .button-2.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .coffee.white {
    font-size: .5em;
    line-height: .6;
  }

  .title_txt-1 {
    margin-top: -1.3em;
  }

  .arrow-animate-1 {
    height: 8em;
    padding-left: 2em;
  }

  .card-grid {
    height: 40%;
  }

  .card-grid-blk {
    justify-content: center;
    align-items: center;
    padding: .5em 5px .25em;
  }

  .study-icon {
    display: none;
  }

  .bg-1 {
    height: 100vh;
  }

  .video-embed {
    height: 15.7em;
  }

  .ty-section-7 {
    padding-top: 0;
  }

  .return-btn {
    padding-left: 9px;
    padding-right: 5px;
  }

  .return-btn.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .hide-content-btn, .hide-content-btn2 {
    margin-top: 2em;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .title_txt-2-copy {
    margin-top: -1.3em;
  }

  .section-3-lm {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section-7-lm {
    padding-top: 0;
  }

  .title_txt-1-lm, .title_txt-2-lm {
    margin-top: -1.3em;
  }

  .content-overlay-lb {
    width: 80%;
  }
}

#w-node-_0baef445-1443-400d-db35-03d1689e8ceb-f276c045 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0baef445-1443-400d-db35-03d1689e8cf7-f276c045 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0baef445-1443-400d-db35-03d1689e8ceb-f7795f37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0baef445-1443-400d-db35-03d1689e8cf7-f7795f37 {
  grid-area: 2 / 1 / 3 / 2;
}


