@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #f5f5f5;
}

button {
  font-family: "Mulish", sans-serif;
  position: relative;
}

button span {
  position: relative;
  z-index: 2;
}

button::before, button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Mulish", sans-serif;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

body .iframe-backdrop {
  overflow-x: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
}

body .iframe-backdrop #background-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 99999;
}

body .iframe-backdrop .iframe-main-container {
  height: 80%;
  width: 640px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999;
  background-color: #fff;
  border-radius: 30px;
}

body .iframe-backdrop .iframe-main-container #close-iframe {
  cursor: pointer;
  z-index: 99999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  width: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 99999px;
  padding: 5px;
}

body .iframe-backdrop .iframe-main-container #close-iframe #upper-span {
  height: 2px;
  width: 20px;
  background-color: #2e1a47;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

body .iframe-backdrop .iframe-main-container #close-iframe #bottom-span {
  height: 2px;
  width: 20px;
  background-color: #2e1a47;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

body .iframe-backdrop .iframe-main-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 80%;
}

body .iframe-open {
  display: block;
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  html body {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  html body .iframe-backdrop .iframe-main-container {
    height: 100%;
    width: 100%;
  }
  html body .iframe-backdrop .iframe-main-container iframe {
    height: 100%;
    width: 100%;
  }
}

nav {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
}

nav .nav-links-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .nav-links-button .nav-links-burger {
  display: none;
}

nav .nav-links-button .nav-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .nav-links-button .nav-links .nav-link {
  font-weight: bold;
  font-size: 13.8667px;
  line-height: 17px;
  color: #696871;
  cursor: pointer;
  margin-right: 17px;
  position: relative;
}

nav .nav-links-button .nav-links .nav-link:last-child {
  margin-right: 40px;
}

nav .nav-links-button .nav-links .nav-link a {
  text-decoration: none;
  color: #696871;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

nav .nav-links-button .nav-links .nav-link a::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #ff6a4d;
  height: 2px;
  left: 0;
  bottom: -7px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

nav .nav-links-button .nav-links .nav-link a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

nav .nav-links-button .nav-links .nav-link:hover a {
  color: #2e1a47;
}

nav .nav-links-button .nav-links a {
  text-decoration: none;
}

nav .nav-links-button .nav-links a button {
  font-family: "Mulish", sans-serif;
  cursor: pointer;
  background-color: #c2f1b7;
  color: #2e1a47;
  font-weight: 700;
  font-size: 13.5227px;
  line-height: 16px;
  padding: 14px 27px;
  border: none;
  border-radius: 9999px;
  -webkit-box-shadow: 0px 2.70455px 10.142px rgba(130, 219, 109, 0.2);
          box-shadow: 0px 2.70455px 10.142px rgba(130, 219, 109, 0.2);
}

nav .nav-links-button .nav-links a .nav-button-animation {
  overflow: hidden;
  color: #2e1a47;
  background-color: #ff6a4d;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

nav .nav-links-button .nav-links a .nav-button-animation:hover {
  color: #fff;
  background-color: #ff6a4d;
}

nav .nav-links-button .nav-links a .nav-button-animation::before {
  position: absolute;
  top: -4px;
  content: "";
  background: #c2f1b7;
  width: 113%;
  height: 110%;
  left: -10%;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

nav .nav-links-button .nav-links a .nav-button-animation:hover::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  width: 85%;
  height: 100%;
  position: relative;
  margin-top: 80px;
}

header .header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 40%;
  height: 100%;
}

header .header-text h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 74px;
  letter-spacing: -3.00734px;
  color: #2e1a47;
  margin-bottom: 27px;
  position: relative;
}

header .header-text h1::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 32px;
  background-color: #ff6a4d;
  bottom: -15px;
}

header .header-text h1 #span-world {
  color: #ff6a4d;
}

header .header-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #8c8496;
}

header .header-text .header-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 65px;
  position: relative;
  opacity: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .header-text .header-email input {
  padding: 18px 16px;
  background-color: #ffffff;
  border: none;
  border-radius: 9999px;
  width: 55%;
}

header .header-text .header-email input::-webkit-input-placeholder {
  color: #878b90;
  font-size: 18px;
}

header .header-text .header-email input:-ms-input-placeholder {
  color: #878b90;
  font-size: 18px;
}

header .header-text .header-email input::-ms-input-placeholder {
  color: #878b90;
  font-size: 18px;
}

header .header-text .header-email input::placeholder {
  color: #878b90;
  font-size: 18px;
}

header .header-text .header-email button {
  background-color: #ff6a4d;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  padding: 15px 40px;
  -webkit-box-shadow: 0px 4px 15px rgba(255, 106, 77, 0.2);
          box-shadow: 0px 4px 15px rgba(255, 106, 77, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(0);
          transform: translate(0);
}

header .header-text .header-email button:hover {
  -webkit-box-shadow: 0px 2.70455px 10.142px rgba(130, 219, 109, 0.2);
          box-shadow: 0px 2.70455px 10.142px rgba(130, 219, 109, 0.2);
}

header .header-text .header-email .header-button-animation {
  overflow: hidden;
  color: #fff;
  background-color: #c2f1b7;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

header .header-text .header-email .header-button-animation:hover {
  color: #2e1a47;
  background-color: #c2f1b7;
}

header .header-text .header-email .header-button-animation::before {
  position: absolute;
  top: 0;
  content: "";
  background: #ff6a4d;
  width: 122%;
  height: 102%;
  left: -10%;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

header .header-text .header-email .header-button-animation:hover::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

header .header-text #span-bottom-text {
  margin-top: auto;
  font-size: 14px;
  color: #a9a1a1;
}

header .header-image {
  width: 55%;
}

.partners-logos-section {
  max-width: 1440px;
  margin-top: 116px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-logos-section .partners-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  grid-auto-flow: column;
}

.why-knowbie-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 215px;
}

.why-knowbie-section .why-knowbie-intro-text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why-knowbie-section .why-knowbie-intro-text h2 {
  width: 30%;
  background: -webkit-gradient(linear, right top, left top, color-stop(2.16%, rgba(234, 234, 246, 0)), color-stop(36.3%, #eaeaf6), color-stop(61.91%, #eaeaf6), to(rgba(234, 234, 246, 0)));
  background: linear-gradient(270deg, rgba(234, 234, 246, 0) 2.16%, #eaeaf6 36.3%, #eaeaf6 61.91%, rgba(234, 234, 246, 0) 100%);
  color: #b1b2dd;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}

.why-knowbie-section .why-knowbie-intro-text #intro-text {
  color: #2e1a47;
  font-weight: bold;
  font-size: 32.9143px;
  line-height: 41px;
  width: 50%;
}

.why-knowbie-section .why-knowbie-intro-text span {
  height: 2px;
  width: 31px;
  background-color: #b1b2dd;
}

.why-knowbie-section .why-knowbie-intro-text #under-intro-text {
  font-weight: 100;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #8c8496;
  width: 37%;
}

.why-knowbie-section .why-knowbie-cards {
  position: relative;
  width: 80%;
  display: -ms-grid;
  display: grid;
  gap: 28px;
  margin-top: 70px;
  z-index: 5;
}

.why-knowbie-section .why-knowbie-cards .why-knowbie-card-container {
  background-color: #ffffff;
  border-radius: 21.5px;
  z-index: 10;
}

.why-knowbie-section .why-knowbie-cards .why-knowbie-card-container .why-knowbie-card {
  padding: 30px 50px 30px 40px;
}

.why-knowbie-section .why-knowbie-cards .why-knowbie-card-container .why-knowbie-card h3 {
  font-weight: bold;
  font-size: 18.7185px;
  line-height: 23px;
  letter-spacing: -0.456906px;
  color: #2e1a47;
}

.why-knowbie-section .why-knowbie-cards .why-knowbie-card-container .why-knowbie-card p {
  color: #8c8496;
  font-weight: normal;
  font-size: 14.5112px;
  line-height: 18px;
}

.why-knowbie-section .why-knowbie-cards #why-knowbie-dec-img {
  position: absolute;
  bottom: -55px;
  right: -60px;
  z-index: 2;
}

.for-restaurants-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 243px;
}

.for-restaurants-section .for-restaurants-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 95%;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-img {
  width: 60%;
  height: 40%;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-img img {
  width: 879px;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text h2 {
  background: -webkit-gradient(linear, right top, left top, color-stop(2.16%, rgba(252, 238, 204, 0)), color-stop(36.3%, #fceecc), color-stop(61.91%, #fceecc), to(rgba(252, 238, 204, 0)));
  background: linear-gradient(270deg, rgba(252, 238, 204, 0) 2.16%, #fceecc 36.3%, #fceecc 61.91%, rgba(252, 238, 204, 0) 100%);
  color: #efac00;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 2.57143px;
  margin-bottom: 27px;
  max-width: 550px;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text h3 {
  color: #2e1a47;
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 26px;
  position: relative;
  display: inline-block;
  width: 80%;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text h3 span {
  color: #efac00;
  font-size: 32px;
  font-weight: 700;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text h3::before {
  display: block;
  content: "";
  width: 31px;
  height: 2px;
  background: #efac00;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text #for-rest-p {
  color: #8c8496;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text ul {
  margin-top: 30px;
  margin-left: 0;
  list-style: none;
  padding-left: 5px;
  width: 80%;
  margin-bottom: 0;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text ul li {
  color: #8c8496;
  font-weight: 200;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text ul li b {
  color: #2e1a47;
  font-weight: 300;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text ul li:last-child {
  margin-bottom: 0;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text ul li::before {
  content: "\2022";
  color: #efac00;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  margin-left: -1em;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email {
  width: 100%;
  margin-top: 65px;
  opacity: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email input {
  background-color: #ffffff;
  padding: 15px 25px;
  font-size: 18px;
  border: none;
  border-radius: 9999px;
  width: 50%;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email input::-webkit-input-placeholder {
  color: #878b90;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email input:-ms-input-placeholder {
  color: #878b90;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email input::-ms-input-placeholder {
  color: #878b90;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email input::placeholder {
  color: #878b90;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email button {
  background-color: #efac00;
  padding: 15px 40px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  border: none;
  cursor: pointer;
  border-radius: 9999px;
  -webkit-box-shadow: 0px 4px 15px rgba(239, 172, 0, 0.2);
          box-shadow: 0px 4px 15px rgba(239, 172, 0, 0.2);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email button:hover {
  -webkit-box-shadow: 0px 2.70455px 10.142px rgba(130, 219, 109, 0.4);
          box-shadow: 0px 2.70455px 10.142px rgba(130, 219, 109, 0.4);
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email .for-rest-button-animation {
  overflow: hidden;
  color: #fff;
  background-color: #c2f1b7;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email .for-rest-button-animation .btn-span {
  color: #fff;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email .for-rest-button-animation:hover {
  color: #2e1a47;
  background-color: #c2f1b7;
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email .for-rest-button-animation::before {
  position: absolute;
  top: 0;
  content: "";
  background: #efac00;
  width: 122%;
  height: 102%;
  left: -10%;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email .for-rest-button-animation:hover::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.for-restaurants-section .for-restaurants-tools {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-top: 240px;
}

.for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left h2 {
  width: 35%;
  color: #2e1a47;
  font-weight: bold;
  font-size: 40px;
  line-height: 150%;
  z-index: 10;
  margin: 0 auto;
}

.for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left h2 span {
  color: #efac00;
}

.for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left #dec-for-restaurants {
  position: absolute;
  top: 130%;
  left: 5%;
}

.for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left #second-dark-safari-1-mob {
  display: none;
}

.for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left #second-dark-safari-1 {
  height: 679px;
}

.for-restaurants-section .for-restaurants-tools .for-restaurants-tools-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.for-restaurants-section .for-restaurants-tools .for-restaurants-tools-right #dec-for-restaurants-tools {
  position: absolute;
  right: 30px;
  top: 35%;
  z-index: 2;
}

.for-restaurants-section .for-restaurants-tools .for-restaurants-tools-right #second-dark-safari-2 {
  position: absolute;
  right: 2%;
  top: 55%;
  width: 953px;
}

.for-restaurants-section .for-restaurants-tools .for-restaurants-tools-right #second-dark-safari-mob {
  display: none;
}

.for-servers-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin-top: 600px;
}

.for-servers-section .for-servers-img img {
  width: 700px;
}

.for-servers-section .for-servers-text {
  width: 50%;
}

.for-servers-section .for-servers-text h2 {
  margin-bottom: 40px;
  color: #82db6d;
  background: -webkit-gradient(linear, right top, left top, color-stop(2.16%, rgba(230, 252, 225, 0)), color-stop(36.3%, #e6fce1), color-stop(61.91%, #e6fce1), to(rgba(230, 252, 225, 0)));
  background: linear-gradient(270deg, rgba(230, 252, 225, 0) 2.16%, #e6fce1 36.3%, #e6fce1 61.91%, rgba(230, 252, 225, 0) 100%);
  max-width: 409px;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 2.57143px;
}

.for-servers-section .for-servers-text h3 {
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
  color: #2e1a47;
  margin-top: 0;
  margin-bottom: 30px;
}

.for-servers-section .for-servers-text h3 span {
  color: #82db6d;
  font-size: 32px;
}

.for-servers-section .for-servers-text #for-servers-span {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #8c8496;
  position: relative;
}

.for-servers-section .for-servers-text #for-servers-span::before {
  display: block;
  content: "";
  width: 31px;
  height: 2px;
  background: #82db6d;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.for-servers-section .for-servers-text ul {
  margin-top: 55px;
  margin-left: 0;
  list-style: none;
  padding-left: 5px;
  width: 80%;
  margin-bottom: 0;
}

.for-servers-section .for-servers-text ul li {
  color: #8c8496;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
  font-weight: 200;
}

.for-servers-section .for-servers-text ul li b {
  color: #2e1a47;
  font-weight: 400;
}

.for-servers-section .for-servers-text ul li:last-child {
  margin-bottom: 0;
}

.for-servers-section .for-servers-text ul li::before {
  content: "\2022";
  color: #82db6d;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  margin-left: -1em;
}

.join-waitlist-section {
  margin-top: 152px;
  width: 85%;
  background-color: rgba(194, 241, 183, 0.4);
  position: relative;
  text-align: center;
  padding: 94px 0;
  border-radius: 30px;
}

.join-waitlist-section .join-waitlist-div {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 55%;
}

.join-waitlist-section .join-waitlist-div h3 {
  font-weight: bold;
  font-size: 48px;
  line-height: 39px;
  letter-spacing: -1.86393px;
  color: #2e1a47;
  margin-bottom: 45px;
}

.join-waitlist-section .join-waitlist-div h3 span {
  color: #82db6d;
}

.join-waitlist-section .join-waitlist-div p {
  margin: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #8c8496;
}

.join-waitlist-section .join-waitlist-div button {
  display: inline-block;
  margin-top: 63px;
  background-color: #c2f1b7;
  color: #2e1a47;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  border: none;
  border-radius: 9999px;
  padding: 15px 40px;
  cursor: pointer;
}

.join-waitlist-section .join-waitlist-div .join-button-animation {
  overflow: hidden;
  color: #2e1a47;
  background-color: #ff6a4d;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.join-waitlist-section .join-waitlist-div .join-button-animation:hover {
  color: #fff;
  background-color: #ff6a4d;
}

.join-waitlist-section .join-waitlist-div .join-button-animation::before {
  position: absolute;
  top: -2px;
  content: "";
  background: #c2f1b7;
  width: 122%;
  height: 104%;
  left: -10%;
  border-radius: 9999px;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.join-waitlist-section .join-waitlist-div .join-button-animation:hover::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.join-waitlist-section .join-waitlist-div img {
  position: absolute;
  left: 0;
  bottom: -50%;
}

.show-phone-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 367px;
}

.show-phone-section #left-phone {
  height: 692px;
}

.show-phone-section #right-phone {
  height: 692px;
}

.show-phone-section .three-phones {
  position: relative;
  height: 100%;
  width: 342px;
}

.show-phone-section .three-phones #phone1 {
  position: absolute;
  top: -52px;
  z-index: 5;
  right: 33px;
  height: 725.52px;
}

.show-phone-section .three-phones #phone2 {
  height: 773.49px;
  z-index: 1000;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: -30px;
  right: 0;
  text-align: center;
  top: -100px;
}

.show-phone-section .three-phones #phone3 {
  position: absolute;
  z-index: 5;
  left: 23px;
  top: -59px;
  height: 725.52px;
}

.show-phone-section .three-phones #show-phone-dec {
  position: absolute;
  z-index: 10001;
  left: 335px;
  bottom: -626px;
}

.contact-us-section {
  margin-top: 150px;
  background-color: #eaeaf6;
  width: 100%;
  padding-top: 66px;
  padding-bottom: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.contact-us-section::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: -1000px;
  width: 200vw;
  background: #eaeaf6;
  z-index: -1;
}

.contact-us-section .contact-us-container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-us-section .contact-us-container .contact-us-text {
  text-align: center;
  width: 40%;
}

.contact-us-section .contact-us-container .contact-us-text h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
  color: #2e1a47;
  margin-bottom: 56px;
  position: relative;
}

.contact-us-section .contact-us-container .contact-us-text h2::before {
  display: block;
  content: "";
  width: 31px;
  height: 2px;
  background: #b1b2dd;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.contact-us-section .contact-us-container .contact-us-text h2 span {
  color: #b1b2dd;
}

.contact-us-section .contact-us-container .contact-us-text p {
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #8c8496;
  margin-top: 0;
  margin-bottom: 75px;
}

.contact-us-section .contact-us-container .contact-us-text p a {
  text-decoration: none;
  color: #b1b2dd;
  cursor: pointer;
}

.contact-us-section .contact-us-container .contact-us-form-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 14px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 14px 27px rgba(0, 0, 0, 0.07);
  border-radius: 29.4045px;
  padding: 77px 56px 0 43px;
  width: 665px;
  height: 732px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-column-align: end;
      justify-self: end;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container h3 {
  font-weight: bold;
  font-size: 34.9714px;
  line-height: 37px;
  color: #2e1a47;
  margin-top: 0;
  margin-bottom: 60px;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-us-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  row-gap: 34px;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  margin-bottom: 60px;
  opacity: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-us-form input {
  background: rgba(234, 234, 246, 0.75);
  font-weight: normal;
  font-size: 17.4857px;
  line-height: 22px;
  border: none;
  padding: 15px 20px;
  color: #8c8496;
  border-radius: 30.2446px;
  font-family: "Mulish", sans-serif;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-us-form input::-webkit-input-placeholder {
  color: #8c8496, 70%;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-us-form input:-ms-input-placeholder {
  color: #8c8496, 70%;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-us-form input::-ms-input-placeholder {
  color: #8c8496, 70%;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-us-form input::placeholder {
  color: #8c8496, 70%;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-us-form select {
  background: rgba(234, 234, 246, 0.75);
  border-radius: 29.4045px;
  font-weight: normal;
  font-size: 17.4857px;
  line-height: 22px;
  border: none;
  padding: 15px 20px;
  color: #8c8496;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../assets/arrow-down.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  color: #8c8496;
  font-family: "Mulish", sans-serif;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container textarea {
  margin-bottom: 70px;
  height: 126.4px;
  background: rgba(234, 234, 246, 0.75);
  border-radius: 29.4045px;
  font-size: 17.4857px;
  line-height: 22px;
  border: none;
  padding: 15px 20px;
  color: #8c8496;
  font-family: "Mulish", sans-serif;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container textarea::-webkit-input-placeholder {
  color: #8c8496, 70%;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container textarea:-ms-input-placeholder {
  color: #8c8496, 70%;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container textarea::-ms-input-placeholder {
  color: #8c8496, 70%;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container textarea::placeholder {
  color: #8c8496, 70%;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container button {
  width: 202px;
  background-color: #b1b2dd;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.003em;
  border: none;
  border-radius: 9999px;
  padding: 15px 0;
  cursor: pointer;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-button-animation {
  overflow: hidden;
  color: #fff;
  background-color: #c2f1b7;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-button-animation .btn-span {
  color: #fff;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-button-animation:hover {
  color: #2e1a47;
  background-color: #c2f1b7;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-button-animation::before {
  position: absolute;
  top: 0;
  content: "";
  background: #b1b2dd;
  width: 122%;
  height: 102%;
  left: -10%;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-button-animation:hover::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.contact-us-section .contact-us-container .contact-us-form-wrap .hide-contact-us-form {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0%;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .hide-contact-us-form h3 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .hide-contact-us-form .contact-us-form {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .hide-contact-us-form .contact-us-form input {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .hide-contact-us-form .contact-us-form select {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .hide-contact-us-form .contact-us-form textarea {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .hide-contact-us-form .contact-us-form button {
  -webkit-transform: translateY(500px);
          transform: translateY(500px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .init-contact-us-form-submit {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .init-contact-us-form-submit h4 {
  text-align: center;
  font-weight: bold;
  font-size: 19.5309px;
  line-height: 21px;
  color: #2e1a47;
  padding: 42px 0;
  margin: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-color: #f5f5f5;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .init-contact-us-form-submit div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: auto 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .init-contact-us-form-submit div img {
  -webkit-transform: scale(0.5) rotate(90deg);
          transform: scale(0.5) rotate(90deg);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .init-contact-us-form-submit div #form-submitted {
  color: #2e1a47;
  font-size: 39.3387px;
  font-weight: bold;
  font-size: 41.0888px;
  line-height: 68px;
  letter-spacing: 0.003em;
  margin-top: 13px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .init-contact-us-form-submit div #form-submitted-text {
  width: 55%;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: rgba(140, 132, 150, 0.79);
  font-weight: 300;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .show-contact-us-form-submit {
  position: relative;
  height: 100%;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .show-contact-us-form-submit h4 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 100%;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .show-contact-us-form-submit div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: auto 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .show-contact-us-form-submit div img {
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  opacity: 100%;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .show-contact-us-form-submit div #form-submitted {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 100%;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .show-contact-us-form-submit div #form-submitted-text {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 100%;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.contact-us-section .contact-us-container .contact-us-form-wrap .display-none {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none;
}

footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-get-started-main {
  width: 100%;
  background-color: #2e1a47;
}

footer .footer-get-started-main .footer-get-started-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-get-started-main .footer-get-started-container::before {
  content: "";
  position: absolute;
  height: 100%;
  left: -1000px;
  width: 200vw;
  background: #2e1a47;
  z-index: -1;
}

footer .footer-get-started-main .footer-get-started-container .footer-get-started {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 83%;
}

footer .footer-get-started-main .footer-get-started-container .footer-get-started #footer-get-started-desktop {
  display: block;
}

footer .footer-get-started-main .footer-get-started-container .footer-get-started #footer-get-started-mobile {
  display: none;
}

footer .footer-get-started-main .footer-get-started-container .footer-get-started h4 {
  font-weight: bold;
  font-size: 34.9714px;
  line-height: 44px;
  color: #ffffff;
}

footer .footer-get-started-main .footer-get-started-container .footer-get-started button {
  background-color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  color: #2e1a47;
  border: none;
  border-radius: 9999px;
  padding: 12px 40px;
  cursor: pointer;
}

footer .footer-get-started-main .footer-get-started-container .footer-get-started .footer-button-animation {
  overflow: hidden;
  color: #2e1a47;
  background-color: #c2f1b7;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

footer .footer-get-started-main .footer-get-started-container .footer-get-started .footer-button-animation:hover {
  color: #2e1a47;
  background-color: #c2f1b7;
}

footer .footer-get-started-main .footer-get-started-container .footer-get-started .footer-button-animation::before {
  position: absolute;
  top: 0;
  content: "";
  background: #fff;
  border-radius: 9999px;
  width: 122%;
  height: 102%;
  left: -10%;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

footer .footer-get-started-main .footer-get-started-container .footer-get-started .footer-button-animation:hover::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

footer .main-footer-container {
  width: 100%;
  background-color: #ffffff;
  padding: 70px 0;
}

footer .main-footer-container .main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin: 0 auto;
}

footer .main-footer-container .main-footer .footer-knowbie-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer .main-footer-container .main-footer .footer-knowbie-logo span {
  color: #2e1a47;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

footer .main-footer-container .main-footer .footer-contact-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
}

footer .main-footer-container .main-footer .footer-contact-follow .contact-all-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 70%;
}

footer .main-footer-container .main-footer .footer-contact-follow .contact-all-info .footer-contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .main-footer-container .main-footer .footer-contact-follow .contact-all-info .footer-contact-us h5 {
  font-weight: bold;
  font-size: 18.1285px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 23.275px;
}

footer .main-footer-container .main-footer .footer-contact-follow .contact-all-info .footer-contact-us a {
  text-decoration: none;
  font-weight: normal;
  font-size: 14.7972px;
  line-height: 25px;
  letter-spacing: 0.003em;
  color: #2e1a47;
  margin-bottom: 0;
}

footer .main-footer-container .main-footer .footer-contact-follow .footer-follow-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
}

footer .main-footer-container .main-footer .footer-contact-follow .footer-follow-us .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 25px;
}

footer .main-footer-container .main-footer .footer-contact-follow .footer-follow-us img {
  width: 27px;
  height: 27px;
}

footer .main-footer-container .main-footer .footer-contact-follow .footer-follow-us h5 {
  font-weight: bold;
  font-size: 18.1285px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 23.275px;
}

@media (min-width: 1025px) {
  .why-knowbie-section .why-knowbie-cards {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1025px) {
  nav {
    z-index: 1000;
    background-color: #f5f5f5;
    position: relative;
  }
  nav .nav-links-button .nav-links-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    margin: 0;
    height: 16px;
    width: 20px;
  }
  nav .nav-links-button .nav-links-burger .burger-menu {
    background-color: #2e1a47;
    height: 2px;
    width: 100%;
    opacity: 60%;
    border-radius: 999px;
  }
  nav .nav-links-button #nav-links-burger-open {
    position: relative;
  }
  nav .nav-links-button #nav-links-burger-open .upper-burger {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  nav .nav-links-button #nav-links-burger-open .upper-burger-open {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  nav .nav-links-button #nav-links-burger-open .middle-burger {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: block;
  }
  nav .nav-links-button #nav-links-burger-open .middle-burger-open {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  nav .nav-links-button #nav-links-burger-open .bottom-burger {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  nav .nav-links-button #nav-links-burger-open .bottom-burger-open {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  nav .nav-links-button .nav-links {
    z-index: -999;
    position: absolute;
    left: -3%;
    width: 110%;
    height: 150px;
    opacity: 0;
    padding: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    background-color: #f5f5f5;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  nav .nav-links-button .nav-links-open {
    z-index: 99;
    opacity: 100%;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  nav button {
    display: none;
  }
  header {
    width: 90%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header-text h1 {
    font-size: 39.7149px;
    line-height: 48px;
    letter-spacing: -1.9353px;
    position: relative;
  }
  header .header-text p {
    font-size: 600;
    font-size: 16px;
  }
  header .header-text .header-email button {
    padding: 14px 24px;
    font-size: 14px;
  }
  header img {
    height: 400.04px;
  }
  .partners-logos-section .partners-logos {
    justify-items: center;
  }
  .why-knowbie-section {
    margin-top: 120px;
  }
  .why-knowbie-section .why-knowbie-intro-text h2 {
    width: 50%;
    font-size: 45px;
  }
  .why-knowbie-section .why-knowbie-intro-text #intro-text {
    width: 70%;
  }
  .why-knowbie-section .why-knowbie-intro-text #under-intro-text {
    width: 70%;
  }
  .why-knowbie-section .why-knowbie-cards {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .for-restaurants-section {
    margin-top: 170px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .for-restaurants-section .for-restaurants-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-img img {
    width: 100%;
    margin-right: -150px;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text h3 {
    width: 80%;
    text-align: center;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text h3::before {
    display: block;
    content: "";
    width: 31px;
    height: 2px;
    background: #efac00;
    position: absolute;
    bottom: -15px;
    margin: auto;
    right: 0;
    left: 0;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text #for-rest-p {
    text-align: center;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text button {
    margin-left: 8px;
  }
  .for-restaurants-section .for-restaurants-tools {
    margin-top: 107px;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left h2 {
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 80%;
    margin-bottom: 38px;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left #second-dark-safari-1 {
    width: 80%;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left #dec-for-restaurants {
    position: absolute;
    top: 103%;
    left: 50px;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-right #second-dark-safari-2 {
    width: 80%;
  }
  .for-servers-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 85%;
    margin-top: 240px;
  }
  .for-servers-section .for-servers-img img {
    width: 700px;
  }
  .for-servers-section .for-servers-text {
    width: 90%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .for-servers-section .for-servers-text h2 {
    width: 70%;
  }
  .for-servers-section .for-servers-text #for-servers-span::before {
    top: -70%;
    margin: auto;
    right: 0;
    left: 0;
  }
  .for-servers-section .for-servers-text ul {
    text-align: left;
  }
  .for-servers-section .for-servers-text ul li {
    margin-bottom: 15px;
  }
  .join-waitlist-section {
    padding: 50px 0;
  }
  .join-waitlist-section .join-waitlist-div {
    width: 80%;
  }
  .join-waitlist-section .join-waitlist-div h3 {
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 50px;
    width: 100%;
  }
  .join-waitlist-section .join-waitlist-div p {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .join-waitlist-section .join-waitlist-div button {
    margin-top: 0;
    padding: 12px 37px;
  }
  .join-waitlist-section .join-waitlist-div img {
    left: -150px;
  }
  .show-phone-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 250px;
  }
  .show-phone-section #left-phone {
    display: none;
  }
  .show-phone-section #right-phone {
    display: none;
  }
  .show-phone-section .three-phones {
    position: relative;
    height: 100%;
    width: 250px;
  }
  .show-phone-section .three-phones #phone1 {
    height: 650px;
    left: -217px;
    top: -52px;
  }
  .show-phone-section .three-phones #phone2 {
    position: relative;
    height: 700px;
  }
  .show-phone-section .three-phones #phone3 {
    height: 650px;
    left: 16px;
    top: -52px;
  }
  .show-phone-section .three-phones #show-phone-dec {
    position: absolute;
    z-index: 10001;
    left: 315px;
    bottom: 170px;
  }
  .why-knowbie-clients-reviews {
    margin-top: 100px;
  }
  .why-knowbie-clients-reviews .why-knowbie-clients-text h2 {
    margin-bottom: 18px;
  }
  .why-knowbie-clients-reviews .why-knowbie-clients-text h3 {
    margin-bottom: 11px;
  }
  .why-knowbie-clients-reviews .why-knowbie-clients-text p {
    color: #8c8496;
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
  }
  .why-knowbie-clients-reviews .reviews-container {
    margin-top: 100px;
  }
  .why-knowbie-clients-reviews .reviews-container .review-container {
    padding: 53px 32px 60px 32px;
  }
  .why-knowbie-clients-reviews .reviews-container .review-container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
  }
  .why-knowbie-clients-reviews .reviews-container .review-container #full-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 13px;
    margin-top: 20px;
  }
  .why-knowbie-clients-reviews .reviews-container .review-container #position {
    font-size: 14px;
    line-height: 9px;
    margin-top: 5px;
  }
  .why-knowbie-clients-reviews .reviews-container .review-container-active {
    padding: 53px 32px 15px 32px;
  }
  .why-knowbie-clients-reviews .reviews-container .review-container-active #user-photo {
    position: absolute;
    margin: auto;
    top: -30px;
    right: 0;
    left: 0;
    background-color: #f56c55;
    width: 48.2px;
    height: 48.2px;
    border-radius: 9999px;
  }
  .why-knowbie-clients-reviews .reviews-container .review-container-active #user-photo #user-photo-in {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 100;
  }
  .why-knowbie-clients-reviews .reviews-container .review-container-active #user-photo #user-photo-in #user-photo-dec-1 {
    position: absolute;
    left: -25px;
    top: 7px;
  }
  .why-knowbie-clients-reviews .reviews-container .review-container-active #user-photo #user-photo-in #user-photo-dec-2 {
    position: absolute;
    right: -25px;
    z-index: -2;
    top: 3px;
  }
  .why-knowbie-clients-reviews .reviews-container .review-container-active #user-photo #user-photo-in img {
    width: 27.96px;
    height: 35.45px;
  }
  .contact-us-section {
    margin-top: 100px;
  }
  .contact-us-section .contact-us-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-us-section .contact-us-container .contact-us-text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .contact-us-section .contact-us-container .contact-us-text #contact-us-text-h2-lg {
    display: none;
  }
  .contact-us-section .contact-us-container .contact-us-text #contact-us-text-h2-sm {
    display: block;
  }
  .contact-us-section .contact-us-container .contact-us-text h2 {
    margin-bottom: 31px;
  }
  .contact-us-section .contact-us-container .contact-us-text h2::before {
    margin: auto;
    right: 0;
    left: 0;
    width: 36px;
    bottom: -50%;
  }
  .contact-us-section .contact-us-container .contact-us-text #contact-us-text-p-lg {
    display: none;
  }
  .contact-us-section .contact-us-container .contact-us-text #contact-us-text-p-sm {
    display: block;
  }
  .contact-us-section .contact-us-container .contact-us-text p {
    width: 80%;
    margin: 15px auto;
    margin-bottom: 58px;
  }
  .contact-us-section .contact-us-container .contact-us-info {
    background-color: #ffffff;
    padding: 80px 42px 50px 35px;
    -webkit-box-shadow: 0px 14px 27px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 14px 27px rgba(0, 0, 0, 0.07);
    border-radius: 29.4045px;
    width: 80%;
    margin-top: 87px;
    height: 215px;
  }
  .contact-us-section .contact-us-container .contact-us-info h3 {
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1.53339px;
    color: #2e1a47;
    margin-top: 0;
  }
  .contact-us-section .contact-us-container .contact-us-info .contact-info-text p {
    font-size: 16.55px;
    line-height: 21px;
    letter-spacing: 0.719803px;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap {
    width: 78%;
    margin-left: 0;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  footer .footer-get-started-main .footer-get-started-container .footer-get-started {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  footer .footer-get-started-main .footer-get-started-container .footer-get-started #footer-get-started-desktop {
    display: none;
  }
  footer .footer-get-started-main .footer-get-started-container .footer-get-started #footer-get-started-mobile {
    display: block;
  }
  footer .footer-get-started-main .footer-get-started-container .footer-get-started button {
    margin-bottom: 46.512px;
  }
  footer .main-footer-container .main-footer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .main-footer-container .main-footer .footer-knowbie-logo {
    margin-top: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .main-footer-container .main-footer .footer-contact-follow {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  footer .main-footer-container .main-footer .footer-contact-follow .contact-all-info {
    width: 75%;
  }
  footer .main-footer-container .main-footer .footer-contact-follow .footer-follow-us {
    width: 22%;
    margin-left: 0px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 767px) {
  nav {
    width: 85%;
  }
  nav a img {
    height: 38px;
    width: 140px;
  }
  nav .nav-links-button .nav-links-burger .burger-menu {
    height: 3px;
  }
  nav .nav-links-button #nav-links-burger-open {
    position: relative;
  }
  nav .nav-links-button #nav-links-burger-open .upper-burger {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    position: absolute;
    top: 0;
  }
  nav .nav-links-button #nav-links-burger-open .upper-burger-open {
    -webkit-transform-origin: center;
            transform-origin: center;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    margin: auto;
  }
  nav .nav-links-button #nav-links-burger-open .middle-burger {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  nav .nav-links-button #nav-links-burger-open .middle-burger-open {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  nav .nav-links-button #nav-links-burger-open .bottom-burger {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    position: absolute;
    bottom: 0;
  }
  nav .nav-links-button #nav-links-burger-open .bottom-burger-open {
    -webkit-transform-origin: center;
            transform-origin: center;
    margin: auto;
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(45deg);
            transform: translateY(50%) rotate(45deg);
  }
  nav .nav-links-button .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 330px;
    max-width: 110%;
    padding-bottom: 50px;
  }
  nav .nav-links-button .nav-links .nav-link {
    margin: 0;
    margin-bottom: 26px;
  }
  nav .nav-links-button .nav-links .nav-link:last-child {
    margin-right: 39px;
  }
  nav .nav-links-button .nav-links-open {
    z-index: 99;
    opacity: 100%;
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
  }
  nav button {
    display: block;
  }
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-top: 65px;
  }
  header .header-text {
    width: 90%;
    text-align: center;
  }
  header .header-text h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #2e1a47;
    margin-bottom: 27px;
    position: relative;
  }
  header .header-text h1::before {
    display: none;
  }
  header .header-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
  }
  header .header-text .header-email {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    position: relative;
  }
  header .header-text .header-email button {
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.383837px;
  }
  header .header-text #span-bottom-text {
    display: none;
  }
  .partners-logos-section {
    margin-top: 55px;
  }
  .partners-logos-section .partners-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    gap: 41px;
  }
  .partners-logos-section .partners-logos img {
    width: 120.69px;
    height: 26.2px;
  }
  .why-knowbie-section {
    margin-top: 76px;
  }
  .why-knowbie-section .why-knowbie-intro-text {
    text-align: center;
  }
  .why-knowbie-section .why-knowbie-intro-text h2 {
    width: 90%;
    font-weight: bold;
    font-size: 22.3679px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .why-knowbie-section .why-knowbie-intro-text #intro-text {
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.02em;
    width: 90%;
    margin-top: 25px;
  }
  .why-knowbie-section .why-knowbie-intro-text span {
    height: 2px;
    width: 31px;
    background-color: #b1b2dd;
  }
  .why-knowbie-section .why-knowbie-intro-text #under-intro-text {
    font-weight: 100;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    width: 85%;
  }
  .why-knowbie-section .why-knowbie-cards {
    position: relative;
    width: 90%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: none;
        grid-template-columns: none;
    row-gap: 28px;
    margin-top: 50px;
    z-index: 5;
  }
  .why-knowbie-section .why-knowbie-cards .why-knowbie-card-container .why-knowbie-card {
    padding: 11px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 85%;
  }
  .why-knowbie-section .why-knowbie-cards .why-knowbie-card-container .why-knowbie-card img {
    width: 45.96px;
    height: 43.09px;
    margin-right: 19px;
  }
  .why-knowbie-section .why-knowbie-cards .why-knowbie-card-container .why-knowbie-card div h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
  }
  .why-knowbie-section .why-knowbie-cards .why-knowbie-card-container .why-knowbie-card div p {
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
  }
  .why-knowbie-section .why-knowbie-cards #why-knowbie-dec-img {
    display: none;
  }
  .for-restaurants-section {
    margin-top: 74px;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-img {
    width: 400.94px;
    height: 240px;
    margin-left: -18%;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text {
    margin-top: 60px;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.5px;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.02em;
    width: 100%;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text h3::before {
    display: block;
    content: "";
    width: 31px;
    height: 2px;
    background: #efac00;
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text h3 span {
    font-size: 22px;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text #for-restaurants-h3-desktop {
    display: none;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text #for-restaurants-h3-mobile {
    display: block;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text span {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text ul {
    margin-top: 30px;
    margin-left: 0;
    list-style: none;
    padding-left: 20px;
    width: 100%;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text ul li b {
    color: #2e1a47;
    font-weight: 400;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text ul li::before {
    content: "\2022";
    color: #efac00;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    margin-left: -1em;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email {
    width: 100%;
    margin-top: 52px;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email #for-res-form {
    width: 100%;
  }
  .for-restaurants-section .for-restaurants-intro .for-restaurants-intro-text .for-restaurants-intro-email #for-res-form button {
    padding: 12px 0;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.383837px;
    width: 100%;
    margin-left: 0;
  }
  .for-restaurants-section .for-restaurants-tools {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin-top: 103px;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column-re;
            flex-direction: column-re;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left h2 {
    width: 80%;
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left h2 span {
    color: #efac00;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left #for-restaurants-h2-desktop {
    display: none;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left #for-restaurants-h2-mobile {
    display: block;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left #dec-for-restaurants {
    position: absolute;
    top: 125%;
    left: 5%;
    width: 43.53px;
    height: 44.31px;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left #second-dark-safari-1 {
    display: none;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-left #second-dark-safari-1-mob {
    display: block;
    width: 341.96px;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-right #dec-for-restaurants-tools {
    position: absolute;
    right: 30px;
    top: 65%;
    right: 10px;
    z-index: 2;
    width: 43.53px;
    height: 44.31px;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-right #second-dark-safari-2 {
    position: absolute;
    right: 0;
    top: 50%;
    display: none;
  }
  .for-restaurants-section .for-restaurants-tools .for-restaurants-tools-right #second-dark-safari-mob {
    position: absolute;
    bottom: -40%;
    left: 20%;
    display: block;
    width: 318.96px;
    height: 213.16px;
  }
  .for-servers-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 250px;
  }
  .for-servers-section .for-servers-img img {
    width: 440.91px;
  }
  .for-servers-section .for-servers-text {
    width: 90%;
  }
  .for-servers-section .for-servers-text h2 {
    margin-top: 52px;
    margin-bottom: 31px;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.5px;
  }
  .for-servers-section .for-servers-text h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02em;
    width: 90%;
  }
  .for-servers-section .for-servers-text h3 span {
    font-size: 22px;
  }
  .for-servers-section .for-servers-text #for-servers-span {
    font-weight: normal;
    font-size: 17px;
    line-height: 150%;
    width: 90%;
  }
  .for-servers-section .for-servers-text ul {
    margin-top: 55px;
    margin-left: 0;
    list-style: none;
    padding-left: 20px;
    width: 100%;
  }
  .for-servers-section .for-servers-text ul li {
    color: #8c8496;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .for-servers-section .for-servers-text ul li b {
    color: #2e1a47;
    font-weight: 600;
  }
  .join-waitlist-section {
    padding: 62px 23px;
    width: 80%;
  }
  .join-waitlist-section .join-waitlist-div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .join-waitlist-section .join-waitlist-div h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 17px;
    letter-spacing: -0.819398px;
    margin-bottom: 16px;
  }
  .join-waitlist-section .join-waitlist-div #join-waitlist-p-desktop {
    display: none;
  }
  .join-waitlist-section .join-waitlist-div #join-waitlist-p-mobile {
    display: block;
  }
  .join-waitlist-section .join-waitlist-div p {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    width: 80%;
  }
  .join-waitlist-section .join-waitlist-div button {
    margin-top: 37px;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.383837px;
    padding: 12px 0;
  }
  .join-waitlist-section .join-waitlist-div img {
    width: 38.23px;
    height: 39.79px;
    position: absolute;
    left: -10%;
    top: -25%;
  }
  .show-phone-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 220px;
  }
  .show-phone-section .three-phones {
    position: relative;
    height: 100%;
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .show-phone-section .three-phones #phone1 {
    height: 290.74px;
    left: -38px;
    top: -70px;
  }
  .show-phone-section .three-phones #phone2 {
    position: relative;
    height: 319.08px;
    left: 0;
  }
  .show-phone-section .three-phones #phone3 {
    height: 290.74px;
    left: 71px;
    top: -79px;
  }
  .show-phone-section .three-phones #show-phone-dec {
    width: 44.82px;
    height: 45.63px;
    position: absolute;
    z-index: 10001;
    left: 199px;
    bottom: 120px;
  }
  .contact-us-section {
    margin-top: 130px;
    padding: 43px 35px;
  }
  .contact-us-section .contact-us-container .contact-us-text h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.02em;
  }
  .contact-us-section .contact-us-container .contact-us-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    width: 100%;
  }
  .contact-us-section .contact-us-container .contact-us-info {
    width: 80%;
    padding: 11px 16px 37px 24px;
  }
  .contact-us-section .contact-us-container .contact-us-info h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.651067px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .contact-us-section .contact-us-container .contact-us-info .contact-info-text {
    width: 100%;
  }
  .contact-us-section .contact-us-container .contact-us-info .contact-info-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }
  .contact-us-section .contact-us-container .contact-us-info .contact-info-text #contact-us-time-img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .contact-us-section .contact-us-container .contact-us-info .contact-info-text #contact-us-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-us-section .contact-us-container .contact-us-info .contact-info-text #contact-us-time p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 0;
  }
  .contact-us-section .contact-us-container .contact-us-info .contact-info-text #contact-us-time p:last-child {
    margin-top: 0px;
  }
  .contact-us-section .contact-us-container .contact-us-info .contact-info-text #contact-us-time p span {
    margin-left: 0px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap {
    width: 80%;
    padding: 37px 15px 48px 15px;
    height: 579px;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 30px;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-us-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 0;
    margin-bottom: 22px;
    width: 90%;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-us-form input {
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 17px;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-us-form input:last-child {
    margin-bottom: 0;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container .contact-us-form select {
    width: 114%;
    margin-bottom: 17px;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container textarea {
    margin-bottom: 26px;
    width: 90%;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .contact-us-form-container button {
    width: 100%;
    font-weight: bold;
    font-size: 15.7857px;
    line-height: 20px;
    letter-spacing: -0.35642px;
    padding: 10px 0;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .init-contact-us-form-submit h4 {
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    padding: 18px 32px;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .init-contact-us-form-submit div img {
    width: 61.27px;
    height: 61.27px;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .init-contact-us-form-submit div #form-submitted {
    font-weight: bold;
    font-size: 29.5439px;
    line-height: 49px;
    letter-spacing: 0.003em;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .init-contact-us-form-submit div #form-submitted-text {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
  }
  .contact-us-section .contact-us-container .contact-us-form-wrap .display-none {
    position: absolute;
  }
  footer .footer-get-started-main .footer-get-started-container .footer-get-started h4 {
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    width: 70%;
  }
  footer .footer-get-started-main .footer-get-started-container .footer-get-started button {
    font-weight: bold;
    font-size: 15.7857px;
    line-height: 19px;
    padding: 8px 31px;
  }
  footer .main-footer-container {
    padding-top: 0;
  }
  footer .main-footer-container .main-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .main-footer-container .main-footer .footer-knowbie-logo span {
    margin-top: 22px;
  }
  footer .main-footer-container .main-footer .footer-contact-follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .main-footer-container .main-footer .footer-contact-follow .contact-all-info {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .main-footer-container .main-footer .footer-contact-follow .contact-all-info .footer-contact-us h5 {
    font-weight: bold;
    font-size: 20.7274px;
    line-height: 29px;
    margin-bottom: 0;
    margin-top: 60px;
  }
  footer .main-footer-container .main-footer .footer-contact-follow .contact-all-info .footer-contact-us p {
    font-weight: normal;
    font-size: 16.9185px;
    line-height: 29px;
    letter-spacing: 0.003em;
  }
  footer .main-footer-container .main-footer .footer-contact-follow .footer-follow-us {
    width: 100%;
    margin-left: 0;
  }
  footer .main-footer-container .main-footer .footer-contact-follow .footer-follow-us .footer-links {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  footer .main-footer-container .main-footer .footer-contact-follow .footer-follow-us h5 {
    text-align: center;
    font-weight: bold;
    font-size: 20.7274px;
    line-height: 29px;
    margin-top: 60px;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=main.css.map */