@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}
@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}
@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}
* {
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}

ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel {
  position: relative;
  height: 470px;
  perspective: 100px;
}
.carousel li img {
  max-width: 300px;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}
.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation-button {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: rgb(255, 255, 255);
  background-clip: content-box;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
  margin: 2px;
}

/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/style/fonts/inter/inter-v3-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/style/fonts/inter/inter-v3-latin-regular.eot?#iefix") format("embedded-opentype"), url("/style/fonts/inter/inter-v3-latin-regular.woff2") format("woff2"), url("/style/fonts/inter/inter-v3-latin-regular.woff") format("woff"), url("/style/fonts/inter/inter-v3-latin-regular.ttf") format("truetype"), url("/style/fonts/inter/inter-v3-latin-regular.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/style/fonts/inter/inter-v3-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("/style/fonts/inter/inter-v3-latin-500.eot?#iefix") format("embedded-opentype"), url("/style/fonts/inter/inter-v3-latin-500.woff2") format("woff2"), url("/style/fonts/inter/inter-v3-latin-500.woff") format("woff"), url("/style/fonts/inter/inter-v3-latin-500.ttf") format("truetype"), url("/style/fonts/inter/inter-v3-latin-500.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/style/fonts/inter/inter-v3-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("/style/fonts/inter/inter-v3-latin-600.eot?#iefix") format("embedded-opentype"), url("/style/fonts/inter/inter-v3-latin-600.woff2") format("woff2"), url("/style/fonts/inter/inter-v3-latin-600.woff") format("woff"), url("/style/fonts/inter/inter-v3-latin-600.ttf") format("truetype"), url("/style/fonts/inter/inter-v3-latin-600.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/style/fonts/inter/inter-v3-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("/style/fonts/inter/inter-v3-latin-700.eot?#iefix") format("embedded-opentype"), url("/style/fonts/inter/inter-v3-latin-700.woff2") format("woff2"), url("/style/fonts/inter/inter-v3-latin-700.woff") format("woff"), url("/style/fonts/inter/inter-v3-latin-700.ttf") format("truetype"), url("/style/fonts/inter/inter-v3-latin-700.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-800 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("/style/fonts/inter/inter-v3-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("/style/fonts/inter/inter-v3-latin-800.eot?#iefix") format("embedded-opentype"), url("/style/fonts/inter/inter-v3-latin-800.woff2") format("woff2"), url("/style/fonts/inter/inter-v3-latin-800.woff") format("woff"), url("/style/fonts/inter/inter-v3-latin-800.ttf") format("truetype"), url("/style/fonts/inter/inter-v3-latin-800.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-900 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("/style/fonts/inter/inter-v3-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("/style/fonts/inter/inter-v3-latin-900.eot?#iefix") format("embedded-opentype"), url("/style/fonts/inter/inter-v3-latin-900.woff2") format("woff2"), url("/style/fonts/inter/inter-v3-latin-900.woff") format("woff"), url("/style/fonts/inter/inter-v3-latin-900.ttf") format("truetype"), url("/style/fonts/inter/inter-v3-latin-900.svg#Inter") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Tiemposheadline";
  src: url("style/fonts/tiemposheadline/tiempos-headline-regular-italic.woff2") format("woff2"), url("style/fonts/tiemposheadline/tiempos-headline-regular-italic.woff") format("woff"), url("style/fonts/tiemposheadline/tiempos-headline-regular-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiemposheadline";
  src: url("style/fonts/tiemposheadline/tiempos-headline-medium-italic.woff2") format("woff2"), url("style/fonts/tiemposheadline/tiempos-headline-medium-italic.woff") format("woff"), url("style/fonts/tiemposheadline/tiempos-headline-medium-italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiemposheadline";
  src: url("style/fonts/tiemposheadline/tiempos-headline-light-italic.woff2") format("woff2"), url("style/fonts/tiemposheadline/tiempos-headline-light-italic.woff") format("woff"), url("style/fonts/tiemposheadline/tiempos-headline-light-italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiemposheadline";
  src: url("style/fonts/tiemposheadline/tiempos-headline-light-italic.woff2") format("woff2"), url("style/fonts/tiemposheadline/tiempos-headline-light-italic.woff") format("woff"), url("style/fonts/tiemposheadline/tiempos-headline-light-italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiemposheadline";
  src: url("style/fonts/tiemposheadline/tiempos-headline-regular.woff2") format("woff2"), url("style/fonts/tiemposheadline/tiempos-headline-regular.woff") format("woff"), url("style/fonts/tiemposheadline/tiempos-headline-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiemposheadline";
  src: url("style/fonts/tiemposheadline/tiempos-headline-regular-italic.woff2") format("woff2"), url("style/fonts/tiemposheadline/tiempos-headline-regular-italic.woff") format("woff"), url("style/fonts/tiemposheadline/tiempos-headline-regular-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiemposheadline";
  src: url("style/fonts/tiemposheadline/tiempos-headline-regular.woff2") format("woff2"), url("style/fonts/tiemposheadline/tiempos-headline-regular.woff") format("woff"), url("style/fonts/tiemposheadline/tiempos-headline-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiemposheadline";
  src: url("style/fonts/tiemposheadline/tiempos-headline-medium-italic.woff2") format("woff2"), url("style/fonts/tiemposheadline/tiempos-headline-medium-italic.woff") format("woff"), url("style/fonts/tiemposheadline/tiempos-headline-medium-italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
.primary-grid {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  margin: 0 auto;
}
.primary-grid:not(.full) {
  max-width: 1440px;
}
.primary-grid.v-start {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.primary-grid.v-end {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.primary-grid.h-start {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.primary-grid.h-end {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media only screen and (max-width: 1024px) {
  .primary-grid {
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.primary-grid .large-col {
  width: calc(13 / 20 * 100%);
  max-width: calc(1440px / (13 / 20));
}
@media only screen and (max-width: 1024px) {
  .primary-grid .large-col {
    width: calc(12 / 20 * 100%);
    max-width: calc(1440px / (12 / 20));
  }
}
.primary-grid .large-col.right-img {
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.primary-grid .large-col .grid-content {
  max-width: 790px;
}
@media only screen and (max-width: 1024px) {
  .primary-grid .large-col {
    width: 100%;
    max-width: 100%;
  }
}
.primary-grid .small-col {
  width: calc(7 / 20 * 100%);
  max-width: calc(1440px / (7 / 20));
}
@media only screen and (max-width: 1024px) {
  .primary-grid .small-col {
    width: calc(8 / 20 * 100%);
    max-width: calc(1440px / (8 / 20));
  }
}
@media only screen and (max-width: 1024px) {
  .primary-grid .small-col {
    width: calc(13 / 20 * 100%);
    max-width: calc(1440px / (13 / 20));
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .primary-grid .small-col {
    width: calc(12 / 20 * 100%);
    max-width: calc(1440px / (12 / 20));
  }
}
@media only screen and (max-width: 1024px) {
  .primary-grid .small-col .grid-content {
    padding-left: calc(1440px * 1 / 20);
    padding-right: calc(1440px * 1 / 20);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .primary-grid .small-col .grid-content {
    padding-left: calc(1440px * 0.5 / 20);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 420px) {
  .primary-grid .small-col .grid-content {
    padding-left: calc(1440px * 0.3 / 20);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .primary-grid .small-col .grid-content {
    padding-right: calc(1440px * 0.5 / 20);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 420px) {
  .primary-grid .small-col .grid-content {
    padding-right: calc(1440px * 0.3 / 20);
  }
}
@media only screen and (max-width: 600px) {
  .primary-grid .small-col {
    width: 100%;
    max-width: 100%;
  }
}
.primary-grid .even-col {
  width: 50%;
  max-width: 50%;
}
.primary-grid .even-col:first-child:last-child {
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .primary-grid .even-col {
    width: calc(13 / 20 * 100%);
    max-width: calc(1440px / (13 / 20));
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .primary-grid .even-col {
    width: calc(12 / 20 * 100%);
    max-width: calc(1440px / (12 / 20));
  }
}
@media only screen and (max-width: 1024px) {
  .primary-grid .even-col .grid-content {
    padding-left: calc(1440px * 1 / 20);
    padding-right: calc(1440px * 1 / 20);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .primary-grid .even-col .grid-content {
    padding-left: calc(1440px * 0.5 / 20);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 420px) {
  .primary-grid .even-col .grid-content {
    padding-left: calc(1440px * 0.3 / 20);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .primary-grid .even-col .grid-content {
    padding-right: calc(1440px * 0.5 / 20);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 420px) {
  .primary-grid .even-col .grid-content {
    padding-right: calc(1440px * 0.3 / 20);
  }
}
@media only screen and (max-width: 600px) {
  .primary-grid .even-col {
    width: 100%;
    max-width: 100%;
  }
}
.primary-grid .full-col {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .primary-grid .text-col {
    order: 1;
    text-align: center;
  }
  .primary-grid > div {
    order: 2;
  }
}

.grid-content {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.grid-content.center {
  margin: 0 auto;
}
.grid-content img {
  width: 100%;
}

.pad-1 {
  padding-left: calc(1440px * 1 / 20);
  padding-right: calc(1440px * 1 / 20);
}
@media only screen and (max-width: 1024px) {
  .pad-1 {
    padding-left: calc(1440px * 0.5 / 20);
  }
}
@media only screen and (max-width: 420px) {
  .pad-1 {
    padding-left: calc(1440px * 0.3 / 20);
  }
}
@media only screen and (max-width: 1024px) {
  .pad-1 {
    padding-right: calc(1440px * 0.5 / 20);
  }
}
@media only screen and (max-width: 420px) {
  .pad-1 {
    padding-right: calc(1440px * 0.3 / 20);
  }
}

.pad-1-left {
  padding-left: calc(1440px * 1 / 20);
}
@media only screen and (max-width: 1024px) {
  .pad-1-left {
    padding-left: calc(1440px * 0.5 / 20);
  }
}
@media only screen and (max-width: 420px) {
  .pad-1-left {
    padding-left: calc(1440px * 0.3 / 20);
  }
}

.pad-1-right {
  padding-right: calc(1440px * 1 / 20);
}
@media only screen and (max-width: 1024px) {
  .pad-1-right {
    padding-right: calc(1440px * 0.5 / 20);
  }
}
@media only screen and (max-width: 420px) {
  .pad-1-right {
    padding-right: calc(1440px * 0.3 / 20);
  }
}

.pad-1-vertical {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .pad-1-vertical {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .pad-1-vertical {
    padding-bottom: 100px;
  }
}

.pad-1-top {
  padding-top: 200px;
}
@media only screen and (max-width: 1024px) {
  .pad-1-top {
    padding-top: 100px;
  }
}

.pad-1-bottom {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .pad-1-bottom {
    padding-bottom: 100px;
  }
}

.pad-2-vertical {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .pad-2-vertical {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pad-2-vertical {
    padding-bottom: 20px;
  }
}

.pad-2-top {
  padding-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .pad-2-top {
    padding-top: 20px;
  }
}

.pad-2-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .pad-2-bottom {
    padding-bottom: 20px;
  }
}

.pad-3-vertical {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .pad-3-vertical {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pad-3-vertical {
    padding-bottom: 20px;
  }
}

.pad-3-top {
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .pad-3-top {
    padding-top: 20px;
  }
}

.pad-3-bottom {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .pad-3-bottom {
    padding-bottom: 20px;
  }
}

.mar-1-right {
  margin-right: calc(1440px * 1 / 20);
}

.mar-1-left {
  margin-left: calc(1440px * 1 / 20);
}

.center {
  text-align: center;
}

.pad-3 {
  padding: 0 16px;
}

.hero-text-wrap {
  max-width: 540px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

body {
  color: #242525;
  margin: 0;
  font-family: Inter;
  padding: 0;
  max-width: 100%;
  font-size: 16px;
}

p {
  font-size: 20px;
  line-height: 30px;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  height: 70px;
  background: #fff;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media only screen and (max-width: 600px) {
  header {
    height: 60px;
  }
}
header .primary-grid {
  justify-content: center;
}
@media only screen and (min-width: 601px) {
  header .primary-grid {
    justify-content: space-between;
  }
}
header .logo img.table-logo {
  width: 150px;
}

.container {
  width: 100%;
  z-index: 1;
}

.button {
  background: #6A6A19;
  color: #D2FC90;
  text-decoration: none;
  padding: 0 30px;
  line-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  border-radius: 24px;
  -webkit-font-smoothing: antialiased;
}

.carousel ._carousel-wrap {
  background: white;
  position: relative;
  display: block;
  width: 100%;
  height: 470px;
  border-radius: 20px;
}
.carousel ._carousel-wrap .carousel__slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.carousel .carousel__navigation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.carousel .carousel__navigation .carousel__navigation-list,
.carousel .carousel__navigation .carousel__navigation-item {
  display: inline-flex;
}
.carousel .carousel__navigation .carousel__navigation-list .carousel__navigation-button,
.carousel .carousel__navigation .carousel__navigation-item .carousel__navigation-button {
  width: 8px;
  height: 8px;
  background: black;
}

.feature-section .feature-section-text {
  max-width: 680px;
  margin: auto;
  text-align: center;
}
.feature-section .feature-section-text h2 {
  font-size: 36px;
  font-weight: 700;
}
.feature-section .feature-section-text p {
  font-size: 20px;
  line-height: 28px;
}

.hero-section {
  display: flex;
}
.hero-section .hero-section-text {
  width: 460px;
  padding-top: 20px;
}
.hero-section .hero-section-text h1 {
  margin: 0 0 50px 0px;
}
.hero-section .hero-section-img {
  width: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-device-frame {
  padding: 4px;
  padding: 1%;
  background: linear-gradient();
  background: linear-gradient(151deg, #b8b6af, #464542);
  display: inline-flex;
  width: auto;
  height: auto;
  border-radius: 60px;
  border-radius: 15%/7.5%;
}
.hero-device-frame ._screen-wrapper {
  padding: 12px;
  padding: 3%;
  background: black;
  border-radius: 58px;
  border-radius: 14%/7%;
}
.hero-device-frame ._screen-wrapper img {
  border-radius: 48px;
  border-radius: 12.3%/6.15%;
  display: block;
  max-width: 390px;
}

/*
.hero-device-frame {
    width: 300px;
    position: relative;

    &:after {
        content: "";
        padding-bottom: 216.534%;
        width: 100%;
        display: block;
    }
    ._screen-wrapper {
        background: black;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 30px;
        padding: 4px;
    }
}
*/
h1 {
  font-size: 56px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  margin: 24px 0;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 375px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h3 {
  font-size: 28px;
  line-height: 40px;
  margin: 20px 0;
}

.-feature-bg {
  background: #F2E8E3;
}
.-feature-bg:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F2E8E3;
}
@media only screen and (min-width: 1024px) {
  .-feature-bg:after {
    margin-right: calc(1440px * 1 / 20);
    margin-left: calc(1440px * 1 / 20);
  }
}
.img-holder {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.img-holder img {
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-holder img.-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.img-holder:after {
  content: "";
  width: 100%;
  height: 0px;
  padding-bottom: 150%;
  position: relative;
  display: block;
}

.feature-icon {
  margin: 0 auto;
  display: inline-flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

._feature {
  background: #f8f2e9;
  padding: 40px;
}
._feature p {
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (max-width: 600px) {
  .-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .-mobile {
    display: none !important;
  }
}

footer {
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
@media only screen and (min-width: 601px) {
  footer {
    display: flex;
    justify-content: space-between;
  }
}
footer a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  height: 15px;
}
footer a:hover {
  text-decoration: underline;
}
footer .terms {
  color: #F2E8E3;
  padding: 12px 8px;
}
footer .terms a {
  margin: 0 8px;
}
footer .formitable {
  padding: 12px 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.table-qr {
  background: white;
  display: inline-flex;
  padding: 8px;
  border-radius: 12px;
}

img.rounded {
  border-radius: 20px;
}

.store-ctas {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.store-button img {
  display: block;
  width: 160px;
}
._header-cta .store-button img {
  width: 140px;
}

.store-button {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.store-button.-show {
  visibility: visible;
  opacity: 1;
}

.-scan-label img {
  width: 20px;
  margin-left: 70px;
  margin-bottom: 3px;
}

svg.ft-logo {
  height: 14px;
  width: 76px;
  display: inline-flex;
  fill: white;
}

.dark-section {
  background: #6A6A19;
  color: #D2FC90;
}
.dark-section .even-col {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .dark-section .even-col:first-child {
    border-right: 1px solid #333;
  }
}
@media only screen and (max-width: 1024px) {
  .dark-section .even-col:first-child {
    border-bottom: 1px solid #333;
  }
}
.dark-section .grid-content {
  color: #D2FC90;
  max-width: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.dark-section .goodtaste-logo {
  fill: #D2FC90;
  width: 220px;
  height: 36px;
}
.dark-section .button {
  color: #6A6A19;
  background: #D2FC90;
}

footer.dark-section {
  color: gray;
}
@media only screen and (min-width: 1025px) {
  footer.dark-section {
    border-top: 1px solid #333;
  }
}/*# sourceMappingURL=style.css.map */