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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

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

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartheading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

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

.w-commerce-commercecartformwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

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

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

body {
  background-color: #1a1b34;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
}

a {
  margin-bottom: 20px;
  margin-left: 20px;
  color: #000;
  text-decoration: underline;
}

.nav-link {
  font-family: Nexa, sans-serif;
  color: #858a95;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

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

.nav-link.w--current {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 3px solid #0087e2;
  color: #fff;
  font-weight: 800;
}

.navbar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.menu-button {
  color: #3a63d4;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #282846;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 25%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #a2aabb;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.site-navigation {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 0px;
  border-bottom: 2px none #34344f;
}

.navbar-container {
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.image {
  padding-top: 14px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  min-width: 1200px;
  margin-top: 0px;
}

.header.plan {
  width: auto;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-1 {
  overflow: visible;
  margin-right: 0px;
  margin-bottom: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 36px;
  text-align: left;
}

.heading-1.blog {
  text-align: center;
}

.heading-1.web {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Nexa, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

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

.paragraph {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Ttnorms, sans-serif;
  color: #bac1ce;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.paragraph.question {
  margin-top: 40px;
  margin-bottom: 0px;
  color: #fff;
}

.paragraph.center {
  margin-bottom: 20px;
  text-align: left;
}

.paragraph.white {
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.paragraph._1 {
  margin-top: 25px;
  color: #a2aabb;
  font-size: 18px;
  font-weight: 400;
}

.paragraph.light {
  margin-bottom: 0px;
  color: #a2aabb;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.paragraph.light._80 {
  display: block;
  width: auto;
  padding-right: 130px;
  padding-left: 130px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 400;
  text-align: center;
}

.header-text {
  width: 60%;
  max-width: 800px;
  min-width: 500px;
  margin-top: 0px;
  padding-right: 90px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.header-hero {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.email-address {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: none;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 20px 8px 25px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 100px;
  background-color: #34344f;
}

.email-address:hover {
  color: #fff;
}

.email-address:active {
  background-color: #34344f;
}

.email-address:focus {
  color: #fff;
}

.email-address::-webkit-input-placeholder {
  color: #747c8d;
}

.email-address:-ms-input-placeholder {
  color: #747c8d;
}

.email-address::-ms-input-placeholder {
  color: #747c8d;
}

.email-address::placeholder {
  color: #747c8d;
}

.form {
  position: relative;
  display: block;
  width: 500px;
  margin-top: 20px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Nexa, sans-serif;
  color: #747c8d;
  line-height: 16px;
  font-weight: 800;
}

.submit-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 50px;
  padding: 10px 40px 8px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50px;
  background-color: #0087e2;
  text-align: center;
}

.image-3 {
  display: block;
  overflow: hidden;
  max-height: 600px;
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.success-message {
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
  color: #fff;
  text-align: left;
}

.text-block {
  padding-top: 10px;
  font-family: Nexa, sans-serif;
  font-weight: 800;
}

.form-block {
  position: static;
  display: none;
  width: 500px;
  margin-bottom: 0px;
}

.error-message {
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
}

.content-block {
  position: static;
  min-height: 600px;
  margin-bottom: 0px;
  padding-top: 60px;
}

.heading-2 {
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.heading-2.section-header {
  margin-top: 0px;
  margin-bottom: 50px;
  font-weight: 800;
}

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

.highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}

.highlight-1 {
  padding-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.highlight-2 {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.image-4 {
  display: block;
}

.heading-3 {
  display: block;
  padding-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-align: left;
}

.heading-3.prompt {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 140px;
  padding-bottom: 0px;
  padding-left: 140px;
  font-family: Nexa, sans-serif;
  font-weight: 800;
  text-align: center;
}

.heading-3.prompt.left {
  text-align: left;
}

.heading-3.prompt.narrow {
  width: 50%;
}

.heading-3.center {
  font-weight: 800;
  text-align: center;
}

.heading-3.web {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 20px;
  font-family: Nexa, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.heading-3.blog {
  text-align: center;
}

.heading-3._1 {
  padding-bottom: 0px;
  font-family: Nexa, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.button-2 {
  display: none;
  padding: 15px 30px 12px;
  border-radius: 50px;
  background-color: #0087e2;
  font-weight: 800;
}

.body {
  font-family: Nexa, sans-serif;
}

.text-block-2 {
  color: transparent;
}

.container-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}

.price-left {
  position: static;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
}

.price-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-3 {
  color: #747c8d;
  font-size: 12px;
  font-weight: 300;
}

.pricing {
  position: absolute;
  left: 90px;
  z-index: 3;
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.blue-bg {
  position: absolute;
  left: 90px;
  z-index: 1;
}

.image-7 {
  margin-right: 10px;
  margin-left: 10px;
}

.image-8 {
  display: none;
  margin-left: 10px;
}

.image-9 {
  margin-right: 10px;
}

.div-block {
  margin-right: 20px;
}

.div-block-2 {
  display: none;
  margin-right: 20px;
}

.shop {
  position: static;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-4.shop {
  margin-left: 0px;
  padding-left: 40px;
}

.div-block-4.activate {
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.div-block-4.use {
  margin-left: 0px;
  padding-left: 40px;
}

.screens {
  margin-top: 60px;
  margin-bottom: 70px;
}

.image-13 {
  width: 1000px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-5 {
  text-align: center;
}

.device {
  margin-top: 100px;
}

.text-block-4 {
  display: block;
  max-height: 30px;
  min-height: 0px;
  min-width: 0px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 5px 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#323252), to(#323252));
  background-image: linear-gradient(180deg, #323252, #323252);
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 14px;
}

.div-block-6.models {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.email {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 120px;
  border-radius: 100px 100px 0px 0px;
  background-color: rgba(40, 40, 70, 0);
}

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

.container-5 {
  display: block;
}

.activate {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.image-15 {
  position: absolute;
  left: 90px;
  z-index: 2;
}

.section {
  width: 80%;
}

.paragraph-2 {
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 24px;
}

.section-2 {
  margin-top: 60px;
}

.rich-text-block {
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 12px;
}

.rich-text-block.blog {
  margin-bottom: 40px;
}

.rich-text-block.blog.bottom {
  margin-bottom: 100px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.container-7 {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.heading-6 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 22px;
}

.heading-7 {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.section-4 {
  margin-bottom: 100px;
}

.collection-item {
  padding-right: 20px;
  padding-left: 0px;
}

.link-block {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #282846;
  color: #282846;
}

.collection-list {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 10px;
}

.image-18 {
  height: 200px;
  border-radius: 20px 20px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-3 {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  opacity: 1;
  font-family: Ttnorms, sans-serif;
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-3.date {
  color: #e0e0e0;
}

.plan-hero {
  display: inline-block;
  max-width: none;
  min-height: auto;
  padding-top: 50px;
  padding-left: 0px;
}

.image-19 {
  display: none;
}

.accordion-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 15px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #282846;
  cursor: pointer;
}

.heading-8 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.text-block-5 {
  font-family: Nexa, sans-serif;
  color: #fff;
}

.accordion-content {
  overflow: hidden;
}

.grid {
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

.text-block-6 {
  font-family: Ttnorms, sans-serif;
  color: #858a95;
  font-size: 14px;
}

.div-block-13 {
  margin-left: 10px;
}

.section-5 {
  margin-top: 40px;
}

.form-2 {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". ."
    ". Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.contact-us {
  margin-top: 40px;
  padding-right: 140px;
  padding-left: 140px;
}

.contact-form {
  display: block;
  margin-bottom: 20px;
  padding: 28px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 8px;
  background-color: #34344f;
  opacity: 1;
  font-family: Nexa, sans-serif;
  color: #fff;
}

.contact-form.select {
  width: 99%;
  color: #fff;
  text-align: left;
}

.submit-button-2 {
  padding: 20px 60px 18px;
  border-radius: 100px;
  background-color: #0087e2;
  font-family: Nexa, sans-serif;
  font-weight: 800;
}

.container-8 {
  padding-top: 40px;
  text-align: center;
}

.section-8 {
  margin-top: 0px;
  margin-bottom: 100px;
}

.success-message-2 {
  background-color: transparent;
}

.text-block-8 {
  color: #e76c6c;
}

.div-block-14 {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #34344f;
  color: #fff;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  width: 80%;
  margin-bottom: 40px;
  font-family: Ttnorms, sans-serif;
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-4.time {
  margin-bottom: 10px;
  color: #e0e0e0;
}

.section-9 {
  display: block;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block-2 {
  margin-left: 0px;
}

.link-block-3 {
  margin-left: 0px;
}

.paragraph-5 {
  margin-top: 40px;
  padding-left: 20px;
  color: #0087e2;
  font-size: 16px;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-20 {
  margin-top: -15px;
  margin-right: 20px;
}

.accordion-item-2 {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #34344f;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.slim {
  max-width: 940px;
  margin-bottom: 40px;
}

.accordion-wrapper-2 {
  margin-top: 20px;
}

.icon-2.accordion-icon {
  color: #fff;
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.bold-text {
  color: #fff;
}

.link {
  margin-left: 0px;
  color: #0087e2;
}

.image-21 {
  max-width: none;
  text-align: left;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-10 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-11 {
  display: none;
  padding-bottom: 40px;
}

.bold-text-2 {
  color: #fff;
  font-size: 24px;
}

.link-2 {
  margin-left: 0px;
  color: #fff;
}

.link-3 {
  margin-left: 0px;
  color: #fff;
}

.link-4 {
  margin-left: 0px;
  color: #fff;
}

.link-5 {
  margin-left: 0px;
  color: #fff;
}

.link-6 {
  margin-left: 0px;
  color: #fff;
}

.link-7 {
  margin-left: 0px;
  color: #fff;
}

.link-8 {
  margin-left: 0px;
  color: #fff;
}

.link-9 {
  margin-left: 0px;
  color: #fff;
}

.link-10 {
  margin-left: 0px;
  color: #fff;
}

.link-11 {
  margin-left: 0px;
  color: #fff;
}

.link-12 {
  margin-left: 0px;
  color: #fff;
}

.bold-text-3 {
  font-family: Nexa, sans-serif;
  color: #fff;
  font-weight: 700;
}

.link-13 {
  margin-left: 0px;
  color: #fff;
}

.paragraph-9 {
  font-family: Ttnorms, sans-serif;
  color: #a2aabb;
}

.heading-10 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Nexa, sans-serif;
  color: #fff;
}

.link-16 {
  color: #0087e2;
}

.link-17 {
  color: #0087e2;
}

.link-18 {
  margin-left: 0px;
  color: #0087e2;
}

.blog {
  font-family: Ttnorms, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 24px;
}

.blog h2 {
  color: #fff;
}

.blog a {
  margin-left: 0px;
  color: #0087e2;
}

.blog h3 {
  color: #fff;
}

.blog li {
  font-size: 16px;
  line-height: 24px;
}

.section-12 {
  margin-bottom: 40px;
}

.bold-text-5 {
  color: #fff;
}

.bold-text-6 {
  color: #fff;
}

.bold-text-7 {
  color: #fff;
}

.bold-text-8 {
  color: #fff;
}

.bold-text-9 {
  color: #fff;
}

.bold-text-10 {
  color: #fff;
}

.bold-text-11 {
  color: #fff;
}

.bold-text-12 {
  color: #fff;
}

.bold-text-13 {
  color: #fff;
}

.bold-text-14 {
  color: #fff;
}

.bold-text-15 {
  color: #fff;
}

.bold-text-16 {
  color: #fff;
}

.bold-text-17 {
  color: #fff;
}

.bold-text-18 {
  color: #fff;
}

.bold-text-19 {
  color: #fff;
}

.bold-text-20 {
  color: #fff;
}

.bold-text-21 {
  color: #fff;
}

.bold-text-22 {
  color: #fff;
}

.bold-text-23 {
  color: #fff;
}

.text-block-9 {
  margin-bottom: 10px;
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-weight: 700;
}

.grid-2 {
  width: 80%;
  margin-bottom: 40px;
}

.text-block-10 {
  font-family: Ttnorms, sans-serif;
  color: #a2aabb;
  line-height: 16px;
}

.bold-text-24 {
  color: #fff;
}

.italic-text-2 {
  font-style: italic;
}

.bold-text-25 {
  color: #fff;
}

.bold-text-26 {
  color: #fff;
}

.bold-text-27 {
  color: #fff;
}

.bold-text-28 {
  color: #fff;
}

.bold-text-29 {
  color: #fff;
}

.bold-text-30 {
  color: #fff;
}

.bold-text-31 {
  color: #fff;
}

.bold-text-32 {
  color: #fff;
}

.bold-text-33 {
  color: #fff;
}

.bold-text-34 {
  color: #fff;
}

.bold-text-35 {
  color: #fff;
}

.bold-text-36 {
  color: #fff;
}

.bold-text-37 {
  color: #fff;
}

.button-3 {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 22px 40px 20px;
  border-radius: 100px;
  background-color: #0087e2;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.button-3._1 {
  margin-top: 0px;
}

.button-3.waitlist {
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 700;
}

.button-3.partner {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.rich-text-block-2 {
  margin-bottom: 0px;
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-weight: 400;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.heading-11 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 28px;
}

.div-block-21 {
  clear: left;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-12 {
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 36px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.carousel.is_contained.price {
  background-color: #282945;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #34344f;
  color: #b8b9c2;
}

.card.new {
  min-width: auto;
}

.arrow-left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 50px;
}

.arrow-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.card-body {
  height: 100%;
  padding: 10px 30px;
  border-radius: 0px;
}

.card-body.price {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #282945;
}

.carousel-slider {
  margin-right: -49px;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider.canada {
  min-width: auto;
  margin-right: 30px;
}

.card-header {
  height: 150px;
  background-image: url('../images/Profile-banner---1.png');
  background-position: 50% 30%;
  background-size: cover;
}

.btn {
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #3862ec;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #213ea0;
}

.carousel-mask {
  overflow: visible;
  width: 40%;
}

.carousel-mask.wide {
  width: 50%;
}

.div-block-23 {
  margin-top: 60px;
  padding-bottom: 0px;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 6px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.heading-13.destination {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-13.from {
  padding-right: 5px;
  color: #a2aabb;
  font-size: 14px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-29 {
  margin-top: -6px;
  padding-top: 0px;
}

.image-29.flag {
  margin-top: 0px;
}

.grid-3 {
  padding-top: 0px;
  padding-bottom: 5px;
  justify-items: start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3.gb {
  padding-top: 10px;
  padding-bottom: 10px;
  grid-auto-rows: 1fr;
}

.grid-3.gb.new {
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: minmax(495px, 5fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-3.new {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading-14 {
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nexa, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-25 {
  padding-top: 20px;
}

.section-13 {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 90px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flag {
  max-height: 50px;
  max-width: 50%;
  min-height: 30px;
  min-width: 30px;
  margin-right: 10px;
  padding-right: 0px;
}

.heading-15 {
  padding-right: 5px;
  font-family: Nexa, sans-serif;
  color: #a2aabb;
  font-size: 16px;
}

.column-9 {
  padding-right: 20px;
  padding-left: 0px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-10 {
  padding-right: 40px;
  padding-left: 0px;
}

.destination {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.columns-4 {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.paragraph-11 {
  margin-bottom: 0px;
  padding-top: 20px;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-12 {
  margin-top: 20px;
  font-family: Nexa, sans-serif;
  color: #a2aabb;
  font-size: 14px;
  text-align: left;
}

.paragraph-12.esim {
  font-size: 16px;
}

.paragraph-13 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.column-11 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-12 {
  padding-right: 0px;
  padding-left: 40px;
}

.bold-text-38 {
  font-size: 24px;
}

.column-13 {
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 10px;
}

.image-30 {
  padding-right: 10px;
  padding-left: 0px;
}

.columns-5 {
  margin-bottom: 60px;
  padding-top: 20px;
}

.columns-6 {
  margin-right: 0px;
  margin-bottom: 80px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-31 {
  padding-right: 0px;
  padding-left: 10px;
}

.column-14 {
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 0px;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 80px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.section-14 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.column-15 {
  padding-right: 0px;
  padding-left: 40px;
}

.column-16 {
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 40px;
}

.column-17 {
  padding-right: 0px;
  padding-left: 40px;
}

.heading-16 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.heading-17 {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #0087e2;
  font-size: 32px;
  font-weight: 400;
}

.bold-text-39 {
  color: #fff;
}

.bold-text-40 {
  color: #0087e2;
}

.image-32 {
  display: none;
}

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

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

.heading-18 {
  color: #fff;
  font-size: 28px;
}

.field-label {
  color: #fff;
}

.heading-19 {
  color: #000;
}

.heading-20 {
  color: #000;
}

.heading-21 {
  color: #1a1b34;
}

.heading-22 {
  color: #1a1b34;
}

.heading-23 {
  color: #1a1b34;
}

.heading-24 {
  color: #1a1b34;
}

.field-label-2 {
  color: #fff;
}

.buy-now-button {
  margin-left: 0px;
}

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

.heading-25 {
  color: #1a1b34;
}

.heading-26 {
  color: #1a1b34;
}

.heading-27 {
  color: #1a1b34;
}

.shipping-method {
  overflow: visible;
}

.heading-28 {
  color: #1a1b34;
}

.heading-29 {
  color: #1a1b34;
}

.text-span-3 {
  color: #0087e2;
}

.heading-30 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.bold-text-43 {
  color: #eee;
  font-size: 24px;
  font-weight: 300;
}

.column-18 {
  margin-top: 0px;
  padding-right: 40px;
  text-align: left;
}

.column-19 {
  margin-top: 0px;
  padding-left: 40px;
  text-align: left;
}

.text-block-12 {
  color: #fff;
}

.select-field {
  margin-bottom: 0px;
  padding: 0px 20px 0px 0px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-color: rgba(52, 52, 79, 0);
  font-family: Nexa, sans-serif;
  color: #fff;
}

.select-field-2 {
  margin-bottom: 0px;
  border: 1px solid transparent;
  background-color: #34344f;
  color: #fff;
}

.grid-4 {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.heading-31 {
  color: #fff;
  font-size: 16px;
}

.toggle-text {
  width: 152px;
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.toggle-text.monthly-toggle {
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: right;
}

.toggle-contain {
  position: relative;
  width: 70px;
  height: 34px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 50px;
  background-color: #34344f;
}

.pricing-box {
  width: 31.3%;
  min-height: 420px;
  margin-right: 1%;
  margin-left: 1%;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 10px 25px 3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
}

.button {
  padding: 15px 25px 11px;
  border-radius: 3px;
  background-color: #378ae8;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12.5px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button:hover {
  background-color: #2566b0;
}

.button.pricing-button {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 16.5px;
  letter-spacing: 1.5px;
}

.button.pricing-button.outline-button {
  margin-top: 14px;
  margin-bottom: 24px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: 400;
}

.container-17 {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.pricing-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.price {
  position: relative;
  margin-top: -10px;
  margin-bottom: 3px;
  font-size: 55px;
  line-height: 70px;
  font-weight: 700;
}

.toggle-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.yearly-discount {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 100%;
  height: 21px;
  color: #378ae8;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.toggle-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #378ae8;
}

.image-36 {
  padding-right: 40px;
  padding-left: 40px;
}

.image-37 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-38 {
  display: none;
}

.image-39 {
  display: none;
}

.heading-32 {
  margin-top: 0px;
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-33 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Ttnorms, sans-serif;
  color: #a2aabb;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.body-2 {
  overflow: visible;
}

.container-19 {
  overflow: visible;
}

.image-40 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-34 {
  font-family: Ttnorms, sans-serif;
  color: #bac1ce;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.bold-text-44 {
  font-weight: 400;
}

.bold-text-45 {
  font-weight: 400;
}

.bold-text-46 {
  color: #fff;
  font-weight: 700;
}

.column-20 {
  padding-right: 40px;
  padding-left: 10px;
}

.column-21 {
  padding-right: 10px;
  padding-left: 40px;
}

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

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-41 {
  display: none;
}

.icon-3 {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  opacity: 1;
  font-size: 26px;
}

.div-block-35 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.slide-nav {
  font-size: 8px;
}

.icon-4 {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 26px;
}

.column-22 {
  padding-left: 40px;
}

.column-24 {
  padding-right: 30px;
}

.column-25 {
  padding-left: 30px;
}

.column-26 {
  padding-right: 30px;
}

.bold-text-48 {
  color: #fff;
}

.rich-text-block-3 {
  font-family: Ttnorms, sans-serif;
  color: #a2aabb;
  font-size: 16px;
  line-height: 1.6;
}

.container-21 {
  padding-right: 100px;
  padding-left: 100px;
}

.html-embed-2 {
  margin-top: -40px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.section-17 {
  display: block;
  margin-top: 0px;
  padding-top: 20px;
}

.html-embed-3 {
  margin-top: -40px;
}

.section-18 {
  display: block;
}

.html-embed-4 {
  margin-top: -40px;
}

.section-19 {
  display: block;
  padding-top: 20px;
}

.html-embed-5 {
  margin-top: -40px;
}

.section-20 {
  display: block;
  padding-top: 20px;
}

.container-22 {
  width: 60%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.card-2 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
  background-color: #3f4046;
  box-shadow: 0 5px 2rem 0 rgba(0, 0, 0, 0.3);
  color: #b8b9c2;
}

.arrow-right-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 50px;
}

.card-body-2 {
  height: 100%;
  padding: 30px 40px;
  background-color: #34344f;
}

.carousel-slider-2._6 {
  right: -105%;
}

.carousel-slider-2._2 {
  right: -21%;
}

.carousel-slider-2._4 {
  right: -63%;
}

.carousel-slider-2._3 {
  right: -42%;
}

.carousel-slider-2._7 {
  right: -126%;
}

.carousel-slider-2._5 {
  right: -84%;
}

.carousel-slider-2._8 {
  right: -147%;
}

.carousel-mask-2 {
  overflow: visible;
  width: 100%;
}

.section-21 {
  overflow: hidden;
  padding-top: 99px;
  padding-bottom: 99px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #303136;
}

.section-21.is_full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slide-nav-2 {
  display: none;
}

.icon-5 {
  display: none;
}

.icon-6 {
  display: none;
}

.heading-4 {
  color: #fff;
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
  }

  .navbar {
    padding-top: 0px;
  }

  .brand-link {
    padding-left: 10px;
  }

  .brand-link.w--current {
    padding-top: 10px;
    padding-left: 0px;
  }

  .menu-button {
    margin-top: 10px;
  }

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

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .navbar-container {
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .nav-menu {
    margin-top: 10px;
    background-color: transparent;
    color: #fff;
  }

  .image {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 12px;
    padding-left: 0px;
  }

  .header.plan {
    overflow: visible;
    min-width: auto;
    padding-left: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-1 {
    font-size: 32px;
  }

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

  .header-text {
    position: relative;
    z-index: 3;
    overflow: visible;
    width: 50%;
    max-width: 500px;
    padding-right: 146px;
    padding-left: 0px;
  }

  .header-hero {
    margin-left: -94px;
    padding-left: 0px;
  }

  .form {
    width: 400px;
    max-width: 500px;
    min-width: 300px;
  }

  .image-3 {
    position: relative;
    z-index: 2;
    overflow: auto;
    margin-left: -115px;
    padding-left: 0px;
    float: none;
    clear: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .form-block {
    width: 400px;
  }

  .content-block {
    min-height: 500px;
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 20px;
  }

  .heading-2 {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 32px;
  }

  .heading-2.section-header {
    margin-top: 0px;
    margin-left: 0px;
  }

  .highlight-1 {
    padding-left: 0px;
  }

  .highlight-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-3 {
    padding-top: 0px;
    font-size: 20px;
  }

  .heading-3.prompt {
    margin-top: 10px;
    padding-top: 20px;
  }

  .pricing {
    left: 45px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .blue-bg {
    left: 45px;
    margin-top: 20px;
  }

  .shop {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-4 {
    margin-right: 0px;
    padding-right: 0px;
  }

  .div-block-4.shop {
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-4.activate {
    padding-right: 20px;
    padding-left: 0px;
  }

  .div-block-4.use {
    padding-left: 20px;
  }

  .screens {
    margin-right: 40px;
    margin-left: 40px;
  }

  .text-block-4 {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-6.models {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .email {
    padding-top: 20px;
  }

  .image-15 {
    left: 45px;
    display: none;
  }

  .plan-hero {
    overflow: visible;
    padding-left: 0px;
  }

  .paragraph-4 {
    width: 100%;
  }

  .column-7 {
    padding-right: 0px;
  }

  .columns-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .accordion-item-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .container-13 {
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card-body {
    min-width: 30px;
  }

  .carousel-slider {
    margin-right: -40px;
  }

  .carousel-slider.canada {
    margin-right: 25px;
  }

  .carousel-mask {
    width: 45%;
    height: auto;
  }

  .section-13 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-28 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-13 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }

  .image-30 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-5 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-31 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-14 {
    padding-top: 0px;
    padding-left: 40px;
  }

  .container-14 {
    overflow: visible;
  }

  .section-14 {
    display: block;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-16 {
    padding-top: 0px;
    padding-right: 10px;
  }

  .column-18 {
    padding-right: 20px;
  }

  .column-19 {
    padding-left: 20px;
  }

  .pricing-box {
    width: 48%;
    max-width: 310px;
    margin-bottom: 2%;
  }

  .image-40 {
    max-width: 60%;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-20 {
    padding-left: 10px;
  }

  .column-21 {
    padding-right: 10px;
  }

  .html-embed {
    float: none;
  }

  .column-22 {
    padding-right: 20px;
  }

  .column-23 {
    padding-left: 20px;
  }

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

  .container-21 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-22 {
    width: 90%;
  }
}

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

  h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  p {
    font-size: 16px;
  }

  .nav-link {
    margin-bottom: 10px;
  }

  .navbar {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .brand-link.w--current {
    padding-top: 10px;
    padding-left: 0px;
  }

  .menu-button {
    margin-top: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-logo-link {
    min-width: 20px;
  }

  .footer-image {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .navbar-container {
    width: auto;
  }

  .nav-menu {
    background-color: #34344f;
  }

  .image {
    margin-top: 20px;
  }

  .header {
    min-height: 500px;
  }

  .header.plan {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .heading-1 {
    font-size: 32px;
  }

  .heading-1.web {
    margin-right: 140px;
    font-size: 28px;
  }

  .paragraph {
    font-size: 14px;
    text-align: left;
  }

  .paragraph.white {
    text-align: left;
  }

  .paragraph.light {
    text-align: left;
  }

  .paragraph.light._80 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-text {
    width: 100%;
    min-width: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .email-address {
    font-size: 14px;
    line-height: 14px;
  }

  .submit-button {
    font-size: 14px;
    line-height: 14px;
  }

  .image-3 {
    display: block;
    overflow: hidden;
    min-height: 400px;
    margin-left: -200px;
    padding-top: 0px;
    padding-left: 131px;
  }

  .content-block {
    min-height: 500px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-2.section-header {
    font-size: 28px;
  }

  .highlight-1 {
    padding-right: 20px;
  }

  .highlight-2 {
    padding-right: 0px;
  }

  .heading-3 {
    margin-top: -17px;
    padding-top: 40px;
    font-size: 18px;
  }

  .heading-3.prompt {
    margin-top: 10px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }

  .heading-3.prompt._1 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-3.web {
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 0px;
    font-size: 20px;
  }

  .heading-3._1 {
    padding-top: 0px;
    text-align: left;
  }

  .button-2 {
    padding: 10px 20px;
    font-size: 14px;
  }

  .price-left {
    margin-left: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .blue-bg {
    margin-top: 60px;
  }

  .shop {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-4.shop {
    margin-left: 0px;
  }

  .div-block-4.activate {
    margin-left: 20px;
  }

  .div-block-4.use {
    margin-left: 20px;
    padding-left: 0px;
  }

  .screens {
    margin-right: 20px;
    margin-left: 20px;
  }

  .device {
    margin-top: 40px;
  }

  .text-block-4 {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 14px;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .email {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

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

  .use {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-15 {
    display: none;
  }

  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .plan-hero {
    display: none;
  }

  .image-19 {
    display: none;
    text-align: center;
  }

  .accordion-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-6 {
    margin-top: 0px;
  }

  .contact-us {
    padding-right: 60px;
    padding-left: 60px;
  }

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

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-4 {
    width: 100%;
  }

  .section-9 {
    margin-right: 20px;
    margin-left: 20px;
  }

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

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

  .button-3 {
    margin-left: 0px;
  }

  .button-3._1 {
    margin-left: 20px;
  }

  .button-3.waitlist {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-11 {
    font-size: 24px;
  }

  .container-13 {
    display: block;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-12 {
    font-size: 24px;
  }

  .div-block-22 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .carousel.is_contained {
    margin-bottom: 40px;
  }

  .arrow-right {
    width: 34px;
    height: 34px;
  }

  .carousel-slider {
    margin-right: 0px;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask {
    width: 60%;
  }

  .section-13 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-27 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column-10 {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

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

  .columns-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-12.esim {
    font-size: 14px;
  }

  .column-11 {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-13 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .image-30 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .columns-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-31 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .column-14 {
    padding-right: 0px;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .columns-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-14 {
    margin-top: 40px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-14 {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .column-15 {
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .column-16 {
    padding-right: 10px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .column-17 {
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-16 {
    font-size: 18px;
  }

  .heading-17 {
    font-size: 28px;
  }

  .heading-30 {
    font-size: 20px;
  }

  .column-18 {
    padding-left: 20px;
  }

  .column-19 {
    padding-right: 20px;
  }

  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pricing-box {
    width: 100%;
    min-height: auto;
    padding-right: 5%;
    padding-bottom: 40px;
    padding-left: 5%;
    font-size: 14px;
  }

  .container-17 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .toggle-row {
    margin-bottom: 30px;
  }

  .image-36 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-40 {
    display: none;
  }

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

  .column-21 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-16 {
    padding-bottom: 40px;
  }

  .columns-8 {
    margin-left: 20px;
  }

  .slide-nav {
    font-size: 8px;
    line-height: 10px;
    font-style: normal;
  }

  .icon-4 {
    margin-top: 0px;
  }

  .column-22 {
    padding-left: 0px;
  }

  .column-23 {
    padding-left: 0px;
  }

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

  .carousel-slider-2._6 {
    right: -45%;
  }

  .carousel-slider-2._2 {
    right: -9%;
  }

  .carousel-slider-2._4 {
    right: -27%;
  }

  .carousel-slider-2._3 {
    right: -18%;
  }

  .carousel-slider-2._7 {
    right: -54%;
  }

  .carousel-slider-2._5 {
    right: -36%;
  }

  .carousel-slider-2._8 {
    right: -63%;
  }

  .carousel-mask-2 {
    width: 100%;
  }

  .section-22 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.2;
  }

  h3 {
    line-height: 1.3;
  }

  h4 {
    line-height: 1.4;
  }

  h5 {
    line-height: 1.4;
  }

  .nav-link {
    margin-bottom: 10px;
    background-color: transparent;
    color: #fff;
  }

  .nav-link.w--current {
    background-color: transparent;
  }

  .brand-link {
    padding-left: 10px;
  }

  .brand-link.w--current {
    padding-top: 0px;
    padding-left: 0px;
  }

  .menu-button {
    background-color: transparent;
  }

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

  .menu-button {
    margin-top: 0px;
  }

  .menu-button:hover {
    background-color: transparent;
  }

  .menu-button:active {
    background-color: transparent;
  }

  .menu-button:focus {
    background-color: transparent;
  }

  .footer {
    padding-right: 25px;
    padding-left: 25px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    text-align: left;
  }

  .footer-flex-container {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-logo-link {
    height: 40px;
    margin-left: 0px;
  }

  .footer-heading {
    margin-top: 0px;
  }

  .navbar-container {
    padding-top: 10px;
  }

  .nav-menu {
    background-color: #34344f;
  }

  .image {
    margin-top: 10px;
    margin-left: 0px;
    padding-top: 10px;
  }

  .header {
    min-height: auto;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .heading-1 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }

  .heading-1.web {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }

  .heading-1.center {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 20px;
  }

  .paragraph {
    text-align: left;
  }

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

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

  .paragraph.light {
    font-weight: 300;
    text-align: center;
  }

  .paragraph.light._80 {
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 300;
  }

  .header-text {
    z-index: auto;
    width: auto;
    max-width: 500px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .header-hero {
    display: none;
    overflow: hidden;
  }

  .email-address {
    position: static;
    padding-left: 20px;
  }

  .form {
    width: auto;
    max-width: none;
    min-width: 280px;
    margin-top: 20px;
    text-align: left;
  }

  .submit-button {
    position: static;
    display: block;
    margin-top: 10px;
    margin-left: 60px;
  }

  .image-3 {
    display: none;
  }

  .form-block {
    display: none;
    width: auto;
  }

  .content-block {
    display: block;
    min-height: 300px;
    margin: 0px auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }

  .heading-2.section-header {
    margin: 0px 0px 50px;
    font-size: 22px;
    text-align: center;
  }

  .heading-2.left {
    text-align: left;
  }

  .highlights {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .highlight-1 {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .highlight-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-3 {
    margin-top: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 0px;
    font-size: 16px;
    text-align: center;
  }

  .heading-3.prompt {
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }

  .heading-3.center {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .heading-3.center._1 {
    padding-left: 0px;
  }

  .heading-3.web {
    padding-top: 0px;
    padding-right: 0px;
    text-align: left;
  }

  .heading-3.blog {
    padding-left: 20px;
  }

  .heading-3._1 {
    margin-top: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-left {
    display: block;
    margin-left: 0px;
  }

  .price-right {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .text-block-3 {
    text-align: left;
  }

  .pricing {
    position: static;
  }

  .blue-bg {
    left: 0px;
    display: block;
    margin-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block {
    padding-top: 20px;
  }

  .div-block-2 {
    padding-top: 20px;
  }

  .shop {
    display: block;
    text-align: center;
  }

  .div-block-4.shop {
    padding-left: 0px;
  }

  .div-block-4.activate {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-4.use {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .screens {
    margin-top: 80px;
  }

  .text-block-4 {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-6.models {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .email {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 50px 50px 0px 0px;
  }

  .container-4 {
    position: static;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-5 {
    margin-top: 90px;
    margin-bottom: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .section-2 {
    margin-top: 60px;
  }

  .container-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-6 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
    text-align: left;
  }

  .heading-6.blog {
    text-align: center;
  }

  .section-4 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-list {
    padding-left: 0px;
  }

  .image-18 {
    height: auto;
  }

  .image-19 {
    display: none;
  }

  .accordion-trigger {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .heading-8 {
    font-size: 16px;
    text-align: left;
  }

  .grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact-us {
    padding-right: 0px;
    padding-left: 0px;
  }

  .submit-button-2 {
    padding: 15px 40px;
  }

  .section-8 {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .paragraph-4 {
    width: 100%;
    margin-bottom: 20px;
    font-family: Ttnorms, sans-serif;
    color: #a2aabb;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .section-9 {
    margin: 40px 30px 0px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-3 {
    margin-top: 40px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-16 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .accordion-item-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .image-21 {
    display: none;
  }

  .container-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-10 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .bold-text-2 {
    line-height: 32px;
  }

  .bold-text-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .bold-text-4 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
  }

  .paragraph-6 {
    margin-bottom: 20px;
    padding-left: 0px;
    font-family: Ttnorms, sans-serif;
    color: #c5cbd8;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .paragraph-6._1 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }

  .div-block-17 {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
    background-color: #20213b;
  }

  .container-11 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-7 {
    font-family: Nexa, sans-serif;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
  }

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

  .div-block-19 {
    margin-right: 10px;
  }

  .image-22 {
    margin-top: -5px;
    padding-top: 0px;
  }

  .image-23 {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .paragraph-8 {
    margin-bottom: 40px;
    font-family: Ttnorms, sans-serif;
    color: #a2aabb;
    font-size: 12px;
    font-weight: 300;
  }

  .paragraph-9 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Ttnorms, sans-serif;
    color: #bac1ce;
    font-size: 14px;
  }

  .paragraph-9._1 {
    margin-bottom: 20px;
  }

  .heading-10 {
    padding-right: 20px;
    padding-left: 20px;
    font-family: Nexa, sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }

  .image-25 {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-20 {
    margin: 0px 20px 20px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px none #000;
    border-radius: 20px;
    background-color: #34344f;
  }

  .div-block-20.wide {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .paragraph-10 {
    margin-bottom: 0px;
    padding: 20px;
    font-family: Ttnorms, sans-serif;
    color: #fff;
    font-size: 14px;
  }

  .paragraph-10.wide {
    padding-right: 0px;
    padding-left: 0px;
    color: #bac1ce;
  }

  .italic-text {
    color: #fff;
  }

  .image-26 {
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 10px 0px;
    border-radius: 20px;
    background-color: transparent;
  }

  .image-27 {
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 10px 0px;
    border-radius: 20px;
    background-color: transparent;
  }

  .text-span-2 {
    color: #fff;
  }

  .image-28 {
    margin-top: -20px;
    margin-bottom: 40px;
  }

  .link-block-5 {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .link-block-6 {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .link-14 {
    margin-left: 0px;
    color: #fff;
  }

  .link-15 {
    margin-left: 0px;
    color: #fff;
  }

  .link-16 {
    margin-left: 0px;
    color: #0087e2;
  }

  .link-17 {
    margin-left: 0px;
    color: #0087e2;
  }

  .container-12 {
    margin-top: 0px;
    margin-bottom: -60px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-3 {
    display: block;
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;
  }

  .button-3.hide {
    display: none;
  }

  .button-3._1 {
    margin-right: 20px;
  }

  .button-3.waitlist {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .button-3.partner {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    font-size: 14px;
  }

  .heading-11 {
    font-size: 20px;
  }

  .container-13 {
    padding-left: 0px;
  }

  .heading-12 {
    font-size: 24px;
    text-align: center;
  }

  .div-block-22 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .carousel.is_contained {
    padding-bottom: 60px;
  }

  .carousel.is_contained {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .card-body {
    padding: 20px;
  }

  .card-body.price {
    padding-top: 16px;
  }

  .carousel-slider {
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .carousel-slider._6 {
    right: 0%;
  }

  .carousel-slider._2 {
    right: 0%;
  }

  .carousel-slider._4 {
    right: 0%;
  }

  .carousel-slider._3 {
    right: 0%;
  }

  .carousel-slider._7 {
    right: 0%;
  }

  .carousel-slider._5 {
    right: 0%;
  }

  .carousel-slider._8 {
    right: 0%;
  }

  .carousel-slider.canada {
    margin-right: 10px;
  }

  .carousel-mask {
    width: 100%;
    min-width: 250px;
  }

  .div-block-23 {
    margin-top: 0px;
  }

  .div-block-24 {
    padding-top: 6px;
  }

  .section-13 {
    overflow: hidden;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .column-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-12.esim {
    text-align: center;
  }

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

  .column-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-5 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .columns-6 {
    display: block;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-7 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-14 {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-14 {
    margin-bottom: 40px;
  }

  .column-15 {
    padding-left: 0px;
  }

  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-17 {
    padding-left: 0px;
  }

  .div-block-29 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-30 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-31 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-32 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

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

  .heading-17 {
    font-size: 24px;
    text-align: center;
  }

  .image-32 {
    display: none;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .image-33 {
    margin-bottom: 40px;
  }

  .image-34 {
    margin-bottom: 40px;
  }

  .bold-text-41 {
    color: #fff;
    font-size: 16px;
  }

  .bold-text-42 {
    color: #fff;
  }

  .image-35 {
    margin-bottom: 40px;
  }

  .section-15 {
    margin-top: 20px;
  }

  .heading-30 {
    font-size: 20px;
    text-align: center;
  }

  .column-18 {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-19 {
    display: block;
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .toggle-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }

  .toggle-text.monthly-toggle {
    display: block;
    font-size: 14px;
  }

  .toggle-contain {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 60px;
  }

  .container-17 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .toggle-row {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-36 {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-37 {
    display: none;
  }

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

  .image-38 {
    display: block;
    padding-left: 0px;
  }

  .image-39 {
    display: block;
  }

  .heading-32 {
    font-size: 14px;
  }

  .column-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .columns-8 {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .bold-text-47 {
    color: #fff;
  }

  .icon-3 {
    font-size: 20px;
  }

  .icon-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .column-22 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-23 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-24 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-25 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-26 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-21 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-body-2 {
    padding: 20px;
  }

  .carousel-slider-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .carousel-slider-2._6 {
    right: 0%;
  }

  .carousel-slider-2._2 {
    right: 0%;
  }

  .carousel-slider-2._4 {
    right: 0%;
  }

  .carousel-slider-2._3 {
    right: 0%;
  }

  .carousel-slider-2._7 {
    right: 0%;
  }

  .carousel-slider-2._5 {
    right: 0%;
  }

  .carousel-slider-2._8 {
    right: 0%;
  }

  .carousel-mask-2 {
    width: 100%;
  }
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.otf') format('opentype'), url('../fonts/NexaBold.otf') format('opentype'), url('../fonts/NexaXBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Light.otf') format('opentype'), url('../fonts/NexaLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaBlack.otf') format('opentype'), url('../fonts/NexaHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaBoldItalic.otf') format('opentype'), url('../fonts/NexaXBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaBlackItalic.otf') format('opentype'), url('../fonts/NexaHeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Nexabook';
  src: url('../fonts/NexaBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaBookItalic.otf') format('opentype'), url('../fonts/NexaRegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaXBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaXBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Black.otf') format('opentype'), url('../fonts/TTNorms-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-BlackItalic.otf') format('opentype'), url('../fonts/TTNorms-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Bold.otf') format('opentype'), url('../fonts/TTNorms-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-ExtraBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}