@font-face {
  font-family: "ヒラギノ角ゴシック W 8";
  src: url('../fonts/ヒラギノ角ゴシック-W8.ttc') format("undefined");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ヒラギノ角ゴシック W 0";
  src: url('../fonts/ヒラギノ角ゴシック-W0.ttc') format("undefined");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ヒラギノ角ゴシック W 9";
  src: url('../fonts/ヒラギノ角ゴシック-W9.ttc') format("undefined");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ヒラギノ角ゴシック W 7";
  src: url('../fonts/ヒラギノ角ゴシック-W7.ttc') format("undefined");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --main: #ff4b2b;
  --main-sf: #0a84ff;
  --secondary-background: #d9ebff;
  --separator: #eee;
  --secondary-label: #8a8a8d;
  --quaternary-fill: #f4f4f5;
  --tertiary-fill: #efeff0;
  --primary-label: var(--secondary-background);
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

a {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.header {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.image {
  width: 80px;
}

.section {
  align-items: stretch;
  display: flex;
}

.link-block {
  width: 50%;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.section-2 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 48px 40px;
  display: flex;
}

.heading {
  font-family: Zen Maru Gothic, sans-serif;
}

.header-button {
  color: #333;
  border-radius: 60px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 12px 16px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.header-button:hover {
  background-color: var(--main);
  color: #fff;
}

.div-block-2 {
  z-index: 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 20px #c7c7c733;
}

.section-title {
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: 16px;
}

.text-block {
  color: #222;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 22px;
}

.div-block-3 {
  border-left: 8px solid var(--main);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  padding-left: 16px;
  display: flex;
}

.link-block-2 {
  color: #222;
  flex-direction: column;
  align-items: flex-start;
  width: 240px;
  text-decoration: none;
  display: flex;
}

.image-3 {
  object-fit: cover;
  border-radius: 16px;
  width: 240px;
  height: 180px;
  margin-bottom: 16px;
}

.text-block-2 {
  margin-bottom: 8px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-3 {
  color: #fff;
  background-color: #33c681;
  border-radius: 20px;
  margin-top: 8px;
  margin-bottom: 16px;
  margin-left: 8px;
  padding: 4px 16px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
}

.text-block-4 {
  color: #555558;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-5 {
  width: 50%;
}

.section-3 {
  border-top: .3px solid #f7f7f7;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 40px 240px;
  display: flex;
}

.heading-2 {
  color: #222;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-5 {
  color: #222;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 300;
}

.image-copy {
  width: 80px;
  margin-bottom: 24px;
}

.link {
  color: #222;
  margin-bottom: 16px;
  padding: 8px;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

.link:hover {
  opacity: .6;
}

.div-block-6 {
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-7 {
  display: flex;
}

.map {
  border-radius: 16px;
  width: 300px;
  height: 400px;
}

.div-block-8 {
  width: 5%;
}

.image-4 {
  background-color: #fff;
  border-radius: 20px;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}

.div-block-9 {
  flex-direction: column;
  align-items: center;
  margin-right: 64px;
  display: flex;
}

.section-4 {
  background-color: #222;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-family: Zen Maru Gothic, sans-serif;
}

.section-5 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.image-5 {
  border-radius: 18px;
  width: 46px;
}

.text-block-7 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-8 {
  text-align: center;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-10 {
  display: none;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-6 {
  border-radius: 38px;
  width: 120px;
  margin-bottom: 24px;
}

.image-7 {
  width: 48px;
  margin-right: 8px;
  transform: rotate(-90deg);
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 2% auto auto 2%;
}

.text-block-9 {
  font-family: Inconsolata, monospace;
  font-size: 20px;
}

.div-block-13 {
  background-color: #333;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.form-block {
  width: 80%;
}

.heading-3 {
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.text-block-10 {
  margin-bottom: 20px;
}

.link-block-3 {
  flex-direction: column;
  width: 180px;
  display: flex;
}

.image-363 {
  border: 3px solid #fff;
  border-radius: 20px;
  width: 40px;
  margin-right: -12px;
}

.text-field-15 {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-686 {
  margin-bottom: 16px;
}

.text-block-190 {
  color: #aaa;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.form-tab {
  background-color: #fff;
  border: 1px solid #ced1dc;
  border-radius: 40px;
  align-items: center;
  margin-right: 16px;
  padding: 12px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.form-tab:hover {
  opacity: .4;
}

.form-tab.w--current {
  color: #138df8;
  background-color: #ebf5ff;
  border-width: 2px;
  border-color: #138df8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.success-message-8 {
  background-color: #fff;
}

.container-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 120px 20px;
  display: flex;
  overflow: scroll;
}

.text-block-192 {
  font-size: 16px;
}

.textarea-4 {
  background-color: #f9f9f9;
  border: 0 solid #0000;
  border-radius: 8px;
  height: 200px;
  min-height: 200px;
  margin-bottom: 32px;
  padding-top: 16px;
  padding-left: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.text-field-14 {
  background-color: #f7f7f7;
  border: 0 solid #0000;
  border-radius: 8px;
  height: 54px;
  margin-bottom: 32px;
  padding-left: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.field-label-16 {
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

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

.text-block-193-copy {
  color: #aaa;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.tabs-menu-16 {
  justify-content: flex-start;
  align-items: center;
  transition: all .2s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.heading-507 {
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.heading-505 {
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}

.div-block-687 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label-17 {
  color: #aaa;
  margin-top: -8px;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.text-block-188 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-688 {
  border: .3px solid #f0f0f0;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px;
  display: flex;
}

.text-block-193 {
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}

.image-362 {
  width: 20px;
  margin-right: 16px;
}

.submit-button-11 {
  background-color: #138df8;
  border-radius: 8px;
  height: 54px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tab-pane-tab-3-2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.form-7 {
  flex-direction: column;
  display: flex;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.faq-plus-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  min-height: 16px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.faq-plus-l {
  background-color: #1587d7;
  border-radius: 3px;
  width: 4px;
  height: 100%;
  position: absolute;
}

.faq-plus {
  background-color: #1587d7;
  border-radius: 3px;
  width: 100%;
  height: 4px;
}

.heading-508 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  line-height: 120%;
}

.div-block-690 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.image-364 {
  width: 40%;
}

.div-block-691 {
  flex-flow: column;
  padding-top: 24px;
  display: flex;
}

.div-block-690-copy {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.div-block-692 {
  background-color: #f1f1ef;
  border-radius: 4px;
  width: 100%;
  padding: 24px;
}

.link-3 {
  color: #858585;
  margin-top: 12px;
  margin-bottom: 12px;
  display: block;
}

.form-label {
  z-index: 2;
  color: #acabab;
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 10px;
}

.field-label-6 {
  margin: 20px;
}

.textarea-2 {
  color: #9c9c9c;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.textarea-2:focus {
  border-bottom-color: #1587d7;
  padding-top: 15px;
}

.textarea-2::placeholder {
  color: #9c9c9c;
}

.lottie-animation-4 {
  width: 200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.email {
  background-color: #fff;
  border-radius: 5px;
  height: 46px;
  margin-bottom: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: border-color .2s;
}

.email:hover {
  border: 1px solid var(--main-sf);
}

.email:focus {
  border: 1px solid var(--main-sf);
  border-radius: 7px;
}

.form-block-5 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.select-field {
  color: #9c9c9c;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 52px;
  font-weight: 700;
}

.link-18 {
  color: #1587d7;
}

.heading-382 {
  text-align: center;
  margin-bottom: 30px;
}

.form-4 {
  margin-left: 10px;
}

.field-label-5 {
  margin-top: 40px;
  font-size: 25px;
  line-height: 25px;
}

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

.text-block-39 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.form-label-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.submit-button-5 {
  background-color: var(--main-sf);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  transition: background-color .2s;
  display: block;
}

.submit-button-5:hover {
  opacity: .4;
}

.div-block-693 {
  padding: 50px;
}

.section-6 {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 16px;
  display: flex;
}

.image-365 {
  width: 40px;
  margin-right: 16px;
}

.link-19 {
  color: #333;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.link-19:hover {
  opacity: .5;
}

.div-block-694 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-695 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--main-sf);
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.button-copy {
  background-color: var(--secondary-background);
  color: var(--main-sf);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-left: 8px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.heading-509 {
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 110%;
}

.div-block-696 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-697 {
  border-radius: 20px;
  width: 40vw;
  display: flex;
  overflow: hidden;
}

.france {
  object-fit: cover;
  width: 40vw;
  min-width: 40vw;
  height: 50vw;
  overflow: hidden;
}

.text-block-194 {
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-rotate-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 110px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.text-rotate-track {
  flex-flow: column;
  display: flex;
}

.japan-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #ed213a, #93291e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 110px;
  display: inline-flex;
}

.link-block-4 {
  height: 110px;
  text-decoration: none;
}

.section-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 128px;
  padding-top: 48px;
  display: flex;
}

.text-block-195 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.section-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 128px;
  display: flex;
}

.div-block-698 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.div-block-699 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.image-367 {
  object-fit: contain;
  height: 60px;
}

.heading-510 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.div-block-700 {
  width: 100%;
  height: 100px;
  display: flex;
}

.div-block-701 {
  background-color: #f5f5f7;
  width: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.div-block-702 {
  width: 80%;
  display: flex;
}

.text-block-196 {
  border-right: .3px solid var(--separator);
  color: #aaa;
  width: 80%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  line-height: 160%;
}

.div-block-703 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-197 {
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.image-368 {
  height: 40px;
}

.div-block-704 {
  border-bottom: .3px solid var(--separator);
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 16px;
}

.div-block-705 {
  border-bottom: .3px none var(--separator);
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 16px;
}

.image-369 {
  height: 40px;
}

.div-block-706 {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 16px;
}

.div-block-707 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.text-block-198 {
  border-style: none solid solid none;
  border-width: .3px;
  border-color: var(--separator);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 600;
  display: flex;
}

.comparison-label {
  border-style: none solid solid none;
  border-width: .3px;
  border-color: var(--separator);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 600;
  display: flex;
}

.comparison-lose-label {
  border-style: none solid solid none;
  border-width: .3px;
  border-color: var(--separator);
  color: #aaa;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 400;
  display: flex;
}

.simmy-compariison-label {
  border-style: none solid solid none;
  border-width: .3px;
  border-color: var(--separator);
  color: #d29f13;
  text-align: center;
  background-color: #fafafa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 600;
  display: flex;
}

.text-span, .text-span-2 {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
}

.div-block-708 {
  width: 30%;
}

.section-7-gray {
  background-color: #fafafa;
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 128px;
  padding: 48px 24px;
  display: flex;
}

.div-block-709 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-710 {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 16px;
  padding: 24px;
  display: flex;
}

.image-370 {
  width: 40px;
  margin-bottom: 16px;
}

.text-block-199 {
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.text-block-200 {
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
}

.link-20 {
  color: var(--main-sf);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
}

.link-20:hover {
  opacity: .4;
}

.section-7-copy {
  background-color: #fafafa;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 128px;
  padding: 50px;
  display: flex;
}

.text-block-130 {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.paragraph-60 {
  color: #aaa;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.image-307 {
  width: 25px;
  margin-right: 20px;
}

.tabs-13 {
  width: 100%;
  display: flex;
}

.help-center {
  background-color: #9dccfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  padding: 20px;
  display: flex;
}

.image-306 {
  width: 80%;
  margin-bottom: -200px;
}

.faqs {
  background-color: #fff3d6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  padding: 20px;
  display: flex;
}

.tabs-menu-14 {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.tabs-content-9 {
  text-align: center;
  border-radius: 20px;
  width: 58%;
  margin-left: 2%;
}

.support-tab {
  background-color: #ddd0;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .2s;
  display: flex;
}

.support-tab.w--current {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 6px 20px #0000001a;
}

.email-support-tab {
  background-color: #b0baef;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  padding: 20px;
  display: flex;
}

.chat {
  background-color: #fdc6c8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  padding: 20px;
  display: flex;
}

.div-block-622 {
  background-color: #f0f4fb;
  border-radius: 20px;
  flex-direction: column;
  padding: 50px;
  display: flex;
}

.div-block-556 {
  width: 100%;
  margin-top: 30px;
}

.heading-479 {
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

.text-block-194-copy {
  text-align: center;
  margin-bottom: 48px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.button-2 {
  padding: 16px 32px;
}

.link-block-5 {
  color: #333;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.image-371 {
  width: 32px;
  margin-right: 16px;
}

.text-block-201 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-711 {
  width: 100%;
}

.div-block-712 {
  width: 100%;
  margin-right: 64px;
  overflow: hidden;
}

.div-block-713 {
  width: 100%;
  display: flex;
}

.image-372 {
  object-fit: cover;
  object-position: 50% 32%;
  width: 30vw;
  height: 30vw;
  overflow: hidden;
}

.div-block-714 {
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.text-block-202 {
  color: #ddd;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

.text-block-203 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.image-373 {
  object-fit: cover;
  width: 30vw;
  height: 30vw;
  margin-top: -15vw;
  margin-left: 15vw;
  position: static;
  top: -20vw;
  left: 15vw;
}

.div-block-715 {
  width: 100%;
  display: flex;
}

.div-block-716 {
  width: 100%;
  margin-right: 16px;
}

.div-block-717 {
  background-image: url('../images/Frame-1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: .5px solid #eee;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 400px;
  height: 252px;
  padding: 32px;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 50px 40px -20px #0000001a;
}

.div-block-717:hover {
  box-shadow: 0 4px 40px 20px #00000026;
}

.image-374 {
  width: 48px;
}

.div-block-712-copy {
  perspective: 1000px;
  width: 100%;
  margin-bottom: 48px;
}

.image-375 {
  object-fit: contain;
  width: 80px;
  margin-bottom: 32px;
  margin-right: 16px;
  overflow: visible;
}

.div-block-718 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-204 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  display: inline;
}

.div-block-718-copy {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mexico-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(124deg, #11998e, #38ef7d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 110px;
  display: inline-flex;
}

.rotating-text-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 110px;
  display: block;
}

.thailand-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(113deg, #de6161, #2657eb);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 110px;
  display: block;
}

.italy-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #56ccf2, #2f80ed);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 110px;
  display: inline-flex;
}

.div-block-719 {
  width: 100%;
}

.div-block-720 {
  width: 160vw;
  display: flex;
}

.japan-image {
  object-fit: cover;
  object-position: 72% 50%;
  width: 40vw;
  min-width: 40vw;
  height: 50vw;
  max-height: 800px;
  overflow: hidden;
}

.mexico, .thailand {
  object-fit: cover;
  width: 40vw;
  min-width: 40vw;
  height: 50vw;
  overflow: hidden;
}

.button-3 {
  display: inline-flex;
}

.section-7-copy {
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 128px;
  padding-top: 48px;
  display: flex;
  position: relative;
}

.div-block-721 {
  background-image: radial-gradient(circle, #fff6, #fff0);
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -150px auto auto -150px;
}

.div-block-722 {
  width: 100%;
  overflow: hidden;
}

.div-block-723 {
  display: flex;
}

.image-376 {
  object-fit: contain;
  width: 80px;
  margin-right: 32px;
}

.bottom-county-wrapper {
  width: 100%;
  margin-top: 32px;
  padding-left: 48px;
  overflow: hidden;
}

.div-block-724 {
  background-image: linear-gradient(90deg, #fafafa, #fafafa00);
  width: 200px;
  height: 160px;
  position: absolute;
  inset: auto auto 50px 50px;
}

.div-block-724-copy {
  background-image: linear-gradient(90deg, #fafafa00, #fafafa);
  width: 200px;
  height: 160px;
  position: absolute;
  top: auto;
  bottom: 50px;
  right: 50px;
}

.image-377 {
  width: 120px;
}

.text-span-3 {
  color: #888;
}

.div-block-725 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-726 {
  background-color: #fafafa;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 24px;
  display: flex;
}

.link-block-6 {
  flex-flow: row;
  display: flex;
}

.image-378 {
  height: 54px;
  transition: opacity .2s;
}

.image-378:hover {
  opacity: .4;
}

.image-379 {
  width: 120px;
  margin-right: 16px;
}

.div-block-727, .section-9 {
  display: flex;
}

.div-block-728 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 60px;
  display: flex;
}

.div-block-729 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  padding: 60px;
  display: grid;
}

.image-380 {
  width: 96px;
}

.div-block-730 {
  color: #333;
  border: .3px solid #eee;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  height: 160px;
  padding: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 40px #00000014;
}

.div-block-730:hover {
  opacity: .4;
  transform: scale(.96);
}

.image-381 {
  border-radius: 12px;
  width: 40px;
  margin-bottom: 16px;
}

.text-block-205 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.section-10 {
  padding: 62px;
}

.test-header {
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
  position: relative;
}

.image-382 {
  width: 48px;
  margin-right: 32px;
}

.selected-header-link {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-right: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

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

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

.search {
  border-radius: 27px;
  flex-flow: row;
  width: 50%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 25%;
  right: auto;
  overflow: hidden;
}

.search-input {
  color: #000;
  background-color: #fff0;
  border: 0 solid #000;
  height: 54px;
  margin-bottom: 0;
  padding-right: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
}

.search-button {
  background-color: var(--main-sf);
  background-image: url('../images/Search.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 7px 7px 0% auto;
}

.div-block-731 {
  background-color: #f0f0f0;
  width: 100%;
  display: flex;
  position: relative;
}

.image-383 {
  height: 54px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.unselected-header-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #747474;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.unselected-header-link:hover {
  color: #000;
}

.div-block-732 {
  padding: 10px;
}

.div-block-733 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-384 {
  width: 24px;
  margin-right: 8px;
}

.div-block-734 {
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: none;
}

.text-block-206 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.main-visual {
  background-image: url('../images/MacBook-Air---1.png');
  background-position: 50% 79%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  padding-top: 32px;
  display: flex;
}

.heading-512 {
  color: #000;
  text-align: center;
  width: 500px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 56px;
  line-height: 64px;
}

.text-block-207 {
  color: #126ba7;
  background-color: #b2dffe;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 4px 6px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-block-208 {
  color: #747474;
  text-align: center;
  width: 500px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.search-in-mail-visual {
  opacity: .1;
  border-radius: 27px;
  flex-flow: row;
  width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-list {
  padding-bottom: 40px;
}

.heading-513 {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 48px;
}

.home-tab {
  color: #747474;
  background-color: #fff;
  border-bottom: 2px solid #0000;
  height: 40px;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  transition: border-color .2s;
}

.home-tab.w--current {
  color: #000;
  background-color: #fff;
  border-bottom: 2px solid #000;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  display: inline-flex;
}

.home-unselected-tab {
  background-color: #fff;
  height: 40px;
}

.text-block-209 {
  color: #747474;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.footer {
  background-color: #f5f5f7;
  padding: 40px;
}

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

.tabs-menu-17 {
  z-index: 3;
  background-color: #fff;
  margin-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
  position: sticky;
  top: 166px;
}

.heading-514 {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 32px;
}

.search-in-item-list {
  border-radius: 27px;
  flex-flow: row;
  width: 100%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper {
  margin-bottom: 32px;
}

.div-block-735 {
  border-radius: 12px;
  height: 150px;
  box-shadow: 0 2px 40px #00000014;
}

.tabs-content-10 {
  overflow: visible;
}

.div-block-736 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #111;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 2px 40px #00000014;
}

.div-block-736:hover {
  opacity: .6;
  transform: scale(.97);
}

.image-385 {
  width: 48px;
  overflow: visible;
}

.text-block-210 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 105%;
}

.image-386 {
  width: 32px;
}

.div-block-737 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-738 {
  background-color: #ddd;
  width: 100%;
  height: .3px;
}

.image-387 {
  opacity: .39;
  object-fit: contain;
  width: 16px;
  height: 12px;
  margin-top: 4px;
}

.div-block-739 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.text-block-211 {
  color: #aaa;
  overflow-wrap: anywhere;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.div-block-740 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-741 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-742 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-212 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-743 {
  display: flex;
}

.div-block-744 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-388 {
  width: 16px;
}

.icon {
  margin-top: -2px;
  position: static;
}

.dropdown-list {
  inset: 50px auto auto 0%;
}

.dropdown-list.w--open {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 500%;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 40px #00000014;
}

.div-block-745 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #111;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 40px #0000;
}

.link-block-7:hover {
  box-shadow: 0 2px 40px #00000014;
}

.text-block-213 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.heading-515 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 28px;
}

.image-389 {
  border-radius: 12px;
  width: 40px;
  box-shadow: 0 2px 20px #1e00ff33;
}

.image-389.whatappicon {
  border-radius: 14px;
  box-shadow: 0 2px 20px #32d84e66;
}

.image-389.nav-white-icon {
  box-shadow: 0 2px 20px #00000014;
}

.image-389.instagram-icon {
  box-shadow: 0 2px 20px #f003;
}

.image-389.snapchaticon {
  box-shadow: 0 2px 20px #f2ff00cc;
}

.text-block-214 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.text-block-208-copy {
  color: #747474;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 105%;
}

.div-block-746 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-747 {
  display: flex;
}

.text-block-217 {
  color: #fff;
  text-align: center;
  background-color: #333;
  padding: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.link-21 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .2s;
}

.link-21:hover {
  opacity: .6;
}

.link-22 {
  color: #fff;
}

.mobile-carousel {
  display: none;
}

.div-block-749 {
  z-index: 2;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.tab-pane-tab-1 {
  max-width: 1300px;
  margin-left: 40px;
  margin-right: 40px;
}

.button-4, .contact-background, .dropdown {
  display: none;
}

.product-detail {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 40px;
  display: flex;
}

.country-image-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  perspective: 1000px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.country-detail-wrapper {
  width: 50%;
  padding: 0;
  position: sticky;
  top: 40px;
}

.div-block-750 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-516 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
}

.heading-517 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 28px;
}

.common-header {
  z-index: 2;
  background-color: #fcfcfd;
  border-bottom: .3px solid #ddd;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 40px;
  display: flex;
}

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.button-5 {
  color: #0000;
  border-width: .5px;
  border-color: #aaa;
  border-radius: 12px;
  margin-right: 0;
  padding: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.button-5.w--ecommerce-pill-selected {
  border-color: var(--main-sf);
  outline-color: var(--main-sf);
  outline-offset: 0px;
  background-color: #fff;
  outline-width: 1px;
  outline-style: solid;
}

.text-block-219 {
  color: #6c6c6c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.div-block-751 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-752 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-753 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-754 {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.footer-link-title {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.link-23 {
  color: #6c6c6c;
  text-transform: capitalize;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  transition: opacity .2s;
}

.link-23:hover {
  opacity: .5;
}

.div-block-755 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-756 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-390 {
  width: 40px;
}

.text-block-220 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.footer-plain-text {
  color: #6c6c6c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.image-391 {
  width: 120px;
  transition: opacity .2s;
}

.image-391:hover {
  opacity: .6;
}

.div-block-757 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-758 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-759 {
  background-color: #6c6c6c;
  width: 1px;
}

.div-block-760 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-392 {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 40px;
}

.div-block-761 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-block-221 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: inline-flex;
}

.text-block-222 {
  color: #ff5101;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-762 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 48px;
  display: flex;
}

.text-block-223 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.div-block-763 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  display: flex;
}

.image-393 {
  width: 15px;
}

.div-block-764 {
  z-index: 1000;
  width: 100%;
}

.div-block-765 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: sticky;
  top: 48px;
}

.text-block-224 {
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-766 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-394 {
  width: 16px;
  margin-right: 8px;
}

.div-block-767 {
  border-top: .3px solid #aaa;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-block-224-copy {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-225 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 16px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-block-226 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.buy-now-button {
  background-color: var(--main-sf);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.billing-address, .shipping-address, .billing-address-toggle {
  display: none;
}

.payment-info, .shipping-method {
  margin-bottom: 0;
}

.block-content {
  background-color: #0000;
  border: 0 #000;
  border-right-color: #0000;
  padding-top: 0;
  padding-bottom: 16px;
}

.payment-method-wrapper {
  flex: 0 auto;
  width: 100%;
  margin-right: 32px;
}

.div-block-768 {
  flex: 0 auto;
  width: 100%;
}

.submit-button-12 {
  background-color: var(--main-sf);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.check-out-field-label {
  color: #5e5e5e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.card-number {
  background-color: #fff0;
  border: 0 #ddd0;
  height: 48px;
  margin-bottom: 0;
  padding-left: 48px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.card-number.check-out-field {
  border: .5px solid #ddd;
  border-radius: 6px;
}

.expiration-date {
  background-color: #0000;
  border: 0 #ddd0;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 48px;
}

.div-block-769 {
  margin-bottom: 0;
}

.security-code {
  background-color: #0000;
  border-style: none;
  height: 48px;
  margin-bottom: 0;
  padding-left: 48px;
}

.div-block-770 {
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.container-11 {
  display: flex;
}

.email-2 {
  background-color: #0000;
  border-style: none;
  height: 48px;
}

.block-content-2 {
  background-color: #0000;
  border: 1px solid #0000;
  padding: 0 20px;
}

.image-395 {
  z-index: 1;
  opacity: .6;
  object-fit: contain;
  width: 24px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 16px;
}

.block-header {
  border-style: none;
  border-color: #e6e6e600;
}

.heading-518 {
  margin-top: 0;
  margin-bottom: 16px;
}

.checkout-form {
  background-color: #fff;
  min-height: 0;
  padding-top: 160px;
  padding-bottom: 40px;
}

.apple-pay {
  border-radius: 12px;
  width: 100%;
  height: 48px;
}

.text-block-227 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.pay-with-browser {
  border-radius: 12px;
  height: 48px;
  margin-bottom: 0;
}

.div-block-771 {
  padding-left: 20px;
  padding-right: 20px;
}

.customer-info {
  margin-bottom: 0;
}

.text-block-228 {
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.block-header-2 {
  border-style: none;
  padding: 0;
}

.block-content-3 {
  border: 1px #000;
  padding: 0;
}

.text-block-229 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.heading-519 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.image-396 {
  width: 48px;
  height: 48px;
}

.div-block-772 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-search {
  border-radius: 27px;
  flex-flow: row;
  width: 300px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-search-icon {
  opacity: .4;
  height: 54px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.header-search-wrapper {
  background-color: #f0f0f0;
  width: 100%;
  display: flex;
  position: relative;
}

.header-search-input {
  color: #000;
  background-color: #fff0;
  border: 0 solid #000;
  width: 100%;
  height: 54px;
  margin-bottom: 0;
  padding-right: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.header-search-button {
  background-color: var(--main-sf);
  background-image: url('../images/Search.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 7px 7px 0% auto;
}

.text-block-207-copy {
  color: #126ba7;
  background-color: #b2dffe;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 4px 6px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.block-header-3 {
  border-style: none;
}

.block-content-4 {
  border: 1px #000;
  padding: 0;
}

.section-11 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -4px 40px 8px #00000014;
}

.quantity {
  display: none;
}

.select-field-2, .quantity-2 {
  margin-bottom: 0;
  display: none;
}

.div-block-773 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.buy-now-button-2 {
  margin-top: 0;
}

.default-state {
  margin-bottom: 0;
}

.buy-now-button-bottom {
  background-color: var(--main-sf);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  display: flex;
}

.div-block-774 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.image-398 {
  object-fit: contain;
  width: 14px;
  height: 20px;
  margin-right: 4px;
}

.text-block-230 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.add-to-cart {
  width: 100%;
  margin-bottom: 8px;
}

.div-block-775 {
  background-color: #aaa;
  width: 2px;
  height: 100%;
  min-height: 44px;
  margin-left: 32px;
  margin-right: 32px;
}

.div-block-776 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-231 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-777 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-778 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-232 {
  color: #000;
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.image-399 {
  width: 48px;
}

.text-block-233 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-226-copy {
  z-index: 2;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: fixed;
  inset: auto auto 41px 94px;
}

.discounts {
  border-style: none;
  padding: 0;
}

.apply-button {
  background-color: var(--main-sf);
  border-radius: 12px;
  height: 48px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.div-block-779 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.order-confirmation {
  background-color: #fff;
  min-height: 0;
  padding-top: 120px;
}

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

.text-block-234 {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-235 {
  color: var(--main-sf);
  text-align: center;
  margin-bottom: 40px;
}

.div-block-780 {
  flex-flow: column;
  display: flex;
}

.div-block-781 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-782 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.separator {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.div-block-783 {
  width: 100%;
  margin-bottom: 16px;
  display: none;
}

.div-block-784 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.newsletter-form-block {
  width: 100%;
  max-width: 26rem;
  margin-bottom: 0;
}

.newsletter-form-block.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form {
  border: 1px #0003;
  border-bottom: 1px solid #cccccd;
  width: 100%;
  padding: .25rem .25rem .25rem .5rem;
  display: flex;
}

.banner-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.p-large {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.container {
  justify-content: space-between;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.form-error {
  background-color: #ffdede;
  padding: .5rem;
}

.newsletter-field {
  background-color: #0000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0;
}

.text-style-header-subtitle {
  color: #353535;
  font-weight: 500;
}

.submit-button {
  z-index: 1;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.section-12 {
  padding: 3rem 1rem;
}

.section-12.bg-shadow-5 {
  background-color: #fbf7ed;
}

.section-12.container {
  max-width: 80rem;
}

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

.flex.align-center {
  align-items: center;
}

.flex.justify-center {
  justify-content: center;
}

.flex.hero-home {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.flex.is-vertical {
  flex-direction: column;
}

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

.flex.justify-end {
  justify-content: flex-end;
}

.col {
  flex: 1;
}

.col.cols-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.btn {
  color: #fbf7ed;
  background-color: #020203;
  justify-content: center;
  padding: .5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.btn:hover {
  color: #020203;
  background-color: #d2b04f;
}

.mb-2 {
  margin-bottom: 2rem;
}

.banner-text-container {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  display: flex;
}

.banner-text-container.border-right {
  border-right: 1px solid #0003;
}

.banner-text-container.border-left {
  border-left: 1px solid #0003;
  border-right: 1px #0003;
}

.spacer-4 {
  height: 4rem;
}

.product-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-collection-list.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-collection-list.grid.hero {
  grid-template-columns: 1fr 1fr;
}

.hero-brand-img {
  margin: .5rem;
}

.icon-container {
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 0;
  margin-right: 0;
  padding: .4rem;
  position: relative;
}

.icon-container.less-padding {
  padding: .25rem;
}

.spacer-1 {
  width: 1rem;
  height: 1rem;
  padding-bottom: 0;
}

.spacer-2 {
  width: 2rem;
  height: 2rem;
}

.p-medium {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.4;
}

.p-medium.text-weight-normal {
  font-weight: 400;
}

.icon-4 {
  color: #000;
  width: 100%;
  max-width: 1.5rem;
  height: 100%;
  max-height: 1.5rem;
}

.icon-4.is-gray {
  z-index: 0;
  color: #cccccd;
  transition: color .2s;
  position: relative;
}

.icon-4.is-gray:hover {
  color: #fff;
}

.icon-4.is-black {
  color: #020203;
}

.form-success {
  background-color: #0000;
  padding: 0;
}

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

.product-collection {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.collection-list-wrapper-2 {
  margin-bottom: 48px;
}

.next {
  margin-top: 32px;
}

.container-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.image-400 {
  border-radius: 8px;
  width: 40px;
}

.link-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.link-block-8:hover {
  opacity: .5;
}

.section-13 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.heading-521 {
  margin-top: 0;
  margin-bottom: 32px;
}

.text-block-236 {
  font-weight: 400;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.search-result-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-522 {
  margin-top: 0;
  margin-bottom: 32px;
}

.container-13 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.product-price {
  color: #020203;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.navbar {
  background-color: #fff;
  padding: .5rem 1rem;
}

.brand-link {
  padding: .5rem;
  position: static;
}

.p-small {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
}

.search-2 {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  display: flex;
  position: relative;
  top: 6rem;
}

.nav-link {
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 0;
  margin-right: 0;
  padding: .4rem;
  display: flex;
}

.search-field {
  height: 3rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.search-close {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.brand-image {
  height: 100%;
  min-height: 1.8rem;
}

.search-container {
  z-index: 99;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0000004d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.mini-cart-footer, .mini-cart-list {
  padding: .5rem;
}

.cart-button {
  background-color: #0000;
  padding: .4rem;
}

.btn-stretched {
  color: #fbf7ed;
  background-color: #020203;
  justify-content: center;
  align-self: stretch;
  margin-top: 0;
  padding: .5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.btn-stretched:hover {
  color: #020203;
  background-color: #d2b04f;
}

.btn-stretched.secondary {
  color: #020203;
  background-color: #0000;
  border: 1px solid #000;
  transition: border-color .2s, color .2s, background-color .2s;
}

.btn-stretched.secondary:hover {
  color: #fbf7ed;
  background-color: #9e843c;
  border-style: solid;
  border-color: #9e843c;
}

.cart-quantity {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 1rem;
  height: 1rem;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .8rem;
  line-height: 1.2;
  display: flex;
  position: relative;
  left: -.5rem;
}

.mini-cart-header {
  padding: .5rem;
}

.navbar__container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-color-gray2 {
  color: #676768;
}

.text-weight-normal {
  font-weight: 400;
}

.text-block-237 {
  margin-top: 64px;
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-238 {
  color: #1b0000;
}

.text-block-239 {
  color: #000;
  font-size: 17px;
}

.cart-button-2 {
  background-color: #3898ec00;
  padding-right: 0;
  transition: opacity .2s;
}

.cart-button-2:hover {
  opacity: .5;
}

.cart {
  height: 100%;
}

.image-401 {
  width: 24px;
}

.cart-quantity-2 {
  color: #fff;
  background-color: red;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  margin-left: -8px;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
}

.checkout-button {
  background-color: var(--main-sf);
  border-radius: 12px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  line-height: 50px;
}

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

.image-402 {
  opacity: .5;
  width: 32px;
  padding: 4px;
  transition: opacity .2s;
}

.image-402:hover {
  opacity: .2;
}

.option-2 {
  margin-bottom: 10px;
}

.cart-quantity-3 {
  margin-bottom: 0;
}

.div-block-785 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-206 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-258 {
  color: #fff;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 36px;
  line-height: 38px;
}

.div-block-192 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 50%;
  min-width: 900px;
  margin-bottom: 140px;
  padding: 20px;
  display: flex;
}

.heading-263 {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 27px;
}

.heading-274 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: color .2s;
}

.heading-274:hover {
  color: #acacac;
}

.div-block-186 {
  color: #fff;
  background-color: #fff;
  width: 1px;
  height: 10px;
  margin-left: 10px;
}

.columns-31 {
  align-items: center;
  display: flex;
}

.image-162 {
  width: 60px;
}

.heading-279 {
  color: #fff;
  margin-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  line-height: 40px;
  transition: opacity .2s;
}

.heading-279:hover {
  opacity: .48;
}

.link-block-119 {
  margin-bottom: 10px;
  text-decoration: none;
}

.div-block-216 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.giant-killing {
  margin-top: 40px;
}

.div-block-188 {
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-198 {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px 40px;
  display: flex;
  box-shadow: 0 0 20px 10px #7777771a;
}

.paragraph-29 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
}

.heading-267 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 60px;
}

.heading-269 {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 17px;
  line-height: 25px;
  transition: color .2s;
}

.div-block-214 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-156 {
  width: 40px;
  transition: opacity .2s;
}

.image-156:hover {
  opacity: .53;
}

.div-block-190 {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-278 {
  color: #ffffffba;
  font-size: 12px;
  font-weight: 400;
}

.div-block-202 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-54 {
  padding-left: 0;
  padding-right: 0;
}

.column-57 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.image-160 {
  width: 130px;
  margin-right: 20px;
}

.column-53 {
  background-image: url('../images/austin-distel-qgdJX9mvMJI-unsplash-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  bottom: 50px;
  left: 20px;
}

.section-73 {
  background-color: #f5f5f5;
  flex-direction: column;
  display: flex;
}

.div-block-205 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-199 {
  background-color: #bebebea3;
  width: 40px;
  height: 1px;
}

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

.link-block-126 {
  text-decoration: none;
}

.div-block-207 {
  padding: 40px 20px;
}

.text-block-30 {
  color: #fffdfd;
}

.heading-261 {
  color: #fff;
  border-bottom: 1px solid #0000;
  font-size: 15px;
  transition: border-color .2s cubic-bezier(.55, .085, .68, .53);
}

.heading-261:hover {
  border-bottom-color: #fff;
}

.div-block-197 {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-block-114 {
  color: gray;
  margin-left: 10px;
}

.heading-260 {
  color: #fff;
  border-bottom: 1px solid #fff0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
}

.heading-260:hover {
  border-bottom: 1px solid #fff;
}

.heading-275 {
  color: #333;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.heading-276 {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  transition: color .2s;
}

.heading-276:hover {
  color: #ffffff94;
}

.lottie-animation-2 {
  width: 80px;
  margin-top: 40px;
}

.heading-282 {
  color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.div-block-191 {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.link-block-121 {
  color: #333;
  border-bottom: 0 solid #0000;
  transition: color .2s;
}

.link-block-121:hover {
  border-bottom-width: 0;
}

.heading-283 {
  color: #000;
  margin-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.heading-262 {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 142px;
  font-weight: 900;
  line-height: 127px;
}

.heading-266 {
  color: #000;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.link-block-122 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 400;
}

.columns-30 {
  background-color: #fff;
  border-radius: 10px;
  align-items: stretch;
  margin-left: 20px;
  margin-right: 40px;
  display: flex;
}

.div-block-201 {
  background-image: url('../images/pexels-анна-рыжкова-3077882.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  min-height: 600px;
  padding-top: 20px;
}

.div-block-183 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
}

.paragraph-28 {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.link-block-116 {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.heading-265 {
  color: #000;
  margin: 0 10px 60px;
  font-size: 25px;
  line-height: 30px;
}

.div-block-187 {
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  display: flex;
}

.image-158 {
  display: none;
}

.div-block-217 {
  cursor: auto;
  background-color: #fff;
  border-radius: 10px;
  width: 50%;
  min-width: 900px;
  height: 500px;
}

.image-159 {
  height: 500px;
}

.div-block-204, .div-block-185 {
  align-items: center;
  display: flex;
}

.column-56 {
  justify-content: center;
  display: flex;
}

.grid-11 {
  align-items: start;
}

.section-74 {
  background-color: #3d3d3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-268 {
  color: #000;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 5px 20px;
  font-family: Exo, sans-serif;
  font-size: 13px;
}

.div-block-210 {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-286 {
  font-family: Exo, sans-serif;
  font-size: 17px;
  line-height: 25px;
  transition: color .2s;
}

.heading-286:hover {
  color: #fd4749;
}

.link-block-115 {
  margin-left: 10px;
  text-decoration: none;
}

.link-block-120 {
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.heading-264 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  display: inline-block;
}

.div-block-184 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.div-block-203 {
  background-color: #fff;
  width: 1px;
  height: 15px;
}

.div-block-200 {
  padding-top: 140px;
}

.image-161 {
  width: 130px;
}

.div-block-208 {
  padding: 40px 20px 20px;
  display: inline-block;
}

.link-24 {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.link-24:hover {
  opacity: .5;
}

.section-75 {
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.link-block-127 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-403 {
  width: 40px;
}

.text-block-240 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.image-404 {
  width: 24px;
}

.dropdown-toggle {
  padding-right: 20px;
}

.section-76 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-786 {
  background-image: url('../images/AdobeStock_535763044.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 320px;
  border-radius: 8px;
  width: 160px;
  height: 120px;
}

.div-block-787 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #ddd;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  padding: 24px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-787:hover {
  opacity: .5;
}

.div-block-788 {
  background-color: #34c759;
  border: 3px solid #fff;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  top: -5px;
  left: -5px;
}

.div-block-789 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-241 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-242 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-790 {
  width: 100%;
  max-width: 900px;
}

.div-block-791 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 56px;
  display: flex;
}

.faq-type-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.faq-type-wrapper:hover {
  opacity: .4;
}

.div-block-793 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-243 {
  color: #6a6a6a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-405 {
  border-radius: 0;
  width: 72px;
}

.image-405-copy {
  border-radius: 18px;
  width: 72px;
  padding: 16px;
}

.div-block-794 {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.section-77 {
  justify-content: center;
  align-items: flex-start;
  padding: 56px 40px;
  display: flex;
}

.div-block-795 {
  width: 100%;
  max-width: 900px;
}

.text-block-242-copy {
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.faq-tab-button {
  color: #6a6a6a;
  background-color: #fff;
  margin-right: 16px;
  padding: 8px 0 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  transition: color .2s;
}

.faq-tab-button:hover {
  color: #000;
}

.faq-tab-button.w--current {
  color: #222;
  background-color: #fff;
  border-bottom: 2px solid #000;
}

.tab-link-tab-1 {
  font-family: Zen Maru Gothic, sans-serif;
}

.tab-link-tab-1.w--current {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.text-block-245 {
  border-bottom: 2px solid #fff;
}

.tabs-content-11 {
  margin-top: 32px;
}

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

.collection-list-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-246 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}

.link-block-128 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.link-block-128:hover {
  opacity: .6;
}

.text-block-247 {
  color: #6a6a6a;
  height: 42px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.paragraph-61 {
  height: 59px;
  overflow: hidden;
}

.dropdown-list-2 {
  right: 0;
}

.dropdown-list-2.w--open {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.dropdown-link {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  transition: opacity .2s;
}

.dropdown-link:hover {
  opacity: .5;
}

.dropdown-link.w--current {
  color: #000;
  font-weight: 600;
}

.text-block-248 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.section-78 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 56px 40px;
  display: flex;
}

.rich-text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-524 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
}

.div-block-796 {
  width: 100%;
}

.div-block-797 {
  border: 1px solid #ddd;
  border-radius: 12px;
  width: 100%;
  padding: 24px;
}

.text-block-249 {
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-250 {
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.button-6 {
  background-color: var(--main-sf);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: opacity .2s;
  display: flex;
}

.button-6:hover {
  opacity: .5;
}

.div-block-798 {
  width: 50%;
}

.div-block-799 {
  background-color: #f4f4f5;
  border-radius: 12px;
  padding: 12px;
  display: flex;
}

.image-406 {
  width: 56px;
}

.body-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-800 {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  margin-bottom: 16px;
  display: flex;
  box-shadow: 0 4px 40px 8px #00000014;
}

.div-block-801 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-251 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.link-25 {
  color: #0051ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .2s;
}

.link-25:hover {
  opacity: .5;
}

.link-block-129 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.link-block-129:hover {
  opacity: .5;
}

.image-407 {
  width: 40px;
}

.div-block-802 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 32px;
  display: flex;
}

.text-block-252 {
  font-weight: 600;
}

.div-block-803 {
  background-color: #eee;
  height: 1px;
}

.image-408 {
  width: 16px;
}

.email-type-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  transition: opacity .2s;
  display: none;
}

.email-type-wrapper:hover {
  opacity: .4;
}

.div-block-705-copy {
  border-bottom: .3px none var(--separator);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.image-369-copy {
  height: 80px;
}

.section-79 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.tooltip-wrapper {
  color: #112953;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  inset: 20px auto auto 20px;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px;
  padding: 16px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 110%;
  font-weight: 300;
}

.relative {
  position: relative;
}

.tooltip-code {
  color: #290092;
  background-color: #cbe0fc;
  border-bottom: 1px solid #557dff;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.top {
  margin-left: 8px;
}

.image-409 {
  width: 120px;
  margin-bottom: 16px;
}

.home-wrapper {
  flex-flow: column;
  width: 100%;
  max-width: 1500px;
  padding-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.home-header {
  z-index: 6;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 0 40px;
  display: flex;
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
}

.div-block-804 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-390-copy {
  width: 32px;
}

.heading-526 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 17px;
}

.link-26 {
  color: var(--secondary-label);
  padding-left: 8px;
  padding-right: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.link-26:hover {
  color: #000;
}

.div-block-805 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-253 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-130 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-130:hover {
  opacity: .65;
}

.image-410 {
  width: 13px;
}

.home-header-label {
  z-index: 3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 120px;
  font-size: 65px;
  line-height: 70px;
  position: relative;
}

.home-hero {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  display: flex;
}

.hero-circles-wrapper {
  z-index: -1;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-circle-wrapper._01 {
  z-index: -1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-circle-wrapper._03 {
  z-index: -1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0;
}

.hero-circle-wrapper._02 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-circle {
  width: 48%;
}

.hero-circle-02 {
  z-index: -1;
  width: 75%;
  position: absolute;
}

.hero-circle-03 {
  z-index: -1;
  width: 100%;
  position: absolute;
}

.div-block-806 {
  height: 100vh;
}

.image-411 {
  z-index: 1;
  max-width: 550px;
  position: relative;
}

.home-layout-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-80 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 20px;
  display: flex;
}

.home-title-2 {
  z-index: 3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 56px;
  line-height: 56px;
  position: relative;
}

.section-81 {
  z-index: 3;
  background-color: #fff;
  padding-top: 32px;
  position: relative;
}

.text-block-254 {
  color: var(--secondary-label);
  text-align: center;
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.telecom-company-logos-wrapper {
  width: 100%;
}

.image-412 {
  opacity: .8;
  filter: hue-rotate(180deg) grayscale();
  object-fit: contain;
  max-width: 160px;
  max-height: 40px;
}

.telecom-company-logo-carousel {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-255 {
  color: var(--secondary-label);
  text-align: center;
  width: 80%;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.tabs-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-menu-19 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #e8e8ed;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 6px;
  display: flex;
}

.tabs-content-12 {
  width: 100%;
  max-width: 900px;
  overflow: visible;
}

.tab-link-tab-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all .5s;
  display: flex;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #1d1d20;
}

.div-block-807 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.div-block-808 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--quaternary-fill);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-808:hover {
  transform: scale(1.02);
}

.div-block-808.horizontal {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.text-block-257 {
  z-index: 1;
  color: #000;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.text-block-257.left-alight {
  text-align: left;
}

.div-block-809 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  display: grid;
}

.div-block-810 {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.lottie-animation-5 {
  width: 400px;
  height: 400px;
}

.div-block-811 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.div-block-812 {
  background-color: #fafafa;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.div-block-813 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: flex;
  box-shadow: 0 4px 40px 8px #0000001f;
}

.image-413 {
  width: 28px;
}

.text-block-258 {
  color: var(--secondary-label);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.home-title-3 {
  z-index: 3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 44px;
  line-height: 50px;
  position: relative;
}

.text-span-4 {
  color: #000;
}

.ease-faq-container {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  width: 100%;
  padding: 32px;
}

.ease-faq-title-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-259 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.image-414 {
  width: 24px;
  overflow: visible;
}

.ease-faq-answer {
  color: var(--secondary-label);
  padding-top: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.faq-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.tabs-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-menu-20 {
  z-index: 4;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e8e8ed;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: width .2s;
  display: flex;
  position: absolute;
  bottom: 16px;
}

.tabs-content-13 {
  width: 100%;
  overflow: visible;
}

.div-block-814 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-815 {
  background-color: #fff;
  border-radius: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 800px;
  max-width: 1500vw;
  padding: 12px 24px;
  display: flex;
  position: relative;
}

.image-415 {
  width: 250px;
  position: relative;
}

.image-416, .image-417 {
  width: 200px;
  position: relative;
}

.image-418 {
  width: 250px;
}

.image-419 {
  background-color: #fff;
  padding: 20px;
}

.image-420 {
  width: 48px;
  padding: 0;
}

.div-block-816 {
  z-index: 2;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: -20px auto auto -20px;
  box-shadow: 0 4px 40px 8px #0000001a;
}

.hero-map-wrapper {
  position: absolute;
  top: -73px;
  left: -50px;
}

.hero-instagram-wrapper {
  z-index: -1;
  display: inline-flex;
  position: absolute;
  bottom: 20px;
  left: -150px;
}

.hero-phone-wrapper {
  position: relative;
}

.hero-tiktok-wrapper {
  display: inline-flex;
  position: absolute;
  bottom: -25px;
  right: -200px;
}

.hero-music-wrapper {
  display: inline-flex;
  position: absolute;
  top: -20px;
  right: -100px;
}

.div-block-816-copy {
  z-index: 2;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: -20px;
  bottom: auto;
  right: -20px;
  box-shadow: 0 4px 40px 8px #0000001a;
}

.div-block-820 {
  z-index: 4;
  background-image: linear-gradient(#fff0, #fff);
  width: 100vw;
  height: 60px;
  position: absolute;
}

.text-block-260 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.image-421 {
  width: 80%;
}

.text-block-261 {
  z-index: 2;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.image-422 {
  object-fit: contain;
  width: 120px;
  height: 96px;
}

.image-422-copy {
  object-fit: contain;
  width: 96px;
  height: 66px;
}

.image-423 {
  width: 20px;
}

.div-block-808-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--quaternary-fill);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: transform .2s;
}

.image-424 {
  width: 50%;
  position: relative;
  bottom: -40px;
}

.div-block-808-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--quaternary-fill);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: transform .2s;
  display: flex;
}

.div-block-808-copy-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--quaternary-fill);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: transform .2s;
  display: flex;
}

.div-block-808-copy-copy.non-bottom-inset {
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-808-copy-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--quaternary-fill);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: transform .2s;
  display: flex;
}

.mutiple-countries-esim-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--quaternary-fill);
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  transition: transform .2s;
  display: flex;
}

.mutiple-countries-esim-wrapper:hover {
  transform: scale(1.02);
}

.div-block-821 {
  background-color: #fff;
  background-image: url('../images/Frame-1.png');
  background-position: 50% -113%;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 200px;
  height: 120px;
  padding: 16px;
  display: flex;
  box-shadow: 0 4px 20px 8px #0000000f;
}

.image-425 {
  object-position: 50% 50%;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  margin-right: -14px;
}

.div-block-822 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.image-426 {
  width: 30px;
}

.text-block-262 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 54px;
}

.text-block-263 {
  color: var(--secondary-label);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-823 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-808-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--quaternary-fill);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: transform .2s;
  display: flex;
}

.div-block-808-copy:hover {
  transform: scale(1.02);
}

.text-block-262-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(62deg, #9d55cf, #ee6c6a 43%, #f3a167 73%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
}

.div-block-824 {
  z-index: 0;
  background-image: radial-gradient(circle closest-side, #ffd1d3, #ffd1d300);
  position: absolute;
  inset: 6px;
}

.div-block-808-copy-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--quaternary-fill);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: transform .2s;
}

.div-block-808-copy-copy:hover {
  transform: scale(1.02);
}

.div-block-808-copy-copy._02 {
  background-color: var(--quaternary-fill);
  position: relative;
  overflow: hidden;
}

.div-block-823-copy {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-825 {
  width: 100%;
  height: 100px;
}

.image-427 {
  opacity: .24;
  filter: grayscale();
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 80vh;
}

.div-block-826 {
  position: absolute;
  bottom: 0;
}

.div-block-827 {
  background-image: linear-gradient(#fff, #fff0);
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.text-block-264 {
  z-index: 4;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
}

.div-block-828 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
}

.text-block-265 {
  color: var(--secondary-label);
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.header-shadow {
  z-index: -1;
  opacity: 0;
  border-radius: 40px;
  position: absolute;
  inset: 0;
  box-shadow: 0 4px 20px 8px #0000000f;
}

.image-428 {
  width: 80%;
  position: absolute;
  top: -40px;
}

.div-block-829 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bento-initem-description {
  color: var(--secondary-label);
  text-align: center;
  width: 80%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-830 {
  background-color: #fff;
  border-radius: 16px;
  width: 80%;
  margin-bottom: 16px;
  padding: 16px;
  position: relative;
  box-shadow: 0 4px 20px 8px #00000014;
}

.text-block-266 {
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-267 {
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-span-5 {
  color: var(--secondary-label);
  font-size: 18px;
  font-weight: 500;
}

.div-block-831 {
  background-color: var(--tertiary-fill);
  border-radius: 16px;
  height: 44px;
  padding: 4px;
}

.div-block-832 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3e81f3;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 74%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-833 {
  background-color: #2e6ed5;
  width: 4px;
  height: 60px;
  transform: rotate(-23deg);
}

.bento-horizontal-label {
  z-index: 1;
  color: #000;
  text-align: center;
  width: 50%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  position: relative;
}

.bento-horizontal-label.left-alight {
  text-align: left;
}

.div-block-834 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.div-block-835 {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  transition: border-color .2s;
  display: flex;
}

.div-block-835:hover {
  border-color: var(--main-sf);
}

.div-block-835.selected {
  border: 2px solid var(--main-sf);
}

.image-429 {
  width: 18px;
}

.div-block-836 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-268 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-269 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.div-block-837 {
  border: 2px solid var(--separator);
  border-radius: 9px;
  width: 18px;
  height: 18px;
}

.text-block-257-copy {
  z-index: 1;
  color: #000;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.text-block-257-copy.left-alight {
  text-align: left;
}

.div-block-838 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-430 {
  width: 40px;
}

.div-block-839 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffffe6;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
}

.image-431 {
  width: 38px;
}

.div-block-840 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-270 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.div-block-841 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-271 {
  color: #8e8e91;
  width: 53px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.image-432 {
  background-color: #fff;
  border-radius: 100px;
  width: 80px;
  padding: 8px;
  position: absolute;
  bottom: -16px;
  right: -50px;
  box-shadow: 0 4px 20px 8px #0000000f;
}

.image-433 {
  background-color: #fff;
  border-radius: 40px;
  width: 80px;
  position: absolute;
  top: -30px;
  left: -40px;
  box-shadow: 0 4px 20px 8px #0000000f;
}

.link-block-131 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.before-purchase-bento-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-842 {
  background-color: var(--separator);
  border-radius: 1px;
  width: 2px;
  height: 20px;
}

.image-434 {
  width: 18px;
  height: 18px;
}

.dropdown-toggle-2 {
  opacity: .4;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.dropdown-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  padding: 16px;
  display: none;
  right: 0;
  box-shadow: 0 4px 20px 8px #00000014;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.link-block-132 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.image-435 {
  width: 24px;
}

.div-block-843 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.image-436 {
  width: 120px;
  transition: opacity .2s;
}

.image-437 {
  object-fit: cover;
  width: 137px;
  height: 50px;
  transition: opacity .2s;
}

.pre-trip-app-button {
  transition: opacity .2s;
}

.pre-trip-app-button:hover {
  opacity: .4;
}

.div-block-844 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.image-438 {
  width: 100%;
}

.div-block-845 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.text-block-262-copy {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 54px;
}

.free-return-bento-label {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#444 65%, #000);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 66px;
}

.dropdown-toggle-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
}

.image-440 {
  width: 100px;
}

.dropdown-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 232px;
  padding: 8px;
  top: 40px;
  right: 0;
  box-shadow: 0 4px 20px 8px #00000014;
}

.dropdown-list-4.w--open {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  top: 26px;
}

.link-block-133 {
  display: none;
}

.div-block-846 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.div-block-846-copy {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
}

.post-trip-apps-wrapper {
  position: absolute;
  inset: 0;
}

.feature-tab {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all .5s;
  display: flex;
}

.feature-tab.w--current {
  color: #fff;
  background-color: #1d1d20;
}

.home-loading-view {
  z-index: 7;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.loading-first-wave {
  border: 2px solid var(--separator);
  background-color: #00000005;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto auto -100px -100px;
}

.loading-first-wave._02 {
  border-radius: 200px;
  width: 400px;
  height: 400px;
  bottom: -200px;
  left: -200px;
}

.loading-first-wave._03 {
  border-radius: 400px;
  width: 600px;
  height: 600px;
  bottom: -300px;
  left: -300px;
}

.loading-second-wave {
  border: 2px solid var(--separator);
  background-color: #00000005;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto auto -100px -100px;
}

.loading-second-wave._01 {
  left: auto;
  right: -100px;
}

.loading-second-wave._02 {
  border-radius: 200px;
  width: 400px;
  height: 400px;
  bottom: -200px;
  left: auto;
  right: -200px;
}

.loading-second-wave._03 {
  border-radius: 400px;
  width: 600px;
  height: 600px;
  bottom: -300px;
  left: auto;
  right: -300px;
}

.link-block-8-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.link-block-8-copy:hover {
  opacity: .5;
}

.link-block-8-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
  display: none;
}

.link-block-8-copy-copy:hover {
  opacity: .5;
}

.link-block-134 {
  background-color: #fff;
  margin: 18px;
  padding: 26px;
  box-shadow: 0 2px 5px #0003;
}

.collection-list-3 {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-82 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-527 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 4rem;
  line-height: 4rem;
}

.div-block-847 {
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  padding-top: 40px;
  display: flex;
}

.paragraph-62 {
  color: #888;
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 22px;
  display: none;
}

.collection-item-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
}

.collection-item-2.hover-alpha {
  transition: opacity .2s;
}

.collection-item-2.hover-alpha:hover {
  opacity: .4;
}

.image-442 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.text-block-274 {
  color: #000;
  width: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 43px;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #ddd;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: opacity .2s;
}

.collection-item-3:hover {
  opacity: .4;
}

.image-443 {
  object-fit: cover;
  border-radius: 16px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: 130px;
  min-height: 130px;
  max-height: 130px;
}

.collection-list-3-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-528 {
  color: #1d1d1f;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 32px;
}

.div-block-848 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-849 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-275 {
  color: #6e6e73;
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.text-block-276 {
  margin-bottom: 16px;
}

.text-block-276-copy {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-277 {
  color: #6e6e73;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.pagination {
  border-top: 1px solid #ddd;
}

.next-2 {
  background-color: #fff;
  border-style: solid none none;
  border-top-color: #1332d8;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 12px;
  padding-right: 12px;
  transition: opacity .2s;
}

.next-2:hover {
  opacity: .6;
}

.text-block-278 {
  color: #1332d8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.icon-5 {
  color: #1332d8;
}

.collection-list-4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.link-27 {
  text-decoration: none;
}

.link-block-135 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.link-block-135.unselected {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  transition: color .2s;
}

.link-block-135.unselected:hover {
  color: #111;
}

.collection-item-4 {
  border-radius: 30px;
  display: inline-block;
}

.div-block-850 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.div-block-815-copy {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.section-83 {
  background-color: #f5f5f7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-bottom: 60px;
  display: flex;
}

.section-84 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 992px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-851 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
}

.image-444 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 500px;
}

.image-444.shadow-view {
  box-shadow: 0 4px 40px 8px #0000001f;
}

.div-block-852 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-445 {
  border-radius: 7px;
  width: 24px;
  height: 24px;
}

.text-block-279 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.text-block-280 {
  color: var(--secondary-label);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.div-block-853 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.heading-529 {
  font-family: "ヒラギノ角ゴシック W 7", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-854 {
  display: flex;
}

.div-block-855 {
  background-color: #c6c6c8;
  width: 100%;
  height: 1px;
}

.rich-text-block-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  line-height: 120%;
}

.div-block-856 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.news-share-button {
  background-color: #f4f4f5;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.news-share-button:hover {
  background-color: #dfdfdf;
}

.image-446 {
  width: 20px;
}

.code-embed {
  width: 100px;
  height: 100px;
}

.link-block-135-copy {
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.link-block-136 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-137 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-857 {
  color: #111;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 8px 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 4px 20px 5px #0000000f;
}

.text-block-281 {
  line-height: 12px;
}

.div-block-858 {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 12px;
  display: none;
  box-shadow: 0 4px 20px 8px #0000000f;
}

.text-block-282 {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.news-page-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid var(--separator);
  box-shadow: none;
  flex-flow: column;
  width: 100vw;
  padding: 20px 40px;
  display: flex;
}

.div-block-859 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block-138 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-530 {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.image-447 {
  width: 24px;
}

.div-block-860 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-283 {
  color: #111;
  padding-top: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.div-block-861 {
  background-color: var(--main-sf);
  border-radius: 2px;
  width: 100%;
  height: 4px;
}

.div-block-862 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
  display: none;
}

.div-block-862:hover {
  opacity: .6;
}

.div-block-863 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-284 {
  color: #aaa;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-864 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 32px;
  display: none;
}

.div-block-865 {
  background-color: #aaa;
  width: 1px;
}

.text-block-284-copy {
  color: #aaa;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-866 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-867 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--secondary-label);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.div-block-868 {
  width: 100%;
}

.div-block-869 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-285 {
  color: #cf0000;
  background-color: #ff00001a;
  border-radius: 40px;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
}

.div-block-870 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-871 {
  flex-flow: column;
  display: flex;
}

.div-block-872 {
  display: flex;
}

.image-391-copy {
  width: 130px;
  transition: opacity .2s;
}

.image-391-copy:hover {
  opacity: .6;
}

.ec-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  padding-bottom: 120px;
  display: flex;
}

.body-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-448 {
  width: 100%;
  height: 50vh;
  max-height: 600px;
}

.ec-header {
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  max-height: 600px;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.ec-header-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-531 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-873 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-286 {
  color: #3339;
  background-color: #fff9;
  border-radius: 2px;
  padding: 3px 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
}

.text-block-287 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.text-block-288 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-874 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.text-block-289 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
}

.tabs-17 {
  width: 100%;
}

.tabs-menu-21 {
  background-color: #7676801f;
  border-radius: 8.91px;
  justify-content: flex-start;
  align-items: stretch;
  height: 32px;
  margin-bottom: 16px;
  padding: 2px;
  display: flex;
}

.ec-tab-button {
  background-color: #fff0;
  border-radius: 6.93px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.ec-tab-button.w--current {
  background-color: #fff;
}

.ec-guide-wrapper {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-button-text {
  font-size: 13px;
  font-weight: 500;
}

.ec-guide-detail-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.ec-step-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--quaternary-fill);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.ec-step-title {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.button-7 {
  background-color: var(--main-sf);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 17px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.button-7:hover {
  background-color: #0063c7;
}

.text-block-290 {
  color: var(--secondary-label);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.div-block-875 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-449 {
  object-fit: cover;
  object-position: 50% 9%;
  width: 300px;
  height: 387px;
}

.div-block-876 {
  background-color: var(--separator);
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.div-block-877 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 24px;
}

.div-block-877-nocopytoast {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 24px;
}

.div-block-878 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.div-block-878:hover {
  opacity: .4;
}

.div-block-879 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-291 {
  color: var(--secondary-label);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.text-block-292 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.image-450 {
  height: 20px;
}

.text-block-293 {
  color: var(--secondary-label);
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.link-block-139 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .2s;
  display: flex;
}

.link-block-139:hover {
  opacity: .5;
}

.text-block-294 {
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
}

.image-451 {
  width: 16px;
}

.copied-toast {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #111;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: fixed;
  inset: auto auto -100px;
  box-shadow: 0 4px 40px 8px #00000014;
}

.text-block-295 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.image-452 {
  filter: brightness(1000%) grayscale();
  width: 24px;
}

.ec-step-wrapper-optional {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--quaternary-fill);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: none;
}

.text-block-296 {
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.tab-link-tab-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #7676801f;
  border: .5px solid #fff0;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

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

.tab-link-tab-3.w--current {
  border: .5px solid var(--separator);
  background-color: #fff;
}

.tabs-menu-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.image-453 {
  width: 80px;
}

.ec-step-wrapper-android {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--quaternary-fill);
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.image-454 {
  width: 200px;
}

.div-block-880 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-881 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-297 {
  color: var(--secondary-label);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.ec-step-wrapper-android-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--quaternary-fill);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.image-455 {
  width: 100px;
}

.button-8 {
  background-color: var(--main-sf);
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.wrapper-before-17-4, .wrapper-after-17-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.link-block-140 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  transition: all .2s;
  display: flex;
  position: fixed;
  bottom: 20px;
  box-shadow: 0 4px 40px 8px #0000001f;
}

.link-block-140:hover {
  opacity: .4;
  transform: scale(.95);
}

.image-456 {
  border-radius: 16px;
  width: 24px;
}

.text-block-299 {
  font-size: 14px;
  font-weight: 600;
}

.text-block-300 {
  color: var(--secondary-label);
  font-size: 12px;
  font-weight: 400;
}

.div-block-882 {
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .textarea-2 {
    border-color: #00000024;
    border-radius: 4px;
    width: 100%;
    margin-left: 0;
  }

  .select-field {
    border-color: #00000024;
    width: 100%;
    margin-left: 0;
  }

  .text-rotate-wrap {
    margin-left: 0;
  }

  .div-block-707 {
    width: 100%;
  }

  .text-block-198, .comparison-label, .comparison-lose-label, .simmy-compariison-label {
    font-size: 16px;
  }

  .help-center {
    height: 300px;
  }

  .faqs, .email-support-tab, .chat {
    height: auto;
  }

  .div-block-717 {
    width: 330px;
    height: 207.9px;
  }

  .image-375 {
    width: 60px;
  }

  .heading-511 {
    font-size: 64px;
    line-height: 64px;
  }

  .div-block-728 {
    width: auto;
  }

  .div-block-730 {
    border-width: 1px;
  }

  .test-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .search {
    width: 100%;
    display: none;
    position: relative;
    left: 0%;
  }

  .div-block-731 {
    display: flex;
  }

  .main-visual {
    height: 400px;
    padding-top: 0;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-750 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .common-header {
    justify-content: space-between;
    align-items: center;
  }

  .header-search-icon {
    height: 48px;
  }

  .header-search-wrapper {
    display: flex;
  }

  .header-search-input {
    height: 48px;
  }

  .header-search-button {
    width: 36px;
    height: 36px;
    top: 6px;
    right: 6px;
  }

  .div-block-773 {
    max-width: 160px;
  }

  .text-block-230 {
    font-size: 12px;
  }

  .text-block-231 {
    font-size: 26px;
  }

  .text-block-226-copy {
    bottom: 50px;
  }

  .banner-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .banner-text-container.border-right {
    padding-right: 1rem;
  }

  .banner-text-container.border-left {
    padding-left: 1rem;
  }

  .product-collection-list.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .div-block-192 {
    min-width: 750px;
  }

  .div-block-188 {
    margin-left: 0;
  }

  .paragraph-29 {
    font-size: 14px;
  }

  .div-block-190 {
    padding-top: 60px;
  }

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

  .div-block-191 {
    padding-top: 60px;
  }

  .heading-266 {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 50px;
    line-height: 50px;
  }

  .columns-30 {
    align-items: stretch;
    display: flex;
  }

  .paragraph-28 {
    padding-left: 10px;
    font-size: 15px;
    line-height: 24px;
  }

  .div-block-217 {
    min-width: 740px;
    height: 475px;
  }

  .image-159 {
    height: 475px;
  }

  .heading-264 {
    font-size: 60px;
  }

  .text-block-242 {
    font-size: 24px;
  }

  .div-block-791 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-246 {
    font-size: 16px;
  }

  .text-block-247 {
    font-size: 14px;
  }

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

  .section-78 {
    flex-flow: column;
  }

  .home-header-label {
    font-size: 54px;
    line-height: 60px;
  }

  .hero-circle {
    width: 50vw;
  }

  .hero-circle-02 {
    width: 80vw;
  }

  .hero-circle-03 {
    width: 110vw;
    max-width: none;
  }

  .image-411 {
    max-width: 400px;
  }

  .text-block-257 {
    line-height: 22px;
  }

  .div-block-815 {
    width: 100vw;
    min-width: 700px;
  }

  .image-415 {
    width: 200px;
  }

  .image-416 {
    width: 150px;
  }

  .image-417 {
    width: 180px;
  }

  .image-418 {
    width: 200px;
  }

  .image-420 {
    width: 32px;
  }

  .div-block-816 {
    width: 60px;
    height: 60px;
  }

  .hero-map-wrapper {
    left: -40px;
  }

  .hero-instagram-wrapper {
    left: -100px;
  }

  .hero-tiktok-wrapper {
    bottom: -10px;
    right: -120px;
  }

  .hero-music-wrapper {
    right: -60px;
  }

  .div-block-816-copy {
    width: 60px;
    height: 60px;
  }

  .text-block-257-copy {
    line-height: 22px;
  }

  .div-block-843 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dropdown-list-4.w--open {
    width: 260px;
    top: 20px;
  }

  .link-block-133 {
    transition: opacity .2s;
    display: block;
  }

  .link-block-133:hover {
    opacity: .4;
  }

  .image-441 {
    object-fit: contain;
    width: 160px;
  }

  .image-441-copy {
    object-fit: contain;
    width: 180px;
    height: 40px;
  }

  .div-block-846-copy {
    display: none;
  }

  .link-block-133-copy {
    transition: opacity .2s;
    display: none;
  }

  .link-block-133-copy:hover {
    opacity: .4;
  }

  .collection-list-3, .collection-item-2 {
    flex-flow: column;
    display: flex;
  }

  .div-block-815-copy {
    width: 100vw;
    min-width: 700px;
  }

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

  .section-84 {
    width: 768px;
  }

  .image-444 {
    height: 400px;
  }

  .div-block-867 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section-5 {
    flex-flow: column;
  }

  .div-block-13 {
    flex-direction: column;
  }

  .link-2 {
    margin-bottom: 20px;
  }

  .div-block-14 {
    align-items: flex-start;
    padding: 40px;
  }

  .text-block-190 {
    font-size: 18px;
  }

  .form-tab {
    align-items: center;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .container-10 {
    justify-content: center;
  }

  .div-block-689 {
    flex-direction: column;
  }

  .tabs-menu-16 {
    display: block;
  }

  .div-block-688 {
    margin-bottom: 16px;
  }

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

  .form-4 {
    margin-left: 0;
  }

  .div-block-693 {
    padding: 20px;
  }

  .div-block-696 {
    width: 100%;
    margin-bottom: 32px;
  }

  .div-block-697 {
    width: 83vw;
  }

  .france {
    width: 100%;
  }

  .section-7 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-698 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-699 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-510 {
    font-size: 32px;
    line-height: 32px;
  }

  .div-block-702 {
    flex-flow: wrap-reverse;
    width: 100%;
  }

  .text-block-196 {
    border-right-style: none;
    width: 100%;
  }

  .div-block-705 {
    border-bottom-style: solid;
  }

  .div-block-707 {
    width: auto;
    overflow: auto;
  }

  .section-7-gray {
    padding: 32px;
  }

  .tabs-13 {
    flex-direction: column;
  }

  .tabs-menu-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 40px;
  }

  .tabs-content-9 {
    width: 100%;
    margin-left: 0%;
  }

  .text-block-194-copy {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-712 {
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    display: flex;
  }

  .image-372 {
    width: 50vw;
    height: 50vw;
  }

  .image-373 {
    width: 50vw;
    height: 50vw;
    margin-top: 0;
    margin-bottom: -60px;
    margin-left: -5vw;
  }

  .div-block-715 {
    flex-flow: column;
  }

  .japan-image, .mexico, .thailand {
    width: 100%;
  }

  .div-block-725 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-726 {
    margin-bottom: 16px;
    display: inline-flex;
  }

  .flex-block {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .section-9 {
    flex-flow: column;
  }

  .div-block-728 {
    padding-bottom: 0;
  }

  .search-button {
    display: none;
  }

  .div-block-731 {
    display: flex;
  }

  .main-visual {
    height: 250px;
  }

  .heading-512 {
    font-size: 36px;
    line-height: 40px;
  }

  .text-block-208 {
    font-size: 16px;
    line-height: 24px;
  }

  .product-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-513 {
    font-size: 36px;
    line-height: 40px;
  }

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

  .heading-514 {
    font-size: 28px;
    line-height: 28px;
  }

  .dropdown-list {
    z-index: 3;
  }

  .dropdown-list.w--open {
    width: 80vw;
    max-width: 80vw;
    position: absolute;
    top: 92px;
  }

  .link-block-7:hover {
    box-shadow: none;
    opacity: .5;
  }

  .div-block-749 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-pane-tab-1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-4 {
    color: var(--main-sf);
    background-color: #f2f2f7;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
    transition: opacity .2s;
    display: flex;
  }

  .button-4:hover {
    opacity: .5;
  }

  .contact-background {
    z-index: 2;
    background-color: #0006;
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
  }

  .dropdown {
    position: static;
  }

  .country-detail-wrapper {
    width: 100%;
    position: static;
  }

  .div-block-750 {
    flex-flow: column;
  }

  .common-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .button-group {
    flex-flow: column;
  }

  .button-5 {
    padding: 16px;
  }

  .div-block-752 {
    flex-flow: column;
  }

  .div-block-755 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-756 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-757 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .text-block-221 {
    font-size: 20px;
  }

  .div-block-765 {
    width: 100%;
    position: relative;
    top: 0;
  }

  .block-content {
    padding-left: 0;
    padding-right: 0;
  }

  .payment-method-wrapper {
    margin-bottom: 32px;
  }

  .block-content-2, .div-block-771 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-772 {
    width: 100%;
    margin-bottom: 16px;
  }

  .header-search {
    border-radius: 12px;
    width: 100%;
  }

  .header-search-icon {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
  }

  .header-search-wrapper {
    display: flex;
  }

  .header-search-input {
    height: 40px;
  }

  .header-search-button {
    display: none;
  }

  .div-block-773 {
    max-width: 210px;
  }

  .text-block-230 {
    font-size: 10px;
  }

  .div-block-775 {
    display: none;
  }

  .div-block-776 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-777, .text-block-226-copy {
    display: none;
  }

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

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

  .div-block-783 {
    display: none;
  }

  .banner-flex {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section-12 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section-12.container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .flex.justify-center.gap-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex.hero-home {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .col {
    position: relative;
  }

  .col.cols-6.md-cols-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.md-no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-text-container {
    flex: 0 100%;
  }

  .banner-text-container.border-right {
    border-bottom: 1px solid #0003;
    border-right-style: none;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .banner-text-container.border-left {
    border-top: 1px solid #0003;
    border-left-style: none;
    padding-top: 2rem;
    padding-left: 0;
  }

  .spacer-4 {
    height: 2rem;
  }

  .product-collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .product-collection-list.grid {
    grid-template-columns: 1fr 1fr;
  }

  .spacer-1 {
    width: .5rem;
    height: .5rem;
  }

  .spacer-2 {
    width: 1rem;
    height: 1rem;
  }

  .heading-521 {
    font-size: 32px;
    line-height: 32px;
  }

  .search-result-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .navbar {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .brand-link {
    align-self: center;
  }

  .mini-cart-list {
    padding: 1rem;
  }

  .navbar__container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-785 {
    width: 100%;
  }

  .div-block-192 {
    min-width: 470px;
  }

  .heading-263 {
    width: 100%;
  }

  .columns-31 {
    flex-direction: column;
  }

  .giant-killing {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-188 {
    background-color: #fff;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 100px;
  }

  .heading-269 {
    margin-bottom: 20px;
  }

  .image-160 {
    width: 160px;
  }

  .column-53 {
    background-image: none;
    height: 600px;
    bottom: 120px;
    left: 0;
  }

  .div-block-207 {
    padding-top: 0;
  }

  .heading-262 {
    font-size: 90px;
    line-height: 80px;
  }

  .heading-266 {
    padding-left: 0;
    padding-right: 0;
    line-height: 60px;
  }

  .columns-30 {
    background-color: #fff0;
    flex-direction: column;
    align-items: center;
  }

  .paragraph-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-187 {
    padding-left: 0;
  }

  .image-158 {
    border-radius: 10px;
    display: block;
  }

  .div-block-217 {
    width: auto;
    min-width: 470px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-220 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .grid-11 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .image-161 {
    width: 160px;
  }

  .section-76 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-791 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-798 {
    width: 100%;
  }

  .div-block-705-copy {
    border-bottom-style: solid;
  }

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

  .home-wrapper, .home-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-26 {
    display: none;
  }

  .home-header-label {
    font-size: 44px;
    line-height: 48px;
  }

  .hero-circle {
    width: 110vw;
    max-width: none;
  }

  .hero-circle-02 {
    width: 160vw;
    max-width: none;
  }

  .hero-circle-03 {
    width: 210vw;
  }

  .home-title-2 {
    font-size: 44px;
    line-height: 48px;
  }

  .image-412 {
    max-width: 100px;
    max-height: 29px;
  }

  .telecom-company-logo-carousel {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-807 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-808 {
    padding: 16px;
  }

  .text-block-257 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-809 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-814 {
    flex-flow: column-reverse wrap-reverse;
  }

  .div-block-815 {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background-color: #fffc;
    width: 100%;
    min-width: 0;
  }

  .image-415 {
    width: 240px;
  }

  .image-416, .image-417, .image-418 {
    width: 180px;
  }

  .image-420 {
    width: 24px;
  }

  .div-block-816 {
    width: 48px;
    height: 48px;
    top: -10px;
    left: -10px;
  }

  .hero-map-wrapper {
    position: relative;
    top: auto;
    left: auto;
  }

  .hero-instagram-wrapper {
    z-index: 0;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .hero-phone-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hero-tiktok-wrapper {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .hero-music-wrapper {
    position: relative;
    top: auto;
    right: auto;
  }

  .div-block-816-copy {
    width: 48px;
    height: 48px;
    top: -10px;
    left: -10px;
    right: auto;
  }

  .div-block-820 {
    bottom: 0;
  }

  .image-422 {
    width: 100px;
  }

  .image-424 {
    width: 100%;
  }

  .text-block-262 {
    font-size: 48px;
  }

  .text-block-264 {
    text-align: center;
    font-size: 24px;
    line-height: 110%;
  }

  .div-block-828 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: absolute;
    top: -58px;
    left: auto;
  }

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

  .div-block-830 {
    width: 90%;
  }

  .text-block-266 {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-267 {
    font-size: 20px;
  }

  .text-span-5 {
    font-size: 15px;
  }

  .div-block-831 {
    height: 36px;
  }

  .bento-horizontal-label {
    text-align: left;
    width: 40%;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-834 {
    width: 60%;
  }

  .div-block-839 {
    width: 100%;
  }

  .image-432 {
    width: 60px;
    bottom: -10px;
    right: -30px;
  }

  .image-433 {
    width: 60px;
    top: -10px;
  }

  .before-purchase-bento-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-842 {
    display: none;
  }

  .div-block-843 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
  }

  .div-block-844, .div-block-845 {
    width: 100%;
  }

  .free-return-bento-label {
    font-size: 40px;
    line-height: 48px;
  }

  .div-block-846 {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .div-block-846-copy {
    justify-content: flex-start;
    align-items: center;
    width: 4000px;
    height: auto;
    display: flex;
    top: -90px;
  }

  .mobile-hero-carousel {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .post-trip-apps-wrapper {
    display: none;
  }

  .image-442 {
    height: 50vw;
    min-height: 0;
    max-height: 50vw;
  }

  .image-443 {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .collection-list-5 {
    display: block;
  }

  .div-block-815-copy {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background-color: #fffc;
    width: 100%;
    min-width: 0;
  }

  .section-84 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-851 {
    padding-bottom: 40px;
  }

  .image-444 {
    height: 260px;
  }

  .image-444.shadow-view {
    height: 50vw;
  }

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

  .rich-text-block-2 {
    font-size: 16px;
  }

  .collection-item-5 {
    margin-right: 8px;
    display: inline-flex;
  }

  .link-block-136 {
    flex-flow: column;
    display: flex;
  }

  .news-page-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .div-block-863 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-link-tab-3 {
    justify-content: center;
    align-items: center;
  }

  .tabs-menu-22 {
    align-items: stretch;
    overflow: auto;
  }

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

@media screen and (max-width: 479px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .section-5 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
  }

  .text-block-7 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-11 {
    padding: 15px;
  }

  .div-block-12 {
    top: 20px;
    left: 20px;
  }

  .text-block-9 {
    font-size: 16px;
  }

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

  .form-block, .div-block-686 {
    width: 100%;
  }

  .text-block-190 {
    font-size: 16px;
    line-height: 18px;
  }

  .container-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-505 {
    font-size: 40px;
    line-height: 40px;
  }

  .faq-q-text {
    font-size: 15px;
  }

  .div-block-690 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-364 {
    width: 80%;
  }

  .form-4 {
    margin-left: 0;
  }

  .link-19 {
    display: none;
  }

  .div-block-696 {
    margin-bottom: 0;
  }

  .div-block-697 {
    width: 88vw;
  }

  .france {
    width: 80vw;
    max-width: none;
  }

  .text-rotate-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    height: 48px;
  }

  .japan-text {
    font-size: 48px;
    line-height: 48px;
  }

  .link-block-4 {
    height: 48px;
  }

  .section-7 {
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-698 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-699 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-510 {
    font-size: 32px;
    line-height: 32px;
  }

  .section-7-gray {
    margin-bottom: 64px;
    padding: 48px 16px 32px;
  }

  .paragraph-60 {
    font-size: 16px;
    line-height: 20px;
  }

  .help-center {
    border-radius: 20px;
  }

  .faqs {
    border-radius: 20px;
    height: 300px;
  }

  .tabs-menu-14 {
    margin-bottom: 20px;
    display: block;
  }

  .email-support-tab, .chat {
    border-radius: 20px;
    height: 300px;
  }

  .div-block-622 {
    padding: 20px;
  }

  .div-block-556 {
    margin-top: 0;
  }

  .heading-479 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
  }

  .div-block-717 {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 51.75vw;
  }

  .image-375 {
    width: 40px;
    margin-bottom: 16px;
  }

  .text-block-204 {
    font-size: 20px;
    line-height: 28px;
  }

  .mexico-text, .thailand-text, .italy-text {
    font-size: 48px;
    line-height: 48px;
  }

  .div-block-720 {
    width: 352vw;
  }

  .japan-image {
    width: 88vw;
    max-width: none;
  }

  .mexico, .thailand {
    width: 80vw;
    max-width: none;
  }

  .section-7-copy {
    padding: 32px 0;
  }

  .div-block-724 {
    width: 80px;
    bottom: 32px;
    left: 0;
  }

  .div-block-724-copy {
    width: 80px;
    bottom: 32px;
    right: 0;
  }

  .div-block-726 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-511 {
    font-size: 48px;
    line-height: 48px;
  }

  .image-379 {
    width: 80px;
  }

  .div-block-728 {
    padding: 24px;
  }

  .div-block-729 {
    flex-flow: column;
    padding: 0 24px;
    display: flex;
  }

  .image-380 {
    width: 64px;
  }

  .test-header {
    padding: 20px;
  }

  .image-382 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .selected-header-link {
    height: 40px;
  }

  .search-input {
    height: 36px;
    padding-left: 8px;
    font-size: 16px;
  }

  .image-383 {
    height: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .unselected-header-link {
    height: 40px;
  }

  .div-block-733 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-visual {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 16px 20px;
    display: none;
  }

  .heading-512 {
    text-align: left;
    width: 60%;
    font-size: 24px;
    line-height: 105%;
  }

  .text-block-208 {
    text-align: left;
    width: auto;
  }

  .heading-513 {
    font-size: 32px;
    line-height: 32px;
  }

  .home-tab {
    background-color: #fff0;
    border-bottom-style: none;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 28px;
    margin-right: 0;
    font-size: 13px;
    display: flex;
  }

  .home-tab.w--current {
    border-bottom-style: none;
    border-bottom-width: 0;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    height: 28px;
    box-shadow: 0 3px 8px #0000001f;
  }

  .collection-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tabs-menu-17 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #eee;
    border-radius: 9px;
    justify-content: space-between;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
    padding: 2px;
    display: flex;
    top: 116px;
  }

  .search-in-item-list {
    border-radius: 11px;
    margin-bottom: 16px;
  }

  .tabs-content-10 {
    z-index: 1;
  }

  .div-block-736 {
    padding: 16px;
  }

  .div-block-736:hover {
    opacity: 1;
    transform: none;
  }

  .image-385 {
    width: 60px;
    margin-left: -4px;
  }

  .text-block-210 {
    font-size: 16px;
  }

  .image-386 {
    display: none;
  }

  .div-block-737, .div-block-739 {
    flex-flow: column;
  }

  .div-block-741 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-742 {
    width: auto;
  }

  .icon {
    margin-top: -6px;
  }

  .dropdown-list.w--open {
    top: 135px;
  }

  .div-block-745 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    height: 300px;
    display: flex;
    overflow: scroll;
  }

  .link-block-7 {
    padding: 0;
  }

  .div-block-746 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .text-block-215, .text-block-216 {
    text-align: center;
  }

  .mobile-carousel {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .slide-nav {
    font-size: 6px;
    display: none;
  }

  .div-block-748 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 16px;
    display: flex;
    position: relative;
  }

  .slider {
    background-color: #fff;
    border-radius: 12px;
    height: 50vw;
    box-shadow: 0 2px 40px #0000001f;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .div-block-749 {
    padding: 16px 16px 48px;
  }

  .tab-pane-tab-1 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .tabs-14 {
    margin-top: -48px;
  }

  .dropdown {
    display: none;
  }

  .product-detail {
    padding-left: 20px;
    padding-right: 20px;
  }

  .country-image-wrapper {
    width: 100%;
  }

  .div-block-750 {
    flex-flow: column;
  }

  .common-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-756 {
    display: flex;
  }

  .text-block-223 {
    line-height: 18px;
  }

  .div-block-763 {
    height: auto;
  }

  .block-content, .block-content-2, .div-block-771 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-772 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .header-search {
    border-radius: 11px;
  }

  .header-search-icon {
    height: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .header-search-input {
    height: 36px;
    padding-left: 8px;
    font-size: 16px;
  }

  .image-397 {
    z-index: -1;
    height: 50vw;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
  }

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

  .div-block-773 {
    width: 100%;
    max-width: none;
  }

  .div-block-776 {
    flex-flow: column;
  }

  .text-block-231 {
    margin-bottom: 16px;
    margin-right: 32px;
  }

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

  .product-collection-list.grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .product-collection-list.grid.hero {
    grid-column-gap: 1rem;
  }

  .hero-brand-img {
    flex: 0 40%;
    max-width: 40%;
  }

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

  .heading-521 {
    font-size: 24px;
    line-height: 24px;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

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

  .navbar {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .brand-image {
    min-width: 8rem;
  }

  .search-container {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .mini-cart-footer, .mini-cart-header {
    padding: .5rem;
  }

  .heading-258 {
    font-size: 27px;
  }

  .div-block-192 {
    width: 90%;
    min-width: 0;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-274 {
    text-align: center;
    width: 80px;
  }

  .image-162 {
    width: 40px;
  }

  .div-block-209 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .link-block-119 {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .div-block-216 {
    z-index: -1;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    top: 20px;
  }

  .giant-killing {
    align-items: flex-start;
    margin-top: 0;
  }

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

  .div-block-198 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    margin-right: 0;
    padding: 0 0 0 20px;
    overflow: auto;
    box-shadow: 0 0 20px #0000001a;
  }

  .heading-267 {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 20px;
  }

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

  .div-block-214 {
    flex-direction: row;
  }

  .div-block-190 {
    padding-top: 40px;
  }

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

  .image-160 {
    width: 130px;
  }

  .column-53 {
    z-index: 1;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-199 {
    width: 1px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-126 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block-126.w--current {
    margin-bottom: 10px;
  }

  .div-block-207 {
    z-index: 1;
  }

  .link-block-125 {
    margin-top: 10px;
  }

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

  .div-block-197 {
    inset: auto 0% 0%;
  }

  .heading-275 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .heading-276 {
    font-size: 12px;
    line-height: 13px;
  }

  .lottie-animation-2 {
    width: 70px;
    margin-top: 20px;
  }

  .div-block-191 {
    margin-bottom: 0;
    padding-top: 40px;
  }

  .heading-262 {
    font-size: 68px;
    line-height: 64px;
  }

  .heading-266 {
    font-size: 40px;
    line-height: 50px;
  }

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

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

  .link-block-123 {
    margin-right: 20px;
  }

  .div-block-201 {
    padding-top: 0;
  }

  .div-block-183 {
    padding: 10px 20px;
  }

  .heading-265 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-187 {
    padding-left: 0;
  }

  .div-block-217 {
    min-width: 0;
  }

  .image-159 {
    height: auto;
  }

  .div-block-220 {
    flex-direction: column;
  }

  .div-block-185 {
    justify-content: space-between;
    width: 100%;
  }

  .column-56 {
    align-items: center;
  }

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

  .div-block-210 {
    margin-right: 10px;
  }

  .heading-264 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-184 {
    margin-right: 0;
    display: none;
  }

  .div-block-200 {
    background-color: #fff;
    padding-top: 0;
  }

  .image-161 {
    width: 130px;
  }

  .div-block-208 {
    z-index: 0;
  }

  .section-75 {
    padding: 10px 20px;
  }

  .dropdown-toggle {
    padding-right: 0;
  }

  .section-76 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-786 {
    width: 100%;
  }

  .div-block-787 {
    flex-flow: column;
  }

  .text-block-242 {
    font-size: 18px;
  }

  .div-block-791 {
    flex-flow: column;
    margin-bottom: 32px;
    display: flex;
  }

  .faq-type-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .div-block-793 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .text-block-243 {
    font-size: 14px;
  }

  .image-405 {
    width: 48px;
  }

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

  .faq-tab-button {
    text-align: center;
    margin-right: 0;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .heading-523 {
    line-height: 30px;
  }

  .tabs-menu-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .section-78 {
    padding: 20px 20px 40px;
  }

  .heading-524 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-249 {
    font-size: 18px;
  }

  .email-type-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .image-409 {
    width: 100px;
  }

  .heading-525 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
  }

  .home-wrapper {
    overflow: hidden;
  }

  .home-header {
    top: 16px;
  }

  .home-hero {
    padding-top: 100px;
  }

  .hero-circle {
    width: 800px;
  }

  .hero-circle-02 {
    width: 1100px;
  }

  .hero-circle-03 {
    width: 1400px;
  }

  .image-411 {
    width: 100%;
  }

  .section-80 {
    padding-top: 80px;
  }

  .tab-link-tab-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
    height: 56px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .div-block-807 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .div-block-808.horizontal {
    flex-flow: column;
  }

  .div-block-809 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-811 {
    flex-flow: column;
  }

  .tabs-menu-20, .div-block-814 {
    width: 100%;
  }

  .image-415 {
    width: 200px;
  }

  .image-416, .image-417, .image-418 {
    width: 160px;
  }

  .image-422 {
    width: 60px;
    height: 60px;
  }

  .image-422-copy {
    width: 60px;
    height: 40px;
  }

  .image-424 {
    object-fit: contain;
    width: 80%;
    max-height: 400px;
    overflow: visible;
  }

  .div-block-808-copy-copy.non-bottom-inset {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .mutiple-countries-esim-wrapper {
    flex-flow: column-reverse wrap-reverse;
  }

  .text-block-262 {
    font-size: 40px;
  }

  .div-block-808-copy-copy._02 {
    flex-flow: row;
  }

  .div-block-828 {
    top: -81px;
  }

  .image-428 {
    width: auto;
    height: 150%;
    bottom: -40px;
    left: -80px;
  }

  .bento-horizontal-label {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-834 {
    width: 100%;
  }

  .before-purchase-bento-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .text-block-272 {
    white-space: nowrap;
    word-break: normal;
  }

  .feature-tab {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

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

  .heading-527 {
    font-size: 38px;
    line-height: 100%;
  }

  .image-442 {
    height: 55vw;
  }

  .text-block-274 {
    font-size: 20px;
    line-height: 25px;
  }

  .collection-item-3 {
    flex-flow: column;
  }

  .image-443 {
    width: 100%;
    min-width: 100px;
    max-width: none;
    height: 55vw;
    min-height: 100px;
    max-height: none;
  }

  .link-block-135.unselected {
    font-size: 16px;
    line-height: 16px;
  }

  .collection-list-5 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 570px;
    display: inline-block;
  }

  .collection-list-wrapper-5 {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    overflow: scroll;
  }

  .section-83 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-84 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-444 {
    height: 50vw;
  }

  .collection-item-5 {
    margin-right: 16px;
  }

  .link-block-136 {
    flex-flow: column;
    display: flex;
  }

  .link-block-137 {
    flex-flow: column;
  }

  .news-page-header {
    padding: 20px 0;
  }

  .link-block-138 {
    margin-left: 20px;
  }

  .div-block-863 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-864 {
    margin-bottom: 8px;
  }

  .ec-step-title {
    text-align: center;
    font-size: 17px;
    line-height: 23px;
  }

  .div-block-878 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-291 {
    font-size: 12px;
  }

  .text-block-292 {
    overflow-wrap: anywhere;
    width: 100%;
    font-size: 15px;
  }

  .tab-link-tab-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .tabs-menu-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .ec-step-wrapper-android {
    flex-flow: column;
  }

  .div-block-881, .ec-step-wrapper-android-vertical {
    justify-content: flex-start;
    align-items: center;
  }

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

#w-node-_8df57015-e8b9-9405-e9b2-7f3eb000a684-ef405381 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_51fc1b20-4887-3313-eeb9-a479a3402d3a-ef405381, #w-node-e41128ff-dad7-60a3-f511-50101e63f0cd-ef405381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0015d8a8-83a4-7ee5-da4c-a936fa5c4dca-ef405381 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0015d8a8-83a4-7ee5-da4c-a936fa5c4dcd-ef405381, #w-node-_0015d8a8-83a4-7ee5-da4c-a936fa5c4dd1-ef405381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0015d8a8-83a4-7ee5-da4c-a936fa5c4dd5-ef405381 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebf99040-e9b0-7cf8-34f0-2a7017a286c0-ef405381 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7da66a65-db38-64b2-5697-42c66fcf1110-ef405381 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46f7ef11-2948-cd49-76a0-b286863ed859-ef405381, #w-node-_61341266-3192-47eb-9622-610a0dac713f-ef405381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91eebc03-ab23-951e-79c3-1bc8c6a84b8d-ef405381 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d900a95-ae66-c757-2ea3-bf42b9ce9f01-ef405381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b8a8dd2-0226-2c00-8f93-29432cc438d9-ef405381 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0efc7800-db04-c8b0-ab3f-0e811ed2957a-1ed2953c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b353cbc7-3df4-53bb-da19-8aa059b9d243-59b9d22f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1ba45680-da2b-da19-4dd1-e1526abee334-7a3fa0d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1ba45680-da2b-da19-4dd1-e1526abee336-7a3fa0d6, #w-node-_1ba45680-da2b-da19-4dd1-e1526abee338-7a3fa0d6, #w-node-_1ba45680-da2b-da19-4dd1-e1526abee33a-7a3fa0d6, #w-node-_1ba45680-da2b-da19-4dd1-e1526abee33c-7a3fa0d6, #w-node-_1ba45680-da2b-da19-4dd1-e1526abee33e-7a3fa0d6, #w-node-_1ba45680-da2b-da19-4dd1-e1526abee340-7a3fa0d6, #w-node-_1ba45680-da2b-da19-4dd1-e1526abee342-7a3fa0d6, #w-node-_1ba45680-da2b-da19-4dd1-e1526abee344-7a3fa0d6, #w-node-_1ba45680-da2b-da19-4dd1-e1526abee346-7a3fa0d6, #w-node-_1ba45680-da2b-da19-4dd1-e1526abee348-7a3fa0d6, #w-node-_1ba45680-da2b-da19-4dd1-e1526abee34a-7a3fa0d6 {
  place-self: center;
}

#w-node-_3ccb114a-b45f-1eb8-f23d-ce400999743e-900f9fc0, #w-node-_2d908938-5dd7-57f8-01e0-f885cc584de3-cc584da4, #w-node-_3c2e3fae-6fb6-45b0-20c3-12750ae4ac71-d686c344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c2e3fae-6fb6-45b0-20c3-12750ae4ac73-d686c344, #w-node-_4fad8d04-f642-3a81-6fa8-90a3e3108f90-d686c344 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3c2e3fae-6fb6-45b0-20c3-12750ae4ac74-d686c344 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3c2e3fae-6fb6-45b0-20c3-12750ae4acbc-d686c344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_0015d8a8-83a4-7ee5-da4c-a936fa5c4dca-ef405381 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_0015d8a8-83a4-7ee5-da4c-a936fa5c4dcd-ef405381, #w-node-_0015d8a8-83a4-7ee5-da4c-a936fa5c4dd1-ef405381 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0015d8a8-83a4-7ee5-da4c-a936fa5c4dd5-ef405381 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ebf99040-e9b0-7cf8-34f0-2a7017a286c0-ef405381, #w-node-_7da66a65-db38-64b2-5697-42c66fcf1110-ef405381 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_46f7ef11-2948-cd49-76a0-b286863ed859-ef405381, #w-node-_61341266-3192-47eb-9622-610a0dac713f-ef405381, #w-node-_91eebc03-ab23-951e-79c3-1bc8c6a84b8d-ef405381, #w-node-_4d900a95-ae66-c757-2ea3-bf42b9ce9f01-ef405381 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2b8a8dd2-0226-2c00-8f93-29432cc438d9-ef405381 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'ヒラギノ角ゴシック W 8';
  src: url('../fonts/ヒラギノ角ゴシック-W8.ttc') format('undefined');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ヒラギノ角ゴシック W 0';
  src: url('../fonts/ヒラギノ角ゴシック-W0.ttc') format('undefined');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ヒラギノ角ゴシック W 9';
  src: url('../fonts/ヒラギノ角ゴシック-W9.ttc') format('undefined');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ヒラギノ角ゴシック W 7';
  src: url('../fonts/ヒラギノ角ゴシック-W7.ttc') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}