:root {
  --background: #efeff5;
  --color-purple-dark: #33225c;
  --blue-color-8: #428494;
  --width-large: 1920px;
  --width-small: 1140px;
  --radius-small: 4px;
  --blue-color-7: #397280;
  --color-purple-8: #1e1436;
  --blue-color-5: #2d5a66;
  --radius-large: 50em;
  --color-purple-2: #48307f;
  --color-4: #45454c;
  --color-purple-1: #563a99;
  --blue-color-15: #72e4ff;
  --transparent: rgba(255, 255, 255, 0);
  --color-1: #131314;
  --blue-color-1: #172d33;
  --blue-color-14: #6cd8f2;
  --blue-color-3: #22444c;
  --blue-color-6: #336673;
  --color-2: #242327;
  --blue-color-4: #274f59;
  --blue-color-11: #5ab6cc;
  --blue-color-10: #4fa0b3;
  --blue-color-9: #4891a2;
  --alt-color-50-opacity: rgba(114, 228, 255, .5);
  --blue-color-18: #d5f7ff;
  --color-purple-3: #8066bd;
  --alt-color-10-opacity: rgba(114, 228, 255, .1);
  --blue-color-2: #1d3940;
  --white: white;
  --color-purple-5: #c9bde4;
  --color-9: #a2a1b3;
  --alt-color-90-opacity: rgba(114, 228, 255, .9);
  --color-3: #2e2e33;
  --color-5: #515059;
  --color-7: #73737f;
  --color-8: #8b8a99;
  --color-10: #b6b5c9;
  --color-11: #c8c7dd;
  --alt-color-20-opacity: rgba(114, 228, 255, .2);
  --color-12: #d2d1e9;
  --color-13: #e6e5f1;
  --color-6: #5c5c66;
  --blue-color-12: #60c1d9;
  --blue-color-13: #66cce5;
  --alt-color-30-opacity: rgba(114, 228, 255, .3);
  --alt-color-05-opacity: rgba(114, 228, 255, .05);
  --alt-color-60-opacity: rgba(114, 228, 255, .6);
  --blue-color-16: #96ebff;
  --color-purple-7: #f9f6ff;
  --alt-color-40-opacity: rgba(114, 228, 255, .4);
  --color-purple-6: #ece7f8;
  --color-20-opacity: rgba(92, 92, 102, .2);
  --color-30-opacity: rgba(92, 92, 102, .3);
  --color-50-opacity: rgba(92, 92, 102, .5);
  --alt-color-80-opacity: rgba(114, 228, 255, .8);
  --color-05-opacity: rgba(92, 92, 102, .05);
  --color-10-opacity: rgba(92, 92, 102, .1);
  --color-40-opacity: rgba(92, 92, 102, .4);
  --color-60-opacity: rgba(92, 92, 102, .6);
  --color-70-opacity: rgba(92, 92, 102, .7);
  --color-80-opacity: rgba(92, 92, 102, .8);
  --color-90-opacity: rgba(92, 92, 102, .9);
  --alt-color-70-opacity: rgba(114, 228, 255, .7);
  --blue-color-17: #b7f1ff;
}

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
  -ms-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-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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 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-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.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: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

body {
  background-color: var(--background);
  color: var(--color-purple-dark);
  font-family: Space Grotesk Variable, sans-serif;
  font-size: .75vw;
  font-weight: 400;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 600;
  line-height: 1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 600;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1em;
}

h4, h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1em;
}

p {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

a {
  text-decoration: none;
}

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

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

strong {
  font-weight: bold;
}

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

figcaption {
  text-align: center;
  margin-top: 5px;
}

.alt-color-8 {
  background-color: var(--blue-color-8);
  width: 100%;
}

.container {
  z-index: 20;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container.larger-width {
  max-width: var(--width-large);
}

.container.in-works-hero {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  display: flex;
}

.container.is-fullscreen-width {
  max-width: none;
}

.container.is-narrow-width {
  max-width: var(--width-small);
}

.container.with-background {
  border-radius: var(--radius-small);
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .9);
  padding-left: 8em;
  padding-right: 8em;
}

.container.is-design-variation-1 {
  border-radius: var(--radius-small);
  background-color: rgba(255, 255, 255, .4);
  border: 1px solid rgba(255, 255, 255, .7);
  max-width: none;
}

.container.is-design-variation-2 {
  border-radius: var(--radius-small);
  background-color: rgba(255, 255, 255, .4);
  border: 1px solid rgba(255, 255, 255, .55);
  max-width: none;
  padding-left: 8vw;
  padding-right: 8vw;
}

.alt-color-7 {
  background-color: var(--blue-color-7);
  width: 100%;
}

.tabs {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icons {
  grid-column-gap: 3.25em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.animation-background-color {
  z-index: 15;
  background-color: var(--color-purple-8);
  width: 100%;
  height: 150%;
  display: none;
  position: absolute;
}

.animation-background-color.is-green-color {
  background-color: var(--blue-color-5);
}

.animation-background-color.is-background-color {
  background-color: var(--background);
}

.breadcrumbs {
  z-index: 100;
  max-width: var(--width-large);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-line {
  z-index: 10;
  background-color: var(--blue-color-8);
  width: 100%;
  height: 1px;
  position: relative;
}

.alt-color-5 {
  background-color: var(--blue-color-5);
  width: 100%;
}

.style-guide-block {
  grid-row-gap: 10em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.breadcrumb-link {
  grid-column-gap: .25em;
  border-radius: var(--radius-large);
  color: var(--color-purple-2);
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0);
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  padding: .3em .7em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .2s, opacity .2s, padding .5s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  top: 1px;
}

.breadcrumb-link:hover {
  border-color: var(--color-4);
  background-color: var(--color-purple-1);
  opacity: 1;
  color: var(--blue-color-15);
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.paragraph {
  z-index: 10;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.6em;
  position: relative;
}

.paragraph.is-large {
  font-size: 1.6em;
  line-height: 1.7em;
}

.paragraph.is-medium {
  font-size: 1.5em;
}

.paragraph.is-extra-large {
  font-size: 2em;
}

.paragraph.is-small {
  border-radius: 80px;
  font-size: 1.2em;
}

.paragraph.is-hero-article-author {
  font-size: 1.8em;
  line-height: 1.2em;
}

.paragraph.is-article-author {
  font-size: 3em;
  line-height: 1.2em;
}

.cover-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover-image.is-parallax {
  height: 120%;
  top: auto;
  bottom: auto;
}

.image-overlay-color {
  z-index: 20;
  mix-blend-mode: multiply;
  background-color: rgba(19, 19, 20, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-rounded-link {
  border-radius: var(--radius-large);
  opacity: .5;
  color: var(--color-purple-2);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  min-width: 15em;
  padding: 1.3em 2em;
  line-height: 1.1em;
  transition: opacity .2s, background-color .2s;
}

.tab-rounded-link:hover {
  opacity: 1;
  color: var(--blue-color-1);
}

.tab-rounded-link.w--current {
  background-color: var(--color-purple-2);
  opacity: 1;
  color: var(--blue-color-14);
}

.alt-color-3 {
  background-color: var(--blue-color-3);
  width: 100%;
}

.color-pallete {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 20em;
  display: flex;
  position: relative;
}

.image-wrap {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.heading {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora Variable, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
}

.heading.is-small-title {
  font-size: 2.5em;
}

.heading.is-extra-large-title {
  font-size: 8em;
  line-height: 1.2em;
}

.heading.is-medium-title {
  font-size: 3.7em;
}

.heading.is-extra-small-title {
  font-size: 2em;
}

.heading.is-regular-title {
  font-size: 3em;
}

.heading.is-large-title {
  font-size: 5em;
  line-height: 1.2em;
}

.heading.is-service-hero-title {
  font-size: 5em;
  line-height: 1.3em;
}

.heading.is-home-hero-video-title {
  font-size: 9em;
  font-weight: 500;
  line-height: 1em;
}

.heading.is-light {
  font-weight: 300;
}

.heading.is-extra-bold {
  font-weight: 800;
}

.heading.is-service-hero-large-title {
  margin-left: -.05em;
  font-size: 17.5vw;
  line-height: 1em;
}

.heading.with-more-height {
  line-height: 1.8em;
}

.heading.is-work-hero-title {
  font-size: 4em;
  line-height: 1.4em;
}

.heading.is-testimonial-accordion-title {
  font-size: 5em;
  line-height: 1.2em;
}

.heading.is-product-title {
  font-size: 3.3em;
  line-height: 1.2em;
}

.heading.is-checkout-title {
  font-size: 1.8em;
}

.heading.is-service-hero-medium-title {
  text-align: center;
  font-size: 9em;
  font-weight: 500;
  line-height: 1.1em;
}

.heading.is-home-hero-title {
  text-transform: uppercase;
  font-family: Space Grotesk Variable, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: .9em;
}

.heading.is-home-hero-title.is-2nd, .heading.is-home-hero-title.is-3rd {
  color: var(--color-purple-2);
}

.heading.is-works-hero-title {
  font-size: 8em;
  line-height: 1.1em;
}

.heading.is-large-call-to-action-title {
  flex: none;
  font-size: 10vw;
  line-height: 1em;
}

.heading.is-large-call-to-action-title.is-1st, .heading.is-large-call-to-action-title.is-3rd {
  opacity: .5;
}

.heading.is-sticky-content-link-title {
  font-size: 5em;
  line-height: 1.2em;
}

.heading.is-service-title {
  font-size: 5em;
  line-height: 1.3em;
}

.heading.is-featured-project-title {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.6em;
}

.heading.is-featured-project-title.is-larger {
  font-size: 3.4em;
  line-height: 1.3em;
}

.heading.is-project-title {
  font-size: 2.4em;
}

.heading.is-service-with-accordion-title {
  text-align: center;
  font-size: 3em;
}

.heading.is-home-content-title {
  text-transform: uppercase;
  font-size: 2.5em;
}

.heading.is-service-in-row-title {
  font-size: 1.6em;
  line-height: 1.1em;
}

.heading.is-simple-service-title {
  font-size: 3.5em;
}

.heading.is-team-title {
  font-size: 1.8em;
  line-height: 1.1em;
}

.heading.is-article-2-title {
  font-size: 1.9em;
  line-height: 1.5em;
}

.heading.is-regular-article-title {
  font-size: 1.7em;
  line-height: 1.5em;
}

.heading.is-simple-hero-title {
  font-size: 6em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.is-hero-10-title {
  text-align: center;
  margin-bottom: .1em;
  font-size: 15em;
  line-height: 1em;
}

.heading.is-hero-8-title-2 {
  color: var(--color-purple-2);
  text-indent: -.0225em;
  font-size: 22em;
  font-weight: 500;
  line-height: 1em;
}

.heading.is-works-hero-2-title {
  text-indent: -.0225em;
  text-transform: uppercase;
  font-size: 16em;
  font-weight: 700;
  line-height: 1em;
}

.heading.is-solution-title {
  text-align: center;
  font-size: 4em;
  line-height: 1.2em;
}

.heading.is-faq-acc-title {
  color: var(--color-purple-1);
  font-size: 2.4em;
  line-height: 1.4em;
}

.heading.is-regular-hero-title {
  margin-left: -.05em;
  font-size: 17.5vw;
  line-height: 1em;
}

.heading.is-regular-hero-title.in-pricing {
  font-size: 13vw;
}

.heading.is-call-to-action-title {
  margin-left: -.05em;
  font-size: 14vw;
  line-height: 1em;
}

.heading.is-work-page-hero-title {
  font-size: 3.6em;
  line-height: 1.3em;
}

.heading.is-moving-title {
  flex: none;
  font-size: 10vw;
  line-height: 1em;
}

.heading.is-moving-title.is-1st, .heading.is-moving-title.is-3rd {
  opacity: .5;
}

.heading.is-solution-page-hero-title {
  color: var(--color-purple-2);
  text-indent: -.0225em;
  font-size: 13em;
  font-weight: 500;
  line-height: 1em;
}

.heading.is-hero-article-title {
  font-size: 5.2em;
}

.heading.is-topic-hero-title {
  font-size: 5em;
}

.heading.is-client-hero-title {
  flex: none;
  width: 60vw;
  margin-left: -.05em;
  font-size: 8vw;
  line-height: 1.1em;
}

.heading.is-information-title {
  width: 60vw;
  margin-left: -.05em;
  font-size: 10vw;
  line-height: 1em;
}

.heading.is-product-hero-title {
  text-align: center;
  margin-bottom: .1em;
  font-size: 6em;
  line-height: 1.1em;
}

.heading.is-store-hero-title {
  text-align: center;
  margin-bottom: .1em;
  font-size: 12em;
  line-height: 1em;
}

.heading.is-confirmation-title {
  width: 80vw;
  margin-left: -.05em;
  font-size: 8vw;
  line-height: 1em;
}

.heading.is-overview-large-title {
  color: var(--color-purple-2);
  text-indent: -.0225em;
  font-size: 20em;
  font-weight: 500;
  line-height: 1em;
}

.heading.is-topic-title {
  font-size: 3em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-about-hero-title {
  margin-left: -.05em;
  font-size: 16vw;
  line-height: 1em;
}

.heading.is-solutions-hero-title {
  color: var(--color-purple-2);
  text-indent: -.0225em;
  font-size: 22em;
  font-weight: 500;
  line-height: 1em;
}

.heading.is-contact-hero-title {
  margin-left: -.05em;
  font-size: 17.5vw;
  line-height: 1em;
}

.heading.is-team-hero-title {
  font-size: 8em;
  line-height: 1.1em;
}

.heading.is-team-member-title {
  text-align: center;
  font-size: 3em;
}

.heading.is-service-page-hero-title {
  font-size: 5em;
  line-height: 1.1em;
}

.heading.is-team-member-hero-title {
  font-size: 5em;
  line-height: 1.3em;
}

.heading.is-social-hero-title {
  font-size: 7em;
  line-height: 1.3em;
}

.heading.is-service-title-large {
  font-size: 6em;
  line-height: 1.3em;
}

.max-width-60 {
  z-index: 10;
  width: 100%;
  max-width: 60em;
  position: relative;
}

.alt-color-6 {
  background-color: var(--blue-color-6);
  width: 100%;
}

.breadcrumb-text {
  padding-top: .15em;
  font-size: .8em;
  line-height: 1em;
}

.tab-inner {
  width: 100%;
}

.tab-inner.with-flex {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  z-index: 10;
  object-fit: contain;
  flex: none;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
  position: relative;
}

.icon.is-semi-large {
  font-size: 1.9em;
}

.icon.is-medium {
  font-size: 1.7em;
}

.icon.is-large {
  font-size: 2.5em;
}

.icon.is-extra-large {
  font-size: 4em;
}

.icon.is-regular {
  font-size: 1.5em;
}

.icon.in-gallery {
  z-index: 3;
  background-color: var(--color-2);
  border-radius: 50%;
  width: 1em;
  height: 1em;
  padding: .3em;
  font-size: 3.5em;
  transition: background-color .2s;
  display: none;
  position: absolute;
}

.icon.in-gallery:hover {
  background-color: var(--color-purple-1);
}

.icon.in-gallery.is-larger {
  font-size: 5em;
}

.icon.in-home-hero {
  font-size: 2.3em;
}

.icon.is-secondary-button-icon {
  font-size: 1em;
}

.icon.is-accordion-icon {
  font-size: 1.7em;
}

.icon.is-accordion-icon.in-faq {
  font-size: 2.6em;
  position: absolute;
  right: .9em;
}

.icon.is-main-button-icon {
  font-size: 1.6em;
}

.alt-color-4 {
  background-color: var(--blue-color-4);
  width: 100%;
}

.alt-color-11 {
  background-color: var(--blue-color-11);
  width: 100%;
}

.main {
  z-index: 10;
  position: relative;
}

.alt-color-10 {
  background-color: var(--blue-color-10);
  width: 100%;
}

.padding {
  z-index: 10;
  width: 100%;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.padding.less-paddings {
  padding-top: 6em;
  padding-bottom: 6em;
}

.padding.bottom-0em {
  padding-bottom: 0;
}

.padding.for-newsletter {
  padding-top: 3%;
  padding-bottom: 0%;
}

.padding.for-newsletter-layout {
  padding-top: 1%;
  padding-bottom: 1%;
}

.padding.bottom-5em {
  padding-bottom: 5em;
}

.padding.for-carousel-logos {
  padding-top: 8em;
  padding-bottom: 8em;
}

.padding.top-5em {
  padding-top: 5em;
}

.padding.larger-paddings {
  padding-top: 15em;
  padding-bottom: 15em;
}

.alt-color-9 {
  background-color: var(--blue-color-9);
  width: 100%;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.opacity-70 {
  opacity: .7;
}

.section {
  z-index: 10;
  background-color: var(--transparent);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.overflow-visible {
  overflow: visible;
}

.section.is-newsletter-sec {
  border-bottom: 1px solid var(--color-1);
}

.section.with-background-transparent-1 {
  background-color: rgba(255, 255, 255, .3);
}

.section.with-background-transparent-2 {
  border-top: 1px solid var(--alt-color-50-opacity);
  border-bottom: 1px solid var(--alt-color-50-opacity);
  background-color: rgba(119, 205, 226, .2);
}

.section.with-background-transparent-4 {
  border-top: 1px solid var(--alt-color-50-opacity);
  border-bottom: 1px solid var(--alt-color-50-opacity);
  background-color: rgba(19, 19, 20, .8);
}

.section.with-background-transparent-3 {
  background-color: rgba(255, 255, 255, .4);
}

.section.with-border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.section.is-store-category-sec {
  border-top: 1px solid var(--alt-color-50-opacity);
  border-bottom: 1px solid var(--alt-color-50-opacity);
  border-radius: var(--radius-small);
  background-color: rgba(19, 19, 20, .8);
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.section.is-pricing-plans {
  z-index: 9;
  overflow: hidden;
}

.section.with-background-transparent-5 {
  border-top: 1px solid var(--alt-color-50-opacity);
  border-bottom: 1px solid var(--alt-color-50-opacity);
  background-color: rgba(51, 34, 92, .9);
}

.section.with-background-purple {
  background-color: var(--color-purple-dark);
  color: var(--blue-color-18);
}

.section.is-call-to-action-section {
  z-index: 20;
  overflow: visible;
}

.section.is-call-to-action-content-section {
  z-index: 20;
  overflow: hidden;
}

.vertical-flex {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.vertical-flex.with-gap-4em {
  grid-row-gap: 4em;
}

.vertical-flex.is-align-center {
  text-align: center;
  align-items: center;
}

.vertical-flex.with-gap-2em {
  grid-row-gap: 2em;
}

.vertical-flex.with-gap-2em.is-left {
  text-align: left;
}

.vertical-flex.with-gap-6em {
  grid-row-gap: 6em;
}

.vertical-flex.with-gap-8em {
  grid-row-gap: 8em;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.tab-content {
  z-index: 5;
  width: 100%;
  overflow: visible;
}

.alt-color-1 {
  background-color: var(--blue-color-1);
  width: 100%;
}

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

.rich-text p {
  margin-bottom: 1em;
  font-size: 1.6em;
  line-height: 1.6em;
}

.rich-text img {
  border-radius: 7px;
  width: 120%;
  min-width: 120%;
  max-width: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  left: -10%;
}

.rich-text li {
  background-image: url('../images/ok-icon-list-item.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.2em;
  padding-left: 2em;
  font-size: 1.6em;
  line-height: 1.3em;
}

.rich-text ul {
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.rich-text h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 3em;
  line-height: 1.1em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 4em;
  line-height: 1.1em;
}

.rich-text h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 2.5em;
  line-height: 1.1em;
}

.rich-text h4 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 2em;
  line-height: 1.1em;
}

.rich-text h5 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.8em;
  line-height: 1.1em;
}

.rich-text h6 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.6em;
  line-height: 1.1em;
}

.rich-text ol {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.rich-text blockquote {
  color: var(--color-purple-1);
  text-align: center;
  border-left-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .8em 0;
  font-size: 3.7em;
  font-style: italic;
  line-height: 1.4em;
}

.rich-text strong {
  font-weight: 600;
}

.rich-text figcaption {
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 1.2em;
  line-height: 1.3em;
}

.rich-text a {
  color: var(--color-purple-3);
  text-decoration: underline;
}

.rich-text a:hover {
  color: var(--color-purple-2);
}

.rich-text.in-testimonial {
  text-align: center;
  font-size: 1.2em;
}

.style-guide-image {
  width: 100%;
  height: 80vh;
  position: relative;
}

.tabs-rounded-links {
  border: 1px solid var(--blue-color-14);
  border-radius: var(--radius-large);
  background-color: var(--alt-color-10-opacity);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  padding: .5em;
  display: flex;
}

.tab-link-text {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1em;
}

.alt-color-2 {
  background-color: var(--blue-color-2);
  width: 100%;
}

.parallax-animation {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-input {
  z-index: 50;
  border: 0px solid var(--transparent);
  color: var(--color-purple-2);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 30vw;
  height: 4em;
  margin-bottom: 0;
  padding: .5em 0;
  font-size: 1.5em;
  font-weight: 500;
  position: relative;
}

.search-input::placeholder {
  color: var(--color-purple-2);
  font-weight: 500;
}

.nav-link-text {
  z-index: 10;
  padding-top: .15em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.search-wrap {
  z-index: 999;
  border-radius: var(--radius-small);
  background-color: var(--white);
  color: var(--color-1);
  display: none;
  position: absolute;
  top: 5.8em;
  overflow: hidden;
  box-shadow: 0 15px 30px -10px rgba(51, 34, 92, .3);
}

.dropdown-toggle {
  z-index: 101;
  grid-column-gap: .5em;
  border: 1px solid var(--color-purple-5);
  border-radius: var(--radius-large);
  background-color: var(--transparent);
  color: var(--color-purple-1);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .2em 1.5vw;
  font-size: .9em;
  font-weight: 500;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.dropdown-toggle:hover {
  border-color: var(--color-9);
  background-color: var(--white);
}

.nav-dropdown-link {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 0;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: static;
}

.nav-dropdown-link:hover {
  width: 115%;
}

.brand-name-text {
  font-family: Lora Variable, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
}

.nav-main-link {
  z-index: 10;
  border-radius: var(--radius-large);
  background-color: var(--transparent);
  color: var(--color-purple-1);
  text-align: center;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: .2em 1.5vw;
  font-size: .9em;
  line-height: 1em;
  transition: width .6s cubic-bezier(.075, .82, .165, 1), color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-main-link:hover {
  z-index: 11;
  color: var(--blue-color-15);
  width: 115%;
}

.nav-main-link.w--current {
  border: 1px solid var(--color-4);
  background-color: var(--color-purple-2);
  color: var(--background);
  font-weight: 700;
}

.nav {
  z-index: 995;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-main {
  z-index: 200;
  max-width: var(--width-large);
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 7em;
  min-height: 7em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.dropdown-icon {
  width: 1em;
  height: 1em;
  font-size: 1.3em;
}

.nav-search-button {
  z-index: 10;
  border: 1px solid var(--color-purple-5);
  border-radius: var(--radius-large);
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 4.7em;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-search-button:hover {
  border-color: var(--color-purple-2);
  background-color: var(--white);
}

.nav-main-links {
  border: 1px solid var(--color-purple-5);
  border-radius: var(--radius-large);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
}

.search {
  z-index: 50;
  grid-column-gap: .5em;
  border: 1px solid var(--color-purple-2);
  border-radius: var(--radius-small);
  background-color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 1.5em 1.5em 1.5em 2.5em;
  display: flex;
  position: relative;
}

.search-button {
  z-index: 50;
  border-radius: var(--radius-large);
  background-color: var(--color-purple-2);
  color: var(--blue-color-15);
  align-self: stretch;
  min-height: 3em;
  padding: .5em 2.3em;
  font-size: 1.8em;
  font-weight: 500;
  transition: background-color .2s;
  position: relative;
}

.search-button:hover {
  background-color: var(--color-purple-dark);
}

.nav-secondary-links {
  z-index: 10;
  grid-column-gap: 1em;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.opacity-50 {
  opacity: .5;
}

.nav-button-icon {
  z-index: 10;
  object-fit: contain;
  flex: none;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: relative;
}

.nav-brand {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--color-purple-2);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0 0;
  transition: color .2s;
  display: flex;
}

.nav-brand:hover {
  color: var(--color-purple-dark);
}

.logo-image-default {
  z-index: 10;
  object-fit: contain;
  object-position: 0% 50%;
  flex: none;
  width: 2.5em;
  height: 2.5em;
  display: none;
  position: relative;
}

.fullscreen-menu {
  z-index: 1050;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.empty-state-hidden {
  display: none;
}

.accordion {
  z-index: 10;
  border-bottom: 1px solid var(--color-purple-2);
  color: var(--color-purple-dark);
  background-color: rgba(255, 255, 255, 0);
  flex: none;
  align-self: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: border-color .2s, background-color .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion:hover {
  background-color: rgba(255, 255, 255, .35);
}

.accordion.is-alternative {
  border-bottom-width: 1px;
  border-bottom-color: var(--alt-color-90-opacity);
  background-color: rgba(0, 0, 0, 0);
}

.accordion.is-alternative:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
}

.accordion.in-menu {
  border-bottom-color: var(--color-purple-5);
}

.accordion.in-menu:hover {
  border-bottom-color: var(--color-purple-1);
  background-color: var(--transparent);
}

.accordion.in-project {
  border-bottom-width: 0;
}

.accordion.in-project:hover {
  background-color: var(--transparent);
}

.accordion.in-service-with-accordion {
  border-bottom-width: 0;
}

.accordion.in-service-with-accordion:hover {
  background-color: var(--transparent);
}

.accordion.in-team-member {
  border-bottom-width: 0;
}

.accordion.in-team-member:hover {
  background-color: var(--transparent);
}

.accordion-dropdown {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: relative;
}

.accordion-dropdown.w--open {
  position: relative;
}

.accordion-toggle {
  z-index: 10;
  grid-column-gap: 2em;
  color: var(--color-purple-2);
  text-align: center;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 10em;
  padding: 2em 5em;
  display: flex;
  position: relative;
}

.accordion-toggle.is-alternative {
  color: var(--blue-color-15);
  text-align: left;
  padding-left: 5em;
  padding-right: 5em;
}

.accordion-toggle.in-testimonials {
  color: var(--color-purple-2);
  padding: 5em;
}

.accordion-toggle.in-menu {
  color: var(--color-purple-2);
  min-height: auto;
  padding: 2vh 0;
  transition: color .2s;
}

.accordion-toggle.in-menu:hover {
  color: var(--color-purple-2);
}

.accordion-toggle.in-project {
  grid-column-gap: 1em;
  border-radius: var(--radius-small);
  color: var(--color-purple-dark);
  background-color: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .6);
  justify-content: space-between;
  min-height: auto;
  padding: 1.3em 2em;
  transition: border-color .2s, background-color .2s;
}

.accordion-toggle.in-project:hover {
  background-color: rgba(255, 255, 255, .4);
  border-color: rgba(255, 255, 255, .9);
}

.accordion-toggle.in-service {
  grid-column-gap: 1em;
  border-radius: var(--radius-large);
  color: var(--color-purple-2);
  background-color: rgba(255, 255, 255, .25);
  border: 1px solid rgba(255, 255, 255, .6);
  justify-content: center;
  min-height: auto;
  padding: 1.3em 2em;
  transition: border-color .2s, background-color .2s;
}

.accordion-toggle.in-service:hover {
  background-color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .9);
}

.accordion-toggle.in-faqs {
  color: var(--color-1);
  min-height: auto;
  padding: 3.3em 8em;
}

.accordion-toggle.in-team-member {
  grid-column-gap: 1em;
  border-radius: var(--radius-large);
  color: var(--color-purple-2);
  background-color: rgba(255, 255, 255, .25);
  border: 1px solid rgba(255, 255, 255, .6);
  justify-content: center;
  min-height: auto;
  padding: 1.3em 2em;
  transition: border-color .2s, background-color .2s;
}

.accordion-toggle.in-team-member:hover {
  background-color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .9);
}

.accordion-title {
  z-index: 20;
  text-align: left;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  position: relative;
}

.accordion-title.in-menu {
  font-size: 1.4em;
}

.accordion-title.in-project, .accordion-title.in-service, .accordion-title.in-team-member {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  max-width: none;
  font-size: 1.1em;
  font-weight: 600;
}

.nav-menu-button {
  z-index: 100;
  border: 1px solid var(--color-purple-2);
  border-radius: var(--radius-large);
  background-color: var(--color-purple-2);
  color: var(--blue-color-15);
  cursor: pointer;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 13em;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 15px 15px 30px -10px rgba(51, 34, 92, .4);
}

.nav-menu-button:hover {
  background-color: var(--color-purple-dark);
}

.nav-menu-button-icon {
  z-index: 10;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-1 {
  background-color: var(--color-1);
  width: 100%;
}

.color-2 {
  background-color: var(--color-2);
  width: 100%;
}

.color-3 {
  background-color: var(--color-3);
  width: 100%;
}

.color-4 {
  background-color: var(--color-4);
  width: 100%;
}

.color-5 {
  background-color: var(--color-5);
  width: 100%;
}

.color-7 {
  background-color: var(--color-7);
  width: 100%;
}

.color-8 {
  background-color: var(--color-8);
  width: 100%;
}

.color-9 {
  background-color: var(--color-9);
  width: 100%;
}

.color-10 {
  background-color: var(--color-10);
  width: 100%;
}

.color-11 {
  background-color: var(--color-11);
  width: 100%;
}

.nav-background {
  z-index: -1;
  background-color: var(--background);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-notification {
  z-index: 10;
  grid-column-gap: .75em;
  background-color: var(--color-1);
  color: var(--color-8);
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5em 4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.breadcrumb-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

.opacity-80 {
  opacity: .8;
}

.menu-layout {
  z-index: 10;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-load-transition {
  z-index: 99999;
  background-color: var(--color-purple-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-lightbox {
  z-index: 10;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30em;
  transition: transform .4s cubic-bezier(.075, .82, .165, 1), box-shadow .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px -20px rgba(1, 22, 38, .36);
}

.gallery-lightbox:hover {
  transform: translate(0, -3px);
  box-shadow: 0 30px 40px -20px rgba(1, 22, 38, .5);
}

.gallery-lightbox.is-dark {
  box-shadow: none;
}

.gallery-lightbox.is-dark:hover {
  box-shadow: 0 40px 40px -20px var(--color-1);
}

.gallery-lightbox.in-product-small {
  height: 10em;
}

.gallery-lightbox.in-work-page {
  box-shadow: none;
  height: 30em;
}

.gallery-lightbox.in-work-page:hover {
  box-shadow: 0 40px 40px -20px var(--color-1);
}

.gallery-lightbox.in-product {
  box-shadow: none;
  height: 35em;
}

.gallery-lightbox.in-product:hover {
  box-shadow: 0 40px 40px -20px var(--color-1);
}

.gallery-thumbnail {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-field {
  z-index: 1;
  color: var(--color-1);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(83, 55, 146, .25);
  border-radius: 0;
  min-height: 3.3em;
  margin-bottom: 0;
  padding: 1em 0 .5em;
  font-size: 1.8em;
  font-weight: 400;
  transition: border-color .2s;
  position: relative;
}

.text-field:active {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) var(--color-1) rgba(255, 255, 255, 0);
}

.text-field:focus {
  border-color: transparent transparent var(--color-1);
}

.text-field:focus-visible {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) var(--color-1);
}

.text-field[data-wf-focus-visible] {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) var(--color-1);
}

.text-field::placeholder {
  color: var(--color-purple-1);
  font-size: 1em;
}

.field-label {
  z-index: 2;
  color: rgba(83, 55, 146, .65);
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
  position: absolute;
  top: 0;
}

.form-field {
  z-index: 10;
  border-radius: var(--radius-small);
  background-color: var(--transparent);
  border: 1px solid rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.checkbox-field {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
  display: flex;
  position: relative;
}

.checkbox-field.is-2nd {
  color: var(--color-11);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.checkbox {
  border-width: 4px;
  border-color: var(--color-purple-1);
  border-radius: var(--radius-small);
  cursor: pointer;
  flex: none;
  width: 2.5em;
  height: 2.5em;
  margin: 0 2em 0 -2em;
  transition: background-color .2s, border-width .2s;
}

.checkbox:hover {
  border-width: 6px;
  border-color: var(--color-purple-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--color-purple-1);
  background-color: var(--color-purple-1);
  background-image: url('../images/done-fill0-wght700-grad0-opsz24-2.svg');
  background-size: 2em;
}

.checkbox.w--redirected-focus {
  border-width: 6px;
  border-color: var(--color-purple-1);
  box-shadow: none;
}

.checkbox-label {
  color: var(--color-purple-1);
  text-align: left;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.3em;
}

.success-message {
  z-index: 20;
  border-radius: var(--radius-small);
  background-color: var(--color-1);
  color: var(--white);
  padding: 12em 5em;
  position: relative;
  overflow: hidden;
}

.success-message.in-newsletter {
  color: var(--white);
  padding-top: 6em;
  padding-bottom: 6em;
}

.success-message-size {
  z-index: 10;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 94%;
  max-width: 40em;
  min-height: 20em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.success-message-size.in-newsletter {
  grid-column-gap: 2em;
  flex-direction: row;
  max-width: none;
  min-height: auto;
}

.success-message-text {
  font-size: 3.4em;
  font-weight: 400;
  line-height: 1.4em;
}

.success-message-text.in-newsletter {
  max-width: 15em;
  font-size: 2em;
}

.error-message {
  color: var(--color-1);
  text-align: center;
  background-color: #ffc5c6;
  border: 1px solid #e06365;
  border-radius: 5px;
  margin-top: .5em;
  padding: 1em;
  font-size: 2em;
  font-weight: 500;
}

.error-message-text {
  line-height: 1.4em;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  overflow: visible;
}

.utility-page-wrap {
  background-color: var(--background);
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.utility-page-content {
  z-index: 20;
  grid-row-gap: 1.75em;
  text-align: center;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 60em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
  display: flex;
  position: relative;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form.is-2nd {
  grid-row-gap: .5em;
}

.gallery-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tab-link {
  border-radius: var(--radius-small);
  opacity: .5;
  color: var(--blue-color-15);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  min-width: 17em;
  padding: 1.3em 2em;
  line-height: 1.1em;
  transition: color .2s;
}

.tab-link:hover {
  opacity: .8;
}

.tab-link.w--current {
  border-color: var(--alt-color-50-opacity);
  background-color: var(--color-purple-2);
  opacity: 1;
  color: var(--blue-color-15);
}

.tabs-links {
  border: 1px solid var(--alt-color-20-opacity);
  border-radius: var(--radius-small);
  background-color: var(--alt-color-10-opacity);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  padding: .5em;
  display: flex;
}

.search-hero {
  z-index: 10;
  border-bottom: 1px solid var(--color-7);
  color: var(--color-purple-2);
  text-align: center;
  background-color: rgba(255, 255, 255, .3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.search-result-list {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.search-result-wrapper {
  width: 100%;
}

.color-12 {
  background-color: var(--color-12);
  width: 100%;
}

.color-13 {
  background-color: var(--color-13);
  width: 100%;
}

.color-14 {
  background-color: var(--background);
  width: 100%;
}

.color-6 {
  background-color: var(--color-6);
  width: 100%;
}

.alt-color-12 {
  background-color: var(--blue-color-12);
  width: 100%;
}

.search-result-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--color-purple-2);
  color: var(--color-purple-2);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  min-height: 3em;
  margin-bottom: 0;
  padding: .5em 1em .5em 0;
  font-size: 2em;
}

.search-result-input:focus {
  outline-offset: 0px;
  outline: 0 solid rgba(0, 0, 0, 0);
}

.search-result-input::placeholder {
  color: var(--color-purple-2);
}

.search-in-results {
  border: 1px solid var(--color-purple-2);
  border-radius: var(--radius-small);
  color: var(--color-purple-2);
  background-color: rgba(255, 255, 255, .5);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 1.5em;
  transition: background-color .2s;
  display: flex;
}

.search-in-results:hover {
  background-color: rgba(255, 255, 255, .8);
}

.search-result-button {
  border-radius: var(--radius-small);
  background-color: var(--color-purple-2);
  color: var(--blue-color-15);
  min-width: 8em;
  min-height: 3em;
  padding: .5em 1em;
  font-size: 2em;
  line-height: 1.2em;
  transition: background-color .2s;
}

.search-result-button:hover {
  background-color: var(--blue-color-6);
}

.search-result-item {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.search-result-image {
  border: 1px solid var(--color-purple-2);
  border-radius: var(--radius-small);
  width: 100%;
  height: 18em;
  position: relative;
  overflow: hidden;
}

.breadcrumbs-wrap {
  border: 1px solid var(--color-purple-5);
  border-radius: var(--radius-large);
  justify-content: center;
  align-items: center;
  padding: .2em;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.breadcrumbs-wrap:hover {
  border-color: var(--color-purple-1);
  background-color: rgba(255, 255, 255, .2);
}

.alt-color-13 {
  background-color: var(--blue-color-13);
  width: 100%;
}

.alt-color-14 {
  background-color: var(--blue-color-14);
  width: 100%;
}

.dropdown-list {
  z-index: 100;
  background-color: rgba(255, 255, 255, 0);
  top: 5em;
}

.dropdown-list.w--open {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3em;
  display: flex;
  position: absolute;
  top: 4.5em;
}

.image-overlay-color-2nd {
  z-index: 20;
  background-color: var(--blue-color-3);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-80 {
  z-index: 10;
  width: 100%;
  max-width: 80em;
  position: relative;
}

.service-hero {
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  padding: 18em 8vw 12em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-hero-layout {
  z-index: 10;
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.service-hero-images {
  z-index: 10;
  border-radius: var(--radius-small);
  flex-direction: column;
  justify-content: space-between;
  min-height: 50em;
  display: flex;
  position: relative;
  overflow: visible;
}

.service-hero-content-wrapper {
  z-index: 10;
  grid-row-gap: 4em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 39em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.accordions-2-background {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.accordions-dark-layout {
  border: 1px solid var(--blue-color-9);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(51, 34, 92, .6);
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.accordions-dark-title-block {
  grid-row-gap: 1.5em;
  color: var(--blue-color-15);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5em;
  display: flex;
}

.accordions-dark-wrapper {
  z-index: 10;
  position: relative;
}

.accordion-wrapper {
  grid-row-gap: 2.5em;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1em 5em 3em;
  display: flex;
  position: relative;
}

.accordion-wrapper.is-alternative {
  color: var(--white);
}

.accordion-wrapper.in-menu {
  padding-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
}

.accordion-wrapper.in-works {
  grid-row-gap: 1.5em;
  border-radius: var(--radius-small);
  background-color: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .6);
  margin-top: 1em;
  padding: 3em;
}

.accordion-wrapper.in-service, .accordion-wrapper.in-team-member {
  grid-row-gap: 1.5em;
  text-align: center;
  background-color: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  padding: 3em;
}

.content-for-projects {
  grid-column-gap: 8em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-content-block {
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 45em;
  display: flex;
}

.nav-call-to-action-button {
  z-index: 10;
  grid-column-gap: 1em;
  border: 1px solid var(--color-purple-3);
  border-radius: var(--radius-large);
  background-color: var(--white);
  color: var(--color-purple-2);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin: -1px;
  padding: .2em 1.3em;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
  transition: width .6s cubic-bezier(.075, .82, .165, 1), background-color .2s, color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-call-to-action-button:hover {
  background-color: var(--color-purple-2);
  color: var(--blue-color-14);
  width: 130%;
}

.nav-call-to-action-button.is-2nd {
  border-color: var(--transparent);
  background-color: var(--transparent);
}

.nav-call-to-action-button.is-2nd:hover {
  background-color: var(--color-purple-2);
  color: var(--blue-color-15);
}

.max-width-25 {
  z-index: 10;
  width: 100%;
  max-width: 25em;
  position: relative;
}

.field-label-required {
  z-index: 2;
  opacity: .7;
  color: var(--color-6);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1em;
  position: absolute;
  right: 2em;
}

.checkbox-field-link {
  opacity: .6;
  color: var(--color-purple-1);
  text-decoration: none;
}

.checkbox-field-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.success-message-image {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.success-message-overlay {
  z-index: 5;
  background-image: linear-gradient(to bottom, var(--color-11), var(--color-1));
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-field-password {
  border-radius: var(--radius-small);
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .6);
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.form-field-password:hover {
  background-color: rgba(255, 255, 255, .5);
}

.text-field-password {
  z-index: 1;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--color-purple-2);
  outline-offset: 0px;
  color: var(--color-purple-2);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  outline: 0 rgba(255, 255, 255, 0);
  height: 4em;
  margin-bottom: 0;
  padding: 1em 0 .5em;
  font-size: 1.4em;
  font-weight: 400;
  transition: border-color .2s;
  position: relative;
}

.text-field-password:hover {
  outline-offset: 0px;
  outline: 0 rgba(255, 255, 255, 0);
}

.text-field-password:focus {
  outline-width: 0;
  outline-color: rgba(255, 255, 255, 0);
}

.text-field-password::placeholder {
  color: var(--color-purple-2);
  font-size: 1em;
}

.field-label-password {
  z-index: 2;
  color: var(--color-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .7em;
  font-weight: 600;
  line-height: 1.1em;
  position: absolute;
  top: 1.9em;
}

.submit-button-password {
  z-index: 10;
  border-radius: var(--radius-large);
  background-color: var(--color-purple-2);
  color: var(--white);
  min-height: 3em;
  margin-top: 1em;
  padding: .5em 2.5em;
  font-size: 1.3em;
  font-weight: 400;
  transition: background-color .2s;
  position: relative;
}

.submit-button-password:hover {
  background-color: var(--blue-color-6);
}

.submit-button-password:focus {
  background-color: var(--blue-color-2);
  outline-offset: 0px;
  color: var(--blue-color-10);
  border: 0 solid rgba(0, 0, 0, 0);
  outline: 0 rgba(0, 0, 0, 0);
}

.form-block-password {
  width: 100%;
  margin-bottom: 0;
}

.error-message-password {
  color: var(--white);
  background-color: #a13c2c;
  border: 1px solid #e4afa7;
  margin-top: 1em;
  padding: 1.5em;
  font-size: 1.5em;
}

.search-result-content {
  z-index: 10;
  grid-row-gap: .75em;
  border: 1px solid var(--color-purple-2);
  border-radius: var(--radius-small);
  color: var(--color-1);
  background-color: rgba(255, 255, 255, .4);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -1px;
  padding: 2.5em;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.search-result-content:hover {
  background-color: rgba(255, 255, 255, .8);
}

.uppercase-title {
  z-index: 20;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.home-hero-with-video {
  z-index: 20;
  color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding: 9.3em 4vw 6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-wrapper {
  z-index: 20;
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-hero-title-with-description {
  grid-row-gap: 2.25em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-button-text {
  z-index: 10;
  font-size: 1.4em;
  line-height: 1em;
  position: relative;
}

.max-width-30 {
  z-index: 10;
  width: 100%;
  max-width: 30em;
  position: relative;
}

.empty-state-default {
  z-index: 100;
  background-color: var(--color-purple-1);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5em;
  font-size: 1.5em;
  display: flex;
  position: relative;
}

.custom-list {
  z-index: 10;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.custom-list-item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  color: var(--color-purple-2);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-top: .4em;
  padding-bottom: .4em;
  display: flex;
}

.custom-list-text {
  font-size: 1.5em;
  line-height: 1.4em;
}

.custom-list-icon-block {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: .5em;
  display: flex;
  position: relative;
  overflow: visible;
}

.custom-list-icon-border {
  z-index: 1;
  border: 1px solid var(--alt-color-90-opacity);
  background-color: var(--color-purple-2);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-list-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  font-size: 1.7em;
  position: relative;
}

.simple-hero {
  z-index: 100;
  border-bottom: 1px solid var(--color-1);
  background-color: var(--transparent);
  background-image: linear-gradient(to bottom, var(--transparent), rgba(255, 255, 255, .7));
  color: var(--color-purple-2);
  text-align: center;
  padding-top: 20em;
  padding-bottom: 8em;
  position: relative;
  overflow: hidden;
}

.footer {
  z-index: 100;
  background-color: var(--transparent);
  color: var(--color-11);
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-layout {
  z-index: 20;
  flex-direction: column;
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 8em 8em;
  display: flex;
  position: relative;
}

.subfooter {
  grid-column-gap: 8em;
  grid-row-gap: 2.5em;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.subfooter-link-text {
  border: 1px solid var(--transparent);
  border-radius: var(--radius-large);
  opacity: .5;
  color: var(--color-1);
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: .5em .7em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2em;
  transition: background-color .2s, border-color .2s, opacity .2s linear;
  display: inline-block;
}

.subfooter-link-text:hover {
  border-color: var(--color-1);
  opacity: 1;
  background-color: rgba(255, 255, 255, .5);
}

.subfooter-links-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .25em;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.form-layout-1 {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 94%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.information-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.information-link-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 1px solid var(--color-11);
  background-color: var(--transparent);
  color: var(--color-1);
  text-align: left;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em;
  font-size: .8em;
  line-height: 1.1em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.information-link-block:hover {
  border-color: var(--blue-color-10);
  background-color: var(--alt-color-20-opacity);
}

.information-link-block.w--current {
  border-color: var(--blue-color-11);
  background-color: var(--alt-color-10-opacity);
  color: var(--blue-color-7);
}

.search-url {
  opacity: .7;
  font-size: 1em;
}

.menu-delay-for-animation {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-submit-button {
  z-index: 10;
  border-radius: var(--radius-large);
  background-color: var(--color-purple-1);
  color: var(--white);
  flex: 1;
  margin-left: auto;
  padding: 1.3em 2.5em;
  font-size: 1.7em;
  font-weight: 400;
  transition: background-color .2s;
  position: relative;
}

.form-submit-button:hover {
  background-color: var(--color-purple-dark);
}

.form-submit-button:focus {
  background-color: var(--blue-color-2);
  outline-offset: 0px;
  color: var(--blue-color-10);
  border: 0 solid rgba(0, 0, 0, 0);
  outline: 0 rgba(0, 0, 0, 0);
}

.nav-notification-link {
  color: var(--color-11);
  font-size: 1.1em;
  line-height: 1.2em;
}

.nav-notification-link:hover {
  color: var(--blue-color-10);
}

.title-mark {
  background-color: var(--color-purple-2);
  flex: none;
  width: 1em;
  height: 1px;
  position: absolute;
  transform: rotate(45deg);
}

.title-mark.is-2nd {
  transform: rotate(-45deg);
}

.title-mark.is-color {
  background-color: var(--blue-color-14);
  opacity: .5;
}

.title-mark.is-purple {
  background-color: var(--color-purple-5);
}

.titles-with-mark {
  z-index: 11;
  grid-column-gap: 4.25em;
  color: var(--color-purple-dark);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.titles-with-mark.is-light {
  color: var(--color-11);
  text-align: center;
}

.home-hero-cards {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.service-hero-with-large-title {
  z-index: 20;
  color: var(--color-purple-2);
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-hero-grid-layout {
  z-index: 10;
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 90%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14em;
  padding-bottom: 10vh;
  display: grid;
  position: relative;
}

.service-hero-grid-wrapper {
  z-index: 20;
  grid-row-gap: 8em;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 40em;
  display: flex;
  position: relative;
}

.service-hero-grid-image {
  z-index: 10;
  border-radius: var(--radius-small);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-with-line {
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  color: var(--color-purple-1);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: color .2s;
  display: flex;
  overflow: hidden;
}

.button-with-line:hover {
  color: var(--color-1);
}

.service-hero-description {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-hero-card-block {
  grid-row-gap: .75em;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--color-12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-right-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: -1px;
  padding: 4.5em 2.5em;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.home-hero-card-block:hover {
  width: 120%;
}

.home-hero-card-block.is-link-block {
  color: var(--white);
  background-color: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .35);
  border-right-width: 1px;
  transition: border-color .2s, background-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
}

.home-hero-card-block.is-link-block:hover {
  border-width: 1px;
  border-color: var(--blue-color-9);
  background-color: var(--alt-color-20-opacity);
  background-image: url('../images/arrow-next-white-1.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 6em;
}

.card-content {
  grid-column-gap: 2.75em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 39em;
  display: flex;
}

.works-hero-vertical {
  z-index: 20;
  color: var(--color-purple-2);
  background-color: rgba(255, 255, 255, .3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.works-hero-vertical-wrapper {
  grid-row-gap: 3em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.works-hero-vertical-layout {
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 12em;
  padding-bottom: 8em;
  display: flex;
}

.small-title-mark-text {
  z-index: 20;
  color: var(--color-purple-2);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  flex: none;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.small-title-mark-text.is-color {
  color: var(--blue-color-14);
  min-width: auto;
}

.small-title-mark-text.is-purple {
  color: var(--color-purple-5);
}

._3d-trigger {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._3d-trigger.for-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110%;
  height: 108%;
  display: flex;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

._3d-trigger.is-relative {
  position: relative;
  overflow: visible;
}

._3d-block {
  z-index: 1;
  perspective: 10000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

._3d-block.for-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._3d-block.is-relative {
  position: relative;
  overflow: visible;
}

.image-3d-parallax {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-background {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-sticky {
  z-index: 1;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.max-width-45 {
  z-index: 10;
  width: 100%;
  max-width: 45em;
  position: relative;
}

.about-content-grid {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 5em;
  display: grid;
  position: relative;
}

.about-content-layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12em 8vw;
  display: flex;
  position: relative;
}

.about-content-image {
  border-radius: var(--radius-small);
  position: relative;
  overflow: visible;
}

.about-content-wrapper {
  z-index: 10;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 30em;
  display: flex;
  position: relative;
}

.about-content-wrapper.in-overview {
  max-width: 40em;
}

.horizontal-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-flex.with-gap-2em {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
}

.regular-pricing-plans-wrapper {
  grid-column-gap: 2em;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.regular-pricing-layout {
  z-index: 10;
  grid-row-gap: 2.25em;
  border: 1px solid var(--color-purple-2);
  border-radius: var(--radius-small);
  color: var(--color-purple-2);
  text-align: left;
  background-color: rgba(255, 255, 255, .25);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 5em 4em 4em;
  display: flex;
  position: relative;
}

.regular-pricing-layout.is-featured {
  background-color: var(--color-purple-2);
  color: var(--blue-color-15);
}

.regular-pricing-label {
  border: 1px solid var(--blue-color-15);
  background-color: var(--color-purple-1);
  color: var(--blue-color-15);
  text-transform: uppercase;
  border-radius: 3px;
  padding: .5em 1em;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: auto;
  right: 1em;
}

.regular-price-number {
  letter-spacing: -.05em;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.regular-pricing-features {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.regular-pricing-line {
  background-color: var(--color-purple-5);
  width: 100%;
  height: 1px;
}

.regular-pricing-line.is-2nd {
  background-color: var(--blue-color-15);
}

.regular-price-text {
  opacity: .6;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

.regular-price-wrapper {
  grid-column-gap: 1.25em;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.regular-pricing-lists {
  font-size: .8em;
}

.regular-pricing-block {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  transition: box-shadow .4s cubic-bezier(.075, .82, .165, 1), transform .4s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.regular-pricing-block:hover {
  transform: translate(0, -8px);
  box-shadow: 0 19px 30px -20px rgba(51, 34, 92, .37);
}

.regular-pricing-button {
  margin-top: auto;
}

.regular-pricing-label-text {
  letter-spacing: .1em;
  font-size: .9em;
  font-weight: 600;
}

.pricing-plans-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-item {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-block {
  grid-row-gap: 2.25em;
  border: 1px solid var(--alt-color-30-opacity);
  background-color: var(--alt-color-05-opacity);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: var(--color-12);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5em 4em 4em;
  display: flex;
  position: relative;
}

.pricing-block.is-featured {
  z-index: 20;
  border-color: var(--blue-color-15);
  border-radius: var(--radius-small);
  color: var(--color-13);
  background-color: rgba(72, 48, 127, .5);
  margin-top: -2em;
  margin-bottom: -2em;
  transition: background-color .2s;
}

.pricing-block.is-featured:hover {
  background-color: rgba(72, 48, 127, .7);
}

.price-amount-text {
  color: var(--white);
  letter-spacing: -.05em;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.price-per-text {
  opacity: .6;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

.custom-list-2 {
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.custom-list-2-text {
  font-size: 1.5em;
  line-height: 1.4em;
}

.custom-list-2-icon-block {
  border: 1px solid var(--alt-color-60-opacity);
  background-color: var(--alt-color-10-opacity);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: .5em;
  display: flex;
  position: relative;
  overflow: visible;
}

.custom-list-2-item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: flex-start;
  align-items: center;
  padding-top: .4em;
  padding-bottom: .4em;
  display: flex;
  overflow: visible;
}

.pricing-features {
  grid-row-gap: 1em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: .8em;
  display: flex;
}

.custom-list-2-icon {
  z-index: 10;
  opacity: .8;
  width: 1em;
  height: 1em;
  font-size: 1.7em;
  position: relative;
}

.pricing-label {
  z-index: 10;
  grid-column-gap: .5em;
  border: 1px solid var(--alt-color-30-opacity);
  background-color: var(--alt-color-05-opacity);
  color: var(--background);
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: .5em;
  display: flex;
  position: relative;
}

.pricing-label.is-featured {
  border-color: var(--alt-color-60-opacity);
  background-color: var(--alt-color-20-opacity);
  color: var(--blue-color-15);
}

.pricing-label-text {
  letter-spacing: .1em;
  font-size: .9em;
  font-weight: 600;
}

.plan-prices-wrapper {
  grid-column-gap: 1.25em;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-currency-text {
  opacity: .5;
  font-size: 2em;
  font-weight: 500;
}

.pricing-description {
  width: 100%;
  max-width: 24em;
}

.simple-pricing-plan {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.simple-pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--color-purple-5);
  border-radius: var(--radius-small);
  color: var(--color-purple-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1em;
  display: grid;
}

.simple-pricing-block {
  z-index: 10;
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding: 8em 5em;
  display: flex;
  position: relative;
}

.simple-pricing-block.is-3rd {
  border-radius: var(--radius-small);
  background-color: var(--color-2);
  color: var(--color-12);
  text-align: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.simple-pricing-block.is-2nd {
  border-left: 1px solid var(--color-purple-5);
}

.simple-pricing-label {
  z-index: 10;
  border-radius: var(--radius-small);
  background-color: var(--color-purple-2);
  color: var(--blue-color-15);
  text-transform: uppercase;
  padding: .5em 1em;
  position: relative;
}

.simple-pricing-label.is-2nd {
  background-color: var(--white);
  color: var(--color-1);
}

.simple-pricing-label-text {
  letter-spacing: .1em;
  font-size: .9em;
  font-weight: 600;
}

.simple-plan-price {
  grid-column-gap: 1.25em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.simple-pricing-line {
  background-color: var(--color-purple-5);
  width: 100%;
  height: 1px;
}

.simple-pricing-features {
  grid-row-gap: 1.75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: .9em;
  display: flex;
}

.simple-pricing-button {
  z-index: 10;
  margin-top: auto;
  position: relative;
}

.simple-price-text {
  letter-spacing: -.05em;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.simple-price-per-text {
  border-left: 1px solid var(--color-purple-5);
  color: var(--color-purple-3);
  max-width: 8em;
  padding-left: 1em;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

.simple-pricing-about-enterprise {
  z-index: 10;
  width: 100%;
  max-width: 35em;
  margin-bottom: 4em;
  position: relative;
}

.simple-pricing-background {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.simple-pricing-overlay-color {
  z-index: 11;
  background-image: linear-gradient(to bottom, var(--color-1), var(--color-8));
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.store-categories {
  width: 100%;
}

.works-hero {
  z-index: 20;
  background-color: var(--background);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 9em;
  display: flex;
  position: relative;
}

.works-hero-about-block {
  z-index: 10;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  background-color: var(--background);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 70em;
  padding: 6em 0 6em 8em;
  display: grid;
  position: relative;
}

.works-hero-layout {
  z-index: 10;
  max-width: var(--width-large);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 90%;
  margin-top: 3vw;
  margin-bottom: 5vw;
  display: grid;
  position: relative;
}

.works-hero-background {
  border-radius: var(--radius-small);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-hero-title-block {
  z-index: 10;
  grid-row-gap: 2em;
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 53em;
  padding: 6em;
  display: flex;
  position: relative;
}

.scrolling-animation {
  z-index: 10;
  border-radius: var(--radius-small);
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cms-accordions {
  z-index: 10;
  width: 100%;
  position: relative;
}

.cms-accordions-list, .cms-accordion-item {
  width: 100%;
}

.accordions-dark {
  z-index: 10;
  background-color: var(--color-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
  position: relative;
  overflow: visible;
}

.testimonial-toggle {
  grid-row-gap: 3.75em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-client-wrap {
  grid-column-gap: 2em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-line {
  background-color: var(--color-8);
  width: 5em;
  height: 1px;
}

.testimonial-client-block {
  min-width: 23em;
}

.accordion-testimonial-content {
  grid-row-gap: 2.5em;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 5em 5em;
  display: flex;
  position: relative;
}

.nav-notification-text {
  font-size: 1.1em;
  line-height: 1.2em;
}

.newsletter-block {
  width: 100%;
  margin-bottom: 0;
  overflow: visible;
}

.newsletter-form {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.newsletter-fields {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gallery-alternative-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-absolute-block {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-image-1 {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-image-2 {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-image-3 {
  z-index: 6;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background-for-interaction {
  z-index: 15;
  background-color: var(--color-purple-dark);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-timeline {
  z-index: 1;
  background-color: rgba(255, 255, 255, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-timeline-background {
  z-index: 5;
  background-color: var(--white);
  opacity: .7;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.breadcrumb-link-home {
  opacity: .7;
  color: var(--color-10);
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, opacity .2s;
  display: flex;
  position: relative;
  top: 1px;
}

.breadcrumb-link-home:hover {
  border-color: var(--color-1);
  opacity: 1;
  background-color: rgba(255, 255, 255, .6);
}

.breadcrumb-link-home.w--current {
  opacity: 1;
  color: var(--blue-color-14);
}

.article-width {
  width: 100%;
  max-width: 65em;
}

.article-author-image {
  z-index: 10;
  border-radius: 50%;
  flex: none;
  width: 10em;
  height: 10em;
  position: relative;
  overflow: hidden;
}

.article-author-name {
  color: var(--color-1);
  flex: none;
  transition: color .2s;
}

.article-author-name:hover {
  color: var(--color-purple-3);
}

.faq-hero {
  padding-top: 20em;
  padding-bottom: 8em;
}

.faq-hero-layout {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fullscreen-home-hero {
  z-index: 20;
  background-color: var(--color-1);
  color: var(--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 20em;
  padding-bottom: 16em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fullscreen-home-hero-block {
  z-index: 10;
  grid-row-gap: 6em;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: var(--alt-color-30-opacity);
  border-radius: var(--radius-small) 0px 0px var(--radius-small);
  background-color: var(--alt-color-10-opacity);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8em;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-hero-video-background {
  z-index: 5;
  grid-row-gap: 4vh;
  border-radius: var(--radius-small);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.product-item {
  z-index: 10;
  grid-column-gap: 8em;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4em;
  display: flex;
  position: relative;
}

.product-item:nth-child(2n) {
  background-color: rgba(255, 255, 255, .3);
  flex-direction: row-reverse;
}

.product-image {
  border-radius: var(--radius-small);
  flex: 1;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.products, .products-list {
  width: 100%;
}

.product-content {
  z-index: 10;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50em;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

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

.product-default-state {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  display: flex;
}

.product-default-state.under-hero {
  justify-content: flex-end;
}

.product-default-state.align-center {
  justify-content: center;
}

.product-field-label {
  display: none;
}

.product-quantity {
  border-radius: var(--radius-large);
  background-color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .7);
  width: 5em;
  height: 3.5em;
  margin: 0;
  padding: .5em 1em .5em 1.4em;
  font-size: 1.5em;
  font-weight: 500;
  transition: background-color .2s;
}

.product-quantity:hover {
  background-color: rgba(255, 255, 255, .9);
}

.product-button {
  border-radius: var(--radius-large);
  background-color: var(--color-1);
  color: var(--blue-color-15);
  white-space: nowrap;
  background-image: url('../images/done-fill0-wght700-grad0-opsz24-2.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  border: 0 solid #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 15em;
  min-height: 3.5em;
  margin: 0;
  padding: .7em 2.5em .7em 6%;
  font-size: 1.5em;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.product-button:hover {
  background-color: var(--color-3);
}

.product-button.is-add-to-cart-button {
  background-color: var(--color-purple-1);
  color: var(--white);
  background-image: url('../images/shopping-basket-fill0-wght400-grad0-opsz24.svg');
}

.product-button.is-add-to-cart-button:hover {
  background-color: var(--color-purple-2);
}

.product-button.align-left {
  justify-content: flex-start;
}

.store-categories-list {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.store-category-item {
  z-index: 10;
  box-shadow: 0 10px 60px -15px var(--color-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.store-category-link {
  grid-column-gap: 2em;
  color: var(--background);
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 40em;
  padding: 10em 8em;
  transition: min-height .6s cubic-bezier(.075, .82, .165, 1), color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.store-category-link:hover {
  color: var(--blue-color-16);
  min-height: 48em;
}

.store-category-background {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.store-category-overlay-color {
  z-index: 5;
  background-color: var(--color-purple-dark);
  opacity: .7;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.store-category-icon {
  z-index: 20;
  grid-column-gap: 2em;
  color: var(--blue-color-15);
  text-align: left;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 22em;
  padding-top: .2em;
  padding-bottom: .2em;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.store-category-icon:hover {
  opacity: 1;
}

.store-category-icon.is-2nd {
  color: var(--blue-color-15);
  text-align: right;
  justify-content: flex-end;
}

.store-category-label-text {
  font-size: 1.4em;
  font-weight: 500;
}

.product-out-of-stock-state {
  border-radius: var(--radius-small);
  background-color: var(--color-purple-2);
  color: var(--blue-color-15);
  text-align: center;
  margin-top: 0;
  padding: 1.5em 1em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
  overflow: hidden;
}

.product-error-state {
  border: 1px solid var(--blue-color-10);
  border-radius: var(--radius-small);
  background-color: var(--blue-color-15);
  color: var(--color-1);
  text-align: center;
  margin-top: .7em;
  padding: 1.5em 1em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
}

.product-hero-prices {
  grid-column-gap: 5em;
  border: 1px solid var(--color-purple-dark);
  border-radius: var(--radius-small);
  text-align: center;
  background-color: rgba(255, 255, 255, .2);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.5em 4em;
  display: flex;
}

.product-price-text {
  font-size: 1.7em;
  font-weight: 700;
}

.price-block {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-block.is-price-before {
  opacity: .5;
}

.product-prices-block {
  z-index: 9;
  grid-column-gap: 2em;
  grid-row-gap: 2.5em;
  border-radius: var(--radius-small);
  text-align: center;
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .7);
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.product-wrap {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.additional-products {
  width: 100%;
}

.additional-products-list {
  grid-row-gap: 0em;
  border-radius: var(--radius-small);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.additional-product-item {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border: 1px solid var(--transparent);
  border-radius: var(--radius-small);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 3.5em;
  transition: background-color .2s, background-color .2s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.additional-product-item:nth-child(odd) {
  background-color: rgba(255, 255, 255, .25);
}

.additional-product-item:hover {
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .8);
}

.additional-product-content {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: visible;
}

.additional-product-title-link {
  color: var(--color-purple-2);
}

.additional-product-title-link:hover {
  color: var(--color-purple-3);
}

.additional-product-image {
  border-radius: var(--radius-small);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-title-link {
  color: var(--color-purple-dark);
}

.product-detail-button {
  z-index: 10;
  grid-column-gap: 1em;
  border-radius: var(--radius-small);
  color: var(--color-purple-2);
  border: 1px solid rgba(255, 255, 255, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: relative;
}

.product-detail-button:hover {
  background-color: rgba(255, 255, 255, .4);
  border-color: rgba(255, 255, 255, .8);
}

.additional-product-prices {
  grid-column-gap: 2em;
  grid-row-gap: 2.5em;
  text-align: center;
  flex-flow: wrap;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.additional-product-prices-with-cart {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.checkout-form {
  z-index: 20;
  background-color: var(--transparent);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.checkout-required-text {
  color: var(--color-1);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 600;
}

.checkout-title-block {
  z-index: 10;
  border-width: 0;
  border-color: var(--transparent);
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  position: relative;
}

.checkout-form-block {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.checkout-content {
  grid-row-gap: 1.25em;
  background-color: var(--transparent);
  border: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.checkout-content.is-prices {
  grid-row-gap: 0em;
  border-width: 1px;
  border-color: var(--color-purple-2);
  border-radius: var(--radius-small);
  background-color: rgba(255, 255, 255, .2);
  padding: 0;
}

.checkout-form-field {
  z-index: 10;
  border: 1px solid var(--color-purple-dark);
  border-radius: var(--radius-small);
  background-color: rgba(255, 255, 255, .5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.3em 1.4em;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: relative;
}

.checkout-form-field:hover {
  background-color: rgba(255, 255, 255, .7);
}

.checkout-field-label {
  z-index: 2;
  pointer-events: none;
  color: var(--color-purple-1);
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.1em;
  position: absolute;
  top: 2em;
}

.checkout-block-header {
  grid-column-gap: 2em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: .5em;
  display: flex;
}

.checkout-text-field {
  z-index: 1;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--color-purple-2);
  color: var(--color-purple-dark);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  height: 2.6em;
  margin-bottom: 0;
  padding: .3em 0 .3em 8em;
  font-size: 1.8em;
  font-weight: 400;
  transition: border-color .2s;
  position: relative;
}

.checkout-text-field:active {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) var(--color-1) rgba(255, 255, 255, 0);
}

.checkout-text-field:focus, .checkout-text-field.-wfp-focus {
  border-color: transparent transparent var(--color-1);
}

.checkout-text-field:focus-visible {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) var(--color-1);
}

.checkout-text-field[data-wf-focus-visible] {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) var(--color-1);
}

.checkout-text-field::placeholder {
  color: var(--blue-color-6);
  font-size: 1em;
}

.checkout-text-field.is-select {
  color: var(--color-purple-dark);
  background-image: url('../images/add-fill0-wght600-grad0-opsz24.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1em;
}

.order-item-list {
  grid-row-gap: 2.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 2em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.order-item-content {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.order-item-title {
  font-size: 1.7em;
  line-height: 1.4em;
}

.order-item-price {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.1em;
}

.order-item-price-block {
  grid-row-gap: .75em;
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.order-item-quantity-text {
  color: var(--color-8);
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.order-item-image {
  z-index: 5;
  border-radius: var(--radius-small);
  flex: none;
  align-self: stretch;
  width: 7em;
  position: relative;
  overflow: hidden;
}

.checkout-submit-button {
  border-radius: var(--radius-large);
  background-color: var(--color-purple-2);
  color: var(--blue-color-15);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding: 1.2em 1.8em;
  font-size: 2.2em;
  font-weight: 600;
  transition: background-color .2s;
}

.checkout-submit-button:hover {
  background-color: var(--color-1);
}

.checkout-line-item {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 2em;
  display: flex;
}

.checkout-line-item.is-total {
  border-top: 1px solid var(--color-purple-2);
  background-color: rgba(255, 255, 255, .5);
}

.checkout-price-text {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkout-checkbox-label {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.8em;
  line-height: 1.3em;
}

.checkout-checkbox {
  cursor: pointer;
  flex: none;
  width: 2.5em;
  height: 2.5em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.3em;
  transition: background-color .2s, border-width .2s;
}

.checkout-checkbox:hover {
  border-width: 6px;
  border-color: var(--blue-color-7);
}

.checkout-checkbox.w--redirected-checked {
  border-color: var(--blue-color-7);
  background-color: var(--blue-color-7);
  background-image: url('../images/done-fill0-wght400-grad0-opsz24.svg');
  background-size: 2em;
}

.checkout-checkbox.w--redirected-focus {
  border-width: 6px;
  border-color: var(--blue-color-7);
  box-shadow: none;
}

.order-item-link {
  color: var(--color-purple-1);
}

.checkout-error-state {
  border: 1px solid var(--blue-color-5);
  border-radius: var(--radius-small);
  background-color: var(--blue-color-15);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5em;
  font-size: 1.5em;
  line-height: 1.4em;
}

.checkout-field-label-2 {
  color: var(--color-purple-1);
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.4em;
}

.checkout-content-only {
  grid-row-gap: 2.5em;
  border: 1px solid var(--color-11);
  border-radius: var(--radius-small);
  background-color: rgba(255, 255, 255, .5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 1.3em;
  display: flex;
}

.checkout-content-only.is-horizontal {
  background-color: rgba(255, 255, 255, .3);
  flex-flow: wrap;
  justify-content: space-between;
  padding: 2.5em;
}

.checkout-text {
  font-size: 1.5em;
  line-height: 1.4em;
}

.checkout-text-wrap {
  grid-row-gap: .5em;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.checkout-text-wrap.is-2nd {
  width: 48%;
}

.order-confirmation {
  grid-row-gap: 2.5em;
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 60em;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.checkout-text-wrap-horizontal {
  grid-column-gap: .5em;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.overview-buttons-flex {
  grid-column-gap: 3em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.overview-buttons-wrapper {
  z-index: 10;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 77em;
  display: flex;
  position: relative;
}

.overview-small-title-block {
  color: var(--color-purple-1);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.menu-close-button {
  z-index: 10;
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 10vh 2vw;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-close-button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
}

.menu-links {
  z-index: 10;
  grid-row-gap: 4vh;
  background-color: var(--color-purple-7);
  color: var(--blue-color-15);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 32%;
  padding: 10vh 8vw;
  display: flex;
  position: relative;
  overflow: auto;
}

.menu-link-small {
  z-index: 10;
  color: var(--color-purple-3);
  align-self: stretch;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 2em;
  transition: color .2s;
  position: relative;
}

.menu-link-small:hover {
  color: var(--color-purple-2);
}

.menu-link-small.w--current {
  color: var(--color-1);
}

.menu-small-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.menu-main-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 1.2vh;
  display: flex;
}

.menu-background {
  background-color: var(--color-purple-2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-close-icon {
  z-index: 100;
  border: 1px solid var(--alt-color-60-opacity);
  background-color: var(--alt-color-10-opacity);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  transition: height .3s, width .3s;
  display: flex;
  position: relative;
}

.menu-close-icon:hover {
  width: 6em;
  height: 6em;
}

.menu-span-color {
  color: var(--color-5);
  margin-left: .3em;
  font-size: .7em;
  font-weight: 700;
  line-height: 1.5em;
  display: inline-block;
  position: relative;
}

.menu-socials {
  z-index: 10;
  background-color: var(--color-purple-dark);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10vh 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-socials-wrap {
  align-self: stretch;
  width: 100%;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.menu-socials-list {
  border: 1px solid var(--transparent);
  border-radius: var(--radius-small);
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5em;
  display: flex;
}

.menu-socials-list:hover {
  border-color: var(--alt-color-50-opacity);
  background-color: var(--alt-color-05-opacity);
}

.menu-social-item {
  width: 100%;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
}

.menu-social-link {
  z-index: 10;
  border-radius: var(--radius-small);
  border: 1px solid rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5em 1em;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: relative;
}

.menu-social-link:hover {
  border-color: var(--alt-color-40-opacity);
  background-color: var(--alt-color-10-opacity);
}

.menu-accordions {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.menu-contact {
  z-index: 10;
  grid-row-gap: 4vh;
  background-color: var(--color-purple-6);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 32%;
  padding: 10vh 6vw;
  display: flex;
  position: relative;
  overflow: auto;
}

.cart-button {
  z-index: 1000;
  grid-column-gap: 1em;
  border: 0px solid var(--transparent);
  border-radius: var(--radius-large);
  background-color: var(--color-3);
  color: var(--white);
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: .3em .3em .3em 2em;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.cart-button:hover {
  background-color: var(--color-purple-2);
  color: var(--blue-color-14);
}

.cart-quantity {
  border: 0px solid var(--transparent);
  background-color: var(--transparent);
  color: var(--background);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.ui-kit-library-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: -1px;
  display: flex;
}

.ui-kit-button {
  z-index: 10;
  grid-column-gap: 1em;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: var(--alt-color-20-opacity);
  color: var(--blue-color-16);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4em 2vw;
  font-weight: 700;
  line-height: 1.9em;
  transition: background-color .2s, width .6s cubic-bezier(.075, .82, .165, 1), color .2s;
  display: flex;
  position: relative;
}

.ui-kit-button:hover {
  z-index: 11;
  border-width: 1px;
  border-color: var(--blue-color-15);
  background-color: var(--color-purple-2);
  color: var(--blue-color-18);
  width: 110%;
}

.ui-kit-button.w--current {
  background-color: var(--color-20-opacity);
  color: var(--white);
}

.ui-kit-button.is-1st {
  border-left-width: 1px;
}

.ui-kit-button-text {
  font-size: 1.5em;
}

.ui-kit-label {
  border: 1px solid var(--alt-color-40-opacity);
  background-color: var(--alt-color-20-opacity);
  color: var(--blue-color-15);
  text-transform: uppercase;
  border-radius: 3px;
  padding: .3em .5em;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: auto;
  right: 1em;
}

.ui-kit-library {
  border-right: 1px solid var(--alt-color-20-opacity);
  border-bottom: 1px solid var(--alt-color-20-opacity);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cart-header {
  border: 1px solid var(--color-purple-2);
  border-radius: var(--radius-small);
  background-color: var(--white);
  padding: 1em 2em;
  overflow: hidden;
}

.cart-form-wrapper {
  border: 1px solid var(--color-purple-2);
  border-radius: var(--radius-small);
  background-image: linear-gradient(346deg, #e0d6f8, #edfcff);
  margin-top: -1px;
  padding: 2em;
  line-height: 1.3em;
  overflow: hidden;
}

.cart-default-state {
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cart-list {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.cart-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  padding-top: .4em;
  padding-bottom: .4em;
}

.cart-image {
  border-radius: var(--radius-small);
  flex: none;
  align-self: stretch;
  width: 5em;
  min-height: 3em;
  margin-right: 1em;
  position: relative;
  overflow: hidden;
}

.cart-product-quantity {
  border-color: var(--color-11);
  border-radius: var(--radius-small);
  background-color: rgba(255, 255, 255, .35);
  flex: none;
  width: 4.3em;
  height: 2.5em;
  margin: 0;
  padding: .5em .5em .5em 1em;
  font-size: 1.5em;
  font-weight: 500;
  transition: background-color .2s, border-color .2s;
}

.cart-product-quantity:hover {
  border-color: var(--color-1);
  background-color: var(--white);
}

.cart-product-title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.cart-product-price {
  flex: none;
  margin-right: 1em;
  font-size: 1.2em;
  font-weight: 600;
}

.cart-checkout-button {
  border-radius: var(--radius-large);
  background-color: var(--color-purple-2);
  color: var(--blue-color-15);
  border: 0 solid #000;
  padding: 1.3em 1em;
  font-size: 1.5em;
  font-weight: 600;
  transition: background-color .2s;
}

.cart-checkout-button:hover {
  background-color: var(--color-purple-dark);
}

.remove-button {
  border: 1px solid var(--color-12);
  border-radius: var(--radius-small);
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.remove-button:hover {
  border-color: var(--color-1);
  background-color: rgba(255, 255, 255, .8);
}

.cart-container {
  background-color: var(--transparent);
  box-shadow: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 62em;
  max-width: 94%;
  padding-top: 2em;
  display: flex;
}

.cart-footer {
  border: 1px solid var(--color-11);
  border-radius: var(--radius-small);
  background-color: rgba(255, 255, 255, .5);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2em;
  display: flex;
}

.cart-total-price {
  font-size: 1.7em;
  line-height: 1.4em;
}

.cart-product-title-link {
  color: var(--color-purple-2);
}

.cart-product-title-link:hover {
  color: var(--color-1);
}

.cart-title-and-options {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.close-button {
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
}

.close-button:hover {
  border: 1px solid var(--blue-color-11);
  background-color: var(--alt-color-20-opacity);
}

.cart-line-item {
  grid-row-gap: .25em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cart-total-price-text {
  color: var(--color-4);
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4em;
}

.checkout-actions {
  flex: 1;
}

.apple-pay {
  border-radius: var(--radius-small);
}

.text-block {
  font-size: 2em;
  line-height: 1.3em;
}

.cart-empty-state {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
}

.cart-error-state {
  border: 1px solid var(--color-11);
  border-radius: var(--radius-small);
  text-align: center;
  background-color: #fff;
  margin: 1em 0 0;
  padding: 1.5em;
}

.cart-error-message {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.cart-product-price-block {
  grid-column-gap: .75em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-buttons-column {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px solid var(--color-3);
  border-radius: var(--radius-small);
  color: var(--background);
  background-color: rgba(255, 255, 255, .9);
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
  width: 22em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 25px 30px -20px rgba(72, 48, 127, .4);
}

.dropdown-buttons-column:hover {
  background-color: var(--white);
}

.menu-span-color-2 {
  color: var(--blue-color-9);
  white-space: nowrap;
  margin-left: .3em;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.5em;
  display: inline-block;
  position: relative;
}

.slider-timeline-block {
  z-index: 20;
  width: 10em;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.title-mark-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.nav-layout {
  grid-column-gap: 3vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.7em;
  display: flex;
}

.nav-links-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.nav-call-to-action-buttons {
  border: 1px solid var(--color-purple-5);
  border-radius: var(--radius-large);
  background-color: var(--transparent);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.secondary-button-wrapper {
  z-index: 20;
  grid-column-gap: .5em;
  border-radius: var(--radius-large);
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1.8em;
  font-weight: 400;
  display: flex;
  position: relative;
}

.secondary-button-text {
  z-index: 10;
  pointer-events: none;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.background-gradient-1 {
  z-index: 9;
  background-color: var(--background);
  background-image: linear-gradient(to bottom, var(--background), rgba(31, 49, 51, 0) 50%, var(--background)), radial-gradient(circle farthest-corner at 0% 0%, var(--blue-color-12) 0px, transparent 55%), radial-gradient(circle farthest-corner at 97% 80%, var(--white) 0px, transparent 55%), radial-gradient(circle farthest-corner at 71% 66%, var(--blue-color-15) 0px, transparent 55%), radial-gradient(circle farthest-corner at 0% 100%, #9ed960 0px, transparent 55%), radial-gradient(circle farthest-corner at 50% 0%, var(--blue-color-15) 0px, transparent 55%);
  opacity: .6;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart-quantity-block {
  grid-column-gap: .75em;
  border: 1px solid var(--color-5);
  border-radius: var(--radius-large);
  background-image: linear-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .05));
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .4em 1.3em;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.cart-quantity-block:hover {
  border-color: var(--color-purple-3);
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
}

.secondary-button {
  z-index: 10;
  color: var(--color-purple-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.secondary-button:hover {
  color: var(--color-purple-dark);
}

.button-border-color-1 {
  z-index: 1;
  border-radius: var(--radius-large);
  border: 1px solid rgba(51, 34, 92, .6);
  width: 107%;
  height: 100%;
  position: absolute;
}

.button-border-color-2 {
  z-index: 1;
  border-radius: var(--radius-large);
  border: 1px solid rgba(51, 34, 92, .2);
  width: 114%;
  height: 100%;
  position: absolute;
}

.button-border-color-purple {
  z-index: 5;
  border: 1px solid var(--color-purple-dark);
  border-radius: var(--radius-large);
  background-color: var(--transparent);
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-border-color-purple:hover {
  background-color: rgba(255, 255, 255, .35);
}

.nav-menu-button-block {
  z-index: 10;
  border-radius: var(--radius-large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.works-hero-vertical-top-title {
  font-size: 3em;
  font-weight: 500;
}

.works-hero-images-wrapper {
  z-index: 10;
  grid-column-gap: 4vw;
  border-radius: var(--radius-small);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-hero-image {
  z-index: 10;
  flex: none;
  align-self: stretch;
  width: 50vw;
  position: relative;
}

.nav-link-background {
  z-index: 1;
  border-radius: var(--radius-large);
  background-color: var(--color-purple-1);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart {
  z-index: 999;
  align-self: stretch;
}

.home-hero-with-video-layout {
  z-index: 10;
  border-radius: var(--radius-small);
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-button-dot {
  background-color: var(--color-1);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.card-content-with-icon {
  grid-column-gap: 2.25em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 28em;
  display: flex;
}

.home-hero-card-title-text {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.3em;
}

.home-hero-card-description {
  opacity: .8;
  font-size: 1.3em;
  line-height: 1.5em;
}

.button-line-color {
  background-color: var(--color-purple-1);
  flex: 1;
  height: 1px;
}

.button-with-line-content {
  color: var(--color-purple-1);
  padding: 1em;
}

.button-with-line-content:hover {
  color: var(--color-1);
}

.service-hero-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10vh;
  display: flex;
}

.home-hero-with-titles-collage {
  z-index: 20;
  color: var(--color-purple-2);
  background-color: rgba(255, 255, 255, .5);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-collage-layout {
  z-index: 10;
  grid-row-gap: 2.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 107em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25em;
  padding-bottom: 15em;
  display: flex;
  position: relative;
}

.home-hero-collage-wrapper-1 {
  grid-column-gap: 5em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-hero-collage-image {
  z-index: 10;
  border-radius: var(--radius-large);
  flex: none;
  width: 15em;
  height: 8.5em;
  position: relative;
  overflow: hidden;
}

.home-hero-collage-image.is-2nd {
  border-radius: var(--radius-small);
  margin-left: auto;
}

.home-hero-collage-wrapper-2 {
  grid-column-gap: 4em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-collage-line {
  background-color: var(--color-purple-2);
  width: 6em;
  height: 5px;
}

.home-hero-collage-wrapper-3 {
  grid-column-gap: 4.25em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-collage-circle-image {
  z-index: 10;
  border-radius: 50%;
  flex: none;
  width: 8em;
  height: 8em;
  position: relative;
  overflow: hidden;
}

.home-hero {
  z-index: 20;
  background-color: var(--transparent);
  color: var(--color-purple-dark);
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-layout {
  z-index: 10;
  grid-column-gap: 3vw;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15.5em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.home-hero-title-block {
  z-index: 10;
  grid-column-gap: 2vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-title-block.is-2nd {
  grid-column-gap: 4vw;
}

.home-hero-image-small {
  z-index: 10;
  border-radius: var(--radius-large);
  flex: 1;
  align-self: stretch;
  max-width: 20vw;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.home-hero-titles-with-image {
  z-index: 10;
  grid-column-gap: 2vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-hero-titles-flex {
  z-index: 30;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 3vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-image-large {
  border-radius: var(--radius-small);
  flex: none;
  align-self: stretch;
  width: 20vw;
  position: relative;
  overflow: hidden;
}

.home-hero-title-line {
  background-color: var(--color-6);
  width: 2vw;
  height: 8px;
}

.home-hero-title-block-3 {
  grid-column-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-hero-small-title {
  color: var(--color-purple-2);
  max-width: 14em;
  font-size: 1.4em;
  font-weight: 700;
}

.home-hero-corner-lines {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-corner-line-color {
  background-color: var(--color-purple-1);
  width: 100%;
  height: 8px;
  position: absolute;
}

.hero-corner-line-color.is-2nd {
  width: 8px;
  height: 100%;
}

.home-hero-titles-wrapper {
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-hero-button {
  z-index: 10;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 2px solid var(--color-purple-1);
  border-radius: var(--radius-small);
  color: var(--color-purple-1);
  letter-spacing: .2em;
  text-indent: .2em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 3em;
  padding-right: 3em;
  transition: letter-spacing .8s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-button:hover {
  letter-spacing: .5em;
  text-indent: .5em;
}

.home-hero-button-text {
  z-index: 10;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1em;
  position: relative;
  transform: rotate(90deg);
}

.home-hero-button-icon {
  z-index: 10;
  position: absolute;
  bottom: 5em;
}

.home-hero-button-background {
  z-index: 1;
  background-color: var(--blue-color-13);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.works-hero-button-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-gradient-2 {
  z-index: 9;
  background-color: var(--background);
  background-image: linear-gradient(to bottom, var(--background), rgba(31, 49, 51, 0) 50%, var(--background)), radial-gradient(circle farthest-corner at 0% 0%, #d960b0 0px, transparent 55%), radial-gradient(circle farthest-corner at 97% 80%, var(--white) 0px, transparent 55%), radial-gradient(circle farthest-corner at 71% 66%, var(--blue-color-15) 0px, transparent 55%), radial-gradient(circle farthest-corner at 0% 100%, #9ed960 0px, transparent 55%), radial-gradient(circle farthest-corner at 50% 0%, var(--blue-color-15) 0px, transparent 55%);
  opacity: .7;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.works-hero-with-large-image {
  min-height: 100vh;
  display: flex;
}

.hero-layout-for-works {
  flex: 1;
  align-self: stretch;
  padding-top: 14em;
  padding-bottom: 6em;
  display: flex;
}

.works-hero-content {
  grid-column-gap: 15em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 106em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.works-hero-large-paragraph {
  max-width: 22em;
  font-size: 2.2em;
  line-height: 1.5em;
}

.works-hero-large-image {
  z-index: 10;
  border-radius: var(--radius-small);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-content-icon-block {
  border-radius: var(--radius-small);
  background-color: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .25);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
}

.sticky-content-grid {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.sticky-content {
  grid-row-gap: 10em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sticky-content-link {
  opacity: .4;
  color: var(--color-purple-1);
  transition: opacity .2s;
}

.sticky-content-link:hover {
  opacity: .6;
}

.sticky-content-link.w--current {
  opacity: 1;
}

.sticky-content-large-paragraph {
  font-size: 3.5em;
  line-height: 1.5em;
}

.overview-content-block {
  grid-row-gap: 4em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 8em;
  display: flex;
}

.overview-content-block.is-1st {
  padding-top: 0;
}

.sticky-content-links {
  z-index: 20;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 8em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10em;
}

.overview-content-image {
  border-radius: var(--radius-small);
  width: 100%;
  height: 50em;
  position: relative;
  overflow: hidden;
}

.overview-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.large-call-to-action-block {
  z-index: 10;
  border-radius: var(--radius-small);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  margin-top: 1%;
  margin-bottom: 1%;
  display: flex;
  position: relative;
  overflow: visible;
}

.large-call-to-action-titles {
  z-index: 20;
  grid-column-gap: 6vw;
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20em;
  padding-bottom: 20em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-button {
  z-index: 20;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: relative;
}

.circle-button-content {
  z-index: 20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.circle-button-text-1 {
  color: var(--blue-color-15);
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  width: 8em;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
  position: absolute;
}

.circle-button-text-1.is-light {
  color: var(--color-1);
}

.circle-button-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 3em;
  display: none;
  position: absolute;
}

.circle-button-border {
  z-index: 5;
  border: 1px solid var(--blue-color-9);
  background-color: var(--alt-color-10-opacity);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  transition: border-radius .4s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-button-border.is-light {
  border-color: var(--color-purple-2);
  background-color: rgba(72, 48, 127, .1);
}

.large-call-to-action-button {
  z-index: 50;
  position: absolute;
  bottom: 10vh;
}

.background-for-call-to-action {
  border-radius: var(--radius-small);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.services-wrap {
  z-index: 10;
  width: 100%;
  position: relative;
}

.services-wrap.with-border-bottom {
  border-bottom: 1px solid var(--blue-color-9);
}

.services-list {
  width: 100%;
  position: relative;
}

.service-item {
  z-index: 10;
  border-top: 1px solid var(--blue-color-9);
  color: var(--blue-color-18);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.service-content-with-button {
  z-index: 20;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 35em;
  padding: 4em 13vw;
  display: flex;
  position: relative;
}

.service-content-with-button.is-larger {
  min-height: 50em;
}

.service-background {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.service-description-text {
  z-index: 10;
  font-size: 1.7em;
  line-height: 1.5em;
  display: block;
  position: relative;
}

.service-title-link-block {
  z-index: 10;
  opacity: .9;
  color: var(--blue-color-18);
  letter-spacing: 0;
  text-indent: 0;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), opacity .2s;
  position: relative;
}

.service-title-link-block:hover {
  opacity: 1;
  letter-spacing: .3em;
  text-indent: .3em;
}

.service-overlay-color {
  z-index: 20;
  mix-blend-mode: multiply;
  background-color: rgba(19, 19, 20, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-button {
  z-index: 10;
  position: absolute;
  right: 5vw;
}

.featured-projects-wrap {
  z-index: 10;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.featured-projects-wrap.in-topics {
  max-width: 100em;
}

.background-absolute-color-1 {
  z-index: 10;
  background-color: var(--blue-color-1);
  opacity: .65;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-projects-list {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.featured-project-item {
  z-index: 10;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: var(--alt-color-20-opacity);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 100%;
  transition: background-color .2s, border-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.featured-project-item:last-child {
  border-right-width: 1px;
}

.featured-project-item:hover {
  border-width: 1px;
  border-color: var(--alt-color-60-opacity);
  background-color: var(--alt-color-10-opacity);
  width: 120%;
}

.featured-project-item.is-2nd:hover {
  background-color: rgba(23, 47, 53, .5);
}

.featured-project-link-block {
  z-index: 10;
  color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 45em;
  padding: 5em 2em;
  transition: color .2s;
  display: flex;
  position: relative;
}

.featured-project-link-block:hover {
  color: var(--blue-color-16);
}

.featured-project-link-block.is-2nd:hover, .featured-project-link-block.is-white:hover {
  color: var(--white);
}

.featured-project-content {
  z-index: 20;
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 25em;
  display: flex;
  position: relative;
}

.featured-project-content.is-2nd {
  grid-row-gap: 3em;
  justify-content: center;
  align-items: flex-start;
}

.featured-project-content.in-topics {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 30em;
}

.featured-project-about-wrapper {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.featured-project-about-wrapper.is-2nd {
  margin-top: 0;
}

.featured-project-line {
  z-index: 10;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.featured-project-line-color {
  z-index: 1;
  background-color: var(--blue-color-14);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-project-line-color.iw-white {
  background-color: var(--white);
}

.featured-project-about-text {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.8em;
}

.content-14-block {
  grid-column-gap: 2em;
  border: 1px solid var(--color-30-opacity);
  border-radius: var(--radius-large);
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .2s, border-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.content-14-block:hover {
  border-color: var(--color-7);
  background-color: var(--alt-color-10-opacity);
}

.footer-brand {
  z-index: 10;
  grid-column-gap: 1em;
  border: 1px solid var(--transparent);
  border-radius: var(--radius-small);
  color: var(--color-purple-2);
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.footer-brand-name {
  font-family: Lora Variable, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
}

.footer-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-main-link {
  border-radius: var(--radius-large);
  color: var(--color-purple-2);
  text-align: center;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .5);
  padding: .4em 1.1em;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2em;
  transition: border-color .2s, background-color .2s;
}

.footer-main-link:hover {
  border-color: var(--color-6);
  color: var(--color-purple-dark);
  background-color: rgba(255, 255, 255, .3);
}

.footer-main-link.w--current {
  border-color: var(--color-purple-1);
  background-color: rgba(255, 255, 255, .3);
}

.footer-main-links {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-brand-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5em;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.background-radial-bottom {
  z-index: 2;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #c7ff8a, var(--transparent));
  opacity: .5;
  height: 80em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-divider-line {
  background-color: var(--color-30-opacity);
  width: 100%;
  height: 1px;
  margin-top: 6em;
  margin-bottom: 6em;
}

.listing-number-block {
  position: absolute;
  left: 5vw;
}

.listing-number-text {
  color: var(--blue-color-14);
  font-size: 4em;
  font-weight: 600;
  line-height: 1.3em;
}

.newsletter-layout {
  z-index: 20;
  grid-row-gap: 4em;
  color: var(--color-purple-1);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.newsletter-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-submit-button-border-1 {
  z-index: 1;
  border: 1px solid var(--color-purple-1);
  border-radius: var(--radius-large);
  opacity: .5;
  width: 107%;
  height: 100%;
  position: absolute;
}

.form-submit-button-border-2 {
  z-index: 1;
  border: 1px solid var(--color-purple-1);
  border-radius: var(--radius-large);
  opacity: .2;
  width: 114%;
  height: 100%;
  position: absolute;
}

.gradient-background-for-newsletter {
  background-image: linear-gradient(to top, var(--transparent), rgba(255, 255, 255, .5) 50%, var(--transparent)), radial-gradient(circle closest-side at 50% 50%, rgba(255, 255, 255, .5), var(--transparent));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.projects-wrap {
  width: 100%;
}

.projects-list {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-item {
  width: 100%;
  position: relative;
}

.project-image {
  border-radius: var(--radius-small);
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.project-link-block {
  grid-row-gap: .5em;
  color: var(--color-purple-dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  display: flex;
  position: static;
}

.project-background-color {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-background {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.project-background-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 16em;
}

.project-background-icon-block {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.project-background-text-block {
  z-index: 10;
  color: var(--white);
  position: absolute;
  bottom: 5em;
  overflow: hidden;
}

.project-background-text {
  z-index: 20;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.project-content-image {
  border-radius: var(--radius-small);
  width: 20em;
  height: 30vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 1.5em;
  overflow: hidden;
}

.project-content-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.project-content {
  grid-row-gap: 1em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 30em;
  display: flex;
}

.background-top-gradient {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--background), var(--transparent));
  height: 50em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.works-hero-small-image {
  width: 20em;
  height: 25em;
  position: relative;
}

.newsletter-horizontal-layout {
  z-index: 20;
  grid-column-gap: 12em;
  grid-row-gap: 4em;
  color: var(--color-purple-1);
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
  position: relative;
}

.simple-project-link-block {
  z-index: 10;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 1px solid var(--color-50-opacity);
  border-radius: var(--radius-small);
  color: var(--color-purple-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 25em;
  padding: 1em;
  transition: min-height .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.simple-project-link-block:hover {
  background-color: rgba(255, 255, 255, .35);
  min-height: 30em;
}

.simple-project-link-block.is-higher {
  min-height: 38em;
}

.simple-project-link-block.is-higher:hover {
  min-height: 44em;
}

.simple-project-item {
  width: 100%;
}

.simple-project-item.is-2nd {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.simple-project-item.is-2nd:nth-child(odd) {
  background-color: rgba(255, 255, 255, .5);
}

.simple-projects-list {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.simple-projects-wrap {
  width: 100%;
}

.simple-project-image {
  z-index: 10;
  border-radius: var(--radius-small);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.simple-project-wrapper {
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.simple-project-wrapper.is-2nd {
  justify-content: space-between;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}

.simple-project-background {
  z-index: 100;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.simple-project-background-color {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.simple-project-icon-block {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
  overflow: hidden;
}

.simple-project-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 10em;
}

.simple-project-text-block {
  z-index: 10;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 11em;
  display: flex;
  overflow: hidden;
}

.simple-project-text {
  z-index: 20;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.listing-2-paddings {
  border-radius: var(--radius-small);
  color: var(--white);
  width: 100%;
  padding: 8em 4em;
  position: relative;
  overflow: hidden;
}

.service-hero-small-image-1 {
  z-index: 20;
  width: 30%;
  height: 30%;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: -9%;
  right: auto;
}

.service-hero-main-image {
  z-index: 9;
  border-radius: var(--radius-small);
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-hero-small-image-2 {
  z-index: 20;
  width: 31%;
  height: 18%;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: auto;
  right: -5%;
}

.fullscreen-home-hero-overlay-color {
  z-index: 20;
  background-color: var(--blue-color-1);
  opacity: .5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.projects-with-accordion {
  width: 100%;
}

.projects-with-accordion-list {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.project-with-accordion-item {
  width: 100%;
  position: relative;
}

.project-main-image {
  border-radius: var(--radius-small);
  height: 30em;
  position: relative;
  overflow: hidden;
}

.project-content-with-accordion {
  grid-row-gap: 2em;
  color: var(--color-1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  display: flex;
  position: static;
}

.project-detail-block {
  grid-column-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-detail-line {
  background-color: var(--color-purple-3);
  flex: none;
  width: 2em;
  height: 1px;
}

.project-button-in-accordion {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-size: .7em;
  display: flex;
}

.accordion-title-block {
  border-radius: var(--radius-large);
  text-align: center;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .5);
  margin-right: 0;
  padding: .5em 1em;
}

.accordion-title-block:hover {
  background-color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .9);
}

.accordion-title-block.is-featured {
  border-color: var(--blue-color-15);
  background-color: var(--color-purple-2);
  color: var(--blue-color-15);
  margin-right: auto;
}

.services-with-accordion {
  width: 100%;
  overflow: visible;
}

.services-with-accordion-list {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  overflow: visible;
}

.service-with-accordion-item {
  grid-row-gap: 3.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-for-service-with-accordion {
  border-radius: var(--radius-small);
  width: 100%;
  height: 45em;
  position: relative;
  overflow: visible;
}

.service-with-accordion-title-link {
  color: var(--color-purple-2);
  text-align: center;
  transition: color .2s;
}

.service-with-accordion-title-link:hover {
  color: var(--color-purple-dark);
}

.secondary-button-background {
  z-index: 1;
  border-radius: var(--radius-large);
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fullscreen-home-hero-layout {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fullscreen-home-hero-button {
  z-index: 10;
  border: 1px solid var(--alt-color-30-opacity);
  border-radius: 0px var(--radius-small) var(--radius-small) 0px;
  background-color: var(--alt-color-20-opacity);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20em;
  padding: 2em;
  transition: width .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

.fullscreen-home-hero-button:hover {
  border-color: var(--alt-color-80-opacity);
  background-color: var(--alt-color-40-opacity);
  width: 25em;
}

.fullscreen-home-hero-button-text {
  z-index: 20;
  color: var(--blue-color-15);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  bottom: 13%;
}

.lists-for-home-hero {
  z-index: 100;
  border-top: 1px solid var(--alt-color-50-opacity);
  background-color: rgba(13, 29, 34, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero-list-block {
  grid-column-gap: 1em;
  grid-row-gap: 1.75em;
  border-right: 1px solid var(--transparent);
  border-bottom: 1px solid var(--transparent);
  border-left: 1px solid var(--transparent);
  color: var(--blue-color-15);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 3.5em 2em;
  transition: width .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, background-color .2s;
  display: flex;
}

.home-hero-list-block:hover {
  border-right: 1px solid var(--alt-color-50-opacity);
  border-bottom: 1px solid var(--alt-color-50-opacity);
  border-left: 1px solid var(--alt-color-50-opacity);
  background-color: var(--alt-color-10-opacity);
  width: 115%;
}

.fullscreen-home-hero-content {
  grid-row-gap: 1.5em;
  border-left: 4px solid var(--blue-color-14);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60em;
  padding-left: 4em;
  display: flex;
}

.fullscreen-home-hero-content.is-2nd {
  border-left-color: var(--transparent);
}

.fullscreen-home-hero-wrapper {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60em;
  display: flex;
}

.milestones-wrapper {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.milestone-year-text {
  opacity: .7;
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: 600;
}

.milestone-title-text {
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 600;
}

.milestone-about-text {
  color: var(--color-purple-dark);
  font-size: 1.3em;
}

.milestone-block {
  z-index: 10;
  grid-row-gap: .75em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.milestone-icon-block {
  z-index: 10;
  border: 1px solid var(--color-1);
  border-radius: var(--radius-small);
  background-color: var(--blue-color-15);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.milestone-content {
  z-index: 10;
  grid-row-gap: .5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 24em;
  display: flex;
  position: relative;
}

.milestones-line {
  z-index: 1;
  background-color: var(--color-1);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 2em;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.milestones-container {
  grid-column-gap: 4vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
}

.milestones-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.milestones-vertical-column {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 36em;
  display: flex;
  position: relative;
}

.milestones-vertical-wrapper {
  grid-column-gap: 4vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.milestone-vertical-line {
  z-index: 1;
  background-color: var(--color-1);
  width: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 2em;
  right: auto;
}

.milestone-vertical-block {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: .75em;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.milestone-vertical-block.is-last {
  padding-bottom: 0;
}

.milestone-vertical-icon-block {
  z-index: 10;
  border: 1px solid var(--color-1);
  border-radius: var(--radius-small);
  background-color: var(--blue-color-15);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.milestone-vertical-content {
  z-index: 10;
  grid-row-gap: .5em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.2em;
  display: flex;
  position: relative;
}

.milestone-vertical-year-text {
  opacity: .7;
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: 600;
}

.milestone-vertical-title-text {
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 600;
}

.milestone-vertical-about-text {
  color: var(--color-purple-2);
  font-size: 1.5em;
}

.milestones-sticky-content {
  z-index: 10;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 45em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10em;
}

.milestones-with-background-video {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.milestone-dark-block {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: .75em;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 42em;
  min-height: 40em;
  display: flex;
  position: relative;
  overflow: visible;
}

.milestones-dark-line {
  z-index: 10;
  align-self: stretch;
  width: 1px;
  position: relative;
}

.milestones-dark-line-background {
  background-color: var(--blue-color-15);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.milestones-dark-column-left {
  z-index: 20;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 10em;
  display: flex;
  position: relative;
}

.milestones-dark-column-right {
  z-index: 20;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30em;
  padding-bottom: 30em;
  display: flex;
  position: relative;
}

.milestone-dark-content {
  z-index: 10;
  grid-row-gap: 1.75em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 8em;
  display: flex;
  position: relative;
}

.milestone-dark-content.is-2nd {
  text-align: right;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 8em;
}

.milestone-dark-icon-block {
  z-index: 10;
  border-radius: var(--radius-small);
  background-color: var(--blue-color-13);
  border: 1px solid rgba(255, 255, 255, .5);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: absolute;
  right: -2em;
}

.milestone-dark-icon-block.is-2nd {
  left: -2em;
  right: auto;
}

.milestone-dark-title-text {
  font-size: 2.5em;
  font-weight: 600;
}

.milestone-dark-about-text {
  opacity: .7;
  font-size: 1.8em;
}

.milestone-dark-year-text {
  color: var(--blue-color-15);
  font-size: 1.9em;
  font-weight: 600;
}

.background-mesh-gradient-5 {
  z-index: 9;
  background-color: var(--color-1);
  background-image: linear-gradient(to bottom, var(--color-1), rgba(31, 49, 51, 0) 50%, var(--color-1)), radial-gradient(circle farthest-corner at 97% 30%, var(--blue-color-15) 0px, transparent 55%), radial-gradient(circle farthest-corner at 71% 66%, #7972ff 0px, transparent 55%), radial-gradient(circle farthest-corner at 0% 100%, #ff72f6 0px, transparent 55%);
  opacity: .95;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-content-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-content-grid-block {
  grid-row-gap: 1.5em;
  border-radius: var(--radius-small);
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px rgba(51, 34, 92, .3);
}

.home-content-grid-block.is-2nd {
  background-color: var(--color-purple-dark);
  color: var(--blue-color-15);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.home-content-grid-block.is-3rd {
  text-align: left;
  background-color: rgba(114, 228, 255, .7);
  justify-content: space-between;
  align-items: flex-start;
}

.home-content-line {
  background-color: var(--color-1);
  width: 100%;
  height: 1px;
}

.home-content-small-title {
  z-index: 10;
  text-transform: uppercase;
  position: relative;
}

.home-content-image-in-circle {
  z-index: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28em;
  height: 28em;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.home-content-circle-color-1 {
  z-index: 1;
  background-color: rgba(25, 16, 46, .4);
  border-radius: 50%;
  flex: none;
  width: 140%;
  height: 140%;
}

.home-content-background {
  z-index: 2;
  border-radius: 50%;
  flex: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home-content-block {
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.home-content-list-text {
  font-size: 1.6em;
  font-weight: 600;
}

.home-content-list-item {
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--color-purple-dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.home-content-lists {
  width: 100%;
}

.services-in-row-list {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2vw;
  display: flex;
}

.service-in-row-item {
  width: 100%;
  padding: 1vw;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.service-in-row-item:hover {
  width: 115%;
}

.service-in-row-link-block {
  z-index: 10;
  grid-row-gap: 1em;
  color: var(--color-purple-2);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.service-in-row-link-block.w--current {
  color: var(--blue-color-15);
}

.service-in-row-image {
  border-radius: 10px;
  height: 20em;
  position: relative;
  overflow: hidden;
}

.service-in-row-content {
  z-index: 10;
  grid-row-gap: .5em;
  border-radius: var(--radius-large);
  text-align: center;
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .85);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 1vw;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-in-row-content:hover {
  background-color: rgba(255, 255, 255, .6);
  border-color: #fff;
}

.services-in-row {
  width: 100%;
}

.service-flex-item {
  grid-column-gap: 2vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 2vw;
  display: flex;
}

.service-flex-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.service-large-image {
  border-radius: var(--radius-large);
  width: 60%;
  min-height: 50em;
  position: relative;
  overflow: hidden;
}

.service-flex-content {
  border-radius: var(--radius-large);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6vw 4vw;
  transition: background-color .2s;
  display: flex;
}

.service-flex-content:hover {
  background-color: rgba(255, 255, 255, .5);
}

.service-flex-wrapper {
  z-index: 10;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30em;
  display: flex;
  position: relative;
}

.services-with-large-image {
  width: 100%;
}

.services-flex-list {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.simple-services {
  grid-column-gap: 8em;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.simple-services-wrapper {
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50em;
  display: flex;
}

.simple-services-image {
  border-radius: var(--radius-small);
  flex: 1;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.simple-service-link-block {
  color: var(--color-purple-2);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-top: .8em;
  padding-bottom: .8em;
  display: flex;
}

.simple-service-link-block:hover {
  color: var(--color-purple-dark);
}

.simple-services-wrap, .simple-services-list {
  width: 100%;
}

.simple-service-item {
  letter-spacing: 0;
  text-indent: 0;
  width: 100%;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.simple-service-item:hover {
  letter-spacing: .15em;
  text-indent: .15em;
}

.simple-service-button-block {
  font-size: .8em;
}

.background-gradient-3 {
  z-index: 9;
  background-color: var(--background);
  background-image: linear-gradient(to bottom, var(--background), rgba(31, 49, 51, 0) 50%, var(--background)), radial-gradient(circle farthest-corner at 0% 0%, rgba(83, 55, 146, .55) 0px, transparent 55%), radial-gradient(circle farthest-corner at 97% 80%, var(--alt-color-60-opacity) 0px, transparent 55%), radial-gradient(circle farthest-corner at 71% 66%, rgba(127, 255, 191, .5) 0px, transparent 55%), radial-gradient(circle farthest-corner at 0% 100%, var(--blue-color-15) 0px, transparent 55%), radial-gradient(circle farthest-corner at 50% 0%, var(--blue-color-15) 0px, transparent 55%);
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.render-image-block-1 {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 18em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -7.6em;
  left: 5em;
  right: auto;
}

.render-image {
  object-fit: contain;
  height: 100%;
}

.render-image-block-2 {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 21em;
  display: flex;
  position: absolute;
  top: -5.9em;
  bottom: auto;
  left: auto;
  right: -3.3em;
}

.listing-6-size {
  width: 100%;
  max-width: 115em;
  margin-left: auto;
  margin-right: auto;
}

.home-content-circle-color-2 {
  background-color: rgba(25, 16, 46, .4);
  border-radius: 50%;
  flex: none;
  width: 170%;
  height: 170%;
  position: absolute;
}

.list-item-in-home-hero {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 125em;
  display: flex;
}

.home-hero-list-text {
  z-index: 10;
  max-width: 10em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.6em;
  position: relative;
}

.button-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-with-button {
  grid-column-gap: 4em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-wrap {
  width: 100%;
  max-width: 160em;
}

.team-wrap.is-wider {
  max-width: 2000px;
}

.team-list {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2vw;
  display: flex;
}

.team-item {
  width: 100%;
  padding: .5vw;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.team-item:hover {
  width: 115%;
}

.team-item.is-wider {
  padding: .5vw;
}

.team-member-link {
  z-index: 10;
  grid-row-gap: 1em;
  color: var(--color-purple-dark);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.team-member-image {
  border-radius: 10px;
  height: 40em;
  position: relative;
  overflow: hidden;
}

.team-member-image.more-radius {
  border-radius: 40px;
}

.about-team-member {
  grid-row-gap: .75em;
  border-radius: var(--radius-small);
  text-align: center;
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .85);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.2em 1vw;
  transition: border-color .2s, background-color .2s;
  display: flex;
  overflow: hidden;
}

.about-team-member:hover {
  background-color: rgba(255, 255, 255, .6);
  border-color: #fff;
}

.about-team-member.is-absolute {
  z-index: 20;
  grid-row-gap: .25em;
  border-radius: var(--radius-large);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, .6);
  border-color: rgba(255, 255, 255, .5);
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 0%;
  right: 0%;
}

.about-team-member.is-absolute:hover {
  background-color: rgba(255, 255, 255, .8);
  border-color: rgba(255, 255, 255, .9);
}

.max-width-110 {
  z-index: 10;
  width: 100%;
  max-width: 110em;
  position: relative;
}

.hero-blog {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100vh;
  padding-top: 12em;
  padding-bottom: 10vh;
  display: grid;
  position: relative;
}

.featured-article {
  width: 100%;
  height: 100%;
  max-height: 84vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 7vh;
}

.featured-article-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.featured-article-link {
  border-radius: var(--radius-small);
  color: var(--white);
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 4.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-article-list {
  width: 100%;
  display: flex;
}

.featured-article-content {
  z-index: 20;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50em;
  display: flex;
  position: relative;
}

.articles {
  width: 100%;
  display: flex;
}

.articles-list {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.article-item {
  z-index: 10;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.article-item:nth-child(odd) {
  background-color: rgba(255, 255, 255, .3);
}

.article-item:hover {
  z-index: 11;
  box-shadow: 0 10px 20px -5px rgba(19, 19, 20, .2);
}

.article-link-block {
  z-index: 10;
  border: 1px solid var(--color-10);
  border-radius: var(--radius-small);
  color: var(--color-purple-2);
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 2em;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.article-link-block:hover {
  border-color: var(--color-1);
  color: var(--color-purple-dark);
  background-color: rgba(255, 255, 255, .5);
}

.article-image {
  z-index: 10;
  border-radius: var(--radius-small);
  align-self: stretch;
  width: 30%;
  position: relative;
  overflow: hidden;
}

.article-content-wrapper {
  grid-row-gap: 1em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 3.5em;
  display: flex;
}

.featured-article-overlay-color {
  z-index: 10;
  background-image: linear-gradient(to bottom, var(--transparent), var(--color-1));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.article-title-block {
  width: 100%;
  max-width: 35em;
}

.featured-article-author-image {
  z-index: 10;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  position: relative;
  overflow: hidden;
}

.featured-article-author {
  grid-column-gap: 1em;
  border-radius: var(--radius-large);
  background-color: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .2);
  justify-content: flex-start;
  align-items: center;
  padding: .2em 1em .2em .2em;
  display: flex;
}

.featured-article-labels {
  grid-column-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article-author-wrapper {
  grid-column-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  padding: .2em 1em .2em .2em;
  display: flex;
}

.article-author-image-size {
  z-index: 10;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-grid {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100vh;
  display: grid;
  position: relative;
}

.regular-articles-wrap {
  width: 100%;
  display: flex;
}

.regular-articles-list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.regular-articles-list.is-flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.regular-article-item {
  z-index: 10;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.regular-article-item:nth-child(odd) {
  background-color: rgba(255, 255, 255, .3);
}

.regular-article-item:hover {
  z-index: 11;
  box-shadow: 0 10px 20px -5px rgba(19, 19, 20, .2);
}

.regular-article-item.in-flex {
  flex: 0 auto;
  max-width: 40em;
}

.regular-article-link {
  z-index: 10;
  border-radius: var(--radius-small);
  color: var(--color-purple-2);
  border: 1px solid rgba(51, 34, 92, .35);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 2em;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.regular-article-link:hover {
  color: var(--color-purple-dark);
  background-color: rgba(255, 255, 255, .5);
  border-color: #33225c;
}

.regular-article-image {
  z-index: 10;
  border-radius: var(--radius-small);
  width: 100%;
  height: 20em;
  position: relative;
  overflow: hidden;
}

.regular-article-content {
  grid-row-gap: 1em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 2.5em 2.5em .5em;
  display: flex;
}

.regular-article-title-block {
  width: 100%;
  max-width: 35em;
}

.regular-article-author {
  grid-column-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  padding: .2em 1em .2em .2em;
  display: flex;
}

.standard-article-author-image {
  z-index: 10;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-call-to-action-image-1 {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24em;
  height: 24em;
  display: flex;
  position: absolute;
  top: -5.8em;
  bottom: auto;
  left: 10%;
  right: auto;
}

.large-call-to-action-image-2 {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24em;
  height: 24em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -6.1em;
  left: auto;
  right: 10%;
}

.team-role-text {
  opacity: .8;
  font-size: 1.2em;
  font-weight: 400;
}

.team-role-text.is-2nd-design {
  letter-spacing: .05em;
  text-indent: .05em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 500;
  line-height: 1.2em;
}

.team-name-text {
  font-size: 1.4em;
  font-weight: 600;
}

.team-name-text.is-larger {
  font-size: 1.8em;
}

.contact-content-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  color: var(--color-purple-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-content-block {
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-block-1 {
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field-2 {
  z-index: 1;
  border: 1px solid var(--color-1);
  border-radius: var(--radius-small);
  color: var(--color-1);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  min-height: 3.3em;
  margin-bottom: 0;
  padding: .5em 8em .5em 6em;
  font-size: 1.8em;
  font-weight: 400;
  transition: background-color .2s;
  position: relative;
}

.text-field-2:hover, .text-field-2:active, .text-field-2:focus {
  background-color: rgba(255, 255, 255, .3);
}

.text-field-2:focus-visible {
  background-color: rgba(255, 255, 255, .3);
}

.text-field-2[data-wf-focus-visible] {
  background-color: rgba(255, 255, 255, .3);
}

.text-field-2::placeholder {
  color: var(--color-purple-1);
  font-size: 1em;
}

.text-field-2.is-area {
  min-height: 7em;
  padding-top: .7em;
  padding-right: 2em;
}

.field-label-2 {
  z-index: 2;
  color: rgba(83, 55, 146, .65);
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
  position: absolute;
  left: 1.3em;
}

.field-label-2.in-area {
  top: 1.3em;
}

.checkbox-field-block {
  border: 1px solid var(--color-1);
  border-radius: var(--radius-small);
  width: 100%;
  padding: 1.3em;
}

.button-with-border {
  color: var(--color-purple-2);
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 1.7em;
  position: relative;
}

.button-with-border.w--current {
  color: var(--color-purple-2);
}

.button-border {
  z-index: 1;
  background-color: rgba(72, 48, 127, .1);
  border-radius: 10px;
  height: 4px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-border-color {
  z-index: 1;
  background-color: var(--color-purple-2);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-small-gallery {
  z-index: 10;
  width: 100%;
  position: relative;
}

.product-small-gallery-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-small-gallery-item {
  width: 100%;
}

.product-layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.topic-hero {
  z-index: 20;
  color: var(--color-purple-2);
  background-color: rgba(255, 255, 255, .3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.topic-hero-layout {
  grid-row-gap: 2.75em;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 18em;
  padding-bottom: 8em;
  display: flex;
}

.main-button {
  z-index: 10;
  grid-column-gap: 1.5em;
  border: 1px solid var(--color-purple-3);
  border-radius: var(--radius-large);
  background-color: var(--color-purple-1);
  color: var(--blue-color-15);
  justify-content: space-between;
  align-items: center;
  padding: 1.3em 1.5em 1.3em 2.4em;
  transition: color .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  color: var(--white);
}

.main-button-text {
  z-index: 20;
  font-size: 1.6em;
  line-height: 1.3em;
  position: relative;
}

.main-button-circle {
  z-index: 10;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
  overflow: visible;
}

.main-button-circle-color {
  z-index: 1;
  background-color: var(--blue-color-15);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-small-text {
  z-index: 20;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.about-numbers-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about-number-block {
  z-index: 10;
  grid-row-gap: 2em;
  border: 1px solid var(--color-purple-1);
  border-radius: var(--radius-small);
  text-align: center;
  background-color: rgba(255, 255, 255, .2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em;
  display: flex;
  position: relative;
}

.about-number-block.is-middle {
  z-index: 11;
  border-color: var(--blue-color-15);
  border-radius: var(--radius-small);
  background-color: var(--color-purple-2);
  color: var(--blue-color-15);
  margin: -2em -5px;
  padding: 6em 2em;
  box-shadow: 0 0 40px rgba(86, 58, 153, .51);
}

.about-number-large-text {
  letter-spacing: -.05em;
  font-size: 5em;
  font-weight: 800;
  line-height: 1em;
}

.solutions-wrap {
  width: 100%;
  overflow: visible;
}

.solutions-list {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: visible;
}

.solution-item {
  border-radius: var(--radius-small);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(48, 38, 114, .15);
}

.solution-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.solution-image {
  border-radius: var(--radius-small);
  width: 50%;
  position: relative;
  overflow: visible;
}

.solution-content-wrapper {
  grid-row-gap: 1.25em;
  text-align: center;
  background-color: rgba(255, 255, 255, .3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 8em 3.5em;
  display: flex;
}

.solution-title-link {
  color: var(--color-purple-dark);
  text-align: center;
  transition: color .2s;
}

.solution-title-link:hover {
  color: var(--blue-color-6);
}

.solution-lists {
  font-size: .85em;
}

.max-width-40 {
  z-index: 10;
  width: 100%;
  max-width: 40em;
  position: relative;
}

.contact-address {
  grid-column-gap: 2em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.contact-address-image {
  z-index: 10;
  border-radius: var(--radius-small);
  width: 10em;
  position: relative;
  overflow: hidden;
}

.project-title-link {
  color: var(--color-purple-dark);
  transition: color .2s;
}

.project-title-link:hover {
  color: var(--color-purple-2);
}

.background-gradient-4 {
  z-index: 9;
  background-color: var(--background);
  background-image: linear-gradient(to bottom, var(--background), rgba(31, 49, 51, 0) 50%, var(--background)), radial-gradient(circle farthest-corner at 0% 0%, #dada9c 0px, transparent 55%), radial-gradient(circle farthest-corner at 97% 80%, #cfa69d 0px, transparent 55%), radial-gradient(circle farthest-corner at 71% 66%, #fff 0px, transparent 55%), radial-gradient(circle farthest-corner at 0% 100%, #e59c8f 0px, transparent 55%), radial-gradient(circle farthest-corner at 50% 0%, #e4de7b 0px, transparent 55%);
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero-video-overlay-color {
  z-index: 5;
  mix-blend-mode: multiply;
  background-color: rgba(47, 31, 25, .55);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-title-link {
  color: var(--color-purple-dark);
}

.service-title-link:hover {
  color: var(--color-purple-1);
}

.success-message-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 8em;
}

.success-message-icon.in-newsletter {
  font-size: 6em;
}

.background-fixed {
  z-index: 1;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq-layout {
  grid-row-gap: .75em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-carousel {
  z-index: 10;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.regular-hero {
  z-index: 20;
  grid-row-gap: 4em;
  color: var(--color-purple-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.regular-hero-layout {
  z-index: 10;
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.regular-hero-layout.with-breadcrumbs {
  padding-top: 16em;
}

.regular-hero-block {
  z-index: 20;
  grid-row-gap: 8em;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 40em;
  display: flex;
  position: relative;
}

.regular-hero-image {
  z-index: 10;
  border-radius: var(--radius-small);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: visible;
}

.regular-hero-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10vh;
  display: flex;
}

.regular-hero-description {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.logo-carousel-block {
  grid-column-gap: 2%;
  flex-direction: row;
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-carousel-image {
  object-fit: contain;
  width: 20em;
  max-width: 18%;
  height: 5em;
}

.call-to-action-layout {
  z-index: 10;
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.call-to-action-with-content {
  z-index: 20;
  grid-row-gap: 4em;
  color: var(--color-purple-dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-to-action-content-wrapper {
  z-index: 20;
  grid-row-gap: 8em;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 40em;
  display: flex;
  position: relative;
}

.call-to-action-content-block {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10vh;
  display: flex;
}

.call-to-action-description {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-line {
  background-color: var(--color-purple-1);
  width: 5em;
  height: 1px;
  margin-right: 4em;
}

.project-about-block {
  grid-column-gap: 2em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-about-title {
  z-index: 20;
  letter-spacing: .1em;
  text-transform: uppercase;
  min-width: 8em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.project-about-text {
  z-index: 20;
  color: var(--color-purple-1);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.store-category-hero-content {
  grid-row-gap: 8em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.store-category-hero {
  width: 100%;
  padding-top: 13.5em;
  overflow: visible;
}

.store-category-hero.without-breadcrumbs {
  padding-top: 9.5em;
}

.current-service-background {
  border-radius: var(--radius-large);
  background-color: var(--color-purple-2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-90 {
  z-index: 10;
  width: 100%;
  max-width: 90em;
  position: relative;
}

.store-category-hero-image {
  z-index: 10;
  border-radius: var(--radius-small);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.store-category-hero-layout {
  z-index: 20;
  grid-column-gap: 6vw;
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20em;
  padding-bottom: 20em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-large-image {
  width: 100%;
  height: 80vh;
  position: relative;
}

.work-large-images {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.work-gallery, .work-gallery-item {
  width: 100%;
}

.work-gallery-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.max-width-50 {
  z-index: 10;
  width: 100%;
  max-width: 50em;
  position: relative;
}

.solution-page-hero-rich-content {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
}

.bio-wrapper {
  z-index: 10;
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  display: flex;
  position: relative;
}

.team-member-bio-lists {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team-member-bio-item {
  grid-column-gap: 4em;
  grid-row-gap: .25em;
  border-bottom: 1px solid var(--color-purple-2);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 6em;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  transition: border-color .2s, min-height .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.team-member-bio-item:hover {
  border-bottom-color: var(--color-purple-dark);
  min-height: 7.5em;
}

.bio-contact {
  color: var(--color-purple-1);
}

.bio-contact:hover {
  color: var(--color-purple-3);
}

.team-member-render-image-1 {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 20em;
  display: flex;
  position: absolute;
  top: -25.7em;
  bottom: auto;
  left: -32.2em;
  right: auto;
}

.team-member-render-image-2 {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 18em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -15.3em;
  left: auto;
  right: -24.4em;
}

.team-member-render-image-3 {
  z-index: 30;
  opacity: .6;
  filter: blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
  position: absolute;
  top: -9.5em;
  bottom: auto;
  left: auto;
  right: -33em;
}

.article-author {
  grid-row-gap: 2.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.article-author-name-block {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-socials {
  align-self: stretch;
  width: 100%;
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.author-socials-list {
  border: 1px solid var(--blue-color-12);
  border-radius: var(--radius-large);
  background-color: var(--alt-color-10-opacity);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .5em;
  display: flex;
}

.author-social-item {
  width: 100%;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
}

.author-social-item:hover {
  width: 120%;
}

.author-social-link {
  z-index: 10;
  border-radius: var(--radius-large);
  border: 1px solid rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5em;
  padding-left: .5em;
  padding-right: .5em;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: relative;
}

.author-social-link:hover {
  background-color: rgba(255, 255, 255, .35);
  border-color: rgba(255, 255, 255, .8);
}

.article-hero-description {
  font-size: 4.5em;
  font-weight: 500;
  line-height: 1.3em;
}

.article-hero-image {
  z-index: 10;
  border-radius: var(--radius-small);
  flex: none;
  align-self: stretch;
  width: 100%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.article-hero {
  z-index: 20;
  color: var(--color-purple-2);
  background-color: rgba(255, 255, 255, .3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.article-hero-layout {
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20em;
  padding-bottom: 8em;
  display: flex;
}

.article-hero-content {
  grid-row-gap: 3em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100em;
  display: flex;
  position: relative;
}

.article-hero-button {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.article-hero-author {
  grid-column-gap: 2em;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.article-hero-author-photo {
  z-index: 10;
  border-radius: 50%;
  flex: none;
  width: 5em;
  height: 5em;
  position: relative;
  overflow: hidden;
}

.hero-article-author-name {
  color: var(--color-1);
  flex: none;
  transition: color .2s;
}

.hero-article-author-name:hover {
  color: var(--color-purple-1);
}

.hero-author-name-block {
  grid-row-gap: .5em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.client-testimonial-wrap {
  z-index: 10;
  grid-row-gap: 6em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  display: flex;
  position: relative;
}

.client-logo {
  object-fit: contain;
  width: 15em;
  height: 5em;
  margin-bottom: 2em;
}

.section-render-image-4 {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 20em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -39.2em;
  right: auto;
}

.section-render-image-5 {
  z-index: 30;
  opacity: .6;
  filter: blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
  position: absolute;
  top: 4.7em;
  bottom: auto;
  left: auto;
  right: -33em;
}

.section-render-image-6 {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 18em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -10.3em;
  left: auto;
  right: -30.3em;
}

.client-testimonial {
  grid-row-gap: 2em;
  color: var(--color-purple-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-padding {
  padding-bottom: 10em;
}

.store-category-content {
  z-index: 10;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 34em;
  display: flex;
  position: relative;
}

.product-hero-cart {
  width: 100%;
  max-width: 51em;
  display: flex;
}

.product-hero-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-with-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50em;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.product-content-text {
  z-index: 10;
  letter-spacing: .8em;
  text-indent: .8em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  font-size: 16em;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
}

.checkout-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 20em 8vw 12em;
  display: flex;
}

.checkout-column.is-2nd {
  background-color: rgba(255, 255, 255, .4);
}

.checkout-row {
  z-index: 100;
  position: relative;
}

.web-payments {
  width: 100%;
}

.checkout-layout {
  z-index: 10;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50em;
  display: flex;
  position: relative;
}

.checkout-layout.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10em;
}

.slider-size {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.main-button-alternative-background {
  background-color: var(--color-3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-contact-link {
  z-index: 10;
  grid-column-gap: 2em;
  border-bottom: 1px solid var(--color-purple-5);
  color: var(--color-purple-2);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 600;
  line-height: 1.3em;
  transition: border-color .2s, color .2s;
  display: flex;
  position: relative;
}

.menu-contact-link:hover {
  border-bottom-color: var(--color-purple-2);
  color: var(--color-purple-dark);
}

.menu-contact-link.w--current {
  color: var(--color-1);
}

.menu-contact-link-text {
  font-size: 1.3em;
  line-height: 1.4em;
}

.menu-links-wrapper {
  grid-row-gap: 10vh;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-close-text {
  z-index: 20;
  color: var(--blue-color-15);
  letter-spacing: .4em;
  text-indent: .4em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
  transform: rotate(90deg);
}

.menu-contact-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-menu-button-content {
  z-index: 9;
  border-radius: var(--radius-large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-button-icon-background {
  z-index: 1;
  border: 1px solid var(--color-purple-2);
  border-radius: var(--radius-large);
  background-color: var(--blue-color-15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-close {
  border-radius: var(--radius-large);
  background-color: var(--color-purple-6);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1em 2.5em;
  transition: background-color .2s;
  display: flex;
}

.search-close:hover {
  background-color: var(--color-purple-5);
}

.search-buttons {
  grid-column-gap: .5em;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.dropdown-buttons-row {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dropdown-buttons {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.testimonial-icon {
  background-color: var(--color-purple-2);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
}

.max-width-75 {
  z-index: 10;
  width: 100%;
  max-width: 75em;
  position: relative;
}

.overview-key-highlights {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.2em;
  display: flex;
}

.overview-key-highlights-bold {
  font-weight: 600;
}

.more-templates-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.more-templates-block {
  grid-row-gap: 4.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 35em;
  display: flex;
}

.scrolling-animation-large {
  z-index: 10;
  border-radius: var(--radius-small);
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.large-call-to-action-wrapper {
  position: relative;
}

.team-with-details {
  width: 100%;
  overflow: visible;
}

.team-with-details-list {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  overflow: visible;
}

.team-member-with-details {
  grid-row-gap: 3.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-member-photo-image {
  border-radius: var(--radius-small);
  width: 100%;
  height: 45em;
  position: relative;
  overflow: visible;
}

.team-member-title-link {
  color: var(--color-purple-2);
  text-align: center;
  transition: color .2s;
}

.team-member-title-link:hover {
  color: var(--color-purple-dark);
}

.information-layout {
  z-index: 10;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.works-hero-vertical-button {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.overview-hero-image {
  z-index: 10;
  grid-column-gap: 4vw;
  border-radius: var(--radius-small);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cover-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.product-gallery {
  width: 100%;
}

.product-gallery-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-gallery-item {
  width: 100%;
}

.cart-empty-state-image {
  border-radius: var(--radius-small);
  object-fit: contain;
  width: 5em;
  height: 7em;
  position: relative;
}

.overview-hero {
  z-index: 20;
  color: var(--color-purple-2);
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.overview-hero-layout {
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 12em;
  padding-bottom: 8em;
  display: flex;
}

.overview-hero-content {
  grid-row-gap: 3em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.overview-hero-top-title {
  max-width: 16em;
  font-size: 3em;
  font-weight: 500;
}

.overview-hero-buttons {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3em;
  display: flex;
  position: relative;
}

.overview-content-layout {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.overview-content-links {
  z-index: 20;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 8em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10em;
}

.overview-feature-link {
  opacity: .4;
  color: var(--color-purple-dark);
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.3em;
  transition: opacity .2s;
}

.overview-feature-link:hover {
  opacity: .6;
}

.overview-feature-link.w--current {
  opacity: 1;
}

.overview-store-block {
  grid-row-gap: 1.75em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero-card-title {
  grid-column-gap: 1em;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 25em;
  display: flex;
}

.topics-wrap {
  z-index: 10;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.topics-wrap.is-fullwidth {
  max-width: none;
}

.topics-list {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.topic-item {
  z-index: 10;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: var(--alt-color-20-opacity);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(4, 35, 42, .15);
  width: 100%;
  transition: background-color .2s, border-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.topic-item:last-child {
  border-right-width: 1px;
}

.topic-item:hover {
  border-width: 1px;
  border-color: var(--alt-color-60-opacity);
  background-color: var(--alt-color-20-opacity);
  width: 120%;
}

.topic-link-block {
  z-index: 10;
  color: var(--blue-color-18);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 45em;
  padding: 5em 2em;
  transition: color .2s;
  display: flex;
  position: relative;
}

.topic-link-block:hover {
  color: var(--blue-color-16);
}

.topic-link-block.is-larger {
  min-height: 55em;
}

.topic-content-wrapper {
  z-index: 20;
  grid-row-gap: 3.75em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30em;
  display: flex;
  position: relative;
}

.topic-text {
  border-bottom: 1px solid var(--blue-color-15);
  padding-bottom: .7em;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.8em;
}

.about-hero {
  z-index: 20;
  color: var(--color-purple-2);
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero-layout {
  z-index: 10;
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 90%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14em;
  padding-bottom: 10vh;
  display: grid;
  position: relative;
}

.about-hero-wrapper {
  z-index: 20;
  grid-row-gap: 8em;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 40em;
  display: flex;
  position: relative;
}

.about-hero-content {
  grid-row-gap: 4em;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 10vh;
  display: flex;
}

.about-hero-description {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-hero-paragraph {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.6em;
}

.about-hero-video {
  z-index: 10;
  border-radius: var(--radius-small);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: visible;
}

.sticky-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sticky-content-block {
  grid-row-gap: 4em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 8em;
  display: flex;
}

.sticky-content-block.is-1st {
  padding-top: 0;
}

.sticky-content-image {
  border-radius: var(--radius-small);
  width: 100%;
  height: 50em;
  position: relative;
  overflow: hidden;
}

.solutions-hero {
  z-index: 20;
  color: var(--color-purple-2);
  background-color: rgba(255, 255, 255, .3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solutions-hero-layout {
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 12em;
  padding-bottom: 8em;
  display: flex;
}

.solutions-hero-wrapper {
  grid-row-gap: 3em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.solutions-hero-top-title {
  font-size: 3em;
  font-weight: 500;
}

.solutions-hero-button {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.solutions-hero-images {
  z-index: 10;
  grid-column-gap: 4vw;
  border-radius: var(--radius-small);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.solutions-hero-image {
  z-index: 10;
  flex: none;
  align-self: stretch;
  width: 50vw;
  position: relative;
}

.store-hero {
  z-index: 20;
  background-color: var(--color-purple-2);
  color: var(--color-purple-6);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.store-hero-layout {
  grid-row-gap: 2.75em;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 18em;
  padding-bottom: 8em;
  display: flex;
}

.contact-hero {
  z-index: 20;
  grid-row-gap: 4em;
  color: var(--color-purple-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-hero-layout {
  z-index: 10;
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.contact-hero-wrapper {
  z-index: 20;
  grid-row-gap: 8em;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 40em;
  display: flex;
  position: relative;
}

.contact-hero-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10vh;
  display: flex;
}

.call-to-action-image {
  z-index: 10;
  border-radius: var(--radius-small);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: visible;
}

.contact-hero-description {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team-hero {
  min-height: 100vh;
  display: flex;
}

.team-hero-layout {
  flex: 1;
  align-self: stretch;
  padding-top: 14em;
  padding-bottom: 6em;
  display: flex;
}

.team-hero-wrapper {
  grid-column-gap: 15em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 106em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-hero-title {
  width: 100%;
  max-width: 40em;
}

.team-hero-description {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 57em;
  padding-top: 1em;
  display: flex;
}

.team-hero-large-paragraph {
  font-size: 2.2em;
  line-height: 1.5em;
}

.team-hero-video {
  z-index: 10;
  border-radius: var(--radius-small);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.topic-overlay-color {
  z-index: 11;
  mix-blend-mode: multiply;
  background-color: rgba(30, 20, 54, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.works-hero-with-slider {
  min-height: 100vh;
  display: flex;
}

.works-hero-slider {
  z-index: 10;
  border-radius: var(--radius-small);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.work-page-hero {
  width: 100%;
  padding-top: 13.5em;
  overflow: visible;
}

.work-page-hero-layout {
  z-index: 20;
  grid-column-gap: 6vw;
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20em;
  padding-bottom: 20em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-page-hero-image {
  z-index: 10;
  border-radius: var(--radius-small);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.project-page-content {
  grid-row-gap: 8em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.project-page-wrapper {
  grid-column-gap: 15em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 106em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-page-title {
  width: 100%;
  max-width: 40em;
}

.project-details {
  grid-row-gap: 3.75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 57em;
  padding-top: .5em;
  display: flex;
}

.service-page-hero {
  z-index: 20;
  grid-row-gap: 4em;
  color: var(--color-purple-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-page-hero-layout {
  z-index: 10;
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.service-page-hero-block {
  z-index: 20;
  grid-row-gap: 8em;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.service-page-hero-content {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 6em;
  display: flex;
}

.service-page-hero-image {
  z-index: 10;
  border-radius: var(--radius-small);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: visible;
}

.solution-page-hero {
  z-index: 20;
  color: var(--color-purple-2);
  background-color: rgba(255, 255, 255, .3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.solution-page-hero-layout {
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20em;
  padding-bottom: 8em;
  display: flex;
}

.solution-page-hero-wrapper {
  grid-row-gap: 3em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.solution-page-hero-top-title {
  font-size: 3em;
  font-weight: 500;
}

.solution-page-hero-images {
  z-index: 10;
  grid-column-gap: 4vw;
  border-radius: var(--radius-small);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solution-page-hero-image {
  z-index: 10;
  flex: none;
  align-self: stretch;
  width: 50vw;
  position: relative;
}

.team-member-hero {
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  padding: 18em 8vw 12em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-hero-layout {
  z-index: 10;
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.team-member-hero-content {
  z-index: 10;
  grid-row-gap: 4em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 39em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team-member-hero-photo {
  z-index: 10;
  border-radius: var(--radius-small);
  flex-direction: column;
  justify-content: space-between;
  min-height: 50em;
  display: flex;
  position: relative;
  overflow: visible;
}

.client-lists {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.client-list-item {
  grid-column-gap: 4em;
  grid-row-gap: .25em;
  border-bottom: 1px solid var(--color-purple-2);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 6em;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  transition: border-color .2s, min-height .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.client-list-item:hover {
  border-bottom-color: var(--color-purple-dark);
  min-height: 7.5em;
}

.client-list-link {
  color: var(--color-purple-1);
}

.client-list-link:hover {
  color: var(--color-purple-3);
}

.footer-contact-link {
  border: 2px solid var(--transparent);
  border-radius: var(--radius-large);
  color: var(--color-purple-1);
  padding: .2em 1.7em .2em .4em;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2em;
  transition: border-color .2s, background-color .2s;
  display: inline-block;
}

.footer-contact-link:hover {
  border-color: var(--color-purple-dark);
  background-color: var(--alt-color-30-opacity);
  color: var(--color-purple-2);
  background-image: url('../images/alternate-email-fill0-wght400-grad0-opsz24.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 1.1em;
}

.footer-contact-link.is-phone-contact:hover {
  background-image: url('../images/call-fill0-wght400-grad0-opsz24.svg');
}

.footer-contact-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-hero {
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  padding: 18em 8vw 12em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-hero-layout {
  z-index: 10;
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.social-hero-content {
  z-index: 10;
  grid-row-gap: 4em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 39em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.social-hero-images {
  z-index: 10;
  border-radius: var(--radius-small);
  flex-direction: column;
  justify-content: space-between;
  min-height: 50em;
  display: flex;
  position: relative;
  overflow: visible;
}

.social-hero-video-background {
  z-index: 9;
  border-radius: var(--radius-small);
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-hero-image-1 {
  z-index: 20;
  width: 30%;
  height: 30%;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: -9%;
  right: auto;
}

.social-hero-image-2 {
  z-index: 20;
  width: 31%;
  height: 18%;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: auto;
  right: -5%;
}

._404-hero {
  z-index: 20;
  background-color: var(--background);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

._404-hero-layout {
  z-index: 10;
  max-width: var(--width-large);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 90%;
  margin-top: 3vw;
  margin-bottom: 5vw;
  display: grid;
  position: relative;
}

._404-hero-title-block {
  z-index: 10;
  grid-row-gap: 2em;
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 53em;
  padding: 6em;
  display: flex;
  position: relative;
}

._404-hero-background {
  border-radius: var(--radius-small);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-hero-content {
  z-index: 10;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  background-color: var(--background);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 70em;
  padding: 6em 0 6em 8em;
  display: grid;
  position: relative;
}

._404-hero-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-hero-small-image {
  width: 20em;
  height: 25em;
  position: relative;
}

.loading-text {
  z-index: 10;
  color: var(--color-purple-5);
  font-size: 2em;
  line-height: 1.4em;
  position: relative;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 11px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 12px;
  }
}

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

  .container.with-background {
    padding-left: 6em;
    padding-right: 6em;
  }

  .breadcrumb-link {
    height: 2em;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .breadcrumb-link:hover {
    border-color: var(--transparent);
    background-color: var(--transparent);
    color: var(--color-1);
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .tab-rounded-link {
    min-width: auto;
  }

  .heading {
    line-height: 1.2em;
  }

  .heading.is-small-title {
    line-height: 1.4em;
  }

  .heading.is-extra-large-title {
    line-height: 1.1em;
  }

  .heading.is-medium-title {
    font-size: 3.3em;
    line-height: 1.4em;
  }

  .heading.is-extra-small-title {
    line-height: 1.4em;
  }

  .heading.is-regular-title {
    font-size: 2.5em;
    line-height: 1.4em;
  }

  .heading.is-large-title {
    font-size: 4.5em;
    line-height: 1.4em;
  }

  .heading.is-service-hero-title {
    font-size: 4em;
  }

  .heading.is-home-hero-video-title {
    font-size: 6em;
  }

  .heading.with-more-height {
    line-height: 1.8em;
  }

  .heading.is-testimonial-accordion-title {
    font-size: 4em;
  }

  .heading.is-service-hero-medium-title, .heading.is-home-hero-title {
    font-size: 7vw;
  }

  .heading.is-works-hero-title {
    font-size: 6em;
    line-height: 1.1em;
  }

  .heading.is-sticky-content-link-title {
    font-size: 3em;
    line-height: 1.4em;
  }

  .heading.is-service-title {
    font-size: 5vw;
  }

  .heading.is-featured-project-title, .heading.is-project-title, .heading.is-project-title, .heading.is-service-with-accordion-title, .heading.is-home-content-title, .heading.is-service-in-row-title {
    line-height: 1.4em;
  }

  .heading.is-simple-service-title {
    font-size: 3em;
  }

  .heading.is-team-title {
    line-height: 1.4em;
  }

  .heading.is-simple-hero-title {
    font-size: 5em;
  }

  .heading.is-hero-10-title {
    font-size: 8em;
  }

  .heading.is-hero-8-title-2 {
    font-size: 13em;
  }

  .heading.is-works-hero-2-title {
    font-size: 11em;
  }

  .heading.is-solution-title {
    line-height: 1.4em;
  }

  .heading.is-faq-acc-title {
    font-size: 2em;
  }

  .heading.is-regular-hero-title.in-pricing {
    font-size: 15vw;
  }

  .heading.is-call-to-action-title {
    font-size: 12vw;
  }

  .heading.is-work-page-hero-title {
    font-size: 3.5em;
  }

  .heading.is-moving-title {
    font-size: 12vw;
  }

  .heading.is-solution-page-hero-title {
    font-size: 8em;
  }

  .heading.is-hero-article-title {
    font-size: 4em;
    line-height: 1.4em;
  }

  .heading.is-topic-hero-title {
    font-size: 4em;
  }

  .heading.is-client-hero-title {
    width: auto;
    font-size: 10vw;
    line-height: 1.1em;
  }

  .heading.is-information-title {
    width: auto;
  }

  .heading.is-product-hero-title {
    font-size: 5em;
    line-height: 1.2em;
  }

  .heading.is-store-hero-title {
    font-size: 8em;
  }

  .heading.is-confirmation-title {
    font-size: 10vw;
  }

  .heading.is-overview-large-title {
    font-size: 12em;
  }

  .heading.is-topic-title {
    line-height: 1.4em;
  }

  .heading.is-about-hero-title {
    font-size: 14vw;
  }

  .heading.is-solutions-hero-title {
    font-size: 13em;
  }

  .heading.is-team-hero-title {
    font-size: 6em;
    line-height: 1.1em;
  }

  .heading.is-team-member-title {
    line-height: 1.4em;
  }

  .heading.is-service-page-hero-title {
    font-size: 4.5em;
  }

  .heading.is-team-member-hero-title {
    font-size: 4em;
  }

  .heading.is-social-hero-title {
    font-size: 6em;
  }

  .heading.is-service-title-large {
    font-size: 4em;
  }

  .icon.in-gallery {
    z-index: 30;
    background-color: var(--color-1);
    padding: .2em;
    font-size: 2.5em;
    display: block;
    top: .3em;
    bottom: auto;
    left: .3em;
    right: auto;
  }

  .icon.in-gallery.is-larger {
    font-size: 3em;
  }

  .padding {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .padding.for-newsletter-layout {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .padding.for-carousel-logos {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .padding.larger-paddings {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .section.is-pricing-plans {
    overflow: visible;
  }

  .vertical-flex.with-gap-8em {
    grid-row-gap: 6em;
  }

  .rich-text img {
    width: 100%;
    min-width: 100%;
    left: 0%;
  }

  .rich-text blockquote {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }

  .style-guide-image {
    height: 40em;
  }

  .tabs-rounded-links {
    overflow: auto;
  }

  .search-input {
    width: 50vw;
    font-size: 1.7em;
  }

  .search-wrap {
    position: absolute;
    top: 4.6em;
  }

  .nav-main {
    width: 94%;
    height: 5em;
    min-height: 5em;
  }

  .nav-main-links {
    align-self: auto;
    display: none;
  }

  .search {
    font-size: .8em;
  }

  .nav-secondary-links {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex: 0 auto;
  }

  .nav-brand {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    font-size: .8em;
    transition: background-color .2s;
  }

  .accordion-toggle {
    min-height: 8em;
    padding-left: 3em;
    padding-right: 7em;
  }

  .accordion-toggle.is-alternative {
    padding-left: 3em;
  }

  .accordion-title {
    font-size: 1.5em;
  }

  .nav-menu-button {
    width: 11em;
  }

  .nav-notification {
    display: none;
  }

  .menu-layout {
    flex-wrap: wrap;
    overflow: auto;
  }

  .gallery-lightbox {
    height: 20em;
  }

  .gallery-lightbox.in-work-page {
    height: 25em;
  }

  .gallery-lightbox.in-product {
    height: 27em;
  }

  .text-field {
    min-height: 4em;
  }

  .field-label {
    font-size: 1.5em;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tab-link {
    min-width: auto;
  }

  .tabs-links {
    overflow: auto;
  }

  .search-hero {
    padding-top: 12em;
    padding-bottom: 4em;
  }

  .search-result-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-list.w--open {
    background-color: var(--color-4);
    box-shadow: none;
    background-image: none;
    border-top: 1px solid rgba(18, 4, 44, .15);
    border-bottom: 1px solid rgba(18, 4, 44, .15);
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .service-hero {
    min-height: auto;
    padding: 5.5em 4vw 8em;
  }

  .service-hero-layout {
    grid-column-gap: 0em;
    grid-row-gap: 6em;
    grid-template-columns: 1fr;
  }

  .service-hero-images {
    height: 40em;
    min-height: auto;
  }

  .accordions-dark-title-block {
    padding: 3em;
  }

  .accordion-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .content-for-projects {
    grid-row-gap: 2em;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .form-field-password {
    padding: 2.5em;
  }

  .text-field-password {
    font-size: 2em;
  }

  .field-label-password {
    font-size: .9em;
  }

  .submit-button-password {
    font-size: 1.8em;
  }

  .form-block-password {
    font-size: .8em;
  }

  .home-hero-with-video {
    min-height: 100svh;
    padding-top: 5em;
    padding-bottom: 4vw;
  }

  .nav-menu-button-text {
    font-size: 1.3em;
  }

  .simple-hero {
    padding-top: 15em;
    padding-bottom: 6em;
  }

  .footer-layout {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .subfooter {
    grid-row-gap: .75em;
    flex-wrap: wrap;
    justify-content: center;
  }

  .subfooter-link-text {
    font-size: 1.1em;
  }

  .subfooter-links-wrapper {
    justify-content: center;
  }

  .form-submit-button {
    font-size: 1.8em;
  }

  .home-hero-cards {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .service-hero-grid-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 5em;
    padding-bottom: 0;
  }

  .service-hero-grid-wrapper {
    max-width: none;
  }

  .service-hero-grid-image {
    height: 30em;
  }

  .service-hero-description {
    max-width: 40em;
  }

  .home-hero-card-block {
    border-bottom-width: 0;
    border-right-width: 1px;
    border-right-color: rgba(255, 255, 255, .2);
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .home-hero-card-block:hover {
    width: 100%;
  }

  .home-hero-card-block.is-link-block {
    border-width: 1px;
    border-color: rgba(255, 255, 255, .35);
  }

  .home-hero-card-block.is-link-block:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .works-hero-vertical, .works-hero-vertical-wrapper {
    min-height: auto;
  }

  .works-hero-vertical-layout {
    padding-top: 14em;
    padding-bottom: 12em;
  }

  ._3d-trigger.for-image {
    width: 100%;
    height: 100%;
  }

  .background-sticky {
    height: 100svh;
  }

  .about-content-grid {
    grid-row-gap: 6em;
    grid-template-columns: 1fr;
    padding: 8em 8vw;
  }

  .about-content-layout {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-content-image {
    height: 30em;
  }

  .regular-pricing-plans-wrapper {
    grid-row-gap: 2em;
    flex-wrap: wrap;
  }

  .regular-pricing-block:hover {
    box-shadow: none;
    transform: none;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
  }

  .pricing-block.is-featured {
    margin-top: -.2em;
    margin-bottom: -.2em;
  }

  .simple-pricing-plan {
    grid-row-gap: 4em;
    flex-wrap: wrap;
  }

  .simple-pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .simple-pricing-block {
    padding: 6em 4vw;
  }

  .simple-pricing-block.is-3rd {
    flex: 0 auto;
  }

  .simple-pricing-features {
    font-size: .8em;
  }

  .works-hero {
    min-height: 100svh;
    padding-top: 5em;
  }

  .works-hero-about-block {
    grid-template-columns: 1fr;
    padding: 4em;
  }

  .works-hero-layout {
    margin-top: 5vw;
  }

  .works-hero-title-block {
    margin-bottom: 12em;
    padding: 4em;
  }

  .accordions-dark {
    min-height: auto;
  }

  .testimonial-client-wrap {
    grid-column-gap: 4vw;
  }

  .testimonial-line {
    width: 6vw;
  }

  .testimonial-client-block {
    min-width: 18em;
  }

  .newsletter-form {
    grid-template-columns: 1.75fr 1fr;
    font-size: .8em;
  }

  .newsletter-fields {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .gallery-alternative-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .breadcrumb-link-home {
    width: 2em;
    height: 2em;
  }

  .faq-hero {
    padding-top: 15em;
  }

  .fullscreen-home-hero {
    grid-row-gap: 10em;
    justify-content: space-between;
    min-height: auto;
    padding-top: 15em;
    padding-bottom: 0;
  }

  .fullscreen-home-hero-block {
    border-top-right-radius: var(--radius-small);
    border-bottom-width: 0;
    border-right-width: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    align-items: center;
    width: 100%;
    padding: 8vw;
  }

  .home-hero-video-background {
    grid-row-gap: 3.5em;
  }

  .product-item {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .product-image {
    flex: 0 auto;
    width: 100%;
    height: 30em;
  }

  .product-default-state.under-hero, .product-default-state.align-center {
    justify-content: center;
  }

  .product-button {
    background-size: 1.2em;
  }

  .store-category-link {
    grid-row-gap: 2.5em;
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 33em;
  }

  .store-category-link:hover {
    min-height: 33em;
  }

  .store-category-icon {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    min-width: auto;
  }

  .store-category-icon.is-2nd {
    text-align: center;
    justify-content: center;
  }

  .product-out-of-stock-state {
    font-size: 1.3em;
  }

  .product-error-state {
    font-size: 1.2em;
  }

  .product-hero-prices {
    width: 100%;
  }

  .product-price-text {
    font-size: 1.5em;
  }

  .product-prices-block {
    flex-wrap: wrap;
  }

  .additional-product-item {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .additional-product-content {
    grid-row-gap: 2em;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .additional-product-image {
    height: 20em;
  }

  .additional-product-prices {
    flex-wrap: wrap;
    padding-top: 1em;
  }

  .checkout-form {
    flex-wrap: wrap;
    min-height: auto;
  }

  .checkout-field-label {
    font-size: 1.5em;
  }

  .overview-buttons-flex {
    grid-column-gap: 4vw;
  }

  .menu-close-button {
    z-index: 100;
    padding: 1em;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-close-button:hover {
    background-image: none;
  }

  .menu-links {
    grid-row-gap: 3em;
    width: 100%;
    min-width: auto;
    padding-top: 8em;
    padding-bottom: 6em;
    overflow: hidden;
  }

  .menu-link-small {
    align-self: flex-start;
    padding-top: .3em;
    padding-bottom: .3em;
  }

  .menu-link-small:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .menu-small-links {
    grid-column-gap: 3em;
    grid-row-gap: .25em;
    flex-flow: wrap;
  }

  .menu-main-links {
    grid-column-gap: 2.75em;
    flex-flow: wrap;
    font-size: 1em;
  }

  .menu-close-icon {
    background-color: var(--color-purple-2);
    font-size: .8em;
  }

  .menu-close-icon:hover {
    width: 5em;
    height: 5em;
  }

  .menu-span-color {
    margin-left: .4em;
  }

  .menu-socials {
    flex-flow: wrap;
    width: 100%;
    min-width: auto;
    padding: 8vw;
  }

  .menu-socials-list {
    border-color: var(--alt-color-50-opacity);
    background-color: var(--alt-color-05-opacity);
    flex-direction: row;
  }

  .menu-contact {
    grid-row-gap: 3em;
    width: 100%;
    min-width: auto;
    padding: 6em 8vw;
    overflow: hidden;
  }

  .ui-kit-library-row {
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
  }

  .ui-kit-button-text {
    font-size: 1.2em;
  }

  .ui-kit-label {
    font-size: .8em;
  }

  .cart-product-title {
    font-size: 1.3em;
  }

  .cart-container {
    min-width: 55em;
    max-width: none;
  }

  .cart-total-price {
    font-size: 1.4em;
  }

  .cart-product-price-block {
    font-size: .9em;
  }

  .menu-span-color-2 {
    margin-left: .4em;
  }

  .slider-timeline-block {
    width: 10vw;
  }

  .nav-layout {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    height: 75%;
    font-size: .9em;
  }

  .secondary-button-wrapper {
    font-size: 1.7em;
  }

  .works-hero-vertical-top-title {
    font-size: 2.5em;
  }

  .works-hero-images-wrapper {
    height: 40em;
  }

  .home-hero-with-video-layout {
    padding-top: 6em;
    padding-bottom: 4em;
  }

  .card-content-with-icon {
    justify-content: center;
    max-width: none;
  }

  .home-hero-card-title-text {
    font-size: 1.6em;
  }

  .service-hero-content {
    padding-top: 0;
  }

  .home-hero-collage-layout {
    padding-top: 14em;
    padding-bottom: 10em;
  }

  .home-hero-collage-wrapper-1 {
    grid-column-gap: 4vw;
  }

  .home-hero-collage-image {
    align-self: stretch;
    width: 15vw;
    height: auto;
  }

  .home-hero-collage-wrapper-2 {
    grid-column-gap: 4vw;
  }

  .home-hero-collage-line {
    width: 6vw;
  }

  .home-hero-collage-wrapper-3 {
    grid-column-gap: 4vw;
    flex-wrap: wrap;
  }

  .home-hero-collage-circle-image {
    width: 8vw;
    height: 8vw;
  }

  .home-hero-collage-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 4vw;
    display: flex;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero-layout {
    width: 90%;
    padding-top: 10em;
    padding-bottom: 7em;
  }

  .home-hero-title-block.is-2nd {
    grid-column-gap: 2vw;
  }

  .home-hero-image-small {
    align-self: stretch;
    height: auto;
  }

  .home-hero-titles-with-image {
    grid-column-gap: 4vw;
  }

  .home-hero-image-large {
    width: 17vw;
  }

  .home-hero-title-line {
    height: 4px;
  }

  .home-hero-small-title {
    font-size: 1.5vw;
  }

  .hero-corner-line-color {
    height: 4px;
  }

  .hero-corner-line-color.is-2nd {
    width: 4px;
  }

  .home-hero-button {
    flex: 0 auto;
    width: 10vw;
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-hero-button:hover {
    letter-spacing: .2em;
    text-indent: .2em;
  }

  .home-hero-button-text {
    font-size: .9em;
  }

  .home-hero-button-icon {
    bottom: 1.4em;
  }

  .works-hero-button-block {
    align-items: flex-start;
  }

  .works-hero-with-large-image {
    min-height: auto;
  }

  .hero-layout-for-works {
    align-self: auto;
    padding-top: 10em;
    padding-bottom: 2.5em;
  }

  .works-hero-content {
    flex-wrap: wrap;
    max-width: 47em;
  }

  .works-hero-large-image {
    flex: 0 auto;
    height: 50em;
  }

  .sticky-content-grid {
    grid-template-columns: 1fr;
  }

  .sticky-content {
    overflow: hidden;
  }

  .sticky-content-link {
    flex: none;
  }

  .sticky-content-large-paragraph {
    margin-bottom: .7em;
    font-size: 3em;
  }

  .overview-content-block {
    grid-row-gap: 2em;
    padding-bottom: 4em;
  }

  .overview-content-block.is-1st {
    width: 100%;
    overflow: hidden;
  }

  .sticky-content-links {
    grid-column-gap: 2.75em;
    grid-row-gap: .5em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .overview-content-image {
    height: 40em;
  }

  .overview-content-wrapper {
    width: 100%;
  }

  .large-call-to-action-block {
    min-height: auto;
  }

  .circle-button {
    font-size: .8em;
  }

  .large-call-to-action-button {
    bottom: 4em;
  }

  .service-content-with-button {
    min-height: 25em;
    padding-left: 7em;
    padding-right: 7em;
  }

  .service-content-with-button.is-larger {
    min-height: 40em;
  }

  .service-description-text {
    max-width: 22em;
    font-size: 1.4em;
  }

  .service-title-link-block {
    opacity: 1;
    transition: none;
  }

  .service-title-link-block:hover {
    letter-spacing: 0;
    text-indent: 0;
  }

  .service-button {
    right: 0;
  }

  .featured-projects-list {
    flex-wrap: wrap;
  }

  .featured-project-item {
    border-bottom-width: 0;
    border-right-width: 1px;
  }

  .featured-project-item:last-child {
    border-bottom-width: 1px;
  }

  .featured-project-link-block {
    min-height: auto;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .featured-project-content {
    grid-row-gap: 2.5em;
  }

  .featured-project-content.in-topics {
    grid-row-gap: 5em;
  }

  .featured-project-about-wrapper {
    color: var(--blue-color-14);
  }

  .content-14-block {
    border-radius: 4.6em;
    flex-wrap: wrap;
    width: 70%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-main-link {
    font-size: 1.6em;
  }

  .footer-brand-block {
    padding-top: 0;
  }

  .background-radial-bottom {
    background-image: radial-gradient(circle farthest-corner at 50% 100%, #c7ff8a, var(--transparent));
  }

  .footer-divider-line {
    margin-top: 4.5em;
    margin-bottom: 4.5em;
  }

  .listing-number-block {
    left: 0;
  }

  .listing-number-text {
    font-size: 2.7em;
  }

  .projects-list {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    grid-template-columns: 1fr;
  }

  .project-image {
    height: 40em;
  }

  .project-content-image {
    height: 25em;
  }

  .works-hero-small-image {
    display: none;
  }

  .newsletter-horizontal-layout {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .simple-project-link-block {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .simple-project-link-block:hover, .simple-project-link-block.is-higher, .simple-project-link-block.is-higher:hover {
    min-height: auto;
  }

  .simple-project-image {
    height: 25em;
  }

  .simple-project-image.is-2nd {
    display: none;
  }

  .simple-project-wrapper {
    max-width: 35em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .service-hero-small-image-1 {
    width: 26%;
    left: -4%;
  }

  .service-hero-small-image-2 {
    width: 23%;
    height: 23%;
    right: -2%;
  }

  .projects-with-accordion-list {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    grid-template-columns: 1fr;
  }

  .project-button-in-accordion {
    font-size: .9em;
  }

  .services-with-accordion-list {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .image-for-service-with-accordion {
    height: 40em;
  }

  .fullscreen-home-hero-layout {
    flex-wrap: wrap;
  }

  .fullscreen-home-hero-button {
    grid-column-gap: 1em;
    grid-row-gap: 1px;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--radius-small);
    justify-content: center;
    width: 100%;
  }

  .fullscreen-home-hero-button:hover {
    width: 100%;
  }

  .fullscreen-home-hero-button-text {
    position: relative;
    bottom: auto;
  }

  .lists-for-home-hero {
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }

  .home-hero-list-block {
    align-self: auto;
    max-width: none;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .home-hero-list-block:hover {
    border-right-color: var(--transparent);
    border-bottom-color: var(--transparent);
    border-left-color: var(--transparent);
    background-color: var(--transparent);
    width: 100%;
  }

  .milestones-container {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-wrap: wrap;
  }

  .milestones-grid {
    grid-template-columns: 1fr;
  }

  .milestones-sticky-content {
    position: relative;
    top: 0;
  }

  .home-content-grid {
    grid-template-columns: 1fr;
  }

  .services-in-row-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-in-row-item:hover {
    width: 100%;
  }

  .service-in-row-image.in-service-page {
    height: 10em;
  }

  .service-flex-item {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .service-large-image {
    border-radius: var(--radius-small);
    width: 40%;
  }

  .service-flex-content {
    border-radius: var(--radius-small);
    background-color: rgba(255, 255, 255, .5);
  }

  .simple-services {
    grid-column-gap: 0em;
  }

  .simple-services-wrapper {
    width: auto;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .simple-service-item:hover {
    letter-spacing: 0;
    text-indent: 0;
  }

  .render-image-block-1, .render-image-block-2 {
    font-size: .6em;
  }

  .list-item-in-home-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .team-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-item:hover {
    width: 100%;
  }

  .team-member-image {
    height: 35em;
  }

  .about-team-member {
    grid-row-gap: .25em;
  }

  .about-team-member.is-absolute {
    bottom: 3%;
  }

  .hero-blog {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 5em;
    padding-bottom: 8em;
  }

  .featured-article {
    max-height: none;
    position: relative;
    top: 0;
  }

  .featured-article-link {
    padding-top: 25em;
  }

  .article-content-wrapper {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .blog-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .regular-articles-list {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr 1fr;
  }

  .regular-article-content {
    padding-left: 0;
    padding-right: 0;
  }

  .large-call-to-action-image-1, .large-call-to-action-image-2 {
    font-size: .5em;
  }

  .team-name-text {
    font-size: 1.6em;
  }

  .contact-content-grid {
    grid-row-gap: 8em;
    grid-template-columns: 1fr;
  }

  .contact-content-block {
    grid-row-gap: 3em;
  }

  .field-label-2 {
    font-size: 1.5em;
  }

  .product-layout {
    width: 100%;
  }

  .topic-hero-layout {
    padding-top: 14em;
  }

  .main-button {
    font-size: .9em;
  }

  .main-button:hover {
    color: var(--white);
  }

  .about-number-block {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .about-number-large-text {
    font-size: 4em;
  }

  .solutions-list {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .solution-item {
    flex-wrap: wrap;
  }

  .solution-image {
    width: 100%;
    height: 40em;
  }

  .solution-content-wrapper {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .regular-hero-layout {
    flex-wrap: wrap-reverse;
    grid-template-columns: 1fr;
    padding-top: 5em;
    padding-bottom: 4em;
  }

  .regular-hero-layout.with-breadcrumbs {
    padding-top: 8.5em;
  }

  .regular-hero-block {
    grid-row-gap: 4em;
    max-width: none;
  }

  .regular-hero-image {
    flex: 0 auto;
    width: 100%;
    height: 30em;
  }

  .regular-hero-content {
    padding-top: 0;
  }

  .regular-hero-description {
    max-width: 40em;
  }

  .logo-carousel-image {
    width: 10em;
    height: 4em;
  }

  .call-to-action-layout {
    flex-wrap: wrap-reverse;
    grid-template-columns: 1fr;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .call-to-action-content-wrapper {
    grid-row-gap: 4em;
    max-width: none;
  }

  .call-to-action-content-block {
    padding-top: 0;
  }

  .call-to-action-description {
    max-width: 40em;
  }

  .store-category-hero-content {
    align-self: auto;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .store-category-hero {
    padding-top: 8.3em;
  }

  .store-category-hero.without-breadcrumbs {
    padding-top: 5em;
  }

  .work-large-image {
    height: 50em;
  }

  .work-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solution-page-hero-rich-content {
    font-size: 1em;
  }

  .bio-wrapper {
    grid-template-columns: 1fr;
  }

  .team-member-render-image-1, .team-member-render-image-2, .team-member-render-image-3 {
    font-size: .5em;
  }

  .article-hero-description {
    font-size: 3.5em;
  }

  .article-hero-image {
    height: 50em;
  }

  .article-hero-layout {
    padding-top: 16em;
    padding-bottom: 6em;
  }

  .client-testimonial-wrap {
    grid-template-columns: 1fr;
  }

  .section-render-image-4 {
    left: -23.6em;
  }

  .section-render-image-5 {
    right: -13.4em;
  }

  .section-render-image-6 {
    font-size: .7em;
    bottom: -19.6em;
    right: -9.5em;
  }

  .product-hero-flex {
    grid-row-gap: 2em;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
  }

  .image-with-title {
    width: 39em;
    max-width: 70%;
    height: 50em;
  }

  .product-content-text {
    font-size: 9em;
  }

  .checkout-column {
    width: 100%;
    padding-top: 12em;
    padding-bottom: 8em;
  }

  .checkout-column.is-2nd {
    padding-top: 8em;
    padding-bottom: 10em;
  }

  .menu-contact-link:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .menu-links-wrapper {
    grid-row-gap: 2.5em;
  }

  .menu-close-text {
    display: none;
  }

  .menu-contact-block {
    grid-column-gap: 3em;
    grid-row-gap: .25em;
    flex-flow: wrap;
  }

  .more-templates-grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr;
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
  }

  .more-templates-block {
    grid-row-gap: 3em;
    margin-bottom: 3em;
  }

  .team-with-details-list {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .team-member-photo-image {
    height: 40em;
  }

  .overview-hero-image {
    height: 50em;
  }

  .product-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .overview-hero-layout {
    padding-top: 12em;
    padding-bottom: 10em;
  }

  .overview-hero-content {
    min-height: auto;
  }

  .overview-hero-top-title {
    font-size: 2.5em;
  }

  .overview-content-layout {
    grid-template-columns: 1fr;
  }

  .overview-content-links {
    grid-column-gap: 2.75em;
    grid-row-gap: .5em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .overview-feature-link {
    flex: none;
  }

  .topics-list {
    flex-wrap: wrap;
  }

  .topic-item {
    border-bottom-width: 0;
    border-right-width: 1px;
  }

  .topic-item:last-child {
    border-bottom-width: 1px;
  }

  .topic-link-block {
    min-height: auto;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .topic-link-block.is-larger {
    min-height: 40em;
  }

  .topic-content-wrapper {
    grid-row-gap: 2.5em;
  }

  .about-hero-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 5em;
    padding-bottom: 0;
  }

  .about-hero-wrapper {
    max-width: none;
  }

  .about-hero-content {
    padding-top: 0;
  }

  .about-hero-description {
    max-width: 40em;
  }

  .about-hero-video {
    height: 30em;
  }

  .sticky-content-wrapper {
    width: 100%;
  }

  .sticky-content-block {
    grid-row-gap: 2em;
    padding-bottom: 4em;
  }

  .sticky-content-block.is-1st {
    width: 100%;
    overflow: hidden;
  }

  .sticky-content-image {
    height: 40em;
  }

  .solutions-hero {
    min-height: auto;
  }

  .solutions-hero-layout {
    padding-top: 14em;
    padding-bottom: 12em;
  }

  .solutions-hero-wrapper {
    min-height: auto;
  }

  .solutions-hero-top-title {
    font-size: 2.5em;
  }

  .solutions-hero-images {
    height: 40em;
  }

  .store-hero-layout {
    padding-top: 14em;
  }

  .contact-hero {
    min-height: auto;
  }

  .contact-hero-layout {
    flex-wrap: wrap-reverse;
    grid-template-columns: 1fr;
    padding-top: 5em;
    padding-bottom: 4em;
  }

  .contact-hero-wrapper {
    grid-row-gap: 4em;
    max-width: none;
  }

  .contact-hero-content {
    padding-top: 0;
  }

  .call-to-action-image {
    flex: 0 auto;
    width: 100%;
    height: 30em;
  }

  .contact-hero-description {
    max-width: 40em;
  }

  .team-hero {
    min-height: auto;
  }

  .team-hero-layout {
    align-self: auto;
    padding-top: 10em;
    padding-bottom: 2.5em;
  }

  .team-hero-wrapper {
    flex-wrap: wrap;
    max-width: 47em;
  }

  .team-hero-description {
    padding-top: 0;
  }

  .team-hero-video {
    flex: 0 auto;
    height: 50em;
  }

  .works-hero-with-slider {
    min-height: auto;
  }

  .works-hero-slider {
    flex: 0 auto;
    height: 50em;
  }

  .work-page-hero {
    padding-top: 8.5em;
  }

  .project-page-content {
    align-self: auto;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .project-page-wrapper {
    flex-wrap: wrap;
    max-width: 47em;
  }

  .project-details {
    padding-top: 0;
  }

  .service-page-hero-layout {
    flex-wrap: wrap-reverse;
    grid-template-columns: 1fr;
    padding-top: 9em;
    padding-bottom: 4em;
  }

  .service-page-hero-block {
    grid-row-gap: 4em;
    width: 100%;
  }

  .service-page-hero-content {
    padding-top: 0;
  }

  .service-page-hero-image {
    flex: 0 auto;
    width: 100%;
    height: 30em;
  }

  .solution-page-hero {
    min-height: auto;
  }

  .solution-page-hero-layout {
    padding-top: 14em;
    padding-bottom: 8em;
  }

  .solution-page-hero-wrapper {
    min-height: auto;
  }

  .solution-page-hero-top-title {
    font-size: 2.5em;
  }

  .solution-page-hero-images {
    height: 40em;
  }

  .team-member-hero {
    min-height: auto;
    padding: 8.2em 4vw 8em;
  }

  .team-member-hero-layout {
    grid-column-gap: 0em;
    grid-row-gap: 6em;
    grid-template-columns: 1fr;
  }

  .team-member-hero-photo {
    height: 40em;
    min-height: auto;
  }

  .footer-contact-link {
    border-color: var(--color-purple-1);
    background-color: var(--alt-color-30-opacity);
    background-image: url('../images/alternate-email-fill0-wght400-grad0-opsz24.svg');
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 1.1em;
    padding-left: .5em;
    font-size: 3em;
  }

  .footer-contact-link.is-phone-contact {
    background-image: url('../images/call-fill0-wght400-grad0-opsz24.svg');
  }

  .footer-contact-links {
    grid-row-gap: 1em;
  }

  .social-hero {
    min-height: auto;
    padding: 5.5em 4vw 8em;
  }

  .social-hero-layout {
    grid-column-gap: 0em;
    grid-row-gap: 6em;
    grid-template-columns: 1fr;
  }

  .social-hero-images {
    height: 40em;
    min-height: auto;
  }

  .social-hero-image-1 {
    width: 26%;
    left: -4%;
  }

  .social-hero-image-2 {
    width: 23%;
    height: 23%;
    right: -2%;
  }

  ._404-hero {
    min-height: 100svh;
  }

  ._404-hero-layout {
    margin-top: 5vw;
  }

  ._404-hero-title-block {
    margin-bottom: 12em;
    padding: 4em;
  }

  ._404-hero-content {
    grid-template-columns: 1fr;
    padding: 4em;
  }

  ._404-hero-button {
    align-items: flex-start;
  }

  ._404-hero-small-image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 11px;
  }

  .container.with-background {
    padding-left: 4em;
    padding-right: 4em;
  }

  .tabs {
    align-items: flex-start;
  }

  .paragraph {
    font-size: 1.3em;
  }

  .paragraph.is-large {
    font-size: 1.5em;
  }

  .paragraph.is-medium {
    font-size: 1.4em;
  }

  .paragraph.is-extra-large {
    font-size: 1.8em;
  }

  .tab-rounded-link {
    flex: 1;
    min-width: auto;
    padding-left: .7em;
    padding-right: .7em;
  }

  .heading.is-small-title {
    font-size: 2.2em;
  }

  .heading.is-extra-large-title {
    font-size: 6em;
  }

  .heading.is-medium-title {
    font-size: 2.8em;
  }

  .heading.is-extra-small-title {
    font-size: 1.8em;
  }

  .heading.is-regular-title {
    font-size: 2.2em;
  }

  .heading.is-large-title, .heading.is-service-hero-title {
    font-size: 3.5em;
  }

  .heading.is-home-hero-video-title {
    font-size: 4em;
    line-height: 1.2em;
  }

  .heading.with-more-height {
    line-height: 1.8em;
  }

  .heading.is-work-hero-title, .heading.is-testimonial-accordion-title {
    font-size: 3em;
  }

  .heading.is-product-title {
    font-size: 2.9em;
  }

  .heading.is-service-hero-medium-title {
    font-size: 8vw;
  }

  .heading.is-home-hero-title {
    font-size: 6vw;
  }

  .heading.is-works-hero-title {
    font-size: 5em;
  }

  .heading.is-sticky-content-link-title {
    font-size: 2.5em;
  }

  .heading.is-service-title {
    font-size: 6vw;
  }

  .heading.is-featured-project-title {
    font-size: 2.2em;
  }

  .heading.is-project-title {
    font-size: 2em;
  }

  .heading.is-service-with-accordion-title {
    font-size: 2.5em;
  }

  .heading.is-home-content-title {
    font-size: 2.2em;
  }

  .heading.is-simple-service-title {
    font-size: 2.3em;
  }

  .heading.is-article-2-title {
    font-size: 1.7em;
  }

  .heading.is-regular-article-title {
    font-size: 2em;
  }

  .heading.is-simple-hero-title {
    font-size: 4em;
  }

  .heading.is-hero-10-title {
    font-size: 6em;
  }

  .heading.is-hero-8-title-2 {
    font-size: 10em;
  }

  .heading.is-works-hero-2-title {
    font-size: 8em;
  }

  .heading.is-solution-title {
    font-size: 3em;
  }

  .heading.is-faq-acc-title {
    font-size: 1.8em;
  }

  .heading.is-solution-page-hero-title {
    font-size: 7em;
  }

  .heading.is-hero-article-title {
    font-size: 3.5em;
  }

  .heading.is-topic-hero-title {
    font-size: 3.3em;
  }

  .heading.is-product-hero-title {
    font-size: 4em;
  }

  .heading.is-store-hero-title {
    font-size: 6em;
  }

  .heading.is-overview-large-title {
    font-size: 8em;
  }

  .heading.is-topic-title {
    font-size: 2.2em;
  }

  .heading.is-solutions-hero-title {
    font-size: 10em;
  }

  .heading.is-team-hero-title {
    font-size: 5em;
  }

  .heading.is-team-member-title {
    font-size: 2.5em;
  }

  .heading.is-service-page-hero-title {
    font-size: 4em;
  }

  .heading.is-team-member-hero-title {
    font-size: 3.5em;
  }

  .heading.is-social-hero-title {
    font-size: 5em;
  }

  .heading.is-service-title-large {
    font-size: 3em;
  }

  .icon.is-extra-large {
    font-size: 3.5em;
  }

  .icon.is-accordion-icon.in-faq {
    font-size: 1.7em;
    right: 2vw;
  }

  .padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .padding.for-carousel-logos {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .vertical-flex.with-gap-4em {
    grid-row-gap: 3em;
  }

  .vertical-flex.with-gap-6em {
    grid-row-gap: 5em;
  }

  .vertical-flex.with-gap-8em {
    grid-row-gap: 6em;
  }

  .rich-text p, .rich-text li {
    font-size: 1.4em;
  }

  .rich-text blockquote {
    padding-top: 1em;
    padding-bottom: .5em;
    font-size: 2.7em;
  }

  .style-guide-image {
    height: 30em;
  }

  .tabs-rounded-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: flex-start;
    align-self: stretch;
  }

  .search-input {
    flex: 1;
    width: auto;
  }

  .search-wrap {
    width: 90vw;
    left: 0;
    right: 0;
  }

  .nav-main {
    height: 4em;
    min-height: 4em;
  }

  .nav-search-button, .nav-secondary-links {
    position: static;
  }

  .nav-brand {
    font-size: .6em;
  }

  .fullscreen-menu {
    font-size: 1em;
  }

  .accordion-toggle {
    min-height: 8em;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .accordion-toggle.is-alternative {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .accordion-toggle.in-testimonials {
    padding: 3.5em 8vw;
  }

  .accordion-toggle.in-faqs {
    padding: 2.5em 8vw;
  }

  .accordion-title {
    max-width: 80%;
    font-size: 1.3em;
  }

  .nav-menu-button-icon {
    font-size: .9em;
  }

  .breadcrumb-icon {
    font-size: 1em;
  }

  .gallery-lightbox.in-work-page, .gallery-lightbox.in-product {
    height: 20em;
  }

  .checkbox-field.is-2nd {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
  }

  .checkbox {
    border-width: 2px;
  }

  .success-message {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .form-block {
    font-size: .8em;
  }

  .utility-page-content {
    padding: 8vw;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tab-link {
    flex: 1;
    min-width: auto;
    padding-left: .7em;
    padding-right: .7em;
  }

  .tabs-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: flex-start;
    align-self: stretch;
  }

  .search-result-list {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .search-in-results {
    font-size: .8em;
  }

  .search-result-image {
    height: 15em;
  }

  .breadcrumbs-wrap {
    width: 100%;
  }

  .service-hero {
    min-height: auto;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .service-hero-content-wrapper {
    max-width: none;
  }

  .accordions-dark-title-block {
    grid-row-gap: 2em;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .accordion-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .content-for-projects {
    grid-template-columns: 1fr;
  }

  .form-field-password {
    padding: 4vw;
  }

  .search-result-content {
    padding-left: 1.5em;
  }

  .home-hero-with-video {
    min-height: auto;
    padding-top: 4em;
  }

  .custom-list-text {
    font-size: 1.3em;
  }

  .footer-layout {
    padding: 6em 8vw;
  }

  .subfooter-link-text {
    font-size: 1em;
  }

  .subfooter-links-wrapper {
    width: 100%;
  }

  .information-links {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    grid-template-columns: 1fr;
  }

  .form-submit-button {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 2em;
  }

  .titles-with-mark {
    grid-column-gap: 3em;
  }

  .home-hero-cards {
    grid-template-columns: 1fr;
  }

  .service-hero-grid-layout {
    padding-top: 4em;
  }

  .home-hero-card-block.is-link-block {
    background-image: none;
  }

  .home-hero-card-block.is-link-block:hover {
    background-position: 95%;
  }

  .works-hero-vertical-wrapper {
    grid-row-gap: 2em;
    min-height: auto;
  }

  .works-hero-vertical-layout {
    padding-top: 10em;
    padding-bottom: 8em;
  }

  .about-content-grid {
    padding-top: 5.9em;
    padding-bottom: 5.9em;
  }

  .about-content-image {
    height: 25em;
  }

  .custom-list-2-text {
    font-size: 1.3em;
  }

  .simple-pricing-grid {
    grid-template-columns: 1fr;
  }

  .simple-pricing-block {
    padding: 4em 8vw;
  }

  .simple-pricing-block.is-2nd {
    border-top: 1px solid var(--color-11);
    border-left-width: 0;
  }

  .works-hero {
    min-height: auto;
    padding-top: 3.5em;
  }

  .works-hero-about-block {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(239, 239, 245, .6);
    padding: 8vw;
  }

  .works-hero-title-block {
    padding: 8vw;
  }

  .testimonial-client-block {
    min-width: auto;
  }

  .accordion-testimonial-content {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .newsletter-block {
    font-size: .8em;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
    font-size: .9em;
  }

  .gallery-alternative-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faq-hero {
    padding-bottom: 6em;
  }

  .product-item {
    grid-template-columns: 1fr;
  }

  .product-button {
    max-width: none;
  }

  .product-price-text {
    font-size: 1.4em;
  }

  .additional-product-item {
    padding: 8vw;
  }

  .additional-product-content {
    max-width: none;
  }

  .additional-product-image {
    height: 20em;
  }

  .checkout-form {
    font-size: .9em;
  }

  .checkout-checkbox {
    border-width: 2px;
  }

  .checkout-text-wrap.is-2nd {
    width: 100%;
  }

  .order-confirmation {
    font-size: .9em;
  }

  .menu-main-links {
    grid-column-gap: 3vw;
  }

  .menu-close-icon {
    font-size: .7em;
  }

  .menu-socials {
    padding: 4vw;
  }

  .menu-social-link, .cart-button {
    font-size: .9em;
  }

  .ui-kit-library-row {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .ui-kit-button {
    margin-top: -1px;
  }

  .cart-list {
    grid-row-gap: .5em;
    flex: 0 auto;
  }

  .cart-item {
    border: 1px solid var(--color-11);
    border-radius: var(--radius-small);
    background-color: var(--white);
    flex-wrap: wrap;
    padding: .6em;
  }

  .cart-image {
    width: 7em;
    min-height: 4em;
  }

  .cart-product-title {
    font-size: 1.5em;
  }

  .cart-container {
    min-width: 49em;
    font-size: .8em;
  }

  .cart-product-price-block {
    width: 100%;
    font-size: 1em;
  }

  .slider-timeline-block {
    width: 12vw;
    position: relative;
  }

  .nav-layout {
    font-size: 1em;
  }

  .nav-call-to-action-buttons {
    display: none;
  }

  .secondary-button-wrapper {
    font-size: 1.5em;
  }

  .works-hero-vertical-top-title {
    font-size: 2.5em;
  }

  .works-hero-images-wrapper {
    height: 35em;
  }

  .works-hero-image {
    width: 60vw;
  }

  .home-hero-with-video-layout {
    padding: 4em 4vw 4vw;
  }

  .home-hero-card-description {
    font-size: 1.2em;
  }

  .home-hero-collage-layout {
    grid-row-gap: 1.25em;
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .home-hero-collage-wrapper-1 {
    justify-content: center;
  }

  .home-hero-collage-image.is-2nd, .home-hero-collage-line {
    display: none;
  }

  .home-hero-titles-flex {
    padding-right: 5vw;
  }

  .home-hero-small-title {
    font-size: 1.8vw;
  }

  .home-hero-corner-lines {
    width: 3vw;
    height: 3vw;
  }

  .hero-layout-for-works {
    padding-top: 8em;
  }

  .works-hero-large-paragraph {
    font-size: 2em;
  }

  .works-hero-large-image {
    height: 35em;
  }

  .sticky-content-large-paragraph {
    font-size: 2.5em;
  }

  .overview-content-block.is-1st {
    padding-bottom: 0;
  }

  .sticky-content-links {
    grid-column-gap: 1.5em;
  }

  .overview-content-image {
    height: 30em;
  }

  .circle-button {
    width: 7em;
    height: 7em;
    font-size: .7em;
  }

  .service-content-with-button {
    padding-left: 5.5em;
    padding-right: 5.5em;
  }

  .service-content-with-button.is-larger {
    min-height: 35em;
  }

  .service-description-text {
    font-size: 1.3em;
  }

  .service-button {
    font-size: 1.1em;
  }

  .content-14-block {
    width: 80%;
  }

  .footer-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .footer-main-link {
    font-size: 1.3em;
  }

  .footer-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .listing-number-text {
    font-size: 2.2em;
  }

  .project-image {
    height: 30em;
  }

  .project-content-image {
    width: 11em;
    height: 15em;
    bottom: 10em;
  }

  .simple-project-wrapper.is-2nd {
    max-width: none;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .listing-2-paddings {
    padding: 8vw;
  }

  .service-hero-small-image-1 {
    left: -8%;
  }

  .service-hero-small-image-2 {
    right: -6%;
  }

  .projects-with-accordion-list {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .project-main-image {
    height: 30em;
  }

  .project-button-in-accordion {
    font-size: 1em;
  }

  .services-with-accordion-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .service-with-accordion-item {
    grid-row-gap: 2.25em;
  }

  .image-for-service-with-accordion {
    height: 30em;
  }

  .fullscreen-home-hero-content {
    padding-left: 6vw;
  }

  .milestone-block {
    border-bottom: 1px solid var(--color-1);
    padding-bottom: 3em;
  }

  .milestone-block.is-last {
    border-bottom-width: 0;
  }

  .milestones-container {
    grid-row-gap: 3em;
  }

  .milestone-vertical-content {
    padding-top: 1em;
  }

  .milestones-with-background-video {
    grid-row-gap: 6em;
    flex-wrap: wrap;
    padding: 12em 5vw;
  }

  .milestone-dark-block {
    justify-content: flex-start;
    max-width: none;
    min-height: auto;
  }

  .milestones-dark-line {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 5vw;
    right: auto;
  }

  .milestones-dark-column-left {
    grid-row-gap: 6em;
    flex: 0 auto;
    width: 100%;
    padding-top: 0;
  }

  .milestones-dark-column-right {
    grid-row-gap: 6em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .milestone-dark-content {
    padding-top: 1em;
    padding-left: 12vw;
  }

  .milestone-dark-content.is-2nd {
    text-align: left;
    align-items: flex-start;
    padding-left: 12vw;
    padding-right: 0;
  }

  .milestone-dark-icon-block {
    left: -2em;
    right: auto;
  }

  .home-content-image-in-circle {
    width: 20em;
    height: 20em;
  }

  .services-in-row-list {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr 1fr;
  }

  .service-in-row-link-block {
    grid-row-gap: .75em;
  }

  .service-in-row-image {
    height: 14em;
  }

  .service-flex-item {
    grid-column-gap: 2vw;
    flex-wrap: wrap;
  }

  .service-large-image {
    width: 100%;
    min-height: 30em;
  }

  .service-flex-content {
    padding: 4em 8vw;
  }

  .services-flex-list {
    grid-row-gap: 1.25em;
  }

  .home-hero-collage-block {
    display: none;
  }

  .simple-services {
    flex-wrap: wrap;
  }

  .simple-services-wrapper {
    grid-row-gap: 3em;
    border-radius: var(--radius-small);
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    padding: 4.5em 0;
  }

  .simple-services-image {
    flex: 0 auto;
    width: 100%;
    height: 20em;
  }

  .simple-service-button-block {
    font-size: .9em;
  }

  .render-image-block-1 {
    font-size: .5em;
    left: -.6em;
  }

  .render-image-block-2 {
    font-size: .5em;
  }

  .home-hero-list-text {
    font-size: 1.3em;
  }

  .heading-with-button {
    flex-direction: column;
  }

  .team-list {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-link {
    grid-row-gap: .75em;
  }

  .team-member-image {
    height: 28em;
  }

  .hero-blog {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .featured-article-link {
    padding-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .article-link-block {
    flex-wrap: wrap;
    padding: 4vw;
  }

  .article-image {
    width: 100%;
    height: 13em;
  }

  .article-content-wrapper {
    padding-bottom: 1em;
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .regular-articles-list {
    grid-template-columns: 1fr;
  }

  .regular-article-link {
    flex-wrap: wrap;
    padding: 4vw;
  }

  .regular-article-image {
    width: 100%;
    height: 13em;
  }

  .regular-article-content {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .team-name-text.is-larger {
    font-size: 1.6em;
  }

  .topic-hero-layout {
    padding-top: 10em;
  }

  .main-button {
    font-size: .8em;
  }

  .about-numbers-content {
    grid-template-columns: 1fr;
  }

  .about-number-block {
    grid-column-gap: 1.75em;
    flex-flow: wrap;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .about-number-block.is-middle {
    width: 100%;
    margin: -.5em 0;
  }

  .about-number-large-text {
    font-size: 4em;
  }

  .solutions-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .solution-image {
    height: 30em;
  }

  .solution-content-wrapper {
    padding: 8vw;
  }

  .regular-hero-layout {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .regular-hero-layout.with-breadcrumbs {
    padding-top: 7.5em;
  }

  .logo-carousel-image {
    width: auto;
    height: 3em;
  }

  .project-line {
    width: 8vw;
    margin-right: 5vw;
  }

  .project-about-title {
    min-width: 7em;
  }

  .store-category-hero {
    padding-top: 7.2em;
  }

  .store-category-hero.without-breadcrumbs {
    padding-top: 4em;
  }

  .work-large-image {
    height: 40em;
  }

  .work-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .author-social-link {
    font-size: .9em;
  }

  .article-hero-description {
    font-size: 3em;
  }

  .article-hero-image {
    height: 40em;
  }

  .article-hero-layout {
    grid-row-gap: 6em;
    padding-top: 12em;
    padding-bottom: 4em;
  }

  .section-render-image-4 {
    left: -21.9em;
  }

  .section-render-image-5 {
    top: 0;
    right: -8.9em;
  }

  .section-render-image-6 {
    bottom: -13.9em;
    right: -15.9em;
  }

  .client-padding {
    padding-bottom: 8em;
  }

  .image-with-title {
    height: 40em;
  }

  .product-content-text {
    font-size: 7em;
  }

  .team-with-details-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .team-member-with-details {
    grid-row-gap: 2.25em;
  }

  .team-member-photo-image {
    height: 30em;
  }

  .overview-hero-image {
    height: 35em;
  }

  .product-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .overview-hero-layout {
    padding-top: 10em;
    padding-bottom: 8em;
  }

  .overview-hero-content {
    grid-row-gap: 2em;
    min-height: auto;
  }

  .overview-hero-top-title {
    font-size: 2.2em;
  }

  .overview-content-links {
    grid-column-gap: 1.5em;
  }

  .topic-link-block.is-larger {
    min-height: 35em;
  }

  .about-hero-layout {
    padding-top: 4em;
  }

  .sticky-content-block.is-1st {
    padding-bottom: 0;
  }

  .sticky-content-image {
    height: 30em;
  }

  .solutions-hero-layout {
    padding-top: 10em;
    padding-bottom: 8em;
  }

  .solutions-hero-wrapper {
    grid-row-gap: 2em;
    min-height: auto;
  }

  .solutions-hero-top-title {
    font-size: 2.5em;
  }

  .solutions-hero-images {
    height: 35em;
  }

  .solutions-hero-image {
    width: 60vw;
  }

  .store-hero-layout {
    padding-top: 10em;
  }

  .contact-hero-layout {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .team-hero-layout {
    padding-top: 8em;
  }

  .team-hero-large-paragraph {
    font-size: 2em;
  }

  .team-hero-video, .works-hero-slider {
    height: 35em;
  }

  .work-page-hero {
    padding-top: 7.2em;
  }

  .project-details {
    grid-row-gap: 3em;
  }

  .service-page-hero-layout {
    grid-row-gap: 4em;
    padding-top: 8em;
    padding-bottom: 4em;
  }

  .solution-page-hero-wrapper {
    grid-row-gap: 2em;
    min-height: auto;
  }

  .solution-page-hero-top-title {
    font-size: 2.5em;
  }

  .solution-page-hero-images {
    height: 30em;
  }

  .solution-page-hero-image {
    width: 60vw;
  }

  .team-member-hero {
    min-height: auto;
    padding-top: 7.2em;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .team-member-hero-content {
    grid-row-gap: 2.5em;
    max-width: none;
  }

  .footer-contact-link {
    font-size: 2.5em;
  }

  .social-hero {
    min-height: auto;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .social-hero-content {
    max-width: none;
  }

  .social-hero-image-1 {
    left: -8%;
  }

  .social-hero-image-2 {
    right: -6%;
  }

  ._404-hero-title-block {
    padding: 8vw;
  }

  ._404-hero-content {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(239, 239, 245, .6);
    padding: 8vw;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.with-background {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .icons {
    grid-column-gap: 1.5em;
  }

  .breadcrumbs {
    justify-content: flex-start;
  }

  .paragraph.is-extra-large {
    font-size: 1.6em;
  }

  .tab-rounded-link {
    min-width: auto;
  }

  .heading.is-small-title {
    font-size: 2em;
  }

  .heading.is-extra-large-title {
    font-size: 4em;
    line-height: 1.2em;
  }

  .heading.is-medium-title {
    font-size: 2.3em;
  }

  .heading.is-extra-small-title {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  .heading.is-regular-title {
    font-size: 1.8em;
  }

  .heading.is-large-title, .heading.is-service-hero-title {
    font-size: 3em;
  }

  .heading.is-home-hero-video-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.with-more-height {
    line-height: 1.6em;
  }

  .heading.is-work-hero-title {
    font-size: 8vw;
  }

  .heading.is-testimonial-accordion-title {
    font-size: 2.5em;
  }

  .heading.is-product-title {
    font-size: 2.2em;
  }

  .heading.is-service-hero-medium-title, .heading.is-home-hero-title {
    font-size: 9vw;
  }

  .heading.is-works-hero-title {
    font-size: 4.5em;
    line-height: 1.2em;
  }

  .heading.is-large-call-to-action-title.is-2nd {
    font-size: 12vw;
  }

  .heading.is-service-title {
    font-size: 8vw;
  }

  .heading.is-featured-project-title {
    font-size: 2em;
  }

  .heading.is-featured-project-title.is-larger {
    font-size: 7vw;
  }

  .heading.is-project-title, .heading.is-service-with-accordion-title {
    font-size: 2.2em;
    line-height: 1.5em;
  }

  .heading.is-home-content-title {
    font-size: 2em;
  }

  .heading.is-service-in-row-title, .heading.is-team-title {
    font-size: 1.8em;
  }

  .heading.is-article-2-title, .heading.is-regular-article-title {
    font-size: 1.6em;
  }

  .heading.is-simple-hero-title {
    font-size: 3.5em;
  }

  .heading.is-hero-8-title-2 {
    font-size: 18vw;
  }

  .heading.is-works-hero-2-title {
    font-size: 16vw;
  }

  .heading.is-solution-title {
    font-size: 2.6em;
    line-height: 1.2em;
  }

  .heading.is-faq-acc-title {
    font-size: 1.4em;
  }

  .heading.is-regular-hero-title.in-pricing {
    font-size: 21vw;
  }

  .heading.is-work-page-hero-title {
    font-size: 2.8em;
  }

  .heading.is-moving-title.is-2nd {
    font-size: 12vw;
  }

  .heading.is-solution-page-hero-title {
    font-size: 4em;
  }

  .heading.is-hero-article-title {
    font-size: 2.3em;
    line-height: 1.5em;
  }

  .heading.is-topic-hero-title {
    font-size: 2.5em;
  }

  .heading.is-client-hero-title {
    font-size: 12vw;
    line-height: 1.3em;
  }

  .heading.is-information-title {
    font-size: 12vw;
  }

  .heading.is-product-hero-title {
    font-size: 3.3em;
  }

  .heading.is-store-hero-title {
    line-height: 1.1em;
  }

  .heading.is-confirmation-title {
    font-size: 12vw;
  }

  .heading.is-overview-large-title {
    font-size: 17vw;
  }

  .heading.is-topic-title {
    font-size: 2em;
  }

  .heading.is-solutions-hero-title {
    font-size: 18vw;
  }

  .heading.is-team-hero-title {
    font-size: 4.5em;
    line-height: 1.2em;
  }

  .heading.is-team-member-title {
    font-size: 2.2em;
    line-height: 1.5em;
  }

  .heading.is-service-page-hero-title {
    font-size: 3.2em;
    line-height: 1.2em;
  }

  .heading.is-team-member-hero-title {
    font-size: 3em;
  }

  .heading.is-social-hero-title {
    font-size: 4em;
  }

  .heading.is-service-title-large {
    font-size: 8vw;
  }

  .tab-inner.with-flex {
    grid-row-gap: 2em;
  }

  .icon.is-extra-large {
    font-size: 2.8em;
  }

  .icon.in-gallery {
    font-size: 2.2em;
  }

  .icon.in-home-hero {
    font-size: 2.1em;
  }

  .icon.is-accordion-icon.in-faq {
    top: 1.5em;
  }

  .padding.less-paddings, .padding.for-newsletter {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .padding.for-carousel-logos {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .vertical-flex.with-gap-4em {
    grid-row-gap: 3em;
  }

  .vertical-flex.with-gap-6em {
    grid-row-gap: 4em;
  }

  .rich-text li {
    background-size: 1.4em;
  }

  .rich-text h2 {
    font-size: 2.5em;
  }

  .rich-text h1 {
    font-size: 3.5em;
  }

  .rich-text h3 {
    font-size: 2.2em;
  }

  .rich-text h4 {
    font-size: 1.8em;
  }

  .rich-text h5 {
    font-size: 1.6em;
  }

  .rich-text h6 {
    font-size: 1.4em;
  }

  .rich-text blockquote {
    font-size: 2.3em;
    line-height: 1.5em;
  }

  .tabs-rounded-links {
    align-self: stretch;
    margin-bottom: 2.5em;
  }

  .tab-link-text {
    font-size: 1.3em;
  }

  .search-input {
    border-radius: 0;
    flex: 0 auto;
    width: 100%;
  }

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

  .nav-search-button {
    width: 12vw;
  }

  .search {
    grid-row-gap: .75em;
    flex-direction: column;
    padding: 4vw;
  }

  .search-button {
    width: 100%;
    min-width: auto;
  }

  .nav-secondary-links {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .nav-button-icon {
    font-size: 1.3em;
  }

  .nav-brand {
    font-size: .6em;
  }

  .accordion-toggle {
    text-align: left;
    background-image: none;
    min-height: 6em;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .accordion-toggle.is-alternative {
    background-image: none;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .accordion-toggle.in-project, .accordion-toggle.in-service {
    grid-column-gap: .5em;
    padding: 4vw;
  }

  .accordion-toggle.in-faqs {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-toggle.in-team-member {
    grid-column-gap: .5em;
    padding: 4vw;
  }

  .accordion-title {
    max-width: 85%;
  }

  .accordion-title.in-project, .accordion-title.in-service, .accordion-title.in-team-member {
    font-size: 1em;
  }

  .nav-menu-button {
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-button-icon {
    font-size: .8em;
  }

  .gallery-lightbox {
    height: 15em;
  }

  .text-field {
    border-radius: 0;
  }

  .checkbox-field.is-2nd {
    margin-left: 4vw;
  }

  .success-message-size.in-newsletter {
    flex-direction: column;
  }

  .success-message-text {
    font-size: 2.4em;
  }

  .error-message {
    font-size: 1.7em;
  }

  .utility-page-content {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .form.is-2nd {
    grid-row-gap: 1.75em;
  }

  .gallery-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .tab-link {
    min-width: auto;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .tabs-links {
    align-self: stretch;
    margin-bottom: 2.5em;
  }

  .search-result-list {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .search-result-input {
    border-radius: 0;
    width: 100%;
  }

  .search-in-results {
    grid-row-gap: .5em;
    flex-wrap: wrap;
  }

  .search-result-button, .breadcrumbs-wrap {
    width: 100%;
  }

  .service-hero {
    padding-top: 4em;
    padding-bottom: 6em;
  }

  .service-hero-images {
    height: 29em;
  }

  .service-hero-content-wrapper {
    grid-row-gap: 2em;
  }

  .accordion-wrapper {
    padding-bottom: 3em;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .accordion-wrapper.is-alternative {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .accordion-wrapper.in-works, .accordion-wrapper.in-service, .accordion-wrapper.in-team-member {
    padding: 8vw;
  }

  .nav-call-to-action-button {
    display: none;
  }

  .field-label-password {
    font-size: 1em;
  }

  .form-block-password {
    font-size: .6em;
  }

  .error-message-password {
    font-size: 2em;
  }

  .home-hero-title-with-description {
    grid-row-gap: 1em;
  }

  .nav-menu-button-text {
    font-size: 1.2em;
  }

  .custom-list-text {
    font-size: 1.3em;
  }

  .custom-list-icon-block {
    font-size: .8em;
  }

  .simple-hero {
    padding-top: 11em;
    padding-bottom: 4em;
  }

  .information-links {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .form-submit-button {
    width: 100%;
    padding: 1.2em 2em;
  }

  .titles-with-mark {
    grid-column-gap: 8vw;
    grid-row-gap: 2em;
    flex-wrap: wrap;
  }

  .service-hero-grid-layout {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .service-hero-grid-wrapper {
    grid-row-gap: 6em;
  }

  .home-hero-card-block {
    padding: 6vw;
  }

  .card-content {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
  }

  .works-hero-vertical-layout {
    padding-top: 8em;
  }

  .small-title-mark-text {
    letter-spacing: .15em;
    font-size: 2.6vw;
  }

  .about-content-grid {
    grid-row-gap: 3em;
  }

  .about-content-wrapper {
    grid-row-gap: 1.25em;
    padding-bottom: 2em;
  }

  .regular-pricing-layout {
    padding: 4em 8vw 8vw;
  }

  .regular-pricing-label {
    padding: .3em;
  }

  .regular-pricing-label-text {
    font-size: .8em;
  }

  .pricing-block {
    padding: 4em 8vw 8vw;
  }

  .custom-list-2-text {
    font-size: 1.3em;
  }

  .custom-list-2-icon-block {
    font-size: .8em;
  }

  .pricing-label {
    padding: .3em;
  }

  .pricing-label-text {
    font-size: .8em;
  }

  .simple-pricing-block {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .simple-pricing-label {
    padding: .3em;
  }

  .simple-pricing-label-text {
    font-size: .8em;
  }

  .simple-price-per-text {
    top: -.3em;
  }

  .accordions-dark {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .testimonial-toggle {
    grid-row-gap: 2.75em;
  }

  .accordion-testimonial-content {
    padding-bottom: 3em;
  }

  .gallery-alternative-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .article-author-image {
    width: 7em;
    height: 7em;
  }

  .faq-hero {
    padding-top: 12em;
  }

  .fullscreen-home-hero {
    grid-row-gap: 4em;
    padding-top: 8em;
  }

  .fullscreen-home-hero-block {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .product-item {
    grid-template-columns: 1fr;
    padding-top: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .product-image {
    border-radius: var(--radius-small);
  }

  .product-default-state {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .product-quantity {
    width: 3.3em;
    height: 2.4em;
    padding-left: .7em;
  }

  .product-button {
    min-height: 3em;
    font-size: 1.2em;
  }

  .store-category-link {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .product-price-text {
    font-size: 1.3em;
  }

  .product-prices-block {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding: 4vw;
  }

  .additional-product-item {
    padding: 6vw;
  }

  .product-detail-button {
    font-size: .9em;
  }

  .additional-product-prices {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .checkout-content {
    grid-row-gap: .75em;
  }

  .checkout-form-field {
    padding: 4vw;
  }

  .checkout-field-label {
    font-size: 1.3em;
    top: 1em;
  }

  .checkout-text-field {
    border-radius: 0;
    height: 2.9em;
    padding-top: .8em;
    padding-left: 0;
  }

  .order-item {
    grid-column-gap: 4vw;
  }

  .order-item-title {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .order-item-image {
    width: 13vw;
  }

  .overview-buttons-flex {
    grid-column-gap: 8vw;
  }

  .menu-links {
    padding-top: 6em;
    padding-bottom: 4em;
  }

  .menu-small-links {
    grid-column-gap: 6vw;
  }

  .menu-close-icon {
    font-size: .6em;
  }

  .menu-socials {
    padding: 8vw;
  }

  .menu-social-link {
    font-size: .8em;
  }

  .menu-contact {
    padding-top: 4em;
    padding-bottom: 4em;
  }

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

  .cart-quantity {
    font-size: 1.2em;
  }

  .ui-kit-button {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .cart-header {
    justify-content: space-between;
    align-items: flex-end;
    height: 10em;
    padding: 1em 4vw;
  }

  .cart-form-wrapper {
    padding: 4vw 4vw 6em;
  }

  .cart-product-quantity {
    width: 3.3em;
    height: 2.4em;
    padding-left: .7em;
  }

  .cart-container {
    min-width: auto;
    padding-top: 0;
  }

  .cart-footer {
    margin-top: auto;
  }

  .slider-timeline-block {
    width: 20vw;
  }

  .nav-layout {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .secondary-button-wrapper {
    font-size: 1.4em;
  }

  .works-hero-vertical-top-title {
    font-size: 1.8em;
  }

  .works-hero-images-wrapper {
    height: 30em;
  }

  .card-content-with-icon {
    grid-column-gap: 1.5em;
    max-width: none;
  }

  .home-hero-card-title-text {
    font-size: 1.4em;
  }

  .home-hero-card-description {
    font-size: 1.3em;
  }

  .home-hero-collage-layout {
    grid-row-gap: 1.5em;
  }

  .home-hero-collage-circle-image {
    width: 10vw;
    height: 10vw;
  }

  .home-hero-collage-button {
    padding-top: 8vw;
  }

  .home-hero-layout {
    grid-row-gap: 4em;
    flex-wrap: wrap-reverse;
    padding-top: 8em;
    padding-bottom: 4em;
  }

  .home-hero-title-block {
    text-align: center;
    justify-content: center;
  }

  .home-hero-title-block.is-2nd {
    grid-row-gap: .75em;
    flex-wrap: wrap;
  }

  .home-hero-image-small {
    display: none;
  }

  .home-hero-titles-flex {
    grid-row-gap: 1em;
  }

  .home-hero-image-large {
    width: 20vw;
  }

  .home-hero-small-title {
    font-size: 1.2em;
  }

  .home-hero-corner-lines {
    width: 1.5em;
    height: 1.5em;
    display: none;
  }

  .home-hero-titles-wrapper {
    grid-row-gap: 1em;
  }

  .home-hero-button {
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .home-hero-button-text {
    font-size: 1em;
    transform: none;
  }

  .home-hero-button-icon {
    bottom: auto;
    right: 5vw;
  }

  .hero-layout-for-works {
    padding-top: 8em;
    padding-bottom: 2em;
  }

  .works-hero-large-paragraph {
    font-size: 1.8em;
  }

  .card-content-icon-block {
    width: 4em;
    height: 4em;
  }

  .sticky-content-large-paragraph {
    font-size: 2em;
  }

  .overview-content-block {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .sticky-content-links {
    grid-column-gap: 7vw;
  }

  .overview-content-image {
    height: 25em;
  }

  .circle-button-text-1.is-light {
    font-size: 1.3em;
  }

  .service-content-with-button {
    min-height: auto;
    padding: 6em 0 12em;
  }

  .service-button {
    bottom: 3.2em;
    right: auto;
  }

  .featured-project-link-block, .featured-project-link-block.is-2nd {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .featured-project-content {
    grid-row-gap: 1.75em;
  }

  .featured-project-content.is-2nd {
    grid-row-gap: 1.5em;
  }

  .featured-project-content.in-topics {
    grid-row-gap: 4em;
  }

  .featured-project-about-wrapper {
    grid-row-gap: 1em;
  }

  .content-14-block {
    width: 100%;
  }

  .footer-main-link {
    font-size: 1.5em;
  }

  .footer-main-links {
    flex-flow: wrap;
    flex: 0 auto;
    width: 100%;
  }

  .listing-number-block {
    display: none;
  }

  .project-background-text {
    font-size: .8em;
  }

  .project-content {
    max-width: none;
  }

  .simple-project-image {
    height: 20em;
  }

  .simple-project-wrapper.is-2nd {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .simple-project-text {
    font-size: .8em;
  }

  .listing-2-paddings {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .projects-with-accordion-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .project-button-in-accordion {
    justify-content: center;
  }

  .service-with-accordion-item {
    grid-row-gap: 2.25em;
  }

  .home-hero-list-block {
    padding: 1.5em 1em;
  }

  .milestone-vertical-block, .milestone-dark-block {
    grid-column-gap: 6vw;
  }

  .milestone-dark-content {
    grid-row-gap: .75em;
  }

  .milestone-dark-title-text {
    font-size: 2.2em;
  }

  .milestone-dark-about-text, .milestone-dark-year-text {
    font-size: 1.5em;
  }

  .home-content-grid-block {
    padding: 8vw;
  }

  .home-content-image-in-circle {
    width: 15em;
    height: 15em;
  }

  .home-content-list-text {
    font-size: 1.4em;
  }

  .services-in-row-list {
    grid-template-columns: 1fr;
  }

  .services-in-row-list.in-service-page {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .service-in-row-item {
    padding: 0;
  }

  .service-in-row-image.in-service-page {
    height: 12em;
  }

  .service-in-row-content.in-service-page {
    border-radius: var(--radius-small);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, .8);
    margin: 1em;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .service-flex-content {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .service-flex-wrapper {
    grid-row-gap: 1em;
  }

  .render-image-block-1 {
    font-size: .4em;
    bottom: -4.8em;
    left: -2.7em;
  }

  .render-image-block-2 {
    font-size: .5em;
    right: -.2em;
  }

  .list-item-in-home-hero {
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-list-text {
    font-size: 1.2em;
  }

  .team-list {
    grid-template-columns: 1fr;
  }

  .team-member-image {
    height: 25em;
  }

  .team-member-image.more-radius {
    height: 30em;
  }

  .article-content-wrapper, .regular-article-content {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .large-call-to-action-image-1, .large-call-to-action-image-2 {
    font-size: .3em;
  }

  .text-field-2 {
    padding-left: .7em;
    padding-right: 3.7em;
  }

  .text-field-2.is-area {
    padding-top: 1em;
  }

  .field-label-2 {
    border: 1px solid var(--color-purple-3);
    border-radius: var(--radius-small);
    background-color: var(--blue-color-15);
    color: #533792;
    padding: .3em .5em;
    font-size: 1.3em;
    top: -.8em;
    left: .8em;
  }

  .field-label-2.in-area {
    top: -.8em;
  }

  .checkbox-field-block {
    padding: 2vw;
  }

  .button-with-border {
    font-size: 1.5em;
  }

  .product-small-gallery-list {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 1fr 1fr;
  }

  .about-small-text {
    font-size: .8em;
  }

  .about-number-block {
    flex-direction: column;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .about-number-block.is-middle {
    flex-direction: column;
  }

  .contact-address {
    grid-column-gap: 6vw;
  }

  .contact-address-image {
    width: 25vw;
  }

  .regular-hero-layout {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .regular-hero-layout.with-breadcrumbs {
    padding-top: 7.2em;
  }

  .regular-hero-block {
    grid-row-gap: 6em;
  }

  .regular-hero-image {
    height: 20em;
  }

  .logo-carousel-image {
    height: 2.3em;
  }

  .call-to-action-layout {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .call-to-action-content-wrapper {
    grid-row-gap: 4em;
  }

  .project-line {
    margin-right: 4vw;
  }

  .project-about-block {
    grid-column-gap: 4vw;
  }

  .project-about-title {
    min-width: 6em;
  }

  .store-category-hero-content {
    padding-top: 4em;
  }

  .current-service-background {
    border-radius: var(--radius-small);
  }

  .work-large-image {
    height: 30em;
  }

  .work-gallery-grid {
    grid-template-columns: 1fr;
  }

  .team-member-bio-item {
    grid-column-gap: 2em;
  }

  .team-member-render-image-1, .team-member-render-image-2, .team-member-render-image-3 {
    font-size: .3em;
  }

  .author-social-link {
    font-size: .8em;
  }

  .article-hero-description {
    font-size: 2.2em;
  }

  .article-hero-image {
    height: 30em;
  }

  .article-hero-layout {
    grid-row-gap: 4em;
  }

  .article-hero-content {
    grid-row-gap: 2em;
  }

  .article-hero-author-photo {
    width: 4em;
    height: 4em;
  }

  .section-render-image-4 {
    display: none;
  }

  .image-with-title {
    width: 30em;
    height: 30em;
  }

  .product-content-text {
    font-size: 13vw;
  }

  .checkout-column {
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .checkout-column.is-2nd {
    padding-top: 6em;
  }

  .menu-contact-block {
    grid-column-gap: 6vw;
  }

  .nav-menu-button-content {
    width: 120%;
  }

  .overview-key-highlights {
    font-size: 1em;
  }

  .team-member-with-details {
    grid-row-gap: 2.25em;
  }

  .overview-hero-image {
    height: 30em;
  }

  .product-gallery-grid {
    grid-template-columns: 1fr;
  }

  .overview-hero-layout {
    padding-top: 8em;
  }

  .overview-hero-top-title {
    font-size: 1.8em;
  }

  .overview-hero-buttons {
    grid-column-gap: .5em;
    font-size: .9em;
  }

  .overview-content-links {
    grid-column-gap: 7vw;
  }

  .topic-link-block {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .topic-content-wrapper {
    grid-row-gap: 1.75em;
  }

  .about-hero-layout {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .about-hero-wrapper {
    grid-row-gap: 6em;
  }

  .sticky-content-block {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .sticky-content-image {
    height: 25em;
  }

  .solutions-hero-layout {
    padding-top: 8em;
  }

  .solutions-hero-top-title {
    font-size: 1.8em;
  }

  .solutions-hero-images {
    height: 30em;
  }

  .contact-hero-layout {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .contact-hero-wrapper {
    grid-row-gap: 6em;
  }

  .call-to-action-image {
    height: 20em;
  }

  .team-hero-layout {
    padding-top: 8em;
    padding-bottom: 2em;
  }

  .team-hero-large-paragraph {
    font-size: 1.8em;
  }

  .project-page-content {
    padding-top: 4em;
  }

  .service-page-hero-layout {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 7.5em;
  }

  .service-page-hero-block {
    grid-row-gap: 4em;
  }

  .service-page-hero-image {
    height: 20em;
  }

  .solution-page-hero-layout {
    padding-top: 12em;
    padding-bottom: 4em;
  }

  .solution-page-hero-top-title {
    font-size: 1.8em;
  }

  .solution-page-hero-images {
    height: 25em;
  }

  .team-member-hero {
    padding-bottom: 6em;
  }

  .team-member-hero-content {
    grid-row-gap: 2em;
  }

  .team-member-hero-photo {
    height: 29em;
  }

  .client-list-item {
    grid-column-gap: 2em;
  }

  .footer-contact-link {
    font-size: 1.8em;
  }

  .social-hero {
    padding-top: 4em;
    padding-bottom: 6em;
  }

  .social-hero-content {
    grid-row-gap: 2em;
  }

  .social-hero-images {
    height: 29em;
  }
}

#template-features.w-node-_59aaad4a-3100-23c9-1cd4-5cd9d6d6c39b-d4b7872d, #w-node-f3b53568-67c2-4fb8-975b-411ccb551778-559d9fce, #w-node-_4e4dacf0-b16d-0f87-56de-24ed559da022-559d9fce, #w-node-ee8bd804-ba79-b7e2-bdc1-ca8f3d022d8c-5e01c5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_315fe26a-95eb-823f-0926-de5a955a74af-5e01c5dd {
  justify-self: start;
}

#w-node-b5c43965-f231-b7fd-2ff9-fb333406a847-d4b78738 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b5c43965-f231-b7fd-2ff9-fb333406a84b-d4b78738 {
  grid-area: 1 / 1 / 4 / 4;
  align-self: stretch;
}

#w-node-b5c43965-f231-b7fd-2ff9-fb333406a84d-d4b78738 {
  grid-area: 3 / 2 / 4 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-b5c43965-f231-b7fd-2ff9-fb333406a851-d4b78738 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5c43965-f231-b7fd-2ff9-fb333406a853-d4b78738 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_7076743d-9a09-5714-c718-715f5cea50ae-d4b78739 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_51073761-8a3c-87d1-338e-3c7c60b9a9ff-d4b78739, #w-node-_51073761-8a3c-87d1-338e-3c7c60b9aa04-d4b78739, #w-node-_51073761-8a3c-87d1-338e-3c7c60b9aa0c-d4b78739, #w-node-_51073761-8a3c-87d1-338e-3c7c60b9aa13-d4b78739, #w-node-_51073761-8a3c-87d1-338e-3c7c60b9aa16-d4b78739, #w-node-_51073761-8a3c-87d1-338e-3c7c60b9aa1b-d4b78739, #sticky-block-2.w-node-d2cd9869-ff89-499e-cb22-6754fe2215c2-d4b78739 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c17b233a-9c55-20c0-0663-ecaafc3deffb-fc3deff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-bac36757-1882-54b7-a575-d28f852b3228-d4b7873a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d7b1098-5979-93d5-bda1-a674e8292f85-d4b7873d {
  align-self: start;
}

#w-node-_16fffc35-1796-4041-99be-a189cfbf29ad-d4b78747, #w-node-_0abae1bd-b589-a38d-c54f-6f4e5e7df455-d4b78749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d800bd42-842e-5907-10b9-6f12fcea883c-d4b78749, #w-node-d800bd42-842e-5907-10b9-6f12fcea8841-d4b78749, #w-node-d800bd42-842e-5907-10b9-6f12fcea8849-d4b78749, #w-node-d800bd42-842e-5907-10b9-6f12fcea8850-d4b78749, #w-node-d800bd42-842e-5907-10b9-6f12fcea8853-d4b78749, #w-node-d800bd42-842e-5907-10b9-6f12fcea8858-d4b78749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23af5794-d1b6-f649-702d-9134cba0da25-d4b7874b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_77d4eb06-30b4-e9be-dbce-2922d975c9be-d4b7874b, #w-node-_7c34389f-61e9-3c5a-292e-8d4406045726-d4b7874b, #w-node-f4b6a20c-bf53-afb9-b19d-669625ccf233-d4b7874e, #w-node-f4b6a20c-bf53-afb9-b19d-669625ccf23c-d4b7874e, #w-node-_8e1d5cc8-cc55-adfd-94d8-fa413b4c6095-d4b7874e, #w-node-e62324f9-807e-7985-b94f-52658279a5a3-d4b7874e, #w-node-e62324f9-807e-7985-b94f-52658279a5aa-d4b7874e, #w-node-e62324f9-807e-7985-b94f-52658279a5b1-d4b7874e, #w-node-_3f865176-79de-42dd-1cd8-26eebd1c2019-d4b7874e, #w-node-_3f865176-79de-42dd-1cd8-26eebd1c2024-d4b7874e, #w-node-_747ea22e-a5c7-b0fc-2e50-a450346bbeb1-d4b7874e, #w-node-_747ea22e-a5c7-b0fc-2e50-a450346bbeb6-d4b7874e, #w-node-_747ea22e-a5c7-b0fc-2e50-a450346bbebe-d4b7874e, #w-node-_747ea22e-a5c7-b0fc-2e50-a450346bbec5-d4b7874e, #w-node-_747ea22e-a5c7-b0fc-2e50-a450346bbec8-d4b7874e, #w-node-_747ea22e-a5c7-b0fc-2e50-a450346bbecd-d4b7874e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_747ea22e-a5c7-b0fc-2e50-a450346bbf0a-d4b7874e {
  align-self: start;
}

#w-node-_43506e35-3d2f-34d8-2c05-d9539f8056e8-d4b78751 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d02edf91-7e9e-6064-e335-18500330005e-d4b78751, #w-node-b521d6cd-312c-af27-eec7-1305cdfad208-d4b78751, #w-node-b521d6cd-312c-af27-eec7-1305cdfad20b-d4b78751 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33ab75bd-5797-5dc1-dc10-72b36e04afbe-d4b7879a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_7046c8d5-3be0-108c-f906-90519f4f70db-d4b7879a, #w-node-_7046c8d5-3be0-108c-f906-90519f4f70f1-d4b7879a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_738f4081-813c-d618-cf75-26f221e7af69-d4b7879a {
  align-self: start;
}

#w-node-_60723dea-a8ed-fdf8-0ce9-3362f73c536a-d4b7879c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2ea8488b-bf3b-b3b4-0bc1-b6ae966a6957-d4b7879d, #w-node-_2ea8488b-bf3b-b3b4-0bc1-b6ae966a695e-d4b7879d, #w-node-_2ea8488b-bf3b-b3b4-0bc1-b6ae966a6965-d4b7879d, #w-node-_20055913-1bfd-e81e-68f9-a007a1cdb5c8-d4b7879d, #w-node-_20055913-1bfd-e81e-68f9-a007a1cdb5dc-d4b7879d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39acd051-5273-217c-a4b3-f290a3ddd75d-d4b787c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_80be596c-9e37-ff3a-8a6f-9dccf2859805-d4b787c3, #w-node-_0280e7e0-c3c1-bb9f-94d9-ed9850c51fe2-d4b787c3, #w-node-_0280e7e0-c3c1-bb9f-94d9-ed9850c51fe7-d4b787c3, #w-node-_0280e7e0-c3c1-bb9f-94d9-ed9850c51fef-d4b787c3, #w-node-_0280e7e0-c3c1-bb9f-94d9-ed9850c51ff7-d4b787c3, #w-node-_0280e7e0-c3c1-bb9f-94d9-ed9850c51ff9-d4b787c3, #w-node-_0280e7e0-c3c1-bb9f-94d9-ed9850c51ffe-d4b787c3, #w-node-caaa88f1-d606-9cf9-56dc-756a9450c623-d4b787c5, #w-node-caaa88f1-d606-9cf9-56dc-756a9450c637-d4b787c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22756dac-3885-6139-5d7c-4daa3dd4ac8a-d4b7885b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_249c2f57-6927-0dc6-4361-c808691a0565-d4b7885b {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_249c2f57-6927-0dc6-4361-c808691a0569-d4b7885b {
  grid-area: 1 / 1 / 4 / 4;
  align-self: stretch;
}

#w-node-_249c2f57-6927-0dc6-4361-c808691a056b-d4b7885b {
  grid-area: 3 / 2 / 4 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-_249c2f57-6927-0dc6-4361-c808691a056f-d4b7885b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_249c2f57-6927-0dc6-4361-c808691a0571-d4b7885b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-d66c9113-3685-c3d3-ff8d-c7e114458b6b-d4b7885b {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-d66c9113-3685-c3d3-ff8d-c7e114458b6f-d4b7885b {
  grid-area: 1 / 1 / 4 / 4;
  align-self: stretch;
}

#w-node-d66c9113-3685-c3d3-ff8d-c7e114458b71-d4b7885b {
  grid-area: 3 / 2 / 4 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-d66c9113-3685-c3d3-ff8d-c7e114458b75-d4b7885b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d66c9113-3685-c3d3-ff8d-c7e114458b77-d4b7885b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-fd1e8f73-4125-0ede-81e4-16ea2f308163-d4b7885b, #w-node-_1974f51c-74ba-5265-2dfc-87ddeb7543cc-d4b7885b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_8989cc1d-174b-cddd-4a24-0655d6761cf5-d4b7885c, #w-node-a74901aa-93e2-9c92-9500-b31b127e36d6-d4b7885c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a054c2b6-1ac5-9e6c-b37c-670dd14fdd57-d4b7885c {
  align-self: start;
}

#w-node-_01c1c19a-3c6d-db92-9c4d-8deadc60bfe8-d4b7887b, #w-node-_01c1c19a-3c6d-db92-9c4d-8deadc60bfed-d4b7887b, #w-node-_01c1c19a-3c6d-db92-9c4d-8deadc60bff5-d4b7887b, #w-node-_01c1c19a-3c6d-db92-9c4d-8deadc60bffd-d4b7887b, #w-node-_01c1c19a-3c6d-db92-9c4d-8deadc60c000-d4b7887b, #w-node-_01c1c19a-3c6d-db92-9c4d-8deadc60c005-d4b7887b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afa6a2d5-3e84-d58a-4825-d8c884752b01-d4b7887b {
  align-self: start;
}

#w-node-_09af4d1d-bd0a-c86b-a043-e0b5e5d1d37a-d4b78894, #w-node-_09af4d1d-bd0a-c86b-a043-e0b5e5d1d37c-d4b78894, #w-node-_09af4d1d-bd0a-c86b-a043-e0b5e5d1d380-d4b78894 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3380a0c-e7e5-3e75-6799-1cbcac8ea99e-d4b78894 {
  align-self: start;
}

#w-node-_16fffc35-1796-4041-99be-a189cfbf29ad-d4b7889a, #w-node-_16fffc35-1796-4041-99be-a189cfbf29ad-d4b788a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4471f2bf-aa97-ed5f-f25a-d53c810e5d2b-d4b788b7, #w-node-_3bec6106-830f-ca41-b283-bcdae5a4fd30-d4b788b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04c2c232-2b8c-ef07-ad95-be453f1a8ef3-d4b788b8, #w-node-_04c2c232-2b8c-ef07-ad95-be453f1a8ef5-d4b788b8, #w-node-_04c2c232-2b8c-ef07-ad95-be453f1a8ef9-d4b788b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8eafe39-4fe5-d6ca-7c81-2795544e909c-d4b788ba, #w-node-_23af5794-d1b6-f649-702d-9134cba0da25-d4b788be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_77d4eb06-30b4-e9be-dbce-2922d975c9be-d4b788be, #w-node-_7c34389f-61e9-3c5a-292e-8d4406045726-d4b788be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc442b15-a6e0-ecb6-432d-996afb22e488-d4b788de, #w-node-_63cdbe88-0a88-7338-7d19-f822a0503c36-d4b788e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_180a0318-580e-c9cc-ce2c-88ee6c2f26f8-d4b78900, #w-node-_180a0318-580e-c9cc-ce2c-88ee6c2f26fe-d4b78900, #w-node-_180a0318-580e-c9cc-ce2c-88ee6c2f2705-d4b78900, #w-node-_0de32056-a3e2-fa88-55e1-a03b8e208399-d4b78904, #w-node-_64cff82e-b1ef-4b0a-c371-37b0873d08e3-d4b7890b, #w-node-_64cff82e-b1ef-4b0a-c371-37b0873d08db-d4b7890b, #w-node-_78096dff-e663-8acf-93a1-982f14cd6657-d4b7890b, #w-node-_0aac8819-b330-f2e6-4b24-8a9f3175e15d-d4b7890b, #w-node-_7429b9f9-2abe-5f7b-974c-5818f2b241c6-d4b7890b, #w-node-_53dfea2f-df88-310c-5e17-a770f531f6c0-d4b7890b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d125b647-ddba-e1c6-ef9d-0a836c2a00cd-d4b78911 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-d125b647-ddba-e1c6-ef9d-0a836c2a00d1-d4b78911 {
  grid-area: 1 / 1 / 4 / 4;
  align-self: stretch;
}

#w-node-d125b647-ddba-e1c6-ef9d-0a836c2a00d3-d4b78911 {
  grid-area: 3 / 2 / 4 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-d125b647-ddba-e1c6-ef9d-0a836c2a00d7-d4b78911 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7e1ee8e-4dd8-a6c7-aee5-bec1c0d3dad1-d4b78911 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-a372db6f-a1a6-434e-1857-201677c205eb-d4b78911, #w-node-ca6ab501-daa3-d1ad-7650-02cdef6f3f28-d4b78913, #w-node-ca6ab501-daa3-d1ad-7650-02cdef6f3f2a-d4b78913, #w-node-ca6ab501-daa3-d1ad-7650-02cdef6f3f2e-d4b78913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b5c43965-f231-b7fd-2ff9-fb333406a847-d4b78738 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7076743d-9a09-5714-c718-715f5cea50ae-d4b78739 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_51073761-8a3c-87d1-338e-3c7c60b9aa13-d4b78739 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c17b233a-9c55-20c0-0663-ecaafc3deffb-fc3deff1, #w-node-_16fffc35-1796-4041-99be-a189cfbf29ad-d4b78747, #w-node-_0abae1bd-b589-a38d-c54f-6f4e5e7df455-d4b78749 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d800bd42-842e-5907-10b9-6f12fcea8850-d4b78749 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_23af5794-d1b6-f649-702d-9134cba0da25-d4b7874b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_747ea22e-a5c7-b0fc-2e50-a450346bbec5-d4b7874e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_43506e35-3d2f-34d8-2c05-d9539f8056e8-d4b78751, #w-node-_33ab75bd-5797-5dc1-dc10-72b36e04afbe-d4b7879a, #w-node-_60723dea-a8ed-fdf8-0ce9-3362f73c536a-d4b7879c, #w-node-_39acd051-5273-217c-a4b3-f290a3ddd75d-d4b787c3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0280e7e0-c3c1-bb9f-94d9-ed9850c51ff7-d4b787c3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_22756dac-3885-6139-5d7c-4daa3dd4ac8a-d4b7885b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_249c2f57-6927-0dc6-4361-c808691a0565-d4b7885b, #w-node-d66c9113-3685-c3d3-ff8d-c7e114458b6b-d4b7885b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fd1e8f73-4125-0ede-81e4-16ea2f308163-d4b7885b, #w-node-_1974f51c-74ba-5265-2dfc-87ddeb7543cc-d4b7885b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_01c1c19a-3c6d-db92-9c4d-8deadc60bffd-d4b7887b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_006af73e-8374-093f-979c-c99d4ea80638-d4b7887b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_16fffc35-1796-4041-99be-a189cfbf29ad-d4b7889a, #w-node-_16fffc35-1796-4041-99be-a189cfbf29ad-d4b788a1, #w-node-b8eafe39-4fe5-d6ca-7c81-2795544e909c-d4b788ba, #w-node-_23af5794-d1b6-f649-702d-9134cba0da25-d4b788be {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6bfdb193-cc34-3619-0031-4a5a56b1d30a-d4b788d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bc442b15-a6e0-ecb6-432d-996afb22e488-d4b788de, #w-node-_63cdbe88-0a88-7338-7d19-f822a0503c36-d4b788e2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0aac8819-b330-f2e6-4b24-8a9f3175e15d-d4b7890b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d125b647-ddba-e1c6-ef9d-0a836c2a00cd-d4b78911 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b5c43965-f231-b7fd-2ff9-fb333406a84d-d4b78738 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
    justify-self: end;
  }

  #w-node-_60723dea-a8ed-fdf8-0ce9-3362f73c5362-d4b7879c {
    align-self: stretch;
  }

  #w-node-_60723dea-a8ed-fdf8-0ce9-3362f73c536a-d4b7879c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_39acd051-5273-217c-a4b3-f290a3ddd755-d4b787c3 {
    align-self: stretch;
  }

  #w-node-_39acd051-5273-217c-a4b3-f290a3ddd75d-d4b787c3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_22756dac-3885-6139-5d7c-4daa3dd4ac82-d4b7885b {
    align-self: stretch;
  }

  #w-node-_22756dac-3885-6139-5d7c-4daa3dd4ac8a-d4b7885b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_249c2f57-6927-0dc6-4361-c808691a056b-d4b7885b, #w-node-d66c9113-3685-c3d3-ff8d-c7e114458b71-d4b7885b {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
    justify-self: end;
  }

  #w-node-_006af73e-8374-093f-979c-c99d4ea80638-d4b7887b, #w-node-_6bfdb193-cc34-3619-0031-4a5a56b1d30a-d4b788d7 {
    grid-column: span 1 / span 1;
  }

  #w-node-bc442b15-a6e0-ecb6-432d-996afb22e480-d4b788de {
    align-self: stretch;
  }

  #w-node-bc442b15-a6e0-ecb6-432d-996afb22e488-d4b788de {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d125b647-ddba-e1c6-ef9d-0a836c2a00d3-d4b78911 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Lora Variable';
  src: url('../fonts/Lora-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk Variable';
  src: url('../fonts/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}