@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-one: #000111;
  --transparent: #0000;
  --white: #fff;
  --ghost-white: #f7faff;
  --primary-color: #ffe4b7;
  --paragraph: #6d7280;
  --green: #e06c11;
  --red: #ff7c17;
  --richmonkey: #ff7c17;
  --black-two: #000a20;
  --alice-blue: #f3f5fc;
  --mint: #000;
  --mauve: #e6b6ff;
  --navajo: #ffe7a9;
  --blue: #33b7f9;
  --secondary-color: #c656ff;
  --blizzard-blue: #b4e2f8;
  --silk: #ffd7c6;
  --white-2: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 767px) {
  .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: #333;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--black-one);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 124%;
}

h2 {
  color: var(--black-one);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 122%;
}

h3 {
  color: var(--black-one);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 122%;
}

h4 {
  color: var(--black-one);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 122%;
}

h5 {
  color: var(--black-one);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 122%;
}

h6 {
  color: var(--black-one);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

figure {
  margin-bottom: 10px;
}

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

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

.container.solution {
  max-width: 1390px;
}

.container.how-it-works {
  max-width: 1410px;
}

.container.banner-v2 {
  max-width: 1380px;
}

.navbar-wrapper {
  border-bottom: 1px solid var(--transparent);
  background-color: var(--transparent);
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper.v2 {
  background-color: var(--white);
  border-radius: 15px;
  position: static;
}

.nav-links-wrapper {
  grid-column-gap: 34px;
  align-items: center;
  display: flex;
}

.page-dropdown-list-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-link-tittle {
  color: var(--black-one);
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.home-dropdown-links-wrap {
  background-color: var(--ghost-white);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 30px 250px #0000004d;
}

.dropdown-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 12px;
}

.more-template-wrap {
  color: #19fb9b;
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.pages-dropdown-wrap {
  background-color: var(--ghost-white);
  border-radius: 10px;
  padding: 38px 35px;
  box-shadow: 0 30px 250px #0000001a;
}

.single-nav-link {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  transition: all .3s ease-in;
}

.single-nav-link:hover, .single-nav-link.w--current {
  color: var(--primary-color);
}

.single-nav-link.dropdown {
  grid-column-gap: 8px;
  align-items: center;
  padding: 0;
  display: flex;
}

.single-nav-link.cms-flex {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

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

.single-nav-link.white:hover {
  color: var(--green);
}

.single-nav-link.black {
  color: var(--black-one);
}

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

.pages-dropdown-flex-wrap, .page-dropdown-list-flex-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.nav-link-cms-wrap {
  grid-column-gap: 3.2px;
  color: #575757;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-cms-hover-bg {
  background-color: #fff;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-dropdown-wrap.w--open {
  transform-origin: 50% 0;
  background-color: #0000;
  width: 130px;
  padding-top: 15px;
  left: -20px;
}

.cms-text {
  color: var(--primary-color);
}

.pages-dropdown-wrapper.w--open {
  transform-origin: 50% 0;
  background-color: #0000;
  width: 750px;
  padding-top: 20px;
  left: -326px;
}

.nav-menu-wrapper {
  float: none;
}

.logo-wrap {
  float: none;
  display: inline-block;
}

.banner-v1-bg-wrapper {
  background-image: url('../images/Banner-V1-Img-BG_1.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: auto;
  padding-bottom: 110px;
}

.banner-v1-wrapper {
  z-index: 1;
  padding-top: 178px;
  position: relative;
}

.banner-v1-content-wrap {
  text-align: center;
  max-width: 1080px;
  margin-bottom: 148px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-title {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 14px;
}

.banner-details {
  color: var(--white);
  max-width: 930px;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.primary-button {
  z-index: 1;
  background-color: var(--white);
  color: var(--black-one);
  border-radius: 12px;
  padding: 19px 34px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  overflow: hidden;
}

.primary-button.small {
  padding: 15px 25px;
}

.primary-button.red {
  background-color: var(--richmonkey);
  color: var(--white);
  border-radius: 20px;
}

.primary-button.red.download {
  padding: 20px 30px 20px 25px;
}

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

.primary-button.red._w-100.add-cart {
  display: block;
}

.primary-button.black {
  background-color: var(--black-two);
  color: var(--white);
}

.primary-button.blue {
  background-color: var(--primary-color);
  color: var(--white);
}

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

.primary-button.mobile {
  display: none;
}

._2-buttons-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-buttons-wrapper.left {
  justify-content: flex-start;
}

._2-buttons-wrapper.left.feature-v2 {
  grid-row-gap: 10px;
  flex-flow: wrap;
  max-width: 50%;
}

._2-buttons-wrapper.preview {
  grid-column-gap: 15px;
}

.primary-button-content-flex {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.primary-button-icon {
  width: 34px;
  height: 34px;
}

.primary-button-icon.big {
  background-color: var(--transparent);
}

.primary-button-icon.apple.small {
  width: 20px;
  height: 24px;
}

.banner-v1-img-wrapper {
  background-image: url('../images/Banner-V1-Img-BG.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 90px;
  padding-top: 1px;
  padding-bottom: 58px;
  position: sticky;
  top: 200px;
}

.banner-v2-img-mobile-wrap {
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  display: flex;
}

.partner-tittle-wrap {
  grid-column-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.partner-tittle-wrap.v2 {
  margin-bottom: 52px;
}

.partner-tittle {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.partner-tittle.blue {
  color: var(--primary-color);
}

.partner-ticker-wrap {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.partner-single-ticker-wrap {
  flex: none;
  align-items: center;
  display: flex;
}

.partner-single-logo {
  margin-right: 78px;
}

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

.section.solutions {
  padding-bottom: 425px;
  position: relative;
}

.section.solutions.feature {
  padding-bottom: 150px;
}

.section.how-it-works {
  background-color: var(--alice-blue);
  padding-top: 1px;
}

.section.how-it-works.v2 {
  background-color: var(--ghost-white);
}

.section.sub-features {
  background-image: url('../images/Sub-Feature-Bg.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 100%;
}

.section.core-feature {
  background-color: var(--alice-blue);
}

.section.testimonials {
  background-image: url('../images/Testimonial-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.blog-post-v1 {
  background-color: var(--alice-blue);
}

.section.cta, .section.faqs {
  background-color: var(--alice-blue);
  padding-top: 0;
}

.section.wcu-v2 {
  background-color: var(--ghost-white);
  padding-top: 0;
}

.section.wcu-v2.about {
  background-color: var(--alice-blue);
  padding-top: 150px;
}

.section.best-solution-v2 {
  padding-top: 0;
  overflow: hidden;
}

.section.core-features-v2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.pricing-v2 {
  background-color: var(--ghost-white);
}

.section.partner-v2 {
  padding-top: 0;
  padding-bottom: 120px;
}

.section.blog-post-v2 {
  padding-top: 0;
}

.section.testimonial-v2 {
  background-color: var(--ghost-white);
  padding-top: 0;
}

.section.after-banner {
  padding-top: 100px;
}

.section.after-banner.download {
  background-color: var(--alice-blue);
}

.section.after-banner.pricing-plan {
  background-color: var(--alice-blue);
  padding-top: 1px;
}

.section.after-banner.contact {
  background-color: var(--alice-blue);
}

.section.after-banner.bg-alice.pp {
  margin-bottom: 0;
}

.section.after-banner.bg-alice.details {
  padding-bottom: 120px;
}

.section.after-banner.bg-alice.changelog {
  overflow: hidden;
}

.section.mission-vision {
  padding-top: 0;
}

.section.about-partner {
  background-color: var(--alice-blue);
  padding-top: 0;
}

.section.core-value {
  padding-top: 0;
}

.section.blog-posts {
  background-color: var(--alice-blue);
}

.section.career-core-value {
  padding-top: 0;
}

.section.bg-alice {
  background-color: var(--alice-blue);
}

.section.bg-alice.career {
  padding-bottom: 0;
}

.section.bg-alice.integration {
  padding-top: 0;
}

.section.bg-alice.preview-demos {
  padding-bottom: 0;
}

.section.figma-file {
  padding-top: 0;
}

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

.section.cta-v2 {
  padding-top: 0;
}

.section.pricing-v1 {
  background-color: var(--alice-blue);
  padding-top: 0;
}

.partner-tittle-border {
  background-color: var(--white);
  width: 60px;
  height: 1px;
}

.partner-tittle-border.blue {
  background-color: var(--primary-color);
}

.banner-v1-shape-1 {
  z-index: -1;
  position: absolute;
  inset: 260px auto auto 300px;
}

.banner-v1-shape-2 {
  z-index: -1;
  position: absolute;
  inset: 245px 220px auto auto;
}

.banner-v1-shape-3 {
  z-index: -1;
  position: absolute;
  inset: 516px 400px auto auto;
  transform: rotate(28.53deg);
}

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

.section-title-wrap.max-823 {
  max-width: 823px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.max-823.plan-v2 {
  margin-bottom: 32px;
}

.section-title-wrap.testimonial {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
}

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

.section-title-wrap.blog-v1 {
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.core-value {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.contact-us {
  max-width: 710px;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.book-a-demo {
  max-width: 860px;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.career {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

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

.section-title-wrap.max-710 {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.testimonial-v2 {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}

.mini-title-wrap {
  grid-column-gap: 7px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.mini-title-wrap.left {
  justify-content: flex-start;
}

.mini-title-wrap.left.blog-v2 {
  margin-bottom: 16px;
}

.mini-title-border {
  background-color: var(--richmonkey);
  width: 32px;
  height: 1px;
}

.mini-title-border.white {
  background-color: var(--black-one);
}

.mini-title-border.blog-v2 {
  background-color: var(--red);
  width: 26px;
}

.mini-title-text {
  color: var(--richmonkey);
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

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

.mini-title-text.blog-v2 {
  color: var(--red);
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.section-title {
  color: var(--black-one);
  text-transform: capitalize;
  margin-bottom: 9px;
  font-size: 50px;
  font-weight: 800;
  line-height: 120%;
}

.section-title.white {
  color: var(--black-one);
}

.section-title.mb-0 {
  margin-bottom: 0;
}

.section-title.finance-growth {
  margin-bottom: 28px;
}

.section-details {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.section-details.max-670 {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.off-white {
  color: #ccced2;
}

.section-details.off-white.solution-details {
  margin-bottom: 32px;
}

.section-details.blog-v1 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.white {
  color: var(--white);
}

.section-details.white.solution-details {
  margin-bottom: 32px;
}

.section-details.white.cta-v2 {
  color: var(--mint);
  margin-bottom: 32px;
}

.section-details.solution-details {
  margin-bottom: 32px;
}

.section-details.max-702 {
  text-align: left;
  max-width: 702px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.max-728 {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.footer-preview {
  color: #d7d7d7;
  max-width: 620px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.feature-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.single-big-feature-wrap {
  border-radius: 15px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.single-big-feature-wrap._1 {
  background-color: #ffd7c6;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.single-big-feature-wrap._2 {
  background-color: #b4e2f8;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-big-feature-content-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.feature-title {
  color: var(--black-one);
  text-transform: capitalize;
  margin-bottom: 13px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.feature-details {
  color: var(--black-one);
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.feature-details._2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.features-img-wrapper {
  position: relative;
}

.features-img-wrapper._2 {
  margin-left: 71px;
}

.features-img-wrapper._1 {
  margin-right: 54px;
}

.feature-small-card {
  border-radius: 12px;
}

.feature-card-arrow._2 {
  margin-left: -28px;
}

.feature-small-card-flex-wrap {
  grid-row-gap: 11px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 46px auto auto -110px;
}

.feature-small-card-flex-wrap._2 {
  inset: 54px -120px auto auto;
}

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

.small-feature-img-wrap {
  border-radius: 15px;
  min-height: 360px;
  padding-left: 42px;
  padding-right: 42px;
}

.small-feature-img-wrap._1 {
  background-color: var(--mint);
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-feature-img-wrap._2 {
  background-color: var(--mauve);
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-feature-img-wrap._3 {
  background-color: var(--navajo);
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-feature-img-wrap.v2-1, .small-feature-img-wrap.v2-2 {
  background-color: #118a4a;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.small-feature-img {
  border-radius: 15px;
}

.small-feature-content-wrap {
  background-color: #ffe4b7;
  border-radius: 15px;
  padding: 33px 30px;
}

.small-feature-content-wrap.v2 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.small-feature-title-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.small-feature-title {
  color: var(--black-one);
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.small-feature-details {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.solution-list-item {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.solution-content-flex-wrap {
  grid-column-gap: 140px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.08fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: sticky;
  top: 130px;
  overflow: hidden;
}

.solution-content-flex-wrap.v2 {
  grid-column-gap: 80px;
  align-items: center;
  margin-bottom: 150px;
  position: static;
}

.solution-content-flex-wrap.v2.mb-0 {
  margin-bottom: 0;
}

.solution-border-text-wrap {
  text-align: center;
}

.solution-border-text-wrap.top {
  height: 20px;
  overflow: hidden;
}

.solution-list-text {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

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

.solution-list {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 50px;
  padding-left: 0;
  display: flex;
}

.solution-border-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.solution-border-text._1, .solution-border-text._3, .solution-border-text._2 {
  color: #fff;
  font-size: 18px;
}

.solution-border-wrapper {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solution-list-image {
  z-index: 1;
  width: 25px;
  position: relative;
}

.solution-bg-left {
  z-index: -1;
  background-color: var(--blue);
  width: 100%;
  max-width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.solution-bg-right {
  z-index: -1;
  background-color: var(--secondary-color);
  width: 100%;
  max-width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.solution-content-flex-left {
  grid-column-gap: 30px;
  flex: none;
  display: flex;
}

.solution-images-wrap {
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  height: 700px;
  display: flex;
  overflow: hidden;
}

.solution-border-wrap {
  background-color: var(--white);
  width: 2px;
  height: 100%;
  max-height: 602px;
  overflow: hidden;
}

.solution-content-scroll-wrap {
  flex: none;
  align-self: center;
  width: 590px;
  max-height: 700px;
  overflow: hidden;
}

.solution-img {
  border-radius: 15px;
  display: block;
}

.solution-img._1, .solution-img._2, .solution-img._3 {
  width: 100%;
  height: 100%;
}

.solution-content-wrap {
  max-width: 100%;
  height: 100%;
  padding-top: 63px;
  padding-bottom: 63px;
}

.solution-content-wrap.v2 {
  max-width: 580px;
  padding-top: 0;
  padding-bottom: 0;
}

.solution-content-wrap.second-one {
  padding-top: 0;
  padding-bottom: 0;
}

.solution-sticky-wrap {
  height: 300vh;
}

.how-it-works-wrapper {
  z-index: 1;
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 80px 60px;
  position: relative;
}

.works-grid-wrap {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.16fr 1.01fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.single-work-wrap {
  text-align: center;
}

.work-icon {
  margin-bottom: 50px;
}

.work-title {
  color: var(--black-one);
  max-width: 244px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.work-details {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.solution-border-inner {
  background-color: var(--secondary-color);
  width: 100%;
}

.work-serial-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.work-serial-wrap.middle {
  margin-left: -145px;
  margin-right: -145px;
}

.work-serial-number-wrap {
  background-color: var(--white);
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.work-serial-border {
  z-index: -1;
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  position: absolute;
}

.work-serial-number {
  color: #c656ff;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.work-serial-number._1 {
  color: var(--secondary-color);
}

.work-serial-number._2 {
  color: #15de9b;
}

.work-serial-number._3 {
  color: var(--blue);
}

.it-work-shape {
  position: absolute;
  inset: auto auto -37px -78px;
  transform: rotate(28.53deg);
}

.how-it-works-relative-wrap {
  margin-top: -245px;
  position: relative;
}

.button-big-text-wrap {
  text-align: left;
}

.big-button-text {
  color: var(--paragraph);
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

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

.sub-features-wrapper {
  height: 200vh;
  margin-left: auto;
  padding-left: 15px;
  position: relative;
}

.sub-feature-flex-wrap {
  max-width: 1600px;
  margin-left: auto;
  display: flex;
}

.single-sub-feature-wrap {
  background-color: var(--secondary-color);
  border-radius: 12px;
  flex: none;
  max-width: 530px;
  margin-right: 30px;
  padding: 15px;
}

.single-sub-feature-wrap._2 {
  background-color: var(--green);
}

.single-sub-feature-wrap._3 {
  background-color: var(--primary-color);
}

.single-sub-feature-wrap._4 {
  background-color: var(--blue);
}

.single-sub-feature-wrap.v2 {
  margin-right: 0;
  padding-bottom: 35px;
}

.single-sub-feature-wrap.v2._01 {
  background-color: #b3e1f7;
}

.single-sub-feature-wrap.v2._02 {
  background-color: #fdd5c5;
  padding-bottom: 42px;
}

.single-sub-feature-wrap.v2._03 {
  background-color: var(--mint);
  padding-bottom: 67px;
}

.single-sub-feature-wrap.v2._04 {
  background-color: var(--mauve);
  padding-bottom: 45px;
}

.sub-feature-title {
  color: var(--black-one);
  font-size: 42px;
  font-weight: 700;
  line-height: 126%;
}

.sub-feature-title.v2 {
  font-size: 22px;
  line-height: 122%;
}

.sub-feature-title-wrap {
  background-color: var(--white);
  border-radius: 12px;
  margin-bottom: 22px;
  padding: 26px 60px 26px 30px;
}

.sub-feature-title-wrap.v2 {
  padding: 25px;
}

.sub-feature-details {
  color: var(--white);
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.sub-feature-details.v2 {
  color: var(--black-one);
  font-size: 16px;
}

.sub-feature-img-wrap {
  text-align: center;
}

.core-features-tab-flex {
  align-items: flex-start;
  display: flex;
}

.core-features-tab-menu-wrap {
  grid-row-gap: 18px;
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  margin-right: 30px;
  padding: 40px;
  display: flex;
}

.core-features-tab-link {
  background-color: var(--alice-blue);
  color: var(--black-one);
  text-align: center;
  border-radius: 12px;
  padding: 19px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 136%;
}

.core-features-tab-link.w--current {
  background-color: var(--primary-color);
  color: var(--white);
}

.core-features-tab-content {
  width: 100%;
}

.core-feature-content-wrapper {
  background-color: var(--white);
  border-radius: 15px;
  padding: 30px 30px 30px 50px;
}

.core-feature-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.core-feature-img-wrapper {
  background-color: var(--mauve);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding-top: 52px;
  display: flex;
}

.core-feature-list-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.core-feature-list {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 65px;
  padding-left: 0;
  display: flex;
}

.core-feature-list-text {
  color: var(--black-one);
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.core-feature-list-image {
  z-index: 1;
  position: relative;
}

.core-feature-title {
  color: var(--black-one);
  margin-bottom: 13px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.core-feature-details {
  color: var(--paragraph);
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.text-btn-wrap {
  color: var(--black-one);
  font-size: 17px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: underline;
}

.text-button-flex-wrap {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.core-feature-img-wrap {
  position: relative;
}

.core-feature-small-img {
  box-shadow: 0 4px 75px #10111a1a;
}

.core-feature-small-img._2 {
  border-radius: 9px;
  position: absolute;
  inset: auto auto 50px -63px;
}

.core-feature-small-img._1 {
  border-radius: 12px;
  position: absolute;
  inset: 83px -62px auto auto;
}

.core-feature-small-img._3 {
  border-radius: 12px;
  position: absolute;
  inset: auto -62px 54px auto;
}

.core-feature-small-img._4 {
  border-radius: 8px;
  position: absolute;
  inset: 73px auto auto -63px;
}

.core-feature-small-img._5 {
  border-radius: 12px;
  position: absolute;
  inset: 68px -62px auto auto;
}

.core-feature-small-img._6 {
  border-radius: 9px;
  position: absolute;
  inset: auto auto 60px -63px;
}

.core-feature-small-img._7 {
  border-radius: 12px;
  position: absolute;
  inset: 98px auto auto -29px;
  transform: rotate(-12.26deg);
}

.core-feature-small-img._8 {
  border-radius: 9px;
  position: absolute;
  inset: 66px -43px auto auto;
  transform: rotate(12.67deg);
}

.core-feature-small-img._9 {
  border-radius: 12px;
  position: absolute;
  inset: auto auto 60px -46px;
  transform: rotate(15.7deg);
}

.core-feature-small-img._10 {
  border-radius: 9px;
  position: absolute;
  inset: auto -25px 48px auto;
  transform: rotate(-13.83deg);
}

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

.wcu-grid-wrap.v2 {
  grid-template-columns: 1fr 1.63fr;
}

.wcu-img.v2 {
  border-radius: 15px;
}

.wcu-img-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.wcu-img-wrap.v2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wcu-shape-wrap {
  z-index: 1;
  padding: 86px 50px 43px;
  position: absolute;
  inset: auto 0% 0%;
}

.wcu-shape {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.wcu-img-content-wrap {
  max-width: 457px;
}

.wcu-title {
  color: var(--white);
  margin-bottom: 9px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.wcu-paragraph {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.wcu-card-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.wcu-card-grid-wrap.v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}

.single-wcu-wrap {
  background-color: var(--green);
  border-radius: 10px;
  padding: 72px 25px;
}

.single-wcu-wrap._2 {
  background-color: var(--red);
}

.single-wcu-wrap._3 {
  background-color: var(--secondary-color);
  padding: 62px 26px;
}

.single-wcu-wrap._3.v2 {
  padding: 38px 50px 40px 45px;
}

.single-wcu-wrap.v2 {
  padding: 43px 40px 48px;
}

.wcu-content-wrap {
  text-align: center;
}

.wcu-sub-title {
  color: var(--white);
  letter-spacing: -.02em;
  border-radius: 36px;
  margin-bottom: 36px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 104%;
  display: inline-block;
}

.wcu-sub-title._2 {
  background-color: #ff7676;
}

.wcu-sub-title._3 {
  background-color: #d074ff;
}

.wcu-sub-title._1 {
  background-color: #2df4b2;
}

.wcu-details {
  color: var(--white);
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.wcu-card-wrap {
  background-color: #f3dcff;
  border-radius: 10px;
  padding: 15px;
}

.wcu-card-wrap.v2 {
  background-color: #d6fff1;
  padding: 20px;
}

.wcu-card-flex-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.01fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wcu-card-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.wcu-counter-wrap {
  justify-content: center;
  height: 60px;
  margin-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.wcu-counter-wrap.v2 {
  justify-content: flex-start;
}

.number-digit {
  z-index: 1;
  color: var(--white);
  letter-spacing: -.04em;
  height: 100%;
  min-height: 100%;
  padding-right: 3px;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

.number-digit.cta {
  line-height: 120%;
}

.single-counter-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
}

.single-counter-wrap._2 {
  justify-content: flex-end;
}

.testimonial-tab-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-tabs-wrap {
  flex-direction: column-reverse;
  display: flex;
}

.testimonial-tab-links-wrap {
  grid-column-gap: 15px;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.testimonial-single-tab-links {
  border-radius: 17px;
  padding: 15px;
}

.testimonial-single-tab-links._1 {
  background-color: var(--mint);
}

.testimonial-single-tab-links._2 {
  background-color: var(--red);
}

.testimonial-single-tab-links._3 {
  background-color: var(--mauve);
}

.testimonial-single-tab-links._4 {
  background-color: #b0def3;
}

.testimonial-tab-link-flex {
  align-items: center;
  display: flex;
}

.testimonial-tab-link-content {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.testimonial-author-name {
  color: var(--white);
  white-space: nowrap;
  margin-bottom: 7px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.testimonial-author-name.black {
  color: var(--black-one);
}

.testimonial-author-name.ml-0 {
  margin-left: 0;
}

.testimonial-user-id {
  color: var(--white);
  white-space: nowrap;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
}

.testimonial-user-id.black {
  color: var(--black-one);
}

.testimonial-user-id.ml-0 {
  margin-left: 0;
}

.single-testimonial-tab-content {
  background-color: var(--secondary-color);
  border-radius: 15px;
  padding: 70px 190px 73px;
}

.single-testimonial-tab-content._1 {
  background-color: var(--green);
}

.single-testimonial-tab-content._3 {
  background-color: var(--primary-color);
}

.single-testimonial-tab-content._4 {
  background-color: var(--blue);
}

.testimonial-tab-content-wrap {
  text-align: center;
  position: relative;
}

.testimonial-star-wrap {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.testimonial-star-wrap.left {
  justify-content: flex-start;
}

.testimonial-star.v2 {
  width: 21px;
}

.testimonial-details {
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: 52px;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
}

.testimonial-details.v2 {
  margin-bottom: 36px;
  line-height: 136%;
}

.testimonial-info {
  color: var(--white);
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.testimonial-quote-left {
  position: absolute;
  inset: 0% auto auto -120px;
}

.testimonial-quote-right {
  position: absolute;
  inset: auto -88px 27px auto;
}

.testimonial-tab-mask-wrap {
  background-image: url('../images/Testimonial-Bg-Shape.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 94%;
  padding-top: 50px;
}

.category-btn-flex-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.category-button {
  background-color: var(--transparent);
  color: var(--paragraph);
  border: 1px solid #0000001a;
  border-radius: 40px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.category-button.w--current {
  background-color: var(--red);
  color: var(--white);
}

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

.single-blog-post-wrap {
  background-color: var(--white);
  border-radius: 15px;
  padding: 20px 20px 37px;
}

.post-img-wrap {
  border-radius: 12px;
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
}

.post-img-wrap.cat {
  max-height: 240px;
}

.post-img {
  width: 100%;
  transition: all .5s;
}

.post-img:hover {
  transform: rotate(-2deg)scale(1.1);
}

.post-title-wrap {
  margin-bottom: 9px;
}

.post-title {
  color: var(--black-one);
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  transition: all .5s;
}

.post-title:hover {
  color: var(--primary-color);
}

.post-title.cat {
  font-size: 26px;
}

.post-details {
  color: var(--paragraph);
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.post-divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
}

.post-category-wrap {
  color: var(--black-one);
  border-radius: 88px;
  margin-bottom: 20px;
  padding: 7px 16px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
}

.cta-content-wrapper {
  background-image: url('../images/Cta-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding-top: 80px;
  padding-left: 50px;
  padding-right: 35px;
  position: relative;
  overflow: hidden;
}

.cta-content-flex {
  display: flex;
}

.cta-content-wrap {
  align-self: flex-start;
  max-width: 361px;
  margin-top: 40px;
  margin-right: 65px;
}

.cta-img-wrap {
  align-self: flex-end;
}

.cta-title {
  color: var(--white);
  letter-spacing: -.03em;
  margin-bottom: 34px;
  font-size: 42px;
  font-weight: 700;
  line-height: 124%;
}

.app-rating-flex {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.app-rating-text {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

.cta-counter-wrap {
  justify-content: flex-start;
  height: 72px;
  margin-bottom: 4px;
  display: flex;
  overflow: hidden;
}

.rating-flex-wrap {
  grid-column-gap: 40px;
  display: flex;
}

.cta-shape {
  position: absolute;
  inset: auto auto 54px 160px;
  transform: rotate(28.53deg);
}

.cta-details {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cta-details-wrap {
  max-width: 405px;
  margin-top: 15px;
  margin-bottom: 40px;
  margin-left: 40px;
}

.cta-highlighted-text-wrap {
  text-align: center;
  margin-bottom: 45px;
}

.faq-flex-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.single-faq-wrapper {
  background-image: linear-gradient(135deg, #ffffff1f, #fff0);
  border-radius: 10px;
  padding: 1px;
}

.faq-question-wrap {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.single-faq-wrap {
  background-color: var(--white);
  border-radius: 10px;
  padding: 25px 20px 25px 25px;
}

.single-faq-wrap.v2 {
  border: 1px solid #00000017;
}

.faq-answer-wrapper {
  color: var(--paragraph);
  overflow: hidden;
}

.faq-answer {
  max-width: 552px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

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

.faq-question {
  color: var(--black-one);
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.faq-icon-wrap {
  flex-direction: column;
  align-items: center;
  width: 33px;
  height: 33px;
  display: flex;
  overflow: hidden;
}

.faq-plus, .faq-minus {
  width: 100%;
  height: 100%;
}

.footer-wrapper {
  background-color: var(--black-two);
  background-image: url('../images/67e56da523940d242efcbf6a_Banner-V2-Bgtest.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 140px;
}

.footer-top {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.footer-content-wrapper {
  background-color: #118a4a;
  border-radius: 13px;
  max-width: 414px;
  padding: 45px 35px;
}

.footer-logo-wrap {
  margin-bottom: 22px;
}

.footer-details {
  color: var(--white);
  margin-bottom: 38px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.newsletter-title {
  color: var(--white);
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 600;
  line-height: 43px;
}

.newsletter-field {
  color: var(--black-one);
  border-radius: 7px;
  height: 58px;
  margin-bottom: 20px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.newsletter-field::placeholder {
  color: var(--paragraph);
}

.newsletter-button {
  background-color: var(--red);
  color: var(--white);
  border-radius: 7px;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.footer-newsletter-form {
  margin-bottom: 32px;
}

.footer-contact-info {
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.footer-all-links-flex {
  grid-column-gap: 40px;
  align-items: flex-start;
  margin-top: 34px;
  display: flex;
}

.footer-links-title {
  color: #000;
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.footer-links-wrapper {
  grid-row-gap: 23px;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-footer-links {
  color: var(--black-one);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  transition: all .35s ease-in;
}

.single-footer-links:hover {
  color: var(--red);
}

.single-footer-links.w--current {
  color: #000;
}

.footer-links-flex-wrap {
  grid-column-gap: 40px;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.copyright-text {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.copyright-link {
  color: var(--red);
  text-decoration: underline;
  display: inline-block;
}

.copyright-link.underline-none {
  text-decoration: none;
}

.footer-social-links-flex {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.footer-social-single-links {
  z-index: 1;
  color: #fff;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  line-height: 100%;
  transition: all .3s ease-in;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-social-single-links:hover {
  border-color: var(--red);
  background-color: var(--red);
  transform: translate(0, -5px);
}

.footer-social-links-hover-bg {
  background-image: linear-gradient(#07f1ef, #3045ff);
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
}

.cart-total-text {
  color: var(--black-one);
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.close-button {
  background-color: var(--red);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.cart-price {
  color: var(--secondary-color);
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.cart-wrapper {
  background-color: #000a20b3;
}

.cart-quantity {
  background-color: var(--red);
  color: var(--white);
  border-radius: 50%;
  width: 20px;
  min-width: auto;
  height: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  inset: -5px -5px auto auto;
}

.cart-button {
  border: 1px solid var(--black-one);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
  position: relative;
}

.cart-button.white {
  border-color: var(--white);
}

.cart-plan-name {
  color: var(--black-one);
  letter-spacing: -.02em;
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.cart-item {
  padding-top: 0;
  padding-bottom: 0;
}

.cart-header {
  border-bottom-color: #0000001a;
  padding: 40px 60px 40px 45px;
}

.remove-button {
  color: var(--black-one);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: underline;
}

.cart-plan-duration-wrap {
  margin-bottom: 10px;
}

.cart-line-item {
  margin-bottom: 36px;
}

.cart-heading {
  color: var(--black-one);
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
}

.cart-footer {
  border-top-color: #0000001a;
  padding: 27px 60px 50px 45px;
}

.cart-container {
  border: 1px solid var(--red);
  background-color: var(--white);
  max-width: 500px;
}

.single-cart-item {
  margin-left: 0;
  margin-right: 0;
}

.cart-plan-duration {
  color: var(--paragraph);
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.cart-quantity-box {
  color: var(--black-one);
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 0;
  width: 50px;
  height: 30px;
  padding: 5px 6px 5px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.cart-list {
  grid-row-gap: 30px;
  flex-direction: column;
  padding: 30px 60px 30px 45px;
  display: flex;
}

.nav-cart-flex-wrap {
  grid-column-gap: 45px;
  align-items: center;
  display: flex;
}

.navbar-v2 {
  z-index: 999;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.banner-v2-wrap {
  background-color: var(--ghost-white);
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-v2-content-wrapper {
  background-image: url('../images/67e56da523940d242efcbf6a_Banner-V2-Bgtest.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  border-radius: 25px;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding: 170px 73px 290px 40px;
}

.banner-v2-content-flex {
  grid-column-gap: 90px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-v2-content-wrap {
  max-width: 48%;
}

.banner-v2-image-wrap {
  z-index: 1;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.banner-v2-title {
  color: var(--black-one);
  letter-spacing: -.03em;
  margin-bottom: 9px;
  font-size: 60px;
  font-weight: 800;
  line-height: 120%;
}

.banner-v2-details {
  color: var(--mint);
  margin-bottom: 32px;
  font-size: 19px;
  font-weight: 500;
  line-height: 160%;
}

.banner-v2-title-info-wrap {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.banner-v2-emoji-wrap {
  grid-column-gap: 8px;
  display: flex;
}

.banner-v2-star-wrap {
  grid-column-gap: 5px;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.banner-v2-star-details {
  color: var(--mint);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.banner-v2-mobile-2 {
  transform: rotate(13deg);
}

.banner-v2-mobile-1 {
  transform: rotate(-15deg);
}

.banner-mobile-wrap {
  transform: none;
}

.banner-mobile-wrap._1 {
  z-index: 1;
  margin-right: -5px;
  position: relative;
}

.banner-mobile-wrap._2 {
  position: relative;
  transform: none;
}

.banner-v2-small-img-wrap {
  flex-direction: column;
  width: 248px;
  display: flex;
  position: absolute;
  inset: -160px auto auto -88px;
}

.banner-v2-small._1 {
  z-index: 2;
  align-self: flex-start;
  position: relative;
  transform: rotate(-16deg);
}

.banner-v2-small._2 {
  z-index: 1;
  align-self: center;
  margin-top: -26px;
  margin-bottom: -8px;
  position: relative;
  transform: rotate(20deg);
}

.banner-v2-small._3 {
  align-self: flex-end;
}

.wcu-v2-big-img {
  border-radius: 15px;
  width: 100%;
}

.wcu-v2-img-wrap {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.wcu-v2-big-content-wrapper {
  background-color: var(--primary-color);
  border-radius: 10px;
  max-width: 740px;
  padding: 50px 65px 52px 50px;
  position: absolute;
  inset: auto 20px 20px auto;
}

.wcu-v2-title {
  color: var(--white);
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
}

.wcu-v2-card-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wcu-v2-title-wrap {
  z-index: 1;
  margin-bottom: 45px;
  position: relative;
}

.wcu-v2-title-arrow {
  z-index: -1;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto -118px 250px;
  transform: translate3d(0, 0, -4.17px);
}

.wcu-v2-card-title {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.wcu-v2-card-title.video-card {
  margin-bottom: 15px;
}

.wcu-v2-card-shape {
  width: 95px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wcu-v2-card-shape.video-card {
  width: 72px;
  margin-bottom: 0;
}

.wcu-v2-card-details {
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.choose-author-flex {
  grid-column-gap: 35px;
  align-items: center;
  display: flex;
}

.choose-author-divider {
  background-color: var(--white);
  width: 1px;
  height: 44px;
}

.wcu-video-card-wrap {
  background-color: var(--red);
  border-radius: 10px;
  width: 260px;
  padding: 33px 35px 28px;
  position: absolute;
  inset: auto auto 10px 20px;
}

.wcu-play-btn-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.play-btn {
  z-index: 2;
  position: relative;
}

.lottie-animation {
  width: 250px;
  height: 250px;
  position: absolute;
}

.feature-v2-grid-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.04fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-v2-grid-wrap._1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.04fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 30px;
}

.feature-v2-grid-wrap._2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.04fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-top: -110px;
}

.single-feature-v2-wrap {
  background-color: #b3e0f6;
  border-radius: 10px;
  padding: 15px 15px 15px 50px;
  overflow: hidden;
}

.single-feature-v2-wrap._1 {
  background-color: #219eff;
  margin-bottom: 30px;
}

.single-feature-v2-wrap._2 {
  background-color: #219eff;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.feature-v2-content {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-v2-img-wrap {
  background-image: url('../images/pandhuya-niking-zvlOFdDNqg0-unsplash-1.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  max-width: 380px;
  padding-top: 25px;
  padding-left: 58px;
  padding-right: 42px;
  display: flex;
}

.feature-v2-img-wrap.v2 {
  background-image: url('../images/Feature-V2-Img-2.jpg');
  max-width: 395px;
  padding-top: 40px;
  padding-left: 58px;
  padding-right: 57px;
}

.feature-v2-mobile-img._1 {
  margin-bottom: -15px;
}

.feature-v2-title {
  color: var(--black-one);
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.feature-v2-details {
  color: var(--black-one);
  margin-bottom: 65px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.best-solution-v2-container {
  max-width: 1790px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.best-solution-v2-content-wrap {
  background-color: #118a4a;
  background-image: url('../images/Best-Soluion-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding-top: 150px;
  padding-bottom: 367px;
  padding-left: 15px;
}

.best-solution-v2-inner-wrapper {
  grid-column-gap: 180px;
  align-items: center;
  max-width: 1540px;
  margin-left: auto;
  display: flex;
}

.solution-v2-img-wrap {
  width: 100%;
  position: relative;
}

.solution-v2-mobile {
  width: 230px;
  position: absolute;
  inset: auto auto -10px -100px;
}

.solution-v2-dash {
  width: 100%;
}

.solution-v2-crd-grid-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -256px;
  display: grid;
}

.solution-v2-img-2-wrapper {
  background-color: #118a4a;
  border-radius: 15px;
  flex: none;
  max-width: 620px;
  padding: 60px;
}

.solution-v2-img-2-wrapper._2 {
  background-color: #219eff;
}

.solution-v2-img-2-wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.solution-v2-img-2 {
  border-radius: 15px;
}

.solution-v2-img-2-mobile-wrap {
  margin-bottom: -60px;
  position: absolute;
}

.solution-v2-img-2-small {
  border-radius: 8px;
  position: absolute;
  box-shadow: 0 4px 75px #10111a1a;
}

.solution-v2-img-2-small._2 {
  border-radius: 8px;
  inset: auto auto 120px -90px;
}

.solution-v2-img-2-small._1 {
  inset: 105px -75px auto auto;
}

.solution-v2-img-2-small._3 {
  border-radius: 8px;
  inset: 96px auto auto -80px;
}

.solution-v2-img-2-small._4 {
  inset: auto -85px 98px auto;
}

.finance-grow-grid {
  grid-column-gap: 75px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.18fr;
  grid-auto-columns: 1fr;
  max-width: 558px;
  display: grid;
}

.grow-icon {
  margin-bottom: 28px;
}

.grow-title {
  color: var(--black-one);
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
}

.grow-details {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.grow-details._1 {
  max-width: 200px;
}

.plan-v2-tabs-menu-wrap {
  background-color: var(--white);
  border: 1px solid #0000001a;
  border-radius: 12px;
  margin-bottom: 50px;
  padding: 6px;
  display: inline-block;
}

.plan-v2-tabs {
  text-align: center;
}

.plan-v2-tab-content {
  text-align: left;
}

.plan-v2-tabs-content {
  background-color: var(--transparent);
  color: var(--black-one);
  border-radius: 12px;
  padding: 14px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.plan-v2-tabs-content.w--current {
  background-color: var(--red);
  color: var(--white);
}

.plan-v2-tab-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plan-v2-single-plan-wrap {
  border-radius: 12px;
  padding: 40px 30px 30px;
  position: relative;
}

.plan-v2-shape {
  position: absolute;
  inset: 20px 82px auto auto;
}

.plan-v2-name-wrap {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.plan-v2-name {
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.plan-v2-features-wrap {
  background-color: var(--white);
  border-radius: 12px;
  padding: 30px 30px 40px;
}

.plan-v2-list-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.11fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 39px;
  padding-left: 0;
  display: grid;
}

.plan-v2-list-item {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.plan-feature-text {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.plan-v2-divider {
  background-color: #0000001f;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.plan-v2-price-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plan-v2-price {
  color: var(--black-one);
  font-size: 29px;
  font-weight: 700;
  line-height: 120%;
}

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

.partner-v2-icon-wrap {
  padding-top: 52px;
  padding-bottom: 52px;
}

.partner-v2-icon-wrap.top {
  border-bottom: 1px solid #0000001a;
  border-right: 1px solid #0000001f;
  padding-bottom: 52px;
}

.partner-v2-icon-wrap.top.center {
  text-align: center;
}

.partner-v2-icon-wrap.top.right {
  text-align: right;
  border-right-style: none;
}

.partner-v2-icon-wrap.bottom {
  border-right: 1px solid #0000001f;
  padding-top: 52px;
}

.partner-v2-icon-wrap.bottom.center {
  text-align: center;
}

.partner-v2-icon-wrap.bottom.right {
  text-align: right;
  border-right-style: none;
}

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

.single-blog-v2-wrapper {
  border-radius: 12px;
  padding: 37px 30px 30px;
}

.blog-v2-img-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.blog-v2-content-wrap {
  margin-bottom: 38px;
}

.blog-v2-title {
  color: var(--black-one);
  font-size: 42px;
  font-weight: 700;
  line-height: 122%;
}

.blog-v2-title-wrap {
  margin-bottom: 15px;
  display: block;
}

.blog-info-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-single-info-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-v2-info-text {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 14px;
}

.blog-info-divider {
  background-color: var(--black-one);
  width: 1px;
  height: 24px;
}

.testimonial-v2-container {
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-v2-wrapper {
  background-image: url('../images/Testimonial-V2-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 140px 30px 260px;
  overflow: hidden;
}

.inner-banner-wrapper {
  padding-top: 120px;
}

.inner-banner-wrapper.bg-alice {
  background-color: var(--alice-blue);
}

.inner-banner-wrap {
  background-color: var(--richmonkey);
  border-radius: 15px;
  padding-top: 110px;
  padding-bottom: 110px;
}

.inner-banner-content-wrap {
  text-align: center;
}

.inner-banner-title {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
}

.breadcrumb-wrapper {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumb-link {
  color: var(--white);
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.breadcrumb-link.w--current {
  color: var(--red);
  font-weight: 600;
  text-decoration: underline;
}

.about-details-wrap {
  text-align: center;
  max-width: 1019px;
  margin-left: auto;
  margin-right: auto;
}

.about-details {
  color: var(--primary-color);
  letter-spacing: -.01em;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
}

.about-details.career {
  color: var(--secondary-color);
}

.about-details-marked {
  color: var(--black-one);
}

.history-counter-wrap {
  height: 42px;
  display: flex;
  overflow: hidden;
}

.teacher-wrap {
  background-color: #8349ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 228px;
  height: 226px;
  padding: 35px 35px 32px;
  display: flex;
}

.about-img-grid-right-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.students-wrap {
  background-color: var(--blue);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  padding: 35px;
  display: flex;
}

.about-img {
  border-radius: 10px;
}

.about-img._2 {
  width: 100%;
}

.student-title {
  color: var(--white);
  letter-spacing: -.01px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.about-img-grid-left-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.teacher-main-flex {
  grid-column-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.about-img-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.16fr 1.92fr;
  grid-auto-columns: 1fr;
  margin-bottom: 90px;
  display: grid;
}

.number-digit-2 {
  z-index: 1;
  color: var(--white);
  letter-spacing: -.02em;
  height: 100%;
  padding-right: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.number-digit-2.about {
  color: #fff;
  letter-spacing: -.42px;
  padding-right: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
}

.our-mission-description {
  color: var(--white);
  margin-bottom: 42px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.our-mission-image {
  border-radius: 20px;
}

.our-mission-vision-tab-link {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: 12px;
  width: 100%;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.our-mission-vision-tab-link.w--current {
  background-color: #fff0;
}

.our-mission-vision-tab-link._1 {
  background-color: var(--red);
}

.our-mission-vision-tab-link._1.w--current {
  background-color: var(--primary-color);
}

.our-mission-vision-tab-link._3 {
  background-color: var(--green);
}

.our-mission-vision-tab-link._3.w--current {
  background-color: var(--primary-color);
}

.our-mission-vision-tab-link._2 {
  background-color: var(--secondary-color);
}

.our-mission-vision-tab-link._2.w--current {
  background-color: var(--primary-color);
}

.our-mission-vision-tab-menu {
  grid-column-gap: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.our-mission-single-wrapper {
  grid-column-gap: 60px;
  background-color: var(--blue);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 40px 74px 40px 40px;
  display: flex;
}

.our-mission-typography-wrap {
  width: 100%;
  max-width: 590px;
}

.our-mission-title {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 13px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.our-mission-image-wrapper {
  width: 100%;
  max-width: 580px;
}

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

.single-member-name {
  text-align: center;
}

.member-img-wrap {
  border-radius: 12px;
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
}

.member-img {
  width: 100%;
}

.member-name {
  color: var(--black-one);
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
}

.member-designation {
  color: var(--paragraph);
  letter-spacing: -.01em;
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 500;
  line-height: 160%;
}

.member-social-wrap {
  grid-column-gap: 12px;
  justify-content: center;
  display: flex;
}

.member-social-wrap.details {
  justify-content: flex-start;
}

.member-social-link-wrap {
  color: var(--black-one);
  border: 1.3px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  transition: all .35s;
  display: flex;
}

.member-social-link-wrap:hover {
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
  transform: translate(0, -5px);
}

.core-feature-grid-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.08fr 1.01fr 1.03fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-core-feature-wrap {
  text-align: center;
}

.core-value-icon {
  margin-bottom: 30px;
}

.core-value-title {
  color: var(--black-one);
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.core-value-details {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.download-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.download-title {
  color: var(--black-one);
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.download-single-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  padding: 60px 50px;
}

.download-title-description {
  text-align: center;
}

.download-description {
  color: var(--paragraph);
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.download-image-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.pricing-plan-content-wrap {
  margin-top: -33px;
  margin-bottom: 122px;
}

.pricing-plan-content-wrap.mb-0 {
  margin-bottom: 0;
}

.plan-tabs-wrapper {
  text-align: center;
}

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

.single-plan-wrap {
  background-color: var(--white);
  border-radius: 15px;
}

.plan-name-wrap {
  z-index: 1;
  border-radius: 15px;
  padding: 36px 40px 40px;
  position: relative;
}

.pricing-plan-shape {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.plan-name {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.plan-details {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.plan-price-wrap {
  background-color: var(--white);
  border-radius: 12px;
  padding-top: 13px;
  padding-bottom: 15px;
}

.plan-price-flex {
  grid-column-gap: 3px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.plan-price {
  letter-spacing: -.03em;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
}

.plan-duration {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.plan-feature-wrap {
  padding: 35px 35px 40px;
}

.plan-feature-list-wrap {
  grid-row-gap: 15px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.plan-feature-list-wrap.details {
  margin-bottom: 0;
}

.plan-feature-list-item {
  background-color: var(--alice-blue);
  border-radius: 40px;
  padding: 12px 22px 12px 12px;
}

.plan-feature-list-item.details {
  background-color: var(--white);
}

.plan-feature-list-flex {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.pricing-plan-details {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.table-data-wrap, .table-heading-wrap {
  text-align: center;
}

.table-heading-tittle {
  color: var(--black-one);
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.compare-pricing-table-tittle-wrap {
  grid-column-gap: 160px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.table-heading-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.table-heading-price._1 {
  color: var(--green);
}

.table-heading-price._2 {
  color: var(--secondary-color);
}

.table-heading-price._3 {
  color: var(--blue);
}

.price-table-data-wrap {
  grid-column-gap: 160px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 15px;
  display: grid;
}

.price-table-data-wrap.bg {
  background-color: var(--white);
}

.table-data {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.table-data-title {
  color: var(--black-one);
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.popular-wrap {
  color: var(--white);
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-image: url('../images/Popular-Bg.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 8px 22px 8px 11px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
  position: absolute;
  inset: 81px -74px auto auto;
  transform: translate(0, -50%)rotate(90deg);
}

.contact-form {
  margin-bottom: 0;
}

.contact-label-span {
  color: var(--red);
}

.single-field-wrap.textarea {
  margin-bottom: 40px;
}

.single-field-wrap.mb-30 {
  margin-bottom: 30px;
}

.contact-icon {
  margin-bottom: 20px;
}

.contact-fields-grid-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.contact-label {
  color: var(--black-one);
  letter-spacing: -.01em;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}

.contact-wrapper {
  background-color: var(--white);
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 110px 110px;
}

.contact-info-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1040px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-info-details {
  color: var(--black-one);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.contact-field {
  background-color: var(--white);
  color: var(--black-one);
  border: 1px solid #0000001a;
  border-radius: 10px;
  height: 58px;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.contact-field::placeholder {
  color: var(--paragraph);
}

.single-contact-info {
  text-align: center;
  background-color: #2b51fd;
  border-radius: 15px;
  padding: 70px 42px 60px;
}

.single-contact-info._1 {
  background-color: var(--blizzard-blue);
}

.single-contact-info._3 {
  background-color: var(--mint);
}

.single-contact-info._2 {
  background-color: var(--mauve);
}

.contact-textarea {
  background-color: var(--white);
  color: var(--black-one);
  border: 1px solid #0000001a;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  min-height: 270px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.contact-textarea::placeholder {
  color: var(--paragraph);
}

.book-demo-wrapper {
  background-color: var(--white);
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 110px 110px;
}

.career-img-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: flex;
}

.left-career-img-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 720px;
  display: flex;
}

.career-img {
  object-fit: cover;
  border-radius: 10px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.career-small-img-flex {
  grid-column-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.right-career-img-wrapper {
  width: 100%;
  max-width: 576px;
}

.core-features-details {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.core-features-single {
  text-align: center;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  width: 100%;
  max-width: 465px;
}

.core-features-top-content {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  display: flex;
}

.core-features-image {
  width: 50px;
}

.core-features-image-wrapper {
  border-top: 1px solid #ffffff80;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.core-features-image-wrapper._5 {
  background-color: #5a56e8;
}

.core-features-image-wrapper._1 {
  background-color: var(--blue);
}

.core-features-image-wrapper._2 {
  background-color: var(--red);
}

.core-features-image-wrapper._3 {
  background-color: var(--green);
}

.core-features-image-wrapper._4 {
  background-color: #5a56e8;
}

.core-features-single-content {
  text-align: center;
  max-width: 352px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 90px;
}

.core-features-single-content._4 {
  max-width: 400px;
  margin-left: 0;
  margin-right: 0;
}

.core-features-single-content._5 {
  max-width: 424px;
  margin-left: 0;
  margin-right: 0;
}

.core-features-bottom-content {
  grid-column-gap: 140px;
  justify-content: center;
  display: flex;
}

.core-features-name {
  color: var(--black-one);
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.core-features-line {
  background-color: #0000001a;
  width: 1px;
}

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

.single-career-post-wrap {
  background-color: var(--white);
  border-radius: 15px;
  padding: 20px 20px 30px;
}

.career-post-img-wrap {
  border-radius: 12px;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

.career-post-img {
  width: 100%;
}

.career-post-info-wrap {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.career-post-location {
  color: var(--black-one);
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.career-post-location-wrap {
  border: 1px solid #0000001a;
  border-radius: 7.33px;
  padding: 8px 12px;
  display: inline-block;
}

.job-timing-wrap {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.job-timing-dot {
  background-color: var(--paragraph);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.job-timing-text {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.job-name-wrap {
  margin-bottom: 30px;
}

.career-post-divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.career-post-experience-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.career-experience-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.job-salary-wrap {
  grid-column-gap: 3px;
  color: var(--paragraph);
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.career-experience-wrap {
  grid-column-gap: 4px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.career-experience-text {
  color: var(--black-one);
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.experience-year-wrap {
  align-items: center;
  display: flex;
}

.career-details-back-link {
  grid-column-gap: 10px;
  color: var(--black-one);
  letter-spacing: -.01em;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.career-single-card-header {
  margin-bottom: 30px;
  padding-left: 10px;
}

.career-card-list-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.career-card-list-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.career-cad-content-wrap {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
}

.career-social-links-flex {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.career-details-description-text {
  color: var(--paragraph);
  margin-bottom: 52px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.career-details-right-content {
  width: 100%;
  max-width: 460px;
}

.career-details-left-content {
  width: 100%;
  max-width: 786px;
}

.career-card-btn-wrap {
  padding-top: 30px;
  padding-left: 10px;
}

.career-details-name-description {
  margin-bottom: 50px;
}

.career-details-wrapper {
  justify-content: space-between;
  display: flex;
}

.career-details-apply-wrap {
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px 30px 40px;
  position: sticky;
  top: 140px;
}

.blog-single-big-details {
  margin-bottom: 26px;
}

.blog-single-big-details.mb-0 {
  margin-bottom: 0;
}

.blog-single-big-details ul {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 26px;
  padding-left: 0;
  display: flex;
}

.blog-single-big-details h4 {
  margin-bottom: 13px;
}

.blog-single-big-details h3 {
  color: var(--black-one);
  margin-bottom: 13px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.blog-single-big-details figure {
  width: 100%;
  margin: 50px 0;
}

.blog-single-big-details img {
  border-radius: 30px;
}

.blog-single-big-details p {
  color: var(--paragraph);
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.blog-single-big-details li {
  color: var(--black-one);
  letter-spacing: -.01em;
  background-image: url('../images/List-Dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  padding-left: 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.blog-single-big-details blockquote {
  color: #fff;
  text-align: center;
  background-image: url('../images/Quote-Icon.svg');
  background-position: 50% 55px;
  background-repeat: no-repeat;
  background-size: 48.8px;
  border-left-style: none;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 115px 50px 50px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
}

.career-social-single-links {
  z-index: 1;
  color: var(--black-one);
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
  line-height: 100%;
  transition: all .3s ease-in;
  display: flex;
  position: relative;
  overflow: hidden;
}

.career-social-single-links:hover {
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
}

.career-card-list-details {
  color: var(--black-one);
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 500;
  line-height: 136%;
}

.career-single-heading-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.job-single-salary-wrap {
  grid-column-gap: 4px;
  display: flex;
}

.career-single-img {
  border-radius: 15px;
  width: 100%;
}

.changelog-container {
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-title {
  color: var(--black-one);
  letter-spacing: -.02em;
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
}

.changelog-list {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.single-changelog-content-wrap {
  background-color: var(--white);
  border-radius: 20px;
  padding: 38px 30px 40px;
}

.changelog-grid-left-wrap {
  border-right: 1px solid #0000001a;
  position: relative;
}

.changelog-grid-left-wrap.border-none {
  border-right-style: none;
}

.changelog-list-item {
  color: var(--red);
}

.changelog-grid-right-wrap {
  padding-bottom: 80px;
  padding-left: 60px;
}

.changelog-grid-right-wrap.last {
  padding-bottom: 0;
}

.changelog-dot {
  background-color: var(--red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -10px -10px auto auto;
}

.changelog-date-wrap {
  color: var(--black-one);
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
}

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

.changelog-list-details {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.single-changelog-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog-shadow-wrap {
  background-color: var(--primary-color);
  border-radius: 20px;
  padding-top: 2px;
  padding-left: 5px;
}

.changelog-shadow-wrap._2 {
  background-color: var(--secondary-color);
}

.changelog-shadow-wrap._3 {
  background-color: var(--blue);
}

.surce-link-wrap {
  text-align: center;
}

.font-wrap {
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  padding-top: 73px;
  padding-bottom: 73px;
}

.license-img {
  border-radius: 6px;
}

.font-title {
  color: var(--red);
  letter-spacing: -.04em;
  font-size: 90px;
  font-weight: 700;
  line-height: 120%;
}

.font-name {
  color: var(--black-one);
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.single-td-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.license-th {
  color: var(--black-one);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.license-single-th-wrap {
  text-align: center;
}

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

.font-title-wrap {
  justify-content: center;
  margin-bottom: 2px;
  display: flex;
}

.license-link {
  color: var(--red);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.licence-text-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.license-divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.td-img-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.source-details {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.source-details-wrap {
  text-align: center;
}

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

.licence-text {
  color: var(--black-one);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.style-guide-color-plate-code {
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.style-guide-color-plate-code.black {
  color: var(--black-one);
}

.style-guide-color-plate-single {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.style-guide-color-plate-single._2 {
  background-color: var(--black-two);
}

.style-guide-color-plate-single._4 {
  background-color: var(--secondary-color);
}

.style-guide-color-plate-single._5 {
  background-color: var(--green);
}

.style-guide-color-plate-single._1 {
  background-color: var(--black-one);
}

.style-guide-color-plate-single._6 {
  background-color: var(--red);
}

.style-guide-color-plate-single._3 {
  background-color: var(--primary-color);
}

.style-guide-color-plate-single._7 {
  background-color: var(--blue);
}

.style-guide-color-plate-single._8 {
  background-color: var(--blizzard-blue);
}

.style-guide-color-plate-single._9 {
  background-color: var(--silk);
}

.style-guide-color-plate-single._10 {
  background-color: var(--mint);
}

.style-guide-color-plate-single._11 {
  background-color: var(--mauve);
}

.style-guide-color-plate-single._12 {
  background-color: var(--navajo);
}

.style-guide-color-plate-single._13 {
  background-color: var(--alice-blue);
  border: 1px solid #0000001a;
}

.style-guide-color-plate-single._14 {
  background-color: var(--ghost-white);
}

.style-guide-color-plate-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 24px;
}

.style-guide-single-wrapper {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 52px;
  padding-bottom: 120px;
}

.style-guide-single-wrapper.pd-mr0 {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.style-guide-title-wrapper {
  margin-bottom: 42px;
}

.style-guide-title {
  color: var(--black-one);
  letter-spacing: -.02em;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.style-guide-typography-details-text-block {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.style-guide-color-plate-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-heading-wrapper {
  grid-row-gap: 17px;
  flex-direction: column;
  display: flex;
}

.style-guide-typography-title {
  color: var(--black-one);
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 122%;
}

.style-guide-typography-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.banner-v1-mobile-wrapper {
  z-index: 1;
  margin-left: -33px;
  margin-right: -33px;
  position: relative;
}

.banner-v1-mobile-frame {
  z-index: 2;
  position: relative;
}

.banner-v1-card {
  border-radius: 12px;
}

.banner-v1-mobile-screen {
  border-radius: 36px;
  margin: 21px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.mobile-screen {
  width: 100%;
}

.banner-v1-sticky-wrap {
  height: 450vh;
  position: relative;
}

._404-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

._404-img-wrap {
  background-color: var(--blue);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding-top: 115px;
  padding-bottom: 115px;
  display: flex;
}

._404-content-wrap {
  padding-left: 80px;
  padding-right: 80px;
}

._404-title {
  color: var(--black-one);
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
}

._404-details {
  color: var(--paragraph);
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.password-protected-image-wrapper {
  background-color: var(--secondary-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.password-protected-wrapper {
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 40px;
}

.password-protected-title {
  color: var(--black-one);
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.password-protected-description {
  color: var(--paragraph);
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.password-protected-text-field {
  color: var(--black-one);
  background-color: #fff0;
  border: 1px solid #0000001a;
  border-radius: 12px;
  height: 54px;
  margin-bottom: 20px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

.password-protected-text-field::placeholder {
  color: var(--paragraph);
}

.field-label {
  display: none;
}

.team-rich-content h2 {
  color: var(--black-one);
  margin-bottom: 9px;
  font-size: 60px;
  font-weight: 800;
  line-height: 120%;
}

.team-rich-content p {
  color: var(--paragraph);
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.team-rich-content ul {
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 26px;
  margin-bottom: 26px;
  padding-left: 0;
  display: flex;
}

.team-rich-content li {
  color: var(--black-one);
  letter-spacing: -.01em;
  background-image: url('../images/List-Dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  list-style-type: none;
}

.team-details-image {
  border-radius: 12px;
}

.team-details-name {
  color: var(--black-one);
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.team-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.team-details-bio {
  color: var(--black-one);
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.team-details-name-bio-wrap {
  margin-bottom: 25px;
}

.team-details-description-text {
  color: var(--paragraph);
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.team-details-typography {
  width: 100%;
  max-width: 590px;
}

.team-top-content {
  grid-column-gap: 60px;
  background-color: var(--white);
  border-radius: 15px;
  align-items: center;
  margin-bottom: 100px;
  padding: 60px 70px 60px 60px;
  display: flex;
}

.team-details-image-wrapper {
  width: 100%;
  max-width: 424px;
}

.team-details-container {
  max-width: 738px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-author-bio {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.blog-details-name {
  margin-bottom: 45px;
  font-size: 60px;
  font-weight: 800;
  line-height: 120%;
}

.blog-details-top-content {
  background-color: var(--white);
  border-radius: 15px;
  max-width: 1060px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
}

.blog-details-tag {
  color: var(--black-one);
  letter-spacing: -.01em;
  border-radius: 88px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

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

.blog-details-rich-content h2 {
  color: var(--black-one);
  letter-spacing: -.02em;
  margin-bottom: 13px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.blog-details-rich-content figure {
  margin-bottom: 35px;
}

.blog-details-rich-content li {
  color: var(--black-one);
  background-image: url('../images/List-Dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  list-style-type: none;
}

.blog-details-rich-content ul {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 26px;
  padding-left: 0;
  display: flex;
}

.blog-details-rich-content p {
  color: var(--paragraph);
  max-width: 1057px;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.blog-details-rich-content blockquote {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  letter-spacing: -.01em;
  background-image: url('../images/Blog-Details-Quote-Image_1Blog Details Quote Image.png');
  background-position: 50% 60px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left-style: none;
  border-radius: 15px;
  margin-bottom: 50px;
  padding: 115px 78px 50px;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
}

.blog-details-rich-content ol {
  grid-row-gap: 10px;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.blog-details-rich-content img {
  border-radius: 12px;
}

.blog-details-author-name {
  color: var(--black-one);
  letter-spacing: -.01em;
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.blog-details-author-line {
  background-color: #d7d7d7;
  width: 25px;
  height: 1px;
}

.blog-details-author-image {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 80px;
  height: 80px;
}

.blog-details-author-date-read-time {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-details-bottom-content {
  max-width: 896.01px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-author-read-time {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.blog-details-author {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.post-read-flex {
  grid-column-gap: 3px;
  align-items: center;
  display: flex;
}

.pricing-details-right-content {
  width: 100%;
  max-width: 732px;
}

.pricing-details-rich-content h2 {
  color: var(--black-one);
  margin-bottom: 9px;
  font-size: 60px;
  font-weight: 800;
  line-height: 120%;
}

.pricing-details-rich-content p {
  color: var(--paragraph);
  max-width: 700px;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.pricing-details-rich-content figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pricing-details-rich-content ul {
  grid-row-gap: 14px;
  flex-direction: column;
  margin-bottom: 26px;
  padding-left: 0;
  display: flex;
}

.pricing-details-rich-content li {
  color: var(--black-one);
  letter-spacing: -.01em;
  background-image: url('../images/List-Dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  list-style-type: none;
}

.pricing-details-rich-content h3 {
  color: var(--black-one);
  margin-bottom: 13px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.pricing-details-content {
  grid-column-gap: 60px;
  justify-content: space-between;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-details-title {
  color: var(--black-one);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.pricing-details-description {
  color: var(--paragraph);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.pricing-details-title-description {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.pricing-details-price {
  letter-spacing: -.02em;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
}

.pricing-details-price-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.pricing-details-features {
  background-color: var(--alice-blue);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px 20px 20px 18px;
}

.pricing-details-left-content {
  background-color: var(--white);
  border-radius: 15px;
  width: 100%;
  max-width: 440px;
  padding: 33px 20px 40px;
  position: sticky;
  top: 140px;
}

.plan-info-wrap {
  text-align: right;
}

.plan-info-text {
  color: var(--paragraph);
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.add-to-card-label {
  display: none;
}

.add-cart-select {
  background-color: var(--transparent);
  color: var(--paragraph);
  letter-spacing: -.01em;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.add-cart-select-wrap {
  border: 1px solid #0000001a;
  border-radius: 12px;
  height: 56px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.default-state {
  margin-bottom: 0;
}

.integration-tools-wrapper {
  background-color: var(--blue);
  border-radius: 15px;
  padding: 78px 80px;
}

.integration-tools-grid-wrap {
  grid-column-gap: 88px;
  grid-template-rows: auto;
  grid-template-columns: 1.01fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.integration-tools-details {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.integration-tools-title {
  color: var(--white);
  max-width: 500px;
  margin-bottom: 12px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.integration-tools-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.integration-tools-circle {
  width: 100%;
}

.integration-tools-circle-2, .integration-tools-icon {
  position: absolute;
}

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

.single-integration-wrap {
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px 30px 37px 35px;
}

.integration-icon-flex {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.integration-icon-wrap {
  background-color: var(--alice-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.integration-name {
  color: var(--black-one);
  margin-bottom: 2px;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.integration-category {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.integration-details {
  color: var(--paragraph);
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.integration-details-single-image-wrap {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
}

.integration-details-single-image-wrap._2 {
  background-color: var(--black-two);
}

.integration-details-pluse-icon-wrap {
  z-index: 1;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #000a2026;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60px;
  height: 60px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.integration-details-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.integration-details-single-image {
  width: 100%;
  max-width: 120px;
}

.integration-details-bottom-content {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.integration-details-button-wrapper {
  margin-top: 20px;
}

.integration-details-description {
  color: var(--paragraph);
  max-width: 584px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.integration-details-rich-content h2 {
  color: var(--black-one);
  letter-spacing: -.02em;
  margin-bottom: 13px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.integration-details-rich-content ul {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 26px;
  padding-left: 0;
  display: flex;
}

.integration-details-rich-content li {
  color: var(--black-one);
  background-image: url('../images/List-Dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  list-style-type: none;
}

.integration-details-rich-content p {
  color: var(--paragraph);
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.integration-details-rich-content figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

.integration-details-content {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.integration-details-top-content {
  text-align: center;
  margin-bottom: 200px;
}

.integration-details-title-wrapper {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 9px;
  display: flex;
}

.sign-in-single-field-wrap.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.or-border {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.sign-in-app-link-wrap {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.alternative-link {
  color: #8349ff;
  font-weight: 600;
  text-decoration: none;
}

.or-text {
  color: var(--paragraph);
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.sign-in-checkbox-wrap {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.sign-in-form-wrap {
  margin-bottom: 0;
}

.sign-in-details-text-wrapper {
  margin-bottom: 45px;
}

.sign-in-field-label {
  color: var(--black-one);
  text-transform: capitalize;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.sign-in-checkbox {
  border-color: #0000001a;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.sign-in-checkbox.w--redirected-checked {
  background-color: #8349ff;
  background-size: 15px;
  border-color: #8349ff;
  border-radius: 100%;
}

.sign-in-checkbox.w--redirected-focus {
  box-shadow: none;
}

.sign-in-details-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.sign-in-single-fields {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.log-in {
  width: 100%;
}

.sign-in-title {
  color: var(--black-one);
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.sign-in-right-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px;
  display: flex;
}

.alternative-details {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.alternative-details.max-433 {
  max-width: 433px;
}

.sign-in-app-link {
  background-color: var(--alice-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60px;
  height: 60px;
  display: flex;
}

.sign-in-checkbox-label {
  color: var(--paragraph);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.sign-in-or-wrap {
  grid-column-gap: 20px;
  text-align: center;
  align-items: center;
  display: flex;
}

.sign-in-form-content-wrap {
  margin-bottom: 40px;
}

.sign-in-field {
  background-color: var(--white);
  color: var(--black-one);
  border: 1px solid #0000001a;
  border-radius: 12px;
  height: 58px;
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.sign-in-field::placeholder {
  color: var(--paragraph);
}

.sign-in-details-logo-wrapper {
  margin-bottom: 25px;
}

.sign-in-left-content {
  z-index: 1;
  background-image: url('../images/Sign-In-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 50%;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sign-in-checkbox-label-link {
  color: var(--paragraph);
  text-decoration: underline;
}

.sign-in-wrapper {
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.sign-in-mobile-wrap {
  justify-content: center;
  display: flex;
}

.sign-in-img {
  width: 300px;
  margin-bottom: -166px;
}

.sign-in-img._1 {
  position: relative;
  transform: rotate(-13deg);
}

.sign-in-img._2 {
  margin-left: -50px;
  transform: rotate(13deg);
}

.sign-in-text-link {
  color: var(--red);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: underline;
}

.preview-banner {
  padding-top: 185px;
  padding-bottom: 145px;
}

.preview-banner-content-wrap {
  text-align: center;
  max-width: 1045px;
  margin-bottom: 205px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.preview-title {
  color: var(--black-one);
  margin-bottom: 12px;
  font-size: 83px;
  font-weight: 700;
  line-height: 120%;
}

.preview-title-marked {
  color: var(--secondary-color);
  display: inline-block;
}

.preview-title-marked._2 {
  color: var(--blue);
}

.preview-details {
  color: var(--paragraph);
  max-width: 834px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.preview-banner-shape._2 {
  position: absolute;
  inset: 125px -84px auto auto;
  transform: rotate(-19.83deg);
}

.preview-banner-shape._1 {
  position: absolute;
  inset: auto auto 80px -60px;
  transform: rotate(18.59deg);
}

.preiew-banner-img-wrap {
  grid-column-gap: 35px;
  background-image: url('../images/Preview-Banner-Img-Bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  display: flex;
}

.preview-banner-img {
  border-radius: 12px;
  max-width: 540px;
  margin-top: -125px;
  margin-bottom: -145px;
  box-shadow: 2px 3px 210px #b1b1b15e;
}

.preview-image-container {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.demo-features-image-wrapper {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 42px;
  display: flex;
}

.demo-features-image-wrapper._1 {
  background-color: var(--blue);
}

.demo-features-image-wrapper._3 {
  background-color: var(--green);
}

.demo-features-image-wrapper._2 {
  background-color: var(--secondary-color);
}

.demo-features-description {
  color: var(--black-one);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.demo-features-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.demo-features-image {
  width: 60px;
  height: 60px;
}

.demo-features-title {
  color: var(--black-one);
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.demo-features-single {
  background-color: var(--blizzard-blue);
  border-radius: 10px;
  padding: 40px 30px;
}

.demo-features-single._1 {
  background-color: var(--blizzard-blue);
}

.demo-features-single._2 {
  background-color: var(--mauve);
}

.demo-features-single._3 {
  background-color: var(--mint);
}

.demo-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.single-demo {
  z-index: 1;
  background-color: var(--mauve);
  border-radius: 10px;
  width: 100%;
  padding: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}

.single-demo-image {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.demo-shape-one {
  background-color: var(--secondary-color);
  width: 100%;
  height: 51%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.demo-shape-two {
  background-color: var(--secondary-color);
  width: 100%;
  height: 51%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.demo-tag {
  z-index: 1;
  background-color: var(--red);
  color: var(--white);
  text-transform: capitalize;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 12px 23px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  inset: auto auto 100px 0;
  box-shadow: 25px 0 60px #0000001a;
}

.single-demo-content {
  width: 100%;
  max-width: 648px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.figma-file-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.figma-file-description {
  color: var(--black-one);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.figma-file-image-wrapper {
  background-color: var(--primary-color);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.figma-file-included-typography {
  max-width: 730px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.figma-file-title {
  color: var(--black-one);
  margin-bottom: 9px;
  font-size: 60px;
  font-weight: 800;
  line-height: 120%;
}

.figma-file-title-description {
  text-align: center;
  margin-bottom: 32px;
}

.figma-icon-wrap {
  border: 2px solid var(--blue);
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 150px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.figma-file-included-content {
  background-color: var(--blizzard-blue);
  border-radius: 15px;
  padding-top: 120px;
}

.preview-footer-copy-right {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.preview-footer {
  background-color: var(--black-two);
  overflow: hidden;
}

.preview-footer-wrapper {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.preview-footer-top-wrapper {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.preview-footer-icon-wrap {
  margin-bottom: 45px;
}

.preview-footer-source-link {
  color: var(--red);
  text-decoration: underline;
  display: inline-block;
}

.preview-footer-source-link.underline-none {
  text-decoration: none;
}

.preview-footer-bottom-wrapper {
  text-align: center;
  border-top: 1px solid #ffffff1f;
  padding-top: 33px;
  padding-bottom: 33px;
  position: relative;
}

.footer-bottom-divider {
  background-image: linear-gradient(to right, #fff0, #ffffff1f 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-screen-dot-wrap {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.single-screen-dot {
  background-color: #fff3;
  border-radius: 100px;
  width: 50px;
  height: 2px;
}

.single-screen-dot._1 {
  background-color: #fff;
}

.checkout-summery {
  top: 140px;
}

.preloader-wrapper {
  z-index: 99999;
  background-color: #ffe4b7;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-lottie {
  width: auto;
  height: 200px;
}

.primary-button-hover-shape {
  background-color: var(--green);
  width: 100%;
  height: 0%;
}

.primary-button-hover-shape.top {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto;
}

.primary-button-hover-shape.bottom {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
}

.sub-feature-sticky-wrap {
  position: sticky;
  top: 140px;
}

.figma-file-container {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-v2-slider {
  background-color: var(--transparent);
  height: 100%;
  position: relative;
}

.testimonial-v2-mask {
  max-width: 870px;
  overflow: visible;
}

.slider-dot-none {
  display: none;
}

.single-testimonial-wrap {
  border-radius: 15px;
  padding: 15px 35px 15px 15px;
}

.single-testimonial-wrap._1 {
  background-color: var(--secondary-color);
}

.single-testimonial-wrap._2 {
  background-color: var(--blue);
}

.single-testimonial-wrap._3 {
  background-color: var(--green);
}

.testimonial-v2-content-flex {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.testimonial-v2-img {
  border-radius: 10px;
}

.testimonial-v2-single-slide {
  margin-right: 30px;
  overflow: visible;
}

.testimonial-v2-arrow {
  background-color: var(--black-two);
  border: 1px solid #ffffff1f;
  border-radius: 14.41px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.testimonial-v2-arrow.left {
  inset: auto auto -110px 47%;
  transform: translate(-50%);
}

.testimonial-v2-arrow.right {
  border-color: var(--red);
  background-color: var(--red);
  inset: auto 47% -110px auto;
  transform: translate(50%);
}

.core-features-wrapper {
  display: flex;
  overflow: hidden;
}

.core-features-flex {
  border-radius: 15px;
  flex: none;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.core-feature-v2-link-wrap {
  z-index: 9;
  border-radius: 15px;
  flex: none;
  width: 160px;
  padding: 45px 40px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.core-feature-v2-link-wrap._2 {
  background-color: var(--secondary-color);
}

.core-feature-v2-link-wrap._1 {
  background-color: var(--black-two);
}

.core-feature-v2-link-wrap._3 {
  background-color: var(--primary-color);
}

.core-feature-v2-content-wrap {
  border-radius: 15px;
  flex: none;
}

.core-feature-v2-content-wrap._2 {
  background-color: var(--secondary-color);
  padding-top: 69px;
  padding-left: 60px;
}

.core-feature-v2-content-wrap._1 {
  background-color: var(--black-two);
  padding-top: 69px;
  padding-left: 60px;
}

.core-feature-v2-content-wrap._3 {
  background-color: var(--primary-color);
  padding: 60px 30px 30px 60px;
}

.core-feature-v2-link-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.core-feature-v2-link-icon {
  flex: none;
}

.core-feature-v2-link-title {
  color: var(--white);
  white-space: nowrap;
  flex: none;
  width: 35px;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  transform: rotate(90deg);
}

.core-feature-v2-content-flex {
  grid-column-gap: 35px;
  display: flex;
}

.core-feature-v2-content {
  max-width: 368px;
  margin-bottom: 60px;
}

.core-feature-v2-content.mb-0 {
  margin-bottom: 0;
}

.core-feature-v2-img-wrap {
  align-self: flex-end;
}

.core-feature-v2-title {
  color: var(--white);
  margin-bottom: 13px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.core-feature-v2-list-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.core-feature-v2-list-item {
  grid-column-gap: 9px;
  align-items: center;
  display: flex;
}

.core-feature-v2-details {
  color: var(--white);
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.core-feature-v2-list-details {
  color: var(--white);
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.core-feature-v2-img._3 {
  border-radius: 10px;
}

.cta-v2-container {
  max-width: 1630px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cta-v2-wrapper {
  background-image: url('../images/67e56da523940d242efcbf6a_Banner-V2-Bgtest.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 70px 156px 70px 90px;
}

.cta-v2-flex-wrap {
  grid-column-gap: 110px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-v2-content-wrap {
  max-width: 600px;
}

.cta-v2-image-wrap {
  display: flex;
}

.cta-v2-img {
  width: 260px;
}

.cta-v2-img._1 {
  z-index: 1;
  margin-right: -16px;
  position: relative;
  transform: rotate(-15deg);
}

.cta-v2-img._2 {
  transform: rotate(13deg);
}

.sub-feature-overflow-wrap {
  overflow: hidden;
}

.block-header {
  background-color: var(--white);
  border-style: none;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-content {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 10px;
}

.banner-v1-shape-4 {
  position: absolute;
  inset: auto auto -97px -41px;
}

.plan-v2-price-flex {
  grid-column-gap: 3px;
  display: flex;
}

.banner-v1-card-left-wrap {
  transform: rotate(-14deg);
}

.banner-v1-card-right-wrap {
  transform: rotate(14deg);
}

.banner-v2-dot {
  background-color: var(--red);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.banner-v2-dot._1 {
  background-color: var(--transparent);
  position: absolute;
  inset: 27px auto auto 490px;
}

.banner-v2-dot._2 {
  background-color: #52f5ff00;
  position: absolute;
  inset: auto auto 42px 504px;
}

.banner-v2-dot._3 {
  -webkit-text-fill-color: inherit;
  background-color: #ffb12c00;
  background-clip: border-box;
  position: absolute;
  inset: -44px 504px auto auto;
}

.banner-v2-dot._4 {
  background-color: #ff5de500;
  position: absolute;
  inset: auto 328px -20px auto;
}

.flowzai-navigation-wrap {
  z-index: 999;
  text-align: center;
  background-color: #ffe4b7;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: auto 0% 0%;
}

.navigation-content-wrap {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-details {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.top-nav-link {
  color: #ffb700;
  text-decoration: underline;
}

.navigation-close-wrap {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-close {
  width: 12px;
}

@media screen and (min-width: 1440px) {
  .section-title {
    font-size: 60px;
  }

  .single-big-feature-wrap {
    padding-top: 60px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .single-big-feature-wrap._1 {
    padding-left: 63px;
    padding-right: 63px;
  }

  .how-it-works-wrapper {
    padding: 132px 127px 112px;
  }

  .works-grid-wrap {
    grid-column-gap: 145px;
  }

  .sub-feature-title.v2 {
    font-size: 28px;
  }

  .sub-feature-title-wrap.v2 {
    padding: 25px 50px 25px 25px;
  }

  .sub-feature-details.v2 {
    font-size: 18px;
  }

  .footer-top {
    grid-column-gap: 70px;
  }

  .footer-all-links-flex {
    grid-column-gap: 90px;
  }

  .footer-links-flex-wrap {
    grid-column-gap: 60px;
  }

  .banner-v2-content-wrap {
    max-width: 640px;
  }

  .banner-v2-title {
    font-size: 80px;
  }

  .plan-v2-list-wrap {
    grid-column-gap: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .banner-v2-mobile-2, .banner-v2-mobile-1 {
    width: 314px;
  }

  .best-solution-v2-inner-wrapper {
    grid-column-gap: 235px;
  }

  .solution-v2-mobile {
    width: 304px;
    left: -135px;
  }

  .sign-in-left-content {
    max-width: 985px;
    padding-top: 100px;
  }

  .sign-in-mobile-wrap {
    justify-content: center;
    display: flex;
  }

  .sign-in-img {
    width: 384px;
  }

  .sign-in-img._2 {
    margin-left: -25px;
  }

  .cta-v2-wrapper {
    padding: 70px 156px 70px 110px;
  }

  .cta-v2-flex-wrap {
    grid-column-gap: 80px;
  }

  .cta-v2-content-wrap {
    max-width: 668px;
  }

  .cta-v2-img {
    width: 318px;
  }

  .sub-feature-overflow-wrap {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .container.sub-feature-v2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-links-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .page-dropdown-list-wrap {
    grid-row-gap: 16px;
  }

  .nav-link-tittle {
    color: var(--white);
    margin-bottom: 20px;
  }

  .home-dropdown-links-wrap {
    background-color: var(--primary-color);
  }

  .nav-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .pages-dropdown-wrap {
    background-color: var(--primary-color);
    padding: 25px;
  }

  .single-nav-link {
    color: var(--white);
    font-size: 16px;
  }

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

  .pages-dropdown-flex-wrap {
    grid-column-gap: 30px;
  }

  .home-dropdown-wrap.w--open {
    padding-top: 10px;
    position: static;
  }

  .pages-dropdown-wrapper.w--open {
    width: 100%;
    padding-top: 10px;
    position: static;
  }

  .nav-menu-wrapper {
    background-color: var(--red);
    max-height: 90vh;
    padding: 40px;
    overflow: auto;
  }

  .logo-wrap {
    width: 200px;
  }

  .banner-v1-bg-wrapper {
    padding-bottom: 60px;
  }

  .banner-v1-wrapper {
    padding-top: 140px;
  }

  .banner-v1-content-wrap {
    margin-bottom: 120px;
  }

  .banner-title {
    margin-bottom: 10px;
    font-size: 56px;
    line-height: 120%;
  }

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

  .primary-button {
    padding: 15px 25px;
    font-size: 15px;
  }

  .primary-button.red.download {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  ._2-buttons-wrapper {
    grid-column-gap: 15px;
  }

  ._2-buttons-wrapper.left.feature-v2, ._2-buttons-wrapper.left.cta-v2 {
    justify-content: center;
  }

  .primary-button-icon {
    width: 24px;
    height: 24px;
  }

  .banner-v1-img-wrapper {
    margin-bottom: 60px;
    padding-bottom: 40px;
  }

  .partner-tittle-wrap {
    grid-column-gap: 10px;
    margin-bottom: 25px;
  }

  .partner-tittle-wrap.v2 {
    margin-bottom: 30px;
  }

  .partner-tittle {
    font-size: 18px;
    line-height: 130%;
  }

  .partner-single-logo {
    width: 100px;
    margin-right: 30px;
  }

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

  .section.solutions {
    padding-bottom: 160px;
  }

  .section.solutions.feature {
    padding-bottom: 80px;
  }

  .section.wcu-v2.about {
    padding-top: 80px;
  }

  .section.partner-v2 {
    padding-bottom: 80px;
  }

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

  .section.after-banner.bg-alice.details {
    padding-bottom: 80px;
  }

  .partner-tittle-border {
    width: 40px;
  }

  .banner-v1-shape-1 {
    width: 40px;
    top: 100px;
    left: 100px;
  }

  .banner-v1-shape-2 {
    width: 80px;
    top: 190px;
    right: 10px;
  }

  .banner-v1-shape-3 {
    width: 60px;
    top: 390px;
    right: 60px;
  }

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

  .section-title-wrap.max-823, .section-title-wrap.testimonial {
    max-width: 630px;
  }

  .section-title-wrap.flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .section-title-wrap.contact-us, .section-title-wrap.book-a-demo {
    margin-bottom: 30px;
  }

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

  .mini-title-wrap.left.blog-v2 {
    margin-bottom: 10px;
  }

  .mini-title-wrap.left.cta-v2 {
    justify-content: center;
  }

  .mini-title-text {
    font-size: 16px;
    line-height: 22px;
  }

  .mini-title-text.blog-v2 {
    font-size: 18px;
  }

  .section-title {
    margin-bottom: 5px;
    font-size: 42px;
  }

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

  .section-details.off-white.solution-details, .section-details.white.solution-details, .section-details.white.cta-v2 {
    margin-bottom: 20px;
  }

  .feature-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .single-big-feature-wrap._1, .single-big-feature-wrap._2 {
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-big-feature-content-wrap {
    margin-bottom: 20px;
  }

  .feature-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .feature-details {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .features-img-wrapper._2 {
    margin-left: 0;
  }

  .features-img-wrapper._1 {
    margin-right: 0;
  }

  .feature-mobile-img {
    width: 200px;
  }

  .feature-small-card {
    width: 130px;
  }

  .feature-card-arrow {
    width: 120px;
  }

  .feature-small-card-flex-wrap._2 {
    top: 40px;
    right: -50px;
  }

  .feature-small-card-flex-wrap._1 {
    grid-row-gap: 8px;
    left: -50px;
  }

  .feature-grid-two-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .small-feature-img-wrap {
    min-height: 250px;
  }

  .small-feature-img {
    width: 250px;
  }

  .small-feature-content-wrap {
    padding: 20px;
  }

  .small-feature-title {
    font-size: 24px;
  }

  .small-feature-details {
    font-size: 15px;
    line-height: 150%;
  }

  .small-feature-link-wrap {
    width: 15px;
  }

  .solution-list-item {
    grid-column-gap: 10px;
  }

  .solution-content-flex-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .solution-content-flex-wrap.v2 {
    grid-row-gap: 30px;
    margin-bottom: 60px;
  }

  .solution-list-text {
    font-size: 18px;
    line-height: 22px;
  }

  .solution-list {
    grid-row-gap: 10px;
    margin-bottom: 30px;
  }

  .solution-border-text {
    font-size: 16px;
  }

  .solution-border-wrapper {
    display: none;
  }

  .solution-list-image {
    width: 20px;
  }

  .solution-content-flex-left {
    grid-column-gap: 15px;
  }

  .solution-images-wrap {
    grid-column-gap: 15px;
    flex-direction: row;
    max-width: none;
    height: auto;
  }

  .solution-content-scroll-wrap {
    width: 100%;
    max-height: none;
  }

  .solution-img {
    max-width: 32%;
    height: auto;
  }

  .solution-img._1, .solution-img._2, .solution-img._3 {
    width: auto;
    height: auto;
  }

  .solution-content-wrap {
    text-align: left;
    max-width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .solution-content-wrap._3 {
    margin-bottom: 0;
  }

  .solution-content-wrap.v2 {
    max-width: none;
    margin-bottom: 30px;
  }

  .solution-content-wrap.second-one {
    margin-bottom: 0;
  }

  .solution-sticky-wrap {
    height: auto;
  }

  .how-it-works-wrapper {
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px;
  }

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

  .work-icon {
    width: 50px;
    margin-bottom: 20px;
  }

  .work-title {
    font-size: 20px;
  }

  .work-details {
    font-size: 16px;
    line-height: 150%;
  }

  .work-serial-wrap {
    margin-bottom: 10px;
  }

  .work-serial-wrap.middle {
    margin-left: -24px;
    margin-right: -24px;
  }

  .work-serial-number-wrap {
    width: 35px;
    height: 35px;
  }

  .work-serial-number {
    font-size: 16px;
    line-height: 100%;
  }

  .it-work-shape {
    width: 80px;
    left: 10px;
  }

  .how-it-works-relative-wrap {
    margin-top: -100px;
  }

  .sub-features-wrapper {
    height: auto;
    padding-right: 15px;
  }

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

  .single-sub-feature-wrap {
    max-width: 100%;
    margin-right: 0;
  }

  .sub-feature-title {
    font-size: 24px;
  }

  .sub-feature-title.v2 {
    font-size: 20px;
  }

  .sub-feature-title-wrap {
    margin-bottom: 15px;
    padding: 20px;
  }

  .sub-feature-title-wrap.v2 {
    margin-bottom: 10px;
    padding: 15px;
  }

  .sub-feature-details {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 150%;
  }

  .sub-feature-img {
    height: 150px;
  }

  .core-features-tab-flex {
    flex-direction: column;
  }

  .core-features-tab-menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 30px;
    display: grid;
  }

  .core-features-tab-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .core-feature-content-wrapper {
    padding: 20px;
  }

  .core-feature-content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .core-feature-img-wrapper {
    padding-top: 30px;
  }

  .core-feature-list {
    grid-row-gap: 5px;
    margin-bottom: 30px;
  }

  .core-feature-list-text {
    font-size: 15px;
    line-height: 20px;
  }

  .core-feature-list-image {
    width: 15px;
  }

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

  .core-feature-details {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 150%;
  }

  .text-btn-wrap {
    font-size: 14px;
  }

  .core-feature-img-wrap {
    width: 220px;
  }

  .core-feature-small-img._2 {
    width: 140px;
    left: -40px;
  }

  .core-feature-small-img._1 {
    width: 100px;
    right: -30px;
  }

  .core-feature-small-img._3 {
    width: 110px;
    right: -35px;
  }

  .core-feature-small-img._4 {
    width: 120px;
    left: -40px;
  }

  .core-feature-small-img._5 {
    width: 80px;
    right: -30px;
  }

  .core-feature-small-img._6 {
    width: 120px;
    left: -30px;
  }

  .core-feature-small-img._7 {
    width: 60px;
    top: 60px;
    left: -20px;
  }

  .core-feature-small-img._8 {
    width: 60px;
    right: -25px;
  }

  .core-feature-small-img._9 {
    width: 60px;
    left: -20px;
  }

  .core-feature-small-img._10 {
    width: 60px;
    right: -15px;
  }

  .wcu-grid-wrap {
    grid-template-columns: 1fr;
  }

  .wcu-grid-wrap.v2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .wcu-img {
    width: 100%;
  }

  .wcu-shape-wrap {
    padding: 70px 40px 30px;
  }

  .wcu-title {
    margin-bottom: 5px;
    font-size: 32px;
  }

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

  .single-wcu-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .single-wcu-wrap._3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .single-wcu-wrap._3.v2 {
    padding: 30px;
  }

  .single-wcu-wrap.v2 {
    padding: 40px 30px;
  }

  .wcu-sub-title {
    margin-bottom: 25px;
  }

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

  .wcu-counter-wrap {
    justify-content: center;
    height: 45px;
    margin-bottom: 8px;
  }

  .number-digit {
    font-size: 45px;
  }

  .number-digit.cta {
    line-height: 100%;
  }

  .testimonial-tab-links-wrap {
    margin-top: 30px;
  }

  .testimonial-author-img {
    width: 45px;
  }

  .testimonial-author-name {
    margin-bottom: 2px;
    margin-left: 5px;
    font-size: 16px;
  }

  .testimonial-user-id {
    margin-left: 5px;
    font-size: 14px;
  }

  .single-testimonial-tab-content {
    padding: 30px;
  }

  .testimonial-star-wrap {
    grid-column-gap: 5px;
    margin-bottom: 10px;
  }

  .testimonial-star, .testimonial-star.v2 {
    width: 16px;
  }

  .testimonial-details {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .testimonial-details.v2 {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .testimonial-info {
    font-size: 18px;
  }

  .testimonial-info.v2 {
    font-size: 16px;
  }

  .testimonial-quote-left, .testimonial-quote-right {
    display: none;
  }

  .testimonial-tab-mask-wrap {
    padding-top: 40px;
  }

  .category-btn-flex-wrap {
    grid-column-gap: 10px;
  }

  .category-button {
    padding: 12px 25px;
    font-size: 16px;
  }

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

  .single-blog-post-wrap {
    padding: 15px 15px 20px;
  }

  .post-img-wrap {
    margin-bottom: 20px;
  }

  .post-title-wrap {
    margin-bottom: 8px;
  }

  .post-title {
    font-size: 24px;
  }

  .post-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

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

  .post-category-wrap {
    margin-bottom: 10px;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 20px;
  }

  .cta-content-wrapper {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-content-flex {
    flex-direction: column;
  }

  .cta-content-wrap {
    align-self: stretch;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cta-img-wrap {
    order: 1;
    align-self: center;
  }

  .cta-mobile {
    width: 250px;
  }

  .cta-title {
    text-align: center;
    max-width: 450px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .app-rating-flex {
    grid-column-gap: 5px;
  }

  .app-rating-icon {
    width: 20px;
  }

  .app-rating-text {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-counter-wrap {
    justify-content: center;
    height: 45px;
  }

  .rating-flex-wrap {
    grid-column-gap: 20px;
    justify-content: center;
  }

  .cta-shape {
    width: 80px;
    bottom: 30px;
    left: 30px;
  }

  .cta-highlighted-text {
    width: 150px;
  }

  .cta-details {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .cta-details-wrap {
    text-align: center;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .cta-highlighted-text-wrap {
    max-width: 130px;
    margin-bottom: 15px;
    position: absolute;
    inset: 10px auto auto 20px;
  }

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

  .faq-question-wrap {
    grid-column-gap: 20px;
  }

  .single-faq-wrap {
    padding: 15px;
  }

  .faq-answer {
    margin-top: 10px;
    font-size: 14px;
  }

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

  .faq-question {
    font-size: 18px;
  }

  .faq-icon-wrap {
    flex: none;
    width: 30px;
    height: 30px;
  }

  .footer-wrapper {
    padding-top: 60px;
  }

  .footer-top {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-content-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .footer-content-wrap {
    text-align: center;
  }

  .footer-logo-wrap {
    width: 180px;
    margin-bottom: 10px;
  }

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

  .newsletter-title {
    font-size: 20px;
    line-height: 30px;
  }

  .newsletter-field {
    margin-bottom: 10px;
  }

  .footer-newsletter-form {
    margin-bottom: 15px;
  }

  .footer-contact-info {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .footer-all-links-flex {
    grid-column-gap: 50px;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }

  .footer-links-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 110%;
  }

  .footer-links-wrapper {
    grid-row-gap: 12px;
  }

  .single-footer-links {
    font-size: 16px;
    line-height: 140%;
  }

  .footer-links-flex-wrap {
    grid-column-gap: 50px;
  }

  .footer-bottom {
    grid-column-gap: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .copyright-text {
    font-size: 15px;
  }

  .footer-social-links-flex {
    grid-column-gap: 8px;
  }

  .footer-social-single-links {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .nav-right-wrap {
    grid-column-gap: 15px;
    align-items: center;
    display: flex;
  }

  .close-button {
    width: 40px;
    height: 40px;
  }

  .cart-price {
    font-size: 18px;
    line-height: 20px;
  }

  .cart-plan-name {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 26px;
  }

  .cart-header {
    padding: 20px;
  }

  .cart-plan-duration-wrap {
    margin-bottom: 10px;
  }

  .cart-heading {
    font-size: 32px;
  }

  .cart-footer {
    padding: 20px 20px 30px;
  }

  .cart-list {
    padding: 20px;
  }

  .nav-cart-flex-wrap {
    grid-column-gap: 25px;
  }

  .banner-v2-wrap {
    padding-top: 100px;
  }

  .banner-v2-content-wrapper {
    padding: 60px 40px 180px;
  }

  .banner-v2-content-flex {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: stretch;
  }

  .banner-v2-content-wrap {
    text-align: center;
    max-width: none;
  }

  .banner-v2-image-wrap {
    justify-content: center;
  }

  .banner-v2-title {
    font-size: 42px;
  }

  .banner-v2-details {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .banner-v2-title-info-wrap {
    justify-content: center;
  }

  .banner-v2-emoji {
    width: 35px;
  }

  .banner-v2-star-wrap {
    grid-column-gap: 4px;
  }

  .banner-v2-star {
    width: 18px;
  }

  .banner-v2-star-details {
    font-size: 15px;
    line-height: 150%;
  }

  .banner-v2-mobile-2, .banner-v2-mobile-1 {
    width: 220px;
  }

  .banner-v2-small-img-wrap {
    width: 150px;
    top: -40px;
    left: -40px;
  }

  .banner-v2-small {
    width: 80px;
  }

  .wcu-v2-big-img {
    margin-bottom: 15px;
  }

  .wcu-v2-img-wrap {
    margin-bottom: 20px;
  }

  .wcu-v2-big-content-wrapper {
    padding: 30px;
    position: static;
  }

  .wcu-v2-title {
    font-size: 24px;
  }

  .wcu-v2-title-arrow {
    width: 70px;
    bottom: -80px;
    left: 230px;
  }

  .wcu-v2-card-title {
    font-size: 22px;
  }

  .wcu-v2-card-shape {
    width: 90px;
  }

  .wcu-v2-card-shape.video-card {
    width: 50px;
  }

  .wcu-v2-card-details {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .choose-author-flex {
    grid-column-gap: 15px;
  }

  .feature-v2-grid-wrap._1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .feature-v2-grid-wrap._2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .single-feature-v2-wrap._1 {
    margin-bottom: 24px;
    padding-left: 30px;
  }

  .single-feature-v2-wrap._2 {
    padding-left: 30px;
  }

  .feature-v2-content {
    grid-column-gap: 30px;
  }

  .feature-v2-mobile-img {
    width: 220px;
  }

  .feature-v2-content-wrap {
    max-width: 300px;
  }

  .feature-v2-title {
    font-size: 24px;
  }

  .feature-v2-details {
    margin-bottom: 40px;
    font-size: 15px;
  }

  .best-solution-v2-content-wrap {
    border-radius: 15px;
    padding-top: 40px;
    padding-bottom: 200px;
    padding-right: 15px;
  }

  .best-solution-v2-inner-wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
  }

  .solution-v2-img-wrap {
    align-self: flex-end;
    width: auto;
  }

  .solution-v2-mobile {
    width: 180px;
  }

  .solution-v2-dash {
    max-width: 530px;
  }

  .solution-v2-crd-grid-wrap {
    grid-template-columns: 1fr 1fr;
    margin-top: -100px;
  }

  .solution-v2-img-2-wrapper {
    max-width: 100%;
  }

  .plan-v2-tab-grid {
    grid-template-columns: 1fr;
  }

  .plan-v2-name {
    font-size: 28px;
  }

  .partner-v2-icon {
    width: 120px;
  }

  .partner-v2-icon-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .partner-v2-icon-wrap.top {
    padding-bottom: 30px;
  }

  .partner-v2-icon-wrap.bottom {
    padding-top: 30px;
  }

  .single-blog-v2-wrapper {
    padding: 15px;
  }

  .blog-v2-content-wrap {
    margin-bottom: 20px;
  }

  .blog-v2-title {
    font-size: 22px;
    line-height: 120%;
  }

  .blog-v2-title-wrap {
    margin-bottom: 10px;
  }

  .blog-info-wrap {
    grid-column-gap: 10px;
  }

  .blog-single-info-wrap {
    grid-column-gap: 5px;
  }

  .blog-v2-info-text {
    font-size: 14px;
  }

  .testimonial-v2-wrapper {
    padding: 60px 15px 140px;
  }

  .inner-banner-wrapper {
    padding-top: 110px;
  }

  .inner-banner-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .inner-banner-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .breadcrumb-link {
    font-size: 16px;
  }

  .about-details {
    font-size: 16px;
    line-height: 150%;
  }

  .history-counter-wrap {
    justify-content: center;
  }

  .teacher-wrap, .students-wrap {
    width: 48%;
    height: 100%;
  }

  .about-img._1 {
    width: 48%;
  }

  .about-img._2 {
    width: 100%;
  }

  .about-img._4 {
    width: 48%;
  }

  .about-img-grid-left-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .about-img-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .our-mission-description {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .our-mission-image {
    width: 100%;
  }

  .our-mission-vision-tab-menu {
    grid-column-gap: 20px;
    margin-bottom: 30px;
  }

  .our-mission-single-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
  }

  .our-mission-typography-wrap {
    max-width: none;
  }

  .our-mission-title {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .our-mission-image-wrapper {
    max-width: 100%;
  }

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

  .member-img-wrap {
    margin-bottom: 10px;
  }

  .member-name {
    font-size: 22px;
    line-height: 140%;
  }

  .member-designation {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 140%;
  }

  .member-social-wrap {
    grid-column-gap: 10px;
  }

  .member-social-link-wrap {
    font-size: 15px;
  }

  .core-feature-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .core-value-icon {
    width: 70px;
    margin-bottom: 15px;
  }

  .core-value-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 120%;
  }

  .core-value-details {
    font-size: 15px;
  }

  .download-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .download-image {
    width: 80px;
  }

  .download-title {
    font-size: 28px;
    line-height: 38px;
  }

  .download-single-wrapper {
    padding: 40px 20px;
  }

  .download-description {
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-plan-content-wrap {
    margin-bottom: 80px;
  }

  .plan-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .plan-name-wrap {
    padding: 20px 20px 25px;
  }

  .pricing-plan-shape {
    max-height: 100%;
  }

  .plan-name {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 120%;
  }

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

  .plan-price-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .plan-price {
    font-size: 28px;
  }

  .plan-duration {
    font-size: 15px;
  }

  .plan-feature-wrap {
    padding: 25px;
  }

  .plan-feature-list-wrap {
    grid-row-gap: 12px;
    margin-bottom: 25px;
  }

  .plan-feature-list-item {
    padding: 10px;
  }

  .pricing-plan-check {
    width: 18px;
  }

  .pricing-plan-details {
    font-size: 16px;
  }

  .table-heading-tittle {
    font-size: 22px;
  }

  .pricing-table {
    overflow: auto;
  }

  .pricing-bottom-content {
    width: 990px;
    max-width: 1000px;
  }

  .compare-pricing-table-tittle-wrap {
    grid-column-gap: 20px;
    margin-bottom: 30px;
  }

  .price-table-data-wrap {
    grid-column-gap: 20px;
  }

  .table-data-title {
    line-height: 30px;
  }

  .popular-wrap {
    padding: 6px 18px 6px 8px;
    font-size: 12px;
    top: 0;
    right: 0;
    transform: none;
  }

  .single-field-wrap.textarea {
    margin-bottom: 30px;
  }

  .contact-icon {
    width: 60px;
    margin-bottom: 10px;
  }

  .contact-fields-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .contact-label {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .contact-wrapper {
    border-radius: 20px;
    padding: 30px 25px;
  }

  .contact-info-details {
    font-size: 15px;
    line-height: 25px;
  }

  .contact-field {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .single-contact-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-textarea {
    min-height: 200px;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .book-demo-wrapper {
    border-radius: 20px;
    padding: 30px 25px;
  }

  .career-img-wrapper {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1.65fr;
    margin-bottom: 20px;
  }

  .left-career-img-wrapper {
    max-width: 100%;
  }

  .career-img.none {
    display: none;
  }

  .career-small-img-flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .right-career-img-wrapper {
    max-width: 100%;
  }

  .core-features-details {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .core-features-single {
    border-left-style: none;
    border-right-style: none;
    max-width: 335px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .core-features-top-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom-style: none;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .core-features-image {
    width: 30px;
  }

  .core-features-image-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .core-features-single-content {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .core-features-single-content._4, .core-features-single-content._5 {
    max-width: 100%;
  }

  .core-features-bottom-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .core-features-wrapper-two {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .core-features-name {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .core-features-line {
    display: none;
  }

  .career-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .single-career-post-wrap {
    padding: 15px 15px 20px;
  }

  .career-post-img-wrap, .career-post-info-wrap {
    margin-bottom: 15px;
  }

  .career-post-location {
    font-size: 16px;
  }

  .career-post-location-wrap {
    padding: 6px 10px;
  }

  .job-timing-wrap {
    grid-column-gap: 8px;
  }

  .job-timing-text {
    font-size: 16px;
    line-height: 120%;
  }

  .job-name-wrap {
    margin-bottom: 20px;
  }

  .job-name {
    font-size: 22px;
    line-height: 120%;
  }

  .career-post-divider {
    margin-bottom: 20px;
  }

  .career-experience-icon {
    width: 40px;
  }

  .job-salary-wrap {
    font-size: 14px;
    line-height: 120%;
  }

  .career-experience-wrap {
    margin-bottom: 4px;
  }

  .career-experience-text {
    font-size: 16px;
  }

  .career-single-card-header {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-cad-content-wrap {
    padding: 20px;
  }

  .career-details-description-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 150%;
  }

  .career-details-right-content {
    width: 100%;
    max-width: none;
  }

  .career-details-left-content {
    width: 100%;
  }

  .career-card-btn-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-details-name-description {
    margin-bottom: 30px;
  }

  .career-details-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .career-details-apply-wrap {
    padding: 30px;
  }

  .blog-single-big-details ul {
    grid-row-gap: 6px;
    margin-bottom: 20px;
  }

  .blog-single-big-details h3 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .blog-single-big-details figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-single-big-details p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .blog-single-big-details li {
    background-size: 10px 10px;
    font-size: 15px;
  }

  .blog-single-big-details blockquote {
    background-position: 50% 25px, 50%;
    background-size: 40px, cover;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 70px 20px 25px;
    font-size: 22px;
  }

  .career-social-single-links {
    width: 45px;
    height: 45px;
    font-size: 15px;
  }

  .changelog-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .changelog-list {
    grid-row-gap: 6px;
  }

  .single-changelog-content-wrap {
    padding: 20px 15px;
  }

  .changelog-grid-right-wrap {
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .changelog-dot {
    width: 16px;
    height: 16px;
  }

  .changelog-date-wrap {
    font-size: 16px;
  }

  .changelog-inner-dot {
    width: 8px;
    height: 8px;
  }

  .changelog-list-details {
    font-size: 16px;
    line-height: 20px;
  }

  .font-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .license-icon {
    width: 50px;
    height: 50px;
  }

  .font-title {
    font-size: 52px;
    line-height: 62px;
  }

  .font-name {
    font-size: 16px;
  }

  .license-th {
    font-size: 20px;
    line-height: 100%;
  }

  .license-icon-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }

  .license-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .licence-text {
    max-width: 700px;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
  }

  .style-guide-color-plate-code {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }

  .style-guide-color-plate-single {
    height: 140px;
  }

  .style-guide-color-plate-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-single-wrapper {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-title {
    font-size: 28px;
    line-height: 38px;
  }

  .style-guide-typography-details-text-block {
    font-size: 16px;
  }

  .style-guide-typography-title {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .style-guide-typography-wrapper {
    grid-row-gap: 20px;
  }

  .banner-v1-mobile-wrapper {
    width: 280px;
  }

  .banner-v1-card {
    width: 180px;
  }

  .banner-v1-mobile-screen {
    margin: 16px;
  }

  .banner-v1-sticky-wrap {
    height: 500vh;
  }

  ._404-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  ._404-img-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._404-image {
    width: 300px;
  }

  ._404-content-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  ._404-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  ._404-details {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 150%;
  }

  .password-protected-image-wrapper {
    max-width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .password-protected-image {
    width: 50px;
  }

  .password-protected-wrapper {
    max-width: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .password-protected-title {
    font-size: 38px;
    line-height: 48px;
  }

  .password-protected-description {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-rich-content h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .team-rich-content p {
    font-size: 17px;
    line-height: 27px;
  }

  .team-rich-content li {
    font-size: 15px;
    line-height: 26px;
  }

  .team-details-image {
    width: 100%;
  }

  .team-details-name {
    font-size: 32px;
    line-height: 40px;
  }

  .team-content {
    max-width: 760px;
  }

  .team-details-name-bio-wrap {
    margin-bottom: 15px;
  }

  .team-details-description-text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .team-details-typography {
    max-width: 100%;
  }

  .team-top-content {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-bottom: 80px;
    padding: 30px;
  }

  .team-details-image-wrapper {
    border-radius: 10px;
    max-width: 100%;
  }

  .blog-details-author-bio {
    font-size: 16px;
    line-height: 120%;
  }

  .blog-details-name {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 46px;
  }

  .blog-details-top-content {
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .blog-details-tag {
    margin-bottom: 15px;
  }

  .blog-details-rich-content h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-details-rich-content p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 25px;
  }

  .blog-details-rich-content blockquote {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
    line-height: 29px;
  }

  .blog-details-author-name {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }

  .blog-details-name-description {
    max-width: 676px;
  }

  .blog-details-author-image {
    width: 60px;
    height: 60px;
  }

  .blog-details-author-read-time {
    font-size: 16px;
  }

  .blog-details-author {
    grid-column-gap: 10px;
  }

  .pricing-details-right-content {
    max-width: 100%;
  }

  .pricing-details-rich-content h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .pricing-details-rich-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-details-rich-content figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pricing-details-rich-content h3 {
    font-size: 32px;
  }

  .pricing-details-content {
    grid-row-gap: 30px;
    flex-direction: column;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .pricing-details-left-content {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    position: static;
  }

  .integration-tools-wrapper {
    padding: 40px;
  }

  .integration-tools-grid-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .integration-tools-content-wrap {
    text-align: center;
  }

  .integration-tools-details {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .integration-tools-title {
    max-width: none;
    margin-bottom: 8px;
    font-size: 32px;
  }

  .integration-tools-circle-2 {
    width: 54%;
  }

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

  .single-integration-wrap {
    padding: 25px;
  }

  .integration-icon-flex {
    grid-column-gap: 15px;
    margin-bottom: 15px;
  }

  .integration-icon {
    width: 30px;
  }

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

  .integration-name {
    font-size: 24px;
  }

  .integration-category {
    font-size: 16px;
    line-height: 120%;
  }

  .integration-details {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .integration-details-single-image-wrap {
    width: 180px;
    height: 180px;
  }

  .integration-details-single-image {
    max-width: 80px;
  }

  .integration-details-rich-content h2 {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 48px;
  }

  .integration-details-rich-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .integration-details-rich-content li {
    font-size: 17px;
    line-height: 27px;
  }

  .integration-details-rich-content p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
  }

  .integration-details-top-content {
    margin-bottom: 80px;
  }

  .sign-in-title {
    font-size: 38px;
    line-height: 48px;
  }

  .sign-in-right-content {
    max-width: 600px;
    padding: 80px 0;
  }

  .sign-in-left-content {
    display: none;
  }

  .sign-in-wrapper {
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .preview-banner {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .preview-banner-content-wrap {
    margin-bottom: 160px;
  }

  .preview-title {
    margin-bottom: 10px;
    font-size: 48px;
  }

  .preview-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .preview-banner-shape {
    width: 45px;
  }

  .preview-banner-shape._2 {
    top: 50px;
    right: 0;
  }

  .preview-banner-shape._1 {
    bottom: 20px;
    left: 0;
  }

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

  .preview-banner-img {
    max-width: 45%;
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .demo-features-image-wrapper {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
  }

  .demo-features-description {
    font-size: 15px;
    line-height: 25px;
  }

  .demo-features-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .demo-features-image {
    width: 35px;
  }

  .demo-features-title {
    font-size: 26px;
  }

  .demo-features-single {
    padding: 30px 20px;
  }

  .demo-grid {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .single-demo {
    padding: 15px;
  }

  .demo-tag {
    padding: 9px 20px;
    font-size: 16px;
    bottom: 30px;
  }

  .single-demo-content {
    width: 100%;
    max-width: 50%;
    margin-top: 24px;
  }

  .figma-file-description {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .figma-file-image-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .figma-file-included-typography {
    max-width: 670px;
  }

  .figma-file-title {
    font-size: 42px;
    line-height: 52px;
  }

  .figma-icon {
    width: 35px;
  }

  .figma-file-title-description {
    margin-bottom: 25px;
  }

  .figma-icon-wrap {
    max-width: 120px;
    height: 120px;
    margin-bottom: 25px;
  }

  .figma-file-included-content {
    border-radius: 10px;
    padding-top: 100px;
  }

  .preview-footer-copy-right {
    font-size: 16px;
  }

  .preview-footer {
    padding-top: 60px;
  }

  .preview-footer-top-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .preview-footer-icon-wrap {
    width: 160px;
    margin-bottom: 15px;
  }

  .preview-footer-bottom-wrapper {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .banner-screen-dot-wrap {
    grid-column-gap: 10px;
    margin-top: 10px;
  }

  .single-screen-dot {
    width: 30px;
  }

  .preloader-lottie {
    width: 220px;
  }

  .testimonial-v2-mask {
    max-width: 100%;
  }

  .single-testimonial-wrap {
    padding-right: 15px;
  }

  .testimonial-v2-content-flex {
    grid-column-gap: 20px;
  }

  .testimonial-v2-img {
    max-width: 250px;
  }

  .testimonial-v2-single-slide {
    margin-right: 20px;
  }

  .testimonial-v2-arrow {
    border-radius: 10px;
    width: 50px;
    height: 50px;
  }

  .testimonial-v2-arrow.left {
    bottom: -80px;
    left: 45%;
  }

  .testimonial-v2-arrow.right {
    bottom: -80px;
    right: 45%;
  }

  .core-features-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .core-features-flex {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-right: 0;
  }

  .core-feature-v2-link-wrap {
    width: 100%;
    padding: 25px;
    position: static;
  }

  .core-feature-v2-link-wrap._1 {
    width: 100%;
  }

  .core-feature-v2-content-wrap._2, .core-feature-v2-content-wrap._1 {
    padding-top: 30px;
    padding-left: 30px;
  }

  .core-feature-v2-content-wrap._3 {
    padding: 30px;
  }

  .core-feature-v2-link-flex {
    grid-column-gap: 15px;
    flex-direction: row;
  }

  .core-feature-v2-link-icon {
    width: 60px;
  }

  .core-feature-v2-link-title {
    width: auto;
    margin-top: 0;
    font-size: 24px;
    transform: none;
  }

  .core-feature-v2-content-flex {
    align-items: center;
  }

  .core-feature-v2-content {
    max-width: 320px;
    margin-bottom: 30px;
  }

  .core-feature-v2-title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .core-feature-v2-list-wrap {
    margin-bottom: 20px;
  }

  .core-feature-v2-list-item {
    grid-column-gap: 5px;
  }

  .core-feature-v2-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .core-feature-v2-list-icon {
    width: 18px;
  }

  .core-feature-v2-list-details {
    font-size: 16px;
  }

  .cta-v2-wrapper {
    padding: 40px;
  }

  .cta-v2-flex-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .cta-v2-content-wrap {
    text-align: center;
    max-width: none;
  }

  .hamburger-menu-wrapper {
    border: 1px solid var(--white);
    background-color: #fff0;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    padding: 2px;
    display: flex;
    overflow: hidden;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #fff0;
  }

  .hamburger-menu-wrapper.v2 {
    border-color: #0000001f;
  }

  .cta-v2-image-wrap {
    justify-content: center;
  }

  .cta-v2-img {
    width: 220px;
  }

  .banner-v1-shape-4 {
    width: 120px;
    bottom: -50px;
    left: 0;
  }

  .banner-v2-dot._1, .banner-v2-dot._2 {
    left: 60px;
  }

  .banner-v2-dot._3 {
    top: -25px;
    right: 60px;
  }

  .banner-v2-dot._4 {
    right: 60px;
  }

  .navigation-details {
    font-size: 15px;
  }
}

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

  .page-dropdown-list-wrap {
    grid-row-gap: 16px;
  }

  .nav-link-tittle {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .nav-dropdown.pages {
    width: 100%;
  }

  .pages-dropdown-wrap {
    padding: 20px 15px;
  }

  .single-nav-link {
    font-size: 16px;
  }

  .single-nav-link:hover {
    color: #fff;
  }

  .pages-dropdown-flex-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .page-dropdown-list-flex-wrap {
    grid-column-gap: 15px;
  }

  .cms-text {
    font-size: 15px;
  }

  .pages-dropdown-wrapper.w--open {
    width: 100%;
  }

  .nav-menu-wrapper {
    padding: 25px;
  }

  .logo-wrap {
    width: 160px;
    padding-left: 0;
  }

  .banner-v1-wrapper {
    padding-top: 120px;
  }

  .banner-v1-content-wrap {
    margin-bottom: 70px;
  }

  .banner-title {
    font-size: 36px;
  }

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

  .primary-button {
    border-radius: 8px;
    padding: 13px 20px;
  }

  .primary-button.small {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._2-buttons-wrapper.left.cta-v2 {
    grid-column-gap: 10px;
  }

  .primary-button-content-flex {
    grid-column-gap: 5px;
  }

  .primary-button-icon {
    width: 20px;
    height: 20px;
  }

  .banner-v1-img-wrapper {
    padding-bottom: 30px;
  }

  .banner-v2-img-mobile-wrap {
    margin-top: -40px;
  }

  .partner-tittle-wrap {
    margin-bottom: 20px;
  }

  .partner-tittle {
    font-size: 16px;
    line-height: 120%;
  }

  .partner-single-logo {
    margin-right: 25px;
  }

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

  .section.solutions.feature {
    padding-bottom: 60px;
  }

  .section.testimonials {
    overflow: hidden;
  }

  .section.wcu-v2.about {
    padding-top: 60px;
  }

  .section.partner-v2 {
    padding-bottom: 60px;
  }

  .section.after-banner {
    padding-top: 60px;
  }

  .section.after-banner.bg-alice.details {
    padding-bottom: 60px;
  }

  .banner-v1-shape-1 {
    left: 60px;
  }

  .banner-v1-shape-2 {
    top: 140px;
  }

  .banner-v1-shape-3 {
    width: 50px;
    top: 300px;
    right: 40px;
  }

  .section-title-wrap.max-823.plan-v2 {
    margin-bottom: 25px;
  }

  .section-title-wrap.flex {
    grid-row-gap: 15px;
  }

  .section-title-wrap.contact-us, .section-title-wrap.book-a-demo {
    margin-bottom: 20px;
  }

  .section-title-wrap.testimonial-v2 {
    max-width: 420px;
  }

  .mini-title-text.blog-v2 {
    font-size: 16px;
  }

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

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

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

  .section-details.white.solution-details {
    margin-bottom: 10px;
  }

  .section-details.white.cta-v2, .section-details.solution-details {
    margin-bottom: 15px;
  }

  .section-details.footer-preview {
    margin-bottom: 20px;
  }

  .feature-grid-wrap {
    grid-template-columns: 1fr;
  }

  .feature-details {
    font-size: 14px;
  }

  .feature-grid-two-wrap {
    grid-template-columns: 1fr;
  }

  .small-feature-img-wrap.v2-1, .small-feature-img-wrap.v2-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .small-feature-content-wrap.v2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .small-feature-title {
    font-size: 22px;
  }

  .solution-content-flex-wrap {
    grid-row-gap: 30px;
  }

  .solution-content-flex-wrap.v2 {
    margin-bottom: 40px;
  }

  .solution-list-text {
    font-size: 16px;
    line-height: 20px;
  }

  .solution-list {
    margin-bottom: 20px;
  }

  .solution-border-wrapper, .solution-bg-left {
    display: none;
  }

  .solution-bg-right {
    max-width: 100%;
  }

  .solution-images-wrap {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .solution-img {
    max-width: 31.5%;
  }

  .solution-content-wrap {
    margin-bottom: 30px;
  }

  .how-it-works-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .works-grid-wrap {
    flex-direction: column;
  }

  .work-title {
    max-width: none;
  }

  .work-details {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .work-serial-wrap.middle {
    margin-left: 0;
    margin-right: 0;
  }

  .sub-feature-flex-wrap {
    grid-template-columns: 1fr;
  }

  .single-sub-feature-wrap.v2._01, .single-sub-feature-wrap.v2._02, .single-sub-feature-wrap.v2._03, .single-sub-feature-wrap.v2._04 {
    padding-bottom: 25px;
  }

  .sub-feature-title {
    font-size: 20px;
  }

  .sub-feature-title-wrap {
    margin-bottom: 10px;
    padding: 15px;
  }

  .sub-feature-img {
    height: 150px;
  }

  .core-features-tab-menu-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 20px;
  }

  .core-features-tab-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .core-feature-content-grid {
    grid-template-columns: 1fr;
  }

  .core-feature-title {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .core-feature-details {
    font-size: 14px;
  }

  .core-feature-img-wrap {
    width: 200px;
  }

  .wcu-shape-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wcu-title {
    font-size: 28px;
  }

  .wcu-card-grid-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 15px;
  }

  .wcu-card-grid-wrap.v2 {
    grid-template-columns: 1fr;
  }

  .single-wcu-wrap, .single-wcu-wrap._3 {
    padding: 30px 15px;
  }

  .single-wcu-wrap._3.v2 {
    padding: 20px;
  }

  .single-wcu-wrap.v2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wcu-sub-title {
    margin-bottom: 15px;
    padding: 5px 15px;
    font-size: 14px;
  }

  .wcu-details {
    font-size: 14px;
  }

  .wcu-card-wrap {
    padding: 10px;
  }

  .wcu-card-wrap.v2 {
    padding: 15px;
  }

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

  .wcu-counter-wrap {
    height: 36px;
  }

  .number-digit {
    font-size: 36px;
  }

  .testimonial-single-tab-links {
    border-radius: 10px;
    padding: 10px;
  }

  .testimonial-author-name {
    font-size: 15px;
  }

  .testimonial-user-id {
    font-size: 13px;
  }

  .single-testimonial-tab-content {
    padding: 20px;
  }

  .testimonial-star-wrap.left {
    margin-bottom: 8px;
  }

  .testimonial-details {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 150%;
  }

  .testimonial-details.v2 {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .testimonial-info {
    font-size: 16px;
  }

  .testimonial-info.v2 {
    font-size: 14px;
  }

  .testimonial-tab-mask-wrap {
    padding-top: 22px;
  }

  .category-btn-flex-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .category-button {
    padding: 10px 18px;
    font-size: 14px;
  }

  .blog-grid-wrap {
    grid-template-columns: 1fr;
  }

  .cta-content-wrapper {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-mobile {
    width: 200px;
  }

  .cta-title {
    max-width: 360px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .app-rating-flex {
    grid-column-gap: 5px;
  }

  .app-rating-icon {
    width: 15px;
  }

  .app-rating-text {
    font-size: 15px;
  }

  .cta-counter-wrap {
    height: 40px;
  }

  .cta-shape {
    width: 60px;
  }

  .cta-details-wrap {
    margin-bottom: 30px;
  }

  .cta-highlighted-text-wrap {
    max-width: 100px;
    top: 70px;
    left: 8px;
  }

  .faq-grid-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-logo-wrap {
    width: 150px;
  }

  .footer-details {
    max-width: 370px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 150%;
  }

  .newsletter-title {
    font-size: 18px;
    line-height: 20px;
  }

  .newsletter-field {
    height: 50px;
    font-size: 16px;
  }

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

  .footer-contact-info {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .footer-all-links-flex {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-links-title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .footer-links-wrapper {
    grid-row-gap: 8px;
  }

  .single-footer-links {
    font-size: 16px;
  }

  .footer-links-flex-wrap {
    grid-column-gap: 100px;
  }

  .footer-bottom {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .copyright-text {
    text-align: center;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .footer-social-single-links {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .nav-right-wrap {
    grid-column-gap: 10px;
  }

  .cart-icon {
    width: 15px;
  }

  .cart-quantity {
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
  }

  .cart-button.white {
    width: 30px;
    height: 30px;
  }

  .cart-line-item {
    margin-bottom: 20px;
  }

  .nav-cart-flex-wrap {
    grid-column-gap: 15px;
  }

  .banner-v2-content-wrapper {
    padding: 40px 30px 160px;
  }

  .banner-v2-title {
    font-size: 28px;
  }

  .banner-v2-details {
    font-size: 15px;
  }

  .banner-v2-title-info-wrap {
    grid-column-gap: 10px;
  }

  .banner-v2-emoji {
    width: 30px;
  }

  .banner-v2-star-wrap {
    margin-bottom: 3px;
  }

  .banner-v2-star {
    width: 16px;
  }

  .banner-v2-star-details {
    font-size: 14px;
  }

  .banner-v2-mobile-2, .banner-v2-mobile-1 {
    width: 160px;
  }

  .wcu-v2-big-content-wrapper {
    padding: 20px;
  }

  .wcu-v2-title {
    font-size: 18px;
  }

  .wcu-v2-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .wcu-v2-title-arrow {
    width: 50px;
    bottom: -70px;
    left: 150px;
  }

  .wcu-v2-card-title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .wcu-v2-card-shape {
    width: 70px;
  }

  .wcu-v2-card-details {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .choose-author-flex {
    grid-column-gap: 20px;
  }

  .choose-author-divider {
    height: 40px;
  }

  .wcu-play-btn-wrap {
    width: 80px;
  }

  .lottie-animation {
    width: 200px;
    height: 200px;
  }

  .single-feature-v2-wrap._1 {
    padding-left: 15px;
  }

  .single-feature-v2-wrap._2 {
    padding: 15px;
  }

  .feature-v2-content {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .feature-v2-img-wrap, .feature-v2-img-wrap.v2 {
    max-width: 100%;
  }

  .feature-v2-content-wrap {
    text-align: center;
  }

  .feature-v2-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .feature-v2-details {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .best-solution-v2-content-wrap {
    padding-bottom: 120px;
  }

  .solution-v2-mobile {
    width: 120px;
    left: -40px;
  }

  .solution-v2-dash {
    max-width: 360px;
  }

  .solution-v2-crd-grid-wrap {
    grid-template-columns: 1fr;
    margin-top: -60px;
  }

  .solution-v2-img-2-wrapper {
    padding: 25px;
  }

  .solution-v2-img-2-mobile-wrap {
    margin-bottom: -25px;
  }

  .solution-v2-img-2-mobile {
    width: 260px;
  }

  .solution-v2-img-2-small._2 {
    width: 140px;
    left: -40px;
  }

  .solution-v2-img-2-small._1 {
    width: 150px;
    right: -40px;
  }

  .solution-v2-img-2-small._3 {
    width: 170px;
    left: -50px;
  }

  .solution-v2-img-2-small._4 {
    width: 140px;
    right: -50px;
  }

  .finance-grow-grid {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }

  .grow-icon {
    width: 40px;
    margin-bottom: 15px;
  }

  .grow-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .grow-details {
    font-size: 15px;
  }

  .plan-v2-tabs-menu-wrap {
    margin-bottom: 30px;
  }

  .plan-v2-tabs-content {
    padding: 12px 20px;
    font-size: 16px;
  }

  .plan-v2-tab-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .plan-v2-single-plan-wrap {
    padding: 20px;
  }

  .plan-v2-shape {
    width: 45px;
    top: 15px;
    right: 50px;
  }

  .plan-v2-name-wrap {
    grid-column-gap: 10px;
    margin-bottom: 15px;
  }

  .plan-v2-name {
    font-size: 24px;
  }

  .plan-v2-icon {
    width: 40px;
  }

  .plan-v2-features-wrap {
    padding: 20px;
  }

  .plan-v2-list-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .plan-feature-text {
    font-size: 16px;
  }

  .plan-v2-divider {
    margin-bottom: 20px;
  }

  .plan-v2-price {
    font-size: 24px;
  }

  .partner-v2-icon {
    width: 80px;
  }

  .partner-v2-icon-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .partner-v2-icon-wrap.top {
    padding-bottom: 15px;
  }

  .partner-v2-icon-wrap.bottom {
    padding-top: 15px;
  }

  .blog-v2-grid-wrap {
    grid-template-columns: 1fr;
  }

  .testimonial-v2-wrapper {
    padding: 40px 0 120px;
  }

  .inner-banner-wrapper {
    padding-top: 90px;
  }

  .inner-banner-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-banner-title {
    font-size: 32px;
  }

  .breadcrumb-wrapper {
    grid-column-gap: 3px;
  }

  .breadcrumb-link {
    font-size: 15px;
  }

  .history-counter-wrap {
    height: 36px;
  }

  .teacher-wrap {
    padding: 20px 25px;
  }

  .students-wrap {
    padding: 20px 15px;
  }

  .student-title {
    font-size: 18px;
  }

  .number-digit-2 {
    font-size: 36px;
  }

  .our-mission-description {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .our-mission-image {
    border-radius: 10px;
  }

  .our-mission-vision-tab-link {
    padding: 14px 15px;
    font-size: 16px;
  }

  .our-mission-vision-tab-menu {
    grid-column-gap: 10px;
    margin-bottom: 30px;
  }

  .our-mission-single-wrapper {
    grid-row-gap: 20px;
    border-radius: 10px;
    padding: 15px;
  }

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

  .team-member-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .member-img-wrap {
    border-radius: 8px;
  }

  .member-name {
    font-size: 20px;
  }

  .member-social-link-wrap {
    width: 40px;
    height: 40px;
  }

  .core-value-icon {
    width: 50px;
    margin-bottom: 10px;
  }

  .core-value-title {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .core-value-details {
    font-size: 13px;
  }

  .download-grid {
    grid-template-columns: 1fr;
  }

  .download-image {
    width: 80px;
  }

  .download-title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .download-single-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .download-description, .download-image-wrapper {
    margin-bottom: 20px;
  }

  .pricing-plan-content-wrap {
    margin-bottom: 60px;
  }

  .plan-grid-wrap {
    grid-template-columns: 1fr;
  }

  .plan-name {
    font-size: 22px;
  }

  .plan-details {
    font-size: 15px;
  }

  .plan-price {
    font-size: 24px;
  }

  .table-icon {
    width: 24px;
  }

  .table-heading-tittle {
    font-size: 20px;
    line-height: 110%;
  }

  .compare-pricing-table-tittle-wrap {
    grid-row-gap: 20px;
  }

  .table-heading-price {
    font-size: 16px;
    line-height: 140%;
  }

  .price-table-data-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 15px 10px;
  }

  .table-data-title {
    font-size: 18px;
  }

  .single-field-wrap.textarea {
    margin-bottom: 20px;
  }

  .contact-fields-grid-wrap {
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    padding: 25px 20px;
  }

  .contact-info-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .contact-info-details {
    font-size: 16px;
    line-height: 23px;
  }

  .contact-field {
    font-size: 14px;
  }

  .single-contact-info {
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contact-textarea {
    min-height: 140px;
    font-size: 14px;
  }

  .book-demo-wrapper {
    padding: 25px 20px;
  }

  .left-career-img-wrapper {
    justify-content: flex-end;
  }

  .career-img {
    border-radius: 5px;
  }

  .career-small-img-flex {
    grid-column-gap: 10px;
  }

  .core-features-single {
    max-width: 100%;
  }

  .core-features-top-content {
    flex-direction: row;
    grid-template-columns: 1fr;
    align-content: stretch;
  }

  .core-features-single-content {
    max-width: 100%;
  }

  .core-features-bottom-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .single-features {
    max-width: 100%;
  }

  .career-grid-wrap {
    grid-template-columns: 1fr;
  }

  .career-post-info-wrap {
    margin-bottom: 10px;
  }

  .career-details-back-link {
    font-size: 18px;
  }

  .career-single-card-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .career-card-list-wrap {
    grid-row-gap: 10px;
  }

  .career-card-list-item {
    grid-column-gap: 10px;
  }

  .career-cad-content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .career-details-description-text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 140%;
  }

  .career-card-btn-wrap {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .career-details-name-description {
    margin-bottom: 20px;
  }

  .career-details-wrapper {
    grid-row-gap: 30px;
  }

  .career-details-apply-wrap {
    padding: 20px;
  }

  .blog-single-big-details ul {
    margin-bottom: 15px;
  }

  .blog-single-big-details h3 {
    font-size: 24px;
  }

  .blog-single-big-details figure {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blog-single-big-details p {
    font-size: 14px;
    line-height: 150%;
  }

  .blog-single-big-details li {
    background-position: 0 7px;
    font-size: 14px;
  }

  .blog-single-big-details blockquote {
    background-position: 50% 15px, 50%;
    background-size: 25px, cover;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px 15px 20px;
    font-size: 16px;
  }

  .career-social-single-links {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .career-details-back-icon {
    width: 18px;
  }

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

  .career-card-list-icon {
    width: 30px;
  }

  .single-changelog-content-wrap {
    border-radius: 20px;
  }

  .changelog-grid-left-wrap {
    border-right-style: none;
  }

  .changelog-grid-right-wrap {
    padding-left: 0;
  }

  .changelog-dot {
    display: none;
  }

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

  .font-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .font-title {
    font-size: 42px;
    line-height: 52px;
  }

  .single-td-wrap {
    grid-template-columns: 1.8fr 1fr 1fr;
  }

  .license-th {
    font-size: 18px;
  }

  .license-icon-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: center;
  }

  .license-link {
    font-size: 16px;
  }

  .license-divider {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .source-details {
    font-size: 15px;
  }

  .licence-text {
    max-width: 450px;
  }

  .style-guide-color-plate-code {
    font-size: 22px;
    font-weight: 500;
  }

  .style-guide-color-plate-single {
    height: 120px;
  }

  .style-guide-color-plate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-single-wrapper {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .style-guide-title-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-title {
    font-size: 28px;
    line-height: 30px;
  }

  .style-guide-typography-wrapper {
    grid-row-gap: 20px;
  }

  .banner-v1-mobile-wrapper {
    width: 180px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .banner-v1-card {
    width: 120px;
  }

  .banner-v1-mobile-screen {
    border-radius: 20px;
    margin: 10px;
  }

  ._404-content-wrapper {
    grid-row-gap: 20px;
    padding-bottom: 25px;
  }

  ._404-img-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._404-image {
    width: 200px;
  }

  ._404-content-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  ._404-title {
    font-size: 32px;
  }

  ._404-details {
    font-size: 15px;
  }

  .password-protected-image {
    width: 40px;
  }

  .password-protected-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .password-protected-title {
    font-size: 36px;
    line-height: 46px;
  }

  .team-rich-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .team-rich-content p {
    font-size: 15px;
    line-height: 25px;
  }

  .team-details-name {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
  }

  .team-details-bio {
    font-size: 16px;
    line-height: 26px;
  }

  .team-details-name-bio-wrap {
    margin-bottom: 10px;
  }

  .team-details-description-text {
    margin-bottom: 15px;
  }

  .team-top-content {
    grid-row-gap: 20px;
    margin-bottom: 60px;
    padding: 15px;
  }

  .blog-details-name {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 35px;
  }

  .blog-details-top-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-details-tag {
    padding: 5px 12px;
    font-size: 15px;
  }

  .blog-details-author-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .blog-details-rich-content h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-details-rich-content li {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-details-rich-content ul {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-details-author-name {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 22px;
  }

  .blog-details-author-image {
    width: 50px;
    height: 50px;
  }

  .pricing-details-rich-content h2 {
    font-size: 33px;
    line-height: 33px;
  }

  .pricing-details-rich-content p {
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-details-rich-content figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pricing-details-rich-content li {
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-details-rich-content h3 {
    font-size: 28px;
  }

  .pricing-details-description {
    max-width: 400px;
    font-size: 16px;
  }

  .pricing-details-price {
    font-size: 36px;
    line-height: 46px;
  }

  .integration-tools-wrapper {
    padding: 20px;
  }

  .integration-tools-grid-wrap {
    grid-row-gap: 24px;
  }

  .integration-tools-details {
    font-size: 15px;
  }

  .integration-tools-title {
    font-size: 24px;
  }

  .integration-tools-icon {
    width: 80px;
  }

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

  .integration-icon-flex {
    grid-column-gap: 10px;
  }

  .integration-name {
    font-size: 22px;
  }

  .integration-category {
    font-size: 14px;
  }

  .integration-details-single-image-wrap {
    width: 140px;
    height: 140px;
  }

  .integration-details-pluse-icon-wrap {
    max-width: 40px;
    height: 40px;
  }

  .integration-details-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .integration-details-single-image {
    max-width: 60px;
  }

  .integration-details-description {
    max-width: 400px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
  }

  .integration-details-rich-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .integration-details-rich-content li {
    font-size: 15px;
    line-height: 25px;
  }

  .integration-details-rich-content p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .integration-details-top-content {
    margin-bottom: 60px;
  }

  .integration-details-pluse-icon {
    width: 15px;
  }

  .or-border {
    width: 40%;
  }

  .sign-in-field-label {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .sign-in-single-fields {
    grid-row-gap: 20px;
  }

  .sign-in-title {
    font-size: 28px;
    line-height: 38px;
  }

  .sign-in-right-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sign-in-checkbox-label {
    font-size: 16px;
    line-height: 28px;
  }

  .sign-in-or-wrap {
    text-align: center;
  }

  .sign-in-form-content-wrap {
    margin-bottom: 40px;
  }

  .sign-in-field {
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .sign-in-wrapper {
    min-height: 100vh;
  }

  .sign-in-text-link {
    font-size: 16px;
  }

  .preview-banner {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .preview-banner-content-wrap {
    margin-bottom: 80px;
  }

  .preview-title {
    font-size: 32px;
  }

  .preview-details {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 150%;
  }

  .preview-banner-shape {
    width: 35px;
  }

  .preview-banner-img {
    max-width: 40%;
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .demo-features-image-wrapper {
    width: 75px;
    height: 75px;
  }

  .demo-features-image-wrapper._3 {
    margin-bottom: 20px;
  }

  .demo-features-grid {
    grid-template-columns: 1fr;
  }

  .demo-features-image {
    width: 30px;
  }

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

  .demo-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .single-demo {
    width: 100%;
  }

  .demo-shape-one, .demo-shape-two {
    height: 51%;
  }

  .single-demo-content {
    max-width: 100%;
  }

  .figma-file-description {
    max-width: 425px;
    font-size: 15px;
    line-height: 25px;
  }

  .figma-file-image-wrapper {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .figma-file-title {
    font-size: 36px;
    line-height: 46px;
  }

  .figma-icon {
    width: 30px;
  }

  .figma-icon-wrap {
    max-width: 100px;
    height: 100px;
  }

  .figma-file-included-content {
    padding-top: 80px;
  }

  .preview-footer-copy-right {
    font-size: 16px;
    line-height: 26px;
  }

  .preview-footer-icon-wrap {
    width: 140px;
  }

  .preloader-lottie {
    width: 180px;
  }

  .testimonial-v2-content-flex {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .testimonial-v2-img {
    width: 100%;
    max-width: none;
  }

  .testimonial-v2-arrow.left {
    bottom: -60px;
    left: 42.5%;
  }

  .testimonial-v2-arrow.right {
    bottom: -60px;
    right: 42.5%;
  }

  .core-features-flex {
    grid-row-gap: 15px;
  }

  .core-feature-v2-link-wrap {
    padding: 20px;
  }

  .core-feature-v2-link-icon {
    width: 50px;
  }

  .core-feature-v2-link-title {
    font-size: 22px;
  }

  .core-feature-v2-content-flex {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .core-feature-v2-content {
    max-width: none;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .core-feature-v2-content.mb-0 {
    margin-right: 0;
  }

  .core-feature-v2-img-wrap._3 {
    align-self: stretch;
  }

  .core-feature-v2-title {
    font-size: 22px;
  }

  .core-feature-v2-list-wrap {
    grid-row-gap: 10px;
  }

  .core-feature-v2-details {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .core-feature-v2-img._3 {
    width: 100%;
  }

  .cta-v2-wrapper {
    border-radius: 15px;
    padding: 20px;
  }

  .cta-v2-flex-wrap {
    grid-row-gap: 30px;
  }

  .hamburger-menu-wrapper {
    width: 45px;
    height: 45px;
  }

  .cta-v2-img {
    width: 160px;
  }

  .banner-v1-shape-4 {
    width: 100px;
    bottom: -60px;
  }

  .banner-v2-dot._1 {
    top: 40px;
    left: 10px;
  }

  .banner-v2-dot._2 {
    bottom: 25px;
    left: 30px;
  }

  .banner-v2-dot._3 {
    top: -15px;
    right: 20px;
  }

  .flowzai-navigation-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-content-wrap {
    grid-row-gap: 8px;
    flex-direction: column;
    position: relative;
  }

  .navigation-details {
    font-size: 14px;
    line-height: 18px;
  }

  .navigation-close-wrap {
    position: absolute;
    inset: 0% 0% auto auto;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 28px;
  }

  h5, h6 {
    font-size: 22px;
  }

  .navbar-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-links-wrapper {
    grid-row-gap: 12px;
  }

  .nav-link-tittle {
    margin-bottom: 15px;
  }

  .pages-dropdown-wrap {
    padding: 20px;
  }

  .pages-dropdown-flex-wrap {
    grid-row-gap: 20px;
  }

  .page-dropdown-list-flex-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .nav-menu-wrapper {
    padding: 20px;
  }

  .logo-wrap {
    width: 140px;
  }

  .banner-v1-wrapper {
    padding-top: 100px;
  }

  .banner-v1-content-wrap {
    margin-bottom: 50px;
  }

  .banner-title {
    font-size: 24px;
  }

  .banner-details {
    font-size: 14px;
  }

  .primary-button {
    padding: 12px 18px;
    font-size: 14px;
  }

  .primary-button.red.landscape {
    display: none;
  }

  .primary-button.mobile {
    display: block;
  }

  ._2-buttons-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .primary-button-content-flex {
    justify-content: center;
  }

  .primary-button-icon.apple.small {
    width: 16px;
    height: 20px;
  }

  .banner-v1-img-wrapper {
    border-radius: 10px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .banner-v2-img-mobile-wrap {
    margin-top: -30px;
  }

  .partner-tittle-wrap {
    margin-bottom: 15px;
  }

  .partner-tittle-wrap.v2 {
    margin-bottom: 20px;
  }

  .partner-tittle {
    font-size: 14px;
  }

  .partner-single-logo {
    margin-right: 20px;
  }

  .section.solutions {
    padding-bottom: 120px;
  }

  .section.how-it-works.v2 {
    padding-top: 60px;
  }

  .section.partner-v2 {
    padding-bottom: 40px;
  }

  .partner-tittle-border {
    width: 30px;
  }

  .banner-v1-shape-1 {
    width: 30px;
    top: 80px;
    left: 40px;
  }

  .banner-v1-shape-2 {
    width: 60px;
    top: 120px;
  }

  .mini-title-wrap.left {
    grid-column-gap: 6px;
  }

  .mini-title-border {
    width: 25px;
  }

  .mini-title-border.blog-v2 {
    width: 20px;
  }

  .mini-title-text, .mini-title-text.white {
    font-size: 14px;
    line-height: 20px;
  }

  .mini-title-text.blog-v2 {
    font-size: 15px;
  }

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

  .section-details.blog-v1.blog-post, .section-details.white.solution-details {
    font-size: 13px;
  }

  .section-details.white.cta-v2 {
    font-size: 13px;
    line-height: 150%;
  }

  .single-big-feature-wrap._1, .single-big-feature-wrap._2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-title {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .feature-mobile-img {
    width: 170px;
  }

  .feature-small-card {
    border-radius: 8px;
    width: 100px;
  }

  .feature-card-arrow {
    width: 80px;
  }

  .feature-small-card-flex-wrap._2 {
    grid-row-gap: 5px;
    top: 30px;
    right: -30px;
  }

  .feature-small-card-flex-wrap._1 {
    grid-row-gap: 5px;
    top: 30px;
    left: -30px;
  }

  .small-feature-img-wrap {
    border-radius: 10px;
    min-height: 180px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-feature-img-wrap._1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .small-feature-img-wrap._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .small-feature-img-wrap._3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-feature-img-wrap.v2-1, .small-feature-img-wrap.v2-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .small-feature-content-wrap {
    border-radius: 10px;
    padding: 15px;
  }

  .small-feature-content-wrap.v2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .small-feature-title-flex {
    margin-bottom: 5px;
  }

  .small-feature-title {
    font-size: 20px;
  }

  .small-feature-details {
    font-size: 13px;
  }

  .small-feature-link-wrap {
    width: 14px;
  }

  .solution-list-item {
    grid-column-gap: 8px;
  }

  .solution-content-flex-wrap.v2.mb-0 {
    grid-row-gap: 20px;
  }

  .solution-list-text {
    font-size: 14px;
    line-height: 18px;
  }

  .solution-list-image {
    width: 15px;
  }

  .solution-images-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .solution-img {
    max-width: 48%;
  }

  .solution-img._3 {
    max-width: 100%;
  }

  .how-it-works-wrapper {
    padding: 20px 15px;
  }

  .work-icon {
    margin-bottom: 15px;
  }

  .work-title {
    max-width: 200px;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .work-details {
    font-size: 15px;
  }

  .work-serial-number-wrap {
    width: 30px;
    height: 30px;
  }

  .work-serial-number {
    font-size: 14px;
  }

  .it-work-shape {
    width: 60px;
  }

  .how-it-works-relative-wrap {
    margin-top: -60px;
  }

  .how-it-works-relative-wrap.v2 {
    margin-top: 0;
  }

  .sub-features-wrapper {
    padding-right: 15px;
  }

  .single-sub-feature-wrap {
    max-width: 100%;
  }

  .single-sub-feature-wrap.v2 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .single-sub-feature-wrap.v2._01 {
    border-radius: 8px;
    padding-bottom: 20px;
  }

  .single-sub-feature-wrap.v2._02, .single-sub-feature-wrap.v2._03, .single-sub-feature-wrap.v2._04 {
    padding-bottom: 20px;
  }

  .sub-feature-title, .sub-feature-title.v2 {
    font-size: 18px;
  }

  .sub-feature-title-wrap {
    padding: 10px 15px;
  }

  .sub-feature-title-wrap.v2 {
    border-radius: 8px;
    padding: 10px;
  }

  .sub-feature-details {
    font-size: 13px;
  }

  .sub-feature-img {
    height: 130px;
  }

  .core-features-tab-menu-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .core-feature-content-wrapper {
    padding: 15px;
  }

  .core-feature-list {
    margin-bottom: 20px;
  }

  .core-feature-list-text {
    font-size: 13px;
  }

  .core-feature-title {
    font-size: 20px;
  }

  .core-feature-details, .text-btn-wrap {
    font-size: 13px;
  }

  .core-feature-img-wrap {
    width: 150px;
  }

  .core-feature-small-img._2 {
    border-radius: 5px;
    width: 100px;
  }

  .core-feature-small-img._1 {
    border-radius: 6px;
    width: 60px;
  }

  .core-feature-small-img._3 {
    width: 80px;
    right: -25px;
  }

  .core-feature-small-img._4 {
    width: 100px;
    left: -30px;
  }

  .core-feature-small-img._5 {
    width: 60px;
    top: 40px;
  }

  .core-feature-small-img._6 {
    width: 100px;
    bottom: 40px;
  }

  .core-feature-small-img._7, .core-feature-small-img._8 {
    width: 40px;
    top: 40px;
  }

  .core-feature-small-img._9, .core-feature-small-img._10 {
    width: 40px;
    bottom: 40px;
  }

  .wcu-shape-wrap {
    padding: 50px 15px 15px;
  }

  .wcu-title {
    font-size: 22px;
  }

  .wcu-paragraph {
    font-size: 13px;
  }

  .wcu-card-grid-wrap {
    grid-template-columns: 1fr;
  }

  .wcu-card-grid-wrap.v2 {
    margin-bottom: 15px;
  }

  .single-wcu-wrap._3.v2 {
    padding: 15px;
  }

  .single-wcu-wrap.v2 {
    padding: 20px;
  }

  .wcu-card-flex-wrap {
    grid-template-columns: 1.01fr;
  }

  .wcu-counter-wrap {
    height: 35px;
  }

  .number-digit {
    font-size: 32px;
    line-height: 35px;
  }

  .testimonial-tabs-wrap {
    overflow: hidden;
  }

  .testimonial-tab-links-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    overflow: auto;
  }

  .testimonial-single-tab-links {
    flex: none;
  }

  .testimonial-author-name {
    font-size: 14px;
  }

  .testimonial-user-id {
    font-size: 12px;
  }

  .single-testimonial-tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-star.v2 {
    width: 15px;
  }

  .testimonial-details, .testimonial-details.v2 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .testimonial-info {
    font-size: 14px;
  }

  .post-title-wrap {
    margin-bottom: 5px;
  }

  .post-title {
    font-size: 20px;
  }

  .post-details {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 140%;
  }

  .post-divider {
    margin-bottom: 15px;
  }

  .post-category-wrap {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .cta-content-wrapper {
    padding-top: 30px;
  }

  .cta-mobile {
    width: 150px;
  }

  .cta-title {
    font-size: 20px;
  }

  .app-rating-icon {
    width: 12px;
  }

  .app-rating-text {
    font-size: 13px;
    line-height: 24px;
  }

  .cta-counter-wrap {
    height: 35px;
  }

  .cta-shape {
    width: 50px;
    bottom: 20px;
    left: 0;
  }

  .cta-highlighted-text {
    width: 120px;
  }

  .cta-details {
    font-size: 14px;
  }

  .cta-highlighted-text-wrap {
    margin-bottom: 10px;
    display: none;
  }

  .faq-flex-wrapper {
    grid-row-gap: 15px;
  }

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

  .faq-answer {
    margin-top: 5px;
    font-size: 13px;
    line-height: 150%;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-icon-wrap {
    width: 25px;
    height: 25px;
  }

  .footer-content-wrapper {
    padding: 15px;
  }

  .footer-logo-wrap {
    width: 130px;
  }

  .footer-details {
    font-size: 14px;
  }

  .newsletter-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .newsletter-field {
    height: 45px;
    margin-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsletter-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .footer-contact-info {
    font-size: 14px;
  }

  .footer-all-links-flex {
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .footer-links-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .footer-links-wrapper {
    grid-row-gap: 6px;
  }

  .single-footer-links {
    font-size: 15px;
  }

  .footer-links-flex-wrap {
    grid-column-gap: 20px;
    justify-content: space-between;
  }

  .copyright-text {
    font-size: 13px;
    line-height: 140%;
  }

  .cart-total-text {
    font-size: 18px;
  }

  .cart-icon {
    width: 14px;
  }

  .cart-price {
    font-size: 16px;
    line-height: 18px;
  }

  .cart-quantity {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }

  .cart-button {
    width: 30px;
    height: 30px;
  }

  .cart-plan-name {
    font-size: 20px;
    line-height: 24px;
  }

  .remove-button {
    font-size: 15px;
  }

  .cart-heading {
    font-size: 28px;
  }

  .cart-plan-duration {
    font-size: 14px;
    line-height: 16px;
  }

  .cart-quantity-box {
    width: 40px;
  }

  .banner-v2-wrap {
    padding-top: 80px;
  }

  .banner-v2-content-wrapper {
    border-radius: 15px;
    padding: 30px 0 40px;
  }

  .banner-v2-content-flex {
    grid-row-gap: 60px;
  }

  .banner-v2-title {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .banner-v2-details {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .banner-v2-title-info-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .banner-v2-emoji {
    width: 25px;
  }

  .banner-v2-star-wrap {
    justify-content: center;
  }

  .banner-v2-mobile-2, .banner-v2-mobile-1 {
    width: 110px;
  }

  .banner-v2-small-img-wrap {
    width: 100px;
  }

  .banner-v2-small {
    width: 50px;
  }

  .wcu-v2-big-content-wrapper {
    padding: 15px;
  }

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

  .wcu-v2-card-title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .wcu-v2-card-shape {
    width: 60px;
  }

  .choose-author-flex {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .choose-author-divider {
    width: 100%;
    height: 1px;
  }

  .wcu-video-card-wrap {
    padding: 25px;
  }

  .wcu-play-btn-wrap {
    width: 60px;
  }

  .lottie-animation {
    width: 150px;
    height: 150px;
  }

  .feature-v2-content {
    grid-row-gap: 20px;
  }

  .solution-v2-mobile {
    width: 80px;
    left: -35px;
  }

  .solution-v2-dash {
    max-width: 220px;
  }

  .solution-v2-img-2-wrapper {
    padding: 20px;
  }

  .solution-v2-img-2-mobile-wrap {
    margin-bottom: -20px;
  }

  .solution-v2-img-2-mobile {
    width: 180px;
  }

  .solution-v2-img-2-small._2 {
    width: 100px;
    bottom: 60px;
  }

  .solution-v2-img-2-small._1 {
    width: 100px;
    top: 50px;
  }

  .solution-v2-img-2-small._3 {
    width: 110px;
    top: 70px;
    left: -40px;
  }

  .solution-v2-img-2-small._4 {
    width: 80px;
    bottom: 60px;
    right: -30px;
  }

  .finance-grow-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .grow-icon {
    width: 35px;
    margin-bottom: 10px;
  }

  .grow-title {
    margin-bottom: 6px;
    font-size: 18px;
  }

  .grow-details._1 {
    max-width: none;
    font-size: 14px;
  }

  .plan-v2-single-plan-wrap {
    padding: 15px;
  }

  .plan-v2-shape {
    width: 35px;
    right: 30px;
  }

  .plan-v2-name-wrap {
    grid-column-gap: 5px;
    margin-bottom: 10px;
  }

  .plan-v2-name {
    font-size: 18px;
    font-weight: 600;
  }

  .plan-v2-icon {
    width: 30px;
  }

  .plan-v2-features-wrap {
    padding: 15px;
  }

  .plan-v2-list-wrap {
    grid-row-gap: 8px;
  }

  .plan-v2-list-item {
    grid-column-gap: 6px;
  }

  .plan-feature-icon {
    width: 15px;
  }

  .plan-feature-text {
    font-size: 14px;
  }

  .plan-v2-price-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .plan-v2-price {
    font-size: 20px;
  }

  .partner-v2-logo-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .partner-v2-icon-wrap.top.center.border-none {
    border-right-style: none;
  }

  .partner-v2-icon-wrap.top.right, .partner-v2-icon-wrap.top.left {
    text-align: center;
  }

  .partner-v2-icon-wrap.bottom.center {
    border-bottom: 1px solid #0000001f;
  }

  .partner-v2-icon-wrap.bottom.center.border-none {
    border-right-style: none;
  }

  .partner-v2-icon-wrap.bottom.center.btm-border-none {
    border-bottom-style: none;
  }

  .partner-v2-icon-wrap.bottom.right {
    text-align: center;
  }

  .partner-v2-icon-wrap.bottom.left {
    text-align: center;
    border-bottom: 1px solid #0000001f;
  }

  .blog-v2-grid-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .single-blog-v2-wrapper {
    border-radius: 8px;
    padding: 10px;
  }

  .blog-v2-title {
    font-size: 18px;
  }

  .blog-info-wrap {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .blog-info-divider {
    width: 100%;
    height: 1px;
  }

  .testimonial-v2-wrapper {
    border-radius: 15px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-banner-wrapper {
    padding-top: 80px;
  }

  .inner-banner-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-banner-title {
    margin-bottom: 6px;
    font-size: 24px;
  }

  .breadcrumb-link, .about-details {
    font-size: 14px;
  }

  .history-counter-wrap {
    height: 32px;
  }

  .teacher-wrap {
    width: 100%;
    height: 150px;
  }

  .about-img-grid-right-wrap {
    grid-row-gap: 20px;
  }

  .students-wrap {
    width: 100%;
    height: 150px;
  }

  .about-img._1, .about-img._4 {
    width: 100%;
  }

  .student-title {
    font-size: 18px;
  }

  .about-img-grid-left-wrap, .teacher-main-flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-img-grid-wrap {
    grid-row-gap: 20px;
  }

  .number-digit-2 {
    font-size: 32px;
  }

  .our-mission-description {
    font-size: 13px;
  }

  .our-mission-image {
    border-radius: 10px;
  }

  .our-mission-vision-tab-link {
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .our-mission-vision-tab-menu {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .our-mission-single-wrapper {
    grid-row-gap: 15px;
    padding: 10px;
  }

  .our-mission-typography-wrap {
    max-width: 320px;
  }

  .our-mission-title {
    font-size: 20px;
    line-height: 30px;
  }

  .team-member-grid-wrap {
    grid-template-columns: 1fr;
  }

  .core-feature-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .download-image {
    width: 60px;
  }

  .download-title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 28px;
  }

  .download-single-wrapper {
    padding: 20px 15px;
  }

  .download-description {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .download-image-wrapper {
    margin-bottom: 15px;
  }

  .plan-name-wrap {
    padding: 15px 15px 20px;
  }

  .plan-details {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .plan-feature-wrap {
    padding: 20px 15px;
  }

  .plan-feature-list-item {
    padding: 8px;
  }

  .plan-feature-list-flex {
    grid-column-gap: 6px;
  }

  .pricing-plan-check {
    width: 16px;
  }

  .pricing-plan-details {
    font-size: 14px;
  }

  .table-icon {
    width: 18px;
  }

  .table-heading-tittle {
    font-size: 18px;
  }

  .pricing-bottom-content {
    width: 650px;
  }

  .compare-pricing-table-tittle-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .table-heading-price {
    font-size: 14px;
    line-height: 130%;
  }

  .price-table-data-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .table-data, .table-data-title {
    font-size: 16px;
  }

  .contact-icon {
    width: 50px;
  }

  .contact-label {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .contact-wrapper {
    border-radius: 15px;
    padding: 15px;
  }

  .contact-info-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .contact-field {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .contact-textarea {
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .book-demo-wrapper {
    border-radius: 15px;
    padding: 15px;
  }

  .career-img-wrapper {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .left-career-img-wrapper {
    grid-row-gap: 15px;
  }

  .core-features-details {
    font-size: 14px;
    line-height: 22px;
  }

  .core-features-top-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .core-features-image {
    width: 25px;
  }

  .core-features-image-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .core-features-image-wrapper._1 {
    margin-bottom: 10px;
  }

  .core-features-bottom-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .core-features-name {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
  }

  .career-post-location, .job-timing-text {
    font-size: 14px;
  }

  .job-name-wrap {
    margin-bottom: 15px;
  }

  .job-name {
    font-size: 20px;
  }

  .career-post-divider {
    margin-bottom: 15px;
  }

  .career-post-experience-flex {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .career-experience-icon {
    width: 35px;
  }

  .job-salary-wrap {
    font-size: 13px;
  }

  .career-experience-text {
    font-size: 14px;
  }

  .career-details-back-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 16px;
  }

  .career-single-card-header {
    margin-bottom: 15px;
  }

  .career-cad-content-wrap {
    padding: 15px 10px;
  }

  .career-details-description-text {
    font-size: 13px;
  }

  .career-card-btn-wrap {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .career-details-apply-wrap {
    border-radius: 15px;
    padding: 15px;
  }

  .blog-single-big-details h3 {
    font-size: 24px;
  }

  .blog-single-big-details img {
    border-radius: 15px;
  }

  .blog-single-big-details p {
    font-size: 13px;
  }

  .career-social-single-links {
    width: 35px;
    height: 35px;
  }

  .career-details-back-icon {
    width: 16px;
  }

  .career-card-list-details {
    font-size: 14px;
  }

  .career-card-list-icon {
    width: 25px;
  }

  .career-single-heading-flex {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .changelog-title {
    margin-bottom: 6px;
  }

  .changelog-list {
    grid-row-gap: 4px;
  }

  .single-changelog-content-wrap {
    padding: 15px 10px;
  }

  .changelog-grid-right-wrap {
    padding-bottom: 20px;
  }

  .changelog-list-details {
    font-size: 14px;
    line-height: 18px;
  }

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

  .license-divider {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .licence-th-wrap {
    grid-row-gap: 10px;
  }

  .licence-text {
    max-width: 300px;
    font-size: 14px;
    line-height: 25px;
  }

  .style-guide-color-plate-code {
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-color-plate-grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .style-guide-single-wrapper {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 20px;
  }

  .style-guide-title {
    font-size: 24px;
    line-height: 32px;
  }

  .style-guide-typography-details-text-block {
    font-size: 14px;
    line-height: 24px;
  }

  .style-guide-color-plate-grid-2 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .style-guide-heading-wrapper {
    grid-row-gap: 15px;
  }

  .style-guide-typography-title {
    margin-bottom: 10px;
  }

  .style-guide-typography-wrapper {
    grid-row-gap: 15px;
  }

  .banner-v1-mobile-wrapper {
    width: 130px;
  }

  .banner-v1-card {
    width: 75px;
  }

  .banner-v1-mobile-screen {
    border-radius: 10px;
    margin: 6px;
  }

  .banner-v1-sticky-wrap {
    height: 250vh;
  }

  ._404-content-wrapper {
    padding-bottom: 20px;
  }

  ._404-img-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._404-image {
    width: 160px;
  }

  ._404-content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._404-title {
    margin-bottom: 5px;
    font-size: 24px;
  }

  ._404-details {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .password-protected-image-wrapper {
    max-width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .password-protected-image {
    width: 30px;
  }

  .password-protected-wrapper {
    max-width: 290px;
    padding: 40px 15px;
  }

  .password-protected-title {
    font-size: 26px;
    line-height: 36px;
  }

  .password-protected-description {
    max-width: 290px;
    font-size: 16px;
    line-height: 26px;
  }

  .password-protected-text-field {
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-rich-content h2 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 31px;
  }

  .team-rich-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .team-rich-content li {
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
  }

  .team-details-name {
    font-size: 20px;
    line-height: 24px;
  }

  .team-details-bio {
    font-size: 14px;
    line-height: 22px;
  }

  .team-details-description-text {
    font-size: 13px;
    line-height: 22px;
  }

  .team-top-content {
    border-radius: 15px;
    margin-bottom: 30px;
  }

  .blog-details-name {
    font-size: 21px;
    line-height: 31px;
  }

  .blog-details-top-content {
    margin-bottom: 30px;
    padding: 20px 15px;
  }

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

  .blog-details-rich-content h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-details-rich-content li {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }

  .blog-details-rich-content p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .blog-details-rich-content blockquote {
    background-position: 50% 30px;
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-author-line {
    display: none;
  }

  .blog-details-author-date-read-time {
    grid-column-gap: 5px;
    grid-row-gap: 3px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-details-author-read-time {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-author {
    grid-column-gap: 10px;
  }

  .pricing-details-rich-content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }

  .pricing-details-rich-content p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .pricing-details-rich-content figure {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pricing-details-rich-content ul {
    margin-bottom: 20px;
  }

  .pricing-details-rich-content li {
    font-size: 14px;
    line-height: 24px;
  }

  .pricing-details-rich-content h3 {
    font-size: 22px;
    font-weight: 700;
  }

  .pricing-details-title {
    font-size: 20px;
    line-height: 30px;
  }

  .pricing-details-description {
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-details-title-description {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .pricing-details-price {
    font-size: 26px;
    line-height: 36px;
  }

  .pricing-details-price-wrap {
    flex-direction: column;
  }

  .pricing-details-features {
    margin-bottom: 20px;
    padding: 10px;
  }

  .pricing-details-left-content {
    padding: 20px 15px;
  }

  .plan-info-wrap {
    text-align: center;
  }

  .add-cart-select {
    font-size: 14px;
  }

  .add-cart-select-wrap {
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .integration-tools-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .integration-tools-details {
    font-size: 14px;
  }

  .integration-tools-title {
    font-size: 20px;
  }

  .integration-tools-circle-2 {
    width: 60%;
  }

  .integration-tools-icon {
    width: 50px;
  }

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

  .single-integration-wrap {
    padding: 20px;
  }

  .integration-icon {
    width: 25px;
  }

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

  .integration-name {
    font-size: 20px;
  }

  .integration-details {
    font-size: 14px;
  }

  .integration-details-single-image-wrap {
    width: 100px;
    height: 100px;
  }

  .integration-details-single-image {
    max-width: 40px;
  }

  .integration-details-button-wrapper {
    margin-top: 15px;
  }

  .integration-details-description {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 25px;
  }

  .integration-details-rich-content h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .integration-details-rich-content li {
    font-size: 13px;
    line-height: 23px;
  }

  .integration-details-rich-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .integration-details-top-content {
    margin-bottom: 40px;
  }

  .integration-details-title-wrapper {
    grid-column-gap: 5px;
  }

  .or-border {
    width: 25%;
  }

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

  .sign-in-checkbox-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 10px;
  }

  .sign-in-field-label {
    font-size: 14px;
    line-height: 24px;
  }

  .sign-in-checkbox {
    flex: none;
  }

  .sign-in-single-fields {
    grid-row-gap: 15px;
  }

  .sign-in-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .alternative-details {
    font-size: 14px;
    line-height: 24px;
  }

  .sign-in-app-link {
    max-width: 50px;
    height: 50px;
  }

  .sign-in-checkbox-label {
    font-size: 13px;
    line-height: 22px;
  }

  .sign-in-form-content-wrap {
    margin-bottom: 30px;
  }

  .sign-in-field {
    height: 45px;
  }

  .sign-in-text-link {
    font-size: 14px;
  }

  .preview-banner {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .preview-banner-content-wrap {
    margin-bottom: 60px;
  }

  .preview-title {
    font-size: 25px;
  }

  .preview-banner-shape {
    width: 30px;
  }

  .preview-banner-shape._2 {
    top: 60px;
  }

  .preiew-banner-img-wrap {
    grid-column-gap: 10px;
    border-radius: 8px;
  }

  .preview-banner-img {
    border-radius: 8px;
    max-width: 45%;
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .demo-features-image-wrapper {
    width: 65px;
    height: 65px;
  }

  .demo-features-image-wrapper._3 {
    margin-bottom: 10px;
  }

  .demo-features-description {
    font-size: 14px;
    line-height: 24px;
  }

  .demo-features-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .demo-features-single {
    padding: 15px;
  }

  .single-demo {
    border-radius: 5px;
    padding: 10px;
  }

  .single-demo-image {
    border-radius: 5px;
  }

  .demo-tag {
    font-size: 15px;
    font-weight: 400;
    bottom: 25px;
  }

  .single-demo-content {
    margin-top: 20px;
  }

  .figma-file-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .figma-file-description {
    max-width: 300px;
    font-size: 13px;
    line-height: 23px;
  }

  .figma-file-image-wrapper {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .figma-file-included-typography {
    margin-bottom: 30px;
  }

  .figma-file-title {
    font-size: 26px;
    line-height: 36px;
  }

  .figma-icon {
    width: 25px;
  }

  .figma-file-title-description {
    margin-bottom: 20px;
  }

  .figma-icon-wrap {
    max-width: 80px;
    height: 80px;
  }

  .figma-file-included-content {
    padding-top: 40px;
  }

  .preview-footer-copy-right {
    font-size: 14px;
    line-height: 20px;
  }

  .preview-footer-icon-wrap {
    width: 120px;
  }

  .preview-footer-icon-wrap.w--current {
    margin-bottom: 16px;
  }

  .preview-footer-bottom-wrapper {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner-screen-dot-wrap {
    grid-column-gap: 5px;
  }

  .single-screen-dot {
    width: 25px;
  }

  .preloader-lottie {
    width: 150px;
  }

  .single-testimonial-wrap {
    padding: 10px;
  }

  .testimonial-v2-arrow-icon {
    width: 12px;
  }

  .testimonial-v2-arrow {
    width: 40px;
    height: 40px;
  }

  .testimonial-v2-arrow.left {
    left: 41%;
  }

  .testimonial-v2-arrow.right {
    right: 41%;
  }

  .core-features-flex {
    grid-row-gap: 10px;
  }

  .core-feature-v2-link-wrap {
    padding: 15px;
  }

  .core-feature-v2-content-wrap {
    border-radius: 10px;
  }

  .core-feature-v2-content-wrap._2, .core-feature-v2-content-wrap._1 {
    padding-top: 15px;
    padding-left: 15px;
  }

  .core-feature-v2-content-wrap._3 {
    padding: 15px;
  }

  .core-feature-v2-link-flex {
    grid-column-gap: 10px;
  }

  .core-feature-v2-link-icon {
    width: 40px;
  }

  .core-feature-v2-link-title {
    font-size: 18px;
    line-height: 20px;
  }

  .core-feature-v2-content-flex {
    grid-row-gap: 15px;
  }

  .core-feature-v2-content {
    margin-right: 15px;
  }

  .core-feature-v2-title {
    margin-bottom: 6px;
    font-size: 20px;
  }

  .core-feature-v2-details {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 140%;
  }

  .core-feature-v2-list-icon {
    width: 16px;
  }

  .core-feature-v2-list-details {
    font-size: 14px;
  }

  .hamburger-menu-wrapper {
    width: 40px;
    height: 40px;
  }

  .cta-v2-img {
    width: 110px;
  }

  .cta-v2-img._1 {
    margin-right: -10px;
  }

  .banner-v1-shape-4 {
    display: none;
  }

  .banner-v2-dot {
    width: 8px;
    height: 8px;
  }

  .banner-v2-dot._2 {
    bottom: 15px;
    left: 20px;
  }

  .banner-v2-dot._3 {
    top: 0;
  }

  .banner-v2-dot._4 {
    bottom: -10px;
    right: 30px;
  }

  .navigation-content-wrap {
    grid-row-gap: 5px;
  }

  .navigation-close-wrap {
    width: 20px;
    height: 20px;
  }

  .navigation-close {
    width: 12px;
  }
}

#w-node-e1fc393d-cb3e-4247-2aaf-dba968b8781e-2efcbe88, #w-node-e1fc393d-cb3e-4247-2aaf-dba968b87826-2efcbe88, #w-node-e1fc393d-cb3e-4247-2aaf-dba968b8782e-2efcbe88, #w-node-c7e2e5b6-dcfc-5c19-7ad0-12d0306e2354-2efcbe88, #w-node-c7e2e5b6-dcfc-5c19-7ad0-12d0306e235a-2efcbe88, #w-node-_80a606c8-86ff-77d7-b80a-1f77cc482695-2efcbe88, #w-node-_80a606c8-86ff-77d7-b80a-1f77cc48269b-2efcbe88, #w-node-_09089bc3-baca-b53d-2134-67725f41f8b3-2efcbe88, #w-node-_8e8ae770-e7f0-f17d-5d1f-5d6de5fc6cd0-2efcbe88, #w-node-e2ae93b6-dcc9-969f-db93-951995fdc0cc-2efcbe88, #w-node-f59f3b09-f174-8fec-a586-28322864f4d7-2efcbe88, #w-node-_5389bdae-d856-9f19-7a00-4206078b7229-2efcbe88, #w-node-b6035ea2-3a32-daf5-a741-e2bf314f1072-2efcbe88, #w-node-a195bcd5-fc09-c8a6-2b21-e7896e6b506b-2efcbe88, #w-node-caefb6b4-b93f-c8c0-6988-4d4edb52e02b-2efcbe88, #w-node-_721d1738-55de-64df-a06b-25b3202dcf7a-2efcbe88, #w-node-_721d1738-55de-64df-a06b-25b3202dcf80-2efcbe88, #w-node-_721d1738-55de-64df-a06b-25b3202dcf86-2efcbe88, #w-node-_721d1738-55de-64df-a06b-25b3202dcf8c-2efcbe88, #w-node-_4617130d-413e-d815-c6b8-dca24928114b-2efcbe88, #w-node-_4617130d-413e-d815-c6b8-dca249281151-2efcbe88, #w-node-_4617130d-413e-d815-c6b8-dca249281157-2efcbe88, #w-node-_4617130d-413e-d815-c6b8-dca24928115d-2efcbe88, #w-node-_9eaf4f83-226e-b61e-1cf6-56d926854bc2-2efcbeab, #w-node-ecbed778-4b7b-a70f-5378-fdae8f279659-2efcbeab, #w-node-_984f283f-e36b-c62b-a29e-e3e3d3fc52e4-2efcbeab, #w-node-_54c0b1e5-5528-b676-bca0-3d5bd8beb777-2efcbeab, #w-node-_400c172f-413a-3325-9951-0fd002b9e77f-2efcbeab, #w-node-_079b6fc8-c4cf-27d7-405d-7f78e7fa79e4-2efcbeab, #w-node-_079b6fc8-c4cf-27d7-405d-7f78e7fa79fb-2efcbeab, #w-node-e18079bb-d0ce-9b9d-a542-cd83f26b6ea0-2efcbeab, #w-node-e18079bb-d0ce-9b9d-a542-cd83f26b6eb7-2efcbeab, #w-node-_4ded17aa-be1d-79fc-57fa-4982ee27ae7f-2efcbeab, #w-node-_4ded17aa-be1d-79fc-57fa-4982ee27ae96-2efcbeab, #w-node-_340aae12-5de6-9b7b-afa9-ae4fe20e8e4e-2efcbeab, #w-node-af00fecf-0e9e-41de-b815-841108deb9ca-2efcbeab, #w-node-ed9f1902-2a97-1490-e0ca-60597a0c2df8-2efcbeab, #w-node-a95e6de4-7a29-159a-88df-4498487e85b0-2efcbeab, #w-node-_1cf3de37-f8a4-4fe4-4a04-3b88e9b64a50-2efcbeab, #w-node-_9f06f246-da73-3dee-f143-10b1f52852a7-2efcbeab, #w-node-_3337ef9a-4411-da18-c3e8-039d8a7a770c-2efcbeab, #w-node-_3337ef9a-4411-da18-c3e8-039d8a7a7744-2efcbeab, #w-node-db75257b-b8d7-5d67-1de4-f668647d7c73-2efcbf07, #w-node-db75257b-b8d7-5d67-1de4-f668647d7cab-2efcbf07, #w-node-_8f196199-b2f4-b438-fbe4-7730fd13716f-2efcbf08, #w-node-_8f196199-b2f4-b438-fbe4-7730fd1371a4-2efcbf08, #w-node-_8f196199-b2f4-b438-fbe4-7730fd1371a6-2efcbf08, #w-node-b23edcc9-b2ed-5b65-a43f-0f3138421ac4-2efcbf08, #w-node-b23edcc9-b2ed-5b65-a43f-0f3138421afd-2efcbf08, #w-node-b23edcc9-b2ed-5b65-a43f-0f3138421b00-2efcbf08, #w-node-b23edcc9-b2ed-5b65-a43f-0f3138421b49-2efcbf08, #w-node-b23edcc9-b2ed-5b65-a43f-0f3138421b4a-2efcbf08, #w-node-_060cfded-16d7-f50b-2084-20ebda1ba59d-2efcbf08, #w-node-bb7eaf90-9869-0b5f-b5af-5342a9a18d1e-2efcbf08, #w-node-_84ffcd52-d45b-69e4-727e-7c5e27333ca1-2efcbf08, #w-node-_28f137d1-c90d-ee9d-7d4d-9a1f7503e288-2efcbf08, #w-node-_326444b4-fbd8-4e53-aa35-a10fb75b4128-2efcbf08, #w-node-_326444b4-fbd8-4e53-aa35-a10fb75b4160-2efcbf08, #w-node-_8bf73439-1de9-4c94-55c7-963209e60936-2efcbf0a, #w-node-_8bf73439-1de9-4c94-55c7-963209e60945-2efcbf0a, #w-node-_8bf73439-1de9-4c94-55c7-963209e60955-2efcbf0a, #w-node-_8bf73439-1de9-4c94-55c7-963209e60961-2efcbf0a, #w-node-_8bf73439-1de9-4c94-55c7-963209e6096d-2efcbf0a, #w-node-ee2a7db2-6c31-fccb-4389-2babcb0afe7f-2efcbf0a, #w-node-ee2a7db2-6c31-fccb-4389-2babcb0afe96-2efcbf0a, #w-node-ee2a7db2-6c31-fccb-4389-2babcb0afe9e-2efcbf0a, #w-node-ee2a7db2-6c31-fccb-4389-2babcb0afeb1-2efcbf0a, #w-node-ee2a7db2-6c31-fccb-4389-2babcb0afeb9-2efcbf0a, #w-node-ee2a7db2-6c31-fccb-4389-2babcb0afed0-2efcbf0a, #w-node-ee2a7db2-6c31-fccb-4389-2babcb0afed8-2efcbf0a, #w-node-ee2a7db2-6c31-fccb-4389-2babcb0afeeb-2efcbf0a, #w-node-_4a77ffe5-fbc7-ed92-efb6-7d7241318597-2efcbf0b, #w-node-_4a77ffe5-fbc7-ed92-efb6-7d72413185a3-2efcbf0b, #w-node-_4a77ffe5-fbc7-ed92-efb6-7d72413185af-2efcbf0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b406aaae-4a69-7b9d-f235-d6f5fde4de74-2efcbf0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b406aaae-4a69-7b9d-f235-d6f5fde4de77-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4de7c-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4de81-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4de88-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4de8e-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4de8b-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4de90-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4de93-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4de96-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4de99-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4de9c-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4dea0-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4dea3-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4dea5-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4dea7-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4deaa-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4dead-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4deaf-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4deb1-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4deb4-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4deb7-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4deba-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4debd-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4dec1-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4dec4-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4dec6-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4dec8-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4decb-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4dece-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4ded0-2efcbf0c, #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4ded2-2efcbf0c, #w-node-_1e8685d1-e641-0622-50ec-d264a0d9d7c0-2efcbf0d, #w-node-_1e8685d1-e641-0622-50ec-d264a0d9d7c4-2efcbf0d, #w-node-_1e8685d1-e641-0622-50ec-d264a0d9d7c8-2efcbf0d, #w-node-_37815434-c753-3bf8-40ca-566285639d74-2efcbf0f, #w-node-_37815434-c753-3bf8-40ca-566285639d7a-2efcbf0f, #w-node-f0c50445-5131-d403-20d6-7b48fed245a3-2efcbf0f, #w-node-f0c50445-5131-d403-20d6-7b48fed245db-2efcbf0f, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a729-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a72c-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a72f-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a734-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a735-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a736-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a737-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a738-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a739-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a73a-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a73b-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a73e-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a744-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a74b-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a74e-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a754-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a755-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a756-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a757-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a758-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a759-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a75a-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a75b-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a75c-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a75d-2efcbf13, #w-node-_39032dfd-82ed-0a1b-72ca-5e4f5298adaa-2efcbf13, #w-node-_261a4ff9-5c3d-bbda-eb58-a5d83c3a1e4d-2efcbf13, #w-node-_19acc861-622b-e333-e68c-b3f877bb6927-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a75e-2efcbf13, #w-node-_0a9d6999-9578-0a16-c32d-f3d426e0a761-2efcbf13, #w-node-_38b6c557-9822-bde0-e72c-337cb6f52c6a-2efcbf14, #w-node-_38b6c557-9822-bde0-e72c-337cb6f52c6d-2efcbf14, #w-node-_38b6c557-9822-bde0-e72c-337cb6f52c70-2efcbf14, #w-node-_38b6c557-9822-bde0-e72c-337cb6f52c73-2efcbf14, #w-node-_38b6c557-9822-bde0-e72c-337cb6f52c76-2efcbf14, #w-node-_38b6c557-9822-bde0-e72c-337cb6f52c79-2efcbf14, #w-node-_81d9e823-b49a-b2ae-b5a0-39d0cfadfe2c-2efcbf14, #w-node-_9a61d0d3-7488-5369-d2dd-bcd9fbab701e-2efcbf14, #w-node-ffd5cbe5-87aa-6079-f9b4-8e5f2cf4b2d3-2efcbf14, #w-node-_7d98436c-9917-5fea-8b7a-2104aebc348b-2efcbf14, #w-node-_391818a9-c344-542d-d93e-53c77b54ccc9-2efcbf14, #w-node-b3a15dc8-c817-2282-dd9b-1ae8a85ba943-2efcbf14, #w-node-b58f2072-4160-e3f7-924b-99d454eb74f8-2efcbf15, #w-node-_920a036a-175b-0a1b-a614-ba16ad5dc53e-2efcbf15, #w-node-_218c449a-9968-25fd-ed6e-e418150d42b9-2efcbf18, #w-node-_2a0a3d47-3825-9305-81b4-9fd732d721ae-2efcbf18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-af00fecf-0e9e-41de-b815-841108deb9ca-2efcbeab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1cf3de37-f8a4-4fe4-4a04-3b88e9b64a50-2efcbeab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b406aaae-4a69-7b9d-f235-d6f5fde4de74-2efcbf0c {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_69b53c72-24e7-f5c2-445a-7726d41a8831-2efcbf08, #w-node-_38b6c557-9822-bde0-e72c-337cb6f52c73-2efcbf14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}