.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-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: flex;
  align-items: flex-start;
  justify-content: center;
}

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

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

.w-commerce-commercecheckoutblockheader {
  display: flex;
  justify-content: space-between;
  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::-moz-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::-moz-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::-moz-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::-moz-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: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  flex-grow: 1;
  flex-shrink: 1;
  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::-moz-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::-moz-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::-moz-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::-moz-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: flex;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  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::-moz-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::-moz-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::-moz-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: flex;
  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::-moz-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::-moz-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::-moz-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::-moz-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::-moz-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::-moz-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::-moz-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: flex;
  justify-content: space-between;
  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: flex;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  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: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  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;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-moz-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: flex;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 8px;
  flex-shrink: 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: flex;
  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: flex;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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;
  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-pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  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-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  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::-moz-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: flex;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-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-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;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 10px;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-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-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-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: flex;
  flex-direction: row;
  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 {
    flex-direction: column;
    align-items: stretch;
  }

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

  .w-commerce-commercelayoutsidebar {
    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 {
    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 {
  background-color: #f5f9ff;
  font-family: Thicccboi, sans-serif;
  color: #66666e;
  font-size: 18px;
  line-height: 1.6666666666666667em;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #1a1b1e;
  font-size: 60px;
  line-height: 1.1666666666666667;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #1a1b1e;
  font-size: 38px;
  line-height: 1.2894736842105263;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #1a1b1e;
  font-size: 26px;
  line-height: 1.5769230769230769;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #1a1b1e;
  font-size: 22px;
  line-height: 1.3636363636363635;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #1a1b1e;
  font-size: 18px;
  line-height: 1.1111111111111112;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1a1b1e;
  font-size: 16px;
  line-height: 1.125;
  font-weight: 700;
}

p {
  margin-bottom: 32px;
}

a {
  transition: color 300ms ease;
  color: #2695f0;
  text-decoration: underline;
}

a:hover {
  color: #1a1b1e;
}

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

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

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

strong {
  color: #1a1b1e;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 72px 100px;
  border-left: 10px solid #000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 14px 24px 0 rgba(74, 58, 255, 0.06), 0 2px 8px 0 rgba(13, 10, 44, 0.06);
  color: #1a1b1e;
  font-size: 24px;
  line-height: 1.4782608695652173;
  font-weight: 700;
  text-align: center;
}

figure {
  margin-bottom: 48px;
}

figcaption {
  margin-top: 16px;
  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: flex;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

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

.text-center._404 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.color-primary-1 {
  color: #2695f0;
}

.color-white {
  color: #fff;
}

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

.bg-neutral-700 {
  background-color: #3b3f44;
}

.bg-neutral-600 {
  background-color: #66666e;
}

.bg-neutral-500 {
  background-color: #8a8a92;
}

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

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

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

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

.style-guide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  z-index: 2;
  height: 100%;
  min-height: 92vh;
  margin-right: 16px;
  flex: 0 14em;
}

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

.container-default.footer-container {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #8a8a92;
}

.container-default.feature-single {
  position: absolute;
  left: 0px;
  right: 0px;
}

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

.style-guide-content {
  max-width: 100%;
  margin-left: 18px;
  flex: 1;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 8px 22px 0 rgba(115, 165, 214, 0.21);
}

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

.style-guide-title {
  margin-top: 0px;
}

.style-guide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

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

.style-guide-icon-link {
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  background-color: #2695f0;
  transition: background-color 250ms ease;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  display: flex;
  padding: 12px 20px;
  align-items: center;
  border-radius: 14px;
  transition: background-color 300ms ease, color 300ms ease;
  color: #66666e;
  text-decoration: none;
}

.style-guide-link:hover {
  background-color: rgba(255, 255, 255, 0.65);
  color: #2695f0;
}

.style-guide-link.w--current {
  background-color: #fff;
  transition: color 300ms ease, background-color 300ms ease;
  color: #2695f0;
  font-weight: 700;
}

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

.style-guide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #e5ecf5;
  color: #1a1b1e;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5ecf5;
}

.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 {
  overflow: hidden;
  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 {
  width: 100%;
  min-height: 120px;
}

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

.color-block.support-card {
  min-height: 160px;
  background-color: #bce3ff;
}

.color-block.support-card.tint-1 {
  min-height: 220px;
  background-color: #bce3ff;
  background-image: url('../images/customer_stories_heading_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.color-block.support-card.tint-3 {
  min-height: 220px;
  background-color: #bce3ff;
  background-image: url('../images/specialty_service_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.color-block.support-card.tint-2 {
  min-height: 220px;
  background-image: url('../images/customer_stories_2b.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.color-block.support-card.tint-4 {
  min-height: 220px;
  background-color: #bce3ff;
  background-image: url('../images/customer_stories_hero_bg_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.color-block.team-member-card-color {
  width: 100%;
  min-height: 195px;
}

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

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

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

.style-guide-subtitle {
  margin-top: 0px;
}

.style-guide-subtitle.rich-text {
  margin-top: 88px;
}

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

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

.typography-section-wrapper.faq {
  margin-top: 25px;
}

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

.typography-details {
  margin-top: 15px;
  color: #2695f0;
  font-weight: 500;
}

.paragraph-large {
  font-size: 20px;
  line-height: 1.7;
}

.style-guide-subheader {
  padding: 32px 68px 12px;
  background-color: #2695f0;
}

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

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

.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 {
  margin-top: 0px;
  padding: 22px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #2695f0;
  border-radius: 12px;
  background-color: #2695f0;
  box-shadow: 0 2px 4px 0 rgba(74, 58, 255, 0.12);
  transition: color 300ms ease, border-color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
}

.button-primary:hover {
  background-color: transparent;
  box-shadow: 0 4px 10px 0 rgba(68, 140, 252, 0.1);
  transform: scale3d(0.94, 0.94, 0.01);
  color: #2695f0;
}

.button-primary.small {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.1;
}

.button-primary.small.flex {
  display: flex;
}

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

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

.button-primary.button-white {
  background-color: #fff;
  box-shadow: none;
  color: #1a1b1e;
}

.button-primary.button-white:hover {
  border-color: #fff;
  background-color: #1a1b1e;
  color: #fff;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
}

.button-primary._2-buttons {
  margin-right: 24px;
}

.button-primary.category {
  padding: 14px 20px;
  border-radius: 8px;
}

.button-primary.pagination-button {
  min-width: 141px;
}

.button-primary.add-to-cart {
  display: block;
  width: 100%;
}

.button-primary.password-button {
  padding: 0px;
  border-style: none;
  background-color: transparent;
  box-shadow: none;
  transition: background-color 300ms ease;
}

.button-primary.password-button:hover {
  transform: none;
}

.button-primary.button-wrapper.password {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.button-primary.header-button {
  padding: 16px 24px;
  border-color: #90c540;
  background-color: #90c540;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  transform-style: preserve-3d;
}

.button-primary.header-button:hover {
  transform: scale3d(0.94, 0.94, 0.01);
  color: #fff;
}

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

.button-secondary {
  padding: 22px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #1a1b1e;
  border-radius: 12px;
  background-color: transparent;
  transition: transform 300ms ease, color 300ms ease, background-color 300ms ease;
  color: #1a1b1e;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  background-color: #1a1b1e;
  transform: scale3d(0.94, 0.94, 0.01);
  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.discounts {
  height: auto;
  margin-left: 0px;
  padding-right: 16px;
  padding-bottom: 22px;
  padding-left: 16px;
  flex: 0 auto;
  border-width: 1px;
}

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

.button-secondary.button-white:hover {
  background-color: #fff;
  color: #1a1b1e;
}

.button-secondary.category {
  margin-left: 16px;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 700;
}

.button-secondary.category.w--current {
  background-color: #1a1b1e;
  color: #fff;
}

.button-secondary.category.w--current:hover {
  transform: none;
}

.button-secondary.category.first {
  margin-left: 0px;
}

.button-secondary.category.white {
  border-style: solid;
  border-color: #f5f9ff;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 hsla(0, 0%, 47.8%, 0.05);
}

.button-secondary.category.white:hover {
  background-color: #1a1b1e;
  color: #fff;
}

.button-secondary.category.white.w--current {
  background-color: #1a1b1e;
  transition: color 300ms ease, background-color 300ms ease;
}

.button-secondary.buy-now {
  display: block;
  margin-top: 18px;
}

.style-guide-button-container {
  margin-top: 38px;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.header-logo {
  width: 190px;
  transition: transform 300ms ease;
}

.header-logo:hover {
  transform: scale(0.94);
}

.header-navigation {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-right: 1.8vw;
}

.nav-item-wrapper.mobile {
  display: none;
}

.nav-link {
  display: flex;
  padding: 0px;
  align-items: center;
  transition: color 350ms ease;
  color: #1a1b1e;
  text-decoration: none;
}

.nav-link:hover {
  color: #2695f0;
}

.display-1 {
  font-size: 80px;
  line-height: 94px;
}

.display-2 {
  font-size: 68px;
  line-height: 76px;
}

.display-3 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  border-top: 1px solid #e5ecf5;
  background-color: #fff;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  grid-auto-columns: auto;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
      grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-5 Area-6";
  -ms-grid-columns: minmax(200px, 1.5fr) 24px 1fr 24px 1.75fr;
  grid-template-columns: minmax(200px, 1.5fr) 1fr 1.75fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.footer-logo-container {
  margin-bottom: 14px;
}

.footer-nav {
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

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

.footer-logo {
  width: 180px;
  transition: transform 300ms ease;
}

.footer-logo:hover {
  transform: scale(0.94);
}

.footer-nav-item {
  margin-bottom: 14px;
}

.footer-nav-item.last {
  margin-bottom: 0px;
}

.footer-nav-item.contact-links {
  margin-bottom: 26px;
}

.footer-nav-item.contact-links.last {
  margin-bottom: 0px;
}

.page-wrapper {
  position: relative;
}

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

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

.section.utility-page {
  padding-top: 250px;
  padding-bottom: 80px;
}

.section.utility-page.checkout {
  padding-top: 250px;
  padding-bottom: 0px;
}

.section.testimonials-section {
  overflow: hidden;
}

.section.hero-section {
  position: relative;
  padding-top: 250px;
}

.section.first-section {
  position: relative;
  padding-top: 250px;
}

.section.first-section.hidden-overflow {
  padding-top: 0px;
  padding-bottom: 140px;
}

.section.integrations {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
}

.section.single-integration {
  padding-top: 200px;
}

.section.feature-single-hero {
  position: relative;
  display: flex;
  padding-top: 140px;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.section.pricing {
  padding-top: 210px;
  padding-bottom: 200px;
}

.section.terms {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
}

.section.feature-single-hero---ocean-freight {
  position: relative;
  display: flex;
  margin-top: 120px;
  padding-top: 140px;
  padding-bottom: 220px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section.feature-single-hero---home {
  position: relative;
  display: flex;
  margin-bottom: 140px;
  padding-top: 140px;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section.relative---air-freight {
  position: relative;
  margin-top: 100px;
  padding-bottom: 40px;
}

.section.feature-single-hero---air-freight {
  position: relative;
  display: flex;
  padding-top: 140px;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section.platform-single-hero {
  position: relative;
  display: flex;
  padding-top: 140px;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section.platform {
  position: relative;
  margin-top: 60px;
  padding-bottom: 40px;
}

.section.feature-single-hero---3pl {
  position: relative;
  display: flex;
  padding-top: 140px;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.licenses-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.utility-page-wrap {
  position: relative;
  display: flex;
  min-height: 800px;
  padding: 220px 24px 100px;
  justify-content: center;
  align-items: center;
}

.utility-page-wrap._404 {
  padding-top: 260px;
  padding-bottom: 180px;
}

.utility-page-content-password {
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  flex-direction: column;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
  transition: background-color 300ms ease;
  text-align: center;
}

.utility-page-content-password:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.input {
  min-height: 64px;
  margin-bottom: 0px;
  padding: 22px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c4d1;
  border-radius: 12px;
  background-color: #fff;
  transition: color 300ms ease, border-color 300ms ease;
  color: #1a1b1e;
  font-size: 18px;
  line-height: 1.1;
}

.input:hover {
  border-color: #1a1b1e;
}

.input:focus {
  border-color: #1a1b1e;
  color: #1a1b1e;
}

.input.-wfp-focus {
  border-color: #1a1b1e;
  color: #1a1b1e;
}

.input::-moz-placeholder {
  font-size: 18px;
}

.input::-ms-input-placeholder {
  font-size: 18px;
}

.input::placeholder {
  font-size: 18px;
}

.input.password {
  margin-bottom: 18px;
  border-color: #e5ecf5;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  font-size: 18px;
}

.input.password:hover {
  border-color: #1a1b1e;
}

.input.password:focus {
  border-color: #1a1b1e;
}

.input.password::-moz-placeholder {
  font-size: 18px;
}

.input.password::-ms-input-placeholder {
  font-size: 18px;
}

.input.password::placeholder {
  font-size: 18px;
}

.input.checkout {
  height: 46px;
  margin-bottom: 16px;
}

.input.discounts {
  height: 46px;
  margin-bottom: 16px;
  padding-right: 20px;
  padding-bottom: 22px;
  padding-left: 20px;
  flex: 0 auto;
  border-width: 1px;
  background-color: #fff;
}

.input.search-input {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 61px;
  border-color: #e5ecf5;
  border-radius: 11px;
  box-shadow: 0 6px 6px 0 rgba(12, 12, 12, 0.02);
  transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #1a1b1e;
  font-size: 18px;
  line-height: 1;
}

.input.search-input:hover {
  border-color: #c0c4d1;
  background-color: rgba(255, 255, 255, 0.65);
}

.input.search-input:focus {
  background-color: rgba(255, 255, 255, 0.65);
}

.input.search-input::-moz-placeholder {
  color: #8a8a92;
  font-size: 18px;
}

.input.search-input::-ms-input-placeholder {
  color: #8a8a92;
  font-size: 18px;
}

.input.search-input::placeholder {
  color: #8a8a92;
  font-size: 18px;
}

.input.cta-newsletter-input {
  min-height: 85px;
  border-color: #1a1b1e;
  transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
}

.input.text-area {
  min-height: 160px;
}

.input.select-wrapper {
  margin-bottom: 28px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.utility-page-content-404 {
  margin-bottom: 0px;
}

._404-title {
  margin-bottom: 12px;
  color: #1a1b1e;
  font-size: 209px;
  line-height: 1;
  font-weight: 700;
}

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

.container-medium-790px.changelog {
  margin-top: -140px;
}

.container-medium-790px.utility-page {
  text-align: center;
}

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

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

.divider.integration-card-divider {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.team-member-card {
  height: 1px;
  min-height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.icon-password {
  display: flex;
  overflow: hidden;
  width: 134px;
  min-height: 134px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  border-style: dashed;
  border-width: 1px;
  border-color: #f5f9ff;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 6px 23px 0 rgba(0, 17, 104, 0.05);
}

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

.paragraph._404 {
  max-width: 460px;
  margin-bottom: 40px;
}

.paragraph.utility-page {
  margin-bottom: 0px;
  color: #fff;
}

.paragraph.utility-page {
  color: #66666e;
}

.paragraph.feature-card-paragraph {
  margin-bottom: 0px;
}

.paragraph.home-perk-paragraph {
  margin-bottom: 20px;
}

.paragraph.no-margin {
  margin-bottom: 0px;
}

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

.paragraph.footer-paragraph {
  margin-bottom: 20px;
}

.paragraph.about-team {
  width: 100%;
  max-width: 460px;
  margin-bottom: 0px;
}

.paragraph.about-testimonials {
  margin-bottom: 0px;
}

.paragraph.post-summary {
  max-width: 550px;
  margin-bottom: 0px;
}

.paragraph.contact {
  margin-bottom: 24px;
}

.paragraph.contact-succes-message {
  margin-bottom: 0px;
}

.paragraph.other-story-title {
  margin-bottom: 26px;
  font-weight: 700;
}

.paragraph.faq {
  width: 100%;
  max-width: 88%;
  margin-bottom: 0px;
  padding-top: 11px;
}

.paragraph.pricing {
  margin-bottom: 0px;
}

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

.paragraph.get-package-testimonials {
  margin-bottom: 40px;
}

.paragraph.integration-about-excerpt {
  margin-bottom: 24px;
}

.paragraph.feature-single-hero {
  margin-bottom: 40px;
  font-weight: 400;
}

.paragraph.career-feature {
  margin-bottom: 0px;
}

.paragraph.career-about-excerpt {
  width: 100%;
  max-width: 70%;
  margin-bottom: 24px;
}

.paragraph.career-about-excerpt.large {
  max-width: 88%;
}

.paragraph.apply-today-paragraph {
  margin-bottom: 48px;
}

.paragraph.sample-search-descrpition {
  margin-bottom: 16px;
  color: #2695f0;
}

.paragraph.snippet {
  margin-bottom: 0px;
}

.paragraph.home-tab-paragraph {
  margin-bottom: 0px;
}

.paragraph.featured-blog {
  margin-bottom: 0px;
}

.paragraph.integrations-paragraph {
  margin-bottom: 0px;
}

.paragraph.about-the-team-member {
  margin-bottom: 0px;
}

.paragraph.air-freight-paragraph {
  margin-bottom: 40px;
  font-weight: 400;
  text-align: left;
}

.paragraph-small {
  font-size: 15px;
  line-height: 1.6;
}

.card {
  overflow: hidden;
  border-radius: 20px;
}

.card.changelog {
  margin-bottom: 24px;
  padding: 60px 50px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 60px 0 rgba(12, 12, 12, 0.04);
}

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

.card.checkout {
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.65);
}

.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;
  background-color: transparent;
}

.card.feature-card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 30px 0 rgba(68, 140, 252, 0.1);
}

.card.home-stats-card {
  display: flex;
  padding: 50px 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 54px 0 rgba(163, 166, 255, 0.13), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
  transition: background-color 200ms ease;
  text-align: center;
}

.card.home-stats-card:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.card.blog-card {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 32px 0 rgba(26, 27, 30, 0.04);
  transition: transform 300ms ease;
  color: #66666e;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.blog-card:hover {
  transform: scale3d(0.94, 0.94, 0.01);
}

.card.testimonial-card {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 50px;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
}

.card.home-teams-section-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0px;
}

.card.about-stats-card {
  display: flex;
  min-height: 215px;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 8px 30px 0 rgba(68, 140, 252, 0.12);
  text-align: center;
}

.card.story-card {
  position: absolute;
  left: -24px;
  top: auto;
  right: auto;
  bottom: -148px;
  display: flex;
  max-width: 400px;
  padding: 48px 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
  text-align: left;
}

.card.story-card.tint-1 {
  left: -30%;
  top: 67%;
  right: auto;
  bottom: auto;
  max-width: 500px;
  min-width: 500px;
}

.card.story-card.tint-2 {
  left: -28%;
  top: 69%;
  right: auto;
  bottom: auto;
  max-width: 500px;
  min-width: 500px;
}

.card.story-card.tint-3 {
  left: -186px;
  bottom: -309px;
  max-width: 500px;
  min-width: 500px;
}

.card.story-card.tint-4 {
  left: -186px;
  bottom: -401px;
  max-width: 600px;
  min-width: 600px;
}

.card.team-member-small-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
  transition: transform 300ms ease, box-shadow 300ms ease;
  color: #66666e;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.team-member-small-card:hover {
  box-shadow: none;
  transform: scale3d(0.98, 0.98, 0.01);
}

.card.value-item {
  display: flex;
  overflow: visible;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0px;
  text-align: center;
}

.card.about-testimonial-card {
  display: flex;
  margin-bottom: 42px;
  padding: 70px 64px 58px 53px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #fff;
}

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

.card.featured-blog-card {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
  transition: transform 300ms ease;
  color: #66666e;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.featured-blog-card:hover {
  transform: scale3d(0.96, 0.96, 0.01);
}

.card.featured-blog-card.small {
  position: relative;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.card.contact-link {
  display: flex;
  width: 100%;
  max-width: 320px;
  margin-bottom: 20px;
  padding: 20px 16px;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #1a1b1e;
  font-weight: 700;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.contact-link:hover {
  box-shadow: 0 4px 30px 0 rgba(115, 165, 214, 0.21), 0 8px 50px -20px rgba(12, 12, 12, 0.04);
  transform: scale3d(0.94, 0.94, 1.01);
}

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

.card.support-card {
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
  transition: transform 300ms ease, color 300ms ease;
  color: #66666e;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.support-card:hover {
  transform: scale3d(0.95, 0.95, 1.01);
}

.card.pricing-card {
  display: flex;
  padding: 50px 32px 60px;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
  transition: transform 300ms ease;
  color: #66666e;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.pricing-card:hover {
  transform: scale3d(0.98, 0.98, 0.01);
}

.card.features-comparison {
  padding: 32px 48px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 40px -6px rgba(45, 33, 178, 0.05);
}

.card.get-package {
  padding: 50px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
}

.card.get-package-testimonials {
  margin-right: 26px;
  padding: 48px 40px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 4px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
}

.card.get-package-testimonials.last {
  margin-right: 0px;
}

.card.integration-card {
  display: block;
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 32px 0 rgba(8, 15, 52, 0.04);
  transition: transform 300ms ease;
  color: #66666e;
  text-decoration: none;
}

.card.integration-card:hover {
  transform: scale(0.94);
}

.card.integration-main-card {
  padding: 80px 100px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 32px 0 rgba(8, 15, 52, 0.04);
}

.card.career-feature-card {
  display: flex;
  overflow: visible;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0px;
  text-align: center;
}

.card.open-positions-main-card {
  overflow: visible;
  margin-bottom: 48px;
  padding: 80px;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 32px 0 rgba(8, 15, 52, 0.04);
}

.card.carrer-card-careers-page {
  display: flex;
  overflow: visible;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 0px;
  transition: transform 300ms ease;
  color: #66666e;
  text-decoration: none;
  cursor: pointer;
  transform-style: preserve-3d;
}

.card.carrer-card-careers-page:hover {
  transform: scale3d(0.95, 0.95, 1.01);
}

.card.apply-card {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  padding: 48px 32px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 32px 0 rgba(8, 15, 52, 0.04);
}

.card.carrer-card {
  display: flex;
  overflow: visible;
  padding: 48px 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 32px 0 rgba(8, 15, 52, 0.04);
  color: #66666e;
  text-decoration: none;
}

.card.team-member-card {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 842px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
}

.card.search-result {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 32px 0 rgba(26, 27, 30, 0.04);
  transition: transform 300ms ease;
  color: #66666e;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.search-result:hover {
  transform: scale3d(1.03, 1.03, 0.01);
}

.card.start-here-card {
  padding: 64px 50px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
}

.card.air-freight-solution-item {
  display: flex;
  overflow: visible;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0px;
  text-align: center;
}

.checkout-form {
  padding: 80px 0px 150px;
  background-color: transparent;
}

.checkout-block-header {
  padding: 30px 40px 20px;
  border-width: 0px;
  background-color: transparent;
}

.checkout-block-content {
  padding: 10px 40px 40px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-color: transparent;
}

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

.title.order-item {
  color: #1a1b1e;
  font-weight: 700;
  text-decoration: none;
}

.title.utility-page {
  color: #fff;
}

.title.utility-page {
  color: #1a1b1e;
}

.title.nav-menu-title {
  margin-bottom: 24px;
  color: #1a1b1e;
  font-weight: 700;
}

.title.hero-title {
  margin-bottom: 18px;
}

.title.logo-bar-text {
  margin-bottom: 30px;
  text-align: center;
}

.title.feature-card-title {
  margin-bottom: 4px;
}

.title.home-perk-title {
  margin-bottom: 12px;
}

.title.cta-title {
  margin-bottom: 32px;
  color: #fff;
}

.title.hero-tabs {
  margin-bottom: 12px;
}

.title.h3-size {
  color: #1a1b1e;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 700;
}

.title.h3-size.home-teams-card-title {
  margin-bottom: 8px;
}

.title.h3-size.story-card-quote {
  margin-bottom: 32px;
}

.title.h3-size.team-name {
  transition: color 300ms ease;
  text-decoration: none;
}

.title.h3-size.team-name:hover {
  color: #2695f0;
}

.title.h3-size.value-title {
  margin-bottom: 8px;
}

.title.h3-size.about-testimonial-title {
  margin-bottom: 8px;
  white-space: pre-wrap;
}

.title.h3-size.featured-blog-title {
  margin-bottom: 8px;
}

.title.h3-size.contact-success-message {
  margin-bottom: 16px;
  white-space: pre;
}

.title.h3-size.get-package {
  margin-bottom: 6px;
}

.title.h3-size.get-package-testimonials {
  margin-bottom: 8px;
}

.title.h3-size.cant-find-position {
  margin-bottom: 16px;
}

.title.h3-size.apply-today {
  margin-bottom: 12px;
}

.title.h3-size.value-title-left {
  margin-bottom: 8px;
  text-align: left;
}

.title.h3-size.value-title-copy {
  margin-bottom: 8px;
}

.title.h3-size.freight {
  margin-bottom: 8px;
}

.title.h3-size.freight-title {
  margin-bottom: 8px;
  text-align: left;
}

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

.title.h4-size {
  color: #1a1b1e;
  font-size: 22px;
  line-height: 1.3636363636363635em;
  font-weight: 700;
}

.title.h4-size.blog-card-title {
  margin-bottom: 27px;
}

.title.h4-size.social-links-label {
  margin-bottom: 24px;
}

.title.h4-size.career-position {
  margin-bottom: 10px;
}

.title.h4-size.search-result {
  margin-bottom: 4px;
}

.title.h4-size.faq-title {
  max-width: 86%;
}

.title.testimonials {
  margin-bottom: 12px;
}

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

.title.client-name {
  color: #1a1b1e;
  font-weight: 700;
}

.title.home-teams-section {
  margin-bottom: 12px;
}

.title.footer-title {
  margin-bottom: 16px;
  color: #1a1b1e;
  font-weight: 700;
}

.title.hero-about {
  margin-bottom: 18px;
}

.title.story-about {
  margin-bottom: 16px;
}

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

.title.about-stats {
  margin-bottom: 0px;
}

.title.values {
  margin-bottom: 8px;
}

.title.about-testimonials {
  margin-bottom: 8px;
}

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

.title.h2-size {
  color: #1a1b1e;
  font-size: 38px;
  line-height: 1.2894736842105263;
  font-weight: 700;
}

.title.h2-size.white-text {
  color: #fff;
}

.title.h2-size.integration-name {
  margin-bottom: 0px;
}

.title.h2-size.team-member-name {
  margin-bottom: 0px;
}

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

.title.contact {
  margin-bottom: 12px;
}

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

.title.support-card-name {
  margin-bottom: 10px;
}

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

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

.title.features-comparison {
  margin-bottom: 0px;
}

.title.package-name {
  margin-right: 16px;
  margin-bottom: 12px;
}

.title.h1-size {
  color: #1a1b1e;
  font-size: 60px;
  line-height: 1.1666;
  font-weight: 700;
}

.title.h1-size._404 {
  margin-bottom: 16px;
}

.title.get-package-testimonials {
  margin-bottom: 0px;
}

.title.all-integrations {
  margin-bottom: 0px;
}

.title.bold {
  color: #1a1b1e;
  font-weight: 700;
}

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

.title.article-category-name {
  margin-right: 16px;
  margin-bottom: 0px;
}

.title.feature-single-hero {
  margin-bottom: 14px;
  font-family: Thicccboi, sans-serif;
}

.title.careers {
  margin-bottom: 16px;
}

.title.open-positions {
  margin-bottom: 14px;
}

.title.job-title.last {
  margin-top: 48px;
}

.title.more-positions {
  margin-bottom: 0px;
}

.title.package-category-name {
  margin-right: 16px;
  margin-bottom: 0px;
}

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

.title.packages-comparison {
  display: block;
  width: 100%;
}

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

.title.no-items-found-cart {
  margin-bottom: 16px;
}

.title.cart-item-name {
  color: #1a1b1e;
}

.title.feature-single-process-center {
  display: flex;
  justify-content: center;
}

.title.team-center {
  display: flex;
  justify-content: center;
}

.title.h4-size {
  color: #1a1b1e;
  font-size: 22px;
  line-height: 1.3636363636363635em;
  font-weight: 700;
}

.title.h4-size.faq-title {
  max-width: 86%;
}

.split-content.checkout-left {
  flex-grow: 1;
}

.split-content.checkout-right {
  position: static;
  top: 180px;
  flex-grow: 1;
}

.split-content.header-left {
  display: flex;
  align-items: center;
}

.split-content.header-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.split-content.feature-card-content {
  display: flex;
  padding-right: 30px;
  padding-bottom: 64px;
  padding-left: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.65);
  transition: background-color 300ms ease;
  text-align: center;
}

.split-content.feature-card-content:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.split-content.home-perk-content {
  width: 100%;
  max-width: 40%;
}

.split-content.home-perk-image {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 55%;
  align-items: center;
}

.split-content.home-tab-left {
  margin-right: 24px;
}

.split-content.blog-card-content {
  display: flex;
  padding: 34px 30px 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.split-content.testimonial-card-content {
  width: 100%;
  max-width: 55%;
}

.split-content.testimonial-about-client {
  display: flex;
  max-width: 240px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.split-content.home-teams-section-card-content {
  display: flex;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.split-content.story-left {
  width: 100%;
  max-width: 45%;
}

.split-content.story-right {
  position: relative;
  width: 100%;
  max-width: 50%;
}

.split-content.team-card-color {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 150px;
}

.split-content.bottom-team-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  padding-right: 30px;
  padding-bottom: 64px;
  padding-left: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
}

.split-content.about-testimonials-left {
  width: 100%;
  max-width: 49%;
  padding-top: 20px;
}

.split-content.about-testimonials-right {
  width: 100%;
  max-width: 49%;
}

.split-content.featured-blog-card-content {
  display: flex;
  padding: 56px 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.split-content.featured-blog-card-content.small {
  width: 100%;
  padding: 40px 32px;
}

.split-content.cta-v2-right {
  width: 100%;
  max-width: 50%;
}

.split-content.contact-content-left {
  width: 100%;
  max-width: 40%;
}

.split-content.contact-content-right {
  width: 100%;
  max-width: 56%;
}

.split-content.support-card-content {
  display: flex;
  min-height: 200px;
  padding: 40px 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
  text-align: center;
}

.split-content.left-faqs {
  width: 100%;
  max-width: 48%;
}

.split-content.right-faqs {
  width: 100%;
  max-width: 48%;
}

.split-content.single-pricing-left {
  display: flex;
  width: 100%;
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.split-content.single-pricing-right {
  width: 100%;
  max-width: 45%;
}

.split-content.integrations-hero-left {
  width: 100%;
  max-width: 45%;
}

.split-content.integrations-hero-right {
  position: relative;
  width: 100%;
  max-width: 50%;
  perspective: 1000px;
  transform: perspective(1000px);
}

.split-content.integration-details {
  width: 100%;
}

.split-content.feature-single-hero-left {
  width: 100%;
  max-width: 40%;
}

.split-content.feature-single-large {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 53%;
  justify-content: flex-start;
  align-items: center;
}

.split-content.feature-single-short {
  width: 100%;
  max-width: 42%;
}

.split-content.careers-card-left {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  width: 100%;
  max-width: 20%;
}

.split-content.careers-card-right {
  width: 100%;
  max-width: 75%;
}

.split-content.career-content {
  width: 100%;
  max-width: 60%;
}

.split-content.career-right {
  width: 100%;
  max-width: 32%;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.split-content.team-member-card-content {
  width: 100%;
  height: 100%;
  padding: 30px 64px 64px;
}

.split-content.team-member-details {
  width: 100%;
}

.split-content.search-results-content {
  padding: 32px;
}

.checkout-field-label {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #1a1b1e;
}

.checkout-required-text {
  color: #1a1b1e;
  font-size: 20px;
}

.checkout-billing-address-toggle {
  margin-top: 10px;
  align-items: center;
}

.checkout-checkbox-label {
  margin-bottom: 0px;
}

.checkout-checkbox {
  margin-top: 0px;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  margin-bottom: 40px;
  justify-content: space-between;
}

.image-wrapper.order-item-image {
  max-width: 80px;
  margin-right: 20px;
}

.image-wrapper.nav-features-image {
  overflow: hidden;
  margin-right: 12px;
  flex: 0 0 auto;
  border-radius: 16px;
  box-shadow: 0 8px 30px 0 rgba(68, 140, 252, 0.1);
}

.image-wrapper.hero-image-wrapper {
  position: relative;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  align-items: center;
}

.image-wrapper.feature-image-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: -64px;
  margin-bottom: 30px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 30px 0 rgba(68, 140, 252, 0.1);
}

.image-wrapper.feature-card-bg-image {
  overflow: hidden;
}

.image-wrapper.home-tab-icon {
  overflow: hidden;
  width: 66px;
  max-height: 66px;
  min-height: 66px;
  min-width: 66px;
  border-radius: 14px;
  box-shadow: 0 8px 32px 0 rgba(68, 140, 252, 0.08);
}

.image-wrapper.blog-card-thumbnail {
  overflow: hidden;
}

.image-wrapper.testimonial-card-image-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 41%;
  justify-content: center;
  border-radius: 24px;
  background-color: #ddebff;
}

.image-wrapper.home-teams-section {
  overflow: hidden;
  border-radius: 24px;
}

.image-wrapper.home-teams-section-icon {
  overflow: hidden;
  margin-top: -70px;
  margin-bottom: 30px;
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(68, 140, 252, 0.08);
}

.image-wrapper.footer-link-icon {
  display: flex;
  overflow: hidden;
  width: 28px;
  max-height: 28px;
  min-height: 28px;
  min-width: 28px;
  margin-right: 1vw;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #1a1b1e;
}

.image-wrapper.avatar {
  overflow: hidden;
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-right: 15px;
  border-radius: 15px;
}

.image-wrapper.team-member-image {
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 124px;
  max-width: 124px;
  min-height: 124px;
  margin-top: -65px;
  margin-bottom: 30px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 26px;
  box-shadow: 0 9px 35px 0 rgba(15, 75, 168, 0.12);
  transition: transform 300ms ease;
}

.image-wrapper.team-member-image:hover {
  transform: scale(0.94);
}

.image-wrapper.value-icon {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 24px;
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
}

.image-wrapper.featured-blog-card-image-wrapper {
  overflow: hidden;
  height: 50%;
}

.image-wrapper.featured-blog-card-image-wrapper.small {
  position: relative;
  width: 100%;
  height: auto;
}

.image-wrapper.support-icon {
  overflow: hidden;
  width: 110px;
  max-height: 110px;
  min-height: 110px;
  min-width: 110px;
  margin-top: -49px;
  margin-bottom: 18px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(160, 165, 174, 0.1);
}

.image-wrapper.package-icon {
  overflow: hidden;
  width: 68px;
  max-height: 68px;
  min-height: 68px;
  min-width: 68px;
  margin-right: 16px;
  border-radius: 16px;
  box-shadow: 0 8px 25px 0 rgba(163, 200, 255, 0.13);
}

.image-wrapper.package-icon.large {
  width: 82px;
  max-height: 82px;
  min-height: 82px;
  min-width: 82px;
  margin-right: 0px;
  margin-bottom: 36px;
  border-radius: 20px;
}

.image-wrapper.integration-icon {
  overflow: hidden;
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 16px;
  border-radius: 18px;
}

.image-wrapper.integration-icon-wrapper {
  overflow: hidden;
  width: 146px;
  max-height: 146px;
  min-height: 146px;
  min-width: 146px;
  margin-right: 32px;
  border-radius: 28px;
}

.image-wrapper.feature-single {
  width: 100%;
  max-width: 55%;
  align-self: flex-end;
}

.image-wrapper.careers-hero-image {
  overflow: hidden;
  border-radius: 30px;
}

.image-wrapper.team-member-large-avatar {
  overflow: hidden;
  width: 250px;
  max-height: 270px;
  min-height: 270px;
  min-width: 250px;
  margin-top: -128px;
  margin-right: 24px;
  border-radius: 24px;
}

.image-wrapper.contact-link-icon-wrapper {
  overflow: hidden;
  width: 48px;
  min-height: 48px;
  margin-right: 14px;
  border-radius: 10px;
  background-color: #1a1b1e;
}

.image-wrapper.home-tab-main-image {
  position: relative;
  display: flex;
  height: 100%;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  justify-content: center;
  align-items: flex-end;
}

.image-wrapper.cart-item-image {
  overflow: hidden;
  border-radius: 12px;
}

.image-wrapper.nav-features-image {
  overflow: hidden;
  margin-right: 12px;
  flex: 0 0 auto;
  border-radius: 16px;
  box-shadow: 0 8px 30px 0 rgba(68, 140, 252, 0.1);
}

.image.order-item-image {
  width: auto;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 6px 20px 0 rgba(45, 33, 178, 0.1);
}

.image.login-icon {
  margin-right: 8px;
}

.image.nav-features-icon {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
}

.image.hero-main-image {
  display: block;
  width: 100%;
  max-width: 78%;
  border-radius: 18px;
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 24px 0 94px 0 rgba(12, 12, 12, 0.04);
}

.image.hero-image {
  position: absolute;
  top: auto;
  right: 0%;
  bottom: 58px;
  display: block;
  border-radius: 14px;
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
}

.image.home-trust-companies {
  display: inline-block;
}

.image.home-trust-companies.google {
  margin-top: 4px;
}

.image.feature-image {
  width: 110px;
}

.image.feature-card-bg-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image.home-tabs-icon {
  display: block;
  width: 183%;
}

.image.home-tab-main-image {
  display: block;
  width: 364px;
  align-self: flex-end;
  -o-object-fit: cover;
     object-fit: cover;
}

.image.blog-card-image {
  width: 100%;
}

.image.detail-blog-card-icon {
  max-width: 18px;
  margin-right: 8px;
}

.image.testimonial-image {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.image.home-teams-card-image {
  width: 100%;
}

.image.about-hero {
  display: block;
  width: 100%;
  border-radius: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image.about-hero.first {
  margin-bottom: -30px;
}

.image.about-hero.first---air-freight {
  margin-bottom: -10px;
}

.image.about-hero.first---3pl {
  margin-bottom: 0px;
  box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
}

.image.about-story {
  width: 100%;
  border-radius: 4%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image.about-testimonial-logo {
  display: block;
}

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

.image.post-main-image {
  display: block;
  width: 100%;
  margin-bottom: 64px;
  border-radius: 42px;
}

.image.contact-link-icon {
  width: 100%;
}

.image.dark-check-bullet {
  width: 22px;
  min-height: 22px;
}

.image.dark-check-bullet.opacity {
  opacity: 0.5;
}

.image.integrations-hero-image {
  display: block;
  width: 100%;
}

.image.integration-icon {
  width: 100%;
  height: 100%;
}

.image.feature-single {
  position: relative;
  z-index: 2;
  display: none;
  width: 106%;
  height: 100%;
  max-width: 110%;
  border-radius: 2.5%;
  box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21), 0 22px 88px 0 rgba(12, 12, 12, 0.04);
}

.image.feature-single.large {
  display: block;
  max-width: 90%;
}

.image.company-logo {
  display: block;
}

.image.company-logo.google {
  margin-top: 4px;
}

.image.feature-single-process {
  display: block;
  width: 100%;
  border-radius: 2.5%;
  box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
}

.image.feature-single-process._02 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: auto;
  max-width: 37%;
}

.image.feature-single-process-icon {
  width: 62px;
  max-height: 62px;
  min-height: 62px;
  min-width: 62px;
  margin-right: 24px;
  border-radius: 14px;
  box-shadow: 0 6px 23px 0 rgba(68, 140, 252, 0.08);
}

.image.careers-hero-image {
  width: 100%;
}

.image.career-feature-image {
  width: 110px;
  max-height: 110px;
  min-height: 110px;
  min-width: 110px;
  margin-bottom: 30px;
  border-radius: 24px;
  box-shadow: 0 3px 24px 0 rgba(31, 67, 191, 0.07);
}

.image.job-detail-icon {
  width: 20px;
  max-height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-right: 8px;
}

.image.team-member-avatar {
  width: 100%;
  height: 100%;
}

.image.blob {
  position: absolute;
  display: block;
  max-width: 80%;
}

.image.blob.h-1 {
  left: -402px;
  top: 138px;
  max-width: 75%;
  transform: rotate(-70deg);
}

.image.blob.h-2 {
  top: 313px;
  right: -535px;
  max-width: 88%;
}

.image.blob.h-4 {
  top: -193px;
  max-width: 69%;
  margin-left: 918px;
}

.image.blob.h-5 {
  left: -442px;
  top: auto;
  bottom: -159px;
  transform: rotate(-90deg);
}

.image.blob.a-1 {
  top: -333px;
  right: -368px;
  z-index: -1;
  max-width: 200%;
  transform: rotate(-80deg);
}

.image.blob.b-2 {
  margin-top: 586px;
  margin-left: -492px;
  transform: rotate(110deg);
}

.image.blob.contact-1 {
  max-width: 90%;
  margin-top: 7px;
  margin-left: 620px;
  transform: rotate(110deg);
}

.image.blob.p-1 {
  margin-left: 756px;
  transform: rotate(110deg);
}

.image.blob.p-2 {
  margin-top: 124px;
  margin-left: -493px;
}

.image.blob.i-1 {
  margin-top: -479px;
  margin-left: -552px;
  transform: rotate(110deg);
}

.image.blob.i-2 {
  margin-top: 230px;
  margin-left: 780px;
  transform: rotate(20deg);
}

.image.blob.fs-1 {
  max-width: 80%;
  margin-top: -4px;
  margin-left: 313px;
  transform: rotate(60deg);
}

.image.blob.fs-2 {
  max-width: 180%;
  margin-top: -285px;
  margin-left: -309px;
  transform: rotate(50deg);
}

.image.blob.fs-3 {
  max-width: 190%;
  margin-top: -317px;
  margin-left: -168px;
  transform: rotate(10deg);
  line-height: 1em;
}

.image.blob.fs-4 {
  max-width: 157%;
  margin-top: -193px;
  margin-left: -335px;
  transform: rotate(10deg);
}

.image.blob.careers-1 {
  max-width: 78%;
  margin-left: 780px;
  transform: rotate(120deg);
}

.image.blob.careers-2 {
  margin-top: 314px;
  margin-left: -444px;
  transform: rotate(-110deg);
}

.image.blob.career-1 {
  max-width: 77%;
  margin-top: 4px;
  margin-left: 758px;
  transform: rotate(-69deg);
}

.image.blob.tm-1 {
  margin-left: 52%;
  transform: rotate(-110deg);
}

.image.blob._404-1 {
  margin-top: -318px;
  margin-left: 56%;
  transform: rotate(-60deg);
}

.image.blob._404-2 {
  margin-top: 19%;
  margin-left: -35%;
  transform: rotate(-131deg);
}

.image.blob.password-1 {
  margin-top: -2%;
  margin-left: 30%;
  transform: rotate(-126deg);
}

.image.blob.pricing-1 {
  margin-top: -91px;
  margin-left: 54%;
  transform: rotate(109deg);
}

.image.blob.checkout-1 {
  margin-top: -22px;
  margin-left: 43%;
}

.image.blob.checkout-2 {
  max-width: 79%;
  margin-top: 1309px;
  margin-left: -25%;
  transform: rotate(63deg);
}

.image.blob.checkout-3 {
  left: auto;
  top: auto;
  right: -19%;
  bottom: 303px;
  transform: rotate(114deg);
}

.image.blob.checkout-4 {
  margin-top: -172px;
  margin-left: -42%;
}

.image.blob.checkout-5 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 2%;
  margin-left: -413px;
  transform: rotate(180deg);
}

.image.blob.post-1 {
  max-width: 100%;
  margin-top: 64px;
  margin-left: 49%;
  transform: rotate(23deg);
}

.image.blob.post-2 {
  left: auto;
  top: auto;
  right: -28%;
  bottom: 19%;
  max-width: 78%;
  transform: rotate(106deg);
}

.image.blob.search-results-1 {
  margin-top: -130px;
  margin-left: 712px;
}

.image.blob.integration-single-1 {
  margin-top: -281px;
  margin-left: 784px;
  transform: rotate(120deg);
}

.image.blob.integration-single-2 {
  left: -37%;
  top: auto;
  right: auto;
  bottom: 31%;
  transform: rotate(120deg);
}

.image.blob.start-here-1 {
  left: -16%;
  top: auto;
  right: auto;
  bottom: 57%;
  max-width: 100%;
  transform: rotate(17deg);
}

.image.blob.start-here-2 {
  left: auto;
  top: auto;
  right: -32%;
  bottom: 5%;
  max-width: 100%;
  transform: rotate(-131deg);
}

.image.blob.changelog {
  left: auto;
  top: -22%;
  right: -34%;
  bottom: auto;
}

.image.blob.green_pattern {
  left: -22%;
  top: 1%;
  right: auto;
  bottom: auto;
  max-width: 60%;
  margin-top: -4px;
  margin-left: 313px;
}

.image.blob.fs-2 {
  max-width: 80%;
  margin-top: -4px;
  margin-left: 313px;
  transform: rotate(60deg);
}

.image.blob.blue_pattern {
  left: auto;
  top: 14%;
  right: 2%;
  bottom: auto;
  max-width: 60%;
  margin-top: -4px;
  margin-left: 313px;
}

.image.blob.fs-4 {
  left: 0%;
  top: 2%;
  right: auto;
  bottom: auto;
  max-width: 170%;
  margin-top: -285px;
  margin-left: -309px;
  transform: rotate(50deg);
}

.image.blob.fs-5 {
  left: 2%;
  top: 1%;
  right: auto;
  bottom: auto;
  max-width: 100%;
  margin-top: -285px;
  margin-left: -309px;
  transform: rotate(50deg);
}

.image.blob-opacity {
  position: absolute;
  display: block;
  opacity: 0.6;
}

.image.blob-opacity.h-3 {
  left: -320px;
  top: 333px;
  max-width: 60%;
}

.image.blob-opacity.footer-blob {
  right: -21%;
  bottom: -52%;
  display: none;
  max-width: 60%;
  transform: rotate(-80deg);
}

.image.blob-opacity.b-1 {
  max-width: 77%;
  margin-top: 253px;
  margin-left: 790px;
  transform: rotate(-80deg);
}

.image.blob-opacity.h-6 {
  left: -320px;
  top: 212px;
  max-width: 60%;
  transform: rotate(109deg);
}

.image.home-perk-image {
  display: block;
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
}

.image.home-perk-image._01 {
  width: 100%;
  max-width: 77%;
  border-radius: 18px;
}

.image.home-perk-image._02 {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: auto;
  width: 100%;
  max-width: 37%;
  border-radius: 14px;
}

.image.home-perk-image._03 {
  width: 100%;
  border-radius: 18px;
}

.image.feature-single-process._01 {
  display: block;
  max-width: 76%;
}

.image.white-simple-checkmark {
  display: block;
  width: 80%;
}

.image.home-tab-2-hover-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  border-radius: 24px;
  box-shadow: 0 14px 54px -20px rgba(32, 29, 175, 0.4);
}

.image.home-tab-2-hover-image._01 {
  left: 12%;
  top: 31%;
  right: auto;
  bottom: auto;
  transform: rotate(-10deg);
}

.image.home-tab-2-hover-image._02 {
  left: auto;
  top: 16%;
  right: 13%;
  bottom: auto;
  transform: rotate(10deg);
}

.image.home-tab-2-hover-image._03 {
  left: 19%;
  top: auto;
  right: auto;
  bottom: 11%;
  transform: rotate(-6deg);
}

.image.home-tab-2-hover-image._04 {
  left: auto;
  top: auto;
  right: 13%;
  bottom: 16%;
  transform: rotate(-9deg);
}

.image.feature-single-process-no-shadow {
  display: block;
  width: 100%;
  border-radius: 2.5%;
}

.image.feature-single-process-no-shadow._02 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: auto;
  max-width: 37%;
}

.image.feature-single-process-2 {
  display: block;
  width: 100%;
  border-radius: 2.5%;
}

.image.feature-single-process-2._02 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: auto;
  max-width: 37%;
}

.image.feature-single-process-copy {
  display: block;
  width: 100%;
  border-radius: 2.5%;
  box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
}

.image.feature-single-process-copy._02 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: auto;
  max-width: 37%;
}

.image.feature-ocean-freight-single {
  position: relative;
  z-index: 2;
  display: none;
  width: 106%;
  height: 100%;
  max-width: 110%;
  border-radius: 2.5%;
  box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21), 0 22px 88px 0 rgba(12, 12, 12, 0.04);
}

.image.feature-ocean-freight-single.large {
  display: block;
}

.image.feature-single---air-freight {
  position: relative;
  z-index: 2;
  display: none;
  width: 106%;
  height: 100%;
  max-width: 110%;
  border-radius: 2.5%;
  box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21), 0 22px 88px 0 rgba(12, 12, 12, 0.04);
}

.image.feature-single---air-freight.large {
  display: block;
  max-width: 90%;
}

.image.about-hero---air-freight {
  display: block;
  width: 100%;
  border-radius: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image.about-hero---air-freight.first {
  margin-bottom: -30px;
}

.image.about-hero---3pl {
  display: block;
  width: 100%;
  padding-bottom: 0px;
  border-radius: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image.about-hero---3pl.first {
  margin-bottom: -30px;
}

.image.feature-single---3pl {
  position: relative;
  z-index: 2;
  display: none;
  width: 106%;
  height: 100%;
  max-width: 110%;
  border-radius: 2.5%;
  box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21), 0 22px 88px 0 rgba(12, 12, 12, 0.04);
}

.image.feature-single---3pl.large {
  display: block;
  max-width: 90%;
}

.order-item-wrapper {
  display: flex;
  margin-right: 16px;
  flex-wrap: wrap;
}

.order-item-content {
  margin-right: 0px;
  margin-left: 0px;
}

.order-item-price {
  color: #1a1b1e;
  font-weight: 700;
}

.order-item-quantity-result {
  color: #1a1b1e;
  font-weight: 700;
}

.apple-pay {
  height: 56px;
  border-radius: 12px;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: #1a1b1e;
  font-weight: 500;
}

.order-summary-total {
  color: #1a1b1e;
  font-size: 20px;
}

.discounts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  flex-direction: column;
  border-width: 0px;
  background-color: transparent;
}

.paypal {
  margin-bottom: 15px;
  border-radius: 12px;
}

.checkout-hero-wrapper {
  max-width: 550px;
}

.checkout-hero-wrapper.large {
  max-width: 610px;
}

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

.cart-button {
  padding: 0px;
  align-items: center;
  border-radius: 80px;
  background-color: transparent;
  transition: color 300ms ease;
  color: #1a1b1e;
  line-height: 1em;
}

.cart-button:hover {
  color: #2695f0;
}

.nav-cart-quantity {
  height: auto;
  min-width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #1a1b1e;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.cart-container {
  max-width: 500px;
  background-color: #fff;
  box-shadow: none;
}

.grid-licenses-images {
  margin-top: 24px;
  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-image-container {
  overflow: hidden;
  border-radius: 16px;
  transition: box-shadow 350ms ease, transform 350ms ease;
}

.licenses-link-image-container:hover {
  transform: translate(0px, -4px);
}

.bg-neutral-800 {
  background-color: #1a1b1e;
}

.cart-close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 300ms ease;
  transform-style: preserve-3d;
}

.cart-close-button:hover {
  transform: scale3d(1.15, 1.15, 0.01);
}

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

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

.rich-text ol {
  margin-bottom: 48px;
}

.rich-text blockquote {
  margin-top: 64px;
  margin-bottom: 48px;
}

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

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

.login-button {
  display: flex;
  margin-right: 32px;
  justify-content: flex-start;
  align-items: center;
  transition: transform 300ms ease, opacity 300ms ease;
  color: #1a1b1e;
  text-decoration: none;
}

.login-button:hover {
  opacity: 0.5;
  transform: scale(0.96);
  color: #1a1b1e;
}

.login-button.show-mobile {
  display: none;
}

.login-icon {
  font-family: 'Icons techplus x template', sans-serif;
  color: #1a1b1e;
  font-weight: 400;
}

.cart-button-text {
  margin-right: 0.3em;
}

.dropdown-features-menu {
  overflow: hidden;
  min-width: 620px;
  margin-top: 30px;
  margin-left: -260%;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 30px 0 rgba(68, 140, 252, 0.1);
}

.dropdown-menu-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 32px 32px 48px;
  justify-content: space-between;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 16px;
  background-color: #fff;
}

.dropdown-nav-menu {
  margin-right: 32px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.dropdown-nav-menu.last {
  margin-right: 0px;
}

.nav-menu-item {
  margin-bottom: 12px;
}

.nav-menu-item.last {
  margin-bottom: 0px;
}

.dropdown-menu-link-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.dropdown-menu {
  min-width: 600px;
  margin-left: -400%;
  padding-top: 30px;
  border-radius: 16px;
  background-color: transparent;
  box-shadow: 0 8px 30px 0 rgba(68, 140, 252, 0.1);
}

.dropdown-menu.dropdown-features-menu {
  min-width: 620px;
  margin-top: 0px;
  margin-left: -260%;
}

.dropdown-menu.dropdown-features-menu.w--open {
  min-width: 310px;
  margin-left: -67%;
}

.limit-content {
  max-width: 700px;
}

.limit-content.hero-top-content {
  margin-right: auto;
  margin-bottom: 56px;
  margin-left: auto;
  text-align: center;
}

.limit-content.home-features {
  max-width: 520px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.limit-content.cta {
  max-width: 560px;
  text-align: center;
}

.limit-content.cta-v2-left {
  max-width: 500px;
  margin-right: 16px;
}

._2-button-wrapper {
  display: flex;
  justify-content: center;
}

._2-button-wrapper.features-section {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

._2-button-wrapper.cta {
  display: flex;
  justify-content: center;
}

.header-main-wrapper {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 28px 26px;
  border-radius: 14px;
  background-color: transparent;
}

.logo-grid {
  display: -ms-grid;
  display: grid;
  max-width: 996px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-content {
  flex-wrap: wrap;
}

.top-content.home-tabs-top-content {
  max-width: 450px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.top-content.latest-articles-top-content {
  display: flex;
  margin-bottom: 48px;
  justify-content: space-between;
  align-items: center;
}

.top-content.latest-articles-top-content.categories {
  flex-direction: column;
  align-items: center;
}

.top-content.blog-card-details-wrapper {
  display: flex;
  margin-bottom: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.top-content.testimonials-top-content {
  max-width: 460px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.top-content.teams-top-content {
  max-width: 550px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.top-content.about-hero-top-content {
  max-width: 577px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
}

.top-content.stats-top-content {
  max-width: 577px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  text-align: center;
}

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

.top-content.values-top-content {
  max-width: 460px;
  margin-right: auto;
  margin-bottom: 58px;
  margin-left: auto;
  text-align: center;
}

.top-content.about-testimonials {
  max-width: 95%;
  margin-bottom: 40px;
}

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

.top-content.featured-post-top-details {
  display: flex;
  margin-bottom: 32px;
  justify-content: flex-start;
  align-items: center;
}

.top-content.featured-post-top-details.small {
  margin-bottom: 16px;
}

.top-content.post-top-content {
  display: flex;
  max-width: 875px;
  margin-right: auto;
  margin-bottom: 44px;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.top-content.about-post {
  display: flex;
  margin-bottom: 32px;
}

.top-content.post-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.top-content.support {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.top-content.faq {
  max-width: 550px;
  margin-right: auto;
  margin-bottom: 56px;
  margin-left: auto;
  text-align: center;
}

.top-content.pricing-top-content {
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  text-align: center;
}

.top-content.top-pricing-content {
  display: flex;
  margin-bottom: 20px;
  justify-content: flex-start;
  align-items: center;
}

.top-content.features-comparison {
  max-width: 550px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  text-align: center;
}

.top-content.package-name {
  display: flex;
  margin-bottom: 18px;
  justify-content: flex-start;
  align-items: baseline;
}

.top-content.get-package-testimonials {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
}

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

.top-content.integration-card {
  display: flex;
  margin-bottom: 18px;
  justify-content: flex-start;
  align-items: center;
}

.top-content.more-integrations {
  display: flex;
  margin-bottom: 48px;
  justify-content: space-between;
  align-items: center;
}

.top-content.integrations-categories-title {
  display: flex;
  margin-bottom: 48px;
  justify-content: flex-start;
  align-items: center;
}

.top-content.articles-categories {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.top-content.articles-categories.title {
  margin-bottom: 13px;
}

.top-content.careers-ttitle {
  display: flex;
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.top-content.working-with-us {
  margin-bottom: 48px;
  text-align: center;
}

.top-content.open-positions-title {
  max-width: 460px;
  margin-right: auto;
  margin-bottom: 56px;
  margin-left: auto;
  text-align: center;
}

.top-content.job-details {
  display: flex;
  margin-bottom: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}

.top-content.career-single-top-content {
  padding-bottom: 95px;
  border-bottom: 1px solid #c0c4d1;
}

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

.top-content.team-member-card-top-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.top-content.team-member-top-details {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}

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

.top-content.packages-container {
  display: flex;
  margin-bottom: 80px;
  justify-content: flex-start;
  align-items: baseline;
}

.top-content.start-here {
  margin-bottom: 48px;
  text-align: center;
}

.features-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 72px;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.narrow-section {
  display: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.narrow-section.pd-top-0px {
  padding-top: 0px;
}

.narrow-section.blog-post {
  padding-top: 200px;
}

.narrow-section.relative {
  position: relative;
}

.split {
  display: flex;
  justify-content: space-between;
}

.split.home-perks-wrapper {
  margin-bottom: 170px;
  align-items: center;
}

.split.home-perks-wrapper.last {
  margin-bottom: 0px;
}

.split.story-wrapper {
  width: 100%;
  align-items: center;
}

.split.contact-main-wrapper {
  align-items: flex-start;
}

.split.get-package {
  justify-content: space-around;
}

.split.get-package-testimonials {
  align-items: flex-start;
}

.split.integrations-hero {
  align-items: center;
}

.split.feature-single-hero-wrapper {
  align-items: center;
}

.split.feature-single {
  margin-bottom: 180px;
  align-items: center;
}

.split.feature-single.last {
  margin-bottom: 0px;
}

.split.feature-single.first {
  margin-bottom: 140px;
}

.split.career-details {
  width: 100%;
  align-items: center;
}

.split.career-single-wrapper {
  align-items: stretch;
}

.split.cart-item-flex {
  flex-direction: row;
  align-items: flex-start;
}

.split.feature-single-hero-wrapper-2 {
  align-items: center;
}

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

.list.home-perks-list {
  margin-bottom: 48px;
}

.list.package-features-list {
  margin-bottom: 56px;
}

.list-item {
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: center;
}

.list-item.dark-check-item {
  margin-bottom: 16px;
  padding-left: 34px;
  align-items: flex-start;
  background-image: url('../images/dark-checkmark-techplus-x-template.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.list-item.dark-check-item.last {
  margin-bottom: 0px;
}

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

.home-stats-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 48px;
  justify-content: space-between;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.big-numbers {
  color: #1a1b1e;
  font-size: 56px;
  line-height: 1em;
  font-weight: 700;
}

.big-numbers.home-stats {
  margin-bottom: 8px;
}

.big-numbers.about-stats {
  margin-bottom: 8px;
}

.cta-wrapper {
  display: flex;
  min-height: 390px;
  padding: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: #1a1b1e;
}

.cta-wrapper.cta-v2 {
  min-height: 300px;
  justify-content: space-between;
}

.home-tabs {
  display: flex;
  margin-bottom: 56px;
  padding: 0px;
  justify-content: space-between;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home-tabs-content {
  overflow: visible;
  width: 100%;
  max-width: 48%;
  margin-right: 24px;
  margin-left: 0px;
}

.home-tabs-menu {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 48%;
  flex-direction: column;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-hero-tab {
  padding: 38px 40px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
  opacity: 0.5;
  transition: opacity 200ms ease, transform 300ms ease, opacity 300ms ease;
  color: #66666e;
  text-decoration: none;
  transform-style: preserve-3d;
}

.home-hero-tab:hover {
  opacity: 0.7;
  transform: scale3d(0.94, 0.94, 0.01);
  color: #66666e;
}

.home-hero-tab.w--current {
  background-color: #fff;
  opacity: 1;
}

.home-hero-tab.last {
  margin-bottom: 0px;
}

.home-tab-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.home-tab-pane {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 580px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
}

._3-column-grid {
  display: -ms-grid;
  display: grid;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-column-grid.blog-post-cards-grid {
  align-items: stretch;
}

._3-column-grid.home-teams-grid {
  margin-bottom: 48px;
  align-items: start;
}

._3-column-grid.about-hero-image-grid {
  justify-content: space-between;
}

._3-column-grid.team-grid {
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-column-grid.values-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

._3-column-grid.support-cards-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

._3-column-grid.careers-features {
  margin-bottom: 80px;
  justify-items: center;
  align-items: start;
  grid-row-gap: 60px;
}

._3-column-grid.features-grid {
  align-items: stretch;
}

._3-column-grid.search-result-list {
  align-items: stretch;
  grid-column-gap: 26px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

._3-column-grid.about-hero-image-grid-2 {
  justify-content: space-between;
}

.blog-card-detail-item {
  display: flex;
  margin-right: 22px;
  align-items: center;
}

.blog-card-detail-item.last {
  margin-right: 0px;
}

.read-more-text {
  color: #1a1b1e;
  font-weight: 700;
}

.testimonials-main-container {
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
}

.testimonials-slider {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 989px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.testimonials-arrow {
  left: auto;
  top: 219px;
  right: 50px;
  display: flex;
  width: 40px;
  max-height: 40px;
  min-height: 40px;
  min-width: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1a1b1e;
  transition: transform 300ms ease;
}

.testimonials-arrow:hover {
  transform: scale(1.05);
}

.testimonials-arrow.left {
  right: 104px;
  font-size: 18px;
}

.testimonials-mask {
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 24px;
  background-color: transparent;
}

.testimonial-slider {
  position: static;
  width: 100%;
  margin-right: 150%;
}

.bg {
  position: absolute;
  z-index: -1;
}

.bg.bg-square.testimonials {
  left: auto;
  top: -3%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  min-height: 502px;
  min-width: 617px;
  margin-top: 24px;
  margin-right: -40px;
  border-radius: 24px;
  background-color: #ddebff;
}

.footer-nav-wrapper {
  display: flex;
  justify-content: space-between;
}

.footer-nav-wrapper.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-nav-column.large {
  flex: 1;
}

.footer-nav-column.first {
  margin-right: auto;
  margin-left: 40px;
}

.footer-nav-column.last {
  margin-right: 40px;
}

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

.nav-link-tag {
  position: relative;
  top: -4px;
  display: inline-block;
  margin-left: 6px;
  padding: 7px 8px;
  border-radius: 6px;
  background-color: #1a1b1e;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.nav-link-text {
  display: inline;
}

.nav-link-text.contact {
  line-height: 1.5;
  white-space: normal;
}

.footer-social-links-wrapper {
  display: flex;
  max-width: 150px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.social-footer-link {
  min-height: 28px;
  min-width: 28px;
  margin-right: 4px;
  margin-bottom: 8px;
  border-radius: 6px;
  background-color: #1a1b1e;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: transform 300ms ease;
  transform-style: preserve-3d;
}

.social-footer-link:hover {
  transform: scale3d(0.92, 0.92, 1.01);
}

.social-footer-link.facebook {
  background-image: url('../images/social-icon-facebook-techplus-x-template.svg');
}

.social-footer-link.twitter {
  background-image: url('../images/social-icon-twitter-techplus-x-template.svg');
}

.social-footer-link.instagram {
  background-image: url('../images/social-icon-instagram-techplus-x-template.svg');
}

.social-footer-link.linkedin {
  background-image: url('../images/social-icon-linkedin-techplus-x-template.svg');
}

.social-footer-link.youtube {
  background-image: url('../images/social-icon-youtube-techplus-x-template.svg');
}

.social-footer-link.whatsapp {
  background-image: url('../images/social-icon-whatsapp-techplus-x-template.svg');
}

.footer-link {
  display: inline;
  padding: 0px;
  align-items: center;
  transition: color 350ms ease;
  color: #66666e;
  text-decoration: none;
}

.footer-link:hover {
  color: #2695f0;
}

.footer-link.link-block {
  display: inline-block;
  transition: color 300ms ease;
  white-space: nowrap;
}

.footer-link.link-block:hover {
  color: #2695f0;
}

.footer-link.contact-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

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

._4-column-grid.features-comparison-row {
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: space-between;
  align-items: center;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  border-top: 1px solid #e5ecf5;
}

._4-column-grid.features-comparison-row.first {
  margin-bottom: 15px;
  border-bottom: 1px none #000;
  border-top-style: none;
}

._4-column-grid.features-comparison-row.last {
  margin-bottom: 72px;
  border-bottom: 1px solid #e5ecf5;
}

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

.vc-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.vc-container.avatar-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.badge {
  position: absolute;
}

.badge.team-member-position {
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  z-index: 5;
  padding: 12px 18px;
  border-radius: 9px;
  background-color: #1a1b1e;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}

.badge.post-category {
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  padding: 14px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #1a1b1e;
  line-height: 1;
  font-weight: 700;
}

.badge.post-category.latest-post {
  top: 24px;
  right: 24px;
}

.badge.post-category.small {
  top: 16px;
  right: 16px;
}

.badge.top-post-category {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.badge.top-post-category.link {
  transition: transform 300ms ease;
  transform-style: preserve-3d;
}

.badge.top-post-category.link:hover {
  transform: scale3d(0.94, 0.94, 0.01);
}

.badge.top-post-category {
  position: static;
  padding: 14px 20px;
  border-radius: 10px;
  background-color: #1a1b1e;
  color: #fff;
  line-height: 1;
}

.social-links-container {
  display: flex;
  width: 40%;
  min-width: 120px;
  justify-content: space-between;
}

.card-social-link {
  min-height: 33px;
  min-width: 33px;
  border-radius: 6px;
  background-color: #1a1b1e;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: transform 300ms ease;
}

.card-social-link:hover {
  transform: scale(0.94);
}

.card-social-link.facebook {
  background-image: url('../images/social-icon-facebook-techplus-x-template.svg');
}

.card-social-link.twitter {
  background-image: url('../images/social-icon-twitter-techplus-x-template.svg');
}

.card-social-link.linkedin {
  background-image: url('../images/social-icon-linkedin-techplus-x-template.svg');
}

.team-members-wrapper {
  margin-bottom: 48px;
}

.footer-bottom-content {
  position: relative;
  z-index: 2;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}

.footer-bottom-link {
  transition: color 300ms ease;
  color: #1a1b1e;
}

.footer-bottom-link:hover {
  color: #2695f0;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 380px;
  margin-bottom: 0px;
  justify-content: flex-start;
  align-items: center;
}

.search-input-wrapper.blog-page {
  width: 33%;
  max-width: 400px;
}

.search-button {
  position: absolute;
  left: 24px;
  top: auto;
  bottom: auto;
  width: 24px;
  max-height: 24px;
  min-height: 24px;
  min-width: 24px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/search-techplus-x-template.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: opacity 300ms ease;
}

.search-button:hover {
  opacity: 0.6;
}

.featured-blog-wrapper {
  display: flex;
  justify-content: space-between;
}

._2-column-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-column-grid.featured-blog-wrapper {
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-column-grid.home-stats-wrapper {
  align-items: stretch;
}

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

._3-row-grid.featured-blog-cards-wrapper {
  height: 100%;
}

.white-text {
  color: #fff;
}

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

.newsletter-form {
  position: relative;
}

.submit-button {
  position: static;
  display: flex;
  padding: 22px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #1a1b1e;
  border-radius: 12px;
  background-color: #1a1b1e;
  box-shadow: 0 2px 4px 0 rgba(74, 58, 255, 0.12);
  transition: border-color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  transform-style: preserve-3d;
}

.submit-button:hover {
  background-color: transparent;
  box-shadow: 0 4px 10px 0 rgba(68, 140, 252, 0.1);
  transform: scale3d(0.94, 0.94, 0.1);
  color: #1a1b1e;
}

.submit-button.newsletter-subscribe-button-wrapper {
  position: absolute;
  left: auto;
  top: 12px;
  right: 12px;
  bottom: 12px;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  border-color: #fff;
}

.submit-button.newsletter-subscribe-button-wrapper:hover {
  background-color: #2695f0;
}

.submit-button.contact {
  padding: 0px;
  border-style: none;
  background-color: transparent;
  box-shadow: none;
  transition-property: none;
}

.submit-button.contact:hover {
  box-shadow: none;
  transform: none;
  color: #fff;
}

.submit-button.contact-button-wrapper {
  width: 100%;
  max-width: 160px;
  justify-content: center;
}

.submit-button.newsletter-subscribe-button {
  padding: 0px;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  transition-property: none;
}

.submit-button.newsletter-subscribe-button:hover {
  transform: none;
}

.categories-button-wrapper {
  display: flex;
}

.pagination {
  margin-top: 56px;
}

.back-to-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: color 300ms ease;
  color: #1a1b1e;
  font-weight: 700;
  text-decoration: none;
}

.back-to-button:hover {
  color: #2695f0;
}

._24px-space {
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
}

.success-message {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 16px;
  background-color: transparent;
  color: #fff;
}

.success-message.contact {
  padding: 0px;
  border-style: none;
  color: #66666e;
}

.error-message {
  margin-top: 24px;
  padding: 24px;
  border-radius: 14px;
  background-color: #ffdede;
  color: #1a1b1e;
}

.error-message.cart {
  margin-top: 0px;
  margin-right: 35px;
  margin-left: 35px;
  text-align: center;
}

.contact-links-wrapper {
  margin-bottom: 56px;
}

.social-links-wrapper {
  display: flex;
  width: 100%;
  max-width: 200px;
  justify-content: space-between;
  align-items: center;
}

.social-links-wrapper.team-member-card {
  width: auto;
  max-width: none;
}

.social-link {
  min-height: 40px;
  min-width: 40px;
  border-radius: 6px;
  background-color: #1a1b1e;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 300ms ease;
  transform-style: preserve-3d;
}

.social-link:hover {
  transform: scale3d(0.9, 0.9, 1.01);
}

.social-link.facebook {
  background-image: url('../images/social-icon-facebook-techplus-x-template.svg');
  background-size: cover;
}

.social-link.twitter {
  background-image: url('../images/social-icon-twitter-techplus-x-template.svg');
  background-size: cover;
}

.social-link.instagram {
  background-image: url('../images/social-icon-instagram-techplus-x-template.svg');
  background-size: cover;
}

.social-link.linkedin {
  background-image: url('../images/social-icon-linkedin-techplus-x-template.svg');
  background-size: cover;
}

.social-link.youtube {
  background-image: url('../images/social-icon-youtube-techplus-x-template.svg');
  background-size: cover;
}

.social-link.whatsapp {
  background-image: url('../images/social-icon-whatsapp-techplus-x-template.svg');
  background-size: cover;
}

.social-link.team-member-links {
  margin-left: 12px;
}

.social-link.team-member-links.twitter {
  background-image: url('../images/social-icon-twitter-techplus-x-template.svg');
  background-size: cover;
}

.contact-form-wrapper {
  display: flex;
  overflow: hidden;
  min-height: 460px;
  margin-bottom: 0px;
  padding: 70px 72px;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
  transition: box-shadow 300ms ease, background-color 500ms ease;
}

.contact-form-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

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

.label {
  margin-bottom: 8px;
  color: #1a1b1e;
  font-weight: 700;
}

.button-arrow {
  display: inline-block;
  margin-top: 2px;
  margin-left: 6px;
  font-family: 'Icons techplus x template', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button-arrow.back {
  position: relative;
  top: -2px;
  margin-right: 10px;
  margin-left: 0px;
}

.button-arrow.small {
  font-size: 12px;
}

.button-arrow.testimonial-arrow {
  margin-top: 0px;
  margin-left: 0px;
  font-size: 16px;
  line-height: 1;
}

.contact-support {
  display: flex;
  align-items: center;
  color: #1a1b1e;
  font-weight: 700;
  text-decoration: none;
}

.faqs-main-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.faq-wrapper {
  margin-bottom: 26px;
  padding: 40px 32px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 5px 20px 0 rgba(0, 17, 104, 0.05);
  transition: transform 300ms ease;
  cursor: pointer;
  transform-style: preserve-3d;
}

.faq-wrapper:hover {
  transform: scale3d(0.96, 0.96, 0.01);
}

.faq-wrapper.last {
  margin-bottom: 26px;
}

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

.faq-icon-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 42px;
  max-height: 42px;
  min-height: 42px;
  min-width: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #c0c4d1;
}

.faq-icon-h-line {
  position: absolute;
  z-index: 2;
  width: 18px;
  min-height: 2px;
  padding: 0px;
  border-radius: 20px;
  background-color: #fff;
}

.faq-icon-v-line {
  position: absolute;
  z-index: 2;
  width: 2px;
  min-height: 18px;
  padding: 0px;
  border-radius: 20px;
  background-color: #fff;
}

.faq-content-bottom {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.icon-bg-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.package-feature {
  color: #1a1b1e;
  font-weight: 700;
}

.price {
  color: #1a1b1e;
  font-size: 38px;
  line-height: 1.16;
  font-weight: 700;
}

.price.package-card-price {
  margin-bottom: 12px;
  color: #1a1b1e;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
}

.price.single-package {
  margin-bottom: 16px;
}

.added-cost {
  margin-bottom: 35px;
}

.text-link-w-arrow-wrapper {
  display: inline-block;
  margin-bottom: 24px;
}

.main-faqs-wrapper {
  margin-bottom: 40px;
}

.list-bullet {
  position: relative;
  display: flex;
  width: 24px;
  max-height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.select-field {
  min-height: 62px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
  background-color: transparent;
  font-size: 18px;
}

.out-of-stock-state {
  padding: 20px;
  border-radius: 14px;
  background-color: #1a1b1e;
  color: #fff;
}

.get-package-add-to-cart {
  margin-bottom: 0px;
}

.vc-flex {
  display: flex;
  flex-direction: column;
}

.integration-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: color 300ms ease;
  color: #1a1b1e;
  font-weight: 700;
  text-decoration: none;
}

.integration-link:hover {
  color: #2695f0;
}

.inline {
  display: inline-block;
}

.inline.integration-card {
  margin-top: 16px;
}

.integration-title-wrapper {
  display: flex;
  margin-bottom: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.integration-tabs-menu {
  display: flex;
  margin-bottom: 48px;
  justify-content: flex-start;
  align-items: center;
}

.integration-tab-link {
  margin-right: 16px;
  padding: 20px 24px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 hsla(0, 0%, 47.8%, 0.1);
  transition: background-color 300ms ease, color 300ms ease, transform 300ms ease;
  color: #1a1b1e;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
}

.integration-tab-link:hover {
  background-color: #1a1b1e;
  transform: scale(0.96);
  color: #fff;
}

.integration-tab-link.w--current {
  background-color: #1a1b1e;
  box-shadow: none;
  color: #fff;
}

.integration-tab-link.w--current:hover {
  transform: none;
}

.integration-tab-link.last {
  margin-right: 0px;
}

.integrations-tabs-content {
  margin-bottom: -24px;
}

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

._6-column-grid.logo-bar-feature-single {
  align-items: center;
  grid-column-gap: 60px;
  -ms-grid-columns: 3fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr;
}

.feature-single-process-step {
  display: flex;
  margin-bottom: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}

.feature-single-process-step.last {
  margin-bottom: 40px;
}

.testimonials-main-wrapper {
  overflow: hidden;
  margin-right: -24px;
  margin-left: -24px;
  padding-right: 24px;
  padding-left: 24px;
}

.center-content {
  display: flex;
  justify-content: center;
}

.center-content.vc-flex {
  align-items: center;
}

.story-content-main-wrapper-with {
  position: relative;
}

.story-container {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px none #c0c4d1;
}

.story-container.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.job-details.preview {
  display: flex;
  width: 100%;
  max-width: 48%;
  min-width: 250px;
  justify-content: space-between;
  align-items: center;
}

.job-single-detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  color: #1a1b1e;
  white-space: nowrap;
}

.job-single-detail.first {
  margin-right: 20px;
  flex: 1;
}

.bold-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: color 300ms ease;
  color: #1a1b1e;
  font-weight: 700;
  text-decoration: none;
}

.bold-link:hover {
  color: #2695f0;
}

.bottom-content.careers-bottom-text {
  max-width: 460px;
  margin: 100px auto 60px;
  text-align: center;
}

.bottom-content.team-member-bottom-content {
  margin-bottom: -32px;
}

.bottom-content.password-input-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.bottom-content.search-results-top-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.career-body-main-wrapper {
  margin-top: 80px;
}

.empty-state {
  padding: 60px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 16px 94px 0 rgba(12, 12, 12, 0.04);
  color: #1a1b1e;
  text-align: center;
}

.empty-state.cart {
  padding: 100px 24px;
  flex-direction: column;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  color: #66666e;
}

.search-result-list {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.plan-item:nth-child(odd) {
  position: relative;
  top: 100px;
}

.plan-item.categories-page:nth-child(odd) {
  top: 0px;
}

.bg-blobs-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  padding: 0px;
}

.bg-blobs-wrapper.hidden-overflow {
  overflow: hidden;
}

.dropdown-icon {
  display: block;
  margin-left: 6px;
  font-family: 'Icons techplus x template', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.featured-blog-list {
  height: 100%;
}

.featured-blog-item {
  height: 100%;
}

.link-wrapper {
  display: inline-block;
}

.dropdown-nav-link {
  display: flex;
  padding: 0px;
  align-items: center;
  transition: color 350ms ease;
  color: #1a1b1e;
  text-decoration: none;
}

.dropdown-nav-link:hover {
  color: #2695f0;
}

.dropdown-nav-link.features-menu {
  transition: transform 300ms ease, color 300ms ease;
}

.dropdown-nav-link.features-menu:hover {
  transform: scale(0.94);
}

.nav-link-dropdown-text {
  display: flex;
  align-items: center;
}

.nav-link-dropdown-text:hover {
  color: #2695f0;
}

.cart-header {
  padding-top: 24px;
  padding-right: 35px;
  padding-left: 35px;
}

.cart-list {
  padding: 20px 35px;
}

.cart-footer {
  padding-right: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
}

.remove-button {
  transition: color 300ms ease;
  color: #1a1b1e;
  font-weight: 700;
  text-decoration: none;
}

.remove-button:hover {
  color: #2695f0;
}

.cart-quantity {
  display: none;
}

.cart-price {
  color: #1a1b1e;
  font-size: 22px;
  font-weight: 700;
}

.cart-line-item {
  align-items: center;
}

.cart-item {
  padding-top: 24px;
  padding-bottom: 24px;
}

.cart-wrapper {
  background-color: rgba(26, 27, 30, 0.8);
}

.web-payments {
  margin-bottom: 20px;
}

.testimonials-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 989px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.bold {
  color: #1a1b1e;
  font-weight: 700;
  text-align: left;
}

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

.careers-card-item {
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #c0c4d1;
}

.careers-card-item:first-child {
  padding-top: 0px;
}

.careers-card-item:last-child {
  border-bottom-width: 0px;
}

.heading-size-h3 {
  margin-bottom: 24px;
  color: #1a1b1e;
  font-size: 26px;
  line-height: 1.57;
  font-weight: 700;
}

.heading-size-h3.mg-bottom-0 {
  margin-bottom: 0px;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

.navigation-link {
  display: flex;
  padding: 20px 12px;
  justify-content: center;
  align-items: center;
  transition: all 200ms ease;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.navigation-link:hover {
  color: #2695f0;
}

.navigation-link.w--current {
  color: #99d715;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 30px;
  z-index: 99999;
  display: block;
  padding-right: 26px;
  padding-left: 26px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.text-block-2 {
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}

.dropdown-toggle {
  padding-right: 24px;
  padding-left: 12px;
  transition: all 200ms ease;
}

.dropdown-toggle:hover {
  color: #2695f0;
}

.navigation-left {
  display: flex;
  width: 30%;
  align-items: center;
}

.dropdown-link {
  position: relative;
  z-index: 25;
  display: flex;
  padding: 20px;
  align-items: center;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 98%, 0.8);
  color: #2695f0;
}

.text-block {
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block:hover {
  color: #2695f0;
}

.nav-menu-2 {
  position: static;
  display: flex;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.icon-wrap {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 11px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #d3ebff;
}

.brand {
  margin-right: 44px;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}

.dropdown-link-mobile {
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
  white-space: normal;
}

.navigation-container {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-height: 90px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 52px;
  padding-left: 52px;
  align-items: center;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 16px;
}

.dropdown-title:hover {
  color: #2695f0;
}

.navigation-container-mob {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}

.nav-content-wrap {
  display: flex;
  width: 100%;
  padding-left: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Thicccboi, sans-serif;
}

.dropdown-pointer {
  position: relative;
}

.icon {
  width: 100%;
}

.button-menu {
  display: flex;
  min-height: 50px;
  padding-right: 35px;
  padding-left: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #5da1d5;
  background-image: linear-gradient(180deg, #90c540, #90c540);
  transition: all 400ms ease-out;
  font-family: Thicccboi, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.button-menu:hover {
  background-image: linear-gradient(180deg, #74b217, #74b217);
  color: #fff;
}

.button-menu:active {
  color: #fff;
}

.navigation-right {
  display: flex;
  width: 70%;
  justify-content: flex-end;
  align-items: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.login-buttons {
  display: flex;
  margin-left: 30px;
  align-items: center;
}

.icon-4 {
  margin-right: 5px;
}

.icon-4:hover {
  color: #2695f0;
}

.bold-text {
  font-size: 48px;
  line-height: 1.2894736842105263;
}

.dropdown-menu-2 {
  min-width: 600px;
  margin-left: -400%;
  padding-top: 30px;
  border-radius: 16px;
  background-color: transparent;
  box-shadow: 0 8px 30px 0 rgba(68, 140, 252, 0.1);
}

.dropdown-menu-2.dropdown-features-menu {
  min-width: 620px;
  margin-top: 0px;
  margin-left: -260%;
}

.dropdown-menu-2.dropdown-features-menu.w--open {
  min-width: 310px;
  margin-left: 0%;
}

.nav-link-2 {
  display: flex;
  padding: 0px;
  align-items: center;
  transition: color 350ms ease;
  color: #1a1b1e;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #758bff;
}

.dropdown-nav-link-2 {
  display: flex;
  padding: 0px;
  align-items: center;
  transition: color 350ms ease;
  color: #1a1b1e;
  text-decoration: none;
}

.dropdown-nav-link-2:hover {
  color: #758bff;
}

.dropdown-nav-link-2.features-menu {
  transition: transform 300ms ease, color 300ms ease;
}

.dropdown-nav-link-2.features-menu:hover {
  transform: scale(0.94);
}

.dropdown-menu-wrapper-2 {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 32px 32px 48px;
  justify-content: flex-start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 16px;
  background-color: #fff;
}

.after-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.container--full {
  position: relative;
  height: 40vh;
}

.after-image-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  overflow: visible;
  justify-content: center;
  align-items: center;
  background-image: url('../images/after_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.devider-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: flex;
  width: 8px;
  margin-left: -2px;
  justify-content: center;
  align-items: center;
  background-color: #424242;
}

.slider--comparison {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.runner {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #424242;
  background-image: url('../images/double_arrow.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.after-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
}

.content-container {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  flex: 1;
}

.before-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.before-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/before.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navigation-link-2 {
  display: flex;
  padding: 20px 12px;
  justify-content: center;
  align-items: center;
  transition: all 200ms ease;
  font-family: Thicccboi, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.navigation-link-2:hover {
  color: #2695f0;
}

.navigation-link-2.w--current {
  color: #3b3f44;
}

.navigation-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 30px;
  z-index: 99999;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
}

.text-block-3 {
  font-family: Thicccboi, sans-serif;
  font-weight: 700;
}

.navigation-mob-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}

.text-block-4 {
  font-family: Thicccboi, sans-serif;
  font-weight: 700;
}

.text-block-4:hover {
  color: #2695f0;
}

.navigation-container-2 {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-height: 90px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}

.dropdown-title-2 {
  margin-bottom: 2px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
}

.dropdown-title-2:hover {
  color: #2695f0;
}

.nav-content-wrap-2 {
  display: flex;
  width: 100%;
  padding-left: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.nav-content-wrap-2:hover {
  color: #2695f0;
}

.navigation-wrap-2 {
  -o-object-fit: fill;
     object-fit: fill;
}

.container-default-2 {
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default-2.footer-container {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
  border-bottom: 1px solid #e5ecf5;
}

.container-default-2.feature-single {
  position: absolute;
  left: 0px;
  right: 0px;
}

.container-default-2.feature-single---air-freight {
  position: absolute;
  left: 0px;
  right: 0px;
}

.tilt-section-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tilt-section-wrapper._2 {
  padding-top: 90px;
  padding-bottom: 120px;
}

.tilt-section-wrapper._3 {
  padding-top: 90px;
  padding-bottom: 120px;
}

.tilt-section-wrapper._3pl {
  height: 1200px;
}

.tilt-section-container {
  position: absolute;
  left: 0px;
  top: 148px;
  right: 0px;
  z-index: 10;
  padding-right: 46px;
  padding-left: 216px;
}

.section-image {
  position: absolute;
  top: -150px;
  right: 70px;
  z-index: 20;
  height: 555px;
  float: right;
}

.white-section-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  text-transform: capitalize;
}

.tilted-paragraph {
  color: #fff;
}

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 25px;
  clear: left;
  border-radius: 60px;
  background-color: #000;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #c72480;
}

.tilted-color-block {
  position: relative;
  z-index: 0;
  width: 120%;
  height: 600px;
  margin-left: -45px;
  background-color: #37a7db;
  background-image: linear-gradient(180deg, rgba(46, 144, 189, 0.87) 51%, rgba(55, 167, 219, 0.7)), url('../images/air_freight_bg.jpg');
  background-position: 0px 0px, 0% 65%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  transform: rotate(4deg);
}

.tilted-color-block.air-freight-solution {
  height: 700px;
}

.section-image-plane {
  position: absolute;
  left: auto;
  top: 46%;
  right: -35%;
  bottom: auto;
  z-index: 20;
  height: 380px;
  float: right;
}

.section-image-air-carrier {
  position: absolute;
  left: -13%;
  top: -3%;
  right: auto;
  bottom: auto;
  z-index: 20;
  height: 300px;
  float: right;
}

.bullet-list {
  padding-left: 15px;
  color: #fff;
  text-align: left;
}

.list-item-2 {
  font-weight: 400;
}

.section-2 {
  position: relative;
}

.container {
  position: relative;
}

.iphone-links {
  height: 400px;
  margin-top: -85px;
  margin-right: 55px;
  margin-bottom: -50px;
  float: left;
}

.white-section-title-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 51px;
  text-transform: uppercase;
}

.white-section-title-2._2 {
  color: #000;
  font-size: 42px;
  line-height: 40px;
}

.tilted-paragraph-2 {
  display: block;
  color: #fff;
  text-align: left;
}

.tilted-color-block-2 {
  position: relative;
  z-index: 0;
  width: 120%;
  height: 400px;
  margin-left: -45px;
  background-color: #37a7db;
  background-image: linear-gradient(180deg, rgba(55, 167, 219, 0.95), rgba(55, 167, 219, 0.7)), url('../images/fitness-6.jpg');
  background-position: 0px 0px, 0% 65%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  transform: rotate(4deg);
}

.tilted-color-block-2._2 {
  height: 600px;
  padding-top: 0px;
  background-color: #c72460;
  background-image: linear-gradient(180deg, rgba(22, 134, 76, 0.93) 48%, rgba(43, 153, 122, 0.89)), url('../images/ocean_freight_bg.jpg');
  transform: rotate(-2deg);
}

.white-section-title-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 51px;
  text-transform: uppercase;
}

.section-image-vessel {
  position: absolute;
  left: -58%;
  top: 14%;
  right: auto;
  bottom: auto;
  z-index: 20;
  height: 380px;
  float: right;
}

.section-image-vessel._2 {
  left: -100px;
  top: -120px;
  right: auto;
  float: left;
  transform: rotate(3deg);
}

.section-image-vessel._2-copy {
  left: -100px;
  top: -120px;
  right: auto;
  float: left;
  transform: rotate(3deg);
}

.tilt-section-container-2 {
  position: absolute;
  left: 0px;
  top: 148px;
  right: 0px;
  z-index: 10;
  padding-right: 430px;
  padding-left: 55px;
}

.tilt-section-container-2.align-right {
  top: 157px;
  padding-right: 0px;
  padding-left: 278px;
  text-align: right;
}

.button-2 {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 25px;
  clear: left;
  border-radius: 60px;
  background-color: #000;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #c72480;
}

.section-image-ocean-carrier {
  position: absolute;
  left: auto;
  top: 41%;
  right: -9%;
  bottom: auto;
  z-index: 20;
  height: 300px;
  float: right;
}

.section-image-ocean-carrier._2 {
  left: -100px;
  top: -120px;
  right: auto;
  float: left;
  transform: rotate(3deg);
}

.section-image-ocean-carrier._2-copy {
  left: -100px;
  top: -120px;
  right: auto;
  float: left;
  transform: rotate(3deg);
}

.section-image-3pl {
  position: absolute;
  left: auto;
  top: 90%;
  right: -22%;
  bottom: auto;
  z-index: 20;
  height: 400px;
  float: right;
}

.tilted-color-block-green {
  position: relative;
  z-index: 0;
  width: 120%;
  height: 800px;
  margin-left: -45px;
  background-color: #37a7db;
  background-image: linear-gradient(180deg, rgba(118, 170, 40, 0.9) 23%, rgba(104, 146, 39, 0.9) 54%), url('../images/3pl_bg.jpg');
  background-position: 0px 0px, 0% 65%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  transform: rotate(4deg);
}

.section-image-3pl-carton {
  position: absolute;
  left: -14%;
  top: -9%;
  right: auto;
  bottom: auto;
  z-index: 20;
  height: 300px;
  float: right;
}

.product-card-description {
  display: flex;
  padding: 20px 30px 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.nav-menu-3 {
  position: static;
  top: 0px;
  right: 0px;
  display: flex;
  height: 70px;
  float: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 0 auto;
}

.text-field {
  width: 100%;
  height: 40px;
  margin-bottom: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #ececec;
  border-radius: 4px;
  transition: border-color 200ms ease;
}

.text-field:hover {
  border-color: #d8d8d8;
}

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

.text-field::-moz-placeholder {
  color: #ccc;
}

.text-field::-ms-input-placeholder {
  color: #ccc;
}

.text-field::placeholder {
  color: #ccc;
}

.col-2 {
  padding-right: 5px;
  padding-left: 15px;
}

.menu1-button-wrapper {
  margin-right: 15px;
  margin-left: 15px;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
}

.alert-message {
  display: inline-block;
  color: #fff;
  line-height: 21px;
}

.big-article {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.hero-content-wrapper {
  display: block;
  width: 910px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 100px;
}

.number-card-number {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.swatch-block-50 {
  height: 50px;
  background-color: #1991eb;
  opacity: 0.5;
}

.swatch-block-50._3rd-swatch-50 {
  background-color: #39b54a;
}

.swatch-block-50._2nd-swatch-50 {
  background-color: #3023ae;
}

.swatch-block-50._6th-swatch-50 {
  background-color: #f85359;
}

.swatch-block-50._8th-swatch-50 {
  background-color: #66493e;
}

.swatch-block-50._7th-swatch-50 {
  background-color: #333;
}

.swatch-block-50._4th-swatch-50 {
  background-color: #c5d0de;
}

.swatch-block-50._5th-swatch-50 {
  background-color: #f7981c;
}

.article-alt-cover {
  height: 270px;
  margin-top: 26px;
  padding-bottom: 0px;
  border-radius: 8px;
  background-image: url('../images/card-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.article-alt-cover.article-1-content {
  background-image: url('../images/flatiron.jpg');
}

.article-alt-cover.article-5-content {
  background-image: url('../images/article-cover-3.jpg');
}

.article-alt-cover.article-2-content {
  margin-top: 0px;
  margin-bottom: 26px;
  background-image: url('../images/article-cover-1.jpg');
}

.article-alt-cover.article-4-content {
  margin-top: 0px;
  margin-bottom: 26px;
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-link-3 {
  display: flex;
  height: 70px;
  padding-right: 15px;
  padding-left: 15px;
  align-items: center;
  color: #333;
}

.label-2 {
  display: inline-block;
  padding: 4px 10px 3px;
  border-radius: 4px;
  background-color: #1991eb;
}

.label-2.label-green {
  background-color: #39b54a;
}

.label-2.label-violet {
  background-color: #3023ae;
}

.label-2.label-article-brown {
  margin-bottom: 2px;
  background-color: #66493e;
}

.label-2.label-grey {
  background-color: #c5d0de;
}

.label-2.label-article-pink {
  margin-top: 2px;
  background-color: #e556a4;
}

.label-2.label-article-grey {
  margin-top: 2px;
  background-color: #858589;
}

.label-2.label-article-brownish {
  margin-bottom: 2px;
  background-color: #aa955d;
}

.label-2.label-red {
  background-color: #f85359;
  background-image: none;
}

.label-2.label-yellow {
  background-color: #f7981c;
}

.label-2.label-article-greenish {
  margin-bottom: 2px;
  background-color: #28998a;
}

.product-card-image {
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
}

.product-card-image.product-card-3 {
  background-image: url('../images/card32x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-card-image.product-card-2 {
  background-image: url('../images/card22x.jpg'), linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.product-card-image.product-card-1 {
  background-image: url('../images/card12x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divider-2 {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #eee;
}

.divider-2.big-article-divider {
  margin-bottom: 24px;
}

.divider-2.headline-divider {
  margin-top: 40px;
  margin-bottom: 20px;
}

.big-profile-name {
  margin-bottom: 6px;
}

.hero {
  display: flex;
  width: 100%;
  height: 480px;
  padding-right: 20%;
  padding-left: 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-image: linear-gradient(135deg, rgba(48, 35, 174, 0.6), rgba(200, 109, 215, 0.6)), url('../images/hero1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

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

.alert-icon {
  position: absolute;
  left: 0px;
  top: 4px;
  bottom: 0px;
  display: inline-block;
  margin-top: -2px;
  margin-right: 12px;
}

.menu1-logo-wrapper {
  display: inline-block;
  width: auto;
  height: 70px;
  padding-right: 25px;
  padding-left: 25px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  flex-grow: 0;
  background-color: #1991eb;
  text-align: center;
}

.menu2 {
  padding-right: 15px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.swatch-block-big {
  width: 100%;
  height: 140px;
  background-color: #1991eb;
}

.swatch-block-big._2nd-swatch-100 {
  background-color: #3023ae;
}

.swatch-block-big._8th-swatch-100 {
  background-color: #66493e;
}

.swatch-block-big._4th-swatch-100 {
  background-color: #c5d0de;
}

.swatch-block-big._3rd-swatch-100 {
  background-color: #39b54a;
}

.swatch-block-big._6th-swatch-100 {
  background-color: #f85359;
}

.swatch-block-big._7th-swatch-100 {
  background-color: #333;
}

.swatch-block-big._5th-swatch-100 {
  background-color: #f7981c;
}

.success-message-2 {
  background-color: transparent;
}

.signup-account-link {
  display: inline-block;
  color: #999;
}

.article-cover {
  height: 230px;
  margin-bottom: 24px;
  border-radius: 8px;
  background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
}

.article-cover.article-content-3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.article-cover.article-content-1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.article-cover.article-content-2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.profile-card {
  display: flex;
  padding: 30px 30px 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.menu2-socialicons-wrapper {
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
}

.logo-icon-image {
  margin-top: -1px;
}

.wide-wrapper {
  margin-bottom: 30px;
  padding-right: 5px;
  padding-left: 5px;
}

.wide-wrapper.last-wrapper {
  margin-bottom: 80px;
}

.swatch-block-75 {
  height: 50px;
  background-color: #1991eb;
  opacity: 0.75;
}

.swatch-block-75._6th-swatch-75 {
  background-color: #f85359;
}

.swatch-block-75._7th-swatch-75 {
  background-color: #333;
}

.swatch-block-75._5th-swatch-75 {
  background-color: #f7981c;
}

.swatch-block-75._8th-swatch-75 {
  background-color: #66493e;
}

.swatch-block-75._4th-swatch-75 {
  background-color: #c5d0de;
}

.swatch-block-75._2nd-swatch-75 {
  background-color: #3023ae;
}

.swatch-block-75._3rd-swatch-75 {
  background-color: #39b54a;
}

.row {
  margin-bottom: 50px;
}

.profile-card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url('../images/Avatar-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.register-link {
  display: inline-block;
  cursor: pointer;
}

.big-article-title-wrapper {
  width: 100%;
}

.card-2 {
  position: relative;
  height: 340px;
  padding: 30px;
  border-radius: 8px;
  background-image: linear-gradient(180deg, #000, #000);
  transition: box-shadow 400ms ease;
}

.card-2.card4-content {
  background-image: url('../images/card42x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-2.card3-content {
  background-image: url('../images/card3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-2.card2-content {
  background-image: url('../images/card2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-2.card1-content {
  position: relative;
  background-image: url('../images/card1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-2.card5-content {
  background-image: url('../images/card52x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-2.card6-content {
  background-image: url('../images/card62x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-2.card4-content-2 {
  background-image: url('../images/card42x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-2.card5-content-2 {
  background-image: url('../images/card52x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-2.card6-content-2 {
  background-image: url('../images/card62x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.col {
  padding-right: 15px;
  padding-left: 5px;
}

.profile-name {
  margin-top: 16px;
  margin-bottom: 4px;
}

.menu2-logo-wrapper {
  display: flex;
  height: 70px;
  float: left;
  align-items: center;
}

.swatch-block-25 {
  height: 50px;
  background-color: #1991eb;
  opacity: 0.25;
}

.swatch-block-25._4th-swatch-25 {
  background-color: #c5d0de;
}

.swatch-block-25._2nd-swatch-25 {
  background-color: #3023ae;
}

.swatch-block-25._5th-swatch-25 {
  background-color: #f7981c;
}

.swatch-block-25._8th-swatch-25 {
  background-color: #66493e;
}

.swatch-block-25._3rd-swatch-25 {
  background-color: #39b54a;
}

.swatch-block-25._6th-swatch-25 {
  background-color: #f85359;
}

.swatch-block-25._7th-swatch-25 {
  background-color: #333;
}

.fullpic-profile-bio {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
}

.price-wrapper {
  padding-left: 0px;
}

.hero-title {
  position: absolute;
  left: auto;
  top: 6%;
  right: 7%;
  bottom: auto;
  max-width: 300px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
}

.product-card {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  transition: transform 400ms ease, box-shadow 400ms ease;
  cursor: pointer;
}

.product-card:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  transform: translate(0px, -6px) scale(1.02);
}

.fullpic-profile-name {
  margin-bottom: 4px;
  color: #fff;
}

.signup-content-wrapper {
  display: flex;
  height: 100%;
  padding: 45px 50px 40px;
  align-items: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
}

.card-headline {
  margin-top: 10px;
  color: #fff;
}

.card-headline.dark-card-headline {
  color: #333;
}

.card-headline.dark-card-headline._6col-card {
  width: 40%;
}

.signup-headline {
  margin-bottom: 15px;
}

.menu1 {
  position: static;
  height: 70px;
  padding-right: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.basic-column {
  padding-right: 5px;
  padding-left: 5px;
}

.profile-card-big-avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-image: url('../images/Avatar-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.alert {
  position: relative;
  display: flex;
  padding: 10px 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4px;
  background-color: #c5d0de;
}

.alert.positive-alert {
  background-color: #39b54a;
}

.alert.error-alert {
  background-color: #f85359;
}

.alert.warning-alert {
  background-color: #f7981c;
}

.alert.neutral-alert {
  background-color: #1991eb;
}

.alert-close-wrapper {
  width: 8px;
  height: 100%;
  margin-top: -3px;
}

.profiles-wrapper {
  display: flex;
  margin-bottom: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.signup-image-wrapper {
  display: block;
  height: 100%;
  padding-left: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url('../images/signup-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.styleguide-content {
  padding: 5px 10px 60px;
}

.number-card-progress {
  color: #fff;
  text-align: right;
}

.label-text {
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-name-title {
  margin-top: 6px;
  padding-right: 20px;
}

.actions-wrapper {
  padding-top: 7px;
}

.article {
  margin-bottom: 10px;
}

.number-card-divider {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 14px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.social-icon {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #e9e9e9;
  transition: background-color 200ms ease;
}

.social-icon.icon-instagram {
  background-color: #703906;
}

.social-icon.icon-instagram:hover {
  background-color: #5d2f04;
}

.social-icon.icon-twitter {
  background-color: #1da1f2;
}

.social-icon.icon-twitter:hover {
  background-color: #1092e2;
}

.social-icon.icon-pinterest {
  background-color: #bd081c;
}

.social-icon.icon-pinterest:hover {
  background-color: #a50416;
}

.social-icon.icon-linkedin {
  background-color: #0077b5;
}

.social-icon.icon-linkedin:hover {
  background-color: #086596;
}

.social-icon.icon-googleplus {
  background-color: #dd4b39;
}

.social-icon.icon-googleplus:hover {
  background-color: #c33d2c;
}

.social-icon.icon-facebook {
  background-color: #3b5998;
}

.social-icon.icon-facebook:hover {
  background-color: #284685;
}

.social-icon.icon-facebook.menu2-lasticon {
  margin-left: 10px;
}

.menu-button-2 {
  display: none;
  height: 70px;
  padding-right: 25px;
  padding-left: 25px;
  justify-content: center;
  align-items: center;
}

.menu-button-2.w--open {
  display: none;
}

.number-card-progress-wrapper {
  display: flex;
  justify-content: space-between;
}

.close-alert {
  transition: opacity 200ms ease;
}

.close-alert:hover {
  opacity: 0.8;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.number-card-currency {
  color: #fff;
}

.tagline.tagline-promo-40 {
  color: rgba(51, 51, 51, 0.4);
}

.tagline.white-hero-tagline {
  margin-bottom: 10px;
  color: #fff;
}

.tagline.white-profile-tagline {
  color: #fff;
}

.button-3 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  line-height: 22px;
}

.button-3:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  color: #fff;
}

.button-3.profile-contact-big-button {
  margin-right: 10px;
}

.button-3.default-button {
  display: inline-block;
  align-items: flex-end;
  background-color: #fff;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #5b697a;
}

.button-3.default-button:hover {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  color: #213d63;
}

.button-3.default-button.default-button-with-line {
  padding: 8px 24px;
  border: 1px solid #f4f4f4;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

.button-3.default-button.default-button-with-line:hover {
  border-color: #c5d0de;
  box-shadow: none;
}

.button-3.default-button.big-default {
  margin-top: 0px;
  padding: 17px 35px;
  font-size: 16px;
}

.button-3.default-button.card-cta {
  position: absolute;
  left: 30px;
  bottom: 20px;
  display: block;
}

.button-3.green-button {
  background-color: #39b54a;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

.button-3.green-button:hover {
  background-color: #2faa40;
}

.button-3.violet-button {
  background-color: #805ce6;
}

.button-3.violet-button:hover {
  background-color: #6e49d4;
}

.styleguideheadline {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.signup-form {
  display: flex;
  height: 510px;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.larger-paragraph {
  font-size: 16px;
  line-height: 26px;
}

.larger-paragraph.white-hero-paragraph {
  margin-top: 12px;
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.8);
}

.larger-paragraph.white-hero-paragraph.hero2-paragraph {
  width: 40%;
}

.error-message-2 {
  padding: 0px;
  border-radius: 4px;
  background-color: transparent;
}

.big-article-image-wrapper {
  height: 400px;
  padding-left: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url('../images/article-image2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.number-card-dollars {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 24px;
}

.fullpic-profile {
  display: flex;
  height: 420px;
  padding: 30px 30px 20px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  background-color: #fff;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent), url('../images/Group-22x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero2 {
  display: flex;
  width: 100%;
  height: 480px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 10px;
  background-image: linear-gradient(180deg, rgba(68, 73, 80, 0.2), rgba(68, 73, 80, 0.2)), url('../images/hero2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.alert-content {
  position: relative;
  padding-right: 30px;
  padding-left: 26px;
  flex-grow: 1;
}

.product-price {
  margin-top: 0px;
  margin-bottom: 0px;
}

.style-label {
  color: #bebebe;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.content-wrapper {
  margin-bottom: 50px;
}

.profile-card-big {
  display: flex;
  padding: 40px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.menu2-logo-text {
  display: inline-block;
  margin-left: 30px;
  float: left;
  font-size: 16px;
  font-weight: 500;
}

.text-deco-light-24 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
}

.profile-card-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.success-message-text {
  margin-top: 20px;
  color: #1991eb;
  font-size: 16px;
  line-height: 24px;
}

.number-card {
  padding: 22px 30px;
  border-radius: 8px;
  background-image: linear-gradient(180deg, #1991eb, #1991eb);
}

.number-card.number-card-content1 {
  background-image: linear-gradient(180deg, #7042bf, #3023ae);
}

.number-card.number-card-content3 {
  background-image: linear-gradient(180deg, #ed629a, #c850c0);
}

.number-card.number-card-content2 {
  display: block;
  background-image: linear-gradient(180deg, #17cec4, #17cec4 0%, #08aeea);
  color: #333;
}

.number-card.number-card-content4 {
  background-image: linear-gradient(180deg, #ff8308, #fd4f00);
}

.menu1-logo-text {
  display: inline-block;
  margin-left: 12px;
  float: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.big-article-content-wrapper {
  display: flex;
  height: 400px;
  padding: 30px 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.styleguide {
  display: block;
  width: 960px;
  margin: 10px auto 100px;
  box-shadow: none;
}

.error-message-text {
  display: inline-block;
  color: #f85359;
}

.menu1-logo {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
}

.no-margin-top {
  margin-top: 0px;
}

.content {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 550px;
  flex-direction: column;
  align-items: flex-start;
}

.content.small {
  max-width: 400px;
}

.content.small-2 {
  max-width: 400px;
}

.square-block {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkmark-svg {
  display: flex;
  width: 15px;
  margin-right: 10px;
  align-items: center;
  color: #0628ff;
}

.checkmark-svg.medium {
  width: 20px;
}

._415-max-width {
  max-width: 415px;
  color: #66666e;
  font-weight: 400;
}

.two-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.two-grid.medium {
  max-width: 1000px;
  align-items: stretch;
}

.two-grid.medium.extra-margin-bottom {
  padding-bottom: 50px;
}

.section-3 {
  position: relative;
  min-height: 800px;
  padding: 100px 5vw;
}

.section-3.bg-primary-2 {
  background-color: #ddebff;
  color: #fff;
}

.section-3.bg-primary-3 {
  min-height: 900px;
  background-color: #ddebff;
  color: #fff;
}

.section-3.bg-primary-4 {
  min-height: 900px;
  background-color: transparent;
  color: #fff;
}

.checkmark-parent {
  display: flex;
  align-items: center;
}

.image-half-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-half-screen.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-half-screen.right-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-half-screen.left-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-width: 400px;
  margin-top: 372px;
}

.image-half-screen.left-2-copy {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-half-screen.right-3 {
  left: auto;
  top: 112%;
  right: 0%;
  bottom: auto;
  width: 100%;
}

.contain-strip {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 100%;
  max-width: 500px;
  padding-right: 5vw;
  align-items: center;
}

.strip {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: flex;
  width: 50vw;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 5vw;
  justify-content: flex-end;
  background-color: #0628ff;
}

.demo-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 50%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 auto;
}

.d-8-image-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.d-8-image {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex: 1;
  background-image: url('../images/services_menu_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.d-8-image:hover {
  flex-grow: 7;
  background-image: linear-gradient(180deg, rgba(188, 227, 255, 0.26), rgba(188, 227, 255, 0.26)), url('../images/services_menu_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.d-8-image.two {
  background-image: url('../images/services_menu_2.jpg');
}

.d-8-image.two:hover {
  background-image: linear-gradient(180deg, rgba(188, 227, 255, 0.26), rgba(188, 227, 255, 0.26)), url('../images/services_menu_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.d-8-image.three {
  background-image: url('../images/services_menu_3.jpg');
}

.d-8-image.three:hover {
  background-image: linear-gradient(180deg, rgba(188, 227, 255, 0.26), rgba(188, 227, 255, 0.26)), url('../images/services_menu_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.d-8-image-text {
  position: static;
  padding-top: 0px;
  padding-left: 0px;
  flex: 0 auto;
  font-family: Thicccboi, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}

.bold-text-7 {
  font-weight: 700;
}

.demo-container {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link-block-4 {
  width: 33.4%;
  height: 100%;
  text-decoration: none;
}

.link-block-5 {
  width: 33.3%;
  height: 100%;
  text-decoration: none;
}

.section-4 {
  padding-top: 0px;
  padding-bottom: 72px;
}

.section-4.cloneables-listing {
  padding-bottom: 0px;
}

.section-4.cloneables-listing {
  padding-top: 0px;
  padding-bottom: 100px;
}

.section-4.cloneables-listing-2 {
  padding-top: 0px;
  padding-bottom: 100px;
}

._2-buttons---brix {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

._2-buttons---brix.hero-v2---brix {
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

.container-default-3 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.button-primary---brix {
  display: flex;
  padding: 20px 40px 21px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background-color: #4a3aff;
  box-shadow: 0 3px 12px 0 rgba(74, 58, 255, 0.12);
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-primary---brix:hover {
  background-color: #3527d8;
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.15);
  transform: translate(0px, -2px);
}

.button-primary---brix._2-buttons---brix {
  display: block;
  margin-right: 24px;
}

.button-secondary---brix {
  padding: 15px 48px;
  border-radius: 80px;
  background-color: #f3f1ff;
  transition: color 300ms ease, background-color 300ms ease;
  color: #4a3aff;
  line-height: 20px;
  text-align: center;
}

.button-secondary---brix:hover {
  background-color: #4a3aff;
  color: #fff;
}

.button-secondary---brix.variant-01---brix {
  padding: 20px 40px 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #4a3aff;
  background-color: transparent;
  transition: transform 300ms ease, border-color 300ms ease, color 300ms ease, background-color 300ms ease;
}

.button-secondary---brix.variant-01---brix:hover {
  background-color: #4a3aff;
  transform: translate(0px, -2px);
}

.button-secondary---brix.variant-01---brix.color-white {
  border-color: #fff;
  color: #fff;
}

.button-secondary---brix.variant-01---brix.color-white:hover {
  background-color: #fff;
  color: #4a3aff;
}

.subtitle---brix {
  color: #4a3aff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.subtitle---brix.color-white {
  color: #fff;
}

.hero-v6-wrapper---faq {
  display: flex;
  min-height: 70vh;
  padding-top: 200px;
  padding-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/faq_hero_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
}

.color-white-2 {
  color: #fff;
}

.top-content---brix {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

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

.paragraph-2._404 {
  max-width: 460px;
  margin-bottom: 40px;
}

.paragraph-2.utility-page {
  margin-bottom: 0px;
  color: #fff;
}

.paragraph-2.utility-page {
  color: #66666e;
}

.paragraph-2.feature-card-paragraph {
  margin-bottom: 0px;
}

.paragraph-2.home-perk-paragraph {
  margin-bottom: 20px;
}

.paragraph-2.no-margin {
  margin-bottom: 0px;
}

.paragraph-2.testimonial-paragraph {
  margin-bottom: 40px;
}

.paragraph-2.footer-paragraph {
  margin-bottom: 20px;
}

.paragraph-2.about-team {
  width: 100%;
  max-width: 460px;
  margin-bottom: 0px;
}

.paragraph-2.about-testimonials {
  margin-bottom: 0px;
}

.paragraph-2.post-summary {
  max-width: 550px;
  margin-bottom: 0px;
}

.paragraph-2.contact {
  margin-bottom: 24px;
}

.paragraph-2.contact-succes-message {
  margin-bottom: 0px;
}

.paragraph-2.support-summary {
  margin-bottom: 26px;
}

.paragraph-2.faq {
  width: 100%;
  max-width: 88%;
  margin-bottom: 0px;
  padding-top: 11px;
}

.paragraph-2.pricing {
  margin-bottom: 0px;
}

.paragraph-2.package-about-excerpt {
  margin-bottom: 27px;
}

.paragraph-2.get-package-testimonials {
  margin-bottom: 40px;
}

.paragraph-2.integration-about-excerpt {
  margin-bottom: 24px;
}

.paragraph-2.feature-single-hero {
  margin-bottom: 40px;
  color: #3b3f44;
  font-weight: 500;
}

.paragraph-2.career-feature {
  margin-bottom: 0px;
}

.paragraph-2.career-about-excerpt {
  width: 100%;
  max-width: 70%;
  margin-bottom: 24px;
}

.paragraph-2.career-about-excerpt.large {
  max-width: 88%;
}

.paragraph-2.apply-today-paragraph {
  margin-bottom: 48px;
}

.paragraph-2.sample-search-descrpition {
  margin-bottom: 16px;
  color: #2695f0;
}

.paragraph-2.snippet {
  margin-bottom: 0px;
}

.paragraph-2.home-tab-paragraph {
  margin-bottom: 0px;
}

.paragraph-2.featured-blog {
  margin-bottom: 0px;
}

.paragraph-2.integrations-paragraph {
  margin-bottom: 0px;
}

.paragraph-2.about-the-team-member {
  margin-bottom: 0px;
}

.gradient_h1 {
  color: #fff;
}

.demo-container-2 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-wrapper---specialty {
  display: flex;
  min-height: 88vh;
  padding-top: 200px;
  padding-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f5f9fe, rgba(249, 252, 254, 0.7) 19%, hsla(0, 0%, 100%, 0.03) 42%, transparent), url('../images/speciality_hero_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-content-2 {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.bold-text-8 {
  display: block;
  color: #fff;
  font-size: 42px;
  text-align: left;
  text-transform: capitalize;
}

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

.section-5.utility-page {
  padding-top: 250px;
  padding-bottom: 80px;
}

.section-5.utility-page.checkout {
  padding-top: 250px;
  padding-bottom: 0px;
}

.section-5.testimonials-section {
  overflow: hidden;
}

.section-5.hero-section {
  position: relative;
  padding-top: 250px;
}

.section-5.first-section {
  position: relative;
  padding-top: 250px;
}

.section-5.integrations {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
}

.section-5.single-integration {
  padding-top: 200px;
}

.section-5.feature-single-hero {
  position: relative;
  display: flex;
  padding-top: 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-5.relative {
  position: relative;
  padding-bottom: 40px;
}

.section-5.pricing {
  padding-top: 210px;
  padding-bottom: 200px;
}

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

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

.hero-wrapper---service {
  display: flex;
  min-height: 70vh;
  padding-top: 200px;
  padding-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/service_hero_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

._3-column-grid-copy {
  display: -ms-grid;
  display: grid;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-column-grid-copy.blog-post-cards-grid {
  align-items: stretch;
}

._3-column-grid-copy.home-teams-grid {
  margin-bottom: 48px;
  align-items: start;
}

._3-column-grid-copy.about-hero-image-grid {
  justify-content: space-between;
}

._3-column-grid-copy.team-grid {
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-column-grid-copy.values-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

._3-column-grid-copy.careers-features {
  margin-bottom: 80px;
  justify-items: center;
  align-items: start;
  grid-row-gap: 60px;
}

._3-column-grid-copy.features-grid {
  align-items: stretch;
}

._3-column-grid-copy.search-result-list {
  align-items: stretch;
  grid-column-gap: 26px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

._3-column-grid-copy.about-hero-image-grid-2 {
  justify-content: space-between;
}

.story-subtitle {
  color: #2695f0;
  font-size: 24px;
}

.bullet-list-story {
  margin-bottom: 30px;
  padding-left: 17px;
}

.story-container-with-line {
  display: flex;
  margin-bottom: 80px;
  padding-bottom: 32px;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #c0c4d1;
}

.story-container-with-line.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.story-content-main-wrapper-with-line {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #c0c4d1;
}

.split-content-full-width.checkout-left {
  flex-grow: 1;
}

.split-content-full-width.checkout-right {
  position: static;
  top: 180px;
  flex-grow: 1;
}

.split-content-full-width.header-left {
  display: flex;
  align-items: center;
}

.split-content-full-width.header-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.split-content-full-width.feature-card-content {
  display: flex;
  padding-right: 30px;
  padding-bottom: 64px;
  padding-left: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.65);
  transition: background-color 300ms ease;
  text-align: center;
}

.split-content-full-width.feature-card-content:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.split-content-full-width.home-perk-content {
  width: 100%;
  max-width: 40%;
}

.split-content-full-width.home-perk-image {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 55%;
  align-items: center;
}

.split-content-full-width.home-tab-left {
  margin-right: 24px;
}

.split-content-full-width.blog-card-content {
  display: flex;
  padding: 34px 30px 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.split-content-full-width.testimonial-card-content {
  width: 100%;
  max-width: 55%;
}

.split-content-full-width.testimonial-about-client {
  display: flex;
  max-width: 240px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.split-content-full-width.home-teams-section-card-content {
  display: flex;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.split-content-full-width.story-left {
  width: 100%;
  max-width: 45%;
}

.split-content-full-width.story-right {
  position: relative;
  width: 100%;
  max-width: 50%;
}

.split-content-full-width.team-card-color {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 150px;
}

.split-content-full-width.bottom-team-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  padding-right: 30px;
  padding-bottom: 64px;
  padding-left: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
}

.split-content-full-width.about-testimonials-left {
  width: 100%;
  max-width: 49%;
  padding-top: 20px;
}

.split-content-full-width.about-testimonials-right {
  width: 100%;
  max-width: 49%;
}

.split-content-full-width.featured-blog-card-content {
  display: flex;
  padding: 56px 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.split-content-full-width.featured-blog-card-content.small {
  width: 100%;
  padding: 40px 32px;
}

.split-content-full-width.cta-v2-right {
  width: 100%;
  max-width: 50%;
}

.split-content-full-width.contact-content-left {
  width: 100%;
  max-width: 40%;
}

.split-content-full-width.contact-content-right {
  width: 100%;
  max-width: 56%;
}

.split-content-full-width.support-card-content {
  display: flex;
  padding-right: 26px;
  padding-bottom: 64px;
  padding-left: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
  text-align: center;
}

.split-content-full-width.left-faqs {
  width: 100%;
  max-width: 48%;
}

.split-content-full-width.right-faqs {
  width: 100%;
  max-width: 48%;
}

.split-content-full-width.single-pricing-left {
  display: flex;
  width: 100%;
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.split-content-full-width.single-pricing-right {
  width: 100%;
  max-width: 45%;
}

.split-content-full-width.integrations-hero-left {
  width: 100%;
  max-width: 45%;
}

.split-content-full-width.integrations-hero-right {
  position: relative;
  width: 100%;
  max-width: 50%;
  perspective: 1000px;
  transform: perspective(1000px);
}

.split-content-full-width.integration-details {
  width: 100%;
}

.split-content-full-width.feature-single-hero-left {
  width: 100%;
  max-width: 40%;
}

.split-content-full-width.feature-single-large {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 53%;
  justify-content: flex-start;
  align-items: center;
}

.split-content-full-width.feature-single-short {
  width: 100%;
  max-width: 42%;
}

.split-content-full-width.careers-card-left {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  width: 100%;
  max-width: 100%;
}

.split-content-full-width.careers-card-right {
  width: 100%;
  max-width: 75%;
}

.split-content-full-width.career-content {
  width: 100%;
  max-width: 60%;
}

.split-content-full-width.career-right {
  width: 100%;
  max-width: 32%;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.split-content-full-width.team-member-card-content {
  width: 100%;
  height: 100%;
  padding: 30px 64px 64px;
}

.split-content-full-width.team-member-details {
  width: 100%;
}

.split-content-full-width.search-results-content {
  padding: 32px;
}

.button-customer-stories {
  margin-top: 60px;
  padding: 22px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #2695f0;
  border-radius: 12px;
  background-color: #2695f0;
  box-shadow: 0 2px 4px 0 rgba(74, 58, 255, 0.12);
  transition: color 300ms ease, border-color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
}

.button-customer-stories:hover {
  background-color: transparent;
  box-shadow: 0 4px 10px 0 rgba(68, 140, 252, 0.1);
  transform: scale3d(0.94, 0.94, 0.01);
  color: #2695f0;
}

.button-customer-stories.small {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.1;
}

.button-customer-stories.small.flex {
  display: flex;
}

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

.button-customer-stories.full-width {
  display: block;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.button-customer-stories.button-white {
  background-color: #fff;
  box-shadow: none;
  color: #1a1b1e;
}

.button-customer-stories.button-white:hover {
  border-color: #fff;
  background-color: #1a1b1e;
  color: #fff;
}

.button-customer-stories.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
}

.button-customer-stories._2-buttons {
  margin-right: 24px;
}

.button-customer-stories.category {
  padding: 14px 20px;
  border-radius: 8px;
}

.button-customer-stories.pagination-button {
  min-width: 141px;
}

.button-customer-stories.add-to-cart {
  display: block;
  width: 100%;
}

.button-customer-stories.password-button {
  padding: 0px;
  border-style: none;
  background-color: transparent;
  box-shadow: none;
  transition: background-color 300ms ease;
}

.button-customer-stories.password-button:hover {
  transform: none;
}

.button-customer-stories.button-wrapper.password {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.button-customer-stories.header-button {
  padding: 16px 24px;
  border-color: #90c540;
  background-color: #90c540;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  transform-style: preserve-3d;
}

.button-customer-stories.header-button:hover {
  transform: scale3d(0.94, 0.94, 0.01);
  color: #fff;
}

.button-customer-stories.header-button.mobile {
  display: none;
}

.hero-v5-wrapper--customer-stories {
  display: flex;
  min-height: 70vh;
  padding-top: 200px;
  padding-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/customer_stories_hero_bg.jpg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, 100%;
}

.hero-wrapper---team {
  display: flex;
  min-height: 70vh;
  padding-top: 200px;
  padding-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/team_hero_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.team_underline {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #d3fd50;
  transition: width 400ms ease;
}

.popup_item {
  width: 100%;
  height: 100vh;
}

.popup_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 1;
}

.popup_list {
  width: 100%;
  height: 100vh;
}

.team_image {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  padding-top: 132%;
  transition: transform 200ms ease;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.container-2 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 8em 12em;
}

.cursor_embed {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 200ms ease;
  color: #fff;
}

.page-wrapper-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 1em;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.popup_wrapper {
  position: relative;
  z-index: 2;
}

.team_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 2.5em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 1em;
  -o-object-fit: cover;
     object-fit: cover;
}

.team_name {
  position: relative;
  z-index: 2;
  font-size: 1.7em;
  line-height: 1.2;
  font-weight: 600;
}

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

.team_title-wrap {
  position: relative;
  display: flex;
  margin-top: 1em;
  justify-content: flex-start;
  align-items: center;
  transition: margin 200ms ease;
}

.cursor_dot {
  width: 70px;
  height: 70px;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 200ms ease;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  color: #d3fd50;
}

.section-title {
  margin-bottom: 10px;
  color: #3b2ae5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.team-member-info-01 {
  position: relative;
  min-height: 500px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border-style: none;
  border-width: 5px 1px 1px;
  border-color: #3b2ae5 #000 #000;
  background-color: #fff;
}

.team-member-01 {
  width: 100%;
  max-width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  transition: all 200ms ease;
}

.team-member-01:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.16);
}

.team-member-image-01 {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 225px;
  padding-top: 20px;
  padding-left: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-image-01.max {
  height: 340px;
  background-color: #bce3ff;
  background-image: url('../images/team_member_5.jpg');
  background-position: 50% 100%;
}

.team-member-image-01.queenie {
  height: 340px;
  background-color: #bce3ff;
  background-image: url('../images/team_member_2.jpg');
}

.team-member-image-01.kristy {
  height: 340px;
  background-color: #bce3ff;
  background-image: url('../images/team_member_3.jpg');
}

.team-member-image-01.raymond {
  height: 340px;
  padding-top: 20px;
  padding-left: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #bce3ff;
  background-image: url('../images/team_member_1.jpg');
}

.team-member-image-01.anthony {
  height: 340px;
  background-color: #bce3ff;
  background-image: url('../images/team_member_4.jpg');
}

.team-section-01 {
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}

.team-grid-01 {
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  justify-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.linkedin-link {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  transition: all 200ms ease;
}

.linkedin-link:hover {
  opacity: 0.8;
}

.heading-3 {
  margin-top: 0px;
  font-weight: 600;
}

.heading-3.team-member {
  margin-bottom: 0px;
}

.heading-2 {
  margin-top: 0px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.team-title-wrap {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
  flex-direction: column;
  align-items: flex-start;
}

.job-title {
  opacity: 0.75;
  font-size: 16px;
  line-height: 22px;
}

.job-description {
  display: none;
  margin-top: 20px;
  opacity: 0.75;
  font-size: 16px;
  line-height: 22px;
}

.team-container {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 1800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-wrapper---platform {
  display: flex;
  min-height: 70vh;
  padding-top: 200px;
  padding-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/platform_hero_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.flex-wrap {
  display: flex;
  height: 100vh;
  min-height: 650px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-2 {
  background-image: linear-gradient(180deg, #f09, #ff0004);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.big-text-clip {
  background-image: url('../images/ren-ran-bBiuSdck8tU-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 36vw;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -10px;
  text-transform: uppercase;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-wrapper---mission {
  display: flex;
  min-height: 70vh;
  padding-top: 200px;
  padding-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/mission_hero_bg.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.before-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/before2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.after-image-inner-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  overflow: visible;
  justify-content: center;
  align-items: center;
  background-image: url('../images/after2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider--comparison-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.before2-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.after2-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
}

.before2-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/before.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.after2-image-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  overflow: visible;
  justify-content: center;
  align-items: center;
  background-image: url('../images/after.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.after2-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.hero-wrapper---contact-us {
  display: flex;
  min-height: 70vh;
  padding-top: 200px;
  padding-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/contact_us_hero_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-wrapper---why-choose-us {
  display: flex;
  min-height: 70vh;
  padding-top: 200px;
  padding-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/why_choose_us_hero_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-graphic-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: block;
}

.slide {
  margin-right: 50px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(70, 137, 215, 0.2);
  border-radius: 10px;
  background-color: #fff;
}

.faq-title {
  display: inline-block;
  margin-bottom: 8px;
  color: #1b2d45;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.arrow-right {
  left: auto;
  top: 0%;
  right: -25px;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.mask {
  overflow: visible;
  background-color: transparent;
  box-shadow: none;
}

.h2 {
  margin-bottom: 14px;
}

.h2.white {
  color: #3b3f44;
}

.profile-block {
  display: flex;
  margin-top: 40px;
  align-items: center;
}

.quotes-icon-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: -10%;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  width: 100%;
  height: 100%;
  max-width: 750px;
  margin-top: 90px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.arrow-left {
  left: -25px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.profile-image {
  margin-right: 25px;
  border-radius: 100px;
}

.quotes-icon {
  position: absolute;
  left: 4%;
  top: -8%;
  right: auto;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-section {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 75px 3% 170px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e5ecf5;
}

.slide-wrap {
  display: flex;
  min-height: 350px;
  padding: 90px 60px 50px;
  flex-direction: column;
  justify-content: space-between;
}

.profile-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.standard-paragraph {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.standard-paragraph.center {
  display: block;
  max-width: 650px;
  text-align: center;
}

.standard-paragraph.center.white {
  color: #3b3f44;
}

.paragraph-basic {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.paragraph-basic._40-bottom-padding {
  margin-bottom: 18px;
}

.halftone-pattern-2 {
  position: absolute;
  left: 4%;
  top: auto;
  right: 0%;
  bottom: -70px;
}

.icon-7 {
  color: #1b2d45;
  font-size: 15px;
}

.hero-wrapper---network {
  display: flex;
  min-height: 70vh;
  padding-top: 200px;
  padding-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/network_hero_bg_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.counterup {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #74b217;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: 2px;
}

.image-3 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.browser-dot {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fc615d;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.d-135-color-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.d-135-section-home {
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
}

.d-135-h3-heading {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
}

.d-135-view-project-wrapper {
  margin-top: 40px;
}

.demo-p.main {
  display: block;
  max-width: 350px;
  margin-right: 60px;
  padding-right: 60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.demo-main-text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 auto;
}

.demo-wrapper-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 100%;
  margin-right: 0%;
  flex-direction: row-reverse;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-end;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.separator {
  width: 80px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #fff;
}

.d-135-view-project-text {
  position: relative;
  z-index: 5;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.d-135-view-project-underline {
  position: relative;
  height: 10px;
  margin-top: -10px;
  background-color: #2695f0;
  transform-origin: 0% 50%;
}

.d-135-text-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.demo-container-3 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f4f9ff, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 112, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: flex;
  height: 30px;
  padding-left: 15px;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #e2e2e2;
}

.browser-demo {
  position: relative;
  z-index: auto;
  display: none;
  overflow: hidden;
  width: 800px;
  height: 400px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-end;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #1a1a1a;
  background-image: none;
}

.d-135-card-wrapper {
  position: relative;
  display: flex;
  width: 33.4%;
  height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  justify-content: center;
  align-items: center;
  background-image: url('../images/services_menu_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.d-135-card-wrapper._3 {
  background-image: url('../images/services_menu_3.jpg');
}

.d-135-card-wrapper._2 {
  background-image: url('../images/services_menu_2.jpg');
}

.instructions-wrapper {
  position: absolute;
  left: auto;
  top: -100px;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: auto;
  margin-left: -20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: flex-start;
}

.demo-container-4 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url('../images/background.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  flex: 0 auto;
}

.banner-button {
  position: relative;
  padding: 20px;
  border-radius: 500px;
  background-color: #37def5;
  font-size: 16px;
  font-weight: 500;
}

.flex-container {
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-container.horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-grid-2 {
  grid-column-gap: 60px;
  -ms-grid-columns: 0.6fr 0.4fr 0.4fr 1fr;
  grid-template-columns: 0.6fr 0.4fr 0.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.input-field {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 80px;
  border: 0px none #000;
  background-image: url('../images/mail-icon.svg');
  background-position: 10% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 33px 84px 0 rgba(14, 86, 124, 0.16);
  font-size: 16px;
}

.cta-header {
  display: inline-block;
  margin-bottom: 8px;
  color: #1b2d45;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}

.banner {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1140px;
  min-height: 285px;
  margin: 160px auto;
  padding-right: 80px;
  padding-left: 80px;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  background-image: url('../images/CTA-Shapes2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 32px 64px 0 rgba(14, 86, 124, 0.16);
}

.banner-text-wrapper {
  position: relative;
  z-index: 20;
}

.footer-title {
  display: inline-block;
  margin-bottom: 36px;
  color: #1b2d45;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.grid-faq {
  width: 110%;
  margin-top: 0px;
  margin-left: 100px;
  justify-items: stretch;
  -ms-grid-row-align: auto;
      align-self: auto;
  flex: 0 auto;
  grid-column-gap: 60px;
  grid-row-gap: 49px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.gradient-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 130px;
  background-image: linear-gradient(180deg, #f7f7f7, #f6fcff 0%, #f6fcff 0, rgba(246, 252, 255, 0));
}

.bottom-section {
  position: relative;
  padding: 140px 3%;
}

.footer-logo-2 {
  margin-bottom: 30px;
}

.submit-button-2 {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #37def5;
  font-size: 16px;
  font-weight: 500;
}

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

.button-secondary-2 {
  padding: 15px 48px;
  border-radius: 80px;
  background-color: #f3f1ff;
  transition: color 300ms ease, background-color 300ms ease;
  color: #4a3aff;
  line-height: 20px;
  text-align: center;
}

.button-secondary-2:hover {
  background-color: #4a3aff;
  color: #fff;
}

.button-secondary-2.cloneable-header-button {
  padding-right: 22px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.cloneable-container-default {
  position: relative;
  display: flex;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f9ff;
  transform: translate(0px, 0px);
}

.container-default-4 {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.cloneable-header-grid {
  align-items: center;
  grid-column-gap: 32px;
  -ms-grid-columns: 1.6fr 1fr;
  grid-template-columns: 1.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper---lets-chat {
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 465px;
  padding: 0px 64px;
  align-items: center;
  border-radius: 30px;
  background-color: #bce3ff;
  background-image: url('../images/bg-01-cta-webflow-cloneable-template-brix-templates.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.title---brix.cta-v1-title---brix {
  margin-bottom: 32px;
  color: #fff;
  line-height: 1.2777777777777777;
}

.title---brix.cta-v1-title---brix.white-text---brix {
  color: #3b3f44;
}

.heading-size-3 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 28px;
}

.subtitle-dash---brix {
  width: 22px;
  max-width: 22px;
  min-height: 2px;
  min-width: 16px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.cloneable-header {
  margin-bottom: 44px;
  padding: 24px 32px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 3px 14px 0 rgba(74, 58, 255, 0.03), 0 -2px 4px 0 rgba(20, 20, 43, 0.02), 0 12px 24px 0 rgba(20, 20, 43, 0.01);
}

.cta-v1-content---brix {
  max-width: 700px;
  color: #fff;
}

.component-container-default---brix {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1240px;
  padding-right: 24px;
  padding-left: 24px;
  align-items: center;
}

.subtitle-wrapper---brix {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  color: #fff;
}

.cta-button---brix {
  padding: 18px 40px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: #f3f1ff;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  color: #4a3aff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.cta-button---brix:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.subtitle---brix-2 {
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.image-wrapper-2.order-item-image {
  max-width: 80px;
  margin-right: 20px;
}

.image-wrapper-2.nav-features-image {
  overflow: hidden;
  margin-right: 12px;
  flex: 0 0 auto;
  border-radius: 16px;
  box-shadow: 0 8px 30px 0 rgba(68, 140, 252, 0.1);
}

.image-wrapper-2.hero-image-wrapper {
  position: relative;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  align-items: center;
}

.image-wrapper-2.feature-image-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: -64px;
  margin-bottom: 30px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 30px 0 rgba(68, 140, 252, 0.1);
}

.image-wrapper-2.feature-card-bg-image {
  overflow: hidden;
}

.image-wrapper-2.home-tab-icon {
  overflow: hidden;
  width: 66px;
  max-height: 66px;
  min-height: 66px;
  min-width: 66px;
  border-radius: 14px;
  box-shadow: 0 8px 32px 0 rgba(68, 140, 252, 0.08);
}

.image-wrapper-2.blog-card-thumbnail {
  overflow: hidden;
}

.image-wrapper-2.testimonial-card-image-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 41%;
  justify-content: center;
  border-radius: 24px;
  background-color: #ddebff;
}

.image-wrapper-2.home-teams-section {
  overflow: hidden;
  border-radius: 24px;
}

.image-wrapper-2.home-teams-section-icon {
  overflow: hidden;
  margin-top: -70px;
  margin-bottom: 30px;
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(68, 140, 252, 0.08);
}

.image-wrapper-2.footer-link-icon {
  display: flex;
  overflow: hidden;
  width: 28px;
  max-height: 28px;
  min-height: 28px;
  min-width: 28px;
  margin-right: 1vw;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #1a1b1e;
}

.image-wrapper-2.avatar {
  overflow: hidden;
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-right: 15px;
  border-radius: 15px;
}

.image-wrapper-2.team-member-image {
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 124px;
  max-width: 124px;
  min-height: 124px;
  margin-top: -65px;
  margin-bottom: 30px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 26px;
  box-shadow: 0 9px 35px 0 rgba(15, 75, 168, 0.12);
  transition: transform 300ms ease;
}

.image-wrapper-2.team-member-image:hover {
  transform: scale(0.94);
}

.image-wrapper-2.value-icon {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 24px;
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
}

.image-wrapper-2.featured-blog-card-image-wrapper {
  overflow: hidden;
  height: 50%;
}

.image-wrapper-2.featured-blog-card-image-wrapper.small {
  position: relative;
  width: 100%;
  height: auto;
}

.image-wrapper-2.c-ontontaontaiontainontaineontainerontainer {
  overflow: hidden;
  width: 110px;
  max-height: 110px;
  min-height: 110px;
  min-width: 110px;
  margin-top: -49px;
  margin-bottom: 18px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(160, 165, 174, 0.1);
}

.image-wrapper-2.package-icon {
  overflow: hidden;
  width: 68px;
  max-height: 68px;
  min-height: 68px;
  min-width: 68px;
  margin-right: 16px;
  border-radius: 16px;
  box-shadow: 0 8px 25px 0 rgba(163, 200, 255, 0.13);
}

.image-wrapper-2.package-icon.large {
  width: 82px;
  max-height: 82px;
  min-height: 82px;
  min-width: 82px;
  margin-right: 0px;
  margin-bottom: 36px;
  border-radius: 20px;
}

.image-wrapper-2.integration-icon {
  overflow: hidden;
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 16px;
  border-radius: 18px;
}

.image-wrapper-2.integration-icon-wrapper {
  overflow: hidden;
  width: 146px;
  max-height: 146px;
  min-height: 146px;
  min-width: 146px;
  margin-right: 32px;
  border-radius: 28px;
}

.image-wrapper-2.feature-single {
  width: 100%;
  max-width: 55%;
  align-self: flex-end;
}

.image-wrapper-2.careers-hero-image {
  overflow: hidden;
  border-radius: 30px;
}

.image-wrapper-2.team-member-large-avatar {
  overflow: hidden;
  width: 250px;
  max-height: 270px;
  min-height: 270px;
  min-width: 250px;
  margin-top: -128px;
  margin-right: 24px;
  border-radius: 24px;
}

.image-wrapper-2.contact-link-icon-wrapper {
  overflow: hidden;
  width: 48px;
  min-height: 48px;
  margin-right: 14px;
  border-radius: 10px;
  background-color: #1a1b1e;
}

.image-wrapper-2.home-tab-main-image {
  position: relative;
  display: flex;
  height: 100%;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  justify-content: center;
  align-items: flex-end;
}

.image-wrapper-2.cart-item-image {
  overflow: hidden;
  border-radius: 12px;
}

.image-wrapper-2.nav-features-image {
  overflow: hidden;
  margin-right: 12px;
  flex: 0 0 auto;
  border-radius: 16px;
  box-shadow: 0 8px 30px 0 rgba(68, 140, 252, 0.1);
}

.section-7 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-7.cloneables-listing {
  padding-bottom: 0px;
}

.section-7.cloneables-listing {
  padding-top: 0px;
  padding-bottom: 100px;
}

.section-7.cloneables-listing-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-8 {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-8.utility-page {
  padding-top: 250px;
  padding-bottom: 80px;
}

.section-8.utility-page.checkout {
  padding-top: 250px;
  padding-bottom: 0px;
}

.section-8.testimonials-section {
  overflow: hidden;
}

.section-8.hero-section {
  position: relative;
  padding-top: 250px;
}

.section-8.first-section {
  position: relative;
  padding-top: 250px;
}

.section-8.first-section.hidden-overflow {
  padding-top: 0px;
  padding-bottom: 140px;
}

.section-8.integrations {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
}

.section-8.single-integration {
  padding-top: 200px;
}

.section-8.feature-single-hero {
  position: relative;
  display: flex;
  padding-top: 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-8.relative {
  position: relative;
  padding-bottom: 40px;
}

.section-8.pricing {
  padding-top: 210px;
  padding-bottom: 200px;
}

.split-2 {
  display: flex;
  justify-content: space-between;
}

.split-2.home-perks-wrapper {
  margin-bottom: 170px;
  align-items: center;
}

.split-2.home-perks-wrapper.last {
  margin-bottom: 0px;
}

.split-2.story-wrapper {
  width: 100%;
  align-items: center;
}

.split-2.contact-main-wrapper {
  align-items: flex-start;
}

.split-2.get-package {
  justify-content: space-around;
}

.split-2.get-package-testimonials {
  align-items: flex-start;
}

.split-2.integrations-hero {
  align-items: center;
}

.split-2.feature-single-hero-wrapper {
  align-items: center;
}

.split-2.feature-single {
  margin-bottom: 180px;
  align-items: center;
}

.split-2.feature-single.last {
  margin-bottom: 0px;
}

.split-2.feature-single.first {
  margin-bottom: 140px;
}

.split-2.career-details {
  width: 100%;
  align-items: center;
}

.split-2.career-single-wrapper {
  align-items: stretch;
}

.split-2.cart-item-flex {
  flex-direction: row;
  align-items: flex-start;
}

.split-2.feature-single-hero-wrapper-2 {
  align-items: center;
}

.split-2.feature-single-2 {
  margin-bottom: 180px;
  align-items: center;
}

.split-2.feature-single-2.last {
  margin-bottom: 0px;
}

.split-2.feature-single-2.first {
  margin-bottom: 140px;
}

.split-2.feature-single-2.first-2 {
  margin-bottom: 140px;
}

.split-2.feature-single-2.first-3 {
  margin-bottom: 0px;
}

.container-3 {
  max-width: 960px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.source-info {
  z-index: 99;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.clone-button {
  min-height: 40px;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #313131;
  box-shadow: none;
  transition: background-color 600ms cubic-bezier(.19, 1, .22, 1);
  font-size: 14px;
  line-height: 14px;
}

.clone-button:hover {
  background-color: #242424;
  box-shadow: none;
}

.slider-wrapper {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
}

.items-holder {
  display: flex;
  flex: 0 0 auto;
}

.clone-bar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 16px;
  right: 0px;
  z-index: 99;
  display: flex;
  height: 3px;
  padding-right: 16px;
  padding-left: 32px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.85);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
}

.item {
  width: 96px;
  margin-right: 20px;
  margin-left: 20px;
}

.items {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.section-9 {
  display: flex;
  overflow: hidden;
  height: 150px;
  justify-content: center;
  align-items: center;
}

.main-wrapper-2 {
  position: relative;
}

.section-4-copy {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-4-copy.cloneables-listing {
  padding-bottom: 0px;
}

.section-4-copy.cloneables-listing {
  padding-top: 0px;
  padding-bottom: 100px;
}

.section-4-copy.cloneables-listing-2 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.team-title-wrap-2 {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 30px;
  flex-direction: column;
  align-items: flex-start;
}

.heading-2-2 {
  margin-top: 0px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.team-text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 auto;
}

.section-10 {
  padding-top: 0px;
  padding-bottom: 72px;
}

.section-10.cloneables-listing {
  padding-bottom: 0px;
}

.section-10.cloneables-listing {
  padding-top: 0px;
  padding-bottom: 100px;
}

.section-10.cloneables-listing-2 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.job-profile {
  padding-top: 25px;
  opacity: 0.75;
  font-size: 16px;
  line-height: 22px;
}

.section-11 {
  padding-top: 0px;
  padding-bottom: 72px;
}

.section-11.cloneables-listing {
  padding-bottom: 0px;
}

.section-11.cloneables-listing {
  padding-top: 0px;
  padding-bottom: 100px;
}

.section-11.cloneables-listing-2 {
  padding-top: 0px;
  padding-bottom: 100px;
}

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

.section-12.utility-page {
  padding-top: 250px;
  padding-bottom: 80px;
}

.section-12.utility-page.checkout {
  padding-top: 250px;
  padding-bottom: 0px;
}

.section-12.testimonials-section {
  overflow: hidden;
}

.section-12.hero-section {
  position: relative;
  padding-top: 250px;
}

.section-12.first-section {
  position: relative;
  padding-top: 250px;
}

.section-12.integrations {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
}

.section-12.single-integration {
  padding-top: 200px;
}

.section-12.feature-single-hero {
  position: relative;
  display: flex;
  padding-top: 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-12.relative {
  position: relative;
  padding-bottom: 40px;
}

.section-12.pricing {
  padding-top: 210px;
  padding-bottom: 200px;
}

.bold-text-10 {
  color: #2695f0;
}

.privacy {
  color: #66666e;
  text-decoration: none;
}

.privacy.w--current {
  color: #66666e;
  text-decoration: none;
}

.link-block-6.terms {
  display: inline-block;
  width: 150px;
  border-right: 1px solid #66666e;
  font-size: 16px;
}

.link-block-6.terms.privacy {
  width: 150px;
  margin-left: -18px;
}

.link-block-7.terms {
  display: inline-block;
  width: 200px;
  border-right: 1px solid #66666e;
  font-size: 16px;
}

.all-rights-reserved {
  margin-bottom: 15px;
}

.hero-v5-wrapper---privacy {
  display: flex;
  min-height: 70vh;
  padding-top: 200px;
  padding-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/terms_hero_bg.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
}

.ck-desc {
  font-weight: 400;
}

.ck-button-w {
  padding: 0.875em 1.5em 1rem;
  border-radius: 0.25rem;
  background-color: #515750;
  transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--secondary {
  margin-right: -1.25em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  background-color: transparent;
  color: #515750;
  font-size: 0.875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: 0.75rem;
  margin-right: 0em;
  margin-bottom: -1rem;
}

.ck-button-w.is--fullwidth {
  width: 100%;
  flex: 0 0 auto;
}

.ck-title {
  margin-bottom: 0.1875em;
  color: #262926;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  margin-bottom: 0.4875em;
  font-size: 1.1875rem;
}

.ck-txt-link {
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
}

.ck-sr__only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem 1.5rem 1rem;
}

.ck-cookie-w {
  position: fixed;
  left: auto;
  top: auto;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9500;
  max-width: 25rem;
}

.ck-modal__exit-btn {
  position: relative;
  z-index: 5;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #ddebff;
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  cursor: pointer;
}

.ck-css-styles {
  display: none;
}

.ck__exitbtn__line {
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: #515750;
}

.ck__exitbtn__line.is--left {
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  transform: rotate(-45deg);
}

.ck-modal__btns-w {
  display: flex;
  padding: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0rem 0rem 0.25rem 0.25rem;
  background-color: #f3f7f2;
}

.ck-modal__btns-w.is--small {
  padding: 1.5rem;
  justify-content: flex-start;
  background-color: #ddebff;
}

.ck-modal__btns-w.in-pref-manger {
  margin: 2rem -2rem -2.25rem;
}

.ck-modal__btns-w.is--small {
  padding: 0rem 1.5rem 1.5rem;
  justify-content: flex-start;
  background-color: transparent;
}

.ck-modal {
  position: relative;
  display: none;
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 4px 1rem 0 rgba(38, 41, 38, 0.25);
  font-size: 0.9375rem;
  line-height: 1.4;
}

.ck-radio__btn {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0px;
  margin-left: -1.75rem;
  float: left;
  border-style: solid;
  border-width: 1.75px;
  border-color: #999c98;
  border-radius: 0.375rem;
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0rem;
  border-style: solid;
  border-width: 1px;
  border-color: #515750;
  border-radius: 0.375rem;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50% 50%;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}

.ck-radio__btn.w--redirected-focus {
  box-shadow: none;
}

.ck-radio__btn.is--checked {
  border-color: #515750;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45% 50%;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}

.ck-preference-w {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9525;
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ck-radio-w {
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding-left: 1.75rem;
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  color: #999c98;
  cursor: pointer;
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
}

.text-block-6 {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-preference__scroll-w {
  position: relative;
  overflow: auto;
  width: 100%;
  max-height: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

.ck-radio__label {
  margin-bottom: 0.25rem;
  color: #262926;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
}

.ck-radio__desc {
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}

.ck-preference__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 231, 213, 0.5);
  opacity: 1;
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  cursor: pointer;
}

.ck-modal__exit-btn-2 {
  position: relative;
  z-index: 5;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  justify-content: center;
  align-items: center;
  border-radius: 8rem;
  background-color: transparent;
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  cursor: pointer;
}

.ck-modal__exit-btn-2:hover {
  background-color: #f2f3f5;
}

.ck-modal__exit-btn-2.is--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.ck-form-w {
  margin-bottom: 0rem;
}

.button-primary-cookies {
  margin-top: 0px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #2695f0;
  border-radius: 12px;
  background-color: #2695f0;
  box-shadow: 0 2px 4px 0 rgba(74, 58, 255, 0.12);
  transition: color 300ms ease, border-color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
}

.button-primary-cookies:hover {
  background-color: transparent;
  box-shadow: 0 4px 10px 0 rgba(68, 140, 252, 0.1);
  transform: scale3d(0.94, 0.94, 0.01);
  color: #2695f0;
}

.button-primary-cookies.small {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.1;
}

.button-primary-cookies.small.flex {
  display: flex;
}

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

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

.button-primary-cookies.button-white {
  background-color: #fff;
  box-shadow: none;
  color: #1a1b1e;
}

.button-primary-cookies.button-white:hover {
  border-color: #fff;
  background-color: #1a1b1e;
  color: #fff;
}

.button-primary-cookies.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
}

.button-primary-cookies._2-buttons {
  margin-right: 24px;
}

.button-primary-cookies.category {
  padding: 14px 20px;
  border-radius: 8px;
}

.button-primary-cookies.pagination-button {
  min-width: 141px;
}

.button-primary-cookies.add-to-cart {
  display: block;
  width: 100%;
}

.button-primary-cookies.password-button {
  padding: 0px;
  border-style: none;
  background-color: transparent;
  box-shadow: none;
  transition: background-color 300ms ease;
}

.button-primary-cookies.password-button:hover {
  transform: none;
}

.button-primary-cookies.button-wrapper.password {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.button-primary-cookies.header-button {
  padding: 16px 24px;
  border-color: #90c540;
  background-color: #90c540;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  transform-style: preserve-3d;
}

.button-primary-cookies.header-button:hover {
  transform: scale3d(0.94, 0.94, 0.01);
  color: #fff;
}

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

.hero-wrapper---air-freight-solutions {
  display: flex;
  min-height: 70vh;
  padding-top: 200px;
  padding-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/air_freight_solutions_hero_bg.jpg');
  background-position: 0px 0px, 50% -70%;
  background-size: auto, cover;
}

.hero-wrapper---ocean-freight-solutions {
  display: flex;
  min-height: 70vh;
  padding-top: 200px;
  padding-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/ocean_freight_solutions_hero_bg.jpg');
  background-position: 0px 0px, 0% 60px;
  background-size: auto, cover;
}

._2-column-grid-air-freight-solution {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-column-grid-air-freight-solution.featured-blog-wrapper {
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-column-grid-air-freight-solution.home-stats-wrapper {
  align-items: stretch;
}

.card-left {
  overflow: hidden;
  border-radius: 20px;
}

.card-left.changelog {
  margin-bottom: 24px;
  padding: 60px 50px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 60px 0 rgba(12, 12, 12, 0.04);
}

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

.card-left.checkout {
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.65);
}

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

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

.card-left.feature-card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 30px 0 rgba(68, 140, 252, 0.1);
}

.card-left.home-stats-card {
  display: flex;
  padding: 50px 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 54px 0 rgba(163, 166, 255, 0.13), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
  transition: background-color 200ms ease;
  text-align: center;
}

.card-left.home-stats-card:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.card-left.blog-card {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 32px 0 rgba(26, 27, 30, 0.04);
  transition: transform 300ms ease;
  color: #66666e;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card-left.blog-card:hover {
  transform: scale3d(0.94, 0.94, 0.01);
}

.card-left.testimonial-card {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 50px;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
}

.card-left.home-teams-section-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0px;
}

.card-left.about-stats-card {
  display: flex;
  min-height: 215px;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 8px 30px 0 rgba(68, 140, 252, 0.12);
  text-align: center;
}

.card-left.story-card {
  position: absolute;
  left: -24px;
  top: auto;
  right: auto;
  bottom: -148px;
  display: flex;
  max-width: 400px;
  padding: 48px 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
  text-align: left;
}

.card-left.story-card.tint-1 {
  left: -30%;
  top: 67%;
  right: auto;
  bottom: auto;
  max-width: 500px;
  min-width: 500px;
}

.card-left.story-card.tint-2 {
  left: -28%;
  top: 69%;
  right: auto;
  bottom: auto;
  max-width: 500px;
  min-width: 500px;
}

.card-left.story-card.tint-3 {
  left: -186px;
  bottom: -309px;
  max-width: 500px;
  min-width: 500px;
}

.card-left.story-card.tint-4 {
  left: -186px;
  bottom: -401px;
  max-width: 600px;
  min-width: 600px;
}

.card-left.team-member-small-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
  transition: transform 300ms ease, box-shadow 300ms ease;
  color: #66666e;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card-left.team-member-small-card:hover {
  box-shadow: none;
  transform: scale3d(0.98, 0.98, 0.01);
}

.card-left.value-item {
  display: flex;
  overflow: visible;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0px;
  text-align: center;
}

.card-left.about-testimonial-card {
  display: flex;
  margin-bottom: 42px;
  padding: 70px 64px 58px 53px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #fff;
}

.card-left.about-testimonial-card.last {
  margin-bottom: 0px;
}

.card-left.featured-blog-card {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
  transition: transform 300ms ease;
  color: #66666e;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card-left.featured-blog-card:hover {
  transform: scale3d(0.96, 0.96, 0.01);
}

.card-left.featured-blog-card.small {
  position: relative;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.card-left.contact-link {
  display: flex;
  width: 100%;
  max-width: 320px;
  margin-bottom: 20px;
  padding: 20px 16px;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #1a1b1e;
  font-weight: 700;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card-left.contact-link:hover {
  box-shadow: 0 4px 30px 0 rgba(115, 165, 214, 0.21), 0 8px 50px -20px rgba(12, 12, 12, 0.04);
  transform: scale3d(0.94, 0.94, 1.01);
}

.card-left.contact-link.last {
  margin-bottom: 0px;
}

.card-left.support-card {
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
  transition: transform 300ms ease, color 300ms ease;
  color: #66666e;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card-left.support-card:hover {
  transform: scale3d(0.95, 0.95, 1.01);
}

.card-left.pricing-card {
  display: flex;
  padding: 50px 32px 60px;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
  transition: transform 300ms ease;
  color: #66666e;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card-left.pricing-card:hover {
  transform: scale3d(0.98, 0.98, 0.01);
}

.card-left.features-comparison {
  padding: 32px 48px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 40px -6px rgba(45, 33, 178, 0.05);
}

.card-left.get-package {
  padding: 50px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
}

.card-left.get-package-testimonials {
  margin-right: 26px;
  padding: 48px 40px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 4px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
}

.card-left.get-package-testimonials.last {
  margin-right: 0px;
}

.card-left.integration-card {
  display: block;
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 32px 0 rgba(8, 15, 52, 0.04);
  transition: transform 300ms ease;
  color: #66666e;
  text-decoration: none;
}

.card-left.integration-card:hover {
  transform: scale(0.94);
}

.card-left.integration-main-card {
  padding: 80px 100px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 32px 0 rgba(8, 15, 52, 0.04);
}

.card-left.career-feature-card {
  display: flex;
  overflow: visible;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0px;
  text-align: center;
}

.card-left.open-positions-main-card {
  overflow: visible;
  margin-bottom: 48px;
  padding: 80px;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 32px 0 rgba(8, 15, 52, 0.04);
}

.card-left.carrer-card-careers-page {
  display: flex;
  overflow: visible;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 0px;
  transition: transform 300ms ease;
  color: #66666e;
  text-decoration: none;
  cursor: pointer;
  transform-style: preserve-3d;
}

.card-left.carrer-card-careers-page:hover {
  transform: scale3d(0.95, 0.95, 1.01);
}

.card-left.apply-card {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  padding: 48px 32px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 32px 0 rgba(8, 15, 52, 0.04);
}

.card-left.carrer-card {
  display: flex;
  overflow: visible;
  padding: 48px 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 32px 0 rgba(8, 15, 52, 0.04);
  color: #66666e;
  text-decoration: none;
}

.card-left.team-member-card {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 842px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 54px 0 rgba(115, 165, 214, 0.21), 0 24px 94px 0 rgba(12, 12, 12, 0.04);
}

.card-left.search-result {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 32px 0 rgba(26, 27, 30, 0.04);
  transition: transform 300ms ease;
  color: #66666e;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card-left.search-result:hover {
  transform: scale3d(1.03, 1.03, 0.01);
}

.card-left.start-here-card {
  padding: 64px 50px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 40px 0 rgba(45, 33, 178, 0.05);
}

.card-left.air-freight-solution-item {
  display: flex;
  overflow: visible;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 0px;
  text-align: center;
}

.top-content---ocean-freight {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.bullet-list-faq {
  width: 88%;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 18px;
}

.demo-container---home-customized-solutions {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 750px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #f4f9ff, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 112, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.tilt-section-container---air-freight {
  position: absolute;
  left: 0px;
  top: 148px;
  right: 0px;
  z-index: 10;
  padding-right: 46px;
  padding-left: 216px;
}

.container-default-5 {
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

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

.faq-icon-h-line-2 {
  position: absolute;
  z-index: 2;
  width: 18px;
  min-height: 2px;
  padding: 0px;
  border-radius: 20px;
  background-color: #fff;
}

.split-content-2.left-faqs {
  width: 100%;
  max-width: 48%;
}

.split-content-2.right-faqs {
  width: 100%;
  max-width: 48%;
}

.faq-icon-wrapper-2 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 42px;
  max-height: 42px;
  min-height: 42px;
  min-width: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #c0c4d1;
}

.faq-wrapper-2 {
  margin-bottom: 26px;
  padding: 40px 32px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 5px 20px 0 rgba(0, 17, 104, 0.05);
  transition: transform 300ms ease;
  cursor: pointer;
  transform-style: preserve-3d;
}

.faq-wrapper-2:hover {
  transform: scale3d(0.96, 0.96, 0.01);
}

.faq-wrapper-2.last {
  margin-bottom: 0px;
}

.faq-icon-v-line-2 {
  position: absolute;
  z-index: 2;
  width: 2px;
  min-height: 18px;
  padding: 0px;
  border-radius: 20px;
  background-color: #fff;
}

.clients-section-01 {
  display: flex;
  width: 35%;
  margin-right: 5%;
  margin-left: 60%;
  padding-top: 0px;
  padding-bottom: 50px;
  flex-direction: column;
  align-items: center;
  border: 1px solid transparent;
}

.clients-title {
  margin-bottom: 25px;
  margin-left: -195px;
  color: #1a1b1e;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
}

.clients-inner-01 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(0px, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.client-logo {
  max-width: 175px;
  opacity: 0.55;
  transition: all 200ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.grid-2 {
  margin-right: 40px;
  margin-left: 40px;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  -ms-grid-rows: auto 3px auto;
      grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-5 Area-6";
  -ms-grid-columns: 1fr 3px 0.5fr 3px 1.25fr;
  grid-template-columns: 1fr 0.5fr 1.25fr;
}

.bottom-privacy {
  display: flex;
  padding-left: 0px;
  justify-content: flex-start;
}

.partners {
  font-size: 16px;
}

.image-4 {
  width: 150px;
}

.image-5 {
  width: 120px;
  margin-right: 180px;
  padding-right: 0px;
  padding-left: 0px;
}

.link-block-6-copy.terms {
  display: inline-block;
  width: 150px;
  border-right: 1px solid #66666e;
}

.link-block-6-copy.terms.privacy {
  width: 150px;
  margin-left: -18px;
}

.link-block-8.terms {
  display: inline-block;
  width: 260px;
  font-size: 16px;
}

.container-default-6 {
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.container-default-6.footer-container {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #8a8a92;
}

.container-default-6.feature-single {
  position: absolute;
  left: 0px;
  right: 0px;
}

@media screen and (min-width: 1280px) {
  .color-block.support-card {
    background-color: #bce3ff;
  }

  .color-block.support-card.tint-1 {
    background-color: #bce3ff;
    background-image: url('../images/customer_stories_heading_2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .color-block.support-card.tint-3 {
    min-height: 220px;
    background-color: #bce3ff;
    background-image: url('../images/specialty_service_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .color-block.support-card.tint-2 {
    min-height: 220px;
    background-image: url('../images/customer_stories_2b.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .color-block.support-card.tint-4 {
    min-height: 220px;
    background-color: #bce3ff;
    background-image: url('../images/customer_stories_hero_bg_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .typography-section-wrapper.faq {
    margin-top: 25px;
  }

  .button-primary {
    margin-top: 0px;
    border-color: #2695f0;
    background-color: #2695f0;
  }

  .footer {
    border-top: 1px solid #e5ecf5;
  }

  .footer-grid {
        grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5";
    -ms-grid-columns: 1.25fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .section.first-section.hidden-overflow {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.feature-single-hero {
    padding-top: 140px;
  }

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

  .section.feature-single-hero---ocean-freight {
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .section.feature-single-hero---home {
    padding-top: 140px;
  }

  .section.feature-single-hero---air-freight {
    padding-top: 140px;
  }

  .section.platform-single-hero {
    padding-top: 140px;
  }

  .section.platform {
    margin-top: 60px;
  }

  .section.feature-single-hero---3pl {
    padding-top: 140px;
  }

  .paragraph.other-story-title {
    font-weight: 700;
  }

  .paragraph.feature-single-hero {
    font-weight: 500;
  }

  .paragraph.air-freight-paragraph {
    font-weight: 500;
  }

  .card.story-card.tint-1 {
    left: -18%;
    top: 65%;
    max-width: 500px;
    min-width: 500px;
  }

  .card.story-card.tint-2 {
    left: -26%;
    top: 71%;
    right: auto;
    bottom: auto;
    max-width: 500px;
    min-width: 500px;
  }

  .card.story-card.tint-3 {
    left: -164px;
    bottom: -298px;
    max-width: 500px;
    min-width: 500px;
  }

  .card.story-card.tint-4 {
    left: -163px;
    bottom: -412px;
    max-width: 600px;
    min-width: 600px;
  }

  .title.h3-size.freight-title {
    text-align: left;
  }

  .title.feature-single-process-center {
    margin-bottom: 40px;
  }

  .title.feature-single-process-center {
    display: flex;
    margin-right: 100px;
    margin-bottom: 40px;
    margin-left: 100px;
    justify-content: center;
  }

  .title.feature-single-process-center-2 {
    margin-bottom: 40px;
  }

  .title.feature-single-process-center-left {
    margin-bottom: 40px;
  }

  .title.team-center {
    display: flex;
    margin-right: 100px;
    margin-bottom: 40px;
    margin-left: 100px;
    justify-content: center;
  }

  .split-content.support-card-content {
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image.about-hero.first---air-freight {
    margin-bottom: -10px;
  }

  .image.about-hero.first---3pl {
    margin-bottom: 0px;
    box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
  }

  .image.feature-single-process {
    box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
  }

  .image.blob.fs-1 {
    max-width: 70%;
    margin-top: 43px;
    margin-left: 312px;
  }

  .image.blob.green_pattern {
    left: -21%;
    top: 0%;
    right: auto;
    bottom: auto;
    max-width: 70%;
    margin-top: 131px;
    margin-left: 312px;
    transform: none;
  }

  .image.blob.fs-2 {
    max-width: 70%;
    margin-top: -195px;
    margin-left: 769px;
  }

  .image.blob.blue_pattern {
    left: auto;
    top: 13%;
    right: 3%;
    bottom: auto;
    max-width: 70%;
    margin-top: 43px;
    margin-left: 312px;
    transform: none;
  }

  .image.blob.fs-4 {
    left: 0%;
    top: 23%;
    right: auto;
    bottom: auto;
  }

  .image.blob.fs-5 {
    left: 11%;
    top: 11%;
    right: auto;
    bottom: auto;
    max-width: 100%;
  }

  .image.feature-single-process-no-shadow {
    box-shadow: none;
  }

  .image.feature-single-process-2 {
    box-shadow: none;
  }

  .image.feature-single-process-copy {
    box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
  }

  .top-content.support {
    max-width: 600px;
    margin-bottom: 60px;
  }

  .split.feature-single.first {
    margin-bottom: 140px;
  }

  ._3-column-grid.support-cards-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-nav-wrapper.grid {
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
  }

  .footer-nav-column.last {
    margin-right: 40px;
  }

  .footer-social-links-wrapper {
    max-width: 150px;
  }

  .badge.post-category {
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
    background-color: #fff;
    color: #1a1b1e;
    font-weight: 700;
  }

  .footer-bottom-content {
    max-width: 1248px;
    margin-right: auto;
    margin-left: auto;
  }

  ._2-column-grid {
    margin-bottom: 60px;
  }

  .social-links-wrapper {
    max-width: 200px;
  }

  .faq-wrapper.last {
    margin-bottom: 26px;
  }

  .story-container {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom-style: none;
  }

  .bottom-content.careers-bottom-text {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .bg-blobs-wrapper {
    display: block;
    overflow: visible;
  }

  .dropdown-link:hover {
    color: #2695f0;
  }

  .dropdown-link.w--current:hover {
    color: #2695f0;
  }

  .button-menu {
    border-radius: 12px;
    text-transform: none;
  }

  .container--full {
    height: 40vh;
  }

  .after-image-inner {
    background-image: url('../images/after_1.jpg');
  }

  .content-container {
    top: 135px;
    max-width: 800px;
  }

  .navigation-link-2.w--current {
    color: #3b3f44;
  }

  .dropdown-title-2 {
    font-family: Thicccboi, sans-serif;
    font-size: 16px;
  }

  .tilt-section-wrapper {
    padding-bottom: 155px;
  }

  .tilt-section-wrapper._2 {
    padding-top: 60px;
  }

  .tilt-section-wrapper._3 {
    padding-top: 60px;
  }

  .tilt-section-wrapper._3pl {
    height: 1200px;
  }

  .tilt-section-container {
    padding-right: 40px;
    padding-left: 190px;
  }

  .white-section-title {
    font-size: 42px;
    text-transform: capitalize;
  }

  .tilted-color-block {
    height: 690px;
    background-image: linear-gradient(180deg, rgba(46, 144, 189, 0.87) 51%, rgba(94, 187, 230, 0.7)), url('../images/air_freight_bg.jpg');
  }

  .section-image-plane {
    left: auto;
    top: 35%;
    right: -28%;
    bottom: auto;
    height: 400px;
  }

  .section-image-air-carrier {
    left: -16%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 300px;
  }

  .bullet-list {
    padding-left: 16px;
    color: #fff;
    text-align: left;
  }

  .list-item-2 {
    font-weight: 500;
  }

  .white-section-title-2 {
    text-align: left;
  }

  .tilted-paragraph-2 {
    color: #fff;
    text-align: left;
  }

  .tilted-color-block-2._2 {
    height: 600px;
    background-image: linear-gradient(180deg, rgba(22, 134, 76, 0.93) 49%, rgba(43, 153, 122, 0.89)), url('../images/ocean_freight_bg.jpg');
    transform: rotate(-2deg);
  }

  .section-image-vessel {
    left: -53%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 380px;
  }

  .tilt-section-container-2.align-right {
    padding-left: 278px;
  }

  .section-image-ocean-carrier {
    top: 160px;
    right: -111px;
    height: 300px;
  }

  .section-image-3pl {
    left: auto;
    top: 83%;
    right: -20%;
    bottom: auto;
    height: 400px;
  }

  .tilted-color-block-green {
    height: 800px;
    background-image: linear-gradient(180deg, rgba(118, 170, 40, 0.9) 23%, rgba(104, 146, 39, 0.9) 54%), url('../images/3pl_bg.jpg');
    background-position: 0px 0px, 0% 65%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-image-3pl-carton {
    left: -14%;
    top: -11%;
    right: auto;
    bottom: auto;
    height: 300px;
  }

  .hero-title {
    position: absolute;
    left: auto;
    top: 6%;
    right: 9%;
    bottom: auto;
    max-width: 400px;
    font-size: 54px;
  }

  ._415-max-width {
    color: #66666e;
  }

  .section-3 {
    min-height: 800px;
  }

  .section-3.bg-primary-2 {
    background-color: #ddebff;
  }

  .section-3.bg-primary-3 {
    min-height: 900px;
    background-color: #ddebff;
  }

  .section-3.bg-primary-4 {
    min-height: 900px;
    background-color: transparent;
  }

  .image-half-screen {
    width: 50%;
  }

  .image-half-screen.left-2 {
    width: 100%;
    max-width: 400px;
    margin-top: 378px;
  }

  .image-half-screen.right-3 {
    top: 59%;
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin-top: 147px;
    padding-top: 0px;
  }

  .demo-wrapper {
    height: 50%;
  }

  .d-8-image {
    width: 100%;
    transition-property: none;
    text-decoration: none;
  }

  .d-8-image:hover {
    background-image: linear-gradient(180deg, rgba(188, 227, 255, 0.26), rgba(188, 227, 255, 0.26)), url('../images/services_menu_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .d-8-image.two:hover {
    background-image: linear-gradient(180deg, rgba(188, 227, 255, 0.26), rgba(188, 227, 255, 0.26)), url('../images/services_menu_2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .d-8-image.three:hover {
    background-image: linear-gradient(180deg, rgba(188, 227, 255, 0.26), rgba(188, 227, 255, 0.26)), url('../images/services_menu_3.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .d-8-image-text {
    font-family: Thicccboi, sans-serif;
  }

  .demo-container {
    display: none;
    height: 60vh;
    background-image: none;
  }

  .link-block-4 {
    width: 33.4%;
    height: 100%;
    text-decoration: none;
  }

  .link-block-5 {
    width: 33.3%;
    height: 100%;
    text-decoration: none;
  }

  .section-4 {
    padding-top: 0px;
  }

  .section-4.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-4.cloneables-listing {
    padding-bottom: 100px;
  }

  .section-4.cloneables-listing-2 {
    padding-bottom: 100px;
  }

  .container-default-3 {
    max-width: 1000px;
  }

  .hero-v6-wrapper---faq {
    min-height: 70vh;
    background-image: linear-gradient(180deg, #f5f9fe 19%, rgba(250, 252, 255, 0.52) 65%, hsla(0, 0%, 100%, 0.15) 86%, hsla(0, 0%, 100%, 0.01)), url('../images/faq_hero_bg.jpg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, 100%;
    background-repeat: repeat, repeat;
  }

  .top-content---brix {
    max-width: 900px;
  }

  .paragraph-2.feature-single-hero {
    color: #3b3f44;
    font-weight: 500;
  }

  .demo-container-2 {
    height: 40vh;
    background-image: none;
  }

  .hero-wrapper---specialty {
    background-image: linear-gradient(180deg, #f5f9fe, rgba(249, 252, 254, 0.7) 19%, hsla(0, 0%, 100%, 0.03) 42%, transparent), url('../images/speciality_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .bold-text-8 {
    color: #fff;
    font-size: 42px;
    text-align: left;
    text-transform: capitalize;
  }

  .section-5 {
    padding-bottom: 280px;
  }

  .hero-wrapper---service {
    min-height: 70vh;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/service_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }

  .paragraph-6 {
    position: static;
  }

  .bullet-list-3 {
    padding-left: 16px;
    color: #fff;
    text-align: left;
  }

  .story-subtitle {
    color: #2695f0;
    font-size: 24px;
  }

  .bullet-list-story {
    margin-bottom: 30px;
    padding-left: 16px;
    color: #66666e;
    text-align: left;
  }

  .story-container-with-line {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom-style: none;
  }

  .story-content-main-wrapper-with-line {
    margin-bottom: 40px;
    border-bottom: 1px solid #c0c4d1;
  }

  .split-content-full-width.careers-card-left {
    max-width: 100%;
  }

  .button-customer-stories {
    margin-top: 60px;
    border-color: #2695f0;
    background-color: #2695f0;
  }

  .hero-v5-wrapper--customer-stories {
    min-height: 70vh;
    background-image: linear-gradient(180deg, #f5f9fe 19%, rgba(250, 252, 255, 0.52) 65%, hsla(0, 0%, 100%, 0.15) 86%, hsla(0, 0%, 100%, 0.01)), url('../images/customer_stories_hero_bg.jpg');
    background-position: 0px 0px, 50% 60%;
    background-size: auto, 100%;
    background-repeat: repeat, repeat;
  }

  .hero-wrapper---team {
    min-height: 70vh;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/team_hero_bg.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .team-member-info-01 {
    min-height: 470px;
    margin-top: 0px;
    border-top-style: none;
    border-top-color: #2695f0;
  }

  .team-member-image-01.max {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_5.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-member-image-01.queenie {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-member-image-01.kristy {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-member-image-01.raymond {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-member-image-01.anthony {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

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

  .team-grid-01 {
    margin-top: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .job-title {
    font-size: 16px;
  }

  .job-description {
    display: none;
    margin-top: 20px;
  }

  .team-container {
    height: 1800px;
    background-image: none;
  }

  .hero-wrapper---platform {
    min-height: 70vh;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/platform_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .hero-wrapper---mission {
    min-height: 70vh;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/mission_hero_bg.jpg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .before-image-2 {
    background-image: url('../images/before2.jpg');
  }

  .after-image-inner-2 {
    background-image: url('../images/after2.jpg');
  }

  .hero-wrapper---contact-us {
    min-height: 70vh;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/contact_us_hero_bg.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .hero-wrapper---why-choose-us {
    min-height: 70vh;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/why_choose_us_hero_bg.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .mask {
    box-shadow: none;
  }

  .h2.white {
    color: #3b3f44;
  }

  .quotes-icon {
    top: -8%;
  }

  .testimonial-section {
    background-color: #e5ecf5;
  }

  .standard-paragraph.center.white {
    color: #3b3f44;
  }

  .hero-wrapper---network {
    min-height: 70vh;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/network_hero_bg_1.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .counterup {
    color: #74b217;
    letter-spacing: 2px;
  }

  .demo-main-text-wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .demo-container-3 {
    height: 70vh;
    justify-content: center;
    background-image: linear-gradient(180deg, #f4f9ff, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 112, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .demo-container-4 {
    height: 70vh;
    justify-content: center;
    background-image: url('../images/background.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .cloneable-container-default {
    min-height: 500px;
    background-color: #f5f9ff;
  }

  .wrapper---lets-chat {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #bce3ff;
  }

  .title---brix.cta-v1-title---brix.white-text---brix {
    color: #3b3f44;
  }

  .cta-v1-content---brix {
    max-width: 700px;
  }

  .section-7.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-7.cloneables-listing {
    padding-bottom: 100px;
  }

  .section-7.cloneables-listing-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section-8.first-section.hidden-overflow {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .split-2.feature-single.first {
    margin-bottom: 140px;
  }

  .split-2.feature-single-2.first {
    margin-bottom: 140px;
  }

  .split-2.feature-single-2.first-2 {
    margin-bottom: 140px;
  }

  .split-2.feature-single-2.first-3 {
    margin-bottom: 0px;
  }

  .section-4-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-4-copy.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-4-copy.cloneables-listing {
    padding-bottom: 100px;
  }

  .section-4-copy.cloneables-listing-2 {
    padding-bottom: 100px;
  }

  .team-text-wrapper {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-10 {
    padding-top: 0px;
  }

  .section-10.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-10.cloneables-listing {
    padding-bottom: 100px;
  }

  .section-10.cloneables-listing-2 {
    padding-bottom: 100px;
  }

  .job-profile {
    padding-top: 25px;
  }

  .section-11 {
    padding-top: 0px;
  }

  .section-11.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-11.cloneables-listing {
    padding-bottom: 100px;
  }

  .section-11.cloneables-listing-2 {
    padding-bottom: 100px;
  }

  .section-12 {
    padding-bottom: 400px;
  }

  .bold-text-10 {
    color: #2695f0;
  }

  .privacy {
    color: #66666e;
    text-decoration: none;
  }

  .privacy.w--current {
    color: #66666e;
    text-decoration: none;
  }

  .link-block-6.terms {
    display: inline-block;
    width: 150px;
    border-right: 1px solid #66666e;
  }

  .link-block-7.terms {
    display: inline-block;
    width: 200px;
  }

  .all-rights-reserved {
    margin-bottom: 15px;
  }

  .hero-v5-wrapper---privacy {
    min-height: 70vh;
    background-image: linear-gradient(180deg, #f5f9fe 19%, rgba(250, 252, 255, 0.52) 65%, hsla(0, 0%, 100%, 0.15) 86%, hsla(0, 0%, 100%, 0.01)), url('../images/terms_hero_bg.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }

  .button-primary-cookies {
    margin-top: 0px;
    border-color: #2695f0;
    background-color: #2695f0;
  }

  .hero-wrapper---air-freight-solutions {
    min-height: 70vh;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/air_freight_solutions_hero_bg.jpg');
    background-position: 0px 0px, 50% -70%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .hero-wrapper---ocean-freight-solutions {
    min-height: 70vh;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/ocean_freight_solutions_hero_bg.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  ._2-column-grid-air-freight-solution {
    margin-bottom: 60px;
    grid-auto-flow: row;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    -ms-grid-columns: minmax(200px, 1fr) 1fr;
    grid-template-columns: minmax(200px, 1fr) 1fr;
  }

  .card-left.story-card.tint-1 {
    left: -18%;
    top: 65%;
    max-width: 500px;
    min-width: 500px;
  }

  .card-left.story-card.tint-2 {
    left: -26%;
    top: 71%;
    right: auto;
    bottom: auto;
    max-width: 500px;
    min-width: 500px;
  }

  .card-left.story-card.tint-3 {
    left: -164px;
    bottom: -298px;
    max-width: 500px;
    min-width: 500px;
  }

  .card-left.story-card.tint-4 {
    left: -163px;
    bottom: -412px;
    max-width: 600px;
    min-width: 600px;
  }

  .top-content---ocean-freight {
    max-width: 900px;
  }

  .bullet-list-faq {
    width: 88%;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 18px;
    color: #66666e;
    text-align: left;
  }

  .demo-container---home-customized-solutions {
    height: 750px;
    justify-content: center;
    background-image: linear-gradient(180deg, #f4f9ff, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 112, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .tilt-section-container---air-freight {
    padding-right: 40px;
    padding-left: 190px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1.5fr;
    grid-template-columns: 1fr 1fr 1.5fr;
  }

  .image-4 {
    width: 150px;
  }

  .image-5 {
    width: 120px;
    margin-right: 180px;
  }

  .link-block-6-copy.terms {
    display: inline-block;
    width: 150px;
    border-right: 1px solid #66666e;
  }

  .link-block-8.terms {
    display: inline-block;
    width: 260px;
  }
}

@media screen and (min-width: 1440px) {
  .container-default {
    display: block;
  }

  .container-default.footer-container {
    border-bottom-color: #c0c4d1;
  }

  .container-medium {
    position: relative;
    max-width: 1300px;
  }

  .color-block.support-card {
    background-color: #bce3ff;
    background-image: url('../images/specialty_service_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .color-block.support-card.tint-1 {
    min-height: 250px;
    background-color: #bce3ff;
    background-image: url('../images/customer_stories_heading_2.jpg');
  }

  .color-block.support-card.tint-3 {
    min-height: 250px;
    background-color: #bce3ff;
    background-image: url('../images/specialty_service_1.jpg');
  }

  .color-block.support-card.tint-2 {
    min-height: 250px;
    background-image: url('../images/customer_stories_2b.jpg');
  }

  .color-block.support-card.tint-4 {
    min-height: 250px;
    background-color: #bce3ff;
    background-image: url('../images/customer_stories_hero_bg_1.jpg');
  }

  .typography-section-wrapper {
    position: relative;
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .typography-section-wrapper.faq {
    margin-top: 25px;
  }

  .button-primary {
    margin-top: 0px;
    border-color: #2695f0;
    background-color: #2695f0;
  }

  .footer {
    border-top: 1px solid #e5ecf5;
  }

  .footer-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
        grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5";
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1.25fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .section.first-section.hidden-overflow {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.feature-single-hero {
    padding-top: 140px;
  }

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

  .section.feature-single-hero---ocean-freight {
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .section.feature-single-hero---home {
    padding-top: 140px;
  }

  .section.feature-single-hero---air-freight {
    padding-top: 140px;
  }

  .section.platform-single-hero {
    padding-top: 140px;
  }

  .section.platform {
    margin-top: 60px;
  }

  .section.feature-single-hero---3pl {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .paragraph.other-story-title {
    font-weight: 700;
  }

  .paragraph.feature-single-hero {
    font-weight: 500;
  }

  .paragraph.air-freight-paragraph {
    font-weight: 500;
  }

  .card.story-card {
    left: -31px;
    bottom: -157px;
  }

  .card.story-card.tint-1 {
    left: -18%;
    top: 69%;
    right: auto;
    bottom: auto;
    max-width: 500px;
    min-width: 500px;
  }

  .card.story-card.tint-2 {
    left: -25%;
    top: 69%;
    right: auto;
    bottom: auto;
    max-width: 500px;
    min-width: 500px;
  }

  .card.story-card.tint-3 {
    left: -151px;
    bottom: -313px;
    max-width: 500px;
    min-width: 500px;
  }

  .card.story-card.tint-4 {
    left: -151px;
    bottom: -384px;
    max-width: 600px;
    min-width: 600px;
  }

  .title.h3-size.freight-title {
    text-align: left;
  }

  .title.feature-single-process-center {
    margin-bottom: 40px;
  }

  .title.feature-single-process-center {
    display: flex;
    overflow: visible;
    margin-right: 220px;
    margin-bottom: 40px;
    margin-left: 220px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    text-align: left;
  }

  .title.feature-single-process-center-2 {
    margin-bottom: 40px;
  }

  .title.feature-single-process-center-left {
    margin-bottom: 40px;
  }

  .title.team-center {
    display: flex;
    overflow: visible;
    margin-right: 220px;
    margin-bottom: 40px;
    margin-left: 220px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    text-align: left;
  }

  .split-content.support-card-content {
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .split-content.feature-single-hero-left {
    max-width: 480px;
  }

  .split-content.careers-card-left {
    top: 0px;
    width: 100%;
  }

  .split-content.careers-card-right {
    display: block;
    width: 100%;
    max-width: 70%;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image.about-hero.first---air-freight {
    margin-bottom: -20px;
  }

  .image.about-hero.first---3pl {
    margin-bottom: 0px;
    box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
  }

  .image.feature-single.large {
    left: 5%;
    width: 70%;
    max-width: 100%;
  }

  .image.feature-single-process {
    box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
  }

  .image.blob.h-1 {
    left: -278px;
    max-width: 60%;
  }

  .image.blob.h-2 {
    right: -463px;
    max-width: 70%;
  }

  .image.blob.p-1 {
    max-width: 60%;
    margin-left: 970px;
  }

  .image.blob.fs-1 {
    left: 488px;
    top: -2%;
    right: 0%;
    bottom: auto;
    max-width: 60%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .image.blob.fs-2 {
    display: block;
  }

  .image.blob._404-1 {
    max-width: 60%;
    margin-top: -189px;
    margin-left: 62%;
  }

  .image.blob._404-2 {
    max-width: 60%;
    margin-left: -20%;
  }

  .image.blob.green_pattern {
    left: -23%;
    top: 2%;
    right: auto;
    bottom: auto;
    max-width: 70%;
    margin-top: 0px;
    margin-left: 400px;
    transform: none;
  }

  .image.blob.fs-2 {
    left: 553px;
    top: -28%;
    right: 0%;
    bottom: auto;
    max-width: 50%;
    margin-top: 0px;
    margin-left: 400px;
  }

  .image.blob.blue_pattern {
    left: auto;
    top: 14%;
    right: 5%;
    bottom: auto;
    max-width: 70%;
    margin-top: 0px;
    margin-left: 400px;
    transform: none;
  }

  .image.blob.fs-4 {
    left: 24%;
    top: 54%;
    right: auto;
    bottom: auto;
    display: block;
    max-width: 120%;
  }

  .image.blob.fs-5 {
    left: 7%;
    top: 2%;
    right: auto;
    bottom: auto;
    display: block;
    max-width: 100%;
  }

  .image.feature-single-process-no-shadow {
    box-shadow: none;
  }

  .image.feature-single-process-2 {
    box-shadow: none;
  }

  .image.feature-single-process-copy {
    box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
  }

  .image.feature-ocean-freight-single.large {
    left: 5%;
    width: 70%;
    max-width: 100%;
  }

  .image.feature-single---air-freight.large {
    left: 5%;
    width: 70%;
    max-width: 100%;
  }

  .image.feature-single---3pl.large {
    left: 5%;
    width: 70%;
    max-width: 100%;
  }

  .rich-text ul {
    padding-left: 15px;
  }

  .top-content.support {
    max-width: 600px;
    margin-bottom: 60px;
  }

  .split.feature-single-hero-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .split.feature-single.last {
    display: none;
  }

  .split.feature-single-hero-wrapper-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  ._3-column-grid.support-cards-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bg.bg-square.testimonials {
    top: -2%;
  }

  .footer-nav-wrapper.grid {
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
  }

  .footer-nav-column.last {
    margin-right: 40px;
  }

  .footer-social-links-wrapper {
    max-width: 150px;
  }

  .badge.post-category {
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
    background-color: #fff;
    color: #1a1b1e;
    font-weight: 700;
  }

  .footer-bottom-content {
    max-width: 1248px;
    margin-right: auto;
    margin-left: auto;
  }

  ._2-column-grid {
    position: static;
    margin-bottom: 65px;
  }

  .social-links-wrapper {
    max-width: 200px;
  }

  .faq-wrapper.last {
    margin-bottom: 26px;
  }

  .feature-single-process-step {
    display: none;
  }

  .story-container {
    justify-content: flex-start;
  }

  .bottom-content.careers-bottom-text {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .bg-blobs-wrapper {
    display: block;
  }

  .dropdown-link:hover {
    color: #2695f0;
  }

  .button-menu {
    border-radius: 12px;
  }

  .container--full {
    height: 40vh;
  }

  .after-image-inner {
    background-image: url('../images/after_1.jpg');
  }

  .content-container {
    max-width: 800px;
  }

  .bold-text-2 {
    font-size: 22px;
  }

  .bold-text-3 {
    font-size: 22px;
  }

  .bold-text-4 {
    font-size: 22px;
  }

  .navigation-link-2.w--current {
    color: #3b3f44;
  }

  .dropdown-title-2 {
    font-family: Thicccboi, sans-serif;
    font-size: 16px;
  }

  .container-default-2 {
    display: block;
  }

  .tilt-section-wrapper {
    padding-bottom: 200px;
  }

  .tilt-section-wrapper._2 {
    padding-top: 60px;
  }

  .tilt-section-wrapper._3 {
    padding-top: 60px;
  }

  .tilt-section-wrapper._3pl {
    height: 1200px;
  }

  .tilt-section-container {
    padding-right: 0px;
    padding-left: 114px;
  }

  .white-section-title {
    font-size: 45px;
    text-transform: capitalize;
  }

  .tilted-color-block {
    height: 700px;
    background-image: linear-gradient(187deg, rgba(46, 144, 189, 0.87) 58%, rgba(94, 187, 230, 0.7)), url('../images/air_freight_bg.jpg');
  }

  .section-image-plane {
    left: auto;
    top: 32%;
    right: -45%;
    bottom: auto;
    height: 500px;
    max-width: 80%;
  }

  .section-image-air-carrier {
    left: -23%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 280px;
    max-width: 70%;
  }

  .bullet-list {
    padding-left: 16px;
    color: #fff;
    text-align: left;
  }

  .list-item-2 {
    font-weight: 500;
  }

  .white-section-title-2 {
    text-align: left;
  }

  .tilted-paragraph-2 {
    color: #fff;
    text-align: left;
  }

  .tilted-color-block-2._2 {
    height: 600px;
    background-image: linear-gradient(180deg, rgba(22, 134, 76, 0.93) 49%, rgba(43, 153, 122, 0.89)), url('../images/ocean_freight_bg.jpg');
    transform: rotate(-2deg);
  }

  .section-image-vessel {
    left: -61%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .tilt-section-container-2.align-right {
    padding-left: 280px;
  }

  .bold-text-5 {
    color: #fff;
    text-align: left;
    text-transform: capitalize;
  }

  .section-image-ocean-carrier {
    left: auto;
    top: 13%;
    right: -42%;
    bottom: auto;
    height: 300px;
    max-width: 70%;
  }

  .section-image-3pl {
    left: auto;
    top: 81%;
    right: -42%;
    bottom: auto;
    height: 500px;
  }

  .tilted-color-block-green {
    height: 800px;
    background-image: linear-gradient(180deg, rgba(118, 170, 40, 0.9) 23%, rgba(104, 146, 39, 0.9) 54%, rgba(132, 212, 123, 0.7)), url('../images/3pl_bg.jpg');
    background-position: 0px 0px, 0% 65%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-image-3pl-carton {
    left: -32%;
    top: -12%;
    right: auto;
    bottom: auto;
    height: 400px;
  }

  .hero-title {
    position: absolute;
    left: auto;
    top: 5%;
    right: 12%;
    bottom: auto;
    max-width: 400px;
    margin-top: 36px;
    font-size: 54px;
  }

  .content.small {
    min-height: 600px;
  }

  .content.small-2 {
    min-height: 600px;
  }

  ._415-max-width {
    color: #66666e;
  }

  .section-3.bg-primary-2 {
    background-color: #ddebff;
  }

  .section-3.bg-primary-3 {
    min-height: 700px;
    background-color: #ddebff;
  }

  .section-3.bg-primary-4 {
    min-height: 700px;
    background-color: transparent;
  }

  .image-half-screen {
    width: 50%;
  }

  .image-half-screen.left-2 {
    width: 100%;
    height: 50%;
    padding-top: 0px;
  }

  .image-half-screen.left-2-copy {
    width: 100%;
    padding-top: 363px;
  }

  .image-half-screen.right-3 {
    width: 100%;
    height: 50%;
    margin-top: -14px;
    padding-top: 0px;
  }

  .demo-wrapper {
    height: 60%;
  }

  .d-8-image {
    width: 100%;
    transition-property: none;
  }

  .d-8-image:hover {
    background-image: linear-gradient(180deg, rgba(188, 227, 255, 0.26), rgba(188, 227, 255, 0.26)), url('../images/services_menu_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .d-8-image.two:hover {
    background-image: linear-gradient(180deg, rgba(188, 227, 255, 0.26), rgba(188, 227, 255, 0.26)), url('../images/services_menu_2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .d-8-image.three {
    background-image: url('../images/services_menu_3.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    transition-property: none;
    text-decoration: none;
  }

  .d-8-image.three:hover {
    background-image: linear-gradient(180deg, rgba(188, 227, 255, 0.26), rgba(188, 227, 255, 0.26)), url('../images/services_menu_3.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .demo-container {
    display: none;
    height: 60vh;
    background-image: none;
  }

  .link-block-4 {
    width: 33.4%;
    height: 100%;
    text-decoration: none;
  }

  .link-block-4:hover {
    text-decoration: none;
  }

  .link-block-5 {
    width: 33.3%;
    height: 100%;
    text-decoration: none;
  }

  .link-block-5:hover {
    text-decoration: none;
  }

  .section-4 {
    padding-top: 0px;
  }

  .section-4.cloneables-listing {
    padding-bottom: 0px;
  }

  .hero-v6-wrapper---faq {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 12%, rgba(250, 252, 255, 0.52) 70%, hsla(0, 0%, 100%, 0.15) 85%, hsla(0, 0%, 100%, 0.01)), url('../images/faq_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100%;
    background-repeat: repeat, repeat;
  }

  .top-content---brix {
    max-width: 900px;
  }

  .paragraph-2.feature-single-hero {
    color: #3b3f44;
    font-weight: 500;
  }

  .demo-container-2 {
    height: 40vh;
    background-image: none;
  }

  .hero-wrapper---specialty {
    padding-top: 0px;
    background-image: linear-gradient(180deg, #f5f9fe, rgba(249, 252, 254, 0.7) 22%, rgba(255, 255, 255, 0.03) 42%, transparent 88%), url('../images/speciality_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .gradient_heading-2 {
    margin-top: -151px;
    margin-left: 886px;
    color: #fff;
  }

  .top-content-2 {
    max-width: 1200px;
  }

  .bold-text-8 {
    color: #fff;
    font-size: 45px;
    text-transform: capitalize;
  }

  .section-5 {
    display: block;
    padding-bottom: 280px;
  }

  .hero-wrapper---service {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/service_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }

  .bullet-list-3 {
    padding-left: 16px;
    color: #fff;
    text-align: left;
  }

  .story-subtitle {
    color: #2695f0;
    font-size: 24px;
    font-weight: 700;
  }

  .bullet-list-story {
    margin-bottom: 30px;
    padding-left: 16px;
    color: #66666e;
    text-align: left;
  }

  .story-container-with-line {
    justify-content: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #8a8a92;
  }

  .story-content-main-wrapper-with-line {
    margin-bottom: 50px;
    border-bottom: 1px solid #c0c4d1;
  }

  .split-content-full-width.about-testimonials-right {
    display: block;
    max-width: 100%;
    flex: 0 auto;
  }

  .split-content-full-width.feature-single-hero-left {
    max-width: 480px;
  }

  .split-content-full-width.careers-card-left {
    top: 0px;
    width: 100%;
    max-width: 100%;
  }

  .split-content-full-width.careers-card-right {
    display: block;
    width: 100%;
    max-width: 70%;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading {
    font-size: 24px;
  }

  .button-customer-stories {
    margin-top: 60px;
    border-color: #2695f0;
    background-color: #2695f0;
  }

  .hero-v5-wrapper--customer-stories {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 12%, rgba(250, 252, 255, 0.52) 70%, hsla(0, 0%, 100%, 0.15) 85%, hsla(0, 0%, 100%, 0.01)), url('../images/customer_stories_hero_bg.jpg');
    background-position: 0px 0px, 50% 70%;
    background-size: auto, 100%;
    background-repeat: repeat, repeat;
  }

  .hero-wrapper---team {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/team_hero_bg.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .team-member-info-01 {
    min-height: 450px;
    margin-top: 0px;
    border-top-color: #2695f0;
  }

  .team-member-image-01.max {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_5.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-member-image-01.queenie {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-member-image-01.kristy {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_3.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-member-image-01.raymond {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-member-image-01.anthony {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

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

  .team-grid-01 {
    margin-top: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-3.team-member {
    margin-bottom: 0px;
  }

  .heading-2 {
    position: static;
    display: block;
    font-size: 38px;
    text-align: left;
  }

  .job-title {
    font-size: 16px;
  }

  .job-description {
    display: none;
    margin-top: 20px;
  }

  .team-container {
    height: 1780px;
    background-image: none;
  }

  .hero-wrapper---platform {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/platform_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .hero-wrapper---mission {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/mission_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .before-image-2 {
    background-image: url('../images/before2.jpg');
  }

  .after-image-inner-2 {
    background-image: url('../images/after2.jpg');
  }

  .hero-wrapper---contact-us {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/contact_us_hero_bg.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .hero-wrapper---why-choose-us {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/why_choose_us_hero_bg.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .mask {
    box-shadow: none;
  }

  .h2.white {
    color: #3b3f44;
  }

  .quotes-icon {
    top: -8%;
  }

  .testimonial-section {
    background-color: #e5ecf5;
  }

  .standard-paragraph.center.white {
    color: #3b3f44;
  }

  .hero-wrapper---network {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/network_hero_bg_1.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .counterup {
    color: #74b217;
    letter-spacing: 2px;
  }

  .demo-p.main {
    display: none;
  }

  .demo-main-text-wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .separator {
    display: none;
  }

  .demo-container-3 {
    height: 70vh;
    background-image: linear-gradient(180deg, #f4f9ff, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 112, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .demo-container-4 {
    height: 70vh;
    background-image: url('../images/background.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .cloneable-container-default {
    min-height: 500px;
  }

  .wrapper---lets-chat {
    min-height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #bce3ff;
  }

  .title---brix.cta-v1-title---brix.white-text---brix {
    color: #3b3f44;
  }

  .cta-v1-content---brix {
    max-width: 700px;
  }

  .section-7.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-7.cloneables-listing-2 {
    margin-bottom: 60px;
    padding-bottom: 0px;
  }

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

  .section-8.first-section.hidden-overflow {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-8.relative {
    padding-bottom: 0px;
  }

  .split-2.feature-single-hero-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .split-2.feature-single.last {
    display: none;
  }

  .split-2.feature-single-hero-wrapper-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .split-2.feature-single-2.last {
    display: none;
  }

  .section-4-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-4-copy.cloneables-listing {
    padding-bottom: 0px;
  }

  .team-text-wrapper {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .section-10 {
    padding-top: 0px;
  }

  .section-10.cloneables-listing {
    padding-bottom: 0px;
  }

  .job-profile {
    padding-top: 25px;
  }

  .section-11 {
    padding-top: 0px;
  }

  .section-11.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-12 {
    display: block;
    padding-bottom: 400px;
  }

  .bold-text-10 {
    color: #2695f0;
  }

  .privacy {
    color: #66666e;
    text-decoration: none;
  }

  .privacy.w--current {
    color: #66666e;
    text-decoration: none;
  }

  .link-block-6.terms {
    display: inline-block;
    width: 150px;
    border-right: 1px solid #66666e;
  }

  .link-block-7.terms {
    display: inline-block;
    width: 200px;
  }

  .all-rights-reserved {
    margin-bottom: 15px;
  }

  .hero-v5-wrapper---privacy {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 12%, rgba(250, 252, 255, 0.52) 70%, hsla(0, 0%, 100%, 0.15) 85%, hsla(0, 0%, 100%, 0.01)), url('../images/terms_hero_bg.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }

  .button-primary-cookies {
    margin-top: 0px;
    border-color: #2695f0;
    background-color: #2695f0;
  }

  .hero-wrapper---air-freight-solutions {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/air_freight_solutions_hero_bg.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .hero-wrapper---ocean-freight-solutions {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/ocean_freight_solutions_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  ._2-column-grid-air-freight-solution {
    position: static;
    margin-bottom: 65px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .card-left.story-card {
    left: -31px;
    bottom: -157px;
  }

  .card-left.story-card.tint-1 {
    left: -18%;
    top: 69%;
    right: auto;
    bottom: auto;
    max-width: 500px;
    min-width: 500px;
  }

  .card-left.story-card.tint-2 {
    left: -25%;
    top: 69%;
    right: auto;
    bottom: auto;
    max-width: 500px;
    min-width: 500px;
  }

  .card-left.story-card.tint-3 {
    left: -151px;
    bottom: -313px;
    max-width: 500px;
    min-width: 500px;
  }

  .card-left.story-card.tint-4 {
    left: -151px;
    bottom: -384px;
    max-width: 600px;
    min-width: 600px;
  }

  .top-content---ocean-freight {
    max-width: 900px;
  }

  .bullet-list-faq {
    width: 88%;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 20px;
    color: #66666e;
    text-align: left;
  }

  .demo-container---home-customized-solutions {
    height: 750px;
    background-image: linear-gradient(180deg, #f4f9ff, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 112, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .tilt-section-container---air-freight {
    padding-right: 0px;
    padding-left: 114px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 0.75fr 1fr;
    grid-template-columns: 1fr 0.75fr 1fr;
  }

  .image-4 {
    width: 150px;
  }

  .image-5 {
    width: 120px;
    margin-right: 180px;
  }

  .link-block-6-copy.terms {
    display: inline-block;
    width: 150px;
    border-right: 1px solid #66666e;
  }

  .link-block-8.terms {
    display: inline-block;
    width: 260px;
  }

  .container-default-6 {
    display: block;
  }

  .container-default-6.footer-container {
    border-bottom-color: #c0c4d1;
  }
}

@media screen and (min-width: 1920px) {
  .container-default {
    max-width: 1440px;
  }

  .container-medium {
    position: relative;
    max-width: 1500px;
  }

  .color-block.support-card {
    min-height: 220px;
    background-color: #bce3ff;
    background-image: url('../images/specialty_service_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .color-block.support-card.tint-1 {
    min-height: 250px;
    background-color: #bce3ff;
    background-image: url('../images/customer_stories_heading_2.jpg');
    background-size: cover;
  }

  .color-block.support-card.tint-3 {
    min-height: 250px;
    background-color: #bce3ff;
    background-image: url('../images/specialty_service_1.jpg');
    background-size: cover;
  }

  .color-block.support-card.tint-2 {
    min-height: 250px;
    background-image: url('../images/customer_stories_2b.jpg');
  }

  .color-block.support-card.tint-4 {
    min-height: 250px;
    background-color: #bce3ff;
    background-image: url('../images/customer_stories_hero_bg_1.jpg');
    background-size: cover;
  }

  .typography-container {
    display: block;
    border-bottom-style: none;
  }

  .typography-section-wrapper {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border: 1px none #000;
  }

  .typography-section-wrapper.faq {
    margin-top: 25px;
  }

  .button-primary {
    position: static;
    display: inline-block;
    overflow: visible;
    margin-top: 0px;
    border-color: #2695f0;
    background-color: #2695f0;
  }

  .button-primary:hover {
    color: #2695f0;
  }

  .footer {
    border-style: solid none none;
    border-width: 1px 0px 0px;
    border-color: #e5ecf5 #000 #000;
  }

  .footer-grid {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-logo-container {
    margin-bottom: 35px;
  }

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

  .section.first-section.hidden-overflow {
    padding-bottom: 140px;
  }

  .section.feature-single-hero {
    display: flex;
    padding-top: 140px;
  }

  .section.relative {
    position: relative;
    display: block;
    border-bottom: 1px none #000;
  }

  .section.terms {
    position: relative;
    display: block;
    padding-bottom: 100px;
    border-bottom: 1px none #000;
  }

  .section.feature-single-hero---ocean-freight {
    display: flex;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.feature-single-hero---home {
    display: flex;
    padding-top: 140px;
  }

  .section.relative---air-freight {
    position: relative;
    display: block;
    border-bottom: 1px none #000;
  }

  .section.feature-single-hero---air-freight {
    display: flex;
    padding-top: 140px;
  }

  .section.platform-single-hero {
    display: flex;
    padding-top: 140px;
  }

  .section.platform {
    position: relative;
    display: block;
    margin-top: 140px;
    padding-top: 100px;
    border-bottom: 1px none #000;
  }

  .section.feature-single-hero---3pl {
    display: flex;
    padding-top: 140px;
  }

  .paragraph.other-story-title {
    font-size: 20px;
    font-weight: 700;
  }

  .paragraph.feature-single-hero {
    font-weight: 500;
  }

  .paragraph.career-about-excerpt {
    max-width: 100%;
  }

  .paragraph.air-freight-paragraph {
    font-weight: 500;
    text-align: left;
  }

  .card.story-card {
    left: -35px;
    top: 350px;
    bottom: -174px;
    max-width: 500px;
    min-height: 430px;
    min-width: 500px;
  }

  .card.story-card.tint-1 {
    left: -26%;
    top: 75%;
    right: auto;
    bottom: auto;
    min-height: 420px;
    margin-top: 0px;
  }

  .card.story-card.tint-2 {
    left: -33%;
    top: 75%;
    right: auto;
    bottom: auto;
  }

  .card.story-card.tint-3 {
    left: -147px;
  }

  .card.story-card.tint-4 {
    left: -147px;
    max-width: 600px;
    min-height: 500px;
    min-width: 600px;
  }

  .card.value-item {
    align-items: center;
  }

  .card.about-testimonial-card.last {
    margin-bottom: 42px;
  }

  .card.open-positions-main-card {
    padding-right: 60px;
    padding-left: 60px;
  }

  .card.carrer-card-careers-page {
    transition-property: none;
  }

  .card.carrer-card-careers-page:hover {
    transform: none;
  }

  .card.air-freight-solution-item {
    align-items: flex-start;
  }

  .title.footer-title {
    font-family: Thicccboi, sans-serif;
  }

  .title.feature-single-hero {
    font-size: 65px;
  }

  .title.feature-single-process-center {
    display: flex;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
  }

  .title.feature-single-process-center {
    position: static;
    display: flex;
    max-width: none;
    margin-bottom: 40px;
    margin-left: 207px;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
  }

  .title.feature-single-process-center-2 {
    display: flex;
    max-width: 1000px;
    margin-bottom: 40px;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
  }

  .title.feature-single-process-center-left {
    display: block;
    overflow: visible;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
  }

  .title.team-center {
    position: static;
    display: flex;
    max-width: none;
    margin-bottom: 40px;
    margin-left: 207px;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
  }

  .split-content.support-card-content {
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .split-content.feature-single-hero-left {
    max-width: 530px;
  }

  .split-content.feature-single-large {
    max-width: 52%;
  }

  .split-content.careers-card-left {
    width: 100%;
    max-width: 70%;
  }

  .split-content.careers-card-right {
    display: block;
    width: 100%;
    max-width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-wrapper.feature-single {
    display: block;
    max-width: 40%;
  }

  .image.about-hero.first---air-freight {
    margin-bottom: -20px;
  }

  .image.about-hero.first---3pl {
    margin-bottom: 0px;
    box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
  }

  .image.value-icon {
    text-align: left;
  }

  .image.feature-single.large {
    left: -31%;
    width: 100%;
    max-width: 100%;
  }

  .image.feature-single-process {
    position: absolute;
    box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
  }

  .image.blob.h-1 {
    left: -180px;
    top: 61px;
    max-width: 56%;
  }

  .image.blob.h-2 {
    top: 506px;
    right: -420px;
    max-width: 60%;
  }

  .image.blob.h-4 {
    max-width: 56%;
    margin-left: 1032px;
  }

  .image.blob.h-5 {
    left: -173px;
    bottom: -254px;
    max-width: 56%;
  }

  .image.blob.p-1 {
    margin-left: 1050px;
  }

  .image.blob.fs-1 {
    left: 754px;
    top: -225px;
    max-width: 50%;
    margin-top: 314px;
    margin-left: 272px;
  }

  .image.blob.fs-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    margin-left: 0px;
  }

  .image.blob.fs-3 {
    left: auto;
    top: -103%;
    right: -61%;
    bottom: auto;
    display: block;
    margin-top: 0px;
    margin-left: 0px;
  }

  .image.blob._404-2 {
    margin-top: 9%;
  }

  .image.blob.green_pattern {
    left: 18%;
    top: -2%;
    right: auto;
    bottom: 0%;
    max-width: 50%;
    margin-top: 326px;
    margin-left: -295px;
    transform: none;
  }

  .image.blob.fs-2 {
    left: 355px;
    top: -219px;
    max-width: 50%;
    margin-top: -373px;
    margin-left: 1022px;
  }

  .image.blob.blue_pattern {
    left: auto;
    top: 10%;
    right: 5%;
    bottom: auto;
    max-width: 50%;
    margin-top: 326px;
    margin-left: -18px;
    transform: none;
  }

  .image.blob.fs-4 {
    position: absolute;
    left: -37%;
    top: -99%;
    right: auto;
    bottom: auto;
    display: block;
    overflow: visible;
    max-width: 170%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .image.blob.fs-5 {
    position: absolute;
    left: -10%;
    top: -29%;
    right: auto;
    bottom: auto;
    display: block;
    overflow: visible;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    transform: rotate(50deg);
  }

  .image.blob-opacity.h-6 {
    left: -145px;
    max-width: 56%;
  }

  .image.feature-single-process-no-shadow {
    box-shadow: none;
  }

  .image.feature-single-process-2 {
    position: absolute;
    left: -14%;
    top: 127%;
    right: 179px;
    bottom: auto;
    box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
  }

  .image.feature-single-process-copy {
    position: absolute;
    box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
  }

  .image.feature-ocean-freight-single.large {
    left: -31%;
    width: 100%;
    max-width: 100%;
  }

  .image.feature-single---air-freight.large {
    left: -31%;
    width: 100%;
    max-width: 100%;
  }

  .image.feature-single---3pl.large {
    left: -31%;
    width: 100%;
    max-width: 100%;
  }

  .top-content.support {
    max-width: 600px;
    margin-bottom: 60px;
  }

  .narrow-section {
    display: none;
  }

  .split.feature-single.first {
    margin-bottom: 140px;
    padding-bottom: 140px;
  }

  .list.package-features-list {
    list-style-type: disc;
  }

  .list-item {
    list-style-type: disc;
  }

  .list-item.dark-check-item {
    list-style-type: none;
  }

  .list-item.last.dark-check-item {
    margin-bottom: 16px;
  }

  ._3-column-grid.support-cards-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bg.bg-square.testimonials {
    top: 0%;
  }

  .footer-nav-wrapper.grid {
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr 1fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr 1fr;
  }

  .footer-nav-column.last {
    margin-right: 40px;
  }

  .footer-social-links-wrapper {
    max-width: 150px;
  }

  .badge.post-category {
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
    border-radius: 10px;
    background-color: #1a1b1e;
    background-image: linear-gradient(180deg, #fff, #fff);
    color: #1a1b1e;
    font-weight: 700;
  }

  .footer-bottom-content {
    display: flex;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    text-align: center;
  }

  ._2-column-grid {
    margin-bottom: 75px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .social-links-wrapper {
    max-width: 200px;
  }

  .faq-wrapper.last {
    margin-bottom: 26px;
  }

  .package-feature {
    color: #fff;
  }

  .story-container {
    display: block;
    margin-bottom: 60px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }

  .bottom-content.careers-bottom-text {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .bg-blobs-wrapper {
    display: block;
    padding-right: 0px;
  }

  .careers-card-item {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .dropdown-toggle {
    font-family: Helvetica, sans-serif;
  }

  .dropdown-link {
    display: flex;
    overflow: visible;
  }

  .dropdown-link:hover {
    color: #2695f0;
  }

  .text-block {
    font-family: Helvetica, sans-serif;
  }

  .icon-wrap {
    background-color: #d3ebff;
  }

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

  .dropdown-title:hover {
    color: #2695f0;
  }

  .button-menu {
    border-radius: 12px;
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
    text-transform: none;
  }

  .login-buttons {
    font-family: Helvetica, sans-serif;
  }

  .bold-text {
    font-size: 65px;
  }

  .container--full {
    height: 40vh;
  }

  .after-image-inner {
    background-image: url('../images/after_1.jpg');
  }

  .content-container {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    flex: 1;
  }

  .navigation-link-2 {
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
  }

  .navigation-link-2.w--current {
    color: #3b3f44;
  }

  .navigation-2 {
    background-color: transparent;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-4 {
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
  }

  .navigation-container-2 {
    max-width: 1440px;
  }

  .dropdown-title-2 {
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
  }

  .dropdown-title-2:hover {
    color: #2695f0;
  }

  .container-default-2 {
    max-width: 1440px;
  }

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

  .tilt-section-wrapper._2 {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tilt-section-wrapper._3 {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tilt-section-wrapper._3pl {
    height: 1300px;
  }

  .tilt-section-container {
    position: absolute;
    left: 187px;
    top: 205px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-image {
    top: 273px;
    right: -293px;
    height: 550px;
  }

  .white-section-title {
    margin-bottom: 40px;
    font-size: 50px;
    text-transform: none;
  }

  .tilted-paragraph._3pl {
    margin-top: 25px;
  }

  .button {
    display: none;
  }

  .tilted-color-block {
    height: 780px;
    margin-left: -45px;
    background-color: #8bc6f6;
    background-image: linear-gradient(187deg, rgba(46, 144, 189, 0.87) 58%, rgba(94, 187, 230, 0.7)), url('../images/air_freight_bg.jpg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, auto;
    transform: rotate(4deg);
  }

  .tilted-color-block.air-freight-solution {
    height: 800px;
  }

  .section-image-plane {
    top: 178px;
    right: -293px;
    width: 1200px;
  }

  .section-image-air-carrier {
    left: -42%;
    top: -20px;
    right: 977px;
    height: 340px;
  }

  .bullet-list {
    padding-left: 17px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
  }

  .list-item-2 {
    margin-bottom: 10px;
    font-weight: 500;
  }

  .section-2 {
    display: none;
  }

  .white-section-title-2 {
    margin-bottom: 40px;
    color: #fff;
    text-align: left;
    text-transform: none;
  }

  .white-section-title-2._2 {
    font-size: 50px;
  }

  .tilted-paragraph-2 {
    color: #fff;
    text-align: left;
  }

  .bullet-list-copy {
    color: #fff;
    font-weight: 500;
  }

  .bullet-list-2 {
    padding-left: 470px;
    direction: ltr;
    color: #66666e;
    font-weight: 500;
  }

  .tilted-color-block-2._2 {
    height: 780px;
    background-color: #038530;
    background-image: linear-gradient(180deg, rgba(22, 134, 76, 0.93) 49%, rgba(43, 153, 122, 0.89)), url('../images/ocean_freight_bg.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    transform: rotate(-2deg);
  }

  .section-image-vessel {
    left: -66%;
    top: 20%;
    right: auto;
    bottom: auto;
  }

  .section-image-vessel._2 {
    left: -593px;
    top: -58px;
    margin-top: 213px;
    transform: rotate(0deg);
  }

  .section-image-vessel._2-copy {
    left: -593px;
    top: -58px;
    margin-top: 213px;
    transform: rotate(0deg);
  }

  .tilt-section-container-2.align-right {
    padding-top: 60px;
    padding-left: 168px;
  }

  .button-2 {
    display: none;
  }

  .bold-text-5 {
    color: #fff;
  }

  .section-image-ocean-carrier {
    top: 121px;
    right: -443px;
    height: 350px;
  }

  .section-image-ocean-carrier._2 {
    left: -593px;
    top: -58px;
    margin-top: 213px;
    transform: rotate(0deg);
  }

  .section-image-ocean-carrier._2-copy {
    left: -593px;
    top: -58px;
    margin-top: 213px;
    transform: rotate(0deg);
  }

  .section-image-3pl {
    left: auto;
    top: 88%;
    right: -33%;
    bottom: auto;
    height: 550px;
  }

  .tilted-color-block-green {
    height: 820px;
    margin-left: -45px;
    background-color: #8bc6f6;
    background-image: linear-gradient(187deg, rgba(118, 170, 40, 0.9) 23%, rgba(104, 146, 39, 0.9) 54%, rgba(132, 213, 123, 0.7)), url('../images/3pl_bg.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, auto;
    transform: rotate(4deg);
  }

  .section-image-3pl-carton {
    left: -46%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: inline-block;
    height: 400px;
  }

  .card-2.card4-content {
    background-image: url('../images/air_freight_menu.png');
  }

  .card-2.card5-content {
    background-image: url('../images/ocean_freight_menu_1.png');
  }

  .card-2.card6-content {
    background-image: url('../images/3pl_menu.png');
  }

  .card-2.card4-content-2 {
    background-image: url('../images/air_freight_menu_1.png');
  }

  .card-2.card5-content-2 {
    background-image: url('../images/ocean_freight_menu.png');
  }

  .card-2.card6-content-2 {
    background-image: url('../images/3pl_menu_1.png');
  }

  .hero-title {
    position: absolute;
    left: auto;
    top: 5%;
    right: 11%;
    bottom: auto;
    display: block;
    max-width: 400px;
    margin-top: 35px;
    margin-left: 0px;
    justify-content: center;
    font-size: 68px;
  }

  .card-headline.dark-card-headline._6col-card {
    width: 60%;
    color: #fff;
  }

  .button-3.default-button.card-cta {
    left: 161px;
    bottom: 247px;
    display: none;
    background-color: #2695f0;
    color: #fff;
  }

  .bold-text-6 {
    color: #fff;
  }

  .content.small {
    max-width: 600px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .content.small.right {
    max-width: 800px;
  }

  .content.small-2 {
    max-width: 600px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .content.small-2.right {
    max-width: 800px;
  }

  ._415-max-width {
    max-width: 800px;
    color: #66666e;
  }

  .two-grid.medium {
    max-width: 1500px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 4fr 2.25fr;
    grid-template-columns: 4fr 2.25fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .two-grid.medium.extra-margin-bottom {
    -ms-grid-columns: 3fr 2.75fr;
    grid-template-columns: 3fr 2.75fr;
  }

  .section-3 {
    min-height: 800px;
    padding-right: 15vw;
    padding-left: 5vw;
    background-color: transparent;
  }

  .section-3.bg-primary-2 {
    min-height: 450px;
    background-color: #ddebff;
  }

  .section-3.bg-primary-3 {
    min-height: 1000px;
    background-color: #ddebff;
  }

  .section-3.bg-primary-4 {
    min-height: 1000px;
    background-color: transparent;
  }

  .image-half-screen {
    width: 50%;
  }

  .image-half-screen.right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image-half-screen.right-2 {
    width: 50%;
    height: 100%;
    min-height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image-half-screen.left-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 50vw;
    height: 80%;
    max-width: 500px;
    margin-top: 80px;
    padding-top: 216px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image-half-screen.left-2-copy {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 50vw;
    height: 80%;
    max-width: 400px;
    margin-top: 100px;
    padding-top: 230px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image-half-screen.right-3 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 50vw;
    height: 100%;
    max-width: 500px;
    margin-top: 32px;
    padding-top: 230px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .demo-wrapper {
    height: 60%;
  }

  .d-8-image {
    background-image: url('../images/services_menu_1.jpg');
    transition-property: none;
    text-decoration: none;
  }

  .d-8-image:hover {
    background-image: linear-gradient(180deg, rgba(188, 227, 255, 0.26), rgba(188, 227, 255, 0.26)), url('../images/services_menu_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    text-decoration: none;
  }

  .d-8-image.two:hover {
    background-image: linear-gradient(180deg, rgba(188, 227, 255, 0.26), rgba(188, 227, 255, 0.26)), url('../images/services_menu_2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .d-8-image.three {
    background-image: url('../images/services_menu_3.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .d-8-image.three:hover {
    background-image: linear-gradient(180deg, rgba(188, 227, 255, 0.26), rgba(188, 227, 255, 0.26)), url('../images/services_menu_3.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .d-8-image-text {
    position: static;
    font-family: Thicccboi, sans-serif;
    font-size: 36px;
    line-height: 42px;
  }

  .d-8-image-text:hover {
    text-decoration: none;
  }

  .demo-container {
    display: block;
    overflow: visible;
    height: 700px;
    margin-top: 70px;
    background-image: none;
  }

  .link-block-2 {
    width: 100%;
    height: 100%;
  }

  .button-4 {
    background-color: transparent;
    color: transparent;
  }

  .link-block-3 {
    display: flex;
    overflow: visible;
    width: 33.3%;
    height: 100%;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .link-block-4 {
    display: flex;
    overflow: visible;
    width: 33.4%;
    height: 100%;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-decoration: none;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .link-block-4-copy {
    display: flex;
    overflow: visible;
    width: 33.3%;
    height: 100%;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-decoration: none;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .link-block-5 {
    display: flex;
    width: 33.3%;
    height: 100%;
    text-decoration: none;
  }

  .section-4 {
    padding-top: 0px;
  }

  .section-4.cloneables-listing {
    padding-bottom: 0px;
  }

  .container-default-3 {
    max-width: 1600px;
    min-height: 200px;
  }

  .hero-v6-wrapper---faq {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 16%, rgba(247, 250, 254, 0.91) 37%, rgba(250, 252, 255, 0.52) 69%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.15) 92%), url('../images/faq_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .color-white-2 {
    font-size: 80px;
  }

  .top-content---brix {
    display: block;
    max-width: 1000px;
  }

  .paragraph-2.feature-single-hero {
    color: #3b3f44;
    font-size: 20px;
    font-weight: 500;
  }

  .gradient_h1 {
    font-size: 80px;
  }

  .gradient_heading {
    font-size: 68px;
  }

  .demo-container-2 {
    height: 500px;
    margin-top: 0px;
    background-image: none;
  }

  .hero-wrapper---specialty {
    display: flex;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe, rgba(250, 252, 255, 0.52) 18%, hsla(0, 0%, 100%, 0.15) 37%, hsla(0, 0%, 100%, 0.15) 53%), url('../images/speciality_hero_bg.jpg');
    background-position: 0px 0px, 40% 30%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .gradient_heading-2 {
    margin-top: -22px;
    margin-bottom: 0px;
    margin-left: 1064px;
    color: #fff;
    font-size: 68px;
  }

  .top-content-2 {
    max-width: 1800px;
  }

  .bold-text-8 {
    font-size: 50px;
  }

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

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

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

  .section-5 {
    padding-bottom: 320px;
  }

  .section-5.feature-single-hero {
    display: flex;
  }

  .section-5.relative {
    padding-bottom: 0px;
  }

  .typography-container-2 {
    display: block;
    margin-top: 145px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-wrapper---service {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 16%, rgba(247, 250, 254, 0.91) 37%, rgba(250, 252, 255, 0.52) 69%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.15) 92%), url('../images/service_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .paragraph-6 {
    display: block;
  }

  .bullet-list-3 {
    margin-bottom: 20px;
    padding-left: 17px;
    color: #66666e;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
  }

  ._3-column-grid-copy.about-hero-image-grid-2 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .typography-section-wrapper-2 {
    display: block;
    padding-bottom: 35px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #8a8a92;
  }

  .story-subtitle {
    color: #2695f0;
    font-size: 24px;
  }

  .bullet-list-story {
    margin-bottom: 30px;
    padding-left: 17px;
    color: #66666e;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
  }

  .story-container-with-line {
    display: block;
    margin-bottom: 60px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }

  .story-content-main-wrapper-with-line {
    margin-bottom: 50px;
  }

  .split-content-full-width.feature-single-hero-left {
    max-width: 530px;
  }

  .split-content-full-width.feature-single-large {
    max-width: 52%;
  }

  .split-content-full-width.careers-card-left {
    width: 100%;
    max-width: 100%;
  }

  .split-content-full-width.careers-card-right {
    display: block;
    width: 100%;
    max-width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button-customer-stories {
    margin-top: 60px;
    border-color: #2695f0;
    background-color: #2695f0;
  }

  .button-customer-stories:hover {
    color: #2695f0;
  }

  .hero-v5-wrapper--customer-stories {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 16%, rgba(247, 250, 254, 0.91) 37%, rgba(250, 252, 255, 0.52) 69%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.15) 92%), url('../images/customer_stories_hero_bg.jpg');
    background-position: 0px 0px, 50% 70%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .hero-wrapper---team {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 16%, rgba(247, 250, 254, 0.91) 29%, rgba(250, 252, 255, 0.52) 52%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.15) 92%), url('../images/team_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .team-member-info-01 {
    min-height: 450px;
    margin-top: 0px;
    border-top-color: #2695f0;
  }

  .team-member-image-01.max {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_5.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-member-image-01.queenie {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-member-image-01.kristy {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-member-image-01.raymond {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-member-image-01.anthony {
    height: 340px;
    background-color: #bce3ff;
    background-image: url('../images/team_member_4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-section-01 {
    padding-top: 40px;
    text-align: left;
  }

  .team-grid-01 {
    max-width: 1500px;
    margin-top: 20px;
    grid-auto-flow: row;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-3.team-member {
    font-size: 28px;
  }

  .heading-2 {
    display: flex;
    justify-content: flex-start;
    text-align: center;
  }

  .team-title-wrap {
    justify-content: flex-start;
    align-items: stretch;
    text-align: left;
  }

  .job-title {
    font-size: 20px;
  }

  .job-description {
    display: flex;
    overflow: visible;
    margin-top: 20px;
  }

  .team-container {
    height: 1800px;
    background-image: none;
  }

  .hero-wrapper---platform {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 16%, rgba(247, 250, 254, 0.91) 37%, rgba(250, 252, 255, 0.52) 58%, hsla(0, 0%, 100%, 0.15) 76%, hsla(0, 0%, 100%, 0.15) 92%), url('../images/platform_hero_bg.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .big-text-clip {
    background-image: url('../images/home_bg_gradient_1.png');
    background-position: 50% 100%;
    background-size: auto;
    font-size: 28vw;
  }

  .hero-wrapper---mission {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 16%, rgba(247, 250, 254, 0.91) 37%, rgba(250, 252, 255, 0.52) 58%, hsla(0, 0%, 100%, 0.15) 76%, hsla(0, 0%, 100%, 0.15) 92%), url('../images/mission_hero_bg.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .before-image-2 {
    background-image: url('../images/before2.jpg');
  }

  .after-image-inner-2 {
    background-image: url('../images/after2.jpg');
  }

  .before2-image {
    background-image: url('../images/before2.jpg');
  }

  .after2-image-inner {
    background-image: url('../images/after2.jpg');
  }

  .hero-wrapper---contact-us {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 16%, rgba(247, 250, 254, 0.91) 29%, rgba(250, 252, 255, 0.52) 52%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.15) 92%), url('../images/contact_us_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .hero-wrapper---why-choose-us {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 16%, rgba(247, 250, 254, 0.91) 29%, rgba(250, 252, 255, 0.52) 52%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.15) 92%), url('../images/why_choose_us_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .mask {
    box-shadow: none;
  }

  .h2.white {
    color: #3b3f44;
  }

  .quotes-icon-2 {
    bottom: -7%;
  }

  .quotes-icon {
    top: -7%;
  }

  .testimonial-section {
    background-color: #e5ecf5;
  }

  .slide-wrap {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .standard-paragraph.center.white {
    color: #3b3f44;
  }

  .hero-wrapper---network {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 16%, rgba(247, 250, 254, 0.91) 37%, rgba(250, 252, 255, 0.52) 58%, hsla(0, 0%, 100%, 0.15) 76%, hsla(0, 0%, 100%, 0.15) 92%), url('../images/network_hero_bg_1.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .counterup {
    color: #74b217;
    letter-spacing: 2px;
  }

  .d-135-section-home {
    display: flex;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .demo-main-text-wrapper {
    display: block;
  }

  .demo-wrapper-2 {
    justify-content: center;
    align-items: flex-end;
  }

  .demo-container-3 {
    display: flex;
    height: 70vh;
    background-image: linear-gradient(180deg, #f4f9ff 1%, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 113, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .browser-demo {
    display: flex;
  }

  .instructions-wrapper {
    display: flex;
  }

  .demo-container-4 {
    height: 70vh;
    background-image: url('../images/background.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .banner-button {
    background-color: #2695f0;
    color: #fff;
  }

  .cta-header {
    line-height: 1.2;
    font-weight: 700;
  }

  .banner {
    margin-top: 0px;
    margin-bottom: 100px;
    background-color: #bce3ff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .bottom-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .cloneable-container-default {
    min-height: 500px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .wrapper---lets-chat {
    background-color: #bce3ff;
  }

  .title---brix.cta-v1-title---brix.white-text---brix {
    color: #3b3f44;
  }

  .cta-v1-content---brix {
    max-width: 700px;
  }

  .image-wrapper-2.feature-single {
    display: block;
    max-width: 40%;
  }

  .section-7.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-7.cloneables-listing-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .section-8.first-section.hidden-overflow {
    padding-bottom: 140px;
  }

  .section-8.feature-single-hero {
    display: flex;
  }

  .section-8.relative {
    position: relative;
    display: block;
    border-bottom: 1px none #000;
  }

  .split-2.feature-single.first {
    margin-bottom: 140px;
    padding-bottom: 140px;
  }

  .split-2.feature-single-2.first {
    margin-bottom: 140px;
    padding-bottom: 140px;
  }

  .split-2.feature-single-2.first-2 {
    margin-bottom: 60px;
    padding-bottom: 0px;
  }

  .split-2.feature-single-2.first-3 {
    margin-bottom: 60px;
    padding-bottom: 0px;
  }

  .item {
    margin-right: 40px;
    margin-left: 40px;
  }

  .section-4-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-4-copy.cloneables-listing {
    padding-bottom: 0px;
  }

  .team-text-wrapper {
    display: block;
    margin-top: 0px;
  }

  .section-10 {
    padding-top: 0px;
  }

  .section-10.cloneables-listing {
    padding-bottom: 0px;
  }

  .job-profile {
    padding-top: 25px;
    font-size: 18px;
    line-height: 24px;
  }

  .italic-text {
    font-style: normal;
  }

  .bold-text-9 {
    font-size: 22px;
  }

  .section-11 {
    padding-top: 0px;
  }

  .section-11.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-12 {
    padding-bottom: 400px;
  }

  .section-12.feature-single-hero {
    display: flex;
  }

  .section-12.relative {
    padding-bottom: 0px;
  }

  .bold-text-10 {
    color: #2695f0;
  }

  .link-2 {
    color: #3b3f44;
  }

  .text-block-5 {
    color: #66666e;
    text-decoration: none;
  }

  .link-block {
    padding-right: 0px;
    color: #66666e;
    text-decoration: none;
  }

  .privacy {
    margin-right: 0px;
    padding-right: 0px;
    color: #66666e;
    text-decoration: none;
  }

  .link-block-6 {
    padding-right: 0px;
    color: #66666e;
    text-decoration: none;
  }

  .link-block-6.terms {
    display: inline-block;
    width: 150px;
    justify-content: space-around;
    align-items: flex-start;
    border-right: 1px solid #66666e;
  }

  .cookie {
    margin-right: 0px;
    padding-right: 0px;
    color: #66666e;
    text-decoration: none;
  }

  .link-block-7 {
    padding-right: 0px;
    color: #66666e;
    text-decoration: none;
  }

  .link-block-7.terms {
    display: inline-block;
    width: 200px;
    justify-content: space-around;
    align-items: flex-start;
  }

  .all-rights-reserved {
    margin-bottom: 10px;
    padding-right: 0px;
    color: #66666e;
    text-decoration: none;
  }

  .hero-v5-wrapper---privacy {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 16%, rgba(247, 250, 254, 0.91) 37%, rgba(250, 252, 255, 0.52) 69%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.15) 92%), url('../images/terms_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .ck-modal__content-w.is--small {
    padding-top: 0.5rem;
  }

  .ck-modal {
    border-radius: 0.5rem;
  }

  .button-primary-cookies {
    position: static;
    display: inline-block;
    overflow: visible;
    margin-top: 0px;
    border-color: #2695f0;
    background-color: #2695f0;
  }

  .button-primary-cookies:hover {
    color: #2695f0;
  }

  .hero-wrapper---air-freight-solutions {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 16%, rgba(247, 250, 254, 0.91) 34%, rgba(250, 252, 255, 0.52) 63%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.15) 92%), url('../images/air_freight_solutions_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .hero-wrapper---ocean-freight-solutions {
    min-height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #f5f9fe 16%, rgba(247, 250, 254, 0.91) 34%, rgba(250, 252, 255, 0.52) 63%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.15) 92%), url('../images/ocean_freight_solutions_hero_bg.jpg');
    background-position: 0px 0px, 50% 60%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  ._2-column-grid-air-freight-solution {
    margin-bottom: 75px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .card-left.story-card {
    left: -35px;
    top: 350px;
    bottom: -174px;
    max-width: 500px;
    min-height: 430px;
    min-width: 500px;
  }

  .card-left.story-card.tint-1 {
    left: -26%;
    top: 75%;
    right: auto;
    bottom: auto;
    min-height: 420px;
    margin-top: 0px;
  }

  .card-left.story-card.tint-2 {
    left: -33%;
    top: 75%;
    right: auto;
    bottom: auto;
  }

  .card-left.story-card.tint-3 {
    left: -147px;
  }

  .card-left.story-card.tint-4 {
    left: -147px;
    max-width: 600px;
    min-height: 500px;
    min-width: 600px;
  }

  .card-left.value-item {
    align-items: center;
  }

  .card-left.about-testimonial-card.last {
    margin-bottom: 42px;
  }

  .card-left.open-positions-main-card {
    padding-right: 60px;
    padding-left: 60px;
  }

  .card-left.carrer-card-careers-page {
    transition-property: none;
  }

  .card-left.carrer-card-careers-page:hover {
    transform: none;
  }

  .card-left.air-freight-solution-item {
    align-items: flex-start;
  }

  .top-content---ocean-freight {
    display: block;
    max-width: 1000px;
  }

  .bullet-list-faq {
    width: 88%;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 20px;
    color: #66666e;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
  }

  .bold-text-11 {
    color: #2695f0;
    font-weight: 500;
  }

  .demo-container---home-customized-solutions {
    display: flex;
    height: 700px;
    background-image: linear-gradient(180deg, #f4f9ff 1%, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 113, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .tilt-section-container---air-freight {
    position: absolute;
    left: 187px;
    top: 205px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-4 {
    width: 150px;
  }

  .image-5 {
    width: 120px;
    margin-right: 180px;
  }

  .footer-partner-logo-container {
    display: block;
  }

  .link-block-6-copy {
    padding-right: 0px;
    color: #66666e;
    text-decoration: none;
  }

  .link-block-6-copy.terms {
    display: inline-block;
    width: 150px;
    justify-content: space-around;
    align-items: flex-start;
    border-right: 1px solid #66666e;
  }

  .link-block-8 {
    padding-right: 0px;
    color: #66666e;
    text-decoration: none;
  }

  .link-block-8.terms {
    display: inline-block;
    width: 260px;
    justify-content: space-around;
    align-items: flex-start;
  }

  .container-default-6 {
    max-width: 1440px;
  }
}

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

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    padding-top: 60px;
    padding-right: 24px;
    padding-left: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .container-default.footer-container {
    padding-bottom: 40px;
  }

  .container-default.feature-single {
    padding-top: 0px;
  }

  .style-guide-content {
    margin-left: 0px;
  }

  .section-styleguide {
    padding-top: 180px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .color-block.support-card.tint-1 {
    min-height: 220px;
  }

  .color-block.team-member-card-color {
    min-height: 120px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary {
    background-color: #2695f0;
  }

  .button-primary:hover {
    color: #2695f0;
  }

  .button-secondary.category {
    margin-right: 23px;
    margin-left: 0px;
  }

  .header {
    top: 0px;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-item-wrapper {
    margin-right: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-item-wrapper.mobile {
    display: none;
  }

  .nav-link {
    font-size: 24px;
    line-height: 1.6em;
  }

  .menu-button {
    display: flex;
    width: 54px;
    max-height: 54px;
    min-height: 54px;
    min-width: 54px;
    margin-left: 11px;
    padding: 12px 14px 13px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #1a1b1e;
    transition: transform 300ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    transform: scale(0.94);
  }

  .menu-button.w--open {
    background-color: #1a1b1e;
  }

  .nav-menu {
    z-index: 90;
    width: 100%;
    margin-top: -30px;
    padding: 160px 48px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #e5ecf5;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.1);
  }

  .footer {
    padding-top: 0px;
  }

  .footer-grid {
    display: block;
    margin-top: 0px;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-column-gap: 24px;
    grid-row-gap: 47px;
    -ms-grid-columns: 2.75fr 2.25fr 2.25fr;
    grid-template-columns: 2.75fr 2.25fr 2.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .section.utility-page {
    padding-top: 180px;
    padding-bottom: 0px;
  }

  .section.utility-page.checkout {
    padding-top: 180px;
  }

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

  .section.first-section {
    padding-top: 180px;
  }

  .section.first-section.hidden-overflow {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section.integrations {
    padding-bottom: 80px;
  }

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

  .section.feature-single-hero {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .section.feature-single-hero._3pl {
    margin-top: 153px;
    margin-bottom: 100px;
    padding-bottom: 220px;
  }

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

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

  .section.feature-single-hero---ocean-freight {
    display: flex;
    margin-bottom: 220px;
    padding-top: 500px;
    padding-bottom: 220px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section.feature-single-hero---home {
    margin-top: 60px;
    margin-bottom: 140px;
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .section.relative---air-freight {
    margin-top: 400px;
  }

  .section.feature-single-hero---air-freight {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .section.platform-single-hero {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .section.platform-single-hero._3pl {
    margin-top: 153px;
    margin-bottom: 100px;
    padding-bottom: 220px;
  }

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

  .section.feature-single-hero---3pl {
    padding-top: 195px;
    padding-bottom: 430px;
  }

  .utility-page-wrap {
    padding-top: 180px;
  }

  .utility-page-wrap._404 {
    padding-top: 200px;
  }

  ._404-title {
    font-size: 181px;
  }

  .container-medium-790px.changelog {
    margin-top: -88px;
  }

  .divider.team-member-card {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph._404 {
    margin-bottom: 16px;
  }

  .paragraph.career-feature {
    margin-top: 8px;
  }

  .paragraph.apply-today-paragraph {
    margin-bottom: 30px;
  }

  .card.home-stats-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .card.testimonial-card {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    align-items: center;
  }

  .card.about-stats-card {
    min-height: auto;
  }

  .card.story-card {
    left: -2px;
    top: 132px;
    right: 74px;
    bottom: -257px;
    margin-left: 24px;
    padding: 32px 24px;
    border-radius: 18px;
  }

  .card.story-card.tint-1 {
    left: -61%;
    top: 90%;
    right: auto;
    bottom: auto;
  }

  .card.story-card.tint-2 {
    left: -67%;
    top: 93%;
    right: auto;
    bottom: auto;
  }

  .card.story-card.tint-3 {
    position: absolute;
    left: -189px;
    top: 340px;
    bottom: -289px;
  }

  .card.story-card.tint-4 {
    position: absolute;
    left: -263px;
    top: 283px;
    bottom: -289px;
  }

  .card.about-testimonial-card {
    padding: 48px 32px;
  }

  .card.contact-link {
    max-width: 100%;
    margin-bottom: 0px;
    border-radius: 16px;
    box-shadow: 0 6px 24px 0 rgba(115, 165, 214, 0.21), 0 18px 64px 0 rgba(12, 12, 12, 0.04);
  }

  .card.pricing-card {
    overflow: visible;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: row;
  }

  .card.get-package {
    padding-right: 32px;
    padding-left: 32px;
  }

  .card.integration-main-card {
    margin-bottom: -38px;
    padding: 64px;
  }

  .card.open-positions-main-card {
    padding: 60px 40px;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .title.logo-bar-text {
    margin-bottom: 24px;
  }

  .title.h3-size.home-tab-title {
    font-size: 22px;
  }

  .title.h3-size.story-card-quote {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .title.h4-size.faq-title {
    width: 78%;
  }

  .title.team-title {
    margin-bottom: 8px;
  }

  .title.blog {
    margin-bottom: 14px;
  }

  .title.h2-size.team-member-name {
    margin-right: 24px;
    margin-bottom: 11px;
  }

  .title.package-name {
    margin-right: 14px;
    margin-bottom: 0px;
  }

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

  .title.all-integrations {
    margin-right: 15px;
    margin-bottom: 16px;
  }

  .title.article-category-name {
    margin-right: 14px;
  }

  .title.feature-single-hero {
    font-size: 38px;
    font-weight: 500;
  }

  .title.feature-single-process-center {
    display: block;
    flex: 0 auto;
    text-align: left;
  }

  .title.team-center {
    display: block;
    flex: 0 auto;
    text-align: center;
  }

  .title.h4-size.faq-title {
    width: 78%;
  }

  .split-content {
    flex: 0 auto;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.header-right {
    position: relative;
    z-index: 100;
    flex: 1;
  }

  .split-content.header-left {
    position: relative;
    z-index: 100;
  }

  .split-content.header-center {
    z-index: 99;
  }

  .split-content.home-perk-content {
    max-width: 100%;
    margin-bottom: 48px;
  }

  .split-content.home-perk-image {
    max-width: 100%;
    justify-content: space-between;
  }

  .split-content.testimonial-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
  }

  .split-content.home-teams-section-card-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .split-content.story-right {
    position: relative;
  }

  .split-content.about-testimonials-left {
    max-width: 48%;
  }

  .split-content.about-testimonials-right {
    max-width: 48%;
  }

  .split-content.cta-v2-right {
    max-width: 100%;
  }

  .split-content.contact-content-left {
    max-width: 100%;
    margin-bottom: 56px;
  }

  .split-content.contact-content-right {
    max-width: 100%;
  }

  .split-content.support-card-content {
    min-height: 200px;
    padding-bottom: 40px;
  }

  .split-content.left-faqs {
    max-width: 48.5%;
  }

  .split-content.right-faqs {
    max-width: 48.5%;
  }

  .split-content.single-pricing-left {
    max-width: 48%;
  }

  .split-content.single-pricing-right {
    max-width: 48%;
  }

  .split-content.feature-single-large {
    max-width: 100%;
  }

  .split-content.feature-single-short {
    max-width: 100%;
    margin-bottom: 32px;
    align-self: flex-start;
  }

  .split-content.career-content {
    max-width: 100%;
  }

  .split-content.career-right {
    max-width: 100%;
  }

  .split-content.team-member-card-content {
    padding-right: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }

  .split-content.package-card-top-content {
    flex: 1;
  }

  .split-content.package-card-bottom-content {
    position: -webkit-sticky;
    position: sticky;
    top: 128px;
    padding-top: 18px;
    align-self: flex-start;
    flex: 1;
  }

  .image-wrapper.nav-features-image {
    box-shadow: 0 2px 8px 0 rgba(68, 140, 252, 0.1);
  }

  .image-wrapper.testimonial-card-image-wrapper {
    border-radius: 18px;
  }

  .image-wrapper.home-teams-section-icon {
    margin-bottom: 18px;
  }

  .image-wrapper.package-icon.large {
    margin-bottom: 30px;
  }

  .image-wrapper.integration-icon-wrapper {
    width: 130px;
    max-height: 130px;
    min-height: 130px;
    min-width: 130px;
    margin-right: 24px;
  }

  .image-wrapper.careers-hero-image {
    border-radius: 20px;
  }

  .image-wrapper.team-member-large-avatar {
    width: 41%;
    max-height: 82%;
    min-height: 82%;
    min-width: 41%;
    margin-bottom: 0px;
  }

  .image-wrapper.home-tab-main-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .image-wrapper.nav-features-image {
    box-shadow: 0 2px 8px 0 rgba(68, 140, 252, 0.1);
  }

  .image.hero-image {
    bottom: auto;
    max-width: 30%;
  }

  .image.testimonial-image {
    display: block;
    max-width: none;
    border-radius: 18px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image.about-hero.first---3pl {
    margin-bottom: 0px;
  }

  .image.about-story {
    display: block;
    height: 100%;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }

  .image.post-main-image {
    border-radius: 28px;
  }

  .image.support-card-icon {
    max-width: 50%;
  }

  .image.feature-single {
    left: 67px;
    width: auto;
    max-width: 137%;
  }

  .image.feature-single.large {
    left: 0px;
    height: 0%;
    max-width: 90%;
  }

  .image.feature-single-process {
    box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
  }

  .image.feature-single-process._02 {
    max-width: 33%;
  }

  .image.feature-single-process-icon {
    margin-right: 16px;
  }

  .image.career-feature-image {
    overflow: hidden;
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    border-radius: 18px;
  }

  .image.blob.h-1 {
    left: -222px;
    top: 253px;
  }

  .image.blob.h-2 {
    top: 587px;
    right: -332px;
  }

  .image.blob.h-4 {
    top: 224px;
    right: -393.917px;
    max-width: 100%;
  }

  .image.blob.h-5 {
    left: -381px;
    max-width: 100%;
  }

  .image.blob.b-2 {
    margin-top: 448px;
    margin-left: -210px;
  }

  .image.blob.contact-1 {
    max-width: 120%;
    margin-top: 289px;
    margin-left: 209px;
  }

  .image.blob.p-1 {
    margin-top: 124px;
    margin-left: 439px;
  }

  .image.blob.i-1 {
    margin-top: -111px;
    margin-left: -308px;
  }

  .image.blob.fs-1 {
    max-width: 100%;
    margin-top: 152px;
    margin-left: 95px;
  }

  .image.blob.fs-2 {
    margin-top: -163px;
    margin-left: -200px;
  }

  .image.blob.careers-1 {
    margin-top: 91px;
    margin-left: 482px;
  }

  .image.blob.career-1 {
    margin-top: -45px;
    margin-left: 486px;
  }

  .image.blob._404-1 {
    margin-top: -149px;
  }

  .image.blob._404-2 {
    margin-top: 55%;
  }

  .image.blob.integration-single-1 {
    max-width: 100%;
    margin-top: 16px;
    margin-left: 290px;
  }

  .image.blob.integration-single-2 {
    bottom: 48%;
    max-width: 100%;
  }

  .image.blob.start-here-1 {
    left: -50%;
  }

  .image.blob.start-here-2 {
    bottom: 7%;
  }

  .image.blob.changelog {
    top: -4%;
  }

  .image.blob.green_pattern {
    left: -7%;
    top: -1%;
    max-width: 100px;
    margin-top: 152px;
    margin-left: 95px;
  }

  .image.blob.fs-2 {
    max-width: 100%;
    margin-top: 152px;
    margin-left: 95px;
  }

  .image.blob.blue_pattern {
    left: auto;
    top: 9%;
    right: 4%;
    bottom: auto;
    max-width: 131px;
    margin-top: 152px;
    margin-left: 95px;
  }

  .image.blob.fs-4 {
    left: 0%;
    top: 6%;
    right: auto;
    bottom: auto;
    max-width: 150%;
    margin-top: -163px;
    margin-left: -200px;
  }

  .image.blob.fs-5 {
    left: 0%;
    top: 26%;
    right: auto;
    bottom: auto;
    max-width: 150%;
    margin-top: -163px;
    margin-left: -200px;
  }

  .image.blob-opacity.h-3 {
    left: -253px;
    max-width: 80%;
  }

  .image.blob-opacity.footer-blob {
    right: -34%;
    bottom: -254px;
    max-width: 80%;
  }

  .image.blob-opacity.b-1 {
    margin-top: 199px;
    margin-left: 465px;
  }

  .image.blob-opacity.h-6 {
    left: -196px;
    top: 396px;
  }

  .image.home-perk-image._01 {
    max-width: 70%;
  }

  .image.home-perk-image._02 {
    right: 38px;
    max-width: 30%;
  }

  .image.home-tab-2-hover-image._01 {
    left: 17%;
  }

  .image.home-tab-2-hover-image._02 {
    right: 22%;
  }

  .image.home-tab-2-hover-image._03 {
    left: 23%;
  }

  .image.home-tab-2-hover-image._04 {
    right: 22%;
  }

  .image.feature-single-process-no-shadow {
    box-shadow: none;
  }

  .image.feature-single-process-no-shadow._02 {
    max-width: 33%;
  }

  .image.feature-single-process-2 {
    box-shadow: none;
  }

  .image.feature-single-process-2._02 {
    max-width: 33%;
  }

  .image.feature-single-process-copy {
    box-shadow: 0 6px 50px 0 rgba(115, 165, 214, 0.21);
  }

  .image.feature-single-process-copy._02 {
    max-width: 33%;
  }

  .image.support-card-icon-2 {
    max-width: 40%;
  }

  .image.feature-ocean-freight-single {
    left: 0px;
    width: auto;
    max-width: 137%;
  }

  .image.feature-ocean-freight-single.large {
    left: 0px;
    height: 0%;
    max-width: 150%;
  }

  .image.feature-single---air-freight {
    left: 67px;
    width: auto;
    max-width: 137%;
  }

  .image.feature-single---air-freight.large {
    left: 0px;
    height: 0%;
    max-width: 90%;
  }

  .image.feature-single---3pl {
    left: 67px;
    width: auto;
    max-width: 137%;
  }

  .image.feature-single---3pl.large {
    left: 0px;
    height: 0%;
    max-width: 90%;
  }

  .header-wrapper {
    justify-content: flex-end;
  }

  .cart-button {
    margin-right: 24px;
  }

  .cart-container {
    max-width: 100%;
    padding-top: 127px;
    justify-content: flex-end;
  }

  .login-button {
    margin-right: 20px;
  }

  .login-button.show-mobile {
    display: none;
    margin-right: 0px;
  }

  .dropdown-features-menu {
    position: relative;
    width: 100%;
    max-width: 80%;
    min-width: auto;
    margin-left: 0px;
    box-shadow: none;
  }

  .dropdown-menu-wrapper {
    padding: 0px 2px 10px 4px;
  }

  .dropdown-nav-menu {
    flex: 1;
  }

  .dropdown-nav-menu.last {
    flex: 0 0 auto;
  }

  .dropdown-menu {
    position: relative;
    max-width: 553px;
    min-width: auto;
    margin-left: 0%;
    padding-left: 5px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-menu.dropdown-features-menu {
    overflow: visible;
    margin-left: 0%;
  }

  .dropdown-menu.dropdown-features-menu.w--open {
    min-width: auto;
  }

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

  .limit-content.cta-v2-left {
    margin-bottom: 24px;
  }

  .header-main-wrapper {
    margin-top: 24px;
    padding: 24px 0px;
  }

  .logo-grid {
    align-items: center;
    grid-column-gap: 48px;
  }

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

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

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

  .top-content.post-top-content {
    margin-bottom: 38px;
  }

  .top-content.about-post {
    margin-bottom: 18px;
  }

  .top-content.support {
    margin-bottom: 60px;
  }

  .top-content.package-name {
    margin-bottom: 16px;
  }

  .top-content.integrations {
    margin-bottom: 32px;
  }

  .top-content.integrations-categories-title {
    margin-bottom: 40px;
  }

  .top-content.articles-categories {
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .top-content.careers-ttitle {
    margin-bottom: 40px;
  }

  .top-content.career-single-top-content {
    padding-bottom: 64px;
  }

  .top-content.team-member-card-top-content {
    align-items: flex-end;
  }

  .top-content.team-member-top-details {
    margin-bottom: 11px;
    flex-wrap: wrap;
    align-items: center;
  }

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

  .narrow-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .narrow-section.blog-post {
    padding-top: 160px;
  }

  .split.home-perks-wrapper {
    margin-bottom: 130px;
    flex-direction: column;
    align-items: flex-start;
  }

  .split.home-perks-wrapper.last {
    flex-direction: column-reverse;
  }

  .split.story-wrapper {
    align-items: stretch;
  }

  .split.contact-main-wrapper {
    flex-direction: column;
  }

  .split.get-package {
    justify-content: space-between;
  }

  .split.feature-single {
    flex-direction: column;
  }

  .split.feature-single.last {
    flex-direction: column-reverse;
  }

  .split.feature-single.first {
    flex-direction: column-reverse;
  }

  .split.career-single-wrapper {
    flex-direction: column;
  }

  .list.home-perks-list {
    margin-bottom: 24px;
  }

  .list.package-features-list {
    margin-bottom: 0px;
  }

  .big-numbers.home-stats {
    font-size: 52px;
  }

  .cta-wrapper.cta-v2 {
    padding: 56px 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 24px;
  }

  .home-tabs {
    margin-bottom: 40px;
    flex-direction: column-reverse;
  }

  .home-tabs-content {
    max-width: 100%;
    margin-right: 0px;
  }

  .home-tabs-menu {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    margin-bottom: 48px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .home-hero-tab {
    margin-bottom: 0px;
    padding: 32px;
    text-align: left;
  }

  ._3-column-grid.blog-post-cards-grid {
    align-items: stretch;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  ._3-column-grid.home-teams-grid {
    align-items: start;
  }

  ._3-column-grid.about-hero-image-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  ._3-column-grid.team-grid {
    align-items: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid.values-grid {
    grid-column-gap: 57px;
  }

  ._3-column-grid.support-cards-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid.integrations-cards-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid.integrations-cards-grid._3-integrations {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.careers-features {
    margin-bottom: 48px;
    grid-column-gap: 35px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid.pricing {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.features-grid {
    margin-bottom: 48px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid.integrations-cards-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid.search-result-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid.about-hero-image-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog-card-detail-item {
    margin-right: 24px;
  }

  .testimonials-main-container {
    margin-bottom: 54px;
  }

  .slide-nav {
    display: none;
  }

  .testimonials-arrow {
    top: 64%;
  }

  .testimonial-slider {
    margin-right: 200px;
  }

  .bg.bg-square.testimonials {
    top: -7%;
    min-height: 468px;
    min-width: 450px;
    margin-right: -18px;
  }

  .footer-nav-wrapper.grid {
    display: -ms-grid;
    display: grid;
    margin-right: 0px;
    margin-left: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-nav-column {
    margin-bottom: 24px;
    padding-left: 60px;
  }

  .footer-nav-column.large {
    margin-bottom: 24px;
    margin-left: 0px;
    padding-left: 60px;
  }

  .footer-nav-column.first {
    max-width: 85%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .footer-link.link-block {
    white-space: normal;
  }

  ._4-column-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .badge.post-category {
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
  }

  .social-links-container {
    width: 45%;
  }

  .search-input-wrapper {
    max-width: 430px;
    margin-top: 24px;
  }

  .search-input-wrapper.blog-page {
    width: 50%;
  }

  ._2-column-grid.featured-blog-wrapper {
    display: -ms-grid;
    display: grid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  ._2-column-grid.home-stats-wrapper {
    margin-bottom: 24px;
  }

  .success-message.contact {
    width: 100%;
  }

  .error-message {
    width: 100%;
  }

  .error-message.cart {
    width: auto;
    margin-right: 48px;
    margin-left: 48px;
  }

  .contact-links-wrapper {
    display: -ms-grid;
    display: grid;
    max-width: 720px;
    margin-bottom: 32px;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .social-links-wrapper.team-member-card {
    margin-bottom: 11px;
  }

  .social-link.team-member-links {
    min-height: 35px;
    min-width: 35px;
  }

  .social-link.team-member-links.facebook {
    margin-left: 0px;
  }

  .contact-form-wrapper {
    position: relative;
    display: flex;
    padding: 48px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-form {
    width: 100%;
  }

  .faq-wrapper {
    padding: 32px 24px;
    cursor: pointer;
  }

  .main-faqs-wrapper {
    margin-bottom: 0px;
  }

  ._6-column-grid.logo-bar-feature-single {
    grid-column-gap: 4.5vw;
    -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  }

  .job-details.preview {
    max-width: 56%;
  }

  .bottom-content.search-results-top-bottom-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .career-body-main-wrapper {
    margin-top: 64px;
  }

  .plan-item:nth-child(odd) {
    top: 0px;
  }

  .nav-link-dropdown {
    display: block;
  }

  .hamburger-menu-icon {
    width: 26px;
    max-width: 100%;
  }

  .dropdown-icon {
    font-size: 16px;
  }

  .dropdown-nav-link.features-menu {
    white-space: nowrap;
  }

  .cart-header {
    padding-right: 48px;
    padding-left: 48px;
  }

  .cart-list {
    padding-right: 48px;
    padding-left: 48px;
  }

  .cart-footer {
    padding-right: 48px;
    padding-left: 48px;
  }

  .cart-wrapper {
    background-color: transparent;
  }

  .web-payments {
    margin-bottom: 16px;
  }

  .navigation {
    display: block;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-mob {
    display: flex;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

  .navigation-left {
    display: flex;
  }

  .nav-menu-2 {
    display: none;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .menu-mob {
    border-radius: 100px;
    background-color: #fafafa;
    background-image: linear-gradient(95deg, #90c540 19%, #58aa67 49%, #5da1d5 75%, #72b6eb 93%);
    color: #000;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .mobile-toggle {
    width: 100%;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .icon-5 {
    color: #fff;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-wrap {
    display: block;
  }

  .bold-text {
    font-size: 38px;
    font-weight: 700;
  }

  .dropdown-menu-2 {
    position: relative;
    max-width: 553px;
    min-width: auto;
    margin-left: 0%;
    padding-left: 5px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-menu-2.dropdown-features-menu {
    overflow: visible;
    margin-left: 0%;
  }

  .dropdown-menu-2.dropdown-features-menu.w--open {
    min-width: auto;
  }

  .nav-link-2 {
    font-size: 24px;
    line-height: 1.6em;
  }

  .dropdown-nav-link-2.features-menu {
    white-space: nowrap;
  }

  .dropdown-menu-wrapper-2 {
    padding: 0px 2px 10px 4px;
  }

  .container--full {
    height: 40vh;
  }

  .content-container {
    width: auto;
    max-width: none;
    margin-right: 32px;
    margin-left: 32px;
  }

  .navigation-link-2.w--current {
    color: #3b3f44;
  }

  .navigation-2 {
    display: none;
  }

  .navigation-mob-2 {
    display: block;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

  .navigation-wrap-2 {
    display: none;
  }

  .container-default-2 {
    padding-top: 60px;
    flex-direction: column;
    align-items: stretch;
  }

  .container-default-2.feature-single {
    padding-top: 0px;
  }

  .container-default-2.feature-single---air-freight {
    height: 900px;
    margin-top: 220px;
    padding-top: 0px;
  }

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

  .tilt-section-wrapper._2 {
    padding-top: 0px;
  }

  .tilt-section-wrapper._3 {
    padding-top: 0px;
  }

  .tilt-section-wrapper._3pl {
    height: 1400px;
  }

  .tilt-section-container {
    padding-right: 84px;
    padding-left: 288px;
  }

  .white-section-title {
    font-size: 38px;
  }

  .tilted-color-block {
    height: 850px;
    margin-top: 30px;
  }

  .tilted-color-block.air-freight-solution {
    height: 900px;
  }

  .section-image-plane {
    left: auto;
    top: 87%;
    right: 0%;
    bottom: auto;
    height: 320px;
  }

  .section-image-air-carrier {
    left: -1%;
    top: -2%;
    right: auto;
    bottom: auto;
    height: 260px;
  }

  .section-2 {
    padding-right: 40px;
    padding-left: 20px;
  }

  .iphone-links {
    height: 300px;
    margin-top: -25px;
    margin-right: 25px;
  }

  .white-section-title-2._2 {
    font-size: 39px;
  }

  .tilted-color-block-2 {
    margin-top: 30px;
  }

  .tilted-color-block-2._2 {
    height: 700px;
    margin-top: 66px;
    padding-top: 0px;
  }

  .section-image-vessel {
    left: -59%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 320px;
  }

  .section-image-vessel._2 {
    left: -150px;
    top: -45px;
    height: 485px;
  }

  .section-image-vessel._2-copy {
    left: -150px;
    top: -45px;
    height: 485px;
  }

  .tilt-section-container-2 {
    padding-right: 280px;
    padding-left: 35px;
  }

  .tilt-section-container-2.align-right {
    top: 112px;
    padding-right: 35px;
    padding-left: 217px;
  }

  .section-image-ocean-carrier {
    left: auto;
    top: 81%;
    right: 0%;
    bottom: auto;
    height: 260px;
  }

  .section-image-ocean-carrier._2 {
    left: -150px;
    top: -45px;
    height: 485px;
  }

  .section-image-ocean-carrier._2-copy {
    left: -150px;
    top: -45px;
    height: 485px;
  }

  .section-image-3pl {
    left: auto;
    top: 94%;
    right: -5%;
    bottom: auto;
    height: 320px;
  }

  .tilted-color-block-green {
    height: 1200px;
    margin-top: 30px;
    background-image: linear-gradient(180deg, rgba(118, 170, 40, 0.9) 23%, rgba(104, 146, 39, 0.9) 54%), url('../images/3pl_bg.jpg');
  }

  .section-image-3pl-carton {
    left: -1%;
    top: -10%;
  }

  .nav-menu-3 {
    height: auto;
    float: none;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  }

  .menu1-button-wrapper {
    display: flex;
    height: 70px;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #f8f8f8;
  }

  .hero-content-wrapper {
    width: auto;
    padding-left: 0px;
  }

  .number-card-number {
    font-size: 30px;
  }

  .nav-link-3 {
    position: static;
    display: flex;
    justify-content: center;
  }

  .nav-link-3:hover {
    background-color: #fbfdff;
  }

  .form-submit-wrapper {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .menu2 {
    width: 100%;
    height: 70px;
    padding-right: 0px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  }

  .icon-6 {
    color: #333;
  }

  .profile-card {
    padding: 40px 40px 30px;
  }

  .menu2-socialicons-wrapper {
    height: 70px;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #f8f8f8;
  }

  .menu2-logo-wrapper {
    display: flex;
  }

  .hero-title {
    left: auto;
    top: 6%;
    right: 0%;
    bottom: auto;
  }

  .signup-content-wrapper {
    padding: 40px;
  }

  .card-headline.dark-card-headline._6col-card {
    width: 65%;
  }

  .menu1 {
    position: relative;
    z-index: 99999;
    width: 100%;
    padding-right: 0px;
  }

  .profiles-wrapper {
    display: block;
  }

  .social-icon {
    cursor: pointer;
  }

  .menu-button-2 {
    display: flex;
    padding-top: 23px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .menu-button-2.w--open {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    float: right;
    align-items: center;
    background-color: #fff;
  }

  .button-3.default-button.card-cta {
    left: 30px;
    right: 30px;
    bottom: 20px;
    display: block;
    transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
    text-align: center;
  }

  .signup-form {
    height: 550px;
  }

  .larger-paragraph.white-hero-paragraph.hero2-paragraph {
    width: 50%;
  }

  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }

  .fullpic-profile {
    padding: 40px 40px 30px;
  }

  .hero2 {
    padding-left: 30px;
  }

  .number-card {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .big-article-content-wrapper {
    height: auto;
  }

  .styleguide {
    width: auto;
    margin-top: 0px;
  }

  .content.small {
    margin-right: 40px;
    margin-left: 0px;
  }

  .content.small.right {
    margin-left: 40px;
  }

  .content.small-2 {
    margin-right: 40px;
    margin-left: 0px;
  }

  .content.small-2.right {
    margin-left: 40px;
  }

  .image-half-screen.right {
    position: absolute;
  }

  .image-half-screen.left-2 {
    height: 60%;
    margin-top: 433px;
  }

  .image-half-screen.right-3 {
    height: 50%;
  }

  .demo-wrapper {
    display: block;
    width: 100%;
    margin-top: 201px;
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .d-8-image-wrapper {
    position: static;
    width: 100%;
    height: 300px;
  }

  .d-8-image {
    overflow: hidden;
  }

  .d-8-image-text {
    font-size: 20px;
    line-height: 28px;
  }

  .demo-container {
    display: none;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    clear: both;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .section-4.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-4.cloneables-listing {
    padding-bottom: 40px;
  }

  .section-4.cloneables-listing-2 {
    padding-bottom: 40px;
  }

  .hero-v6-wrapper---faq {
    min-height: 74vh;
    padding-top: 114px;
    padding-bottom: 114px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/faq_hero_bg.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
  }

  .paragraph-2._404 {
    margin-bottom: 16px;
  }

  .paragraph-2.career-feature {
    margin-top: 8px;
  }

  .paragraph-2.apply-today-paragraph {
    margin-bottom: 30px;
  }

  .demo-container-2 {
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 35vh;
    margin-top: 45px;
    clear: both;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-wrapper---specialty {
    min-height: 74vh;
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .bold-text-8 {
    font-size: 38px;
  }

  .paragraph-3 {
    text-align: left;
  }

  .paragraph-4 {
    text-align: left;
  }

  .paragraph-5 {
    text-align: left;
  }

  .section-5 {
    padding-bottom: 360px;
  }

  .section-5.utility-page {
    padding-top: 180px;
    padding-bottom: 0px;
  }

  .section-5.utility-page.checkout {
    padding-top: 180px;
  }

  .section-5.hero-section {
    padding-top: 180px;
  }

  .section-5.first-section {
    padding-top: 180px;
  }

  .section-5.integrations {
    padding-bottom: 80px;
  }

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

  .section-5.feature-single-hero {
    padding-top: 230px;
  }

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

  .typography-container-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wrapper---service {
    min-height: 74vh;
    padding-top: 114px;
    padding-bottom: 114px;
  }

  ._3-column-grid-copy.blog-post-cards-grid {
    align-items: stretch;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  ._3-column-grid-copy.home-teams-grid {
    align-items: start;
  }

  ._3-column-grid-copy.about-hero-image-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  ._3-column-grid-copy.team-grid {
    align-items: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid-copy.values-grid {
    grid-column-gap: 57px;
  }

  ._3-column-grid-copy.support-cards-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid-copy.integrations-cards-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid-copy.integrations-cards-grid._3-integrations {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.careers-features {
    margin-bottom: 48px;
    grid-column-gap: 35px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid-copy.pricing {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.features-grid {
    margin-bottom: 48px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid-copy.integrations-cards-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid-copy.search-result-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid-copy.about-hero-image-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .split-content-full-width.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content-full-width.header-right {
    position: relative;
    z-index: 100;
    flex: 1;
  }

  .split-content-full-width.header-left {
    position: relative;
    z-index: 100;
  }

  .split-content-full-width.header-center {
    z-index: 99;
  }

  .split-content-full-width.home-perk-content {
    max-width: 100%;
    margin-bottom: 48px;
  }

  .split-content-full-width.home-perk-image {
    max-width: 100%;
    justify-content: space-between;
  }

  .split-content-full-width.testimonial-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
  }

  .split-content-full-width.home-teams-section-card-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .split-content-full-width.story-right {
    position: relative;
  }

  .split-content-full-width.about-testimonials-left {
    max-width: 48%;
  }

  .split-content-full-width.about-testimonials-right {
    max-width: 48%;
  }

  .split-content-full-width.cta-v2-right {
    max-width: 100%;
  }

  .split-content-full-width.contact-content-left {
    max-width: 100%;
    margin-bottom: 56px;
  }

  .split-content-full-width.contact-content-right {
    max-width: 100%;
  }

  .split-content-full-width.support-card-content {
    padding-bottom: 40px;
  }

  .split-content-full-width.left-faqs {
    max-width: 48.5%;
  }

  .split-content-full-width.right-faqs {
    max-width: 48.5%;
  }

  .split-content-full-width.single-pricing-left {
    max-width: 48%;
  }

  .split-content-full-width.single-pricing-right {
    max-width: 48%;
  }

  .split-content-full-width.feature-single-large {
    max-width: 100%;
  }

  .split-content-full-width.feature-single-short {
    max-width: 90%;
    margin-bottom: 32px;
    align-self: flex-start;
  }

  .split-content-full-width.career-content {
    max-width: 100%;
  }

  .split-content-full-width.career-right {
    max-width: 100%;
  }

  .split-content-full-width.team-member-card-content {
    padding-right: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }

  .split-content-full-width.package-card-top-content {
    flex: 1;
  }

  .split-content-full-width.package-card-bottom-content {
    position: -webkit-sticky;
    position: sticky;
    top: 128px;
    padding-top: 18px;
    align-self: flex-start;
    flex: 1;
  }

  .button-customer-stories {
    background-color: #2695f0;
  }

  .button-customer-stories:hover {
    color: #2695f0;
  }

  .hero-v5-wrapper--customer-stories {
    min-height: 74vh;
    padding-top: 114px;
    padding-bottom: 114px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/customer_stories_hero_bg.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .hero-wrapper---team {
    min-height: 74vh;
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .container-2 {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .cursor {
    display: none;
  }

  .team-member-info-01 {
    min-height: 510px;
  }

  .team-member-image-01.max {
    background-image: url('../images/team_member_5.jpg');
  }

  .team-member-image-01.queenie {
    background-image: url('../images/team_member_2.jpg');
  }

  .team-member-image-01.kristy {
    background-image: url('../images/team_member_3.jpg');
  }

  .team-member-image-01.raymond {
    display: flex;
    background-image: url('../images/team_member_1.jpg');
  }

  .team-member-image-01.anthony {
    background-image: url('../images/team_member_4.jpg');
  }

  .team-section-01 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .team-grid-01 {
    max-width: 700px;
    margin-top: 100px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-container {
    display: flex;
    overflow: hidden;
    height: 2700px;
    min-height: 60vh;
    clear: both;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-wrapper---platform {
    min-height: 74vh;
    padding-top: 114px;
    padding-bottom: 114px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/platform_hero_bg.jpg');
  }

  .hero-wrapper---mission {
    min-height: 74vh;
    padding-top: 114px;
    padding-bottom: 114px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/mission_hero_bg.jpg');
    background-position: 0px 0px, 0% 50%;
  }

  .before-image-2 {
    background-image: url('../images/before2.jpg');
  }

  .hero-wrapper---contact-us {
    min-height: 74vh;
    padding-top: 114px;
    padding-bottom: 114px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/contact_us_hero_bg.jpg');
  }

  .hero-wrapper---why-choose-us {
    min-height: 74vh;
    padding-top: 114px;
    padding-bottom: 114px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/why_choose_us_hero_bg.jpg');
  }

  .arrow-right {
    right: -10px;
  }

  .h2 {
    font-size: 42px;
  }

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

  .arrow-left {
    left: -10px;
  }

  .hero-wrapper---network {
    min-height: 74vh;
    padding-top: 114px;
    padding-bottom: 114px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/network_hero_bg_1.jpg');
  }

  .image-3 {
    margin-right: 0px;
  }

  .d-135-section-home {
    overflow: visible;
    clear: both;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 40px;
    padding-right: 32px;
  }

  .demo-main-text-wrapper {
    position: absolute;
    width: 510px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: 40px;
  }

  .demo-wrapper-2 {
    margin-top: 140px;
    margin-right: 0%;
    margin-bottom: 140px;
    flex-direction: column-reverse;
    align-items: center;
    flex: 0 auto;
  }

  .demo-container-3 {
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    padding-top: 140px;
    clear: both;
    flex-direction: row;
    justify-content: center;
    background-image: linear-gradient(180deg, #f4f9ff, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 112, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .browser-demo {
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
    flex-direction: column;
    justify-content: center;
  }

  .d-135-card-wrapper {
    width: 80%;
    margin-bottom: 60px;
  }

  .instructions-wrapper {
    position: relative;
    left: -25px;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    flex-wrap: nowrap;
    align-items: center;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: -1;
  }

  .demo-container-4 {
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    padding-top: 140px;
    clear: both;
    flex-direction: row;
    justify-content: center;
  }

  .banner-button {
    white-space: nowrap;
  }

  .banner {
    padding-right: 42px;
    padding-left: 42px;
    background-position: 0% 0%;
    background-size: cover;
  }

  .grid-faq {
    margin-left: 25px;
    grid-column-gap: 27px;
  }

  .cloneable-container-default {
    min-height: 500px;
    background-color: #f5f9ff;
  }

  .wrapper---lets-chat {
    min-height: 400px;
    padding: 0px 56px;
  }

  .image-wrapper-2.nav-features-image {
    box-shadow: 0 2px 8px 0 rgba(68, 140, 252, 0.1);
  }

  .image-wrapper-2.testimonial-card-image-wrapper {
    border-radius: 18px;
  }

  .image-wrapper-2.home-teams-section-icon {
    margin-bottom: 18px;
  }

  .image-wrapper-2.package-icon.large {
    margin-bottom: 30px;
  }

  .image-wrapper-2.integration-icon-wrapper {
    width: 130px;
    max-height: 130px;
    min-height: 130px;
    min-width: 130px;
    margin-right: 24px;
  }

  .image-wrapper-2.careers-hero-image {
    border-radius: 20px;
  }

  .image-wrapper-2.team-member-large-avatar {
    width: 41%;
    max-height: 82%;
    min-height: 82%;
    min-width: 41%;
    margin-bottom: 0px;
  }

  .image-wrapper-2.home-tab-main-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .image-wrapper-2.nav-features-image {
    box-shadow: 0 2px 8px 0 rgba(68, 140, 252, 0.1);
  }

  .section-7.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-7.cloneables-listing {
    padding-bottom: 40px;
  }

  .section-7.cloneables-listing-2 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-8.utility-page {
    padding-top: 180px;
    padding-bottom: 0px;
  }

  .section-8.utility-page.checkout {
    padding-top: 180px;
  }

  .section-8.hero-section {
    padding-top: 180px;
  }

  .section-8.first-section {
    padding-top: 180px;
  }

  .section-8.first-section.hidden-overflow {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section-8.integrations {
    padding-bottom: 80px;
  }

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

  .section-8.feature-single-hero {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .section-8.relative {
    padding-top: 0px;
  }

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

  .split-2.home-perks-wrapper {
    margin-bottom: 130px;
    flex-direction: column;
    align-items: flex-start;
  }

  .split-2.home-perks-wrapper.last {
    flex-direction: column-reverse;
  }

  .split-2.story-wrapper {
    align-items: stretch;
  }

  .split-2.contact-main-wrapper {
    flex-direction: column;
  }

  .split-2.get-package {
    justify-content: space-between;
  }

  .split-2.feature-single {
    flex-direction: column;
  }

  .split-2.feature-single.last {
    flex-direction: column-reverse;
  }

  .split-2.feature-single.first {
    flex-direction: column-reverse;
  }

  .split-2.career-single-wrapper {
    flex-direction: column;
  }

  .split-2.feature-single-2 {
    flex-direction: column;
  }

  .split-2.feature-single-2.last {
    flex-direction: column-reverse;
  }

  .split-2.feature-single-2.first {
    flex-direction: column-reverse;
  }

  .split-2.feature-single-2.first-2 {
    flex-direction: column-reverse;
  }

  .split-2.feature-single-2.first-3 {
    margin-bottom: 0px;
    flex-direction: column-reverse;
  }

  .clone-bar {
    padding-left: 24px;
  }

  .section-4-copy.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-4-copy.cloneables-listing {
    padding-bottom: 40px;
  }

  .section-4-copy.cloneables-listing-2 {
    padding-bottom: 40px;
  }

  .team-text-wrapper {
    position: absolute;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-10 {
    padding-bottom: 0px;
  }

  .section-10.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-10.cloneables-listing {
    padding-bottom: 40px;
  }

  .section-10.cloneables-listing-2 {
    padding-bottom: 40px;
  }

  .section-11 {
    padding-bottom: 0px;
  }

  .section-11.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-11.cloneables-listing {
    padding-bottom: 40px;
  }

  .section-11.cloneables-listing-2 {
    padding-bottom: 40px;
  }

  .section-12 {
    padding-bottom: 360px;
  }

  .section-12.utility-page {
    padding-top: 180px;
    padding-bottom: 0px;
  }

  .section-12.utility-page.checkout {
    padding-top: 180px;
  }

  .section-12.hero-section {
    padding-top: 180px;
  }

  .section-12.first-section {
    padding-top: 180px;
  }

  .section-12.integrations {
    padding-bottom: 80px;
  }

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

  .section-12.feature-single-hero {
    padding-top: 230px;
  }

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

  .hero-v5-wrapper---privacy {
    min-height: 74vh;
    padding-top: 114px;
    padding-bottom: 114px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/terms_hero_bg.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, auto;
  }

  .button-primary-cookies {
    background-color: #2695f0;
  }

  .button-primary-cookies:hover {
    color: #2695f0;
  }

  .hero-wrapper---air-freight-solutions {
    min-height: 74vh;
    padding-top: 114px;
    padding-bottom: 114px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/air_freight_solutions_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .hero-wrapper---ocean-freight-solutions {
    min-height: 74vh;
    padding-top: 114px;
    padding-bottom: 114px;
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/ocean_freight_solutions_hero_bg.jpg');
    background-position: 0px 0px, 50% 60px;
  }

  ._2-column-grid-air-freight-solution {
    display: block;
  }

  ._2-column-grid-air-freight-solution.featured-blog-wrapper {
    display: -ms-grid;
    display: grid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  ._2-column-grid-air-freight-solution.home-stats-wrapper {
    margin-bottom: 24px;
  }

  .card-left.home-stats-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .card-left.testimonial-card {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    align-items: center;
  }

  .card-left.about-stats-card {
    min-height: auto;
  }

  .card-left.story-card {
    left: -2px;
    top: 132px;
    right: 74px;
    bottom: -257px;
    margin-left: 24px;
    padding: 32px 24px;
    border-radius: 18px;
  }

  .card-left.story-card.tint-1 {
    left: -61%;
    top: 90%;
    right: auto;
    bottom: auto;
  }

  .card-left.story-card.tint-2 {
    left: -67%;
    top: 93%;
    right: auto;
    bottom: auto;
  }

  .card-left.story-card.tint-3 {
    position: absolute;
    left: -189px;
    top: 340px;
    bottom: -289px;
  }

  .card-left.story-card.tint-4 {
    position: absolute;
    left: -263px;
    top: 283px;
    bottom: -289px;
  }

  .card-left.about-testimonial-card {
    padding: 48px 32px;
  }

  .card-left.contact-link {
    max-width: 100%;
    margin-bottom: 0px;
    border-radius: 16px;
    box-shadow: 0 6px 24px 0 rgba(115, 165, 214, 0.21), 0 18px 64px 0 rgba(12, 12, 12, 0.04);
  }

  .card-left.pricing-card {
    overflow: visible;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: row;
  }

  .card-left.get-package {
    padding-right: 32px;
    padding-left: 32px;
  }

  .card-left.integration-main-card {
    margin-bottom: -38px;
    padding: 64px;
  }

  .card-left.open-positions-main-card {
    padding: 60px 40px;
  }

  .mg-bottom-32px---ocean-freight {
    text-align: left;
  }

  .bullet-list-faq {
    margin-top: 10px;
  }

  .demo-container---home-customized-solutions {
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    padding-top: 140px;
    clear: both;
    flex-direction: row;
    justify-content: center;
    background-image: linear-gradient(180deg, #f4f9ff, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 112, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .tilt-section-container---air-freight {
    padding-right: 84px;
    padding-left: 288px;
  }

  .container-default-5 {
    flex-direction: column;
    align-items: stretch;
  }

  .split-content-2.left-faqs {
    max-width: 48.5%;
  }

  .split-content-2.right-faqs {
    max-width: 48.5%;
  }

  .faq-wrapper-2 {
    padding: 32px 24px;
    cursor: pointer;
  }

  .clients-section-01 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .clients-inner-01 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    display: inline-block;
    grid-auto-columns: 1fr;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .bottom-privacy {
    flex-direction: row;
    justify-content: center;
  }

  .partners {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
  }

  .image-4 {
    width: 130px;
  }

  .image-5 {
    width: 100px;
    margin-right: 60px;
  }

  .container-default-6 {
    padding-top: 60px;
    padding-right: 24px;
    padding-left: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .container-default-6.footer-container {
    padding-bottom: 40px;
  }

  .container-default-6.feature-single {
    padding-top: 0px;
  }
}

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

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    line-height: 1.5;
  }

  h6 {
    line-height: 1.5;
  }

  blockquote {
    padding: 56px 44px;
    font-size: 20px;
  }

  .mg-bottom-32px {
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default {
    padding-top: 0px;
  }

  .container-default.footer-container {
    padding-bottom: 40px;
  }

  .container-default.feature-single {
    position: relative;
  }

  .section-styleguide {
    padding-top: 170px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-block.support-card.tint-1 {
    min-height: 220px;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .style-guide-subheader {
    padding-top: 30px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .style-guide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary {
    display: block;
    padding: 20px 32px;
  }

  .button-primary:hover {
    color: #2695f0;
  }

  .button-primary._2-buttons {
    margin-right: 16px;
  }

  .button-primary.category {
    margin-right: 16px;
  }

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

  .button-primary.header-button.mobile {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button-secondary {
    padding: 20px 32px;
  }

  .button-secondary.category {
    margin-right: 16px;
    margin-left: 0px;
  }

  .header {
    max-width: none;
  }

  .nav-item-wrapper.mobile {
    display: block;
  }

  .nav-link {
    font-size: 20px;
    line-height: 1.6em;
  }

  .menu-button {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-left: 0px;
    border-radius: 10px;
  }

  .nav-menu {
    padding-top: 150px;
  }

  .display-1 {
    font-size: 64px;
    line-height: 72px;
  }

  .display-2 {
    font-size: 52px;
    line-height: 58px;
  }

  .display-3 {
    font-size: 26px;
    line-height: 30px;
  }

  .footer {
    padding-top: 20px;
  }

  .footer-grid {
    margin-top: 40px;
    justify-items: stretch;
    grid-row-gap: 55px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-logo-container {
    margin-bottom: 30px;
  }

  .footer-nav {
    margin-right: 14px;
    flex: 1;
  }

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

  .section.utility-page.checkout {
    padding-top: 160px;
  }

  .section.hero-section {
    padding-top: 170px;
    padding-bottom: 64px;
  }

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

  .section.first-section.hidden-overflow {
    padding-bottom: 100px;
  }

  .section.integrations {
    padding-top: 180px;
  }

  .section.feature-single-hero {
    display: block;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.feature-single-hero._3pl {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .section.pricing {
    padding-bottom: 80px;
  }

  .section.feature-single-hero---ocean-freight {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.feature-single-hero---home {
    display: block;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.relative---air-freight {
    margin-top: 20px;
  }

  .section.feature-single-hero---air-freight {
    display: block;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section.platform-single-hero {
    display: block;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.platform-single-hero._3pl {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .section.feature-single-hero---3pl {
    display: block;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .utility-page-wrap {
    padding-top: 160px;
  }

  .utility-page-wrap._404 {
    min-height: 450px;
    padding-bottom: 100px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  .input {
    min-height: 56px;
    padding: 20px;
    font-size: 16px;
  }

  .input::-moz-placeholder {
    font-size: 16px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
  }

  .input::placeholder {
    font-size: 16px;
  }

  .input.cta-newsletter-input {
    min-height: 64px;
    margin-bottom: 19px;
  }

  ._404-title {
    font-size: 150px;
  }

  .container-medium-790px.changelog {
    margin-top: -73px;
  }

  .divider.integration-card-divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

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

  .paragraph.get-package-testimonials {
    margin-bottom: 25px;
  }

  .paragraph.integration-about-excerpt {
    margin-bottom: 16px;
  }

  .paragraph.feature-single-hero {
    text-align: left;
  }

  .paragraph.career-about-excerpt {
    max-width: 336px;
  }

  .paragraph.apply-today-paragraph {
    margin-bottom: 20px;
  }

  .paragraph.integrations-paragraph {
    margin-bottom: 0px;
  }

  .paragraph.air-freight-paragraph {
    text-align: left;
  }

  .card {
    border-radius: 12px;
  }

  .card.changelog {
    margin-bottom: 28px;
    padding: 50px 40px;
  }

  .card.home-stats-card {
    padding: 40px 24px;
  }

  .card.testimonial-card {
    padding: 32px 32px 48px;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
  }

  .card.about-stats-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.story-card {
    right: auto;
    bottom: -32px;
    max-width: 100%;
    margin-left: 0px;
    border-radius: 12px;
  }

  .card.story-card.tint-1 {
    left: auto;
    top: 81%;
    max-width: 100%;
    min-width: 100%;
  }

  .card.story-card.tint-2 {
    left: 0%;
    top: 80%;
    right: auto;
    bottom: auto;
    max-width: 100%;
    min-width: 100%;
  }

  .card.story-card.tint-3 {
    position: relative;
    left: auto;
    top: -10px;
    max-width: 100%;
    min-width: 100%;
  }

  .card.story-card.tint-4 {
    position: relative;
    left: auto;
    top: -10px;
    max-width: 100%;
    min-width: 100%;
  }

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

  .card.about-testimonial-card {
    margin-bottom: 24px;
  }

  .card.contact-link {
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .card.pricing-card {
    padding: 40px 24px;
    flex-direction: column;
  }

  .card.features-comparison {
    padding-right: 35px;
    padding-left: 35px;
  }

  .card.get-package {
    padding: 40px 32px;
  }

  .card.get-package-testimonials {
    margin-right: 0px;
    margin-bottom: 24px;
    padding: 40px 24px;
  }

  .card.get-package-testimonials.last {
    margin-bottom: 0px;
  }

  .card.integration-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.integration-main-card {
    margin-bottom: -56px;
    padding: 40px 24px;
  }

  .card.open-positions-main-card {
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .card.apply-card {
    position: static;
    padding: 40px 24px;
  }

  .card.carrer-card {
    padding: 40px 24px;
  }

  .card.start-here-card {
    padding: 40px 32px;
  }

  .checkout-block-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title.logo-bar-text {
    margin-bottom: 16px;
  }

  .title.feature-card-title {
    margin-bottom: 12px;
  }

  .title.h3-size {
    font-size: 24px;
  }

  .title.h4-size {
    color: #3b3f44;
    font-size: 20px;
  }

  .title.h4-size.blog-card-title {
    margin-bottom: 16px;
  }

  .title.h4-size.social-links-label {
    margin-bottom: 16px;
  }

  .title.h4-size.faq-title {
    width: 88%;
  }

  .title.story-about {
    margin-bottom: 8px;
  }

  .title.h2-size {
    font-size: 35px;
  }

  .title.h2-size.more-integrations {
    margin-right: 20px;
    margin-bottom: 16px;
  }

  .title.package-name {
    margin-right: 12px;
  }

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

  .title.get-package-testimonials {
    margin-right: 24px;
    margin-bottom: 12px;
  }

  .title.article-category-name {
    margin-right: 12px;
  }

  .title.career-position {
    margin-bottom: 12px;
  }

  .title.job-title {
    margin-bottom: 12px;
  }

  .title.more-positions {
    margin-right: 24px;
    margin-bottom: 12px;
  }

  .title.package-category-name {
    margin-right: 16px;
  }

  .title.latest-articles {
    margin-right: 20px;
    margin-bottom: 16px;
  }

  .title.team-member-articles {
    margin-right: 20px;
    margin-bottom: 16px;
  }

  .title.feature-single-process-center-2 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .title.h4-size {
    color: #3b3f44;
    font-size: 20px;
  }

  .title.h4-size.faq-title {
    width: 88%;
  }

  .split-content.feature-card-content {
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .split-content.blog-card-content {
    padding: 24px 24px 40px;
  }

  .split-content.testimonial-card-content {
    max-width: 100%;
  }

  .split-content.home-teams-section-card-content {
    padding-right: 24px;
    padding-bottom: 32px;
    padding-left: 24px;
  }

  .split-content.story-left {
    max-width: 100%;
    margin-bottom: 34px;
  }

  .split-content.story-right {
    max-width: 100%;
  }

  .split-content.bottom-team-card-content {
    padding-bottom: 40px;
  }

  .split-content.about-testimonials-left {
    max-width: 100%;
    margin-bottom: 24px;
    padding-top: 0px;
  }

  .split-content.about-testimonials-right {
    max-width: 100%;
  }

  .split-content.featured-blog-card-content {
    padding: 32px 24px 40px;
  }

  .split-content.featured-blog-card-content.small {
    padding: 32px 24px;
  }

  .split-content.left-faqs {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .split-content.right-faqs {
    max-width: 100%;
  }

  .split-content.single-pricing-left {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .split-content.single-pricing-right {
    max-width: 100%;
  }

  .split-content.integrations-hero-left {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .split-content.integrations-hero-right {
    max-width: 100%;
  }

  .split-content.feature-single-hero-left {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .split-content.feature-single-short {
    max-width: 100%;
  }

  .split-content.careers-card-left {
    position: static;
    max-width: none;
    margin-bottom: 0px;
  }

  .split-content.careers-card-right {
    max-width: 100%;
  }

  .split-content.career-content {
    max-width: 100%;
  }

  .split-content.career-right {
    max-width: 100%;
    margin-top: 40px;
  }

  .split-content.team-member-card-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .split-content.team-member-details {
    width: auto;
  }

  .split-content.search-results-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .split-content.package-card-bottom-content {
    position: static;
    padding-top: 0px;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image-wrapper.nav-features-image {
    margin-right: 10px;
  }

  .image-wrapper.feature-image-wrapper {
    margin-top: -39px;
    border-radius: 18px;
  }

  .image-wrapper.home-tab-icon {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .image-wrapper.testimonial-card-image-wrapper {
    display: flex;
    max-width: 100%;
    margin-bottom: 24px;
    justify-content: center;
    border-radius: 12px;
  }

  .image-wrapper.home-teams-section {
    border-radius: 16px;
  }

  .image-wrapper.footer-link-icon {
    margin-right: 2vw;
  }

  .image-wrapper.featured-blog-card-image-wrapper {
    height: auto;
  }

  .image-wrapper.package-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 12px;
    border-radius: 12px;
  }

  .image-wrapper.integration-icon {
    margin-bottom: 6px;
  }

  .image-wrapper.integration-icon-wrapper {
    width: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    margin-right: 0px;
    margin-bottom: 16px;
    border-radius: 18px;
  }

  .image-wrapper.feature-single {
    max-width: 100%;
    padding-bottom: 25px;
    -ms-grid-row-align: auto;
        align-self: auto;
    transform: translate(0px, 0px);
  }

  .image-wrapper.careers-hero-image {
    border-radius: 12px;
  }

  .image-wrapper.team-member-large-avatar {
    margin-top: -120px;
    margin-right: 0px;
    margin-bottom: 24px;
    border-radius: 12px;
  }

  .image-wrapper.contact-link-icon-wrapper {
    width: 40px;
    min-height: 40px;
  }

  .image-wrapper.home-tab-main-image {
    position: relative;
  }

  .image-wrapper.nav-features-image {
    margin-right: 10px;
  }

  .image.login-icon {
    display: block;
    width: 16px;
  }

  .image.hero-main-image {
    border-radius: 12px;
  }

  .image.hero-image {
    border-radius: 12px;
  }

  .image.home-trust-companies {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .image.feature-image {
    width: 90px;
  }

  .image.home-tab-main-image {
    width: 77%;
    max-width: 360px;
  }

  .image.testimonial-image {
    width: auto;
    max-height: 360px;
    border-radius: 12px;
    -o-object-position: 50% 9%;
       object-position: 50% 9%;
  }

  .image.home-teams-card-image {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 15%;
       object-position: 50% 15%;
  }

  .image.about-hero {
    max-height: none;
    border-radius: 12px;
    -o-object-position: 50% 23%;
       object-position: 50% 23%;
  }

  .image.about-hero.first {
    max-height: none;
    margin-bottom: 0px;
  }

  .image.about-hero.first---air-freight {
    max-height: none;
    margin-bottom: 0px;
  }

  .image.about-hero.first---3pl {
    max-height: none;
    margin-bottom: 0px;
  }

  .image.post-main-image {
    margin-bottom: 40px;
    border-radius: 18px;
  }

  .image.feature-single {
    left: 0px;
    display: block;
    max-width: 100%;
    padding-bottom: 0px;
  }

  .image.feature-single.large {
    display: none;
  }

  .image.feature-single-process-icon {
    margin-right: 16px;
  }

  .image.blob.h-1 {
    left: -173px;
    top: 303px;
  }

  .image.blob.h-2 {
    top: 507px;
    right: -268px;
  }

  .image.blob.h-4 {
    top: 306px;
    right: -262.917px;
  }

  .image.blob.h-5 {
    left: -197px;
  }

  .image.blob.p-1 {
    max-width: 100%;
    margin-top: 247px;
    margin-left: 238px;
  }

  .image.blob.i-1 {
    margin-top: -123px;
    margin-left: -204px;
  }

  .image.blob.fs-1 {
    margin-top: 100px;
    margin-left: 130px;
  }

  .image.blob.fs-2 {
    max-width: 180%;
    margin-top: -106px;
    margin-left: -168px;
  }

  .image.blob.fs-3 {
    margin-top: -240px;
  }

  .image.blob.careers-1 {
    max-width: 100%;
    margin-top: 195px;
    margin-left: 300px;
  }

  .image.blob._404-1 {
    max-width: 100%;
    margin-top: -95px;
  }

  .image.blob._404-2 {
    max-width: 100%;
  }

  .image.blob.password-1 {
    max-width: 120%;
    margin-top: 6%;
    margin-left: 8%;
  }

  .image.blob.integration-single-1 {
    margin-left: 222px;
  }

  .image.blob.integration-single-2 {
    bottom: 56%;
  }

  .image.blob.start-here-2 {
    bottom: 13%;
  }

  .image.blob.changelog {
    top: -4%;
  }

  .image.blob.green_pattern {
    left: -17%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 100px;
    margin-left: 130px;
  }

  .image.blob.fs-2 {
    margin-top: 100px;
    margin-left: 130px;
  }

  .image.blob.blue_pattern {
    left: auto;
    top: 9%;
    right: 5%;
    bottom: auto;
    max-width: 100px;
    margin-top: 100px;
    margin-left: 130px;
  }

  .image.blob.fs-4 {
    left: 0%;
    top: -6%;
    right: auto;
    bottom: auto;
    max-width: 180%;
    margin-top: -106px;
    margin-left: -168px;
  }

  .image.blob.fs-5 {
    left: 0%;
    top: 20%;
    right: auto;
    bottom: auto;
    max-width: 180%;
    margin-top: -106px;
    margin-left: -168px;
  }

  .image.blob-opacity.h-3 {
    left: -161px;
    max-width: 100%;
  }

  .image.blob-opacity.footer-blob {
    right: -44%;
    bottom: -222px;
    max-width: 100%;
  }

  .image.blob-opacity.b-1 {
    margin-left: 340px;
  }

  .image.blob-opacity.h-6 {
    left: -265px;
    top: 291px;
    max-width: 150%;
    opacity: 0.79;
  }

  .image.home-perk-image._01 {
    max-width: 80%;
  }

  .image.home-perk-image._02 {
    right: 0px;
  }

  .image.home-tab-2-hover-image {
    border-radius: 12px;
  }

  .image.home-tab-2-hover-image._01 {
    left: 11%;
  }

  .image.home-tab-2-hover-image._02 {
    right: 9%;
  }

  .image.home-tab-2-hover-image._03 {
    left: 17%;
  }

  .image.home-tab-2-hover-image._04 {
    right: 15%;
  }

  .image.feature-ocean-freight-single {
    left: 0px;
    display: block;
    max-width: 100%;
    padding-bottom: 0px;
  }

  .image.feature-ocean-freight-single.large {
    display: none;
  }

  .image.feature-single---air-freight {
    left: 0px;
    display: block;
    max-width: 100%;
    padding-bottom: 0px;
  }

  .image.feature-single---air-freight.large {
    display: none;
  }

  .image.about-hero---air-freight {
    max-height: none;
    border-radius: 12px;
    -o-object-position: 50% 23%;
       object-position: 50% 23%;
  }

  .image.about-hero---air-freight.first {
    max-height: none;
    margin-bottom: 0px;
  }

  .image.about-hero---3pl {
    max-height: none;
    border-radius: 12px;
    -o-object-position: 50% 23%;
       object-position: 50% 23%;
  }

  .image.about-hero---3pl.first {
    max-height: none;
    margin-bottom: 0px;
  }

  .image.feature-single---3pl {
    left: 0px;
    display: block;
    max-width: 100%;
    padding-bottom: 0px;
  }

  .image.feature-single---3pl.large {
    display: none;
  }

  .nav-cart-quantity {
    font-size: 16px;
  }

  .cart-container {
    border-radius: 12px;
  }

  .rich-text ul {
    margin-bottom: 40px;
    padding-left: 32px;
  }

  .rich-text ol {
    margin-bottom: 40px;
    padding-left: 32px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 32px;
    padding: 40px 64px;
    font-size: 18px;
  }

  .rich-text h5 {
    margin-bottom: 16px;
  }

  .rich-text p {
    margin-bottom: 24px;
  }

  .rich-text h4 {
    margin-bottom: 16px;
  }

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

  .rich-text ul {
    margin-bottom: 40px;
    padding-left: 32px;
  }

  .login-button {
    display: none;
  }

  .login-button.show-mobile {
    display: flex;
    padding: 14px 32px;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 12px;
    line-height: 1;
  }

  .dropdown-features-menu {
    max-width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .dropdown-menu-wrapper {
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .dropdown-nav-menu {
    margin-right: 32px;
    margin-bottom: 14px;
    flex: 1;
  }

  .dropdown-nav-menu.last {
    margin-bottom: 0px;
    flex: 1;
  }

  .dropdown-menu-column {
    margin-right: 24px;
    margin-bottom: 16px;
  }

  .dropdown-menu-column.last {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .dropdown-menu.dropdown-features-menu {
    min-width: auto;
  }

  .logo-grid {
    display: flex;
    max-width: 535px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .top-content.latest-articles-top-content {
    margin-bottom: 28px;
  }

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

  .top-content.featured-post-top-details {
    margin-bottom: 16px;
  }

  .top-content.post-top-content {
    margin-bottom: 28px;
  }

  .top-content.pricing-top-content {
    margin-bottom: 32px;
  }

  .top-content.top-pricing-content {
    margin-bottom: 10px;
  }

  .top-content.articles-categories {
    margin-right: 0px;
  }

  .top-content.career-single-top-content {
    padding-bottom: 48px;
  }

  .top-content.team-member-card-top-content {
    flex-wrap: wrap;
  }

  .top-content.team-member-top-details {
    margin-bottom: 12px;
  }

  .top-content.search-results {
    margin-bottom: 32px;
  }

  .top-content.start-here {
    margin-bottom: 32px;
  }

  .narrow-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .narrow-section.cta {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .split.story-wrapper {
    flex-direction: column;
  }

  .split.about-testimonials {
    flex-direction: column;
  }

  .split.get-package {
    margin-bottom: -75px;
    flex-direction: column;
  }

  .split.get-package-testimonials {
    flex-direction: column;
    justify-content: flex-start;
  }

  .split.integrations-hero {
    flex-direction: column;
  }

  .split.integration-top-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .split.feature-single-hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .split.career-details {
    margin-bottom: -12px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .split.career-single-wrapper {
    flex-direction: column;
  }

  .split.feature-single-hero-wrapper-2 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list.package-features-list {
    margin-bottom: 40px;
  }

  .list-item.dark-check-item {
    padding-left: 32px;
    background-size: 22px;
  }

  .big-numbers.home-stats {
    font-size: 48px;
  }

  .big-numbers.about-stats {
    font-size: 50px;
  }

  .cta-wrapper {
    min-height: 360px;
    padding: 32px;
    border-radius: 18px;
  }

  .home-tabs-menu {
    margin-bottom: 30px;
    grid-row-gap: 16px;
  }

  .home-hero-tab {
    padding: 26px 32px;
    border-radius: 12px;
  }

  .home-tab-pane {
    min-height: auto;
    padding-top: 40px;
    border-radius: 12px;
  }

  ._3-column-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  ._3-column-grid.blog-post-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.home-teams-grid {
    margin-bottom: 32px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.about-hero-image-grid {
    max-height: 526.96875px;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  ._3-column-grid.values-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid.support-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.integrations-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.careers-features {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid.pricing {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.features-grid {
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.integrations-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.search-result-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.about-hero-image-grid-2 {
    max-height: 526.96875px;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .testimonials-arrow {
    top: 76%;
    right: 32px;
  }

  .testimonials-arrow.left {
    top: 76%;
    right: 86px;
  }

  .bg.bg-square.testimonials {
    top: auto;
    right: -4%;
    bottom: -4%;
    min-height: 650px;
    min-width: 90%;
    margin-top: 0px;
    margin-right: 0px;
    border-radius: 12px;
  }

  .footer-nav-wrapper.grid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-nav-column {
    display: block;
    margin-bottom: 24px;
    padding-left: 60px;
    flex: 0 auto;
  }

  .footer-nav-column.large {
    margin-bottom: 24px;
  }

  .footer-nav-column.first {
    padding-left: 60px;
  }

  .footer-link.link-block {
    white-space: nowrap;
  }

  .footer-link.contact-link {
    align-items: center;
  }

  ._4-column-grid.features-comparison-row {
    padding-top: 24px;
    padding-bottom: 32px;
    align-items: start;
    align-content: start;
    grid-row-gap: 13px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  ._4-column-grid.features-comparison-row.first {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    grid-row-gap: 40px;
  }

  ._4-column-grid.features-comparison-row.last {
    margin-bottom: 80px;
  }

  .badge.team-member-position {
    top: 16px;
    right: 16px;
  }

  .social-links-container {
    width: auto;
    min-width: 130px;
  }

  .search-input-wrapper {
    max-width: 100%;
    margin-top: 0px;
  }

  .search-input-wrapper.blog-page {
    width: 100%;
    max-width: none;
  }

  ._2-column-grid {
    margin-bottom: 40px;
        grid-template-areas: "Area-2"
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(300px, 1fr) auto;
    grid-template-rows: minmax(300px, 1fr) auto;
  }

  .submit-button.newsletter-subscribe-button-wrapper {
    position: static;
    justify-content: center;
    border-color: #fff;
  }

  .submit-button.newsletter-subscribe-button-wrapper:hover {
    background-color: #fff;
  }

  .categories-button-wrapper {
    margin-bottom: 12px;
    flex-wrap: wrap;
  }

  .pagination {
    margin-top: 40px;
  }

  .success-message {
    border-radius: 12px;
  }

  .error-message {
    margin-top: 20px;
    padding: 20px;
    border-radius: 12px;
  }

  .error-message.cart {
    width: auto;
  }

  .contact-links-wrapper {
    display: flex;
    max-width: none;
    flex-direction: column;
  }

  .social-links-wrapper {
    max-width: 200px;
  }

  .social-link {
    width: 32px;
    max-height: 32px;
    min-height: 32px;
    min-width: 32px;
  }

  .contact-form-wrapper {
    padding: 32px 24px;
  }

  .label {
    margin-bottom: 6px;
  }

  .button-arrow {
    font-size: 12px;
  }

  .button-arrow.small {
    margin-left: 4px;
  }

  .faqs-main-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .faq-wrapper {
    margin-bottom: 24px;
  }

  .faq-icon-wrapper {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .added-cost {
    margin-bottom: 20px;
  }

  .text-link-w-arrow-wrapper {
    display: flex;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
    justify-content: center;
    align-items: center;
  }

  ._6-column-grid.logo-bar-feature-single {
    max-width: 489px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .story-content-main-wrapper-with {
    position: static;
  }

  .story-container {
    margin-bottom: 64px;
    flex-direction: column;
    justify-content: flex-start;
    border-bottom-style: none;
  }

  .job-details.preview {
    width: auto;
    max-width: none;
    min-width: 290px;
    margin-bottom: -12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .job-single-detail {
    margin-right: 24px;
    margin-bottom: 12px;
    flex: 0 auto;
  }

  .job-single-detail.first {
    margin-right: 16px;
    margin-bottom: 12px;
    flex: 0 auto;
  }

  .bottom-content.search-results-top-bottom-content {
    align-items: stretch;
  }

  .career-body-main-wrapper {
    margin-top: 48px;
  }

  .plan-item:nth-child(odd) {
    top: 0px;
  }

  .header-logo-wrapper {
    padding-left: 0px;
  }

  .hamburger-menu-icon {
    width: 24px;
    font-size: 21px;
  }

  .cart-header {
    padding-right: 56px;
  }

  .cart-price {
    font-size: 20px;
  }

  .cart-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cart-wrapper {
    z-index: 9007199254740991;
  }

  .web-payments {
    margin-bottom: 16px;
  }

  .heading-size-h3 {
    font-size: 24px;
  }

  .dropdown-menu-2.dropdown-features-menu {
    min-width: auto;
  }

  .nav-link-2 {
    font-size: 20px;
    line-height: 1.6em;
  }

  .dropdown-menu-wrapper-2 {
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .content-container {
    margin-right: 16px;
    margin-left: 16px;
  }

  .container-default-2.feature-single {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }

  .container-default-2.feature-single---air-freight {
    position: relative;
    display: flex;
    height: 800px;
    margin-top: 0px;
    flex-direction: column-reverse;
  }

  .tilt-section-wrapper {
    padding-top: 10px;
    padding-bottom: 90px;
  }

  .tilt-section-wrapper._2 {
    padding-bottom: 60px;
  }

  .tilt-section-wrapper._3 {
    padding-bottom: 60px;
  }

  .tilt-section-container {
    top: 90px;
    padding-top: 207px;
    padding-right: 21px;
    padding-left: 42px;
  }

  .section-image {
    top: -85px;
    right: 15px;
    width: 150px;
    height: auto;
  }

  .white-section-title {
    font-size: 38px;
    line-height: 37px;
  }

  .tilted-color-block {
    height: 920px;
    margin-top: 39px;
  }

  .tilted-color-block.air-freight-solution {
    height: 1000px;
  }

  .section-image-plane {
    left: auto;
    top: 93%;
    right: -11%;
    bottom: auto;
    height: 320px;
  }

  .section-image-air-carrier {
    left: 3%;
    top: -58px;
    right: 15px;
    height: 260px;
  }

  .iphone-links {
    height: 300px;
    margin: -5px 25px 5px -65px;
  }

  .white-section-title-2 {
    font-size: 43px;
    line-height: 37px;
  }

  .white-section-title-2._2 {
    font-size: 33px;
    line-height: 31px;
  }

  .tilted-color-block-2 {
    margin-top: 14px;
  }

  .tilted-color-block-2._2 {
    height: 780px;
  }

  .white-section-title-3 {
    font-size: 43px;
    line-height: 37px;
  }

  .section-image-vessel {
    left: -48%;
    top: -6%;
    right: auto;
    bottom: auto;
    height: 320px;
  }

  .section-image-vessel._2 {
    top: -85px;
    width: auto;
    margin-top: 42px;
  }

  .section-image-vessel._2-copy {
    top: -85px;
    width: auto;
    margin-top: 42px;
  }

  .tilt-section-container-2 {
    top: 90px;
    padding-right: 180px;
    padding-left: 25px;
  }

  .tilt-section-container-2.align-right {
    padding-top: 260px;
    padding-left: 47px;
  }

  .section-image-ocean-carrier {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 260px;
  }

  .section-image-ocean-carrier._2 {
    top: -85px;
    width: auto;
    margin-top: 42px;
  }

  .section-image-ocean-carrier._2-copy {
    top: -85px;
    width: auto;
    margin-top: 42px;
  }

  .section-image-3pl {
    left: auto;
    top: 97%;
    right: -4%;
    bottom: auto;
    height: 280px;
  }

  .tilted-color-block-green {
    height: 1200px;
    margin-top: 39px;
  }

  .section-image-3pl-carton {
    left: 2%;
    top: -9%;
    right: auto;
    bottom: auto;
    height: 280px;
  }

  .hero {
    height: auto;
    padding: 10%;
  }

  .profile-card {
    padding: 30px 40px;
  }

  .hero-title {
    left: auto;
    top: 8%;
    right: 5%;
    bottom: auto;
    font-size: 42px;
  }

  .card-headline.dark-card-headline._6col-card {
    width: auto;
  }

  .signup-image-wrapper {
    height: 300px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }

  .article {
    display: block;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .menu-button-2 {
    align-items: center;
  }

  .button-3.default-button.card-cta {
    left: 30px;
    right: auto;
    bottom: 20px;
  }

  .signup-form {
    height: auto;
    flex-direction: column;
  }

  .larger-paragraph.white-hero-paragraph.hero2-paragraph {
    width: auto;
  }

  .hero2 {
    height: 420px;
    padding-right: 10%;
    padding-left: 10%;
    align-items: center;
    text-align: center;
  }

  .content.small {
    margin-top: 352px;
    margin-right: 40px;
    margin-left: 90px;
  }

  .content.small.right {
    margin-top: 50px;
  }

  .content.small-2 {
    margin-top: 361px;
    margin-right: 40px;
    margin-left: 90px;
  }

  .content.small-2.right {
    margin-top: 50px;
  }

  .two-grid.medium.extra-margin-bottom {
    padding-bottom: 0px;
  }

  .section-3 {
    min-height: 1250px;
    padding-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section-3.bg-primary-2 {
    min-height: 450px;
  }

  .section-3.bg-primary-4 {
    min-height: 450px;
    background-color: transparent;
  }

  .image-half-screen {
    position: relative;
    width: 100%;
  }

  .image-half-screen.right {
    height: 300px;
    margin-top: 0px;
  }

  .image-half-screen.right-2 {
    position: absolute;
    display: inline-block;
    height: 300px;
    margin-top: 0px;
  }

  .image-half-screen.left-2 {
    height: 300px;
    margin-top: 50px;
  }

  .image-half-screen.left-2-copy {
    height: 300px;
    margin-top: 50px;
  }

  .image-half-screen.right-3 {
    position: absolute;
    height: 300px;
    margin-top: 0px;
  }

  .contain-strip {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    justify-content: center;
  }

  .strip {
    width: 100%;
    padding-right: 5vw;
    text-align: center;
  }

  .section-4.cloneables-listing {
    padding-bottom: 40px;
  }

  ._2-buttons---brix {
    margin-bottom: -16px;
    align-items: flex-start;
  }

  .button-primary---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-primary---brix._2-buttons---brix {
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .button-secondary---brix.variant-01---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .hero-v6-wrapper---faq {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/faq_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .paragraph-2.package-about-excerpt {
    margin-bottom: 15px;
  }

  .paragraph-2.get-package-testimonials {
    margin-bottom: 25px;
  }

  .paragraph-2.integration-about-excerpt {
    margin-bottom: 16px;
  }

  .paragraph-2.career-about-excerpt {
    max-width: 336px;
  }

  .paragraph-2.apply-today-paragraph {
    margin-bottom: 20px;
  }

  .paragraph-2.integrations-paragraph {
    margin-bottom: 0px;
  }

  .demo-container-2 {
    margin-bottom: 20px;
  }

  .section-5 {
    padding-top: 80px;
    padding-bottom: 220px;
  }

  .section-5.utility-page.checkout {
    padding-top: 160px;
  }

  .section-5.hero-section {
    padding-top: 170px;
    padding-bottom: 64px;
  }

  .section-5.first-section {
    padding-bottom: 100px;
  }

  .section-5.integrations {
    padding-top: 180px;
  }

  .section-5.feature-single-hero {
    display: block;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section-5.pricing {
    padding-bottom: 80px;
  }

  ._3-column-grid-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  ._3-column-grid-copy.blog-post-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.home-teams-grid {
    margin-bottom: 32px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.about-hero-image-grid {
    max-height: 526.96875px;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  ._3-column-grid-copy.team-grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.values-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid-copy.support-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.integrations-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.careers-features {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid-copy.pricing {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.features-grid {
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.integrations-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.search-result-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.about-hero-image-grid-2 {
    max-height: 526.96875px;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .bullet-list-story {
    padding-left: 18px;
  }

  .story-container-with-line {
    margin-bottom: 64px;
    flex-direction: column;
    justify-content: flex-start;
    border-bottom-style: none;
  }

  .story-content-main-wrapper-with-line {
    position: static;
  }

  .split-content-full-width.feature-card-content {
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .split-content-full-width.blog-card-content {
    padding: 24px 24px 40px;
  }

  .split-content-full-width.testimonial-card-content {
    max-width: 100%;
  }

  .split-content-full-width.home-teams-section-card-content {
    padding-right: 24px;
    padding-bottom: 32px;
    padding-left: 24px;
  }

  .split-content-full-width.story-left {
    max-width: 100%;
    margin-bottom: 34px;
  }

  .split-content-full-width.story-right {
    max-width: 100%;
  }

  .split-content-full-width.bottom-team-card-content {
    padding-bottom: 40px;
  }

  .split-content-full-width.about-testimonials-left {
    max-width: 100%;
    margin-bottom: 24px;
    padding-top: 0px;
  }

  .split-content-full-width.about-testimonials-right {
    max-width: 100%;
  }

  .split-content-full-width.featured-blog-card-content {
    padding: 32px 24px 40px;
  }

  .split-content-full-width.featured-blog-card-content.small {
    padding: 32px 24px;
  }

  .split-content-full-width.left-faqs {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .split-content-full-width.right-faqs {
    max-width: 100%;
  }

  .split-content-full-width.single-pricing-left {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .split-content-full-width.single-pricing-right {
    max-width: 100%;
  }

  .split-content-full-width.integrations-hero-left {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .split-content-full-width.integrations-hero-right {
    max-width: 100%;
  }

  .split-content-full-width.feature-single-hero-left {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .split-content-full-width.feature-single-short {
    max-width: 100%;
  }

  .split-content-full-width.careers-card-left {
    position: static;
    max-width: none;
    margin-bottom: 0px;
  }

  .split-content-full-width.careers-card-right {
    max-width: 100%;
  }

  .split-content-full-width.career-content {
    max-width: 100%;
  }

  .split-content-full-width.career-right {
    max-width: 100%;
    margin-top: 40px;
  }

  .split-content-full-width.team-member-card-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .split-content-full-width.team-member-details {
    width: auto;
  }

  .split-content-full-width.search-results-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .split-content-full-width.package-card-bottom-content {
    position: static;
    padding-top: 0px;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .button-customer-stories {
    display: block;
    padding: 20px 32px;
  }

  .button-customer-stories:hover {
    color: #2695f0;
  }

  .button-customer-stories._2-buttons {
    margin-right: 16px;
  }

  .button-customer-stories.category {
    margin-right: 16px;
  }

  .button-customer-stories.header-button {
    display: none;
  }

  .button-customer-stories.header-button.mobile {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero-v5-wrapper--customer-stories {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/customer_stories_hero_bg.jpg');
    background-position: 0px 0px, 100% 50%;
  }

  .hero-wrapper---team {
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .team_grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-info-01 {
    min-height: 360px;
  }

  .team-member-image-01.max {
    background-image: url('../images/team_member_5.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .team-member-image-01.queenie {
    background-image: url('../images/team_member_2.jpg');
  }

  .team-member-image-01.kristy {
    background-image: url('../images/team_member_3.jpg');
  }

  .team-member-image-01.raymond {
    background-image: url('../images/team_member_1.jpg');
  }

  .team-member-image-01.anthony {
    background-image: url('../images/team_member_4.jpg');
  }

  .team-grid-01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-container {
    height: 3800px;
  }

  .hero-wrapper---platform {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/platform_hero_bg.jpg');
  }

  .hero-wrapper---mission {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/mission_hero_bg.jpg');
    background-position: 0px 0px, 0% 50%;
  }

  .before-image-2 {
    background-image: url('../images/before2.jpg');
  }

  .hero-wrapper---contact-us {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/contact_us_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .hero-wrapper---why-choose-us {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/why_choose_us_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .quotes-icon-2 {
    bottom: -5%;
  }

  .quotes-icon {
    top: -5%;
  }

  .slide-wrap {
    padding: 90px 50px;
  }

  .standard-paragraph {
    overflow: visible;
  }

  .hero-wrapper---network {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/network_hero_bg_1.jpg');
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .demo-main-text-wrapper {
    width: auto;
    margin-right: 0px;
    margin-left: 0%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .demo-wrapper-2 {
    margin-top: 140px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }

  .demo-container-3 {
    display: block;
    min-height: 100vh;
    padding-top: 94px;
    align-items: center;
    background-image: linear-gradient(180deg, #f4f9ff, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 112, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }

  .browser-demo {
    width: 400px;
    height: 500px;
    margin-right: 110px;
    margin-bottom: 100px;
    margin-left: 110px;
    padding-right: 30px;
    padding-left: 30px;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .instructions-wrapper {
    margin-left: 0px;
  }

  .demo-container-4 {
    display: block;
    min-height: 100vh;
    padding-top: 94px;
    align-items: center;
    background-image: url('../images/background.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .h3 {
    margin-bottom: 35px;
  }

  .flex-container.horizontal {
    flex-wrap: wrap;
  }

  .footer-grid-2 {
    grid-column-gap: 45px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .banner {
    flex-wrap: wrap;
  }

  .grid-faq {
    margin-left: 0px;
    grid-column-gap: 41px;
  }

  .cloneable-container-default {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .cloneable-header-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper---lets-chat {
    min-height: 400px;
    padding-right: 45px;
    padding-left: 45px;
    border-radius: 20px;
  }

  .title---brix.cta-v1-title---brix.white-text---brix {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.1;
  }

  .component-container-default---brix {
    position: static;
  }

  .subtitle-wrapper---brix {
    margin-bottom: 16px;
  }

  .cta-button---brix {
    padding-right: 32px;
    padding-left: 32px;
  }

  .image-wrapper-2.nav-features-image {
    margin-right: 10px;
  }

  .image-wrapper-2.feature-image-wrapper {
    margin-top: -39px;
    border-radius: 18px;
  }

  .image-wrapper-2.home-tab-icon {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .image-wrapper-2.testimonial-card-image-wrapper {
    display: flex;
    max-width: 100%;
    margin-bottom: 24px;
    justify-content: center;
    border-radius: 12px;
  }

  .image-wrapper-2.home-teams-section {
    border-radius: 16px;
  }

  .image-wrapper-2.footer-link-icon {
    margin-right: 2vw;
  }

  .image-wrapper-2.featured-blog-card-image-wrapper {
    height: auto;
  }

  .image-wrapper-2.package-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 12px;
    border-radius: 12px;
  }

  .image-wrapper-2.integration-icon {
    margin-bottom: 6px;
  }

  .image-wrapper-2.integration-icon-wrapper {
    width: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    margin-right: 0px;
    margin-bottom: 16px;
    border-radius: 18px;
  }

  .image-wrapper-2.feature-single {
    max-width: 100%;
    padding-bottom: 25px;
    -ms-grid-row-align: auto;
        align-self: auto;
    transform: translate(0px, 0px);
  }

  .image-wrapper-2.careers-hero-image {
    border-radius: 12px;
  }

  .image-wrapper-2.team-member-large-avatar {
    margin-top: -120px;
    margin-right: 0px;
    margin-bottom: 24px;
    border-radius: 12px;
  }

  .image-wrapper-2.contact-link-icon-wrapper {
    width: 40px;
    min-height: 40px;
  }

  .image-wrapper-2.home-tab-main-image {
    position: relative;
  }

  .image-wrapper-2.nav-features-image {
    margin-right: 10px;
  }

  .section-7.cloneables-listing {
    padding-bottom: 40px;
  }

  .section-7.cloneables-listing-2 {
    padding-top: 60px;
  }

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

  .section-8.utility-page.checkout {
    padding-top: 160px;
  }

  .section-8.hero-section {
    padding-top: 170px;
    padding-bottom: 64px;
  }

  .section-8.first-section {
    padding-bottom: 100px;
  }

  .section-8.first-section.hidden-overflow {
    padding-bottom: 100px;
  }

  .section-8.integrations {
    padding-top: 180px;
  }

  .section-8.feature-single-hero {
    display: block;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section-8.pricing {
    padding-bottom: 80px;
  }

  .split-2.story-wrapper {
    flex-direction: column;
  }

  .split-2.about-testimonials {
    flex-direction: column;
  }

  .split-2.get-package {
    margin-bottom: -75px;
    flex-direction: column;
  }

  .split-2.get-package-testimonials {
    flex-direction: column;
    justify-content: flex-start;
  }

  .split-2.integrations-hero {
    flex-direction: column;
  }

  .split-2.integration-top-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .split-2.feature-single-hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .split-2.career-details {
    margin-bottom: -12px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .split-2.career-single-wrapper {
    flex-direction: column;
  }

  .split-2.feature-single-hero-wrapper-2 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .split-2.feature-single-2.first-3 {
    margin-bottom: 0px;
  }

  .source-info {
    width: 100%;
  }

  .clone-bar {
    justify-content: center;
  }

  .section-4-copy.cloneables-listing {
    padding-bottom: 40px;
  }

  .team-text-wrapper {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-10.cloneables-listing {
    padding-bottom: 40px;
  }

  .section-11.cloneables-listing {
    padding-bottom: 40px;
  }

  .section-12 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section-12.utility-page.checkout {
    padding-top: 160px;
  }

  .section-12.hero-section {
    padding-top: 170px;
    padding-bottom: 64px;
  }

  .section-12.first-section {
    padding-bottom: 100px;
  }

  .section-12.integrations {
    padding-top: 180px;
  }

  .section-12.feature-single-hero {
    display: block;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section-12.pricing {
    padding-bottom: 80px;
  }

  .hero-v5-wrapper---privacy {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/terms_hero_bg.jpg');
    background-position: 0px 0px, 50% 0%;
  }

  .ck-modal__content-w {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0rem;
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-form {
    padding-top: 0.75rem;
  }

  .ck-modal__exit-btn-2 {
    margin-right: 1.25rem;
  }

  .ck-modal__exit-btn-2.is--sticky {
    top: -1rem;
  }

  .button-primary-cookies {
    display: block;
    padding: 20px 32px;
  }

  .button-primary-cookies:hover {
    color: #2695f0;
  }

  .button-primary-cookies._2-buttons {
    margin-right: 16px;
  }

  .button-primary-cookies.category {
    margin-right: 16px;
  }

  .button-primary-cookies.header-button {
    display: none;
  }

  .button-primary-cookies.header-button.mobile {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero-wrapper---air-freight-solutions {
    background-position: 0px 0px, 100% 50%;
  }

  .hero-wrapper---ocean-freight-solutions {
    background-position: 0px 0px, 30% 60px;
  }

  ._2-column-grid-air-freight-solution {
    display: block;
    margin-bottom: 40px;
  }

  .card-left {
    border-radius: 12px;
  }

  .card-left.changelog {
    margin-bottom: 28px;
    padding: 50px 40px;
  }

  .card-left.home-stats-card {
    padding: 40px 24px;
  }

  .card-left.testimonial-card {
    padding: 32px 32px 48px;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
  }

  .card-left.about-stats-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-left.story-card {
    right: auto;
    bottom: -32px;
    max-width: 100%;
    margin-left: 0px;
    border-radius: 12px;
  }

  .card-left.story-card.tint-1 {
    left: auto;
    top: 81%;
    max-width: 100%;
    min-width: 100%;
  }

  .card-left.story-card.tint-2 {
    left: 0%;
    top: 80%;
    right: auto;
    bottom: auto;
    max-width: 100%;
    min-width: 100%;
  }

  .card-left.story-card.tint-3 {
    position: relative;
    left: auto;
    top: -10px;
    max-width: 100%;
    min-width: 100%;
  }

  .card-left.story-card.tint-4 {
    position: relative;
    left: auto;
    top: -10px;
    max-width: 100%;
    min-width: 100%;
  }

  .card-left.team-member-small-card {
    border-radius: 12px;
  }

  .card-left.about-testimonial-card {
    margin-bottom: 24px;
  }

  .card-left.contact-link {
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .card-left.pricing-card {
    padding: 40px 24px;
    flex-direction: column;
  }

  .card-left.features-comparison {
    padding-right: 35px;
    padding-left: 35px;
  }

  .card-left.get-package {
    padding: 40px 32px;
  }

  .card-left.get-package-testimonials {
    margin-right: 0px;
    margin-bottom: 24px;
    padding: 40px 24px;
  }

  .card-left.get-package-testimonials.last {
    margin-bottom: 0px;
  }

  .card-left.integration-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-left.integration-main-card {
    margin-bottom: -56px;
    padding: 40px 24px;
  }

  .card-left.open-positions-main-card {
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .card-left.apply-card {
    position: static;
    padding: 40px 24px;
  }

  .card-left.carrer-card {
    padding: 40px 24px;
  }

  .card-left.start-here-card {
    padding: 40px 32px;
  }

  .top-content---ocean-freight {
    max-width: 100%;
  }

  .mg-bottom-32px---ocean-freight {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .bullet-list-faq {
    margin-top: 10px;
    padding-left: 18px;
  }

  .demo-container---home-customized-solutions {
    display: block;
    min-height: 100vh;
    padding-top: 94px;
    align-items: center;
    background-image: linear-gradient(180deg, #f4f9ff, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 112, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }

  .tilt-section-container---air-freight {
    top: 90px;
    padding-top: 207px;
    padding-right: 21px;
    padding-left: 42px;
  }

  .section-13 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .split-content-2.left-faqs {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .split-content-2.right-faqs {
    max-width: 100%;
  }

  .faq-icon-wrapper-2 {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .faq-wrapper-2 {
    margin-bottom: 24px;
  }

  .clients-inner-01 {
    justify-content: center;
    flex-wrap: wrap;
  }

  .client-logo {
    width: 50%;
  }

  .image-5 {
    width: 100px;
    margin-right: 60px;
  }

  .footer-partner-logo-container {
    display: inline-block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-default-6 {
    padding-top: 0px;
  }

  .container-default-6.footer-container {
    padding-bottom: 40px;
  }

  .container-default-6.feature-single {
    position: relative;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  blockquote {
    padding: 40px 26px;
    font-size: 18px;
  }

  .container-default {
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.footer-container {
    padding-bottom: 40px;
  }

  .container-medium {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-styleguide {
    padding-top: 140px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-block.support-card.tint-1 {
    min-height: 220px;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style-guide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-primary:hover {
    color: #2695f0;
  }

  .button-primary._2-buttons {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .button-primary.category {
    width: auto;
  }

  .button-secondary {
    width: 100%;
  }

  .button-secondary.category {
    width: auto;
  }

  .header {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-logo {
    width: 148px;
  }

  .menu-button {
    width: 46px;
    max-height: 46px;
    min-height: 46px;
    min-width: 46px;
    padding: 10px 11px;
    font-size: 25px;
  }

  .nav-menu {
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer {
    padding-top: 0px;
  }

  .footer-grid {
    margin-top: 40px;
    justify-items: start;
  }

  .footer-logo-container {
    margin-bottom: 25px;
  }

  .footer-nav {
    width: auto;
    min-width: 204px;
    margin-right: 16px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
  }

  .footer-nav-item {
    margin: 8px 0px;
  }

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

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

  .section.first-section {
    padding-top: 160px;
  }

  .section.first-section.hidden-overflow {
    padding-bottom: 100px;
  }

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

  .section.single-integration {
    padding-top: 140px;
  }

  .section.feature-single-hero {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

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

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

  .section.feature-single-hero---ocean-freight {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.feature-single-hero---home {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.relative---air-freight {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.feature-single-hero---air-freight {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.platform-single-hero {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .section.feature-single-hero---3pl {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding-top: 120px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.text-area {
    min-height: 120px;
  }

  ._404-title {
    font-size: 120px;
    line-height: 120px;
  }

  .container-medium-790px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .icon-password {
    width: 130px;
    height: 130px;
  }

  .paragraph.footer-paragraph {
    margin-bottom: 16px;
  }

  .paragraph.feature-single-hero {
    margin-bottom: 24px;
  }

  .paragraph.career-about-excerpt {
    max-width: none;
  }

  .paragraph.about-paragraph {
    margin-bottom: 24px;
  }

  .paragraph.air-freight-paragraph {
    margin-bottom: 24px;
  }

  .card.changelog {
    padding: 40px 20px;
  }

  .card.home-stats-card {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card.about-stats-card {
    padding: 35px 20px;
  }

  .card.story-card {
    position: relative;
    top: 20px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    min-width: 100%;
    margin-top: -10px;
    margin-left: 0px;
  }

  .card.story-card.tint-1 {
    position: relative;
    left: 0%;
    max-width: 100%;
    min-width: 100%;
    margin-top: -10px;
  }

  .card.story-card.tint-2 {
    max-width: 100%;
    min-width: 100%;
    margin-top: -10px;
  }

  .card.story-card.tint-3 {
    left: auto;
    top: -10px;
    margin-top: 0px;
  }

  .card.story-card.tint-4 {
    left: auto;
    top: -10px;
    margin-top: 0px;
  }

  .card.value-item {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .card.about-testimonial-card.last {
    padding: 32px 24px 46px;
  }

  .card.featured-blog-card.small {
    flex-direction: column;
  }

  .card.features-comparison {
    padding: 30px 20px;
  }

  .card.get-package {
    padding: 32px 24px;
  }

  .card.career-feature-card {
    padding-right: 32px;
    padding-left: 32px;
  }

  .card.carrer-card-careers-page {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .card.start-here-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.air-freight-solution-item {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title.logo-bar-text {
    margin-bottom: 32px;
  }

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

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.home-tab-title {
    margin-bottom: 10px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h4-size.faq-title {
    width: 76%;
  }

  .title.testimonials {
    white-space: pre-line;
  }

  .title.testimonial-card {
    white-space: break-spaces;
  }

  .title.hero-about {
    margin-bottom: 12px;
  }

  .title.story-about {
    margin-bottom: 12px;
  }

  .title.h2-size {
    font-size: 30px;
  }

  .title.h2-size.team-member-name {
    margin-bottom: 12px;
  }

  .title.package-name {
    margin-right: 10px;
  }

  .title.h1-size {
    font-size: 40px;
  }

  .title.get-package-testimonials {
    margin-right: 0px;
  }

  .title.article-category-name {
    margin-right: 10px;
  }

  .title.feature-single-hero {
    font-size: 28px;
  }

  .title.more-positions {
    margin-right: 0px;
  }

  .title.logo-bar-title {
    margin-bottom: -16px;
  }

  .title.team-member-articles {
    margin-right: 0px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h4-size.faq-title {
    width: 76%;
  }

  .split-content.home-tab-left {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .split-content.bottom-team-card-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .split-content.featured-blog-card-content {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .split-content.featured-blog-card-content.small {
    padding-top: 24px;
  }

  .split-content.support-card-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .split-content.left-faqs {
    margin-bottom: 0px;
  }

  .split-content.integrations-hero-left {
    margin-bottom: 20px;
  }

  .split-content.search-results-content {
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image-wrapper.hero-image-wrapper {
    margin-bottom: 32px;
  }

  .image-wrapper.feature-image-wrapper {
    margin-top: -34px;
  }

  .image-wrapper.feature-card-bg-image {
    min-height: 200px;
  }

  .image-wrapper.team-member-image {
    max-height: 110px;
    max-width: 110px;
    min-height: 110px;
  }

  .image-wrapper.value-icon {
    width: 90px;
  }

  .image-wrapper.package-icon.large {
    width: 72px;
    max-height: 72px;
    min-height: 72px;
    min-width: 72px;
    margin-bottom: 20px;
    border-radius: 16px;
  }

  .image-wrapper.integration-icon-wrapper {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    border-radius: 16px;
  }

  .image-wrapper.feature-single {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .image-wrapper.team-member-large-avatar {
    margin-right: 0px;
  }

  .image.hero-main-image {
    border-radius: 10px;
  }

  .image.hero-image {
    border-radius: 8px;
  }

  .image.home-trust-companies {
    width: 34%;
  }

  .image.feature-image {
    width: 90px;
  }

  .image.feature-card-bg-image {
    height: 100%;
  }

  .image.home-tabs-icon {
    width: 100%;
  }

  .image.home-tab-main-image {
    width: 100%;
    max-width: 180px;
  }

  .image.testimonial-image {
    width: 100%;
    max-height: 300px;
  }

  .image.home-teams-card-image {
    max-height: 200px;
  }

  .image.about-testimonial-logo {
    width: 100px;
  }

  .image.about-testimonial-logo._120px {
    width: 120px;
  }

  .image.post-main-image {
    margin-bottom: 32px;
    border-radius: 12px;
  }

  .image.feature-single {
    max-width: 100%;
    padding-bottom: 0px;
    box-shadow: none;
  }

  .image.blob.h-1 {
    left: -107px;
    top: 358px;
  }

  .image.blob.h-2 {
    top: 621px;
    right: -130px;
  }

  .image.blob.h-4 {
    top: 276px;
    right: -173.917px;
  }

  .image.blob.h-5 {
    left: -117px;
    bottom: -78px;
  }

  .image.blob.contact-1 {
    max-width: 177%;
    margin-top: 364px;
    margin-left: 75px;
  }

  .image.blob.p-1 {
    max-width: 150%;
    margin-top: 219px;
    margin-left: 97px;
  }

  .image.blob.i-1 {
    max-width: 100%;
    margin-top: -30px;
    margin-left: -144px;
  }

  .image.blob.fs-1 {
    max-width: 100%;
    margin-top: 145px;
    margin-left: 63px;
  }

  .image.blob.fs-2 {
    max-width: 150%;
    margin-top: -62px;
    margin-left: -41px;
  }

  .image.blob.fs-3 {
    max-width: 150%;
    margin-top: 198px;
    margin-left: -115px;
  }

  .image.blob.careers-1 {
    margin-top: 75px;
    margin-left: 171px;
  }

  .image.blob._404-2 {
    margin-top: 173%;
  }

  .image.blob.integration-single-1 {
    margin-top: 70px;
    margin-left: 135px;
  }

  .image.blob.integration-single-2 {
    bottom: 51%;
  }

  .image.blob.start-here-2 {
    bottom: 12%;
  }

  .image.blob.changelog {
    top: -3%;
    right: -39%;
    max-width: 100%;
  }

  .image.blob.green_pattern {
    left: -8%;
    width: 80px;
    max-width: 60%;
    margin-top: 145px;
    margin-left: 63px;
  }

  .image.blob.fs-2 {
    max-width: 100%;
    margin-top: 145px;
    margin-left: 63px;
  }

  .image.blob.blue_pattern {
    left: 47%;
    top: 7%;
    right: auto;
    bottom: auto;
    width: 90px;
    max-width: 100%;
    margin-top: 145px;
    margin-left: 63px;
  }

  .image.blob.fs-4 {
    left: 0%;
    top: -3%;
    right: auto;
    bottom: auto;
    max-width: 180%;
    margin-top: -62px;
    margin-left: -41px;
  }

  .image.blob.fs-5 {
    left: -10%;
    top: 28%;
    right: auto;
    bottom: auto;
    max-width: 180%;
    margin-top: -62px;
    margin-left: -41px;
  }

  .image.blob-opacity.footer-blob {
    bottom: -135px;
  }

  .image.blob-opacity.b-1 {
    margin-top: 270px;
    margin-left: 182px;
  }

  .image.blob-opacity.h-6 {
    left: -203px;
  }

  .image.home-tab-2-hover-image {
    max-width: 20%;
  }

  .image.home-tab-2-hover-image._01 {
    left: 12%;
  }

  .image.home-tab-2-hover-image._02 {
    right: 14%;
  }

  .image.home-tab-2-hover-image._03 {
    left: 17%;
  }

  .image.home-tab-2-hover-image._04 {
    right: 17%;
  }

  .image.support-card-icon-2 {
    max-width: 80%;
    margin-top: -46px;
    margin-right: -62px;
  }

  .image.feature-ocean-freight-single {
    max-width: 100%;
    padding-bottom: 0px;
    box-shadow: none;
  }

  .image.feature-single---air-freight {
    max-width: 100%;
    padding-bottom: 0px;
    box-shadow: none;
  }

  .image.feature-single---3pl {
    max-width: 100%;
    padding-bottom: 0px;
    box-shadow: none;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .cart-button {
    margin-right: 16px;
  }

  .cart-container {
    padding-top: 96px;
    border-radius: 0px;
  }

  .grid-licenses-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rich-text ul {
    padding-left: 24px;
  }

  .rich-text ol {
    padding-left: 24px;
  }

  .rich-text blockquote {
    padding: 32px 24px;
  }

  .rich-text h2 {
    margin-bottom: 16px;
  }

  .rich-text h3 {
    margin-bottom: 16px;
  }

  .rich-text ul {
    padding-left: 24px;
  }

  .dropdown-menu-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dropdown-nav-menu {
    margin-right: 0px;
    margin-bottom: 14px;
    flex: 1;
  }

  .dropdown-menu-column {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .dropdown-menu-link-wrapper {
    justify-content: space-between;
  }

  .limit-content.hero-top-content {
    margin-bottom: 38px;
  }

  ._2-button-wrapper {
    flex-direction: column;
  }

  .header-main-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px;
  }

  .logo-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

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

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

  .top-content.featured-post-top-details.small {
    margin-bottom: 8px;
  }

  .top-content.package-name {
    margin-bottom: 12px;
  }

  .top-content.integrations {
    margin-bottom: 20px;
  }

  .top-content.job-details {
    margin-bottom: 12px;
  }

  .split.feature-single.first {
    position: static;
  }

  .split.career-details {
    margin-bottom: 0px;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .split.cart-item-flex {
    flex-direction: column;
  }

  .split.feature-single-hero-wrapper-2 {
    flex-direction: column-reverse;
  }

  .big-numbers.home-stats {
    font-size: 40px;
  }

  .big-numbers.about-stats {
    font-size: 37px;
  }

  .cta-wrapper {
    min-height: 450px;
    padding: 24px 20px;
  }

  .cta-wrapper.cta-v2 {
    min-height: auto;
    padding: 50px 24px;
  }

  .home-hero-tab {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-tab-content {
    flex-direction: column;
  }

  .home-tab-pane {
    min-height: 300px;
  }

  ._3-column-grid.blog-post-cards-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._3-column-grid.about-hero-image-grid {
    grid-column-gap: 14px;
  }

  ._3-column-grid.team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.values-grid {
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.integrations-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.careers-features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.integrations-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.search-result-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.about-hero-image-grid-2 {
    grid-column-gap: 14px;
  }

  .testimonials-main-container {
    margin-bottom: 100px;
  }

  .testimonials-slider {
    max-width: none;
  }

  .testimonials-arrow {
    left: 72px;
    top: auto;
    right: 0px;
    width: 48px;
    max-height: 48px;
    min-height: 48px;
    min-width: 48px;
    margin: auto auto -76px;
  }

  .testimonials-arrow.left {
    left: -72px;
    right: 0px;
  }

  .bg.bg-square.testimonials {
    left: auto;
    right: auto;
    bottom: -18px;
    max-width: 94%;
    min-width: 94%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-nav-wrapper.grid {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .footer-nav-column {
    margin-top: 20px;
    padding-left: 40px;
  }

  .footer-nav-column.large {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 40px;
  }

  .footer-nav-column.first {
    padding-left: 40px;
  }

  .footer-nav-links-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }

  .nav-link-text.contact {
    padding-left: 14px;
  }

  .footer-social-links-wrapper {
    width: 100%;
    max-width: 288px;
    justify-content: flex-start;
  }

  .social-footer-link {
    margin-top: 4px;
    margin-right: 12px;
    margin-bottom: 4px;
  }

  ._4-column-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  ._4-column-grid.features-comparison-row {
    grid-column-gap: 0px;
  }

  ._4-column-grid.features-comparison-row.first {
    grid-column-gap: 14px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .badge.team-member-position {
    top: 12px;
    right: 12px;
    font-size: 16px;
  }

  .badge.post-category {
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
  }

  .social-links-container {
    width: auto;
  }

  .footer-bottom-content {
    padding-top: 0px;
  }

  ._2-column-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-rows: minmax(0px, 1fr) auto;
    grid-template-rows: minmax(0px, 1fr) auto;
  }

  .submit-button.contact-button-wrapper {
    max-width: none;
  }

  .success-message {
    padding: 16px;
  }

  .error-message {
    margin-top: 16px;
    padding: 16px;
  }

  .error-message.cart {
    margin-right: 16px;
    margin-left: 16px;
  }

  .social-links-wrapper {
    max-width: 150px;
  }

  .contact-form-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq-icon-wrapper {
    width: 38px;
    max-height: 38px;
    min-height: 38px;
    min-width: 38px;
  }

  .integration-tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .integration-tab-link {
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 6px;
    text-align: center;
  }

  ._6-column-grid.logo-bar-feature-single {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 27px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .testimonials-main-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .story-container {
    margin-bottom: 36px;
  }

  .job-details.preview {
    max-width: 100%;
    min-width: 290px;
    flex-direction: column;
  }

  .job-details.preview.page {
    margin-bottom: 18px;
  }

  .job-single-detail {
    margin-right: 12px;
    margin-bottom: 10px;
  }

  .bold-link.apply-now-careers {
    margin-top: 20px;
  }

  .empty-state.cart {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-header {
    padding-top: 16px;
    padding-right: 20px;
    padding-left: 16px;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-item {
    padding-bottom: 16px;
  }

  .testimonials-slider-container {
    display: flex;
    max-width: none;
    justify-content: center;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .bold-text {
    font-size: 34px;
  }

  .dropdown-menu-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container--full {
    height: 40vh;
  }

  .container-default-2 {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default-2.feature-single {
    display: flex;
    flex-direction: column-reverse;
  }

  .container-default-2.feature-single---air-freight {
    display: flex;
    margin-top: 100px;
    flex-direction: column-reverse;
  }

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

  .tilt-section-wrapper._2 {
    padding-bottom: 134px;
  }

  .tilt-section-wrapper._3 {
    padding-bottom: 134px;
  }

  .tilt-section-wrapper._3pl {
    height: 1700px;
  }

  .tilt-section-container {
    top: 61px;
    padding-top: 206px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-image {
    top: -55px;
    right: -45px;
    width: 140px;
  }

  .white-section-title {
    font-size: 26px;
    line-height: 30px;
  }

  .button {
    font-size: 15px;
  }

  .button.w--current {
    font-size: 13px;
    line-height: 13px;
  }

  .tilted-color-block {
    width: 140%;
    height: 1000px;
    margin-bottom: 108px;
  }

  .tilted-color-block.air-freight-solution {
    height: 1100px;
  }

  .section-image-plane {
    left: auto;
    top: 97%;
    right: -13%;
    bottom: auto;
    height: 240px;
  }

  .section-image-air-carrier {
    left: 6%;
    top: -3%;
    right: auto;
    bottom: auto;
    height: 240px;
  }

  .section-2 {
    padding-right: 20px;
  }

  .iphone-links {
    width: 100%;
    height: auto;
    margin: -30px 0px -15px;
    float: none;
  }

  .white-section-title-2 {
    font-size: 26px;
    line-height: 25px;
  }

  .white-section-title-2._2 {
    font-size: 26px;
    line-height: 25px;
  }

  .tilted-color-block-2._2 {
    width: 140%;
    height: 1000px;
    margin-left: -35px;
  }

  .white-section-title-3 {
    font-size: 26px;
    line-height: 25px;
  }

  .section-image-vessel {
    left: -24%;
    top: 97%;
    right: auto;
    bottom: auto;
    height: 240px;
  }

  .section-image-vessel._2 {
    left: -175px;
    top: -5px;
    height: 345px;
    margin-top: 72px;
    margin-right: -31px;
    margin-left: 24px;
  }

  .section-image-vessel._2-copy {
    left: -175px;
    top: -5px;
    height: 345px;
    margin-top: 72px;
    margin-right: -31px;
    margin-left: 24px;
  }

  .tilt-section-container-2 {
    top: 61px;
    padding-right: 90px;
  }

  .tilt-section-container-2.align-right {
    padding-right: 30px;
    padding-left: 30px;
  }

  .button-2 {
    font-size: 15px;
  }

  .button-2.w--current {
    font-size: 13px;
    line-height: 13px;
  }

  .section-image-ocean-carrier {
    left: 2%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 240px;
  }

  .section-image-ocean-carrier._2 {
    left: -175px;
    top: -5px;
    height: 345px;
    margin-top: 72px;
    margin-right: -31px;
    margin-left: 24px;
  }

  .section-image-ocean-carrier._2-copy {
    left: -175px;
    top: -5px;
    height: 345px;
    margin-top: 72px;
    margin-right: -31px;
    margin-left: 24px;
  }

  .section-image-3pl {
    left: auto;
    top: 99%;
    right: -3%;
    bottom: auto;
  }

  .tilted-color-block-green {
    width: 140%;
    height: 1500px;
    margin-bottom: 95px;
    transform: rotate(3deg);
  }

  .section-image-3pl-carton {
    left: 0%;
    top: -3%;
    right: auto;
    bottom: auto;
    height: 240px;
  }

  .hero {
    height: 500px;
    padding: 14% 6%;
  }

  .article-cover.article-content-2 {
    background-image: none;
    background-position: 50% 50%;
    background-size: cover;
  }

  .profile-card {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-title {
    top: 6%;
    right: 24%;
  }

  .signup-content-wrapper {
    padding: 30px;
  }

  .alert {
    height: auto;
    align-items: flex-start;
  }

  .alert-close-wrapper {
    display: flex;
    width: 16px;
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 5px;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .actions-wrapper {
    display: block;
    width: 100%;
    text-align: center;
  }

  .close-alert {
    margin-top: 0px;
  }

  .button-3.profile-contact-big-button {
    display: block;
    margin-right: 0px;
  }

  .button-3.default-button.default-button-with-line {
    display: block;
    margin-top: 0px;
  }

  .fullpic-profile {
    padding: 30px 30px 20px;
  }

  .hero2 {
    height: 500px;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .alert-content {
    flex-shrink: 1;
    flex-basis: 0px;
  }

  .profile-card-big {
    padding: 30px;
  }

  .big-article-content-wrapper {
    padding: 25px 30px;
  }

  .no-margin-top {
    display: block;
    flex: 0 auto;
  }

  .content.small.right {
    margin-top: 20px;
  }

  .content.small-2.right {
    margin-top: 20px;
  }

  .two-grid.medium.extra-margin-bottom {
    display: inline-block;
    margin-top: -119px;
    margin-left: -18px;
    padding-left: 0px;
  }

  .section-3 {
    min-height: 1100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-3.bg-primary-3 {
    padding-top: 0px;
  }

  .section-3.bg-primary-4 {
    padding-top: 0px;
  }

  .image-half-screen.right {
    height: 200px;
    margin-top: 0px;
  }

  .image-half-screen.right-2 {
    height: 200px;
    margin-top: 0px;
  }

  .image-half-screen.left-2 {
    height: 200px;
    margin-top: 20px;
  }

  .image-half-screen.left-2-copy {
    height: 200px;
    margin-top: 20px;
  }

  .image-half-screen.right-3 {
    height: 200px;
    margin-top: 20px;
  }

  .strip {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-4.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-4.cloneables-listing {
    padding-bottom: 40px;
  }

  .section-4.cloneables-listing-2 {
    padding-bottom: 40px;
  }

  ._2-buttons---brix.hero-v2---brix {
    flex-direction: column;
    align-items: stretch;
  }

  .container-default-3 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-primary---brix {
    width: 100%;
    padding: 15px 34px 16px;
  }

  .button-primary---brix._2-buttons---brix {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .button-secondary---brix.variant-01---brix {
    width: 100%;
  }

  .subtitle---brix {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-v6-wrapper---faq {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/faq_hero_bg.jpg');
    background-position: 0px 0px, 50% 0%;
  }

  .paragraph-2.footer-paragraph {
    margin-bottom: 16px;
  }

  .paragraph-2.feature-single-hero {
    margin-bottom: 24px;
  }

  .paragraph-2.career-about-excerpt {
    max-width: none;
  }

  .paragraph-2.about-paragraph {
    margin-bottom: 24px;
  }

  .bold-text-8 {
    font-size: 26px;
    line-height: 30px;
  }

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

  .section-5.hero-section {
    padding-top: 160px;
  }

  .section-5.first-section {
    padding-top: 160px;
  }

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

  .section-5.single-integration {
    padding-top: 140px;
  }

  .section-5.feature-single-hero {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-5.relative {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-5.pricing {
    padding-top: 150px;
  }

  ._3-column-grid-copy.blog-post-cards-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._3-column-grid-copy.about-hero-image-grid {
    grid-column-gap: 14px;
  }

  ._3-column-grid-copy.team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.values-grid {
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.integrations-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.careers-features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.integrations-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.search-result-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.about-hero-image-grid-2 {
    grid-column-gap: 14px;
  }

  .bullet-list-story {
    padding-left: 18px;
  }

  .story-container-with-line {
    margin-bottom: 36px;
  }

  .split-content-full-width.home-tab-left {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .split-content-full-width.bottom-team-card-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .split-content-full-width.featured-blog-card-content {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .split-content-full-width.featured-blog-card-content.small {
    padding-top: 24px;
  }

  .split-content-full-width.support-card-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .split-content-full-width.integrations-hero-left {
    margin-bottom: 20px;
  }

  .split-content-full-width.search-results-content {
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
  }

  .button-customer-stories {
    display: block;
    width: 100%;
  }

  .button-customer-stories:hover {
    color: #2695f0;
  }

  .button-customer-stories._2-buttons {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .button-customer-stories.category {
    width: auto;
  }

  .hero-v5-wrapper--customer-stories {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/customer_stories_hero_bg.jpg');
    background-position: 0px 0px, 90% 50%;
  }

  .hero-wrapper---team {
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
  }

  .team-member-info-01 {
    min-height: 380px;
  }

  .team-member-image-01 {
    height: 200px;
  }

  .team-member-image-01.max {
    background-image: url('../images/team_member_5.jpg');
    background-position: 50% 50%;
  }

  .team-member-image-01.queenie {
    background-image: url('../images/team_member_2.jpg');
  }

  .team-member-image-01.kristy {
    background-image: url('../images/team_member_3.jpg');
  }

  .team-member-image-01.raymond {
    height: 300px;
    background-image: url('../images/team_member_1.jpg');
  }

  .team-grid-01 {
    margin-top: 120px;
  }

  .team-container {
    height: 4000px;
  }

  .hero-wrapper---platform {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/platform_hero_bg.jpg');
  }

  .hero-wrapper---mission {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/mission_hero_bg.jpg');
    background-position: 0px 0px, 0% 0%;
  }

  .before-image-2 {
    background-image: url('../images/before2.jpg');
  }

  .after-image-inner-2 {
    background-position: 100% 50%;
  }

  .hero-wrapper---contact-us {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/contact_us_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .hero-wrapper---why-choose-us {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/why_choose_us_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .mask {
    box-shadow: none;
  }

  .profile-block {
    flex-wrap: wrap;
  }

  .quotes-icon-2 {
    bottom: -3%;
  }

  .profile-image {
    margin-bottom: 15px;
  }

  .quotes-icon {
    top: -3%;
  }

  .hero-wrapper---network {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/network_hero_bg_1.jpg');
    background-position: 0px 0px, 50% 0%;
  }

  .image-3 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 14px;
  }

  .demo-main-text-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .demo-wrapper-2 {
    margin-top: 140px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    align-items: center;
  }

  .demo-container-3 {
    padding-top: 160px;
    background-image: linear-gradient(180deg, #f4f9ff, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 112, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .browser-demo {
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .instructions-wrapper {
    margin-left: 0px;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .demo-container-4 {
    padding-top: 160px;
    background-image: url('../images/background.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .banner-button {
    margin-top: 35px;
  }

  .footer-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner {
    padding: 55px 28px;
  }

  .grid-faq {
    grid-row-gap: 54px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cloneable-container-default {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-default-4 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .wrapper---lets-chat {
    padding: 40px 24px;
    background-position: 0% 50%;
    background-size: cover;
  }

  .title---brix.cta-v1-title---brix.white-text---brix {
    margin-bottom: 72px;
    font-size: 24px;
  }

  .subtitle-dash---brix {
    margin-top: 12px;
  }

  .cta-v1-content---brix {
    max-width: 260px;
  }

  .subtitle-wrapper---brix {
    align-items: flex-start;
  }

  .cta-button---brix {
    display: block;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-wrapper-2.order-item-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image-wrapper-2.hero-image-wrapper {
    margin-bottom: 32px;
  }

  .image-wrapper-2.feature-image-wrapper {
    margin-top: -34px;
  }

  .image-wrapper-2.feature-card-bg-image {
    min-height: 200px;
  }

  .image-wrapper-2.team-member-image {
    max-height: 110px;
    max-width: 110px;
    min-height: 110px;
  }

  .image-wrapper-2.value-icon {
    width: 90px;
  }

  .image-wrapper-2.package-icon.large {
    width: 72px;
    max-height: 72px;
    min-height: 72px;
    min-width: 72px;
    margin-bottom: 20px;
    border-radius: 16px;
  }

  .image-wrapper-2.integration-icon-wrapper {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    border-radius: 16px;
  }

  .image-wrapper-2.feature-single {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .image-wrapper-2.team-member-large-avatar {
    margin-right: 0px;
  }

  .section-7.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-7.cloneables-listing {
    padding-bottom: 40px;
  }

  .section-7.cloneables-listing-2 {
    padding-bottom: 40px;
  }

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

  .section-8.hero-section {
    padding-top: 160px;
  }

  .section-8.first-section {
    padding-top: 160px;
  }

  .section-8.first-section.hidden-overflow {
    padding-bottom: 100px;
  }

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

  .section-8.single-integration {
    padding-top: 140px;
  }

  .section-8.feature-single-hero {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-8.relative {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-8.pricing {
    padding-top: 150px;
  }

  .split-2.feature-single.first {
    position: static;
  }

  .split-2.career-details {
    margin-bottom: 0px;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .split-2.cart-item-flex {
    flex-direction: column;
  }

  .split-2.feature-single-hero-wrapper-2 {
    flex-direction: column-reverse;
  }

  .split-2.feature-single-2.first {
    position: static;
  }

  .split-2.feature-single-2.first-2 {
    position: static;
  }

  .split-2.feature-single-2.first-3 {
    position: static;
    margin-bottom: 0px;
  }

  .source-info {
    width: 100%;
    padding: 16px 0px 0px;
  }

  .clone-button {
    width: 100%;
    min-height: 32px;
    text-align: center;
  }

  .clone-bar {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    padding: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 0px;
    background-color: rgba(32, 32, 32, 0.95);
  }

  .section-4-copy.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-4-copy.cloneables-listing {
    padding-bottom: 40px;
  }

  .section-4-copy.cloneables-listing-2 {
    padding-bottom: 40px;
  }

  .team-text-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-10.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-10.cloneables-listing {
    padding-bottom: 40px;
  }

  .section-10.cloneables-listing-2 {
    padding-bottom: 40px;
  }

  .section-11.cloneables-listing {
    padding-bottom: 0px;
  }

  .section-11.cloneables-listing {
    padding-bottom: 40px;
  }

  .section-11.cloneables-listing-2 {
    padding-bottom: 40px;
  }

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

  .section-12.hero-section {
    padding-top: 160px;
  }

  .section-12.first-section {
    padding-top: 160px;
  }

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

  .section-12.single-integration {
    padding-top: 140px;
  }

  .section-12.feature-single-hero {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-12.relative {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-12.pricing {
    padding-top: 150px;
  }

  .link-block-6.terms {
    margin-right: auto;
    margin-left: auto;
    border-right-style: none;
  }

  .link-block-6.terms.privacy {
    margin-right: auto;
    margin-left: auto;
  }

  .link-block-7.terms {
    margin-right: auto;
    margin-left: auto;
    border-right-style: none;
  }

  .all-rights-reserved {
    margin-top: 20px;
  }

  .hero-v5-wrapper---privacy {
    background-image: linear-gradient(180deg, #f5f9fe 15%, rgba(250, 252, 255, 0.52) 64%, hsla(0, 0%, 100%, 0.15) 83%, hsla(0, 0%, 100%, 0.01)), url('../images/terms_hero_bg.jpg');
    background-position: 0px 0px, 0% 50%;
  }

  .ck-button-w {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }

  .ck-modal__content-w.is--small {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .ck-cookie-w {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-preference-w {
    align-items: flex-end;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .ck-modal__exit-btn-2 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .button-primary-cookies {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-primary-cookies:hover {
    color: #2695f0;
  }

  .button-primary-cookies._2-buttons {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .button-primary-cookies.category {
    width: auto;
  }

  .hero-wrapper---air-freight-solutions {
    background-position: 0px 0px, 80% 90%;
    background-size: auto, cover;
  }

  .hero-wrapper---ocean-freight-solutions {
    background-position: 0px 0px, 35% 60px;
    background-size: auto, cover;
  }

  ._2-column-grid-air-freight-solution {
    display: block;
    grid-row-gap: 0px;
  }

  .card-left.changelog {
    padding: 40px 20px;
  }

  .card-left.home-stats-card {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card-left.about-stats-card {
    padding: 35px 20px;
  }

  .card-left.story-card {
    position: relative;
    top: 20px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    min-width: 100%;
    margin-top: -10px;
    margin-left: 0px;
  }

  .card-left.story-card.tint-1 {
    position: relative;
    left: 0%;
    max-width: 100%;
    min-width: 100%;
    margin-top: -10px;
  }

  .card-left.story-card.tint-2 {
    max-width: 100%;
    min-width: 100%;
    margin-top: -10px;
  }

  .card-left.story-card.tint-3 {
    left: auto;
    top: -10px;
    margin-top: 0px;
  }

  .card-left.story-card.tint-4 {
    left: auto;
    top: -10px;
    margin-top: 0px;
  }

  .card-left.value-item {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .card-left.about-testimonial-card.last {
    padding: 32px 24px 46px;
  }

  .card-left.featured-blog-card.small {
    flex-direction: column;
  }

  .card-left.features-comparison {
    padding: 30px 20px;
  }

  .card-left.get-package {
    padding: 32px 24px;
  }

  .card-left.career-feature-card {
    padding-right: 32px;
    padding-left: 32px;
  }

  .card-left.carrer-card-careers-page {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .card-left.start-here-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-left.air-freight-solution-item {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .top-content---ocean-freight {
    max-width: none;
  }

  .bullet-list-faq {
    margin-top: 10px;
    padding-left: 18px;
  }

  .demo-container---home-customized-solutions {
    padding-top: 160px;
    background-image: linear-gradient(180deg, #f4f9ff, rgba(38, 149, 240, 0.26) 33%, rgba(184, 231, 112, 0.38) 66%, #f5f9ff), url('../images/network_hero_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .tilt-section-container---air-freight {
    top: 61px;
    margin-top: 55px;
    padding-top: 206px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-default-5 {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .faq-icon-wrapper-2 {
    width: 38px;
    max-height: 38px;
    min-height: 38px;
    min-width: 38px;
  }

  .client-logo {
    width: 100%;
  }

  .grid-2 {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .bottom-privacy {
    flex-direction: column;
    align-items: center;
  }

  .image-4 {
    width: 110px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
  }

  .image-5 {
    display: inline-block;
    margin-right: 30px;
    margin-left: 0px;
    padding-top: 10px;
  }

  .link-block-6-copy.terms {
    margin-right: auto;
    margin-left: auto;
    border-right-style: none;
  }

  .link-block-6-copy.terms.privacy {
    margin-right: auto;
    margin-left: auto;
  }

  .link-block-8.terms {
    margin-right: auto;
    margin-left: auto;
  }

  .container-default-6 {
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default-6.footer-container {
    padding-bottom: 40px;
  }
}

#w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_9d3b89ce-1965-0f41-9ee9-9060776e796e-776e7966 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-column-align: start;
      justify-self: start;
}

.grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e796e-776e7966 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7982-776e7966 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-align: start;
      justify-self: start;
  grid-area: Area-3;
}

.grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7982-776e7966 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: start;
      justify-self: start;
  grid-area: Area-5;
}

.grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#w-node-_9d3b89ce-1965-0f41-9ee9-9060776e79a2-776e7966 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-column-align: start;
      justify-self: start;
  grid-area: Area-6;
}

.grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e79a2-776e7966 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

#w-node-_9c4d7a19-6a7c-7fca-2640-e2a5b0ed448e-aee483ab {
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-d3faeb90-55b8-b565-0a55-dfbe7066c705-aee483ab {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_461686e7-f13d-3ac4-e606-3663972cbbc6-aee483ab {
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_461686e7-f13d-3ac4-e606-3663972cbbc7-aee483ab {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_461686e7-f13d-3ac4-e606-3663972cbbc8-aee483ab {
  -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-_53d247b1-b177-c642-2e3a-d06c131936ae-71e483b0 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a6-ae2f46c5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-column-align: start;
      justify-self: start;
}

.grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a6-ae2f46c5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557ba-ae2f46c5 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-align: start;
      justify-self: start;
  grid-area: Area-3;
}

.grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557ba-ae2f46c5 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: start;
      justify-self: start;
  grid-area: Area-5;
}

.grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557da-ae2f46c5 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-column-align: start;
      justify-self: start;
  grid-area: Area-6;
}

.grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557da-ae2f46c5 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

#w-node-_75c4ef88-2fd0-479e-dfff-08a2a0055810-ae2f46c5 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_75c4ef88-2fd0-479e-dfff-08a2a005581c-ae2f46c5 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_75c4ef88-2fd0-479e-dfff-08a2a0055830-ae2f46c5 {
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_1c479a7d-1949-c867-851d-e98e51910db3-51910daa {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-column-align: start;
      justify-self: start;
}

.grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910db3-51910daa {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_1c479a7d-1949-c867-851d-e98e51910dc7-51910daa {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-align: start;
      justify-self: start;
  grid-area: Area-3;
}

.grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910dc7-51910daa {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: start;
      justify-self: start;
  grid-area: Area-5;
}

.grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#w-node-_1c479a7d-1949-c867-851d-e98e51910de7-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-column-align: start;
      justify-self: start;
  grid-area: Area-6;
}

.grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910de7-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

#w-node-_1c479a7d-1949-c867-851d-e98e51910e02-51910daa {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-align: start;
      justify-self: start;
  grid-area: Area;
}

.grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910e02-51910daa {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_1c479a7d-1949-c867-851d-e98e51910e01-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-4;
  -ms-grid-column-align: start;
      justify-self: start;
  -ms-grid-row-align: start;
      align-self: start;
}

.grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910e01-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_7cd8e812-a76f-9812-c908-761a0595b790-51910daa {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-align: end;
      justify-self: end;
  grid-area: Area-3;
  -ms-grid-row-align: start;
      align-self: start;
}

.grid-2 > #w-node-_7cd8e812-a76f-9812-c908-761a0595b790-51910daa {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#w-node-a9d7dd0d-2d13-cd0e-8397-580581e7bce6-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: Area-6;
  -ms-grid-column-align: end;
      justify-self: end;
}

.grid-2 > #w-node-a9d7dd0d-2d13-cd0e-8397-580581e7bce6-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

#w-node-e6793343-5238-58d4-716c-529b19a91ede-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: Area-6;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: auto;
      align-self: auto;
}

.grid-2 > #w-node-e6793343-5238-58d4-716c-529b19a91ede-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

#w-node-a4eae5cf-df88-38d9-b9e2-2446f46914c2-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: Area-6;
  -ms-grid-column-align: end;
      justify-self: end;
}

.grid-2 > #w-node-a4eae5cf-df88-38d9-b9e2-2446f46914c2-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

#w-node-f8b7bc86-8b20-0b68-8fe0-ef3fc15208a9-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: Area-6;
  -ms-grid-column-align: end;
      justify-self: end;
}

.grid-2 > #w-node-f8b7bc86-8b20-0b68-8fe0-ef3fc15208a9-51910daa {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

#w-node-_7fc4d173-6a3c-3814-ac47-f2afd3edeafc-02e483b1 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8bf1c247-4ead-d70f-8377-7d42c981a2e6-d7e483b2 {
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_8bf1c247-4ead-d70f-8377-7d42c981a2e7-d7e483b2 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227a7-02e483c4 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227ae-02e483c4 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227b5-02e483c4 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227a7-77e483c8 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227ae-77e483c8 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227b5-77e483c8 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_6928a369-441f-b19f-a7ae-7c382b7cc19a-d1e4840f {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-aa25af81-02ca-9212-c328-8b85f912b7f5-d1e4840f {
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_8c838044-9927-1584-8902-d77a4c60b14e-d1e4840f {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_0096acb9-2f68-c3f1-a0e8-1a19e85d1898-d1e4840f {
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_496125f0-77ac-d9a2-7c57-c9a30f962150-d1e4840f {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_2b8da63d-c915-3db5-3b0a-6601a4faa5bf-d1e4840f {
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-f5e48411 {
  -ms-grid-row-align: end;
      align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-f5e48411 {
  -ms-grid-row-align: end;
      align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-f5e48411 {
  -ms-grid-row-align: end;
      align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-f5e48411 {
  -ms-grid-row-align: end;
      align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-f5e48411 {
  -ms-grid-row-align: end;
      align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-f5e48411 {
  -ms-grid-row-align: end;
      align-self: end;
}

#w-node-_8bf1c247-4ead-d70f-8377-7d42c981a2e6-47820f9d {
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_8bf1c247-4ead-d70f-8377-7d42c981a2e7-47820f9d {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_8bf1c247-4ead-d70f-8377-7d42c981a2e6-4207c1bf {
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_8bf1c247-4ead-d70f-8377-7d42c981a2e7-4207c1bf {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_8bf1c247-4ead-d70f-8377-7d42c981a2e7-6c112f65 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_8bf1c247-4ead-d70f-8377-7d42c981a2e6-6c112f65 {
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_2c32a79c-1388-5644-a750-39e0f82cbb38-3c01bb92 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_2c32a79c-1388-5644-a750-39e0f82cbb3f-3c01bb92 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_2c32a79c-1388-5644-a750-39e0f82cbb46-3c01bb92 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-d9a2b904-776c-ccc1-6521-9364cffe16f2-3c01bb92 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_60a143ae-a50c-9445-7316-512524f0b94b-3c01bb92 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_4e77a410-5fe5-02e9-e8ad-104c5bb4b8e4-3c01bb92 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-b95b7b92-bedb-9eb4-35ec-5175e1ca945e-d81e0725 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b95b7b92-bedb-9eb4-35ec-5175e1ca945f-d81e0725 {
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-b95b7b92-bedb-9eb4-35ec-5175e1ca94a7-d81e0725 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b95b7b92-bedb-9eb4-35ec-5175e1ca94a8-d81e0725 {
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-e111448e-175b-f7ab-bf16-332f8c9c7845-ad672552 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-e111448e-175b-f7ab-bf16-332f8c9c7856-ad672552 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-e111448e-175b-f7ab-bf16-332f8c9c786d-ad672552 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-e111448e-175b-f7ab-bf16-332f8c9c7878-ad672552 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_775ca7e6-73aa-2d6b-3537-54025ab1773a-ad672552 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_775ca7e6-73aa-2d6b-3537-54025ab1773b-ad672552 {
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_283cc750-cdaa-8091-b7fc-d46823254128-ad672552 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_283cc750-cdaa-8091-b7fc-d46823254129-ad672552 {
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: start;
      justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-a9d7dd0d-2d13-cd0e-8397-580581e7bce6-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: Area-6;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .grid-2 > #w-node-a9d7dd0d-2d13-cd0e-8397-580581e7bce6-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  #w-node-a4eae5cf-df88-38d9-b9e2-2446f46914c2-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: Area-6;
    -ms-grid-column-align: end;
        justify-self: end;
  }

  .grid-2 > #w-node-a4eae5cf-df88-38d9-b9e2-2446f46914c2-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  #w-node-f8b7bc86-8b20-0b68-8fe0-ef3fc15208a9-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: Area-6;
    -ms-grid-column-align: end;
        justify-self: end;
  }

  .grid-2 > #w-node-f8b7bc86-8b20-0b68-8fe0-ef3fc15208a9-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227a7-02e483c4 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227ae-02e483c4 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227a7-77e483c8 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227ae-77e483c8 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-aa25af81-02ca-9212-c328-8b85f912b7f5-d1e4840f {
    -ms-grid-column-align: end;
        justify-self: end;
  }

  #w-node-_0096acb9-2f68-c3f1-a0e8-1a19e85d1898-d1e4840f {
    -ms-grid-column-align: end;
        justify-self: end;
  }

  #w-node-_2b8da63d-c915-3db5-3b0a-6601a4faa5bf-d1e4840f {
    -ms-grid-column-align: end;
        justify-self: end;
  }

  #w-node-_2c32a79c-1388-5644-a750-39e0f82cbb38-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-_2c32a79c-1388-5644-a750-39e0f82cbb3f-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-d9a2b904-776c-ccc1-6521-9364cffe16f2-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-_60a143ae-a50c-9445-7316-512524f0b94b-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-_4e77a410-5fe5-02e9-e8ad-104c5bb4b8e4-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-e111448e-175b-f7ab-bf16-332f8c9c7845-ad672552 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-e111448e-175b-f7ab-bf16-332f8c9c7856-ad672552 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-e111448e-175b-f7ab-bf16-332f8c9c7878-ad672552 {
    -ms-grid-row-align: start;
        align-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }
  .grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e796e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
        justify-self: start;
    grid-area: Area-2;
  }

  .grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e796e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7982-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-align: start;
        justify-self: start;
    grid-area: Area-3;
  }

  .grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7982-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-align: start;
        justify-self: start;
    grid-area: Area-4;
  }

  .grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e79a2-776e7966 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-5;
  }

  .grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e79a2-776e7966 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
        justify-self: start;
    grid-area: Area-2;
  }

  .grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557ba-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-align: start;
        justify-self: start;
    grid-area: Area-3;
  }

  .grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557ba-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-align: start;
        justify-self: start;
    grid-area: Area-4;
  }

  .grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557da-ae2f46c5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-5;
  }

  .grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557da-ae2f46c5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557fc-ae2f46c5 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a0055810-ae2f46c5 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a005581c-ae2f46c5 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910db3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
        justify-self: start;
    grid-area: Area-2;
  }

  .grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910db3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dc7-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-align: start;
        justify-self: start;
    grid-area: Area-3;
  }

  .grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910dc7-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-align: start;
        justify-self: start;
    grid-area: Area-4;
  }

  .grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910de7-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-5;
  }

  .grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910de7-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-a9d7dd0d-2d13-cd0e-8397-580581e7bce6-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: Area-6;
  }

  .grid-2 > #w-node-a9d7dd0d-2d13-cd0e-8397-580581e7bce6-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  #w-node-a4eae5cf-df88-38d9-b9e2-2446f46914c2-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: Area-6;
    -ms-grid-column-align: end;
        justify-self: end;
  }

  .grid-2 > #w-node-a4eae5cf-df88-38d9-b9e2-2446f46914c2-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227a7-02e483c4 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227ae-02e483c4 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227b5-02e483c4 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227a7-77e483c8 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227ae-77e483c8 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227b5-77e483c8 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-_2c32a79c-1388-5644-a750-39e0f82cbb38-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-_2c32a79c-1388-5644-a750-39e0f82cbb3f-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-_2c32a79c-1388-5644-a750-39e0f82cbb46-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-d9a2b904-776c-ccc1-6521-9364cffe16f2-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-_60a143ae-a50c-9445-7316-512524f0b94b-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-_4e77a410-5fe5-02e9-e8ad-104c5bb4b8e4-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-e111448e-175b-f7ab-bf16-332f8c9c7845-ad672552 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-e111448e-175b-f7ab-bf16-332f8c9c7856-ad672552 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-e111448e-175b-f7ab-bf16-332f8c9c786d-ad672552 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-e111448e-175b-f7ab-bf16-332f8c9c7878-ad672552 {
    -ms-grid-row-align: start;
        align-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }
  .grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-4;
  }

  .grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e79a2-776e7966 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-5;
  }

  .grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e79a2-776e7966 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-4;
  }

  .grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557da-ae2f46c5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-5;
  }

  .grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557da-ae2f46c5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-4;
  }

  .grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910de7-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-5;
  }

  .grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910de7-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-a9d7dd0d-2d13-cd0e-8397-580581e7bce6-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: Area-6;
  }

  .grid-2 > #w-node-a9d7dd0d-2d13-cd0e-8397-580581e7bce6-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  #w-node-a4eae5cf-df88-38d9-b9e2-2446f46914c2-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: Area-6;
    -ms-grid-column-align: end;
        justify-self: end;
  }

  .grid-2 > #w-node-a4eae5cf-df88-38d9-b9e2-2446f46914c2-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227a7-02e483c4 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227ae-02e483c4 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227b5-02e483c4 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227a7-77e483c8 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227ae-77e483c8 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-b5432eef-8fb2-20f8-ed04-3d4c49b227b5-77e483c8 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-_2c32a79c-1388-5644-a750-39e0f82cbb38-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-_2c32a79c-1388-5644-a750-39e0f82cbb3f-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-_2c32a79c-1388-5644-a750-39e0f82cbb46-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-d9a2b904-776c-ccc1-6521-9364cffe16f2-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-_60a143ae-a50c-9445-7316-512524f0b94b-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-_4e77a410-5fe5-02e9-e8ad-104c5bb4b8e4-3c01bb92 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-e111448e-175b-f7ab-bf16-332f8c9c7845-ad672552 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-e111448e-175b-f7ab-bf16-332f8c9c7856-ad672552 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-e111448e-175b-f7ab-bf16-332f8c9c786d-ad672552 {
    -ms-grid-row-align: start;
        align-self: start;
  }

  #w-node-e111448e-175b-f7ab-bf16-332f8c9c7878-ad672552 {
    -ms-grid-row-align: start;
        align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -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-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
        justify-self: start;
    grid-area: Area-5;
  }

  .grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e79a2-776e7966 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
    grid-area: Area-6;
  }

  .grid-2 > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e79a2-776e7966 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -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-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
        justify-self: start;
    grid-area: Area-5;
  }

  .grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557da-ae2f46c5 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
    grid-area: Area-6;
  }

  .grid-2 > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557da-ae2f46c5 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557f6-ae2f46c5 {
    -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-_75c4ef88-2fd0-479e-dfff-08a2a00557fb-ae2f46c5 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a0055830-ae2f46c5 {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -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-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
        justify-self: start;
    grid-area: Area-5;
  }

  .grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910de7-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
    grid-area: Area-6;
  }

  .grid-2 > #w-node-_1c479a7d-1949-c867-851d-e98e51910de7-51910daa {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}

@media screen and (min-width: 1280px) {

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e796e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7982-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557ba-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910db3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dc7-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910e02-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910e01-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }

  #w-node-_7cd8e812-a76f-9812-c908-761a0595b790-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e796e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7982-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e79a2-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557ba-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557da-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910db3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dc7-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910de7-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e79a2-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557da-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910de7-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}

@media screen and (min-width: 1440px) {

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e796e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7982-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557ba-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910db3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dc7-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910e02-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910e01-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  #w-node-_7cd8e812-a76f-9812-c908-761a0595b790-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e796e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7982-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e79a2-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557ba-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557da-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910db3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dc7-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910de7-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e79a2-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557da-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910de7-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e798e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557c6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910dd3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
}

@media screen and (max-width: 767px) {

  ._2-column-grid > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e796e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_1c479a7d-1949-c867-851d-e98e51910db3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_1c479a7d-1949-c867-851d-e98e51910e02-51910daa {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e796e-776e7966 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a6-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_1c479a7d-1949-c867-851d-e98e51910db3-51910daa {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e7969-776e7966 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557a1-ae2f46c5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  ._2-column-grid > #w-node-_1c479a7d-1949-c867-851d-e98e51910dad-51910daa {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e98444f4-e498-63c8-848b-6ae018cd79f1-f4e483a3 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_533e5d13-bf46-bceb-baea-6a64a0f72907-f4e483a3 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_63b7977c-4772-3c8b-deb3-d54c18cff2d7-f4e483a3 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
  }

  #w-node-_95976c2a-5333-cda4-25d4-3f10260b315f-f4e483a3 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9d3b89ce-1965-0f41-9ee9-9060776e79a2-776e7966 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9c4d7a19-6a7c-7fca-2640-e2a5b0ed448e-aee483ab {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-grid-row: span 2;
        grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_461686e7-f13d-3ac4-e606-3663972cbbc6-aee483ab {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-grid-row: span 2;
        grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557da-ae2f46c5 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a00557fb-ae2f46c5 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_75c4ef88-2fd0-479e-dfff-08a2a0055830-ae2f46c5 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1c479a7d-1949-c867-851d-e98e51910de7-51910daa {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8bf1c247-4ead-d70f-8377-7d42c981a2e6-d7e483b2 {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-grid-row: span 2;
        grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e98444f4-e498-63c8-848b-6ae018cd79f1-c3e483c3 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_533e5d13-bf46-bceb-baea-6a64a0f72907-c3e483c3 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_63b7977c-4772-3c8b-deb3-d54c18cff2d7-c3e483c3 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
  }

  #w-node-_95976c2a-5333-cda4-25d4-3f10260b315f-c3e483c3 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e98444f4-e498-63c8-848b-6ae018cd79f1-02e483c4 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_533e5d13-bf46-bceb-baea-6a64a0f72907-02e483c4 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_63b7977c-4772-3c8b-deb3-d54c18cff2d7-02e483c4 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
  }

  #w-node-_95976c2a-5333-cda4-25d4-3f10260b315f-02e483c4 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e98444f4-e498-63c8-848b-6ae018cd79f1-77e483c8 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_533e5d13-bf46-bceb-baea-6a64a0f72907-77e483c8 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_63b7977c-4772-3c8b-deb3-d54c18cff2d7-77e483c8 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
  }

  #w-node-_95976c2a-5333-cda4-25d4-3f10260b315f-77e483c8 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6928a369-441f-b19f-a7ae-7c382b7cc198-d1e4840f {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6928a369-441f-b19f-a7ae-7c382b7cc19a-d1e4840f {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-aa25af81-02ca-9212-c328-8b85f912b7f5-d1e4840f {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-aa25af81-02ca-9212-c328-8b85f912b7fa-d1e4840f {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8c838044-9927-1584-8902-d77a4c60b14c-d1e4840f {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8c838044-9927-1584-8902-d77a4c60b14e-d1e4840f {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_0096acb9-2f68-c3f1-a0e8-1a19e85d1898-d1e4840f {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_0096acb9-2f68-c3f1-a0e8-1a19e85d18a5-d1e4840f {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_496125f0-77ac-d9a2-7c57-c9a30f96214e-d1e4840f {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_496125f0-77ac-d9a2-7c57-c9a30f962150-d1e4840f {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_2b8da63d-c915-3db5-3b0a-6601a4faa5bf-d1e4840f {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_2b8da63d-c915-3db5-3b0a-6601a4faa5c4-d1e4840f {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8bf1c247-4ead-d70f-8377-7d42c981a2e6-47820f9d {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-grid-row: span 2;
        grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8bf1c247-4ead-d70f-8377-7d42c981a2e6-4207c1bf {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-grid-row: span 2;
        grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8bf1c247-4ead-d70f-8377-7d42c981a2e7-6c112f65 {
    -ms-grid-column-align: center;
        justify-self: center;
    -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-_8bf1c247-4ead-d70f-8377-7d42c981a2e6-6c112f65 {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-grid-row: span 2;
        grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b95b7b92-bedb-9eb4-35ec-5175e1ca945e-d81e0725 {
    -ms-grid-column-align: center;
        justify-self: center;
    -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-b95b7b92-bedb-9eb4-35ec-5175e1ca945f-d81e0725 {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-grid-row: span 2;
        grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b95b7b92-bedb-9eb4-35ec-5175e1ca94a7-d81e0725 {
    -ms-grid-column-align: center;
        justify-self: center;
    -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-b95b7b92-bedb-9eb4-35ec-5175e1ca94a8-d81e0725 {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-grid-row: span 2;
        grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_775ca7e6-73aa-2d6b-3537-54025ab1773a-ad672552 {
    -ms-grid-column-align: center;
        justify-self: center;
    -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-_775ca7e6-73aa-2d6b-3537-54025ab1773b-ad672552 {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-grid-row: span 2;
        grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_283cc750-cdaa-8091-b7fc-d46823254128-ad672552 {
    -ms-grid-column-align: center;
        justify-self: center;
    -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-_283cc750-cdaa-8091-b7fc-d46823254129-ad672552 {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-grid-row: span 2;
        grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e98444f4-e498-63c8-848b-6ae018cd79f1-f4e483a3 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_533e5d13-bf46-bceb-baea-6a64a0f72907-f4e483a3 {
    -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-_63b7977c-4772-3c8b-deb3-d54c18cff2d7-f4e483a3 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
  }

  #w-node-_95976c2a-5333-cda4-25d4-3f10260b315f-f4e483a3 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_53d247b1-b177-c642-2e3a-d06c131936ae-71e483b0 {
    -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-_7fc4d173-6a3c-3814-ac47-f2afd3edeafc-02e483b1 {
    -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-e98444f4-e498-63c8-848b-6ae018cd79f1-c3e483c3 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_533e5d13-bf46-bceb-baea-6a64a0f72907-c3e483c3 {
    -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-_63b7977c-4772-3c8b-deb3-d54c18cff2d7-c3e483c3 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
  }

  #w-node-_95976c2a-5333-cda4-25d4-3f10260b315f-c3e483c3 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e98444f4-e498-63c8-848b-6ae018cd79f1-02e483c4 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_533e5d13-bf46-bceb-baea-6a64a0f72907-02e483c4 {
    -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-_63b7977c-4772-3c8b-deb3-d54c18cff2d7-02e483c4 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
  }

  #w-node-_95976c2a-5333-cda4-25d4-3f10260b315f-02e483c4 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e98444f4-e498-63c8-848b-6ae018cd79f1-77e483c8 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_533e5d13-bf46-bceb-baea-6a64a0f72907-77e483c8 {
    -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-_63b7977c-4772-3c8b-deb3-d54c18cff2d7-77e483c8 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
  }

  #w-node-_95976c2a-5333-cda4-25d4-3f10260b315f-77e483c8 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Icons techplus x template';
  src: url('../fonts/Icons-Techplus-X-Template.woff2') format('woff2'), url('../fonts/Icons-Techplus-X-Template.eot') format('embedded-opentype'), url('../fonts/Icons-Techplus-X-Template.woff') format('woff'), url('../fonts/Icons-Techplus-X-Template.ttf') format('truetype'), url('../fonts/Icons-Techplus-X-Template.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}