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

body {
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.nav-menu {
  padding-top: 0px;
  float: none;
  clear: none;
  text-align: center;
  text-transform: none;
  white-space: normal;
}

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

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

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: transparent;
  white-space: normal;
}

.nav-link {
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Gt walsheim', sans-serif;
  color: #a3a3a3;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #7661a2;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
}

.nav-link.w--current:hover {
  color: #080808;
}

.nav-link.demobutton {
  position: -webkit-sticky;
  position: sticky;
  right: 0px;
  margin-top: 25px;
  margin-right: -215px;
  margin-left: 215px;
  padding: 11px 13px 10px;
  border-radius: 3px;
  background-color: #804fb9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(45deg, #5759e7, #172fe2);
  background-position: 0px 0px, 0px 0px;
  background-size: 125px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
  color: #fff;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.button {
  display: inline-block;
  margin-top: 24px;
  margin-left: 107px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  font-family: 'Gt walsheim', sans-serif;
}

.section {
  position: static;
  min-height: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 256px;
  padding-bottom: 256px;
}

.heading {
  float: none;
  font-family: 'Gt walsheim', sans-serif;
  color: #242424;
  font-size: 75px;
  line-height: 76px;
  font-weight: 700;
  text-align: left;
  white-space: normal;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-3 {
  padding-top: 23px;
  padding-bottom: 23px;
}

.image-4 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.container-2 {
  padding-right: 0px;
}

.brand {
  margin-left: 34px;
}

.section-2 {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 44px;
}

.nav {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navmenu {
  position: relative;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.navlink {
  display: inline-block;
  height: 44px;
  padding: 25px 20px 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Gt walsheim', sans-serif;
  color: #2b2b2b;
  font-weight: 500;
  text-decoration: none;
}

.navlink:hover {
  opacity: 0.7;
}

.navlink.logo {
  width: 64px;
  height: 30px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url('../images/SkipLogo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition-property: none;
  transition-property: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.navlink.logo:hover {
  opacity: 1;
}

.navlink.logo.w--current {
  margin-left: 1.2vw;
}

.navlink.mobilelink {
  display: block;
}

.navlink.current {
  font-family: 'Gt walsheim', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0 0 7px #000;
}

.navlink.current.login {
  position: static;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navlink.current.login.viewable {
  display: none;
}

.navlink.current.white {
  color: #1a1a1c;
  text-shadow: none;
}

.mobilenavbutton {
  display: none;
  width: 30px;
  height: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobilebuttonline {
  width: 60%;
  height: 1px;
  background-color: #000;
}

.headercontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-width: 3000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10vw;
  padding-bottom: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(135deg, #1e2041, #285076);
}

.columns {
  height: auto;
}

.lottie-animation {
  display: block;
  overflow: visible;
  height: auto;
  text-align: left;
}

.herotext {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.heroheadline {
  position: static;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #1a1a1c;
  font-size: 40px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}

.heroscrollcontainer {
  position: relative;
  display: block;
  overflow: visible;
  height: 150vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.stickycontainer {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.stickycontainer.stick {
  z-index: 2;
  padding-top: 29%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stickycontainer.stick2 {
  z-index: 2;
}

.herobulletpoint {
  position: absolute;
  width: 100%;
  font-family: 'Gt walsheim condensed', sans-serif;
  text-align: left;
  text-shadow: 0 9px 20px #000;
}

.herobullettext {
  padding-top: 0px;
  font-family: 'Gt walsheim condensed', sans-serif;
  font-size: 36px;
  line-height: 1.06;
  font-weight: 700;
  text-align: center;
}

.herobullettext.test {
  padding-top: 124px;
}

.hero {
  position: relative;
  padding-top: 0px;
  background-color: #000;
}

.div-block {
  height: 100vh;
}

.div-block.skipscrollcontainer {
  position: relative;
  height: 500vh;
}

.button-2 {
  position: relative;
  left: auto;
  top: 482px;
  right: auto;
  z-index: 1;
  float: none;
  clear: right;
}

.image-5 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.skipscrollcontainer {
  height: 500vw;
}

.image-6 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2 {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 31%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 980px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.heading-2 {
  position: absolute;
  left: 10%;
  top: 33%;
  right: auto;
  bottom: auto;
  display: block;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2.skipanimate {
  left: 66%;
  top: 60%;
}

.div-block-3 {
  display: none;
}

.kioskhero {
  position: relative;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headliner {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  height: 100vh;
}

.heading-3 {
  max-width: 50%;
}

.div-block-5 {
  position: relative;
  left: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: none;
}

.imagetopview {
  width: 1200px;
  height: 1200px;
  max-width: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Skip-FutureConvenience.png');
  background-position: 0px 0px;
  background-size: 1200px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.callout {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-6 {
  position: relative;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.2vw;
  padding: 11px 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #392fd5;
  background-image: linear-gradient(135deg, #ce4956 45%, #d36468);
  font-family: 'Gt walsheim', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.d.w--current {
  background-image: linear-gradient(135deg, #ce4956 45%, #d36468);
}

.d.viewable {
  display: none;
}

.grid {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.investor {
  padding-right: 1vw;
  padding-left: 1vw;
  opacity: 1;
}

.navbarfinal {
  position: absolute;
  display: block;
  width: 100%;
  padding-top: 1vh;
  padding-bottom: 1vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-8 {
  display: block;
  width: 80px;
  margin: 0px 10px;
}

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-2 {
  position: absolute;
  display: block;
  width: 80px;
  margin: 5px 12px 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.investorcontainer {
  position: relative;
  margin: 6vw 6.3vw;
}

.customercontainer {
  position: static;
  bottom: 0px;
  z-index: 1;
  display: block;
  margin: 10vw 6.3vw auto;
}

.grid-2 {
  position: relative;
  z-index: 0;
  margin: 0px 5vw;
  grid-auto-flow: row;
  grid-column-gap: 36px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 36px 1fr 36px 1fr 36px 1fr 36px 1fr 36px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.customerimage {
  opacity: 0.5;
}

.heading-4 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1a1c;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}

.hoverbutton {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 2;
  width: auto;
  height: 13vh;
  padding: 0px;
  background-color: transparent;
}

.customerhovercontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.butto {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-4 {
  position: static;
  z-index: 1;
  display: inline-block;
  padding: 13px 39px;
  border-radius: 50px;
  background-color: #3898ec;
  background-image: linear-gradient(45deg, #ce4956, #d36468);
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
  font-family: 'Gt walsheim', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.div-block-7 {
  position: absolute;
  top: auto;
  z-index: 2;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-8 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kioskgrid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.kioskimage {
  cursor: pointer;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-button {
  width: 8vw;
  margin-top: 30px;
  padding: 1vw;
  border-radius: 61vw;
  background-color: transparent;
  background-image: linear-gradient(135deg, #ce4956 49%, #d36468);
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.16);
  opacity: 1;
  font-family: 'Gt walsheim', sans-serif;
  font-size: 1vw;
  font-weight: 700;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.form {
  padding-top: 42px;
}

.grid-3 {
  -ms-grid-columns: 0.75fr 0.5fr 1fr;
  grid-template-columns: 0.75fr 0.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.body {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.customertextcontainer {
  margin-top: -147px;
}

.instore-button {
  position: absolute;
  left: 47%;
  top: 29%;
  z-index: 2;
  padding: 1%;
  border-radius: 30px;
  background-color: #71ec38;
  box-shadow: 0 1px 13px -2px #000;
  font-family: 'Gt walsheim', sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.image-9 {
  position: relative;
  z-index: auto;
  display: inline-block;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-10 {
  position: relative;
  z-index: auto;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-4 {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . ."
    ". . . ."
    ". . . ."
    ". . . ."
    ". . . ."
    ". . . ."
    ". . . ."
    ". . . ."
    ". . . ."
    ". . . ."
    ". . . Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px minmax(auto, 1fr) 16px auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto auto auto auto minmax(auto, 1fr) auto auto auto auto auto;
}

.text-block-2 {
  position: relative;
}

.text-block-3 {
  font-size: 28px;
}

.in-store-tb {
  position: absolute;
  left: 32%;
  top: 21%;
  right: auto;
  z-index: 3;
  padding: 12px;
  background-color: #392fd5;
  opacity: 1;
  font-family: 'Gt walsheim', sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 700;
  text-align: center;
}

.button-6 {
  position: relative;
  top: 64px;
}

.gasbutton {
  position: absolute;
  left: 35%;
  top: 75%;
  z-index: 2;
  padding: 1%;
  border-radius: 30px;
  background-color: #71ec38;
  box-shadow: 0 1px 13px -2px #000;
  font-family: 'Gt walsheim', sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.gas-pump-tb {
  position: absolute;
  left: 0%;
  top: 66%;
  z-index: 3;
  padding: 12px;
  background-color: #392fd5;
  opacity: 1;
  font-family: 'Gt walsheim', sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 700;
  text-align: center;
}

.text-span {
  color: #7cbdd3;
}

.near-checkout-tb {
  position: absolute;
  left: 26%;
  top: 11%;
  z-index: 3;
  padding: 12px;
  background-color: #392fd5;
  opacity: 1;
  font-family: 'Gt walsheim', sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 700;
}

.exit-door-tb {
  position: absolute;
  left: 53%;
  top: 27%;
  z-index: 3;
  padding: 12px;
  background-color: #392fd5;
  opacity: 1;
  font-family: 'Gt walsheim', sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 700;
}

.door-entrance-tb {
  position: absolute;
  left: 43%;
  top: 52%;
  z-index: 3;
  padding: 12px;
  background-color: #392fd5;
  opacity: 1;
  font-family: 'Gt walsheim', sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 700;
}

.kitchen-tb {
  position: absolute;
  left: 56%;
  top: 2%;
  z-index: 3;
  padding: 12px;
  background-color: #392fd5;
  opacity: 1;
  font-family: 'Gt walsheim', sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 700;
  text-align: center;
}

.text-span-2 {
  color: #7cbdd3;
}

.text-span-3 {
  color: #7cbdd3;
}

.text-span-4 {
  color: #7cbdd3;
}

.text-span-5 {
  color: #7cbdd3;
}

.text-span-6 {
  color: #7cbdd3;
}

.image-9-copy {
  position: relative;
  z-index: auto;
  display: block;
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
  margin-top: -10vw;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-11 {
  position: static;
  padding-bottom: 44px;
}

.door-entrance-button {
  position: absolute;
  left: 61%;
  top: 63%;
  z-index: 2;
  padding: 1%;
  border-radius: 30px;
  background-color: #71ec38;
  box-shadow: 0 1px 13px -2px #000;
  font-family: 'Gt walsheim', sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.kitchen-button {
  position: absolute;
  left: 65%;
  top: 10%;
  z-index: 2;
  padding: 1%;
  border-radius: 30px;
  background-color: #71ec38;
  box-shadow: 0 1px 13px -2px #000;
  font-family: 'Gt walsheim', sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.exit-door-button {
  position: absolute;
  left: 62%;
  top: 35%;
  z-index: 2;
  padding: 1%;
  border-radius: 30px;
  background-color: #71ec38;
  box-shadow: 0 1px 13px -2px #000;
  font-family: 'Gt walsheim', sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.near-checkout-button {
  position: absolute;
  left: 57%;
  top: 21%;
  z-index: 2;
  padding: 1%;
  border-radius: 30px;
  background-color: #71ec38;
  box-shadow: 0 1px 13px -2px #000;
  font-family: 'Gt walsheim', sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400vh;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-bottom: 7vw;
  padding-left: 45px;
  background-color: transparent;
}

.column-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo._1 {
  position: absolute;
  width: 100%;
  height: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.photo._2 {
  height: 800px;
  background-image: url('../images/FloorStand.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.photo._3 {
  height: 800px;
  background-image: url('../images/CounterGlass.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-holder {
  position: relative;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.the-kiosk-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-button {
  position: static;
  left: 0%;
  top: 29%;
  z-index: 2;
  margin-top: 2vw;
  padding: 27px 48px;
  border-radius: 40px;
  background-color: #392fd5;
  background-image: linear-gradient(135deg, #ce4956, #d36468);
  box-shadow: 0 1px 18px -2px rgba(0, 0, 0, 0.56);
  font-family: 'Gt walsheim', sans-serif;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
}

.paragraph {
  position: static;
  margin-bottom: 0px;
  padding-top: 1vw;
  padding-right: 39px;
  padding-bottom: 1vw;
  font-family: 'Gt walsheim', sans-serif;
  color: #1a1a1c;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}

.div-block-12 {
  position: relative;
  width: 100%;
}

.section-4 {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #000;
}

.image-10 {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-13 {
  margin-top: 10vh;
  margin-right: 5vw;
  margin-left: 5vw;
}

.heading-5 {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Gt walsheim condensed', sans-serif;
  font-size: 7vw;
  font-weight: 700;
  text-align: center;
}

.div-block-14 {
  position: relative;
  height: 150vh;
}

.text-span-7 {
  font-size: 69px;
}

.heading-6 {
  position: relative;
  font-size: 28px;
  line-height: 55px;
  text-align: center;
}

.section-5 {
  position: relative;
  height: 100vh;
}

.hero-bullet-text {
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 1.0625;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}

.hero-bullet-text-2 {
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 1.0625;
  font-weight: 700;
  text-align: center;
}

.hero-bullet-text-2._2 {
  font-size: 7vw;
}

.div-block-15 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2a2b2f;
}

.div-block-16 {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #c2adad;
}

.kioskcontainer {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 3000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.kioskdivblock {
  display: block;
  margin-right: 6.3vw;
  margin-left: 6.3vw;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: -1vw;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #d36468;
  font-size: 3vw;
  line-height: 2vw;
  text-align: center;
}

.text-span-8 {
  color: #1a1a1c;
  font-size: 7vw;
  line-height: 8vw;
}

.selfcheckoutgriddivblock {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #f3f5f7, rgba(175, 187, 198, 0.31));
}

.isometrickioskimage {
  padding: 0px 124px;
}

.heading-8 {
  text-align: center;
}

.kioskgridheading {
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #1a1a1c;
  font-size: 6vw;
  text-align: center;
}

.text-block-4 {
  padding-right: 47px;
  padding-left: 47px;
}

.kioskgridtextblock {
  padding-right: 1vw;
  padding-left: 1vw;
  font-family: 'Gt walsheim', sans-serif;
  color: #afbbc6;
  font-size: 16px;
  line-height: 20px;
}

.div-block-17 {
  position: relative;
  height: 300vh;
}

.div-block-18 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stickyscrollcontainer {
  position: relative;
  height: 500vh;
}

.text-span-9 {
  font-size: 8vw;
}

.kioskheroimagedivblock {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/KioskWhite.jpg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 0;
}

.kioskheroimagedivblock._2 {
  background-image: url('../images/scoKioskSquare.jpg');
  background-position: 50% 50%;
}

.kioskheroimagedivblock._3 {
  background-image: url('../images/Kiosk.jpg');
}

.div-block-19 {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  margin: auto auto 0px;
  padding-top: 145px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.kioskheroimagedivblock-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/scoKioskSquare.jpg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 0;
}

.kioskheroimagedivblock-2._2 {
  background-image: url('../images/scoKioskSquare.jpg');
  background-position: 50% 50%;
}

.kioskheroimagedivblock-2._3 {
  background-image: url('../images/Kiosk.jpg');
}

.kioskheroimagedivblock-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/Kiosk.jpg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 0;
}

.kioskheroimagedivblock-3._2 {
  background-image: url('../images/scoKioskSquare.jpg');
  background-position: 50% 50%;
}

.kioskheroimagedivblock-3._3 {
  background-image: url('../images/Kiosk.jpg');
}

.div-block-20 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 105vw;
  margin-top: -8vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  position: relative;
  padding: 0vw 3vw;
}

.stickyscrollcontainerkioskpage {
  position: relative;
  height: 500vh;
  background-color: #000;
}

.stickycontainerkioskpage {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.stickycontainerkioskpage.stick {
  z-index: 2;
  padding-top: 29%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stickycontainerkioskpage.stick2 {
  z-index: 2;
}

.kioskheroimagedivblockkp {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/KioskWhite.jpg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 0;
}

.kioskheroimagedivblockkp._2 {
  background-image: url('../images/scoKioskSquare.jpg');
  background-position: 50% 50%;
}

.kioskheroimagedivblockkp._3 {
  background-image: url('../images/Kiosk.jpg');
}

.kioskheroimagedivblock-2-kp {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/scoKioskSquare.jpg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 1;
}

.kioskheroimagedivblock-2-kp._2 {
  background-image: url('../images/scoKioskSquare.jpg');
  background-position: 50% 50%;
}

.kioskheroimagedivblock-2-kp._3 {
  background-image: url('../images/Kiosk.jpg');
}

.kioskheroimagedivblock-3-kp {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/Kiosk.jpg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 0;
}

.kioskheroimagedivblock-3-kp._2 {
  background-image: url('../images/scoKioskSquare.jpg');
  background-position: 50% 50%;
}

.kioskheroimagedivblock-3-kp._3 {
  background-image: url('../images/Kiosk.jpg');
}

.herobulletpoint-kp {
  position: absolute;
  width: 100%;
  text-align: left;
  text-shadow: 0 9px 20px #000;
}

.hero-bullet-text-kp {
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 1.0625;
  font-weight: 700;
  text-align: center;
  text-shadow: 4px 4px 14px #000;
}

.modularheadunit-kp {
  position: absolute;
  margin-top: -11vw;
  padding-left: 8vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.modularheadunit-kp._2 {
  margin-top: 17vw;
  padding-right: 21vw;
  padding-left: 0vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.modularheadunit-kp._3 {
  margin-top: -28vw;
  padding-right: 0px;
  padding-left: 54vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.modularheadunit-text-kp {
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 1.0625;
  font-weight: 700;
  text-align: center;
  text-shadow: 4px 4px 14px #000;
}

.modularheadunit-text-span {
  font-size: 8vw;
}

.textspan10 {
  font-size: 9vw;
}

.column-3 {
  margin-top: 2vw;
}

.columns-2 {
  display: block;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.image-11 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 35vw;
  margin-top: 136px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none #000;
  border-radius: 20px;
  text-align: center;
}

.div-block-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 40vw;
  height: 40vw;
  margin: 3vw auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4000vw;
  background-color: #751b1b;
  background-image: linear-gradient(135deg, #1e2041, #285076);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-22-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 2vw;
  height: 2vw;
  margin: 2vw;
  padding: 6vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4000vw;
  background-color: #751b1b;
  background-image: linear-gradient(225deg, #1e2041, #285076);
}

.div-block-22-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 10vw;
  height: 10vw;
  margin-top: 33vw;
  margin-left: 33vw;
  padding: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 4000vw;
  background-color: #751b1b;
  background-image: linear-gradient(135deg, #1e2041, #285076);
}

.div-block-23 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-10 {
  background-color: transparent;
  color: #1a1a1c;
  font-size: 120px;
  line-height: 150px;
}

.div-block-24 {
  position: relative;
  margin-top: 3vw;
}

.heading-9 {
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #1c3059;
  font-size: 4vw;
  line-height: 2vw;
  font-weight: 900;
  text-align: center;
}

.image-12 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  height: 45vw;
  margin-bottom: 15.9vw;
}

.heroheadline2 {
  position: absolute;
  margin-top: 0px;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #1c3059;
  font-size: 4vw;
  line-height: 1.06;
  text-align: left;
  text-decoration: none;
}

.heading-10 {
  margin-top: 3.2vw;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #1c3059;
  font-size: 2vw;
  font-weight: 900;
}

.text-span-11 {
  font-size: 2vw;
  line-height: 1vw;
}

.grid-5 {
  width: 17vw;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-13 {
  position: absolute;
  margin-top: -6vw;
  padding-right: 36vw;
  padding-left: 11.2vw;
}

.div-block-25 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-26 {
  position: relative;
  width: 40vw;
  height: 40vw;
  margin-top: 6.3vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/TableMount-Angle-Site.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heroopener {
  position: static;
  display: block;
  height: auto;
}

.div-block-27 {
  height: 100vh;
}

.div-block-28 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  overflow: visible;
  width: auto;
  height: 50vw;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-29 {
  position: absolute;
}

.div-block-28-copy {
  position: absolute;
  width: 40vw;
  height: 70vw;
}

.div-block-30 {
  height: 20vw;
}

.stickydevblock2 {
  display: block;
  margin-right: 2.3vw;
  margin-left: 2.3vw;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stickyheadline2 {
  position: static;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #a5adb4;
  font-size: 3vw;
  line-height: 1;
  text-align: left;
  text-decoration: none;
}

.stickyheadline3 {
  position: static;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #d36468;
  font-size: 6vw;
  line-height: 1;
  text-align: left;
  text-decoration: none;
}

.div-block-front {
  position: absolute;
  width: 44vw;
  height: 70vw;
  margin-top: -3.2vw;
  background-image: url('../images/KioskHomepage.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ender {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #dcebf5;
  font-size: 5vw;
  text-align: center;
  text-decoration: none;
}

.endercontainer {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10vw 6.3vw 74px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  padding-top: 2vw;
  padding-bottom: 29px;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #dcebf5;
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
}

.the-kiosk-content2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-4 {
  display: block;
  margin-top: 91px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-3 {
  margin: 10vw 5vw 5vw;
}

.column-5 {
  display: block;
  margin-top: 8.2vw;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-6 {
  position: relative;
  width: 85%;
  height: 400px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2vw;
  grid-row-gap: 3vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pagewrapper {
  position: static;
  overflow: visible;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.diagnolsection {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 30vw;
  margin-bottom: auto;
  background-color: #dcebf5;
}

.diagonal {
  position: relative;
  width: 120%;
  height: 30vw;
  background-color: #1a1a1c;
  -webkit-transform: translate(-10vw, -11vw) rotate(-6deg);
  -ms-transform: translate(-10vw, -11vw) rotate(-6deg);
  transform: translate(-10vw, -11vw) rotate(-6deg);
}

.diagonal._2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translate(-10vw, -11vw) rotate(-6deg);
  -ms-transform: translate(-10vw, -11vw) rotate(-6deg);
  transform: translate(-10vw, -11vw) rotate(-6deg);
}

.scrolltrack {
  position: relative;
  z-index: -1;
  height: 300vh;
  margin-top: -232px;
}

.thesticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.headunit1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 300vh;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/scoKioskSquare.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.heading-11 {
  text-align: center;
}

.advantageheader {
  position: static;
  left: 0px;
  right: 0px;
  margin-top: 20px;
  color: #d36468;
  font-size: 10vw;
  line-height: 8vw;
  text-align: center;
}

.advantageheader._2 {
  margin-top: 20px;
}

.advantageheader._3 {
  margin-top: 20px;
}

.advantageheader._4 {
  position: static;
  margin-top: 20px;
}

.div-block-31 {
  position: static;
  margin-bottom: -9.5vw;
  background-color: #1a1a1c;
}

.div-block-32 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.div-block-32._2 {
  overflow: hidden;
  margin-top: -16vw;
  margin-bottom: 9.5vw;
  padding-top: 19vw;
}

.h {
  position: absolute;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-text {
  width: 100%;
  padding-bottom: 200px;
}

.hero-scroll-container {
  position: relative;
  z-index: 0;
  height: 500vh;
  margin-top: -270px;
}

.hero-headline {
  color: #f5f5f7;
  font-size: 150px;
  line-height: 0.667;
  text-align: center;
  letter-spacing: -0.15px;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-bullet-points {
  position: absolute;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

.hero-bullet-text-3 {
  color: #fff;
  font-size: 64px;
  line-height: 1.0625;
  font-weight: 700;
  text-align: center;
}

.watch-the-film {
  margin-top: 50px;
  color: #fff;
  font-size: 22px;
  line-height: 1.17;
  font-weight: 700;
  text-align: center;
}

.hero-2 {
  position: relative;
}

.sectionwf {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-33 {
  position: absolute;
  top: auto;
  width: 100%;
  height: 600px;
  background-color: #afbbc6;
}

.div-block-33-copy {
  position: static;
  top: auto;
  width: 100%;
  height: 20vw;
  margin-top: -300px;
  margin-bottom: -4.2vw;
  background-color: #afbbc6;
}

.section-6 {
  position: static;
  max-width: none;
  margin: -131px auto auto;
  padding-top: 171px;
  padding-bottom: 69px;
  background-color: transparent;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 46px 46px 0px;
  color: #d36468;
  font-size: 3vw;
  line-height: 3vw;
  text-align: center;
}

.div-block-34 {
  width: 85%;
  height: 5px;
  margin: 40px auto;
  background-color: #1a1a1c;
}

.grid-7 {
  position: relative;
  z-index: 1;
  margin-right: 53px;
  margin-left: 53px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mountingoptioncontainer {
  margin-right: -36px;
  margin-left: -36px;
}

.heading-13 {
  margin-top: 1vw;
  margin-bottom: 1vh;
  color: #afbbc6;
  font-size: 3vw;
  line-height: 2vw;
  text-align: center;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #afbbc6;
  font-size: 16px;
  line-height: 2vw;
  text-align: center;
}

.div-block-35 {
  height: 50vw;
  background-image: url('../images/WallMount2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-35._1 {
  background-image: url('../images/FloorStand.png');
}

.div-block-35._2 {
  background-image: url('../images/CounterGlass.png');
}

.heading-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: rgba(243, 245, 247, 0.36);
  font-size: 14vw;
  line-height: 12vw;
  text-align: center;
}

.heading-15._2 {
  margin-bottom: -180px;
}

.skipkioskadvheading {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 13vw;
  margin-bottom: 0vw;
  padding-top: 20px;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #1a1a1c;
  font-size: 3vw;
  line-height: 2vw;
  text-align: center;
}

.div-block-36 {
  overflow: hidden;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.8vw;
}

.div-block-37 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.column-6 {
  position: relative;
  height: auto;
}

.div-block-38 {
  overflow: hidden;
}

.div-block-39 {
  margin-bottom: 0px;
}

.div-block-40 {
  position: relative;
}

.div-block-41 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: visible;
  margin: auto;
  padding-top: 0px;
}

.heading-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: -1vw;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #d36468;
  font-size: 3vw;
  line-height: 2vw;
  text-align: center;
}

.text-span-12 {
  color: #0e2a47;
  font-size: 7vw;
  line-height: 8vw;
}

.diagonal-2 {
  position: relative;
  z-index: 0;
  overflow: visible;
  width: 120%;
  height: 30vw;
  margin-bottom: -34.9vw;
  background-color: #1a1a1c;
  -webkit-transform: translate(-10vw, -11vw) rotate(-6deg);
  -ms-transform: translate(-10vw, -11vw) rotate(-6deg);
  transform: translate(-10vw, -11vw) rotate(-6deg);
}

.diagonal-2._2 {
  margin-top: 12.7vw;
}

.smallerfootprint {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #d36468;
  font-size: 5vw;
  line-height: 8vw;
  text-align: left;
}

.footprint {
  margin: 3vw 3vw 1vw;
  border-radius: 4vw;
}

.smallfootprint {
  position: static;
  top: auto;
  display: block;
  height: auto;
  margin-right: 2.4vw;
  margin-bottom: 5vw;
  margin-left: 2.4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-17 {
  position: absolute;
  left: 0%;
  top: -6%;
  right: 0%;
  bottom: auto;
  color: #f3f5f7;
  font-size: 5vw;
  line-height: 5vw;
  font-weight: 900;
  text-align: center;
}

.columns-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14 {
  position: absolute;
  left: 0%;
  top: -13%;
  right: 0%;
  bottom: auto;
  height: 15vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 31px;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  margin-right: auto;
  margin-left: auto;
}

.section-7 {
  height: auto;
  background-color: #1a1a1c;
}

.stickycontainerfootprint {
  position: static;
  top: 0px;
  height: auto;
}

.selfinstallcontainer {
  position: static;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 2.4vw;
  margin-left: 2.4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-18 {
  color: #d36468;
  font-size: 6vw;
  line-height: 7vw;
  text-align: center;
}

.div-block-42 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-8 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-19 {
  color: #afbbc6;
  font-size: 24px;
  text-align: center;
}

.heading-20 {
  color: #d36468;
  font-size: 3.5vw;
  text-align: center;
}

.image-16 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-43 {
  position: static;
  top: 0px;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-44 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-45 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentholder {
  margin-right: 6vw;
  margin-left: 6vw;
}

.heading-21 {
  color: #d36468;
  text-align: right;
}

.the-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modularheader {
  margin-top: 60px;
  margin-bottom: 0px;
  color: #d36468;
  text-align: center;
}

.modular-subheader {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #afbbc6;
  font-size: 24px;
  text-align: center;
}

.div-block-46 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  margin-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-46._3 {
  margin-bottom: 27.7vw;
}

.div-block-46._1 {
  margin-top: 9.5vw;
}

.image-17 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 75vh;
  max-width: none;
  margin-right: -5vw;
}

.heading-22 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #d36468;
  font-size: 14em;
  line-height: 0.8em;
  font-weight: 900;
  text-align: left;
}

.kiosk-subheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  color: #afbbc6;
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 900;
  text-align: left;
}

.kiosktopheader {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  margin-bottom: 0px;
  color: #d36468;
  font-size: 14vw;
  line-height: 2vw;
  font-weight: 900;
  text-align: center;
}

.div-block-47 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.heading-23 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #dcebf5;
  text-align: center;
}

.div-block-48 {
  position: absolute;
}

.div-block-49 {
  position: absolute;
}

.heading-24 {
  margin-top: 0px;
  color: #afbbc6;
  font-size: 24px;
}

.footprintcontainer {
  position: relative;
  height: 200vh;
}

.div-block-50 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 200vh;
}

.div-block-51 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-52 {
  position: relative;
  height: 35vw;
}

.heading-25 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f3f5f7;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.div-block-53 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23vw;
  height: 3vw;
  margin-right: auto;
  margin-left: auto;
  background-color: #d36468;
}

.modularheader2 {
  margin-top: 0vw;
  margin-bottom: 0.5vw;
  color: #d36468;
  font-size: 72px;
  line-height: 72px;
  text-align: left;
}

.modularheader2-copy {
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f3f5f7;
  line-height: 36px;
  text-align: left;
}

.div-block-54 {
  width: 15vw;
  height: 2vw;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  background-color: #d36468;
}

.div-block-55 {
  height: 3vw;
}

.paragraph-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #afbbc6;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.div-block-56 {
  position: relative;
  z-index: 1;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-56._2 {
  margin-top: 48px;
}

.footprintcontainer2 {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250vh;
  margin-right: 2.4vw;
  margin-left: 2.4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-57 {
  overflow: hidden;
}

.modularheader3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gt walsheim', sans-serif;
  color: #f3f5f7;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
}

.grid-9 {
  margin-top: 53px;
  grid-template-areas: "Area-3 Area-2 . . ."
    "Area-3 Area-2 Area Area Area"
    "Area-3 Area-2 Area Area Area"
    "Area-3 Area-2 Area Area Area";
  -ms-grid-columns: 1.75fr 0.25fr 0.25fr 0.75fr 0.75fr;
  grid-template-columns: 1.75fr 0.25fr 0.25fr 0.75fr 0.75fr;
  -ms-grid-rows: 1.75fr auto auto auto;
  grid-template-rows: 1.75fr auto auto auto;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f3f5f7;
  font-size: 24px;
}

.text-block-5 {
  color: #afbbc6;
  font-size: 18px;
}

.modularbuttons {
  height: 50px;
  margin-right: 26px;
  margin-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 70px;
  background-color: #285076;
  font-family: 'Gt walsheim', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.modularbuttons._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 1.3vw;
}

.modularbuttons._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3vw;
}

.modularbuttons._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3vw;
}

.div-block-58 {
  position: relative;
  display: block;
  width: 40vw;
  height: 60vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modpics {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-right: 28px;
  padding-left: 28px;
}

.modpics._2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modpics._3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.modpics._1 {
  left: auto;
  top: auto;
  right: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-27 {
  color: #d36468;
}

.paragraph-4 {
  font-family: 'Gt walsheim', sans-serif;
  color: #afbbc6;
  font-size: 20px;
  font-weight: 300;
}

.grid-10 {
  margin-top: 69px;
  padding-right: 108px;
  padding-left: 108px;
  grid-template-areas: "Area . . ."
    "Area Area-2 Area-2 Area-2";
  -ms-grid-columns: 2.25fr 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 2.25fr 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: 0.25fr 4fr;
  grid-template-rows: 0.25fr 4fr;
}

.heading-28 {
  margin-top: 0px;
  color: #d36468;
}

.diagonal-3 {
  position: relative;
  z-index: 0;
  overflow: visible;
  width: 120%;
  height: 30vw;
  background-color: #1a1a1c;
  -webkit-transform: translate(-10vw, -11vw) rotate(6deg);
  -ms-transform: translate(-10vw, -11vw) rotate(6deg);
  transform: translate(-10vw, -11vw) rotate(6deg);
}

.tophomedevblock {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 25px;
}

.div-block-59 {
  height: auto;
  max-width: none;
  margin-top: -31.7vw;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 24vw;
}

.section-8 {
  overflow: hidden;
  margin-top: -22.2vw;
  padding-top: 19vw;
  background-image: linear-gradient(135deg, #1e2041, #0e2a47);
}

.grid-11 {
  padding-top: 80px;
  padding-bottom: 11vw;
  grid-column-gap: 7vw;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 7vw 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-29 {
  margin-top: 10px;
  margin-bottom: 50px;
  color: #d36468;
  text-align: center;
}

.heading-29._1 {
  margin-bottom: 131px;
  color: #f3f5f7;
}

.heading-30 {
  margin-top: 0px;
  color: #afbbc6;
}

.heading-31 {
  margin-top: 0px;
  color: #fff;
}

.heading-31._2 {
  margin-top: 43px;
}

.paragraph-5 {
  margin-top: 0.5vw;
  margin-bottom: 0px;
  font-family: 'Gt walsheim', sans-serif;
  color: #afbbc6;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.heading-32 {
  padding-top: 32vw;
  color: #d36468;
  font-size: 14vw;
  text-align: center;
}

.image-18 {
  position: absolute;
  width: 9vw;
  margin-top: 10px;
  margin-left: 10px;
}

.heading-33 {
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  color: #d36468;
  font-size: 30px;
}

.div-block-60 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8vw;
  margin-left: 8vw;
  padding-top: 69px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-60._2 {
  padding-top: 30vw;
}

.div-block-60._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-61 {
  position: static;
  width: 100%;
  height: 100%;
}

.div-block-62 {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.heading-34 {
  margin-top: 0px;
  margin-bottom: -20px;
  color: #d36468;
  font-size: 3.5vw;
  text-align: center;
}

.heading-35 {
  color: #d36468;
  text-align: right;
}

.text-span-13 {
  color: #d36468;
  font-size: 7vw;
  line-height: 8vw;
}

.skipkioskadvheading-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 20px;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #afbbc6;
  font-size: 3vw;
  line-height: 2vw;
  text-align: center;
}

.heading-36 {
  margin-bottom: auto;
  color: #afbbc6;
  font-size: 24px;
  text-align: center;
}

.selfinstallcontainer-2 {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250vh;
  margin-right: 2.4vw;
  margin-left: 2.4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-63 {
  margin-right: 6.3vw;
  margin-left: 6.3vw;
}

.image-19 {
  display: block;
  padding-top: 17px;
}

.diagonal-4 {
  position: relative;
  z-index: 0;
  overflow: visible;
  width: 120%;
  height: 30vw;
  margin-top: 9.5vw;
  background-color: #1a1a1c;
  -webkit-transform: translate(-10vw, -11vw) rotate(6deg);
  -ms-transform: translate(-10vw, -11vw) rotate(6deg);
  transform: translate(-10vw, -11vw) rotate(6deg);
}

.paragraphmount {
  margin-right: 65px;
  margin-left: 65px;
  font-family: 'Gt walsheim', sans-serif;
  color: #afbbc6;
  font-size: 16px;
}

.footer {
  margin-top: 44px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer._1 {
  padding-bottom: 0px;
  background-color: #fff;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Gt walsheim', sans-serif;
  color: #d36468;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  position: static;
  display: block;
  margin-bottom: 10px;
  font-family: 'Gt walsheim', sans-serif;
  color: #1a1a1c;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.image-20 {
  position: relative;
  z-index: 1;
  height: 7vw;
}

.div-block-64 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-37 {
  position: relative;
  z-index: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #d36468;
  font-size: 3vw;
}

.heading-38 {
  position: relative;
  z-index: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #afbbc6;
  font-size: 3vw;
  line-height: 3vw;
}

.text-block-6 {
  color: #afbbc6;
  font-size: 24px;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 11.2vw;
  padding: 6vw 6.3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-66 {
  width: 9vw;
  height: 3vw;
}

.image-21 {
  display: block;
  width: 25vw;
  margin-right: 3.2vw;
}

.div-block-64-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vw;
  margin-top: 11px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.diagonal-2-copy {
  position: relative;
  z-index: 0;
  overflow: visible;
  width: 120%;
  height: 33vw;
  margin-bottom: 7vw;
  background-color: #1a1a1c;
  -webkit-transform: translate(-10vw, -11vw) rotate(-6deg);
  -ms-transform: translate(-10vw, -11vw) rotate(-6deg);
  transform: translate(-10vw, -11vw) rotate(-6deg);
}

.diagonal-2-copy._2 {
  margin-top: 12.7vw;
}

.div-block-31-copy {
  position: static;
  margin-bottom: -9.5vw;
  background-color: #1a1a1c;
}

.div-block-67 {
  color: #1a1a1c;
  text-transform: uppercase;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(135deg, #1e2041, #285076);
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-68 {
  margin-right: 12vw;
  margin-left: 12vw;
  padding-top: 71px;
}

.paragraph-6 {
  font-family: 'Gt walsheim', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-7 {
  background-color: transparent;
  color: #f3f5f7;
  font-size: 20px;
}

.heading-39 {
  color: #f3f5f7;
  font-size: 45px;
}

.heading-40 {
  margin-top: 118px;
  margin-bottom: 60px;
  font-size: 45px;
  text-align: center;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3vw 10vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-70._1 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-41 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #afbbc6;
  font-size: 24px;
  text-align: left;
}

.heading-42 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.image-22 {
  width: 16vw;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.4);
}

.div-block-70-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-68-copy {
  margin-right: 12vw;
  margin-left: 12vw;
}

.heading-40-copy {
  font-size: 45px;
  text-align: center;
}

.heading-42-copy {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-69-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vw;
  margin-bottom: 13vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-70-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-42-copy-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.text-block-7 {
  padding-bottom: 3vw;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-copy {
  padding: 11px 22px;
  border-radius: 40px;
  background-color: #392fd5;
  background-image: linear-gradient(135deg, #ce4956 45%, #d36468);
  font-family: 'Gt walsheim', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.d-copy.viewable {
  display: none;
}

.text-block-7-copy {
  padding-bottom: 3vw;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}

.modularheader2-copy-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f3f5f7;
  line-height: 36px;
  text-align: right;
}

.modularheader2-copy-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f3f5f7;
  line-height: 36px;
  text-align: left;
}

.subheaderright {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f3f5f7;
  line-height: 36px;
  text-align: left;
}

.paragraph-8 {
  width: 50%;
  font-family: 'Gt walsheim', sans-serif;
  color: #afbbc6;
}

.headersubright {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f3f5f7;
  line-height: 36px;
  text-align: left;
}

.headersright {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d36468;
  font-size: 72px;
  line-height: 72px;
  text-align: right;
}

.column-9 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-72 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-73 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-74 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9vw;
  padding-bottom: 9vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-5 {
  padding-right: 0vw;
  padding-left: 0vw;
}

.div-block-75 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vw;
  max-height: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-76 {
  height: 60vw;
}

.grid-12 {
  margin-right: 5.3vw;
  margin-left: 5.3vw;
  grid-column-gap: 7vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.divblock69 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-13 {
  grid-column-gap: 7vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-14 {
  grid-column-gap: 1vw;
  grid-row-gap: 4vw;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid-15 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-16 {
  position: relative;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.div-block-77 {
  padding-right: 6.3vw;
  padding-left: 6.3vw;
}

.grid-17 {
  grid-column-gap: 6vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-4-copy {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1a1c;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}

.body-3 {
  background-color: transparent;
}

.section-9 {
  position: relative;
  margin-right: 6.3vw;
  margin-bottom: 3.2vw;
  margin-left: 6.3vw;
  padding-top: 10px;
  padding-bottom: 83px;
}

.textfilelabel {
  margin-top: 22px;
  color: #afbbc6;
  font-size: 18px;
  font-weight: 500;
}

.div-block-78 {
  margin-right: 37px;
  margin-left: 37px;
}

.section-10 {
  padding-top: 115px;
}

.heading-43 {
  margin-bottom: 0px;
  color: #d36468;
  font-size: 24px;
  text-align: center;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-19 {
  margin-bottom: 122px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-79 {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-top: 6vw;
  background-color: #fff;
}

.div-block-80 {
  padding-bottom: 5vw;
  background-image: linear-gradient(135deg, #1e2041, #285076);
}

.div-block-81 {
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
}

.heading-44 {
  margin-top: 0px;
  color: #f3f5f7;
  font-size: 48px;
  text-align: center;
}

.image-23 {
  position: relative;
  width: 50%;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
}

.container-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-11 {
  margin-bottom: 10vw;
}

.ender-2 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #d36468;
  font-size: 6vw;
  text-align: center;
  text-decoration: none;
}

.paragraph-9 {
  padding-top: 2vw;
  padding-bottom: 29px;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #afbbc6;
  font-size: 3vw;
  line-height: 3vw;
  text-align: center;
}

.ender-2-copy {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #d36468;
  font-size: 6vw;
  text-align: center;
  text-decoration: none;
}

.paragraph-9-copy {
  padding-top: 2vw;
  padding-bottom: 29px;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #afbbc6;
  font-size: 3vw;
  line-height: 3vw;
  text-align: center;
}

.div-block-32-copy {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.div-block-32-copy._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 11vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41-copy {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: visible;
  margin: auto;
  padding-top: 0px;
  background-image: linear-gradient(135deg, #1e2041, #285076);
}

.endercontainer-copy {
  position: static;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6.3vw;
  margin-left: 6.3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ender-copy {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #d36468;
  font-size: 6vw;
  text-align: center;
  text-decoration: none;
}

.ender-copy._1 {
  margin-top: 48px;
}

.paragraph-2-copy {
  padding-top: 2vw;
  padding-bottom: 29px;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #afbbc6;
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
}

.demo-button-copy {
  position: static;
  left: 0%;
  top: 29%;
  z-index: 2;
  margin-top: 0vw;
  padding: 11px 22px;
  border-radius: 40px;
  background-color: #392fd5;
  background-image: linear-gradient(135deg, #ce4956, #d36468);
  box-shadow: 0 1px 18px -2px rgba(0, 0, 0, 0.56);
  font-family: 'Gt walsheim', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.diagonal-2-copy-copy {
  position: relative;
  z-index: 0;
  overflow: visible;
  width: 120%;
  height: 55vw;
  margin-top: 82px;
  margin-bottom: 7vw;
  background-color: transparent;
  background-image: linear-gradient(135deg, #1e2041, #285076);
  -webkit-transform: translate(-10vw, -11vw) rotate(-8deg);
  -ms-transform: translate(-10vw, -11vw) rotate(-8deg);
  transform: translate(-10vw, -11vw) rotate(-8deg);
}

.diagonal-2-copy-copy._2 {
  margin-top: 12.7vw;
}

.image-8-copy {
  display: block;
  width: 70px;
  margin: 0px 10px;
}

.body-5 {
  background-color: transparent;
}

.heading-45 {
  color: #1a1a1c;
  font-size: 36px;
  text-align: left;
}

.paragraph-10 {
  color: #1a1a1c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.div-block-82 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-14 {
  font-size: 70px;
}

.section-13 {
  padding-top: 14vw;
}

.heading-46 {
  color: #1a1a1c;
  font-size: 6vw;
  text-align: center;
}

.div-block-83 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-24 {
  margin-top: 49px;
}

.div-block-84 {
  overflow: hidden;
  padding-right: 6.3vw;
  padding-left: 6.3vw;
}

.grid-20 {
  margin-bottom: 10vw;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 20px;
}

.download-skip {
  margin-right: 1.2vw;
  padding: 11px 22px;
  border-radius: 40px;
  background-color: #392fd5;
  background-image: linear-gradient(135deg, #ce4956 45%, #d36468);
  font-family: 'Gt walsheim', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.download-skip.w--current {
  background-image: linear-gradient(135deg, #ce4956 45%, #d36468);
}

.download-skip.viewable {
  display: none;
}

.gallery {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 50px;
}

.galleryscroll {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.gallerycontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
}

.gallerytrack {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 300vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.html-embed {
  height: 90vh;
}

.html-embed-2 {
  width: 100%;
}

.section-14 {
  position: relative;
  padding-top: 7vw;
  padding-bottom: 7vw;
  background-image: linear-gradient(135deg, #1e2041, #285076);
}

.div-block-85 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.heading-47 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-86 {
  position: static;
}

.div-block-87 {
  position: relative;
  width: 594.25px;
  height: 594.25px;
}

.div-block-88 {
  width: 47vw;
  height: 47vw;
}

.image-25 {
  position: relative;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-89 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-48 {
  margin-top: 10px;
  color: #1a1a1c;
  font-size: 2vw;
}

.featurescolumn {
  margin: 10vw 5vw 5vw;
}

.lefty {
  display: block;
  margin-top: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kioskcontent3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 5vw;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.righty {
  position: relative;
  height: auto;
}

.divblocklottie {
  display: block;
  overflow: hidden;
  width: auto;
  height: 37vw;
  margin: 3vw 0vw 3vw 3vw;
  border-radius: 0vw;
}

.featuresheadline {
  position: static;
  padding-left: 0vw;
  font-family: 'Gt walsheim condensed', sans-serif;
  color: #1a1a1c;
  font-size: 50px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}

.lottie-animation-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-21 {
  grid-column-gap: 0vw;
  grid-row-gap: 3vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.divblocklottie2 {
  display: block;
  width: auto;
  height: 37vw;
  margin: 3vw 0vw 3vw 3vw;
  border-radius: 0vw;
}

.div-block-90 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
}

.background-video-2 {
  overflow: hidden;
  height: 100%;
  border-radius: 0vw;
}

.divblocklottie3 {
  display: block;
  overflow: hidden;
  width: auto;
  height: 37vw;
  margin: 3vw 0vw 3vw 3vw;
  border-radius: 0vw;
}

.section-15 {
  height: 100vh;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(135deg, #1e2041, #285076);
}

.button-7 {
  margin-top: 39px;
  margin-bottom: 39px;
  padding: 59px;
}

.link-block {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
}

.button-7-copy {
  margin-top: 39px;
  margin-bottom: 39px;
  padding: 2vw;
  border-radius: 89vw;
  background-color: transparent;
  background-image: linear-gradient(135deg, #ce4956, #d36468);
  box-shadow: 0 0 12px 7px rgba(0, 0, 0, 0.23);
  font-size: 1.5vw;
}

.button-7-copy-copy {
  margin-top: 39px;
  margin-bottom: 39px;
  padding: 49px;
}

.form-block {
  width: 100%;
}

.div-block-92 {
  width: 80%;
}

.section-16 {
  height: 100vh;
  margin-bottom: 15vw;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-93 {
  width: auto;
  height: auto;
  margin-right: 6.3vw;
  margin-left: 6.3vw;
  padding-top: 10vw;
}

.heading-49 {
  margin-bottom: 69px;
  font-size: 5vw;
  line-height: 5vw;
  text-align: center;
}

.heading-50 {
  text-align: center;
}

.link-block-apple {
  width: 20vw;
  height: 7vw;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/AppStore.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-google {
  width: 20vw;
  height: 7vw;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/GooglePlayStore.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-26 {
  margin-right: auto;
  margin-left: auto;
}

.image-27 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.div-block-96 {
  width: 100%;
  height: 50vh;
}

.div-block-32-copy-copy {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.div-block-32-copy-copy._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 11vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divblock1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(135deg, #1e2041, #285076);
}

.div-block-97 {
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

.button-7-copy-copy {
  margin-top: 39px;
  margin-bottom: 39px;
  padding: 28px;
  border-radius: 89vw;
  background-color: transparent;
  background-image: linear-gradient(135deg, #ce4956, #d36468);
  box-shadow: 0 0 12px 7px rgba(0, 0, 0, 0.23);
  font-size: 24px;
}

.grid-24 {
  margin-top: 10vw;
  margin-bottom: 5vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-25 {
  margin-bottom: 5vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-98 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-51 {
  padding-top: 8vw;
  padding-bottom: 8vw;
  text-align: center;
}

.text-span-15 {
  color: #d36468;
  font-size: 80px;
  line-height: 64px;
}

.heading-45-copy {
  color: #1a1a1c;
  font-size: 36px;
  text-align: left;
}

.grid-26 {
  margin-top: 6.3vw;
  margin-right: 6.3vw;
  margin-left: 6.3vw;
}

.mobilecheckoutimage-copy {
  position: relative;
}

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

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

.div-block-99 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(135deg, #1e2041, #285076);
}

.heading-53 {
  color: #f3f5f7;
  font-size: 3.5vw;
}

@media screen and (min-width: 1920px) {
  .d {
    margin-top: 0px;
    margin-right: 40px;
    padding: 19px;
    font-size: 28px;
  }

  .investorcontainer {
    max-width: 1600px;
    margin: 0vw auto;
  }

  .customercontainer {
    max-width: 1920px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .demo-button {
    margin-top: 34px;
  }

  .text-span-8 {
    font-size: 150px;
    line-height: 150px;
  }

  .kioskgridheading {
    font-size: 120px;
  }

  .ender {
    font-size: 90px;
  }

  .endercontainer {
    margin-top: 0vw;
    margin-bottom: 0px;
  }

  .paragraph-2 {
    font-size: 45px;
    line-height: 3px;
  }

  .skipkioskadvheading {
    margin-top: 220px;
    margin-bottom: 60px;
    font-size: 70px;
    line-height: 44px;
  }

  .div-block-68 {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-6 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-4-copy {
    font-size: 48px;
  }

  .div-block-79 {
    padding-top: 100px;
  }

  .endercontainer-copy {
    max-width: 1920px;
  }

  .ender-copy {
    font-size: 120px;
  }

  .paragraph-2-copy {
    font-size: 54px;
    line-height: 54px;
  }

  .section-13 {
    padding-top: 220px;
  }

  .heading-46 {
    font-size: 100px;
  }

  .div-block-84 {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-20 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .download-skip {
    margin-right: auto;
    margin-left: auto;
    padding: 25px 52px;
    border-radius: 80px;
    font-size: 24px;
  }

  .section-14 {
    padding-top: 246px;
    padding-bottom: 246px;
  }

  .div-block-88 {
    width: 760px;
    height: 760px;
  }

  .heading-48 {
    font-size: 44px;
    line-height: 54px;
    text-align: center;
  }

  .divblocklottie {
    height: 500px;
    margin-top: 36px;
    margin-bottom: 36px;
    margin-left: 90px;
  }

  .divblocklottie2 {
    height: 500px;
    margin-top: 36px;
    margin-bottom: 36px;
    margin-left: 90px;
  }

  .divblocklottie3 {
    height: 500px;
    margin-top: 36px;
    margin-bottom: 36px;
    margin-left: 90px;
  }

  .grid-24 {
    margin-top: 220px;
  }

  .heading-51 {
    padding-top: 91px;
    padding-bottom: 91px;
  }

  .heading-53 {
    font-size: 65px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    z-index: 0;
    padding-bottom: 35px;
    background-color: rgba(30, 32, 65, 0.97);
  }

  .navlink.current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #afbbc6;
  }

  .navlink.current.login {
    color: rgba(175, 187, 198, 0.25);
  }

  .navlink.current.login.viewable {
    display: block;
    color: #afbbc6;
  }

  .heroheadline {
    font-size: 34px;
  }

  .button-2 {
    position: relative;
    left: auto;
    right: auto;
  }

  .d.viewable {
    display: block;
    width: 24vw;
    margin-right: auto;
    margin-left: auto;
  }

  .image-8 {
    position: relative;
    z-index: 1;
  }

  .container-3 {
    z-index: 0;
    display: block;
    padding: 23px;
  }

  .brand-2 {
    width: auto;
    margin: 0px;
  }

  .nav-menu-2 {
    padding-right: 49px;
    padding-bottom: 28px;
    padding-left: 49px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #1a1a1c;
  }

  .investorcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin-right: 6.3vw;
    margin-left: 6.3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .customercontainer {
    position: relative;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-2 {
    grid-column-gap: 0.9vw;
    grid-row-gap: 0.9vw;
    grid-template-areas: ".";
  }

  .heading-4 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #1a1a1c;
  }

  .customerhovercontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button-4 {
    position: static;
  }

  .div-block-7 {
    position: absolute;
    top: auto;
    z-index: 2;
    display: block;
  }

  .div-block-8 {
    display: none;
  }

  .submit-button {
    padding: 2vw 13vw 2vw 4vw;
    font-size: 1.5vw;
  }

  .content-section {
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .demo-button {
    margin-top: 6px;
    padding: 19px 20px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 25px;
  }

  .hero-bullet-text {
    font-size: 48px;
  }

  .hero-bullet-text-2 {
    font-size: 48px;
  }

  .hero-bullet-text-2._2 {
    font-size: 12vw;
  }

  .kioskcontainer {
    max-width: 1440px;
  }

  .isometrickioskimage {
    display: block;
  }

  .kioskgridheading {
    font-size: 8vw;
    line-height: 24px;
  }

  .hero-bullet-text-kp {
    font-size: 48px;
  }

  .modularheadunit-text-kp {
    font-size: 48px;
  }

  .image-11 {
    width: auto;
    height: 40vw;
    margin-top: 0.5vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-span-10 {
    font-size: 70px;
    line-height: 78px;
  }

  .ender {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .endercontainer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-2 {
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .columns-3 {
    margin-top: 15vw;
  }

  .column-5 {
    margin-top: 7.2vw;
  }

  .grid-6 {
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-headline {
    font-size: 96px;
  }

  .sticky-container {
    width: 692px;
  }

  .hero-bullet-text-3 {
    font-size: 48px;
  }

  .watch-the-film {
    font-size: 21px;
  }

  .column-6 {
    margin-top: 6vw;
  }

  .image-17 {
    margin-right: -5vw;
  }

  .modularheader2 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .heading-29._1 {
    margin-bottom: 100px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-33 {
    font-size: 2.6vw;
  }

  .heading-36 {
    margin-bottom: -2vw;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-22 {
    width: 24vw;
    margin-right: auto;
    margin-left: auto;
  }

  .d-copy.viewable {
    display: block;
  }

  .text-block-7-copy {
    font-size: 18px;
    line-height: 20px;
  }

  .headersubright {
    font-size: 3vw;
    line-height: 3vw;
  }

  .grid-18 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    color: #1e2041;
  }

  .menu-button.w--open {
    background-color: rgba(30, 32, 65, 0.97);
    color: rgba(30, 32, 65, 0.42);
  }

  .heading-4-copy {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #1a1a1c;
  }

  .section-10 {
    padding-top: 117px;
  }

  .ender-2 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .paragraph-9 {
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .ender-2-copy {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .paragraph-9-copy {
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .endercontainer-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ender-copy {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .paragraph-2-copy {
    padding-top: 0vw;
    padding-bottom: 0vw;
    font-size: 3vw;
  }

  .demo-button-copy {
    margin-top: 6px;
    padding: 12px 14px;
  }

  .image-8-copy {
    position: relative;
    z-index: 1;
  }

  .heading-45 {
    margin-top: 0px;
    font-size: 28px;
  }

  .paragraph-10 {
    font-size: 20px;
  }

  .download-skip.viewable {
    display: block;
    width: 24vw;
    margin-right: auto;
    margin-left: auto;
  }

  .lottie-animation-2 {
    width: 42vw;
    height: 42vw;
  }

  .div-block-88 {
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-48 {
    font-size: 4vw;
    line-height: 24px;
  }

  .featurescolumn {
    margin-top: 15vw;
  }

  .lefty {
    margin-top: 7.2vw;
  }

  .righty {
    margin-top: 6vw;
  }

  .featuresheadline {
    font-size: 34px;
  }

  .grid-21 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-16 {
    height: 100vh;
    margin-bottom: auto;
    padding-top: 10vw;
  }

  .div-block-93 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-49 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .link-block-apple {
    width: 28vw;
    height: 10vw;
  }

  .link-block-google {
    width: 28vw;
    height: 10vw;
  }

  .div-block-95 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-52 {
    margin-top: 0px;
    font-size: 28px;
  }

  .grid-26 {
    margin-bottom: 6.3vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-53 {
    font-size: 4vw;
    line-height: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .navlink.current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mobilenavbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-3.landscapeview {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .dropdowncontent {
    padding-top: 0px;
  }

  .d {
    display: none;
  }

  .d.viewable {
    width: 35vw;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .customerhovercontainer {
    position: relative;
  }

  .button-4 {
    position: -webkit-sticky;
    position: sticky;
  }

  .text-span-8 {
    font-size: 8vw;
  }

  .kioskgridheading {
    line-height: 28px;
  }

  .kioskgridtextblock {
    line-height: 25px;
  }

  .heroopener {
    position: relative;
  }

  .div-block-28 {
    width: 70vw;
    height: 80vw;
  }

  .ender {
    font-size: 7vw;
    line-height: 54px;
  }

  .endercontainer {
    margin-top: 9vw;
    margin-bottom: 9vw;
  }

  .paragraph-2 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .the-kiosk-content2 {
    margin-top: 32px;
    margin-right: 46px;
    margin-left: 46px;
  }

  .grid-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-2 {
    display: none;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-35 {
    height: 80vw;
  }

  .skipkioskadvheading {
    margin-bottom: 56px;
    font-size: 6vw;
    line-height: 5vw;
  }

  .div-block-38 {
    overflow: hidden;
  }

  .footprint {
    border-radius: 9vw;
  }

  .heading-17 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .image-14 {
    height: 30vw;
  }

  .column-8 {
    margin-top: 9.5vw;
  }

  .modularbuttons._2 {
    margin-top: 11px;
    font-size: 3vw;
  }

  .modularbuttons._3 {
    margin-top: 11px;
    font-size: 3vw;
  }

  .modularbuttons._1 {
    font-size: 3vw;
  }

  .grid-11 {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading-29._1 {
    margin-bottom: 126px;
  }

  .image-18 {
    width: 22vw;
  }

  .heading-33 {
    font-size: 6vw;
  }

  .heading-36 {
    font-size: 30px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    margin-bottom: 38px;
  }

  .footer-image {
    width: 20%;
    margin-bottom: 35px;
    margin-left: 3.3vw;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-heading {
    font-size: 14px;
  }

  .footer-link {
    font-size: 14px;
  }

  .image-20 {
    height: 12vw;
  }

  .heading-37 {
    font-size: 5vw;
    line-height: 22px;
  }

  .heading-38 {
    font-size: 5vw;
    line-height: 22px;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .heading-42-copy {
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-block-7-copy {
    font-size: 16px;
    line-height: 18px;
  }

  .subheaderright {
    margin-bottom: 0px;
  }

  .columns-5 {
    width: 40%;
  }

  .div-block-75 {
    height: 80vw;
  }

  .grid-12 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-17 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-18 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-10 {
    padding-top: 124px;
  }

  .form-2 {
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .grid-19 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph-2-copy {
    font-size: 4vw;
    line-height: 4vw;
  }

  .heading-45 {
    font-size: 36px;
  }

  .paragraph-10 {
    font-size: 24px;
  }

  .div-block-82 {
    margin-bottom: 74px;
  }

  .download-skip {
    display: none;
  }

  .download-skip.viewable {
    width: 35vw;
  }

  .lottie-animation-2 {
    width: 80vw;
    height: 80vw;
  }

  .kioskcontent3 {
    margin-right: 10vw;
    margin-left: 10vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .divblocklottie {
    width: 80vw;
    height: 53vw;
    margin-left: 0vw;
  }

  .grid-21 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .divblocklottie2 {
    width: 80vw;
    height: 53vw;
    margin-right: auto;
    margin-left: auto;
  }

  .background-video-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .divblocklottie3 {
    width: 80vw;
    height: 53vw;
    margin-right: auto;
    margin-left: auto;
  }

  .section-16 {
    position: relative;
    margin-bottom: auto;
  }

  .div-block-93 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .link-block-apple {
    width: 41vw;
    height: 14vw;
  }

  .link-block-google {
    width: 41vw;
    height: 14vw;
  }

  .grid-22 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-24 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-25 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-52 {
    font-size: 36px;
  }

  .grid-26 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-53 {
    font-size: 7vw;
    line-height: 7vw;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    margin-top: 0px;
  }

  .navmenu {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navlink {
    display: none;
    overflow: visible;
  }

  .navlink.logo {
    display: block;
  }

  .navlink.logo.w--current {
    margin-left: 1.2vw;
  }

  .navlink.mobilelink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: transparent;
    color: #fff;
    text-align: center;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .navlink.current.login {
    display: none;
    color: #f3f5f7;
  }

  .mobilenavbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.2vw;
  }

  .heroheadline {
    font-size: 24px;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .dropdowncontent {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 55px;
    margin-bottom: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: hsla(0, 0%, 100%, 0.9);
    background-image: linear-gradient(139deg, #0073ff, #9eaaff);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.34);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .d {
    display: none;
    overflow: visible;
  }

  .d.buttoninmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 20%;
    padding: 10px 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 30px;
    background-color: #fff;
    color: #414141;
  }

  .d.viewable {
    width: 50vw;
  }

  .container-3 {
    padding: 0px;
  }

  .brand-2 {
    padding-top: 5px;
    padding-left: 5px;
  }

  .customercontainer {
    margin: 4vw;
  }

  .customerhovercontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button-4 {
    padding: 8px 17px;
  }

  .submit-button {
    padding: 5vw 37vw 5vw 6vw;
    font-size: 5vw;
  }

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

  .hero-bullet-text {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 41px;
  }

  .hero-bullet-text-2 {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 8vw;
  }

  .hero-bullet-text-2._2 {
    font-size: 12vw;
  }

  .text-span-8 {
    font-size: 9vw;
    line-height: 11vw;
  }

  .kioskgridheading {
    font-size: 9vw;
    line-height: 0px;
  }

  .kioskgridtextblock {
    line-height: 20px;
  }

  .div-block-19 {
    padding-bottom: 31px;
  }

  .hero-bullet-text-kp {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 41px;
  }

  .modularheadunit-text-kp {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 41px;
  }

  .text-span-10 {
    font-size: 50px;
  }

  .ender {
    font-size: 8vw;
  }

  .endercontainer {
    margin: -3vw 4vw 4vw;
  }

  .paragraph-2 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .the-kiosk-content2 {
    margin-right: 6px;
    margin-left: 6px;
  }

  .hero-headline {
    font-size: 62px;
    line-height: 1.09;
  }

  .sticky-container {
    width: 87.5%;
  }

  .hero-bullet-text-3 {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 41px;
  }

  .watch-the-film {
    font-size: 17px;
  }

  .hero-2 {
    display: block;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-35 {
    height: 80vw;
  }

  .skipkioskadvheading {
    font-size: 5vw;
    line-height: 5vw;
  }

  .div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modularheader2 {
    margin-bottom: 4vw;
    font-size: 10vw;
  }

  .grid-11 {
    grid-template-areas: ".";
  }

  .heading-29._1 {
    margin-bottom: 96px;
  }

  .paragraph-5 {
    line-height: 20px;
  }

  .heading-33 {
    font-size: 6vw;
    text-align: left;
  }

  .heading-34 {
    font-size: 9vw;
  }

  .heading-36 {
    margin-bottom: -5vw;
    font-size: 20px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    width: 30%;
    margin-left: 9.5vw;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .heading-37 {
    font-size: 7vw;
  }

  .heading-38 {
    font-size: 7vw;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .diagonal-2-copy {
    height: 69vw;
  }

  .centered-container {
    text-align: left;
  }

  .heading-42 {
    font-size: 30px;
  }

  .image-22 {
    width: 100%;
  }

  .heading-42-copy-copy {
    font-size: 9vw;
  }

  .text-block-7 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .d-copy {
    overflow: visible;
  }

  .d-copy.buttoninmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 20%;
    padding: 10px 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 30px;
    background-color: #fff;
    color: #414141;
  }

  .text-block-7-copy {
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 14px;
  }

  .headersubright {
    margin-bottom: 3vw;
    font-size: 7vw;
  }

  .section-10 {
    padding-top: 89px;
  }

  .ender-2 {
    font-size: 8vw;
  }

  .paragraph-9 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .ender-2-copy {
    font-size: 8vw;
  }

  .paragraph-9-copy {
    font-size: 6vw;
    line-height: 7vw;
  }

  .div-block-41-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .endercontainer-copy {
    margin-right: 4vw;
    margin-bottom: 4vw;
    margin-left: 4vw;
  }

  .ender-copy {
    font-size: 8vw;
  }

  .ender-copy._1 {
    margin-top: -4px;
  }

  .paragraph-2-copy {
    font-size: 6vw;
    line-height: 7vw;
  }

  .diagonal-2-copy-copy {
    height: 69vw;
  }

  .heading-45 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-10 {
    font-size: 18px;
    line-height: 20px;
  }

  .download-skip {
    display: none;
    overflow: visible;
  }

  .download-skip.buttoninmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 20%;
    padding: 10px 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 30px;
    background-color: #fff;
    color: #414141;
  }

  .download-skip.viewable {
    width: 50vw;
  }

  .heading-48 {
    line-height: 12px;
  }

  .kioskcontent3 {
    margin-right: 10vw;
    margin-left: 10vw;
  }

  .featuresheadline {
    font-size: 24px;
  }

  .section-16 {
    height: 100vh;
    margin-bottom: auto;
  }

  .div-block-95 {
    width: auto;
    height: auto;
  }

  .grid-23 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .button-7-copy-copy {
    font-size: 18px;
  }

  .heading-51 {
    font-size: 20px;
  }

  .text-span-15 {
    font-size: 44px;
    line-height: 20px;
  }

  .heading-52 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    -webkit-column-count: auto;
    column-count: auto;
  }

  .heading-53 {
    line-height: 7vw;
  }
}

#w-node-b0b70568-a639-9c7a-8f5f-7de407f48960-220f6cf8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e69a217a-3125-8a11-db94-5da9414840ad-220f6cf8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28d864ff-6a0e-a798-7c70-f850b7fd46b6-b7fd46ae {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28d864ff-6a0e-a798-7c70-f850b7fd46b7-b7fd46ae {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28d864ff-6a0e-a798-7c70-f850b7fd46b8-b7fd46ae {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28d864ff-6a0e-a798-7c70-f850b7fd46b9-b7fd46ae {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28d864ff-6a0e-a798-7c70-f850b7fd46ba-b7fd46ae {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28d864ff-6a0e-a798-7c70-f850b7fd46bb-b7fd46ae {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28d864ff-6a0e-a798-7c70-f850b7fd46bc-b7fd46ae {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28d864ff-6a0e-a798-7c70-f850b7fd46bd-b7fd46ae {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28d864ff-6a0e-a798-7c70-f850b7fd46be-b7fd46ae {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28d864ff-6a0e-a798-7c70-f850b7fd46bf-b7fd46ae {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28d864ff-6a0e-a798-7c70-f850b7fd46c0-b7fd46ae {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28d864ff-6a0e-a798-7c70-f850b7fd46c1-b7fd46ae {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c6a6378b-7a0a-99a9-a837-1c78363b1aef-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1b5a3a0d-d2b8-38c3-aa98-453859b348f4-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d0-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d1-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d2-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d3-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d4-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d5-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d6-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d7-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d8-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d9-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1da-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1db-bf8d8ad8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9ed569e7-861c-e50b-d003-2a2d5de6ec27-5de6ec23 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9ed569e7-861c-e50b-d003-2a2d5de6ec28-5de6ec23 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9ed569e7-861c-e50b-d003-2a2d5de6ec29-5de6ec23 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9ed569e7-861c-e50b-d003-2a2d5de6ec2a-5de6ec23 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9ed569e7-861c-e50b-d003-2a2d5de6ec2b-5de6ec23 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9ed569e7-861c-e50b-d003-2a2d5de6ec2c-5de6ec23 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5026f475-ff2a-f836-c0b4-e3731213128b-d31f06ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5026f475-ff2a-f836-c0b4-e3731213128c-d31f06ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5026f475-ff2a-f836-c0b4-e3731213128d-d31f06ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5026f475-ff2a-f836-c0b4-e3731213128e-d31f06ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5026f475-ff2a-f836-c0b4-e3731213128f-d31f06ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5026f475-ff2a-f836-c0b4-e37312131290-d31f06ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5026f475-ff2a-f836-c0b4-e37312131291-d31f06ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5026f475-ff2a-f836-c0b4-e37312131292-d31f06ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5026f475-ff2a-f836-c0b4-e37312131293-d31f06ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5026f475-ff2a-f836-c0b4-e37312131294-d31f06ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5026f475-ff2a-f836-c0b4-e37312131295-d31f06ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5026f475-ff2a-f836-c0b4-e37312131296-d31f06ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5026f475-ff2a-f836-c0b4-e37312131297-d31f06ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a525178-2316-6a14-91a5-7f91a535771f-2b98e1da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a525178-2316-6a14-91a5-7f91a5357720-2b98e1da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a525178-2316-6a14-91a5-7f91a5357721-2b98e1da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a525178-2316-6a14-91a5-7f91a5357722-2b98e1da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a525178-2316-6a14-91a5-7f91a5357723-2b98e1da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a525178-2316-6a14-91a5-7f91a5357724-2b98e1da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a525178-2316-6a14-91a5-7f91a5357725-2b98e1da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a525178-2316-6a14-91a5-7f91a5357726-2b98e1da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a525178-2316-6a14-91a5-7f91a5357727-2b98e1da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a525178-2316-6a14-91a5-7f91a5357728-2b98e1da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a525178-2316-6a14-91a5-7f91a5357729-2b98e1da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a525178-2316-6a14-91a5-7f91a535772a-2b98e1da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a525178-2316-6a14-91a5-7f91a535772b-2b98e1da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_929f73f9-e220-ed03-87f0-8dd137b1d22f-2b98e1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_929f73f9-e220-ed03-87f0-8dd137b1d230-2b98e1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_929f73f9-e220-ed03-87f0-8dd137b1d231-2b98e1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_929f73f9-e220-ed03-87f0-8dd137b1d232-2b98e1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_929f73f9-e220-ed03-87f0-8dd137b1d233-2b98e1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_929f73f9-e220-ed03-87f0-8dd137b1d234-2b98e1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1b3e1c37-a12c-9c4f-35ae-0c8f30c4344f-85cd68a4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5a331af8-91e4-ef7e-efa4-9523ddb9f600-85cd68a4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d0-656a31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d1-656a31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d2-656a31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d3-656a31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d4-656a31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d5-656a31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d6-656a31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d7-656a31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d8-656a31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d9-656a31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1da-656a31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1db-656a31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b1572232-13f0-d5f6-3497-2510d1e2af2e-a060bda6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b1572232-13f0-d5f6-3497-2510d1e2af2e-6b31db73 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d0-2907b165 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d1-2907b165 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d2-2907b165 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d3-2907b165 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d4-2907b165 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d5-2907b165 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d6-2907b165 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d7-2907b165 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d8-2907b165 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1d9-2907b165 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1da-2907b165 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09d21df5-0a89-b2ce-6c26-7db274e6b1db-2907b165 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_1b3e1c37-a12c-9c4f-35ae-0c8f30c4344f-85cd68a4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Black-Oblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Thin-Oblique.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim ultra';
  src: url('../fonts/GT-Walsheim-Ultra-Bold-Oblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim ultra';
  src: url('../fonts/GT-Walsheim-Ultra-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed';
  src: url('../fonts/GT-Walsheim-Condensed-Bold-Oblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim ultra';
  src: url('../fonts/GT-Walsheim-Ultra-Light-Oblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed';
  src: url('../fonts/GT-Walsheim-Condensed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed';
  src: url('../fonts/GT-Walsheim-Condensed-Black-Oblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim ultra';
  src: url('../fonts/GT-Walsheim-Ultra-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed';
  src: url('../fonts/GT-Walsheim-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed';
  src: url('../fonts/GT-Walsheim-Condensed-Light-Oblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed';
  src: url('../fonts/GT-Walsheim-Condensed-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Bold-Oblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed';
  src: url('../fonts/GT-Walsheim-Condensed-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed';
  src: url('../fonts/GT-Walsheim-Condensed-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed';
  src: url('../fonts/GT-Walsheim-Condensed-Thin-Oblique.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed';
  src: url('../fonts/GT-Walsheim-Condensed-Regular-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed';
  src: url('../fonts/GT-Walsheim-Condensed-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Light-Oblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed';
  src: url('../fonts/GT-Walsheim-Condensed-Medium-Oblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed ultra';
  src: url('../fonts/GT-Walsheim-Condensed-Ultra-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed ultra';
  src: url('../fonts/GT-Walsheim-Condensed-Ultra-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed ultra';
  src: url('../fonts/GT-Walsheim-Condensed-Ultra-Light-Oblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Regular-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim condensed ultra';
  src: url('../fonts/GT-Walsheim-Condensed-Ultra-Bold-Oblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Medium-Oblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}