@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: #0d0e10;
  --gradient-1: #b16cea;
  --gradient-2: #ff5e69;
  --white: white;
  --gradient-3: #ff8a56;
  --gradient-4: #ffa84b;
  --grey: #f3f3f3;
}

html{
    margin-top: 0px !important;
}

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

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

@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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--black);
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

h1 {
  color: var(--black);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 100%;
}

h2 {
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 110%;
}

h3 {
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

h4 {
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 128%;
}

h5 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 117%;
}

h6 {
  color: var(--gradient-1);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

p {
  color: #0d0e10e6;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 22px;
  line-height: 155%;
}

a {
  color: var(--gradient-2);
  margin-bottom: 0;
  text-decoration: underline;
  display: inline-block;
}

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

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

li {
  margin-bottom: 10px;
  line-height: 155%;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.style-guide-main {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
  font-family: Plusjakartasans, sans-serif;
  display: flex;
  position: relative;
}

.h5-heading-white {
  color: var(--white);
}

.h5-heading-white.newsletter {
  margin-bottom: 24px;
}

.paragraph-22px-white {
  color: #fffc;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 22px;
}

.image-cover {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper.licensing {
  border: 2px #000;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 0;
}

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 180px;
}

.wrapper.instructions {
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 180px;
}

.wrapper.licenses {
  border: 2px #000;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 0;
}

.licensing-heading {
  margin-bottom: 30px;
}

.licensing-paragraph {
  color: #ffffffe6;
  text-align: center;
  max-width: 650px;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
}

.licensing-tag-subtext {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 20px;
  line-height: 160%;
}

.licensing-tag-subtext.bold {
  font-size: 24px;
  font-weight: 700;
}

.licensing-tag-subtext.small {
  max-width: 400px;
}

.licensing-image-and-text-wrapper {
  border: 2px none var(--black);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.licencing-images-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  display: grid;
}

.licencing-image-item {
  height: 250px;
}

.reference-headings {
  text-align: center;
  margin-bottom: 0;
  font-size: 90px;
}

.reference-headings.white {
  color: var(--white);
}

.version-number {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 56px;
}

.update-wrapper {
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
}

.version-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph {
  color: var(--white);
  margin-bottom: 0;
}

.wrapper-changelog {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrapper-changelog.updates {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border: 3px #000;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-top: 48px;
  padding: 52px 40px;
  box-shadow: 0 10px 70px #53535312;
}

.update-date {
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
}

.heading-wrapper {
  width: 100%;
}

.page-wrapper {
  font-family: Plusjakartasans, sans-serif;
}

.page-wrapper.overflow-hidden {
  overflow: hidden;
}

.navigation-bar {
  background-color: #0000;
}

.navigation-bar.bg-white {
  z-index: 9999;
  background-color: var(--white);
  position: sticky;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px;
  
}


.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navigation-wrapper.with-links {
 
}

.logo {
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo.white {
  color: #fff;
}

.logo-lines-contain {
  flex: none;
  margin-right: 10px;
  overflow: hidden;
}

.logo-line-1 {
  width: 24px;
  height: 24px;
}

.logo-line-2 {
  width: 27px;
  height: 24px;
  margin-left: -10px;
}

.logo-line-3 {
  width: 32px;
  height: 24px;
  margin-left: -10px;
}

.call-button {
  color: var(--black);
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.call-button.home-2 {
  color: var(--gradient-1);
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
}

.call-button.home-2.displaynone {
  display: none;
}

.logo-text {
  letter-spacing: -.32px;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 106%;
}

.call-arrow-div {
  background-color: var(--black);
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-arrow-div.gradient {
  background-color: var(--gradient-1);
  background-image: linear-gradient(135deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.call-arrow-div.gradient.ha-gradient {
  background-image: linear-gradient(135deg, #946cea 20%, #3c6aff 60%, #5482ff 80%, #6495d5);
}

.call-arrow-div.transparent {
  background-color: #0000;
  margin-left: 5px;
}

.home-hero-section {
  background-color: #fbfbfb;
  overflow: hidden;
}

.home-hero-section.homepage-2 {
  background-color: #f3f3f3;
}

.home-hero-section.homepage-2.fold-bg-white {
  background-color: #fff;
}

.home-hero-section.homepage-3 {
  background-color: var(--black);
}

.home-hero-section.homepage-4 {
  background-color: #f3f3f3;
}

.home-hero-section.about {
  background-color: #f3f3f3;
  background-image: linear-gradient(210deg, #f8f4f0, #fff);
}

.home-hero-section.homepage-1 {
  background-color: #fbfbfb;
}

.nav-button {
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 18px 28px;
  font-size: 16px;
  line-height: 100%;
  transition: filter .3s;
  display: flex;
  box-shadow: 0 10px 100px #0000001a;
}

.call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.hero-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.text-contain-hero {
  flex-direction: column;
  align-items: flex-start;
  width: 53%;
  max-width: 500px;
  display: flex;
}

.gradient-span {
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 90%;
}

.gradient-span.home-1 {
  line-height: 100%;
}

.gradient-span.ha-gradient-span {
  background-image: linear-gradient(to right, #946cea 20%, #3c6aff 60%, #5482ff 80%, #6495d5);
}

.hero-heading {
  margin-bottom: 20px;
  line-height: 117%;
}

.hero-heading.overview {
  line-height: 121%;
}

.hero-paragraph {
  margin-bottom: 30px;
  font-size: 22px;
}

.hero-paragraph.homepage-3 {
  color: #ffffffe6;
  text-align: center;
  max-width: 800px;
}

.hero-paragraph.overview {
  max-width: 776px;
}

.cta-button {
  background-color: var(--gradient-1);
  color: var(--white);
  letter-spacing: -.16px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  background-color: var(--gradient-1);
}

.cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cta-button.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cta-button.course {
  width: 100%;
  max-width: 288px;
}

.cta-button.course-full {
  width: 100%;
}

.cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trust-paragraph {
  color: var(--black);
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 19px;
}

.logos-wrapper {
  align-items: center;
  display: flex;
}

.logos {
  object-fit: contain;
  width: 100%;
  max-width: 125px;
  height: 100%;
  margin-right: 16px;
}

.services-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.heading-2-center {
  text-align: center;
  max-width: 700px;
  margin-bottom: 0;
}

.heading-2-center.projects {
  max-width: none;
}

.heading-2-center.projects.home-3 {
  margin-bottom: 80px;
}

.heading-2-center.projects.left {
  text-align: left;
  max-width: 550px;
}

.services-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.services-grid.homepage-3 {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.service-contain {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 220px;
  display: flex;
}

.service-contain.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.service-icon-wrap {
  background-color: var(--gradient-1);
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  margin-bottom: 28px;
  display: flex;
}

.service-icon-wrap.homepage-3 {
  border-radius: 12px;
  max-width: 56px;
  height: 56px;
  margin-bottom: 0;
  position: absolute;
  inset: auto 7% -10% auto;
}

.service-icon {
  object-fit: contain;
}

.service-heading {
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.h6-heading {
  font-weight: 600;
}

.h6-heading.blue {
  color: var(--gradient-3);
}

.service-paragraph {
  color: #0d0e10b3;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.service-paragraph.homepage-3 {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  font-size: 18px;
  line-height: 156%;
}

.projects-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 180px;
  display: flex;
}

.projects-wrapper.homepage-3 {
  padding-top: 20px;
}

.projects-wrapper.padding-top {
  padding-top: 180px;
}

.projects-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  width: 100%;
  margin-top: 80px;
}

.project-contain {
  background-color: var(--black);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  height: 320px;
  display: flex;
  box-shadow: 0 0 100px #00000005;
}

.project-contain.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 400px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-contain.vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 400px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-text-contain {
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.project-text-contain.horizontal {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.project-image-contain {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.bold-span {
  font-weight: 700;
}

.about-project {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 156%;
}

.project-image {
  position: absolute;
}

.project-image._1 {
  border-radius: 15px;
  width: 100%;
  max-width: none;
  position: static;
  inset: 0%;
}

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

.statistics-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.heading-2-white {
  color: var(--white);
  margin-bottom: 0;
}

.stats-wrapper {
  grid-column-gap: 140px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1040px;
  margin-top: 80px;
}

.stats-contain {
  max-width: 270px;
}

.stat-number {
  color: var(--white);
  letter-spacing: -.16px;
  align-items: center;
  font-size: 70px;
  font-weight: 700;
  line-height: 91px;
  display: block;
}

.stat-number._60px {
  color: var(--black);
  letter-spacing: -2px;
  font-size: 60px;
  font-weight: 800;
  line-height: 77px;
}

.about-me-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 170px;
  padding-bottom: 180px;
  display: flex;
}

.about-me-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 180px;
  display: flex;
}

.about-me-image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.about-me-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.about-me-floating-image {
  object-fit: fill;
  border-radius: 16px;
  width: 80%;
  max-width: 435px;
  position: absolute;
  inset: auto -10% 5% auto;
  box-shadow: 0 24px 94px #00000014;
}

.about-me-text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.about-me-heading {
  margin-bottom: 32px;
}

._22px-paragraph {
  margin-bottom: 0;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.design-resources-section.blue {
  background-image: linear-gradient(227deg, #f0f4f8, #fff);
}

.design-resources-section.displaynone {
  display: none;
}

.features-learn-more-link {
  color: #0d0e10;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view-more-arrow {
  margin-left: 10px;
}

.view-more-line {
  background-color: var(--black);
  background-image: linear-gradient(to right, #b16cea 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  filter: grayscale();
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.resource-main-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 180px;
  display: flex;
}

.resource-main-wrapper.top-margin {
  margin-top: 140px;
}

.resource-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.h2-heading {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 110%;
}

.h2-heading.white {
  color: var(--white);
}

.h2-heading.left {
  letter-spacing: -1px;
}

.h2-heading.left.small {
  max-width: 670px;
}

.h2-heading.projects {
  margin-bottom: 80px;
}

.view-more-link {
  color: #0d0e10;
  letter-spacing: -.16px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view-more-link.top-margin {
  margin-top: 40px;
}

.view-more-link.top-margin.displaynone {
  display: none;
}

.view-more-link.cta {
  color: #0040ff;
  border-bottom: 2px solid #d3d3d3;
  width: 106px;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
}

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

.collection-list-wrapper {
  width: 100%;
  display: flex;
}

.resource-wrapper {
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.resource-image {
  object-fit: cover;
  border-radius: 16px;
  height: 100%;
}

.categories-contain {
  margin-bottom: 24px;
  display: flex;
}

.main-category-text {
  color: var(--white);
  letter-spacing: -.16px;
  border-radius: 40px;
  justify-content: flex-start;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.secondary-category {
  color: var(--black);
  letter-spacing: -.16px;
  background-color: #0d0e100f;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 16px;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.resource-image-contain {
  border-radius: 16px;
  width: 100%;
  max-width: 354px;
  height: 240px;
  margin-bottom: 32px;
}

.resource-title {
  letter-spacing: -.16px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 131%;
}

.collection-item {
  display: flex;
}

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

.newsletter-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.newsletter-wrapper.horizontal {
  flex-direction: row;
  justify-content: space-between;
}

.h2-white-heading-center {
  color: var(--white);
  text-align: center;
  max-width: 750px;
  margin-bottom: 60px;
}

.newsletter-form-block {
  flex-direction: row;
  margin-bottom: 0;
  display: block;
}

.form {
  display: flex;
}

.newsletter-text-field {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/EnvelopeSimple-white.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff3;
  border-radius: 56px;
  width: 450px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 16px 28px 20px 66px;
  font-size: 20px;
  line-height: 150%;
}

.newsletter-text-field:focus {
  border-color: #ff5e6966;
}

.submit-button {
  background-color: var(--gradient-1);
  background-image: url('../images/Arrow---Right-2.svg'), linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  color: var(--white);
  letter-spacing: -.16px;
  background-position: 85% 53%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 70px;
  padding-right: 40px;
  font-size: 22px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.submit-button:hover {
  background-color: var(--gradient-2);
}

.form-text {
  color: #fffc;
  margin-top: 24px;
  font-size: 18px;
  line-height: 156%;
}

.awards-section {
  overflow: hidden;
}

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

.awards-section.displaynone {
  display: none;
}

.awards-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.awards-wrapper.black {
  width: 90%;
  max-width: 1120px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.award-logos-contain {
  width: 100%;
  margin-top: 80px;
}

.award-logos-contain.displaynone {
  display: none;
}

.logos-row-contain {
  border-bottom: 1px solid #0000001a;
  display: flex;
}

.logos-row-contain.last {
  border-bottom-style: none;
  border-right: 1px #000;
}

.logos-row-contain.white-border {
  border-bottom-color: #fff3;
}

.logo-contain {
  background-image: none;
  border-right: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 200px;
  display: flex;
}

.logo-contain:hover {
  background-color: #0000;
  background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
}

.logo-contain.last {
  border: 1px #000;
}

.logo-contain.white-border {
  border-right-color: #fff3;
}

.award-logo {
  object-fit: contain;
}

.pricing-section.black {
  background-color: var(--black);
  margin-bottom: 200px;
}

.pricing-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 180px;
  display: flex;
}

.pricing-wrapper.black {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pricing-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 80px;
}

.price-block {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 48px;
  display: flex;
  box-shadow: 0 12px 124px #0000000d;
}

.price-block.black {
  background-color: #ffffff0d;
}

.pricing-plan {
  color: #0d0e1099;
  margin-bottom: 21px;
}

.pricing-plan.white {
  color: #fff9;
  margin-bottom: 20px;
}

.price {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  color: var(--gradient-1);
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 800;
}

.price.white {
  background-color: var(--white);
  background-image: none;
}

.divider-pricing {
  background-color: #0d0e1026;
  height: 1px;
  margin-bottom: 40px;
}

.price-points-contain {
  margin-bottom: 48px;
}

.price-point-wrapper {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.checkmark {
  margin-right: 20px;
}

.price-text {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.price-text.white {
  color: #ffffffe6;
  text-align: center;
}

.pricing-top-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-top-block.center {
  align-items: center;
}

.down-arrow {
  filter: sepia();
}

.faq-question {
  margin-right: 5%;
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}

.faq-contain {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.faq-answer {
  color: #0d0e10bf;
  letter-spacing: -.32px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 156%;
}

.faq-section {
  position: relative;
}

.faq-wrapper {
  cursor: pointer;
  border-bottom: 1px #0000001a;
  max-width: 530px;
  margin-bottom: 40px;
}

.faq-right-contain {
  width: 50%;
  max-width: 556px;
  margin-left: 40px;
}

.faq-left-contain {
  width: 50%;
  max-width: 530px;
  margin-right: 40px;
}

.faq-question-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.faq-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 160px;
  display: flex;
}

.faq-main-wrapper.horizontal {
  flex-direction: row;
}

.instagram-section {
  background-color: #fbfbfb;
}

.instagram-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.footer-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Plusjakartasans, sans-serif;
  display: flex;
}

.footer-section.white {
  background-color: #0000;
}

.footer-main-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-text-60px {
  color: var(--white);
  margin-bottom: 80px;
  font-weight: 400;
}

.work-link-60px {
  color: var(--gradient-1);
  letter-spacing: -.16px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 24px 10px;
  font-size: 60px;
  font-weight: 800;
  line-height: 117%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-link-60px.home {
  padding-right: 10px;
}

.work-link-line {
  background-color: var(--gradient-1);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.work-arrow-image {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 10px;
}

.work-arrow-image.home {
  margin-left: 24px;
}

.footer-bottom-wrapper {
  border-top: 1px solid #ffffff1a;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-bottom-wrapper.white {
  border-top-style: none;
  border-top-color: #fff3;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1240px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.contain {
  object-fit: contain;
}

.success-message {
  background-color: var(--gradient-1);
  color: var(--white);
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.success-message.black {
  background-color: #b16cea33;
}

.error-message {
  color: var(--white);
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-weight: 500;
}

.error-message.darker {
  color: #bd333d;
}

.instagram-images-section {
  justify-content: space-around;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.column-images {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 17%;
  display: flex;
}

.column-images._3 {
  margin-top: 54px;
}

.instagram-image {
  object-fit: contain;
  border-radius: 220px;
  width: 100%;
  max-width: 190px;
  height: 300px;
}

.instagram-image._1 {
  object-fit: contain;
  margin-bottom: 70px;
}

.instagram-image._6 {
  margin-top: 60px;
}

.nav-links-wrapper {
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: var(--black);
  text-transform: capitalize;
  border-bottom: 1px solid #0000;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.nav-link:hover {
  border-bottom: 1px solid #000;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-link.white:hover {
  border-bottom-color: var(--white);
}

.nav-link.displaynone {
  display: none;
}

.home-hero-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.home-hero-wrapper.homepage-3 {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 432px;
}

.home-hero-wrapper.homepage-4 {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1130px;
  padding-top: 0;
  padding-bottom: 82px;
}

.hero-image-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-image-home-2 {
  width: 45%;
  max-width: 581px;
}

.hero-image-home-2.about-3 {
  object-fit: cover;
  object-position: 50% 10%;
  height: 500px;
}

.home-left-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 48px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-heading-home-2 {
  letter-spacing: -2.5px;
  margin-bottom: 48px;
  font-weight: 700;
  line-height: 110%;
}

.hero-heading-home-2.about {
  text-align: center;
  max-width: 600px;
}

.hero-heading-home-2.main {
  margin-bottom: 30px;
}

.home-right-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-right-info-wrapper.displaynone {
  display: none;
}

.hero-mail-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._20px-text {
  color: #0d0e10e6;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 150%;
}

._20px-text.white {
  color: #ffffffe6;
  margin-bottom: 0;
}

.hero-email {
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-email.displaynone {
  display: none;
}

.mail-icon {
  margin-left: 0;
  margin-right: 10px;
}

.top-left-contain.about {
  margin-bottom: 100px;
}

.bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.bottom-left-contain.about {
  max-width: none;
}

.bottom-left-contain.displaynone {
  display: none;
}

.testimonial-logo-hero {
  object-fit: contain;
  margin-bottom: 20px;
}

.stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.bottom-right-container {
  max-width: 240px;
}

.bottom-right-container.displaynone {
  display: none;
}

._18-px-italic-text {
  color: #0d0e10e6;
  letter-spacing: -.16px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
  line-height: 167%;
}

.entrust-section.promo {
  margin-top: -170px;
}

.entrust-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.entrust-wrapper.homepage-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
}

.entrust-wrapper.main {
  padding-top: 40px;
  padding-bottom: 40px;
}

.entrust-heading {
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 600;
}

.logo-train-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-train-contain {
  flex: none;
  display: flex;
}

.entrust-logo {
  flex: none;
  align-self: center;
  margin-right: 48px;
}

.entrust-logo-image {
  object-fit: contain;
}

.steps-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 200px;
}

.steps-wrapper.about-page {
  padding-top: 0;
}

.gradient-div {
  background-color: var(--gradient-4);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  display: none;
  position: absolute;
  inset: 0%;
}

.gradient-div.solutions {
  opacity: 0;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: none;
}

.button-gradient {
  z-index: auto;
  background-color: var(--gradient-4);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.button-text {
  z-index: 1;
  position: relative;
}

.cta-big-text {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 30px;
  line-height: 130%;
}

.cta-big-text.ha-cta-big-text {
  background-image: linear-gradient(to right, #946cea 20%, #3c6aff 60%, #5482ff 80%, #6495d5);
}

.steps-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.steps-h2-heading {
  max-width: 650px;
  margin-bottom: 0;
}

.steps-h2-heading.white {
  color: var(--white);
  text-align: center;
  max-width: 630px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.steps-h2-heading.small {
  max-width: 400px;
}

.steps-h2-heading.overview {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.steps-tops-paragraph {
  color: #0d0e10cc;
  max-width: 367px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.steps-bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

.step-contain._1 {
  flex-direction: column;
  justify-content: space-between;
  max-width: 150px;
  display: flex;
}

.step-contain._4 {
  max-width: 225px;
}

.step-number {
  color: #0d0e1080;
  letter-spacing: -.32px;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 136%;
}

.step-image {
  margin-top: 100px;
}

.projects-section {
  position: relative;
}

.projects-section.top-margin {
  margin-top: 100px;
}

.worked-with-section.black {
  z-index: 1;
  background-color: var(--black);
  z-index: 1;
  background-color: #0d0e10;
  position: relative;
}

.worked-with-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 200px;
}

.worked-with-wrapper.black {
  padding-top: 120px;
  padding-bottom: 120px;
}

.worked-with-wrapper.black.overview {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.work-with-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.work-with-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.work-with-grid.black {
  grid-column-gap: 30px;
}

.work-with-contain {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 20px;
  display: flex;
  box-shadow: 0 14px 100px #0000000d;
}

.work-with-contain.black {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.block-h5-heading {
  margin-top: 24px;
  margin-bottom: 20px;
}

.block-paragraph {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.block-paragraph.white {
  color: var(--white);
}

.showreel-section {
  background-color: var(--black);
  position: relative;
}

.showreel-section.top-margin {
  margin-top: 140px;
}

.showreel-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 195px;
  padding-bottom: 155px;
  display: grid;
}

.showreel-text-contain {
  width: 100%;
  max-width: 500px;
}

.showreel-text-contain.about-page-2 {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.showreel-heading {
  color: var(--white);
  margin-bottom: 32px;
}

._40-opacity-white {
  color: #fff6;
}

.showreel-paragraph {
  color: #ffffffe6;
  margin-bottom: 0;
}

.awards-contain {
  align-items: center;
  display: flex;
}

.awards-contain.display-none {
  display: none;
}

.awards-image {
  margin-right: 32px;
}

.awards-heading {
  color: var(--white);
  letter-spacing: -.16px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.award-text {
  color: var(--white);
  letter-spacing: -.16px;
  line-height: 150%;
}

.showreel-right-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.showreel-video {
  color: var(--black);
  align-items: stretch;
  text-decoration: none;
}

.showreel-image {
  object-fit: fill;
  border-radius: 20px;
  width: 100%;
}

.showreel-button {
  background-color: var(--white);
  border-radius: 50px;
  align-items: center;
  width: 100%;
  max-width: 258px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 14px;
  transition: filter .3s;
  display: flex;
  position: absolute;
  inset: auto 0% 45% 30%;
}

.showreel-button:hover {
  filter: invert();
}

.showreel-button.about-3 {
  color: var(--black);
  text-decoration: none;
  position: absolute;
  left: 38%;
}

.showreel-button.testimonial {
  max-width: 189px;
  position: static;
}

.showreel-button.style-guide {
  position: static;
}

.showreel-button.displaynone {
  display: none;
}

.showreel-cta-text {
  letter-spacing: -.16px;
  margin-left: 16px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.faqs-text-wrap {
  width: 35%;
  max-width: 383px;
}

.faq-content {
  color: #0d0e10bf;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}

.faq-content._80-opacity {
  color: #0d0e10cc;
}

.bottom-line {
  background-color: #0d0e101a;
  width: 100%;
  height: 1px;
}

.faqs-text-wrapper._50-width {
  width: 40%;
  max-width: 500px;
}

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

.faqs-wrapper {
  width: 60%;
  padding-top: 0;
}

.faqs-wrapper._100-width {
  width: 100%;
}

.faq-paragraph {
  color: #0d0e10bf;
  letter-spacing: -.32px;
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 156%;
}

.faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.awards-main-heading {
  margin-bottom: 80px;
}

.faq-questions {
  color: #0d0e10;
  width: 90%;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.faq-answer-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10%;
}

.faq-question-container {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-question-container.first {
  border-top: 1px solid #0d0e101a;
}

.faq-question-container.without-border {
  border-bottom: 1px #000;
}

.faq-bold-text {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.banner-section {
  background-color: var(--white);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  justify-content: flex-start;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.text-contain-banner {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.banner-heading {
  color: var(--white);
  background-image: url('../images/Arrow-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  margin-bottom: 0;
  margin-right: 140px;
  padding-right: 44px;
  font-weight: 600;
}

.copyright-text {
  color: var(--white);
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  line-height: 133%;
}

.copyright-text.black {
  color: var(--black);
  letter-spacing: -.16px;
}

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

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

._90px-h1-heading {
  color: var(--white);
  text-align: center;
  max-width: 990px;
  font-size: 90px;
  line-height: 100%;
}

.home-image-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: -352px auto 200px;
  display: flex;
  position: relative;
}

.home-image-homepage-3 {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  position: relative;
}

.floating-image-1 {
  z-index: 1;
  position: static;
  inset: 10% 0% auto auto;
}

.floating-image-2 {
  z-index: 1;
  position: static;
  inset: auto auto 10% 0%;
}

.floating-image-contain {
  position: absolute;
  inset: 10% 0% auto auto;
}

.floating-image-contain._2 {
  inset: auto auto 10% 0%;
}

.black-div {
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.white-div {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.entrust-h2-heading {
  max-width: 374px;
}

.entrust-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 60%;
  max-width: 649px;
  margin-top: -10px;
}

.service-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.service-image {
  border-radius: 16px;
}

.service-number {
  color: var(--white);
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.grey-create-section {
  background-color: #fafafa;
  overflow: hidden;
}

.grey-create-section.white {
  background-color: var(--white);
}

.grey-create-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.grey-create-wrapper.white {
  max-width: 1120px;
  padding-top: 0;
  padding-bottom: 200px;
}

.heading-contain {
  width: 100%;
  max-width: 940px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.create-heading {
  letter-spacing: -.75px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 110%;
  display: block;
}

.create-heading.home-3 {
  letter-spacing: -1px;
  font-weight: 800;
  display: block;
}

.watch-button {
  background-color: #0000;
  border-radius: 50px;
  align-items: center;
  padding: 12px 20px 12px 14px;
  transition: filter .3s;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.watch-button:hover {
  background-color: var(--white);
  filter: invert();
}

.watch-text {
  letter-spacing: -.16px;
  border-bottom: 2px solid #000;
  margin-left: 16px;
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
}

.points-grid {
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 40px 30px 44px;
  display: flex;
}

.points-grid.reviews {
  border-top-color: #fff3;
  border-bottom-color: #fff3;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.work-with-point-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 8px;
  font-size: 22px;
  display: flex;
}

.work-with-point-contain._1 {
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 210px;
}

.work-with-point-contain._2 {
  flex: none;
  width: 100%;
  max-width: 150px;
}

.work-with-point-contain._3 {
  flex: none;
  width: 100%;
  max-width: 200px;
}

.work-with-point-contain._4 {
  width: 100%;
  max-width: 150px;
}

.work-with-point-contain.left {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.point-heading {
  margin-bottom: 8px;
}

.point-heading.white {
  color: var(--white);
}

.work-text {
  color: #0d0e10b3;
  text-align: center;
  letter-spacing: -.32px;
  flex: none;
  line-height: 140%;
}

.work-text.white {
  color: #ffffffb3;
}

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

.dot {
  background-color: #0d0e1033;
  border-radius: 100px;
  flex: none;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: 0;
}

.dot.white {
  background-color: #fff3;
}

.testimonial-section {
  overflow: hidden;
}

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

.testimonial-main-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.testimonial-heading {
  margin-bottom: 24px;
}

.testmonial-text-wrap {
  color: #0d0e10e6;
  align-items: center;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.testmonial-text-wrap.homepage-4 {
  margin-top: 32px;
}

.extra-bold-span {
  font-weight: 800;
}

.testimonial-image {
  margin-left: 16px;
}

.testimonial-image.homepage-4 {
  margin-left: 12px;
}

.testimonial-cards-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.testimonial-top-wrapper {
  margin-bottom: 48px;
  display: flex;
}

.testimonial-contain {
  background-color: var(--white);
  border-radius: 12px;
  flex: none;
  max-width: 460px;
  margin-right: 40px;
  padding: 36px 32px;
  box-shadow: 0 12px 100px #0000000d;
}

.testimonial-contain.review-page {
  margin-bottom: 48px;
  margin-right: 0;
}

.testimonial-contain.blue {
  box-shadow: none;
  background-color: #fafcff;
  max-width: 489px;
  margin-bottom: 24px;
  margin-right: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.testimonial-contain.blue.middle {
  position: relative;
  left: 80px;
}

.testimonial-paragraph {
  color: var(--black);
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.testimoniaol-block {
  align-items: flex-start;
  display: flex;
}

.testimonial-image-block {
  border-radius: 100px;
  width: 100%;
  max-width: 50px;
  height: 50px;
  margin-right: 20px;
}

.testimonial-name {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 156%;
}

.testimonial-name.home {
  color: #0d0e1099;
  margin-top: 6px;
  font-size: 16px;
  font-style: italic;
}

.testimonial-position {
  line-height: 137%;
}

.testimonial-bottom-wrapper {
  display: flex;
}

.stats-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 200px;
  display: flex;
}

.stats-wrap.homepage-4 {
  padding-top: 200px;
}

.stats-wrap.homepage-5 {
  padding-top: 180px;
  padding-bottom: 0;
}

.award-heading {
  max-width: 311px;
}

.awards-grid {
  grid-column-gap: 120px;
  grid-row-gap: 80px;
  width: 60%;
  max-width: 719px;
}

.award-card {
  max-width: 300px;
}

.award-image {
  object-fit: contain;
  margin-bottom: 24px;
}

.divider-awards {
  background-color: #0d0e101a;
  width: 80%;
  height: 1px;
  margin-bottom: 24px;
}

.award-paragraph {
  color: #0d0e10cc;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.faq-image-contain {
  width: 50%;
  max-width: 560px;
}

.faq-image {
  object-fit: contain;
  border-radius: 16px;
}

.link-banner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 200px;
  display: flex;
}

.top-banner {
  flex: none;
  display: flex;
}

._40px-arrow {
  margin-top: 34px;
  margin-left: 32px;
}

.bottom-banner {
  flex: none;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1240px;
  margin-top: 150px;
  margin-bottom: 100px;
  display: flex;
}

.footer-top-wrapper.foother-top-wrapper-short {
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
}

.footer-paragraph-16px {
  color: #ffffffbf;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 175%;
}

.footer-paragraph-16px.black {
  color: #0d0e10bf;
}

.footer-links-contain {
  display: flex;
}

.footer-links-contain.displaynone {
  display: none;
}

.footer-link-gradient-hover {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .4s;
  display: flex;
}

.footer-link-gradient-hover:hover {
  background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
}

.footer-link-gradient-hover.center {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-link-gradient-hover.black {
  background-color: var(--black);
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
  max-width: 1240px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.footer-column {
  width: 100%;
}

.footer-column.footer-column-short {
  width: 25%;
}

.footer-column.footer-column-short.footer-right-margin {
  margin-right: 60px;
}

.footer-column.footer-column-short.displaynone {
  display: none;
}

.footer-column.footer-column-short.footer-left-margin {
  width: 100%;
  margin-left: 60px;
}

.footer-paragraph-18px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 156%;
}

.footer-paragraph-18px.heading {
  letter-spacing: .16px;
  font-weight: 600;
}

.footer-paragraph-18px.heading.black {
  color: var(--black);
}

.footer-paragraph-18px.heading.displaynone {
  display: none;
}

.footer-link-18px {
  color: #ffffffbf;
  letter-spacing: -.16px;
  margin-bottom: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  line-height: 178%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.footer-link-18px:hover {
  color: var(--white);
  border: 1px #000;
}

.footer-link-18px.black {
  color: #0d0e10bf;
}

.footer-link-18px.black:hover {
  color: var(--gradient-2);
}

.gradient-button-wrap {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  transition: background-color .4s;
  display: flex;
  position: static;
  inset: 0%;
}

.gradient-button-wrap:hover {
  background-image: linear-gradient(to right, #b16cea 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  display: flex;
}

.h1-64px-heading {
  font-size: 64px;
  font-weight: 800;
  line-height: 105%;
}

.hero-paragraph-homepage-4 {
  margin-bottom: 48px;
}

.star-image {
  margin-right: 16px;
}

.image-contain-right {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.layer-blur {
  filter: blur(25px);
  background-color: #fffcfc;
  width: 100%;
  height: 140px;
  position: absolute;
  inset: auto 0% -12%;
}

.testimonial-wrap-home {
  z-index: 1;
  background-color: var(--white);
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 24px 94px #00000014;
}

.black-stars {
  margin-bottom: 14px;
}

.testimonial-text {
  color: var(--black);
  margin-bottom: 14px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.testimonial-name-home {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.testimonial-hero-contain {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-hero-contain.about {
  width: 100%;
  max-width: 1120px;
  margin-bottom: 0;
}

.trusted-by {
  font-size: 20px;
  line-height: 133%;
}

.logos-wrap {
  margin-left: 40px;
}

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

.logos-wrap.homepage-5 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.logo-home-4 {
  width: 100%;
  max-width: 120px;
  margin-right: 20px;
}

.logo-home-4.last {
  margin-right: 0;
}

.logo-home-4.about {
  opacity: .5;
  max-width: 132px;
}

.logo-home-4._3 {
  margin-right: 20px;
}

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

.solutions-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.solutions-left-wrapper {
  max-width: 420px;
}

.solutions-main-heading {
  margin-bottom: 15px;
}

.solutions-main-heading.white {
  color: var(--white);
}

.solutions-paragraph {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.solutions-paragraph.white {
  color: #ffffffe6;
}

.solutions-right-wrapper {
  width: 60%;
  max-width: 561px;
  margin-top: -80px;
}

.solutions-contain {
  color: var(--black);
  border-radius: 5px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
  padding: 10px 10px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.solution-number {
  color: #0d0e1066;
  letter-spacing: -.16px;
  margin-right: 32px;
  font-size: 22px;
  font-weight: 600;
  line-height: 136%;
}

.solution-number.white {
  color: #fff6;
}

.solution-text {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 129%;
  position: relative;
}

.solution-text:hover {
  background-image: none;
}

.solution-text.white {
  color: var(--white);
  background-color: #0000;
}

.solutions-arrow {
  background-color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: auto;
  display: flex;
  position: relative;
}

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

.solution-heading-wrap {
  width: 80%;
  position: static;
}

.solution-arrow-image {
  z-index: 1;
  position: relative;
}

.gradient-line {
  background-color: var(--black);
  border-radius: 5px;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.goals-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.goals-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.goals-main-heading {
  letter-spacing: -.32px;
  max-width: 510px;
  margin-bottom: 0;
  font-weight: 800;
}

.goals-main-paragraph {
  max-width: 367px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.goals-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.goals-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 370px;
  display: flex;
}

.connect-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 200px;
  display: flex;
}

.connect-main-heading {
  max-width: 428px;
  margin-bottom: 0;
}

.connect-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.connect-contain {
  color: var(--black);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.connect-contain:hover {
  background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
}

.connect-icon-wrap {
  background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.connect-heading {
  letter-spacing: -.32px;
  margin-top: 32px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 131%;
}

.connect-paragraph {
  color: #0d0e10cc;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.connect-white-div {
  background-color: var(--white);
  border-radius: 21px;
  display: none;
  position: absolute;
  inset: 0%;
}

.connect-icon {
  z-index: 1;
  position: relative;
}

.form-main-wrapper {
  background-color: var(--black);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  display: flex;
}

.form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.form-heading {
  color: var(--white);
  margin-bottom: 24px;
}

.form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 156%;
}

.form-paragraph.display-none {
  display: none;
}

.white-link {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
  transition: all .2s;
}

.white-link:hover {
  border-bottom-color: var(--gradient-4);
  color: var(--gradient-4);
}

.footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.footer-info-contain.last {
  margin-bottom: 0;
}

.footer-info-contain.last.display-none, .footer-info-contain.display-none {
  display: none;
}

.footer-headings-wrap {
  margin-left: 32px;
}

.info-heading {
  color: #fff6;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 500;
}

.footer-info {
  color: var(--white);
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.form-submit-button {
  background-color: #0000;
  background-image: url('../images/ArrowRight_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-submit-button:hover {
  background-color: #ff5e6933;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-submit-button.black {
  background-image: url('../images/ArrowRight.svg');
}

.email-form {
  border-bottom: 1px solid #fff3;
  padding-bottom: 19px;
  position: relative;
}

.email-form.black {
  border-bottom-color: #0d0e1033;
}

.form-text-field {
  color: var(--white);
  letter-spacing: -.16px;
  background-color: #0000;
  background-image: url('../images/EnvelopeSimple-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 20px;
  line-height: 150%;
}

.form-text-field::placeholder {
  color: #fff6;
  line-height: 150%;
}

.form-text-field.black {
  color: var(--black);
  background-image: url('../images/EnvelopeSimple_2.svg');
}

.form-text-field.black::placeholder {
  color: #0d0e1066;
}

.hero-wrapper-homepage-5 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 180px;
  display: flex;
}

._96px-heading {
  letter-spacing: -.32px;
  margin-bottom: 12px;
  font-size: 86px;
  line-height: 112%;
}

._96px-heading._1, ._96px-heading._2, ._96px-heading._3 {
  margin-bottom: 0;
}

.heading-part._1 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-part._2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-part._3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rectangle-call-button {
  border: 1px solid var(--black);
  color: var(--black);
  letter-spacing: -.32px;
  border-radius: 60px;
  align-items: center;
  margin-left: 40px;
  padding: 18px 42px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  overflow: visible;
}

.rectangle-call-button:hover {
  background-color: var(--white);
  filter: invert();
}

.rectangle-call-button.overview {
  background-color: var(--white);
  font-size: 22px;
  font-weight: 700;
  transition-property: filter;
}

.rectangle-call-button.overview:hover {
  background-color: var(--white);
  filter: invert();
}

.newsletter-left-contain {
  width: 45%;
  max-width: 500px;
}

.white-paragraph-22px {
  color: #fffc;
}

.white-form {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 530px;
  padding: 68px 40px 48px;
  display: flex;
}

.form-field-newsletter {
  background-image: url('../images/User.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  padding-left: 38px;
  font-size: 20px;
  line-height: 150%;
}

.form-field-newsletter::placeholder {
  color: #0d0e1066;
}

.form-field-newsletter.email {
  background-image: url('../images/EnvelopeSimple_2.svg');
  font-size: 20px;
}

.form-field-newsletter.email::placeholder {
  color: #0d0e1066;
}

.field-contain {
  border-bottom: 1px solid #0d0e101a;
  width: 100%;
  padding-bottom: 10px;
}

.field-contain._2 {
  margin-top: 44px;
}

.submit-newsletter {
  color: var(--gradient-1);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/Arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  height: 40px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 52px;
  font-size: 24px;
  font-weight: 600;
}

.social-links-train {
  margin-bottom: 200px;
  overflow: hidden;
}

.social-links-train.homepage-5 {
  margin-top: 120px;
  margin-bottom: 0;
}

.social-links-main-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-links-top-contain {
  border: 1px #000;
  border-bottom: 1px solid #0003;
  flex-direction: row;
  align-items: center;
  padding: 48px 220px;
  display: flex;
  position: relative;
}

.social-link-icon {
  margin-right: 24px;
}

.social-train-text {
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-weight: 600;
}

.social-links-bottom-contain {
  border: 1px #000;
  border-bottom: 1px solid #0003;
  flex-direction: row;
  align-items: center;
  padding: 48px 220px;
  display: flex;
  position: relative;
}

.contact-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 150px;
  display: flex;
}

.contact-right-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  max-width: 750px;
  display: flex;
}

.contact-heading {
  margin-bottom: 48px;
}

.contact-grey-heading {
  color: #0d0e10b3;
  font-weight: 500;
}

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

.services-hero-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 140px;
  display: flex;
}

.services-hero-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: -.32px;
  max-width: 650px;
  margin-bottom: 0;
  font-weight: 600;
}

.services-hero-heading.legend {
  max-width: 750px;
}

.services-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  display: flex;
}

.services-page-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 200px;
  display: flex;
}

.services-page-contain.reverse {
  flex-direction: row-reverse;
}

.services-left-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 450px;
  display: flex;
}

.services-icon {
  object-fit: contain;
  border-radius: 18px;
  margin-bottom: 32px;
}

.services-icon._1 {
  border-radius: 0;
  max-width: 50%;
  margin-bottom: 32px;
}

.services-icon._2 {
  border-radius: 0;
  max-width: 70%;
  margin-bottom: 32px;
}

.services-icon._3 {
  border-radius: 0;
  max-width: 50%;
  margin-bottom: 32px;
}

.services-icon._4 {
  border-radius: 0;
  max-width: 80%;
  margin-bottom: 32px;
}

.services-h2-heading {
  margin-bottom: 24px;
}

.services-paragraph {
  font-size: 18px;
  line-height: 156%;
}

.services-right-contain {
  width: 50%;
  max-width: 500px;
}

.services-image {
  object-fit: contain;
  border-radius: 16px;
}

.form-right-wrapper {
  width: 50%;
}

.send-message-form {
  background-color: var(--white);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.form-heading-28px {
  letter-spacing: -.75px;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
}

.borders-text-field {
  color: var(--black);
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.borders-text-field:focus {
  border-color: #0d0e1033;
}

.borders-text-field::placeholder {
  color: #0d0e1066;
}

.borders-text-field.message {
  margin-bottom: 32px;
}

.borders-text-field-dropdown {
  background-color: var(--white);
  color: #0d0e1066;
  letter-spacing: -.32px;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
  width: 105%;
}

.form-gradient-submit {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.form-gradient-submit.fixed-width {
  text-align: left;
  background-position: 75%, 0 0;
  border-radius: 70px;
  max-width: 210px;
  height: 60px;
  padding-left: 55px;
}

.form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.contact-page-wrap {
  width: 100%;
  max-width: 940px;
  margin: 100px auto 200px;
}

.contact-heading-64px {
  letter-spacing: -1px;
  max-width: 566px;
  margin-bottom: 80px;
  font-size: 64px;
  font-weight: 800;
  line-height: 100%;
}

.contact-flex-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.contact-left-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-text {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 117%;
}

.email-wrap {
  text-decoration: none;
  overflow: hidden;
}

.email-text {
  background-color: var(--white);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 600;
  line-height: 136%;
  text-decoration: none;
}

.email-gradient {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  width: 0%;
  height: 2px;
}

.contact-paragraph {
  color: #0d0e10cc;
  max-width: 321px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.contact-field-label {
  color: #0d0e1066;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.contact-field-label.budget {
  margin-top: 60px;
}

.checkbox {
  border: 1px #000;
  border-radius: 80px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox.w--redirected-checked {
  border: 2px none var(--gradient-1);
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea33 20%, #ff5e6933 60%, #ff8a5633 80%, #ffa84b33 90%);
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #ff5e691a;
}

.checkbox-field {
  border: 1px solid #0000001a;
  border-radius: 80px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 18px 32px;
  display: flex;
  position: relative;
}

.contact-page-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checkbox-label {
  letter-spacing: -.32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.checkbox-container {
  flex-wrap: wrap;
  margin-bottom: 60px;
  display: flex;
}

.fields-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.contact-form-field {
  color: var(--black);
  letter-spacing: -.16px;
  border: 1px solid #0d0e101a;
  border-radius: 78px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 32px;
  padding: 21px 30px;
  font-size: 18px;
  line-height: 156%;
}

.contact-form-field:active, .contact-form-field:focus {
  border-color: #0d0e1033;
}

.contact-form-field::placeholder {
  color: #0d0e1099;
}

.contact-form-field.no-margin {
  margin-right: 0;
}

.contact-form-field.message {
  border-radius: 24px;
  height: 160px;
  margin-right: 0;
}

.review-section {
  position: relative;
}

.reviews-main-wrapper {
  padding-top: 100px;
}

.reviews-main-wrapper.reviews-page-2 {
  padding-top: 200px;
}

.reviews-top-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-cards-wrapper {
  width: 100%;
  max-width: 968px;
  margin: 100px auto 40px;
  display: flex;
}

.reviews-cards-wrapper.reviews-page-2 {
  margin-top: 80px;
}

.review-cards-left-wrap {
  flex-direction: column;
  width: 50%;
  margin-bottom: 48px;
  display: flex;
}

.review-cards-right-wrap {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  margin-bottom: 48px;
  display: flex;
}

.reviews-hero-section {
  background-color: var(--black);
  padding-bottom: 140px;
  position: relative;
}

.review-hero-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.review-left-contain {
  width: 48%;
  max-width: 510px;
  margin-top: 80px;
}

.review-heading {
  color: var(--white);
  margin-bottom: 24px;
}

.review-paragraph {
  color: #ffffffe6;
  margin-bottom: 48px;
  font-size: 20px;
}

.review-top-contain {
  display: flex;
}

.review-divider {
  background-color: var(--white);
  opacity: .1;
  width: 1px;
  margin-left: 48px;
  margin-right: 48px;
}

.clients-container {
  color: #ffffffe6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 500;
  line-height: 127%;
  display: flex;
}

.clients-images-container {
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.client-image {
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.client-image.margin {
  margin-left: -15px;
}

.client-image-white {
  background-color: var(--white);
  color: var(--gradient-2);
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
  display: flex;
}

.review-right-container {
  width: 50%;
}

.about-hero-section {
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.about-hero-heading {
  color: var(--white);
  text-align: center;
  max-width: 1020px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  font-size: 90px;
  font-weight: 700;
  line-height: 111%;
}

.about-hero-wrapper {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 520px;
  display: flex;
  position: relative;
}

.about-hero-wrapper.about-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.about-image-contain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: -520px auto 200px;
  display: flex;
  position: relative;
}

.about-image-bottom-left {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  position: absolute;
  inset: auto auto 5% -10%;
}

.about-image-center-right {
  z-index: 1;
  width: 24%;
  max-width: 280px;
  position: absolute;
  inset: 20% -2% auto auto;
}

.about-image-middle-bottom {
  z-index: 1;
  width: 40%;
  max-width: 520px;
  position: relative;
}

.about-me-middle-top {
  z-index: 2;
  width: 25%;
  max-width: 330px;
  position: absolute;
  inset: auto auto 0% 51%;
}

.about-line {
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: auto 5% 15% auto;
}

.about-line-2 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  inset: auto auto 10% 15%;
}

.work-heading {
  max-width: 408px;
  margin-bottom: 24px;
  line-height: 110%;
}

.together-grid {
  grid-column-gap: 155px;
  grid-row-gap: 80px;
  width: 50%;
  max-width: 513px;
}

.about-images-contain {
  justify-content: center;
  align-items: flex-start;
  height: 730px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.create-images {
  width: 100%;
  max-width: 400px;
  position: relative;
}

.create-images._2 {
  z-index: auto;
  margin-top: 100px;
  position: absolute;
  inset: 0% auto auto -4%;
}

.create-images._3 {
  margin-top: 100px;
  position: absolute;
  inset: 0% -4% auto auto;
}

.clients-black-section {
  padding-bottom: 200px;
}

.clients-black-section.black {
  background-color: var(--black);
  margin-bottom: 20px;
  padding-bottom: 0;
}

.clients-black-section.about-page-1 {
  padding-bottom: 0;
}

.clients-wrapper {
  background-color: var(--black);
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.clients-wrapper._2 {
  align-items: flex-start;
  padding-top: 130px;
  padding-bottom: 130px;
}

.clients-heading {
  color: var(--white);
  text-align: center;
  max-width: 650px;
  margin-bottom: 60px;
  font-weight: 600;
}

.client-logos-contain {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 855px;
  display: flex;
}

.about-client-logos {
  object-fit: contain;
}

.client-logo-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 178px;
  height: 100px;
  margin-bottom: 32px;
  margin-right: 47px;
  display: flex;
}

.client-logo-container.last {
  margin-right: 0;
}

.client-text {
  color: var(--white);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff12, #fff0 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 300px;
  font-weight: 600;
  line-height: 320px;
  display: block;
  position: absolute;
  inset: 3% 0% auto;
}

.client-text._2 {
  display: block;
  top: 10%;
}

.footer-top-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 324px;
  display: flex;
}

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

.footer-top-right.footer-top-right-short {
  justify-content: flex-start;
  display: flex;
}

.footer-top-right.footer-top-right-short.main {
  width: 25%;
}

.subscribe-text {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}

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

.subscribe-form-block {
  margin-bottom: 0;
}

.cta-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 805px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.about-hero-image {
  border-top-right-radius: 20px;
  width: 100%;
}

.about-hero-heading-2 {
  color: var(--white);
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.creative-text-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 200px;
  display: flex;
}

.creative-text-wrapper.about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.creative-heading-64px {
  letter-spacing: -.16px;
  width: 45%;
  max-width: 500px;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 800;
  line-height: 119%;
}

.creative-paragraph {
  color: var(--black);
  letter-spacing: -.32px;
  width: 100%;
  max-width: 570px;
}

.power-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 200px;
  display: flex;
}

.power-heading {
  text-align: center;
  max-width: 1140px;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 111%;
}

.power-image {
  z-index: -1;
  margin-top: -70px;
  margin-bottom: 40px;
  position: static;
  top: -70px;
}

.power-text {
  color: var(--black);
  text-align: center;
  letter-spacing: -.32px;
  max-width: 600px;
  margin-bottom: 0;
}

.client-text-top {
  color: var(--white);
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 600;
  line-height: 131%;
}

.client-bottom-text {
  z-index: 2;
  color: var(--white);
  font-size: 48px;
  line-height: 167%;
  position: relative;
}

.client-hover {
  color: var(--white);
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.client-hover:hover {
  color: var(--gradient-1);
}

.client-hover._2 {
  transition-duration: .2s;
  display: inline-block;
}

.client-hover._2:hover {
  color: var(--gradient-2);
}

.client-hover._3 {
  transition-duration: .2s;
  display: inline-block;
}

.client-hover._3:hover {
  color: var(--gradient-3);
}

.client-hover._4 {
  transition-duration: .2s;
  display: inline-block;
}

.client-hover._4:hover {
  color: var(--gradient-4);
}

.about-left-info-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

._28px-text {
  color: #0d0e10b3;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 28px;
}

.about-right-info-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.create-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.create-heading-wrapper {
  align-items: center;
  max-width: 1000px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.create-heading-48px {
  letter-spacing: -.16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.create-small-text {
  color: #0d0e10b3;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  display: inline-block;
}

.create-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 1140px;
}

.trusted-section {
  margin-bottom: 200px;
}

.trusted-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trusted-heading {
  margin-bottom: 70px;
}

.trusted-logos-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.trusted-logo {
  opacity: .8;
  object-fit: contain;
}

.trusted-logo-contain {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 178px;
  height: 100px;
  display: flex;
}

.websites-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.websites-heading {
  text-align: center;
  max-width: 1000px;
  margin-bottom: 80px;
}

.websites-heading.small {
  max-width: 700px;
}

.websites-image {
  border-radius: 16px;
  width: 100%;
  max-width: 1040px;
}

.lightbox-link {
  margin-bottom: 60px;
  text-decoration: none;
  position: relative;
}

.create-text {
  color: var(--black);
  text-align: center;
  max-width: 750px;
  margin-bottom: 120px;
}

.blog-hero-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 200px;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-heading-64px {
  text-align: center;
  max-width: 754px;
  margin-bottom: 100px;
  font-size: 64px;
}

.hero-blogs-wrapper {
  display: flex;
}

.hero-blogs-wrapper.category {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.blog-contain {
  color: var(--black);
  max-width: 680px;
  text-decoration: none;
}

.blog-contain._354px {
  max-width: 354px;
}

.blog-contain._500px {
  opacity: 1;
  border-radius: 16px;
  max-width: 500px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.blog-contain._354px-padding {
  border-radius: 16px;
  max-width: 354px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.blog-contain.horizontal {
  border-radius: 16px;
  max-width: 1140px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-image-contain {
  border-radius: 16px;
  width: 100%;
  max-width: 680px;
  height: 360px;
  margin-bottom: 32px;
}

.blog-image-contain._354px {
  max-width: 354px;
  height: 240px;
  overflow: hidden;
}

.blog-image-contain._354px.blog-page-1 {
  overflow: visible;
}

.blog-image-contain.page-2 {
  max-width: 486px;
  height: 280px;
  overflow: hidden;
}

.blog-image-contain._306px {
  max-width: 306px;
  height: 240px;
  overflow: hidden;
}

.blog-image-contain._496px {
  max-width: 496px;
  height: 280px;
  margin-bottom: 0;
  overflow: hidden;
}

.blog-thumbnail-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 680px;
  height: 360px;
}

.blog-thumbnail-image._354px {
  object-fit: cover;
  max-width: 354px;
  height: 240px;
}

.blog-thumbnail-image.page-2 {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.blog-thumbnail-image._496px {
  object-fit: cover;
  max-width: 496px;
  height: 280px;
}

.categories-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.categories-wrapper.page-3 {
  margin-bottom: 16px;
}

.categories-wrapper.template {
  margin-bottom: 32px;
}

.main-category {
  color: var(--white);
  letter-spacing: -.16px;
  border-radius: 40px;
  flex: none;
  margin-bottom: 10px;
  margin-right: 16px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
}

.second-category {
  letter-spacing: -.16px;
  background-color: #0d0e100f;
  border-radius: 40px;
  flex: none;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
}

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

.blog-title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 131%;
}

.blog-title.page-2 {
  margin-bottom: 20px;
}

.blog-title.page-3 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 142%;
}

.blog-description {
  margin-bottom: 0;
}

.blog-collection-page-1 {
  justify-content: center;
  display: flex;
}

.collection-list-blog {
  flex: none;
  display: flex;
}

.collection-item-blogs {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.collection-item-blogs.page-2 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 200px;
  display: flex;
}

.blog-heading-2 {
  margin-bottom: 60px;
}

.blog-tabs-page-1 {
  width: 100%;
}

.tabs-menu-page-1 {
  justify-content: center;
  margin-bottom: 80px;
  display: flex;
}

.blog-tab-link {
  background-color: #0d0e100f;
  border-radius: 50px;
  margin-right: 22px;
  padding: 12px 24px;
  font-weight: 600;
}

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

.tabs-content {
  overflow: visible;
}

.collection-list-blogs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-item-blog-2 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-colection-page-2 {
  justify-content: center;
  display: flex;
}

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

.dot-blog {
  margin-right: 4px;
  line-height: 150%;
}

.blog-author-name {
  align-items: center;
  display: flex;
}

.tabs-menu-page-2 {
  background-color: #f4f5f5;
  border-radius: 90px;
  justify-content: center;
  max-width: 740px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.collection-list-wrapper-blog-2 {
  display: flex;
}

.blog-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.collection-list-wrapper-featured {
  margin-bottom: 70px;
}

.blog-hero-wrapper-black {
  background-color: var(--black);
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.blog-heading-white {
  color: var(--white);
  text-align: center;
  max-width: 900px;
  margin: 120px auto 0;
  padding-bottom: 0;
  font-size: 64px;
  line-height: 110%;
}

.blog-wrapper-page-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 200px;
  display: flex;
}

.blog-tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.tabs-menu-right {
  background-color: var(--black);
  border-radius: 40px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 16px 10px 16px 20px;
}

.tab-links-page-3 {
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 20px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 8px 24px;
  line-height: 150%;
}

.tab-links-page-3.w--current {
  background-color: var(--white);
  color: var(--black);
  font-weight: 600;
}

.tabs-content-page-3 {
  display: flex;
}

.main-category-texts {
  text-transform: uppercase;
  font-weight: 600;
}

.collection-list-wrapper-4 {
  display: flex;
}

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

.blog-summary {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.blog-template-hero {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.template-hero-image {
  object-fit: cover;
  width: 100%;
  max-width: 1700px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.blog-top-info {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: -220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.blog-hero-heading {
  text-align: center;
  max-width: 609px;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 600;
}

.blog-description-template {
  text-align: center;
  max-width: 650px;
  margin-bottom: 32px;
}

.blog-date {
  color: #0d0e10e6;
  margin-right: 4px;
  font-size: 22px;
  line-height: 155%;
}

.read-time {
  color: #0d0e10e6;
  margin-right: 0;
  font-size: 22px;
  line-height: 155%;
}

.blog-dot {
  margin-left: 6px;
  margin-right: 10px;
  line-height: 150%;
}

.blog-content-contain {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1040px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.share-icons-wrapper {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 10%;
  display: flex;
  position: sticky;
  top: 60px;
}

.blog-rich-text {
  width: 80%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.share-text {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 131%;
}

.share-icon {
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  padding: 10px;
  transition: background-color .3s;
  display: flex;
}

.share-icon:hover {
  background-color: #ff5e6933;
  background-image: linear-gradient(150deg, #b16cea33 20%, #ff5e6933 60%, #ff8a5633 80%, #ffa84b33 90%);
}

.blog-rich-text-block blockquote {
  border-left-width: 2px;
  border-left-color: var(--gradient-2);
  margin-left: 28px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 22px;
  line-height: 155%;
}

.blog-rich-text-block ul, .blog-rich-text-block ol {
  color: #0d0e10e6;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 155%;
}

.author-block {
  width: 90%;
  max-width: 1140px;
  margin-bottom: 140px;
  padding-top: 0;
}

.author-block.template {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.author-top-block {
  flex-direction: column;
  align-items: center;
  max-width: 524px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.author-image {
  border-radius: 500px;
  width: 100%;
  max-width: 200px;
  margin-bottom: 30px;
}

.about-author {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 131%;
}

.author-description {
  color: #0d0e10cc;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.similar-blogs-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2-blogs {
  margin-bottom: 80px;
}

.test-images.minus {
  margin-left: -20px;
}

.projects-page-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.project-heading-64px {
  text-align: center;
  max-width: 514px;
  margin-bottom: 48px;
  font-size: 64px;
}

.project-tab-links {
  background-color: var(--white);
  border: 1px solid #0d0e101a;
  border-radius: 40px;
  margin-right: 16px;
  padding: 19px 36px 20px;
  font-weight: 700;
}

.project-tab-links.w--current {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.project-tab-links.last {
  margin-right: 0;
}

.tabs-menu {
  max-width: 674px;
  margin-bottom: 100px;
}

.tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-content-projects {
  width: 100%;
}

.project-wrap {
  color: var(--black);
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
}

.project-image-wrap {
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 580px;
  margin-bottom: 32px;
  display: flex;
}

.project-name-wrap {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.project-name-bold {
  letter-spacing: -.16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 142%;
}

.project-name-regular {
  letter-spacing: -.16px;
  font-size: 24px;
  line-height: 142%;
}

.project-description {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.project-description._22px {
  color: #0d0e10e6;
  margin-bottom: 48px;
  font-size: 22px;
  line-height: 155%;
}

.empty-state {
  color: var(--black);
  text-align: center;
  background-color: #ff5e6933;
  border-radius: 10px;
  width: 100%;
  font-weight: 600;
}

.project-section-template {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.project-top-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.project-info-left {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 490px;
  margin-top: 70px;
  margin-bottom: 170px;
  display: flex;
}

.project-heading-regular {
  margin-bottom: 24px;
  font-weight: 600;
}

.projects-image-contain {
  border-radius: 20px;
  width: 50%;
  position: absolute;
  inset: auto -10% auto auto;
  box-shadow: 0 4px 94px #0000000d;
}

.project-rich-text-contain {
  width: 100%;
  max-width: 840px;
  margin: 120px auto 200px;
}

.project-rich-text blockquote {
  border-left-width: 2px;
  border-left-color: var(--gradient-3);
  color: #0d0e10e6;
  margin-bottom: 32px;
  margin-left: 28px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 22px;
  font-style: italic;
  line-height: 155%;
}

.project-rich-text ul {
  margin-bottom: 16px;
  margin-left: 28px;
}

.project-rich-text li {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 155%;
}

.project-rich-text ol {
  margin-bottom: 16px;
  margin-left: 28px;
}

.more-projects-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.more-projects-wrapper.products {
  margin-bottom: 0;
}

.more-projects-wrapper.projects {
  margin-bottom: 150px;
}

.shop-hero-section {
  position: relative;
  overflow: visible;
}

.shop-hero-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.shop-heading {
  text-align: center;
  max-width: 754px;
  margin-bottom: 100px;
}

.shop-heading.display-none {
  display: none;
}

.shop-collection-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.shop-collection-wrap.top-margin {
  margin-top: 100px;
}

.product-wrap {
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.collection-list-wrapper-shop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.product-info-text {
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 0;
  display: block;
}

.product-info-text.template {
  padding-top: 0;
  padding-left: 0;
}

.product-name {
  letter-spacing: -.16px;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 700;
  line-height: 136%;
}

.product-description {
  font-weight: 500;
  line-height: 150%;
}

.price-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.product-price {
  font-size: 32px;
  font-weight: 800;
  line-height: 130%;
}

.coupon-text {
  color: var(--white);
  background-image: url('../images/Indicator_1Indicator.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-start;
  width: 96px;
  height: 24px;
  margin-left: 12px;
  padding-top: 2px;
  padding-bottom: 0;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.product-thumbnail-contain {
  margin-top: 20px;
}

.collection-list-shop {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.collection-item-projects {
  display: flex;
}

.collection-item-projects._3-column {
  width: 32%;
}

.product-section {
  position: relative;
}

.product-hero-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.product-images-wrap {
  flex-direction: column;
  width: 60%;
  display: flex;
}

.collection-list-wrapper-botom-images {
  flex-direction: row;
  justify-content: flex-end;
  display: block;
}

.collection-item-6 {
  margin-right: 2%;
}

.collection-list-wrapper-main-image {
  width: 100%;
  max-width: 600px;
  margin-right: 2%;
}

.collection-item-7 {
  max-width: 100%;
  height: 400px;
}

.main-image-link {
  object-fit: cover;
  justify-content: center;
  align-items: stretch;
  max-width: 600px;
  height: 400px;
  margin-bottom: 0;
  display: flex;
}

.collection-list-6 {
  width: 100%;
}

.collection-list-7 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
  display: flex;
}

.product-info-wrap {
  width: 35%;
}

.product-divider {
  background-color: #0d0e1026;
  width: 100%;
  height: 1.5px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.project-summary {
  color: #0d0e10cc;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 156%;
}

.product-bottom-wrapper {
  margin-bottom: 80px;
}

.product-info-contain {
  margin-bottom: 8px;
  display: flex;
}

.bold-info {
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.regular-info {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.default-state {
  margin-bottom: 0;
}

.collection-list-wrapper-shop-temp {
  align-items: stretch;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.contact-links {
  color: var(--gradient-1);
  letter-spacing: -.16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 20px 24px 10px;
  font-size: 40px;
  font-weight: 800;
  line-height: 117%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-links.display-none {
  display: none;
}

.contact-icon {
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
}

.heading-wrapper-project {
  margin-bottom: 20px;
  display: block;
}

.project-name-home {
  color: var(--white);
  margin-bottom: 0;
  font-size: 24px;
  line-height: 142%;
  display: inline;
}

.project-name-home.bold {
  margin-right: 5px;
  font-weight: 700;
  display: inline;
}

.nav-dropdown {
  border-bottom: 1px solid #0000;
  align-items: center;
  margin-right: 0;
  padding: 20px 0 12px;
  font-size: 18px;
  line-height: 130%;
  display: flex;
}

.nav-dropdown.w--open {
  border-bottom: 1px solid #000;
}

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

.dropdown-arrow {
  margin: auto 0 auto 5px;
  position: static;
}

.blog-background {
  z-index: -1;
  opacity: .1;
  position: absolute;
  inset: 0%;
}

.blog-right-wrapper {
  width: 28%;
  margin-left: 2%;
  padding-top: 110px;
}

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

.utility-page-wrap.password {
  font-family: Plusjakartasans, sans-serif;
  display: block;
}

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

.utility-page-content.password {
  width: 454px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-content._404 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1100px;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.blog-search {
  background-color: var(--black);
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 32px;
}

.heading-22px {
  color: var(--white);
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  line-height: 145%;
}

.search-input {
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/MagnifyingGlass.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff3;
  border-radius: 48px;
  height: 56px;
  margin-bottom: 0;
  padding-bottom: 9px;
  padding-left: 55px;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}

.search-input:focus {
  border-color: #fff6;
}

.search-input::placeholder {
  color: #fff9;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/Arrow---Right-6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 56px;
  height: 56px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.search-contain {
  position: relative;
}

.social-media-wrapper {
  background-color: var(--black);
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 32px 32px 20px;
}

.social-link-big {
  background-color: #ffffff1a;
  border-radius: 24px;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  background-color: var(--white);
  border-radius: 100px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-text {
  color: var(--white);
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.subscribe-wrap {
  background-color: var(--black);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 32px 32px 20px;
}

.form-field-subscribe {
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/EnvelopeSimple.svg');
  background-position: 23px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff3;
  border-radius: 48px;
  height: 56px;
  padding-left: 55px;
  font-size: 16px;
}

.form-field-subscribe:focus {
  border-color: #fff6;
}

.form-field-subscribe::placeholder {
  color: #fff9;
}

.subscribe-button {
  text-align: center;
  background-color: #186fe1;
  border-radius: 40px;
  width: 100%;
  height: 56px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-weight: 600;
  display: inline-block;
}

.slide-nav {
  display: none;
}

.testimonial-slide-wrap {
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-big-text {
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 48px;
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
  line-height: 128%;
}

.testimonial-big-text.left {
  color: var(--white);
  text-align: left;
  font-size: 30px;
  line-height: 133%;
}

.testimonial-big-text.left-black {
  color: var(--black);
  text-align: left;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 133%;
}

.testimonial-bottom-wrap {
  display: flex;
}

.testimonial-bottom-wrap.apart {
  justify-content: space-between;
}

.testimonial-bottom-wrap.top-left {
  align-items: flex-start;
}

.testimonial-image-80px {
  border-radius: 100px;
  width: 100%;
  max-width: 80px;
  height: 80px;
}

.testimonial-names-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
}

.testimonial-names-wrap.no-margin {
  margin-left: 0;
}

.testimonial-name-24px {
  letter-spacing: -.32px;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}

.testimonial-name-24px.white {
  color: var(--white);
}

.testimonial-position-20px {
  color: #0d0e10cc;
  letter-spacing: -.32px;
  font-size: 20px;
  line-height: 130%;
}

.testimonial-position-20px.white {
  color: #fffc;
}

.testimonial-arrow {
  background-color: var(--white);
  border: 1px solid #0d0e1033;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: filter .2s;
  display: flex;
}

.testimonial-arrow:hover {
  filter: invert();
}

.arrow {
  object-fit: contain;
}

.arrow.right {
  transform: rotate(180deg);
}

.circle-background.left-home {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -50% auto auto -40%;
}

.circle-background.right-home {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -38% -50% auto auto;
}

.circle-background.left {
  z-index: -1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -51% auto auto -13%;
}

.circle-background.left.projects {
  z-index: -1;
  top: -15%;
  left: -38%;
}

.circle-background.left.project-details {
  top: -58%;
  left: -37%;
}

.circle-background.left.reviews {
  z-index: -1;
  top: -26%;
  left: -38%;
}

.circle-background.left.reviews-2 {
  z-index: 1;
  top: -26%;
  left: -32%;
}

.circle-background.left.blog-page-1, .circle-background.left.blog-2, .circle-background.left.shop {
  left: -38%;
}

.circle-background.right {
  z-index: -1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -42% -40% auto auto;
}

.circle-background.right.projects {
  top: -14%;
  right: -48%;
}

.circle-background.right.reviews {
  top: -27%;
  right: -48%;
}

.circle-background.right.reviews-2 {
  z-index: 1;
}

.circle-background.right.about-right {
  z-index: 1;
  top: -38%;
}

.circle-background.right.blog-page-1 {
  top: -30%;
  right: -47%;
}

.circle-background.right.blog-2 {
  top: -38%;
  right: -46%;
}

.circle-background.right.shop {
  top: -29%;
}

.circle-background.review {
  z-index: auto;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -14% -50% auto auto;
}

.circle-background.course {
  z-index: -1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -21% -40% auto auto;
}

.circle-background.course-left {
  z-index: -1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -32% auto auto -40%;
}

.circle-background.about-1, .circle-background.left-course {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -50% auto auto -40%;
}

.circle-background.course-right {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -38% -50% auto auto;
}

.circle-background.blog-3-left {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -50% auto auto -40%;
}

.circle-background.blog-3-right {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -38% -50% auto auto;
}

.projects-contain {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  display: grid;
}

.project-wrapper-horizontal {
  color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.project-left-contain {
  width: 40%;
  max-width: 420px;
}

.project-heading-40px {
  margin-bottom: 24px;
}

.project-description-20px {
  color: #0d0e10e6;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 150%;
}

.company-logo {
  width: 100%;
  max-width: 160px;
}

.project-divider {
  background-color: #0d0e101a;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 32px;
}

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

.project-category {
  letter-spacing: -.16px;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 40px;
  flex: none;
  margin-right: 16px;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 600;
}

.project-image-50 {
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 640px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.project-image-60 {
  border-radius: 12px;
}

.testimonial-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.testimonial-wrapper.black {
  padding-top: 150px;
  padding-bottom: 150px;
}

.testimonial-wrapper.white {
  padding-top: 180px;
  padding-bottom: 180px;
}

.testimonial-haeding-48px {
  margin-bottom: 80px;
}

.testimonial-tabs {
  flex-direction: row-reverse;
  width: 90%;
  max-width: 1040px;
  display: flex;
}

.tabs-menu-testimonial {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100px;
  display: flex;
}

.tabs-content-testimonial {
  width: 100%;
}

.testimonial-tab-wrapper {
  width: 100%;
  max-width: 705px;
}

.testimonial-text-32px {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 144%;
}

.testimonial-names {
  letter-spacing: -.16px;
  font-size: 24px;
  line-height: 140%;
}

.image-tab-link {
  border: 1.5px solid var(--white);
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px;
  display: flex;
}

.image-tab-link.w--current {
  border-color: var(--gradient-2);
  background-color: var(--white);
}

.awards-wrapper {
  align-items: center;
  width: auto;
  max-width: none;
  padding-top: 0;
  padding-bottom: 200px;
}

.awards-wrapper.template {
  padding-top: 100px;
}

.awards-images-contain {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.awards-images-contain.template {
  justify-content: center;
}

.award-contain {
  align-items: flex-start;
  display: flex;
}

.award-middle-wrapper {
  flex: none;
}

.awards-item {
  flex: none;
  width: 100%;
  max-width: 265px;
  padding-left: 16px;
  padding-right: 16px;
}

.collection-list-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-testimonial-wrap {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 110px;
  display: flex;
}

.main-testimonial-image {
  position: relative;
  left: 80px;
}

.testimonial-black-image {
  background-color: var(--black);
  border-radius: 500px;
  width: 100%;
  max-width: 380px;
}

.testimonial-right-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 517px;
  height: 100%;
  display: flex;
}

.testimonial-text-20px {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.testimonial-black-bottom {
  margin-top: 160px;
}

.testimonial-italic-text {
  margin-bottom: 8px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.testimonial-black-name {
  line-height: 175%;
}

.project-vary-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  margin-bottom: 100px;
}

.project-vary-wrap.right {
  margin-top: 140px;
}

.project-vary-wrap.left {
  margin-top: -105px;
}

.watch-lightbox {
  color: var(--black);
  text-decoration: none;
  display: inline-block;
  position: absolute;
  inset: auto 41% 0% auto;
}

.create-line-1 {
  position: absolute;
  inset: -13% auto auto 25%;
}

.create-line-2 {
  position: absolute;
  inset: auto 0% -5% auto;
}

.footer-cf-link {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.footer-cf-link:hover {
  color: #ff5e69;
  border: 1px #000;
  text-decoration: none;
}

.footer-cf-link.black {
  color: var(--black);
}

.footer-cf-link.black:hover {
  color: var(--gradient-3);
}

.footer-cf-link.displaynone {
  display: none;
}

.projects-top-contain {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.project-slider-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.mask {
  max-width: 510px;
  overflow: visible;
}

.project-slider {
  background-color: #0000;
  height: auto;
  position: static;
}

.project-slide {
  max-width: 510px;
  margin-right: 48px;
}

.project-slide-wrap {
  color: var(--black);
  width: 100%;
  max-width: 510px;
  text-decoration: none;
}

.slide-nav-2 {
  display: none;
}

.slider-image-contain {
  background-image: url('../images/Bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  height: 450px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.project-slide-image {
  width: 60%;
  max-width: none;
}

.slider-arrow {
  background-color: var(--white);
  background-image: none;
  border: 1px solid #0000001a;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: flex;
  inset: -22% 28% auto auto;
}

.slider-arrow:hover {
  filter: invert();
  background-image: none;
}

.slider-arrow.right {
  background-image: none;
  transition: all .2s;
  inset: -22% 22% auto auto;
}

.slider-arrow.right:hover {
  filter: invert();
  background-image: none;
}

.goals-points-contain {
  align-items: flex-start;
  display: flex;
}

.goals-icon-wrap {
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.goal-headings-wrap {
  margin-left: 32px;
}

.goal-icon {
  margin-bottom: 15px;
}

.goal-point-heading {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}

.goal-paragraph {
  color: #0d0e10cc;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.goals-image {
  width: 60%;
  height: 100%;
  position: relative;
}

.goal-image {
  border-radius: 16px;
  position: relative;
}

.goal-floating-image {
  border-radius: 16px;
  width: 70%;
  max-width: 435px;
  position: absolute;
  inset: -10% 0% auto 16%;
  box-shadow: 0 24px 94px #00000014;
}

.testimonial-slider-black {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav-3 {
  display: none;
}

.testimonial-slide-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.testimonial-slide-wrapper.reverse {
  flex-direction: row-reverse;
}

.left-arrow-testimonial {
  background-color: var(--white);
  background-image: url('../images/Left-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 38px;
  height: 40px;
  transition: background-color .2s;
  display: block;
  inset: auto auto 0% 50%;
}

.left-arrow-testimonial:hover {
  background-color: #deb6ff;
}

.right-arrow-testimonial {
  background-color: var(--white);
  background-image: url('../images/Vector_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 38px;
  height: 40px;
  transition: background-color .2s;
  display: block;
  inset: auto auto 0% 53%;
}

.right-arrow-testimonial:hover {
  background-color: #deb6ff;
}

.testimonial-light-box {
  z-index: 1;
  color: var(--black);
  border-radius: 16px;
  max-width: 460px;
  margin-right: 5%;
  position: relative;
}

.testimonial-light-box.right {
  margin-left: 5%;
  margin-right: 0%;
}

.blur-div {
  z-index: 2;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: #ffffff1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-text-container {
  width: 50%;
  padding-top: 20px;
}

.testimonial-text-container.black {
  padding-top: 0;
}

.testimonial-logo {
  width: 100%;
  max-width: 162px;
  margin-bottom: 48px;
}

.course-section {
  position: relative;
}

.course-section.new {
  display: none;
}

.course-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
}

.course-contain {
  color: var(--black);
  max-width: 545px;
  text-decoration: none;
}

.course-image-wrap {
  border-radius: 16px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.course-image-wrap.bottom {
  max-width: 545px;
}

.course-thumbnail {
  border-radius: 16px;
}

.software-images-contain {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  max-width: 114px;
  height: 60px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 14px 18px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 6px 48px #00000029;
}

.software-image-1 {
  margin-right: 10px;
}

.course-top-wrap {
  margin-bottom: 20px;
}

.course-text-24px {
  letter-spacing: -.16px;
  font-size: 24px;
  line-height: 150%;
  display: inline-block;
}

.course-text-24px.para {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.course-name {
  height: 95px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 31px;
  overflow: hidden;
}

.course-bottom-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.course-bottom-wrapper.legend-wrap {
  justify-content: center;
}

.gradient-price-box {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 194px;
  height: 48px;
  padding: 24px 10px;
  display: flex;
}

.course-price {
  color: var(--white);
  letter-spacing: -.16px;
  margin-right: 9px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.original-price {
  opacity: .4;
  color: var(--white);
  letter-spacing: -.16px;
  margin-right: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: line-through;
}

.save-up-wrap {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.price-arrow {
  margin-top: -35px;
  margin-right: 10px;
}

.save-upto-text {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.collection-list-wrapper-courses {
  width: 100%;
}

.collection-list-wrapper-courses.temp {
  margin-top: 80px;
}

.course-hero-wrapper {
  width: 95%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-top-wraper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
  display: flex;
}

.hero-top-wraper.displaynone {
  display: none;
}

.course-top-left {
  display: flex;
}

.subtitle-text {
  color: var(--white);
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 156%;
}

.cc-image {
  margin-left: 3px;
  margin-right: 3px;
}

.course-top-right {
  display: flex;
}

.clock-image {
  margin-left: 0;
  margin-right: 12px;
}

.course-middle-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.course-middle-wrap.remove-bottom-margin {
  max-width: 800px;
  margin-bottom: 40px;
}

.course-name-heading {
  color: var(--white);
  letter-spacing: -.16px;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 167%;
}

.course-name-heading.legends-title {
  text-align: center;
  font-size: 56px;
  line-height: 60px;
}

.course-description {
  color: #ffffffe6;
  text-align: center;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 170%;
}

.course-hero-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.course-hero-bottom.displaynone {
  display: none;
}

.trailer-button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 60px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.trailer-button:hover {
  background-image: linear-gradient(to right, #b16cea1a 20%, #ff5e691a 60%, #ff8a561a 80%, #ffa84b1a 90%);
}

.play-button {
  margin-right: 12px;
}

.button-text-white {
  font-size: 22px;
  font-weight: 500;
  line-height: 136%;
}

.trailer-link {
  text-decoration: none;
}

.special-offer-text {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 22px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.price-contain {
  align-items: center;
  display: flex;
}

.price-text-gradient {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.cut-text {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  opacity: .45;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
  text-decoration: line-through;
}

.cut-text.black {
  opacity: 1;
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.course-info-wrapper {
  max-width: 850px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
}

.course-rich-text {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.course-rich-text blockquote {
  border-left-width: 2px;
  border-left-color: var(--gradient-3);
  margin-left: 28px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 22px;
  font-style: italic;
  line-height: 155%;
}

.course-rich-text ul {
  margin-bottom: 16px;
  margin-left: 28px;
  font-size: 22px;
  line-height: 155%;
}

.course-rich-text ol {
  margin-left: 28px;
  font-size: 22px;
  line-height: 155%;
}

.course-rich-text.legend-rich {
  margin-top: 100px;
}

.course-details-wrap {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.course-details-wrap.related {
  margin-top: 100px;
  margin-bottom: 0;
}

.course-wrap {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.collection-list-wrapper-course {
  width: 100%;
  margin-top: 60px;
}

.course-wrap-left {
  width: 50%;
  max-width: 545px;
}

.course-wrap-right {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.price-wrap {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.percent-text {
  margin-left: 10px;
}

.course-list {
  margin-top: 60px;
}

.course-list ul {
  font-size: 18px;
  font-weight: 600;
}

.course-list li {
  font-size: 22px;
  line-height: 155%;
}

.design-resources-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
  position: relative;
}

.design-resources-wrapper.blue {
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 112px;
  display: flex;
}

.design-resources-wrapper.center {
  flex-direction: column;
  align-items: center;
  padding-bottom: 180px;
  display: flex;
}

.tabs-menu-dr {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.design-resources-tab {
  margin-top: -50px;
}

.dr-tab-link {
  letter-spacing: -.16px;
  background-color: #0d0e100f;
  border-radius: 40px;
  margin-right: 20px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

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

.dr-tab-link.last {
  margin-right: 0;
}

.dr-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.dr-tab-link-rectangle {
  letter-spacing: -.16px;
  background-color: #0000;
  border-radius: 10px;
  margin-right: 40px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.dr-tab-link-rectangle.w--current {
  background-color: var(--black);
  color: var(--white);
}

.dr-tab-link-rectangle.last {
  margin-right: 0;
}

.tabs-menu-dr2 {
  margin-bottom: 60px;
}

.dr-paragraph {
  text-align: center;
  max-width: 530px;
  margin-top: 24px;
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 150%;
}

.past-work-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
}

.past-work-links-contain {
  margin-top: 100px;
}

.past-work-link {
  color: var(--black);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 70px;
  padding: 10px 10px 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pw-text {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 112%;
  position: relative;
}

.pw-text:hover {
  background-image: none;
}

.pw-paragraph {
  max-width: 295px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.pw-heading-wrap {
  width: 80%;
  display: flex;
  position: static;
}

.pw-arrow {
  margin-left: 30px;
}

.black-quote {
  margin-bottom: 25px;
}

.black-line {
  background-color: var(--black);
  width: 22px;
  height: 2px;
  margin-top: 20px;
  margin-right: 12px;
}

.black-gradient-div {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#0d0e1000, #0d0e1066);
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-left-arrow {
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 30px;
  height: 30px;
  transition: all .2s;
  display: block;
  inset: auto auto 0% 0%;
}

.testimonial-left-arrow:hover {
  transform: translate(-5px);
}

.testimonial-right-arrow {
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 30px;
  height: 30px;
  transition: all .2s;
  display: block;
  inset: auto auto 0% 5%;
}

.testimonial-right-arrow:hover {
  transform: translate(5px);
}

.test-logo {
  margin-bottom: 24px;
}

.dr-blogs-wrapper {
  width: 100%;
  margin-top: 80px;
}

.dr-blog-contain {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-bottom: 48px;
  display: flex;
}

.blog-link-info {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.blog-category {
  text-align: center;
  letter-spacing: -.16px;
  border: 1px solid #0000001a;
  border-radius: 42px;
  flex: none;
  margin-right: 60px;
  padding: 13px 23px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.blog-heading-60px {
  letter-spacing: -.16px;
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 120%;
}

.blog-link-paragraph {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 136%;
}

.awards-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.awards-main-wrapper.removetoppadding {
  padding-top: 0;
}

.checkout-form {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.submit-button-checkout {
  background-color: var(--gradient-1);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 10px;
  justify-content: center;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.checkout-headings {
  margin-bottom: 0;
  font-size: 32px;
}

.block-header {
  background-color: #b16cea0d;
  align-items: center;
}

.order-confirmation {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Plusjakartasans, sans-serif;
}

.main-image-contain {
  overflow: hidden;
}

.secondary-images {
  margin-bottom: 0;
  overflow: hidden;
}

.product-main-image {
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.product-main-image:hover {
  transform: scale(1.1);
}

.secondary-images-product {
  transition: transform .3s;
}

.secondary-images-product:hover {
  transform: scale(1.1);
}

.navigation-menu {
  display: none;
}

.webflow-link {
  color: var(--white);
  text-decoration: none;
  transition: color .2s;
}

.webflow-link:hover {
  color: #599ffa;
  text-decoration: none;
}

.webflow-link.black {
  color: var(--black);
}

.webflow-link.black:hover {
  color: #2a70cc;
}

.testimonial-top-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.licensing-block.margin {
  margin-bottom: 100px;
}

.licensing-wrap {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.licensing-wrap.top {
  margin-bottom: 32px;
}

.license-links {
  background-image: url('../images/Group-5521.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  max-width: 32px;
  height: 32px;
  padding: 5px;
  transition: filter .2s;
  display: flex;
}

.license-links:hover {
  background-color: var(--white);
  filter: invert();
}

.field-label {
  color: #0d0e1066;
  text-align: left;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-right: auto;
  font-size: 18px;
}

.text-field {
  color: var(--black);
  border: 1px solid #0003;
  border-radius: 78px;
  height: 70px;
  margin-bottom: 24px;
  padding-left: 32px;
  font-size: 18px;
}

.text-field:active, .text-field:focus {
  background-color: var(--white);
  border-color: #ff5e6966;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: var(--white);
}

.text-field::placeholder {
  background-color: var(--white);
  color: #0d0e1099;
}

.login-button {
  background-color: var(--white);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 100px;
  width: 100%;
  height: 80px;
  font-size: 22px;
  font-weight: 600;
}

.password-heading {
  margin-bottom: 48px;
}

._404-image {
  width: 60%;
  max-width: 650px;
}

._404-heading {
  letter-spacing: -4.8px;
  font-size: 140px;
  font-style: normal;
}

._404-text {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.faq-cards-borders {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.rich-text {
  border-bottom: 1px solid #e1e4eb;
  padding-bottom: 40px;
}

._16-px {
  flex: none;
  font-size: 16px;
}

._16-px.color-code {
  color: #0d0e10bf;
  margin-top: 4px;
  font-size: 18px;
  line-height: 150%;
}

.typography-heading {
  margin-bottom: 16px;
}

.buttons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 40px;
  display: grid;
}

.style-guide-item-heading {
  margin-bottom: 16px;
}

.typography-main {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 64px;
  display: grid;
}

.style-guide-main-content {
  width: 100%;
}

.bold {
  font-weight: 700;
}

.color-box {
  background-color: #6c4be5;
  border-radius: 8px;
  width: 100%;
  max-width: 136px;
  height: 136px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.color-box._7 {
  background-color: #0f1f3d;
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
}

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

.color-box._2 {
  background-color: var(--gradient-2);
}

.color-box._3 {
  background-color: var(--gradient-3);
}

.color-box._8 {
  background-color: var(--white);
  border: 1px solid #0000001a;
}

.color-box._4 {
  background-color: var(--gradient-4);
}

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

.color-box._1 {
  background-color: var(--gradient-1);
}

.color-box._11 {
  background-color: #186fe1;
}

.colors-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1160px;
  margin-top: 40px;
  margin-bottom: 64px;
  display: grid;
}

.buttons-heading {
  margin-bottom: 16px;
}

.typography-item.flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.buttons {
  margin-bottom: 64px;
}

.typography-item-description {
  margin-top: 16px;
}

.color-grid-item {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 160px;
  padding: 12px;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

._22-px {
  font-size: 22px;
  line-height: 150%;
}

.colour-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
}

.list {
  font-size: 22px;
}

.symbols-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 40px;
  display: grid;
}

.overview-grid {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.background-wrapper {
  background-color: #fbfbfb;
  overflow: hidden;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 180px 100px #40454f1a;
}

.visual-features-item-heading {
  margin-bottom: 24px;
  font-weight: 600;
}

.navigation-drop-container {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.navigation-drop-container.home {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.dropdown-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-links.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px 20px;
  text-decoration: none;
}

.dropdown-links.navbar.w--current {
  padding-bottom: 20px;
}

.dropdown-links.navbar.display-none {
  display: none;
}

.dropdown-lists {
  background-color: #0000;
  border-radius: 0;
  top: 72px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 50px 50px #00000014;
}

.dropdown-lists.w--open {
  box-shadow: none;
  width: 80%;
  padding-top: 8px;
  overflow: visible;
}

.nav-dropdowns {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-dropdowns.nav {
  grid-column-gap: 0px;
  grid-template-rows: auto auto;
  width: 100%;
}

.nav-dropdowns._1-row {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.nav-dropdowns._1-row-2-column {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.dropdown {
  margin-left: 0;
  margin-right: 30px;
  padding-bottom: 8px;
  position: static;
}

.dropdown.hide, .dropdown.displaynone {
  display: none;
}

.number-subtext {
  color: #0d0e1066;
  margin-top: 7px;
  margin-right: 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.nav-headings-contain {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-arrow {
  margin-left: 10px;
}

.nav-arrow.displaynone {
  display: none;
}

.tabs-content-resources {
  overflow: visible;
}

.author-name, .reda-time-text, .by-text {
  margin-right: 4px;
  line-height: 150%;
}

.pricing-icon {
  width: 100%;
  max-width: 120px;
  margin-bottom: 48px;
}

.collection-list-projects {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  display: flex;
}

.collection-list-projects.projects-page {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-projects.project-details {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-item-project {
  width: 100%;
  margin-bottom: 80px;
}

.buttons-container {
  display: flex;
}

.work-with-contain-2 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 20px;
  display: flex;
  box-shadow: 0 14px 100px #0000000d;
}

.work-with-contain-2.black {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.banner-sections {
  background-color: #fff;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  justify-content: flex-start;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.overview-image-wrapper {
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 380px;
  height: 350px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-arrow-div-2 {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-arrow-div-2.transparent {
  background-color: #0000;
  margin-left: 5px;
}

.overview-hero-images-contain {
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
}

.overview-sections {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.h6-overview {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overview-images {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px 10px 0 0%;
  width: 101%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.overview-images._101-width {
  width: 101%;
}

.overview-top-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1012px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overview-wrapper {
  padding-top: 60px;
}

.overview-headings {
  text-align: center;
  max-width: 700px;
  margin-bottom: 80px;
}

.overview-image-wrap {
  border-radius: 16px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: 100%;
  margin-right: 40px;
  padding: 0;
  display: flex;
  box-shadow: 0 4px 90px #8383830d;
}

.overview-image-wrap.dark-shadow {
  box-shadow: 0 4px 90px #8383831a;
}

.overview-grids {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.overview-grids._2-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 800px;
  display: grid;
}

.overview-subheading {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
  text-decoration: none;
}

.overview-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.overview-wrap.middle {
  padding-top: 0;
}

.overview-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.subheading {
  margin-bottom: 20px;
}

.block-paragraph-2 {
  color: #0d0e10;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.block-paragraph-2.white {
  color: #fff;
}

.banner-heading-2 {
  color: #fff;
  background-image: url('../images/Arrow-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  margin-bottom: 0;
  margin-right: 140px;
  padding-right: 44px;
  font-weight: 600;
}

.overview-links-wrapper {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 32%;
  max-width: 380px;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overview-links-wrapper._100-width {
  width: 100%;
}

.overview-row-1 {
  align-items: center;
  height: 260px;
  margin-bottom: 40px;
  display: flex;
}

.overview-image-text {
  z-index: 20;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 32px;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.overview-images-contain {
  overflow: hidden;
}

.collection-list-wrapper-award {
  flex: none;
  align-items: center;
  display: flex;
}

.add-cart-button {
  letter-spacing: -.16px;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
  transition: all .2s;
}

.add-cart-button:hover {
  transform: translate(0, -5px);
}

.hero-images-contain {
  width: 45%;
  height: 100%;
  margin-right: 1%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-images-left-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: -15% auto auto 0%;
}

.hero-images {
  border-radius: 170px;
  width: 80%;
  max-width: 220px;
  margin-bottom: 24px;
}

.hero-images-right-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-testimonials-contain {
  position: absolute;
  inset: 0%;
}

.hero-testimonial-wrapper {
  z-index: 1;
  letter-spacing: -.32px;
  background-color: #fff;
  border-top-left-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  max-width: 320px;
  padding: 22px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  inset: 30% auto auto 21%;
  box-shadow: 0 20px 84px #00000014;
}

._100px-links {
  color: #b16cea;
  letter-spacing: -.16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 220px;
  padding: 10px 20px 20px 10px;
  font-size: 100px;
  font-weight: 800;
  line-height: 117%;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-big-texts {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 130%;
}

.cta-big-texts.dont-shrink {
  flex: none;
}

.dots-div {
  background-color: #0d0e10;
  border-radius: 100px;
  flex: none;
  width: 12px;
  height: 12px;
  margin-left: 80px;
  margin-right: 80px;
}

.dots-div.display-none {
  display: none;
}

.social-links-wrap {
  color: #0d0e10;
  flex-direction: row;
  flex: none;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-links-wrap.display-none {
  display: none;
}

.gradient-bottom-social-2 {
  background-color: #b16cea;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.social-links-wrap-about-page-1 {
  margin-bottom: 200px;
}

.cross-banner-section {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 200px;
  display: flex;
}

.gradient-cross-div {
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  height: 120px;
}

.black-text-div {
  background-color: #0d0e10;
  align-items: center;
  width: 105%;
  height: 120px;
  display: flex;
  position: relative;
  left: -3%;
  transform: rotate(3deg);
}

.white-banner-heading {
  color: #fff;
  flex: none;
  margin-bottom: 0;
  margin-right: 140px;
  font-size: 54px;
  font-weight: 600;
}

.banner-texts-contain {
  flex: none;
  align-items: center;
  height: 120px;
  display: flex;
}

.blog-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.blog-mask {
  max-width: 680px;
  overflow: visible;
}

.blog-slide {
  margin-right: 48px;
}

.right-arrow {
  align-items: center;
  width: 100%;
  display: flex;
  right: -105%;
  overflow: visible;
}

.left-arrow {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 40px;
  display: flex;
  left: -105%;
  overflow: visible;
}

.arrow-blog {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 40px;
  transition: filter .3s;
  display: flex;
  box-shadow: 0 24px 80px #0d0e1024;
}

.arrow-blog:hover {
  filter: invert();
}

.arrow-slider {
  width: 100%;
  max-width: 30px;
}

.arrow-slider.rotate {
  width: 100%;
  max-width: 30px;
  transform: rotate(-180deg);
}

.slide-nav-4 {
  display: none;
}

.train-contain {
  margin-top: -40px;
  margin-bottom: -20px;
}

.blog-tab-link-page-2 {
  background-color: #0000;
  border-radius: 50px;
  margin-right: 20px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.blog-tab-link-page-2.w--current {
  background-color: var(--black);
  color: var(--white);
}

.blog-tab-link-page-2.last {
  margin-right: 0;
}

.overview-row-2 {
  flex-direction: row;
  align-items: center;
  height: 260px;
  margin-left: 0%;
  display: flex;
}

.instructions-video {
  margin-top: 80px;
}

.gradient-div-overview {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.social-icon-blog-3 {
  z-index: 1;
  position: relative;
}

.gradient-icons {
  width: 80px;
  max-width: 100%;
}

.link-gradient-line {
  background-color: var(--black);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 5px;
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.product-description-cart {
  margin-top: 4px;
  font-weight: 500;
}

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

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

.image {
  width: 227px;
  height: 61px;
}

.home-fold-email-font-size {
  flex: 0 auto;
  font-size: 16px;
  display: block;
}

.empty-state-2 {
  color: #0d0e10;
  text-align: center;
  background-color: #ff5e6933;
  border-radius: 10px;
  width: 100%;
  font-weight: 600;
}

.margin-top {
  margin-top: 20px;
}

.view-more-line-2 {
  filter: grayscale();
  background-color: #0d0e10;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.course-related-wrap {
  margin-top: 100px;
}

.legends-video {
  text-align: center;
  justify-content: center;
  width: 80%;
}

.counter-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.counter-subheading {
  color: #000;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.counter-heading {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.text-block {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.counter-item.first {
  border-right: 1px solid #c8c8c8;
  padding-right: 40px;
}

.counter-item.second {
  padding-left: 20px;
}

.creative-heading-48px {
  font-weight: 700;
  line-height: 58px;
}

.legend-image {
  border-radius: 20px;
  width: 100%;
}

.main-logo-bg {
  z-index: -1;
  opacity: 1;
  background-image: linear-gradient(#fdfeff, #fff0);
  display: none;
  position: absolute;
  inset: 0%;
}

.body, .body-2, .body-3, .body-4 {
  font-family: Plusjakartasans, sans-serif;
}

@media screen and (min-width: 1280px) {
  .entrust-section.promo {
    margin-top: -190px;
  }

  .showreel-text-contain.about-page-2 {
    width: 100%;
    max-width: none;
  }

  .points-grid.reviews {
    margin-left: auto;
    margin-right: auto;
  }

  .logos-wrap.homepage-5 {
    width: 70%;
  }

  .logo-home-4 {
    max-width: 130px;
  }

  .newsletter-left-contain {
    width: 50%;
    max-width: 550px;
  }

  .contact-right-wrapper {
    width: 70%;
  }

  .project-section-template {
    overflow: visible;
  }

  .collection-list-wrapper-shop {
    justify-content: space-between;
    align-items: flex-start;
  }

  .collection-list-shop {
    align-items: stretch;
    width: 100%;
  }

  .circle-background.left-home {
    left: -29%;
  }

  .circle-background.right-home {
    right: -42%;
  }

  .circle-background.left {
    left: -29%;
  }

  .circle-background.right {
    inset: -26% -40% auto auto;
  }

  .circle-background.right.reviews {
    top: -13%;
    right: -33%;
  }

  .circle-background.right.about-right {
    top: -12%;
  }

  .circle-background.review {
    right: -42%;
  }

  .circle-background.course {
    inset: -26% -40% auto auto;
  }

  .circle-background.course-left, .circle-background.about-1, .circle-background.left-course {
    left: -29%;
  }

  .circle-background.course-right {
    right: -42%;
  }

  .circle-background.blog-3-left {
    left: -29%;
  }

  .circle-background.blog-3-right {
    right: -42%;
  }

  .goal-floating-image {
    left: 18%;
  }

  .right-arrow-testimonial {
    left: 53%;
  }

  .dropdown-list-full-wrapper {
    max-width: none;
    box-shadow: 0 100px 100px #40454f1a;
  }

  .collection-list-wrapper-projects {
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .hero-heading-home-2.about {
    line-height: 110%;
  }

  .showreel-right-wrapper {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    overflow: hidden;
  }

  .showreel-button, .watch-button {
    padding-top: 12px;
  }

  .work-with-point-contain._1, .work-with-point-contain.left {
    flex: none;
  }

  .work-text {
    display: block;
  }

  .logo-home-4 {
    max-width: 140px;
  }

  .rectangle-call-button.overview {
    margin-left: 20px;
  }

  .about-hero-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .work-heading {
    line-height: 112%;
  }

  .about-hero-image-wrap {
    left: -20%;
  }

  .creative-heading-64px {
    line-height: 100%;
  }

  .client-text-top {
    font-weight: 700;
  }

  .blog-template-hero {
    padding-top: 0;
  }

  .blog-hero-heading, .project-heading-regular, .product-name {
    font-weight: 800;
  }

  .circle-background.left-home {
    left: -22%;
  }

  .circle-background.right-home {
    right: -32%;
  }

  .circle-background.left {
    left: -22%;
  }

  .circle-background.left.reviews {
    left: -24%;
  }

  .circle-background.left.blog-2 {
    left: -26%;
  }

  .circle-background.left.shop {
    left: -25%;
  }

  .circle-background.right {
    inset: -24% -35% auto auto;
  }

  .circle-background.right.projects, .circle-background.right.reviews {
    right: -37%;
  }

  .circle-background.right.blog-2 {
    right: -24%;
  }

  .circle-background.review {
    right: -32%;
  }

  .circle-background.course {
    inset: -24% -35% auto auto;
  }

  .circle-background.course-left {
    left: -22%;
  }

  .circle-background.about-1 {
    top: -46%;
    left: -22%;
  }

  .circle-background.left-course {
    left: -22%;
  }

  .circle-background.course-right {
    right: -32%;
  }

  .circle-background.blog-3-left {
    left: -22%;
  }

  .circle-background.blog-3-right {
    right: -32%;
  }

  .course-name-heading {
    font-weight: 700;
  }

  .overview-top-wrapper {
    margin-bottom: 140px;
  }

  .overview-wrapper {
    margin-bottom: 130px;
  }

  .overview-headings {
    max-width: 950px;
  }

  .overview-grids {
    width: 100%;
  }

  .legend-image {
    width: 90%;
  }
}

@media screen and (min-width: 1920px) {
  .worked-with-section.black {
    position: relative;
  }

  .showreel-text-contain.about-page-2 {
    padding-bottom: 0;
  }

  .showreel-paragraph {
    margin-bottom: 0;
  }

  .showreel-right-wrapper {
    align-items: flex-end;
  }

  .about-hero-image {
    border-radius: 0;
    max-width: none;
  }

  .template-hero-image {
    border-radius: 16px;
  }

  .circle-background.left-home {
    top: -64%;
    left: -8%;
  }

  .circle-background.right-home {
    right: -15%;
  }

  .circle-background.left {
    top: -30%;
    left: -9%;
  }

  .circle-background.left.projects {
    top: -19%;
    left: -16%;
  }

  .circle-background.left.project-details {
    top: -71%;
    left: -62%;
  }

  .circle-background.left.reviews, .circle-background.left.reviews-2 {
    top: -19%;
    left: -16%;
  }

  .circle-background.left.blog-2 {
    left: -18%;
  }

  .circle-background.left.shop {
    top: -43%;
    left: -15%;
  }

  .circle-background.right {
    top: -23%;
    left: 78%;
  }

  .circle-background.review {
    right: -15%;
  }

  .circle-background.course {
    top: -23%;
    left: 78%;
  }

  .circle-background.course-left {
    top: -30%;
    left: -9%;
  }

  .circle-background.about-1 {
    top: -50%;
    left: -8%;
  }

  .circle-background.left-course {
    top: -64%;
    left: -8%;
  }

  .circle-background.course-right {
    right: -15%;
  }

  .circle-background.blog-3-left {
    top: -64%;
    left: -8%;
  }

  .circle-background.blog-3-right {
    right: -15%;
  }

  .awards-wrapper {
    align-items: center;
  }

  .legend-image {
    width: 67%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
    line-height: 115%;
  }

  h2 {
    font-size: 42px;
    line-height: 120%;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }

  a {
    margin-bottom: 0;
  }

  .h5-heading-white.newsletter {
    font-size: 50px;
  }

  .wrapper.licensing, .wrapper.licenses {
    padding-left: 0;
  }

  .licensing-paragraph {
    max-width: 90%;
    line-height: 28px;
  }

  .licensing-image-and-text-wrapper {
    width: 100%;
  }

  .reference-headings, .reference-headings.white {
    font-size: 70px;
  }

  .update-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .version-wrapper {
    width: 100%;
  }

  .paragraph {
    text-align: center;
  }

  .wrapper-changelog {
    width: 80%;
  }

  .wrapper-changelog.updates {
    flex-direction: column;
  }

  .logo {
    margin-bottom: 0;
  }

  .nav-button {
    filter: invert();
    align-items: baseline;
    margin-top: 20px;
    margin-left: 0%;
    padding-bottom: 13px;
    transition: filter .3s;
  }

  .nav-button:hover {
    filter: invert() invert();
  }

  .hero-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .text-contain-hero {
    width: 100%;
    padding-bottom: 60px;
  }

  .services-wrapper {
    padding-top: 140px;
  }

  .heading-2-center {
    max-width: 600px;
  }

  .heading-2-center.projects.left {
    margin-bottom: 40px;
  }

  .services-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid.homepage-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .projects-wrapper {
    padding-bottom: 140px;
    overflow: visible;
  }

  .projects-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-contain.horizontal {
    padding-left: 32px;
  }

  .project-contain.vertical {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
  }

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

  .stats-contain {
    max-width: none;
  }

  .stat-number._60px {
    font-size: 50px;
  }

  .about-me-wrapper {
    padding-top: 140px;
  }

  .about-me-contain {
    flex-direction: column;
  }

  .about-me-image-contain {
    width: 100%;
    max-width: 500px;
  }

  .about-me-text-contain {
    width: 100%;
    max-width: 600px;
    margin-top: 100px;
  }

  ._22px-paragraph {
    font-size: 20px;
  }

  .resource-main-wrapper {
    padding-bottom: 100px;
  }

  .resource-top-wrapper {
    align-items: center;
  }

  .h2-heading, .h2-heading.left {
    font-size: 42px;
  }

  .h2-heading.left._50 {
    width: 50%;
  }

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

  .view-more-link {
    margin-bottom: 0;
  }

  .collection-list {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    max-width: 354px;
    margin-left: auto;
    margin-right: auto;
  }

  .resource-wrapper {
    margin-bottom: 0;
  }

  .resource-title {
    font-size: 26px;
  }

  .newsletter-wrapper.horizontal {
    flex-direction: column;
  }

  .form-text {
    text-align: center;
    width: 90%;
  }

  .logo-contain {
    height: 170px;
  }

  .award-logo {
    max-width: 75%;
  }

  .pricing-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .price-block {
    width: 100%;
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-block.black {
    width: 100%;
  }

  .faq-contain {
    flex-direction: column;
    align-items: center;
  }

  .faq-wrapper {
    max-width: none;
  }

  .faq-right-contain {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .faq-left-contain {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .faq-main-wrapper.horizontal {
    flex-direction: column;
    padding-bottom: 120px;
  }

  .footer-text-60px {
    font-size: 50px;
  }

  .column-images {
    width: 30%;
  }

  .column-images._2, .column-images._4, .nav-links-wrapper {
    display: none;
  }

  .nav-links-wrapper.in-menu {
    background-color: var(--white);
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    display: flex;
  }

  .nav-link {
    display: flex;
  }

  .home-hero-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .home-hero-wrapper.homepage-3 {
    padding-top: 60px;
    padding-bottom: 300px;
  }

  .home-hero-wrapper.homepage-4 {
    flex-direction: column;
  }

  .home-hero-wrapper.about-3 {
    flex-direction: column;
    padding-top: 60px;
  }

  .home-left-info-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .home-right-info-wrapper {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    position: static;
  }

  .hero-mail-wrapper {
    max-width: 350px;
  }

  ._20px-text {
    margin-bottom: 0;
  }

  .top-left-contain {
    max-width: 400px;
  }

  .top-left-contain.about {
    margin-bottom: 0;
  }

  .bottom-left-contain {
    margin-top: 40px;
  }

  .bottom-left-contain.about._3 {
    margin-top: 0;
  }

  .bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .entrust-section.promo {
    margin-top: 0;
  }

  .entrust-wrapper {
    padding-bottom: 60px;
  }

  .entrust-wrapper.homepage-3 {
    flex-direction: column;
  }

  .cta-big-text {
    font-size: 50px;
  }

  .steps-h2-heading {
    margin-right: 3%;
  }

  .steps-tops-paragraph {
    max-width: 265px;
  }

  .steps-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 80px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .work-with-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-h5-heading {
    font-size: 50px;
  }

  .showreel-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .showreel-text-contain {
    width: 100%;
    max-width: 600px;
    margin-bottom: 100px;
  }

  .showreel-text-contain.about-page-2 {
    width: 100%;
  }

  .showreel-right-wrapper {
    width: 100%;
    position: static;
  }

  .showreel-video {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .showreel-video.cms {
    height: 500px;
  }

  .showreel-image {
    border-radius: 10px;
  }

  .showreel-image.cms {
    height: 500px;
  }

  .showreel-button {
    bottom: auto;
    left: auto;
    right: auto;
  }

  .showreel-button.about-3 {
    position: absolute;
    top: auto;
    left: auto;
  }

  .faqs-text-wrap {
    width: 100%;
    margin-bottom: 100px;
  }

  .faq-content {
    padding-bottom: 24px;
  }

  .faqs-text-wrapper._50-width {
    width: 100%;
    max-width: none;
  }

  .faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .awards-main-heading {
    font-size: 42px;
    line-height: 100%;
  }

  .faq-answer-wrap {
    padding-bottom: 0;
  }

  ._90px-h1-heading {
    font-size: 70px;
  }

  .home-image-container {
    margin-top: -217px;
  }

  .home-image-homepage-3 {
    width: 90%;
  }

  .entrust-h2-heading {
    max-width: 500px;
    margin-bottom: 60px;
  }

  .entrust-grid {
    width: 100%;
  }

  .grey-create-wrapper.white {
    padding-bottom: 0;
  }

  .heading-contain {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .create-heading, .create-heading.home-3 {
    font-size: 50px;
  }

  .watch-button {
    margin-top: 40px;
    position: absolute;
    inset: auto 30% -5% auto;
  }

  .points-grid {
    flex-wrap: wrap;
  }

  .work-with-point-contain._1, .work-with-point-contain._2 {
    max-width: 300px;
    margin-bottom: 40px;
  }

  .work-with-point-contain._3, .work-with-point-contain._4 {
    max-width: 300px;
  }

  .dot.hide {
    display: none;
  }

  .testimonial-main-wrapper {
    padding-top: 140px;
  }

  .stats-wrap {
    flex-direction: column;
  }

  .award-heading {
    max-width: none;
  }

  .awards-grid {
    width: 100%;
    margin-top: 40px;
  }

  .faq-image-contain {
    width: 100%;
    max-width: 400px;
    margin-top: 60px;
    display: none;
  }

  .link-banner-wrapper {
    padding-bottom: 100px;
  }

  ._40px-arrow {
    margin-top: 10px;
  }

  .footer-top-wrapper {
    align-items: stretch;
  }

  .footer-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-paragraph-18px.heading {
    margin-bottom: 20px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .h1-64px-heading {
    font-size: 54px;
  }

  .image-contain-right {
    width: 80%;
  }

  .testimonial-hero-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .testimonial-hero-contain.about {
    flex-direction: column;
    align-items: center;
  }

  .trusted-by.homepage-4 {
    margin-top: 20px;
  }

  .logos-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .logos-wrap.about {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .logos-wrap.homepage-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .logo-home-4.about {
    max-width: 120px;
  }

  .logo-home-4._3 {
    margin-right: 0;
  }

  .solutions-wrapper {
    flex-direction: column;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .solutions-left-wrapper {
    max-width: 500px;
  }

  .solutions-right-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .solution-text {
    margin-right: 10%;
    font-size: 36px;
  }

  .goals-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .goals-main-heading {
    max-width: 400px;
    margin-bottom: 40px;
  }

  .goals-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .goals-left-wrapper {
    width: 100%;
    margin-bottom: 100px;
  }

  .connect-grid {
    grid-template-columns: 1fr 1fr;
  }

  .form-main-wrapper {
    flex-direction: column;
  }

  .form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  ._96px-heading {
    margin-bottom: 10px;
    font-size: 53px;
  }

  ._96px-heading._1 {
    margin-bottom: 0;
    font-size: 48px;
  }

  ._96px-heading._2 {
    margin-bottom: 5px;
    font-size: 48px;
  }

  ._96px-heading._3 {
    font-size: 48px;
  }

  .newsletter-left-contain {
    width: 100%;
    margin-bottom: 40px;
  }

  .social-links-train {
    margin-bottom: 140px;
  }

  .social-links-train.homepage-5 {
    margin-top: 100px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-right-wrapper {
    width: 100%;
  }

  .contact-heading {
    font-size: 50px;
  }

  .services-hero-heading {
    width: 80%;
  }

  .services-page-contain, .services-page-contain.reverse {
    flex-direction: column-reverse;
  }

  .services-left-contain {
    width: 100%;
    margin-top: 60px;
  }

  .services-right-contain, .form-right-wrapper {
    width: 100%;
  }

  .form-heading-28px {
    font-size: 32px;
  }

  .contact-page-wrap {
    width: 90%;
    margin-bottom: 140px;
  }

  .contact-heading-64px {
    font-size: 54px;
  }

  .reviews-main-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-cards-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .review-cards-left-wrap, .review-cards-right-wrap {
    width: 48%;
  }

  .review-hero-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .review-left-contain {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .review-right-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    display: flex;
  }

  .about-hero-heading {
    font-size: 70px;
  }

  .about-hero-wrapper.about-2 {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    padding-top: 60px;
  }

  .about-image-contain {
    margin-bottom: 60px;
  }

  .about-image-bottom-left {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .about-me-middle-top {
    bottom: 25%;
  }

  .about-line {
    bottom: 37%;
    right: -16%;
  }

  .about-line-2 {
    bottom: 15%;
    left: 20%;
  }

  .work-heading {
    max-width: none;
    font-size: 42px;
  }

  .together-grid {
    grid-column-gap: 120px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: none;
    margin-top: 60px;
  }

  .create-images {
    width: 50%;
  }

  .create-images._2, .create-images._3 {
    width: 40%;
  }

  .clients-black-section {
    padding-bottom: 140px;
  }

  .clients-black-section.black {
    margin-bottom: 0;
  }

  .client-logos-contain {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .client-logo-container.last {
    margin-right: 47px;
  }

  .client-logo-container.last.hide {
    display: none;
  }

  .client-text {
    font-size: 200px;
    top: -4%;
  }

  .footer-top-right {
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px;
    display: flex;
  }

  .subscribe-text {
    max-width: 200px;
  }

  .cta-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .about-hero-image-wrap {
    width: 100%;
    margin: 20px auto 60px;
    left: 0%;
  }

  .about-hero-image {
    border-radius: 20px;
  }

  .about-hero-heading-2 {
    font-size: 54px;
  }

  .creative-text-wrapper {
    flex-direction: column;
  }

  .creative-heading-64px {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
    font-size: 54px;
  }

  .creative-paragraph {
    width: 100%;
  }

  .power-heading {
    font-size: 70px;
  }

  .about-left-info-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 45%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  ._28px-text {
    font-size: 22px;
  }

  .about-right-info-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 45%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .create-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .create-heading-48px {
    font-size: 42px;
  }

  .trusted-section {
    margin-bottom: 140px;
  }

  .trusted-logos-wrapper {
    grid-column-gap: 40px;
  }

  .websites-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .lightbox-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .create-text {
    font-size: 20px;
  }

  .blog-hero-wrapper {
    margin-bottom: 180px;
  }

  .blog-heading-64px {
    font-size: 54px;
  }

  .blog-heading-64px._90 {
    width: 90%;
    font-size: 54px;
  }

  .blog-contain {
    max-width: 500px;
  }

  .collection-list-blog {
    flex-direction: column;
  }

  .collection-item-blogs.page-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .blog-tab-link {
    margin-right: 10px;
  }

  .collection-list-blogs {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu-page-2 {
    border-radius: 10px;
    flex-wrap: wrap;
  }

  .blog-heading-white {
    z-index: 2;
    width: 90%;
    font-size: 54px;
    position: relative;
  }

  .blog-wrapper-page-3 {
    flex-direction: column;
    padding-bottom: 140px;
  }

  .blog-tabs {
    width: 100%;
  }

  .blog-template-hero {
    padding-top: 20px;
  }

  .template-hero-image {
    height: 500px;
  }

  .blog-top-info {
    height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-hero-heading {
    font-size: 50px;
  }

  .blog-content-contain {
    flex-direction: column-reverse;
  }

  .share-icons-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
    margin-top: 40px;
  }

  .blog-rich-text {
    width: 100%;
  }

  .share-text {
    margin-bottom: 0;
    font-size: 24px;
  }

  .share-icon {
    margin-bottom: 0;
  }

  .author-block {
    margin-bottom: 100px;
  }

  .projects-page-wrapper {
    padding-top: 100px;
  }

  .project-heading-64px {
    margin-bottom: 60px;
    font-size: 54px;
  }

  .project-tab-links {
    background-color: var(--white);
  }

  .project-wrap {
    max-width: 400px;
  }

  .project-image-wrap {
    height: 400px;
  }

  .projects-image.projects-home-3 {
    max-width: 60%;
  }

  .projects-image.projects {
    width: 80%;
  }

  .project-top-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .project-info-left {
    width: 100%;
    margin-bottom: 100px;
  }

  .projects-image-contain {
    width: 80%;
    position: static;
  }

  .project-rich-text-contain {
    margin-bottom: 140px;
  }

  .project-rich-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .product-info-text {
    padding-left: 0;
  }

  .collection-list-shop {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .collection-item-projects {
    justify-content: center;
    align-items: flex-start;
  }

  .collection-item-projects._3-column {
    justify-content: center;
    width: 100%;
  }

  .collection-item-projects.home-3 {
    width: 100%;
  }

  .product-hero-wrapper {
    flex-direction: column-reverse;
  }

  .product-images-wrap {
    align-items: center;
    width: 100%;
  }

  .product-info-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
  }

  .nav-dropdown.w--open {
    border: 1px #000;
  }

  .blog-right-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-left: 0%;
    padding-top: 60px;
    display: flex;
  }

  .utility-page-wrap {
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .utility-page-wrap.password {
    padding-top: 0;
  }

  .utility-page-content._404 {
    flex-direction: column-reverse;
  }

  .utility-page-form {
    margin-bottom: 60px;
  }

  .blog-search {
    width: 100%;
  }

  .social-media-wrapper {
    width: 48%;
  }

  .subscribe-wrap {
    flex-direction: column;
    width: 48%;
    margin-bottom: 24px;
    display: flex;
  }

  .subscribe-button {
    text-align: center;
    background-image: none;
  }

  .testimonial-slide-wrap {
    width: 80%;
  }

  .testimonial-big-text {
    font-size: 28px;
    line-height: 140%;
  }

  .testimonial-name-24px {
    font-size: 22px;
  }

  .testimonial-position-20px {
    font-size: 18px;
  }

  .circle-background.left-home {
    height: auto;
    top: -40%;
  }

  .circle-background.left {
    height: auto;
    top: -38%;
    left: -62%;
  }

  .circle-background.left.projects {
    top: -26%;
    left: -70%;
  }

  .circle-background.left.project-details {
    height: auto;
    top: -47%;
    left: -56%;
  }

  .circle-background.left.reviews {
    left: -65%;
  }

  .circle-background.left.reviews-2 {
    top: -19%;
    left: -55%;
  }

  .circle-background.left.blog-page-1 {
    top: -57%;
    left: -51%;
  }

  .circle-background.left.blog-2 {
    left: -61%;
  }

  .circle-background.left.shop {
    left: -60%;
  }

  .circle-background.right {
    height: auto;
    top: -16%;
    right: -61%;
  }

  .circle-background.right.projects {
    height: auto;
    top: -18%;
    right: -68%;
  }

  .circle-background.right.reviews {
    top: -7%;
    right: -68%;
  }

  .circle-background.right.reviews-2 {
    top: -5%;
    right: -62%;
  }

  .circle-background.right.about-right {
    top: -16%;
    right: -62%;
  }

  .circle-background.right.blog-page-1 {
    right: -67%;
  }

  .circle-background.right.blog-2 {
    top: -15%;
  }

  .circle-background.right.shop {
    top: -16%;
  }

  .circle-background.review {
    height: auto;
    top: 1%;
  }

  .circle-background.course {
    height: auto;
    top: -16%;
    right: -61%;
  }

  .circle-background.course-left {
    height: auto;
    top: -32%;
    left: -62%;
  }

  .circle-background.about-1 {
    height: auto;
    left: -60%;
  }

  .circle-background.left-course {
    height: auto;
    left: -68%;
  }

  .circle-background.course-right {
    height: auto;
    top: -31%;
    right: -65%;
  }

  .circle-background.blog-3-left {
    height: auto;
    top: -108%;
    left: -56%;
  }

  .circle-background.blog-3-right {
    height: auto;
    top: -65%;
    right: -69%;
  }

  .project-image-60 {
    max-width: 80%;
  }

  .testimonial-wrapper {
    padding-top: 140px;
  }

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

  .tabs-menu-testimonial {
    flex-direction: row;
    max-width: none;
  }

  .testimonial-tab-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .testimonial-text-32px {
    font-size: 26px;
  }

  .main-testimonial-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .main-testimonial-image {
    left: 40px;
  }

  .testimonial-black-image {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-right-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-black-bottom {
    margin-top: 60px;
  }

  .project-vary-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .project-vary-wrap, .project-vary-wrap.right, .project-vary-wrap.left {
    margin-top: 40px;
  }

  .watch-lightbox {
    position: static;
  }

  .projects-top-contain {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-arrow {
    right: 12%;
  }

  .slider-arrow.right {
    right: 0%;
  }

  .goals-image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slide-wrapper, .testimonial-slide-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .left-arrow-testimonial {
    width: 45px;
    inset: auto 5% 0% auto;
  }

  .right-arrow-testimonial {
    width: 45px;
    inset: auto 0% 0% auto;
  }

  .testimonial-light-box {
    margin-right: auto;
  }

  .testimonial-light-box.right {
    margin-left: auto;
  }

  .testimonial-text-container {
    width: 100%;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .course-bottom-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .save-up-wrap {
    justify-content: flex-start;
    margin-left: 0;
  }

  .price-arrow {
    margin-right: 0;
    display: none;
    position: absolute;
    top: -132px;
    left: 165px;
  }

  .save-upto-text {
    margin-top: 0;
    margin-left: 10px;
    font-size: 16px;
  }

  .course-hero-wrapper {
    width: 90%;
  }

  .course-top-left {
    align-items: center;
  }

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

  .course-top-right {
    align-items: center;
  }

  .course-name-heading {
    text-align: center;
    font-size: 50px;
    line-height: 130%;
  }

  .course-name-heading.legends-title {
    font-size: 50px;
  }

  .course-hero-bottom {
    flex-direction: column;
  }

  .price-contain {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .course-rich-text {
    width: 90%;
  }

  .course-wrap {
    flex-direction: column;
    align-items: center;
  }

  .course-wrap-left {
    width: 100%;
  }

  .course-wrap-right {
    width: 80%;
  }

  .design-resources-wrapper.center {
    padding-bottom: 100px;
  }

  .tabs-menu-dr {
    justify-content: flex-start;
    position: static;
  }

  .design-resources-tab, .past-work-link {
    margin-top: 40px;
  }

  .pw-text {
    font-size: 35px;
  }

  .pw-paragraph {
    max-width: 260px;
    font-size: 18px;
  }

  .pw-arrow {
    max-width: 40px;
    margin-left: 10px;
  }

  .testimonial-right-arrow {
    left: 7%;
  }

  .dr-blog-contain {
    flex-direction: column;
  }

  .blog-link-info {
    width: 100%;
  }

  .blog-category {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .blog-heading-60px {
    font-size: 40px;
  }

  .blog-link-paragraph {
    font-size: 22px;
  }

  .menu-button {
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .menu-button.w--open {
    color: var(--gradient-1);
    background-color: #0000;
    justify-content: space-between;
    display: flex;
    transform: rotate(-90deg);
  }

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

  ._404-image {
    width: 90%;
  }

  ._404-heading {
    text-align: center;
    font-size: 120px;
    font-style: normal;
  }

  .passwordf-block {
    margin-bottom: 60px;
  }

  .style-guide-main-content {
    width: 100%;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._22-px {
    font-size: 20px;
  }

  .overview-grid {
    flex-direction: column;
    width: 100%;
  }

  .columns-contain {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .dropdown-list-full-wrapper {
    box-shadow: none;
    padding: 0;
  }

  .navigation-drop-container {
    flex-direction: column;
  }

  .dropdown-lists.w--open {
    width: 80%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
    left: -26%;
  }

  .nav-dropdowns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-dropdowns.nav, .nav-dropdowns._1-row, .nav-dropdowns._1-row-2-column {
    max-width: 310px;
    display: block;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-projects {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .collection-list-projects.projects-page, .collection-list-projects.project-details {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .overview-image-wrapper {
    max-width: 350px;
  }

  .overview-top-wrapper {
    width: 90%;
  }

  .overview-grids {
    flex-direction: column;
  }

  .overview-grids._2-column {
    display: flex;
  }

  .overview-wrap {
    flex-direction: column;
  }

  .overview-links-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .add-cart-button {
    max-width: 400px;
  }

  .hero-images-contain {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    margin-right: 0%;
    position: relative;
    overflow: hidden;
  }

  .hero-testimonials-contain {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-testimonial-wrapper {
    position: static;
    left: 33%;
  }

  ._100px-links {
    margin-right: 100px;
  }

  .cta-big-texts {
    font-size: 50px;
  }

  .cta-big-texts.dont-shrink {
    font-size: 70px;
  }

  .blog-mask {
    max-width: 500px;
  }

  .left-arrow {
    padding-right: 0;
  }

  .arrow-blog {
    margin-left: 0;
  }

  .collection-list-course {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-blog-featured {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .legends-video {
    width: 90%;
  }

  .legend-image {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3, h4 {
    font-size: 30px;
  }

  p, li {
    font-size: 20px;
  }

  .h5-heading-white.newsletter {
    font-size: 40px;
  }

  .wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .wrapper.licensing, .wrapper.licenses {
    padding-left: 0;
  }

  .licensing-paragraph {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .licensing-tag-subtext {
    text-align: left;
  }

  .licensing-image-and-text-wrapper {
    padding: 30px;
  }

  .licencing-images-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .licencing-image-item {
    height: 200px;
  }

  .reference-headings, .reference-headings.white {
    font-size: 54px;
  }

  .update-wrapper {
    margin-top: 40px;
  }

  .wrapper-changelog {
    width: 90%;
  }

  .wrapper-changelog.updates {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .text-contain-hero {
    padding-bottom: 60px;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 115%;
  }

  .hero-paragraph, .cta-button, .trust-paragraph {
    font-size: 20px;
  }

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

  .logos {
    margin-right: 0;
  }

  .services-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-2-center {
    max-width: 420px;
    font-size: 40px;
  }

  .services-grid {
    grid-column-gap: 60px;
  }

  .h6-heading {
    font-size: 18px;
  }

  .projects-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .projects-grid, .stats-wrapper {
    grid-template-columns: 1fr;
  }

  .stats-contain {
    max-width: 450px;
  }

  .stat-number._60px {
    font-size: 42px;
  }

  .about-me-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 180px;
  }

  .about-me-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-me-floating-image {
    right: 0%;
  }

  ._22px-paragraph {
    font-size: 20px;
  }

  .resource-main-wrapper {
    padding-bottom: 100px;
  }

  .resource-top-wrapper {
    flex-flow: column wrap;
    align-items: flex-start;
    max-width: 504px;
  }

  .h2-heading {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .h2-heading.left {
    text-align: left;
    font-size: 40px;
  }

  .h2-heading.left._50 {
    width: 100%;
    max-width: none;
  }

  .h2-heading.center {
    max-width: none;
  }

  .view-more-link {
    margin-top: 20px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .resource-title {
    font-size: 26px;
    line-height: 140%;
  }

  .newsletter-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .newsletter-form-block {
    width: 90%;
    max-width: 400px;
  }

  .form {
    flex-direction: column;
    width: 100%;
  }

  .newsletter-text-field {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .submit-button {
    background-position: 65% 53%, 0 0;
    width: auto;
    height: 70px;
    font-size: 20px;
  }

  .form-text {
    text-align: center;
    font-size: 16px;
  }

  .awards-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .logos-row-contain {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #0000001a;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: -1px;
    display: grid;
  }

  .logos-row-contain.last {
    border: 1px solid #0000001a;
  }

  .logo-contain {
    border: 1px solid #0000001a;
    width: 100%;
    height: 130px;
  }

  .logo-contain.last {
    border-style: solid none solid solid;
    border-color: #0000001a #ffffff1a #ffffff1a #0000001a;
  }

  .logo-contain.white-border {
    border-bottom-color: #ffffff1a;
  }

  .logo-contain.white-border._2 {
    border-right-style: none;
  }

  .award-logo {
    max-width: 60%;
  }

  .pricing-section.black {
    margin-bottom: 40px;
  }

  .pricing-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .price {
    font-size: 60px;
  }

  .faq-question {
    margin-right: 0;
    font-size: 20px;
  }

  .faq-contain {
    margin-top: 60px;
  }

  .faq-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .instagram-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-text-60px {
    font-size: 40px;
  }

  .work-arrow-image.home {
    max-width: 25px;
    margin-top: 5px;
  }

  .footer-bottom-wrapper.white {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .home-hero-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .home-hero-wrapper.homepage-3 {
    padding-bottom: 300px;
  }

  .home-hero-wrapper.about-3 {
    padding-bottom: 0;
  }

  .hero-image-home-2 {
    width: 60%;
  }

  .home-left-info-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-right-info-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .hero-mail-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .top-left-contain, .bottom-left-contain, .bottom-right-container {
    max-width: none;
  }

  .entrust-heading {
    text-align: center;
    max-width: 300px;
    font-size: 30px;
  }

  .steps-wrapper {
    padding-bottom: 120px;
  }

  .button-gradient {
    font-size: 20px;
  }

  .cta-big-text {
    font-size: 36px;
  }

  .steps-top-wrapper {
    flex-direction: column;
  }

  .steps-h2-heading {
    margin-bottom: 20px;
  }

  .steps-h2-heading.white {
    max-width: 400px;
  }

  .steps-h2-heading.small, .steps-tops-paragraph {
    max-width: none;
  }

  .work-with-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-h5-heading {
    font-size: 40px;
  }

  .showreel-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .showreel-paragraph {
    font-size: 20px;
  }

  .showreel-right-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .showreel-video {
    max-width: 400px;
    height: auto;
  }

  .showreel-image {
    border-radius: 20px;
    height: auto;
  }

  .awards-main-heading {
    font-size: 40px;
  }

  .copyright-text {
    margin-top: 16px;
    font-size: 16px;
  }

  ._90px-h1-heading {
    font-size: 54px;
  }

  .floating-image-contain {
    top: -25%;
  }

  .floating-image-contain._2 {
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .black-div, .white-div {
    display: none;
  }

  .entrust-grid {
    grid-column-gap: 40px;
  }

  .grey-create-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .heading-contain {
    margin-bottom: 60px;
  }

  .create-heading, .create-heading.home-3 {
    font-size: 40px;
  }

  .watch-button {
    margin-top: 10px;
    position: static;
  }

  .points-grid {
    justify-content: center;
  }

  .work-with-point-contain._4 {
    margin-top: 40px;
  }

  .work-text.left {
    font-size: 18px;
  }

  .dot {
    display: none;
  }

  .testimonial-main-wrapper {
    padding-bottom: 140px;
  }

  .testimonial-contain.blue.middle {
    left: 30px;
  }

  .stats-wrap {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .awards-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .award-card {
    max-width: none;
  }

  ._40px-arrow {
    max-width: 24px;
    margin-top: 5px;
    margin-left: 20px;
  }

  ._40px-arrow.train {
    max-width: 100%;
  }

  .footer-top-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .footer-top-wrapper.foother-top-wrapper-short {
    align-items: center;
  }

  .footer-paragraph-16px {
    text-align: center;
  }

  .footer-column.footer-column-short.footer-left-margin {
    text-align: center;
    margin-left: 0;
  }

  .h1-64px-heading {
    font-size: 50px;
  }

  .image-contain-right {
    width: 100%;
  }

  .testimonial-hero-contain {
    flex-direction: column;
    align-items: center;
  }

  .trusted-by {
    margin-bottom: 20px;
  }

  .logos-wrap {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .logos-wrap.about {
    justify-content: center;
  }

  .logos-wrap.homepage-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around center;
    justify-items: center;
    display: flex;
  }

  .logo-home-4.about {
    margin-right: 20px;
  }

  .solutions-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .solution-number {
    margin-right: 20px;
  }

  .solution-text {
    font-size: 32px;
  }

  .goals-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .goals-main-paragraph {
    font-size: 18px;
  }

  .connect-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .connect-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-main-wrapper {
    width: 90%;
    padding: 90px 40px;
  }

  .hero-wrapper-homepage-5 {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  ._96px-heading {
    text-align: left;
    font-size: 36px;
  }

  ._96px-heading._1 {
    margin-bottom: 5px;
  }

  ._96px-heading._2, ._96px-heading._3 {
    margin-left: 0;
  }

  .heading-part._1 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .heading-part._3 {
    justify-content: center;
  }

  .rectangle-call-button {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .rectangle-call-button.overview {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .white-form {
    width: 500px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-heading {
    font-size: 40px;
  }

  .services-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .send-message-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-heading-28px {
    font-size: 30px;
  }

  .contact-page-wrap {
    margin-bottom: 100px;
  }

  .contact-heading-64px {
    margin-bottom: 40px;
    font-size: 50px;
  }

  .contact-flex-wrap {
    flex-direction: column-reverse;
  }

  .contact-paragraph {
    margin-bottom: 40px;
  }

  .fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .contact-form-field {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .reviews-cards-wrapper {
    flex-direction: column;
  }

  .review-cards-left-wrap {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .review-cards-right-wrap {
    align-items: center;
    width: 100%;
  }

  .about-hero-heading {
    font-size: 54px;
  }

  .about-hero-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .about-image-contain {
    height: 500px;
    margin-top: -120px;
  }

  .about-image-bottom-left {
    bottom: 5%;
  }

  .about-me-middle-top {
    bottom: 19%;
  }

  .about-line {
    bottom: 53%;
  }

  .about-line-2 {
    bottom: 3%;
  }

  .work-heading {
    font-size: 40px;
  }

  .together-grid {
    grid-column-gap: 40px;
  }

  .about-images-contain {
    height: 550px;
  }

  .clients-heading {
    width: 90%;
  }

  .client-logos-contain {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .client-logo-container {
    margin-bottom: 0;
    margin-right: 0;
  }

  .client-logo-container.last {
    margin-right: 0;
  }

  .client-text {
    font-size: 150px;
  }

  .footer-top-left {
    align-items: center;
    max-width: 400px;
    margin-bottom: 60px;
  }

  .footer-top-right {
    max-width: 400px;
  }

  .footer-top-right.footer-top-right-short.main {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .subscribe-text {
    max-width: none;
  }

  .cta-wrapper {
    justify-content: space-between;
  }

  .about-hero-heading-2 {
    font-size: 50px;
  }

  .creative-text-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .creative-text-wrapper.about {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .creative-heading-64px {
    font-size: 50px;
  }

  .power-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .power-heading {
    font-size: 54px;
  }

  .client-bottom-text {
    font-size: 40px;
  }

  .about-left-info-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

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

  .about-right-info-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .create-heading-48px {
    font-size: 40px;
  }

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

  .trusted-logos-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-hero-wrapper {
    margin-bottom: 100px;
  }

  .blog-heading-64px, .blog-heading-64px._90 {
    font-size: 50px;
  }

  .blog-contain {
    max-width: 400px;
  }

  .blog-contain.horizontal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-image-contain, .blog-thumbnail-image {
    height: 300px;
  }

  .blog-title {
    font-size: 28px;
  }

  .blog-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .tabs-menu-page-1 {
    flex-wrap: wrap;
  }

  .blog-tab-link {
    margin-bottom: 10px;
  }

  .collection-list-blogs {
    grid-template-columns: 1fr;
  }

  .collection-item-blog-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .blog-content {
    margin-left: 20px;
  }

  .blog-heading-white {
    width: 90%;
    font-size: 50px;
  }

  .collection-list-wrapper-4 {
    justify-content: center;
  }

  .collection-list-blog-3 {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    justify-content: center;
  }

  .collection-item-blog-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .blog-top-info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-hero-heading {
    font-size: 40px;
  }

  .blog-description-template, .blog-date, .read-time {
    font-size: 20px;
  }

  .share-icons-wrapper {
    justify-content: space-between;
    width: 60%;
  }

  .blog-rich-text blockquote {
    margin-left: 10px;
    padding-left: 20px;
    font-size: 20px;
  }

  .share-text {
    font-size: 22px;
  }

  .projects-page-wrapper {
    padding-bottom: 80px;
  }

  .project-heading-64px {
    font-size: 50px;
  }

  .project-tab-links {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .tabs-menu {
    margin-bottom: 80px;
  }

  .project-wrap {
    max-width: 520px;
    margin-bottom: 0;
  }

  .projects-image.projects-home-3 {
    max-width: 60%;
  }

  .projects-image.projects {
    width: 60%;
  }

  .project-description._22px {
    font-size: 20px;
  }

  .project-rich-text blockquote {
    margin-left: 10px;
    font-size: 20px;
  }

  .project-rich-text ul {
    margin-left: 0;
  }

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

  .product-info-text {
    padding-left: 0;
  }

  .collection-list-shop {
    grid-template-columns: 1fr;
  }

  .collection-item-projects {
    width: 100%;
  }

  .product-hero-wrapper {
    padding-top: 60px;
  }

  .collection-list-wrapper-shop-temp {
    justify-content: center;
  }

  .utility-page-wrap.password {
    padding-top: 0;
  }

  .blog-search {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-media-wrapper, .subscribe-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-button {
    text-align: center;
    background-image: none;
  }

  .testimonial-slide-wrap {
    width: 65%;
  }

  .testimonial-big-text {
    font-size: 24px;
  }

  .testimonial-big-text.left, .testimonial-big-text.left-black {
    font-size: 26px;
  }

  .testimonial-image-80px {
    max-width: 50px;
    height: 50px;
  }

  .testimonial-name-24px {
    font-size: 18px;
  }

  .testimonial-position-20px {
    font-size: 16px;
  }

  .circle-background.left-home {
    top: -19%;
    left: -54%;
  }

  .circle-background.left.projects {
    top: -15%;
    left: -59%;
  }

  .circle-background.left.project-details {
    top: -33%;
  }

  .circle-background.left.reviews {
    top: -13%;
  }

  .circle-background.left.reviews-2 {
    top: -14%;
  }

  .circle-background.left.blog-page-1 {
    top: -44%;
  }

  .circle-background.left.blog-2 {
    top: -25%;
    left: -60%;
  }

  .circle-background.left.shop {
    top: -16%;
  }

  .circle-background.right.projects {
    top: -5%;
  }

  .circle-background.right.reviews {
    top: -3%;
  }

  .circle-background.right.reviews-2 {
    top: 7%;
  }

  .circle-background.right.blog-page-1 {
    top: -5%;
  }

  .circle-background.right.blog-2 {
    top: -9%;
    right: -72%;
  }

  .circle-background.right.shop {
    top: -6%;
  }

  .circle-background.review {
    top: 5%;
    right: -64%;
  }

  .circle-background.course {
    top: -9%;
    right: -72%;
  }

  .circle-background.course-left {
    top: -13%;
  }

  .circle-background.left-course {
    top: -45%;
  }

  .circle-background.blog-3-left {
    top: -69%;
  }

  .circle-background.blog-3-right {
    top: -25%;
  }

  .project-wrapper-horizontal {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .project-left-contain {
    width: 100%;
  }

  .project-heading-40px {
    font-size: 30px;
  }

  .project-image-50 {
    width: 100%;
    max-width: 420px;
    margin-top: 60px;
  }

  .testimonial-wrapper {
    padding-bottom: 100px;
  }

  .testimonial-text-32px {
    font-size: 22px;
  }

  .testimonial-names {
    font-size: 20px;
  }

  .project-vary-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .project-vary-wrap, .project-vary-wrap.right, .project-vary-wrap.left {
    margin-top: 40px;
  }

  .project-vary-wrap.top {
    margin-top: 0;
  }

  .create-line-1 {
    top: -12%;
  }

  .slider-arrow {
    right: 14%;
  }

  .goals-image {
    width: 100%;
  }

  .left-arrow-testimonial {
    width: 50px;
    right: 7%;
  }

  .right-arrow-testimonial {
    width: 50px;
  }

  .testimonial-light-box {
    width: 70%;
  }

  .course-text-24px {
    font-size: 20px;
  }

  .course-name {
    height: 100px;
    font-size: 30px;
  }

  .hero-top-wraper {
    align-items: flex-start;
    margin-bottom: 80px;
  }

  .course-top-left {
    flex-direction: column;
    align-items: flex-start;
    max-width: 180px;
  }

  .subtitle-text {
    font-size: 14px;
  }

  .subtitle-text.hide {
    display: none;
  }

  .course-name-heading {
    font-size: 40px;
  }

  .course-name-heading.legends-title {
    font-size: 30px;
    line-height: 40px;
  }

  .course-description {
    font-size: 18px;
  }

  .course-info-wrapper {
    padding-top: 120px;
  }

  .course-wrap-right {
    width: 100%;
  }

  .design-resources-wrapper {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .design-resources-wrapper.blue {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .design-resources-wrapper.center {
    padding-bottom: 100px;
  }

  .past-work-link {
    flex-direction: column;
  }

  .pw-paragraph {
    max-width: none;
    margin-top: 20px;
  }

  .pw-heading-wrap {
    margin-top: 20px;
  }

  .testimonial-right-arrow {
    left: 10%;
  }

  .blog-category {
    margin-right: 20px;
    font-size: 20px;
  }

  .blog-heading-60px {
    font-size: 34px;
  }

  .blog-link-paragraph {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .awards-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .menu-button.w--open {
    color: var(--gradient-1);
  }

  .webflow-link {
    color: var(--white);
    text-decoration: none;
    transition: color .2s;
  }

  .webflow-link:hover {
    color: #599ffa;
  }

  ._404-image {
    width: 90%;
  }

  ._404-heading {
    font-style: normal;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._22-px {
    font-size: 20px;
  }

  .columns-contain {
    flex-wrap: wrap;
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropdown-lists.w--open {
    width: 90%;
    left: -128px;
  }

  .nav-dropdowns {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .collection-list-projects.projects-page, .collection-list-projects.project-details {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .collection-item-project {
    width: 100%;
    max-width: 400px;
  }

  .buttons-container {
    flex-direction: column;
  }

  .overview-image-wrapper {
    max-width: 330px;
  }

  .overview-wrap {
    width: 90%;
  }

  .hero-testimonial-wrapper {
    position: relative;
    top: -25px;
    left: auto;
  }

  ._100px-links {
    margin-right: 80px;
  }

  .cta-big-texts {
    font-size: 30px;
  }

  .cta-big-texts.dont-shrink {
    font-size: 50px;
  }

  .blog-mask {
    max-width: 400px;
  }

  .right-arrow {
    right: -103%;
  }

  .left-arrow {
    left: -103%;
  }

  .arrow-blog {
    width: 60px;
    height: 60px;
  }

  .collection-list-course {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .legends-video {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 110%;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  p, li {
    font-size: 16px;
  }

  .h5-heading-white.newsletter {
    font-size: 36px;
  }

  .paragraph-22px-white {
    font-size: 20px;
  }

  .wrapper.licensing, .wrapper.licenses {
    padding-left: 0;
  }

  .licensing-image-and-text-wrapper {
    padding: 20px;
  }

  .licencing-images-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .licencing-image-item {
    height: 150px;
  }

  .reference-headings, .reference-headings.white {
    font-size: 46px;
  }

  .update-wrapper {
    margin-top: 30px;
  }

  .wrapper-changelog.updates {
    padding: 20px;
  }

  .logo-lines-contain {
    margin-right: 5px;
  }

  .logo-text {
    font-size: 24px;
  }

  .gradient-span {
    line-height: 110%;
  }

  .hero-heading {
    font-size: 48px;
    line-height: 110%;
  }

  .hero-paragraph, .hero-paragraph.homepage-3 {
    font-size: 18px;
  }

  .cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cta-button.rectangle {
    padding-left: 50px;
  }

  .cta-arrow-div {
    flex: none;
  }

  .trust-paragraph {
    font-size: 18px;
  }

  .logos-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .logos {
    margin-right: 0;
  }

  .heading-2-center, .heading-2-center.projects {
    font-size: 36px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .projects-wrapper {
    padding-top: 40px;
  }

  .project-contain.horizontal, .project-contain.vertical {
    flex-direction: column;
    padding-top: 32px;
  }

  .about-project {
    font-size: 16px;
  }

  .heading-2-white {
    font-size: 36px;
  }

  .stat-number {
    font-size: 50px;
    line-height: 80px;
  }

  .about-me-wrapper {
    padding-bottom: 220px;
  }

  .about-me-contain {
    margin-bottom: 140px;
  }

  .about-me-image {
    width: 100%;
  }

  .about-me-floating-image {
    width: 90%;
  }

  .about-me-text-contain {
    margin-top: 60px;
  }

  .about-me-heading {
    font-size: 36px;
  }

  ._22px-paragraph {
    font-size: 18px;
  }

  .h2-heading, .h2-heading.left {
    font-size: 36px;
  }

  .h2-heading.center {
    font-size: 30px;
  }

  .main-category-text, .secondary-category {
    font-size: 16px;
  }

  .resource-title {
    font-size: 24px;
  }

  .newsletter-wrapper.horizontal {
    align-items: center;
  }

  .newsletter-text-field {
    padding-left: 55px;
  }

  .submit-button {
    background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 15px;
  }

  .price-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price {
    font-size: 50px;
  }

  .checkmark {
    width: 100%;
    max-width: 24px;
    margin-right: 14px;
  }

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

  .faq-question {
    padding-right: 20px;
    font-size: 18px;
  }

  .faq-answer {
    font-size: 16px;
  }

  .faq-main-wrapper.horizontal {
    padding-bottom: 60px;
  }

  .footer-text-60px {
    font-size: 36px;
  }

  .work-link-60px.home {
    flex: none;
    padding-left: 8px;
    padding-right: 0;
  }

  .work-arrow-image.home {
    max-width: 20px;
    margin-top: 14px;
    margin-left: 10px;
  }

  .column-images, .column-images._3 {
    width: 45%;
  }

  .column-images._5 {
    display: none;
  }

  .instagram-image._1 {
    margin-bottom: 0;
  }

  .nav-links-wrapper.in-menu {
    padding-left: 20px;
  }

  .hero-image-home-2 {
    width: 100%;
  }

  .top-left-contain.home {
    margin-bottom: 60px;
  }

  .bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .entrust-wrapper {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .entrust-heading {
    font-size: 24px;
  }

  .button-text {
    flex: none;
    font-size: 18px;
  }

  .cta-big-text {
    margin-top: 10px;
    font-size: 24px;
  }

  .steps-h2-heading {
    font-size: 36px;
  }

  .steps-tops-paragraph {
    font-size: 18px;
  }

  .steps-bottom-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .step-image {
    margin-top: 40px;
  }

  .work-with-grid {
    max-width: none;
  }

  .work-with-contain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-h5-heading, .showreel-heading {
    font-size: 36px;
  }

  .showreel-paragraph {
    font-size: 18px;
  }

  .awards-contain {
    align-items: flex-start;
  }

  .awards-image {
    margin-right: 20px;
  }

  .showreel-video.cms, .showreel-image.cms {
    height: 400px;
  }

  .faq-content {
    font-size: 16px;
  }

  .awards-main-heading {
    font-size: 36px;
    line-height: 120%;
  }

  .faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  ._90px-h1-heading {
    font-size: 46px;
  }

  .entrust-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .create-heading, .create-heading.home-3, .point-heading {
    font-size: 36px;
  }

  .testimonial-heading {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .testmonial-text-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .testmonial-text-wrap.homepage-4 {
    flex-direction: column;
  }

  .testimonial-image {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .testimonial-image.homepage-4 {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .testimonial-contain.blue.middle {
    left: 0;
  }

  .testimonial-paragraph {
    font-size: 18px;
  }

  .testimonial-image-block {
    margin-right: 14px;
  }

  .stats-wrap.homepage-4 {
    padding-top: 100px;
  }

  .stats-wrap.homepage-5 {
    padding-top: 140px;
  }

  .award-heading {
    font-size: 36px;
  }

  .awards-grid {
    grid-template-columns: 1fr;
  }

  ._40px-arrow.train {
    width: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-18px.black {
    font-size: 18px;
  }

  .h1-64px-heading {
    font-size: 48px;
    line-height: 110%;
  }

  .hero-paragraph-homepage-4 {
    font-size: 18px;
  }

  .star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .testimonial-wrap-home {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

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

  .testimonial-name-home {
    font-size: 14px;
    line-height: 140%;
  }

  .testimonial-hero-contain {
    margin-top: 100px;
  }

  .logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .logos-wrap.homepage-5 {
    align-content: space-between;
  }

  .logo-home-4.about.last {
    margin-top: 10px;
    margin-right: 0;
  }

  .solutions-main-heading {
    font-size: 36px;
  }

  .solutions-paragraph {
    font-size: 18px;
  }

  .solution-number {
    margin-right: 10px;
    font-size: 20px;
  }

  .solution-text {
    margin-right: 5%;
    font-size: 26px;
  }

  .solutions-arrow {
    flex: none;
  }

  .goals-main-paragraph {
    font-size: 18px;
  }

  .connect-main-heading {
    font-size: 36px;
  }

  .form-main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-heading {
    font-size: 36px;
  }

  .footer-headings-wrap {
    margin-left: 16px;
  }

  .footer-info {
    font-size: 18px;
  }

  ._96px-heading._1 {
    text-align: center;
    font-size: 36px;
  }

  ._96px-heading._2 {
    font-size: 36px;
  }

  ._96px-heading._3 {
    text-align: center;
    margin-left: 0;
    font-size: 36px;
  }

  .rectangle-call-button:hover {
    background-color: var(--gradient-3);
  }

  .newsletter-right-contain {
    max-width: 100%;
  }

  .white-form {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 16px;
  }

  .contact-wrapper {
    padding-top: 150px;
  }

  .contact-heading {
    font-size: 36px;
  }

  .services-main-wrapper {
    padding-bottom: 40px;
  }

  .services-page-contain, .services-page-contain.reverse {
    margin-bottom: 140px;
  }

  .services-h2-heading {
    font-size: 36px;
  }

  .send-message-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-heading-28px {
    font-size: 24px;
  }

  .form-gradient-submit {
    background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .contact-heading-64px {
    font-size: 48px;
  }

  .email-text {
    font-size: 24px;
  }

  .checkbox-field {
    margin-right: 10px;
  }

  .fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .contact-form-field {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .reviews-main-wrapper.reviews-page-2 {
    padding-top: 120px;
  }

  .review-cards-right-wrap {
    margin-bottom: 0;
  }

  .review-paragraph {
    font-size: 18px;
  }

  .review-top-contain {
    flex-direction: column;
  }

  .review-divider {
    width: 100%;
    height: 1px;
    margin: 40px 0;
  }

  .about-hero-heading {
    font-size: 46px;
  }

  .about-image-contain {
    height: 350px;
  }

  .about-image-bottom-left {
    bottom: 8%;
  }

  .about-me-middle-top {
    bottom: 25%;
  }

  .about-line {
    width: 60%;
    bottom: 78%;
  }

  .about-line-2 {
    width: 50%;
    bottom: 22%;
  }

  .work-heading {
    font-size: 36px;
  }

  .together-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-images-contain {
    height: 420px;
  }

  .clients-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .client-text {
    font-size: 80px;
    top: -7%;
  }

  .footer-top-left {
    margin-bottom: 80px;
  }

  .cta-wrapper {
    justify-content: flex-start;
  }

  .about-hero-image-wrap {
    width: 100%;
  }

  .about-hero-heading-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .creative-heading-64px {
    font-size: 48px;
  }

  .power-heading {
    font-size: 46px;
  }

  .client-bottom-text {
    font-size: 34px;
  }

  .create-heading-48px {
    font-size: 36px;
  }

  .trusted-logos-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .websites-wrapper {
    padding-bottom: 60px;
  }

  .websites-heading {
    font-size: 36px;
  }

  .create-text {
    margin-bottom: 0;
    font-size: 18px;
  }

  .blog-hero-wrapper {
    margin-bottom: 60px;
    overflow: visible;
  }

  .blog-heading-64px, .blog-heading-64px._90 {
    font-size: 48px;
  }

  .blog-contain {
    max-width: 280px;
  }

  .blog-contain._500px {
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-contain._354px-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-contain.horizontal {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-image-contain, .blog-thumbnail-image {
    height: 250px;
  }

  .categories-wrapper.template {
    flex-direction: column;
    justify-content: center;
  }

  .categories-wrapper.vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-category {
    margin-right: 10px;
  }

  .second-category, .second-category.top {
    margin-left: 0;
  }

  .blog-title {
    font-size: 24px;
  }

  .collection-item-blogs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-wrapper.blog-page-1 {
    margin-top: 140px;
  }

  .blog-heading-2 {
    font-size: 36px;
  }

  .blog-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-info-wrapper.blog {
    align-items: center;
  }

  .dot-blog {
    display: none;
  }

  .tabs-menu-page-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-content {
    margin-top: 20px;
    margin-left: 0;
  }

  .blog-heading-white {
    font-size: 48px;
  }

  .blog-wrapper-page-3 {
    padding-top: 120px;
  }

  .tabs-menu-right {
    border-radius: 10px;
    flex-wrap: wrap;
    display: flex;
  }

  .tab-links-page-3 {
    margin-bottom: 10px;
  }

  .collection-list-blog-3 {
    grid-template-columns: 1fr;
  }

  .template-hero-image {
    height: 400px;
  }

  .blog-top-info {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-hero-heading {
    font-size: 36px;
  }

  .blog-description-template, .blog-date, .read-time {
    font-size: 18px;
  }

  .blog-dot.hide {
    display: none;
  }

  .share-icons-wrapper {
    width: 100%;
  }

  .blog-rich-text blockquote {
    margin-left: 0;
  }

  .author-description {
    font-size: 18px;
  }

  .similar-blogs-wrapper {
    margin-bottom: 100px;
  }

  .project-heading-64px {
    font-size: 48px;
  }

  .project-tab-links {
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .tabs-menu {
    flex-direction: column;
    display: block;
  }

  .project-image-wrap {
    height: 300px;
  }

  .project-name-bold, .project-name-regular {
    font-size: 20px;
  }

  .project-description {
    font-size: 16px;
  }

  .project-description._22px {
    font-size: 18px;
  }

  .project-rich-text blockquote {
    margin-left: 10px;
    font-size: 20px;
  }

  .project-rich-text ul {
    margin-left: 0;
  }

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

  .more-projects-wrapper.projects {
    margin-bottom: 60px;
  }

  .product-info-text {
    padding-left: 10px;
  }

  .product-price {
    font-size: 24px;
  }

  .product-hero-wrapper {
    margin-bottom: 140px;
  }

  .collection-item-7, .main-image-link {
    height: 250px;
  }

  .contact-links {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .project-name-home {
    font-size: 20px;
  }

  .utility-page-wrap.password {
    padding-top: 0;
  }

  .utility-page-content.password {
    width: auto;
  }

  .utility-page-form {
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-wrapper, .subscribe-wrap, .testimonial-slide-wrap {
    width: 100%;
  }

  .testimonial-big-text.left {
    font-size: 20px;
  }

  .testimonial-bottom-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial-position-20px.white {
    font-size: 14px;
  }

  .testimonial-arrow {
    inset: auto 30% -23% auto;
  }

  .testimonial-arrow.left {
    inset: auto auto -23% 31%;
  }

  .circle-background.left-home {
    top: -11%;
  }

  .circle-background.left {
    height: auto;
    top: -19%;
  }

  .circle-background.left.projects {
    top: -9%;
  }

  .circle-background.left.project-details {
    top: -26%;
  }

  .circle-background.left.reviews {
    top: -5%;
  }

  .circle-background.left.reviews-2 {
    top: -4%;
  }

  .circle-background.left.blog-page-1 {
    top: -23%;
    left: -57%;
  }

  .circle-background.left.blog-2 {
    top: -13%;
  }

  .circle-background.left.shop {
    height: auto;
    top: -11%;
    left: -65%;
  }

  .circle-background.right {
    top: -1%;
  }

  .circle-background.right.projects {
    top: 2%;
  }

  .circle-background.right.reviews {
    top: 3%;
    right: -59%;
  }

  .circle-background.right.reviews-2 {
    top: 18%;
  }

  .circle-background.right.about-right {
    top: 4%;
  }

  .circle-background.right.blog-page-1 {
    top: -1%;
    right: -75%;
  }

  .circle-background.right.blog-2 {
    top: 2%;
  }

  .circle-background.right.shop {
    height: auto;
    top: -3%;
  }

  .circle-background.review {
    top: 10%;
  }

  .circle-background.course {
    top: -2%;
    right: -50%;
  }

  .circle-background.course-left {
    top: -9%;
  }

  .circle-background.about-1 {
    top: -27%;
  }

  .circle-background.left-course {
    top: -15%;
    left: -46%;
  }

  .circle-background.course-right {
    top: 3%;
  }

  .circle-background.blog-3-left {
    top: -22%;
  }

  .circle-background.blog-3-right {
    top: 26%;
  }

  .project-heading-40px {
    font-size: 26px;
  }

  .testimonial-wrapper.white {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .testimonial-haeding-48px {
    text-align: center;
    font-size: 36px;
  }

  .testimonial-text-32px {
    font-size: 22px;
  }

  .testimonial-names {
    font-size: 18px;
  }

  .main-testimonial-image {
    left: 20px;
  }

  .testimonial-black-image {
    max-width: 300px;
  }

  .create-line-2 {
    bottom: -7%;
  }

  .project-slider-wrap {
    margin-top: 60px;
  }

  .mask {
    max-width: 290px;
  }

  .project-slide {
    max-width: 290px;
    margin-right: 20px;
  }

  .project-slide-wrap {
    max-width: 290px;
  }

  .slider-image-contain {
    height: 280px;
  }

  .project-slide-image {
    width: 70%;
  }

  .slider-arrow {
    inset: -22% auto auto 0%;
  }

  .slider-arrow.right {
    inset: -22% auto auto 30%;
  }

  .goal-headings-wrap {
    margin-left: 24px;
  }

  .goal-paragraph {
    font-size: 16px;
  }

  .testimonial-slide-wrapper {
    padding-bottom: 100px;
  }

  .left-arrow-testimonial {
    inset: auto auto 0% 0%;
  }

  .right-arrow-testimonial {
    width: 50px;
    inset: auto auto 0% 10%;
  }

  .testimonial-light-box {
    width: 100%;
  }

  .course-text-24px {
    font-size: 20px;
  }

  .course-name {
    height: 120px;
    font-size: 25px;
  }

  .course-top-left {
    max-width: 140px;
  }

  .course-top-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .course-name-heading {
    font-size: 36px;
  }

  .course-name-heading.legends-title {
    font-size: 30px;
  }

  .trailer-button.courses {
    width: 100%;
  }

  .button-text-white {
    font-size: 18px;
  }

  .trailer-link {
    width: 100%;
  }

  .special-offer-text {
    margin-right: 0;
  }

  .price-contain {
    flex-direction: column;
    align-items: center;
  }

  .price-text-gradient {
    margin-top: 10px;
    margin-bottom: 4px;
    margin-right: 0;
  }

  .course-details-wrap.related {
    margin-top: 120px;
  }

  .design-resources-wrapper.center {
    padding-top: 0;
  }

  .tabs-menu-dr {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
  }

  .dr-tab-link {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    margin-right: 0;
    display: flex;
  }

  .dr-tab-link-rectangle {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .past-work-wrapper {
    padding-top: 140px;
  }

  .pw-heading-wrap {
    width: 100%;
  }

  .testimonial-right-arrow {
    left: 15%;
  }

  .dr-blog-contain {
    flex-direction: column;
  }

  .blog-category {
    margin-bottom: 20px;
  }

  .blog-heading-60px {
    font-size: 28px;
  }

  .blog-link-paragraph {
    font-size: 18px;
  }

  .testimonial-top-wrap, ._404-image {
    width: 90%;
  }

  ._404-heading {
    text-align: center;
    font-size: 80px;
    font-style: normal;
  }

  ._404-text {
    font-size: 30px;
  }

  .form-block {
    max-width: 100%;
    margin-bottom: 0;
  }

  .colors-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  ._22-px {
    font-size: 18px;
  }

  .columns-contain {
    width: 100%;
  }

  .navigation-drop-container.home {
    padding: 0;
  }

  .dropdown-links.navbar {
    padding: 20px;
  }

  .dropdown-lists.w--open {
    left: -10%;
  }

  .collection-item-project {
    padding-left: 0;
    padding-right: 0;
  }

  .work-with-contain-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overview-image-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .overview-image-text {
    height: 80px;
    padding-left: 0;
  }

  .hero-testimonial-wrapper {
    font-size: 18px;
  }

  ._100px-links {
    margin-right: 60px;
  }

  .cta-big-texts {
    margin-top: 10px;
    font-size: 24px;
  }

  .white-banner-heading {
    font-size: 40px;
  }

  .blog-mask {
    max-width: 280px;
  }

  .right-arrow {
    width: auto;
    inset: auto 25% -15% auto;
  }

  .left-arrow {
    width: auto;
    inset: auto auto -15% 25%;
  }

  .arrow-blog {
    box-shadow: 0 24px 80px #0d0e101f;
  }

  .blog-tab-link-page-2 {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .creative-heading-48px {
    line-height: 40px;
  }
}

#w-node-_857a0d10-20e2-58f8-d8ac-4338bad513e1-bad513bf, #w-node-_857a0d10-20e2-58f8-d8ac-4338bad513ee-bad513bf, #w-node-_857a0d10-20e2-58f8-d8ac-4338bad513f9-bad513bf, #w-node-_857a0d10-20e2-58f8-d8ac-4338bad51404-bad513bf, #w-node-_857a0d10-20e2-58f8-d8ac-4338bad5140d-bad513bf, #w-node-_857a0d10-20e2-58f8-d8ac-4338bad51414-bad513bf, #w-node-b6b6d323-82ad-e991-039e-697b829214c1-8292149f, #w-node-b6b6d323-82ad-e991-039e-697b829214ce-8292149f, #w-node-b6b6d323-82ad-e991-039e-697b829214d9-8292149f, #w-node-b6b6d323-82ad-e991-039e-697b829214e4-8292149f, #w-node-b6b6d323-82ad-e991-039e-697b829214ed-8292149f, #w-node-b6b6d323-82ad-e991-039e-697b829214f4-8292149f, #w-node-a28486d5-3477-82c2-d6e8-ddccb1f5c9fe-4be393df, #w-node-a28486d5-3477-82c2-d6e8-ddccb1f5ca0f-4be393df, #w-node-a28486d5-3477-82c2-d6e8-ddccb1f5ca20-4be393df, #w-node-_6681005b-5276-f1bc-9ed0-77b53f8f6816-f1e393e4, #w-node-efaf0a14-188b-fa6f-a000-05c31ff70eda-f1e393e4, #w-node-_26b5df1f-d431-5e41-7749-86b2bd4adb60-f1e393e4, #w-node-bf72541e-837f-2db5-c6e9-5224c0460a32-35e393e5, #w-node-_60bc9c26-2fa7-4f88-1e46-546b38728c18-35e393e5, #w-node-_67771609-696b-8029-74c8-9a3423cde1bd-35e393e5, #w-node-_5bbb180e-ab4b-71dc-5f48-490635d49f2e-35e393e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97256513-8134-b29b-ca8e-df13ba285c6e-32e393e6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fbb30c9-52df-fee3-a643-bd6c140177b3-32e393e6, #w-node-e82886b8-0334-b790-d52e-32daf7850c6a-32e393e6, #w-node-_1e245fda-4c9e-89ff-edff-714eae77db55-32e393e6, #w-node-aeb17bcb-49ab-53e1-be82-8ce28baf5b86-32e393e6, #w-node-f509be92-041d-ead3-8e93-ef1508f73042-7fe39424, #w-node-_94a1b623-dc66-4870-a6e2-5486ea49865a-7fe39424, #w-node-_864d21d2-8834-2c13-6163-e85e0a3c289f-7fe39424, #w-node-_8c3c3049-c25e-e87c-7025-45bfe67ff329-7fe39424, #w-node-_11f10e08-2f65-16b8-7e54-67cff2edb86d-7fe39424, #w-node-_622234d9-7e0c-8ce2-648d-8e15b1a4241b-7fe39424, #w-node-_59b0dfd6-1d80-cea0-beb1-be1cc8019085-7fe39424, #w-node-_72cea9a1-7a31-7885-b576-b79baa6ba605-7fe39424, #w-node-c9552dab-43d3-22be-df11-47488a96113a-7fe39424, #w-node-_28e2c3e2-7fba-c4bf-53a2-5c349d0366e4-7fe39424, #w-node-_7cbfd6e0-5cb5-2684-a3ca-807577981d8a-7fe39424 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71cf41c8-973f-b5d3-ffb1-924132a61cc9-8fd53ad9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71cf41c8-973f-b5d3-ffb1-924132a61cd8-8fd53ad9, #w-node-_71cf41c8-973f-b5d3-ffb1-924132a61ce7-8fd53ad9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71cf41c8-973f-b5d3-ffb1-924132a61cf6-8fd53ad9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec33d714-9d96-7355-afe1-3f5dc123522a-787e21a6 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-ec33d714-9d96-7355-afe1-3f5dc123522a-787e21a6 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1fbb30c9-52df-fee3-a643-bd6c140177b3-32e393e6, #w-node-e82886b8-0334-b790-d52e-32daf7850c6a-32e393e6, #w-node-_1e245fda-4c9e-89ff-edff-714eae77db55-32e393e6, #w-node-aeb17bcb-49ab-53e1-be82-8ce28baf5b86-32e393e6, #w-node-_71cf41c8-973f-b5d3-ffb1-924132a61cd8-8fd53ad9, #w-node-_71cf41c8-973f-b5d3-ffb1-924132a61ce7-8fd53ad9, #w-node-_71cf41c8-973f-b5d3-ffb1-924132a61cf6-8fd53ad9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ec33d714-9d96-7355-afe1-3f5dc123522a-787e21a6 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec33d714-9d96-7355-afe1-3f5dc123522a-787e21a6 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}


.display-none{
    display: none !important;
}