* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  height: 100%;
  font-size: 100%;
  font-family: 'Cabin', sans-serif;
  line-height: 1.4; }

.fix-scroll {
  overflow: hidden; }

.wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 102px; }
  @media screen and (min-width: 992px) {
    .wrapper {
      padding-top: 78px; } }

img {
  display: block;
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  transition: all .2s linear; }

.container {
  max-width: 1200px; }
  @media screen and (min-width: 1600px) {
    .container {
      max-width: 1462px; } }

h2.title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  color: #1D293F;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    h2.title {
      font-size: 35px;
      margin-bottom: 40px; } }
  @media screen and (min-width: 992px) {
    h2.title {
      font-size: 50px;
      margin-bottom: 60px; } }

.img-radius {
  border-radius: 10px;
  overflow: hidden; }

.dot_pattern {
  position: relative; }
  @media screen and (min-width: 1200px) {
    .dot_pattern {
      margin-left: 20px; } }
  .dot_pattern:before {
    content: "";
    position: absolute;
    top: -40px;
    left: -50px;
    z-index: -1;
    width: 86px;
    height: 93px;
    background-image: url(../../images/dot_pattern.svg);
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .dot_pattern:before {
        left: -30px; } }
    @media screen and (min-width: 1200px) {
      .dot_pattern:before {
        width: 176px;
        height: 191px;
        top: -88px;
        left: -62px; } }

#scroll_top {
  width: 56px;
  height: 56px;
  background-image: url(../../images/arrow-top.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F6F7F8;
  border-radius: 100%;
  outline: none !important;
  border: none !important; }

header {
  box-shadow: 0px 0px 25px rgba(45, 51, 63, 0.2);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15; }

.navbar {
  padding: 42px 0 15px 0; }
  @media screen and (min-width: 768px) {
    .navbar {
      padding: 0;
      align-items: center; } }
  @media screen and (min-width: 992px) {
    .navbar {
      padding: 0 30px; } }
  .navbar-brand {
    padding: 0; }
  .navbar-toggler {
    position: relative;
    padding: 0;
    width: 18px;
    height: 18px; }
    .navbar-toggler-line {
      position: absolute;
      left: 0;
      width: 18px;
      height: 2px;
      background-color: #28215A;
      border-radius: 2px;
      transition: all 0.4s ease; }
      .navbar-toggler-line:nth-child(1) {
        top: 0; }
      .navbar-toggler-line:nth-child(2) {
        top: 50%;
        margin-top: -1px; }
      .navbar-toggler-line:nth-child(3) {
        bottom: 0; }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-child(1) {
      top: 50%;
      transform: rotate(45deg); }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-child(2) {
      opacity: 0; }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-child(3) {
      top: 50%;
      transform: rotate(-45deg); }
  @media screen and (max-width: 767px) {
    .navbar-collapse {
      position: fixed;
      bottom: 0;
      top: 102px;
      left: 0;
      right: 0;
      z-index: 3;
      background-color: #fff;
      padding: 50px 25px 25px 25px;
      height: 100% !important;
      display: block !important;
      transform: translate(100%);
      transition: all 0.4s ease; }
      .navbar-collapse.show {
        transform: translate(0); } }
  .navbar-nav {
    align-items: flex-start; }

.nav-link {
  display: inline-flex;
  position: relative;
  font-size: 16px;
  line-height: 1.2em;
  color: #28215A;
  padding: 0 !important;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .nav-link {
      align-items: center;
      height: 78px;
      margin-bottom: 0;
      margin-left: 42px; } }
  .nav-link.active, .nav-link:hover:not(.mail) {
    color: #DE5233; }
    .nav-link.active:after, .nav-link:hover:not(.mail):after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #DE5233; }
      @media screen and (min-width: 768px) {
        .nav-link.active:after, .nav-link:hover:not(.mail):after {
          height: 2px; } }
  .nav-link.mail {
    color: #1D293F; }

.footer {
  border-top: 1px solid #EBE9E9;
  padding: 35px 0;
  background-color: #fff; }
  @media screen and (min-width: 1200px) {
    .footer {
      padding: 24px 0 50px; } }
  @media screen and (min-width: 1200px) {
    .footer-inner {
      display: flex;
      align-items: center; } }
  .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (min-width: 992px) {
      .footer-nav {
        flex-direction: row; } }
    .footer-nav a {
      font-size: 18px;
      line-height: 1.78em;
      color: #1D293F;
      margin-bottom: 25px; }
      @media screen and (min-width: 992px) {
        .footer-nav a {
          margin-right: 50px;
          margin-bottom: 0; } }
      .footer-nav a:hover {
        text-decoration: none; }
      .footer-nav a.mail {
        text-decoration: underline; }
  .footer p.copyright {
    font-size: 10px;
    color: #7C8087;
    text-align: center;
    margin-bottom: 0; }

.card {
  border: none;
  flex-direction: row;
  max-width: 480px;
  margin-bottom: 35px;
  background-color: transparent; }
  @media screen and (min-width: 992px) {
    .card {
      margin-bottom: 60px; } }
  .card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 83px;
    width: 83px;
    border: 1px solid #E2E4E8;
    border-radius: 10px;
    margin-right: 20px; }
  .card-body {
    padding: 0; }
    .card-body h3 {
      font-weight: bold;
      font-size: 14px;
      line-height: 1.45em;
      letter-spacing: 0.2px;
      color: #28215A;
      margin-bottom: 8px; }
      @media screen and (min-width: 768px) {
        .card-body h3 {
          font-size: 22px; } }
    .card-body p {
      font-size: 14px;
      line-height: 1.2em;
      color: #5A7184;
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .card-body p {
          font-size: 18px;
          line-height: 1.7em; } }

.accordion_card {
  position: relative;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  margin-bottom: 16px; }
  .accordion_card .collapser {
    position: relative;
    border: none;
    width: 100%;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2em;
    color: #28215A;
    padding: 24px 20px;
    text-align: left;
    padding-right: 40px; }
    @media screen and (min-width: 992px) {
      .accordion_card .collapser {
        font-size: 20px;
        padding: 35px 70px 35px 32px; } }
    .accordion_card .collapser:after {
      content: '';
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 13px;
      height: 16px;
      background-image: url(../../images/plus.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      @media screen and (min-width: 992px) {
        .accordion_card .collapser:after {
          right: 32px; } }
    .accordion_card .collapser.active:after {
      background-image: url(../../images/minus.svg); }
  .accordion_card .collapse.show:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #F9FBFF; }
  .accordion_card-body {
    padding: 0 20px 24px;
    font-size: 14px;
    line-height: 1.7em;
    color: #5A7184; }
    @media screen and (min-width: 992px) {
      .accordion_card-body {
        font-size: 18px;
        padding: 0 70px 35px 32px; } }

.content h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  color: #28215A; }

.content p {
  font-size: 18px;
  line-height: 1.7em;
  color: #5A7184; }

.element {
  display: inline-block;
  position: relative;
  max-width: inherit; }
  @media screen and (min-width: 768px) {
    .element {
      zoom: 1.4; } }
  @media screen and (min-width: 1200px) {
    .element {
      zoom: 1.6; } }

.anim {
  z-index: -1; }

.animated_blocks {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .animated_blocks .anim {
    position: absolute;
    transform: translate(-50%, -50%); }
    .animated_blocks .anim-1 {
      left: 14%;
      top: 622px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-1 {
          left: 21%;
          top: 700px; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-1 {
          top: 850px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-1 {
          top: 750px; } }
    .animated_blocks .anim-2 {
      left: 31%;
      top: 552px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-2 {
          left: 40%;
          top: 765px; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-2 {
          top: 915px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-2 {
          top: 815px; } }
    .animated_blocks .anim-3 {
      left: 44%;
      top: 621px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-3 {
          left: 7%;
          top: 800px; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-3 {
          top: 950px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-3 {
          top: 850px; } }
    .animated_blocks .anim-4 {
      left: 80%;
      top: 624px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-4 {
          left: 83%;
          top: 825px; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-4 {
          top: 975px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-4 {
          left: 90%;
          top: 875px; } }
    .animated_blocks .anim-5 {
      left: 22%;
      top: 700px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-5 {
          left: 25%;
          top: 800px; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-5 {
          top: 950px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-5 {
          left: 25%;
          top: 850px; } }
    .animated_blocks .anim-6 {
      left: 62%;
      top: 700px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-6 {
          left: 58%;
          top: 800px; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-6 {
          top: 950px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-6 {
          top: 950px; } }
    .animated_blocks .anim-7 {
      top: 1325px;
      left: 20%; }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-7 {
          left: 70%;
          top: 100px; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-7 {
          top: 2275px; } }
    .animated_blocks .anim-8 {
      top: 1336px;
      left: 17%; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-8 {
          top: 1800px;
          left: 90%; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-8 {
          top: 1785px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-8 {
          top: 1700px;
          left: 85%; } }
    .animated_blocks .anim-9 {
      top: 1346px;
      left: 56%; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-9 {
          top: 1246px;
          left: 96%; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-9 {
          top: 1500px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-9 {
          top: 1300px; } }
    .animated_blocks .anim-10 {
      top: 1547px;
      left: 35%; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-10 {
          top: 1140px;
          left: 12%; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-10 {
          left: 5%;
          top: 1400px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-10 {
          top: 1200px; } }
    .animated_blocks .anim-11 {
      left: 78%;
      top: 1532px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-11 {
          left: 15%;
          top: 1732px; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-11 {
          left: 95%;
          top: 2800px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-11 {
          top: 3000px; } }
    .animated_blocks .anim-12 {
      left: 26%;
      top: 1975px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-12 {
          left: 66%;
          top: 2675px; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-12 {
          top: 2300px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-12 {
          left: 90%;
          top: 2500px; } }
    .animated_blocks .anim-13 {
      left: 70%;
      top: 1968px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-13 {
          top: 2168px; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-13 {
          top: 2368px;
          left: 10%; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-13 {
          left: 10%; } }
    .animated_blocks .anim-14 {
      left: 17%;
      top: 2074px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-14 {
          top: 2174px; } }
    .animated_blocks .anim-15 {
      left: 48%;
      top: 2056px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-15 {
          top: 2206px; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-15 {
          left: 35%;
          top: 2356px; } }
    .animated_blocks .anim-16 {
      left: 79%;
      top: 2066px; }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-16 {
          left: 52%;
          top: 2466px; } }
    .animated_blocks .anim-17 {
      left: 25%;
      top: 3231px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-17 {
          top: 3031px; } }
      @media screen and (min-width: 992px) {
        .animated_blocks .anim-17 {
          top: 2831px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-17 {
          left: 75%;
          top: 3831px; } }
    .animated_blocks .anim-18 {
      left: 55%;
      top: 3231px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-18 {
          top: 3031px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-18 {
          top: 3731px;
          left: 90%; } }
    .animated_blocks .anim-19 {
      left: 85%;
      top: 3231px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-19 {
          top: 3031px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-19 {
          top: 3631px;
          left: 25%; } }
    .animated_blocks .anim-20 {
      left: 25%; }
      @media screen and (min-width: 1366px) {
        .animated_blocks .anim-20 {
          top: 3100px; } }
    .animated_blocks .anim-21 {
      left: 30%;
      top: 10px; }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-21 {
          top: 3757px;
          left: 18%; } }
    .animated_blocks .anim-22 {
      left: 4%;
      top: 3031; }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-22 {
          top: 3700px; } }
    .animated_blocks .anim-23 {
      left: 14%;
      top: 3977px; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-23 {
          top: 3477px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-23 {
          top: 4600px; } }
      @media screen and (min-width: 1366px) {
        .animated_blocks .anim-23 {
          top: 4800px; } }
    .animated_blocks .anim-24 {
      top: 3977px;
      left: 81%; }
      @media screen and (min-width: 768px) {
        .animated_blocks .anim-24 {
          top: 3477px; } }
      @media screen and (min-width: 1200px) {
        .animated_blocks .anim-24 {
          top: 4600px; } }
      @media screen and (min-width: 1366px) {
        .animated_blocks .anim-24 {
          top: 4800px; } }

.hero {
  background-color: #E95432;
  margin-bottom: 200px; }
  @media screen and (min-width: 768px) {
    .hero {
      margin-bottom: 150px; } }
  @media screen and (min-width: 992px) {
    .hero {
      margin: 0 0 150px; } }
  @media screen and (min-width: 1200px) {
    .hero {
      margin-bottom: 200px; } }
  @media screen and (min-width: 1366px) {
    .hero {
      margin-bottom: 270px; } }
  .hero-inner {
    padding: 36px 0px; }
    @media screen and (min-width: 768px) {
      .hero-inner {
        padding: 65px 20px 85px 20px; } }
    @media screen and (min-width: 992px) {
      .hero-inner {
        padding: 65px 0; } }
  .hero h1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .hero h1 {
        font-size: 30px; } }
    @media screen and (min-width: 992px) {
      .hero h1 {
        font-size: 50px; } }
  .hero p {
    font-size: 14px;
    line-height: 1.3em;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .hero p {
        font-size: 18px; } }
    @media screen and (min-width: 992px) {
      .hero p {
        font-size: 20px; } }
  .hero .btn-beta {
    width: 138px; }
    @media screen and (min-width: 768px) {
      .hero .btn-beta {
        width: 100%; } }
  .hero .btn-app {
    display: inline-block;
    width: 100%;
    max-width: 150px;
    background-color: #28215a;
    border-radius: 3px; }
    .hero .btn-app img {
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .hero .btn-app img {
          width: 125px; } }
  .hero .app-mobile {
    max-width: 130%;
    margin-bottom: -170px;
    margin-top: -20px; }
  @media screen and (min-width: 768px) {
    .hero .app-desktop {
      margin: 0; } }
  @media screen and (min-width: 1200px) {
    .hero .app-desktop {
      margin: -60px auto -300px; } }
  @media screen and (max-width: 767px) {
    .hero.beta .app-beta {
      margin-bottom: -220px; } }

@media screen and (min-width: 768px) {
  .hero.chef .app-desktop {
    max-width: 250px;
    margin: 0 auto; } }

@media screen and (min-width: 992px) {
  .hero.chef .app-desktop {
    max-width: 300px; } }

@media screen and (min-width: 1200px) {
  .hero.chef .app-desktop {
    max-width: 100%;
    margin: -60px auto -250px; } }

.logos {
  padding: 80px 0; }
  @media screen and (min-width: 768px) {
    .logos {
      padding-top: 0px;
      padding-bottom: 80px; } }
  .logos-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none; }
    .logos-list li {
      margin: 0 40px; }

.why_chef {
  padding: 50px 0 150px; }
  @media screen and (min-width: 992px) {
    .why_chef {
      padding: 50px 0 0; } }

.img-left {
  position: relative;
  padding: 0 0 260px; }
  @media screen and (min-width: 768px) {
    .img-left {
      padding: 90px 0;
      margin-bottom: 150px; } }
  @media screen and (min-width: 1200px) {
    .img-left {
      padding: 200px 0; } }
  @media screen and (min-width: 1366px) {
    .img-left {
      padding: 250px 0; } }
  @media screen and (min-width: 1200px) {
    .img-left {
      margin-bottom: 80px; } }
  .img-left h3 {
    margin-bottom: 122px; }
    @media screen and (min-width: 768px) {
      .img-left h3 {
        margin-bottom: 0; } }
  .img-left h3 {
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2em;
    color: #1D293F; }
    @media screen and (min-width: 768px) {
      .img-left h3 {
        font-size: 30px; } }
    @media screen and (min-width: 992px) {
      .img-left h3 {
        font-size: 50px; } }
  @media screen and (min-width: 768px) {
    .img-left .image {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      max-width: 40%;
      max-height: 666px; } }

.cta {
  padding: 30px 0 20px; }
  @media screen and (min-width: 768px) {
    .cta {
      padding-bottom: 100px; } }
  @media screen and (min-width: 992px) {
    .cta {
      padding: 80px 0 80px; } }
  .cta-inner {
    position: relative;
    background-color: #F0CCCB;
    border-radius: 16px;
    overflow: hidden; }
    .cta-inner h3 {
      font-weight: bold;
      font-size: 30px;
      line-height: 1.2em;
      color: #28215A;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .cta-inner h3 {
          font-size: 40px;
          margin-bottom: 40px; } }
      @media screen and (min-width: 1200px) {
        .cta-inner h3 {
          font-size: 50px; } }
  @media screen and (min-width: 768px) {
    .cta-image {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      bottom: 0;
      overflow: hidden; }
      .cta-image img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
  .cta-text {
    padding: 45px 15px 15px 15px; }
    @media screen and (min-width: 768px) {
      .cta-text {
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .cta-text {
        padding: 67px 40px 69px 43px; } }
    .cta-text .btn-app {
      display: inline-block;
      width: 100%;
      background-color: #28215A;
      border-radius: 5px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .cta-text .btn-app {
          width: auto; } }
      .cta-text .btn-app img {
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          .cta-text .btn-app img {
            width: 155px; } }
  .cta .btn-beta {
    width: 100%; }

.info {
  padding: 20px 0 110px; }
  @media screen and (min-width: 992px) {
    .info {
      padding: 60px 0; } }
  .info h2 {
    margin-bottom: 9px; }
    @media screen and (min-width: 992px) {
      .info h2 {
        margin-bottom: 34px; } }
  .info p {
    font-size: 14px;
    line-height: 1.3em;
    color: #7C8087; }
    @media screen and (min-width: 992px) {
      .info p {
        font-size: 18px; } }

@media screen and (min-width: 992px) {
  .requirements {
    padding: 80px 0 20px; } }

.requirements-block {
  background-color: #F0CCCB;
  padding: 23px 0; }
  @media screen and (min-width: 1200px) {
    .requirements-block {
      padding: 70px 0;
      margin: 80px 0; } }
  @media screen and (min-width: 1366px) {
    .requirements-block {
      margin: 140px 0; } }

.requirements h2.title {
  margin-bottom: 10px; }

.requirements p.subtitle {
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.2px;
  color: #28215A; }
  @media screen and (min-width: 992px) {
    .requirements p.subtitle {
      font-size: 18px; } }

.requirements .item {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
  color: #28215A;
  background-color: #fff;
  border: 1px solid #E5EAF4;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  padding: 23px 11px;
  margin-bottom: 12px; }
  @media screen and (min-width: 768px) {
    .requirements .item {
      text-align: center; } }
  @media screen and (min-width: 992px) {
    .requirements .item {
      font-size: 22px;
      min-height: 162px;
      padding: 20px 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 16px; } }

.requirements .app {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 100%; }

section.hero.eat {
  background-color: #9882C7; }

@media screen and (min-width: 768px) {
  .how_works {
    padding: 80px 0; } }

@media screen and (min-width: 1200px) {
  .how_works {
    padding: 120px 0; } }

.info.home .dot_pattern.pink:before {
  background-image: url(../../images/Dot_Pattern_2.svg);
  display: none; }
  @media screen and (min-width: 768px) {
    .info.home .dot_pattern.pink:before {
      display: block;
      top: inherit;
      bottom: -45px;
      left: -60px; } }

.cta.cta_footer .cta-inner {
  border-radius: 0;
  overflow: visible; }
  @media screen and (min-width: 992px) {
    .cta.cta_footer .cta-inner {
      height: 655px; } }
  .cta.cta_footer .cta-inner .cta-app {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }
  .cta.cta_footer .cta-inner .cta-text {
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .cta.cta_footer .cta-inner .cta-text {
        padding: 40px 30px 40px 30px;
        margin-left: 50%; } }
    @media screen and (min-width: 1200px) {
      .cta.cta_footer .cta-inner .cta-text {
        padding: 50px 30px 40px 212px; } }
  .cta.cta_footer .cta-inner .cta-image {
    left: 0;
    right: inherit; }
    @media screen and (min-width: 768px) {
      .cta.cta_footer .cta-inner .cta-image {
        width: 50%; } }
  .cta.cta_footer .cta-inner h3 {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .cta.cta_footer .cta-inner h3 {
        font-size: 26px; } }
    @media screen and (min-width: 992px) {
      .cta.cta_footer .cta-inner h3 {
        font-size: 50px; } }
  .cta.cta_footer .cta-inner p {
    font-size: 14px;
    line-height: 17px;
    color: #28215A; }
    @media screen and (min-width: 768px) {
      .cta.cta_footer .cta-inner p {
        font-size: 18px;
        line-height: 1.4em; } }

.docs_header {
  background-image: url(../../images/map.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #9882C7;
  margin-bottom: 90px; }
  @media screen and (min-width: 768px) {
    .docs_header {
      background-image: inherit;
      background-color: transparent;
      margin-bottom: 150px; } }
  .docs_header-inner {
    padding-top: 95px; }
    @media screen and (min-width: 768px) {
      .docs_header-inner {
        background-image: url(../../images/map.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #9882C7; } }
    @media screen and (min-width: 992px) {
      .docs_header-inner {
        padding-top: 166px;
        margin: 43px 0 50px; } }
    .docs_header-inner .page_name {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 75px;
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      color: #FFFFFF;
      background-color: #28215A;
      transform: translateY(40px); }
      @media screen and (min-width: 768px) {
        .docs_header-inner .page_name {
          max-width: 400px;
          margin: 0 auto; } }
      @media screen and (min-width: 992px) {
        .docs_header-inner .page_name {
          font-size: 50px;
          max-width: 850px;
          height: 159px; } }

.box_contact {
  text-align: center; }
  .box_contact h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.2px;
    color: #183B56; }
    @media screen and (min-width: 992px) {
      .box_contact h3 {
        font-size: 28px; } }
  .box_contact p {
    font-size: 16px;
    line-height: 1.75em;
    color: #5A7184; }
    @media screen and (min-width: 992px) {
      .box_contact p {
        font-size: 18px; } }
  .box_contact a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 106px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2em;
    color: #E95432;
    background: #FFFFFF;
    border: 1px solid #E5EAF4;
    box-sizing: border-box;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
    border-radius: 8px; }
    @media screen and (min-width: 992px) {
      .box_contact a.btn {
        font-size: 20px; } }

.nav-tabs {
  margin-bottom: 20px;
  border: none; }
  .nav-tabs .nav-item {
    width: calc(50% - 5px);
    max-width: 200px; }
    .nav-tabs .nav-item:last-child {
      margin-left: 10px; }
    @media screen and (min-width: 768px) {
      .nav-tabs .nav-item {
        width: 100%;
        max-width: inherit;
        margin-left: 0 !important; } }
  .nav-tabs .nav-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2em;
    color: #28215A;
    background: #FFFFFF;
    border: 1px solid #E5EAF4;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 15px; }
    .nav-tabs .nav-tab:hover {
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .nav-tabs .nav-tab {
        height: 70px;
        font-size: 20px;
        justify-content: flex-start;
        padding-left: 20px; } }
    @media screen and (min-width: 992px) {
      .nav-tabs .nav-tab {
        height: 94px;
        padding-left: 50px; } }
    .nav-tabs .nav-tab.active {
      color: #fff;
      background-color: #E95432;
      border-color: #E95432; }

.press {
  margin: 30px 0; }
  @media screen and (min-width: 768px) {
    .press {
      margin: 80px 0; } }
  .press_content h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2em;
    color: #28215A; }
    @media screen and (min-width: 992px) {
      .press_content h2 {
        font-size: 50px;
        margin-bottom: 25px; } }
  .press_content p {
    font-size: 18px;
    line-height: 1.5em;
    color: #28215A; }
  .press_content blockquote {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: #28215A;
    padding: 20px 0; }
    @media screen and (min-width: 992px) {
      .press_content blockquote {
        font-size: 30px; } }
  .press_content img {
    margin: 20px 0; }
  .press_content-date {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8em;
    color: #28215A;
    padding: 20px 0; }

.share {
  list-style-type: none;
  display: flex; }
  @media screen and (min-width: 768px) {
    .share {
      flex-direction: column;
      margin-top: 80px; } }
  .share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(90, 113, 132, 0.1);
    border-radius: 100%;
    margin-right: 13px; }
    @media screen and (min-width: 768px) {
      .share-link {
        margin-bottom: 16px; } }

.grid-sizer, .grid-item {
  width: calc(100% / 2 - 5px); }
  @media screen and (min-width: 768px) {
    .grid-sizer, .grid-item {
      width: calc(100% / 3 - 20px); } }
  @media screen and (min-width: 1200px) {
    .grid-sizer, .grid-item {
      width: calc(100% / 5 - 20px); } }
  .grid-sizer img, .grid-item img {
    width: 100%;
    border-radius: 10px; }

.gutter-sizer {
  width: 10px; }
  @media screen and (min-width: 768px) {
    .gutter-sizer {
      width: calc( 20px * 3 / 2); } }
  @media screen and (min-width: 1200px) {
    .gutter-sizer {
      width: calc( 20px * 5 / 4); } }

.grid-item {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .grid-item {
      margin-bottom: 30px; } }
  @media screen and (min-width: 1200px) {
    .grid-item {
      margin-bottom: 20px; } }

.button{
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  width: auto;
  height: 37px;
  font-size: 12px;
  line-height: 1.2em;
  color: #FFFFFF;
  background: #28215A;
}

.btn-beta {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 5px;
  width: auto;
  height: 37px;
  font-size: 12px;
  line-height: 1.2em;
  color: #FFFFFF;
  background: #28215A;
  border: none !important;
  border-radius: 100px;
  white-space: nowrap; }
  .btn-beta:hover {
    text-decoration: none;
    color: #fff; }
  @media screen and (min-width: 768px) {
    .btn-beta {
      font-size: 20px;
      height: 60px;
      width: 100%;
      max-width: 350px; } }

@media screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 766px; } }

.modal-content {
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
  border-radius: 16px; }

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
  width: 24px;
  height: 24px;
  background-image: url(../../images/ico-close.svg);
  background-size: contain;
  background-position: center;
  border: none !important;
  background-color: transparent !important;
  opacity: 1; }

.modal-body {
  padding: 20px 5px; }
  @media screen and (min-width: 768px) {
    .modal-body {
      padding: 30px 30px 40px 30px; } }
  @media screen and (min-width: 992px) {
    .modal-body {
      padding: 45px 120px 89px 120px; } }

.modal h5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0.2px;
  color: #183B56;
  margin-bottom: 20px; }

.form-group {
  margin-bottom: 14px; }
  .form-group label.form-label {
    font-size: 18px;
    line-height: 1.5em;
    width: 100%;
    text-align: center;
    color: #183B56;
    margin-bottom: 14px; }
  .form-group .form-control {
    height: 63px;
    width: 100%;
    background-color: #E9ECED;
    border-radius: 70px;
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
    color: #7A7585;
    text-align: left;
    border: none;
    padding: 5px 27px; }

.btn-primary {
  height: 60px;
  width: 100%;
  font-size: 20px;
  line-height: 1.2em;
  color: #FFFFFF;
  background-color: #28215A !important;
  border-radius: 3px;
  border: none;
  outline: none !important; }

.switch {
  width: 100%; }
  .switch:hover {
    cursor: pointer; }
  .switch .slider {
    position: relative;
    display: flex;
    height: 63px;
    background-color: #E9ECED;
    border-radius: 70px; }
    .switch .slider:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 50%;
      background-color: #E95432;
      border-radius: 70px;
      transition: all 0.4s ease; }
    .switch .slider span {
      position: relative;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      min-width: 50%;
      max-width: 50%;
      font-size: 16px;
      line-height: 1.2em;
      text-align: center;
      color: #7A7585;
      transition: all 0.4s ease; }
    .switch .slider .off {
      color: #fff; }
  .switch-check {
    position: absolute;
    left: -3000px;
    opacity: 0; }
  .switch-check:checked + .slider:before {
    left: 50%; }
  .switch-check:checked + .slider .off {
    color: #7A7585; }
  .switch-check:checked + .slider .on {
    color: #fff; }

.modal-form {
  position: relative; }

.modal-success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 20px;
  opacity: 0;
  transition: all 0.4s ease; }
  .modal-success p {
    font-size: 20px;
    line-height: 1.35em;
    color: #183B56; }

.modal-form {
  transition: all 0.4s ease; }
  .modal-form.success #betaForm {
    opacity: 0;
    pointer-events: none; }
  .modal-form.success .modal-success {
    opacity: 1;
    z-index: 5; }

/*# sourceMappingURL=index.css.map */
