@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');
body {
  margin: 0px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* body {
  margin: 0px;
  min-height: 100%;
  background-color: rgb(255, 255, 255);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgb(51, 51, 51);
} */
body {
  background-color: rgb(0, 0, 0) !important;
  font-family: Outfit, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 1.2;
}
.w-nav {
  position: relative;
  background: rgb(221, 221, 221);
  z-index: 1000;
}
.w-nav::before,
.w-nav::after {
  content: " ";
  display: table;
  grid-area: 1 / 1 / 2 / 2;
}
.w-nav::after {
  clear: both;
}
.navbar {
  position: sticky;
  inset: 0% 0% auto;
  z-index: 20;
  height: 70px;
  background-color: transparent;
}
.container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em;
}
.container.nav-container {
  height: 100%;
  padding-top: 0em;
  padding-bottom: 0em;
}
.nav-menu-container {
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0px;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: rgb(51, 51, 51);
}
a {
  transition: color 350ms ease 0s;
  font-family: "Open Sans", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-decoration: none;
}
a:hover {
  color: rgb(150, 150, 150);
}
.brand {
  width: 190px;
  min-width: 190px;
}
img {
  border: 0px;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.w-nav-menu {
  position: relative;
  float: right;
}
.nav-menu {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  font-weight: 600;
}
.link-container {
  display: flex;
  -webkit-box-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  column-gap: 30px;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.link-block {
  padding-top: 2px;
  padding-bottom: 2px;
  transition: color 400ms ease 0s;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.link-block:hover {
  color: rgb(168, 168, 168);
}
.link-block.animation-01 {
  overflow: hidden;
}
.link-block-underline {
  position: relative;
  top: 2px;
  width: 100%;
  height: 1px;
  margin-top: 0px;
  background-color: rgb(141, 141, 141);
}
.nav-buttons-container {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 40px;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: rgb(56, 152, 236);
  color: white;
  border: 0px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0px;
}
.button {
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  transition: background-color 500ms ease 0s;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 600;
}
.button:hover {
  background-color: rgb(207, 207, 207);
  color: rgb(0, 0, 0);
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0px;
}
.menu-button {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.center-box {
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0px;
  right: 0px;
  width: 100%;
}
.section.overflow-hidden {
  overflow: hidden;
}
.center-text {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  width: 968px;
  margin: auto;
}
.hero-text-holder {
  display: flex;
  max-width: 1080px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.hero-text {
  font-size: 78px;
  font-weight: 600;
}
.gradient-text {
  background-image: linear-gradient(
    90deg,
    rgb(222, 200, 128),
    rgb(255, 255, 255) 27%,
    rgb(255, 57, 128) 57%,
    rgb(130, 125, 237)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.paragraph-hero {
  max-width: 1000px;
  padding-top: 20px;
}
p {
  margin-top: 0px;
  margin-bottom: 10px;
}
p {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: rgb(159, 159, 159);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
.hero-button-holder {
  display: flex;
  margin-top: 70px;
  column-gap: 20px;
}
.button.arrow {
  display: flex;
  padding-right: 70px;
  padding-left: 20px;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  background-image: url("https://assets.website-files.com/62bc1260fe7b1f3d37a8ea01/62bc194de899f34360ad593f_Arrow%20Icon.svg");
  background-position: 91% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: background-color 500ms ease 0s;
  font-weight: 600;
}
.button.arrow:hover {
  background-color: rgb(219, 219, 219);
  opacity: 1;
  color: rgb(0, 0, 0);
}
.gradient-link {
  display: flex;
  padding: 2px;
  border-radius: 6px;
  background-image: linear-gradient(
    90deg,
    rgb(222, 200, 128),
    rgb(255, 255, 255) 19%,
    rgb(255, 52, 125) 51%,
    rgb(130, 125, 237)
  );
}
.link-gradient-text {
  padding: 12px 40px;
  border-radius: 6px;
  background-color: rgb(0, 0, 0);
  font-size: 16px;
}
.app-holder {
  margin-top: 100px;
  padding-bottom: 154px;
  perspective: 1000px;
  transform: perspective(1000px);
}
.app-container {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.app-main-photo {
  overflow: hidden;
  width: 80%;
  border-radius: 24px;
}
.app-photo {
  width: 100%;
}
.app-info-01 {
  position: absolute;
  inset: -15% auto auto 0%;
  overflow: hidden;
  width: 250px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 53px 0px;
}
._100width {
  width: 100%;
}
.app-info-02 {
  position: absolute;
  inset: auto 0% -15% auto;
  overflow: hidden;
  width: 506px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 53px 0px;
}
.logo-grid-holder {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.w-layout-grid {
  /* display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.logo-grid {
  width: 100%;
  gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.logo-small-container {
  height: 27px;
}
#w-node-ddf35f60-4046-a5dc-8dfc-7a16218a2043-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.logo-small {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#w-node-ed6e05a7-8859-5c2e-bfa6-5a34d46c5535-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_38e6cc19-86ef-7eaa-1ab1-b4758b264793-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2c5230ad-7a3e-1078-2648-792bc8a3d83f-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_4ffe437a-249e-b0bf-4319-d5ced5949c15-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a11f21d4-8fb0-6c15-87e3-d6c169a6536f-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_209d1c9a-5c8e-b2b8-a90f-cc9d58a26396-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_6c110cba-70eb-d829-f5bf-8ff72d91f759-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_0d8e1bb2-4dcf-58bc-ddb2-2969473a2235-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-afed102e-1e94-d6d2-0ddb-965b06c57825-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.container._4em {
  padding-top: 4em;
  padding-bottom: 4em;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 500;
}
.features-container {
  display: flex;
  margin-top: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 160px;
}
.grid-6-col {
  display: grid;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  grid-auto-columns: 1fr;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
#w-node-_3e5d2762-47b3-db8b-cc0c-4a656fea09c8-aca8ea2d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 500;
}
.list-container {
  margin-top: 51px;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0px;
  list-style: none;
}
ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.list-holder {
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  align-items: baseline;
  grid-auto-columns: 1fr;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.list-icon-container {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-right: 8px;
}
.image-container {
  width: 100%;
}
#w-node-_003d7288-52d9-6c3b-64c7-0783fd2a1b36-aca8ea2d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
.feature-image {
  overflow: hidden;
  width: 100%;
  border-radius: 21px;
}
#w-node-_5865c2f9-085b-8a6d-8622-8912e97a7274-aca8ea2d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-_5865c2f9-085b-8a6d-8622-8912e97a7256-aca8ea2d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
.section.grey-section {
  background-color: rgb(23, 23, 26);
}
.container._6em {
  padding-top: 6em;
  padding-bottom: 6em;
}
.sticky-slider-section {
  margin-top: 130px;
}
.sticky-slider-container {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.sticky-text-container {
  width: 480px;
  min-width: 480px;
}
#w-node-_82187d72-78de-76a1-d56b-c9a74902fc48-aca8ea2d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}
.sticky-text-holder {
  position: sticky;
  top: 29%;
  margin-top: -29px;
}
.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}
.slider-image-holder {
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  gap: 50px 20px;
}
#w-node-_82187d72-78de-76a1-d56b-c9a74902fc66-aca8ea2d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}
.slider-sticky-holder {
  position: sticky;
  bottom: 0%;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
}
.slider-sticky-holder._01 {
  z-index: 6;/* Highest z-index */
  margin-top: -31px;
  position: sticky; /* Ensure it creates a stacking context */
  bottom: 0%;
}
.slider-sticky-holder._02 {
  bottom: 0%;
  z-index: 5 ;
  position: sticky;
  
}
.slider-sticky-holder._03 {
  bottom: 0%;
  z-index: 4 ;
  position: sticky;
  
}
.slider-sticky-holder._04 {
  bottom: 0%;
  z-index: 3;
  position: sticky;
  
}
.slider-sticky-holder._05 {
  bottom: 0%;
  z-index: 0 !important; /* Lowest z-index */
  position: sticky;
  
}

.title-container {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}
#w-node-_9acb6e39-e985-ebce-2ef5-19ba02513fee-aca8ea2d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center start;
}
.paragraph-white {
  color: rgb(255, 255, 255);
}
.top-margin-l {
  margin-top: 3em;
}
.feature-grid-holder {
  display: flex;
  margin-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 30px;
}
.feature-cards {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.feature-cards-container {
  overflow: hidden;
  border-radius: 20px;
  background-color: rgb(23, 23, 23);
}
#w-node-_80744953-1164-62c7-834a-49586763b7b6-aca8ea2d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}
.feature-card-paddings {
  height: 100%;
}
.feature-card-big-app-holder {
  position: relative;
  display: flex;
  padding-top: 32px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  gap: 8px 2px;
  text-align: center;
}
.relative {
  position: relative;
  z-index: 2;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}
.app-gardient-top {
  position: absolute;
  inset: 0% 0% auto;
  z-index: 1;
  width: 100%;
  height: 160px;
  background-image: linear-gradient(rgb(23, 23, 23) 59%, rgba(23, 23, 23, 0));
}
.full-app-image-container {
  position: relative;
  width: 110%;
  height: 120%;
  margin-top: -95px;
}
.full-app-image {
  width: 100%;
}
.feature-cards-container._02 {
  width: 372px;
  min-height: 100%;
  min-width: 372px;
}
#w-node-_5db75681-33d3-b0fb-2e77-0a4c1ef35b70-aca8ea2d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
.feature-card-big-app-holder._02 {
  height: 100%;
  padding-right: 45px;
  padding-left: 45px;
}
.app-gardient-bot {
  position: absolute;
  inset: auto 0% 0%;
  z-index: 1;
  width: 100%;
  height: 160px;
  background-image: linear-gradient(0deg, rgb(23, 23, 23), rgba(23, 23, 23, 0));
}
.phone-container {
  position: relative;
  top: -35px;
  z-index: 0;
  height: 370px;
}
.phone-image-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.iphone-image {
  width: 100%;
}
.iphone-screen-image-container {
  position: absolute;
  inset: 14px;
  height: 100%;
  object-fit: cover;
}
.iphone-screen-image {
  width: 100%;
  border-radius: 30px;
}
#w-node-_6eda20d0-05fc-a501-ad3d-6ae5e36c303e-aca8ea2d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
.phone-container._02 {
  left: 49px;
  top: 21px;
  width: 140%;
  min-width: 140%;
}
#w-node-_6eda20d0-05fc-a501-ad3d-6ae5e36c3031-aca8ea2d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}
.full-app-image-container._02 {
  left: 77px;
  top: 16px;
  width: 140%;
  margin-top: 0px;
}
.w-tabs {
  position: relative;
}
.w-tabs::before,
.w-tabs::after {
  content: " ";
  display: table;
  grid-area: 1 / 1 / 2 / 2;
}
.w-tabs::after {
  clear: both;
}
.tabs {
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
.w-tab-menu {
  position: relative;
}
.tabs-menu {
  display: flex;
  column-gap: 20px;
  color: rgb(255, 255, 255);
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: rgb(34, 34, 34);
  background-color: rgb(221, 221, 221);
}
.w-tab-link:focus {
  outline: 0px;
}
.tab-link {
  display: flex;
  padding: 2px;
  border-radius: 6px;
  background-color: transparent;
  background-image: linear-gradient(
    270deg,
    rgb(47, 47, 47) 76%,
    rgba(47, 47, 47, 0)
  );
  transition: background-color 200ms ease 0s, color 350ms ease 0s;
}
.tab-link.right-side {
  background-image: linear-gradient(
    90deg,
    rgb(47, 47, 47) 76%,
    rgba(47, 47, 47, 0)
  );
}
.tab-text {
  padding: 12px 40px;
  border-radius: 6px;
  background-color: rgb(0, 0, 0);
  transition: color 325ms ease 0s;
  color: rgb(255, 255, 255);
  font-size: 16px;
}
.tab-text:hover {
  color: rgb(182, 182, 182);
}
.w-tab-link.w--current {
  background-color: rgb(200, 200, 200);
}
.tab-link.w--current {
  background-image: linear-gradient(
    90deg,
    rgb(222, 200, 128),
    rgb(255, 255, 255) 19%,
    rgb(255, 52, 125) 51%,
    rgb(130, 125, 237)
  );
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.tabs-content {
  width: 100%;
  margin-top: 40px;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.tab-grid {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  gap: 16px 130px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.payment-tab-holder {
  padding: 45px;
  border-radius: 20px;
  background-color: rgb(23, 23, 23);
}
#w-node-_55eeaba3-9b54-f591-debf-2f656f5641f6-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.payment-padding {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  gap: 60px;
}
.payment-number-holder {
  display: flex;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  column-gap: 20px;
}
.payment-number-container {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: end;
  align-items: flex-end;
  column-gap: 20px;
}
.plan-number {
  background-image: linear-gradient(
    90deg,
    rgb(222, 200, 128),
    rgb(255, 255, 255) 24%,
    rgb(255, 52, 125) 59%,
    rgb(130, 125, 237)
  );
  font-size: 220px;
  line-height: 0.8;
  font-weight: 600;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.payment-button-holder {
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 15px;
}
.link-gradient-text.grey-full {
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(23, 23, 23);
}
#w-node-bbe64543-f8b8-e245-b98f-f12add5ba78e-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.tab-text-holder {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 30px;
}
.grid-list {
  gap: 25px 30px;
  grid-template-rows: auto;
}
.w--tab-active {
  display: block;
}
#w-node-_21ad6684-3158-f9d9-417c-29f08a721e3e-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_21ad6684-3158-f9d9-417c-29f08a721e57-aca8ea2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.connect-section-container {
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 60px;
}
.connect-grid-container {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.company-avatar-container {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#w-node-d008f252-532e-9d09-d9c2-0bb50db72bc3-aca8ea2d {
  place-self: end start;
}
.company-avatar-circle {
  position: relative;
  z-index: 1;
  width: 75px;
  height: 75px;
  min-height: 75px;
  min-width: 75px;
}
.company-avatar {
  width: 100%;
  height: 100%;
}
.grey-circle-holder {
  position: absolute;
  inset: 0%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.gray-circle {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: rgb(23, 23, 26);
}
#w-node-_6b36a120-b831-13db-9104-e521eb83e706-aca8ea2d {
  place-self: end;
}
.company-avatar-container.bot {
  left: -11px;
  bottom: -11px;
}
#w-node-_8689b8b6-e83a-0577-b4e9-43bb27f11736-aca8ea2d {
  place-self: end;
}
.company-avatar-container.up {
  top: -18px;
  right: -14px;
}
#w-node-_4f1d5286-8618-b7c4-8f9b-154d93084005-aca8ea2d {
  place-self: end center;
}
#w-node-_52b3093c-671c-ec38-a078-3b81fa20f408-aca8ea2d {
  place-self: end center;
}
.company-avatar-container.random {
  left: -12px;
  top: 2px;
}
#w-node-e3acfc95-87cd-c92c-4015-0873834ac1d1-aca8ea2d {
  place-self: end center;
}
#w-node-ab6fd3a9-0145-6a3e-94fc-91330bb0f431-aca8ea2d {
  place-self: end;
}
#w-node-_2bb55183-bd7a-9bae-a4c9-ae37c11720c5-aca8ea2d {
  place-self: end start;
}
#w-node-_05e15299-d605-b9eb-85f8-c9e4e84a86e4-aca8ea2d {
  place-self: end start;
}
#w-node-a9b6046f-debb-78ae-3ea8-b3631ff554a0-aca8ea2d {
  place-self: end start;
}
#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2dd-aca8ea2d {
  place-self: end start;
}
#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2e2-aca8ea2d {
  place-self: end start;
}
#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2e7-aca8ea2d {
  place-self: end;
}
#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2ec-aca8ea2d {
  place-self: end center;
}
#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2f1-aca8ea2d {
  place-self: end;
}
#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2f6-aca8ea2d {
  place-self: end;
}
#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2fb-aca8ea2d {
  place-self: end;
}
#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff300-aca8ea2d {
  place-self: end;
}
#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff305-aca8ea2d {
  place-self: end start;
}
#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff30a-aca8ea2d {
  place-self: center end;
}
.quick-access {
  overflow: hidden;
  border-radius: 24px;
}
.quick-access-grid {
  display: grid;
  grid-auto-columns: 1fr;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.quick-access-card-holder {
  position: relative;
  z-index: 3;
  padding: 90px 50px 30px;
  background-color: rgb(23, 23, 23);
  font-family: "Open Sans", sans-serif;
}
.quick-access-card {
  position: relative;
  z-index: 2;
}
.arrow-holder-container {
  position: absolute;
  inset: 72px 30px auto auto;
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
}
.grey-border {
  position: absolute;
  inset: -1px;
  z-index: 0;
  border: 1px solid rgb(47, 47, 47);
}
.quick-access-card-holder.less-padding {
  padding-top: 54px;
}
#w-node-bcfa0579-6986-668e-09cb-5d36b8f087e7-b8f087d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.quick-access-card.spacing {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 25px;
}
.w-form {
  margin: 0px 0px 15px;
}
.form-container {
  position: relative;
}
.submit-button {
  position: absolute;
  inset: 0% 0% auto auto;
  z-index: 2;
  padding: 2px;
  border-radius: 6px;
  background-image: linear-gradient(
    90deg,
    rgb(222, 200, 128),
    rgb(255, 255, 255) 19%,
    rgb(255, 52, 125) 51%,
    rgb(130, 125, 237)
  );
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0px;
}
input {
  line-height: normal;
}
input.w-button {
  appearance: button;
}
.link-gradient-text.grey {
  background-color: rgb(23, 23, 23);
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857;
  color: rgb(51, 51, 51);
  vertical-align: middle;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
}
.w-input:focus,
.w-select:focus {
  border-color: rgb(56, 152, 236);
  outline: 0px;
}
.quick-accesss-input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 46px;
  border: 2px solid rgb(47, 47, 47);
  border-radius: 6px;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 18px;
}
.quick-accesss-input:focus {
  border-color: rgb(130, 125, 237);
}
.form-gradient {
  position: absolute;
  inset: 0% 0% 0% auto;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(
    270deg,
    rgb(23, 23, 23) 55%,
    rgba(23, 23, 23, 0)
  );
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: rgb(221, 221, 221);
}
.success-message-toast {
  border-radius: 7px;
  background-color: rgb(0, 0, 0);
}
.text-span {
  color: rgb(130, 125, 237);
}
b,
strong {
  font-weight: bold;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: rgb(255, 222, 222);
}
.error-message {
  padding: 26px;
  border: 1px solid rgb(225, 77, 134);
  border-radius: 12px;
  background-color: rgb(0, 0, 0);
}
.footer {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  align-items: flex-start;
}
.grid-8-col {
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
#w-node-_8b3914f6-0a6d-8c3b-f9b8-6366871866d8-0a144c54 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}
.veritcal-direction-spacing {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: center;
  gap: 35px;
  justify-content: center;
}
#w-node-_177ad39d-ec13-3434-08d3-899b73ba7d6c-0a144c54 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
.footer-flex-container {
  display: flex;
  margin-top: 100px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  text-align: left;
}
.footer-logo-link {
  width: 290px;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
}
.footer-image {
  width: 290px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}
.footer-line {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: rgb(47, 47, 47);
}
.copy-right-section {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.copyright-text {
  margin-bottom: 0px;
  font-size: 16px;
}
.footer-link-holder {
  display: flex;
  column-gap: 24px;
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 479px) {
  .container {
    padding: 1em;
  }
  .accordingQn{
    width:90%;
    display:flex;
    flex-wrap: wrap;
    background-color: red;
  }
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    row-gap: 40px;
    background-color: rgb(27, 28, 30);
  }
}
@media screen and (max-width: 991px) {
  .link-container {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .link-block {
    padding-top: 0px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 991px) {
  .link-block-underline {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .link-block {
    padding-top: 0px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 991px) {
  .link-block-underline {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .link-block {
    padding-top: 0px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 991px) {
  .link-block-underline {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .nav-buttons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .link-block {
    padding-top: 0px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 991px) {
  .link-block-underline {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .menu-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .center-box {
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 479px) {
  .container {
    padding: 1em;
  }
}
@media screen and (max-width: 991px) {
  .hero-text {
    font-size: 52px;
  }
}
@media screen and (max-width: 479px) {
  .hero-text {
    font-size: 36px;
  }
  .letters {
    font-size: 36px !important;
  }
  .ml14 .line{
    bottom: 16px !important;
    height: 3px !important;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .hero-button-holder {
    margin-top: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    row-gap: 14px;
  }
}
@media screen and (max-width: 479px) {
  .link-gradient-text {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .app-main-photo {
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .app-main-photo {
    width: 95%;
    margin: auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .app-info-01 {
    width: 150px;
  }
}
@media screen and (max-width: 479px) {
  .app-info-01 {
    top: -34%;
    z-index: 20;
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .app-info-02 {
    width: 280px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .app-info-02 {
    width: 180px;
  }
}
@media screen and (max-width: 479px) {
  .app-info-02 {
    bottom: -32%;
  }
}
@media screen and (min-width: 1440px) {
  .logo-grid {
    gap: 80px;
  }
}
@media screen and (max-width: 991px) {
  .logo-grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 479px) {
  .container {
    padding: 1em;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .features-container {
    row-gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .grid-6-col {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 479px) {
  #w-node-_3e5d2762-47b3-db8b-cc0c-4a656fea09c8-aca8ea2d {
    grid-column: span 1 / span 1;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #w-node-_003d7288-52d9-6c3b-64c7-0783fd2a1b36-aca8ea2d {
    grid-area: 1 / 1 / 2 / 4;
  }
}
@media screen and (max-width: 479px) {
  #w-node-_003d7288-52d9-6c3b-64c7-0783fd2a1b36-aca8ea2d {
    grid-column-end: 2;
  }
}
@media screen and (max-width: 767px) {
  .feature-image {
    border-radius: 6px;
  }
}
@media screen and (max-width: 991px) {
  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .grid-6-col {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .feature-image {
    border-radius: 6px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 479px) {
  .container {
    padding: 1em;
  }
}
@media screen and (max-width: 479px) {
  .container._6em {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sticky-slider-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    row-gap: 80px;
  }
}
@media screen and (max-width: 479px) {
  .sticky-text-container {
    width: auto;
    min-width: 0px;
  }
  .center-text{
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .slider-image-holder {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    grid-auto-columns: 1fr;
    gap: 50px 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
@media screen and (max-width: 767px) {
  .slider-sticky-holder._01 {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .feature-image {
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .slider-sticky-holder._02 {
    position: sticky;
    bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  .feature-image {
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .slider-sticky-holder._03 {
    position: sticky;
  }
}
@media screen and (max-width: 767px) {
  .feature-image {
    border-radius: 6px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 479px) {
  .container {
    padding: 1em;
  }
}
@media screen and (max-width: 991px) {
  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .grid-6-col {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 479px) {
  #w-node-_9acb6e39-e985-ebce-2ef5-19ba02513fee-aca8ea2d {
    grid-column: span 1 / span 1;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .feature-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .feature-card-big-app-holder {
    padding-right: 58px;
    padding-left: 58px;
  }
}
@media screen and (max-width: 479px) {
  .feature-card-big-app-holder {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .full-app-image-container {
    width: 100%;
    margin-top: 9px;
  }
}
@media screen and (max-width: 991px) {
  .feature-cards-container._02 {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .feature-card-big-app-holder._02 {
    padding-right: 153px;
    padding-left: 153px;
  }
}
@media screen and (max-width: 767px) {
  .feature-card-big-app-holder {
    padding-right: 58px;
    padding-left: 58px;
  }
}
@media screen and (max-width: 767px) {
  .feature-card-big-app-holder._02 {
    padding-right: 106px;
    padding-left: 106px;
  }
}
@media screen and (max-width: 479px) {
  .feature-card-big-app-holder {
    padding: 20px;
  }
}
@media screen and (max-width: 479px) {
  .feature-card-big-app-holder._02 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .phone-container {
    height: 640px;
  }
}
@media screen and (max-width: 767px) {
  .phone-container {
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  .phone-container {
    top: 6px;
    height: 500px;
    margin-top: -32px;
    margin-bottom: -32px;
  }
}
@media screen and (max-width: 991px) {
  .feature-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .feature-cards-container._02 {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .feature-card-big-app-holder._02 {
    padding-right: 153px;
    padding-left: 153px;
  }
}
@media screen and (max-width: 767px) {
  .feature-card-big-app-holder {
    padding-right: 58px;
    padding-left: 58px;
  }
}
@media screen and (max-width: 767px) {
  .feature-card-big-app-holder._02 {
    padding-right: 106px;
    padding-left: 106px;
  }
}
@media screen and (max-width: 479px) {
  .feature-card-big-app-holder {
    padding: 20px;
  }
}
@media screen and (max-width: 479px) {
  .feature-card-big-app-holder._02 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .phone-container {
    height: 640px;
  }
}
@media screen and (max-width: 991px) {
  .phone-container._02 {
    width: 180%;
  }
}
@media screen and (max-width: 767px) {
  .phone-container {
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  .phone-container {
    top: 6px;
    height: 500px;
    margin-top: -32px;
    margin-bottom: -32px;
  }
}
@media screen and (max-width: 479px) {
  .phone-container._02 {
    left: 29px;
    width: 100%;
    height: 360px;
    min-height: 360px;
    min-width: 120%;
  }
}
@media screen and (max-width: 767px) {
  .feature-card-big-app-holder {
    padding-right: 58px;
    padding-left: 58px;
  }
}
@media screen and (max-width: 479px) {
  .feature-card-big-app-holder {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .full-app-image-container._02 {
    width: 160%;
  }
}
@media screen and (max-width: 479px) {
  .full-app-image-container {
    width: 100%;
    margin-top: 9px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 479px) {
  .container {
    padding: 1em;
  }
}
@media screen and (max-width: 479px) {
  .container._6em {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .tab-link {
    background-image: linear-gradient(
      0deg,
      rgb(47, 47, 47) 36%,
      rgba(47, 47, 47, 0)
    );
  }
}
@media screen and (max-width: 479px) {
  .tab-link.right-side {
    background-image: linear-gradient(rgb(47, 47, 47) 16%, rgba(47, 47, 47, 0));
  }
}
@media screen and (max-width: 479px) {
  .tab-text {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .tab-link {
    background-image: linear-gradient(
      0deg,
      rgb(47, 47, 47) 36%,
      rgba(47, 47, 47, 0)
    );
  }
}
@media screen and (max-width: 479px) {
  .tab-text {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .tab-grid {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    row-gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  .payment-tab-holder {
    padding: 55px 93px;
  }
}
@media screen and (max-width: 479px) {
  .payment-tab-holder {
    padding-right: 11px;
    padding-left: 11px;
  }
}
@media screen and (max-width: 991px) {
  .payment-padding {
    row-gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .plan-number {
    font-size: 110px;
  }
}
@media screen and (max-width: 479px) {
  .plan-number {
    font-size: 90px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .top-margin-l._100width {
    margin-top: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .link-gradient-text.grey-full {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 479px) {
  .link-gradient-text {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .link-gradient-text.grey-full {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .grid-list {
    gap: 0px;
  }
}
@media screen and (max-width: 479px) {
  .grid-list {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .tab-grid {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    row-gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  .payment-tab-holder {
    padding: 55px 93px;
  }
}
@media screen and (max-width: 479px) {
  .payment-tab-holder {
    padding-right: 11px;
    padding-left: 11px;
  }
}
@media screen and (max-width: 991px) {
  .payment-padding {
    row-gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .plan-number {
    font-size: 110px;
  }
}
@media screen and (max-width: 479px) {
  .plan-number {
    font-size: 90px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .top-margin-l._100width {
    margin-top: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .link-gradient-text.grey-full {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 479px) {
  .link-gradient-text {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .link-gradient-text.grey-full {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .grid-list {
    gap: 0px;
  }
}
@media screen and (max-width: 479px) {
  .grid-list {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 479px) {
  .container {
    padding: 1em;
  }
}
@media screen and (max-width: 479px) {
  .container._6em {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .connect-section-container {
    row-gap: 50px;
  }
}
@media screen and (max-width: 479px) {
  .connect-section-container {
    row-gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .connect-grid-container {
    gap: 40px 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .connect-grid-container {
    gap: 30px 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-container.up.hide {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .connect-grid-container {
    gap: 40px 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .connect-grid-container {
    gap: 30px 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-container.up.hide {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .company-avatar-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 479px) {
  .container {
    padding: 1em;
  }
}
@media screen and (max-width: 991px) {
  .quick-access-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .quick-access-card-holder {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .quick-access-card-holder {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .arrow-holder-container {
    right: 58px;
  }
}
@media screen and (max-width: 479px) {
  .arrow-holder-container {
    inset: 24% 9% auto auto;
    width: 25px;
    height: 25px;
    min-height: 25px;
    min-width: 25px;
  }
}
@media screen and (max-width: 767px) {
  .quick-access-card-holder {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .quick-access-card-holder {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .arrow-holder-container {
    right: 58px;
  }
}
@media screen and (max-width: 479px) {
  .arrow-holder-container {
    inset: 24% 9% auto auto;
    width: 25px;
    height: 25px;
    min-height: 25px;
    min-width: 25px;
  }
}
@media screen and (max-width: 767px) {
  .quick-access-card-holder {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .quick-access-card-holder {
    padding: 20px;
  }
}
@media screen and (max-width: 479px) {
  .quick-access-card-holder.less-padding {
    padding-top: 20px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #w-node-bcfa0579-6986-668e-09cb-5d36b8f087e7-b8f087d1 {
    grid-area: 4 / 1 / 5 / 2;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
@media screen and (max-width: 479px) {
  .form-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 479px) {
  .submit-button {
    position: static;
  }
}
@media screen and (max-width: 479px) {
  .link-gradient-text {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .form-gradient {
    inset: auto 0% 0%;
    display: none;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(
      0deg,
      rgb(23, 23, 23),
      rgba(23, 23, 23, 0)
    );
  }
}
@media screen and (max-width: 767px) {
  .quick-access-card-holder {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .quick-access-card-holder {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .arrow-holder-container {
    right: 58px;
  }
}
@media screen and (max-width: 479px) {
  .arrow-holder-container {
    inset: 24% 9% auto auto;
    width: 25px;
    height: 25px;
    min-height: 25px;
    min-width: 25px;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 479px) {
  .footer {
    padding: 21px 0px;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 479px) {
  .container {
    padding: 1em;
  }
}
@media screen and (max-width: 991px) {
  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .grid-8-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 991px) {
  #w-node-_8b3914f6-0a6d-8c3b-f9b8-6366871866d8-0a144c54 {
    grid-column: span 4 / span 4;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  #w-node-_177ad39d-ec13-3434-08d3-899b73ba7d6c-0a144c54 {
    grid-column: span 4 / span 4;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .footer-flex-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 479px) {
  .footer-logo-link {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer-image {
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .copy-right-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .copy-right-section {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .copy-right-section {
    padding-right: 83px;
    -webkit-box-align: start;
    align-items: flex-start;
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .footer-link-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    row-gap: 25px;
  }
}
@media screen and (max-width: 991px) {
  .link-block {
    padding-top: 0px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 991px) {
  .link-block-underline {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .link-block {
    padding-top: 0px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 991px) {
  .link-block-underline {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .link-block {
    padding-top: 0px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 991px) {
  .link-block-underline {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .link-block {
    padding-top: 0px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 991px) {
  .link-block-underline {
    display: none;
  }
}
.logo{
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Outfit', sans-serif;
  color: #fefefe;
}
.cursivefont{
  font-family: 'Nothing You Could Do', cursive;
  font-weight: bold;
}
.strikeoff{
  text-decoration: line-through;
}
.boldCaps{
  font-weight: bold;
  text-transform: uppercase;
}
.YouWill{
  font-size: 41px !important;
}
.stickyText{
  color: white;
  background-color: rgb(23, 23, 26);
  height: 391px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.getknowtext{
  font-size: 0.9em;
}
.ml14 {
  /* font-weight: 200;
  font-size: 3.2em; */
}

.ml14 .text-wrapper1 {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
}

.ml14 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #fff;
  transform-origin: 100% 100%;
  bottom: 40px;
}

.ml14 .letters {
  display: inline-block;
  line-height: 1em;
}
.letters{
  font-size: 78px;
    font-weight: 600;
}
.heroAnimate{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;

}
.mobile{
  display: none;
}
/* mobile and tablet only */
@media screen and (min-width: 320px) and (max-width: 991px) {
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }
}
#myVideo{
height: 500px;
width: 100%;
object-fit: fill;
}
@media screen and (max-width: 991px) {
  #myVideo{
    height: 250px;
  }
}
.servicetext{
  font-size: 3.5em;
  font-weight: 600;
}
.qaheading{
  font-size: 2.5em;
  font-weight: 600;
  text-align: center;
}
.qaspan{
  font-size: 1.5em;
  text-align: center;
}
.mylisttesting{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tasklist{
  font-size: 1.5em;
  line-height: 1.5em;
}
.headingpros{
  font-size: 1.7em;
  line-height: 60px;
}
.mainprodiv{
  margin-bottom: 20px;
}
/* mobile */
@media screen and (max-width: 991px) {
  nav.nav-menu.w-nav-menu{
    display: none !important;
  }
}
nav {
    background-color: #2B303A;
    padding: 30px;
}

.logo {
    color: #fff;
    /* font-family: 'Megrim', cursive; */
    cursor: pointer;
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
}

nav ul {
    float: right;
    padding-right: 50px;
}

nav ul li {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    margin: 0 20px;
    padding-top: 10px;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    border-bottom: 2px solid #fff;
}

.checkbtn {
    color: #fff;
    font-size: 20px;
    float: right;
    margin-top: 10px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

@media (max-width: 768px) {
    .checkbtn {
        display: block;
    }

    nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #DD6E42;
        padding: 0;
        margin: 0;
        text-align: center;
        padding-top: 60px;
        top: 90px;
        right: -100%;
        transition: all .5s;  
    }

    nav ul li {
        display: block;
        line-height: 120px;
        font-size: 40px;
    }

    #check:checked ~ ul{
        right: 0;
    }
}
* {
  box-sizing: border-box;
}


.nav {
  height: 70px;
  width: 100%;
  background-color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 10px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.nav > #nav-check {
  display: none;
}

@media (max-width:600px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
    padding-top: 23px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #000;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

.text-block-2 {
  font-size: 20px;
}
#centerhead{
  text-align: center;
  font-size: 2.5em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* The Modal (background) */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

/* Show the modal */
.modal.show {
  display: flex; /* Flexbox centering */
}

/* Modal Content/Box */
.modal-content {
  width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    width: 785px;
    height: 515px;
    display:inline-block;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translateY(-50%,-50%);
    -ms-transform: translateY(-50%,-50%);
    transform: translateY(-50%,);
    padding: 20px;
    box-sizing:border-box;
    background-color: #ffffff;
    box-shadow: 0px 1px 26px -3px #777;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer; /* Add a cursor pointer */
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}
