:root {
  --background: #4f69fc;
  --white: white;
  --black: black;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

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

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

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  overflow: visible;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section_map {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block;
}

.section_map.center {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.section_map.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section_map.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section_map.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section_map.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section_map.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section_map.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section_map.wide.img {
  padding-bottom: 0;
  display: block;
}

.section_map.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section_map.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: none;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: var(--background);
  background-image: url('../images/bg_opt.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100%;
  background-attachment: scroll;
  font-family: PT Sans, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

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

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  height: 500px;
  padding-left: 10vw;
  padding-right: 10vh;
  display: block;
  position: static;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  max-width: 1440px;
  margin: 0 0 10vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #ff6601;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
  display: none;
}

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

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.sectionevents {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.html-embed {
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  min-width: 100%;
  height: 1300px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  overflow: visible;
}

.image-5 {
  display: none;
}

.hero_img {
  text-align: center;
  width: 100%;
  display: block;
}

.hero_img_mobile {
  display: none;
}

.div-block-13 {
  text-align: left;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 50vh;
  display: flex;
}

.paragraph-2 {
  color: #1e1916;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Golos Text, sans-serif;
  font-size: 16px;
}

.image-6, .image-7 {
  padding-left: 10px;
  padding-right: 10px;
}

.html-embed-tablet, .html-embed-mobile-horizontal, .html-embed-mobile {
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  min-width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: none;
  overflow: visible;
}

.footer-2 {
  background-color: #342e2c;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: relative;
  inset: auto 0% 0%;
}

.footer__powered {
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 26vh;
  font-size: 12px;
  display: flex;
}

.paragraph-6 {
  color: #fff;
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Golos Text, sans-serif;
  font-size: 12px;
}

.footer__socials {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.image-11 {
  padding-left: 15px;
  padding-right: 15px;
}

.footer__copyright {
  clear: none;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 25vh;
  font-size: 12px;
  display: block;
}

.copyright {
  color: #fff;
  text-align: center;
  order: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Golos Text, sans-serif;
  font-size: 12px;
}

.container {
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  max-width: 1400px;
  min-height: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.image-12 {
  align-self: center;
  max-width: 10%;
}

.img_head {
  align-self: center;
  min-width: 12%;
  max-width: 20%;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}

.img_head.img_head_big {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-width: 25%;
  max-width: 50%;
  padding-bottom: 0;
}

.img_head.img_logotype {
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 2.3rem;
  max-height: 3rem;
  margin: 0;
  padding-bottom: 0;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  font-family: Golos Text, sans-serif;
}

.section_newsletter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block;
}

.section_newsletter.center {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.section_newsletter.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section_newsletter.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section_newsletter.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section_newsletter.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section_newsletter.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section_newsletter.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section_newsletter.wide.img {
  padding-bottom: 0;
  display: block;
}

.section_newsletter.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section_newsletter.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.html-embed-2 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-left: 0;
  padding-right: 0;
}

.head_text {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  width: 75%;
  margin: 1rem auto 0;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.text_right {
  color: #fff;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.headiing_section {
  color: #fff;
  flex: 0 auto;
  width: 100%;
  margin: 2rem auto;
  font-family: Poppins, sans-serif;
  font-size: 8vh;
  font-weight: 600;
  line-height: 2rem;
  display: block;
  overflow: visible;
}

.image-13 {
  display: block;
}

.link-block {
  align-self: center;
}

.section_app {
  max-width: 1440px;
  margin: 2rem auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
}

.section_header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.section_header.center {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.section_header.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section_header.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section_header.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section_header.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section_header.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section_header.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section_header.wide.img {
  padding-bottom: 0;
  display: block;
}

.section_header.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section_header.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.buttons_download {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-around;
  display: flex;
}

.biletomat_app_desktop {
  width: 100%;
  max-width: none;
  margin-left: auto;
  padding-left: 4rem;
  padding-right: 0;
}

.biletomat_app_mobile {
  display: none;
}

.hero_content {
  flex-flow: column;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.newslette_mobile_form {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.newsletter_desktop_form {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-left: 0;
  padding-right: 0;
}

.faq__item {
  border: 1px #333;
  border-bottom-style: solid;
  width: 100%;
}

.paragraph-5 {
  color: var(--white);
  letter-spacing: .02em;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  overflow: visible;
}

.section-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq__body {
  background-color: var(--white);
  color: var(--white);
  position: static;
}

.faq__body.w--open {
  opacity: 1;
  background-color: #0000;
  padding-bottom: 2rem;
  transition: all .2s;
}

.faq__toggle-text {
  color: #fff;
  white-space: normal;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 150%;
  transition: all .2s;
  display: inline-block;
}

.faq__toggle-text:hover {
  border-bottom: 0 #000;
  text-decoration: none;
}

.faq {
  max-width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.section_faq {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
  font-family: Golos Text, sans-serif;
  display: flex;
  position: relative;
}

.faq__toggle {
  color: #333;
  cursor: pointer;
  width: 100%;
  padding: 2rem 0;
  font-weight: 600;
  transition: all .2s;
}

.faq__toggle.w--open {
  transition: all .2s;
}

.faq_link {
  color: #ff6601;
}

.heading-5 {
  text-align: center;
  max-width: none;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Ppmonumentextended, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.container-4 {
  max-width: 1440px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section {
  display: none;
}

.logotypes {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  max-width: none;
  margin: 1rem auto;
  display: flex;
}

.image-14 {
  min-width: 12%;
  max-width: 20%;
}

.heading-6 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  line-height: 6vh;
}

.footer__copyright-2 {
  clear: none;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 25vh;
  font-size: 12px;
  display: block;
}

.footer__socials-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.image-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-3 {
  background-color: #1d1d1b;
  justify-content: space-around;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.paragraph-8 {
  color: #fff;
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Golos Text, sans-serif;
  font-size: .8rem;
}

.copyright-2 {
  color: #fff;
  text-align: center;
  order: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Golos Text, sans-serif;
  font-size: .8rem;
}

.image-16 {
  display: block;
}

.footer__powered-2 {
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 26vh;
  font-size: 12px;
  display: flex;
}

.heading_sections {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
}

.text-span {
  letter-spacing: 1.2px;
  font-family: Poppins, sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 2.6rem;
}

.link_logotype {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}

.head_subhead {
  color: #fff;
  text-align: center;
  width: 75%;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.2rem;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section_map.center {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .html-embed {
    height: 1700px;
    display: flex;
  }

  .html-embed-tablet {
    display: block;
  }

  .footer-2 {
    bottom: 0%;
  }

  .image-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_newsletter.center {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .head_text {
    width: 90%;
  }

  .section_header.center {
    background-attachment: scroll;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .biletomat_app_mobile {
    display: none;
  }

  .section-content-wrapper {
    grid-row-gap: 0rem;
  }

  .faq__body.w--open {
    padding-bottom: 1.5rem;
  }

  .faq__toggle {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-5 {
    font-size: 1.7rem;
  }

  .container-4 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .logotypes {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: center;
  }

  .heading-6 {
    font-size: 5rem;
  }

  .footer__copyright-2, .footer__socials-2 {
    flex: 0 auto;
  }

  .image-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-3 {
    bottom: 0%;
  }

  .link_logotype {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .head_subhead {
    width: 90%;
  }
}

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

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .html-embed-tablet {
    display: none;
  }

  .html-embed-mobile-horizontal {
    display: block;
  }

  .html-embed-mobile {
    display: none;
  }

  .footer-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .img_head {
    max-width: 20%;
  }

  .img_head.img_head_big {
    max-width: 40%;
  }

  .head_text {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.2rem;
  }

  .text_right {
    font-size: .9rem;
  }

  .headiing_section {
    font-size: 6vh;
  }

  .section_app {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button_img {
    max-width: 80%;
  }

  .biletomat_app_desktop {
    padding-left: 0;
  }

  .biletomat_app_mobile {
    display: none;
  }

  .heading-5 {
    letter-spacing: -1px;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 3rem;
  }

  .logotypes {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 75%;
  }

  .heading-6 {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 4rem;
  }

  .footer-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .text-span {
    font-size: 1.7rem;
  }

  .head_subhead {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  a {
    width: 8rem;
  }

  .section_map {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_map.center {
    padding-bottom: 0;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .body {
    background-color: var(--background);
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .sectionevents {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed {
    height: 3400px;
  }

  .hero_img {
    display: none;
  }

  .hero_img_mobile {
    width: 100%;
    display: block;
  }

  .div-block-13 {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .html-embed-mobile-horizontal {
    display: none;
  }

  .html-embed-mobile {
    object-fit: fill;
    min-width: auto;
    height: auto;
    display: block;
  }

  .footer-2 {
    display: none;
  }

  .footer__powered {
    flex-wrap: nowrap;
    justify-content: center;
    width: auto;
  }

  .footer__socials {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: flex;
  }

  .footer__copyright {
    flex-wrap: nowrap;
    justify-content: center;
    width: auto;
  }

  .container {
    min-height: auto;
  }

  .img_head {
    max-width: 80%;
  }

  .img_head.img_head_big {
    max-width: 75%;
  }

  .img_head.img_logotype {
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 1.8rem;
    max-height: 2rem;
  }

  .section_newsletter {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_newsletter.center {
    padding-bottom: 0;
  }

  .div-block-14 {
    background-image: none;
  }

  .head_text {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .9rem;
  }

  .headiing_section {
    font-family: Poppins, sans-serif;
    font-size: 3rem;
  }

  .section_app {
    padding-left: 0;
    padding-right: 0;
  }

  .section_header.center {
    padding-bottom: 0;
  }

  .buttons_download {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
  }

  .button_img {
    max-width: 100%;
  }

  .biletomat_app_desktop {
    display: none;
  }

  .biletomat_app_mobile {
    display: block;
  }

  .link_social {
    width: auto;
  }

  .newslette_mobile_form {
    display: block;
  }

  .newsletter_desktop_form {
    display: none;
  }

  .section-content-wrapper {
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section_faq {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    overflow: visible;
  }

  .heading-5 {
    text-align: left;
    letter-spacing: -.5px;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: Poppins, sans-serif;
    font-size: 3rem;
    line-height: 2rem;
  }

  .container-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logotypes {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-around;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .footer__copyright-2 {
    flex-wrap: nowrap;
    justify-content: center;
    width: auto;
  }

  .footer__socials-2 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: flex;
  }

  .footer-3 {
    display: flex;
    position: static;
    bottom: 0%;
  }

  .footer__powered-2 {
    flex-wrap: nowrap;
    justify-content: center;
    width: auto;
  }

  .heading_sections {
    font-size: 2.2rem;
  }

  .text-span {
    font-size: 1.3rem;
  }

  .link_logotype {
    flex: 0 auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .head_subhead {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .9rem;
  }
}


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