:root {
  --black: #0b081e;
  --white: white;
  --grdleft: #9000ff;
  --grdright2: #9000ff;
  --primary: #6672fb;
  --darkgrey: #454354;
  --grey-60: #f0f0f0;
  --hover-tf-border: #e4e6fe;
  --active-tf-border: #cacffe;
  --green: #03ae14;
  --grey-50: #f8f8f9;
  --grey-70: #e3e3e4;
  --grdright: var(--white);
  --green-4: #03ae140a;
  --color: #03ae1429;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: var(--black);
  flex-flow: column;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.desktopnav {
  z-index: 1000;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  position: fixed;
}

.navd1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navlink {
  color: var(--white);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.navbutton {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  padding: 8px 32px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.secwithcolor {
  background-image: linear-gradient(135deg, #9000ff, #9000ff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 5vw 8vh;
  display: flex;
}

.secwithcolor._100vh {
  background-image: linear-gradient(135deg, var(--grdleft), var(--grdright2));
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.secwithcolor.why {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.navd2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #5c1b94cc;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.s1d1 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.s1d2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.s1button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 12px 12px 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.s1button:hover {
  transform: scale(1.1);
}

._56bold {
  color: var(--black);
  font-size: 3.5em;
  font-weight: 700;
  line-height: 120%;
}

._56bold.white {
  color: var(--white);
}

._56bold.white.centre {
  text-align: center;
}

._56bold.primary {
  color: var(--primary);
}

._56bold.primary.centre, ._56bold.centre {
  text-align: center;
}

._18reg {
  color: var(--black);
  font-size: 1.1em;
  font-weight: 400;
  line-height: 130%;
}

._18reg.white {
  color: var(--white);
}

._18reg.white.centre, ._18reg.centre {
  text-align: center;
}

._20sb {
  color: var(--black);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 130%;
}

.sec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8vh 12vw;
  display: flex;
}

.sec.blackbg {
  background-color: var(--black);
}

.s1image {
  border: 6px solid var(--darkgrey);
  border-radius: 16px;
  width: 90%;
  margin-top: -32vh;
}

.s3d1 {
  grid-column-gap: 8vh;
  grid-row-gap: 8vh;
  background-color: #fafaff;
  border: 1px solid #6672fb3d;
  border-radius: 24px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 5vh 5vw;
  display: flex;
}

.s3d2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.workscard {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.wclinediv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wccontentdiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5%;
  display: flex;
}

.wcimage {
  background-color: #eef0ff;
  border: 1px solid #e3e6ff;
  border-radius: 12px;
  width: 50%;
}

._28bold {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 120%;
}

._28bold.white {
  color: var(--white);
}

.wclineimage {
  width: 5em;
}

.wcline {
  border-left: 1px dashed #000;
  height: 100%;
  display: flex;
}

.wcdottedline {
  height: 100%;
}

.s3d3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 5vh;
  display: flex;
}

.s4d1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.s4d2 {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  display: flex;
}

.supportedmptab {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu {
  background-image: linear-gradient(to bottom, var(--grey-60), var(--grey-60));
  border-radius: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.tab-link-tab-2, .tab-link-tab-3 {
  background-color: var(--grey-60);
}

.tab {
  background-color: var(--grey-60);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 16px 40px;
  display: flex;
}

.tab.w--current {
  background-image: linear-gradient(135deg, #6672fb, var(--grdright2));
  color: var(--white);
  border-radius: 32px;
}

.tab.pricing {
  width: 50%;
}

.tabcontent {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: flex-start center;
  margin-top: 32px;
  display: flex;
}

.tabs-content {
  flex-flow: column;
  width: 100%;
  display: flex;
}

._20sb-tab {
  text-align: center;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.supportedmplogoimages {
  opacity: .8;
  height: 40px;
}

.s5d1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.s5d2 {
  justify-content: space-between;
  display: flex;
}

.whycard {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff29;
  border: 1px solid #f0f0f04d;
  border-radius: 16px;
  flex-flow: column;
  width: 40%;
  padding: 24px;
  transition: all .3s ease-in-out;
  display: flex;
  box-shadow: 0 16px 28px -15px #00000029;
}

.whycard:hover {
  border-color: #f0f0f0a3;
  border-radius: 8px;
  transform: scale(1.03);
}

.s5d3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s5d4 {
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.whyline {
  width: 30%;
}

.s5d5 {
  background-color: #fffc;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 2em 4em;
  display: flex;
}

._14reg {
  font-size: .875em;
  font-weight: 400;
  line-height: 130%;
}

._14reg.white {
  color: var(--white);
}

._14reg.white.centre {
  text-align: center;
}

.s6d1 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pricingcard {
  border: 1px solid var(--hover-tf-border);
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pricingcard.recommended {
  border-color: var(--active-tf-border);
  box-shadow: 0 16px 16px -8px #0000001f;
}

.s6d2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--grey-60);
  flex-flow: column;
  padding: 24px;
  display: flex;
}

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

.s6d4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s6d5 {
  background-color: var(--green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.s6d5._0-opacity {
  opacity: 0;
}

._16med {
  font-size: 1em;
  font-weight: 500;
  line-height: 120%;
}

._24sb {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 130%;
}

._24sb.grey {
  opacity: .4;
}

._24sb.grey.strike {
  text-decoration: line-through;
}

._24sb.white {
  color: var(--white);
}

.tabs-content-pricing {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.s6d6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  height: 100%;
  padding: 24px 24px 8vh;
  display: flex;
}

.s6d7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._16reg {
  font-size: 1em;
  font-weight: 400;
  line-height: 130%;
}

._16reg.white {
  color: var(--white);
}

.s6d8 {
  padding: 24px;
}

.pricingbutton {
  background-color: var(--darkgrey);
  color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 1em;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.s6d9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.s6d10 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-color: var(--grey-50);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding: 24px;
  display: flex;
}

.s6d11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.pricingbutton2 {
  border: 1px solid var(--grey-70);
  background-color: var(--white);
  color: var(--black);
  white-space: nowrap;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 40px;
  font-size: 1em;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.s7d1 {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.s7d2 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-image: linear-gradient(135deg, var(--primary), var(--grdright2));
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 4vh 4vw;
  display: flex;
}

.s7d3 {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.s7d4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

._40bold {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 130%;
}

._40bold.centre {
  text-align: center;
}

._40bold.white {
  color: var(--white);
}

.tabcontent-pricing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  display: flex;
}

.whyicon {
  width: 40px;
}

.s8d1 {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.s8d2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.whycardmob {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffffff29;
  border: 1px solid #f0f0f04d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

._16sb {
  font-size: 1em;
  line-height: 130%;
}

._16sb.white {
  color: var(--white);
}

._16sb.white.centre {
  text-align: center;
}

.s8d3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.whycardmobimage {
  width: 28px;
}

.secwithcolor-mob {
  background-image: linear-gradient(135deg, #9000ff, #9000ff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8vh 5vw;
  display: none;
}

.secwithcolor-mob._100vh {
  background-image: linear-gradient(135deg, var(--grdleft), var(--grdright2));
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.secwithcolor-mob.why {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.logoimage {
  width: auto;
}

.navicon {
  display: none;
}

.sec-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8vh 12vw;
  display: flex;
}

.sec-2.blackbg {
  background-color: var(--black);
}

.footersec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8vh 12vw;
  display: flex;
}

.footersec.blackbg {
  background-color: var(--black);
}

@media screen and (max-width: 991px) {
  .navlink.hide {
    display: none;
  }

  .s1d1 {
    width: 96%;
  }

  .sec {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .sec.notoppadding {
    padding-top: 0;
  }

  .wccontentdiv {
    padding-top: 0%;
  }

  .s5d1 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .whycard {
    width: 46%;
  }

  .s5d3 {
    justify-content: flex-start;
    align-items: center;
  }

  .pricingcard {
    width: 47%;
  }

  .s6d9 {
    flex-flow: wrap;
  }

  .tabcontent-pricing {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .sec-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .sec-2.notoppadding {
    padding-top: 0;
  }

  .footersec {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footersec.notoppadding {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .s1button {
    justify-content: space-between;
    width: 100%;
  }

  ._56bold.white, ._56bold.centre {
    font-size: 2.5em;
  }

  .wcimage {
    width: 100%;
  }

  .s3d3 {
    flex-flow: column;
  }

  .s5d5 {
    border-radius: 16px;
    padding: 1em 2em;
  }

  .pricingcard {
    width: 100%;
  }

  .s7d2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  ._40bold.centre {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 479px) {
  .navbutton.hide {
    display: none;
  }

  .secwithcolor._100vh {
    padding-bottom: 0;
  }

  .secwithcolor.why {
    display: none;
  }

  .navd2 {
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
  }

  .s1button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._56bold.white {
    text-align: center;
    font-size: 2em;
  }

  ._56bold.primary.centre {
    font-size: 2em;
  }

  ._18reg {
    font-size: 1em;
  }

  ._18reg.white {
    text-align: center;
  }

  ._20sb {
    text-align: center;
    flex: 1;
  }

  .sec {
    padding: 32px 24px;
  }

  .sec.blackbg {
    padding: 24px;
  }

  .s1image {
    border-radius: 10px;
    margin-top: -20vh;
  }

  .s3d1 {
    grid-column-gap: 6vh;
    grid-row-gap: 6vh;
    border-radius: 16px;
  }

  .workscard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .wccontentdiv {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .wcimage {
    border-radius: 8px;
  }

  ._28bold {
    font-size: 1.4em;
  }

  .s3d3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .s4d2 {
    width: 100%;
  }

  .supportedmptab {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .tabs-menu {
    flex-flow: wrap;
    width: 100%;
  }

  .tab {
    width: 50%;
  }

  .tab.pricing {
    width: 100%;
  }

  .tabcontent {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 24px;
  }

  ._20sb-tab {
    white-space: nowrap;
    font-size: 16px;
  }

  .supportedmplogoimages {
    height: 24px;
  }

  ._14reg.white.centre {
    font-size: 1em;
  }

  .s6d6 {
    padding-bottom: 24px;
  }

  .s6d10 {
    flex-flow: column;
  }

  .pricingbutton2 {
    width: 100%;
  }

  .s7d2 {
    padding: 24px;
  }

  .s7d3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 0;
  }

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

  ._16sb.white.centre {
    font-size: 1.2em;
    font-weight: 500;
  }

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

  .whycardmobimage {
    width: 32px;
  }

  .secwithcolor-mob {
    padding: 32px 24px;
    display: flex;
  }

  .secwithcolor-mob._100vh {
    padding-bottom: 0;
  }

  .logoimage {
    height: 32px;
  }

  .buttonicon.nav, .navicon {
    display: block;
  }

  .footerlogoimage {
    height: 32px;
  }

  .sec-2 {
    padding: 32px 24px;
  }

  .sec-2.blackbg {
    padding: 24px;
  }

  .footersec {
    padding: 32px 24px;
  }

  .footersec.blackbg {
    padding: 24px;
  }
}


