:root {
  --black: #000;
  --transparent: transparent;
  --white: white;
  --primary-color: #5f58fe;
  --bg-black: #0e0d13;
  --grey-color: #737a88;
  --field-two: #1c1a26;
  --stroke-one: #e6e6e6;
  --field-one: #f9fafc;
  --dove-gray: #646464;
  --light-color: #ebebeb;
  --pragraph: #9f9fa2;
  --stroke: #38383e;
}

.lang-selector {
  width: auto;
  display: inline-flex;
  align-items: center;
}

.selected-flag {
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.language-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  color: transparent;
  border: 0;
  padding: 4px;
  width: 34px;
  height: 24px;
  cursor: pointer;
}

.language-select option {
  background-color: transparent;
  color: black;
  padding: 5px 5px 5px 30px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 767px) {
  .faq3-section-area {
    padding: 50px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq3-section-area {
    padding: 50px 0 30px;
  }
}
.faq3-section-area .faq3-widgets-area {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .faq3-section-area .faq3-widgets-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq3-section-area .faq3-widgets-area {
    padding: 0;
    margin-top: 30px;
  }
}
.faq3-section-area .faq3-widgets-area .accordion .accordion-item {
  padding: 24px 0;
  border-top: 1px solid var(--Stroke-Color, rgba(86, 95, 118, 0.1));
  border-bottom: 0;
}
.faq3-section-area .faq3-widgets-area .accordion .accordion-item button {
  box-shadow: none;
  background: none;
  font-size: 20px;
  font-weight: 700;
  color: var(--Text-Color, #0D0E10);
  font-family: "Figtree", sans-serif;
  line-height: 24px;
  padding: 0;
}
.faq3-section-area .faq3-widgets-area .accordion .accordion-item .accordion-body {
  font-size: 16px;
  font-weight: 500;
  font-family: "Figtree", sans-serif;
  color: #676879;
  padding: 0;
  margin-top: 20px;
}
.faq3-section-area .faq3-widgets-area .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 16px;
  height: 2px;
  margin-left: auto;
  content: "";
  background-color: var(--white-100, #FFF);
  filter: brightness(0);
  z-index: 2;
  position: absolute;
  right: 22px;
}
.faq3-section-area .faq3-widgets-area .accordion .accordion-item .accordion-button::before {
  flex-shrink: 0;
  width: 2px;
  height: 16px;
  margin-left: auto;
  content: "";
  background-color: var(--white-100, #FFF);
  filter: brightness(0);
  position: absolute;
  right: 29px;
  z-index: 3;
  display: none;
}
.faq3-section-area .faq3-widgets-area .accordion .accordion-button.collapsed.accordion-button::before {
  display: block;
}

@media (max-width: 767px) {
  .faq-inner-section-area {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-inner-section-area {
    padding: 50px 0 50px;
  }
}
.faq-inner-section-area .faq-all-area .accordion .accordion-item {
  padding: 24px;
  border: 1px solid var(--Stroke-Color, rgba(86, 95, 118, 0.1));
  border-radius: 4px;
}
.faq-inner-section-area .faq-all-area .accordion .accordion-item button {
  box-shadow: none;
  background: none;
  font-size: 20px;
  font-weight: 700;
  color: var(--Text-Color, #0D0E10);
  font-family: "Figtree", sans-serif;
  line-height: 24px;
  padding: 0;
}
.faq-inner-section-area .faq-all-area .accordion .accordion-item .accordion-body {
  font-size: 16px;
  font-weight: 500;
  font-family: "Figtree", sans-serif;
  color: #676879;
  padding: 0;
  margin-top: 20px;
}
.faq-inner-section-area .faq-all-area .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 16px;
  height: 2px;
  margin-left: auto;
  content: "";
  background-color: var(--white-100, #FFF);
  filter: brightness(0);
  z-index: 2;
}
.faq-inner-section-area .faq-all-area .accordion .accordion-item .accordion-button::before {
  flex-shrink: 0;
  width: 2px;
  height: 16px;
  margin-left: auto;
  content: "";
  background-color: var(--white-100, #FFF);
  filter: brightness(0);
  position: absolute;
  right: 7px;
  z-index: 3;
  display: none;
}
.faq-inner-section-area .faq-all-area .accordion .accordion-button.collapsed.accordion-button::before {
  display: block;
}

.faq5-section-area {
  background: #F8F9FA;
}
@media (max-width: 767px) {
  .faq5-section-area {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq5-section-area {
    padding: 50px 0 50px;
  }
}
.faq5-section-area .faq3-widgets-area {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .faq5-section-area .faq3-widgets-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq5-section-area .faq3-widgets-area {
    padding: 0;
    margin-top: 30px;
  }
}
.faq5-section-area .faq3-widgets-area .accordion {
  background: #F8F9FA;
}
.faq5-section-area .faq3-widgets-area .accordion .accordion-item {
  padding: 24px 0;
  border-top: 1px solid var(--Stroke-Color, rgba(86, 95, 118, 0.1));
  border-bottom: 0;
  background: #F8F9FA;
}
.faq5-section-area .faq3-widgets-area .accordion .accordion-item button {
  box-shadow: none;
  background: none;
  font-size: 20px;
  font-weight: 700;
  color: var(--Text-Color, #0D0E10);
  font-family: "Figtree", sans-serif;
  line-height: 24px;
  padding: 0;
}
.faq5-section-area .faq3-widgets-area .accordion .accordion-item .accordion-body {
  font-size: 16px;
  font-weight: 500;
  font-family: "Figtree", sans-serif;
  color: #676879;
  padding: 0;
  margin-top: 20px;
}
.faq5-section-area .faq3-widgets-area .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 16px;
  height: 2px;
  margin-left: auto;
  content: "";
  background-color: var(--white-100, #FFF);
  filter: brightness(0);
  z-index: 2;
  position: absolute;
  right: 22px;
}
.faq5-section-area .faq3-widgets-area .accordion .accordion-item .accordion-button::before {
  flex-shrink: 0;
  width: 2px;
  height: 16px;
  margin-left: auto;
  content: "";
  background-color: var(--white-100, #FFF);
  filter: brightness(0);
  position: absolute;
  right: 29px;
  z-index: 3;
  display: none;
}
.faq5-section-area .faq3-widgets-area .accordion .accordion-button.collapsed.accordion-button::before {
  display: block;
}

.sp1 {
  padding: 130px 0 100px;
}

.sp2 {
  padding: 130px 0;
}

.sp3 {
  padding: 100px 0 100px;
}

.sp4 {
  padding: 100px 0 70px;
}

.sp5 {
  padding: 70px 0 70px;
}

.sp6 {
  padding: 60px 0 60px;
}

.sp7 {
  padding: 50px 0 50px;
}

.sp8 {
  padding: 80px 0 80px;
}

@media (max-width: 767px) {
  .pricing-plan-section-area {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-plan-section-area {
    padding: 50px 0 20px;
  }
}
.pricing-plan-section-area .pricing-plans .toggle-inner {
  width: 75px;
  margin: 0 auto;
  height: 35px;
  border: 1px solid #4B24EE;
  border-radius: 25px;
  position: relative;
  background: #4B24EE;
}
.pricing-plan-section-area .pricing-plans .toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.pricing-plan-section-area .pricing-plans .custom-toggle {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  top: 4px;
  left: 5px;
  border-radius: 50%;
  transition: 300ms all;
}
.pricing-plan-section-area .pricing-plans .toggle-inner .t-month,
.pricing-plan-section-area .pricing-plans .toggle-inner .t-year {
  position: absolute;
  left: -70px;
  top: 5px;
  color: var(--Text-Color, #0D0E10);
  transition: 300ms all;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  margin: 0 -8px;
}
.pricing-plan-section-area .pricing-plans .toggle-inner .t-year {
  left: unset;
  right: -60px;
  opacity: 0.5;
}
.pricing-plan-section-area .pricing-plans .active > .toggle-inner .t-month {
  opacity: 0.5;
}
.pricing-plan-section-area .pricing-plans .active > .toggle-inner .t-year {
  opacity: 1;
}
.pricing-plan-section-area .pricing-plans .toggle-inner input:checked + span {
  left: 43px;
}
.pricing-plan-section-area .tab-content .price-box {
  margin-bottom: 30px;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area {
  background: #FAF9FD;
  padding: 24px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 50%;
  top: 40%;
  left: 40%;
  right: 40%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  background: #4B24EE;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area:hover::after {
  background: #4B24EE;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  left: 0;
  top: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area:hover h3 {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area:hover h2 {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area:hover h2 span {
  color: var(--white-100, #FFF);
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area:hover p {
  color: var(--white-100, #FFF);
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area:hover .header-btn5 {
  background: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area:hover .header-btn5::after {
  background: var(--white-100, #FFF);
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area h3 {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--Text-Color, #0D0E10);
  transition: all 0.4s ease-in-out;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area h2 {
  font-size: 60px;
  font-weight: 700;
  color: var(--Text-Color, #0D0E10);
  font-family: "Figtree", sans-serif;
  transition: all 0.4s ease-in-out;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area h2 span {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #676879;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area p {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #676879;
  transition: all 0.4s ease-in-out;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area a.header-btn5 {
  width: 100%;
  text-align: center;
  background: none;
  border: 1px solid #4B24EE;
  color: #4B24EE;
  transition: all 0.4s ease-in-out;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area.bg2 {
  background: #4B24EE;
  position: relative;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area.bg2 .popular {
  background: var(--white-100, #FFF);
  border: 1px solid #4B24EE;
  display: inline-block;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  left: 39%;
  right: 38%;
  top: -17px;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area.bg2 .popular p {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #4B24EE;
  line-height: 12px;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area.bg2 h2 {
  color: var(--white-100, #FFF);
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area.bg2 h3 {
  color: var(--white-100, #FFF);
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area.bg2 p {
  color: var(--white-100, #FFF);
  opacity: 0.8;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area.bg2 span {
  color: var(--white-100, #FFF);
  opacity: 0.8;
}
.pricing-plan-section-area .tab-content .price-box .hadding .pricing-area.bg2 .header-btn5 {
  background: var(--white-100, #FFF);
}
.pricing-plan-section-area .tab-content .price-box .hadding .price-list ul li {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #676879;
  padding: 16px 0;
  line-height: 16px;
  border-bottom: 1px solid var(--Stroke-Color, rgba(86, 95, 118, 0.1));
  transition: all 0.4s ease-in-out;
}
.pricing-plan-section-area .tab-content .price-box .hadding .price-list ul li img {
  margin: 0 8px 0 0;
}
.pricing-plan-section-area .tab-content .price-box .hadding .price-list ul li:nth-child(3) {
  border-bottom: none;
}

.pricing2 {
  background: var(--BG, #F7F9FA);
}
.pricing2 .pricing-header span {
  background: #F0EEFA;
  padding: 8px 12px;
  line-height: 16px;
  border-radius: 32px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #6E24FF;
}
.pricing2 .pricing-plans .toggle-inner {
  background: #6E24FF;
}
.pricing2 .pricing-plans .tab-content .price-box .pricing-area {
  background: var(--white-100, #FFF);
}
.pricing2 .pricing-plans .tab-content .price-box .pricing-area::after {
  background: #6E24FF !important;
}
.pricing2 .pricing-plans .tab-content .price-box .pricing-area .header-btn2 {
  width: 100%;
  text-align: center;
  background: var(--white-100, #FFF);
  border: 1px solid #6E24FF;
  color: #6E24FF;
}
.pricing2 .pricing-plans .tab-content .price-box .pricing-area .header-btn2::after {
  left: 50%;
  right: 50%;
  background: #FC4B3E !important;
}
.pricing2 .pricing-plans .tab-content .price-box .pricing-area .header-btn2:hover {
  color: var(--white-100, #FFF);
}
.pricing2 .pricing-plans .tab-content .price-box .pricing-area .header-btn2:hover::after {
  left: 0;
  top: 0;
  right: 0;
}
.pricing2 .pricing-plans .tab-content .price-box .bg2 {
  background: #6E24FF !important;
}
.pricing2 .pricing-plans .tab-content .price-box .bg2 .popular {
  border: 1px solid #6E24FF;
  color: #6E24FF;
}

.bg-none .pricing-plans .tab-content .price-box .pricing-area {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
}

.pricing-plan-section-area .pricing-plans.compare-paln {
  background: var(--white-100, #FFF);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 60px 32px !important;
  position: relative;
  text-align: center;
}
.pricing-plan-section-area .pricing-plans.compare-paln .plan-toggle-wrap1 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .pricing-plan-section-area .pricing-plans.compare-paln .plan-toggle-wrap1 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-plan-section-area .pricing-plans.compare-paln .plan-toggle-wrap1 {
    margin-top: 0;
  }
}
.pricing-plan-section-area .pricing-plans.compare-paln .tab-content.bg2 {
  background: #FFF6F5 !important;
}
.pricing-plan-section-area .pricing-plans.compare-paln h3 {
  font-size: 20px !important;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: var(--Text-Color, #0D0E10);
}
.pricing-plan-section-area .pricing-plans.compare-paln .tab-content {
  background: #F8F4FF;
  padding: 32px;
  position: relative;
  width: 230px;
  left: 0px;
}
@media (max-width: 767px) {
  .pricing-plan-section-area .pricing-plans.compare-paln .tab-content {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-plan-section-area .pricing-plans.compare-paln .tab-content {
    width: 100%;
    left: 0;
  }
}
.pricing-plan-section-area .pricing-plans.compare-paln .tab-content h2 {
  font-family: "Figtree", sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: var(--Text-Color, #0D0E10);
}
.pricing-plan-section-area .pricing-plans.compare-paln .tab-content p {
  font-size: 16px;
  font-weight: 500;
  color: #676879;
}
.pricing-plan-section-area .pricing-plans.compare-paln .tab-content .header-btn2 {
  background: var(--white-100, #FFF);
  border: 1px solid #FC4B3E;
  color: #FC4B3E;
}
.pricing-plan-section-area .pricing-plans.compare-paln .tab-content .header-btn2::after {
  background: #FC4B3E;
  color: var(--white-100, #FFF);
}
.pricing-plan-section-area .pricing-plans.compare-paln .tab-content .header-btn2:hover {
  color: var(--white-100, #FFF);
}
@media (max-width: 767px) {
  .pricing-plan-section-area .pricing-plans.compare-paln .table-area {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-plan-section-area .pricing-plans.compare-paln .table-area {
    overflow-y: hidden;
  }
}
.pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table {
  width: 100%;
  text-align: start;
}
.pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table tbody tr {
  border-top: 1px solid var(--Stroke-Color, rgba(86, 95, 118, 0.1));
  border-bottom: 1px solid var(--Stroke-Color, rgba(86, 95, 118, 0.1));
}
.pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table tbody tr td {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #676879;
  line-height: 26px;
  padding: 16px 0;
  position: relative;
}
.pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table tbody tr .check {
  left: -45%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table tbody tr .check {
    left: 0;
  }
}
@media (max-width: 767px) {
  .pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table tbody tr .check {
    display: none;
  }
}
.pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table tbody tr .check::after {
  position: absolute;
  content: "";
  left: -106px;
  top: 0;
  background: #F8F4FF;
  width: 230px;
  height: 58px;
  z-index: -1;
}
.pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table tbody tr .check-icons2 {
  position: relative;
  left: -25%;
  z-index: 1;
}
@media (max-width: 767px) {
  .pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table tbody tr .check-icons2 {
    display: none;
  }
}
.pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table tbody tr .check-icons2::after {
  position: absolute;
  content: "";
  left: -103px;
  top: 0;
  background: #FFF6F5;
  width: 230px;
  height: 58px;
  z-index: -1;
}
.pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table tbody tr .check-icons3 {
  position: relative;
  left: -4%;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table tbody tr .check-icons3 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table tbody tr .check-icons3 {
    display: none;
  }
}
.pricing-plan-section-area .pricing-plans.compare-paln .table-area .price-table tbody tr .check-icons3::after {
  position: absolute;
  content: "";
  left: -114px;
  top: 0;
  background: #F8F4FF;
  width: 230px;
  height: 58px;
  z-index: -1;
}

@media (max-width: 767px) {
  .pricing-plan3 {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-plan3 {
    padding: 50px 0 20px;
  }
}
.pricing-plan3 .pricing-plans .plan-toggle-wrap .toggle-inner {
  background: #581164;
  border: 1px solid #581164;
}
.pricing-plan3 .pricing-plans .price-box .pricing-area {
  background: #FAF9FD;
}
.pricing-plan3 .pricing-plans .price-box .pricing-area p {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
  padding-bottom: 24px;
  border-bottom: 1px solid #DBDCE0;
}
.pricing-plan3 .pricing-plans .price-box .pricing-area ul li {
  font-size: 16px;
  font-weight: 400;
  color: #676879;
  line-height: 16px;
  transition: all 0.4s ease-in-out;
  font-family: "Figtree", sans-serif;
}
.pricing-plan3 .pricing-plans .price-box .pricing-area ul li img {
  margin: 0 6px 0 0;
}
.pricing-plan3 .pricing-plans .price-box .pricing-area::after {
  top: 0 !important;
  width: 100% !important;
  background: #581164 !important;
  height: 0 !important;
  left: 0 !important;
}
.pricing-plan3 .pricing-plans .price-box .bg2 {
  background: #581164 !important;
}
.pricing-plan3 .pricing-plans .price-box .bg2 .popular {
  border: 1px solid #581164 !important;
}
.pricing-plan3 .pricing-plans .price-box .bg2 .popular p {
  color: #581164 !important;
  border-bottom: 0;
  padding-bottom: 0;
}
.pricing-plan3 .pricing-plans .price-box .bg2 ul li {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
}
.pricing-plan3 .pricing-plans .price-box .bg2 .header-btn7 {
  background: var(--white-100, #FFF);
  color: #581164;
  border: 1px solid var(--white-100, #FFF);
}
.pricing-plan3 .pricing-plans .price-box .header-btn7 {
  width: 100%;
  background: #581164;
  color: var(--white-100, #FFF);
  text-align: center;
}
.pricing-plan3 .pricing-plans .price-box .header-btn7::after {
  display: none;
}
.pricing-plan3 .pricing-plans .price-box:hover .header-btn7 {
  background: var(--white-100, #FFF);
  color: #581164;
}
.pricing-plan3 .pricing-plans .price-box:hover .pricing-area::after {
  width: 100% !important;
  height: 100% !important;
}
.pricing-plan3 .pricing-plans .price-box:hover .pricing-area h3 {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
}
.pricing-plan3 .pricing-plans .price-box:hover .pricing-area h2 {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
}
.pricing-plan3 .pricing-plans .price-box:hover .pricing-area h2 span {
  transition: all 0.4s ease-in-out;
  color: var(--white-100, #FFF);
}
.pricing-plan3 .pricing-plans .price-box:hover .pricing-area p {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
}
.pricing-plan3 .pricing-plans .price-box:hover .pricing-area ul li {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .pricing5-section-area {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing5-section-area {
    padding: 50px 0 20px;
  }
}
.pricing5-section-area .pricing-plans .plan-toggle-wrap .toggle-inner {
  background: #5C3EF4;
  border: 1px solid #5C3EF4;
}
.pricing5-section-area .pricing-plans .price-box .pricing-area {
  background: #FAF9FD;
}
.pricing5-section-area .pricing-plans .price-box .pricing-area p {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
  padding-bottom: 24px;
  border-bottom: 1px solid #DBDCE0;
}
.pricing5-section-area .pricing-plans .price-box .pricing-area ul li {
  font-size: 16px;
  font-weight: 400;
  color: #676879;
  line-height: 16px;
  transition: all 0.4s ease-in-out;
  font-family: "Figtree", sans-serif;
}
.pricing5-section-area .pricing-plans .price-box .pricing-area ul li img {
  margin: 0 6px 0 0;
}
.pricing5-section-area .pricing-plans .price-box .pricing-area::after {
  top: 0 !important;
  width: 100% !important;
  background: #5C3EF4 !important;
  height: 0 !important;
  left: 0 !important;
}
.pricing5-section-area .pricing-plans .price-box .bg2 {
  background: #5C3EF4 !important;
}
.pricing5-section-area .pricing-plans .price-box .bg2 .popular {
  border: 1px solid #5C3EF4 !important;
}
.pricing5-section-area .pricing-plans .price-box .bg2 .popular p {
  color: #5C3EF4 !important;
  border-bottom: 0;
  padding-bottom: 0;
}
.pricing5-section-area .pricing-plans .price-box .bg2 ul li {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
}
.pricing5-section-area .pricing-plans .price-box .bg2 .header-btn8 {
  background: var(--white-100, #FFF);
  color: #5C3EF4;
  border: 1px solid var(--white-100, #FFF);
}
.pricing5-section-area .pricing-plans .price-box .header-btn8 {
  width: 100%;
  background: #5C3EF4;
  color: var(--white-100, #FFF);
  text-align: center;
}
.pricing5-section-area .pricing-plans .price-box .header-btn8::after {
  display: none;
}
.pricing5-section-area .pricing-plans .price-box:hover .header-btn8 {
  background: var(--white-100, #FFF);
  color: #5C3EF4;
}
.pricing5-section-area .pricing-plans .price-box:hover .pricing-area::after {
  width: 100% !important;
  height: 100% !important;
}
.pricing5-section-area .pricing-plans .price-box:hover .pricing-area h3 {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
}
.pricing5-section-area .pricing-plans .price-box:hover .pricing-area h2 {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
}
.pricing5-section-area .pricing-plans .price-box:hover .pricing-area h2 span {
  transition: all 0.4s ease-in-out;
  color: var(--white-100, #FFF);
}
.pricing5-section-area .pricing-plans .price-box:hover .pricing-area p {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
}
.pricing5-section-area .pricing-plans .price-box:hover .pricing-area ul li {
  color: var(--white-100, #FFF);
  transition: all 0.4s ease-in-out;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

h1 {
  color: var(--black);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  color: var(--black);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}

h4 {
  letter-spacing: -1.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
}

h5 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
}

p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 110%;
}

a {
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.navbar {
  background-color: var(--transparent);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-logo.w--current {
  width: 165px;
}

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

.nav-button-wrap {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-button {
  grid-column-gap: 9px;
  color: var(--white);
  background-image: radial-gradient(circle, #5f58fe, #4a44ca);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 110%;
  text-decoration: none;
  display: inline-flex;
}

.primary-button.font-button {
  background-color: var(--primary-color);
  background-image: none;
  border-radius: 4px;
}

.primary-button.width-100 {
  width: 100%;
}

.primary-button.width-100.white-bg {
  color: var(--black);
  background-image: none;
}

.primary-button.width-100.white-bg.pricing-btn {
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.primary-button.width-100.mb-30 {
  margin-bottom: 30px;
}

.primary-button.mb-auto {
  margin-left: auto;
  margin-right: auto;
}

.primary-text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn-text._02 {
  position: absolute;
}

.nav-link-wrapper {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-wrapper:hover {
  color: var(--primary-color);
}

.nav-link-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link._02 {
  position: absolute;
}

.nav-menu {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
}

.hero-section {
  z-index: 2;
  background-color: var(--bg-black);
  padding-top: 248px;
  padding-bottom: 43px;
  position: relative;
  overflow: hidden;
}

.hero-wrap {
  grid-column-gap: 166px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.22fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  margin-bottom: 75px;
  display: grid;
}

.hero-wrap-register {
  grid-column-gap: 166px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.22fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  margin-bottom: 175px;
  display: grid;
}

.hero-left {
  margin-bottom: 105px;
}

.hero-left-register {
  margin-bottom: 185px;
}

.mini-title-wrap {
  grid-column-gap: 10px;
  background-color: #ffffff1a;
  border: 1px solid #ffffff0d;
  border-radius: 9999px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 36px;
  padding: 8px 5px 8px 13px;
  display: inline-flex;
}

.mini-title {
  color: var(--white);
  letter-spacing: -.28px;
  font-size: 14px;
  line-height: 110%;
}

.mini-title-arrow-wrap {
  background-color: #ffffff0d;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  display: flex;
}

.hero-title {
  color: var(--white);
  letter-spacing: -2px;
  /* text-transform: capitalize; */
  margin-bottom: 24px;
  font-size: 62px;
  font-weight: 500;
  line-height: 110%;
}

.section-details {
  color: var(--grey-color);
  font-size: 18px;
  line-height: 140%;
}

.section-details.hero-details {
  color: #fff9;
  max-width: 562px;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 140%;
}

.section-details.platform-details {
  width: 100%;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.mb-40 {
  margin-bottom: 40px;
}

.section-details.mb-24 {
  margin-bottom: 24px;
}

.section-details.section-details-width {
  width: 100%;
  max-width: 608px;
  margin-left: auto;
  margin-right: auto;
}

.hero-button-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-btn-arrow-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn-arrow._02 {
  position: absolute;
}

.watch-button {
  grid-column-gap: 9px;
  color: var(--white);
  background-color: #151621;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.watch-button.bg-white {
  background-color: var(--white);
  color: var(--black);
}

.watch-button.bg-color {
  cursor: pointer;
  background-color: #21253b;
}

.watch-button-wrap {
  background-image: linear-gradient(#92918f94, #ffffff1a 61%);
  border-radius: 10px;
  padding: 1px;
  text-decoration: none;
}

.hero-right {
  position: relative;
}

.hero-right-register {
  position: relative;
}

.hero-shape-bg {
  width: 100%;
}

.hero-img {
  border-radius: 10px;
  width: 100%;
  max-width: 442px;
  position: absolute;
  bottom: 35px;
  left: 29px;
  right: 29px;
}

.ticker-wrap {
  overflow: hidden;
}

.ticker-title {
  color: #ffffff80;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.ticker {
  justify-content: flex-start;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.ticker-item {
  flex: none;
  display: flex;
}

.ticker-img {
  opacity: .5;
  flex: none;
  margin-right: 111px;
}

.hero-bg-shap {
  z-index: -1;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #8aa5ff73, #8aa5ff00);
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: auto auto -350px;
}

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

.section.utility-section {
  padding-top: 194px;
  padding-bottom: 36px;
}

.section.utility-section.pb-40 {
  padding-bottom: 40px;
}

.section.utility-section.pd-120 {
  padding-bottom: 120px;
}

.section.utility-section.pd-130 {
  padding-bottom: 130px;
}

.section.style-guide {
  padding-top: 0;
  padding-bottom: 123px;
}

.section.invoice-v1-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.pricing-v1-section {
  padding-top: 0;
}

.section.testimonial, .section.applications-section {
  padding-top: 0;
  padding-bottom: 40px;
}

.section.inner-after {
  padding-top: 80px;
}

.section.support-section, .section.invoice-section {
  padding-top: 0;
}

.section.team-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.testimonial-section {
  padding-bottom: 133px;
}

.section.blog-section {
  padding-top: 60px;
}

.section.blog-single-section {
  padding-top: 0;
}

.section._404 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-section {
  padding-top: 0;
  padding-bottom: 500px;
}

.section.password-section {
  margin-bottom: 0;
  padding-top: 0;
}

.section.license-section {
  padding-top: 0;
  padding-bottom: 161px;
}

.section.integration-section {
  padding-top: 99px;
}

.section.integrations-single {
  padding-top: 243px;
}

.section.testimonial-section {
  padding-top: 0;
  padding-bottom: 133px;
}

.section.testimonial {
  padding-top: 0;
}

.section.checkout {
  padding-top: 160px;
  padding-left: 0;
  padding-right: 0;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.section-title-wrap.mb-60 {
  margin-bottom: 60px;
}

.section-title-wrap.section-title-flex {
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.section-title-wrap.section-title-flex.flex-center {
  justify-content: space-between;
  align-items: center;
}

.section-title-wrap.pricing-title-wrap {
  max-width: 709px;
  margin-bottom: 68px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.mb0 {
  margin-bottom: 0;
}

.utility-title-wrap {
  text-align: center;
}

.utility-title {
  letter-spacing: -2px;
  width: 100%;
  margin: 0 auto 30px;
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}

.utility-title.blog-single-title {
  max-width: 888px;
}

.utility-details {
  color: #646464;
  font-size: 16px;
  line-height: 140%;
}

.utility-details._401 {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.text-black {
  color: var(--black);
}

.style-wrap {
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.style-title {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}

.style-title.mb-60 {
  margin-bottom: 60px;
}

.style-color-wrap {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.color-title {
  margin-bottom: 12px;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.color-card-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  display: flex;
}

.style-color-single {
  border-radius: 13px;
  width: 183px;
  height: 185px;
  margin-bottom: 10px;
}

.style-color-single.primary-bg, .primary-bg {
  background-color: var(--primary-color);
}

.primary-redial {
  background-image: radial-gradient(circle, #5f58fe, #4a44ca);
}

.color-single-wrap {
  flex: none;
}

.color-text {
  color: gray;
}

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

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

.field-two-bg {
  background-color: var(--field-two);
}

.grey-bg {
  background-color: var(--grey-color);
}

.storke-bg {
  background-color: var(--stroke-one);
}

.white-bg {
  background-color: var(--white);
}

.storke-1 {
  border: 1px solid var(--stroke-one);
}

.field-one-bg {
  background-color: var(--field-one);
}

.style-typography-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.style-typography-head {
  grid-column-gap: 160px;
  grid-row-gap: 0px;
  background-color: #f0f0f0;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  margin-bottom: 5px;
  padding: 32px 28px;
  display: grid;
}

.style-category-text {
  text-transform: capitalize;
  font-size: 22px;
  line-height: 110%;
}

.style-typography-wrap {
  grid-column-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-left: 28px;
  padding-right: 28px;
  display: grid;
}

.typography-divider {
  background-color: #d4d4d4;
  width: 100%;
  height: .5px;
}

.p-semi-bold {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.p-mediium {
  color: var(--black);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.p-regular {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.p-regular-18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.p-small {
  font-size: 16px;
  line-height: 120%;
}

.p-small-bold {
  font-size: 16px;
  font-weight: 600;
}

.p-small-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.link-other {
  letter-spacing: -.28px;
  font-size: 14px;
  line-height: 110%;
}

.typography-font-btn-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.typography-font-wrapper {
  grid-column-gap: 61px;
  display: flex;
}

.typography-font-title {
  letter-spacing: -2px;
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}

.typography-font {
  font-size: 16px;
  line-height: 140%;
}

.typography-font-text {
  color: var(--dove-gray);
  font-size: 16px;
  line-height: 140%;
}

.typography-button-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.footer {
  z-index: 1;
  background-color: var(--bg-black);
  background-image: url('/assets/images2/Footer-Bg_1Footer-Bg.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 33px;
  position: relative;
  overflow: hidden;
}

.footer-wrap {
  justify-content: space-between;
  margin-bottom: 65px;
  display: flex;
}

.footer-left {
  max-width: 363px;
}

.footer-logo-link {
  margin-bottom: 18px;
}

.footer-details {
  color: var(--pragraph);
  max-width: 325px;
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 140%;
}

.footer-form-block {
  margin-bottom: 30px;
}

.footer-form-label {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.footer-form-single {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.footer-form-field {
  background-color: var(--field-two);
  color: var(--grey-color);
  letter-spacing: -.28px;
  border: 1px #000;
  border-radius: 10px;
  width: 230px;
  max-width: 230px;
  height: auto;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 110%;
}

.footer-btn {
  color: var(--white);
  border-radius: 10px;
  width: 120px;
  height: auto;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
}

.social-media-wrap {
  grid-column-gap: 12px;
  display: flex;
}

.social-single {
  border: 1px solid var(--stroke);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35.02px;
  height: 35.02px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-primary-redial {
  z-index: -1;
  background-image: radial-gradient(circle, #5f58fe, #4a44ca);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer-menu-wrapper {
  display: flex;
}

.footer-single-menu._01 {
  margin-right: 49px;
}

.footer-single-menu._02 {
  margin-right: 32px;
}

.footer-menu-title {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.footer-menu-wrap {
  grid-row-gap: 21px;
  flex-flow: column;
  display: flex;
}

.footer-menu {
  color: var(--pragraph);
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  transition: all .45s;
}

.footer-menu:hover {
  color: var(--white);
  transform: translate(10px);
}

.footer-divider {
  opacity: .2;
  background-color: #ffffffc7;
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
}

.copy-text {
  color: var(--pragraph);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}

.copy-link {
  color: var(--white);
}

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

.section-wrap {
  z-index: 1;
  position: relative;
}

.section-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 110%;
}

.section-title.platform-section-title {
  width: 100%;
  max-width: 549px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-white.mb-20 {
  margin-bottom: 20px;
}

.section-title.mb-24 {
  margin-bottom: 24px;
}

.section-title.mb-24.applications-title {
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
  font-size: 56px;
  line-height: 110%;
}

.section-title.applications-title {
  width: 100%;
  max-width: 555px;
}

.section-title.team-section-title {
  width: 100%;
  max-width: 692px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.platform-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.platform-wrap._01 {
  grid-template-columns: 1fr 1.25fr;
}

.platform-wrap._02 {
  grid-template-columns: 1.27fr 1fr;
}

.platform-single {
  grid-row-gap: 30px;
  border: 1px solid var(--stroke-one);
  border-radius: 10px;
  flex-flow: column;
  padding: 40px 30px 30px;
  display: flex;
}

.platform-title {
  letter-spacing: -1.08px;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
}

.platform-img {
  border-radius: 10px;
  width: 100%;
}

.invoice-wrapper {
  border: 1px solid var(--stroke-one);
  background-color: var(--field-one);
  border-radius: 20px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.invoice-v1-left {
  width: 100%;
  max-width: 477px;
}

.invoice-v1-right {
  width: 100%;
  max-width: 554px;
}

.invoice-card-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.invoice-v1-single-card {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding: 40px 58px;
  display: flex;
}

.invoce-icon-wrap {
  background-image: linear-gradient(#000, #4f4f4f);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  display: flex;
}

.invoice-title {
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.invoice-card-details {
  color: var(--grey-color);
  font-size: 18px;
  line-height: 140%;
}

.price-v1-wrapper {
  background-color: var(--bg-black);
  border-radius: 20px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.price-tabs-menu {
  border: 1px solid #38383e;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 848px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: flex;
}

.price-tabs-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.price-tabs-link {
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  height: 59px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.price-tabs-link.w--current {
  background-color: var(--white);
  color: var(--black);
}

.price-tabs-link-flex {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-tabs-link-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.save-text {
  color: var(--primary-color);
  background-color: #e8e0ff;
  border-radius: 40px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 110%;
}

.price-tabs-pane-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.price-tabs-pane-wrap.grid-two {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-tabs-single {
  background-color: var(--white);
  border-radius: 24px;
  padding: 40px 30px 24px;
}

.price-tabs-single._01 {
  background-color: var(--light-color);
}

.price-tabs-single._02 {
  background-color: var(--primary-color);
}

.price-icon-wrap {
  background-color: var(--field-one);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  display: flex;
}

.pricing-icon {
  width: 20.13px;
}

.price-tabs-pane-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-name {
  letter-spacing: -1.08px;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
}

.pricing-amount-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 25px;
  display: flex;
}

.pricing-amount-wrap.mb-30 {
  margin-bottom: 30px;
}

.price-amount {
  color: var(--primary-color);
  font-size: 38px;
  line-height: 110%;
}

.price-amount.text-white {
  color: var(--white);
}

.pricing-month-annual {
  grid-column-gap: 4px;
  color: var(--grey-color);
  margin-bottom: 10px;
  display: flex;
}

.pricing-text {
  font-size: 18px;
  line-height: 110%;
}

.pricing-divider {
  background-color: #817bff;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.pricing-divider._01 {
  background-color: #e6e6e6;
}

.pricing-list {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 37px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-list-item {
  grid-column-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  display: flex;
}

.pricing-list-icon-wrap {
  background-color: var(--field-one);
  border-radius: 100%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.pricing-list-icon-wrap._01 {
  background-color: var(--field-one);
}

.pricing-list-icon-wrap._02 {
  background-color: var(--transparent);
}

.pricing-list-icon-wrap.white-bg {
  background-color: var(--white);
}

.pricing-details-v1 {
  color: var(--grey-color);
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 140%;
}

.pricing-details-v1.mb30 {
  margin-bottom: 30px;
}

.pricing-details-v1.text-white {
  color: var(--white);
}

.testimonial-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonial-single {
  border: 1px solid var(--stroke-one);
  background-color: var(--white);
  border-radius: 10px;
  padding: 28px 36px 30px;
}

.testimonial-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.testimonial-review-text {
  letter-spacing: -1.08px;
  font-size: 22px;
  line-height: 110%;
}

.testimonial-review-wrap {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-review-icon._02 {
  opacity: .5;
}

.testimonial-details {
  color: var(--grey-color);
  border-bottom: .82px dashed #0e0d1333;
  margin-bottom: 20px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 120%;
}

.testimonial-author {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-author-img {
  border-radius: 100%;
  width: 38px;
  height: 38px;
}

.testimonial-author-name {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}

.testimonial-author-bio {
  color: var(--grey-color);
  letter-spacing: -.28px;
  font-size: 14px;
  line-height: 110%;
}

.applications-wrap {
  z-index: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 550px;
  position: relative;
}

.applications-divider {
  background-color: #e2e2e9;
  width: 100%;
  height: 1px;
  margin-bottom: 80px;
}

.inner-section {
  z-index: 1;
  background-color: var(--bg-black);
  background-image: url('/assets/images2/Inner-Bg_1Inner Bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 249px;
  padding-bottom: 155px;
}

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

.inner-title {
  color: var(--white);
  letter-spacing: -2px;
  max-width: 744px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  line-height: 110%;
}

.inner-title.contact-inner-title {
  max-width: 685px;
}

.inner-details {
  color: #fff9;
  width: 100%;
  max-width: 501.99px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 140%;
}

.inner-section-btn-wrap {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.company-img-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.05fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.company-img {
  border-radius: 20px;
  width: 100%;
}

.stats-card-grid {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stats-card {
  background-color: var(--field-one);
  border-radius: 20px;
  padding: 24px;
}

.stats-card._02 {
  padding-right: 20px;
}

.counter {
  display: flex;
}

.single-counter {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number-digit {
  letter-spacing: -1.08px;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
}

.counter-wrapper {
  margin-bottom: 14px;
}

.counter-wrap {
  height: 40px;
  line-height: 100%;
  overflow: hidden;
}

.counter-divider {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  margin-bottom: 18px;
}

.stats-name {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.stats-details {
  color: var(--grey-color);
  letter-spacing: -.28px;
  font-size: 14px;
  line-height: 140%;
}

.support-top-left {
  max-width: 584px;
}

.support-top-right {
  width: 100%;
  max-width: 457px;
}

.support-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.support-img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.support-tabs-menu {
  z-index: 1;
  grid-column-gap: 14px;
  display: flex;
  position: absolute;
  inset: 21px 69px auto auto;
}

.support-tabs-link {
  border: 1px solid var(--stroke-one);
  background-color: var(--field-one);
  color: var(--grey-color);
  text-align: center;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.support-tabs-link.w--current {
  border-color: var(--primary-color);
  color: var(--white);
  background-image: radial-gradient(circle, #5f58fe, #4a44ca);
}

.support-tabs-title {
  letter-spacing: -1.08px;
  width: 100%;
  max-width: 372px;
  margin-bottom: 14px;
  font-size: 36px;
  line-height: 110%;
}

.support-tabs-title._04 {
  max-width: 300px;
}

.support-tabs-details {
  color: var(--grey-color);
  width: 100%;
  max-width: 430px;
  margin-bottom: 34px;
  font-size: 16px;
  line-height: 120%;
}

.support-tabs-details.support-details-width {
  max-width: 471px;
}

.support-list {
  grid-row-gap: 14px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.support-list-item {
  grid-column-gap: 12px;
  color: var(--bg-black);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 120%;
  display: flex;
}

.support-list-icon-wrap {
  background-color: var(--primary-color);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.invoice-single-card {
  background-color: var(--field-one);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding: 40px 58px;
  display: flex;
}

.team-wrapper {
  background-color: var(--field-one);
  border-radius: 20px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 80px;
  padding-bottom: 50px;
}

.team-wrap {
  max-width: 1102.06px;
  margin-left: auto;
  margin-right: auto;
}

.team-card-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card-single {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.team-img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.team-author-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-author-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.team-author-bio {
  color: var(--grey-color);
  font-size: 16px;
  line-height: 120%;
}

.team-social {
  background-color: var(--white);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.partner-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.41fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partner-img {
  border-radius: 20px;
  width: 100%;
}

.partner-details-wrap {
  border: 1px solid var(--stroke-one);
  background-color: var(--field-one);
  border-radius: 20px;
  padding: 40px 93px 40px 40px;
}

.partner-title {
  letter-spacing: -2px;
  margin-bottom: 34px;
  font-size: 56px;
  line-height: 110%;
}

.partner-details {
  color: var(--grey-color);
  font-size: 20px;
  line-height: 140%;
}

.partner-details.mb24 {
  margin-bottom: 24px;
}

.partner-details.mb-40 {
  margin-bottom: 40px;
}

.invoice-left {
  width: 100%;
  max-width: 627px;
}

.invoice-right {
  width: 100%;
  max-width: 457px;
}

.blog-category-button {
  margin-bottom: 80px;
}

.blog-category-collection-list {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-category-collection-item {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-button {
  border: 1px solid var(--stroke-one);
  background-color: var(--field-one);
  color: var(--grey-color);
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.category-button.w--current {
  border-color: var(--primary-color);
  color: var(--white);
  background-image: radial-gradient(circle, #5f58fe, #4a44ca);
}

.blog-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-img-link {
  border-radius: 14px;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-img {
  width: 100%;
}

.blog-category-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.blog-category {
  color: var(--primary-color);
  letter-spacing: -.28px;
  background-color: #eef2ff;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 110%;
}

.blog-date {
  color: var(--grey-color);
  font-size: 16px;
  line-height: 120%;
}

.blog-name {
  color: var(--bg-black);
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: inline-flex;
}

.blog-details {
  color: var(--grey-color);
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 120%;
}

.view-button {
  grid-column-gap: 9px;
  color: var(--primary-color);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  display: inline-flex;
}

.view-button-arrow._02 {
  position: absolute;
}

.blog-single-name {
  color: var(--bg-black);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.blog-rich-wrap {
  width: 100%;
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text img {
  border-radius: 14px;
  margin-bottom: 40px;
}

.rich-text p {
  color: var(--grey-color);
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 140%;
}

.rich-text h3 {
  color: var(--black);
  letter-spacing: -1px;
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 140%;
}

.rich-text ul {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.rich-text li {
  color: var(--grey-color);
  background-image: url('/assets/images2/List-Icon_1.svg');
  background-position: 7px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
  font-size: 18px;
  line-height: 140%;
}

.blog-single-img {
  border-radius: 14px;
  margin-bottom: 40px;
}

.blog-rich-social {
  grid-column-gap: 257px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5.78fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-social-wrap {
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-social-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.blog-social-media-wrap {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-social-media {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.contact-wraper {
  grid-column-gap: 124px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.01fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-title {
  letter-spacing: -2px;
  margin-bottom: 40px;
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}

.contact-info-wrap {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.contact-info-single {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-info-icon-wrap {
  background-color: var(--field-one);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.contact-info-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact-info-title {
  color: var(--bg-black);
  font-size: 16px;
  line-height: 120%;
}

.contact-info-text {
  color: var(--grey-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.contact-form-wrapper {
  background-color: var(--field-one);
  border-radius: 20px;
  padding: 30px 38px;
}

.contact-form-wrap {
  grid-row-gap: 26px;
  flex-flow: column;
  display: flex;
}

.contact-form-single {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.contact-form-label {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.contact-form-field {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 18px;
  font-size: 16px;
  line-height: 120%;
}

.contact-form-field:focus {
  border: 1px solid var(--primary-color);
}

.contact-form-field::placeholder {
  color: #9a9a9a;
  font-size: 16px;
  line-height: 120%;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button {
  color: var(--white);
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
}

.submit-button.primary-redial {
  transition: all .4s;
}

.submit-button.primary-redial:hover {
  background-image: radial-gradient(circle, #5f58fe 100%, #4a44ca 0%);
}

.submit-button.password-btn {
  background-color: var(--black);
  border-radius: 50px;
  font-size: 16px;
  line-height: 150%;
}

.contact-text-area {
  border: 1px solid var(--white);
  color: var(--black);
  border-radius: 12px;
  min-width: 100%;
  max-width: 791.734px;
  height: auto;
  min-height: 160px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 120%;
}

.contact-text-area:focus {
  border-color: var(--primary-color);
}

.contact-text-area::placeholder {
  color: #9a9a9a;
}

.success-message {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 110%;
}

.error-message {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.error-message.primary-redial {
  margin-top: 24px;
}

._404-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

._404-img {
  margin-bottom: 24px;
}

._404-title {
  color: var(--grey-color);
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
}

.changelog-wrapper {
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.changelog-single {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog-left {
  border-right: 2px solid #dadee1;
}

.changelog-title {
  margin-bottom: 11px;
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}

.changelog-date {
  color: var(--grey-color);
  font-size: 16px;
  line-height: 110%;
}

.changelog-details {
  color: var(--grey-color);
  font-size: 18px;
  line-height: 140%;
}

.password-protected {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  border-radius: 26px;
  width: 100%;
  max-width: 609px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 77px;
}

.password-protected-icon {
  margin-bottom: 46px;
}

.password-title {
  color: var(--white);
  letter-spacing: -1px;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 120%;
}

.display-none {
  display: none;
}

.password-details {
  margin-bottom: 44px;
  font-size: 16px;
  line-height: 140%;
}

.password-field-btn {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.password-text-field {
  border-radius: 60px;
  height: 54px;
  margin-bottom: 0;
  padding: 13px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.password-text-field::placeholder {
  color: var(--grey-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.license-wrap {
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.license-title {
  letter-spacing: -1.08px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
}

.license-details {
  color: var(--grey-color);
  width: 100%;
  max-width: 905px;
  margin-bottom: 54px;
  font-size: 16px;
  line-height: 140%;
}

.license-details.mb24 {
  margin-bottom: 24px;
}

.license-img-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-img {
  border-radius: 10px;
  width: 100%;
}

.license-icon-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.license-button {
  background-color: var(--bg-black);
  color: var(--white);
  border-radius: 4px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.integration-card-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.integration-card {
  grid-row-gap: 28px;
  border: 1px solid var(--stroke-one);
  border-radius: 20px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.integration-collection-list {
  grid-column-gap: 21px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.integration-card-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.integration-icon-wrap {
  background-color: var(--field-one);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.integration-tag {
  color: var(--primary-color);
  background-color: #eef2ff;
  border-radius: 8px;
  padding: 10px 20px;
}

.integration-card-name {
  color: var(--black);
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
}

.integration-card-details {
  color: var(--grey-color);
  font-size: 18px;
  line-height: 140%;
}

.integration-divider {
  background-color: var(--stroke-one);
  width: 100%;
  height: 1px;
}

.integration-top-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.integration-icon-single {
  background-color: var(--field-one);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.integration-name {
  font-size: 56px;
  line-height: 140%;
}

.integration-name-wrap {
  grid-column-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.integrations-rich img {
  border-radius: 14px;
  margin-bottom: 40px;
}

.integrations-rich p {
  color: var(--grey-color);
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 140%;
}

.integrations-rich h3 {
  color: var(--black);
  letter-spacing: -1px;
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 140%;
}

.integrations-rich ul {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 40px;
  padding-left: 10px;
  display: flex;
}

.integrations-rich li {
  color: var(--grey-color);
  background-image: url('/assets/images2/List-Icon_1.svg');
  background-position: 7px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
  font-size: 18px;
  line-height: 140%;
}

.pricing-single-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pricing-tabs {
  grid-column-gap: 98px;
  grid-template: "Area"
  / 1fr 4.68fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-tabs-menu {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.pricing-tabs-link {
  grid-column-gap: 14px;
  background-color: var(--transparent);
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.pricing-tabs-link.w--current {
  background-color: var(--transparent);
}

.price-tabs-single-wrap {
  background-color: var(--field-one);
  border-radius: 24px;
  padding: 40px 30px 24px;
}

.price-amount-single {
  letter-spacing: -1px;
  font-size: 42px;
  line-height: 110%;
}

.pricing-month-annual-single {
  grid-column-gap: 4px;
  color: var(--grey-color);
  margin-bottom: 6px;
  display: flex;
}

.pricing-name-single {
  letter-spacing: -1.08px;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
}

.pricing-chackbox-wrap {
  background-color: var(--primary-color);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.pricing-dot {
  background-color: var(--white);
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.yearly-billing-wrap {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.premium-tag {
  color: var(--primary-color);
  letter-spacing: -.2px;
  background-color: #eef2ff;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 10px;
  line-height: 140%;
}

.nav-dropdown-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

.nav-dropdown-list-wrapper {
  background-color: var(--transparent);
  left: -106px;
}

.nav-dropdown-list-wrap {
  background-color: var(--white);
  border-radius: 16px;
  width: 610px;
  margin-top: 20px;
  padding: 24px 30px;
}

.nav-dropdown-list-wrap.box-shadow {
  box-shadow: 0 2px 8px #0000001a;
}

.nav-dropdown-title {
  color: var(--black);
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.nav-dropdown-divider {
  background-color: var(--stroke-one);
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
}

.nav-dropdown-list-flex-wrap {
  grid-column-gap: 58px;
  display: flex;
}

.nav-dropdown-list-flex {
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.dropdown-link-menu {
  color: var(--grey-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: all .45s;
}

.dropdown-link-menu:hover {
  color: var(--black);
}

.dropdown-arrow._02 {
  display: none;
}

.dropdown-arrow.two {
  z-index: -2;
  position: absolute;
}

.platform-img-wrap, .platform-img-wrap._01 {
  align-self: stretch;
}

.platform-details-wrap.last {
  order: 1;
}

.nav-menu-wrap {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.desktop-button {
  grid-column-gap: 9px;
  color: var(--white);
  background-image: radial-gradient(circle, #5f58fe, #4a44ca);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: inline-flex;
}

.desktop-button.responsive {
  display: none;
}

.video-thumbnail {
  width: 12px;
}

.video-btn {
  text-decoration: none;
}

.invoice-summary-wrap {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.077fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 140px;
}

.invoice-img-wrap {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.invoice-img {
  border: 1px solid var(--stroke-one);
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
}

.invoice-img._02, .invoice-img._03 {
  position: absolute;
  inset: 100% 0% auto;
}

.invoice-summary-title {
  width: 100%;
  max-width: 536px;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 110%;
}

.invoice-details-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.invoice-line-wrap {
  background-color: var(--field-one);
  border-radius: 2.5px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 5px;
  height: 272px;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.invoice-line {
  background-color: var(--primary-color);
  width: 100%;
  height: 100%;
}

.invoice-single {
  margin-bottom: 20px;
}

.invoice-single.mb0 {
  margin-bottom: 0;
}

.invoice-single-title {
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
}

.invoice-single-details-wrap {
  overflow: hidden;
}

.invoice-single-details {
  color: var(--grey-color);
  width: 100%;
  max-width: 507px;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 140%;
}

.invoice-divider {
  background-color: var(--stroke-one);
  width: 100%;
  height: 1px;
}

.testimonial-button-wrapper {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.view-button-arrow-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(45deg);
}

.view-button-text._02 {
  position: absolute;
}

.view-button-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.license-details-link {
  color: var(--grey-color);
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
}

.license-details-link:hover {
  text-decoration: underline;
}

.support-tabs-single-wrap {
  grid-column-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1.03fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.applications-ellipse {
  position: absolute;
}

.applications-ellipse._01 {
  inset: 0 auto auto 52px;
}

.applications-ellipse._02 {
  inset: 143px auto auto 238px;
}

.applications-ellipse._03 {
  inset: 210px auto auto 449px;
}

.applications-ellipse._04 {
  inset: 133px auto auto 587px;
}

.applications-ellipse._05 {
  inset: 80px 248px auto auto;
}

.applications-ellipse._06 {
  inset: 315px auto auto 58px;
}

.applications-ellipse._07 {
  inset: 371px auto auto 241px;
}

.applications-ellipse._08 {
  z-index: -1;
  inset: 447px auto auto 483px;
}

.applications-ellipse._09 {
  inset: 305px auto auto 588px;
}

.applications-ellipse._10 {
  inset: 246px 433px auto auto;
}

.applications-ellipse._11 {
  inset: 295px 241px auto auto;
}

.applications-ellipse._12 {
  inset: 297px 72px auto auto;
}

.applications-ellipse._13 {
  inset: 593px auto auto 243px;
}

.applications-ellipse._14 {
  z-index: -1;
  inset: 364px 72px auto auto;
}

.applications-ellipse._15 {
  inset: 527px 255px auto auto;
}

.applications-ellipse-dot {
  border-radius: 100%;
  position: absolute;
}

.applications-ellipse-dot._01 {
  background-color: #ffc73b;
  width: 16.6px;
  height: 15.32px;
  inset: 215px 398px auto auto;
}

.applications-ellipse-dot._02 {
  background-color: #029c78;
  width: 8.94px;
  height: 8.94px;
  inset: 332px 192px auto auto;
}

.applications-ellipse-dot._03 {
  background-color: #029c78;
  width: 7.66px;
  height: 7.66px;
  inset: 418px 527px auto auto;
}

.applications-ellipse-dot._04 {
  background-color: #ff7658;
  width: 10.21px;
  height: 10.21px;
  inset: 467px 303px auto auto;
}

.invoice-summary-wrapper {
  height: 300vh;
}

.testimonial-button-wrap._02 {
  z-index: -22;
}

.testimonail-overflow-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}

.nav-link-page {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.dp-arrow-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.price-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pricing-single-title {
  margin-bottom: 40px;
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}

.pricing-single-title.mb-50 {
  margin-bottom: 50px;
}

.pricing-plan-single-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.42fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-plan-tabs-single-wrap {
  background-color: var(--field-one);
  border-radius: 30px;
  padding: 30px;
}

.pricing-single-details {
  color: var(--grey-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.pricing-single-details._01 {
  width: 100%;
  max-width: 529px;
}

.mb-50 {
  margin-bottom: 50px;
}

.features-title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.pricing-single-list-item {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.pricing-single-list {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.pricing-single-list.mb-50 {
  margin-bottom: 50px;
}

.pricing-title {
  letter-spacing: -1.08px;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 110%;
}

.buy-now-button, .quantity, .field-label, .field-label-2 {
  display: none;
}

.compare-pricing {
  background-color: var(--transparent);
  color: var(--bg-black);
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.compare-pricing-wrap {
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 15px 20px;
}

.checkout-form {
  background-color: var(--transparent);
  padding: 0;
}

.block-header {
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 20px;
}

.block-content {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 20px;
}

.checkout-title {
  letter-spacing: 0;
  font-size: 36px;
  line-height: 110%;
}

.checkout-text {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 110%;
}

.order-icon {
  width: 35px;
}

.checkout-field {
  border: 1px solid var(--stroke-one);
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 18px;
  font-size: 16px;
  line-height: 120%;
}

.checkout-field:focus, .checkout-field.-wfp-focus {
  border: 1px solid var(--primary-color);
}

.checkout-field::placeholder {
  color: #9a9a9a;
  font-size: 16px;
  line-height: 120%;
}

.checkout-field.mb-0 {
  margin-bottom: 0;
}

.checkout-label {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}

.checkout-button {
  grid-column-gap: 9px;
  color: var(--white);
  background-image: radial-gradient(circle, #5f58fe, #4a44ca);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 110%;
  text-decoration: none;
  display: inline-flex;
}

.checkout-button.width-100 {
  width: 100%;
}

.add-to-cart-btn {
  grid-column-gap: 9px;
  color: var(--white);
  background-image: radial-gradient(circle, #5f58fe, #4a44ca);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 110%;
  text-decoration: none;
  display: inline-flex;
}

.add-to-cart-btn.width-100 {
  width: 100%;
}

.checkout-remove {
  margin-top: 10px;
  font-size: 18px;
  line-height: 110%;
}

.close-button {
  background-color: var(--field-one);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.close-icon {
  flex: none;
  width: 25px;
}

.apple-pay {
  border-radius: 10px;
  height: 52px;
}

.cart-quantity {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 9px;
  width: 18px;
  min-width: auto;
  height: 18px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: -8px -9px auto auto;
}

.cart-button {
  background-color: var(--transparent);
  padding: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    letter-spacing: -1px;
    font-size: 56px;
  }

  h3 {
    letter-spacing: -1px;
    font-size: 48px;
  }

  h4 {
    letter-spacing: -1px;
    font-size: 32px;
  }

  h5 {
    font-size: 24px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .primary-button {
    font-size: 16px;
  }

  .nav-link-wrapper {
    display: inline-flex;
  }

  .nav-link-wrapper.text-black.white-text {
    color: var(--white);
  }

  .nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-section {
    padding-top: 200px;
  }

  .hero-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 45px;
  }

  .hero-left {
    margin-bottom: 0;
  }

  .hero-left-register {
    margin-bottom: 0;
  }

  .mini-title-wrap {
    margin-bottom: 20px;
  }

  .hero-title {
    letter-spacing: -1px;
    margin-bottom: 15px;
    font-size: 47px;
  }

  .section-details {
    font-size: 18px;
  }

  .section-details.hero-details {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .section-details.platform-details {
    font-size: 18px;
  }

  .section-details.mb-40, .section-details.mb-24 {
    margin-bottom: 20px;
  }

  .hero-button-wrap {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .hero-img {
    max-width: 91%;
    left: 15px;
    right: 15px;
  }

  .ticker-img {
    margin-right: 70px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.utility-section.pd-130, .section.style-guide {
    padding-bottom: 100px;
  }

  .section.testimonial {
    padding-bottom: 40px;
  }

  .section.changelog-section {
    padding-bottom: 100px;
  }

  .section.integrations-single {
    padding-top: 160px;
  }

  .section.checkout {
    padding-top: 140px;
  }

  .section-title-wrap {
    margin-bottom: 40px;
  }

  .section-title-wrap.mb-60 {
    margin-bottom: 30px;
  }

  .section-title-wrap.section-title-flex {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section-title-wrap.pricing-title-wrap {
    margin-bottom: 30px;
  }

  .utility-title {
    letter-spacing: -1px;
    font-size: 48px;
  }

  .style-title {
    font-size: 48px;
  }

  .style-typography-wrapper {
    width: 757px;
    padding-bottom: 20px;
    overflow: auto;
  }

  .style-typography-head {
    grid-column-gap: 44px;
  }

  .style-category-text {
    font-size: 20px;
  }

  .style-typography-wrap {
    grid-column-gap: 44px;
  }

  .p-semi-bold, .p-mediium, .p-regular {
    font-size: 18px;
  }

  .p-regular-18 {
    font-size: 16px;
  }

  .p-small {
    font-size: 14px;
  }

  .footer-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-bottom: 35px;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-logo-link {
    margin-bottom: 15px;
  }

  .footer-details {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .footer-form-label {
    font-size: 18px;
  }

  .footer-right {
    max-width: 100%;
  }

  .footer-menu-wrapper {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    flex-flow: row;
  }

  .footer-single-menu._01, .footer-single-menu._02 {
    margin-right: 0;
  }

  .footer-menu-title {
    font-size: 18px;
  }

  .platform-wrapper {
    grid-row-gap: 20px;
  }

  .section-title {
    font-size: 56px;
  }

  .section-title.platform-section-title {
    margin-bottom: 20px;
  }

  .section-title.team-section-title {
    margin-bottom: 15px;
  }

  .section-title.mb-responsive-20 {
    margin-bottom: 20px;
  }

  .platform-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .platform-wrap._01, .platform-wrap._02 {
    grid-template-columns: 1fr 1fr;
  }

  .platform-single {
    grid-row-gap: 20px;
    padding: 20px;
  }

  .platform-title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .invoice-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .invoice-card-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .invoice-v1-single-card {
    max-width: 100%;
    height: 100%;
    padding: 24px;
  }

  .invoice-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .invoice-card-details {
    font-size: 16px;
  }

  .price-v1-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .price-tabs-menu {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .price-tabs-pane-wrap.grid-two {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .price-tabs-single {
    padding: 20px;
  }

  .price-icon-wrap {
    margin-bottom: 15px;
  }

  .price-tabs-pane-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .pricing-name {
    font-size: 28px;
    line-height: 110%;
  }

  .pricing-amount-wrap {
    margin-bottom: 20px;
  }

  .pricing-amount-wrap.mb-30 {
    margin-bottom: 25px;
  }

  .price-amount {
    font-size: 46px;
  }

  .pricing-text {
    font-size: 16px;
  }

  .pricing-divider {
    margin-bottom: 20px;
  }

  .pricing-list {
    grid-row-gap: 15px;
    margin-bottom: 15px;
  }

  .pricing-list-item {
    grid-column-gap: 12px;
    font-size: 14px;
  }

  .pricing-details-v1 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .pricing-details-v1.mb30 {
    margin-bottom: 25px;
  }

  .testimonial-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-single {
    padding: 24px;
  }

  .testimonial-review-text {
    font-size: 28px;
  }

  .testimonial-details {
    line-height: 120%;
  }

  .applications-wrap {
    background-image: url('/assets/images2/Applicetion-Bg_1Applicetion-Bg.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 250px;
  }

  .applications-divider {
    margin-bottom: 40px;
  }

  .inner-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .inner-title {
    letter-spacing: -1px;
    margin-bottom: 15px;
    font-size: 60px;
  }

  .inner-details {
    margin-bottom: 15px;
  }

  .company-img-wrap {
    grid-column-gap: 15px;
  }

  .stats-card-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .counter-wrapper, .counter-divider, .support-top-left {
    margin-bottom: 10px;
  }

  .support-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.03fr;
  }

  .support-tabs {
    text-align: center;
  }

  .support-tabs-menu {
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    position: static;
    right: auto;
  }

  .support-tabs-content {
    text-align: left;
  }

  .support-tabs-link {
    text-align: center;
  }

  .support-tabs-title {
    max-width: 369px;
    font-size: 30px;
  }

  .support-tabs-details {
    margin-bottom: 15px;
  }

  .support-list {
    grid-row-gap: 10px;
  }

  .team-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-img {
    margin-bottom: 10px;
  }

  .team-author-name {
    margin-bottom: 2px;
    font-size: 18px;
  }

  .team-author-bio {
    font-size: 14px;
  }

  .team-social {
    width: 36px;
    height: 36px;
  }

  .team-social-icon {
    width: 100%;
    max-width: 8px;
  }

  .partner-wrap {
    grid-column-gap: 15px;
  }

  .partner-img {
    object-fit: cover;
    height: 100%;
  }

  .partner-details-wrap {
    padding: 20px;
  }

  .partner-title {
    margin-bottom: 15px;
    font-size: 44px;
  }

  .partner-details {
    font-size: 16px;
  }

  .partner-details.mb24 {
    margin-bottom: 15px;
  }

  .partner-details.mb-40 {
    margin-bottom: 20px;
  }

  .blog-category-button {
    margin-bottom: 40px;
  }

  .blog-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-img-link, .blog-category-wrap {
    margin-bottom: 10px;
  }

  .blog-name {
    letter-spacing: -.02px;
    margin-bottom: 8px;
    font-size: 22px;
  }

  .blog-details {
    margin-bottom: 10px;
  }

  .rich-text p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .rich-text h3 {
    letter-spacing: -.01px;
    margin-bottom: 8px;
    font-size: 24px;
  }

  .rich-text ul {
    margin-bottom: 20px;
  }

  .rich-text li {
    font-size: 16px;
  }

  .blog-rich-social {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 4fr;
  }

  .blog-social-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-wraper {
    grid-column-gap: 24px;
  }

  .contact-title {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .contact-info-wrap {
    grid-row-gap: 5px;
  }

  .contact-info-single {
    grid-column-gap: 15px;
  }

  .contact-info-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .contact-info-icon {
    width: 100%;
    max-width: 18px;
  }

  .contact-form-wrapper {
    padding: 30px;
  }

  .contact-form-single {
    grid-row-gap: 16px;
  }

  .contact-form-grid {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .changelog-title {
    font-size: 48px;
  }

  .integration-card {
    grid-row-gap: 22px;
    border-radius: 15px;
    padding: 20px;
  }

  .integration-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .integration-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .integration-icon {
    width: 32px;
  }

  .integration-tag {
    padding: 6px 10px;
    font-size: 12px;
  }

  .integration-card-name {
    letter-spacing: -.01px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .integration-card-details {
    font-size: 16px;
  }

  .integrations-rich p, .integrations-rich ul {
    margin-bottom: 30px;
  }

  .pricing-tabs {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 2.25fr;
  }

  .price-tabs-single-wrap {
    border-radius: 15px;
    padding: 24px;
  }

  .price-amount-single {
    font-size: 32px;
  }

  .nav-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-list-wrapper.w--open {
    left: auto;
  }

  .dropdown-arrow._02 {
    display: block;
    position: absolute;
  }

  .hamburger-menu-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 5px;
    display: flex;
    overflow: hidden;
  }

  .hamburger-menu-wrap.w--open {
    background-color: var(--transparent);
  }

  .nav-menu-wrap {
    grid-row-gap: 40px;
    background-color: var(--bg-black);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px;
  }

  .nav-menu-wrapper {
    max-height: 90vh;
    overflow: auto;
  }

  .dropdown-arrow-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .invoice-summary-wrap {
    grid-column-gap: 40px;
  }

  .invoice-summary-title {
    font-size: 30px;
    line-height: 110%;
  }

  .invoice-details-wrapper {
    grid-column-gap: 40px;
  }

  .support-tabs-single-wrap {
    grid-column-gap: 30px;
  }

  .applications-ellipse-wrapper {
    display: none;
  }

  .nav-link-page {
    display: inline-flex;
  }

  .style-gide-typography {
    overflow: auto;
  }

  .pricing-single-title {
    margin-bottom: 25px;
    font-size: 38px;
  }

  .pricing-single-title.mb-50 {
    margin-bottom: 30px;
  }

  .pricing-plan-single-wrap {
    grid-column-gap: 24px;
  }

  .price-plan-tabs-single-wrap {
    border-radius: 15px;
    padding: 20px;
  }

  .pricing-single-details {
    font-weight: 400;
    line-height: 140%;
  }

  .pricing-single-details._01.mb-50 {
    margin-bottom: 30px;
  }

  .features-title {
    margin-bottom: 20px;
  }

  .pricing-single-list-item {
    grid-column-gap: 12px;
    font-size: 14px;
  }

  .pricing-single-list.mb-50 {
    margin-bottom: 30px;
  }

  .pricing-title {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .block-header {
    margin-bottom: 25px;
    padding: 15px 18px;
  }

  .checkout-title {
    font-size: 26px;
  }

  .checkout-button, .add-to-cart-btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    letter-spacing: -.2px;
    font-size: 20px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo {
    width: 100%;
    max-width: 120px;
  }

  .primary-button, .primary-btn-text {
    font-size: 16px;
  }

  .nav-menu {
    background-color: var(--transparent);
  }

  .hero-section {
    padding-top: 100px;
  }

  .hero-wrap {
    grid-row-gap: 190px;
    grid-template-columns: 1.22fr;
    margin-bottom: 25px;
  }

  .hero-left {
    text-align: center;
  }

  .hero-left-register {
    text-align: center;
  }

  .hero-title {
    letter-spacing: -.01px;
  }

  .section-details {
    font-size: 16px;
  }

  .section-details.section-details-width.mb-40 {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .hero-button-wrap {
    justify-content: center;
    align-items: center;
  }

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

  .hero-right-register {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    /* display: flex; */
  }

  .hero-img {
    object-fit: cover;
    max-width: 407px;
    height: 436px;
    max-height: 436px;
    top: auto;
    left: auto;
    right: auto;
  }

  .ticker-title {
    margin-bottom: 15px;
  }

  .ticker-img {
    margin-right: 45px;
  }

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

  .section.utility-section {
    padding-top: 130px;
  }

  .section.utility-section.pd-120 {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.utility-section.pd-130, .section.style-guide, .section.changelog-section {
    padding-bottom: 80px;
  }

  .section.license-section {
    padding-bottom: 100px;
  }

  .section.integration-section {
    padding-top: 80px;
  }

  .section.integrations-single {
    padding-top: 140px;
  }

  .section.checkout {
    padding-top: 120px;
  }

  .section-title-wrap {
    margin-bottom: 20px;
  }

  .section-title-wrap.mb-60 {
    margin-bottom: 30px;
  }

  .section-title-wrap.pricing-title-wrap {
    margin-bottom: 25px;
  }

  .utility-title {
    letter-spacing: -.29px;
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 40px;
  }

  .utility-title.blog-single-title {
    font-size: 34px;
  }

  .style-wrap {
    grid-row-gap: 80px;
  }

  .style-title {
    letter-spacing: -.2px;
    margin-bottom: 30px;
    font-size: 36px;
  }

  .style-color-single {
    width: 100px;
    height: 100px;
  }

  .style-typography-head {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding: 20px 10px;
  }

  .style-category-text {
    font-size: 14px;
  }

  .style-typography-wrap {
    grid-column-gap: 18px;
    padding-left: 10px;
  }

  .p-semi-bold, .p-mediium, .p-regular {
    font-size: 16px;
  }

  .p-regular-18, .p-small-bold, .p-small-medium {
    font-size: 14px;
  }

  .typography-font-btn-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .typography-font-title {
    font-size: 42px;
  }

  .typography-button-wrap {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .footer {
    padding-bottom: 25px;
  }

  .footer-wrap {
    grid-row-gap: 35px;
    flex-flow: column;
    display: flex;
  }

  .footer-left {
    width: 100%;
    max-width: 100%;
  }

  .footer-logo-link {
    margin-bottom: 20px;
  }

  .footer-details {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .footer-form-block {
    margin-bottom: 20px;
  }

  .footer-form-label {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .footer-form-single {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-form-field {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer-right {
    width: 100%;
    max-width: 100%;
  }

  .footer-menu-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .footer-menu-title {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .footer-menu-wrap {
    grid-row-gap: 15px;
  }

  .footer-menu {
    font-size: 18px;
  }

  .footer-divider {
    margin-bottom: 25px;
  }

  .copy-text {
    line-height: 120%;
  }

  .section-title {
    font-size: 42px;
  }

  .section-title.mb-24 {
    margin-bottom: 10px;
  }

  .section-title.mb-24.applications-title {
    max-width: 100%;
    font-size: 42px;
  }

  .platform-wrap, .platform-wrap._01, .platform-wrap._02 {
    grid-template-columns: 1fr;
  }

  .platform-title {
    font-size: 24px;
  }

  .invoice-card-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .invoice-v1-single-card {
    max-width: 100%;
    padding: 20px;
  }

  .invoce-icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .price-tabs-menu {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .price-tabs-link {
    height: 50px;
  }

  .price-tabs-pane-grid {
    grid-template-columns: 1fr;
  }

  .pricing-amount-wrap.mb-30 {
    margin-bottom: 20px;
  }

  .price-amount {
    font-size: 42px;
  }

  .pricing-list-item, .pricing-details-v1 {
    font-size: 16px;
  }

  .pricing-details-v1.mb30 {
    margin-bottom: 20px;
  }

  .testimonial-wrap {
    grid-template-columns: 1fr;
  }

  .testimonial-single {
    padding: 20px;
  }

  .testimonial-top {
    margin-bottom: 12px;
  }

  .testimonial-details {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .testimonial-author-name {
    font-size: 15px;
  }

  .applications-wrap {
    padding-top: 200px;
  }

  .inner-section {
    padding-top: 140px;
  }

  .inner-title {
    letter-spacing: -.1px;
    max-width: 100%;
    font-size: 42px;
  }

  .inner-details {
    font-size: 16px;
  }

  .company-img-wrap {
    margin-bottom: 20px;
  }

  .company-img {
    border-radius: 15px;
  }

  .stats-card-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stats-card {
    border-radius: 15px;
    padding: 18px;
  }

  .number-digit {
    font-size: 28px;
  }

  .counter-wrap {
    height: 30px;
  }

  .stats-name {
    margin-bottom: 8px;
  }

  .support-top-left {
    max-width: 100%;
  }

  .support-tabs-menu {
    margin-bottom: 25px;
  }

  .support-tabs-link {
    padding: 10px;
    font-size: 15px;
  }

  .support-tabs-title {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .invoice-single-card {
    max-width: 100%;
  }

  .team-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-card-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .team-card-single {
    width: 100%;
  }

  .team-img {
    border-radius: 8px;
  }

  .team-author-name {
    font-size: 16px;
  }

  .partner-wrap {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .partner-title {
    font-size: 36px;
  }

  .invoice-left {
    margin-bottom: 10px;
  }

  .blog-category-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-img-link {
    width: 100%;
    margin-bottom: 8px;
  }

  .blog-name {
    font-size: 20px;
  }

  .blog-details {
    margin-bottom: 8px;
  }

  .blog-rich-social {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .contact-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .contact-title {
    font-size: 32px;
  }

  .contact-form-wrapper {
    border-radius: 15px;
    padding: 20px;
  }

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

  .changelog-wrapper {
    grid-row-gap: 40px;
  }

  .changelog-single {
    grid-column-gap: 24px;
  }

  .changelog-title {
    font-size: 32px;
  }

  .changelog-date {
    font-size: 14px;
  }

  .changelog-details {
    font-size: 16px;
  }

  .password-protected {
    padding: 60px;
  }

  .password-protected-icon {
    margin-bottom: 26px;
  }

  .password-title {
    margin-bottom: 15px;
  }

  .password-details {
    margin-bottom: 20px;
  }

  .license-wrap {
    grid-row-gap: 60px;
  }

  .license-title {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .license-details {
    margin-bottom: 25px;
  }

  .license-img-wrapper {
    grid-column-gap: 15px;
  }

  .license-icon-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .integration-card {
    grid-row-gap: 15px;
  }

  .integration-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .integration-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .integration-icon {
    width: 40px;
  }

  .integration-name {
    font-size: 42px;
  }

  .integration-name-wrap {
    grid-column-gap: 10px;
  }

  .integrations-rich p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .integrations-rich h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .integrations-rich ul {
    margin-bottom: 20px;
  }

  .integrations-rich li {
    font-size: 16px;
  }

  .pricing-tabs {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .pricing-tabs-link {
    grid-column-gap: 10px;
    font-size: 15px;
  }

  .price-amount-single {
    font-size: 42px;
  }

  .pricing-name-single {
    font-size: 25px;
  }

  .nav-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .platform-img-wrap._01 {
    order: 1;
  }

  .nav-menu-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--bg-black);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px;
  }

  .desktop-button {
    display: none;
  }

  .desktop-button.responsive {
    display: block;
  }

  .invoice-summary-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .invoice-summary-title {
    font-size: 30px;
  }

  .invoice-details-wrapper {
    grid-column-gap: 20px;
  }

  .support-tabs-single-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1.03fr;
  }

  .pricing-single-title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .pricing-single-title.mb-50 {
    margin-bottom: 20px;
  }

  .pricing-plan-single-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .price-plan-tabs-single-wrap {
    padding: 18px;
  }

  .pricing-single-details._01.mb-50 {
    margin-bottom: 25px;
  }

  .features-title {
    margin-bottom: 20px;
  }

  .pricing-single-list-item {
    font-size: 16px;
  }

  .pricing-single-list.mb-50 {
    grid-row-gap: 14px;
  }

  .block-header {
    margin-bottom: 20px;
    padding: 15px;
  }

  .block-content {
    border-radius: 15px;
  }

  .checkout-title {
    font-size: 22px;
  }

  .checkout-text {
    font-size: 15px;
  }

  .order-icon {
    width: 35px;
  }

  .checkout-label {
    font-size: 17px;
  }

  .checkout-button {
    font-size: 16px;
  }

  .row {
    flex-flow: column;
  }

  .add-to-cart-btn {
    font-size: 16px;
  }

  .close-button {
    width: 50px;
    height: 50px;
  }

  .close-icon {
    width: 20px;
  }

  .cart-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cart-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    letter-spacing: -.2px;
    font-size: 32px;
  }

  h3 {
    letter-spacing: -.2px;
    font-size: 28px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-logo.w--current {
    width: auto;
  }

  .primary-button {
    padding: 15px;
  }

  .primary-button.width-100.mb-30 {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  .primary-btn-text {
    font-size: 14px;
  }

  .nav-link-wrapper.text-black.white-text {
    color: var(--white);
  }

  .nav-menu {
    background-color: var(--bg-black);
    height: 90vh;
    overflow: auto;
  }

  .hero-section {
    padding-top: 120px;
    padding-bottom: 38px;
  }

  .hero-wrap {
    grid-row-gap: 146px;
    margin-bottom: 15px;
  }

  .mini-title-wrap {
    margin-bottom: 10px;
  }

  .mini-title {
    letter-spacing: -.1px;
    font-size: 12px;
  }

  .hero-title {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .section-details, .section-details.hero-details, .section-details.platform-details {
    font-size: 14px;
  }

  .section-details.mb-24 {
    margin-bottom: 10px;
  }

  .section-details.section-details-width.mb-40 {
    margin-bottom: 10px;
    line-height: 140%;
  }

  .hero-button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
  }

  .watch-button.bg-color {
    padding: 15px;
  }

  .hero-img {
    object-fit: cover;
    max-width: 269px;
    height: 309px;
    max-height: 309px;
    bottom: 25px;
    left: auto;
    right: auto;
  }

  .ticker-title {
    margin-bottom: 10px;
  }

  .ticker-img {
    width: 100%;
    max-width: 65px;
    margin-right: 35px;
  }

  .hero-bg-shap {
    bottom: -57px;
  }

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

  .section.utility-section.pd-120, .section.utility-section.pd-130, .section.style-guide, .section.applications-section {
    padding-bottom: 60px;
  }

  .section.inner-after {
    padding-top: 60px;
  }

  .section.changelog-section {
    padding-bottom: 60px;
  }

  .section.integration-section {
    padding-top: 60px;
  }

  .section.integrations-single {
    padding-top: 120px;
  }

  .section.checkout {
    padding-top: 100px;
  }

  .section-title-wrap.pricing-title-wrap {
    margin-bottom: 15px;
  }

  .section-title-wrap.mb0 {
    text-align: center;
  }

  .utility-title {
    letter-spacing: 0;
    font-size: 28px;
  }

  .style-wrap {
    grid-row-gap: 50px;
  }

  .style-title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .style-title.mb-60 {
    margin-bottom: 20px;
  }

  .style-color-single {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
  }

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

  .style-typography-head {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
  }

  .p-semi-bold {
    font-size: 14px;
    font-weight: 500;
  }

  .p-mediium, .p-regular {
    font-size: 14px;
  }

  .p-regular-18, .p-small, .p-small-bold, .p-small-medium {
    font-size: 12px;
  }

  .typography-font-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .typography-font-title {
    font-size: 36px;
  }

  .typography-button-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-wrap, .footer-logo-link {
    margin-bottom: 15px;
  }

  .footer-details {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .footer-form-label {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .footer-form-single {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .footer-btn {
    width: 100%;
  }

  .footer-menu-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-menu-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-menu-wrap {
    grid-row-gap: 15px;
  }

  .footer-menu {
    font-size: 16px;
  }

  .footer-divider {
    margin-bottom: 15px;
  }

  .copy-text {
    line-height: 130%;
  }

  .section-title {
    font-size: 28px;
  }

  .section-title.platform-section-title {
    margin-bottom: 10px;
  }

  .section-title.text-white.mb-20 {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .section-title.mb-24.applications-title {
    font-size: 30px;
  }

  .section-title.mb-responsive-20 {
    margin-bottom: 10px;
  }

  .platform-single {
    grid-row-gap: 15px;
    padding: 12px;
  }

  .platform-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .invoice-wrapper {
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .invoice-card-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .invoce-icon-wrap {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .invoce-icon {
    width: 18px;
  }

  .invoice-title {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .invoice-card-details {
    font-size: 14px;
  }

  .price-v1-wrapper {
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .price-tabs-menu {
    border-radius: 10px;
    flex-flow: column;
    align-items: stretch;
    max-width: 100%;
    padding: 10px;
  }

  .price-tabs-link {
    border-radius: 10px;
    max-width: 100%;
    height: 42px;
  }

  .price-tabs-link-text {
    font-size: 16px;
  }

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

  .price-tabs-single {
    border-radius: 10px;
    padding: 15px;
  }

  .price-icon-wrap {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  .pricing-name {
    margin-bottom: 6px;
    font-size: 26px;
  }

  .pricing-amount-wrap.mb-30 {
    margin-bottom: 10px;
  }

  .price-amount {
    font-size: 32px;
  }

  .pricing-month-annual {
    margin-bottom: 5px;
  }

  .pricing-list-item {
    grid-column-gap: 10px;
    font-size: 14px;
  }

  .pricing-list-icon-wrap {
    flex: none;
    width: 20px;
    height: 20px;
  }

  .pricing-list-icon {
    max-width: 11px;
  }

  .pricing-details-v1 {
    margin-bottom: 10px;
  }

  .pricing-details-v1.mb30 {
    margin-bottom: 15px;
  }

  .testimonial-review-text {
    font-size: 22px;
  }

  .testimonial-review-icon {
    width: 14px;
  }

  .testimonial-details {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .testimonial-author-name {
    margin-bottom: 4px;
  }

  .applications-wrap {
    padding-top: 100px;
  }

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

  .inner-title {
    letter-spacing: -.01px;
    font-size: 28px;
  }

  .inner-details {
    font-size: 14px;
  }

  .inner-section-btn-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .company-img-wrap {
    grid-row-gap: 15px;
    grid-template-columns: 2.05fr;
  }

  .stats-card-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .support-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .support-img {
    width: 100%;
  }

  .support-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: grid;
  }

  .support-tabs-title {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .support-tabs-details {
    font-size: 14px;
  }

  .support-list {
    grid-row-gap: 8px;
  }

  .support-list-item {
    font-size: 14px;
  }

  .invoice-single-card {
    padding: 20px;
  }

  .team-wrapper {
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .team-card-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .partner-img {
    border-radius: 15px;
  }

  .partner-details-wrap {
    border-radius: 15px;
    padding: 15px;
  }

  .partner-title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .partner-details {
    font-size: 14px;
  }

  .partner-details.mb24 {
    margin-bottom: 8px;
  }

  .partner-details.mb-40 {
    margin-bottom: 10px;
  }

  .blog-category-collection-item {
    grid-column-gap: 15px;
  }

  .blog-category {
    padding: 8px 15px;
  }

  .blog-name {
    font-size: 18px;
  }

  .blog-details {
    font-size: 14px;
  }

  .rich-text p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .rich-text h3 {
    font-size: 20px;
  }

  .rich-text ul {
    grid-row-gap: 8px;
    margin-bottom: 15px;
  }

  .rich-text li {
    font-size: 14px;
  }

  .contact-title {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .contact-info-single {
    grid-column-gap: 12px;
  }

  .contact-info-icon-wrap {
    width: 35px;
    height: 35px;
  }

  .contact-info-icon {
    max-width: 16px;
  }

  .contact-form-wrap {
    grid-row-gap: 22px;
  }

  .contact-form-single {
    grid-row-gap: 10px;
  }

  .contact-form-label {
    font-size: 15px;
  }

  .contact-form-field {
    height: 46px;
    padding: 12px;
    font-size: 14px;
  }

  .contact-form-field::placeholder {
    font-size: 14px;
  }

  .submit-button.password-btn {
    border-radius: 30px;
  }

  .contact-text-area {
    max-width: 250px;
    min-height: 100px;
    padding: 12px;
    font-size: 14px;
  }

  .changelog-wrapper {
    grid-row-gap: 25px;
  }

  .changelog-single {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .changelog-left {
    border-right-style: none;
  }

  .changelog-title {
    margin-bottom: 6px;
    font-size: 26px;
  }

  .changelog-details {
    font-size: 14px;
  }

  .password-protected {
    border-radius: 15px;
    padding: 30px;
  }

  .password-title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .password-details {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .password-field-btn {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .password-text-field {
    border-radius: 30px;
    height: 44px;
  }

  .license-wrap {
    grid-row-gap: 30px;
  }

  .license-title {
    letter-spacing: -.01px;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .license-details {
    font-size: 14px;
  }

  .license-details.mb24 {
    margin-bottom: 15px;
  }

  .license-img-wrapper {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .license-icon-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }

  .integration-collection-list {
    grid-template-columns: 1fr;
  }

  .integration-card-name {
    font-size: 20px;
  }

  .integration-card-details {
    font-size: 14px;
  }

  .integration-name {
    letter-spacing: -.1px;
    font-size: 32px;
  }

  .integration-name-wrap {
    grid-column-gap: 8px;
  }

  .integrations-rich p {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .integrations-rich h3 {
    margin-bottom: 6px;
    font-size: 22px;
  }

  .integrations-rich ul {
    margin-bottom: 15px;
  }

  .integrations-rich li {
    font-size: 14px;
  }

  .pricing-tabs-menu {
    grid-row-gap: 15px;
  }

  .price-tabs-single-wrap {
    padding: 15px;
  }

  .price-amount-single {
    font-size: 32px;
  }

  .nav-dropdown-list-wrap {
    width: 279px;
  }

  .nav-dropdown-list-flex-wrap {
    grid-column-gap: 24px;
  }

  .dropdown-link-menu {
    font-size: 14px;
  }

  .dropdown-arrow._02 {
    position: absolute;
  }

  .nav-menu-wrap {
    padding: 20px;
  }

  .desktop-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-arrow-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .video-btn {
    width: 100%;
  }

  .invoice-summary-title {
    font-size: 24px;
  }

  .invoice-single-title {
    font-size: 18px;
    line-height: 110%;
  }

  .invoice-single-details {
    font-size: 15px;
    line-height: 140%;
  }

  .pricing-single-title {
    font-size: 24px;
  }

  .pricing-single-title.mb-50 {
    margin-bottom: 15px;
  }

  .pricing-plan-single-wrap {
    grid-row-gap: 20px;
  }

  .price-plan-tabs-single-wrap {
    border-radius: 10px;
    padding: 15px;
  }

  .pricing-single-details._01.mb-50 {
    margin-bottom: 20px;
  }

  .features-title {
    margin-bottom: 10px;
  }

  .pricing-single-list-item {
    grid-column-gap: 10px;
    font-size: 14px;
  }

  .pricing-single-list {
    grid-row-gap: 13px;
  }

  .pricing-single-list.mb-50 {
    margin-bottom: 20px;
  }

  .pricing-title {
    margin-bottom: 15px;
  }

  .block-header {
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
  }

  .block-content {
    border-radius: 10px;
    padding: 15px;
  }

  .checkout-title {
    font-size: 20px;
  }

  .checkout-text {
    font-size: 14px;
  }

  .order-icon {
    display: none;
  }

  .checkout-field {
    height: 42px;
    margin-bottom: 15px;
    padding: 12px;
    font-size: 14px;
  }

  .checkout-field::placeholder {
    font-size: 14px;
  }

  .checkout-label {
    font-size: 16px;
  }

  .checkout-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .order-item-wrap {
    margin-left: 0;
  }

  .add-to-cart-btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .close-button {
    width: 40px;
    height: 40px;
  }

  .close-icon {
    width: 15px;
  }

  .apple-pay {
    height: 45px;
  }
}

#w-node-e5ae7378-7b19-4ee9-36c3-5882090dfa94-f16a08cf, #w-node-d4f8565a-7156-a650-22b4-9887c8678b8c-f16a08d7 {
  grid-area: Area;
}

@media screen and (max-width: 767px) {
  #w-node-_5a172463-fbc5-15e5-ee5a-b21f557a7218-f16a08ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ff46687-3057-c794-60db-cc8bd17f41b5-f16a08ca, #w-node-_57ff8995-a40d-0d1f-8493-f723e9cd19ee-f16a08d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Creatodisplay';
  src: url('/assets/fonts/CreatoDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('/assets/fonts/CreatoDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('/assets/fonts/CreatoDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('/assets/fonts/CreatoDisplay-ExtraBold.otf') format('opentype'), url('/assets/fonts/CreatoDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}