body {
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fraunces, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: none;
}

li {
  margin-bottom: 10px;
}

.container-flex_1800px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  padding-top: 0px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
}

.main-content-wrapper {
  min-height: 100vh;
}

.tabclix-block-wrapper {
  position: relative;
  display: block;
  min-height: 80vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #495ee3;
}

.mobile-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.actual-iframe-container {
  position: absolute;
  z-index: 9998;
  display: none;
  overflow: hidden;
  width: 290px;
  height: 600px;
  margin-top: 0px;
  margin-bottom: -10px;
  margin-left: 0px;
  background-color: #495ee3;
}

.quote-animate {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url('../images/Tabclix__quote_white.svg');
  background-position: 50% 50%;
  background-size: cover;
  white-space: nowrap;
}

.chat-animate {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url('../images/Tabclix_chat-white.svg');
  background-size: cover;
  white-space: nowrap;
}

.messenger-animate {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url('../images/Tabclix_chat_facebook-white.svg');
  background-position: 50% 50%;
  background-size: cover;
  white-space: nowrap;
}

.twitter-animate {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url('../images/Tabclix_chat_twitter-white.svg');
  background-position: 50% 50%;
  background-size: cover;
  white-space: nowrap;
}

.animation-block-parent {
  position: relative;
  display: none;
  overflow: visible;
  width: 100%;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/line-background.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-flex-1150 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.text-small {
  color: #5f5f5f;
  font-weight: 400;
}

.text-small.white {
  color: #fff;
}

.text-small.light-grey {
  color: #c8c8c8;
}

.section-trustedpartners {
  padding-top: 60px;
  padding-bottom: 60px;
}

.partner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.partner-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  mix-blend-mode: luminosity;
}

.partner-logo._2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wallet-animate {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url('../images/Tabclix__wallet_white.svg');
  background-position: 50% 50%;
  background-size: cover;
  white-space: nowrap;
}

.heading-2 h2{
  font-family: Fraunces, sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}

.logo-grey-filter {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section-functionalities {
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 20px;
}

.tab-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.tabs-menu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 1;
}

.tabs-content-block-flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #000;
}

.tab-link.w--current {
  background-color: transparent;
  color: #1b94ff;
  font-weight: 500;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 70%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}
@media all and (max-width:991px){
  .for-desktop {
    display: none;
  }
}
@media all and (min-width:992px){

  .tabclix-app-screen.powertools {
    margin-top: 58px;
  }
  .main-animation-block {
    display: block !important;
  }
  .for-mobile {
    display: none;
  }
  .tabs-content-block-flex.fiexed-iframe {
    position: sticky;
    top: -35px;
  }
  .tab-flex-block {
    padding-left: 5vw;
  }
  .w-tab-menu {
    position: sticky;
    top: 220px;
    margin-top: 190px;
    margin-bottom: 160px;
    display: none;
  }
  .content-block {
    margin-top: 370px;
  }
}
.tabs-content-block-flex div:nth-last-child(1) .content-block {
  margin-top: 0;
  margin-bottom: 370px;
}
.tabs-content-block-flex div:nth-last-child(2) .content-block {
  margin-bottom: 370px;
}
.text-block {
  width: 85%;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-large {
  font-size: 18px;
}

.container-banner-1300 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-heading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Fraunces, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 62px;
  font-weight: 400;
}

.hero-heading .cursor, span#main,.hero-heading p {
  display:inline;
}
.typer {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.span {
  font-weight: 600;
  text-decoration: underline;
}

.text-animation-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loop-text-outer {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
}

.loop-text-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/line-background.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.whatsapp-animate {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url('../images/Tabclix_chat_whatsapp-color.svg');
  background-position: 50% 50%;
  background-size: cover;
  white-space: nowrap;
}

.instagram-animate {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url('../images/Tabclix_chat_instagram.svg');
  background-position: 50% 50%;
  background-size: cover;
  white-space: nowrap;
}

.html-embed {
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

.nav-link {
  padding: 20px 10px;
  -webkit-transition: color 350ms cubic-bezier(.25, .1, .298, 1.13);
  transition: color 350ms cubic-bezier(.25, .1, .298, 1.13);
}

.nav-link:hover {
  color: #1b94ff;
  font-weight: 400;
}

.nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-logo {
  padding-right: 30px;
}
.brand-logo img {
  width: 114px;
}
.button-sign-up {
  padding: 10px 20px;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 0 0 0 1px #1b94ff;
  -webkit-transition: background-color 250ms ease, border-color 250ms ease;
  transition: background-color 250ms ease, border-color 250ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.button-sign-up:hover {
  background-color: #1b94ff;
  color: #fff;
}

.link-text {
  padding-right: 20px;
  -webkit-transition: color 350ms cubic-bezier(.25, .1, .298, 1.13);
  transition: color 350ms cubic-bezier(.25, .1, .298, 1.13);
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.link-text:hover {
  color: #1b94ff;
}

.link-text.white {
  color: #fff;
}

.link-text.light-grey {
  color: #c8c8c8;
}

.menu-button-block {
  display: none;
}

.section-integrations {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f9f9f9;
}

.container_1150 {
  max-width: 1150px;
  padding-right: 20px;
  padding-left: 20px;
}

.heading-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-text-block {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-visual-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-block-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-small_l {
  margin-bottom: 10px;
  color: #5f5f5f;
}

.text-small_l.light-grey {
  color: #c8c8c8;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
}

.footer-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
}

.col {
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
}

.list {
  padding-left: 0px;
}

.list-item {
  margin-bottom: 5px;
}

.footer-link-text-heading {
  color: #fff;
  font-weight: 500;
}

.footer-link-heading-block {
  padding-bottom: 10px;
}

.col-1 {
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mobile-bar-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: none;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-bar {
  z-index: 9999;
  display: block;
  width: 365px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 24px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212529), to(#343a40));
  background-image: linear-gradient(180deg, #212529, #343a40);
}

.mobile-bar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-animation-block {
  position: relative;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.ui-image-parent {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 730px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mobile-mockup {
  position: absolute;
  z-index: 2;
  width: 350px;
  height: 768px;
  background-image: url('../images/iPhone-X-Mockup.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: rotate(0deg) perspective(2000px);
  transform: rotate(0deg) perspective(2000px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.expand-ui {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 730px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabclix-app-screen {
  position: relative;
  z-index: 7;
  overflow: hidden;
  width: 320px;
  height: 650px;
  margin-top: 38px;
  border-radius: 40px;
}

.tabclix-sc {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 730px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabclix-sc.fold {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  width: 320px;
  height: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.screenshot-fold-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.iframe-animated {
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-col-l {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-form {
  margin-top: auto;
  padding: 12px 20px;
  border-radius: 6px;
  background-color: #1b94ff;
  box-shadow: 0 0 0 1px #1b94ff;
  -webkit-transition: background-color 250ms ease, border-color 250ms ease;
  transition: background-color 250ms ease, border-color 250ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

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

.image-form {
  padding-right: 60px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success-message {
  border-radius: 5px;
  background-color: #1b94ff;
}

.text-field {
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 6px;
  -webkit-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
}

.text-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #1b94ff;
}

.section-form {
  padding-top: 80px;
  padding-bottom: 80px;
}

.error-message {
  border-radius: 5px;
}

.actual-iframe-container-2 {
  position: absolute;
  z-index: 9998;
  display: block;
  overflow: hidden;
  width: 290px;
  height: 600px;
  margin-top: 0px;
  margin-bottom: -10px;
  margin-left: 0px;
  background-color: #495ee3;
}

.actual-iframe-container-2.animated {
  width: 320px;
  height: 650px;
}

.exapnd-ui-hero {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 730px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-image {
  width: 100%;
  height: 100%;
}

.text-regular_l {
  margin-bottom: 10px;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 22px;
}

.second-paragraph {
  position: relative;
  display: none;
}

.arrow {
  position: absolute;
  left: auto;
  top: 52%;
  right: 65%;
  bottom: 0%;
}

.slide-nav {
  display: none;
}

.mask {
  background-color: #fff;
}

.icon {
  color: #1b94ff;
}

.parent-partner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  mix-blend-mode: luminosity;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slider {
  height: 100%;
  margin-top: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.tabclix-icon {
  padding-right: 10px;
  font-family: Tabclix, sans-serif;
  font-size: 26px;
  line-height: 26px;
}
.tabclix-icon svg{

    width: 25px;
    height: 25px;

}
.w--current svg path{
  fill: #1b94ff;
}
@media screen and (max-width: 991px) {
  .tabclix-block-wrapper {
    padding-top: 20px;
  }

  .container-flex-1150 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-small {
    text-align: center;
  }

  .section-trustedpartners {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .partner-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .partner-logo._1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partner-logo._4 {
    display: none;
  }

  .partner-logo._8 {
    display: none;
  }

  .heading-2 h2{
    text-align: center;
  }

  .section-functionalities {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab-flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tabs-menu-flex {
    margin-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-banner-1300 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
  }

  .text-animation-block {
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-button {
    margin-left: 10px;
  }

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

  .loop-text-inner {
    margin-top: 20px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .brand-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-integrations {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-container-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-block-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-small_l {
    text-align: left;
  }

  .footer-link-text-heading {
    text-align: left;
  }

  .mobile-bar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: block;
    height: 60px;
    background-color: #000;
  }

  .mobile-bar-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-col-l {
    padding-bottom: 20px;
  }

  .image-form {
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .contact-form-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-regular_l {
    text-align: left;
  }

  .arrow {
    right: 54%;
  }

  .left-arrow {
    left: -25px;
  }

  .right-arrow {
    right: -25px;
  }
}

@media screen and (max-width: 767px) {
  .container-flex_1800px {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabclix-block-wrapper {
    min-height: 70vh;
  }

  .mobile-wrapper {
    display: none;
  }

  .text-small {
    text-align: left;
  }

  .section-trustedpartners {
    padding-top: 30px;
  }

  .partner-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .partner-logo._3 {
    display: none;
  }

  .partner-logo._4 {
    display: none;
  }

  .partner-logo._7 {
    display: none;
  }

  .heading-2 h2{
    text-align: left;
  }

  .heading-2.white {
    color: #fff;
    font-weight: 600;
  }

  .section-functionalities {
    min-height: 50vh;
  }

  .tabs-menu-flex {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .tabs-content-block-flex {
    padding-bottom: 20px;
  }

  .tab-link.w--current {
    padding-right: 10px;
  }

  .text-block {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-large {
    font-size: 12px;
  }

  .container-banner-1300 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 46px;
    text-align: left;
  }

  .menu-button {
    margin-left: 10px;
  }

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

  .loop-text-outer {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
  }

  .brand-logo.w--current {
    padding-left: 0px;
  }

  .section-integrations {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-text-block {
    margin-right: 0px;
    padding-bottom: 20px;
  }

  .content-visual-block {
    margin-left: 0px;
  }

  .flex-block-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .footer-logo {
    margin-top: 0px;
  }

  .col {
    padding-bottom: 20px;
  }

  .col-1 {
    padding-bottom: 20px;
  }

  .mobile-bar-wrapper {
    width: 100%;
  }

  .mobile-bar-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-animation-block {
    display: none;
  }

  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-col-l {
    padding-bottom: 40px;
  }

  .image-form {
    padding-left: 0px;
  }

  .section-form {
    padding-top: 20px;
  }

  .second-paragraph {
    display: block;
  }

  .arrow {
    right: -40%;
  }

  .parent-partner-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .left-arrow {
    left: -25px;
  }

  .right-arrow {
    right: -25px;
  }

  .bold-text {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .container-flex_1800px {
    padding-right: 5px;
    padding-left: 15px;
  }

  .tabclix-block-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 90vh;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #495ee3;
  }

  .mobile-wrapper {
    display: none;
    width: 330px;
  }

  .actual-iframe-container {
    z-index: 655;
    width: 280px;
    height: 620px;
  }

  .animation-block-parent {
    overflow: hidden;
    width: 100%;
  }

  .text-small {
    text-align: left;
  }

  .section-trustedpartners {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .partner-block {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .partner-logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .partner-logo._1 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .partner-logo._2 {
    display: none;
  }

  .heading-2 h2{
    font-size: 26px;
    text-align: left;
    margin-bottom: 20px;
  }

  .heading-2.white {
    color: #fff;
  }

  .section-functionalities {
    min-height: 50vh;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .tabs-menu-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .tab-link {
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link.w--current {
    padding-right: 10px;
  }

  .text-block {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-large {
    font-size: 12px;
  }

  .container-banner-1300 {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-heading {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }

  .typer {
    color: #fff;
  }

  .text-animation-block {
    padding-top: 0px;
  }

  .nav-menu {
    z-index: 9999;
    background-color: #fff;
  }

  .menu-button {
    padding-right: 14px;
    padding-left: 14px;
    background-color: #fff;
  }

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

  .loop-text-outer {
    display: none;
  }

  .loop-text-inner {
    overflow: hidden;
    width: 100%;
  }

  .brand-logo {
    padding-right: 20px;
    padding-left: 0px;
  }

  .button-sign-up {
    margin-right: 2px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .link-text {
    padding-right: 10px;
  }

  .mobile-bar-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .mobile-bar {
    position: relative;
    padding-top: 14px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#212529), to(#343a40));
    background-image: linear-gradient(180deg, #212529, #343a40);
  }

  .mobile-bar-menu {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-animation-block {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ui-image-parent {
    width: 360px;
  }

  .mobile-mockup {
    display: none;
  }

  .form-col-l {
    padding-right: 0px;
  }

  .image-form {
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .contact-form-grid {
    margin-top: 20px;
  }

  .section-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .actual-iframe-container-2 {
    z-index: 655;
    width: 280px;
    height: 620px;
  }

  .actual-iframe-container-2.animated {
    width: 360px;
  }

  .second-paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .arrow {
    top: 90px;
    right: -60px;
  }

  .slide {
    height: 140px;
    min-height: 100%;
  }

  .parent-partner-block {
    min-height: 140px;
  }

  .left-arrow {
    left: -25px;
    display: none;
    padding-left: 0px;
  }

  .right-arrow {
    right: -25px;
    display: none;
  }

  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }
}

#w-node-e49aa9e2-744d-0bfd-e97f-05d5e2c25c4b-35008fbc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e49aa9e2-744d-0bfd-e97f-05d5e2c25c4b-35008fbc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e49aa9e2-744d-0bfd-e97f-05d5e2c25c4b-35008fbc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e49aa9e2-744d-0bfd-e97f-05d5e2c25c3b-35008fbc {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e49aa9e2-744d-0bfd-e97f-05d5e2c25c3f-35008fbc {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e49aa9e2-744d-0bfd-e97f-05d5e2c25c43-35008fbc {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e49aa9e2-744d-0bfd-e97f-05d5e2c25c47-35008fbc {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e49aa9e2-744d-0bfd-e97f-05d5e2c25c4b-35008fbc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Tabclix';
  src: url('../fonts/tabclix.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}