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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #50507e;
  font-size: 16px;
  line-height: 1.687em;
  letter-spacing: -0.01em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #383e56;
  font-size: 48px;
  line-height: 1.291em;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 3px 6px rgba(48, 44, 255, 0.11);
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #383e56;
  font-size: 38px;
  line-height: 1.368em;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 3px 6px rgba(48, 44, 255, 0.11);
}

h3 {
  margin-top: 0px;
  margin-bottom: 11px;
  color: #383e56;
  font-size: 24px;
  line-height: 1.416em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 11px;
  color: #383e56;
  font-size: 22px;
  line-height: 1.545em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 11px;
  color: #383e56;
  font-size: 18px;
  line-height: 1.555em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #383e56;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #ea702d;
  text-decoration: underline;
}

a:hover {
  color: #383e56;
}

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

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

li {
  margin-bottom: 14px;
}

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

label {
  display: block;
  margin-bottom: 10px;
  color: #383e56;
  font-weight: 500;
}

strong {
  color: #383e56;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 50px 80px;
  border-style: solid;
  border-width: 0.5px 0.5px 0.5px 11px;
  border-color: #cecddd #cecddd #cecddd #ea702d;
  border-radius: 8px 12px 12px 8px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(48, 44, 255, 0.05);
  color: #ea702d;
  font-size: 22px;
  line-height: 1.636em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

figure {
  margin-bottom: 10px;
}

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

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #ea702d;
}

.bg-neutral-700 {
  background-color: #383e56;
}

.bg-neutral-600 {
  background-color: #1d1c43;
}

.bg-neutral-500 {
  background-color: #50507e;
}

.bg-neutral-400 {
  background-color: #a0a0c7;
}

.bg-neutral-300 {
  background-color: #cecddd;
}

.bg-neutral-200 {
  background-color: #f6f6fb;
}

.bg-neutral-100 {
  background-color: #fafafd;
}

.bg-white {
  background-color: #fff;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  max-width: 1257px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container-default.blog-post-top-content {
  margin-bottom: 71px;
}

.container-default.process {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.styleguide-seccion {
  padding-top: 86px;
  padding-bottom: 86px;
}

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.styleguide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #ea702d;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: #ea702d;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  color: #50507e;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #f2f1ff;
  color: #ea702d;
}

.styleguide-link.w--current {
  background-color: #f2f1ff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #ea702d;
  font-weight: 700;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #f6f6fb;
  color: #383e56;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f6f6fb;
}

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

.color-container {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-block.bg-primary-1 {
  background-color: #ea702d;
}

.color-block.bg-white.white {
  border-bottom: 1px solid #f6f6fb;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #383e56;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #a0a0c7;
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #f6f6fb;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.container-small-left.styleguide {
  max-width: 580px;
}

.typography-details {
  margin-top: 20px;
  color: #ea702d;
  font-weight: 500;
}

.paragraph-large {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.7em;
}

.paragraph-large.testimonial {
  margin-bottom: 55px;
  font-family: Nunito, sans-serif;
  color: #383e56;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
}

.paragraph-large.careers-hero {
  max-width: 43%;
  font-family: Nunito, sans-serif;
  color: #fafafd;
  text-transform: none;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: #fafafd;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.button-primary {
  padding: 15px 32px;
  border-radius: 4px;
  background-color: #ea702d;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1);
  -webkit-transition: box-shadow 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.button-primary:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ea702d;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(48, 44, 255, 0.1);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #ea702d;
}

.button-primary.small {
  padding: 16px 22px;
}

.button-primary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.full-width:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.button-primary.button-white {
  background-color: #fff;
  color: #ea702d;
}

.button-primary.header-button {
  padding: 15px 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #ea702d;
  font-family: Lexend, sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-primary.header-button:hover {
  color: #fff;
}

.button-primary.footer-newsletter {
  box-shadow: 0 2px 6px 0 rgba(28, 125, 248, 0.22);
}

.button-primary.blog-newsletter {
  position: absolute;
  right: 12px;
  padding: 16px 22px;
}

.button-primary.card-career-page-bottom {
  margin-top: 20px;
}

.button-primary.cart-empty-state-button {
  margin-top: 20px;
}

.button-secondary {
  position: static;
  padding: 15px 32px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #ea702d;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #ea702d;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.button-secondary:hover {
  background-color: #ea702d;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button-secondary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.full-width:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.button-secondary.white {
  border-color: #fafafd;
  -webkit-transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fafafd;
}

.button-secondary.white:hover {
  border-color: #ea702d;
}

.button-secondary.pagination {
  margin-top: 49px;
  border-color: #fafafd;
  color: #fafafd;
}

.button-secondary.discount {
  height: 44px;
  margin-left: 0px;
  padding-top: 27px;
  padding-bottom: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-secondary.discount:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.styleguide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.card-v1 {
  padding: 56px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 20px;
}

.card-title-v1 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.card-v2 {
  padding-right: 40px;
  padding-bottom: 56px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 20px;
}

.card-icon-v2 {
  margin-top: -44px;
}

.card-title-v2 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.card-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 20px;
}

.card-icon-v3 {
  margin-right: 24px;
}

.card-title-v3 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 24px;
}

.card-description-v3 {
  margin-bottom: 0px;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none;
  border-width: 1px 1px 0.5px;
  border-color: #000 #000 #ea702d;
  background-color: #fcf5f1;
  font-family: Lexend, sans-serif;
  color: #ea702d;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: capitalize;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend, sans-serif;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-right: 32px;
  margin-bottom: 0px;
}

.nav-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #383e56;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0em;
  text-decoration: none;
}

.nav-link:hover {
  color: #ea702d;
}

.nav-link.w--current {
  font-family: Lexend, sans-serif;
  font-weight: 500;
}

.nav-link.dropdown {
  padding: 0px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fcf9f7;
  background-image: none;
  background-size: auto;
  color: #383e56;
  letter-spacing: 0em;
}

.footer-logo-container {
  margin-bottom: 17px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  text-decoration: none;
}

.footer-logo-container:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.footer-logo-container.w--current {
  text-decoration: none;
}

.footer-logo {
  width: 140px;
}

.licenses-hero {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #383e56;
}

.section {
  overflow: visible;
  padding-top: 60px;
  padding-bottom: 60px;
  border: 1px none #000;
  background-color: #fff;
  color: #383e56;
}

.section.home-hero {
  padding-bottom: 0px;
  border-style: none;
  background-color: transparent;
  color: #ea702d;
}

.section.section-about {
  border-style: none;
  background-color: #fcf9f7;
  background-image: none;
  color: #fff;
}

.section.section-case-studies {
  margin-right: 0px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #fff;
}

.section.testimonials {
  display: none;
  overflow: hidden;
  padding-bottom: 109px;
}

.section.cta {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fcf9f7;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(0, #ea702d), color-stop(100%, #ea702d), to(#ea702d));
  background-image: linear-gradient(0deg, #fff 50%, #ea702d 0, #ea702d 100%, #ea702d);
}

.section.about-hero {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.offices {
  padding-top: 60px;
  background-color: #fff;
  color: #076821;
}

.section.services {
  padding-top: 60px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  box-shadow: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-weight: 400;
}

.section.case-studies {
  position: static;
  padding-top: 90px;
  padding-bottom: 0px;
}

.section.case-study-hero {
  padding-top: 94px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #383e56), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #383e56 75%, #fff 0);
}

.section.project-overview {
  padding-top: 60px;
  border-bottom-style: none;
}

.section.execution {
  background-color: #383e56;
}

.section.case-study-testimonials {
  overflow: hidden;
  background-color: #383e56;
}

.section.blog-hero {
  padding-top: 94px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fff), color-stop(0, #383e56));
  background-image: linear-gradient(180deg, #fff 80%, #383e56 0);
}

.section.latest-articles {
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #383e56;
}

.section.blog-newsletter {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #383e56), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #383e56 35%, #fff 0);
}

.section.blog-post {
  position: relative;
  padding-top: 64px;
  padding-bottom: 80px;
}

.section.blog-post-newsletter {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, #383e56));
  background-image: linear-gradient(180deg, #fff 50%, #383e56 0);
}

.section.blog-post-latest-articles {
  padding-top: 140px;
  padding-bottom: 130px;
  border-bottom: 1px solid #1d1c43;
  background-color: #383e56;
}

.section.custom-package {
  position: relative;
  padding-top: 10px;
  padding-bottom: 140px;
}

.section.package {
  padding-top: 64px;
  padding-bottom: 120px;
}

.section.careers-hero {
  padding-top: 137px;
  padding-bottom: 128px;
  background-color: #ea702d;
  color: #fff;
  letter-spacing: 0em;
}

.section.openings {
  padding-top: 118px;
}

.section.career {
  padding-top: 54px;
  padding-bottom: 90px;
}

.section.follow {
  padding-top: 135px;
}

.section.category-page-blog-newsletter {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), color-stop(0, #383e56));
  background-image: linear-gradient(180deg, #fff 30%, #383e56 0);
}

.section.blog-category-page {
  padding-top: 60px;
  padding-bottom: 120px;
}

.section.careers-category {
  padding-top: 60px;
}

.section.packages-category {
  position: relative;
  overflow: hidden;
  padding-top: 76px;
  padding-bottom: 130px;
}

.section.checkout-hero {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #383e56;
}

.section.team-latest-articles {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f6f6fb;
}

.section.team {
  padding-top: 60px;
  padding-bottom: 120px;
}

.section.core-team {
  background-color: #fcf5f1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  padding: 60px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap._404 {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #383e56;
  background-color: #383e56;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05);
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  height: 62px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.01), 0 1px 3px 0 rgba(7, 7, 33, 0.06);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #383e56;
  font-size: 16px;
}

.input:hover {
  border-color: #ea702d;
}

.input:focus,
.input.-wfp-focus {
  border-color: #ea702d;
  color: #383e56;
  font-size: 16px;
}

.input::-webkit-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.input:-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.input::-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.input::placeholder {
  color: #50507e;
  font-size: 16px;
}

.input.password {
  margin-bottom: 20px;
}

.input.footer-newsletter {
  margin-bottom: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25), 0 1px 3px 0 rgba(31, 37, 89, 0.07);
}

.input.blog-hero-newsletter {
  margin-bottom: 16px;
}

.input.blog-newsletter {
  height: 82px;
  padding-right: 150px;
}

.input.checkout {
  height: 54px;
  margin-bottom: 16px;
  background-color: #fff;
}

.input.checkout.discount {
  padding-top: 18px;
  padding-bottom: 18px;
}

.input.cart-item-quantity {
  display: none;
  height: 35px;
  background-color: #fff;
}

._404-title {
  margin-bottom: 10px;
  color: #fafafd;
  font-size: 250px;
  line-height: 1em;
  font-weight: 700;
}

.container-medium-761px {
  max-width: 761px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-761px.process {
  display: block;
  margin-bottom: 60px;
  text-align: center;
}

.container-medium-761px.process.process-container-copy {
  padding-top: 15em;
}

.container-medium-761px.our-services {
  margin-bottom: 48px;
  text-align: center;
}

.container-medium-761px.case-studies {
  position: static;
  margin-bottom: 56px;
  text-align: center;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #cecddd;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.utility-pages.big {
  margin-top: 86px;
  margin-bottom: 86px;
}

.divider.card-cta {
  width: 1px;
  height: auto;
  margin-right: 47px;
  margin-left: 47px;
}

.divider.card-blog-post {
  margin-top: 10px;
  margin-bottom: 31px;
}

.divider.footer-divider {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #50507e;
}

.divider.card-case-study {
  width: 1px;
  height: auto;
  margin-right: 56px;
  margin-left: 56px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.divider.blog-post {
  margin-top: 64px;
  margin-bottom: 80px;
}

.divider.card-package {
  margin-top: 38px;
  margin-bottom: 43px;
}

.divider.card-career-page {
  margin-top: 36px;
  margin-bottom: 54px;
}

.home-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-content.testimonials {
  margin-bottom: 48px;
}

.top-content.section-team {
  margin-bottom: 48px;
}

.top-content.case-study-hero {
  margin-bottom: 101px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content.latest-articles {
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.blog-post-latest-articles {
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.openings {
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content.card-career {
  margin-bottom: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.top-content.card-career-page-top-content {
  margin-top: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.top-content.follow {
  margin-bottom: 48px;
}

.top-content.blog-category-page {
  margin-top: 20px;
  margin-bottom: 48px;
}

.top-content.careers-category {
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content.packages-category {
  margin-top: 20px;
  margin-bottom: 63px;
}

.top-content.team-blog-post-latest-articles {
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-hero-content {
  position: relative;
  z-index: 1;
  max-width: 480px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.subtitle {
  background-color: #fff;
  color: #383e56;
  font-weight: 500;
}

.subtitle.neutral-200 {
  background-color: transparent;
  color: #383e56;
  text-align: left;
}

.subtitle.general {
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  color: #ea702d;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0em;
  text-transform: lowercase;
}

.subtitle.general.offices {
  background-color: transparent;
}

.subtitle.general.aboutus {
  background-color: transparent;
}

.subtitle.card-case-study {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 1.111em;
}

.subtitle.neutral-400 {
  color: #a0a0c7;
}

.subtitle.neutral-400.careers {
  background-color: transparent;
  color: #fff;
}

._2-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._2-buttons-wrapper.section-about {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._2-buttons-wrapper._404 {
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.space._2-buttons {
  width: 27px;
}

.space.card-office-links {
  height: 9px;
}

.image.home-hero {
  width: 45%;
  height: 50%;
  max-width: 92%;
  margin-top: auto;
  margin-left: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image.company {
  margin-bottom: 20px;
}

.image.section-about {
  max-width: 51%;
  margin-right: 60px;
  border-radius: 40px;
}

.image.card-cta {
  width: 80px;
  height: 80px;
  margin-right: 25px;
  border-radius: 24px;
}

.image.icon-services {
  width: 138px;
  height: 138px;
  margin-bottom: 21px;
  border-radius: 35px;
  background-color: transparent;
  color: #50507e;
}

.image.testimonial {
  width: 68px;
  height: 68px;
  margin-right: 15px;
  border-radius: 1000px;
}

.image.card-case-study {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image.card-blog-post-author {
  width: 54px;
  height: 54px;
  margin-right: 14px;
  border-radius: 1000px;
}

.image.card-team {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.social-media-team {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.case-study-image-featured {
  border-radius: 36px;
}

.image.blog-hero-newsletter {
  width: 116px;
  height: 116px;
  min-width: 116px;
  margin-bottom: 33px;
  border-radius: 29px;
}

.image.blog-newsletter {
  width: 92px;
  height: 92px;
  min-width: 92px;
  margin-right: 24px;
  border-radius: 30px;
}

.image.blog-post {
  border-radius: 36px;
}

.image.blog-post-author {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.about-author {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.contact-category-icon {
  width: 62px;
  height: 62px;
  min-width: 62px;
  margin-right: 12px;
  border-radius: 16px;
}

.image.icon-openings-contact {
  width: 105px;
  height: 105px;
  margin-bottom: 22px;
  border-radius: 25px;
}

.image.icon-card-career-about {
  margin-right: 8px;
}

.image.icon-card-career-page-about {
  margin-right: 8px;
}

.image.icon-card-follow {
  width: 85px;
  height: 85px;
  margin-bottom: 23px;
  border-radius: 20px;
}

.image.icon-card-follow.facebook {
  box-shadow: 0 2px 16px 0 rgba(24, 119, 242, 0.33);
}

.image.icon-card-follow.twitter {
  box-shadow: 0 2px 16px 0 rgba(29, 161, 242, 0.25);
}

.image.icon-card-follow.linkedin {
  box-shadow: 0 2px 16px 0 rgba(36, 119, 181, 0.25);
}

.image.icon-card-follow.youtube {
  box-shadow: 0 2px 16px 0 rgba(255, 0, 0, 0.08);
}

.image.order-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.style-guide {
  border-radius: 20px;
}

.image.cart-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.split-content.section-about-right {
  max-width: 543px;
}

.split-content.section-about-right.offices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.split-content.testimonials-left {
  max-width: 618px;
}

.split-content.card-cta-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-content.card-cta-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-content.testimonial-about-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.about-hero-left {
  max-width: 50%;
  margin-right: 20px;
  padding-top: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.section-team-left {
  max-width: 75%;
}

.split-content.case-study-hero-left {
  max-width: 44%;
  margin-right: 40px;
}

.split-content.card-case-study-left {
  max-width: 197px;
}

.split-content.case-study-section-right {
  max-width: 618px;
  padding-left: 40px;
}

.split-content.services-section-left {
  margin-right: 40px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.split-content.blog-hero-left {
  max-width: 456px;
  margin-right: 40px;
}

.split-content.about-author-left {
  text-decoration: none;
}

.split-content.package-left {
  max-width: 648px;
  margin-top: 44px;
  margin-right: 40px;
}

.split-content.careers-hero-left {
  max-width: 470px;
}

.split-content.top-conten-openings-left {
  max-width: 504px;
  margin-right: 40px;
}

.split-content.openings-left {
  max-width: 797px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.career-left {
  max-width: 797px;
  margin-right: 27px;
}

.split-content.card-career-page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.card-career-page-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.split-content.follow-left {
  max-width: 466px;
}

.split-content.blog-category-page-left {
  max-width: 41%;
}

.split-content.careers-category-left {
  max-width: 480px;
  margin-right: 40px;
}

.split-content.packages-category-left {
  max-width: 535px;
}

.split-content.card-team-page-left {
  margin-bottom: 20px;
}

.split-content.team-left {
  margin-right: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.section-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-small-530px {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-530px.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
  padding-left: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.container-small-530px.cta.contact-us {
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0em;
}

.companies-wrapper {
  margin-top: 0px;
  margin-bottom: 60px;
  text-align: center;
}

.companies-grid {
  margin: 60px 60px 40px;
  padding-top: 0px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.animation-div {
  text-decoration: none;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.company {
  min-height: 50px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.image-wrapper.company:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.image-wrapper.card-case-study {
  max-width: 50%;
  background-color: #ea702d;
}

.image-wrapper.blog-post-author {
  width: 78px;
  height: 78px;
  min-width: 78px;
  margin-right: 20px;
  border-radius: 1000px;
}

.image-wrapper.about-author {
  width: 110px;
  height: 110px;
  min-width: 110px;
  margin-right: 26px;
  border-radius: 1000px;
}

.image-wrapper.order-item {
  width: 90px;
  height: 90px;
  margin-right: 15px;
  border-radius: 20px;
}

.image-wrapper.card-team-page {
  width: 108px;
  height: 108px;
  min-width: 108px;
  margin-bottom: 18px;
  border-radius: 20px;
}

.image-wrapper.cart-item-image {
  width: 90px;
  height: 90px;
  margin-right: 15px;
  border-radius: 20px;
}

.title.section-about {
  color: #383e56;
  letter-spacing: 0em;
}

.title.section-about.heading-2 {
  text-transform: none;
}

.title.testimonials {
  margin-bottom: 0px;
  font-weight: 500;
  letter-spacing: 0em;
}

.title.testimonials.neutral-100 {
  color: #fff;
}

.title.cta {
  width: 50%;
  min-width: 50%;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #383e56;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0em;
}

.title.cta.white {
  width: auto;
  min-width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  text-align: center;
}

.title.testimonial {
  margin-bottom: 16px;
  color: #ea702d;
  line-height: 1.333em;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.title.card-case-study {
  margin-bottom: 13px;
}

.title.card-blog-post {
  margin-bottom: 13px;
}

.title.footer-links {
  color: #fafafd;
  font-size: 18px;
  line-height: 1em;
}

.title.dropdown-links {
  color: #383e56;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  text-decoration: underline;
}

.title.section-team {
  min-width: 75%;
  margin-bottom: 0px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0em;
}

.title.card-office {
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
}

.title.case-study-hero {
  margin-bottom: 16px;
  color: #fafafd;
}

.title.card-case-study-hero {
  margin-bottom: 8px;
  color: #383e56;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.title.results-featured {
  margin-bottom: 18px;
  color: #383e56;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.title.service-section {
  display: block;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: ltr;
  color: #ea702d;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0em;
  text-transform: capitalize;
  white-space: normal;
}

.title.service-section.white {
  color: #fff;
}

.title.blog-hero-newsletter {
  margin-bottom: 11px;
  font-size: 24px;
  line-height: 1.417em;
}

.title.latest-articles {
  margin-bottom: 0px;
  color: #fafafd;
}

.title.blog-newsletter {
  margin-bottom: 11px;
  font-size: 24px;
  line-height: 1.417em;
}

.title.blog-post {
  margin-bottom: 16px;
  color: #fafafd;
}

.title.blog-post-latest-articles {
  margin-bottom: 0px;
  color: #fafafd;
}

.title.about-author-name {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
}

.title.card-package {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.417em;
}

.title.card-package-features {
  margin-bottom: 22px;
  color: #383e56;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 500;
}

.title.custom-package {
  max-width: 457px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.title.package {
  margin-bottom: 9px;
}

.title.package-order {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.417em;
}

.title.careers-hero {
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  color: #fafafd;
  font-weight: 600;
  letter-spacing: 0em;
  text-transform: none;
}

.title.openings {
  font-family: Lexend, sans-serif;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 13px;
}

.title.openings-contact {
  margin-bottom: 17px;
}

.title.card-career {
  margin-bottom: 14px;
  font-size: 20px;
  font-family: Lexend, sans-serif;
  font-weight:600;
  color: #ea702d;
  text-transform: none;
  font-style: normal;

}

.title.card-career-page {
  margin-right: 32px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.031em;
}

.title.career-apply {
  margin-bottom: 19px;
  font-size: 24px;
  line-height: 1.417em;
}

.title.about-job {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 22px;
}

.title.follow {
  margin-bottom: 0px;
}

.title.card-follow {
  margin-bottom: 8px;
}

.title.category {
  margin-right: 10px;
  margin-bottom: 0px;
}

.title.category.last {
  margin-right: 0px;
}

.title.category.packages-category {
  color: #fafafd;
}

.title.checkout-hero {
  color: #fafafd;
}

.title.checkout {
  margin-bottom: 0px;
}

.title.order-item {
  color: #383e56;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.title.order-item:hover {
  color: #ea702d;
}

.title._404 {
  color: #fafafd;
}

.title.team-latest-articles {
  margin-bottom: 0px;
}

.title.card-team-name-page {
  margin-bottom: 8px;
  line-height: 1.375em;
}

.title.cart-item-title {
  color: #383e56;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.title.cart-item-title:hover {
  color: #ea702d;
}

.title.card-service {
  min-height: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lexend, sans-serif;
  color: #383e56;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: capitalize;
}

.title.heading-2 {
  font-size: 36px;
  text-transform: lowercase;
}

.title.heading-2.card-office-top-content {
  font-size: 36px;
  text-align: center;
  text-transform: none;
}

.paragraph.section-about {
  margin-bottom: 40px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #383e56;
  font-weight: 400;
  letter-spacing: 0em;
}

.paragraph.home-hero {
  max-width: 455px;
  margin-bottom: 39px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #383e56;
  font-weight: 400;
  letter-spacing: 0em;
}

.paragraph.card-cta {
  margin-bottom: 25px;
}

.paragraph.services {
  margin-bottom: 0px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #383e56;
  font-weight: 400;
  letter-spacing: 0em;
}

.paragraph.card-case-study {
  margin-bottom: 24px;
}

.paragraph.footer-paragraph {
  margin-bottom: 25px;
  font-family: Nunito, sans-serif;
  color: #50507e;
  font-weight: 400;
}

.paragraph.case-study-hero {
  max-width: 480px;
  color: #a0a0c7;
}

.paragraph.results-featured {
  max-width: 140px;
}

.paragraph.blog-hero-newsletter {
  margin-bottom: 20px;
}

.paragraph.blog-newsletter {
  margin-bottom: 32px;
}

.paragraph.about-author {
  max-width: 482px;
}

.paragraph.package-excerpt {
  margin-bottom: 31px;
}

.paragraph.openings-contact {
  margin-bottom: 31px;
}

.paragraph.card-career {
  max-width: 548px;
  margin-bottom: 15px;
}

.paragraph.career-apply {
  margin-bottom: 14px;
}

.paragraph.follow {
  max-width: 41%;
}

.paragraph.card-follow {
  margin-bottom: 26px;
}

.paragraph.packages-category {
  max-width: 43%;
  color: #a0a0c7;
}

.paragraph.checkout-hero {
  color: #f6f6fb;
}

.paragraph.utility-page {
  color: #f6f6fb;
}

.paragraph.password {
  margin-bottom: 40px;
}

.paragraph._404 {
  color: #f6f6fb;
}

.paragraph.clients {
  font-family: 'Plus Jakarta Display', sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  text-transform: none;
}

.card {
  overflow: hidden;
  border-style: solid;
  border-width: 0.5px;
  border-color: #cecddd;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(48, 44, 255, 0.05);
}

.card.process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 49px 48px 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #fcf5f1;
  border-radius: 0px;
}

.card.process.process-copy {
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card.services {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #fcf5f1;
  border-radius: 5px;
  color: #50507e;
  text-align: center;
  text-decoration: none;
}

.card.services:hover {
  border-color: #ea702d;
  background-color: #fcf9f7;
}

.card.testimonial {
  height: 100%;
  padding: 62px 36px;
}

.card.blog-post {
  height: 100%;
  color: #50507e;
  text-decoration: none;
}

.card.blog-post.latest-articles {
  border-color: #1d1c43;
}

.card.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 56px 32px;
  border-radius: 5px;
}

.card.office {
  max-width: 318px;
  margin-right: 20px;
  padding: 42px 26px 34px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.card.office:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.card.case-study-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding: 32px 49px 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.case-study-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #50507e;
  text-decoration: none;
}

.card.blog-hero-newsletter {
  max-width: 515px;
  min-height: 494px;
  padding: 40px 40px 48px;
}

.card.blog-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 331px;
  padding: 59px 35px;
}

.card.package {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  padding: 40px 32px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.conatct-card {
  min-height: auto;
  padding: 64px 73px 74px;
}

.card.package-features {
  margin-bottom: 48px;
  padding: 53px 29px 53px 32px;
  border-width: 0px;
  border-radius: 20px;
  background-color: #f6f6fb;
}

.card.package-order {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 67px 40px;
  border-width: 2px;
  border-color: #ea702d;
}

.card.package-order-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: none;
  padding: 67px 40px;
  border-width: 2px;
  border-color: #ea702d;
}

.card.openings-contact {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 48px 36px 57px;
  border-color: #fcf9f7;
  border-radius: 5px;
}

.card.career {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-color: #fcf9f7;
  border-radius: 4px;
  background-color: #fcf9f7;
  color: #50507e;
  text-decoration: none;
}

.card.career-page {
  padding: 57px 40px 53px;
}

.card.career-apply {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 48px 36px;
}

.card.follow {
  padding: 55px 22px 48px;
  border-radius: 18px;
  color: #50507e;
  text-decoration: none;
}

.card.checkout {
  margin-bottom: 40px;
}

.card.checkout.last {
  margin-bottom: 0px;
}

.card.checkout.order-summary {
  margin-bottom: 0px;
  border-bottom-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card.team-page {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-process-content {
  margin-left: 20px;
}

.process-grid {
  margin-bottom: 48px;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  color: #268640;
}

.container-large-1052px {
  max-width: 1052px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.card-cta-content {
  max-width: 300px;
}

.slide-nav {
  display: none;
}

.slide-right-arrow {
  left: auto;
  top: -111px;
  right: 0px;
  bottom: auto;
  width: auto;
  padding: 22px 32px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #ea702d;
  border-radius: 10px;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  color: #ea702d;
  font-size: 16px;
  line-height: 1em;
}

.slide-right-arrow:hover {
  background-color: #ea702d;
  color: #fff;
}

.slide-right-arrow.white {
  border-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  color: #fff;
}

.slide-right-arrow.white:hover {
  border-color: #ea702d;
}

.slide-left-arrow {
  left: auto;
  top: -111px;
  right: 180px;
  bottom: auto;
  width: auto;
  padding: 22px 32px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #ea702d;
  border-radius: 10px;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  color: #ea702d;
  font-size: 16px;
  line-height: 1em;
}

.slide-left-arrow:hover {
  background-color: #ea702d;
  color: #fff;
}

.slide-left-arrow.white {
  border-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  color: #fff;
}

.slide-left-arrow.white:hover {
  border-color: #ea702d;
}

.testimonials-slider {
  height: 100%;
  background-color: transparent;
}

.testimonials-mask {
  overflow: visible;
  max-width: 591px;
}

.testimonial-slide {
  margin-right: 27px;
}

.testimonial-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-about-name {
  margin-bottom: 10px;
  color: #383e56;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.testimonial-about-rol {
  color: #ea702d;
  font-size: 18px;
  line-height: 1em;
}

.section-case-studies-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-case-study-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding: 55px 57px 55px 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-blog-post-content {
  padding: 24px 48px 48px;
}

.card-blog-post-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-post-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.badge {
  padding: 10px 16px;
  border-radius: 5px;
  background-color: #f6f6fb;
  letter-spacing: 0em;
}

.badge.card-blog-post {
  margin-bottom: 20px;
}

.badge.footer-link {
  max-height: none;
  margin-left: 10px;
  padding: 6px 8px;
  border-radius: 4px;
  background-color: #ea702d;
  color: #fff;
  font-size: 12px;
}

.badge.footer-link:hover {
  color: #fff;
}

.badge.dropdown-link-badge {
  max-height: none;
  margin-left: 10px;
  padding: 6px 8px;
  border-radius: 4px;
  background-color: #ea702d;
  color: #fff;
  font-size: 12px;
}

.badge.dropdown-link-badge:hover {
  color: #fff;
}

.badge.blog-post-category {
  margin-bottom: 21px;
  background-color: #ea702d;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  text-decoration: none;
}

.badge.blog-post-category:hover {
  background-color: #1d1c43;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.badge.card-package-popular {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #ea702d;
  color: #fff;
}

.badge.career-category {
  color: #1d1c43;
  font-size: 14px;
  line-height: 1.143em;
}

.badge.career-category-page {
  -webkit-transition: background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  color: #1d1c43;
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
}

.badge.career-category-page:hover {
  background-color: #ea702d;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.card-blog-post-author-name {
  margin-bottom: 6px;
  color: #383e56;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 700;
}

.card-blog-post-date {
  font-size: 18px;
  line-height: 1.111em;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1257px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Plus Jakarta Display', sans-serif;
}

.cart {
  margin-right: 30px;
}

.cart-button {
  padding: 0px;
  background-color: transparent;
  color: #383e56;
  line-height: 1em;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  min-width: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #383e56;
  color: #fff;
  line-height: 0.9em;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.footer-links-block {
  margin-right: 3vw;
}

.footer-links-block.first {
  max-width: 350px;
  margin-right: 5vw;
  text-decoration: none;
}

.footer-links-block.last {
  margin-right: 0vw;
}

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

.footer-links-title-wrapper {
  margin-bottom: 25px;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
}

.footer-links-list {
  margin-right: 3vw;
  margin-bottom: 0px;
}

.footer-links-list.last {
  margin-right: 0px;
}

.footer-link-list-item {
  margin-bottom: 20px;
  line-height: 1em;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #383e56;
  line-height: 1em;
  text-decoration: none;
  white-space: nowrap;
}

.footer-link:hover {
  color: #ea702d;
}

.footer-link.w--current {
  color: #ea702d;
  font-weight: 400;
}

.footer-social-media-grid {
  margin-top: auto;
  align-self: flex-end;
  grid-column-gap: 12px;
  grid-template-areas: ". . . Area";
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.small-print-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a0a0c7;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  min-width: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #1d1c43;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Code Template', sans-serif;
  color: #fff;
  text-decoration: none;
}

.social-media-wrapper:hover {
  background-color: #ea702d;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
}

.social-media-wrapper.card-team {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background-color: transparent;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.social-media-wrapper.card-team:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.social-media-wrapper.card-team.facebook {
  box-shadow: 0 18px 16px 0 rgba(24, 119, 242, 0.15);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.social-media-wrapper.card-team.facebook:hover {
  box-shadow: 0 6px 8px 0 rgba(24, 119, 242, 0.15);
}

.social-media-wrapper.card-team.twitter {
  box-shadow: 0 18px 16px 0 rgba(29, 161, 242, 0.15);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.social-media-wrapper.card-team.twitter:hover {
  box-shadow: 0 8px 6px 0 rgba(29, 161, 242, 0.15);
}

.social-media-wrapper.card-team.linkedin {
  box-shadow: 0 18px 16px 0 rgba(10, 102, 194, 0.15);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.social-media-wrapper.card-team.linkedin:hover {
  box-shadow: 0 8px 6px 0 rgba(10, 102, 194, 0.15);
}

.social-media-wrapper.icon-13px {
  font-size: 13px;
}

.social-media-wrapper.icon-15px {
  font-size: 15px;
}

.small-print-link {
  color: #a0a0c7;
}

.small-print-link:hover {
  color: #fff;
}

.nav-link-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-list {
  left: -98px;
  top: 28px;
  margin-top: 25px;
  padding: 40px 40px 53px;
  border-style: none;
  border-radius: 0px;
  background-color: #fcf5f1;
  opacity: 1;
  font-family: Lexend, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.dropdown-list.w--open {
  position: absolute;
  left: -98px;
  top: 28px;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-radius: 0px;
  background-color: #fcf5f1;
  opacity: 1;
  font-family: Lexend, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.dropdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-links-title-wrapper {
  margin-bottom: 25px;
}

.dropdown-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-links-list {
  margin-right: 40px;
  margin-bottom: 0px;
}

.dropdown-links-list.last {
  margin-right: 0px;
}

.dropdown-link-list-item {
  margin-bottom: 20px;
  line-height: 1em;
}

.dropdown-link-list-item.last {
  margin-bottom: 0px;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #50507e;
  line-height: 1em;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-link:hover {
  color: #ea702d;
}

.dropdown-link.w--current {
  color: #383e56;
  font-weight: 500;
}

.dropdown-links-block {
  margin-right: 40px;
}

.dropdown-links-block.last {
  margin-right: 0px;
}

.footer-links-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #fff;
}

.brand {
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.brand:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.brand.w--current {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #1d1c43;
  font-size: 22px;
  font-weight: 500;
}

.about-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.card-team-content {
  max-width: 424px;
}

.card-team-rol {
  margin-bottom: 10px;
  color: #ea702d;
  font-size: 18px;
  line-height: 1.111em;
  text-transform: capitalize;
}

.card-office-address {
  margin-bottom: 13px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #564438;
  line-height: 1.75em;
}

.card-office-link {
  line-height: 1.75em;
}

.services-grid {
  margin: 20px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-column-gap: 27px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.client-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a0a0c7;
  font-size: 20px;
  line-height: 1em;
}

.client-divider {
  width: 16px;
  height: 1px;
  margin-right: 18px;
  margin-left: 18px;
  background-color: #50507e;
}

.case-study-services-wrapper {
  margin-bottom: 44px;
}

.results-featured-number {
  margin-bottom: 14px;
  color: #ea702d;
  font-size: 45px;
  line-height: 1.044em;
  font-weight: 700;
}

.services-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case-study-section-title-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.case-study-section-title-accent {
  height: 6px;
  min-width: 100px;
  margin-bottom: 10px;
  background-color: #ea702d;
}

.blog-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-hero-newsletter-form-block {
  margin-bottom: 0px;
}

.blog-hero-newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.latest-articles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.categories-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-category {
  padding: 10px 16px;
  border-radius: 5px;
  background-color: #50507e;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  letter-spacing: 0em;
}

.button-category:hover {
  background-color: #ea702d;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button-category.all {
  margin-right: 20px;
}

.button-category.all.w--current {
  background-color: #ea702d;
}

.button-category.careers {
  background-color: #f6f6fb;
  -webkit-transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #50507e;
}

.button-category.careers:hover {
  background-color: #ea702d;
  color: #fff;
}

.button-category.careers.w--current {
  background-color: #ea702d;
  color: #fff;
}

.button-category.careers.all {
  margin-right: 26px;
}

.button-category.careers.all.w--current {
  color: #fff;
}

.button-category.category-page {
  background-color: #f6f6fb;
  -webkit-transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #50507e;
}

.button-category.category-page:hover {
  background-color: #ea702d;
  color: #fff;
}

.button-category.category-page.w--current {
  background-color: #ea702d;
  color: #fff;
}

.button-category.category-page.all {
  margin-right: 26px;
}

.button-category.category-page.all.w--current {
  color: #fff;
}

.container-medium-752px {
  max-width: 752px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.blog-newsletter-form-block {
  margin-bottom: 0px;
}

.blog-newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post-link-back-to-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 43px;
}

.blog-post-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 852px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.rich-text h2 {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.rich-text p {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
}

.rich-text img {
  border-radius: 36px;
}

.rich-text h4 {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.rich-text blockquote {
  max-width: 797px;
  margin: 60px auto;
}

.rich-text h5 {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text ul {
  max-width: 672px;
  margin: 30px auto 60px;
}

.rich-text h3 {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.rich-text ol {
  max-width: 672px;
  margin: 30px auto 60px;
}

.rich-text h6 {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text li {
  margin-bottom: 14px;
}

.rich-text figcaption {
  margin-top: 23px;
}

.rich-text figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-post-about-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-post-latest-articles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-post-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a0a0c7;
  font-size: 18px;
  line-height: 1.111em;
  text-align: left;
  text-decoration: none;
}

.blog-post-author:hover {
  color: #a0a0c7;
}

.blog-post-author-name {
  margin-bottom: 7px;
  color: #fafafd;
  font-weight: 700;
}

.about-author-content {
  width: 100%;
}

.about-author-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-author-rol {
  color: #ea702d;
  font-size: 18px;
  line-height: 1em;
}

.about-author-social-media-grid {
  grid-column-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg {
  position: absolute;
}

.bg.blog-post {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 892px;
  background-color: #383e56;
}

.bg.pricing {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 639px;
  background-color: #383e56;
}

.bg.custom-package {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  height: 988px;
  background-color: #ea702d;
}

.pricing-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-package-icon {
  width: 82px;
  height: 82px;
  min-width: 82px;
  margin-bottom: 14px;
  border-radius: 19px;
}

.card-package-price {
  color: #ea702d;
  font-size: 29px;
  line-height: 1.063em;
  font-weight: 700;
}

.card-package-features-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.package-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.125em;
}

.package-feature-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 9px;
  border-radius: 1000px;
}

.select-wrapper {
  overflow: hidden;
  height: 62px;
  margin-bottom: 0px;
  padding-right: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.01), 0 1px 3px 0 rgba(7, 7, 33, 0.06);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
}

.select-wrapper:hover {
  border-color: #ea702d;
}

.select-wrapper:focus {
  border-color: #ea702d;
}

.select-wrapper::-webkit-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-wrapper:-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-wrapper::-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-wrapper::placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-wrapper.card-package {
  display: block;
  margin-bottom: 12px;
}

.select-wrapper.checkout {
  height: 54px;
}

.select {
  height: 62px;
  margin-bottom: 0px;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #50507e;
  font-size: 16px;
}

.select:focus {
  color: #383e56;
  font-size: 16px;
}

.select::-webkit-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select:-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select::-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select::placeholder {
  color: #50507e;
  font-size: 16px;
}

.select.checkout {
  height: 54px;
}

.card-package-add-to-cart {
  margin-bottom: 12px;
}

.card-package-default-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-package-top-content {
  margin-bottom: 18px;
}

.card-package-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-package-bottom-content {
  margin-bottom: 43px;
}

.card-package-add-to-cart-wrapper {
  margin-top: auto;
}

.container-medium-619px {
  max-width: 619px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-619px.custom-package {
  margin-bottom: 37px;
  text-align: center;
}

.container-medium-809px {
  max-width: 809px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  font-weight: 400;
}

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

.contact-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-categories-grid {
  grid-column-gap: 28px;
  grid-row-gap: 19px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-category-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 15px 20px 15px 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.01), 0 1px 3px 0 rgba(7, 7, 33, 0.06);
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 133px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 17px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.01), 0 1px 3px 0 rgba(7, 7, 33, 0.06);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #383e56;
  font-size: 16px;
}

.text-area:hover {
  border-color: #ea702d;
}

.text-area:focus {
  border-color: #ea702d;
  color: #383e56;
  font-size: 16px;
}

.text-area::-webkit-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.text-area:-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.text-area::-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.text-area::placeholder {
  color: #50507e;
  font-size: 16px;
}

.contact-category-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.25em;
}

.custom-package-category-checkbox-label {
  display: none;
}

.checkbox {
  width: 22px;
  height: 22px;
  margin-top: 0px;
  margin-left: 0px;
  border-color: #cecddd;
  border-radius: 4px;
  box-shadow: inset 0 -1px 5px 0 rgba(48, 44, 255, 0.22);
  -webkit-transition: border-radius 350ms ease, background-color 350ms ease, border-color 350ms ease;
  transition: border-radius 350ms ease, background-color 350ms ease, border-color 350ms ease;
}

.checkbox:hover {
  border-color: #ea702d;
}

.checkbox.w--redirected-checked {
  width: 22px;
  height: 22px;
  border-color: #ea702d;
  border-radius: 5px;
  background-color: #ea702d;
  background-image: url('../images/icon-check-form-code-template.svg');
}

.package-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-back-to-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-back-to {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-back-to.white {
  color: #fafafd;
}

.link-back-to.white:hover {
  color: #ea702d;
}

.package-sidebar {
  max-width: 499px;
}

.package-rich-text h2 {
  margin-bottom: 15px;
}

.package-rich-text p {
  margin-bottom: 34px;
}

.package-rich-text img {
  border-radius: 36px;
}

.package-rich-text h4 {
  margin-bottom: 15px;
}

.package-rich-text blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
}

.package-rich-text ul {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 20px;
}

.package-rich-text h3 {
  margin-bottom: 15px;
}

.package-rich-text ol {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 20px;
}

.package-rich-text li {
  margin-bottom: 14px;
}

.package-rich-text figcaption {
  margin-top: 23px;
}

.package-rich-text figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

.package-features-grid {
  grid-column-gap: 40px;
}

.package-order-default-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.package-order-option-list {
  margin-bottom: 27px;
}

.package-order-price {
  margin-bottom: 29px;
  color: #ea702d;
  font-size: 28px;
  line-height: 1.143em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.package-order-top-content {
  margin-bottom: 32px;
}

.careers-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.openings-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.openings-sidebar {
  max-width: 385px;
}

.careers-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-career-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-career-date {
  color: #ea702d;
  font-weight: 500;
}

.card-career-about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.125em;
}

.card-career-about-divider {
  width: 1px;
  height: 24px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #cecddd;
}

.career-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.career-sidebar {
  max-width: 385px;
}

.card-career-page-date {
  margin-bottom: 10px;
  color: #ea702d;
  font-weight: 500;
}

.career-rich-text h2 {
  margin-bottom: 15px;
}

.career-rich-text p {
  margin-bottom: 21px;
}

.career-rich-text img {
  border-radius: 36px;
}

.career-rich-text h4 {
  margin-bottom: 15px;
}

.career-rich-text blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
}

.career-rich-text ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.career-rich-text h3 {
  margin-bottom: 15px;
}

.career-rich-text ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.career-rich-text li {
  margin-bottom: 14px;
}

.career-rich-text figcaption {
  margin-top: 23px;
}

.career-rich-text figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

.card-career-page-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-career-page-about-divider {
  width: 1px;
  height: 24px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #cecddd;
}

.card-career-page-about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.125em;
}

.container-medium-673px {
  max-width: 673px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-673px.checkout-hero {
  text-align: center;
}

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

.faq-wrapper {
  overflow: hidden;
  margin-bottom: 22px;
  padding: 28px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #cecddd;
  border-radius: 18px;
  background-color: #fff;
  cursor: pointer;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-title-wrapper.packages-category {
  margin-bottom: 0px;
}

.checkout-form {
  padding: 100px 0px 120px;
  background-color: transparent;
}

.paypal {
  margin-bottom: 10px;
}

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

.block-header {
  padding-top: 30px;
  padding-bottom: 20px;
  border-width: 0px;
}

.checkout-required-text {
  font-size: 14px;
}

.block-content {
  padding-bottom: 40px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.block-content.place-order {
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-right: 0.5px solid #cecddd;
  border-bottom: 0.5px solid #cecddd;
  border-left: 0.5px solid #cecddd;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  background-color: #fff;
  box-shadow: 0 3px 13px 0 rgba(48, 44, 255, 0.05);
}

.order-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-item-price {
  color: #383e56;
  font-weight: 500;
}

.order-item-plan {
  color: #383e56;
  font-weight: 500;
}

.order-item-content {
  margin-left: 0px;
}

.order-item-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.order-summary-subtottal {
  color: #383e56;
  font-weight: 500;
}

.order-summary-total {
  color: #383e56;
  font-size: 19px;
  font-weight: 700;
}

.discounts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
}

.icon-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 158px;
  height: 150px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #ea702d;
}

.password-icon {
  width: 66px;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.card-team-content-top-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-team-rol-page {
  color: #ea702d;
  font-size: 18px;
  line-height: 1.111em;
}

.card-team-social-media-grid-page {
  grid-column-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-latest-articles-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-blog-post-latest-articles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-arrow {
  position: relative;
  top: 1px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Icons Code Template', sans-serif;
  color: #383e56;
  font-size: 8px;
  font-style: normal;
  text-decoration: none;
}

.dropdown-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #076821;
  font-weight: 500;
  background-clip: border-box;
}

.slide-left-arrow-icon {
  position: relative;
  bottom: -1px;
  font-family: 'Icons Code Template', sans-serif;
  font-size: 13px;
}

.slide-right-arrow-icon {
  position: relative;
  bottom: -1px;
  font-family: 'Icons Code Template', sans-serif;
  font-size: 13px;
}

.icon-back-to {
  font-family: 'Icons Code Template', sans-serif;
  font-size: 14px;
}

.services-explanation {
  font-family: Lexend, sans-serif;
  color: #383e56;
  font-weight: 400;
}

.services-explanation h2 {
  margin-bottom: 15px;
  font-weight: 400;
}

.services-explanation p {
  margin-bottom: 21px;
  font-family: Nunito, sans-serif;
}

.services-explanation img {
  border-radius: 36px;
}

.services-explanation h4 {
  margin-bottom: 15px;
}

.services-explanation blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
}

.services-explanation ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.services-explanation h3 {
  margin-bottom: 15px;
}

.services-explanation ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.services-explanation li {
  margin-bottom: 14px;
}

.services-explanation figcaption {
  margin-top: 23px;
}

.services-explanation figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

.case-study-rich-text-white h2 {
  margin-bottom: 15px;
  color: #fff;
}

.case-study-rich-text-white p {
  margin-bottom: 21px;
  color: #a0a0c7;
}

.case-study-rich-text-white img {
  border-radius: 36px;
}

.case-study-rich-text-white h4 {
  margin-bottom: 15px;
  color: #fff;
}

.case-study-rich-text-white blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
  box-shadow: none;
}

.case-study-rich-text-white h5 {
  color: #fff;
}

.case-study-rich-text-white ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  color: #a0a0c7;
}

.case-study-rich-text-white h3 {
  margin-bottom: 15px;
  color: #fff;
}

.case-study-rich-text-white ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  color: #a0a0c7;
}

.case-study-rich-text-white h6 {
  color: #fff;
}

.case-study-rich-text-white li {
  margin-bottom: 14px;
}

.case-study-rich-text-white figcaption {
  margin-top: 23px;
  color: #a0a0c7;
}

.case-study-rich-text-white figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

.case-study-rich-text-white strong {
  color: #fff;
}

.case-study-rich-text-white a {
  color: #fff;
}

.case-study-rich-text-white a:hover {
  color: #ea702d;
}

.card-team-bio-summary-link {
  color: #50507e;
  text-decoration: none;
}

.card-team-bio-summary-link:hover {
  color: #50507e;
}

.empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #cecddd;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(48, 44, 255, 0.05);
  font-size: 20px;
  text-align: center;
}

.empty-state.white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.empty-state.small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 30px;
  border-radius: 20px;
  font-size: 18px;
}

.success-message {
  border-radius: 8px;
  background-color: #ea702d;
  color: #fff;
  text-align: center;
}

.error-message {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 8px;
  background-color: #ff4040;
  color: #fff;
  text-align: center;
}

.cart-wrapper {
  z-index: 1001;
  background-color: rgba(7, 7, 33, 0.85);
}

.cart-footer {
  border-top-width: 0px;
}

.cart-header {
  border-bottom-width: 0px;
}

.cart-close-button {
  background-image: url('../images/icon-close-code-template.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cart-remove-button {
  font-size: 14px;
}

.cart-items-subtotal {
  color: #383e56;
  font-size: 20px;
}

.cart-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-item-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-item-content {
  margin-left: 0px;
}

.cart-item-price {
  color: #383e56;
  font-weight: 500;
}

.cart-item-plan {
  color: #383e56;
  font-weight: 500;
}

.cart-empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  text-align: center;
}

.slide-button-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rich-text-utility-guide h2 {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.rich-text-utility-guide p {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
}

.rich-text-utility-guide img {
  border-radius: 36px;
}

.rich-text-utility-guide h4 {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.rich-text-utility-guide blockquote {
  max-width: 797px;
  margin: 60px auto;
}

.rich-text-utility-guide h5 {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-utility-guide ul {
  max-width: 672px;
  margin: 30px auto 60px;
}

.rich-text-utility-guide h3 {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.rich-text-utility-guide ol {
  max-width: 672px;
  margin: 30px auto 60px;
}

.rich-text-utility-guide h6 {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-utility-guide li {
  margin-bottom: 14px;
}

.rich-text-utility-guide figcaption {
  margin-top: 23px;
}

.client-name-link {
  color: #a0a0c7;
  text-decoration: none;
}

.client-name-link:hover {
  color: #ea702d;
}

.card-service-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Nunito, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.licenses-grid {
  margin-top: 18px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licenses-link-block {
  overflow: hidden;
  height: 145px;
  border-radius: 24px;
  box-shadow: 0 4px 7px 0 rgba(7, 7, 33, 0.05);
  -webkit-transition: box-shadow 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, color 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
}

.licenses-link-block:hover {
  box-shadow: 0 4px 16px 0 rgba(7, 7, 33, 0.09);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.heading {
  font-family: Lexend, sans-serif;
  color: #383e56;
  font-weight: 500;
  letter-spacing: 0em;
  text-shadow: 3px 0 6px rgba(48, 44, 255, 0.11);
}

.tabs-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fcf5f1;
  font-family: Lexend, sans-serif;
  color: #564438;
  font-weight: 500;
}

.service-tab {
  background-color: transparent;
  color: #ea702d;
  font-size: 24px;
  font-weight: 500;
}

.service-tab:hover {
  background-color: #fff;
  color: #383e56;
  text-decoration: underline;
}

.service-tab:active {
  background-color: #ea702d;
}

.service-tab.w--current {
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: transparent;
  color: #50507e;
  font-size: 24px;
  font-weight: 500;
}

.service-tab.data {
  border: 1px none transparent;
  border-radius: 10px;
  color: #383e56;
  font-weight: 400;
  letter-spacing: 0em;
  text-decoration: none;
}

.service-tab.data:hover {
  background-color: #fff;
  color: #ea702d;
  text-decoration: none;
}

.service-tab.data:active {
  color: #ea702d;
}

.service-tab.data:focus {
  color: #ea702d;
}

.service-tab.data.w--current {
  border-radius: 0px;
  background-color: #fcf5f1;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-section-divider {
  height: 4px;
  min-width: 50px;
  margin-bottom: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #ea702d;
  border-radius: 5px;
  background-color: #ea702d;
  font-size: 2px;
}

.service-section-divider:hover {
  background-color: #ea702d;
}

.body {
  background-color: #fff;
  font-family: Lexend, sans-serif;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: none;
}

.body-2 {
  font-family: Lexend, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.body-3 {
  background-image: none;
  background-size: auto;
  font-family: Lexend, sans-serif;
  color: #383e56;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: none;
}

.heading-2 {
  font-family: Lexend, sans-serif;
  color: #383e56;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: none;
}

.heading-4 {
  font-family: Lexend, sans-serif;
  color: #383e56;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0em;
}

.heading-4.whyus {
  margin-bottom: 10px;
  color: #ea702d;
  text-transform: capitalize;
}

.heading-4.team {
  margin-bottom: 10px;
}

.text-block-7 {
  margin-left: 0px;
  padding-left: 0px;
  font-family: Lexend, sans-serif;
  color: #383e56;
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
}

.paragraph-2 {
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #383e56;
  letter-spacing: 0em;
}

.paragraph-3 {
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #383e56;
  font-weight: 400;
  letter-spacing: 0em;
}

.paragraph-4 {
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #383e56;
  font-weight: 400;
  letter-spacing: 0em;
}

.dropdown-list-2 {
  background-color: #fff;
}

.link {
  color: #383e56;
  text-decoration: underline;
}

.link:hover {
  color: #ea702d;
}

.link.nav {
  text-decoration: none;
}

.tab-text {
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.tab-text:hover {
  color: #ea702d;
}

.tab-text:active {
  color: #ea702d;
  text-decoration: none;
}

.tab-text:focus {
  color: #ea702d;
}

.text-block-12 {
  margin-left: 0px;
  padding-left: 0px;
  font-family: Lexend, sans-serif;
  color: #383e56;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: none;
}

.text-block-12.footer {
  color: #383e56;
}

.div-block {
  text-decoration: none;
}

.tabs-menu-3 {
  width: 25%;
  float: left;
  background-color: #fff;
}

.tab-item-left {
  width: 100%;
  background-color: transparent;
  font-weight: 400;
}

.tab-item-left.w--current {
  width: 100%;
  background-color: #fcf5f1;
}

.tab-description {
  font-family: Nunito, sans-serif;
}

.tab-pane-cloud-tab {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-area-2 {
  max-height: 200px;
  max-width: 100%;
  min-height: 133px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 17px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 0px;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.01), 0 1px 3px 0 rgba(7, 7, 33, 0.06);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #383e56;
  font-size: 16px;
}

.text-area-2:hover {
  border-color: #302cff;
}

.text-area-2:focus {
  border-color: #302cff;
  color: #070721;
  font-size: 16px;
}

.text-area-2::-webkit-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.text-area-2:-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.text-area-2::-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.text-area-2::placeholder {
  color: #50507e;
  font-size: 16px;
}

.input-2 {
  height: 62px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 0px;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.01), 0 1px 3px 0 rgba(7, 7, 33, 0.06);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  font-family: Nunito, sans-serif;
  color: #383e56;
  font-size: 16px;
}

.input-2:hover {
  border-color: #302cff;
}

.input-2:focus {
  border-color: #302cff;
  color: #070721;
  font-size: 16px;
}

.input-2::-webkit-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.input-2:-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.input-2::-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.input-2::placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-2 {
  height: 62px;
  margin-bottom: 0px;
  border: 0px solid #000;
  background-color: #fff;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Nunito, sans-serif;
  color: #383e56;
  font-size: 16px;
  letter-spacing: 0em;
}

.select-2:focus {
  color: #070721;
  font-size: 16px;
}

.select-2::-webkit-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-2:-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-2::-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-2::placeholder {
  color: #50507e;
  font-size: 16px;
}

.contact-form-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.select-wrapper-2 {
  overflow: hidden;
  height: 62px;
  margin-bottom: 0px;
  padding-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 0px;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.01), 0 1px 3px 0 rgba(7, 7, 33, 0.06);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
}

.select-wrapper-2:hover {
  border-color: #302cff;
}

.select-wrapper-2:focus {
  border-color: #302cff;
}

.select-wrapper-2::-webkit-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-wrapper-2:-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-wrapper-2::-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-wrapper-2::placeholder {
  color: #50507e;
  font-size: 16px;
}

.card-2 {
  overflow: hidden;
  border-style: solid;
  border-width: 0.5px;
  border-color: #cecddd;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(48, 44, 255, 0.05);
}

.card-2.conatct-card {
  min-height: auto;
  padding: 64px 73px 74px;
  border-radius: 5px;
  letter-spacing: 0em;
}

.success-message-2 {
  border-radius: 8px;
  background-color: #302cff;
  color: #fff;
  text-align: center;
}

.container-medium-809px-2 {
  max-width: 809px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  font-weight: 400;
}

.error-message-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 8px;
  background-color: #ff4040;
  color: #fff;
  text-align: center;
}

.lottie-animation-json {
  position: static;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.card-desc-item {
  max-height: none;
  min-height: 0%;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: capitalize;
}

.grid-3 {
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.lottie-about {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottie-animation {
  min-height: 100%;
  min-width: 100%;
}

.about-button-wrappers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ix-weglot-is-trigger1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 20%;
}

.ix-weglot-is-trigger4 {
  position: absolute;
  left: 0%;
  top: 60%;
  right: auto;
  bottom: auto;
  height: 20%;
}

.ix-scroll-prompt {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 100vh;
}

.weglot-is-desc {
  position: absolute;
  display: none;
  width: 100%;
  max-width: 25vw;
}

.weglot-is-desc.de3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.weglot-is-desc.de4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.weglot-is-desc.de2 {
  display: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.weglot-is-desc.de1 {
  position: relative;
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/scale.html');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 1;
  letter-spacing: 0em;
}

.weglot-is-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 0 2px 12px 0 #fcf9f7;
}

.weglot-is-ill-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding: 2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffe8ae;
  background-image: linear-gradient(135deg, #ff8177, rgba(255, 129, 119, 0));
  color: #fff;
}

.weglot-is-ill-wrapper.iw1 {
  background-color: #f3c2a7;
  background-image: none;
  background-size: auto;
  box-shadow: 2px 2px 6px 7px #fcf9f7;
  color: #383e56;
}

.weglot-is-ill-wrapper.iw1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  box-shadow: none;
  color: #383e56;
}

.weglot-is-ill-wrapper.iw1.iw1-copy {
  height: auto;
}

.weglot-is-ll-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.why-us-card-navigation {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.p-large {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
}

.p-large.lh12 {
  line-height: 1.2;
}

.weglot-ill-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.weglot-ill-col.ill {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.flex-h-as-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ix-weglot-is-trigger2 {
  position: absolute;
  left: 0%;
  top: 20%;
  right: auto;
  bottom: auto;
  height: 20%;
}

.p-huge {
  font-size: 2.5vw;
  line-height: 1.2;
}

.p-huge.p-bold.mb-normal {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lexend, sans-serif;
  color: #383e56;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: capitalize;
}

.ix-weglot-is-trigger5 {
  position: absolute;
  left: 0%;
  top: 80%;
  right: auto;
  bottom: auto;
  height: 20%;
}

.grid-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-row.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col {
  position: relative;
  padding: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.nopad.col-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-right: 4em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.col.nopad.col-6.weglot-is {
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.ix-weglot-is-trigger3 {
  position: absolute;
  left: 0%;
  top: 40%;
  right: auto;
  bottom: auto;
  height: 20%;
}

.svg {
  width: 100%;
}

.weglot-ill-1 {
  position: absolute;
}

.weglot-ill-1.ob2 {
  position: absolute;
  left: auto;
  top: 19%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weglot-ill-1.ob1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weglot-ill-1.obj3 {
  position: absolute;
  left: 18%;
  top: 26%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.half-page.is {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: auto;
  padding-left: 0rem;
  background-color: transparent;
  color: #1d1c43;
}

.half-page.weglot-is {
  width: auto;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.half-page.weglot-is.nobg {
  padding-right: 0rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

.half-page.is {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: auto;
  padding-top: 4rem;
  padding-left: 0rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #1d1c43;
}

.weglot-ill {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 15vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.body-4 {
  font-family: Lexend, sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: lowercase;
}

.orange-text-span-heading {
  color: #ea702d;
}

.text-span-2 {
  color: #ea702d;
}

.text-span-3 {
  color: #ea702d;
}

.text-span-4 {
  color: #ea702d;
}

.image-2 {
  max-width: 25%;
  margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.services-description-text {
  font-weight: 400;
}

.image-3 {
  margin-bottom: 20px;
  margin-left: 0px;
}

@media screen and (min-width: 1440px) {
  .button-primary {
    background-color: #ea702d;
  }

  .button-primary:hover {
    background-color: #fff;
    color: #ea702d;
  }

  .button-primary.header-button {
    background-color: #ea702d;
  }

  .button-secondary {
    border-radius: 5px;
  }

  .section.cta {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #fff), color-stop(50%, #fff), color-stop(0, #ea702d));
    background-image: linear-gradient(0deg, #fff 49%, #fff 50%, #ea702d 0);
  }

  .section.offices {
    background-color: #fff;
  }

  .split-content.section-about-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.header-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section-about-wrapper.locations {
    background-color: transparent;
  }

  .container-small-530px.cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title.section-about.heading-2 {
    text-transform: lowercase;
  }

  .title.section-team {
    font-weight: 400;
  }

  .container-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-links-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact-form {
    grid-column-gap: 28px;
  }

  .heading-2 {
    text-transform: lowercase;
  }

  .text-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 700;
  }

  .text-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 700;
  }

  .tab-description {
    height: auto;
    font-family: Nunito, sans-serif;
    font-size: 18px;
    letter-spacing: 0em;
  }

  .tab-pane-tab-1 {
    height: auto;
  }

  .tabs-content-pane {
    height: auto;
    min-height: auto;
    background-color: transparent;
    letter-spacing: 0em;
  }

  .card-2.conatct-card {
    border-radius: 15px;
    background-color: #fff;
  }
}

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

  blockquote {
    padding-right: 60px;
    padding-left: 60px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default.blog-post-top-content {
    margin-bottom: 60px;
  }

  .container-default.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary.small.card-career-page {
    margin-bottom: 20px;
  }

  .button-primary.header-button {
    margin-right: 30px;
  }

  .header {
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #fcfffc;
  }

  .header-navigation {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-item-wrapper {
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .nav-link {
    display: block;
    font-size: 32px;
    text-align: left;
  }

  .nav-link.dropdown {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button {
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #ea702d;
    color: #fff;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: #ea702d;
  }

  .nav-menu {
    width: 100%;
    padding-top: 130px;
    padding-bottom: 36px;
    background-color: #f6f6fb;
  }

  .footer {
    padding-top: 80px;
  }

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

  .section.home-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .section.about-hero {
    padding-top: 60px;
    padding-bottom: 80px;
  }

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

  .section.case-studies {
    padding-top: 60px;
  }

  .section.case-study-hero {
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #383e56), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #383e56 80%, #fff 0);
  }

  .section.project-overview {
    padding-top: 120px;
  }

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

  .section.latest-articles {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .section.blog-newsletter {
    padding-bottom: 120px;
  }

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

  .section.blog-post-latest-articles {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section.custom-package {
    padding-bottom: 120px;
  }

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

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

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

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

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

  .section.category-page-blog-newsletter {
    padding-bottom: 100px;
  }

  .section.blog-category-page {
    padding-top: 40px;
    padding-bottom: 100px;
  }

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

  .section.packages-category {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section.checkout-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .container-medium-761px.process {
    margin-bottom: 40px;
  }

  .container-medium-761px.our-services {
    margin-bottom: 40px;
  }

  .container-medium-761px.case-studies {
    margin-bottom: 40px;
  }

  .divider.footer-divider {
    margin-top: 80px;
  }

  .divider.blog-post {
    margin-top: 60px;
    margin-bottom: 70px;
  }

  .divider.card-package {
    width: 1px;
    height: auto;
    margin: 0px 40px 0px 30px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .divider.card-career-page {
    margin-top: 16px;
    margin-bottom: 44px;
  }

  .home-hero-wrapper {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.testimonials {
    margin-bottom: 160px;
  }

  .top-content.section-team {
    margin-bottom: 40px;
  }

  .top-content.case-study-hero {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.latest-articles {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-content.blog-post-latest-articles {
    margin-bottom: 40px;
  }

  .top-content.openings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .top-content.card-career {
    margin-bottom: 7px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.card-career-page-top-content {
    margin-top: 20px;
  }

  .top-content.follow {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.blog-category-page {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.careers-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .top-content.packages-category {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.team-blog-post-latest-articles {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subtitle.general {
    margin-bottom: 40px;
  }

  ._2-buttons-wrapper.section-about {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image.home-hero {
    width: 100%;
    margin-top: auto;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .image.section-about {
    max-width: 700px;
    margin-top: 60px;
    margin-right: 0px;
  }

  .image.card-cta {
    margin-bottom: 20px;
  }

  .image.blog-hero-newsletter {
    margin-right: 40px;
  }

  .image.icon-card-follow {
    margin-right: 20px;
  }

  .split-content.section-about-right {
    text-align: center;
  }

  .split-content.card-cta-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.card-cta-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.header-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .split-content.about-hero-left {
    margin-right: 0px;
  }

  .split-content.case-study-hero-left {
    max-width: 754px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.card-case-study-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }

  .split-content.case-study-section-right {
    max-width: 60%;
  }

  .split-content.blog-hero-left {
    max-width: 600px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.package-left {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 0px;
  }

  .split-content.top-conten-openings-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.openings-left {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .split-content.career-left {
    max-width: 58%;
    margin-right: 20px;
  }

  .split-content.card-career-page-about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .split-content.follow-left {
    max-width: 660px;
    margin-bottom: 16px;
  }

  .split-content.blog-category-page-left {
    max-width: 500px;
    margin-bottom: 40px;
  }

  .split-content.careers-category-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split-content.packages-category-left {
    max-width: 600px;
    margin-bottom: 16px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.team-left {
    margin-right: 20px;
  }

  .section-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container-small-530px.cta {
    margin-bottom: 40px;
  }

  .companies-grid {
    grid-column-gap: 4vw;
  }

  .image-wrapper.about-author {
    margin-right: 20px;
  }

  .image-wrapper.order-item {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .image-wrapper.card-team-page {
    margin-bottom: 20px;
  }

  .image-wrapper.cart-item-image {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .title.service-section {
    margin-right: 10px;
    font-size: 34px;
  }

  .title.latest-articles {
    margin-bottom: 40px;
  }

  .title.card-career-page {
    margin-right: 0px;
  }

  .paragraph.footer-paragraph {
    max-width: 350px;
  }

  .paragraph.case-study-hero {
    max-width: none;
  }

  .paragraph.package-excerpt {
    margin-bottom: 30px;
  }

  .paragraph.follow {
    max-width: 660px;
  }

  .paragraph.card-follow {
    max-width: 330px;
  }

  .paragraph.packages-category {
    max-width: 660px;
  }

  .card.process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.services {
    padding-bottom: 40px;
  }

  .card.testimonial {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .card.team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.office {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .card.case-study-page {
    max-width: 754px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card.blog-hero-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 754px;
  }

  .card.package {
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.conatct-card {
    padding: 60px 60px 70px;
  }

  .card.package-features {
    margin-bottom: 40px;
  }

  .card.package-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.package-order-mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.openings-contact {
    padding: 40px 30px 47px;
  }

  .card.career {
    padding: 40px 30px;
  }

  .card.career-page {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.career-apply {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.follow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .card.checkout {
    margin-bottom: 30px;
  }

  .card.team-page {
    padding: 50px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .process-grid {
    margin-bottom: 40px;
  }

  .slide-right-arrow {
    left: 200px;
    right: auto;
  }

  .slide-left-arrow {
    left: 0px;
    right: auto;
  }

  .section-case-studies-grid {
    grid-row-gap: 30px;
  }

  .card-case-study-content {
    padding: 50px 40px;
  }

  .card-blog-post-content {
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .card-blog-post-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .badge.blog-post-category {
    margin-bottom: 20px;
  }

  .badge.card-package-popular {
    left: 30px;
    top: 20px;
    right: auto;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-links-block {
    margin-right: 5vw;
  }

  .footer-links-block.first {
    max-width: 566px;
    margin-right: 0vw;
    margin-bottom: 60px;
  }

  .footer-social-media-grid {
    margin-bottom: 20px;
  }

  .small-print-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-link-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-list {
    position: static;
    margin-top: 0px;
    padding: 30px 0px 0px;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-list.w--open {
    background-color: #f6f6fb;
  }

  .dropdown-links-title-wrapper._1 {
    display: none;
  }

  .dropdown-links-list {
    margin-right: 60px;
  }

  .dropdown-links-block {
    margin-right: 60px;
  }

  .brand {
    z-index: 1000;
  }

  .about-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-office-content {
    width: 100%;
  }

  .card-office-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .case-study-services-wrapper {
    max-width: 197px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .case-study-platforms-wrapper {
    max-width: 197px;
  }

  .case-study-section-title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .case-study-section-title-accent {
    min-width: 50px;
  }

  .blog-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .latest-articles-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-hero-newsletter-content {
    max-width: 516px;
    text-align: left;
  }

  .blog-post-link-back-to-wrapper {
    margin-bottom: 40px;
  }

  .blog-post-title-wrapper {
    margin-bottom: 60px;
  }

  .rich-text p {
    margin-bottom: 30px;
  }

  .blog-post-latest-articles-grid {
    margin-bottom: 40px;
    grid-column-gap: 20px;
  }

  .about-author-top-content {
    margin-bottom: 20px;
  }

  .bg.blog-post {
    height: 700px;
  }

  .pricing-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-package-bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .card-package-bottom-content {
    margin-bottom: 40px;
  }

  .card-package-top-content-text {
    max-width: 400px;
  }

  .package-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .package-sidebar {
    display: none;
  }

  .package-rich-text p {
    margin-bottom: 30px;
  }

  .package-features-grid {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .package-order-add-to-cart {
    width: 50%;
  }

  .package-order-top-content {
    width: 50%;
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .careers-grid {
    grid-row-gap: 20px;
  }

  .card-career-about-wrapper {
    margin-bottom: 10px;
  }

  .card-career-date {
    margin-bottom: 10px;
  }

  .career-wrapper {
    margin-top: 40px;
  }

  .card-career-page-date {
    margin-bottom: 10px;
  }

  .card-career-page-about-wrapper {
    margin-bottom: 20px;
  }

  .follow-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .faq-wrapper {
    margin-bottom: 20px;
  }

  .checkout-form {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .order-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-item-content {
    min-width: 154px;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-wrapper {
    margin-top: 20px;
  }

  .team-latest-articles-title-wrapper {
    margin-bottom: 35px;
  }

  .team-blog-post-latest-articles-grid {
    grid-column-gap: 20px;
  }

  .dropdown-arrow {
    font-size: 15px;
  }

  .dropdown-text {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-item-content {
    min-width: 154px;
  }

  .rich-text-utility-guide p {
    margin-bottom: 30px;
  }

  .service-section-divider {
    min-width: 50px;
  }

  .text-block-7 {
    margin-left: auto;
  }

  .text-block-12 {
    margin-left: auto;
  }

  .card-2.conatct-card {
    padding: 60px 60px 70px;
  }

  .weglot-is-desc {
    max-width: none;
  }

  .weglot-is-wrapper {
    height: 60vh;
  }

  .weglot-is-ill-wrapper {
    height: 60vh;
  }

  .weglot-is-ll-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-large {
    font-size: 1.2rem;
  }

  .weglot-ill-col {
    width: 100%;
  }

  .weglot-ill-col.ill {
    height: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .p-huge {
    font-size: 1.5rem;
  }

  .grid-row {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .grid-row.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .grid-row.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }

  .col {
    padding: 2rem;
  }

  .col.nopad.col-6.sticky {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .col.nopad.col-6.weglot-is {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .half-page {
    padding: 0rem;
  }

  .half-page.is {
    height: 100vh;
    min-height: 0vh;
    padding: 0rem;
  }

  .half-page.weglot-is {
    height: 100vh;
    min-height: 0vh;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .half-page.is {
    height: 100vh;
    min-height: 0vh;
    padding: 0rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 33px;
  }

  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 20px;
  }

  .container-default.blog-post-top-content {
    margin-bottom: 40px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-large.testimonial {
    margin-bottom: 40px;
  }

  .paragraph-large.careers-hero {
    max-width: none;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary.small.card-career-page {
    margin-bottom: 15px;
  }

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

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    font-size: 30px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }

  .nav-menu {
    padding-top: 120px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .section.case-studies {
    padding-top: 40px;
  }

  .section.case-study-hero {
    padding-top: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #383e56), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #383e56 85%, #fff 0);
  }

  .section.project-overview {
    padding-top: 100px;
  }

  .section.blog-hero {
    padding-top: 40px;
  }

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

  .section.blog-newsletter {
    padding-bottom: 100px;
  }

  .section.blog-post {
    padding-top: 40px;
  }

  .section.blog-post-latest-articles {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .section.custom-package {
    padding-bottom: 100px;
  }

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

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

  .section.openings {
    padding-top: 60px;
    padding-bottom: 80px;
  }

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

  .section.category-page-blog-newsletter {
    padding-bottom: 80px;
  }

  .section.blog-category-page {
    padding-bottom: 80px;
  }

  .section.careers-category {
    padding-bottom: 80px;
  }

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

  .section.team-latest-articles {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.team {
    padding-bottom: 80px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  ._404-title {
    font-size: 200px;
  }

  .container-medium-761px.process {
    text-align: left;
  }

  .divider.card-cta {
    width: 100%;
    height: 1px;
    margin: 40px 0px;
  }

  .divider.card-blog-post {
    margin-bottom: 30px;
  }

  .divider.footer-divider {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .divider.card-case-study {
    margin-right: 40px;
    margin-left: 40px;
  }

  .divider.blog-post {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .divider.card-package {
    width: 100%;
    height: 1px;
    margin: 30px 0px;
  }

  .divider.card-career-page {
    margin-bottom: 34px;
  }

  .top-content.testimonials {
    margin-bottom: 140px;
  }

  .top-content.section-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.case-study-hero {
    margin-bottom: 60px;
  }

  .top-content.latest-articles {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.openings {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.follow {
    margin-bottom: 30px;
  }

  .top-content.blog-category-page {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.careers-category {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.packages-category {
    margin-bottom: 40px;
  }

  .top-content.team-blog-post-latest-articles {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-hero-content {
    max-width: 575px;
  }

  .subtitle {
    margin-bottom: 10px;
  }

  .subtitle.general {
    margin-bottom: 30px;
  }

  .subtitle.card-case-study {
    margin-bottom: 10px;
  }

  ._2-buttons-wrapper.section-about {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image.home-hero {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .image.section-about {
    max-width: 100%;
    margin-top: 40px;
    border-radius: 30px;
  }

  .image.card-cta {
    width: 67px;
    height: 67px;
    border-radius: 20px;
  }

  .image.icon-services {
    width: 115px;
    height: 115px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
  }

  .image.testimonial {
    width: 57px;
    height: 57px;
  }

  .image.testimonial-company {
    margin-bottom: 10px;
  }

  .image.card-case-study {
    width: 80%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image.case-study-image-featured {
    border-radius: 28px;
  }

  .image.blog-hero-newsletter {
    width: 97px;
    height: 97px;
    min-width: 97px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 24px;
  }

  .image.blog-newsletter {
    width: 77px;
    height: 77px;
    min-width: 77px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 25px;
  }

  .image.blog-post {
    border-radius: 30px;
  }

  .image.contact-category-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 13px;
  }

  .image.icon-openings-contact {
    width: 88px;
    height: 88px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image.icon-card-follow {
    width: 71px;
    height: 71px;
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .split-content.section-about-right {
    text-align: left;
  }

  .split-content.card-cta-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .split-content.card-cta-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .split-content.testimonial-about-left {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .split-content.header-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .split-content.section-team-left {
    margin-bottom: 20px;
  }

  .split-content.case-study-hero-left {
    margin-bottom: 40px;
  }

  .split-content.card-case-study-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.case-study-section-right {
    max-width: 100%;
  }

  .split-content.services-section-left {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.blog-hero-left {
    margin-bottom: 40px;
  }

  .split-content.about-author-left {
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .split-content.package-left {
    margin-top: 30px;
  }

  .split-content.careers-hero-left {
    max-width: none;
    margin-bottom: 16px;
  }

  .split-content.top-conten-openings-left {
    margin-bottom: 30px;
  }

  .split-content.openings-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.career-left {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.card-career-page-title {
    margin-bottom: 10px;
  }

  .split-content.blog-category-page-left {
    margin-bottom: 30px;
  }

  .split-content.careers-category-left {
    margin-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.checkout-left {
    margin-bottom: 20px;
  }

  .split-content.team-left {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .section-about-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-small-530px.cta {
    margin-left: 0px;
    text-align: left;
  }

  .companies-wrapper {
    text-align: left;
  }

  .companies-grid {
    max-width: 503px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-wrapper.card-case-study {
    max-width: 100%;
    text-align: center;
  }

  .image-wrapper.blog-post-author {
    width: 65px;
    height: 65px;
    min-width: 65px;
    margin-right: 15px;
  }

  .image-wrapper.about-author {
    width: 92px;
    height: 92px;
    min-width: 92px;
    margin-right: 15px;
  }

  .image-wrapper.card-team-page {
    width: 96px;
    height: 96px;
    min-width: 96px;
    margin-right: 20px;
  }

  .title.service-section {
    font-size: 31px;
  }

  .title.blog-hero-newsletter {
    font-size: 22px;
  }

  .title.latest-articles {
    margin-bottom: 30px;
  }

  .title.blog-newsletter {
    font-size: 22px;
  }

  .title.card-package {
    font-size: 22px;
  }

  .title.card-package-features {
    margin-bottom: 20px;
  }

  .title.custom-package {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .title.package-order {
    font-size: 22px;
  }

  .title.openings-contact {
    margin-bottom: 10px;
  }

  .title.card-career {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .title.career-apply {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .title.about-job {
    margin-top: 15px;
  }

  .paragraph.section-about {
    margin-bottom: 30px;
  }

  .paragraph.home-hero {
    max-width: none;
    margin-bottom: 30px;
  }

  .paragraph.footer-paragraph {
    margin-bottom: 20px;
  }

  .paragraph.blog-newsletter {
    margin-bottom: 20px;
  }

  .paragraph.about-author {
    max-width: none;
  }

  .paragraph.package-excerpt {
    margin-bottom: 20px;
  }

  .paragraph.openings-contact {
    margin-bottom: 25px;
  }

  .paragraph.password {
    margin-bottom: 30px;
  }

  .card {
    border-radius: 28px;
  }

  .card.process {
    padding: 40px 20px 46px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.cta {
    padding: 46px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .card.testimonial {
    padding-top: 42px;
    padding-bottom: 30px;
  }

  .card.team {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.office {
    max-width: 575px;
    padding: 40px 20px 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.case-study-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .card.blog-hero-newsletter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.blog-newsletter {
    padding: 49px 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.package {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card.conatct-card {
    padding: 40px 40px 60px;
  }

  .card.package-features {
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .card.package-order-mobile {
    margin-bottom: 30px;
    padding: 50px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.openings-contact {
    padding-bottom: 40px;
  }

  .card.career-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.career-apply {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.follow {
    padding: 45px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.checkout {
    margin-bottom: 20px;
  }

  .card.team-page {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-process-content {
    max-width: 550px;
  }

  .process-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-cta-content {
    max-width: none;
  }

  .slide-right-arrow {
    top: -100px;
  }

  .slide-left-arrow {
    top: -100px;
  }

  .testimonial-about-wrapper {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .card-case-study-content {
    max-width: 100%;
    padding-top: 24px;
  }

  .card-blog-post-about-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .badge.card-package-popular {
    left: auto;
    right: 30px;
  }

  .cart {
    margin-right: 20px;
  }

  .footer-links-block {
    margin-bottom: 20px;
  }

  .footer-links-block.first {
    margin-bottom: 40px;
  }

  .footer-links-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-links-wrapper.utility-pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .small-print-wrapper {
    font-size: 14px;
  }

  .dropdown-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-links-list {
    margin-right: 20px;
  }

  .dropdown-links-block {
    margin-right: 40px;
    margin-bottom: 30px;
  }

  .dropdown-links-block.last {
    margin-bottom: 0px;
  }

  .footer-links-main-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-team-content {
    max-width: 500px;
  }

  .card-office-content {
    width: 469px;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .client-wrapper {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .case-study-services-wrapper {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .results-featured-number {
    font-size: 38px;
  }

  .services-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-hero-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .latest-articles-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .categories-grid {
    display: -ms-grid;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .button-category {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .button-category.all.w--current {
    margin-right: 16px;
  }

  .button-category.category-page.all {
    margin-right: 16px;
  }

  .blog-newsletter-content {
    max-width: 520px;
  }

  .blog-post-link-back-to-wrapper {
    margin-bottom: 30px;
  }

  .blog-post-title-wrapper {
    margin-bottom: 40px;
  }

  .rich-text p {
    margin-bottom: 25px;
  }

  .rich-text img {
    border-radius: 30px;
  }

  .rich-text blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .rich-text ul {
    margin-top: 25px;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .rich-text ol {
    margin-top: 25px;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .rich-text li {
    margin-bottom: 10px;
  }

  .rich-text figcaption {
    margin-top: 15px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blog-post-latest-articles-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-author-top-content {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-author-social-media-grid {
    margin-bottom: 20px;
  }

  .bg.blog-post {
    height: 550px;
  }

  .card-package-price {
    font-size: 24px;
  }

  .card-package-bottom {
    width: 100%;
  }

  .card-package-bottom-content {
    margin-bottom: 30px;
  }

  .container-medium-619px.custom-package {
    margin-bottom: 30px;
    margin-left: 0px;
    text-align: left;
  }

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

  .contact-categories-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .package-rich-text p {
    margin-bottom: 25px;
  }

  .package-rich-text img {
    border-radius: 30px;
  }

  .package-rich-text blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .package-rich-text ul {
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .package-rich-text ol {
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .package-rich-text li {
    margin-bottom: 10px;
  }

  .package-rich-text figcaption {
    margin-top: 15px;
  }

  .package-rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .package-features-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .package-order-add-to-cart {
    width: auto;
  }

  .package-order-top-content {
    width: auto;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .careers-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .openings-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .openings-sidebar {
    max-width: none;
  }

  .career-wrapper {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .career-sidebar {
    max-width: 100%;
  }

  .career-rich-text p {
    margin-bottom: 15px;
  }

  .career-rich-text img {
    border-radius: 30px;
  }

  .career-rich-text blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

  .career-rich-text ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .career-rich-text li {
    margin-bottom: 10px;
  }

  .career-rich-text figcaption {
    margin-top: 15px;
  }

  .career-rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .card-career-page-about-wrapper {
    margin-bottom: 15px;
  }

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

  .faq-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-form {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .block-content {
    padding-bottom: 30px;
  }

  .order-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .order-item-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-password {
    width: 132px;
    height: 132px;
  }

  .team-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-latest-articles-title-wrapper {
    margin-bottom: 30px;
  }

  .team-blog-post-latest-articles-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-explanation p {
    margin-bottom: 15px;
  }

  .services-explanation img {
    border-radius: 30px;
  }

  .services-explanation blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .services-explanation ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .services-explanation ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .services-explanation li {
    margin-bottom: 10px;
  }

  .services-explanation figcaption {
    margin-top: 15px;
  }

  .services-explanation figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .case-study-rich-text-white p {
    margin-bottom: 15px;
  }

  .case-study-rich-text-white img {
    border-radius: 30px;
  }

  .case-study-rich-text-white blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .case-study-rich-text-white ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .case-study-rich-text-white ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .case-study-rich-text-white li {
    margin-bottom: 10px;
  }

  .case-study-rich-text-white figcaption {
    margin-top: 15px;
  }

  .case-study-rich-text-white figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cart-container {
    max-width: 500px;
  }

  .rich-text-utility-guide p {
    margin-bottom: 25px;
  }

  .rich-text-utility-guide img {
    border-radius: 30px;
  }

  .rich-text-utility-guide blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .rich-text-utility-guide ul {
    margin-top: 25px;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .rich-text-utility-guide ol {
    margin-top: 25px;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .rich-text-utility-guide li {
    margin-bottom: 10px;
  }

  .rich-text-utility-guide figcaption {
    margin-top: 15px;
  }

  .rich-text-utility-guide figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .card-service-content {
    max-width: 520px;
  }

  .licenses-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .licenses-link-block {
    height: 100%;
  }

  .text-block-7 {
    margin-left: auto;
  }

  .text-block-12 {
    margin-left: auto;
  }

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

  .card-2 {
    border-radius: 28px;
  }

  .card-2.conatct-card {
    padding: 40px 40px 60px;
  }

  .weglot-is-ill-wrapper {
    padding: 1rem;
  }

  .weglot-is-ill-wrapper.iw1 {
    background-image: linear-gradient(135deg, rgba(255, 129, 119, 0), #ff8177);
  }

  .weglot-is-ill-wrapper.iw1 {
    background-image: linear-gradient(135deg, rgba(255, 129, 119, 0), #ff8177);
  }

  .p-large {
    font-size: 1rem;
  }

  .weglot-ill-col {
    padding-bottom: 2rem;
  }

  .p-huge {
    font-size: 1.2rem;
  }

  .grid-row {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .col {
    padding: 1rem;
  }

  .weglot-ill {
    width: 30vw;
    height: 30vw;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 30px 20px;
    border-left-width: 8px;
    font-size: 18px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.blog-post-top-content {
    margin-bottom: 30px;
  }

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    display: block;
  }

  .button-primary.small.card-career-page {
    margin-bottom: 10px;
  }

  .button-primary.blog-newsletter {
    position: static;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .button-secondary {
    display: block;
  }

  .card-v1 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-v2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-v3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-icon-v3 {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .header {
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-item-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-link {
    font-size: 28px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    overflow: auto;
    width: 100%;
    height: 500px;
    padding-top: 60px;
    background-color: #fcf5f1;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .section.home-hero {
    padding-top: 30px;
  }

  .section.testimonials {
    padding-bottom: 80px;
  }

  .section.cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.about-hero {
    padding-top: 30px;
  }

  .section.offices {
    padding-top: 80px;
  }

  .section.services {
    padding-top: 30px;
  }

  .section.case-studies {
    padding-top: 30px;
  }

  .section.case-study-hero {
    padding-top: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, #383e56), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #383e56 95%, #fff 0);
  }

  .section.project-overview {
    padding-top: 80px;
  }

  .section.blog-hero {
    padding-top: 30px;
  }

  .section.latest-articles {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.blog-newsletter {
    padding-bottom: 80px;
  }

  .section.blog-post {
    padding-top: 30px;
  }

  .section.blog-post-latest-articles {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section.custom-package {
    padding-bottom: 80px;
  }

  .section.package {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.careers-hero {
    padding-top: 30px;
    padding-bottom: 50px;
  }

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

  .section.career {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.follow {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section.category-page-blog-newsletter {
    padding-bottom: 60px;
  }

  .section.blog-category-page {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.careers-category {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.packages-category {
    padding-top: 30px;
    padding-bottom: 80px;
  }

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

  .section.team-latest-articles {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.team {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input {
    padding-right: 20px;
    padding-left: 20px;
  }

  .input.footer-newsletter {
    margin-bottom: 15px;
  }

  .input.blog-newsletter {
    height: 62px;
    margin-bottom: 16px;
    padding-right: 20px;
  }

  ._404-title {
    font-size: 120px;
    line-height: 120px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-761px.process {
    margin-bottom: 30px;
  }

  .container-medium-761px.our-services {
    margin-bottom: 30px;
  }

  .container-medium-761px.case-studies {
    margin-bottom: 30px;
  }

  .divider.card-cta {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .divider.card-blog-post {
    margin-top: 8px;
    margin-bottom: 20px;
  }

  .divider.footer-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.card-case-study {
    width: 100%;
    height: 1px;
    margin: 20px 0px 30px;
  }

  .divider.blog-post {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .divider.card-career-page {
    margin-bottom: 24px;
  }

  .home-hero-wrapper {
    margin-bottom: 30px;
  }

  .top-content.testimonials {
    margin-bottom: 120px;
  }

  .top-content.section-team {
    margin-bottom: 30px;
  }

  .top-content.case-study-hero {
    margin-bottom: 40px;
  }

  .top-content.latest-articles {
    margin-bottom: 30px;
  }

  .top-content.blog-post-latest-articles {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.openings {
    margin-bottom: 30px;
  }

  .top-content.card-career {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.card-career-page-top-content {
    margin-top: 10px;
  }

  .top-content.blog-category-page {
    margin-bottom: 30px;
  }

  .top-content.careers-category {
    margin-bottom: 30px;
  }

  .top-content.packages-category {
    margin-bottom: 30px;
  }

  .top-content.team-blog-post-latest-articles {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .subtitle {
    margin-bottom: 8px;
  }

  .subtitle.general {
    margin-bottom: 20px;
  }

  .subtitle.card-case-study {
    margin-bottom: 8px;
  }

  ._2-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .space._2-buttons {
    height: 20px;
  }

  .image.section-about {
    margin-top: 30px;
    border-radius: 20px;
  }

  .image.card-cta {
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .image.icon-services {
    width: 96px;
    height: 96px;
    margin-bottom: 10px;
    border-radius: 25px;
  }

  .image.testimonial {
    width: 47px;
    height: 47px;
    min-width: 47px;
    margin-right: 10px;
  }

  .image.card-blog-post-author {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.case-study-image-featured {
    border-radius: 23px;
  }

  .image.blog-hero-newsletter {
    width: 81px;
    height: 81px;
    min-width: 81px;
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .image.blog-newsletter {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-bottom: 10px;
    border-radius: 21px;
  }

  .image.blog-post {
    border-radius: 25px;
  }

  .image.contact-category-icon {
    width: 43px;
    height: 43px;
    min-width: 43px;
    margin-right: 10px;
    border-radius: 10px;
  }

  .image.icon-openings-contact {
    width: 73px;
    height: 73px;
    margin-bottom: 10px;
    border-radius: 15px;
  }

  .image.icon-card-career-about {
    margin-right: 5px;
  }

  .image.icon-card-career-page-about {
    margin-right: 5px;
  }

  .image.icon-card-follow {
    width: 59px;
    height: 59px;
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .split-content.card-cta-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.card-cta-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.testimonial-about-left {
    margin-right: 10px;
  }

  .split-content.header-right {
    margin-left: 20px;
  }

  .split-content.case-study-hero-left {
    margin-bottom: 30px;
  }

  .split-content.card-case-study-left {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .split-content.card-case-study-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .split-content.services-section-left {
    margin-bottom: 30px;
  }

  .split-content.blog-hero-left {
    margin-bottom: 30px;
  }

  .split-content.about-author-left {
    margin-bottom: 10px;
  }

  .split-content.package-left {
    margin-top: 20px;
  }

  .split-content.top-conten-openings-left {
    margin-bottom: 20px;
  }

  .split-content.openings-left {
    margin-bottom: 30px;
  }

  .split-content.career-left {
    margin-bottom: 30px;
  }

  .split-content.card-career-page-title {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-small-530px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-530px.cta {
    margin-bottom: 30px;
  }

  .companies-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-wrapper.company {
    max-width: 130px;
  }

  .image-wrapper.blog-post-author {
    width: 54px;
    height: 54px;
    min-width: 54px;
    margin-right: 10px;
  }

  .image-wrapper.about-author {
    width: 76px;
    height: 76px;
    min-width: 76px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-wrapper.order-item {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }

  .image-wrapper.card-team-page {
    width: 85px;
    height: 85px;
    min-width: 85px;
    margin-bottom: 10px;
    border-radius: 15px;
  }

  .image-wrapper.cart-item-image {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }

  .title.results-featured {
    margin-bottom: 10px;
  }

  .title.service-section {
    font-size: 26px;
  }

  .title.blog-hero-newsletter {
    font-size: 20px;
  }

  .title.latest-articles {
    margin-bottom: 20px;
  }

  .title.blog-newsletter {
    font-size: 20px;
  }

  .title.blog-post-latest-articles {
    margin-bottom: 16px;
  }

  .title.card-package {
    font-size: 20px;
  }

  .title.card-package-features {
    margin-bottom: 20px;
  }

  .title.custom-package {
    max-width: 350px;
    margin-bottom: 15px;
    font-size: 26px;
  }

  .title.package-order {
    font-size: 20px;
  }

  .title.card-career {
    font-size: 20px;
  }

  .title.career-apply {
    font-size: 20px;
  }

  .paragraph.card-cta {
    margin-bottom: 20px;
  }

  .paragraph.services {
    margin-bottom: 25px;
  }

  .paragraph.card-case-study {
    margin-bottom: 20px;
  }

  .paragraph.openings-contact {
    margin-bottom: 20px;
  }

  .paragraph.card-follow {
    margin-bottom: 20px;
  }

  .card {
    border-radius: 23px;
  }

  .card.process {
    padding-bottom: 40px;
  }

  .card.cta {
    padding: 40px 20px;
  }

  .card.testimonial {
    padding: 40px 20px 25px;
  }

  .card.team {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.office {
    padding-top: 30px;
  }

  .card.case-study-page {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card.blog-hero-newsletter {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .card.blog-newsletter {
    padding: 40px 20px;
  }

  .card.package {
    padding: 30px 20px 38px;
  }

  .card.conatct-card {
    padding: 30px 20px 40px;
  }

  .card.package-features {
    margin-bottom: 20px;
    padding: 40px 20px;
  }

  .card.package-order-mobile {
    padding: 40px 20px;
  }

  .card.openings-contact {
    padding: 30px 20px;
  }

  .card.career {
    padding: 30px 20px;
  }

  .card.career-page {
    padding: 40px 20px;
  }

  .card.career-apply {
    padding: 30px 20px;
  }

  .card.follow {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .card.team-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .process-grid {
    margin-bottom: 30px;
  }

  .container-large-1052px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .slide-right-arrow {
    left: 162px;
    top: -90px;
    padding: 20px;
  }

  .slide-left-arrow {
    top: -90px;
    padding: 20px;
  }

  .testimonial-about-name {
    font-size: 16px;
  }

  .testimonial-about-rol {
    font-size: 16px;
  }

  .section-case-studies-grid {
    grid-row-gap: 20px;
  }

  .card-case-study-content {
    padding: 20px 20px 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-blog-post-content {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-blog-post-author-wrapper {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .badge.card-blog-post {
    font-size: 14px;
  }

  .badge.blog-post-category {
    margin-bottom: 10px;
  }

  .card-blog-post-author-content {
    margin-bottom: 10px;
  }

  .card-blog-post-author-name {
    font-size: 16px;
  }

  .card-blog-post-date {
    font-size: 16px;
  }

  .container-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart {
    margin-right: 10px;
  }

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

  .footer-newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-social-media-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-list {
    overflow: auto;
  }

  .dropdown-list.w--open {
    position: static;
    padding-top: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: #fcf5f1;
  }

  .dropdown-wrapper {
    position: static;
    display: block;
    overflow: auto;
    width: auto;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .dropdown-links-title-wrapper._1 {
    display: block;
  }

  .dropdown-links-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-links-list {
    margin-bottom: 20px;
  }

  .dropdown-links-block {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .dropdown-links-block.last {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-medium-666px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-666px.standards {
    margin-bottom: 30px;
  }

  .card-office-address {
    margin-bottom: 10px;
  }

  .client-wrapper {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .client-divider {
    margin-right: 10px;
    margin-left: 10px;
  }

  .case-study-services-wrapper {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .results-featured-number {
    margin-bottom: 10px;
  }

  .results-featured-top-content {
    margin-right: 30px;
  }

  .categories-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-category {
    margin-right: 16px;
    padding: 8px 14px;
    font-size: 12px;
  }

  .container-medium-752px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .blog-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-post-link-back-to-wrapper {
    margin-bottom: 20px;
  }

  .blog-post-title-wrapper {
    margin-bottom: 30px;
  }

  .rich-text h2 {
    margin-bottom: 11px;
  }

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

  .rich-text img {
    border-radius: 25px;
  }

  .rich-text h4 {
    margin-bottom: 11px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .rich-text h3 {
    margin-bottom: 11px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text li {
    margin-bottom: 8px;
  }

  .rich-text figcaption {
    margin-top: 10px;
  }

  .rich-text figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-post-about-author-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-post-latest-articles-grid {
    margin-bottom: 30px;
  }

  .blog-post-author {
    font-size: 16px;
  }

  .about-author-content {
    max-width: 361px;
  }

  .about-author-top-content {
    margin-bottom: 5px;
  }

  .about-author-social-media-grid {
    margin-bottom: 10px;
  }

  .bg.blog-post {
    height: 480px;
  }

  .card-package-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    margin-bottom: 10px;
  }

  .card-package-price {
    font-size: 20px;
  }

  .card-package-features-grid {
    grid-row-gap: 13px;
  }

  .package-feature-wrapper {
    font-size: 14px;
  }

  .package-feature-icon {
    margin-right: 6px;
  }

  .select-wrapper {
    padding-right: 20px;
  }

  .card-package-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .card-package-top-content {
    margin-bottom: 15px;
  }

  .card-package-bottom-content {
    margin-bottom: 20px;
  }

  .container-medium-619px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-809px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-form {
    grid-auto-columns: 0.25fr;
    grid-row-gap: 20px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .contact-category-box {
    padding-right: 15px;
    padding-left: 10px;
  }

  .text-area {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-category-content {
    max-width: 150px;
  }

  .package-rich-text h2 {
    margin-bottom: 11px;
  }

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

  .package-rich-text img {
    border-radius: 25px;
  }

  .package-rich-text h4 {
    margin-bottom: 11px;
  }

  .package-rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .package-rich-text h3 {
    margin-bottom: 11px;
  }

  .package-rich-text ol {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .package-rich-text li {
    margin-bottom: 8px;
  }

  .package-rich-text figcaption {
    margin-top: 10px;
  }

  .package-rich-text figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .package-order-option-list {
    margin-bottom: 20px;
  }

  .package-order-price {
    margin-bottom: 20px;
  }

  .package-order-top-content {
    margin-bottom: 20px;
  }

  .card-career-about-wrapper {
    margin-right: 0px;
    margin-bottom: 7px;
  }

  .card-career-date {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .card-career-about-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .card-career-about-divider {
    margin-right: 15px;
    margin-left: 15px;
  }

  .career-wrapper {
    margin-top: 20px;
  }

  .card-career-page-date {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .career-rich-text h2 {
    margin-bottom: 11px;
  }

  .career-rich-text img {
    border-radius: 25px;
  }

  .career-rich-text h4 {
    margin-bottom: 11px;
  }

  .career-rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .career-rich-text h3 {
    margin-bottom: 11px;
  }

  .career-rich-text li {
    margin-bottom: 8px;
  }

  .career-rich-text figcaption {
    margin-top: 10px;
  }

  .career-rich-text figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .card-career-page-about-divider {
    margin-right: 15px;
    margin-left: 15px;
  }

  .card-career-page-about-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .container-medium-673px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .follow-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .checkout-form {
    padding-top: 40px;
  }

  .block-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-item-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .order-summary-subtottal {
    font-size: 14px;
  }

  .order-summary-total {
    font-size: 18px;
  }

  .icon-password {
    width: 100px;
    height: 100px;
  }

  .password-icon {
    width: 48px;
  }

  .team-latest-articles-title-wrapper {
    margin-bottom: 20px;
  }

  .dropdown-text {
    overflow: auto;
    width: auto;
  }

  .services-explanation h2 {
    margin-bottom: 11px;
  }

  .services-explanation img {
    border-radius: 25px;
  }

  .services-explanation h4 {
    margin-bottom: 11px;
  }

  .services-explanation blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .services-explanation h3 {
    margin-bottom: 11px;
  }

  .services-explanation li {
    margin-bottom: 8px;
  }

  .services-explanation figcaption {
    margin-top: 10px;
  }

  .services-explanation figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .case-study-rich-text-white h2 {
    margin-bottom: 11px;
  }

  .case-study-rich-text-white img {
    border-radius: 25px;
  }

  .case-study-rich-text-white h4 {
    margin-bottom: 11px;
  }

  .case-study-rich-text-white blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .case-study-rich-text-white h3 {
    margin-bottom: 11px;
  }

  .case-study-rich-text-white li {
    margin-bottom: 8px;
  }

  .case-study-rich-text-white figcaption {
    margin-top: 10px;
  }

  .case-study-rich-text-white figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .error-message.cart {
    margin-right: 16px;
    margin-left: 16px;
  }

  .cart-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart-item-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-empty-state {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .rich-text-utility-guide h2 {
    margin-bottom: 11px;
  }

  .rich-text-utility-guide p {
    margin-bottom: 20px;
  }

  .rich-text-utility-guide img {
    border-radius: 25px;
  }

  .rich-text-utility-guide h4 {
    margin-bottom: 11px;
  }

  .rich-text-utility-guide blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text-utility-guide ul {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text-utility-guide h3 {
    margin-bottom: 11px;
  }

  .rich-text-utility-guide ol {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text-utility-guide li {
    margin-bottom: 8px;
  }

  .rich-text-utility-guide figcaption {
    margin-top: 10px;
  }

  .rich-text-utility-guide figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .text-block-7 {
    margin-left: auto;
  }

  .text-block-12 {
    margin-left: auto;
  }

  .text-area-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .input-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-form-2 {
    grid-row-gap: 20px;
  }

  .select-wrapper-2 {
    padding-right: 20px;
  }

  .card-2 {
    border-radius: 23px;
  }

  .card-2.conatct-card {
    padding: 30px 20px 40px;
  }

  .container-medium-809px-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .p-huge {
    font-size: 1.1rem;
  }
}

#w-node-_7eae0340-bed5-c240-bdae-a25d5a36f18b-bed1d199 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-af1b6ef0-6e0e-86a7-f338-35ca550e48d4-aa5dc638 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-af1b6ef0-6e0e-86a7-f338-35ca550e48d8-aa5dc638 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_462b3ce8-a30f-444d-d6b8-7f2d09bb7c1a-fa256e93 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_462b3ce8-a30f-444d-d6b8-7f2d09bb7c23-fa256e93 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_462b3ce8-a30f-444d-d6b8-7f2d09bb7c35-fa256e93 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_538e4d30-8c57-9bd7-3f5a-7d3ae14ae531-fa256e93 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_538e4d30-8c57-9bd7-3f5a-7d3ae14ae53e-fa256e93 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c7152cb1-1e9d-6da8-9b17-d3a7df674175-fa256e93 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7152cb1-1e9d-6da8-9b17-d3a7df674182-fa256e93 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d98dc8b4-9b39-29c9-f179-4d72cc555ba4-9cd1d1ab {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d98dc8b4-9b39-29c9-f179-4d72cc555bde-9cd1d1ab {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d98dc8b4-9b39-29c9-f179-4d72cc555be2-9cd1d1ab {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-86d1d1b5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-86d1d1b5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-86d1d1b5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-86d1d1b5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-86d1d1b5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-86d1d1b5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-af1b6ef0-6e0e-86a7-f338-35ca550e48d4-aa5dc638 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d98dc8b4-9b39-29c9-f179-4d72cc555ba4-9cd1d1ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d98dc8b4-9b39-29c9-f179-4d72cc555bde-9cd1d1ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Icons Code Template';
  src: url('../fonts/icons-code-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.link-copyright { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: left; font-size: 10px; font-weight: 400; }

.df-messenger {
  --df-messenger-bot-message: #ffffff;
  --df-messenger-button-titlebar-color: #ea702d;
  --df-messenger-chat-background-color: #ffffff;
  --df-messenger-font-color: #383e56;
  --df-messenger-send-icon: #383e56;
  --df-messenger-user-message: #383e56;
  --df-messenger-input-placeholder-font-color: #383256;
  --df-messenger-send-icon: #383e56;
  --df-messenger-user-message: #fcf5f1;
}