@font-face {
  font-family: NexDrop Mulish-Bold;
  src: url('../fonts/Mulish-ExtraBold.woff2') format("woff2"), url('../fonts/Mulish-Bold.woff2') format("woff2"), url('../fonts/Mulish-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NexDrop Mulish-Regular;
  src: url('../fonts/Mulish-Regular.woff2') format("woff2"), url('../fonts/Mulish-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NexDrop Mulish-ExtraBold;
  src: url('../fonts/Mulish-ExtraBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #0e0f18;
  --white: white;
  --white-smoke: #f5f6f6;
  --secondary-color: #89bcff;
  --new-blue: #2986ff;
  --background: #f4f7ff;
  --gray: #535d66;
  --transparent: transparent;
  --misty-rose: #f9dcdc;
  --light-cyan: #d2f7ec;
  --linen: #f2e4d9;
  --font-body-default: "NexDrop Mulish-Regular", Arial, sans-serif;
  --nexdrop: #00d4f0;
  --font-body-strong: "NexDrop Mulish-Bold", Arial, sans-serif;
  --font-heading-default: "NexDrop Mulish-ExtraBold", Arial, sans-serif;
  --font-heading-small: "NexDrop Mulish-Bold", Arial, sans-serif;
  --font-label: "NexDrop Mulish-Bold", Arial, sans-serif;
}

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

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

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

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

body {
  color: var(--primary-color);
  background-color: #f4f7ff;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  font-family: FontSpring Demo priego;
  font-size: 100px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: FontSpring Demo priego;
  font-size: 70px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: FontSpring Demo priego;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

p {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

a {
  text-decoration: none;
}

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

li {
  list-style-type: none;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-50 {
  padding-right: 50px;
}

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

.color-black {
  color: #000;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-70 {
  margin-bottom: 70px;
}

.color-white {
  color: #fff;
}

.overflow-visible {
  overflow: visible;
}

.d-block {
  display: flex;
}

.primary-button {
  z-index: 6;
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px 36px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 7px 7px #000;
}

.primary-button:hover {
  box-shadow: 0 0 #000;
}

.primary-button.reverse-color {
  z-index: 8;
  background-color: var(--primary-color);
  box-shadow: none;
  padding: 10px 53px;
}

.primary-button.reverse-shadow {
  box-shadow: -7px 7px #000;
}

.primary-button.reverse-shadow:hover {
  box-shadow: 0 0 #000;
}

.primary-button.reverse-color {
  z-index: 8;
  box-shadow: none;
  background-color: #0e0f18;
  padding: 10px 53px;
}

.d-flex {
  display: flex;
}

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

.mb-30 {
  margin-bottom: 30px;
}

.mb-80 {
  margin-bottom: 80px;
}

.button-content {
  display: flex;
}

.mb-20 {
  margin-bottom: 20px;
}

.button-hover-bg {
  z-index: -14;
  background-color: var(--white);
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: absolute;
  inset: auto -8px -8px auto;
}

.text-uppercase {
  text-transform: uppercase;
}

.is-magnetic.submit-button {
  width: 150px;
  margin-bottom: 16px;
  transition: opacity .2s;
  position: static;
  top: 0;
  right: 0;
}

.is-magnetic.submit-button:hover {
  opacity: .8;
}

.is-magnetic.submit-button.primary-button {
  background-color: var(--white);
  color: var(--primary-color);
}

.mb-100 {
  margin-bottom: 100px;
}

.btn-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
}

.btn-wrapper.pl-10 {
  padding-left: 10px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-30 {
  padding-right: 30px;
}

.container {
  border-radius: 0;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  overflow: hidden;
}

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

.container.dropdown {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.d-none {
  display: flex;
}

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

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

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

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

.navbar-logo-left {
  z-index: 999;
  background-color: #f4f7ff;
  position: sticky;
  top: 0;
  box-shadow: 0 0 4px -2px #0000001a, 0 0 6px -1px #0000001a;
}

.navbar-logo-left-container {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 0 4px -2px #0000001a, 0 0 6px -1px #0000001a;
}

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

.nav-menu-wrapper {
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  box-sizing: content-box;
  color: var(--primary-color);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--primary-color);
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-weight: 700;
}

.nav-link.choose {
  font-family: NexDrop Mulish-ExtraBold, Arial, sans-serif;
}

.banner-area {
  z-index: 0;
  padding-top: 70px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.banner-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.overflow-hidden {
  overflow: hidden;
}

.we-provide-single-item {
  z-index: 0;
  background-color: #f4f7ff;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: space-between;
  max-width: none;
  min-height: 390px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.we-provide-single-item.weblur {
  min-height: 390px;
}

.section-title-wrap {
  z-index: 1;
  position: relative;
}

.section-title-wrap.mb-80 {
  margin-bottom: 60px;
}

.product-outer-wrap.swiper-container {
  overflow: hidden;
}

.product-outer-wrap.swiper-container.cursor-off {
  z-index: 2;
  position: relative;
}

.transparent-bg {
  color: #000;
  background-color: #0000;
}

.mb-15 {
  margin-bottom: 15px;
}

.tab-content-item-wrap {
  z-index: 0;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mw100 {
  max-width: 100%;
}

.services-help-single-item {
  z-index: 0;
  background-color: var(--white-smoke);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.footer-menu-title {
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.footer-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-menu-list {
  color: #0e0f18;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.list-item {
  color: #000;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 140%;
  transition: all .2s;
}

.list-item:hover {
  color: var(--secondary-color);
  transform: translate(10px);
}

.footer-paragraph {
  text-transform: none;
  max-width: 250px;
  font-size: 18px;
  line-height: 140%;
}

.footer-paragraph.mb-40 {
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
}

.copyright-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
}

.copyright-menu {
  display: flex;
}

.copyright-text {
  color: #0e0f1880;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.footer-menu-link {
  color: #0e0f18;
  flex: 0 auto;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
}

.footer-menu-link:hover {
  color: #ff5c4c;
}

.footer-menu-link.two {
  margin-left: 40px;
  font-size: 15px;
}

.copyright-menu {
  justify-content: center;
  align-items: flex-end;
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 30px;
}

.nav-right-content {
  display: flex;
}

.dropdown-card {
  margin-bottom: 36px;
  display: block;
  position: relative;
}

.body {
  background-color: #f4f7ff;
}

.play-button-wrap {
  color: #fff;
  background-color: #0e0f18;
  border-radius: 10000000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
}

.video-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  display: flex;
}

.video-lightbox {
  z-index: 0;
  color: #0e0f18;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.banner-button {
  justify-content: center;
  align-items: center;
  padding-top: 38px;
  display: flex;
}

.banner-title {
  text-align: center;
  margin-bottom: 0;
  font-family: NexDrop Mulish-ExtraBold, Arial, sans-serif;
}

.banner-paragraph {
  text-align: center;
  max-width: 700px;
  margin: 16px auto;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.video-icon {
  margin-right: 8px;
}

.video-player-title {
  font-size: 18px;
  line-height: 150%;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #212121;
  margin-bottom: 24px;
  padding-top: 6px;
  padding-left: 50px;
  padding-right: 40px;
}

.faq-arrow-wrap {
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  position: relative;
}

.faq-area {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.faq-area.faq-area-fix {
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 77px);
  display: flex;
}

.faq-paragraph {
  color: var(--white);
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
}

.faq-paragraph.faq-link {
  color: var(--secondary-color);
  margin-top: 16px;
  font-size: 20px;
  line-height: 150%;
  transition: opacity .2s;
  display: inline;
}

.faq-paragraph.faq-link:hover {
  opacity: .7;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.faq-answer-inner {
  color: var(--white-smoke);
  max-width: 970px;
  padding-top: 0;
  padding-bottom: 36px;
  overflow: visible;
}

.faq-item-wrap {
  padding-left: 100px;
  padding-right: 100px;
}

.submit-button {
  z-index: 1;
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid #000;
  max-height: 64px;
  padding: 12px 36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  inset: 14px 14px auto auto;
}

.call-to-action {
  margin-bottom: 50px;
}

.call-to-action.delete {
  margin-top: 50px;
  margin-bottom: 50px;
}

.call-to-action.contact {
  margin-top: 50px;
}

.call-to-action-form-input-field {
  border: 1.5px solid #000;
  width: 500px;
  min-height: 80px;
  margin-bottom: 0;
  padding: 28px 28px 28px 30px;
}

.call-to-action-form-wrap {
  margin-bottom: 0;
}

.testimonial-slider-item {
  margin-right: 40px;
  overflow: hidden;
}

.testimonial-slider-wrapper {
  background-color: var(--secondary-color);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 120px 130px;
}

.testimonial-slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: block;
  overflow: visible;
}

.testimonial-author-image {
  width: 74px;
}

.testimonial-slider-quote {
  margin-bottom: 60px;
  padding-top: 18px;
}

.testimonial-arrow {
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 0;
  display: none;
  inset: auto 0% 0% auto;
}

.testimonial-arrow.left {
  background-color: #0000;
  border: 2px solid #000;
  width: 100px;
  height: 100px;
  margin-right: 120px;
  inset: auto 0% 0% auto;
}

.testimonial-slider-author-info {
  align-items: center;
  display: flex;
}

.testimonial-slider-mask {
  overflow: hidden;
}

.testimonial-author-meta {
  margin-left: 18px;
}

.testimonial-area {
  position: relative;
}

.quote-content {
  max-width: 1060px;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
}

.testimonial-author-name {
  margin-top: 0;
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.testimonial-quote-image-wrap {
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0%;
}

.faq-question-title {
  color: var(--primary-color);
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
}

.call-to-action-inner {
  z-index: 0;
  background-color: var(--secondary-color);
  border: 2px solid #000;
  padding: 120px 110px;
  position: relative;
}

.call-to-action-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: static;
}

.slider-dots {
  text-align: right;
}

.star-wrap {
  line-height: 14px;
}

.clients-star {
  width: 14px;
  margin-right: 2px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: NexDrop Mulish-ExtraBold, Arial, sans-serif;
}

.section-title.text-center {
  font-size: 60px;
}

.section-title.width-780 {
  text-transform: capitalize;
  max-width: 825px;
  font-family: NexDrop Mulish-ExtraBold, Arial, sans-serif;
}

.section-title.small {
  font-size: 28px;
}

.section-title.small.text-center {
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
}

.section-title.ml-140 {
  margin-left: 140px;
}

.section-title.big {
  font-family: NexDrop Mulish-ExtraBold, Arial, sans-serif;
  font-size: 90px;
}

.section-title.mb-40 {
  margin-bottom: 40px;
  font-family: NexDrop Mulish-ExtraBold, Arial, sans-serif;
}

.section-title.textlef {
  margin-left: 100px;
}

.section-title.mb-20 {
  margin-bottom: 20px;
}

.section-title.titleright {
  text-align: right;
}

.section-title.flow-section-custom {
  color: var(--primary-color);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 60px;
  display: block;
}

.section-title.flow-section-custom.flowsection-custom {
  display: block;
}

.logo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-track {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.marquee-list, .marquee-flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee-item {
  flex: none;
  margin-right: 2em;
}

.our-clients-area {
  padding-bottom: 160px;
}

.marquee-image-wrap {
  opacity: .5;
  transition: all .2s;
}

.marquee-image-wrap:hover {
  opacity: 1;
}

.we-provide-area {
  background-color: var(--secondary-color);
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.we-provide-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.we-provide-image {
  position: relative;
  top: 30px;
  left: 2px;
}

.we-provide-image.provide-logo {
  max-width: 100%;
  top: 10px;
  left: 10px;
  right: 0;
}

.we-provide-image.air {
  top: -32px;
  left: -83px;
}

.we-provide-image.drone {
  top: -18px;
  left: -24px;
}

.we-provide-image.first {
  top: 45px;
  left: 20px;
}

.we-provide-image.truck {
  max-width: 100%;
  position: absolute;
  top: 53px;
}

.we-provide-image.people {
  top: 35px;
  left: 35px;
}

.we-provide-title {
  z-index: 1;
  text-transform: capitalize;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.we-provide-image-wrap {
  z-index: 0;
  position: relative;
}

.we-provide-image-wrap.position-absolute, .we-provide-image-wrap.track {
  position: absolute;
}

.we-provide-content {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.provide-icon {
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.safe-reliable-area {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.safe-reliable-area.safe-custom {
  padding-top: 120px;
}

.safe-reliable-area.safe-reliable-area-fix {
  box-sizing: border-box;
  place-content: space-between center;
  align-items: center;
  min-height: calc(100vh - 77px);
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.safe-reliable-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.safe-reliable-thumbnail-wrap {
  z-index: 1;
  text-align: right;
  position: relative;
}

.track-road {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% 0%;
  width: 55%;
}

.big-track {
  width: 55%;
  position: relative;
  top: -42px;
  left: 0;
}

.emergency-paragraph {
  text-align: left;
  text-transform: none;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 0;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
}

.emergency-paragraph.width-400 {
  max-width: 400px;
}

.choose-single-item-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 125px;
  display: grid;
  position: relative;
}

.choose-single-item {
  z-index: 0;
  display: flex;
  position: relative;
}

.choose-single-item.mptb-50 {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.choose-item-content {
  flex: 1;
  margin-left: 30px;
}

.choose-item-icon {
  text-align: right;
  width: 90px;
}

.choose-item-icon.warehouseimg {
  width: 110px;
}

.choose-single-item-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-size: 28px;
  line-height: 140%;
}

.choose-item-paragraph {
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
}

.why-choose-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.why-choose-wrap.wrap-custom {
  grid-template-columns: 1.5fr 1.5fr;
}

.emergency-solution-area {
  background-color: #deecff;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.border-line {
  background-color: #0003;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.border-line.mobile {
  display: none;
}

.emergency-section-inner-content {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  display: grid;
  position: relative;
}

.emergency-section-inner-content.test {
  display: block;
}

.emergency-thumbnail-wrap {
  z-index: 0;
  padding-top: 0;
  position: relative;
}

.mockup {
  width: 90%;
}

.key-featured-list {
  align-items: center;
  display: flex;
}

.key-featured-list.m-bottom {
  margin-bottom: 10px;
}

.key-featured-line {
  background-color: #111;
  width: 19px;
  height: 1px;
}

.key-featured-list-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.get-a-quote {
  background-color: var(--primary-color);
  border: 2px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 155px;
  display: flex;
}

.get-a-quote.is-magnetic {
  background-image: url('../images/o.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  transition: opacity 1s;
  position: absolute;
  inset: -90px 125px auto auto;
  overflow: hidden;
  transform: rotate(-26.77deg);
}

.get-a-quote.is-magnetic.two {
  top: 0;
  right: 65px;
}

.get-a-quotetext {
  color: var(--white);
  text-align: center;
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.section-colorful-title {
  color: var(--secondary-color);
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-size: 34px;
}

.banner-thumbnail-wrap {
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-top: -270px;
  padding-bottom: 0;
  position: relative;
}

.banner-box-bg {
  text-align: right;
  margin-right: -550px;
}

.banner-box-image-one {
  display: inline-block;
  position: absolute;
  bottom: 100px;
  right: 310px;
}

.banner-man-image-two {
  display: inline-block;
  position: absolute;
  inset: auto 770px 180px auto;
}

.banner-box-image-three {
  display: inline-block;
  position: absolute;
  inset: 500px 685px auto auto;
}

.banner-robot-image-four {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 690px;
}

.banner-big-track-image {
  display: inline-block;
  position: absolute;
  inset: auto auto 0 290px;
}

.banner-small-track-image {
  display: inline-block;
  position: absolute;
  inset: 500px auto auto 100px;
}

.banner-one-man-image {
  display: inline-block;
  position: absolute;
  top: 400px;
  bottom: auto;
  left: 600px;
}

.banner-three-box-image {
  display: inline-block;
  position: absolute;
  inset: 380px auto auto 250px;
}

.banner-animated-image {
  width: 60%;
}

.banner-animated-image.m-minus {
  margin-bottom: -63px;
  margin-left: -60px;
}

.banner-box-image-four {
  display: inline-block;
  position: absolute;
  inset: 500px 685px auto auto;
}

.banner-big-track-road-image {
  z-index: -1;
  display: inline-block;
  position: absolute;
  inset: auto auto 60px 454px;
}

.small-box {
  aspect-ratio: auto;
  vertical-align: baseline;
  position: absolute;
  inset: 35px -45px auto auto;
}

.small-box.fixp, .small-box.fixsmallbox {
  right: 53px;
}

.two-box {
  position: absolute;
  bottom: -90px;
  left: -15px;
  right: auto;
}

.provide-man-box {
  position: absolute;
  inset: auto auto 165px 123px;
}

.provide-box {
  width: 141px;
  position: absolute;
  inset: auto 400px 50px auto;
}

.we-provide-image-wrap-two {
  z-index: 0;
  position: relative;
}

.we-provide-image-wrap-two.position-absolute {
  position: absolute;
}

.call-to-action-thumbnail-wrap {
  z-index: 0;
  text-align: right;
  width: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.train-image {
  z-index: 0;
  width: 662px;
  max-width: 100%;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.railline-image {
  width: 685px;
}

.vartical-border {
  background-color: #0e0f1833;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

.payment-logo {
  width: 60px;
  max-width: none;
  padding-left: 20px;
}

.payment-logo.paymentzalopay {
  width: 85px;
}

.payment-logo.paymentvietqr {
  width: 75px;
}

.payment-logo.paymentmaster {
  width: 50px;
}

.footer-top-content {
  border: 1px #d5dbe9;
  border-bottom-style: solid;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-bottom: 40px;
  display: flex;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link {
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}

.social-icon-image, .social-icon-image.socialx {
  width: 28px;
}

.social-icon-image.wechat {
  width: 36px;
}

.drone-line-image {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.banner-box-image-three-two {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 200px;
}

.grid-wrap-one {
  margin-top: 100px;
}

.cta-paragraph {
  max-width: 490px;
  margin-bottom: 36px;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
}

.topbar-left-menu {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.copyright-menu-icon {
  margin-right: 6px;
}

.footer-menu-text {
  color: #231f1e;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  transition: all .2s;
}

.footer-menu-text:hover {
  color: var(--secondary-color);
}

.choose-paragraph {
  max-width: 400px;
}

.choose-paragraph.mb-40, .safe-paragraph {
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
}

.choose-icon-image.shield {
  width: 70%;
}

.mini-track-image {
  position: absolute;
  top: 82px;
  right: -167px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.body-2 {
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
}

.logo {
  mix-blend-mode: luminosity;
}

.logox {
  filter: grayscale();
  pointer-events: auto;
  mix-blend-mode: normal;
  width: 170px;
  max-width: 100%;
  transition: filter .3s;
  position: static;
}

.logox:hover {
  filter: grayscale(0%);
}

.logox.viettelpost {
  width: 150px;
  margin-bottom: 0;
}

.logox.spx, .logox.ahamove, .logox.vnpost {
  width: 130px;
}

.carousel {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: space-between;
  max-width: 100%;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.div-block {
  z-index: 2;
  background-color: var(--white);
  filter: blur(20px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.comming-soon {
  z-index: 2;
  opacity: 0;
  background-color: #a0a0a0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.robote {
  position: absolute;
  top: 160px;
  left: 150px;
}

.paragraph {
  text-align: left;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
  font-size: 18px;
  line-height: 150%;
  list-style-type: disc;
}

.paragraph.list-paragraph {
  line-height: 150%;
}

.paragraph-2, .paragraph-3 {
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
}

.spline {
  width: auto;
  height: 100vh;
  display: block;
  position: sticky;
}

.call-to-action-form-wrap {
  margin-top: 50px;
}

.call-to-action-form-input-field {
  background-color: var(--white);
  color: var(--primary-color);
  border-style: solid;
  min-height: 55px;
  padding-left: 28px;
  font-size: 18px;
}

.call-to-action-form-input-field.field {
  box-sizing: border-box;
  color: var(--primary-color);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 28px;
}

/* Custom dropdown chevron — matches surrounding text inputs and overrides
   inline `select { background-image: none }` from the iOS reset block.
   Selector `select.call-to-action-form-input-field.field` has higher
   specificity (0,2,1) than the inline tag rule (0,0,1). */
select.call-to-action-form-input-field.field {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 18px 18px;
  padding-right: 60px;
  cursor: pointer;
}

.success-message {
  background-color: #a1caff;
  border-radius: 8px;
  font-size: 20px;
  line-height: 150%;
}

.text-block {
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
}

.text-block-2 {
  box-sizing: border-box;
  background-color: #ffdede;
  border-radius: 2px;
  padding: 10px;
  display: inline-block;
}

.error-message {
  box-sizing: border-box;
  background-color: #ffdede00;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
}

.link {
  color: var(--new-blue);
}

.heading {
  font-family: NexDrop Mulish-ExtraBold, Arial, sans-serif;
}

.button-hover-bg-2 {
  z-index: -14;
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: absolute;
  inset: auto -8px -8px auto;
}

.nav-link-2 {
  color: #0e0f18;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-color-2 {
  color: #0e0f18;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.button-color-2.color-white {
  color: #fff;
}

.privacy_content_wrapper {
  background-color: #f4f7ff;
  border: 1px solid #6969691a;
  border-radius: 20px;
  padding: 24px 40px;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
  overflow: visible;
}

.legal_basis_text {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
  font-weight: 700;
  line-height: 1.6;
}

.datatable_mobile {
  display: block;
}

.header_section_wrapper {
  align-items: flex-start;
  display: flex;
}

.read_more_data_wrapper {
  flex: 1;
  padding-left: 24px;
  display: block;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 40px;
  display: flex;
}

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

.datatable_header_atom {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.datatable_header_atom.data_collected_shared {
  width: 26%;
}

.datatable_header_atom.data_collect {
  justify-content: center;
  width: 25%;
}

.datatable_header_atom.service_provider {
  width: 20%;
  height: 100%;
}

.datatable_header_atom.service_provider.third_party {
  width: 18%;
}

.datatable_header_atom.data_give {
  justify-content: center;
  width: 25%;
}

.datatable_header_atom.key_cookie {
  width: 30%;
  height: 100%;
}

.datatable_header_atom.purpose {
  text-align: left;
  width: 25%;
  height: 100%;
}

.datatable_header_atom.purpose.third_party {
  width: 34%;
}

.datatable_header_atom.fee-header {
  justify-content: flex-end;
  width: 40%;
}

.container-2 {
  z-index: 2;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.datatable_text {
  color: #696969;
  margin-bottom: 0;
  padding: 0;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.8;
}

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

.sticky_menu_wrapper {
  z-index: 0;
  background-color: #0000;
  flex-direction: column;
  height: 450px;
  margin-bottom: 0;
  padding: 0 24px 0 0;
  display: flex;
  position: sticky;
  top: 153px;
  overflow: auto;
}

.sticky_menu_wrapper.menu-billing {
  height: 200px;
}

.small_data_table {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.datatable_line {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.small_datatable_header_atom {
  justify-content: center;
  width: 30%;
  padding: 8px;
  display: flex;
}

.small_datatable_header_atom.fee-header {
  justify-content: flex-start;
  width: 40%;
  padding: 16px;
}

.divider {
  background-color: #69696926;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.datatable {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.legal_bases_meaning_wrapper {
  flex: 1;
  height: auto;
  margin-top: 0;
  padding-left: 24px;
  overflow: hidden;
}

.sticky_menu_item {
  color: #696969;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  transition: color .2s;
}

.sticky_menu_item:hover {
  color: var(--secondary-color);
}

.sticky_menu_item.w--current {
  color: var(--secondary-color);
  cursor: pointer;
}

.item_icon_header {
  flex-direction: row-reverse;
  align-items: flex-start;
  display: flex;
}

.privacy-block {
  align-items: stretch;
  display: flex;
}

.privacy-block.how_and_why, .privacy-block.commit, .privacy-block.privacy_choices_rights {
  flex-direction: column;
}

.privacy-block.cookies {
  flex-direction: column;
  display: none;
}

.privacy-block.collect-data {
  flex-direction: column;
  align-items: flex-start;
}

.privacy-block.data_storage {
  flex-direction: column;
}

.privacy-block.third_parties {
  flex-direction: column;
  display: none;
}

.privacy-block.datatype, .privacy-block.making_policy_great {
  flex-direction: column;
}

.list_datatable {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 12px;
  line-height: 20px;
}

.datatable_wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.item_icon_wrapper {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
  display: flex;
}

.accordion_content {
  flex-direction: row-reverse;
  align-items: stretch;
  height: auto;
  margin-top: 8px;
  display: flex;
  overflow: hidden;
}

.check {
  background-color: #0000;
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.check.off {
  background-color: #0000;
  background-image: url('../images/Cross.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
}

.check.on {
  background-color: #0000;
  background-image: url('../images/Check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.list_item_privacy {
  color: #696969;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.list_item_privacy.datatable_text {
  font-size: 12px;
  line-height: 1.8;
}

.wrapper {
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.item_icon_text {
  flex-direction: column;
  margin-left: 0;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
  display: flex;
}

.mini_button {
  color: #fff;
  cursor: pointer;
  background-color: #4c14e9;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 1.4;
  transition: background-color .2s, color .2s;
}

.mini_button:hover {
  color: #4c14e9;
  background-color: #eff2ff;
}

.mini_button.privacy_policy {
  margin-top: 4px;
  margin-left: 0;
  margin-right: 0;
}

.accordion_trigger {
  cursor: pointer;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.read_more_line {
  object-fit: none;
  object-position: 100% 0%;
  background-color: #eff2ff;
  border-radius: 16px;
  flex: 0 auto;
  width: 8px;
  margin-left: 16px;
  display: flex;
  overflow: hidden;
}

.h5_alt {
  color: #696969;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.small_datatable_line {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.arrow {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  transform: rotate(0);
}

.privacy_grid {
  grid-column-gap: 0px;
  grid-template: "Lateral-Menu Content"
  / .5fr 1.25fr;
}

.intro_wrapper {
  text-align: center;
}

.datatable_header {
  background-color: #6969691a;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  display: flex;
}

.datatable_line_atom {
  align-items: flex-start;
  width: 20%;
  height: auto;
  padding: 16px;
  display: flex;
}

.datatable_line_atom.place_processing {
  width: 22%;
}

.datatable_line_atom.row-1 {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
}

.datatable_line_atom.row-3 {
  justify-content: flex-end;
  width: 40%;
}

.datatable_line_atom.row-3.third_party {
  width: 34%;
}

.datatable_line_atom.row-2 {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
}

.datatable_line_atom.key_cookies {
  width: 30%;
}

.datatable_line_atom.service_provider {
  flex-direction: column;
  width: 18%;
}

.datatable_line_atom.data_collected_shared {
  width: 26%;
}

.datatable_category_name {
  color: #696969;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.read_more_content_wrapper {
  flex: 1;
  padding-left: 24px;
  overflow: hidden;
}

.small_datatable_line_atom {
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 16px;
  display: flex;
}

.small_datatable_line_atom.fee {
  justify-content: flex-start;
  width: 40%;
}

.legal_bases_meaning_tilte_wrapper {
  margin-bottom: 22px;
}

.privacy_icon {
  width: auto;
  max-width: 32px;
  height: auto;
  max-height: 32px;
  margin-right: 16px;
}

.privacy_icon.top-margin {
  max-width: 28px;
  margin-top: 6px;
}

.privacy_icon.top-margin.big {
  color: #333;
  max-width: 28px;
  margin-top: 10px;
}

.docs_section {
  background-color: #eff2ff;
  padding: 75px 20px 100px;
}

.read_more_text {
  color: var(--primary-color);
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.small_dt_header {
  background-color: #6969691a;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph_centered {
  text-align: center;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
}

.footer-menu-title-2 {
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.footer-menu-text-2 {
  color: #231f1e;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  transition: all .2s;
}

.footer-menu-text-2:hover {
  color: #89bcff;
}

.list-item-2 {
  color: #000;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 140%;
  transition: all .2s;
}

.list-item-2:hover {
  color: #89bcff;
  transform: translate(10px);
}

.heading-2 {
  text-transform: capitalize;
  font-family: NexDrop Mulish-ExtraBold, Arial, sans-serif;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
}

.dropdown-toggle {
  box-sizing: content-box;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  padding: 0;
  display: inline-block;
}

.icon-2 {
  margin-left: 0;
  margin-right: 0;
  left: 70px;
}

.dropdown-list {
  background-color: var(--background);
  border-radius: 3px;
  margin-top: 5px;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle-2 {
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.icon-3 {
  position: static;
  left: auto;
  margin: 0;
  order: 1;
  font-size: 0.7em;
  line-height: 1;
  opacity: 0.75;
  transition: transform 200ms ease;
}

.dropdown-toggle-2.w--open .icon-3 {
  transform: rotate(180deg);
}

.dropdown-list-2 {
  background-color: var(--background);
  border-radius: 10px;
  margin-top: 5px;
  padding: 5px 10px;
  display: none;
}

.dropdown-list-2.w--open {
  background-color: var(--background);
  box-shadow: 0 2px 5px #0003;
}

.text-block-3 {
  font-family: NexDrop Mulish-ExtraBold, Arial, sans-serif;
}

.text-block-4, .text-block-5 {
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
}

.dropdown-2 {
  border: 2px solid #000;
  border-radius: 15px;
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
}

.faq-tabs {
  display: block;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
  display: flex;
}

.tab-1, .tab-2, .tab-3 {
  padding: 0;
}

.tab-3.w--current {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-3.tab-link {
  padding: 15px 20px;
}

.tab-link {
  color: var(--gray);
  background-color: #0000;
  border-bottom: 2px solid #cbd1d4;
  padding: 15px 30px;
  font-size: 18px;
  transition: color .2s, font-variation-settings .2s, border-color .2s;
}

.tab-link:hover {
  border-bottom-color: var(--secondary-color);
  color: var(--secondary-color);
}

.tab-link.w--current {
  border-bottom-color: var(--new-blue);
  background-color: var(--transparent);
  color: var(--new-blue);
  -webkit-text-stroke-color: var(--new-blue);
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-weight: 700;
  transition: color .3s, font-variation-settings .3s, border-color .3s;
}

.tab-link.tap-1 {
  padding: 15px 20px;
}

.tab-link.tab-2, .tab-link.tab-2.w--current {
  background-color: #0000;
}

.tab-link.tab-1 {
  background-color: #0000;
  border: 1px #000;
}

.tab-link.tab-3 {
  background-color: #0000;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.paragraph-7, .paragraph-8, .paragraph-9 {
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
}

.heading-3, .heading-4 {
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
}

.heading-5 {
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-weight: 700;
}

.heading-6, .heading-7, .heading-8, .heading-9, .heading-10 {
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
}

.paragraph-10, .paragraph-11 {
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
}

.heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18 {
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
}

.small-heading {
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.sub-heading {
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-size: 18px;
}

.small-paragraph {
  font-family: NexDrop Mulish-Regular, Arial, sans-serif;
  font-size: 14px;
}

.p, .list-item-3 {
  list-style-type: disc;
}

.list {
  padding-left: 20px;
}

.list-paragraph {
  text-align: justify;
  font-size: 18px;
  line-height: 150%;
  list-style-type: disc;
}

.text-block-7, .text-block-8, .text-block-9 {
  font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  font-weight: 700;
}

.footer-text {
  color: var(--primary-color);
  transition: color .2s;
}

.footer-text:hover {
  color: var(--secondary-color);
}

.image-2 {
  display: none;
}

.role {
  font-family: Outfit, sans-serif;
}

.flow-tabs {
  display: none;
}

@media screen and (min-width: 1280px) {
  .d-block {
    display: block;
  }

  .d-none {
    display: none;
  }

  .footer-menu-title {
    font-family: NexDrop Mulish-Bold, Arial, sans-serif;
  }

  .we-provide-image.people {
    left: 35px;
  }

  .mockup {
    width: 80%;
  }

  .two-box {
    bottom: -90px;
  }

  .topbar-left-menu.d-block {
    display: flex;
  }

  .carousel {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .robote {
    left: 150px;
  }

  .call-to-action-form-input-field {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .is-magnetic.submit-button {
    font-size: 20px;
  }

  .tab-content-item-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .faq-item-wrap {
    padding-left: 210px;
    padding-right: 210px;
  }

  .call-to-action-form-input-field {
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
  }

  .call-to-action-form-input-field::placeholder {
    text-transform: capitalize;
    font-size: 20px;
  }

  .section-title {
    line-height: 130%;
  }

  .we-provide-item-wrap {
    grid-column-gap: 40px;
  }

  .we-provide-image.people {
    top: 45px;
    left: 45px;
  }

  .we-provide-content {
    padding: 20px 40px 40px;
  }

  .safe-reliable-wrap {
    grid-template-columns: 2.6fr 1fr;
  }

  .big-track {
    width: 55%;
    top: -50px;
    left: -70px;
  }

  .choose-single-item-wrap {
    grid-column-gap: 170px;
  }

  .why-choose-wrap {
    grid-column-gap: 63px;
    grid-template-columns: 1fr 1.75fr;
  }

  .emergency-solution-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .emergency-thumbnail-wrap {
    z-index: 0;
  }

  .mockup {
    width: 90%;
  }

  .banner-thumbnail-wrap {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 170px;
  }

  .banner-box-bg {
    margin-right: -450px;
  }

  .banner-box-image-one {
    bottom: 230px;
    right: 410px;
  }

  .banner-man-image-two {
    bottom: 85px;
    right: 670px;
  }

  .banner-box-image-three {
    top: 410px;
    right: 685px;
  }

  .banner-robot-image-four {
    bottom: 20px;
    left: 760px;
  }

  .banner-big-track-image {
    bottom: 120px;
    left: 350px;
  }

  .banner-small-track-image {
    top: 550px;
    left: 100px;
  }

  .banner-one-man-image {
    top: 500px;
    left: 550px;
  }

  .banner-three-box-image {
    top: 380px;
    left: 320px;
  }

  .banner-animated-image {
    width: 65%;
  }

  .banner-animated-image.building {
    width: auto;
  }

  .banner-box-image-four {
    top: 410px;
    right: 685px;
  }

  .banner-big-track-road-image {
    bottom: 60px;
    left: 454px;
  }

  .two-box {
    bottom: -90px;
  }

  .provide-box {
    width: auto;
    right: 500px;
  }

  .drone-line-image {
    z-index: -1;
  }

  .banner-box-image-three-two {
    bottom: 0;
    right: 393px;
  }

  .carousel {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
  }

  .robote {
    left: 165px;
  }
}

@media screen and (min-width: 1920px) {
  .primary-button.reverse-shadow:hover {
    box-shadow: 0 0 #000;
  }

  .is-magnetic.submit-button {
    font-size: 20px;
  }

  .container.container-fix {
    margin-top: auto;
    margin-bottom: auto;
  }

  .footer-menu-link {
    transition: all .2s;
  }

  .footer-menu-link:hover {
    color: #ff5c4c;
  }

  .faq-area {
    padding-bottom: 100px;
  }

  .testimonial-slider-quote {
    padding-top: 36px;
  }

  .section-title {
    font-size: 80px;
  }

  .section-title.mb-40 {
    font-size: 65px;
  }

  .section-title.textlef {
    margin-left: 163px;
  }

  .section-title.mb-20 {
    margin-bottom: 20px;
  }

  .section-title.flow-section-custom {
    margin-top: 60px;
  }

  .we-provide-image.people {
    top: 40px;
    left: 55px;
  }

  .we-provide-image-wrap, .safe-reliable-area {
    position: relative;
  }

  .big-track {
    width: 55%;
  }

  .emergency-paragraph {
    padding-left: 0;
    font-size: 22px;
  }

  .why-choose-wrap {
    grid-template-columns: 1fr 2fr;
  }

  .emergency-section-inner-content {
    grid-template-columns: 1fr 1.5fr;
  }

  .mockup {
    width: 85%;
  }

  .banner-thumbnail-wrap {
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-box-bg {
    margin-right: -450px;
  }

  .banner-box-image-one {
    bottom: 230px;
    right: 410px;
  }

  .banner-man-image-two {
    bottom: 85px;
    right: 670px;
  }

  .banner-box-image-three {
    top: 410px;
    right: 685px;
  }

  .banner-robot-image-four {
    bottom: 20px;
    left: 760px;
  }

  .banner-big-track-image {
    bottom: 60px;
    left: 454px;
  }

  .banner-small-track-image {
    top: 440px;
    left: 50px;
  }

  .banner-one-man-image {
    top: 400px;
    left: 600px;
  }

  .banner-three-box-image {
    top: 280px;
    left: 320px;
  }

  .banner-animated-image {
    z-index: -5;
    width: auto;
  }

  .banner-animated-image.m-minus {
    width: auto;
  }

  .banner-box-image-four {
    top: 410px;
    right: 685px;
  }

  .banner-big-track-road-image {
    bottom: 60px;
    left: 454px;
  }

  .two-box {
    max-width: 100%;
    bottom: -100px;
    left: -15px;
  }

  .we-provide-image-wrap-two {
    position: relative;
  }

  .footer-social-link {
    text-decoration: none;
  }

  .social-icon-image {
    display: inline-block;
  }

  .mini-track-thumbnail-wrap {
    position: absolute;
    inset: 82px -167px auto auto;
  }

  .cta-paragraph {
    margin-bottom: 36px;
  }

  .carousel {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
  }

  .robote {
    left: 180px;
  }
}

@media screen and (max-width: 991px) {
  .btn-wrapper {
    margin-bottom: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section-title-wrap {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .tab-content-item-wrap {
    margin-bottom: 30px;
  }

  .footer-columns {
    grid-column-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
  }

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

  .copyright-menu {
    margin-bottom: 10px;
  }

  .dropdown-card {
    margin-bottom: 28px;
  }

  .play-button-wrap {
    display: none;
  }

  .banner-button {
    justify-content: center;
    align-items: center;
    margin-top: 38px;
    padding-top: 0;
  }

  .faq-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-item-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-slider-wrapper {
    padding: 80px 60px;
  }

  .testimonial-slider-quote {
    margin-bottom: 30px;
  }

  .testimonial-arrow {
    width: 60px;
    height: 60px;
  }

  .testimonial-arrow.left {
    width: 60px;
    height: 60px;
    margin-right: 80px;
  }

  .slide-arrow {
    width: 30px;
  }

  .quote-content {
    font-size: 38px;
  }

  .testimonial-author-name {
    font-size: 22px;
  }

  .call-to-action-inner {
    padding: 80px 60px;
  }

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

  .section-title.ml-140.big {
    margin-left: 60px;
  }

  .section-title.big {
    font-size: 74px;
  }

  .section-title.mb-40 {
    margin-bottom: 40px;
  }

  .marquee-item {
    width: 28vw;
    margin-right: 3vw;
  }

  .our-clients-area {
    padding-bottom: 80px;
  }

  .we-provide-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .we-provide-item-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .we-provide-image.people {
    left: 70px;
  }

  .safe-reliable-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .safe-reliable-area.safe-reliable-area-fix {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .safe-reliable-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 10px;
  }

  .emergency-paragraph {
    box-sizing: content-box;
    text-align: justify;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .choose-single-item-wrap {
    margin-top: 40px;
  }

  .why-choose-wrap {
    grid-template-columns: 1fr;
  }

  .emergency-solution-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .emergency-section-inner-content {
    flex-flow: column;
    grid-template-columns: 1fr 1.5fr 1fr;
    display: block;
  }

  .emergency-thumbnail-wrap {
    padding-top: 50px;
  }

  .banner-thumbnail-wrap {
    display: none;
  }

  .small-box.fixsmallbox {
    right: 88px;
  }

  .two-box {
    bottom: -110px;
  }

  .call-to-action-thumbnail-wrap, .mini-track-thumbnail-wrap {
    display: none;
  }

  .cta-paragraph {
    text-align: justify;
  }

  .carousel {
    justify-content: space-between;
    width: 200%;
    max-width: 200%;
  }

  .robote {
    top: 170px;
    left: 200px;
  }

  .spline {
    height: 60vh;
  }

  .nav-link-2 {
    padding: 10px 5px;
    display: inline-block;
  }

  .datatable_mobile {
    display: none;
  }

  .datatable_header_atom.data_collected_shared {
    align-items: center;
    width: 26%;
  }

  .datatable_header_atom.place_processing {
    width: 18%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .datatable_header_atom.service_provider {
    width: 24%;
  }

  .datatable_header_atom.service_provider.third_party {
    flex-wrap: wrap;
    width: 26%;
    overflow: visible;
  }

  .datatable_header_atom.purpose {
    width: 46%;
  }

  .datatable_header_atom.purpose.third_party {
    width: 30%;
  }

  .container-2 {
    width: 90%;
  }

  .sticky_menu_wrapper {
    flex-direction: row;
    height: auto;
    display: none;
  }

  .small_data_table {
    display: none;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
  }

  .privacy_grid {
    grid-template: "Lateral-Menu"
                   "Content"
                   / 1fr;
    margin-top: 0;
    display: flex;
  }

  .datatable_header {
    justify-content: space-between;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .datatable_line_atom {
    width: 24%;
  }

  .datatable_line_atom.place_processing {
    width: 18%;
  }

  .datatable_line_atom.row-3 {
    width: 46%;
  }

  .datatable_line_atom.row-3.third_party {
    width: 30%;
  }

  .datatable_line_atom.service_provider {
    width: 26%;
  }

  .datatable_category_name {
    flex-wrap: nowrap;
    font-size: 10px;
    line-height: 12px;
  }

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

  .docs_section {
    margin-top: 0;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list-2 {
    margin-top: 10px;
    position: absolute;
  }

  .dropdown-list-2.w--open {
    background-color: var(--white);
    top: 30px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }

  h2, h3 {
    font-size: 38px;
  }

  p {
    font-size: 16px;
  }

  .mb-60, .mb-40, .mb-70 {
    margin-bottom: 30px;
  }

  .primary-button {
    padding: 14px 30px;
  }

  .mb-80 {
    margin-bottom: 35px;
  }

  .is-magnetic.submit-button {
    width: 100%;
    font-size: 14px;
  }

  .mb-100 {
    margin-bottom: 40px;
  }

  .btn-wrapper {
    vertical-align: baseline;
    margin-bottom: 0;
    display: inline-block;
  }

  .mb-50 {
    margin-bottom: 25px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-color {
    font-size: 16px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .banner-area {
    padding-bottom: 100px;
  }

  .we-provide-single-item {
    min-height: 330px;
  }

  .section-title-wrap.mb-80 {
    margin-bottom: 40px;
  }

  .footer-columns {
    grid-template-columns: 1fr .75fr;
    font-size: 14px;
  }

  .list-item, .footer-paragraph.mb-40, .footer-paragraph.mb-40 {
    font-size: 16px;
  }

  .copyright-text {
    margin-bottom: 15px;
  }

  .faq-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-area.faq-area-fix {
    padding-top: 40px;
  }

  .faq-paragraph {
    padding-bottom: 12px;
  }

  .faq-paragraph.faq-link {
    font-size: 16px;
  }

  .faq-item-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .call-to-action-form-input-field {
    width: 100%;
  }

  .testimonial-arrow.left.arrow-anim, .testimonial-arrow.arrow-anim {
    display: none;
  }

  .quote-content {
    font-size: 24px;
  }

  .testimonial-author-name {
    font-size: 20px;
  }

  .call-to-action-form {
    width: 100%;
  }

  .section-title {
    text-align: center;
    font-size: 40px;
  }

  .section-title.text-center {
    font-size: 40px;
  }

  .section-title.big {
    font-size: 42px;
  }

  .section-title.titleright {
    text-align: center;
    margin-left: 65px;
  }

  .section-title.flow-section-custom {
    font-size: 40px;
  }

  .marquee-item {
    width: 35vw;
    margin-right: 4vw;
  }

  .our-clients-area {
    padding-bottom: 60px;
  }

  .we-provide-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .we-provide-item-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .safe-reliable-area, .safe-reliable-area.safe-reliable-area-fix {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .big-track {
    top: -23px;
  }

  .emergency-paragraph {
    text-align: justify;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 160%;
  }

  .choose-single-item-wrap {
    margin-top: 40px;
  }

  .choose-single-item {
    display: block;
  }

  .choose-item-content {
    margin-left: 0;
  }

  .choose-item-icon {
    text-align: left;
    margin-bottom: 15px;
  }

  .choose-single-item-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .emergency-solution-area {
    padding-top: 35px;
    padding-bottom: 0;
  }

  .emergency-section-inner-content {
    grid-column-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1.5fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .emergency-thumbnail-wrap {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    display: flex;
  }

  .mockup {
    width: 90%;
  }

  .get-a-quote.is-magnetic {
    width: 120px;
    height: 120px;
    top: -60px;
  }

  .get-a-quote.is-magnetic.two {
    width: 120px;
    height: 120px;
    right: 0;
  }

  .get-a-quotetext {
    font-size: 16px;
  }

  .small-box.fixp {
    right: 28px;
  }

  .small-box.fixsmallbox {
    right: 29px;
  }

  .provide-man-box {
    width: 57px;
    left: 75px;
  }

  .provide-box {
    width: 88px;
    right: 300px;
  }

  .social-icon-image {
    width: 22px;
  }

  .social-icon-image.wechat {
    width: 28px;
  }

  .topbar-left-menu {
    justify-content: center;
    margin-bottom: 10px;
  }

  .copyright-menu-icon {
    width: 20px;
  }

  .footer-menu-text {
    font-size: 16px;
  }

  .logox {
    width: 150px;
  }

  .logox.viettelpost {
    width: 120px;
  }

  .logox.spx {
    width: 110px;
  }

  .logox.ahamove {
    width: 120px;
  }

  .carousel {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    width: 200%;
    max-width: 200%;
  }

  .spline {
    object-fit: fill;
    height: 50vh;
    display: none;
  }

  .call-to-action-form-wrap {
    margin-top: 0;
  }

  .call-to-action-form-input-field, .text-block {
    font-size: 16px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .button-color-2 {
    font-size: 16px;
  }

  .privacy_content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .datatable_mobile {
    width: 100%;
    display: block;
  }

  .read_more_data_wrapper {
    padding-left: 16px;
  }

  .content_wrapper {
    padding-left: 40px;
  }

  .datatable_header_atom {
    width: 20%;
  }

  .datatable_header_atom.fee-header {
    width: 30%;
  }

  .datatable_header_atom.size-header {
    width: 50%;
  }

  .container-2 {
    width: 90%;
  }

  .datatable_text.mobile {
    margin-bottom: 24px;
  }

  .datatable_text.text-right {
    text-align: right;
    justify-content: flex-end;
    display: block;
  }

  .small_data_table {
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }

  .datatable_line {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .small_datatable_header_atom {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    width: 20%;
    padding: 8px 16px;
    display: flex;
  }

  .small_datatable_header_atom.fee-header {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-end;
    width: 30%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .small_datatable_header_atom.left {
    width: 33%;
  }

  .small_datatable_header_atom.size-header {
    width: 50%;
  }

  .datatable_header_mobile {
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .legal_bases_meaning_wrapper {
    padding-left: 16px;
  }

  .list_datatable.mobile {
    margin-bottom: 24px;
  }

  .datatable_wrapper {
    display: block;
  }

  .small_datatable_line {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    display: flex;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .h5_top_margin {
    margin-top: 24px;
  }

  .datatable_header {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .datatable_line_atom.row-1 {
    width: 20%;
  }

  .datatable_line_atom.row-3 {
    width: 30%;
  }

  .datatable_line_atom.row-2 {
    width: 50%;
  }

  .datatable_category_name {
    text-align: left;
    display: block;
  }

  .datatable_category_name.mobile {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .read_more_content_wrapper {
    padding-left: 16px;
  }

  .small_datatable_line_atom {
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    padding: 16px;
    display: flex;
  }

  .small_datatable_line_atom.fee {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 30%;
  }

  .small_datatable_line_atom.size {
    width: 50%;
  }

  .privacy_icon {
    width: auto;
    max-width: 24px;
    max-height: 24px;
  }

  .docs_section {
    padding: 40px 20px 50px;
  }

  .small_dt_header {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #6969691a;
    border-radius: 8px;
    justify-content: space-between;
    display: flex;
  }

  .footer-menu-text-2, .list-item-2 {
    font-size: 16px;
  }

  .tab-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .image-2 {
    width: 70%;
    display: inline-flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2, h3 {
    font-size: 30px;
  }

  p {
    font-size: 16px;
  }

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

  .mb-60, .mb-70 {
    margin-bottom: 30px;
  }

  .primary-button {
    padding: 10px 30px;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .mb-80 {
    margin-bottom: 35px;
  }

  .mb-100 {
    margin-bottom: 40px;
  }

  .btn-wrapper {
    margin-bottom: 0;
  }

  .mb-50 {
    margin-bottom: 25px;
  }

  .button-color {
    font-size: 14px;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .banner-area {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .we-provide-single-item {
    width: auto;
    max-width: none;
    min-height: 280px;
  }

  .we-provide-single-item.weblur {
    min-height: 270px;
  }

  .section-title-wrap.mb-80 {
    margin-bottom: 30px;
  }

  .section-title-wrap.mobile {
    padding-bottom: 30px;
  }

  .footer-nav {
    margin-bottom: 30px;
  }

  .footer-columns {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .copyright-content {
    display: block;
  }

  .copyright-text {
    margin-bottom: 15px;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .nav-right-content {
    display: none;
  }

  .video-button {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .video-lightbox {
    display: block;
  }

  .banner-paragraph {
    font-size: 18px;
  }

  .faq-item {
    padding-left: 20px;
    padding-right: 10px;
  }

  .faq-arrow-wrap {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    display: flex;
  }

  .faq-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-area.faq-area-fix {
    padding-top: 30px;
  }

  .faq-paragraph {
    font-size: 16px;
  }

  .faq-question {
    padding-right: 0;
  }

  .submit-button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .submit-button.is-magnetic {
    font-size: 18px;
  }

  .call-to-action.delete {
    margin-bottom: 50px;
  }

  .call-to-action-form-input-field {
    min-height: 60px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-slider-wrapper {
    padding: 30px 20px;
  }

  .testimonial-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .testimonial-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .testimonial-arrow.left.arrow-anim {
    display: none;
  }

  .testimonial-slider-author-info {
    padding-bottom: 30px;
  }

  .quote-content {
    text-align: left;
    font-size: 18px;
  }

  .testimonial-author-name {
    font-size: 18px;
  }

  .faq-question-title {
    font-size: 20px;
  }

  .call-to-action-inner {
    padding: 40px 30px;
  }

  .call-to-action-form {
    justify-content: flex-start;
  }

  .slider-dots {
    display: block;
  }

  .faq-arrow {
    width: 20px;
  }

  .section-title {
    font-size: 35px;
  }

  .section-title.small.text-center {
    text-align: center;
    font-size: 22px;
  }

  .section-title.ml-140.big {
    margin-left: 0;
  }

  .section-title.big {
    font-size: 29px;
    line-height: 130%;
  }

  .section-title.mb-40 {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .section-title.textlef {
    margin-left: 20px;
  }

  .section-title.mb-20 {
    font-size: 40px;
  }

  .section-title.section-custom {
    padding-left: 10px;
    font-size: 35px;
  }

  .marquee-item {
    width: 40vw;
    margin-right: 6vw;
  }

  .we-provide-item-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .we-provide-image.air {
    top: -1px;
    left: -35px;
  }

  .we-provide-image.people {
    top: 25px;
    left: 5px;
  }

  .we-provide-title {
    text-align: left;
    font-size: 16px;
  }

  .we-provide-content {
    padding-top: 10px;
  }

  .provide-icon {
    width: 30px;
    height: 30px;
  }

  .image-icon {
    width: 70%;
  }

  .safe-reliable-area, .safe-reliable-area.safe-reliable-area-fix {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .safe-reliable-thumbnail-wrap {
    display: none;
  }

  .emergency-paragraph {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .primary-button-icon {
    width: 20px;
  }

  .choose-single-item-wrap {
    grid-column-gap: 60px;
  }

  .choose-single-item.mptb-50, .choose-single-item.mobile-pmtb {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .choose-item-icon {
    width: 50px;
  }

  .choose-item-icon.warehouseimg {
    width: 70px;
  }

  .choose-single-item-title {
    font-size: 22px;
  }

  .why-choose-wrap.wrap-custom {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .border-line.mobile {
    display: block;
  }

  .emergency-section-inner-content {
    grid-template-columns: 1fr;
    display: block;
  }

  .emergency-thumbnail-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mockup {
    width: 70%;
  }

  .get-a-quote.is-magnetic {
    width: 100px;
    height: 100px;
    top: -40px;
    right: 50px;
  }

  .get-a-quote.is-magnetic.two {
    width: 100px;
    height: 100px;
    right: 0;
  }

  .get-a-quotetext {
    font-size: 12px;
  }

  .section-colorful-title {
    font-size: 22px;
  }

  .small-box {
    max-width: 50%;
    top: 0;
    right: 35px;
  }

  .small-box.fixp {
    right: -6px;
  }

  .small-box.fixsmallbox {
    max-width: 50%;
    top: 0;
    right: 35px;
  }

  .two-box {
    bottom: -70px;
    left: -25px;
  }

  .payment-logo {
    padding-left: 0;
    padding-right: 20px;
  }

  .footer-social-link {
    margin-right: 0;
    padding-left: 12px;
  }

  .mini-track-thumbnail-wrap {
    display: none;
  }

  .cta-paragraph {
    margin-bottom: 32px;
  }

  .topbar-left-menu {
    display: none;
  }

  .topbar-left-menu.d-block {
    display: flex;
  }

  .choose-icon-image {
    width: 100%;
  }

  .choose-icon-image.shield {
    width: 70%;
  }

  .logox {
    width: 110px;
  }

  .logox.viettelpost, .logox.spx, .logox.ahamove {
    width: 80px;
  }

  .carousel {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    width: 200%;
    max-width: 200%;
  }

  .robote {
    max-width: 100%;
    top: 125px;
    left: 65px;
  }

  .paragraph {
    text-align: left;
  }

  .spline {
    width: auto;
    height: 65vh;
  }

  .call-to-action-form-wrap {
    margin-top: 0;
  }

  .button-color-2 {
    font-size: 14px;
  }

  .privacy_content_wrapper {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .datatable_mobile {
    width: auto;
  }

  .header_section_wrapper {
    align-items: flex-start;
  }

  .read_more_data_wrapper {
    padding-left: 24px;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 24px;
  }

  .container-2 {
    width: 90%;
  }

  .legal_bases_meaning_wrapper {
    padding-left: 24px;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .read_more_line {
    margin-left: 0;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .datatable_category_name, .datatable_category_name.left {
    font-size: 9px;
  }

  .read_more_content_wrapper {
    padding-left: 24px;
  }

  .privacy_icon {
    max-width: 16px;
    max-height: 16px;
    margin-right: 8px;
  }

  .privacy_icon.top-margin {
    margin-top: 12px;
  }

  .privacy_icon.top-margin.big {
    margin-top: 15px;
  }

  .docs_section {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    box-sizing: border-box;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    display: flex;
    overflow: auto;
  }

  .tabs-menu.hide-scroll {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .tab-link {
    white-space: nowrap;
    flex: 0 auto;
    padding: 10px 20px;
    display: block;
  }

  .text-block-6 {
    display: block;
  }

  .image-2 {
    width: 60%;
  }
}

#w-node-c9333f37-6fdd-ee14-cd34-f05719e8b596-17b1cd71 {
  align-self: center;
}

#w-node-_5ba3357c-88c6-cfd8-a3b7-5ac7c2dfdb64-17b1cd71, #w-node-d87ee3e1-f66d-b37f-84ea-34873be3364b-17b1cd71, #w-node-_9da70b24-a5c3-774b-831c-1515366975ed-17b1cd71, #w-node-_5d75c576-dfeb-6a80-b7dd-bab9048df2c4-17b1cd71, #w-node-_57d8c9e0-20a0-6217-37f2-ea688760f4ce-17b1cd71, #w-node-_1f005de7-2ac6-3d15-4598-ab80c92df6b6-17b1cd71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09b355bb-6ffe-a941-2be8-542c11f3f4de-edfbf767 {
  grid-area: Lateral-Menu;
}

#w-node-_09b355bb-6ffe-a941-2be8-542c11f3f4f5-edfbf767 {
  grid-area: Content;
}

#w-node-d6412e43-1420-9e41-2a91-b3f9f62232ca-984cf471, #w-node-d6412e43-1420-9e41-2a91-b3f9f62232d6-984cf471, #w-node-d6412e43-1420-9e41-2a91-b3f9f62232d7-984cf471, #w-node-d6412e43-1420-9e41-2a91-b3f9f62232eb-984cf471, #w-node-d6412e43-1420-9e41-2a91-b3f9f62232ec-984cf471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09b355bb-6ffe-a941-2be8-542c11f3f4de-4766a380 {
  grid-area: Lateral-Menu;
}

#w-node-_09b355bb-6ffe-a941-2be8-542c11f3f4f5-4766a380 {
  grid-area: Content;
}

#w-node-_09b355bb-6ffe-a941-2be8-542c11f3f4de-516bf2b2 {
  grid-area: Lateral-Menu;
}

#w-node-_09b355bb-6ffe-a941-2be8-542c11f3f4f5-516bf2b2 {
  grid-area: Content;
}

#w-node-_09b355bb-6ffe-a941-2be8-542c11f3f4de-90602ee6 {
  grid-area: Lateral-Menu;
}

#w-node-_09b355bb-6ffe-a941-2be8-542c11f3f4f5-90602ee6 {
  grid-area: Content;
}

#w-node-_09b355bb-6ffe-a941-2be8-542c11f3f4de-9e554260 {
  grid-area: Lateral-Menu;
}

#w-node-_09b355bb-6ffe-a941-2be8-542c11f3f4f5-9e554260 {
  grid-area: Content;
}

#w-node-_09b355bb-6ffe-a941-2be8-542c11f3f4de-5ac253c4 {
  grid-area: Lateral-Menu;
}

#w-node-_09b355bb-6ffe-a941-2be8-542c11f3f4f5-5ac253c4 {
  grid-area: Content;
}

@media screen and (max-width: 991px) {
  #w-node-c9333f37-6fdd-ee14-cd34-f05719e8b596-17b1cd71 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bd57d11b-79a6-be8b-cb26-aa4072e1e26c-17b1cd71 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c9333f37-6fdd-ee14-cd34-f05719e8b596-17b1cd71 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd57d11b-79a6-be8b-cb26-aa4072e1e26c-17b1cd71 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c9333f37-6fdd-ee14-cd34-f05719e8b596-17b1cd71 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'NexDrop Mulish-Bold';
  src: url('../fonts/Mulish-ExtraBold.woff2') format('woff2'), url('../fonts/Mulish-Bold.woff2') format('woff2'), url('../fonts/Mulish-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NexDrop Mulish-Regular';
  src: url('../fonts/Mulish-Regular.woff2') format('woff2'), url('../fonts/Mulish-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NexDrop Mulish-ExtraBold';
  src: url('../fonts/Mulish-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Accessible visually-hidden utility — used for SEO H1 that must not appear visually.
   Standard pattern; matches Tailwind's sr-only and Bootstrap's visually-hidden. */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
