:root {
  --white-smoke: #f7f7f7;
  --labocolor: #1dae4c;
  --teal-2: #298246;
  --black-2: #293036;
  --white: white;
  --dim-grey: #4f5962;
  --sea-green-2: #298246;
  --sea-green: #009077;
  --black: black;
  --teal: #168392;
  --white-smoke-2: #efeded;
  --cadet-blue: #22a1b2;
  --medium-aquamarine: #00bd9c;
  --red: #ff0026;
  --dark-slate-blue: #004097;
  --dark-khaki: #9b945b;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray600: #475467;
  --untitled-ui-primary200: #e9d7fe;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary800: #53389e;
  --kütüp-library-burntsienna: #e76f51;
  --kütüp-library-white: white;
  --kütüp-library-dark-slate-grey: #264653;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: #027a48;
  --royal-blue: #1451c8;
  --untitled-ui-primary500: #9e77ed;
  --untitled-ui-primary50-501: #f9f5ff;
  --kütüp-library-dim-grey: #6e6e6e;
}

.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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  color: #818181;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 23px;
}

.section.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  text-align: center;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #237c60;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #237c6045;
}

.button:active {
  -webkit-text-fill-color: inherit;
  background-color: #237c60c2;
  background-clip: border-box;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: 1;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 25px;
  line-height: 26px;
  display: block;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px 30px 0;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  height: auto;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #237c60;
  border: 1px solid #0000;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .6;
  color: #fff;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .6;
  color: #fff;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #fff;
}

.icon, .logo-image {
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/product.png');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 578px;
  margin-bottom: 100px;
  display: flex;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

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

.form-block {
  margin-top: 20px;
}

.footer {
  background-color: var(--white-smoke);
  flex-flow: column;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 6.25fr;
  justify-content: center;
  place-items: center start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.footer.lp {
  background-color: var(--labocolor);
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.logo-footer {
  margin-left: auto;
  margin-right: auto;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1_1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  height: 620px;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 0;
  margin-bottom: 4px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.option {
  margin-bottom: 25px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 2px;
}

.body {
  object-fit: fill;
  border-left: 0 solid #000;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.heading {
  font-size: 43px;
}

.heading-2 {
  text-align: center;
  font-size: 36px;
}

.image-3 {
  margin-top: 45px;
  margin-bottom: 70px;
}

.paragraph-left {
  opacity: .8;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-left.cc-subscribe-paragraph {
  width: 40%;
}

.text-span {
  font-size: 14px;
}

.text-span-2 {
  font-size: 16px;
}

.paragraph {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 48px;
}

.paragraph-2 {
  color: #147a5b;
  text-align: center;
  text-indent: 0;
  margin-top: 90px;
  margin-bottom: 90px;
  font-size: 20px;
  font-weight: 600;
  overflow: visible;
}

.link_pdf {
  color: #147a5b;
  font-weight: 700;
}

.image-4 {
  margin-top: 0;
}

.grid-2 {
  grid-row-gap: 16px;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-template-areas: "Area";
  padding-right: 0;
}

.text-block, .text-block-2 {
  border-bottom: 1px solid #000;
}

.text-block-3 {
  border-bottom: 1px solid #000;
  padding-left: 0;
}

.image-5 {
  margin-bottom: 73px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.image-6 {
  width: 40%;
  margin: 95px auto 22px;
}

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

.text-block-4 {
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}

.text-block-4.lp_footer {
  color: #fff;
}

.link-block, .button_link {
  position: absolute;
  inset: 0%;
}

.contact {
  background-color: var(--teal-2);
  color: #237c60;
  height: auto;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 70px;
  font-size: 38px;
  position: relative;
}

.contact_link {
  position: absolute;
  inset: 0%;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

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

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

.footer-link-2 {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.clomuns_01 {
  background-color: #e9e9e9;
}

.text_01 {
  font-size: 14px;
  font-weight: 700;
}

.column, .column-2, .column-3 {
  border-left: 1px solid #fff;
}

.div-block {
  border-left: 0 solid #000;
  display: flex;
}

.text-block-5 {
  border-left: 1px solid #000;
}

.text-block-6 {
  background-color: #f7f7f7;
  border: 0 solid #000;
  border-width: 0 0 1px 1px;
  width: 25%;
  height: auto;
  min-height: 62px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 0;
  line-height: 28px;
}

.text-block-6.plus {
  text-align: center;
  width: 75%;
}

.text-block-6._6plus {
  background-color: #e4e4e4;
  border-bottom-color: #000;
  border-left-color: #000;
}

.text-block-6._6plus._6plus_top {
  background-color: #e4e4e4;
  border-bottom-color: #000;
  border-left-width: 0;
}

.text-block-7 {
  background-color: #f7f7f7;
  border: 0 solid #000;
  border-left: 1px solid #fff;
  width: 25%;
  height: 100%;
  padding-left: 10px;
  padding-right: 0;
}

.section-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.linkpdf {
  color: #147a5b;
}

.image-8, .image9 {
  display: none;
}

.link-block-2 {
  position: absolute;
  inset: 0%;
}

.link-block-3 {
  z-index: auto;
  position: absolute;
  inset: 0%;
}

.aboutprivacy {
  color: #5e5e5e;
  margin-bottom: 44px;
  font-size: 14px;
}

.body-2 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.link-2 {
  font-size: 15px;
  font-weight: 700;
}

.link-3 {
  display: block;
}

.paragraph-3 {
  font-size: 14px;
  line-height: 24px;
}

.link-5 {
  text-align: center;
  margin-bottom: 43px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.link-5:hover {
  color: #818181;
}

.paragraph-4 {
  border: 1px #000;
  margin-bottom: 18px;
}

.section-3, .div-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-5 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-2 {
  max-width: 640px;
  min-height: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-3 {
  max-width: 640px;
  max-height: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gform {
  max-width: 640px;
  min-height: 980px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-4 {
  max-width: 640px;
  min-height: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-5 {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  object-fit: cover;
  max-width: 1180px;
}

.container-3 {
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  max-width: 1180px;
  height: auto;
  display: block;
}

.slide {
  background-image: url('../images/pc_top.png');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  object-fit: fill;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 1180px;
  height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.slide-2 {
  background-image: url('../images/pc_top_1.png');
  background-position: 50%;
  background-size: cover;
}

.icon-2 {
  margin-top: 264px;
  margin-bottom: 264px;
  margin-left: 20px;
  font-size: 20px;
}

.icon-3 {
  font-size: 22px;
}

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

.mask {
  object-fit: fill;
  max-width: none;
  height: 550px;
}

.section-4 {
  object-fit: contain;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.image-9 {
  width: 1180px;
  max-width: 1180px;
  height: 100%;
  max-height: 550px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.container-4 {
  max-width: 1180px;
  height: auto;
}

.mask-2 {
  height: auto;
  overflow: hidden;
}

.icon-4, .icon-5 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 21px;
}

.left-arrow {
  margin-top: 0;
}

.navbar {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
}

.nav-link {
  color: var(--black-2);
  padding-left: 30px;
  padding-right: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .3s, color .2s;
}

.nav-link:hover {
  opacity: .3;
  color: var(--black-2);
}

.nav-link.w--current {
  color: var(--black-2);
}

.nav-link.w--current:hover {
  opacity: .56;
}

.nav-link.form {
  color: #fff;
  letter-spacing: 2px;
  background-color: #298246;
  margin-left: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.container-5 {
  max-width: 1180px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 10px;
}

.image-10 {
  margin-top: 3px;
  margin-left: 0;
}

.infowrapper {
  background-color: var(--white);
  max-height: 250px;
  padding: 20px;
  overflow: scroll;
}

.text-block-8 {
  color: var(--black-2);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
}

.container-6 {
  max-width: 1180px;
  margin-top: 24px;
}

.moreinfo {
  color: var(--dim-grey);
  text-align: right;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.section-5 {
  background-color: #e5f1ed;
  margin-top: 30px;
}

.div-block-5 {
  background-color: #0000;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.myheading {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  max-width: none;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 47px;
}

.columns {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-6 {
  max-width: 443px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.column-4 {
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  display: block;
}

.subwhite {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
}

.subwhite.mini {
  font-size: 14px;
  line-height: 20px;
}

.container-7 {
  max-width: 1180px;
}

.heading-3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
}

.sol {
  background-color: #f9f9f9;
  margin-top: 50px;
}

.columns-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.businesssec {
  margin-top: 60px;
}

.sol-col-r {
  padding: 0 40px 0 10px;
}

.sol1-l {
  padding-top: 0;
}

.heading-4 {
  letter-spacing: 1px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.sol-col-l {
  margin-top: -12px;
  padding: 0 10px 0 35px;
}

.button-base {
  background-color: var(--sea-green-2);
  text-align: center;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  transition: box-shadow .35s, opacity .35s;
  display: block;
}

.button-base:hover {
  background-color: var(--sea-green-2);
  opacity: .55;
  color: #fff;
  box-shadow: 3px 3px 10px #000;
}

.sol-1 {
  background-color: #f9f9f9;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  padding: 40px;
  display: flex;
  box-shadow: 1px 1px 10px #c0bcbc;
}

.sol-1._1-3 {
  padding-bottom: 40px;
}

.paragraph-7 {
  margin-top: 50px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-7 {
  background-color: var(--white-smoke);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-8 {
  background-color: var(--white-smoke);
}

.copysec {
  background-color: #0000;
  background-image: url('../images/200603_0577.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 40px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.brand {
  border-style: solid;
  border-width: 2px 0;
  border-color: var(--white);
  max-width: 693px;
  margin: 0 auto;
  padding: 27px;
  display: block;
}

.subwhite-copy {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
}

.subwhite-copy.mini {
  font-size: 14px;
  line-height: 20px;
}

.subtext {
  color: var(--black-2);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.subtext.mini {
  font-size: 14px;
  line-height: 20px;
}

.div-block-9 {
  margin-top: 30px;
  margin-left: 0;
}

.image-11 {
  margin-left: auto;
  margin-right: auto;
}

.companysec {
  margin-top: 150px;
}

.container-8 {
  max-width: 1200px;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
}

.centerhdading {
  text-align: center;
  margin-top: 45px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
}

.paragraph-8 {
  text-align: center;
  letter-spacing: 1px;
  max-width: 480px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.textlink {
  color: #4f5962ad;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition-property: color;
  transition-duration: .4s;
  display: block;
}

.textlink:hover {
  color: #161616;
}

.div-block-10 {
  object-fit: scale-down;
  height: auto;
  max-height: none;
  margin-top: 70px;
  overflow: visible;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
}

.image-14 {
  display: none;
}

.contactarea {
  background-color: var(--sea-green);
  margin-top: 130px;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.contactwrapper {
  max-width: 960px;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
}

.contactcol {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.cv-tel {
  background-color: #fff;
  height: 80px;
  transition: box-shadow .4s, opacity .4s;
}

.cv-tel:hover {
  opacity: .8;
  box-shadow: 1px 1px 16px #b6b6b6;
}

.r-wrapper {
  background-color: var(--white);
  height: 80px;
  padding-top: 22px;
  padding-bottom: 0;
  padding-right: 0;
  transition: box-shadow .4s, opacity .4s;
}

.r-wrapper:hover {
  opacity: .8;
  box-shadow: 1px 1px 16px #b6b6b6;
}

.text-block-10 {
  color: var(--sea-green-2);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 21px;
  display: block;
}

.column-5 {
  padding-top: 17px;
  padding-bottom: 21px;
  padding-left: 0;
}

.text-block-11 {
  color: var(--sea-green-2);
  text-align: center;
  justify-content: center;
  margin-left: -29px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 33px;
  display: block;
}

.text-block-12 {
  color: var(--sea-green-2);
  text-align: center;
  height: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

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

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

.column-8 {
  padding-top: 24px;
}

.div-block-13 {
  background-color: #fff;
  height: 1px;
  margin-top: 5px;
}

.column-9 {
  flex-direction: row;
  justify-content: center;
  display: block;
}

.column-10 {
  justify-content: center;
  display: block;
}

.column-11 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.link-block-4 {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.link-block-5 {
  flex-direction: column;
  display: block;
}

.link-block-5.lp_labo {
  flex-flow: row;
  align-items: center;
  margin-left: 2px;
  display: flex;
}

.link-block-5.lp_white_fl {
  margin-left: 0;
}

.div-block-14 {
  flex-direction: row;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  display: flex;
}

.linkft {
  color: #818181;
  padding: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition-property: color;
}

.linkft:hover {
  color: var(--black);
}

.linkft.nav-link {
  color: var(--dim-grey);
}

.linkft.lp_footer {
  color: #fff;
  padding-bottom: 20px;
}

.container-2column {
  max-width: 1180px;
}

.breadcrumbs {
  letter-spacing: 1px;
  flex-direction: row;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  display: flex;
}

.breadcrumbs-link {
  text-decoration: none;
}

.brand-2 {
  margin-left: 0;
}

.main-content {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-5 {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.paragraph-9 {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.paragraph-10 {
  text-align: center;
  letter-spacing: 1px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-16 {
  background-image: url('../images/200603_0577.jpg');
  background-position: 50%;
  background-size: cover;
  height: 340px;
  max-height: 340px;
}

.section-7 {
  margin-top: 20px;
}

.feature-section {
  opacity: 1;
  background-color: #29824600;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1060px;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 0;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 0;
  width: 80%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.paragraph-11 {
  font-family: Noto Sans JP, sans-serif;
}

.div-block-17 {
  margin-left: 0;
  padding-left: 0;
}

.hero {
  background-color: #fff;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
}

.flex-container-3 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1160px;
  margin-top: 0;
  margin-bottom: 45px;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 0;
  margin-right: 70px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.paragraph-12 {
  border-top: 1px none var(--black-2);
  letter-spacing: 1px;
  width: auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.div-block-18 {
  width: 90%;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: 71px;
  margin-right: 0;
}

.div-block-r {
  border: 1px none var(--black-2);
  width: 90%;
  padding: 0;
}

.div-block-l {
  width: 90%;
}

.hero-image-r {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.list-item-2 {
  text-align: center;
}

.list {
  list-style-type: none;
}

.heading-6 {
  color: var(--black-2);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-19 {
  max-width: 1160px;
  margin: 85px auto;
}

.div-block-20 {
  color: #949494;
  background-color: #949494;
  height: 1px;
}

.text-block-13 {
  color: var(--black-2);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.text-block-14 {
  color: var(--black-2);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
}

.line {
  color: #949494;
  background-color: #949494;
  height: 1px;
}

.div-block-21 {
  background-color: var(--dim-grey);
  max-width: none;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-5-copy {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
}

.product-to {
  border: 1px solid var(--black-2);
  background-color: var(--white);
  color: var(--black-2);
  text-align: center;
  letter-spacing: 2px;
  max-width: none;
  height: auto;
  margin: 40px 100px 0;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 35px;
}

.text-span-3 {
  font-weight: 800;
}

.product-wrapper {
  max-width: 1000px;
  height: auto;
  margin-bottom: 110px;
  padding-top: 40px;
  display: block;
}

.text-block-15 {
  line-height: 26px;
}

.text-block-16 {
  color: #22a1b2;
  text-align: left;
  letter-spacing: 1px;
  flex-direction: row;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.text-block-16.kansentaisaku {
  color: var(--teal);
}

.bousai-product {
  background-color: #f1f1f1;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
}

.grid-3 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.feature-section-2 {
  background-color: var(--white-smoke-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container-4 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1091px;
  display: block;
}

.feature-image-mask-2 {
  border-radius: 0;
  width: 100%;
  margin-right: 0;
}

.product-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: block;
}

.heading-7 {
  font-family: Noto Sans JP, sans-serif;
}

.paragraph-13 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-22 {
  padding: 40px;
}

.paragraph-14 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
}

.image-15 {
  margin-left: auto;
  margin-right: auto;
}

.product-title {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  display: block;
}

.product-title.gallery_r {
  text-align: left;
  padding-left: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.product-title.title_resize {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.product-copy {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
}

.product-copy.resize {
  font-size: 15px;
  line-height: 20px;
}

.productblock {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 30px;
  transition: box-shadow .3s, opacity .3s;
  display: flex;
}

.productblock:hover {
  opacity: 1;
  box-shadow: 1px 1px 20px #00000085;
}

.productblock.resizegrid {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px 15px 20px;
  display: flex;
  overflow: visible;
}

.productblock.hide {
  object-fit: fill;
  object-fit: fill;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px 15px 20px;
  display: none;
  overflow: visible;
}

.product-link {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  font-family: Noto Sans JP, sans-serif;
  text-decoration: underline;
  display: flex;
  position: static;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-link.comingsoon {
  text-decoration: none;
}

.div-block-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-8 {
  background-color: #eff9fa;
  margin-top: 0;
}

.slide-nav-2 {
  margin-top: 0;
  font-size: 10px;
  top: auto;
}

.infoclmn {
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
}

.date {
  padding-left: 5px;
}

.detail {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
}

.div-block-25 {
  background-color: var(--dim-grey);
  height: 1px;
  margin-bottom: 15px;
}

.helpcolumn {
  margin-top: 18px;
}

.helptext {
  flex-direction: row;
  display: flex;
}

.text-block-17 {
  color: var(--white-smoke);
  margin-left: 12px;
  padding-top: 3px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.text-block-18 {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.messagesec {
  background-image: url('../images/グループ-2.png');
  background-position: 0 0;
  background-size: cover;
  height: 400px;
}

.heading-8 {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.paragraph-15 {
  color: var(--black-2);
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 24px;
}

.paragraph-15.sp {
  color: var(--black-2);
  text-align: center;
}

.div-block-26 {
  max-width: 500px;
  margin-left: 0;
}

.button-2 {
  border: 1px solid var(--white);
  text-align: center;
  background-color: #0000;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-19 {
  letter-spacing: 1px;
  text-decoration: underline;
}

.contactarea-area {
  background-color: #298246;
  margin-top: 130px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-9 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
}

.contactsection {
  background-color: var(--sea-green);
}

.contactsection.productpage {
  margin-top: 50px;
}

.line_company {
  background-color: var(--black-2);
  height: 1px;
  margin-bottom: 31px;
}

.paragraph-16 {
  color: var(--black-2);
  text-align: right;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 24px;
}

.paragraph-16.sp {
  color: var(--black-2);
  text-align: center;
}

.button-to-blg {
  border: 1px solid var(--black-2);
  color: var(--black-2);
  text-align: center;
  background-color: #0000;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-to-blg:hover {
  border-color: var(--white);
  color: var(--white);
}

.line_short {
  background-color: var(--black-2);
  width: 60px;
  height: 3px;
  margin-bottom: 30px;
}

.columns-5 {
  justify-content: center;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.column-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-13 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-10 {
  max-width: 1180px;
}

.image-17 {
  margin-top: 70px;
}

.image-18 {
  margin-top: 25px;
}

.breadcrumbs-privacy {
  letter-spacing: 1px;
  flex-direction: row;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  display: flex;
}

.hr {
  background-color: var(--black-2);
  color: var(--black-2);
  text-align: center;
  letter-spacing: 2px;
  border: 1px solid #000;
  max-width: none;
  height: 1px;
  margin: 0 100px 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 35px;
}

.paragraph-17 {
  max-width: 1180px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.slide-3.hide {
  vertical-align: baseline;
}

.image-19, .image-20 {
  display: none;
}

.flex-container-3copy {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1160px;
  margin-top: 0;
  margin-bottom: 45px;
  display: flex;
}

.div-block-partner {
  background-image: url('../images/partner_product.png');
  background-position: 50% 24%;
  background-size: cover;
  height: 340px;
  max-height: 340px;
}

.heading-10 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
}

.paragraph_partner {
  max-width: 1180px;
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.text-span-4 {
  font-size: 25px;
}

.contactwrapper_partner {
  max-width: 960px;
  margin-top: 0;
  padding-top: 61px;
  padding-bottom: 70px;
}

.container-11 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: block;
}

.columns-6 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-14 {
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.section-9 {
  background-color: #e9fffb;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-21 {
  margin-left: auto;
  margin-right: auto;
}

.columns-7 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.div-block-27 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.breadcrumbs-product01 {
  letter-spacing: 1px;
  flex-direction: row;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.productname {
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.productname.edit {
  font-size: 43px;
}

.productcopy {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 43px;
  font-weight: 500;
}

.link-6 {
  text-decoration: none;
}

.div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-29 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-auto-flow: row;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-18 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.paragraph-19 {
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.productbutton {
  background-color: var(--sea-green-2);
  margin-top: 50px;
  font-family: Noto Sans JP, sans-serif;
  transition: opacity .2s;
}

.productbutton:hover {
  opacity: .59;
  color: var(--white);
  font-weight: 400;
}

.container-12 {
  justify-content: flex-start;
  max-width: 1180px;
  display: flex;
}

.div-block-30 {
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-11 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.paragraph-20 {
  color: #1a1b1f;
  text-align: center;
  max-width: 800px;
  margin-top: 24px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
}

.div-block-31 {
  background-color: #fd0000;
  width: 460px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.producth4 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.div-block-32 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.div-block-32.r {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 0%;
  margin-top: 62px;
  margin-bottom: 0;
  padding-right: 48px;
  display: flex;
}

.div-block-32.l {
  padding-left: 48px;
}

.columns-9 {
  flex-direction: row;
  align-items: stretch;
  margin-top: 90px;
  display: block;
}

.column-15 {
  margin-top: auto;
  margin-bottom: auto;
}

.columns-9-copy {
  flex-direction: row;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
}

.column-15-copy {
  order: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.column1copy {
  order: 1;
}

.feature-section-3 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.feature-section-3.sprinter {
  padding-top: 0;
}

.feature-section-3.cl {
  padding-top: 50px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.flex-container-5 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.feature-image-mask-3 {
  width: 50%;
  margin-right: 80px;
}

.feature-image-mask-3.edit {
  width: 35%;
}

.feature-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.detail_01 {
  width: 50%;
}

.paragraph-21 {
  margin-top: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.feature-section-4 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.flex-container-6 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask-3-r {
  width: 50%;
  margin-left: 80px;
  margin-right: 0;
}

.advantages_area {
  background-color: #009077;
  background-image: url('../images/people.png');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.h3_advantages {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
}

.advantages_p {
  margin-top: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.advantage_tl, .text-span-6, .text-span-7 {
  font-weight: 700;
}

.question {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.grid-6 {
  grid-template-areas: "Area";
}

.question_area {
  margin-top: 30px;
}

.question_r {
  padding-left: 40px;
}

.question_l {
  padding-right: 40px;
}

.q_p {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.q_p.center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.a_p {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

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

.container-15 {
  margin-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.section-11 {
  background-color: #e9fffb;
  margin-top: 40px;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.detail_a {
  border: 0 #000;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  line-height: 28px;
}

.detail_a.none_spce_2 {
  padding-left: 10px;
}

.detail_b {
  border: 0 #000;
  margin-bottom: 0;
  padding: 15px 0 15px 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.detail_b.plus {
  padding-top: 5px;
  font-size: 15px;
}

.detail_b.for_air_monitor {
  background-color: #9ff0e2;
  border-left-style: solid;
  border-left-width: 1px;
}

.detail_b.for_air_monitor-copy {
  background-color: #0000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
}

.column-17, .column-18 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-33 {
  background-color: var(--sea-green);
  flex-direction: column;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: opacity .2s;
  display: flex;
}

.div-block-33:hover {
  opacity: .65;
}

.contactarea_02 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.contactarea_02._03 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
}

.contactarea_03 {
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.contactarea_03._03 {
  margin-top: 0;
}

.background-video {
  max-width: 1180px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.background-video-2 {
  z-index: 4;
  flex-direction: column;
  align-items: flex-start;
  width: 500px;
  height: 500px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  max-width: 1080px;
  margin-top: 73px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ni-mh-toptext {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

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

.section-13 {
  -webkit-text-fill-color: inherit;
  background-color: #9ff0e2;
  background-image: url('../images/bg_sec02.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  margin-top: 25px;
}

.section-13.add_backimage {
  background-color: #009077;
  background-image: url('../images/people.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
}

.text-span-8 {
  font-size: 15px;
  line-height: 20px;
}

.text-span-9 {
  font-size: 13px;
}

.mini_line {
  background-color: var(--sea-green);
  width: 45px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
}

.smp_cus {
  margin-top: 33px;
  margin-bottom: 72px;
}

.link-block-7 {
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.custom {
  margin-top: 36px;
}

.image-23, .image-24 {
  margin-left: auto;
  margin-right: auto;
}

.about-label {
  margin-top: 46px;
}

.cus_2 {
  margin-top: 50px;
}

.div-block-34 {
  background-image: url('../images/people22x.png');
  background-position: 0 0;
  background-size: auto;
  height: 200px;
}

.selestpage {
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 49px;
  line-height: 60px;
}

.selestpage.bousai {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 10px;
  font-size: 43px;
  font-weight: 500;
  display: block;
}

.text-span-10 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
}

.text-block-20.bousai {
  margin-top: 20px;
  line-height: 32px;
}

.check_text {
  flex-direction: row;
  padding-left: 30px;
  padding-right: 15px;
  display: flex;
}

.link-block-8 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-14 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.image-25 {
  margin-left: auto;
}

.image-26 {
  max-height: 70px;
  margin-left: 0;
}

.div-block-35 {
  justify-content: center;
  height: 80px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-36 {
  height: 500px;
  padding-top: 30px;
}

.main-content_kansenyobou {
  background-color: var(--cadet-blue);
  background-image: url('../images/skyback.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  padding: 80px 0 100px;
  display: flex;
}

.main-content_kansenyobou.hide_for_contact {
  display: none;
  position: static;
  overflow: visible;
}

.section_product {
  background-color: #eff9fa;
  margin-top: 0;
  padding-top: 60px;
}

.section_product.hide_for_contact {
  display: none;
}

.grid_product {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.grid_product.resize {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mitsumori_form {
  background-color: var(--teal);
  border-radius: 0;
  width: 700px;
  max-width: none;
  height: auto;
  margin: 0 auto 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: box-shadow .2s, opacity .2s;
  display: none;
  overflow: hidden;
}

.mitsumori_form:hover {
  background-color: var(--cadet-blue);
  opacity: .7;
  box-shadow: 1px 1px 12px #000;
}

.taisaku {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
}

.white {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.2px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.link-block-9 {
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.contactsection_kansentaisaku {
  background-color: var(--teal);
}

.contactwrapper_kansentaisaku {
  max-width: 960px;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-10_kansentaisaku {
  color: var(--teal);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 21px;
  display: block;
}

.text-block-11_kansentaisaku {
  color: var(--teal);
  text-align: center;
  justify-content: center;
  margin-left: -29px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 33px;
  display: block;
}

.text-block-12_kansentaisaku {
  color: var(--teal);
  text-align: center;
  height: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.center-p {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 1px;
  flex-direction: row;
  justify-content: center;
  padding-top: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.center-p.kansentaisaku {
  color: var(--teal);
}

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

.main-content_portable {
  background-color: #0000;
  background-image: url('../images/9pics.jpg');
  background-position: 50%;
  background-size: auto;
  height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mitsumori_form_portable {
  background-color: var(--teal-2);
  border-radius: 0;
  width: 628px;
  height: auto;
  margin: 50px auto 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: box-shadow .2s, opacity .2s;
}

.mitsumori_form_portable:hover {
  background-color: var(--teal-2);
  opacity: .7;
  box-shadow: 1px 1px 12px #000;
}

.mitsumori_form_portable.white {
  border: 2px solid var(--teal-2);
  color: #0000;
  background-color: #0000;
  display: none;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
  max-width: 840px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.grid-8 {
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gallery_1 {
  background-color: var(--white);
  object-fit: fill;
  max-width: 1200px;
  height: 670px;
  max-height: none;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  overflow: visible;
}

.gallery_l {
  padding-left: 30px;
  padding-right: 70px;
}

.lightbox-link {
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  transition: box-shadow .3s;
  display: block;
}

.lightbox-link:hover {
  box-shadow: 2px 2px 15px -2px var(--dim-grey);
  opacity: 1;
}

.lightbox-link.none {
  transition: none;
}

.lightbox-link.none:hover {
  box-shadow: none;
}

.image-27 {
  margin-left: auto;
  margin-right: auto;
}

.gallery_r {
  padding-right: 40px;
}

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

.contents_r {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 23px 40px 40px 10px;
  display: flex;
}

.contents_r.hide {
  display: none;
}

.product-title-copy {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  display: block;
}

.product-title-copy.gallery_r {
  text-align: left;
  font-style: normal;
  font-weight: 700;
}

.product-brand {
  background-color: var(--teal-2);
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  line-height: 28px;
  display: none;
}

.product-brand.gallery_r {
  text-align: left;
  font-style: normal;
  font-weight: 700;
}

.title_wrapper {
  padding-right: 60px;
  display: flex;
}

.product-detail {
  text-align: left;
  border-bottom: 1px #000;
  border-radius: 0;
  margin-bottom: 5px;
  font-family: Noto Sans JP, sans-serif;
}

.product-detail.wide {
  padding-right: 55px;
}

.detail_wrapper {
  width: 500px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.detail_columns {
  border-bottom: 1px solid #000;
  width: 500px;
  padding-top: 5px;
  padding-bottom: 0;
}

.product-detail-copy {
  text-align: left;
  border-bottom: 1px #000;
  border-radius: 0;
  margin-top: 18px;
  margin-bottom: 5px;
  margin-left: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.product-detail-copy_wrapper {
  margin-left: 0;
  display: flex;
}

.product-link-copy {
  text-align: center;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  text-decoration: underline;
  display: none;
}

.contactsection_portable {
  background-color: var(--teal);
  margin-top: 0;
}

.div-block-38 {
  height: 100%;
}

.section-15 {
  background-color: var(--medium-aquamarine);
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}

.image-27-copy {
  margin-left: auto;
  margin-right: auto;
}

.gallerybox {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.gallry_l {
  background-color: var(--white);
  padding: 10px 40px 0;
}

.gallry_l.hide {
  display: none;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto auto auto auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.image-28 {
  width: 500px;
  height: 500px;
}

.title_co2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 54px;
  display: flex;
}

.image_wrapper {
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.productcopy_co2 {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.model-number {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  display: block;
}

.image-29 {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.div-block-40 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  margin-top: 49px;
  padding-left: 0;
  display: flex;
}

.place_image {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.grid-10 {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-22 {
  text-align: center;
  margin-top: 20px;
}

.add_text {
  text-align: center;
  margin-top: 35px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.add_text.cl {
  color: var(--white);
  text-align: left;
}

.video {
  width: 560px;
  max-width: none;
  height: 315px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-41 {
  width: 560px;
  height: 315px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-23 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
}

.div-block-42 {
  background-color: #9ff0e2;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.paragraph-24 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.text-span-11 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.image-30 {
  margin-top: 37px;
  margin-left: auto;
  margin-right: auto;
}

.image-30.sprinter {
  margin-top: 15px;
  overflow: visible;
}

.detail_airmonitor {
  background-color: #e9fffb;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.for_air_monitor {
  border-bottom: 1px solid #000;
}

.none_space {
  padding-left: 0;
  padding-right: 0;
}

.detail_a_airmonitor {
  background-color: #9ff0e2;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  line-height: 28px;
}

.detail_a_airmonitor.none_spce_2 {
  padding-left: 10px;
}

.paragraph-25 {
  text-align: center;
  justify-content: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  display: flex;
}

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

.column-22 {
  border-bottom-style: none;
}

.detail_a_airmonitor_none {
  border: 0 #000;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  line-height: 28px;
}

.detail_a_airmonitor_none.none_spce_2 {
  padding-left: 10px;
}

.paragraph-20_co2 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 24px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
}

.grid_specification {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.title_bg {
  background-color: #9ff0e2;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  width: 100px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.title_bg.first {
  border-left-style: none;
  border-left-width: 0;
}

.title_bg_none {
  background-color: #0000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.title_bg_none.first {
  border-left-style: none;
  border-left-width: 0;
  font-family: Noto Sans JP, sans-serif;
}

.text_bg_none {
  background-color: #0000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.text_bg_none.first {
  border-left-style: none;
  border-left-width: 0;
}

.paragraph-26 {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-family: Noto Sans JP, sans-serif;
}

.container-16 {
  max-width: 800px;
}

.div-block-43 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.title_bg {
  width: 25%;
  min-height: 60px;
}

.title_bg.none {
  background-color: #0000;
}

.title_bg {
  width: 25%;
}

.title_bg_l {
  background-color: #9ff0e2;
  border-bottom: 1px solid #000;
  border-left: 0 #000;
  width: 25%;
  min-height: 60px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.title_bg_l.first {
  border-left-style: none;
  border-left-width: 0;
}

.title_bg_l.title_bg_none {
  background-color: #0000;
}

.bold-text-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.bold1 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.title_bg_l_none {
  background-color: #0000;
  border-bottom: 1px solid #000;
  border-left: 0 #000;
  width: 25%;
  min-height: 60px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.title_bg_l_none.first {
  border-left-style: none;
  border-left-width: 0;
}

.title_bg_l_none.title_bg_none {
  background-color: #0000;
}

.text_nbg {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.text_nbg_1 {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  width: 75%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.detail_wrapper {
  min-width: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-27 {
  text-align: center;
  display: none;
}

.image-31 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-44 {
  max-width: 810px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.business-hours {
  color: var(--teal-2);
  text-align: left;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

.phone_area {
  background-color: var(--white);
  color: var(--white);
  flex-direction: row;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.phone-number {
  color: var(--teal-2);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 29px;
  text-decoration: none;
  display: flex;
}

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

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

.contact-link {
  color: var(--teal-2);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  text-decoration: none;
  transition: box-shadow .4s, opacity .4s;
  display: flex;
}

.contact-link:hover {
  box-shadow: 0 0 7px 0 var(--white);
  opacity: .85;
  color: var(--teal-2);
  background-color: #fff;
}

._2_contact {
  margin-top: 20px;
}

.phone-link {
  color: var(--teal-2);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  text-decoration: none;
  transition: box-shadow .4s, opacity .4s;
  display: flex;
}

.phone-link:hover {
  box-shadow: 0 0 7px 0 var(--white);
  opacity: .85;
  color: var(--teal-2);
  background-color: #fff;
}

.phone_link {
  background-color: var(--white);
  height: 80px;
  text-decoration: none;
  transition: box-shadow .4s, opacity .4s;
  display: flex;
}

.phone_link:hover {
  box-shadow: 0 0 7px 0 var(--white);
  opacity: .8;
}

.h1_portable {
  color: var(--teal-2);
  text-align: center;
  letter-spacing: 1.2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 45px;
}

.h2_portable {
  color: var(--teal-2);
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 23px;
}

.h3_portable {
  color: var(--teal-2);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 23px;
}

.div-block-45 {
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 65px;
  display: flex;
}

.section-16 {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
}

.div-block-46 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.h4_portable {
  color: var(--teal-2);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button_portable {
  background-color: var(--teal-2);
  text-align: center;
  flex-direction: row;
  width: 285px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  transition: box-shadow .2s, opacity .2s;
  display: block;
}

.button_portable:hover {
  opacity: .7;
  color: #fff;
  box-shadow: 1px 1px 10px #000;
}

.torikumi_wrapper {
  border: 3px solid var(--teal-2);
  max-width: 820px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 35px;
}

.h4_portable_torikumi {
  color: var(--teal-2);
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.p_torikumi {
  color: var(--teal-2);
  padding-left: 30px;
  padding-right: 0;
  line-height: 24px;
}

.image-32 {
  padding-left: 35px;
}

.columns_torikumi {
  margin-top: 25px;
}

.textlink_torikumi {
  color: var(--teal-2);
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
}

.textlink_torikumi:hover {
  color: var(--teal-2);
  font-weight: 700;
}

.h3_portable_original {
  color: var(--teal-2);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.product-brand2 {
  color: var(--white);
  text-align: left;
  background-color: #4780b3;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 28px;
  display: flex;
}

.product-brand2.gallery_r {
  text-align: left;
  font-style: normal;
  font-weight: 700;
}

.product-brand-copy {
  background-color: var(--teal-2);
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  line-height: 28px;
  display: block;
}

.product-brand-copy.gallery_r {
  text-align: left;
  font-style: normal;
  font-weight: 700;
}

.product-brand3 {
  color: var(--white);
  text-align: left;
  background-color: #b3475e;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  line-height: 28px;
  display: none;
}

.product-brand3.gallery_r {
  text-align: left;
  font-style: normal;
  font-weight: 700;
}

.text_teal {
  color: var(--teal-2);
  text-align: center;
  letter-spacing: 1.2px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.text_teal_2 {
  color: var(--teal-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  line-height: 39px;
}

.text_teal_3 {
  color: var(--teal-2);
  font-size: 16px;
}

.h1_portable_sp {
  color: var(--teal-2);
  text-align: center;
  letter-spacing: 1.2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 60px;
  display: none;
}

.productname_sp {
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.productname_sp.edit {
  font-size: 43px;
  display: none;
}

.link-11 {
  margin-bottom: -25px;
}

.news_jackery {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.product_linkbox {
  border: 1px solid var(--black-2);
  background-color: var(--white);
  color: var(--black-2);
  text-align: center;
  letter-spacing: 2px;
  max-width: none;
  height: auto;
  margin: 40px 100px 0;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 35px;
}

.p_linkbox {
  color: var(--black-2);
  text-align: left;
  letter-spacing: 1px;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 0;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.p_linkbox.kansentaisaku {
  color: var(--teal);
}

.div-block-47 {
  border: 2px solid #000;
  border-radius: 3px;
  width: 700px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.button_product {
  border: 2px solid var(--sea-green);
  opacity: 1;
  border-radius: 7px;
  flex-direction: row;
  justify-content: flex-start;
  width: 12%;
  height: 105px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  text-decoration: none;
  transition: box-shadow .4s, opacity .2s;
  display: block;
}

.button_product:hover {
  box-shadow: 1px 1px 7px 0 var(--teal-2);
  opacity: 1;
  background-color: #0000;
}

.product_kink_title {
  color: var(--sea-green);
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  text-decoration: none;
  display: block;
}

.product_kink_title2 {
  color: var(--sea-green);
  margin-top: 5px;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.div-block-49 {
  border-style: none;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--sea-green);
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.yajirushi {
  color: var(--sea-green);
  font-family: Noto Sans JP, sans-serif;
  font-size: 53px;
  font-weight: 300;
  display: flex;
}

.columns-12 {
  align-items: center;
  width: 700px;
  display: flex;
}

.column-26 {
  border-left: 1px solid var(--sea-green);
  height: 100px;
  padding-left: 0;
  padding-right: 0;
}

.column-27 {
  padding-left: 24px;
}

.aboutprice {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-21 {
  color: var(--red);
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.text-block-22 {
  justify-content: center;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  display: flex;
}

.text-span-13 {
  margin-left: 22px;
  margin-right: 0;
  font-size: 20px;
  line-height: 42px;
}

.image-33 {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-21-copy {
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.text-block-21-sp {
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  display: none;
}

.image-34 {
  margin-top: 25px;
  margin-bottom: 30px;
}

.image-35 {
  display: none;
}

.text-block-23 {
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
}

.text-block-24 {
  margin-top: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.link-12 {
  margin-bottom: 70px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.h3_portable_original-copy {
  color: var(--teal-2);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  text-decoration: none;
}

.news_jackery-copy {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.product-detail-not-colomn {
  text-align: right;
  border-bottom: 1px #000;
  border-radius: 0;
  width: auto;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Noto Sans JP, sans-serif;
}

.product-detail-not-colomn.wide {
  padding-right: 55px;
}

.product-detail-not-colomn-bold {
  text-align: right;
  border-bottom: 1px #000;
  border-radius: 0;
  max-width: none;
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: Noto Sans JP, sans-serif;
}

.product-detail-not-colomn-bold.wide {
  padding-right: 55px;
}

.main-content_portable_solution {
  background-color: #0000;
  height: 230px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.title_portable_solution {
  background-color: var(--dark-slate-blue);
  opacity: 1;
  width: 50%;
  max-width: none;
  height: 100%;
  padding: 60px 0 0;
  display: block;
}

.h1_portable_solution {
  color: var(--white);
  text-align: left;
  letter-spacing: 1.2px;
  margin: 10px 0;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 45px;
  display: flex;
}

.h2_portable_solution {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
}

.text-span-14 {
  padding-left: 20px;
  font-size: 19px;
}

.h3_portable_solution {
  color: var(--teal-2);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 23px;
}

.div-block-50 {
  background-color: #0000;
  background-image: url('../images/portable_blue_top.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  width: 50%;
  height: 100%;
  display: flex;
}

.h3_portable_original_solution {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.h4_portable_solution {
  color: var(--dark-khaki);
  text-align: center;
  margin-top: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.text-span-15 {
  color: var(--dark-khaki);
  font-size: 24px;
}

.gaiyou_section {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.flex-container-7 {
  flex-direction: column-reverse;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask-3 {
  width: 80%;
  margin-left: 40px;
}

.p_potable_solution {
  max-width: 860px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.news_solution {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.section-portable {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
}

.gallerybox_portable {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.gallerybox_solution {
  background-color: var(--dark-slate-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_solution {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
}

.mitsumori_form_portable_solution {
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--white);
  border-radius: 0;
  width: 628px;
  height: auto;
  margin: 50px auto 60px;
  padding-top: 0;
  padding-bottom: 0;
  transition: box-shadow .2s, opacity .2s;
}

.mitsumori_form_portable_solution:hover {
  opacity: .7;
  background-color: #0000;
  box-shadow: 1px 1px 12px #000;
}

.mitsumori_form_portable_solution.white {
  border: 2px solid var(--teal-2);
  color: #0000;
  background-color: #0000;
}

.body-3 {
  border: 1px #000;
}

.link-block_solution {
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.text_teal_darkblue {
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: 1.2px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.text_darkblue {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  line-height: 39px;
}

.text_teal_3-copy {
  color: var(--dark-slate-blue);
  font-size: 16px;
}

.contact_solution {
  background-color: var(--dark-slate-blue);
  color: #237c60;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 38px;
  position: relative;
}

._2_contact_solution {
  margin-top: 20px;
}

.business-hours_solution {
  color: var(--teal-2);
  text-align: left;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

.phone-number_solution {
  color: var(--teal-2);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 29px;
  text-decoration: none;
  display: flex;
}

.contact-link_solution {
  color: var(--teal-2);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  text-decoration: none;
  transition: box-shadow .4s, opacity .4s;
  display: flex;
}

.contact-link_solution:hover {
  box-shadow: 0 0 7px 0 var(--white);
  opacity: .85;
  color: var(--teal-2);
  background-color: #fff;
}

.business-hours_solution_portable {
  color: var(--dark-slate-blue);
  text-align: left;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

.phone-number_solution_portable {
  color: var(--dark-slate-blue);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 29px;
  text-decoration: none;
  display: flex;
}

.contact-link_solution_portable {
  color: var(--dark-slate-blue);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  text-decoration: none;
  transition: box-shadow .4s, opacity .4s;
  display: flex;
}

.contact-link_solution_portable:hover {
  box-shadow: 0 0 7px 0 var(--white);
  opacity: .85;
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.torikumi_wrapper_solution {
  border: 3px solid var(--dark-slate-blue);
  max-width: 820px;
  margin: 60px auto;
  padding-top: 20px;
  padding-bottom: 35px;
}

.h4_portable_torikumi_solution {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.textlink_torikumi_solution {
  color: var(--dark-slate-blue);
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
}

.textlink_torikumi_solution:hover {
  color: var(--dark-slate-blue);
  font-weight: 700;
}

.p_torikumi_solution {
  color: var(--dark-slate-blue);
  padding-left: 30px;
  padding-right: 0;
}

.blue_line_1 {
  background-color: var(--dark-slate-blue);
  height: 3px;
  margin-top: 5px;
  margin-left: 75px;
  margin-right: 75px;
  padding-left: 0;
  padding-right: 0;
}

.image-36 {
  opacity: 1;
  width: 500px;
  transition: box-shadow .55s;
}

.image-36:hover {
  box-shadow: 1px 1px 9px 0 var(--black-2);
}

.div-block-52 {
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h_wrapper {
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-right: 100px;
  display: flex;
}

.text-span-16 {
  font-size: 23px;
  font-weight: 700;
}

.text-span-17 {
  font-size: 22px;
  font-weight: 700;
}

.paragraph-17_left {
  text-align: right;
  max-width: 1180px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Noto Sans JP, sans-serif;
}

.breadcrumbs-quality {
  letter-spacing: 1px;
  flex-direction: row;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  display: flex;
}

.productbutton_buy {
  background-color: var(--sea-green);
  margin-top: 50px;
  font-family: Noto Sans JP, sans-serif;
  transition: opacity .2s;
}

.productbutton_buy:hover {
  opacity: .59;
  color: var(--white);
  font-weight: 400;
}

.paragraph_sml {
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  display: flex;
}

.product-number {
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.productname-_sml {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.productname-_sml.edit {
  font-size: 43px;
}

.grid-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template: ". Area"
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.listwrapper {
  border: 1px solid var(--dark-khaki);
  padding: 25px 15px;
}

.section-17 {
  max-width: 1000px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-28 {
  margin-top: 0;
}

.product_detail {
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.html-embed-6 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-53 {
  margin-left: auto;
  margin-right: auto;
}

.listwrappaer {
  border: 1px solid #000;
  max-width: 1180px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 15px;
  display: block;
}

.p_list {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  display: flex;
}

.link-14 {
  font-weight: 700;
}

.text-span-19 {
  font-size: 16px;
}

.paragraph-29 {
  color: var(--white);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.p_blog_title {
  margin-bottom: 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.p_blog {
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.blog_wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.div_line {
  background-color: var(--black);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid-2pic {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-37 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature_copy {
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  line-height: 33px;
}

.feature_detail {
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.heading-blogtitle {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
}

.blog_name {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
}

.collection-list-wrapper {
  margin-left: 100px;
  margin-right: 100px;
}

.text-span-20 {
  font-size: 13px;
  line-height: 26px;
}

.sprinter {
  text-align: center;
  margin-top: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.title_sprinter {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 54px;
  display: flex;
}

.add_sprinter {
  text-align: center;
  margin-top: 14px;
  font-family: Noto Sans JP, sans-serif;
}

.feature_sprinter {
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  line-height: 33px;
}

.cards-section-sprinter {
  padding-top: 70px;
  padding-bottom: 50px;
}

.cards-grid-container-sprinter {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-press {
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Noto Sans JP, sans-serif;
}

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

.button-press {
  background-color: var(--teal-2);
  justify-content: center;
  margin: 42px 220px 70px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.button-press:hover {
  opacity: .65;
  color: var(--white);
  background-color: #007561;
  font-weight: 700;
}

.text-span-21 {
  font-size: 10px;
}

.paragraph-press {
  color: var(--black);
  text-align: left;
  flex-flow: wrap;
  max-width: 1180px;
  margin-top: 50px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  display: inline-block;
}

.text-span-22 {
  text-align: left;
  justify-content: flex-start;
  font-size: 15px;
  display: flex;
}

.image-38 {
  width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs-press {
  letter-spacing: 1px;
  flex-direction: row;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  display: flex;
}

.link-15 {
  flex-direction: row;
  display: flex;
}

.link-16 {
  display: block;
}

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

.image-39 {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: var(--red);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
}

.div-block-54 {
  justify-content: center;
  max-width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-28, .column-29, .column-30 {
  justify-content: center;
  display: flex;
}

.sprinter-link {
  text-align: center;
  margin-top: 15px;
  margin-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.div-block-55 {
  justify-content: center;
  max-width: 1100px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.productcopy_sprinter {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.paragraph-20_sprinter {
  color: #323747;
  text-align: center;
  margin-top: 24px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
}

.feature_detail_sprinter {
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.gallry_l-copy {
  background-color: var(--white);
  padding: 30px 40px 0;
}

.gallry_l-copy.hide {
  display: none;
}

.lightbox-link-copy {
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  transition: box-shadow .3s;
  display: block;
}

.lightbox-link-copy:hover {
  box-shadow: 2px 2px 15px -2px var(--dim-grey);
  opacity: 1;
}

.lightbox-link-copy.none {
  transition: none;
}

.lightbox-link-copy.none:hover {
  box-shadow: none;
}

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

.contents_r-copy {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 23px 40px 40px 10px;
  display: flex;
}

.contents_r-copy.hide {
  display: none;
}

.detail_wrapper-copy {
  width: 500px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

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

.flex-container-8 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.feature-image-mask-4 {
  width: 60%;
  margin-right: 40px;
}

.feature-image-3 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.product_name {
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 37px;
}

.product_detail_2, .button_new {
  font-family: Noto Sans JP, sans-serif;
}

.columns-13 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.p_productdetail {
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.detail_wrapper_bousai_solution {
  padding-top: 40px;
  padding-left: 40px;
}

.productlist_wrapper {
  margin-top: 20px;
  margin-bottom: 70px;
}

.text-span-23 {
  font-size: 17px;
}

.section-18 {
  margin-top: 50px;
}

.feature_detail_sprinter-smaill {
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}

.for_sp {
  justify-content: center;
  display: none;
}

.po_icon {
  margin-left: 14px;
  margin-right: 0;
}

.text-span-24, .text-span-25 {
  font-size: 13px;
}

.button_product-page {
  border: 2px solid var(--sea-green);
  opacity: 1;
  border-radius: 7px;
  flex-direction: row;
  justify-content: flex-start;
  width: 700px;
  height: 105px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  text-decoration: none;
  transition: box-shadow .4s, opacity .2s;
  display: flex;
}

.button_product-page:hover {
  box-shadow: 1px 1px 7px 0 var(--teal-2);
  opacity: 1;
  background-color: #0000;
}

.img_wrapper_bousai_solution {
  padding: 20px 60px;
}

.grid-12 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area";
  align-items: stretch;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.product_card {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px 15px;
  display: flex;
}

.section-19 {
  background-color: #eff9fa;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: none;
}

.section-19.hide_for_contact {
  display: none;
}

.br_chousei {
  height: 22px;
}

.grid-13 {
  grid-template-rows: auto;
}

.product-category {
  background-color: var(--teal-2);
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 28px;
  display: flex;
}

.product-category.gallery_r {
  text-align: left;
  font-style: normal;
  font-weight: 700;
}

.product-category2 {
  background-color: var(--cadet-blue);
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 28px;
  display: flex;
}

.product-category2.gallery_r {
  text-align: left;
  font-style: normal;
  font-weight: 700;
}

.detail_product_ups {
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.detail_wrapper_ups {
  flex-direction: column;
  width: 500px;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.detail_product_ups2 {
  margin-top: 25px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.image-40 {
  margin-left: auto;
  margin-right: auto;
}

.text-span-26 {
  text-align: left;
}

.image-41 {
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-press-copy {
  text-align: left;
  max-width: 1180px;
  margin: 30px 100px 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
}

.image-42 {
  max-width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.image-43 {
  margin-bottom: 10px;
}

.image-43.lp_white_fl {
  height: 54px;
}

.image-43.lp_white_labo {
  height: 30px;
  margin-left: -15px;
  margin-right: 0;
  display: block;
}

.image-44 {
  max-width: 800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-45 {
  display: none;
}

.html-embed-7 {
  display: block;
}

.detailwrapper_cl {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.grid-14 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-15 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.list_text {
  background-color: #0000;
}

.list_text._1st {
  background-color: #1ae0c9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.list_text._2nd {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.list_text._3rd {
  background-color: #e4f7f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.feature_detail_cl {
  text-align: center;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.productcopy_cl {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.paragraph-20_cl {
  color: var(--white);
  text-align: left;
  flex-direction: row;
  margin-top: 24px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  display: flex;
}

.h3_cl {
  border-bottom: 1px solid var(--white);
  border-left: 9px solid var(--white);
  color: var(--white);
  padding-left: 15px;
}

.point-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 467px;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.container-cl1 {
  justify-content: flex-start;
  max-width: 1060px;
  display: flex;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr;
}

.image-46 {
  padding-top: 32px;
  padding-left: 0;
}

.section-cl2 {
  -webkit-text-fill-color: inherit;
  background-color: #9ff0e2;
  background-image: url('../images/bg_sec03.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  margin-top: 0;
}

.section-cl2.add_backimage {
  background-color: #009077;
  background-image: url('../images/people.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
}

.container-cl2 {
  justify-content: flex-start;
  max-width: 1060px;
  display: flex;
}

.point-wrapper_l {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 467px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.grid-16_l {
  grid-column-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .75fr;
  width: 467px;
}

.p_cl {
  color: #fff;
  padding-left: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
}

.image-47 {
  padding: 0 20px 0 0;
}

.div-block-56 {
  flex-direction: row;
  display: flex;
}

.section-2_sprinter {
  -webkit-text-fill-color: inherit;
  background-color: #9ff0e2;
  background-clip: border-box;
  margin-top: 25px;
}

.section-2_sprinter.add_backimage {
  background-color: #009077;
  background-image: url('../images/people.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
}

.section-cl1 {
  -webkit-text-fill-color: inherit;
  background-color: #9ff0e2;
  background-image: url('../images/bg_sec02.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  margin-top: 25px;
}

.section-cl1.add_backimage {
  background-color: #009077;
  background-image: url('../images/people.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
}

.section-top-cl {
  flex-direction: column;
  justify-content: center;
  max-width: 1080px;
  margin-top: 73px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-cl3 {
  background-color: var(--black);
  padding-top: 70px;
  padding-bottom: 20px;
}

.p_cl1 {
  border-bottom: 1px solid var(--white);
  border-left: 8px solid var(--white);
  color: #fff;
  margin-bottom: 31px;
  padding-bottom: 4px;
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 29px;
}

.text-span-27 {
  font-size: 33px;
}

.text-span-27-copy {
  font-size: 22px;
}

.columns-14 {
  border: 1px #000;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.body-4 {
  border: 1px #000;
}

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

.p_cl1-2 {
  color: #fff;
  border: 1px #000;
  margin-bottom: 31px;
  padding-bottom: 4px;
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 29px;
}

.div_cl_detail_img {
  border-left: 8px solid var(--white);
}

.image-48 {
  padding-left: 30px;
}

.p_cl1-3 {
  color: #fff;
  border: 1px #000;
  margin-bottom: 17px;
  padding-bottom: 4px;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  line-height: 18px;
}

.text-span-28 {
  background-color: var(--red);
  padding-left: 7px;
  padding-right: 7px;
}

.text-span-29 {
  font-size: 15px;
}

.column-32 {
  padding-top: 15px;
  padding-left: 40px;
}

.cl-link {
  text-align: center;
  margin-top: 15px;
  margin-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.cl1_sp, .cl2_sp {
  display: none;
}

.top_section {
  flex-direction: column;
  justify-content: center;
  max-width: 1080px;
  margin-top: 73px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-10-copy {
  display: block;
}

.section-13-copy {
  -webkit-text-fill-color: inherit;
  background-color: #6bbcc5;
  background-clip: border-box;
  margin-top: 0;
}

.section-13-copy.add_backimage {
  background-color: #009077;
  background-image: url('../images/people.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
}

.container-12-copy {
  justify-content: center;
  max-width: 1180px;
  font-size: 16px;
  display: flex;
}

.title_wrapper-copy {
  padding-right: 60px;
  display: flex;
}

.image_wrapper-copy {
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.title_sprinter-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 54px;
  display: flex;
}

.top_section-copy {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-58 {
  background-image: url('../images/workman_web.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-49 {
  margin: 0 auto 18px;
  padding-bottom: 0;
  padding-left: 136px;
}

.image-50 {
  margin-left: auto;
  margin-right: auto;
}

.image-51 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.productcopy_white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.paragraph_white {
  color: #fff;
  text-align: center;
  margin-top: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-30-copy {
  height: auto;
  margin-top: 60px;
  margin-bottom: 70px;
}

.whitebox_txt {
  background-color: #fff;
  border-radius: 9px;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  display: flex;
}

.add_text_white {
  text-align: center;
  margin-top: 35px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.add_text_white.cl {
  color: var(--white);
  text-align: left;
}

._4whitebox {
  margin-top: 40px;
}

.cards-section_cl_sp {
  padding-top: 70px;
  padding-bottom: 50px;
}

.cards-grid-container_cl_sp {
  grid-column-gap: 45px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template: ". ."
                 ". Area"
                 "Area-2 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.detailwrapper_cl_sp2 {
  background-image: url('../images/featurebox22x.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 0;
  display: flex;
}

.feature_cl_sp {
  color: var(--white);
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 116px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 33px;
  display: flex;
}

.detailwrapper_cl_sp1 {
  background-image: url('../images/featurebox12x.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-right: 0;
  display: flex;
}

.feature_cl_sp-copy {
  color: var(--white);
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 116px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.detailwrapper_cl_sp3 {
  background-image: url('../images/featurebox32x.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-right: 0;
  display: flex;
}

.cards-section_cl_sp3 {
  padding-top: 70px;
  padding-bottom: 50px;
}

.detailwrapper_cl_sp4 {
  background-image: url('../images/featurebox42x.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-right: 0;
  display: flex;
}

.detailwrapper_cl_sp5 {
  background-image: url('../images/featurebox52x.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 0;
  display: flex;
}

.vision_cl_detail_wrapper {
  margin-bottom: 30px;
}

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

.column-34 {
  padding-left: 35px;
}

.image-52 {
  margin-top: -205px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-53 {
  width: 381px;
  margin-top: 55px;
  padding-top: 0;
  padding-left: 13px;
  padding-right: 0;
}

.linktopage {
  opacity: .78;
  color: #000;
  border: 1px solid #000;
  width: 332px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition-duration: 0s;
}

.linktopage:hover {
  background-color: var(--teal);
  opacity: 1;
  color: var(--white);
  border-style: none;
  text-decoration: none;
}

.div-block-59 {
  background-color: var(--teal);
  max-width: 900px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.accesswrapper {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.whitebox_txt-copy {
  background-color: #fff;
  border-radius: 9px;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  display: flex;
}

.image-54 {
  padding-left: 0;
  box-shadow: 3px 3px 10px #000;
}

.div-block-60 {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.linktopage_noback {
  opacity: .78;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  width: 332px;
  height: 51px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  padding: 8px 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition-duration: 0s;
}

.linktopage_noback:hover {
  background-color: var(--teal);
  opacity: 1;
  color: var(--white);
  border-style: none;
  text-decoration: none;
}

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

.contact_cl_sp {
  color: #237c60;
  background-color: #6bbcc5;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 38px;
  position: relative;
}

.contactarea_cl_sp {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.contactarea_cl_sp._03 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
}

.sales_txt {
  color: var(--black);
  width: 332px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.grid-17 {
  grid-column-gap: 0px;
}

.image-59 {
  display: block;
}

.for_sp_detailbox {
  display: none;
}

.image-60 {
  margin-bottom: 0;
}

.link-ad-hide {
  justify-content: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.link-ad-hide:hover {
  opacity: .56;
}

.image-61 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.text-span-30, .text-span-31 {
  text-decoration: underline;
}

.h_cl_sp {
  color: #fff;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cl_detail_img {
  padding-left: 30px;
}

.forcl_sp {
  border: 1px none var(--black);
  color: var(--black);
  justify-content: center;
  margin-top: 52px;
  margin-bottom: 45px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  display: flex;
  overflow: visible;
}

.link-18 {
  color: #115892;
}

.forcl_sp_sp {
  border: 1px solid var(--black);
  color: var(--black);
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  display: none;
  overflow: visible;
}

.cl_sp_link {
  margin-top: 60px;
  margin-bottom: 45px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.cl_sp_link_sp {
  margin-top: 60px;
  margin-bottom: 45px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  display: none;
}

.sp-forsp, .sp-forsp2, .cl-forsp2, .cl-forsp {
  display: none;
}

.image-62 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-12 {
  background-image: url('../images/CL_SP_top.png');
  background-position: 50%;
  background-size: 0;
  width: 600px;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
}

.cl_sp_link2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 45px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.paragraph-press-copy {
  color: #c7c7c9;
  text-align: left;
  max-width: 1180px;
  margin: 50px 100px 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.forpress {
  margin-left: 100px;
  margin-right: 100px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.text-span-33 {
  padding-left: 0;
}

.italic-text {
  color: var(--dim-grey);
  letter-spacing: 0;
  padding-left: 0;
  font-size: 15px;
  line-height: 27px;
}

.bj_banner {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.product_tempass_paragraph {
  text-align: center;
  justify-content: center;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 43px;
  font-weight: 500;
  display: flex;
}

.container_tempass, .container_ni-mh02 {
  justify-content: center;
  max-width: 1180px;
  display: flex;
}

.section_ni-mh_02 {
  -webkit-text-fill-color: inherit;
  background-color: #f2f2f2;
  background-clip: border-box;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.section_ni-mh_02.add_backimage {
  background-color: #009077;
  background-image: url('../images/people.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
}

.paragraph_ni-mh03 {
  color: #1a1b1f;
  text-align: center;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.section_ni-mh_01 {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contactbotton_ni-mh {
  background-color: var(--sea-green);
  text-align: center;
  margin-top: 50px;
  padding: 10px 25px 15px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 24px;
  transition: opacity .2s;
}

.contactbotton_ni-mh:hover {
  opacity: .59;
  color: var(--white);
  font-weight: 400;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ni-mh_wrapper03 {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.p_ni-mh03 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.p_ni-mh03_02 {
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.ni-mh_detail {
  background-color: #f2f2f2;
  border-radius: 18px;
  padding: 30px 20px 40px;
}

.col_ni-mh_icon {
  justify-content: center;
  display: flex;
}

.columns_ni-mh {
  align-items: center;
  display: flex;
}

.paragraph_ni-mh04 {
  color: #1a1b1f;
  text-align: center;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
}

.section_ni-mh_04 {
  margin-bottom: 40px;
  padding-top: 70px;
  padding-bottom: 0;
}

.section_ni-mh_04.sprinter {
  padding-top: 0;
}

.section_ni-mh_04.cl {
  padding-top: 50px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.grid_ni-mh01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.columns_ni-mh02 {
  margin-bottom: 50px;
}

.grid_ni-mh02 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.ni-mh_detail02 {
  background-color: #f2f2f2;
  border-radius: 18px;
  padding: 0 0 40px;
}

.p_ni-mh04 {
  background-color: var(--sea-green);
  color: var(--white);
  text-align: center;
  border-radius: 18px 18px 0 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 130px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 25px 20px 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.image-64 {
  margin-left: auto;
  margin-right: auto;
}

.p_ni-mh04_02 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.p_ni-mh04_li {
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 30px;
  padding-left: 0;
}

.text-span-34 {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.bold-text-6 {
  font-weight: 500;
}

.ni-mh04_img {
  margin-left: auto;
  margin-right: auto;
}

.paragraph_ni-mh05 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.contactbotton_ni-mh_mid {
  background-color: var(--sea-green);
  text-align: center;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 10px 60px 15px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 24px;
  transition: opacity .2s;
}

.contactbotton_ni-mh_mid:hover {
  opacity: .59;
  color: var(--white);
  font-weight: 400;
}

.fulogic_area {
  background-color: #f7f7f7;
  background-image: url('../images/グループ-2.png');
  background-position: 62% 54%;
  background-size: auto;
  align-items: center;
  min-height: 240px;
  display: flex;
}

.ni-mh_page_fulogic {
  color: var(--white);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.section_ni-mh_05 {
  margin-top: 60px;
}

.div-block-62 {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-30 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  line-height: 20px;
}

.list-2 {
  color: var(--white);
  font-family: Noto Sans JP, sans-serif;
  list-style-type: none;
}

.paragraph-31 {
  color: var(--white);
}

.grid_catalog {
  grid-row-gap: 45px;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}

.return_link {
  color: #333;
  text-align: center;
  justify-content: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.dl_page_title {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.image-65 {
  box-shadow: 1px 1px 3px #000;
}

.download_section {
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 100px;
  display: block;
}

.container-17 {
  justify-content: center;
  max-width: 800px;
  display: block;
}

.pdf-download {
  color: #333;
  justify-content: flex-start;
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.download_ni-mh_wrapper {
  justify-content: center;
  max-width: 800px;
  display: block;
}

.return_message {
  margin-top: 60px;
}

.container-18 {
  max-width: 800px;
}

.paragraph-32 {
  text-align: center;
  max-width: 800px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.img-shadow {
  box-shadow: 1px 1px 3px #000;
}

.company_overview_wrapper {
  max-width: 1160px;
  margin: 85px auto;
}

.qualitysection {
  background-color: var(--white);
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-_company_info {
  color: var(--black-2);
  max-width: 1180px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.quality_txt_img_wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-_quality {
  color: var(--black-2);
  max-width: 1180px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.image-67 {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.message_section {
  background-color: var(--white-smoke-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.message_photo {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.message_text {
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.columns_message {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.columns_enkaku {
  flex-direction: column;
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

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

.enkaku_photo_area {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 150px;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.p_enkaku {
  color: var(--black-2);
  letter-spacing: 0;
  margin-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.p_enkaku.sp {
  color: var(--black-2);
  text-align: center;
}

.link-block-13 {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
}

.image-68 {
  transition: opacity .375s;
}

.image-68:hover {
  opacity: .65;
}

.image-69 {
  display: none;
}

.section-20 {
  margin-top: 0;
}

.hero-heading-center {
  border: 1px #000;
  padding: 40px 30px 30px;
  position: relative;
}

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

.h2_en_green {
  color: var(--teal-2);
  text-align: center;
  margin-top: 29px;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 43%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-without-image {
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.en_30px {
  margin-bottom: 0;
  font-size: 24px;
}

.team-circles {
  border: 1px #000;
  padding: 40px 30px 0;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.toral_solution_green {
  color: var(--teal-2);
  margin-bottom: 6px;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position {
  flex-direction: column;
  margin-bottom: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  display: flex;
}

.en_20px {
  margin-bottom: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
}

.testimonial-stack {
  border: 1px #000;
  padding: 40px 30px;
  position: relative;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 20px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  color: var(--teal-2);
  margin-bottom: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 27px;
}

.testimonial-text-three {
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.uui-heroheader15_card-image-05 {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(65%, 79%)rotate(150deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-04 {
  z-index: 4;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(38%, 33%)rotate(120deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-03 {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(0, 16%)rotate(90deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-02 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-38%, 33%)rotate(60deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-01 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-65%, 79%)rotate(30deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 28rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge.text-color-primary200 {
  color: var(--untitled-ui-primary200);
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui-gray900);
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-heroheader15_subheading {
  color: var(--untitled-ui-primary200);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-heroheader15_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader15 {
  background-color: var(--untitled-ui-primary800);
  overflow: hidden;
}

.kutup-hero-photo-overlay {
  opacity: .5;
  background-image: url('../images/cell_img2x.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.kutup-button-line {
  background-color: var(--kütüp-library-burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.white-text {
  color: var(--kütüp-library-white);
}

.kutup-button-with-line {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-white {
  background-color: var(--kütüp-library-white);
  color: var(--kütüp-library-dark-slate-grey);
  border-radius: 5px;
  padding: 14px 30px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.kutup-button-white:hover {
  background-color: #ffffffbd;
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

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

.kutup-divider-60px {
  height: 60px;
}

.kutup-hero-title-4 {
  color: var(--kütüp-library-white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-video-play {
  justify-content: center;
  align-items: center;
  display: flex;
}

.kutup-play-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-hero-4 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.shadow-two-copy {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-70 {
  margin-top: -40px;
  margin-left: -45px;
}

.image-71 {
  margin-top: -39px;
  margin-left: 20px;
}

.heading2_en {
  color: var(--teal-2);
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.access_section {
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.html-embed-8 {
  max-width: 1000px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-63 {
  max-width: 600px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 27px;
  padding-left: 0;
}

.en_20px_2 {
  margin-bottom: 24px;
  font-size: 24px;
}

.div-block-64 {
  flex-direction: row;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-footer03_legal-link {
  color: var(--untitled-ui-gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer03_legal-link:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer03_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui-gray500);
}

.uui-footer03_bottom-wrapper {
  border-top: 1px none var(--untitled-ui-gray200);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.uui-footer03_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer03_link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-footer03_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-end start;
  display: flex;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui-success50);
  color: var(--untitled-ui-success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-footer03_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.uui-footer03_social-link {
  color: var(--untitled-ui-gray400);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer03_social-link:hover {
  color: var(--untitled-ui-gray500);
}

.uui-footer03_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 2rem;
  display: grid;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-footer03_details-wrapper {
  max-width: 20rem;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 44px;
  display: block;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: auto;
  margin-right: 20px;
  display: flex;
}

.uui-footer03_logo-link {
  float: none;
  border-style: none solid none none;
  border-width: 1px 2px 1px 1px;
  border-color: black var(--teal-2) black black;
  margin-bottom: auto;
  display: block;
}

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

.uui-footer03_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: start;
}

.uui-padding-vertical-xlarge {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 10px;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 0;
  padding-right: 0;
}

.uui-footer03_logo-link-copy {
  float: none;
  border: 1px #000;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding-left: 0;
  display: block;
}

.uui-logo_logotype-copy {
  flex: none;
  width: auto;
  height: 22px;
}

.text-block-25, .text-block-26 {
  color: var(--teal-2);
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-72 {
  height: 160px;
  margin-top: 80px;
  margin-right: auto;
}

.fl_en-hero-title-4 {
  color: var(--kütüp-library-white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
}

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

.paragraph-privacy_en {
  max-width: 1180px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.link-19 {
  flex-direction: column;
  display: flex;
}

.grid_wrapper {
  margin-left: 100px;
  margin-right: 100px;
}

.grid-19 {
  grid-column-gap: 20px;
}

.scrollbox1 {
  margin: 50px 100px 40px;
}

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

.div-block-69 {
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-13 {
  border-bottom: 3px solid var(--untitled-ui-success700);
  color: var(--untitled-ui-success700);
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 39px;
  display: flex;
}

.text-span-35 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.paragraph-press-eve {
  text-align: left;
  max-width: 1180px;
  margin: 50px 100px 70px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.eve_product_wrapper {
  margin: 60px 100px 70px;
}

.image-76 {
  margin-left: auto;
  margin-right: auto;
}

.text-span-36 {
  font-style: italic;
}

.columns-17 {
  flex-direction: row;
  justify-content: center;
  max-width: 800px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-70 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-37 {
  padding-left: 0;
}

.column-38 {
  padding-right: 0;
}

.text-span-37 {
  color: var(--black-2);
  text-indent: 0;
}

.text-span-38 {
  color: var(--black-2);
  text-indent: 10px;
  font-style: italic;
}

.paragraph-34 {
  align-self: flex-end;
  font-family: Noto Sans JP, sans-serif;
}

.text-span-39 {
  font-style: italic;
}

.paragraph-35 {
  text-align: center;
  font-size: 15px;
}

.columns-18 {
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-71 {
  margin-top: 30px;
  margin-left: 100px;
  margin-right: 100px;
}

.html-embed-9, .html-embed-10 {
  justify-content: center;
  display: flex;
}

._2img_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 30px auto;
  display: flex;
}

.youtube, .youtube-2 {
  width: 380px;
  height: 300px;
}

.link-20 {
  min-width: 200px;
}

.main-content_stress {
  background-color: #0000;
  background-image: url('../images/stress_main.png');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main_stress {
  margin-top: 20px;
}

.image-77 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.h3_stresspage_original-copy {
  color: var(--royal-blue);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 43px;
  text-decoration: none;
}

.section-stresspage {
  padding-top: 20px;
  padding-bottom: 60px;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 25px;
  font-family: Noto Sans JP, sans-serif;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-left-stress {
  background-color: #0000;
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.h4_stress {
  color: var(--royal-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.h4_portable-copy, .h4_portable-copy-copy {
  color: var(--teal-2);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.h4_stress_link {
  color: var(--teal-2);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.link-21 {
  color: var(--royal-blue);
  margin-top: 0;
}

.paragraph-36 {
  line-height: 23px;
}

.paragraph-37 {
  font-size: 16px;
  line-height: 23px;
}

.paragraph-38 {
  line-height: 23px;
}

.h1_k100 {
  color: var(--royal-blue);
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
}

.bold-text-7 {
  color: var(--royal-blue);
}

.button_k100 {
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 20px;
  flex-direction: row;
  width: 450px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  transition: box-shadow .2s, opacity .2s;
  display: block;
}

.button_k100:hover {
  opacity: .7;
  color: #fff;
  box-shadow: 1px 1px 10px #000;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  font-family: Noto Sans JP, sans-serif;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-2.shadow-two {
  margin-top: 0;
  margin-bottom: 60px;
}

.hero-stack-dk100 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 80px;
  position: relative;
}

.div-block-73 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.text-block-27 {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 30px;
  display: flex;
}

.jisseki_lg {
  margin-bottom: 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 36px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  background-image: url('../images/driver_img-100.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 800px;
  border-bottom: 0 #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding-right: 0;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-3 {
  background-color: #0000;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-14 {
  color: var(--royal-blue);
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}

.heading-15 {
  color: var(--royal-blue);
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.hero-split-3-l {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding-right: 0;
  display: flex;
}

.uui-heroheader04_image {
  width: 76rem;
  min-width: 76rem;
  display: block;
  position: absolute;
}

.uui-heroheader04_image-wrapper {
  height: 100%;
  min-height: 44.375rem;
  position: relative;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-2 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-2 {
  color: var(--untitled-ui-gray900);
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui-primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
}

.uui-badge-group {
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui-primary50-501);
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  text-decoration: none;
}

.uui-heroheader04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader04 {
  overflow: hidden;
}

.paragraph-39 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.margin-bottom-24px_s {
  margin-bottom: 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
}

.image-78 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.html-embed-11 {
  padding-top: 50px;
}

.kutup-paragraph {
  color: var(--kütüp-library-dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.kutup-faq-content {
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-stripe-2 {
  background-color: #264653;
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-stripe-1 {
  background-color: #264653;
  width: 2px;
  height: 100%;
}

.kutup-faq-plus-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.kutup-faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.kutup-faq-title {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 21px;
  font-weight: 700;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kutup-faq-top-part {
  background-color: #fff;
  border-bottom: 1px solid #29335c26;
  align-items: center;
  display: flex;
}

.kutup-faq-wrapper {
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-divider-60px-2 {
  height: 60px;
}

.kutup-display-2 {
  color: var(--kütüp-library-dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-small-top-text {
  color: var(--kütüp-library-burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-max-w-width-640px-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-large-container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-section {
  background-color: #fff;
  padding: 90px 5%;
}

.heading-press-32px {
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  line-height: 43px;
}

.article-wrapper {
  max-width: 1000px;
  height: auto;
  margin-bottom: 110px;
  font-family: Noto Sans JP, sans-serif;
  display: block;
}

.heading-article {
  text-align: left;
  letter-spacing: 1px;
  margin: 30px 0 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 34px;
  line-height: 48px;
}

.paragraph-article {
  text-align: left;
  max-width: 1180px;
  margin: 15px 0 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.heading-article2 {
  background-color: #f0f0f0;
  border-left: 5px solid #494949;
  margin: 40px 20px 20px 0;
  padding-left: 10px;
  font-size: 20px;
  line-height: 42px;
}

.div-product-detail {
  background-color: #fff;
  margin-left: 0;
  padding: 30px 0 20px;
}

.div-product-detail.mg {
  padding-bottom: 20px;
}

.hr_-article {
  background-color: var(--black-2);
  color: var(--black-2);
  text-align: center;
  letter-spacing: 2px;
  border: 1px solid #000;
  max-width: none;
  height: 1px;
  margin: 0 0 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 35px;
}

.list-article {
  margin-right: 20px;
}

.grid-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area"
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-list._7 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-list.enertech._7 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gridtexttt {
  text-align: center;
  background-color: #f1f1f1;
  border: 1px #bdbdbd;
  border-style: solid none none solid;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 15px;
  line-height: 18px;
  display: flex;
}

.gridtt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.gridtexttt2 {
  text-align: center;
  background-color: #f1f1f1;
  border: 1px #000;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  font-size: 15px;
}

.gridtextt {
  text-align: center;
  background-color: #f1f1f100;
  border: 1px #bdbdbd;
  border-style: solid none none solid;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 17px;
  display: flex;
}

.gridtextt.sml {
  font-size: 13px;
}

.gridt2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.gridtextt2 {
  text-align: center;
  background-color: #f1f1f100;
  border: 1px #bdbdbd;
  border-style: solid none none solid;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  padding: 10px 5px;
  font-size: 15px;
  display: flex;
}

.gridtextttr {
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #bdbdbd;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.gridtexttr {
  text-align: center;
  background-color: #f1f1f100;
  border: 1px solid #bdbdbd;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.gridtexttr.sml {
  font-size: 12px;
  line-height: 16px;
}

.divtable {
  object-fit: contain;
  min-width: auto;
  margin-top: 0;
  overflow: visible;
}

.divtable.old_hide, .divtable.hide {
  display: none;
}

.heading-article3 {
  background-color: #e9e9e900;
  border: 1px #000;
  margin: 40px 0 20px;
  padding-left: 0;
  font-size: 26px;
  line-height: 42px;
}

.heading-article3.cr_small {
  margin-bottom: 10px;
  font-size: 22px;
}

.heading-article3.small {
  font-size: 20px;
  line-height: 26px;
}

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

.heading-article3.hide {
  display: none;
}

.p-article2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 35px;
}

.p-article2.hide {
  display: none;
  overflow: visible;
}

.heading_pack_title {
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.p-_pack {
  margin-top: 20px;
  font-size: 15px;
  line-height: 35px;
}

.heading_pack2 {
  background-color: #e9e9e9;
  border-left: 8px solid #494949;
  margin: 40px 0 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 26px;
}

.gridtexttu {
  text-align: center;
  background-color: #f1f1f100;
  border: 1px solid #bdbdbd;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.gridt2u {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #bdbdbd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.gridtexttru {
  text-align: center;
  background-color: #f1f1f100;
  border: 1px solid #bdbdbd;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.gridtexttru.sml {
  font-size: 12px;
  line-height: 16px;
}

.image-80 {
  margin-left: auto;
  margin-right: auto;
}

.button-article {
  background-color: var(--untitled-ui-success700);
  justify-content: center;
  margin: 60px 0 70px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.button-article:hover {
  opacity: .65;
  color: var(--white);
  background-color: #007561;
  font-weight: 700;
}

.logo_img {
  height: auto;
}

.logo_img.blackbg {
  background-color: #6b6b6b;
}

.company_detail {
  margin-top: 45px;
}

.paragraph-article-bold {
  text-align: left;
  max-width: 1180px;
  margin: 20px 0 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.paragraph-article-bold.order {
  color: #0336ff;
}

.paragraph-article-ss {
  text-align: left;
  justify-content: flex-start;
  max-width: 1180px;
  margin: 30px 0 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.paragraph-article-ss.sml {
  font-size: 13px;
  line-height: 20px;
}

.paragraph-article-ss.sml.margin10 {
  margin-top: 10px;
}

.paragraph-article-ss.bold {
  font-weight: 700;
  text-decoration: underline;
}

.paragraph-article-ss.new_green {
  color: var(--teal-2);
  margin-top: 10px;
}

.paragraph-article-ss.new_red {
  color: var(--red);
  margin-top: 10px;
}

.link-block-14 {
  background-color: #fff;
  background-image: url('../images/2mix_banner_01.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 40px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.div-block-74 {
  -webkit-text-fill-color: inherit;
  background-color: #197400a3;
  background-clip: border-box;
  justify-content: center;
  width: 100%;
  height: 170px;
  font-size: 16px;
  display: flex;
}

.text-block-28 {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

.text-block-28-sp {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  line-height: 30px;
  text-decoration: none;
  display: none;
}

.main_image_1 {
  margin-bottom: 20px;
}

.main_image_1-hide {
  display: flex;
}

.main_image_2 {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.lightbox-link-2, .lightbox-link-main {
  flex-direction: row;
  display: flex;
}

.columns-19 {
  margin-left: 0;
  margin-right: 0;
}

.light-box-wrapper {
  flex-direction: row;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.main_image_2-copy {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.grid-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .25fr 1fr;
}

.grid-text-r {
  background-color: #fafafa;
  border-bottom: 1px solid #000;
  padding: 5px 5px 5px 10px;
}

.grid-text-l {
  border-bottom: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

._2_column_list {
  margin-top: 10px;
}

.grid-text-r-top {
  background-color: #fafafa;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 5px 5px 10px;
}

.grid-text-l-top {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.download-button {
  border: 1px solid #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 40px;
  text-decoration: none;
  display: flex;
}

.download-button:hover {
  opacity: .22;
  border-style: dotted;
}

.text-block-29 {
  font-size: 18px;
  line-height: 30px;
}

.eve-portable-img {
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.columns-20 {
  margin-top: 40px;
}

.link-22 {
  color: #fff;
  flex-flow: row;
  max-width: 240px;
  margin-bottom: 24px;
  font-size: 15px;
  text-decoration: underline;
  display: flex;
}

.list-3 {
  margin-bottom: 20px;
  padding-left: 26px;
  list-style-type: none;
}

.sidemenu_wrapper {
  z-index: auto;
  border: 2px solid var(--sea-green-2);
  background-color: #fff;
  padding: 30px 20px 20px;
  position: static;
  box-shadow: 2px 2px 2px #0003;
}

.column-_additional {
  padding-right: 0;
}

.text-block-30 {
  color: var(--sea-green-2);
  padding-right: 19px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.side_link {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--sea-green-2);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.side_link:hover {
  opacity: .41;
}

.text-block-31 {
  color: var(--dim-grey);
  flex: 0 auto;
  margin-left: auto;
}

._2columns-page {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.back_standard_liink {
  margin-top: 20px;
  margin-bottom: 0;
}

.related_grid {
  margin-right: 0;
}

.related_grid.hide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  display: grid;
}

.ralated_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  box-shadow: 0 2px 5px #0003;
}

.image-82 {
  width: 80px;
}

.related-wrapper {
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.related-wrapper:hover {
  opacity: .3;
}

.text-block-32 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 22px;
  display: flex;
}

.columns-h3 {
  margin-top: 40px;
}

.column_product {
  padding-right: 20px;
}

._2c_button-article {
  background-color: var(--untitled-ui-success700);
  justify-content: center;
  margin: 20px 40px 70px 0;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

._2c_button-article:hover {
  opacity: .65;
  color: var(--white);
  background-color: #007561;
  font-weight: 700;
}

._2c_button-article {
  margin-right: 0;
}

.divtable_prismaticlfpcells {
  object-fit: contain;
  min-width: auto;
  margin-top: 0;
  overflow: visible;
}

.grid-list_prismaticlfpcells {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area"
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.main_w400 {
  width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.main_h {
  width: 450px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.main_w500 {
  width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.main_w500.shadow {
  box-shadow: 0 2px 5px #0003;
}

.add_link {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.priducts_cell {
  -webkit-text-fill-color: inherit;
  background-color: #007274;
  background-clip: border-box;
  justify-content: center;
  width: 100%;
  height: 170px;
  font-size: 16px;
  display: flex;
}

.image-_600px {
  width: 600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-41 {
  color: #0032fa;
  text-align: left;
  text-decoration: underline;
}

.bcp_section1 {
  background-color: #fafafa;
  padding-top: 20px;
  padding-bottom: 30px;
}

.bcp_section2 {
  background-color: #fc7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.bcp_section {
  background-color: #ebf8fb;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.image-83 {
  margin-left: auto;
  margin-right: auto;
}

.bcp_sc2_contact {
  width: 487px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bcp_sc2_contact:hover {
  opacity: .4;
}

.p_bcp_sc2 {
  text-align: center;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.container-23 {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.image-84 {
  margin-left: auto;
}

.bcp_sc_contact {
  margin-left: auto;
  display: flex;
}

.bcp_sc_contact:hover {
  opacity: .39;
}

.bcp_section3 {
  margin-top: 40px;
  margin-bottom: 70px;
}

.bcp_section3_col {
  margin: 40px 0 100px;
}

.bcp_link_2 {
  color: #004cff;
  text-align: center;
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.p_bcp_sc3 {
  text-align: center;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
}

.column-39 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.image-86 {
  margin-top: 0;
}

.columns-21 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.image-87 {
  margin-top: 0;
}

.bcp_section4 {
  margin-bottom: 30px;
}

.section-24 {
  background-image: url('../images/background_blue_tech.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.columns-22 {
  margin-left: 0;
  margin-right: 0;
}

.bcp_section5 {
  color: var(--untitled-ui-success700);
  margin-top: 0;
}

.main_w700 {
  width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.main_section {
  margin-top: 0;
}

.top_slider {
  background-color: #0000;
  height: auto;
}

.top_slider.hide {
  display: none;
}

.slider_icon {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 30px;
}

.left-arrow-copy {
  margin-top: 0;
}

.top_slide_img {
  transition: opacity .2s;
}

.slide-5 {
  background-image: url('../images/highpower_p.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5-copy {
  background-image: url('../images/highpower_p.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 567px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide_wrapper {
  height: 567px;
}

.service-section {
  background-color: #0000;
  margin-top: 0;
  padding-top: 40px;
  display: block;
}

.p_22px_green {
  color: var(--sea-green-2);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.p_22px_green.mini {
  font-size: 14px;
  line-height: 20px;
}

.heading-24px {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.p_16_blk {
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.p_20_blk {
  margin-top: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.grid_service_wrapper {
  margin-top: 42px;
}

.service_block {
  border: 2px solid #367c2e;
  border-radius: 0;
  box-shadow: 2px 2px 2px #000000ab;
}

.image-88 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.link-text-18px {
  opacity: 1;
  color: var(--sea-green-2);
  -webkit-text-stroke-color: var(--sea-green-2);
  margin-top: 0;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.link-text-18px:hover {
  opacity: .43;
  color: var(--sea-green-2);
}

.grid-24 {
  grid-template-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.service_detail_wrapper {
  height: 126px;
  margin-top: 0;
  margin-left: -80px;
  padding-right: 0;
}

.paragraph-40 {
  color: #298246;
  font-family: Noto Sans JP, sans-serif;
  line-height: 22px;
}

.grid-25 {
  grid-template-rows: auto auto auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-horizon {
  background-color: #000;
  border: 1px solid #367c2e;
  width: 100%;
  height: 1px;
  margin: 10px 0;
  padding-left: 0;
  padding-right: 0;
}

.service_in_grid_2 {
  grid-template-columns: 1fr;
  padding-left: 20px;
  padding-right: 0;
}

.service_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  padding: 40px 30px 20px;
}

.link-text-16px {
  opacity: 1;
  color: var(--sea-green-2);
  -webkit-text-stroke-color: var(--sea-green-2);
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.link-text-16px:hover {
  opacity: .43;
  color: var(--sea-green-2);
}

.div_link_wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}

.link-block-16 {
  height: 60px;
  text-decoration: none;
  display: flex;
}

.link-block-16:hover {
  opacity: .42;
}

.text-block-33 {
  color: #298246;
  margin-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.image-89 {
  margin-left: auto;
  text-decoration: none;
}

.p_22px_white {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.p_22px_white.mini {
  font-size: 14px;
  line-height: 20px;
}

.bg_img_toppage {
  background-color: var(--sea-green-2);
  opacity: .95;
  background-image: url('../images/bw_200603_0580.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  overflow: clip;
}

.bg_img_clr_toppage {
  opacity: 1;
  background-color: #006b23cc;
  overflow: clip;
}

.container-24 {
  padding-top: 0;
}

.p_20px_white {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.p_20px_white.mini {
  font-size: 14px;
  line-height: 20px;
}

.grid-26 {
  grid-template-columns: .25fr 1fr;
}

.p_20px_white-copy {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.p_20px_white-copy {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -115px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.p_20px_white-copy.mini {
  font-size: 14px;
  line-height: 20px;
}

.p_18px_white_grid_l {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.p_18px_white_grid_l.mini {
  font-size: 14px;
  line-height: 20px;
}

.column-42 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-43 {
  padding-top: 0;
  padding-bottom: 0;
}

.columns-23 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.service_block_small {
  border: 2px solid #367c2e;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 2px 2px 2px #000000ab;
}

.paragraph-40-copy {
  color: #298246;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.link-block-16-small {
  height: 42px;
  text-decoration: none;
  display: flex;
}

.link-block-16-small:hover {
  opacity: .42;
}

.text-span-42 {
  font-size: 12px;
  line-height: 27px;
}

.link-text-16px-margin {
  opacity: 1;
  color: var(--sea-green-2);
  -webkit-text-stroke-color: var(--sea-green-2);
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.link-text-16px-margin:hover {
  opacity: .43;
  color: var(--sea-green-2);
}

.paragraph-41 {
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  line-height: 26px;
}

.marquee_wrapper {
  width: 200%;
  margin-top: 40px;
  display: flex;
}

.marquee_liner {
  justify-content: space-between;
  align-items: stretch;
  width: 200%;
  display: flex;
}

.marquee {
  width: 50%;
  display: flex;
}

.mq-wrapper-section {
  overflow: hidden;
}

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

.info {
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 140px;
}

.container-info {
  margin-top: 0;
}

.p_20px_black {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.p_20px_black.mini {
  font-size: 14px;
  line-height: 20px;
}

.contactarea-area-copy, .contactarea-area-copy-copy {
  background-color: #298246;
  margin-top: 130px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact_nomerge {
  background-color: var(--sea-green-2);
  color: var(--sea-green-2);
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 70px;
  font-size: 38px;
  position: relative;
}

.div-block-77 {
  background-color: #a4c3b6;
  width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.column-44 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-24 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.p_22px_black {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.p_22px_black.mini {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-42 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.p_22px_black-copy {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.p_22px_black-copy.mini {
  font-size: 14px;
  line-height: 20px;
}

.link-block-17 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  box-shadow: 2px 2px 2px #000000b8;
}

.link-block-17:hover {
  opacity: .6;
}

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

.heading-2_28px {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-17px {
  text-align: left;
  max-width: 1180px;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.business-wrapper {
  height: auto;
  margin-bottom: 40px;
  padding: 40px 50px;
  display: block;
}

.hr_-2 {
  background-color: var(--black-2);
  color: var(--black-2);
  text-align: center;
  letter-spacing: 2px;
  border: 1px solid #000;
  max-width: none;
  height: 1px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 35px;
}

.list-mg {
  margin-top: 20px;
  padding-left: 20px;
}

.list-item-16px {
  font-family: Noto Sans JP, sans-serif;
}

.business-top-img-section {
  background-image: url('../images/mix_pack.webp');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.business-top-img-section.cell {
  background-image: url('../images/cell_img2x.jpg');
}

.top_img_wrapper {
  background-color: #0000007d;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.h1_38px_white {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
}

.button-business {
  background-color: var(--sea-green-2);
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.button-business:hover {
  opacity: .65;
  color: var(--white);
  background-color: #007561;
  font-weight: 700;
}

.div-block-79 {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.paragraph_pickupgrid {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.paragraph_pickupgrid.cell {
  margin-left: 15px;
  margin-right: 10px;
}

.columns-top10pxr {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.columns-top10px {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.columns-top10pxl {
  padding-left: 0;
  padding-right: 0;
}

.link-block-18 {
  padding: 10px;
}

.link-pickup {
  padding: 0 0 10px;
  box-shadow: 2px 2px 7px 2px #0003;
}

.link-pickup:hover {
  opacity: .51;
}

.image_pickupgrid {
  height: 80px;
  margin-left: 20px;
}

.image_pickupgrid.shadow {
  box-shadow: 0 2px 11px #0003;
}

.image_pickupgrid.cell {
  margin-left: 5px;
}

.topic-path-cell {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-span-43 {
  font-size: 12px;
}

.arrow_icon_green {
  margin-left: auto;
}

.moreinfo_wrapper {
  z-index: auto;
  background-color: #fff;
  border: 2px solid #298246;
  padding: 40px 20px;
  position: static;
  box-shadow: 2px 2px 2px #0003;
}

.link-block-19 {
  border: 1px #298246;
  border-bottom-style: solid;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-block-34 {
  color: #298246;
  padding-right: 19px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-span-44 {
  font-size: 12px;
}

.div-block-80 {
  background-color: #0000007d;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.grid-list_8x5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area"
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.business-top-section {
  background-image: url('../images/mix_pack.webp');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.business-top-section.cell-page {
  background-image: url('../images/200603_0576.jpg');
}

.business-top-section.pack_page {
  background-position: 50% 0;
}

.pack_business_suggest {
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.suggestion__wrapper {
  background-color: #fff;
  border-radius: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 180px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 40px;
  display: none;
}

.paragraph-17px_title {
  text-align: left;
  max-width: 1180px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-17px-_topmergin {
  text-align: left;
  max-width: 1180px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

.space10px {
  height: 36px;
}

.space20px {
  height: 20px;
}

.business-top-img-section-cell {
  background-image: url('../images/cell_img2x.jpg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.business-top-img-section-cell.cell {
  background-image: url('../images/cell_img2x.jpg');
}

.paragraph-20px {
  text-align: left;
  max-width: 1180px;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 37px;
}

.button-business-pack {
  border: 2px solid var(--sea-green-2);
  color: var(--sea-green-2);
  background-color: #3898ec00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin: 42px 100px 40px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.button-business-pack:hover {
  background-color: var(--sea-green-2);
  opacity: .65;
  color: var(--white);
  font-weight: 500;
}

.div-block-81, .pack_title_wrapper {
  background-color: #0000007d;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.link_pack_proposa {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}

.link_pack_proposa:hover {
  opacity: .4;
}

.image-91 {
  margin-top: 30px;
  margin-bottom: 70px;
}

.article-wrapper-product {
  max-width: 1000px;
  height: auto;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  display: block;
}

.h3_product_copy2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.column-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-25 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.columns-26 {
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.paragraph-44 {
  font-size: 18px;
  line-height: 26px;
}

.text-span-45 {
  color: #e5012d;
  font-size: 22px;
  font-weight: 700;
}

.image-92 {
  width: 400px;
  padding-left: 20px;
}

.text-span-46 {
  font-size: 14px;
  line-height: 14px;
}

.heading-article2-copy {
  background-color: #f0f0f0;
  border-left: 5px solid #494949;
  margin: 40px 20px 20px 0;
  padding-left: 10px;
  font-size: 20px;
  line-height: 42px;
}

.product_top_area {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.line-up-area {
  background-color: #e7e7e7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-article-copy {
  text-align: left;
  letter-spacing: 1px;
  margin: 30px 0 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 34px;
  line-height: 48px;
}

.h4_lineup {
  text-align: center;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-45 {
  font-size: 20px;
  line-height: 22px;
}

.list-article-copy {
  margin-right: 20px;
  font-size: 18px;
  line-height: 23px;
}

.paragraph-46 {
  font-size: 24px;
}

.paragraph-47 {
  color: var(--sea-green-2);
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
}

.grid-elsona {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr 1fr;
}

.heading-article3-18px {
  background-color: #e9e9e900;
  border: 1px #000;
  margin: 0 0 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.heading-article3-18px.cr_small {
  margin-bottom: 10px;
  font-size: 22px;
}

.heading-article3-18px.small {
  font-size: 20px;
  line-height: 26px;
}

.annotation {
  text-align: left;
  max-width: 1180px;
  margin: 0 0 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.download-button-2 {
  border: 1px solid #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 40px;
  text-decoration: none;
  display: flex;
}

.download-button-2:hover {
  opacity: .25;
}

.div-product-detail-2 {
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  padding: 30px 40px 60px;
}

.paragraph-24px {
  color: #1a1b1f;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

.space-60px {
  height: 60px;
}

.space-90px {
  height: 100px;
}

.elsona_wrapper {
  padding-bottom: 80px;
}

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

.paragraph-24px-copy {
  color: #1a1b1f;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.column-48 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-49 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.columns-27 {
  display: flex;
}

.additional_comment_14px {
  flex-flow: row;
  margin-top: 5px;
  font-size: 13px;
  display: block;
}

.image-93 {
  margin-bottom: 15px;
}

.text-span-47 {
  font-size: 12px;
  line-height: 20px;
}

.column-50 {
  padding-right: 0;
}

.elsona_top_img {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-94 {
  margin-left: auto;
  margin-right: auto;
}

.list-reason {
  margin-right: 20px;
  font-size: 18px;
  line-height: 23px;
}

.elsona_reason_listitem {
  font-size: 20px;
  line-height: 30px;
  list-style-type: disc;
}

.paragraph-24px-copy {
  color: #1a1b1f;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

.solution_portable_area {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-article-center {
  text-align: center;
  letter-spacing: 1px;
  margin: 30px 0 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 34px;
  line-height: 48px;
}

.paragraph-48 {
  font-size: 18px;
  line-height: 28px;
}

.columns-elsona {
  align-items: center;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.paragraph-44-center {
  color: #bac0d8;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-49 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-49-s {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.contact-area-elsona {
  background-color: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-50 {
  font-size: 18px;
  line-height: 25px;
}

.image-w480 {
  width: 480px;
  padding-left: 20px;
}

.tmb_sq {
  width: 86px;
  margin-left: 20px;
}

.tmb_col {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.tmb_col_l {
  padding-left: 0;
  padding-right: 0;
}

.tmb_col_r {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.pick-up-section_bcp {
  height: auto;
  margin-bottom: 40px;
  padding: 40px 50px;
  display: block;
}

.feature-section-col {
  padding-top: 80px;
  padding-bottom: 80px;
}

.feature-section-col-r {
  padding-top: 0;
  padding-bottom: 0;
}

.container-feature-section {
  padding-top: 0;
}

.grid-feature-section {
  grid-template-columns: .25fr 1fr;
}

.slide-box04 {
  background-image: url('../images/img_ess.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-box04.hide {
  vertical-align: baseline;
}

.div-block-82 {
  background-image: url('../images/blur_bgr1.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block_slider02 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  text-decoration: none;
  display: flex;
}

.link-block_slider02.blur {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: #00000078;
}

.div-block-83 {
  background-color: #ffffffa3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 940px;
  height: 300px;
  margin-top: 0;
  padding: 40px 60px;
  display: flex;
}

.paragraph-51 {
  color: #000;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
}

.grid-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 2.25fr .75fr;
}

.paragraph-52 {
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 38px;
  margin-top: -50px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.image-96 {
  height: 160px;
  margin-top: 0;
  margin-left: auto;
}

.image-96.shadow {
  box-shadow: 0 2px 6px #0003;
}

.service_block-copy {
  border: 2px solid #367c2e;
  border-radius: 0;
  box-shadow: 2px 2px 2px #000000ab;
}

.service_detail_wrapper-copy {
  height: 126px;
  margin-top: 0;
  margin-left: -80px;
  padding-right: 0;
}

.service_block_box {
  border: 2px solid #367c2e;
  border-radius: 0;
  padding: 40px;
  box-shadow: 2px 2px 2px #000000ab;
}

.service_block_grid_wrapper {
  align-items: stretch;
  margin-left: -60px;
  display: flex;
}

.service_block_col-l {
  padding-bottom: 20px;
}

.service_block_grid {
  grid-template-columns: 1fr;
  align-self: auto;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 0;
}

.service_detail_wrapper-copy {
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-right: 0;
  display: flex;
}

.circle_img {
  width: 100px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.div_link_wrapper-l {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 20px;
}

.service_block_col {
  border-bottom: 2px solid var(--teal-2);
  margin-left: 0;
  margin-right: 0;
}

.service_block_col.noline {
  border: 1px #000;
}

.paragraph-17px-bold {
  text-align: left;
  max-width: 1180px;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.sidemenu_wrapper-2 {
  z-index: auto;
  background-color: #fff;
  border: 2px solid #298246;
  padding: 30px 20px 20px;
  position: static;
  box-shadow: 2px 2px 2px #0003;
}

.link-block-21 {
  border: 1px #298246;
  border-bottom-style: solid;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.link-block-21:hover {
  opacity: .41;
}

.text-block-35 {
  color: #298246;
  padding-right: 19px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-block-36 {
  color: #4f5962;
  flex: 0 auto;
  margin-left: auto;
}

.sidemenu_wrapper-3 {
  z-index: auto;
  background-color: #fff;
  border: 2px solid #298246;
  padding: 30px 20px 20px;
  position: static;
  box-shadow: 2px 2px 2px #0003;
}

.link-block-22 {
  border: 1px #298246;
  border-bottom-style: solid;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.link-block-22:hover {
  opacity: .41;
}

.text-block-37 {
  color: #298246;
  padding-right: 19px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-block-38 {
  color: #4f5962;
  flex: 0 auto;
  margin-left: auto;
}

.link-block-23 {
  border: 1px #298246;
  border-bottom-style: solid;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.link-block-23:hover {
  opacity: .41;
}

.text-block-39 {
  color: #298246;
  padding-right: 19px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-block-40 {
  color: #4f5962;
  flex: 0 auto;
  margin-left: auto;
}

.img_with_shadow {
  width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 10px #0003;
}

.img_wrapper {
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
}

.img_grid_2col {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 40px;
}

.p_wh_18px {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.p_wh_18px.bousai {
  margin-top: 20px;
  line-height: 32px;
}

.paragraph-53 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.slide-box02 {
  background-image: url('../images/agv_img.png'), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.slide-box02.hide {
  vertical-align: baseline;
}

.slide-box01 {
  background-image: url('../images/img_medical.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-box01.hide {
  vertical-align: baseline;
}

.thumb_sq {
  height: 86px;
}

.related_title {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.related-wrapper-2, .related-wrapper-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.grid-list_5x {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area"
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr 1fr 1fr;
}

.link-block-24 {
  border: 1px #298246;
  border-bottom-style: solid;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.link-block-24:hover {
  opacity: .41;
}

.text-block-41 {
  color: #298246;
  padding-right: 19px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-span-48 {
  font-size: 12px;
}

.link-23, .ss_add_link {
  font-weight: 700;
}

.icon-7 {
  margin-right: 10px;
}

.dropdown-link {
  -webkit-text-stroke-color: #acb3c4;
}

.nav {
  border: 1px solid var(--white);
  background-color: #f5f5f5;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Noto Sans JP, sans-serif;
  transition-duration: .475s;
}

.nav:hover {
  opacity: .3;
}

.nav.w--current {
  color: #dadada;
}

.contact-top-section {
  height: 200px;
}

.contact-top-section.cell-page {
  background-image: url('../images/200603_0576.jpg');
}

.contact-top-section.pack_page {
  background-position: 50% 0;
}

.top_img_wrapper_contact {
  background-color: #298246;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.p_17px {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 120px;
  padding-right: 120px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.image-101 {
  margin-top: 40px;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.text-span-49 {
  font-size: 15px;
  line-height: 28px;
}

.text-span-50 {
  color: var(--black);
  font-weight: 500;
}

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

.text-span-51 {
  color: var(--red);
}

.text-span-52 {
  color: var(--dark-slate-blue);
  text-decoration: underline;
}

.shoei_img {
  width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.link_book {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.link_inblk {
  display: inline-block;
}

.paragraph-press-book-link {
  color: var(--black);
  text-align: left;
  flex-flow: wrap;
  max-width: 1180px;
  margin-top: 50px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  display: inline-block;
}

.text-span-blue {
  color: var(--dark-slate-blue);
}

.bold_link {
  color: var(--dark-slate-blue);
  font-weight: 500;
}

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

.code_background {
  background-color: #fff;
  margin-bottom: -20px;
}

.emb_wrapper {
  background-color: var(--white-smoke);
  padding-top: 20px;
  padding-bottom: 40px;
}

.lp_header_column {
  max-width: 1000px;
  display: flex;
}

.lp_logo_wrapper {
  justify-content: flex-start;
  height: 80px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.lp_header {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.lp_header_section {
  background-color: #fafafa;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.lp_top_section {
  background-color: #fafafa;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-3.is-button-large {
  grid-column-gap: .75rem;
  -webkit-text-stroke-color: #1dae4c;
  background-color: #1dae4c;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-3.is-button-large.flcolor {
  background-color: var(--sea-green-2);
}

.uui-button-3.is-button-large.fl_lp {
  border-style: none;
  border-width: 0;
  border-radius: .8rem;
}

.uui-heading-xlarge-3 {
  color: var(--untitled-ui-gray900);
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge-3.flfont {
  margin-bottom: .5rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-3.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-text-size-xlarge-3 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-3.flfont {
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.uui-text-size-xlarge-3.flfont.blk {
  color: var(--black);
  font-size: 1.5rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-3.flfont.fl_color {
  color: #1dae4c;
  font-size: 1.2rem;
  font-weight: 700;
}

.uui-text-size-xlarge-3.flfont.labocolor {
  color: #1dae4c;
  font-size: 1.75rem;
  font-weight: 700;
}

.uui-heroheader02_image {
  width: 100%;
  height: 100%;
}

.uui-section_heroheader02 {
  overflow: hidden;
}

.uui-section_heroheader02.fl_ip_width {
  max-width: 1200px;
}

.uui-heroheader02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-heroheader02_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-3:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-3.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large-3 {
  width: 100%;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.flfont {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.lp_section2 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}

.p_28px {
  text-align: left;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
}

.grid-28 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.text-block-42 {
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.point_wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

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

._18px_bold {
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

._18px_bold.labogreen {
  color: #1dae4c;
}

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

._16px_normal {
  border-radius: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
}

._2point_wrapper {
  margin-top: 40px;
}

.paragraph-54 {
  border-left: 7px solid var(--sea-green-2);
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

._6points_wrapper {
  margin-top: 10px;
}

.image-102 {
  margin-bottom: 40px;
}

.grid-29 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.grid-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.point_wrapper_shadow {
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 488px;
  padding: 30px 20px 20px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.space20px-copy {
  height: 20px;
}

.adjust_box1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon_img {
  height: 85px;
  margin-left: auto;
  margin-right: auto;
}

.adjustbox2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.grid-30-2col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.grid_2col_center {
  max-width: 622px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-text-size-xlarge-3-center {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-3-center.flfont {
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.uui-text-size-xlarge-3-center.flfont.blk {
  color: var(--black);
  font-size: 1.5rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-3-center.flfont.fl_color {
  color: #1dae4c;
  font-weight: 500;
}

.uui-text-size-xlarge-3-center.flfont.labocolor {
  text-align: center;
  color: #1dae4c;
  font-size: 1.75rem;
  font-weight: 700;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  padding: 80px 30px;
  position: relative;
}

.container-26 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-4 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 42%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.shadow-two-4 {
  background-color: #f4f7f8;
  border-radius: 12px;
  margin-left: auto;
  padding: 30px 50px;
}

.greenside_wrapper {
  border-left: 6px solid var(--labocolor);
  margin-bottom: 20px;
  padding-left: 20px;
}

.p_small_green {
  color: #1dae4c;
  -webkit-text-stroke-color: var(--labocolor);
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.p_small_blk {
  color: var(--black);
  margin-right: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.p_small_blk_bld {
  color: var(--black);
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.hero-heading-center-labolp {
  background-color: #eee;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  padding: 80px 30px;
  position: relative;
}

.hero-split-58pct {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: block;
}

.hero-split-42pct {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.p_small_blk_bld_14px {
  color: var(--black);
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.p_small_blk_14px {
  color: var(--black);
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.columns-29 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-52 {
  padding-left: 0;
}

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

.hero_wrapper_lp1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-54 {
  flex-flow: column;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.grid-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-auto-flow: row;
}

._2col_list_center {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
}

._2col_list_center_top {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link_text_lp_blk {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
}

.fig_contact {
  border-radius: 12px;
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0 0 0 20px;
}

.uui-text-size-xlarge-3-left {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-3-left.flfont {
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.uui-text-size-xlarge-3-left.flfont.blk {
  color: var(--black);
  font-size: 1.5rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-3-left.flfont.fl_color {
  color: #1dae4c;
  font-weight: 500;
}

.uui-text-size-xlarge-3-left.flfont.labocolor {
  text-align: left;
  color: #1dae4c;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.hero_wrapper_lp1_contact {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.code-embed {
  margin-top: 0;
}

.code-embed.lp_labo_contact {
  margin-top: -48px;
}

.column-lp_contactl {
  flex-flow: column;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.video_wrapper {
  margin-bottom: 100px;
}

.labo_movie {
  border-radius: 18px;
}

.container-27 {
  max-width: 1000px;
}

.div-block-84 {
  background-color: #fff;
  align-self: center;
  width: 2px;
  height: 47px;
  margin-left: 0;
  margin-right: 0;
}

.footer2logo_wrapper {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.uui-text-size-small-center-2 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-small-center-2.flfont {
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.uui-text-size-small-center-2.flfont.blk {
  color: var(--black);
  font-size: 1.5rem;
  line-height: 1.5;
}

.uui-text-size-small-center-2.flfont.fl_color {
  color: #1dae4c;
  font-weight: 500;
}

.uui-text-size-small-center-2.flfont.labocolor {
  text-align: center;
  color: #1dae4c;
  font-size: 1.25rem;
  font-weight: 700;
}

.columns-30 {
  align-self: auto;
  align-items: center;
  display: flex;
}

.column-56 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.footer_years_wrapper {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.code-embed-2 {
  text-align: center;
  font-weight: 600;
}

.sub_banner_wrapper {
  flex-flow: column;
  align-items: center;
  width: 786px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-25 {
  justify-content: center;
  width: 498px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 2px 2px 2px #0000006b;
}

.link-block-25:hover {
  opacity: .56;
}

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

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

.columns-31 {
  flex-flow: row;
  justify-content: center;
  max-width: 1000px;
  margin: 40px auto 20px;
  display: block;
}

.section-2_sprinter-copy {
  -webkit-text-fill-color: inherit;
  background-color: #4dc0ee;
  background-clip: border-box;
  margin-top: 25px;
}

.section-2_sprinter-copy.add_backimage {
  background-color: #009077;
  background-image: url('../images/people.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
}

.productcopy_sprinter-copy {
  color: #202020;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.testimonial-card-content-hide {
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.flclr_15px {
  color: var(--sea-green-2);
  text-align: left;
  justify-content: flex-start;
  max-width: 1180px;
  margin: 30px 0 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.flclr_15px.sml {
  font-size: 13px;
  line-height: 20px;
}

.paragraph-article-ss_medium {
  text-align: left;
  justify-content: flex-start;
  max-width: 1180px;
  margin: 30px 0 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.paragraph-article-ss_medium.sml {
  font-size: 13px;
  line-height: 20px;
}

.paragraph-article-ss_medium.bold {
  font-weight: 700;
  text-decoration: underline;
}

.paragraph-article-ss_medium.new_green {
  color: var(--teal-2);
  margin-top: 10px;
}

.news_banner_2col {
  flex-flow: row;
  justify-content: center;
  max-width: 1200px;
  margin: 40px auto 20px;
  display: block;
}

.news_banner_link {
  justify-content: center;
  width: 580px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 2px 2px 2px #0000006b;
}

.news_banner_link:hover {
  opacity: .56;
}

.top_slider_2025 {
  background-color: #0000;
  height: auto;
}

.top_slider_2025.hide {
  display: none;
}

.link-block_slider01 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  text-decoration: none;
  display: flex;
}

.link-block_slider01.blur {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: #00000078;
}

.slide_box_img_sml {
  height: 160px;
  margin-top: 0;
  margin-left: auto;
}

.slide_box_img_sml.shadow {
  height: 160px;
  box-shadow: 0 2px 6px #0003;
}

.slide-box03 {
  background-image: url('../images/smart_device_img.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slide-box03.hide {
  vertical-align: baseline;
}

.link-block_slider03 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  text-decoration: none;
  display: flex;
}

.link-block_slider03.blur {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: #0000001c;
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

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

  .button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
    padding-left: 0;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px 25px 5px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-header {
    background-size: 768px;
    width: auto;
    height: 369px;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .paragraph-left.cc-subscribe-paragraph {
    width: 60%;
  }

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

  .slider {
    object-fit: scale-down;
  }

  .image-9 {
    margin-top: -275px;
    margin-left: -590px;
    position: absolute;
    inset: 50% auto 0% 50%;
    overflow: hidden;
  }

  .image-9.sld2 {
    margin-left: -469px;
    overflow: hidden;
  }

  .slider-2 {
    object-fit: fill;
    position: static;
    overflow: visible;
  }

  .mask-2 {
    object-fit: fill;
    position: static;
    overflow: hidden;
  }

  .icon-4 {
    margin-right: 8.5px;
  }

  .icon-5 {
    margin-left: 8.5px;
  }

  .navbar {
    margin-bottom: 0;
    padding-top: 0;
    position: fixed;
    inset: 0 0% auto;
  }

  .nav-link.form {
    margin-left: 0;
    padding-left: 30px;
  }

  .image-10 {
    margin-top: 0;
    margin-left: 0;
  }

  .infowrapper {
    font-size: 16px;
    line-height: 25px;
  }

  .moreinfo {
    font-size: 14px;
  }

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

  .subtext {
    font-size: 16px;
  }

  .div-block-9 {
    margin-top: 30px;
  }

  .image-11, .image-12 {
    width: 150px;
  }

  .div-block-10 {
    object-fit: fill;
    margin-left: 20px;
    margin-right: 20px;
    overflow: visible;
  }

  .image-13 {
    display: block;
  }

  .image-14 {
    display: none;
    overflow: visible;
  }

  .contactwrapper {
    padding-left: 30px;
    padding-right: 31px;
  }

  .text-block-10 {
    flex-direction: row;
    font-size: 13px;
  }

  .text-block-11 {
    margin-left: -10px;
    font-size: 24px;
  }

  .text-block-12 {
    font-size: 20px;
  }

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

  .breadcrumbs {
    margin-left: 0;
    padding-top: 15px;
    padding-left: 15px;
  }

  .brand-2 {
    margin-left: 15px;
  }

  .main-content {
    margin-top: 0;
    padding: 0 30px 70px;
  }

  .feature-image {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-container-3 {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flex-container-3.flextablet {
    flex-direction: column-reverse;
  }

  .hero-image-mask {
    margin-right: 0;
    padding-left: 70px;
    padding-right: 70px;
  }

  .hero-image {
    width: 100%;
    padding-left: 0;
  }

  .hero-image-mask-2 {
    margin-left: 0;
    padding-left: 70px;
    padding-right: 70px;
  }

  .div-block-r, .div-block-l {
    width: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-19, .bousai-product {
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-container-4 {
    flex-direction: column;
  }

  .product-title {
    margin-top: 10px;
  }

  .grid-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-23 {
    height: auto;
    max-height: none;
  }

  .menu-button-2 {
    margin-top: -5px;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 25px 18px 18px;
    font-size: 39px;
    font-weight: 200;
  }

  .menu-button-2.w--open {
    background-color: #fff;
    margin-top: -5px;
  }

  .icon-6 {
    color: #1f1f1f;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 100;
  }

  .nav-menu {
    background-color: #f0f0f0;
  }

  .slide-nav-2 {
    margin-top: 0;
    position: relative;
    top: -50px;
  }

  .infoclmn {
    margin-bottom: 11px;
  }

  .div-block-25 {
    margin-bottom: 15px;
  }

  .text-block-17 {
    font-size: 15px;
  }

  .div-block-26 {
    max-width: none;
    margin-top: 25px;
    margin-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .button-2 {
    text-align: center;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contactarea-area {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-to-blg {
    text-align: center;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-5 {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumbs-privacy {
    margin-left: 0;
    padding-top: 15px;
    padding-left: 15px;
  }

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

  .paragraph-17 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .slide-3 {
    position: static;
    overflow: hidden;
  }

  .slide-4 {
    height: 550px;
  }

  .right-arrow {
    height: 640px;
    margin: 0;
    top: 40px;
  }

  .flex-container-3copy {
    flex-flow: column-reverse;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .flex-container-3copy.flextablet {
    flex-direction: column-reverse;
  }

  .paragraph_partner {
    margin-left: 60px;
    margin-right: 60px;
  }

  .contactwrapper_partner {
    padding-left: 30px;
    padding-right: 31px;
  }

  .section-9 {
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  .div-block-27 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: block;
  }

  .breadcrumbs-product01 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 15px;
    padding-left: 15px;
    display: flex;
  }

  .productname {
    align-self: center;
    margin-top: 10px;
  }

  .productname.edit {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .productcopy {
    font-size: 45px;
  }

  .columns-8 {
    display: block;
  }

  .link-6 {
    text-decoration: none;
  }

  .div-block-28 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-22 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-29 {
    flex-direction: column;
  }

  .grid-5 {
    order: 0;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .productbutton {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-30 {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
  }

  .heading-11 {
    text-align: center;
    align-self: center;
  }

  .paragraph-20 {
    line-height: 39px;
  }

  .feature-section-3 {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .feature-section-3.sprinter, .feature-section-3.cl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-container-5 {
    flex-direction: column;
  }

  .feature-image-mask-3 {
    width: 80%;
    margin-right: 0;
  }

  .feature-image-mask-3.edit {
    width: 50%;
  }

  .detail_01 {
    width: 80%;
  }

  .detail_01.change {
    order: 1;
  }

  .feature-section-4 {
    flex-direction: column;
    padding-top: 0;
    display: block;
  }

  .flex-container-6 {
    flex-direction: column;
  }

  .feature-image-mask-3-r {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-13 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .question {
    padding-top: 0;
  }

  .question_r {
    margin-top: 20px;
    padding-left: 10px;
  }

  .question_l {
    padding-right: 10px;
  }

  .container-14 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .detail_a {
    font-size: 15px;
  }

  .detail_b {
    padding-right: 10px;
  }

  .detail_b.for_air_monitor, .detail_b.for_air_monitor-copy {
    font-size: 15px;
  }

  .section-12 {
    margin-top: 30px;
  }

  .ni-mh-toptext {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-19 {
    margin-top: 30px;
  }

  .section-13 {
    background-position: 50%;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area-2 Area-3 Area-4";
    grid-auto-flow: column;
  }

  .selestpage {
    font-size: 46px;
  }

  .selestpage.bousai {
    font-size: 40px;
    line-height: 50px;
  }

  .text-span-10 {
    font-size: 26px;
  }

  .text-block-20 {
    font-size: 21px;
  }

  .text-block-20.bousai {
    font-size: 18px;
    line-height: 26px;
  }

  .section-14 {
    margin-top: 100px;
  }

  .image-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-35 {
    height: 70px;
  }

  .main-content_kansenyobou {
    padding: 25px 40px 70px;
  }

  .grid_product {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid_product.resize {
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mitsumori_form {
    width: 584px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .taisaku {
    font-size: 31px;
  }

  .taisaku.bousai {
    font-size: 27px;
  }

  .white {
    margin-bottom: 0;
    font-size: 20px;
  }

  .white.bousai {
    font-size: 18px;
  }

  .contactwrapper_kansentaisaku {
    padding-left: 30px;
    padding-right: 31px;
  }

  .text-block-10_kansentaisaku {
    flex-direction: row;
    font-size: 13px;
  }

  .text-block-11_kansentaisaku {
    margin-left: -10px;
    font-size: 24px;
  }

  .text-block-12_kansentaisaku {
    font-size: 20px;
  }

  .main-content_portable {
    background-position: 100%;
    align-items: center;
    height: 360px;
    padding: 0 20px;
    display: flex;
  }

  .mitsumori_form_portable {
    width: 654px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .gallery_1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .gallery_l {
    background-color: var(--white);
  }

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

  .contents_r {
    height: auto;
    max-height: none;
    margin-bottom: 30px;
    padding: 40px 40px 30px;
  }

  .product-title-copy, .product-brand {
    margin-top: 10px;
  }

  .title_wrapper {
    padding-right: 10px;
  }

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

  .gallry_l {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-9 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .title_co2 {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image_wrapper {
    margin-top: 0;
    padding-bottom: 0;
  }

  .productcopy_co2 {
    font-size: 30px;
  }

  .model-number {
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 720px;
  }

  .paragraph-24 {
    height: auto;
    overflow: visible;
  }

  .detail_a_airmonitor, .detail_a_airmonitor_none {
    font-size: 15px;
  }

  .paragraph-20_co2 {
    font-size: 22px;
    line-height: 35px;
  }

  .link-7 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

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

  .h1_portable {
    font-size: 35px;
  }

  .h2_portable {
    font-size: 21px;
  }

  .h3_portable {
    font-size: 23px;
  }

  .div-block-45 {
    width: 95%;
    height: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-16 {
    padding: 40px 20px 30px;
  }

  .div-block-46 {
    padding-left: 0;
  }

  .button_portable {
    width: 270px;
  }

  .torikumi_wrapper {
    max-width: 820px;
  }

  .p_torikumi {
    padding-left: 10px;
  }

  .h3_portable_original {
    font-size: 26px;
  }

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

  .product-brand2, .product-brand-copy, .product-brand3 {
    margin-top: 10px;
  }

  .text_teal {
    margin-bottom: 0;
    font-size: 20px;
  }

  .text_teal_2 {
    font-size: 31px;
  }

  .h1_portable_sp {
    font-size: 35px;
  }

  .productname_sp {
    align-self: center;
    margin-top: 10px;
  }

  .productname_sp.edit {
    display: none;
  }

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

  .aboutprice {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-34 {
    margin-top: 10px;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .h3_portable_original-copy {
    font-size: 26px;
  }

  .main-content_portable_solution {
    background-image: none;
    flex-direction: column-reverse;
    align-items: center;
    height: 360px;
    padding: 0;
    display: flex;
  }

  .title_portable_solution {
    width: 100%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .h1_portable_solution {
    text-align: center;
    padding-left: 0;
    font-size: 35px;
  }

  .h2_portable_solution {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    font-size: 21px;
  }

  .h3_portable_solution {
    font-size: 23px;
  }

  .div-block-50 {
    flex-direction: row;
    width: 100%;
    height: 70%;
  }

  .h3_portable_original_solution {
    font-size: 26px;
  }

  .gaiyou_section {
    padding-bottom: 10px;
  }

  .flex-container-7 {
    flex-direction: column;
    align-items: center;
  }

  .hero-image-mask-3 {
    width: 70%;
  }

  .p_potable_solution {
    margin-bottom: 25px;
  }

  .div-block-51 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .news_solution {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .section-portable, .section_solution {
    padding: 40px 20px 30px;
  }

  .mitsumori_form_portable_solution {
    width: 654px;
  }

  .text_teal_darkblue {
    margin-bottom: 0;
    font-size: 20px;
  }

  .text_darkblue {
    font-size: 31px;
  }

  .torikumi_wrapper_solution {
    max-width: 820px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .p_torikumi_solution {
    padding-left: 10px;
  }

  .blue_line_1 {
    margin-left: 80px;
    margin-right: 80px;
  }

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

  .h_wrapper {
    align-items: center;
    padding-right: 0;
  }

  .text-span-16, .text-span-17 {
    font-size: 20px;
  }

  .paragraph-17_left {
    margin-left: 60px;
    margin-right: 60px;
  }

  .breadcrumbs-quality {
    margin-left: 0;
    padding-top: 15px;
    padding-left: 15px;
  }

  .productbutton_buy {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .product-number {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .productname-_sml {
    align-self: center;
    margin-top: 10px;
  }

  .productname-_sml.edit {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .listwrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .product_detail {
    line-height: 20px;
  }

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

  .grid-2pic {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 720px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .sprinter {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .title_sprinter {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .add_sprinter {
    font-size: 16px;
  }

  .feature_sprinter {
    font-size: 24px;
    line-height: 30px;
  }

  .cards-section-sprinter {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cards-grid-container-sprinter {
    grid-column-gap: 20px;
  }

  .heading-press {
    margin-left: 40px;
    margin-right: 40px;
  }

  .button-press, .paragraph-press {
    margin-left: 60px;
    margin-right: 60px;
  }

  .breadcrumbs-press {
    margin-left: 0;
    padding-top: 15px;
    padding-left: 15px;
  }

  .sprinter-link {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .productcopy_sprinter {
    font-size: 30px;
  }

  .paragraph-20_sprinter {
    font-size: 22px;
    line-height: 35px;
  }

  .gallry_l-copy {
    padding-left: 50px;
    padding-right: 50px;
  }

  .contents_r-copy {
    height: auto;
    max-height: none;
    margin-bottom: 30px;
    padding: 40px 40px 30px;
  }

  .product_name {
    margin-top: 0;
  }

  .detail_wrapper_bousai_solution {
    align-items: center;
    padding: 10px 20px 20px;
    display: flex;
  }

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

  .div_wrapper_bosai_solution {
    flex-direction: column;
    display: block;
  }

  .product-category, .product-category2 {
    margin-top: 10px;
  }

  .image-44 {
    object-fit: fill;
    max-width: 710px;
    overflow: visible;
  }

  .productcopy_cl {
    font-size: 30px;
  }

  .paragraph-20_cl {
    font-size: 32px;
    line-height: 48px;
  }

  .point-wrapper {
    width: 392px;
    margin-right: 10px;
  }

  .image-46 {
    padding-left: 20px;
  }

  .section-cl2 {
    background-position: 50%;
  }

  .container-cl2 {
    padding-left: 30px;
  }

  .point-wrapper_l {
    width: 420px;
    margin-left: 0;
  }

  .grid-16_l {
    width: 420px;
  }

  .section-2_sprinter, .section-cl1 {
    background-position: 50%;
  }

  .section-top-cl {
    margin-top: 30px;
  }

  .section-cl3 {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .p_cl1 {
    font-size: 18px;
    line-height: 27px;
  }

  .text-span-27 {
    font-size: 27px;
    line-height: 20px;
  }

  .p_cl1-2 {
    font-size: 18px;
  }

  .p_cl1-3 {
    font-size: 16px;
    line-height: 17px;
  }

  .text-span-29 {
    font-size: 14px;
  }

  .cl-link {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cl1_sp {
    display: none;
  }

  .top_section {
    margin-top: 30px;
  }

  .section-13-copy {
    background-position: 50%;
  }

  .title_wrapper-copy {
    padding-right: 10px;
  }

  .image_wrapper-copy {
    margin-top: 0;
    padding-bottom: 0;
  }

  .title_sprinter-copy {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .top_section-copy {
    margin-top: 0;
  }

  .div-block-58 {
    background-position: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-49 {
    padding-left: 148px;
    padding-right: 36px;
    display: none;
  }

  .image-50 {
    margin-top: -32px;
  }

  .productcopy_white {
    font-size: 30px;
  }

  .paragraph_white {
    font-size: 22px;
    line-height: 35px;
  }

  .div-block-30-copy {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
  }

  .cards-section_cl_sp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cards-grid-container_cl_sp {
    grid-column-gap: 12px;
    grid-row-gap: 27px;
  }

  .feature_cl_sp {
    margin-left: 102px;
    font-size: 18px;
    line-height: 23px;
  }

  .detailwrapper_cl_sp1 {
    background-size: cover;
    padding-left: 0;
  }

  .feature_cl_sp-copy {
    margin-left: 105px;
    font-size: 18px;
    line-height: 20px;
  }

  .detailwrapper_cl_sp3 {
    background-size: cover;
  }

  .cards-section_cl_sp3 {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-52 {
    margin-top: -153px;
    padding-left: 88px;
  }

  .image-53 {
    padding-top: 0;
    padding-left: 9px;
    padding-right: 32px;
  }

  .div-block-59 {
    max-width: 730px;
  }

  .image-61 {
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }

  .forcl_sp, .forcl_sp_sp {
    font-size: 24px;
  }

  .paragraph-press-copy, .forpress {
    margin-left: 60px;
    margin-right: 60px;
  }

  .product_tempass_paragraph {
    font-size: 45px;
  }

  .section_ni-mh_02 {
    background-position: 50%;
  }

  .paragraph_ni-mh03 {
    line-height: 39px;
  }

  .section_ni-mh_01 {
    margin-top: 30px;
  }

  .contactbotton_ni-mh {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    display: block;
  }

  .paragraph_ni-mh04 {
    font-size: 20px;
    line-height: 39px;
  }

  .section_ni-mh_04 {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .section_ni-mh_04.sprinter, .section_ni-mh_04.cl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph_ni-mh05 {
    margin-bottom: 0;
    line-height: 39px;
  }

  .contactbotton_ni-mh_mid {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    display: block;
  }

  .fulogic_area {
    min-height: 200px;
  }

  .ni-mh_page_fulogic {
    font-size: 23px;
    line-height: 33px;
  }

  .catalog_wrapper {
    justify-content: flex-start;
    padding-left: 50px;
    padding-right: 0;
    display: flex;
  }

  .company_overview_wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-_company_info, .paragraph-_quality {
    margin-left: 60px;
    margin-right: 60px;
  }

  .message_section {
    padding-top: 20px;
  }

  .message_photo {
    align-items: center;
    padding-right: 0;
  }

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

  .columns_message {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-13 {
    margin-top: 0;
  }

  .section-20 {
    margin-top: 90px;
  }

  .container-19 {
    width: auto;
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split {
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .shadow-two {
    width: 368px;
    height: auto;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

  .testimonial-stack {
    padding-top: 0;
  }

  .uui-heroheader15_card-image-05, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-01 {
    width: 32rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .kutup-hero-title-4 {
    font-size: 60px;
  }

  .kutup-hero-4 {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .image-70 {
    width: 280px;
    height: auto;
    margin-left: -50px;
    margin-right: auto;
  }

  .image-71 {
    width: 320px;
    height: auto;
    margin-left: 50px;
  }

  .heading2_en {
    font-size: 24px;
  }

  .html-embed-8 {
    height: 450px;
  }

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

  .uui-footer03_bottom-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }

  .uui-footer03_link-list {
    align-items: flex-end;
  }

  .uui-footer03_menu-wrapper {
    padding-right: 0;
  }

  .uui-logo_logotype {
    width: 200px;
  }

  .uui-footer03_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr .75fr;
  }

  .uui-padding-vertical-xlarge {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-logo_logotype-copy {
    width: 148px;
  }

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

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .image-72 {
    width: 100px;
    margin-right: 0;
  }

  .fl_en-hero-title-4 {
    font-size: 38px;
    line-height: 45px;
  }

  .menu-button_fl_en_hide {
    padding: 12px;
    display: none;
  }

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

  .icon_hide {
    display: none;
  }

  .paragraph-privacy_en {
    margin-left: 60px;
    margin-right: 60px;
  }

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

  .scrollbox1 {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-21 {
    margin-top: 140px;
  }

  .column-35 {
    padding-right: 15px;
  }

  .column-36 {
    padding-left: 15px;
  }

  .columns-16 {
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-69 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-press-eve {
    margin-left: 60px;
    margin-right: 60px;
  }

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

  ._2img_wrapper {
    margin-top: 49px;
  }

  .grid-20-copy {
    grid-template-columns: 1fr;
  }

  .main-content_stress {
    background-position: 100%;
    align-items: center;
    height: 360px;
    padding: 0 20px;
    display: flex;
  }

  .image-77 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3_stresspage_original-copy {
    font-size: 26px;
  }

  .section-stresspage {
    padding: 40px 30px 30px;
  }

  .container-20 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button_k100 {
    width: 270px;
  }

  .container-21, .container-22 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3, .hero-split-3-l {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .uui-heroheader04_image {
    width: 100%;
    min-width: auto;
    position: static;
  }

  .uui-heroheader04_image-wrapper {
    height: auto;
    min-height: auto;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader04_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .kutup-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-23 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-press-32px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .article-wrapper {
    margin-top: 60px;
  }

  .heading-article {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    line-height: 39px;
  }

  .paragraph-article {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-article2 {
    font-size: 23px;
  }

  .div-product-detail {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hr_-article {
    margin-left: 0;
    margin-right: 0;
  }

  .divtable {
    object-fit: fill;
    min-width: auto;
    display: flex;
    overflow: visible;
  }

  .heading-article3 {
    font-size: 23px;
  }

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

  .button-article, .paragraph-article-bold, .paragraph-article-ss {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-28 {
    display: flex;
  }

  .text-block-28-sp {
    display: none;
  }

  .download-button {
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-29 {
    font-size: 17px;
  }

  .sidemenu_wrapper {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .column-_additional {
    margin-top: 0;
    margin-bottom: 28px;
    padding-right: 10px;
  }

  .side_link {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  ._2columns-page {
    flex-flow: column-reverse;
    display: flex;
  }

  .back_standard_liink {
    margin-bottom: 30px;
  }

  .related_grid {
    margin-right: 0;
  }

  .column_product {
    padding-left: 0;
    padding-right: 0;
  }

  ._2c_button-article {
    margin-left: 0;
    margin-right: 0;
  }

  .divtable_prismaticlfpcells {
    object-fit: fill;
    min-width: auto;
    display: flex;
    overflow: visible;
  }

  .main_section {
    margin-top: 90px;
  }

  .top_slider {
    object-fit: fill;
    margin-top: 120px;
    position: static;
    overflow: visible;
  }

  .slider_icon {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .mask-2-copy {
    object-fit: fill;
    position: static;
    overflow: visible;
  }

  .top_slide_img {
    margin-top: 0;
    margin-left: 0;
    position: static;
    inset: 50% auto 0% 50%;
    overflow: hidden;
  }

  .top_slide_img.sld2 {
    margin-left: -469px;
    overflow: hidden;
  }

  .slide_mask {
    object-fit: fill;
    position: static;
    overflow: hidden;
  }

  .service-section {
    margin-top: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .p_16_blk {
    margin-top: 20px;
  }

  .p_20_blk {
    font-size: 24px;
    line-height: 36px;
  }

  .grid_service_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-40 {
    height: 80px;
  }

  .service_grid {
    grid-template-columns: .5fr 1fr;
  }

  .link-block-16 {
    height: 80px;
  }

  .bg_img_toppage {
    overflow: hidden;
  }

  .container-24 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .p_20px_white-copy {
    margin-left: -62px;
  }

  .p_18px_white_grid_l {
    margin-left: 0;
    padding-left: 0;
  }

  .paragraph-41 {
    margin-top: 0;
  }

  .contactarea-area-copy, .contactarea-area-copy-copy {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2_28px {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-17px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .business-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .list-mg {
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 20px;
  }

  .h1_38px_white {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .button-business {
    margin-left: 60px;
    margin-right: 60px;
  }

  .paragraph_pickupgrid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .paragraph_pickupgrid.cell {
    padding-left: 0;
  }

  .columns-top10pxr {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .image_pickupgrid {
    margin-left: 20px;
  }

  .moreinfo_wrapper {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .link-block-19 {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .business-top-section {
    background-image: url('../images/mix_pack.webp');
    background-position: 50% 10%;
    background-repeat: repeat;
    background-size: auto;
    height: 200px;
    margin-top: 100px;
  }

  .business-top-section.cell-page, .business-top-section.pack_page {
    background-position: 50%;
    background-size: cover;
  }

  .paragraph-17px_title, .paragraph-17px-_topmergin {
    margin-left: 60px;
    margin-right: 60px;
  }

  .paragraph-20px {
    margin-left: 60px;
    margin-right: 60px;
    line-height: 34px;
  }

  .button-business-pack {
    margin-left: 60px;
    margin-right: 60px;
  }

  .pack_title_wrapper {
    height: 200px;
  }

  .article-wrapper-product {
    max-width: none;
  }

  .column-46 {
    justify-content: center;
    align-items: center;
  }

  .columns-25 {
    flex-flow: column;
  }

  .columns-26 {
    flex-flow: row;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: -10px;
  }

  .text-span-45 {
    font-size: 20px;
  }

  .heading-article2-copy {
    font-size: 23px;
  }

  .product_top_area {
    margin-top: 0;
    padding: 60px 40px 20px;
  }

  .line-up-area {
    flex-flow: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-article-copy {
    margin-left: 0;
    margin-right: 0;
    font-size: 35px;
    line-height: 44px;
  }

  .h4_lineup {
    margin-bottom: 40px;
    font-size: 26px;
  }

  .list-article-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-47 {
    font-size: 25px;
  }

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

  .annotation {
    margin-left: 0;
    margin-right: 0;
    line-height: 17px;
  }

  .download-button-2 {
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-product-detail-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-24px {
    font-size: 20px;
  }

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

  .elsona_reason_listitem {
    font-size: 17px;
    line-height: 23px;
  }

  .paragraph-24px-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-article-center {
    margin-left: 0;
    margin-right: 0;
    font-size: 35px;
    line-height: 44px;
  }

  .image-95 {
    width: 400px;
  }

  .tmb_col_r {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pick-up-section_bcp {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow-2 {
    height: 640px;
    margin-top: 0;
    margin-bottom: 0;
    top: 40px;
  }

  .feature-section-col {
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .feature-section-col-l {
    padding-left: 0;
  }

  .feature-section-col-r {
    margin-top: 40px;
    padding-left: 0;
  }

  .container-feature-section {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-feature-section {
    grid-template-columns: .25fr 1.75fr;
  }

  .slide-box04 {
    position: static;
    overflow: hidden;
  }

  .div-block-83 {
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-51 {
    padding-right: 20px;
  }

  .grid-27 {
    grid-template-columns: 2fr .75fr;
  }

  .paragraph-52 {
    margin-top: -10px;
  }

  .service_block_box {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .service_block_grid_wrapper {
    min-height: 150px;
    margin-left: -60px;
  }

  .service_detail_wrapper-copy {
    flex-flow: column;
  }

  .circle_img {
    width: 80px;
  }

  .div_link_wrapper-l {
    margin-top: 0;
    margin-left: 0;
  }

  .service_block_col {
    margin-bottom: 0;
  }

  .paragraph-17px-bold {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sidemenu_wrapper-2 {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .link-block-21 {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .sidemenu_wrapper-3 {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .link-block-22, .link-block-23 {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .pick-up-grid-standard-pack {
    justify-items: stretch;
  }

  .img_wrapper {
    height: 280px;
  }

  .img_grid_2col {
    grid-template-columns: 1fr;
  }

  .p_wh_18px {
    font-size: 18px;
  }

  .slide-box02, .slide-box01 {
    position: static;
    overflow: hidden;
  }

  .link-block-24 {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .contact-top-section {
    background-image: url('../images/mix_pack.webp');
    background-position: 50% 10%;
    background-repeat: repeat;
    background-size: auto;
    height: 200px;
    margin-top: 100px;
  }

  .contact-top-section.cell-page, .contact-top-section.pack_page {
    background-position: 50%;
    background-size: cover;
  }

  .p_17px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-press-book-link {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lp_logo_wrapper {
    height: 70px;
  }

  .lp_header {
    margin-top: 100px;
  }

  .hide-tablet {
    display: none;
  }

  .uui-button-3.is-button-large.fl_lp {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .uui-heading-xlarge-3 {
    font-size: 3.25rem;
  }

  .uui-heading-xlarge-3.flfont {
    text-align: center;
  }

  .uui-button-row-3.is-reverse-mobile-landscape {
    justify-content: center;
  }

  .uui-text-size-xlarge-3.flfont.fl_color {
    text-align: center;
  }

  .uui-text-size-xlarge-3.flfont.labocolor {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr;
    width: 80%;
    margin-top: -60px;
  }

  .uui-space-large-3 {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .lp_section2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-30 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-text-size-xlarge-3-center.flfont.labocolor {
    font-size: 1.7rem;
  }

  .container-26 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .p_small_blk {
    margin-right: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .hero-split-58pct, .hero-split-42pct {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .column-55 {
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

  .fig_contact {
    width: 80%;
    margin-left: 0;
    padding-left: 0;
  }

  .hero_wrapper_lp1_contact {
    justify-content: flex-start;
    align-items: center;
  }

  .code-embed.lp_labo_contact {
    margin-top: -10px;
  }

  .container-27 {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .uui-text-size-small-center-2.flfont.labocolor {
    font-size: 1.2rem;
  }

  .link-block-25 {
    margin-bottom: 20px;
  }

  .column-58 {
    padding-right: 0;
  }

  .column-59 {
    padding-left: 0;
  }

  .columns-31 {
    margin-top: 0;
  }

  .section-2_sprinter-copy {
    background-position: 50%;
  }

  .productcopy_sprinter-copy {
    font-size: 30px;
  }

  .flclr_15px, .paragraph-article-ss_medium {
    margin-left: 0;
    margin-right: 0;
  }

  .news_banner_2col {
    margin-top: 0;
  }

  .news_banner_link {
    margin-bottom: 20px;
  }

  .top_slider_2025 {
    object-fit: fill;
    margin-top: 120px;
    position: static;
    overflow: visible;
  }

  .slide-box03 {
    position: static;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px 20px 0;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-header {
    height: 318px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-left.cc-subscribe-paragraph {
    width: 80%;
  }

  .paragraph-2 {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 15px;
  }

  .contact {
    margin-bottom: 0;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .text-block-6 {
    padding-right: 10px;
  }

  .image-9.sld2 {
    margin-left: -362px;
  }

  .slider-2 {
    background-color: #0000;
    height: auto;
  }

  .mask-2 {
    height: 100%;
  }

  .icon-4 {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5.5px;
  }

  .icon-5 {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5.5px;
  }

  .navbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .container-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-10 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .text-block-8 {
    letter-spacing: 0;
  }

  .myheading {
    letter-spacing: 1px;
    font-size: 22px;
  }

  .subwhite {
    font-size: 15px;
  }

  .sol-col-r {
    flex-direction: column;
    align-items: stretch;
    padding-right: 10px;
    display: inline-block;
  }

  .sol-col-l {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .button-base {
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    max-width: 564px;
  }

  .subtext.mini {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .contactarea {
    margin-top: 80px;
  }

  .column-5 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 20px;
    display: flex;
  }

  .right {
    padding-left: 0;
  }

  .left {
    padding-right: 0;
  }

  .div-block-13 {
    margin-top: 0;
  }

  .columns-4 {
    margin-bottom: 0;
  }

  .link-block-5.lp_labo {
    margin-left: 0;
  }

  .link-block-5.lp_white_fl {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-15 {
    flex-direction: column;
  }

  .linkft {
    padding: 15px;
  }

  .brand-2.w--current {
    padding-left: 0;
  }

  .main-content {
    margin-top: 0;
    padding: 20px 30px 40px;
  }

  .heading-5 {
    font-size: 34px;
  }

  .paragraph-9 {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 28px;
  }

  .feature-section {
    padding: 0;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container-3 {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-18 {
    width: 100%;
    margin-top: 13px;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-r, .div-block-l {
    width: 100%;
    margin-top: 40px;
  }

  .text-block-13 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .text-block-14 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .product-wrapper {
    padding-top: 0;
  }

  .bousai-product {
    padding: 40px 20px;
  }

  .feature-section-2 {
    padding: 60px 0;
  }

  .flex-container-4 {
    flex-direction: column;
  }

  .feature-image-mask-2 {
    margin-right: 0;
  }

  .product-2 {
    flex-direction: column;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "."
                         "Area"
                         "Area-2";
  }

  .productblock {
    padding: 25px;
  }

  .slide-nav-2 {
    margin-top: 0;
  }

  .infoclmn {
    padding-left: 5px;
  }

  .date, .detail {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-26 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contactarea-area {
    margin-top: 80px;
  }

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

  .image-17 {
    margin-top: 0;
  }

  .hr, .paragraph-17 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .right-arrow {
    height: 345px;
    margin-bottom: 0;
    inset: 40px 0% auto auto;
  }

  .flex-container-3copy {
    flex-direction: column;
  }

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

  .breadcrumbs-product01 {
    padding-left: 0;
  }

  .productname {
    font-size: 35px;
  }

  .div-block-28 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .productbutton {
    background-color: var(--sea-green);
  }

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

  .div-block-30 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .feature-section-3 {
    padding: 40px 20px;
  }

  .flex-container-5 {
    flex-direction: column;
  }

  .feature-image-mask-3 {
    width: 90%;
    margin-right: 0;
  }

  .feature-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .detail_01 {
    width: 90%;
  }

  .feature-section-4 {
    padding: 40px 20px;
  }

  .flex-container-6 {
    flex-direction: column;
  }

  .feature-image-mask-3-r {
    width: 90%;
    margin-right: 0;
  }

  .container-13 {
    padding-left: 18px;
  }

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

  .detail_a {
    padding-bottom: 15px;
  }

  .column-17.none_space {
    border-bottom: 1px solid #000;
  }

  .column-18.for_air_monitor {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .contactarea_02._03 {
    font-size: 15px;
  }

  .contactarea_03 {
    font-size: 18px;
  }

  .ni-mh-toptext {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-20 {
    margin-top: 40px;
  }

  .selestpage {
    font-size: 30px;
  }

  .selestpage.bousai {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 39px;
  }

  .text-span-10 {
    font-size: 19px;
  }

  .text-block-20 {
    font-size: 17px;
  }

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

  .section-14 {
    margin-top: 100px;
  }

  .main-content_kansenyobou {
    padding: 20px 40px 40px;
  }

  .grid_product {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "."
                         "Area"
                         "Area-2";
  }

  .mitsumori_form {
    width: 450px;
  }

  .taisaku {
    font-size: 26px;
  }

  .taisaku.bousai {
    font-size: 20px;
    line-height: 28px;
  }

  .white {
    margin-top: 0;
    font-size: 18px;
  }

  .white.bousai {
    font-size: 14px;
  }

  .main-content_portable {
    padding: 40px 20px;
  }

  .mitsumori_form_portable {
    width: 526px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .contents_r, .gallry_l {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .productcopy_co2 {
    font-size: 26px;
  }

  .add_text {
    font-size: 15px;
  }

  .div-block-41 {
    width: 510px;
    height: auto;
  }

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

  .detail_a_airmonitor {
    padding-bottom: 15px;
  }

  .paragraph-25 {
    font-size: 14px;
  }

  .detail_a_airmonitor_none {
    padding-bottom: 15px;
  }

  .paragraph-20_co2 {
    font-size: 17px;
  }

  .link-7 {
    display: block;
    overflow: visible;
  }

  .columns-11 {
    border-bottom: 1px solid #000;
    height: 100%;
  }

  .bold1, .text_nbg, .text_nbg_1 {
    font-size: 14px;
  }

  .column-23 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-24 {
    margin-top: 12px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .h1_portable {
    font-size: 30px;
    line-height: 42px;
  }

  .h3_portable {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-45 {
    height: 100%;
    padding-top: 40px;
  }

  .section-16, .div-block-46 {
    padding-top: 0;
  }

  .torikumi_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h4_portable_torikumi {
    margin-bottom: 0;
    line-height: 28px;
  }

  .p_torikumi {
    margin-top: -10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
  }

  .image-32 {
    padding-left: 0;
  }

  .textlink_torikumi {
    justify-content: center;
    margin-bottom: 15px;
    padding-left: 0;
    display: flex;
  }

  .h3_portable_original {
    margin-top: 0;
    font-size: 25px;
    line-height: 33px;
  }

  .column-25 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text_teal {
    margin-top: 0;
    font-size: 18px;
  }

  .text_teal_2 {
    font-size: 26px;
  }

  .h1_portable_sp {
    font-size: 30px;
    line-height: 42px;
  }

  .productname_sp {
    font-size: 35px;
  }

  .news_jackery {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product_kink_title {
    font-size: 22px;
  }

  .product_kink_title2 {
    font-size: 15px;
  }

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

  .text-block-21 {
    font-size: 13px;
  }

  .text-block-22 {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    font-size: 33px;
  }

  .text-span-13 {
    font-size: 15px;
    line-height: 30px;
  }

  .text-block-21-copy, .text-block-21-sp {
    font-size: 13px;
  }

  .image-34 {
    margin-top: 10px;
  }

  .text-block-23 {
    font-size: 12px;
    line-height: 22px;
  }

  .h3_portable_original-copy {
    font-size: 25px;
    line-height: 33px;
  }

  .main-content_portable_solution {
    justify-content: flex-end;
    align-items: stretch;
    height: 300px;
    max-height: none;
    padding: 0;
  }

  .title_portable_solution {
    flex-direction: column;
    justify-content: center;
    height: 40%;
    padding-top: 0;
    display: flex;
  }

  .h1_portable_solution {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .h2_portable_solution {
    margin-bottom: 0;
  }

  .h3_portable_solution {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-50 {
    width: 100%;
    height: 40%;
  }

  .h3_portable_original_solution {
    margin-top: 0;
    font-size: 23px;
    line-height: 28px;
  }

  .gaiyou_section {
    padding: 40px 20px 10px;
  }

  .flex-container-7 {
    flex-direction: column-reverse;
  }

  .hero-image-mask-3 {
    order: -1;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .news_solution {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .section-portable {
    padding-top: 0;
  }

  .gallerybox_solution {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section_solution {
    padding-top: 0;
  }

  .mitsumori_form_portable_solution {
    width: 526px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text_teal_darkblue {
    margin-top: 0;
    font-size: 18px;
  }

  .text_darkblue {
    font-size: 26px;
  }

  .contact_solution {
    margin-bottom: 0;
  }

  .torikumi_wrapper_solution {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h4_portable_torikumi_solution {
    margin-bottom: 0;
    line-height: 28px;
  }

  .textlink_torikumi_solution {
    justify-content: center;
    margin-bottom: 15px;
    padding-left: 0;
    display: flex;
  }

  .p_torikumi_solution {
    margin-top: -10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
  }

  .blue_line_1 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .text-span-16, .text-span-17 {
    font-size: 18px;
  }

  .paragraph-17_left {
    margin-left: 20px;
    margin-right: 20px;
  }

  .productbutton_buy {
    background-color: var(--sea-green);
    font-size: 16px;
  }

  .productname-_sml {
    font-size: 35px;
  }

  .listwrappaer {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .p_list {
    flex-direction: row;
    font-size: 16px;
  }

  .text-span-19.sp {
    font-size: 14px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

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

  .add_sprinter {
    font-size: 15px;
    line-height: 20px;
  }

  .cards-section-sprinter {
    padding: 40px 20px;
  }

  .detailwrapper_sprinter {
    margin-top: 0;
  }

  .cards-grid-container-sprinter {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .heading-press {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 32px;
  }

  .button-press, .paragraph-press {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-38 {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-28, .column-29, .column-30 {
    margin-bottom: 10px;
  }

  .div-block-55 {
    margin-top: 40px;
  }

  .productcopy_sprinter {
    font-size: 26px;
  }

  .paragraph-20_sprinter {
    font-size: 17px;
    line-height: 24px;
  }

  .gallry_l-copy, .contents_r-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-section-5 {
    padding: 40px 20px;
  }

  .flex-container-8 {
    flex-direction: column;
  }

  .feature-image-mask-4 {
    margin-right: 0;
  }

  .feature-image-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .product_name {
    line-height: 25px;
  }

  .detail_wrapper_bousai_solution {
    padding-left: 40px;
    padding-right: 40px;
  }

  .img_wrapper_bousai_solution {
    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

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

  .image-43.lp_white_fl {
    order: 0;
    align-self: auto;
    height: 45px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: -25px;
    display: block;
  }

  .image-43.lp_white_labo {
    height: 25px;
    margin-bottom: 0;
    margin-left: -30px;
  }

  .image-44 {
    max-width: 500px;
  }

  .detailwrapper_cl {
    overflow: auto;
  }

  .list_text._1st {
    min-width: 100px;
    font-size: 15px;
  }

  .productcopy_cl {
    font-size: 26px;
  }

  .paragraph-20_cl {
    font-size: 26px;
    line-height: 34px;
  }

  .container-cl1 {
    background-color: #000000a3;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-46 {
    padding-top: 20px;
    padding-left: 0;
  }

  .container-cl2 {
    background-color: #00000078;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cl1_sp {
    display: none;
  }

  .columns-10-copy {
    display: block;
  }

  .container-12-copy, .title_sprinter-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top_section-copy {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .div-block-58 {
    height: auto;
    padding-bottom: 28px;
  }

  .image-49 {
    padding-left: 65px;
    padding-right: 17px;
    display: none;
  }

  .productcopy_white {
    font-size: 26px;
  }

  .paragraph_white {
    font-size: 17px;
    line-height: 24px;
  }

  .div-block-30-copy {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .add_text_white {
    font-size: 15px;
  }

  .cards-section_cl_sp {
    padding: 40px 20px;
  }

  .cards-grid-container_cl_sp {
    grid-column-gap: 10px;
    grid-row-gap: 26px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .detailwrapper_cl_sp2 {
    height: 100px;
    margin-top: 0;
  }

  .feature_cl_sp {
    margin-left: 123px;
    font-size: 16px;
    line-height: 31px;
  }

  .detailwrapper_cl_sp1 {
    height: 100px;
    margin-top: 0;
  }

  .feature_cl_sp-copy {
    margin-left: 123px;
    font-size: 16px;
    line-height: 20px;
  }

  .detailwrapper_cl_sp3 {
    height: 100px;
    margin-top: 0;
  }

  .cards-section_cl_sp3 {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }

  .detailwrapper_cl_sp4 {
    background-position: 50%;
    background-size: cover;
    height: 100px;
    margin-top: 0;
  }

  .detailwrapper_cl_sp5 {
    height: 100px;
    margin-top: 0;
  }

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

  .detailwrapper_cl_sp6 {
    margin-top: 0;
  }

  .image-52 {
    margin: 30px auto 20px;
    padding-left: 0;
  }

  .image-53 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 35px;
  }

  .linktopage {
    margin-top: 30px;
  }

  .div-block-59 {
    max-width: 496px;
    padding-left: 0;
    padding-right: 0;
  }

  .accesswrapper {
    flex-direction: column;
  }

  .div-block-61 {
    margin-left: auto;
    margin-right: auto;
  }

  .contact_cl_sp {
    margin-bottom: 0;
  }

  .contactarea_cl_sp._03 {
    font-size: 15px;
  }

  .image-55 {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .image-58 {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-59 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .for_sp_detailbox {
    display: block;
  }

  .link-ad-hide {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-61 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .forcl_sp, .forcl_sp_sp {
    font-size: 20px;
  }

  .cl_sp_link {
    display: none;
  }

  .cl_sp_link_sp {
    font-size: 24px;
    line-height: 34px;
    display: block;
  }

  .cl_sp_link2 {
    display: none;
  }

  .paragraph-press-copy, .forpress {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container_tempass, .container_ni-mh02 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contactbotton_ni-mh {
    background-color: var(--sea-green);
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

  .section_ni-mh_03 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph_ni-mh04 {
    font-size: 20px;
  }

  .section_ni-mh_04 {
    padding: 40px 20px;
  }

  .grid_ni-mh01 {
    grid-template-columns: 1fr 1fr;
  }

  .p_ni-mh04 {
    font-size: 18px;
    line-height: 20px;
  }

  .p_ni-mh04_li {
    font-size: 15px;
    line-height: 21px;
  }

  .p_ni-mh04_li_item {
    font-size: 16px;
  }

  .text-span-34 {
    font-size: 12px;
    line-height: 10px;
  }

  .ni-mh04_img {
    height: 111px;
  }

  .paragraph_ni-mh05 {
    font-size: 15px;
    line-height: 22px;
  }

  .contactbotton_ni-mh_mid {
    background-color: var(--sea-green);
    text-align: center;
    font-size: 16px;
  }

  .fulogic_area {
    min-height: 164px;
  }

  .ni-mh_page_fulogic {
    font-size: 20px;
    line-height: 28px;
  }

  .catalog_wrapper {
    padding-left: 10px;
  }

  .paragraph-32 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-_company_info, .paragraph-_quality {
    margin-left: 20px;
    margin-right: 20px;
  }

  .message_section {
    padding: 60px 0;
  }

  .link-block-13 {
    margin-top: -1px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-68 {
    height: auto;
  }

  .hero-heading-center {
    padding: 20px 15px 60px;
  }

  .container-19 {
    max-width: 728px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .team-circles {
    padding: 40px 15px 20px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 394px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .en_20px {
    font-size: 15px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-card-three {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-card-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .testimonial-text-three {
    font-size: 18px;
    line-height: 28px;
  }

  .uui-heroheader15_card-image-05, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-01 {
    border-radius: .75rem;
    width: 24rem;
  }

  .uui-heroheader15_image-wrapper {
    height: 22rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .kutup-button-white {
    font-size: 18px;
  }

  .kutup-hero-title-4 {
    font-size: 50px;
  }

  .div-block-63 {
    max-width: 440px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .uui-footer03_legal-link:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer03_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer03_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
  }

  .uui-footer03_link {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .uui-footer03_link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-footer03_menu-wrapper {
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-right: 0;
  }

  .uui-footer03_social-link:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer03_social-list {
    margin-top: 1.5rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer03_logo-link {
    border-right-style: none;
    margin-bottom: 0;
    padding-left: 0;
  }

  .uui-footer03_left-wrapper {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-footer03_top-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer03_logo-link-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image-72 {
    width: 90px;
    height: 25%;
  }

  .fl_en-hero-title-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .image-73 {
    width: 243px;
    height: auto;
  }

  .div-block-65 {
    align-self: center;
    align-items: center;
  }

  .paragraph-privacy_en {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-19 {
    grid-template-columns: 1fr;
  }

  .section-21 {
    margin-top: 100px;
  }

  .column-35 {
    margin-bottom: 40px;
  }

  .heading-13 {
    font-size: 26px;
    line-height: 28px;
  }

  .text-span-35 {
    font-size: 20px;
  }

  .paragraph-press-eve {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-70 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-20 {
    grid-template-columns: 1fr;
  }

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

  .grid-20-copy {
    grid-template-columns: 1fr;
  }

  .main-content_stress {
    padding: 40px 20px;
  }

  .h3_stresspage_original-copy {
    margin-top: 0;
    font-size: 25px;
    line-height: 33px;
  }

  .section-stresspage {
    padding-top: 0;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-heading-left-stress {
    padding: 60px 30px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .hero-stack-dk100 {
    padding: 60px 30px;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-2.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row-2.button-row-center-mobile-landscape {
    justify-content: center;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-heroheader04_content {
    text-align: center;
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .heading-press-32px {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 32px;
  }

  .article-wrapper {
    margin-top: 20px;
  }

  .heading-article {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
  }

  .paragraph-article {
    margin-left: 0;
    margin-right: 0;
  }

  .div-product-detail {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hr_-article {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-list {
    min-width: 800px;
  }

  .gridtextt, .gridtextt2 {
    font-size: 14px;
  }

  .divtable {
    overflow: auto;
  }

  .p-article2 {
    font-size: 22px;
    line-height: 31px;
  }

  .heading_pack_title {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 32px;
  }

  .gridtexttu {
    font-size: 14px;
  }

  .button-article, .paragraph-article-bold, .paragraph-article-ss {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-28 {
    font-size: 23px;
    display: flex;
  }

  .text-block-28-sp {
    font-size: 23px;
    display: none;
  }

  .eve-portable-img {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .related_grid, .related_grid.hide, .related_grid.hide {
    grid-template-columns: 1fr;
  }

  .related-wrapper {
    min-height: 100px;
  }

  ._2c_button-article {
    margin-left: 0;
    margin-right: 0;
  }

  .divtable_prismaticlfpcells {
    overflow: auto;
  }

  .grid-list_prismaticlfpcells {
    min-width: 800px;
  }

  .main_w400, .main_h, .main_w500, .image-_600px, .main_w700 {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .top_slider {
    background-color: #0000;
    height: auto;
    margin-top: 85px;
  }

  .slider_icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
  }

  .mask-2-copy {
    height: 100%;
  }

  .top_slide_img.sld2 {
    margin-left: -362px;
  }

  .slide_mask {
    height: 100%;
  }

  .service-section {
    padding-top: 0;
  }

  .p_22px_green {
    font-size: 22px;
  }

  .heading-24px {
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 34px;
  }

  .p_16_blk {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .p_20_blk {
    font-size: 20px;
    line-height: 30px;
  }

  .grid_service_wrapper {
    grid-template-columns: 1fr;
  }

  .paragraph-40 {
    height: 55px;
  }

  .link-block-16 {
    height: 50px;
  }

  .image-89 {
    margin-left: auto;
  }

  .p_22px_white, .p_20px_white, .p_20px_white-copy {
    font-size: 15px;
  }

  .p_20px_white-copy {
    margin-left: -45px;
    font-size: 15px;
    line-height: 22px;
  }

  .p_18px_white_grid_l {
    font-size: 15px;
    line-height: 22px;
  }

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

  .paragraph-41 {
    margin-top: 10px;
  }

  .p_20px_black {
    font-size: 15px;
  }

  .contactarea-area-copy, .contactarea-area-copy-copy {
    margin-top: 80px;
  }

  .contact_nomerge {
    margin-bottom: 0;
  }

  .p_22px_black, .p_22px_black-copy {
    font-size: 15px;
  }

  .heading-2_28px {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 22px;
  }

  .paragraph-17px {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .business-wrapper {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 20px;
  }

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

  .list-mg {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
  }

  .h1_38px_white {
    font-size: 26px;
  }

  .button-business {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph_pickupgrid, .columns-top10pxr {
    padding-left: 0;
  }

  .link-pickup {
    margin-left: 30px;
    margin-right: 30px;
  }

  .image_pickupgrid, .image_pickupgrid.cell {
    margin-left: 20px;
  }

  .grid-list_8x5 {
    min-width: 800px;
  }

  .paragraph-17px_title, .paragraph-17px-_topmergin {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-20px {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .button-business-pack {
    margin-left: 20px;
    margin-right: 20px;
  }

  .h3_product_copy2 {
    min-width: 420px;
  }

  .columns-25 {
    justify-content: flex-start;
    align-items: center;
  }

  .columns-26 {
    flex-flow: column;
  }

  .image-92 {
    padding-left: 0;
  }

  .product_top_area {
    margin-top: 0;
    padding: 40px 30px;
  }

  .heading-article-copy {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
  }

  .h4_lineup {
    font-size: 24px;
  }

  .annotation {
    margin-left: 0;
    margin-right: 0;
  }

  .columns-27 {
    margin-bottom: 20px;
  }

  .additional_comment_14px {
    font-size: 12px;
  }

  .paragraph-24px-copy {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-article-center {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
  }

  .columns-elsona {
    flex-flow: column;
  }

  .image-95 {
    width: 0;
    min-width: 400px;
  }

  .column-51 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .feature_elsona_l {
    margin-bottom: 20px;
  }

  .feature_elsona_r {
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .tmb_sq {
    margin-left: 10px;
  }

  .tmb_col_r {
    padding-left: 0;
  }

  .grid_product_pickup {
    grid-template-columns: 1fr;
  }

  .pick-up-section_bcp {
    padding-left: 30px;
    padding-right: 20px;
  }

  .left-arrow-2 {
    height: 345px;
    margin-top: 0;
    margin-bottom: 0;
    top: 40px;
  }

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

  .container-feature-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block_slider02 {
    height: 260px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-83 {
    align-items: center;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-51 {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
  }

  .grid-27 {
    grid-auto-flow: row;
    place-items: center stretch;
  }

  .paragraph-52 {
    border-radius: 9px;
    width: 150px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .image-96 {
    height: 100px;
  }

  .service_block_box {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .service_block_grid_wrapper {
    margin-left: -116px;
  }

  .columns-28 {
    border-bottom: 2px solid var(--sea-green-2);
  }

  .service_detail_wrapper-copy {
    margin-left: 10px;
    display: flex;
  }

  .circle_img {
    margin-left: -10px;
  }

  .service_block_col {
    border-bottom: 2px solid var(--sea-green-2);
  }

  .pick-up-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-17px-bold {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .pick-up-grid-standard-pack {
    grid-template-columns: 1fr;
  }

  .img_with_shadow {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .p_wh_18px {
    font-size: 17px;
  }

  .p_wh_18px.bousai {
    margin-top: 10px;
  }

  .slide-box01 {
    background-size: cover;
  }

  .related-wrapper-2, .related-wrapper-3 {
    min-height: 100px;
  }

  .grid-list_5x {
    min-width: 800px;
  }

  .footer_link_wrapper {
    flex-direction: column;
  }

  .paragraph-press-book-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lp_header {
    margin-top: 100px;
  }

  .lp_top_section {
    padding-bottom: 0;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape-3 {
    width: 100%;
    max-width: none;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-3.is-button-large.fl_lp {
    background-image: linear-gradient(#1dae4c, #1dae4c);
  }

  .uui-button-3.is-button-large.fl_lp:hover {
    background-image: linear-gradient(#90f0af, #90f0af);
    border-style: none;
  }

  .uui-button-3.is-button-large.fl_lp:active {
    border-style: none;
  }

  .uui-heading-xlarge-3 {
    font-size: 2.25rem;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape-3 {
    width: 100%;
  }

  .uui-button-icon-3.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-text-size-xlarge-3 {
    font-size: 1.125rem;
  }

  .uui-text-size-xlarge-3.flfont.labocolor {
    font-size: 1.4rem;
  }

  .uui-heroheader02_image-wrapper {
    margin-top: -60px;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-space-large-3 {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .lp_section2 {
    padding-bottom: 40px;
  }

  .grid-30 {
    grid-template-columns: 1fr 1fr;
  }

  .icon_img {
    height: 70px;
  }

  .uui-text-size-xlarge-3-center {
    font-size: 1.125rem;
  }

  .uui-text-size-xlarge-3-center.flfont.labocolor {
    font-size: 1.4rem;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .shadow-two-4 {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 30px;
  }

  .p_small_blk {
    margin-right: 0;
    font-size: 15px;
  }

  .hero-heading-center-labolp {
    padding: 60px 30px;
  }

  .hero_wrapper_lp1 {
    flex-flow: column;
    display: flex;
  }

  .column-54 {
    display: flex;
  }

  .column-55 {
    flex-flow: column;
    align-items: center;
  }

  .grid-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  ._2col_list_center {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._2col_list_center_top {
    border-bottom-style: solid;
  }

  ._2col_list_center_top.mobile_landscape {
    border-top-style: none;
  }

  .contact_lp {
    padding-top: 20px;
  }

  .fig_contact {
    width: 70%;
  }

  .uui-text-size-xlarge-3-left {
    font-size: 1.125rem;
  }

  .uui-text-size-xlarge-3-left.flfont.labocolor {
    font-size: 2.5rem;
  }

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

  .labo_movie {
    height: 400px;
    padding-left: 0;
  }

  .container-27 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-84 {
    height: 40px;
  }

  .footer2logo_wrapper {
    align-self: center;
  }

  .uui-text-size-small-center-2 {
    font-size: 1.125rem;
  }

  .uui-text-size-small-center-2.flfont.labocolor {
    font-size: 1rem;
    line-height: 1.5;
  }

  .columns-30 {
    align-items: center;
  }

  .column-56 {
    justify-content: flex-start;
  }

  .link-block-25 {
    margin-bottom: 20px;
  }

  .column-58 {
    padding-right: 0;
  }

  .column-59 {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .productcopy_sprinter-copy {
    font-size: 26px;
  }

  .flclr_15px, .paragraph-article-ss_medium {
    margin-left: 0;
    margin-right: 0;
  }

  .news_banner_link {
    margin-bottom: 20px;
  }

  .top_slider_2025 {
    background-color: #0000;
    height: auto;
    margin-top: 85px;
  }

  .link-block_slider01 {
    height: 260px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide_box_img_sml {
    height: 100px;
  }

  .link-block_slider03 {
    height: 260px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  img {
    display: block;
  }

  .section {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    margin-top: 0;
    overflow: hidden;
  }

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

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

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

  .navigation-item {
    border-bottom-color: #fff;
    margin-right: 0;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 250px;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .footer {
    padding-top: 34px;
    font-size: 13px;
    line-height: 20px;
  }

  .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .image_top {
    object-fit: contain;
    height: auto;
    display: none;
    overflow: visible;
  }

  .image-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .image-3 {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .paragraph-left.cc-subscribe-paragraph {
    width: 100%;
  }

  .paragraph-2 {
    text-align: justify;
    height: 100%;
    margin: 40px 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .link_pdf {
    white-space: normal;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .image-4 {
    display: none;
  }

  .image-6 {
    width: 70%;
    margin-top: 45px;
    margin-bottom: 0;
  }

  .text-block-4 {
    margin-top: 0;
  }

  .contact {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 26px;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-block-6 {
    height: auto;
    min-height: 60px;
    padding: 10px 7px 10px 4px;
    font-size: 11px;
    line-height: 18px;
  }

  .text-block-6.plus {
    line-height: 20px;
  }

  .text-block-7 {
    font-size: 13px;
  }

  .section-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .linkpdf {
    color: #147a5b;
    object-fit: fill;
    width: 100%;
    min-height: 30px;
    display: block;
  }

  .image-7 {
    display: none;
  }

  .image-8, .image9 {
    display: block;
  }

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

  .aboutprivacy {
    color: #5e5e5e;
  }

  .link-5 {
    font-size: 12px;
  }

  .slider {
    object-fit: cover;
  }

  .image-9 {
    display: none;
  }

  .image-9.sld2 {
    width: auto;
    max-width: none;
    max-height: none;
    display: none;
  }

  .container-4 {
    overflow: hidden;
  }

  .mask-2 {
    width: 100%;
    height: auto;
  }

  .left-arrow {
    height: 400px;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .navbar {
    margin-bottom: 0;
    padding-top: 0;
    bottom: auto;
  }

  .container-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5px;
    overflow: hidden;
  }

  .image-10 {
    margin-top: 12px;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 26px;
  }

  .infowrapper {
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 20px;
  }

  .text-block-8 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-8.date {
    padding-bottom: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .container-6 {
    overflow: visible;
  }

  .moreinfo {
    font-size: 12px;
  }

  .myheading {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }

  .subwhite {
    text-align: center;
    line-height: 30px;
  }

  .container-7 {
    overflow: hidden;
  }

  .columns-2 {
    padding-left: 0;
  }

  .businesssec {
    margin-top: 45px;
    overflow: visible;
  }

  .sol-col-r {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sol-col-l {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sol-1._1-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .copysec {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: visible;
  }

  .brand {
    max-width: 380px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .div-block-9 {
    margin-top: 0;
  }

  .companysec {
    margin-top: 100px;
    overflow: visible;
  }

  .container-8 {
    max-width: 1180px;
    overflow: hidden;
  }

  .div-block-10 {
    height: auto;
    margin-top: 30px;
    overflow: hidden;
  }

  .image-13 {
    display: none;
  }

  .image-14 {
    display: block;
  }

  .contactarea {
    margin-top: 50px;
  }

  .contactwrapper {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .text-block-9 {
    letter-spacing: 0;
    font-size: 18px;
  }

  .text-block-10 {
    font-size: 12px;
  }

  .column-5 {
    margin-bottom: 15px;
  }

  .text-block-11 {
    font-size: 20px;
  }

  .div-block-13 {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
  }

  .columns-4 {
    margin-bottom: 0;
  }

  .link-block-5 {
    margin-top: 15px;
  }

  .div-block-14 {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-15 {
    flex-direction: column;
  }

  .linkft {
    padding: 15px;
  }

  .linkft.lp_footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-2column {
    padding-left: 15px;
  }

  .breadcrumbs-container {
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 15px;
  }

  .breadcrumbs {
    margin-left: auto;
    padding-left: 0;
    font-size: 12px;
  }

  .breadcrumbs-link {
    flex: none;
    display: flex;
  }

  .brand-2 {
    width: 70%;
    margin-left: 5px;
    padding-left: 0;
  }

  .brand-2.w--current {
    width: 65%;
    margin-top: 0;
  }

  .main-content {
    margin-top: 80px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    display: block;
  }

  .heading-5 {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 26px;
  }

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

  .paragraph-10 {
    margin-top: 5px;
    font-size: 14px;
  }

  .div-block-16 {
    height: 220px;
    max-height: none;
  }

  .section-7 {
    margin-top: 0;
    padding-left: 0;
  }

  .feature-image {
    width: 90%;
  }

  .flex-container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-image-mask {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-12 {
    font-size: 15px;
    line-height: 26px;
  }

  .hero-image-mask-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-r, .div-block-l {
    margin-top: 40px;
  }

  .text-block-13 {
    font-size: 14px;
  }

  .text-block-14 {
    font-size: 15px;
    line-height: 24px;
  }

  .heading-5-copy {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .product-to {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-span-3 {
    font-weight: 500;
  }

  .product-wrapper {
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .text-block-16 {
    letter-spacing: 1px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    line-height: 26px;
  }

  .feature-section-2 {
    margin-top: 0;
    padding-top: 40px;
  }

  .product-title {
    font-size: 17px;
  }

  .product-copy {
    font-size: 14px;
    line-height: 23px;
  }

  .productblock {
    padding: 15px;
  }

  .product-link {
    font-size: 14px;
  }

  .menu-button-2 {
    margin-top: 0;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 18px;
  }

  .menu-button-2.w--open {
    margin-top: 0;
  }

  .slide-nav-2 {
    margin-top: -40px;
    font-size: 7px;
    position: relative;
    top: 0;
  }

  .div-block-24 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .infoclmn {
    margin-bottom: 20px;
    padding-left: 0;
  }

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

  .detail {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-17 {
    margin-left: 5px;
    font-size: 13px;
    line-height: 21px;
  }

  .heading-8 {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
  }

  .paragraph-15 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-15.sp {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .div-block-26 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-2 {
    width: 140px;
    margin-top: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .contactarea-area {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .contactsection.productpage {
    margin-top: 25px;
  }

  .paragraph-16 {
    text-align: right;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-16.sp {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .button-to-blg {
    width: 140px;
    margin-top: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .line_short {
    width: 45px;
  }

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

  .breadcrumbs-privacy {
    margin-left: auto;
    padding-left: 0;
    font-size: 12px;
  }

  .hr {
    margin: 20px 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-17 {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .slide-3 {
    height: 100%;
  }

  .slide-4 {
    height: 100%;
    overflow: hidden;
  }

  .image-19 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-20 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .right-arrow {
    height: 440px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0;
  }

  .link-block-6 {
    width: 100%;
  }

  .flex-container-3copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-partner {
    height: 220px;
    max-height: none;
  }

  .paragraph_partner {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .contactwrapper_partner {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .section-9 {
    margin-top: 0;
  }

  .breadcrumbs-product01 {
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    margin-left: auto;
    padding-left: 0;
    font-size: 12px;
    line-height: 13px;
    display: flex;
  }

  .productname {
    margin-top: 5px;
    font-size: 31px;
  }

  .productname.edit {
    font-size: 30px;
    line-height: 34px;
    display: none;
  }

  .productcopy {
    font-size: 27px;
  }

  .link-6 {
    flex: none;
  }

  .productbutton {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
  }

  .container-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-30 {
    margin: 30px 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 23px;
  }

  .paragraph-20 {
    font-size: 17px;
    line-height: 28px;
  }

  .producth4 {
    font-size: 19px;
    line-height: 28px;
  }

  .feature-image-mask-3.edit {
    width: 75%;
  }

  .detail_01 {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .paragraph-21 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 22px;
  }

  .advantages_area {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h3_advantages {
    font-size: 23px;
  }

  .advantages_p {
    font-size: 16px;
    line-height: 25px;
  }

  .container-13 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .question {
    padding-top: 0;
  }

  .q_p {
    font-size: 17px;
  }

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

  .a_p {
    line-height: 25px;
  }

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

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

  .section-11 {
    padding-top: 30px;
  }

  .detail_a {
    padding-bottom: 0;
    font-weight: 700;
  }

  .detail_b {
    padding-top: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .detail_b.plus {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-33 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contactarea_02._03 {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .background-video-2 {
    width: 360px;
    height: 360px;
  }

  .section-12 {
    margin-top: 0;
  }

  .ni-mh-toptext {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .custom {
    padding-left: 18px;
    padding-right: 18px;
  }

  .column-20 {
    margin-top: 40px;
  }

  .selestpage {
    font-size: 34px;
    line-height: 34px;
  }

  .selestpage.bousai {
    font-size: 23px;
    line-height: 34px;
  }

  .text-span-10 {
    font-size: 16px;
    line-height: 0;
  }

  .text-block-20.bousai {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .section-14 {
    margin-top: 80px;
  }

  .image-26 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-35 {
    height: 55px;
  }

  .div-block-36 {
    height: 329px;
  }

  .main-content_kansenyobou {
    text-align: left;
    padding: 40px 20px 60px;
  }

  .section_product {
    padding-top: 30px;
  }

  .grid_product.resize {
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mitsumori_form {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .taisaku {
    font-size: 21px;
  }

  .white {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .white.bousai {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .contactwrapper_kansentaisaku {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .text-block-10_kansentaisaku {
    font-size: 12px;
  }

  .text-block-11_kansentaisaku {
    font-size: 20px;
  }

  .center-p {
    letter-spacing: 1px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    line-height: 26px;
  }

  .main-content_portable {
    background-position: 87% 54%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mitsumori_form_portable {
    width: auto;
    max-width: 300px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .mitsumori_form_portable.white {
    margin-bottom: 40px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .contents_r {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-title-copy, .product-brand {
    font-size: 17px;
  }

  .product-detail {
    font-size: 14px;
    line-height: 23px;
  }

  .detail_wrapper {
    width: auto;
  }

  .detail_columns {
    width: 300px;
  }

  .product-detail-copy {
    font-size: 14px;
    line-height: 23px;
  }

  .product-link-copy {
    font-size: 14px;
  }

  .gallerybox {
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .gallry_l {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 380px;
    max-width: 1200px;
    display: grid;
  }

  .image-28 {
    width: auto;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .title_co2 {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image_wrapper {
    margin-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .productcopy_co2 {
    font-size: 25px;
  }

  .model-number {
    font-size: 17px;
  }

  .div-block-40 {
    margin-top: 35px;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr;
  }

  .add_text {
    font-size: 13px;
    line-height: 22px;
    display: block;
  }

  .add_text.cl {
    margin-top: 0;
  }

  .div-block-41 {
    width: auto;
    margin-bottom: 30px;
  }

  .paragraph-23 {
    font-size: 13px;
  }

  .image-30 {
    display: none;
  }

  .image-30.sprinter {
    display: block;
  }

  .detail_airmonitor {
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .container_airmonitor {
    padding-left: 5px;
    padding-right: 5px;
  }

  .detail_a_airmonitor {
    padding-bottom: 0;
    font-weight: 700;
  }

  .paragraph-25 {
    font-size: 11px;
  }

  .detail_a_airmonitor_none {
    padding-bottom: 0;
    font-weight: 700;
  }

  .paragraph-20_co2 {
    font-size: 16px;
    line-height: 28px;
  }

  .container-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold1 {
    font-size: 13px;
    line-height: 28px;
  }

  .title_bg_l_none {
    padding-right: 5px;
    line-height: 28px;
  }

  .text_nbg {
    font-size: 12px;
  }

  .text_nbg_1 {
    font-size: 13px;
  }

  .link-8 {
    display: block;
  }

  .link-9 {
    text-align: center;
    font-family: Noto Sans JP, sans-serif;
  }

  .paragraph-27 {
    text-align: center;
    margin-top: 35px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: block;
  }

  .image-31 {
    margin-top: 20px;
    display: block;
  }

  .link-10 {
    display: flex;
  }

  .business-hours {
    font-size: 12px;
  }

  .phone-number {
    font-size: 24px;
  }

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

  .contact-link, .phone-link {
    font-size: 20px;
  }

  .h1_portable {
    font-size: 27px;
    line-height: 34px;
    display: none;
  }

  .h1_portable.sp {
    font-size: 30px;
  }

  .h2_portable {
    font-size: 16px;
  }

  .h3_portable {
    font-size: 15px;
    line-height: 24px;
  }

  .div-block-45 {
    width: auto;
    height: 65%;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-16 {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-46 {
    padding-top: 0;
  }

  .h4_portable {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 24px;
  }

  .button_portable {
    width: 215px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .torikumi_wrapper {
    margin-top: 35px;
    padding: 20px 10px;
  }

  .h4_portable_torikumi {
    font-size: 17px;
  }

  .p_torikumi {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .h3_portable_original {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .product-brand2, .product-brand-copy, .product-brand3 {
    font-size: 17px;
  }

  .text_teal {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
  }

  .text_teal_2 {
    font-size: 21px;
  }

  .text_teal_3 {
    margin-top: -8px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .h1_portable_sp {
    font-size: 24px;
    line-height: 34px;
    display: block;
  }

  .h1_portable_sp.sp {
    font-size: 30px;
  }

  .productname_sp {
    margin-top: 5px;
    font-size: 31px;
  }

  .productname_sp.edit {
    text-align: center;
    font-size: 35px;
    line-height: 34px;
    display: block;
  }

  .text-span-12 {
    font-size: 24px;
  }

  .news_jackery {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .product_linkbox {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .p_linkbox {
    letter-spacing: 1px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    line-height: 26px;
  }

  .product_kink_title {
    font-size: 18px;
    line-height: 20px;
  }

  .product_kink_title2 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 15px;
  }

  .yajirushi {
    font-size: 30px;
  }

  .text-block-21 {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .text-block-22 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .text-span-13 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-21-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .text-block-21-sp {
    color: var(--red);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 20px;
    display: block;
  }

  .image-34 {
    display: none;
  }

  .image-35 {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .text-block-23 {
    margin-bottom: 20px;
    line-height: 18px;
  }

  .link-12 {
    margin-bottom: 30px;
    font-size: 13px;
  }

  .h3_portable_original-copy {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .product-detail-not-colomn, .product-detail-not-colomn-bold {
    font-size: 14px;
    line-height: 23px;
  }

  .main-content_portable_solution {
    background-image: none;
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .title_portable_solution {
    width: 100%;
    height: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .h1_portable_solution {
    font-size: 22px;
    line-height: 34px;
    display: block;
  }

  .h1_portable_solution.sp {
    font-size: 30px;
  }

  .h2_portable_solution {
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .text-span-14 {
    justify-content: center;
    padding-left: 0;
    font-size: 14px;
    display: flex;
  }

  .h3_portable_solution {
    font-size: 15px;
    line-height: 24px;
  }

  .div-block-50 {
    background-size: cover;
    width: 100%;
  }

  .h3_portable_original_solution {
    margin-top: -30px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .h4_portable_solution {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .text-span-15 {
    font-size: 15px;
  }

  .gaiyou_section {
    padding: 0 15px;
  }

  .hero-image-mask-3 {
    width: 100%;
  }

  .p_potable_solution {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-51 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .section-portable {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallerybox_portable {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .gallerybox_solution {
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .section_solution {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mitsumori_form_portable_solution {
    width: auto;
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .mitsumori_form_portable_solution.white {
    margin-bottom: 40px;
  }

  .link-block_solution {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text_teal_darkblue {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
  }

  .text_darkblue {
    font-size: 21px;
  }

  .text_teal_3-copy {
    margin-top: -8px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .contact_solution {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 26px;
  }

  .business-hours_solution {
    font-size: 12px;
  }

  .phone-number_solution {
    font-size: 24px;
  }

  .contact-link_solution {
    font-size: 20px;
  }

  .business-hours_solution_portable {
    font-size: 12px;
  }

  .phone-number_solution_portable {
    font-size: 24px;
  }

  .contact-link_solution_portable {
    font-size: 20px;
  }

  .torikumi_wrapper_solution {
    margin-top: 35px;
    margin-bottom: 40px;
    padding: 20px 10px;
  }

  .h4_portable_torikumi_solution {
    font-size: 16px;
  }

  .p_torikumi_solution {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .blue_line_1 {
    height: 2px;
    margin-top: 0;
  }

  .image-36 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-span-16, .text-span-17 {
    font-size: 17px;
  }

  .paragraph-17_left {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .breadcrumbs-quality {
    margin-left: auto;
    padding-left: 0;
    font-size: 12px;
  }

  .productbutton_buy {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .paragraph_sml {
    flex-direction: column;
    margin-top: 0;
    font-size: 14px;
    line-height: 26px;
  }

  .productname-_sml {
    margin-top: 5px;
    font-size: 31px;
  }

  .productname-_sml.edit {
    font-size: 30px;
    line-height: 34px;
    display: none;
  }

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

  .listwrappaer {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 20px;
  }

  .p_list {
    flex-direction: column;
    font-size: 16px;
    line-height: 25px;
  }

  .text-span-18 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .grid-2pic {
    grid-template-columns: 1fr 1fr;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature_detail {
    line-height: 24px;
  }

  .heading-blogtitle {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .sprinter {
    font-size: 15px;
  }

  .title_sprinter {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature_sprinter {
    font-size: 22px;
    line-height: 29px;
  }

  .cards-section-sprinter {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .cards-grid-container-sprinter {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-press {
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .button-press {
    text-align: center;
    margin: 48px auto 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-press {
    margin: 30px auto 0;
    font-size: 15px;
    line-height: 24px;
  }

  .image-38 {
    margin-left: auto;
    margin-right: auto;
  }

  .breadcrumbs-press {
    margin-left: auto;
    padding-left: 0;
    font-size: 12px;
  }

  .sprinter-link {
    font-size: 15px;
  }

  .productcopy_sprinter {
    font-size: 23px;
    line-height: 30px;
  }

  .paragraph-20_sprinter {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .feature_detail_sprinter {
    line-height: 24px;
  }

  .gallry_l-copy {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .contents_r-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .detail_wrapper-copy {
    width: auto;
  }

  .product_name {
    line-height: 28px;
  }

  .button_new {
    margin-top: 10px;
    padding-top: 8px;
  }

  .p_productdetail {
    line-height: 25px;
  }

  .productlist_wrapper {
    margin-bottom: 35px;
  }

  .feature_detail_sprinter-smaill {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 15px;
    display: block;
  }

  .for_sp {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .po_icon {
    margin-left: 14px;
  }

  .img_wrapper_bousai_solution {
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-category, .product-category2 {
    font-size: 14px;
  }

  .detail_wrapper_ups {
    width: auto;
  }

  .image-41 {
    margin-top: 0;
  }

  .image-43.lp_white_fl {
    height: 45px;
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: 0;
  }

  .image-43.lp_white_labo {
    height: 23px;
    margin-left: 0;
  }

  .image-44 {
    max-width: 380px;
    display: none;
  }

  .image-45 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .grid-15 {
    overflow: scroll;
  }

  .list_text._1st {
    min-width: 80px;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 18px;
  }

  .feature_detail_cl {
    line-height: 24px;
  }

  .productcopy_cl {
    font-size: 23px;
    line-height: 30px;
  }

  .paragraph-20_cl {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 33px;
  }

  .point-wrapper {
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-cl1 {
    background-color: #000;
    padding-left: 0;
    padding-right: 0;
  }

  .image-46 {
    padding-top: 25px;
    padding-left: 10px;
  }

  .container-cl2 {
    background-color: #000;
    padding-left: 0;
    padding-right: 0;
  }

  .point-wrapper_l {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-16_l {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: .5fr 1fr;
    width: auto;
  }

  .p_cl {
    padding-left: 15px;
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-56 {
    font-size: 17px;
    line-height: 21px;
  }

  .section-cl1 {
    background-position: 50%;
  }

  .section-top-cl {
    margin-top: 0;
  }

  .column-32 {
    padding-top: 40px;
    padding-left: 20px;
  }

  .cl-link {
    font-size: 15px;
  }

  .cl1_sp {
    background-image: url('../images/bg_sec02.png');
    background-position: 0 0;
    background-size: cover;
    height: 220px;
    display: block;
  }

  .cl2_sp {
    background-image: url('../images/bg_sec03.png');
    background-position: 100%;
    background-size: cover;
    height: 220px;
    display: block;
  }

  .top_section {
    margin-top: 0;
  }

  .container-12-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .image_wrapper-copy {
    margin-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title_sprinter-copy {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top_section-copy {
    margin-top: 10px;
  }

  .div-block-58 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-50 {
    margin-top: -11px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-51 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .productcopy_white {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
  }

  .paragraph_white {
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-30-copy {
    margin: 30px 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .whitebox_txt {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 10px;
  }

  .add_text_white {
    font-size: 13px;
    line-height: 22px;
    display: block;
  }

  .add_text_white.cl {
    margin-top: 0;
  }

  ._4whitebox {
    margin-top: 22px;
  }

  .cards-section_cl_sp {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .cards-grid-container_cl_sp {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .detailwrapper_cl_sp2 {
    background-size: cover;
    height: 100px;
  }

  .feature_cl_sp {
    margin-left: 130px;
    font-size: 16px;
    line-height: 29px;
  }

  .detailwrapper_cl_sp1 {
    background-size: cover;
    height: 100px;
  }

  .feature_cl_sp-copy {
    margin-left: 130px;
    font-size: 16px;
    line-height: 19px;
  }

  .detailwrapper_cl_sp3 {
    background-size: cover;
    height: 100px;
  }

  .cards-section_cl_sp3 {
    margin-left: 0;
    margin-right: 0;
    padding: 25px 10px 0;
  }

  .detailwrapper_cl_sp4, .detailwrapper_cl_sp5 {
    background-size: cover;
    height: 100px;
  }

  .vision_cl_detail_wrapper {
    margin-bottom: 20px;
  }

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

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

  .image-52 {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .image-53 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .linktopage {
    text-align: center;
    width: 272px;
    margin-top: 15px;
    font-size: 14px;
  }

  .div-block-59 {
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .linktopage_noback {
    width: 272px;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 14px;
  }

  .contact_cl_sp {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 26px;
  }

  .contactarea_cl_sp._03 {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .sales_txt {
    width: 272px;
    margin-left: auto;
    font-size: 13px;
    line-height: 18px;
  }

  .image-55 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-56, .image-57 {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

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

  .image-59 {
    margin-top: 0;
  }

  .link-ad-hide {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .h_cl_sp {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 29px;
  }

  .forcl_sp {
    font-size: 16px;
    display: none;
  }

  .link-18 {
    flex-direction: column;
    display: flex;
  }

  .forcl_sp_sp {
    flex-direction: column;
    font-size: 16px;
    line-height: 31px;
    display: flex;
  }

  .cl_sp_link, .cl_sp_link_sp {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 30px;
  }

  .sp-forsp {
    color: #176eb9;
    text-align: center;
    margin-bottom: 19px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    display: block;
  }

  .text-span-32 {
    font-size: 14px;
    font-weight: 700;
  }

  .sp-forsp2, .cl-forsp2 {
    color: #176eb9;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    display: block;
  }

  .cl-forsp {
    color: #176eb9;
    text-align: center;
    margin-bottom: 19px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    display: block;
  }

  .link-block-12 {
    margin-bottom: 0;
  }

  .cl_sp_link2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 30px;
  }

  .paragraph-press-copy {
    margin: 30px auto 0;
    font-size: 15px;
    line-height: 24px;
  }

  .forpress {
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 22px;
  }

  .product_tempass_paragraph {
    font-size: 27px;
  }

  .container_tempass, .container_ni-mh02 {
    padding-left: 0;
    padding-right: 0;
  }

  .section_ni-mh_02 {
    margin-left: -1px;
    padding-left: 0;
  }

  .paragraph_ni-mh03 {
    margin: 20px 15px;
    font-size: 16px;
    line-height: 23px;
  }

  .section_ni-mh_01 {
    margin-top: 70px;
  }

  .contactbotton_ni-mh {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .section_ni-mh_03 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .ni-mh_detail {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph_ni-mh04 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
  }

  .grid_ni-mh01, .grid_ni-mh02 {
    grid-template-columns: 1fr;
  }

  .paragraph_ni-mh05 {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
  }

  .contactbotton_ni-mh_mid {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

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

  .ni-mh_page_fulogic {
    font-size: 18px;
  }

  .grid_catalog {
    padding-left: 40px;
    padding-right: 40px;
  }

  .catalog_wrapper {
    flex-direction: column;
    padding-left: 0;
  }

  .dl_page_title {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .catalog_img {
    align-self: auto;
  }

  .pdf-download {
    text-align: left;
    margin-top: 10px;
  }

  .return_message {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-32 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 23px;
  }

  .company_overview_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-_company_info {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .quality_txt_img_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-_quality {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .message_section {
    margin-top: 0;
    padding-top: 40px;
  }

  .message_photo {
    padding-left: 30px;
    padding-right: 30px;
  }

  .message_text {
    padding-top: 20px;
  }

  .p_enkaku {
    text-align: left;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .p_enkaku.sp {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .link-block-13 {
    margin: 0 25px 30px;
  }

  .image-68 {
    display: none;
  }

  .image-69 {
    display: block;
  }

  .section-20 {
    margin-top: 75px;
  }

  .hero-heading-center {
    padding-bottom: 10px;
  }

  .container-19 {
    max-width: none;
  }

  .h2_en_green {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .hero-split {
    padding-left: 25px;
    padding-right: 25px;
  }

  .shadow-two {
    margin-left: 25px;
  }

  .team-circles {
    padding-left: 24px;
    padding-right: 25px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .toral_solution_green {
    font-size: 20px;
  }

  .team-member-position {
    font-size: 16px;
  }

  .en_20px {
    margin-bottom: 0;
  }

  .testimonial-stack {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .testimonial-card-three {
    margin-left: 0;
    margin-right: 0;
    padding: 42px 25px 40px;
  }

  .testimonial-card-heading {
    margin-top: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .testimonial-text-three {
    font-size: 16px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .uui-heroheader15_card-image-05, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-01 {
    border-radius: .5rem;
    width: 14rem;
  }

  .uui-heroheader15_image-wrapper {
    height: 12.75rem;
  }

  .kutup-button-white {
    padding: 10px 24px;
    font-size: 16px;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .kutup-hero-title-4 {
    font-size: 45px;
  }

  .kutup-video-play {
    width: 70px;
    height: 70px;
  }

  .kutup-play-wrapper {
    width: 258px;
    margin-top: 20px;
    margin-left: 0;
  }

  .kutup-hero-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-70 {
    width: 220px;
    margin-left: -10px;
  }

  .image-71 {
    width: 240px;
    margin-top: -20px;
    margin-left: 35px;
  }

  .heading2_en {
    text-align: center;
  }

  .html-embed-8 {
    height: 380px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-64 {
    flex-direction: column;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-footer03_link {
    line-height: 23px;
  }

  .uui-footer03_menu-wrapper {
    grid-template-columns: 1fr;
  }

  .uui-logo_logotype {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .uui-footer03_logo-link {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-footer03_left-wrapper {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .uui-footer03_top-wrapper {
    grid-row-gap: .25rem;
  }

  .uui-padding-vertical-xlarge {
    margin-left: 0;
    margin-right: 0;
  }

  .uui-container-large-2 {
    max-width: none;
  }

  .uui-footer03_logo-link-copy {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .uui-logo_logotype-copy {
    width: auto;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .image-72 {
    align-self: center;
    width: auto;
    height: 130px;
    margin-top: 10px;
  }

  .fl_en-hero-title-4 {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 33px;
  }

  .paragraph-privacy_en {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .grid_wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-19 {
    grid-row-gap: 20px;
  }

  .image-74 {
    object-fit: fill;
    width: 700px;
    position: static;
    overflow: auto;
  }

  .div-block-66 {
    overflow: scroll;
  }

  .scrollbox1 {
    object-fit: cover;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
  }

  .div-block-68 {
    width: 700px;
  }

  .image-75 {
    object-fit: cover;
    width: 100%;
    min-width: 1000px;
    height: auto;
    overflow: auto;
  }

  .section-21 {
    margin-top: 74px;
    margin-bottom: 20px;
  }

  .div-block-69 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-13 {
    padding-top: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .text-span-35 {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-press-eve {
    margin: 30px auto 0;
    font-size: 15px;
    line-height: 24px;
  }

  .eve_product_wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-34 {
    align-self: center;
    margin-top: 18px;
    font-size: 14px;
  }

  .youtube, .youtube-2 {
    width: 300px;
    height: 200px;
  }

  .link-20 {
    object-fit: fill;
    font-size: 14px;
    overflow: visible;
  }

  .section-22 {
    margin-top: 74px;
    margin-bottom: 20px;
  }

  .main-content_stress {
    background-position: 87% 54%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3_stresspage_original-copy {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 23px;
  }

  .section-stresspage {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-20 {
    max-width: none;
  }

  .hero-split-2 {
    max-width: 100%;
  }

  .margin-bottom-24px-2 {
    line-height: 23px;
  }

  .hero-heading-left-stress {
    padding-top: 20px;
  }

  .h4_stress {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .h4_portable-copy, .h4_portable-copy-copy, .h4_stress_link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 24px;
  }

  .link-21 {
    line-height: 20px;
  }

  .h1_k100 {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .button_k100 {
    border-radius: 12px;
    width: 228px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .container-21 {
    max-width: none;
  }

  .hero-image-2.shadow-two {
    margin-left: 0;
  }

  .hero-stack-dk100 {
    padding-top: 20px;
  }

  .container-22 {
    max-width: none;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
  }

  .kutup-faq-content {
    padding-right: 0;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

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

  .heading-press-32px {
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .article-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .heading-article {
    margin: 0 auto 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-article {
    margin: 15px auto 0;
    font-size: 15px;
    line-height: 24px;
  }

  .heading-article2 {
    margin-top: 15px;
    padding-left: 10px;
    font-size: 21px;
    line-height: 35px;
  }

  .div-product-detail {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-product-detail.mg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hr_-article {
    margin: 10px 0 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .list-article {
    padding-left: 20px;
  }

  .grid-list.bml {
    grid-template-rows: auto auto auto;
  }

  .heading-article3 {
    padding-left: 0;
    font-size: 21px;
    line-height: 35px;
  }

  .heading-article3.center {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .p-article2 {
    font-size: 17px;
    line-height: 24px;
  }

  .heading_pack_title {
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .button-article {
    text-align: center;
    margin: 48px auto 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .logo_img {
    width: 180px;
  }

  .paragraph-article-bold {
    margin: 30px auto 0;
    font-size: 13px;
    line-height: 18px;
  }

  .paragraph-article-ss {
    margin: 10px auto;
    font-size: 15px;
    line-height: 24px;
  }

  .link-block-14 {
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .div-block-74 {
    height: 70px;
  }

  .text-block-28 {
    font-size: 19px;
    display: none;
  }

  .text-block-28-sp {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

  .grid-text-r, .grid-text-l {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .grid-text-r-top {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .grid-text-l-top {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .download-button {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-29 {
    font-size: 14px;
  }

  .eve-portable-img {
    margin-left: auto;
    margin-right: auto;
  }

  .sidemenu_wrapper {
    margin-top: -40px;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .column-_additional {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-30 {
    font-size: 14px;
  }

  .side_link {
    padding-top: 5px;
  }

  ._2columns-page {
    flex-flow: column-reverse;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .back_standard_liink {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .related-wrapper {
    align-items: center;
  }

  .text-block-32 {
    font-size: 14px;
    line-height: 17px;
  }

  ._2c_button-article {
    text-align: center;
    margin: 48px auto 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .divtable_prismaticlfpcells {
    margin-bottom: 40px;
  }

  .main_w400, .main_h, .main_w500 {
    margin-left: auto;
    margin-right: auto;
  }

  .priducts_cell {
    height: 70px;
  }

  .image-_600px, .main_w700 {
    margin-left: auto;
    margin-right: auto;
  }

  .main_section {
    margin-top: 75px;
  }

  .slide_warpper_top {
    overflow: hidden;
  }

  .top_slider {
    margin-top: 80px;
  }

  .slider_icon {
    margin-top: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 23px;
  }

  .left-arrow-copy {
    height: 400px;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .mask-2-copy {
    width: 100%;
    height: auto;
  }

  .top_slide_img {
    display: none;
  }

  .top_slide_img.sld2 {
    width: auto;
    max-width: none;
    max-height: none;
    display: none;
  }

  .slide_mask {
    width: 100%;
    height: auto;
  }

  .service-section {
    margin-top: 0;
    padding: 30px 30px 60px;
    overflow: visible;
  }

  .p_22px_green {
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-24px {
    text-align: left;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }

  .p_20_blk {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }

  .service_block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-88 {
    width: 72px;
  }

  .service_detail_wrapper {
    margin-left: -26px;
  }

  .paragraph-40 {
    margin-bottom: 0;
  }

  .div-horizon {
    margin-top: 20px;
  }

  .service_grid {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: row;
    place-items: start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-text-16px {
    font-size: 15px;
    line-height: 18px;
  }

  .div_link_wrapper {
    flex-flow: column;
    font-size: 16px;
    display: block;
  }

  .link-block-16 {
    height: 45px;
  }

  .text-block-33 {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .image-89 {
    margin-left: auto;
  }

  .p_22px_white {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }

  .p_20px_white {
    text-align: left;
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .p_20px_white-copy {
    text-align: center;
    text-align: left;
    margin-left: -20px;
    font-size: 16px;
    line-height: 23px;
  }

  .p_18px_white_grid_l {
    text-align: left;
    font-size: 16px;
    line-height: 23px;
  }

  .marquee_wrapper {
    width: 400%;
  }

  .info {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-info {
    overflow: visible;
  }

  .p_20px_black {
    text-align: center;
    line-height: 30px;
  }

  .contactarea-area-copy, .contactarea-area-copy-copy {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact_nomerge {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 26px;
  }

  .columns-24 {
    display: block;
  }

  .p_22px_black {
    text-align: left;
    line-height: 30px;
  }

  .paragraph-42 {
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
  }

  .p_22px_black-copy {
    text-align: left;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
  }

  .column-45 {
    flex-flow: column;
    display: flex;
  }

  .heading-2_28px {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .paragraph-17px {
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 25px;
  }

  .business-wrapper {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .hr_-2 {
    margin: 10px 0 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .list-mg {
    padding-left: 0;
  }

  .list-item-16px {
    line-height: 24px;
  }

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

  .h1_38px_white {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 39px;
  }

  .button-business {
    text-align: center;
    margin: 48px auto 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph_pickupgrid {
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph_pickupgrid.cell {
    padding-right: 10px;
  }

  .columns-top10pxr {
    padding-top: 0;
    padding-left: 0;
  }

  .link-pickup {
    min-height: 120px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image_pickupgrid, .image_pickupgrid.cell {
    margin-left: 10px;
  }

  .moreinfo_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .link-block-19 {
    padding-top: 5px;
  }

  .text-block-34 {
    font-size: 14px;
  }

  .business-top-section {
    margin-top: 80px;
  }

  .business-top-section.pack_page {
    background-position: 30% 70%;
    background-size: cover;
  }

  .paragraph-17px_title, .paragraph-17px-_topmergin, .paragraph-20px {
    margin: 30px auto 0;
    font-size: 15px;
    line-height: 24px;
  }

  .button-business-pack {
    text-align: center;
    margin: 48px auto 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-91 {
    min-width: 800px;
    margin-left: 0;
    overflow: scroll;
  }

  .article-wrapper-product {
    margin-bottom: 30px;
  }

  .h3_product_copy2 {
    min-width: 340px;
    font-size: 18px;
    line-height: 23px;
  }

  .columns-25 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

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

  .text-span-45 {
    font-size: 24px;
  }

  .image-92 {
    min-width: 280px;
  }

  .heading-article2-copy {
    margin-top: 15px;
    padding-left: 10px;
    font-size: 21px;
    line-height: 35px;
  }

  .product_top_area {
    margin-top: 20px;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
  }

  .heading-article-copy {
    margin: 0 auto 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .h4_lineup {
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
  }

  .list-article-copy {
    padding-left: 20px;
  }

  .paragraph-47 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
  }

  .heading-article3-18px {
    padding-left: 0;
    font-size: 21px;
    line-height: 35px;
  }

  .heading-article3-18px.sp {
    font-size: 15px;
  }

  .annotation {
    margin: 5px auto 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .download-button-2 {
    width: 230px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-24px {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }

  .additional_comment_14px {
    line-height: 19px;
  }

  .text-span-47 {
    font-size: 12px;
    line-height: 18px;
  }

  .list-reason {
    padding-left: 20px;
    font-size: 18px;
  }

  .elsona_reason_listitem {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-24px-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-article-center {
    text-align: center;
    margin: 0 auto 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .paragraph-48 {
    font-size: 18px;
    line-height: 25px;
  }

  .columns-elsona {
    margin-top: 20px;
  }

  .paragraph-49 {
    font-size: 18px;
    line-height: 27px;
  }

  .image-95 {
    min-width: 340px;
  }

  .column-51 {
    margin-top: 30px;
  }

  .feature_elsona_l {
    padding-left: 0;
    padding-right: 0;
  }

  .image-w480 {
    min-width: 280px;
    padding-left: 0;
  }

  .tmb_col_r {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 15px;
  }

  .pick-up-section_bcp {
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .left-arrow-2 {
    height: 440px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
  }

  .feature-section-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-box04 {
    background-position: 50%;
    height: 100%;
  }

  .link-block_slider02 {
    height: 360px;
  }

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

  .paragraph-51 {
    padding-right: 10px;
  }

  .grid-27 {
    grid-template-columns: 2fr 1fr;
  }

  .paragraph-52 {
    margin-top: 10px;
  }

  .image-96 {
    width: 100px;
    height: auto;
  }

  .service_block-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .service_detail_wrapper-copy {
    margin-left: 0;
  }

  .service_block_box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .service_block_grid_wrapper {
    flex-flow: column;
    min-height: 138px;
    margin-left: 0;
  }

  .columns-28 {
    border-bottom: 2px solid var(--sea-green-2);
    margin-top: 20px;
    display: flex;
  }

  .service_block_col-l {
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    display: flex;
  }

  .service_block_grid {
    padding-left: 0;
  }

  .service_block_col-r {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 10px;
    display: flex;
  }

  .service_detail_wrapper-copy {
    align-items: stretch;
    height: auto;
    margin-left: 10px;
  }

  .circle_img {
    width: 132px;
    margin-left: 0;
  }

  .div_link_wrapper-l {
    flex-flow: column;
    font-size: 16px;
    display: block;
  }

  .service_block_col {
    border-bottom: 2px solid var(--sea-green-2);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .js-scrollable {
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 370px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: scroll;
  }

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

  .image-98 {
    min-width: 800px;
    overflow: scroll;
  }

  .paragraph-17px-bold {
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 23px;
  }

  .sidemenu_wrapper-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .link-block-21 {
    padding-top: 5px;
  }

  .text-block-35 {
    font-size: 14px;
  }

  .sidemenu_wrapper-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .link-block-22 {
    padding-top: 5px;
  }

  .text-block-37 {
    font-size: 14px;
  }

  .link-block-23 {
    padding-top: 5px;
  }

  .text-block-39 {
    font-size: 14px;
  }

  .image-99 {
    width: 180px;
  }

  .img_with_shadow {
    margin-left: auto;
    margin-right: auto;
  }

  .img_wrapper {
    height: auto;
    margin: 30px 30px 20px;
  }

  .p_wh_18px {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }

  .p_wh_18px.bousai {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .image-100 {
    width: 180px;
  }

  .slide-box02 {
    background-image: url('../images/img_mobilityaid.jpg');
    background-position: 0 100%;
    background-size: cover;
    height: 100%;
  }

  .slide-box01 {
    background-position: 50% 100%;
    background-size: cover;
    height: 100%;
  }

  .related_title {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .link-block-24 {
    padding-top: 5px;
  }

  .text-block-41 {
    font-size: 14px;
  }

  .contact-top-section.pack_page {
    background-position: 30% 70%;
    background-size: cover;
  }

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

  .p_17px {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .image-101 {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-49 {
    font-size: 13px;
    line-height: 22px;
  }

  .footer_link_wrapper {
    flex-direction: column;
  }

  .shoei_img {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-press-book-link {
    margin: 30px auto 0;
    font-size: 15px;
    line-height: 24px;
  }

  .lp_logo_wrapper {
    height: 55px;
  }

  .lp_header {
    margin-top: 80px;
  }

  .lp_top_section {
    padding-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .uui-heading-xlarge-3.flfont {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .uui-text-size-xlarge-3.flfont.blk {
    text-align: center;
  }

  .uui-text-size-xlarge-3.flfont.fl_color {
    font-size: 1rem;
    line-height: 1.2;
  }

  .uui-text-size-xlarge-3.flfont.labocolor {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .uui-heroheader02_component, .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 2rem;
  }

  .lp_section2 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .point_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  ._18px_bold.labogreen {
    text-align: center;
    font-size: 16px;
  }

  ._16px_normal {
    font-size: 14px;
    line-height: 22px;
  }

  ._2point_wrapper {
    margin-top: 20px;
  }

  .grid-29 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-30 {
    grid-template-columns: 1fr;
  }

  .point_wrapper_shadow {
    min-height: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .uui-text-size-xlarge-3-center.flfont.labocolor {
    line-height: 1.3;
  }

  .container-26 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .fig_contact {
    margin-top: 10px;
  }

  .uui-text-size-xlarge-3-left.flfont.labocolor {
    text-align: center;
  }

  .hero_wrapper_lp1_contact {
    flex-flow: column;
  }

  .code-embed.lp_labo_contact {
    margin-left: -20px;
    margin-right: -20px;
  }

  .video_wrapper {
    margin-bottom: 60px;
  }

  .labo_movie {
    height: 274px;
  }

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

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

  .uui-text-size-small-center-2.flfont.labocolor {
    line-height: 1.4;
  }

  .columns-30 {
    flex-flow: column;
  }

  .link-block-25 {
    margin-bottom: 10px;
  }

  .column-59 {
    margin-bottom: 0;
  }

  .columns-31 {
    margin: 20px 5px 0;
  }

  .productcopy_sprinter-copy {
    font-size: 23px;
    line-height: 30px;
  }

  .flclr_15px, .paragraph-article-ss_medium {
    margin: 10px auto;
    font-size: 15px;
    line-height: 24px;
  }

  .news_banner_2col {
    margin: 20px 5px 0;
  }

  .news_banner_link {
    margin-bottom: 10px;
  }

  .top_slider_2025 {
    margin-top: 80px;
  }

  .link-block_slider01 {
    height: 360px;
  }

  .slide_box_img_sml {
    width: 100px;
    height: auto;
  }

  .slide_box_img_sml.shadow {
    height: auto;
  }

  .slide-box03 {
    background-image: url('../images/img_mobilityaid.jpg');
    background-position: 0 100%;
    background-size: cover;
    height: 100%;
  }

  .link-block_slider03 {
    height: 360px;
  }
}

#w-node-_526a9d92-d597-d960-8044-b50687f3e3f6-26496240, #w-node-a6de0017-493c-08de-f461-8efc4e91e5cd-26496240, #w-node-_737d1b15-7317-b3a4-7355-7de315458376-26496240 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11282505-7530-f123-0abb-13a674207edb-03b823fe, #w-node-_7a97edf5-b296-60ea-a176-73d232419560-03b823fe, #w-node-_6698ef5d-ac04-f87b-b832-7c9ec6616eba-03b823fe, #w-node-_21882780-c05e-481a-9112-cf987ed66341-03b823fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_7390e3ff-4a89-d4ff-926b-0c51dcab1b1b-03b823fe, #w-node-_902db9b9-ae51-5be4-2a76-fbbceb189b1f-03b823fe {
  align-self: auto;
}

#w-node-_902db9b9-ae51-5be4-2a76-fbbceb189b3c-03b823fe {
  grid-area: Area-2;
}

#w-node-a466a334-dd8a-b867-d721-f6ec207474f5-03b823fe, #w-node-_3dc8533a-b07d-996f-aa21-f0db8aa3973d-03b823fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc4f2770-b7a8-4efc-ed7b-a54cdb1ade62-9bf6a26c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc4f2770-b7a8-4efc-ed7b-a54cdb1ade6c-9bf6a26c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc4f2770-b7a8-4efc-ed7b-a54cdb1ade6d-9bf6a26c, #w-node-_08d4ab1b-78fd-cc81-1b23-9fa4c3bf2b09-9bf6a26c, #w-node-ebd8f45c-99ff-7c7e-3836-2bac26f81781-9bf6a26c, #w-node-_4f33329d-cf0f-b8e1-77b7-c4ddf540f563-9bf6a26c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_468db775-12dd-8c1f-d235-1a6b4dd98a5c-9bf6a26c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-a6c695c5-58f3-75d5-b443-4cbd4180fdc7-9bf6a26c, #w-node-a6c695c5-58f3-75d5-b443-4cbd4180fdc8-9bf6a26c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a6c695c5-58f3-75d5-b443-4cbd4180fdc9-9bf6a26c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_8a1e5145-650d-a414-afac-dc0cf9bee605-9bf6a26c, #w-node-_8a1e5145-650d-a414-afac-dc0cf9bee606-9bf6a26c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8a1e5145-650d-a414-afac-dc0cf9bee607-9bf6a26c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-c893ec8a-91c3-9790-2f03-0ed9eacef1c4-9bf6a26c, #w-node-c893ec8a-91c3-9790-2f03-0ed9eacef1c5-9bf6a26c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c893ec8a-91c3-9790-2f03-0ed9eacef1c6-9bf6a26c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-db178bec-8586-e6c2-3ae7-63f1acce5f2b-9bf6a26c, #w-node-cf11abd7-bc42-a13e-cc4a-cc719730e0b6-9bf6a26c, #w-node-e6c2cc51-fc31-ddb8-d44b-88d1663ced9c-9bf6a26c, #w-node-c1d458d7-1346-2397-a808-a165a079e0ba-9bf6a26c, #w-node-_0e370f0f-6c45-0371-08bc-675505b6f491-9bf6a26c, #w-node-_37b8fc22-96b8-3bdb-1f58-a5db83bcdcad-9bf6a26c, #w-node-_5e2f1959-030e-c22a-f43d-49058bc5d5d3-9bf6a26c, #w-node-_14e09d84-6895-1167-688f-0ac7a792566e-9bf6a26c, #w-node-ced62da0-d4d0-6008-0509-71dc0e6c9c70-9bf6a26c, #w-node-d6dec2e6-f0aa-7936-d292-61745ca0fa10-9bf6a26c, #w-node-_6d05bba3-d8fd-fdb6-1862-fb20b8e68fe4-9bf6a26c, #w-node-_61bddeba-6c63-f20f-5fbc-bf6b74895c2d-9bf6a26c, #w-node-aca3badc-b125-c2ba-9b40-c15d7d6245cd-9bf6a26c, #w-node-_1e8af34f-2cc4-0a35-6736-7f5dbc08557a-9bf6a26c, #w-node-_565b8e5d-d34d-0053-7286-8b69f3b6761b-9bf6a26c, #w-node-_35d7a3c0-e1fb-fca9-eece-095aaf1f51a1-9bf6a26c, #w-node-_571ad246-8670-62bc-171d-36115dbb9e72-9bf6a26c, #w-node-df8afd58-708c-6e7b-3ac1-ed421fcbea67-9bf6a26c, #w-node-fa64f59a-6a9d-a5f7-f549-8be008f37071-9bf6a26c, #w-node-eda42459-7815-3169-03ce-34b7322ba7dd-9bf6a26c, #w-node-f5869867-9f38-c0cf-29d8-3318fc059389-9bf6a26c, #w-node-_17db1a7a-212d-8b79-0aa0-e1391f48831f-9bf6a26c, #w-node-_8758db27-0b7e-91ec-495a-300e38097a2c-9bf6a26c, #w-node-_65a6d1bf-fe11-7d7f-ffba-225f547d8867-9bf6a26c, #w-node-b32511bb-5aa2-3d79-84dd-52496c846db7-9bf6a26c, #w-node-_74b5e550-347d-deed-c594-2cbcd728e0a1-9bf6a26c, #w-node-_8ae77981-d3fe-9743-5e92-5d5c3935cb85-9bf6a26c, #w-node-d8ebe52c-c61a-a3f2-8679-d6bbfb0b8f7a-9bf6a26c, #w-node-_08b73166-c881-7d50-b631-ee857b86aaca-9bf6a26c, #w-node-_521863cf-388b-7587-c8be-5ff6f4a5b875-9bf6a26c, #w-node-ecd1eaa5-78ed-f747-34b1-dd272f22a321-9bf6a26c, #w-node-_72c17def-927c-f005-442a-4f9fb1adfb96-9bf6a26c, #w-node-_472a7241-2ba2-d8a5-7f92-17d32dee4a20-9bf6a26c, #w-node-_06cdb1ee-ab88-8e1c-8f83-a2e61f94269e-9bf6a26c, #w-node-_44b01e5d-7dea-f762-4ad3-e2d73e22a41d-9bf6a26c, #w-node-f4ae42e0-3d2a-e677-5de2-975f2fa4e988-9bf6a26c, #w-node-c6484d5b-098b-3eee-bfe2-8c96e85f4994-9bf6a26c, #w-node-b32ad0a1-a2e0-a8a0-6536-fd6e29146814-9bf6a26c, #w-node-_1df867c8-cebd-9df4-aaef-6af67a0b2a25-9bf6a26c, #w-node-_3b9810a4-6282-e59e-dcc3-41b5abb97109-9bf6a26c, #w-node-_556a0183-468d-1372-c8e0-ef0bd83dc362-9bf6a26c, #w-node-_69f2366e-367e-7029-cf27-46beeddb79a0-9bf6a26c, #w-node-_42449170-5862-6eb2-4ea8-6f56d17c318a-9bf6a26c, #w-node-b716f755-5424-5a84-6523-4559fb72fc6b-9bf6a26c, #w-node-_13035c46-3594-8b26-52ed-93dde2ddab92-9bf6a26c, #w-node-acf4b82a-3af7-6d50-b11f-fe9e1a8e912a-9bf6a26c, #w-node-ae6fc030-ace4-f6e0-31bb-197045be2926-9bf6a26c, #w-node-f1aaf91d-5513-6bee-585c-923266c2a03f-9bf6a26c, #w-node-_2fbd60cc-940f-5072-ece5-91a164ff5e6f-9bf6a26c, #w-node-_408d6fa9-61f7-b464-68bc-3e5e46ebc492-9bf6a26c, #w-node-_5b123c82-f17b-582c-8bde-83d9dacea0b6-9bf6a26c, #w-node-_495f4927-f7d4-c6fd-d3e5-21f2cce34aaa-9bf6a26c, #w-node-_59207fdd-6d00-bea7-6128-3b609988dd89-9bf6a26c, #w-node-c6efa05e-aeed-3601-9e2a-9d22a9884211-9bf6a26c, #w-node-ac874f3b-68b2-d1b5-631e-a378366a918c-9bf6a26c, #w-node-f2a6aca9-6bdd-076c-a356-97a51d5d85a7-9bf6a26c, #w-node-ab13d087-5f8d-cfc8-9501-c050b4c2911a-9bf6a26c, #w-node-ee4b8ae6-3d1f-2197-d4ce-e81144c3b11b-9bf6a26c, #w-node-acc568f8-b8ec-51e8-5db7-f983992ce932-9bf6a26c, #w-node-_62a86b62-b5e5-2fb5-8ea6-97595e508890-9bf6a26c, #w-node-a65a2808-97f4-1c4d-5a72-208d03216914-9bf6a26c, #w-node-c2cfc8d0-4324-b998-473d-a3d35233b19a-9bf6a26c, #w-node-_33344303-7d53-4407-6a20-b17b5f915063-9bf6a26c, #w-node-f2188c6c-7b5e-aa20-57fb-0b724b34d08e-9bf6a26c, #w-node-fec265f9-d4e4-fdeb-daec-d812a7acf8cd-9bf6a26c, #w-node-fd6d5dac-d523-3dae-1841-e547e8100e98-9bf6a26c, #w-node-_21bdcb92-5aae-da47-1f64-aa012d2fabb1-9bf6a26c, #w-node-a14f0c37-ecc9-83a9-e8b1-0aa4eb033581-9bf6a26c, #w-node-_8a57a204-50c9-c25a-7a28-a927e6b630ed-9bf6a26c, #w-node-_5a4b7048-4070-842c-9095-c3425bc5ddd3-9bf6a26c, #w-node-_54b0eb3c-6b4a-738e-da93-f9eab7ed27f1-9bf6a26c, #w-node-dbb3eec3-677b-73de-a0c9-798cfbfa0e98-9bf6a26c, #w-node-b61c9c27-a9b4-d1d5-560b-63baf0693271-9bf6a26c, #w-node-b9578ceb-0430-7d16-b3e0-cd87febb9cb3-9bf6a26c, #w-node-_74a496f5-91b5-4a71-1c5c-42b1a500ee84-9bf6a26c, #w-node-dfeacf1c-291c-6ab0-bbec-7d8874b4c65e-9bf6a26c, #w-node-e6f7f56c-e13f-49bc-0510-cfbea1714aa1-9bf6a26c, #w-node-_2934b1bb-d28a-5dd3-13ca-dbe47c780cb3-9bf6a26c, #w-node-d4ca1d0b-c214-0bc7-36e2-264aaa953a6e-9bf6a26c, #w-node-_8cd1f5ce-eb84-817b-d178-b66d6aa61823-9bf6a26c, #w-node-_576d3073-1e99-65e8-215c-dde122c843d5-9bf6a26c, #w-node-_2b7d91cd-f7d2-c78d-2782-94cccff23620-9bf6a26c, #w-node-_65519f9f-883d-7023-34fb-279612859faa-9bf6a26c, #w-node-_76c878e6-a8cd-f35d-6c18-c01d62a551f2-9bf6a26c, #w-node-_57f7d830-70c9-baf7-608a-adb04820a452-9bf6a26c, #w-node-b19042c0-90d4-1c46-8eb8-72a2a3e65c6d-9bf6a26c, #w-node-f8bd4f17-38d5-9f09-ffe6-83e62eccdc2b-9bf6a26c, #w-node-_14b5badf-0265-e1a9-30d3-8e17129d5723-9bf6a26c, #w-node-_12c91c50-ae27-a3ec-6373-26512bbed0a7-9bf6a26c, #w-node-_011e02bf-bcf4-db7e-0997-5f07e2210007-9bf6a26c, #w-node-b429f602-dc76-460c-63b0-c8995df57979-9bf6a26c, #w-node-_9d13e423-3b6a-6752-0b52-1a009105a3e6-9bf6a26c, #w-node-_32228679-33a4-763a-9f7a-36e6d43087da-9bf6a26c, #w-node-b91c1aaf-329a-b94e-536e-6e61792519c4-9bf6a26c, #w-node-_74a74c34-ef26-51c3-9b34-37d2a180e806-9bf6a26c, #w-node-c942641b-9761-7d5d-c02c-fc74e8c70baa-9bf6a26c, #w-node-df470547-c8ad-abd6-f78f-04d6e4b96d68-9bf6a26c, #w-node-ed3fbdb1-252c-0374-46e2-477a7b539476-9bf6a26c, #w-node-_6a4b0831-4c1d-7e90-d2b5-acda19374824-9bf6a26c, #w-node-_4739eaa8-67aa-3ef3-c1b1-4f9072fb87ae-9bf6a26c, #w-node-aa35d884-bc3b-0983-1cd8-7e20f0d77a4d-9bf6a26c, #w-node-b4f76bc2-d426-4c86-8c09-dccc63ad46b5-9bf6a26c, #w-node-_87ab5edc-0f59-a1f0-ad48-8ae01ad66571-9bf6a26c, #w-node-dc13cd46-3a92-8d8b-60e1-e4fc2b5b9588-9bf6a26c, #w-node-e2b76ea0-fb6b-dd6b-05c8-b7b725544ada-9bf6a26c, #w-node-d8dc01ff-ae57-d022-860d-fe54e8bdcb69-9bf6a26c, #w-node-_423e2537-ea92-21d1-80c8-e9a3f497a1d7-9bf6a26c, #w-node-_9e78849d-c501-2ac4-d23c-e662e4c18969-9bf6a26c, #w-node-_4f4088b6-ff12-e875-2c41-961ec8d3526d-9bf6a26c, #w-node-_633d7f3c-68d2-e6c3-8629-c69a7ca4874c-9bf6a26c, #w-node-_3478c2ee-bd94-9aa6-f1cb-770bcb509534-9bf6a26c, #w-node-_4621134f-4f20-d3d3-bb45-62b57348f5d0-9bf6a26c, #w-node-_058a06b6-bbfe-c32c-1e5a-66379caf8fe6-9bf6a26c, #w-node-de092862-a219-223b-bd8e-f687db5be348-9bf6a26c, #w-node-_623597d6-5f56-10ad-1d80-eac4c9c5be56-9bf6a26c, #w-node-_79421b11-0abc-81fe-7d0a-b7c211c950bc-9bf6a26c, #w-node-_45fd7d9a-99e0-cee1-79bf-2dfe7e9ae8f5-9bf6a26c, #w-node-c1928c9d-4298-f670-2caf-a4f8d1541ef5-496d3798, #w-node-_2aa15c37-adbe-a49e-b9d6-ec99f1dd6e7f-496d3798, #w-node-_213db9df-f848-73cb-ecf6-94bbba46f30e-496d3798, #w-node-dcd0ab4e-e1f6-310c-a2e3-ff1c6954c5ea-496d3798, #w-node-_4847a91a-2bf2-0a03-9b0f-90cfb157f6ed-496d3798, #w-node-_59e0a7a1-47d3-9ebc-6692-fc02f112505d-496d3798, #w-node-_99d890e2-2074-2b4e-a444-6ee95d42f17f-496d3798, #w-node-def20c54-99d6-02cc-14fe-1ea916a5ca0e-30833185, #w-node-def20c54-99d6-02cc-14fe-1ea916a5ca19-30833185, #w-node-def20c54-99d6-02cc-14fe-1ea916a5ca23-30833185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6236154-d596-d273-d6eb-f36ffaf02058-30833185, #w-node-_36147943-1adc-1b03-c569-827c336e5e74-e0623a90 {
  justify-self: stretch;
}

#w-node-_56309481-82e4-113f-34be-4a18aecab76b-39cad641, #w-node-_9240b578-0719-c51c-9e1e-2da0ae28787a-39cad641, #w-node-e52f1c54-f7e1-892d-83ca-291e9db814a5-39cad641, #w-node-_8117e61c-34c6-e2b9-fbaa-b7be00acc7bb-39cad641, #w-node-_90832524-8f20-bb7b-307b-91fb03464d38-39cad641, #w-node-a8b94630-cbda-98e5-ab10-5663fa51d97a-39cad641, #w-node-_4836de44-9ab9-af3b-b17e-2761e2acfd04-39cad641, #w-node-_22dee1bc-2157-78e9-7596-f30e556d25a0-39cad641, #w-node-_65d990a7-379c-f014-3421-f342eb3a672a-39cad641, #w-node-_54746765-05d9-05ea-90bb-9974849f0fa9-39cad641, #w-node-_0f2f266e-3d29-3ec1-eb86-d8ff1cbf0b36-39cad641, #w-node-_59791cb5-02b6-5750-8623-c0d463a960a3-39cad641, #w-node-_571cd8af-1c41-f0d3-f34c-32cc15d18630-39cad641, #w-node-_43e8c99b-ab1e-7955-26d0-947a880149e2-39cad641, #w-node-b3c9694c-5cd2-4f89-c0ab-a521093ad9a4-39cad641, #w-node-_09cc2eaf-04cf-87c5-983e-68fd4508f996-39cad641, #w-node-_027f8c7a-176f-4c47-0535-a52070da4dba-39cad641, #w-node-_0ee389fa-4596-c707-d1bf-7140db51ae22-39cad641, #w-node-dbfcbd36-fd5a-fcf9-32a9-ac46708cd0af-39cad641, #w-node-_2fc47da7-612d-6d90-830d-24fc6cca9030-39cad641, #w-node-b6087330-9999-319b-0c15-4de9f849bd8d-39cad641, #w-node-a40aa203-52ab-daa4-a3fb-ed845460e500-39cad641, #w-node-_0a84d4a5-b63c-5928-4bc0-2107644696a1-39cad641, #w-node-ed15c7a2-1afd-6cd1-cb9d-856d8d03d88b-39cad641, #w-node-bf612675-6b81-c5c5-535e-934e6e7329c0-39cad641, #w-node-_989a9f9e-6aab-d442-d168-a7ccfe29c2e2-39cad641, #w-node-d6457f5e-1196-17d6-f6b8-5b4c6eb7bc5b-39cad641, #w-node-_5d7c26eb-b25f-a63a-b8ba-014f40d2f1dd-39cad641, #w-node-_20384746-eea8-a840-f369-6b603dcd84a8-39cad641, #w-node-_47bb14c5-ca90-72f8-3254-5b0c7a3fbd25-39cad641, #w-node-_74326b6e-e03a-9edf-2ea7-d9729400f509-39cad641, #w-node-_8f888370-d734-9a9d-ae25-af433d37b200-39cad641, #w-node-_8331beab-07ac-bf6a-6562-45135baa7131-601ac475, #w-node-_26c64b78-89ab-27d4-c7f9-f7f38e96054c-601ac475, #w-node-_258bc9f5-a586-2227-96af-5a7543691c06-601ac475, #w-node-_60c31b02-626e-0dab-1b6a-7b6fee9bb903-601ac475, #w-node-da85eaaa-1de9-bc3c-bdbe-e15dffbd10bf-601ac475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b29a1cd-7cc5-6c51-a6c0-9aaf8db06942-601ac475 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d2cdb598-8b96-2a3c-dfe7-3ad27c55f85e-601ac475, #w-node-_56b111d4-1a78-7935-aa1d-356ab9c9eaba-601ac475, #w-node-b982d02b-ac06-3321-fcb6-acc5b3080da2-601ac475, #w-node-_5827be31-b8ec-0fa2-9bd0-22b83619d7c0-601ac475, #w-node-c47f43ea-94c2-bf47-64ac-60d2edd9dc25-601ac475, #w-node-_2b6cbce3-1d0f-da27-5885-58d97f0030d5-601ac475, #w-node-_3c5a1d60-f436-065a-4b9f-d8d4c02e0a5d-601ac475, #w-node-_1d699666-ac20-b306-857e-0689332d4580-601ac475, #w-node-d7447fe9-9016-0467-2e68-cb94596378ca-601ac475, #w-node-_84d1cbd9-0619-cd59-a2e8-9067525020f4-601ac475, #w-node-_84d1cbd9-0619-cd59-a2e8-9067525020f7-601ac475, #w-node-_0ce181d3-27d2-b031-54b2-21085a94e5b2-601ac475, #w-node-b95d586b-0c22-f9c0-0a1e-191d4d2b7c10-601ac475, #w-node-_7512588b-855b-fa07-cfcb-aea4ac9f4928-601ac475, #w-node-b0658e93-186e-2275-a94e-5326f97d6c9b-601ac475, #w-node-fea1ce48-aa9e-14b4-46df-495a4efa4bdd-601ac475, #w-node-_00fef12c-39ab-3525-4479-eb7eb5a8ba12-601ac475, #w-node-_7e726ba8-5e59-2cfc-4ba1-f4a5d2c43a9c-601ac475, #w-node-acee3a3b-39e9-fba9-b963-f4e2c35d63dd-601ac475, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38b9-601ac475, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38ba-601ac475, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38bc-601ac475, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38be-601ac475, #w-node-_5df8c780-7d53-8f44-53e3-ded2ef82cafe-601ac475, #w-node-_31cc2166-f5ba-4c48-1257-3e5214ce74c1-601ac475, #w-node-eba7a46d-565d-3ffa-2ba4-f0ed9fc82054-601ac475, #w-node-f62e2dd8-f2c5-4a1c-1eec-fe60d2f27603-601ac475, #w-node-_914295f0-323f-11c4-f205-dc765df8ff60-601ac475, #w-node-_30347e0e-888f-5e90-7148-d56969781376-601ac475, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc1-601ac475, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc2-601ac475, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc4-601ac475, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc6-601ac475, #w-node-_6442e744-40f2-3eb9-c70e-7609016c1588-601ac475, #w-node-fd6f2490-3a22-b054-2fa1-7bbf3c4b5c36-601ac475, #w-node-d1496eb2-9780-c232-c894-3a271c16d5d1-601ac475, #w-node-_79cf8deb-25b4-532c-7486-7696671da159-601ac475, #w-node-_126a5cdd-68ea-4497-bb46-ca11c5231c31-601ac475, #w-node-d08ec1c1-c7e4-cc10-df44-95684979fe8c-601ac475, #w-node-_5486c815-6c3e-3ca6-599c-13e2a31fca79-601ac475, #w-node-_5486c815-6c3e-3ca6-599c-13e2a31fca7a-601ac475, #w-node-_5486c815-6c3e-3ca6-599c-13e2a31fca7c-601ac475, #w-node-_5486c815-6c3e-3ca6-599c-13e2a31fca7e-601ac475, #w-node-_849d4b91-fd86-9ff7-996a-e2ced934ab15-601ac475, #w-node-_4e4fbb2b-49af-ba7d-34a6-11259f52d14d-601ac475, #w-node-c37ad749-212e-3fcd-aa03-cfdfeaede1a8-601ac475, #w-node-_923a8561-9290-cd1c-863a-291d2bce21f8-601ac475, #w-node-e8251de7-7378-28fc-976d-caea94614e72-601ac475, #w-node-_5c0871d7-b147-8211-9d91-706e7ee821dc-601ac475, #w-node-_25b71140-caae-7fa2-6718-7890f54934e6-601ac475, #w-node-_25b71140-caae-7fa2-6718-7890f54934e7-601ac475, #w-node-_25b71140-caae-7fa2-6718-7890f54934e9-601ac475, #w-node-_25b71140-caae-7fa2-6718-7890f54934eb-601ac475, #w-node-a3b1ea4c-f62d-8bda-f28e-030bbe7f38e9-601ac475, #w-node-_57798826-8bce-69bc-0094-5d12108fa4fd-601ac475, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc96-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc98-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc9a-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc9c-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc9e-0c8e0c3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de413027-3ed2-d52c-5057-d9b3a384cc9f-0c8e0c3d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-de413027-3ed2-d52c-5057-d9b3a384cca1-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca3-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca5-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca7-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca9-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccab-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccad-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccaf-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccb1-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccb3-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccb4-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccb6-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccb8-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccba-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccbc-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccbe-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccc0-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccc2-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccc4-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccc6-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccc7-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccc9-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384cccb-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384cccd-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384cccf-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccd1-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccd3-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccd5-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccd7-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccd9-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccda-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccdc-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384ccde-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384cce0-0c8e0c3d, #w-node-de413027-3ed2-d52c-5057-d9b3a384cce2-0c8e0c3d, #w-node-_1514db88-06d8-d378-023a-0b565c31697d-0c8e0c3d, #w-node-_0ef239ba-7542-8dab-4a6a-09bb4f4645f0-0c8e0c3d, #w-node-_73736aa0-4f07-1998-68c9-94fe1d50ab26-0c8e0c3d, #w-node-_3c290dba-1125-7dc3-3643-10fb30e15b68-0c8e0c3d, #w-node-_929166b2-f65f-b616-bd05-716b4aaafd09-0c8e0c3d, #w-node-_929166b2-f65f-b616-bd05-716b4aaafd0a-0c8e0c3d, #w-node-_929166b2-f65f-b616-bd05-716b4aaafd0c-0c8e0c3d, #w-node-_929166b2-f65f-b616-bd05-716b4aaafd0e-0c8e0c3d, #w-node-a7918095-b244-c473-d4ac-4333042d05ea-0c8e0c3d, #w-node-_33ba53b4-a63c-4719-344e-cb2ebefe3514-0c8e0c3d, #w-node-fa8234e0-ef0f-a2b4-33af-0db5ed4686bd-0c8e0c3d, #w-node-_421e8ec0-4936-de95-1642-95a0cb333273-0c8e0c3d, #w-node-_5c20291a-b856-0ba9-bf22-f9d368221116-0c8e0c3d, #w-node-_006720eb-aef2-7d60-9a9b-7a9cc16ca5b7-0c8e0c3d, #w-node-_1b2b9a71-b695-67b3-dd19-9452befad091-0c8e0c3d, #w-node-_1b2b9a71-b695-67b3-dd19-9452befad092-0c8e0c3d, #w-node-_1b2b9a71-b695-67b3-dd19-9452befad094-0c8e0c3d, #w-node-_1b2b9a71-b695-67b3-dd19-9452befad096-0c8e0c3d, #w-node-_316a5d7b-f0c5-d588-b40d-01ed5e6fa789-0c8e0c3d, #w-node-d5d9a89b-f826-7832-f4f1-3a7121d25e3a-0c8e0c3d, #w-node-_4610163c-eb20-8e0c-e630-e606940894ab-0c8e0c3d, #w-node-_9d7a1131-851f-0530-7c78-b53c69a1f2cc-0c8e0c3d, #w-node-_1a7c8400-185f-091e-e30c-fde4a70f34e3-0c8e0c3d, #w-node-b53a8c7e-dce6-628b-d54b-fdf29e837532-0c8e0c3d, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745c9e-0c8e0c3d, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745c9f-0c8e0c3d, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745ca1-0c8e0c3d, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745ca3-0c8e0c3d, #w-node-abc2393a-ee52-b422-0095-187f252e3a77-0c8e0c3d, #w-node-_4ac86b59-5fa1-fea6-44ad-6209ff566a89-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c46a-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c46c-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c46e-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c470-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c472-0c8e0c3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_457b4e54-b2d8-26cf-1883-d5288c32c473-0c8e0c3d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_457b4e54-b2d8-26cf-1883-d5288c32c475-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c477-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c479-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c47b-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c47f-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c481-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c483-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c485-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c487-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c488-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c48a-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c48c-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c48e-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c492-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c494-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c496-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c498-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c49a-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c49b-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c49d-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c49f-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4a1-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4a5-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4a7-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4a9-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4ab-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4ad-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4ae-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4b0-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4b2-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4b4-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4b8-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4ba-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4bc-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4be-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4c0-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4c1-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4c3-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4c5-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4c7-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4ca-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4cc-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4ce-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4d0-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4d2-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4d3-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4d5-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4d7-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4d9-0c8e0c3d, #w-node-_683bb72f-c484-9fee-99b7-c83976a4f2c2-0c8e0c3d, #w-node-be55dfc9-d87b-db61-8d2d-5301c399e97e-0c8e0c3d, #w-node-a5cd0389-3853-eb4b-9c6e-078caa66a5ce-0c8e0c3d, #w-node-_6c21b46d-d118-03f5-ff35-3ea4993650c1-0c8e0c3d, #w-node-f1716392-0be9-6ab3-0f04-46635559b6ca-0c8e0c3d, #w-node-f1716392-0be9-6ab3-0f04-46635559b6cb-0c8e0c3d, #w-node-f1716392-0be9-6ab3-0f04-46635559b6cd-0c8e0c3d, #w-node-f1716392-0be9-6ab3-0f04-46635559b6cf-0c8e0c3d, #w-node-b4532e32-9b31-204f-76b6-70c98429b5de-0c8e0c3d, #w-node-eb7b3dd1-1bf0-f8f5-04b0-dd6dd1552c9b-0c8e0c3d, #w-node-_0c885ecf-e05c-1a99-fa7e-c4430219a7ce-0c8e0c3d, #w-node-ba983622-5fc3-aa46-5cb0-29bb6318e330-0c8e0c3d, #w-node-afe80418-becb-575a-c6b7-f6b952d0a47e-0c8e0c3d, #w-node-_226f756e-0193-c7c5-5360-0bf48aa0ae0d-0c8e0c3d, #w-node-_226f756e-0193-c7c5-5360-0bf48aa0ae0e-0c8e0c3d, #w-node-_226f756e-0193-c7c5-5360-0bf48aa0ae10-0c8e0c3d, #w-node-_226f756e-0193-c7c5-5360-0bf48aa0ae12-0c8e0c3d, #w-node-_8371acd1-66e6-8ab3-9a50-57d885f3a415-0c8e0c3d, #w-node-_184dc82e-7a53-039b-5d41-1f4699375c28-0c8e0c3d, #w-node-_5cc0ecf2-e20a-3a60-4e2f-fac0e1b3d728-0c8e0c3d, #w-node-e7f84492-6888-6d36-8ca3-f5080b4503c3-0c8e0c3d, #w-node-_57bf03a6-aaba-853a-beec-9b5107fc14b0-0c8e0c3d, #w-node-c76822ad-8ab8-5032-75ec-40203899e0e8-0c8e0c3d, #w-node-c76822ad-8ab8-5032-75ec-40203899e0e9-0c8e0c3d, #w-node-c76822ad-8ab8-5032-75ec-40203899e0eb-0c8e0c3d, #w-node-c76822ad-8ab8-5032-75ec-40203899e0ed-0c8e0c3d, #w-node-c720eea5-9754-8b8f-e955-e17348c4b71a-0c8e0c3d, #w-node-_92fa46d5-5090-5d42-aefc-1c1620185c1d-0c8e0c3d, #w-node-_5e72eed7-b431-af88-ff94-e36d2f3fab0f-0c8e0c3d, #w-node-dc18ccd8-7604-d3f3-c8a9-d010f1891079-0c8e0c3d, #w-node-de38f4d9-281b-32d2-1e15-8da14b852959-0c8e0c3d, #w-node-_9fa47796-d256-b2db-a51e-200316986830-0c8e0c3d, #w-node-_9fa47796-d256-b2db-a51e-200316986831-0c8e0c3d, #w-node-_9fa47796-d256-b2db-a51e-200316986833-0c8e0c3d, #w-node-_9fa47796-d256-b2db-a51e-200316986835-0c8e0c3d, #w-node-_67d7ed65-05af-773d-97b9-83823a89f6f6-0c8e0c3d, #w-node-_500c3b81-f6d9-1061-dd81-858f0acb6dc9-0c8e0c3d, #w-node-a0c185ba-5eeb-cb7f-e053-95e4f9bed5e5-0c8e0c3d, #w-node-_20bf2438-a565-55f6-317c-dd92f9eaba95-0c8e0c3d, #w-node-bb40f750-0c81-d350-1589-b413e828abbc-0c8e0c3d, #w-node-_9fa99dea-c8b1-56b0-2870-0683ef027c79-0c8e0c3d, #w-node-_9fa99dea-c8b1-56b0-2870-0683ef027c7a-0c8e0c3d, #w-node-_9fa99dea-c8b1-56b0-2870-0683ef027c7c-0c8e0c3d, #w-node-_9fa99dea-c8b1-56b0-2870-0683ef027c7e-0c8e0c3d, #w-node-_7c801e03-7251-82b6-bcd6-dfe5fe8e8066-0c8e0c3d, #w-node-_12f1e5b2-764b-9be3-7d4a-dfdd8ce11948-0c8e0c3d, #w-node-_10efd744-90ae-7e6f-8869-70b3f95a072e-0c8e0c3d, #w-node-_0acbc45e-9d81-7715-6b3f-090105fc445a-0c8e0c3d, #w-node-a892239a-1c2d-30d8-245b-9472b05ef5e3-0c8e0c3d, #w-node-ee4ba1e9-ca11-5c3f-fd1f-ae0a15fa621e-0c8e0c3d, #w-node-ee4ba1e9-ca11-5c3f-fd1f-ae0a15fa621f-0c8e0c3d, #w-node-ee4ba1e9-ca11-5c3f-fd1f-ae0a15fa6221-0c8e0c3d, #w-node-ee4ba1e9-ca11-5c3f-fd1f-ae0a15fa6223-0c8e0c3d, #w-node-_297a1d67-c16a-3d32-1bf3-92db86f240ca-0c8e0c3d, #w-node-_6e78f150-8a43-3ea8-328a-8b109d249ed4-0c8e0c3d, #w-node-_1c4a3c2e-bf9a-3986-df41-31c1e939996a-0c8e0c3d, #w-node-_0e7a87ce-f410-a64f-1b1a-8e3aa3e05713-0c8e0c3d, #w-node-_998c869c-3ab3-e8a6-c892-2db93cf23811-0c8e0c3d, #w-node-a3563d90-6a07-560e-122d-c2f352fe4f5f-0c8e0c3d, #w-node-a3563d90-6a07-560e-122d-c2f352fe4f60-0c8e0c3d, #w-node-a3563d90-6a07-560e-122d-c2f352fe4f62-0c8e0c3d, #w-node-a3563d90-6a07-560e-122d-c2f352fe4f64-0c8e0c3d, #w-node-_40c0d50b-82f9-1103-1bfa-10602c586a85-0c8e0c3d, #w-node-ba654ad2-7601-8ba5-8d5f-25179e61f9f9-0c8e0c3d, #w-node-c98d5d39-656e-5d03-ad29-baf187451c95-0c8e0c3d, #w-node-be4bd2ec-1441-1535-1c62-50b0879dbcb5-0c8e0c3d, #w-node-_53f4ba08-4d5f-4b89-55b0-c9e4490a7e43-0c8e0c3d, #w-node-c41176a8-1f0c-28ee-8bf5-f7a667b2b0f7-0c8e0c3d, #w-node-c41176a8-1f0c-28ee-8bf5-f7a667b2b0f8-0c8e0c3d, #w-node-c41176a8-1f0c-28ee-8bf5-f7a667b2b0fa-0c8e0c3d, #w-node-c41176a8-1f0c-28ee-8bf5-f7a667b2b0fc-0c8e0c3d, #w-node-_7ead7a44-ce44-b090-76de-b088d435544f-0c8e0c3d, #w-node-_618b232c-5724-d615-3735-18fbcfff774d-0c8e0c3d, #w-node-c61df42c-6a72-acf4-f5a6-3e4c3c029e84-0c8e0c3d, #w-node-e3bb9c4e-ba19-0616-b1fc-b8864c31614a-0c8e0c3d, #w-node-ed7497b0-601c-3e43-9eac-d56510eaec8e-0c8e0c3d, #w-node-_659c50b5-69ce-db7e-65c4-2e8069811084-0c8e0c3d, #w-node-_659c50b5-69ce-db7e-65c4-2e8069811085-0c8e0c3d, #w-node-_659c50b5-69ce-db7e-65c4-2e8069811087-0c8e0c3d, #w-node-_659c50b5-69ce-db7e-65c4-2e8069811089-0c8e0c3d, #w-node-_698a5c6a-dd22-4b6c-661a-0e2c221e2658-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4dc-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4de-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4e0-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4e2-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4e4-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4e5-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4e7-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4e9-0c8e0c3d, #w-node-_457b4e54-b2d8-26cf-1883-d5288c32c4eb-0c8e0c3d, #w-node-_8331beab-07ac-bf6a-6562-45135baa7131-71b6ea0c, #w-node-_26c64b78-89ab-27d4-c7f9-f7f38e96054c-71b6ea0c, #w-node-_258bc9f5-a586-2227-96af-5a7543691c06-71b6ea0c, #w-node-_60c31b02-626e-0dab-1b6a-7b6fee9bb903-71b6ea0c, #w-node-_5827be31-b8ec-0fa2-9bd0-22b83619d7c0-71b6ea0c, #w-node-_65596a26-e474-ed55-1c96-819d04afab96-71b6ea0c, #w-node-_47c3bb89-df1e-6fba-4aa9-ff872ab11a46-71b6ea0c, #w-node-b5b5e5b8-5510-d12c-6c78-ed12da658180-71b6ea0c, #w-node-c47f43ea-94c2-bf47-64ac-60d2edd9dc25-71b6ea0c, #w-node-fea1ce48-aa9e-14b4-46df-495a4efa4bdd-71b6ea0c, #w-node-_00fef12c-39ab-3525-4479-eb7eb5a8ba12-71b6ea0c, #w-node-_7e726ba8-5e59-2cfc-4ba1-f4a5d2c43a9c-71b6ea0c, #w-node-acee3a3b-39e9-fba9-b963-f4e2c35d63dd-71b6ea0c, #w-node-_5df8c780-7d53-8f44-53e3-ded2ef82cafe-71b6ea0c, #w-node-_9bf0c90d-7178-13ac-5a24-21c98d952214-71b6ea0c, #w-node-_83fc78cf-0e33-427b-43e4-889fde577cd3-71b6ea0c, #w-node-cdc72613-7338-7822-b3e3-06b97ebbb2f6-71b6ea0c, #w-node-_31cc2166-f5ba-4c48-1257-3e5214ce74c1-71b6ea0c, #w-node-b28bd74f-4c31-9802-80f9-babf8a6b04be-71b6ea0c, #w-node-_26b937f0-0618-6aa4-da6d-dc6e2d2e57b5-71b6ea0c, #w-node-a1529c47-9fc9-d888-457e-c9d2f8ae3c59-71b6ea0c, #w-node-_78fe2d53-ea64-2c2c-1451-4dca7f874694-71b6ea0c, #w-node-_8c9ad440-3caf-6e16-2d13-406a99811ba8-71b6ea0c, #w-node-_5967d9cd-9731-c94f-04d4-03507ceb303c-71b6ea0c, #w-node-e6de89d2-dedd-3bca-b1eb-9dd9e5636633-71b6ea0c, #w-node-_82a962b3-9712-f958-2d4e-34099fdeded9-71b6ea0c, #w-node-cee47d92-5c31-0915-2dc9-92849e00a616-71b6ea0c, #w-node-_7c18fd74-84f0-492f-6c08-5dd2ae5b52e0-71b6ea0c, #w-node-f191843a-89d4-5740-e96d-da4f200dfa97-71b6ea0c, #w-node-_7009fc5d-3c1e-fffd-55a8-7f75a31cbb46-71b6ea0c, #w-node-_57a7929b-a334-fda0-87dc-9bd2279a638d-71b6ea0c, #w-node-_77e0f36a-bdc3-6a46-d673-3e1b4cc104a7-71b6ea0c, #w-node-_02a456bc-d9b9-572f-9157-0d62aff41360-71b6ea0c, #w-node-_4563b40b-2ad6-89a9-8fd8-6ddeabc3b24f-71b6ea0c, #w-node-_24aec988-5a93-b033-65f0-6216a61f879c-71b6ea0c, #w-node-_9258ff34-9842-1a34-a7fe-7a4e77c4979b-71b6ea0c, #w-node-_261bb94a-a392-5074-36c0-444cc4f67ed2-71b6ea0c, #w-node-ebb049e9-9d4e-146b-bc1a-b3a04f49eb75-71b6ea0c, #w-node-_5c2a4772-76e3-4c9b-917d-3f29f2237221-71b6ea0c, #w-node-cd176df4-8d52-e78f-3200-823b2dc3d86f-71b6ea0c, #w-node-_103895d5-29ec-9854-ebe7-aaa81a380ebb-71b6ea0c, #w-node-d2458ff3-9b31-3e21-e1e2-5d276b6d1f25-71b6ea0c, #w-node-_89815b6d-1578-9b45-71f7-de9208735a61-71b6ea0c, #w-node-_3dc60b9c-7001-3099-f2b0-44144e936c5e-71b6ea0c, #w-node-_689a7ea9-99bc-c9b4-9c49-45bdcb2f9f82-71b6ea0c, #w-node-_6d387dac-5bee-3f87-5ba0-ef35f5fcfe57-71b6ea0c, #w-node-b07c3d57-d840-33ae-b4f3-2838535bcc4c-71b6ea0c, #w-node-e933d406-d8d1-d484-d5b8-c0a5849df95b-71b6ea0c, #w-node-b7574f01-a546-136b-68ca-3e92b053c41a-71b6ea0c, #w-node-_66692a1f-f062-10b8-995a-1ddef27722ca-71b6ea0c, #w-node-_1ad197d4-46d0-1536-78f3-7783a88e1679-71b6ea0c, #w-node-_7100f107-7d4a-7cd7-f8ce-f7cc5053d20c-71b6ea0c, #w-node-_571e07e9-cdd6-d630-5c82-f3f4c064ee94-71b6ea0c, #w-node-e606a992-288e-2632-3b80-676f8690e78a-71b6ea0c, #w-node-_8ea6184f-31f0-cb23-2a96-4ce99e28a16b-71b6ea0c, #w-node-ea193549-0278-018a-fa5c-880b2ddd0aa8-71b6ea0c, #w-node-_08a459de-395f-043b-4f91-e35cbbea086e-71b6ea0c, #w-node-_8b24c2d3-5b6b-1c6c-2770-3bb84283d99f-71b6ea0c, #w-node-e557dae8-8091-f485-8a91-731dc3982ea6-71b6ea0c, #w-node-ea93615e-5b92-c740-a1fd-7be2fe01a15d-71b6ea0c, #w-node-a87217ff-2a83-0958-f98c-b4830bca6879-71b6ea0c, #w-node-e2646d53-1440-0f67-9aaa-8a7206715b53-71b6ea0c, #w-node-_5d304980-1337-010a-1142-3452f0aab079-71b6ea0c, #w-node-df15c8db-af60-bd32-3203-93e41f902fc8-71b6ea0c, #w-node-_9e42921c-3a3c-2276-e342-5bf0d2e122ce-71b6ea0c, #w-node-cde9b856-10ed-eab8-6c17-4ff7485b7a13-71b6ea0c, #w-node-_26ea122b-b921-b3f2-8174-a40bcf509ff7-71b6ea0c, #w-node-_6d9a1800-cfe7-3e37-9ae7-4f74fb5a5c1b-71b6ea0c, #w-node-_5a5ea806-d8b8-07ea-449b-7877ae58a9bf-71b6ea0c, #w-node-f8191d58-9507-e148-4990-b8ba1dec8d6d-71b6ea0c, #w-node-a8510655-2a4a-0067-bd53-d85290f64806-71b6ea0c, #w-node-_4d7dfdbc-1ad3-9599-81fb-68bdeb3d19f6-71b6ea0c, #w-node-_0f5b03c4-3599-5997-ec11-41161d42f0b2-71b6ea0c, #w-node-_60df7c80-8ec6-dd1a-cf7a-64dcc8df2c34-71b6ea0c, #w-node-bc4ac190-9e09-6db8-1f15-264ec0ea1098-71b6ea0c, #w-node-_8e4ce910-7728-0b8f-bf17-ecacf82c5f2f-71b6ea0c, #w-node-da485642-7acf-022a-0169-5d768cf8e2d8-71b6ea0c, #w-node-_602ff661-effb-be31-0195-7ade9da951d7-71b6ea0c, #w-node-c88ada03-890c-8487-a995-2f060a3d87c7-71b6ea0c, #w-node-_8cdd0346-a7e8-e57a-081a-abca5ab445ed-71b6ea0c, #w-node-af267305-4456-360e-a800-db8a38b7202f-71b6ea0c, #w-node-_2aacf169-d882-de7f-3770-c41be44e9375-71b6ea0c, #w-node-b67e79b0-c643-7ced-798b-e0c551920897-71b6ea0c, #w-node-_7bc51bbf-131d-f72e-5681-fae585289b26-71b6ea0c, #w-node-_1cac3f83-aaaf-e061-9e6e-04bffc647fec-71b6ea0c, #w-node-df2fcbcb-059a-9f0f-31ee-80244b7d1af4-71b6ea0c, #w-node-_7e727281-8ce0-5a9c-6e23-b395a6db12e8-71b6ea0c, #w-node-ba57f717-de8b-53c3-6168-bfd8e9a9f55f-71b6ea0c, #w-node-_7e0eaf64-2b3f-c36b-6a61-50ec50305c41-71b6ea0c, #w-node-_9ed20da9-b9b5-8ffa-8484-533ffd0bfd12-71b6ea0c, #w-node-ab80c1a2-694f-e8b4-d441-229408bac859-71b6ea0c, #w-node-_8300b2a3-87d9-4367-e4cf-6c2cbc688805-71b6ea0c, #w-node-ddc019ca-8e19-8fa5-4675-3baf0a1d7bfd-71b6ea0c, #w-node-_517b7168-ffa1-0b05-6235-003f91a916f7-71b6ea0c, #w-node-d4a87b1b-d00d-9086-0142-daa23e5f2428-71b6ea0c, #w-node-_5a0e871d-86fd-7c2c-da14-37e2177f1ea8-71b6ea0c, #w-node-d4fe2e3d-8ed9-7ec9-bcc8-c49797a98f72-71b6ea0c, #w-node-d22e656b-2ff5-3065-3a09-fc72a4229e4b-71b6ea0c, #w-node-_1d306f51-9fbc-83fa-b98b-f8d51c9c2925-71b6ea0c, #w-node-c37ad749-212e-3fcd-aa03-cfdfeaede1a8-71b6ea0c, #w-node-_923a8561-9290-cd1c-863a-291d2bce21f8-71b6ea0c, #w-node-e8251de7-7378-28fc-976d-caea94614e72-71b6ea0c, #w-node-_5c0871d7-b147-8211-9d91-706e7ee821dc-71b6ea0c, #w-node-bca9fc58-5054-7f45-bb8c-aeb2b153cc96-71b6ea0c, #w-node-_7e8f86f5-41a4-aa61-de7f-3489c96d96e9-71b6ea0c, #w-node-_87f9d540-9e32-aebc-a7d6-9508a01eb3fb-71b6ea0c, #w-node-a3b1ea4c-f62d-8bda-f28e-030bbe7f38e9-71b6ea0c, #w-node-_57798826-8bce-69bc-0094-5d12108fa4fd-71b6ea0c, #w-node-_8331beab-07ac-bf6a-6562-45135baa7131-501fb413, #w-node-_26c64b78-89ab-27d4-c7f9-f7f38e96054c-501fb413, #w-node-_258bc9f5-a586-2227-96af-5a7543691c06-501fb413, #w-node-_60c31b02-626e-0dab-1b6a-7b6fee9bb903-501fb413, #w-node-_5827be31-b8ec-0fa2-9bd0-22b83619d7c0-501fb413, #w-node-_65596a26-e474-ed55-1c96-819d04afab96-501fb413, #w-node-_47c3bb89-df1e-6fba-4aa9-ff872ab11a46-501fb413, #w-node-b5b5e5b8-5510-d12c-6c78-ed12da658180-501fb413, #w-node-c47f43ea-94c2-bf47-64ac-60d2edd9dc25-501fb413, #w-node-_2b6cbce3-1d0f-da27-5885-58d97f0030d5-501fb413, #w-node-_3c5a1d60-f436-065a-4b9f-d8d4c02e0a5d-501fb413, #w-node-_1d699666-ac20-b306-857e-0689332d4580-501fb413, #w-node-d7447fe9-9016-0467-2e68-cb94596378ca-501fb413, #w-node-_7512588b-855b-fa07-cfcb-aea4ac9f4928-501fb413, #w-node-b9382afa-2560-db22-5162-fba7f651e8d3-501fb413, #w-node-_95f3100d-f0e1-b1d9-53ea-cea1e3472b0a-501fb413, #w-node-a444b926-bb90-11d8-30af-634fd04b8243-501fb413, #w-node-b0658e93-186e-2275-a94e-5326f97d6c9b-501fb413, #w-node-fea1ce48-aa9e-14b4-46df-495a4efa4bdd-501fb413, #w-node-_00fef12c-39ab-3525-4479-eb7eb5a8ba12-501fb413, #w-node-_7e726ba8-5e59-2cfc-4ba1-f4a5d2c43a9c-501fb413, #w-node-acee3a3b-39e9-fba9-b963-f4e2c35d63dd-501fb413, #w-node-_5df8c780-7d53-8f44-53e3-ded2ef82cafe-501fb413, #w-node-_9bf0c90d-7178-13ac-5a24-21c98d952214-501fb413, #w-node-_83fc78cf-0e33-427b-43e4-889fde577cd3-501fb413, #w-node-cdc72613-7338-7822-b3e3-06b97ebbb2f6-501fb413, #w-node-_31cc2166-f5ba-4c48-1257-3e5214ce74c1-501fb413, #w-node-b28bd74f-4c31-9802-80f9-babf8a6b04be-501fb413, #w-node-_26b937f0-0618-6aa4-da6d-dc6e2d2e57b5-501fb413, #w-node-a1529c47-9fc9-d888-457e-c9d2f8ae3c59-501fb413, #w-node-_78fe2d53-ea64-2c2c-1451-4dca7f874694-501fb413, #w-node-_8c9ad440-3caf-6e16-2d13-406a99811ba8-501fb413, #w-node-_5967d9cd-9731-c94f-04d4-03507ceb303c-501fb413, #w-node-e6de89d2-dedd-3bca-b1eb-9dd9e5636633-501fb413, #w-node-_82a962b3-9712-f958-2d4e-34099fdeded9-501fb413, #w-node-cee47d92-5c31-0915-2dc9-92849e00a616-501fb413, #w-node-_7c18fd74-84f0-492f-6c08-5dd2ae5b52e0-501fb413, #w-node-f191843a-89d4-5740-e96d-da4f200dfa97-501fb413, #w-node-_7009fc5d-3c1e-fffd-55a8-7f75a31cbb46-501fb413, #w-node-_57a7929b-a334-fda0-87dc-9bd2279a638d-501fb413, #w-node-_77e0f36a-bdc3-6a46-d673-3e1b4cc104a7-501fb413, #w-node-_02a456bc-d9b9-572f-9157-0d62aff41360-501fb413, #w-node-_4563b40b-2ad6-89a9-8fd8-6ddeabc3b24f-501fb413, #w-node-_24aec988-5a93-b033-65f0-6216a61f879c-501fb413, #w-node-_9258ff34-9842-1a34-a7fe-7a4e77c4979b-501fb413, #w-node-_261bb94a-a392-5074-36c0-444cc4f67ed2-501fb413, #w-node-ebb049e9-9d4e-146b-bc1a-b3a04f49eb75-501fb413, #w-node-_5c2a4772-76e3-4c9b-917d-3f29f2237221-501fb413, #w-node-cd176df4-8d52-e78f-3200-823b2dc3d86f-501fb413, #w-node-_103895d5-29ec-9854-ebe7-aaa81a380ebb-501fb413, #w-node-d2458ff3-9b31-3e21-e1e2-5d276b6d1f25-501fb413, #w-node-_89815b6d-1578-9b45-71f7-de9208735a61-501fb413, #w-node-_3dc60b9c-7001-3099-f2b0-44144e936c5e-501fb413, #w-node-_689a7ea9-99bc-c9b4-9c49-45bdcb2f9f82-501fb413, #w-node-_6d387dac-5bee-3f87-5ba0-ef35f5fcfe57-501fb413, #w-node-b07c3d57-d840-33ae-b4f3-2838535bcc4c-501fb413, #w-node-e933d406-d8d1-d484-d5b8-c0a5849df95b-501fb413, #w-node-b7574f01-a546-136b-68ca-3e92b053c41a-501fb413, #w-node-_66692a1f-f062-10b8-995a-1ddef27722ca-501fb413, #w-node-_1ad197d4-46d0-1536-78f3-7783a88e1679-501fb413, #w-node-_7100f107-7d4a-7cd7-f8ce-f7cc5053d20c-501fb413, #w-node-_571e07e9-cdd6-d630-5c82-f3f4c064ee94-501fb413, #w-node-e606a992-288e-2632-3b80-676f8690e78a-501fb413, #w-node-c37ad749-212e-3fcd-aa03-cfdfeaede1a8-501fb413, #w-node-_923a8561-9290-cd1c-863a-291d2bce21f8-501fb413, #w-node-e8251de7-7378-28fc-976d-caea94614e72-501fb413, #w-node-_5c0871d7-b147-8211-9d91-706e7ee821dc-501fb413, #w-node-bca9fc58-5054-7f45-bb8c-aeb2b153cc96-501fb413, #w-node-_7e8f86f5-41a4-aa61-de7f-3489c96d96e9-501fb413, #w-node-_87f9d540-9e32-aebc-a7d6-9508a01eb3fb-501fb413, #w-node-a3b1ea4c-f62d-8bda-f28e-030bbe7f38e9-501fb413, #w-node-_57798826-8bce-69bc-0094-5d12108fa4fd-501fb413, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc96-ab08c743, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc98-ab08c743, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc9a-ab08c743, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc9c-ab08c743, #w-node-ba6550e3-301f-a9a6-bf95-59b5c954fb31-ab08c743, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca7-ab08c743, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca9-ab08c743, #w-node-_79a590f5-8069-0d6e-8fa3-96f47075f538-ab08c743, #w-node-_08782e01-60c6-68b8-e2ae-81de9a8e514b-ab08c743, #w-node-_68b9948b-baf9-34b8-b562-50c7d3d9e28a-ab08c743, #w-node-b8e0aac6-10c1-c03a-8720-d71eab88e960-ab08c743, #w-node-_64111b6e-5cef-1872-99f2-b1996f49d4a1-ab08c743, #w-node-_64111b6e-5cef-1872-99f2-b1996f49d4a2-ab08c743, #w-node-_64111b6e-5cef-1872-99f2-b1996f49d4a4-ab08c743, #w-node-_64111b6e-5cef-1872-99f2-b1996f49d4a6-ab08c743, #w-node-c57ba182-593b-6b44-ffff-290006e460cd-ab08c743, #w-node-_3b842c4e-9511-175e-5560-b2c052b3a6cf-ab08c743, #w-node-db48ba0e-1d08-1cde-7f32-9c576c64cf8c-ab08c743, #w-node-_62c24f26-4c0c-fe8e-2ba1-249fbf03f744-ab08c743, #w-node-_39baa63b-2c5f-1f64-6a38-d7eea48ec5ae-ab08c743, #w-node-_5d373e4a-8aeb-6ad3-6eb4-e2da6a58bf46-ab08c743, #w-node-dfa61ffc-e8f3-9e6e-5ffc-2b2502a5071c-ab08c743, #w-node-dfa61ffc-e8f3-9e6e-5ffc-2b2502a5071d-ab08c743, #w-node-dfa61ffc-e8f3-9e6e-5ffc-2b2502a5071f-ab08c743, #w-node-dfa61ffc-e8f3-9e6e-5ffc-2b2502a50721-ab08c743, #w-node-_2d56737f-a1f0-5cea-939a-5a1d373b06c2-ab08c743, #w-node-a36bc6d6-f7bb-43e6-a060-34493cf875aa-ab08c743, #w-node-_6ecfe87d-709d-e33c-e86f-f636a3a131a0-ab08c743, #w-node-a4dccd78-37d3-953a-aad9-36330a97f142-ab08c743, #w-node-_395f4b48-6657-ab9b-c5f8-6c664893ab31-ab08c743, #w-node-bd52d202-3033-5b54-b6da-c5e8cf8541f3-ab08c743, #w-node-_10208cf3-f646-f0ee-089d-40611ab914fc-ab08c743, #w-node-_10208cf3-f646-f0ee-089d-40611ab914fd-ab08c743, #w-node-_10208cf3-f646-f0ee-089d-40611ab914ff-ab08c743, #w-node-_10208cf3-f646-f0ee-089d-40611ab91501-ab08c743, #w-node-b75e3c0f-9d5e-647d-83da-7c3e20ffb35b-ab08c743, #w-node-_2e5b5da5-6b43-7b58-c296-c9f621d7312b-ab08c743, #w-node-_1125b09a-5df8-54a4-73fc-a461d8dc35f9-ab08c743, #w-node-_9442c70e-4964-9e63-9972-0ee9a458187a-ab08c743, #w-node-d60bf48c-d2c2-71c2-cd7a-4845c644bf21-ab08c743, #w-node-f7aecf7c-ddc5-e47d-9726-99b56fdb1d67-ab08c743, #w-node-_5dd05571-a418-e5b9-e289-712100d1b31c-ab08c743, #w-node-_5dd05571-a418-e5b9-e289-712100d1b31d-ab08c743, #w-node-_5dd05571-a418-e5b9-e289-712100d1b31f-ab08c743, #w-node-_5dd05571-a418-e5b9-e289-712100d1b321-ab08c743, #w-node-d7dcd64a-1496-ea4a-c678-97eb148519e4-ab08c743, #w-node-_9f39cf59-e0f5-45ea-585f-aca4b8756060-ab08c743, #w-node-e52ea977-788d-31c8-16aa-c597ec00f10c-ab08c743, #w-node-c262656e-fed3-7dca-5c6e-ca9345f6f69d-ab08c743, #w-node-_6752c2e7-bdd0-dbfc-b6a8-564a49513a0e-ab08c743, #w-node-_74fee54e-6e55-c25b-5266-49babc2f9ce1-ab08c743, #w-node-_03e3ab02-2dc3-2574-4ad6-3ecfc89b3f88-ab08c743, #w-node-_03e3ab02-2dc3-2574-4ad6-3ecfc89b3f89-ab08c743, #w-node-_03e3ab02-2dc3-2574-4ad6-3ecfc89b3f8b-ab08c743, #w-node-_03e3ab02-2dc3-2574-4ad6-3ecfc89b3f8d-ab08c743, #w-node-b0dc75ce-d354-a54e-adfa-6ec3f117570c-ab08c743, #w-node-cc082060-e55c-2e8b-1995-96e46ad5b768-ab08c743, #w-node-_5cc66eaa-9b31-58ef-987d-5e9e69cb933b-ab08c743, #w-node-c695fd8f-0da1-21a4-dad2-d00d28129a34-ab08c743, #w-node-d9e2dd4e-6ca4-23c6-dfd3-3421927752db-ab08c743, #w-node-_15b002c3-9397-9b67-ba34-56293824c2bf-ab08c743, #w-node-_4023ca68-b8cd-5b4f-121d-8c4802433b7e-ab08c743, #w-node-_4023ca68-b8cd-5b4f-121d-8c4802433b7f-ab08c743, #w-node-_4023ca68-b8cd-5b4f-121d-8c4802433b81-ab08c743, #w-node-_4023ca68-b8cd-5b4f-121d-8c4802433b83-ab08c743, #w-node-b1342f5b-29bc-da60-0c68-a253920529d6-ab08c743, #w-node-cf33b852-40a1-ddb9-7e2f-7cdf0757b0a9-ab08c743, #w-node-b0b7d022-82d4-5215-a904-2250e2f0dc7d-ab08c743, #w-node-_956a5c6e-e7b9-052f-b586-8e2fb659f70e-ab08c743, #w-node-a20c24d1-9094-5193-7f75-e73c2d5fde8c-ab08c743, #w-node-_7249c093-905c-68bf-282d-4790fec3e31f-ab08c743, #w-node-_4d4026a1-3879-a88e-6d52-7daddbcf4cbb-ab08c743, #w-node-_4d4026a1-3879-a88e-6d52-7daddbcf4cbc-ab08c743, #w-node-_4d4026a1-3879-a88e-6d52-7daddbcf4cbe-ab08c743, #w-node-_4d4026a1-3879-a88e-6d52-7daddbcf4cc0-ab08c743, #w-node-d014a953-8971-7a5f-9484-b7bf360c293f-ab08c743, #w-node-_44b30f5b-05ca-a971-93cd-0c5479af385c-ab08c743, #w-node-_9a4fe703-b33f-f85d-25c4-df7fabca5f22-ab08c743, #w-node-_4fbb6ea8-9a15-b19d-eefc-eddd42389e2d-ab08c743, #w-node-_943f6ea0-4f51-b7e5-e23b-9876609fdc7a-ab08c743, #w-node-_794d8af5-0f8b-d4d5-e5ba-c78c84b1253c-ab08c743, #w-node-_49c69b35-29f3-ee51-bc29-85b208fa7f63-ab08c743, #w-node-_49c69b35-29f3-ee51-bc29-85b208fa7f64-ab08c743, #w-node-_49c69b35-29f3-ee51-bc29-85b208fa7f66-ab08c743, #w-node-_49c69b35-29f3-ee51-bc29-85b208fa7f68-ab08c743, #w-node-_44d3cc5f-d44d-d926-6847-beb790f9d9bc-ab08c743, #w-node-_29c73e0c-4004-c30f-2bcb-ce1ac88a35ba-ab08c743, #w-node-_3f7af8c3-2fbf-8b7b-2b2b-144fb9b25313-ab08c743, #w-node-_0d2e6abd-0945-ec9f-45a3-f892e8975e11-ab08c743, #w-node-_3877df27-44d6-0c99-6c16-87b7d0aebfc2-ab08c743, #w-node-_61972e50-adc2-e7b1-e48f-dc5ebdd26a6e-ab08c743, #w-node-_4fee1478-d5d2-b09a-c48b-d444bdb2bc0d-ab08c743, #w-node-_4fee1478-d5d2-b09a-c48b-d444bdb2bc0e-ab08c743, #w-node-_4fee1478-d5d2-b09a-c48b-d444bdb2bc10-ab08c743, #w-node-_4fee1478-d5d2-b09a-c48b-d444bdb2bc12-ab08c743, #w-node-e9ef8d3c-1b08-9576-9664-be1de0df492c-ab08c743, #w-node-_4ec267e9-b1e3-6365-70bb-10b37ce5e0c9-ab08c743, #w-node-b991b607-debc-35b0-6c27-825b4018ee8c-ab08c743, #w-node-e52cfbef-b914-5f34-0866-c05490938029-ab08c743, #w-node-bcc11cf3-5db7-b4fe-ddb9-d49d483ef1ca-ab08c743, #w-node-_3772c846-c93c-ea6f-aff8-f381329d9d21-ab08c743, #w-node-_828898b6-bcec-92a1-0bb3-37e1e70e1401-ab08c743, #w-node-_828898b6-bcec-92a1-0bb3-37e1e70e1402-ab08c743, #w-node-_828898b6-bcec-92a1-0bb3-37e1e70e1404-ab08c743, #w-node-_828898b6-bcec-92a1-0bb3-37e1e70e1406-ab08c743, #w-node-c936ff8d-c846-b83f-abc6-0320f1df0501-ab08c743, #w-node-_65dc822e-a7bc-15a5-e389-6fea8bc072bc-ab08c743, #w-node-_30b13883-e32f-971b-0dd2-196685c92a33-ab08c743, #w-node-b5211314-0d90-41c2-3a82-d09b6f5b0879-ab08c743, #w-node-ec3d3610-4d85-a34f-bbfe-e46ca4591cb9-ab08c743, #w-node-_78b4f24f-50ac-0b97-04ba-91836dbec5c2-ab08c743, #w-node-_64211988-00e2-2b43-e975-563a4a99823a-ab08c743, #w-node-_64211988-00e2-2b43-e975-563a4a99823b-ab08c743, #w-node-_64211988-00e2-2b43-e975-563a4a99823d-ab08c743, #w-node-_64211988-00e2-2b43-e975-563a4a99823f-ab08c743, #w-node-_4ea3e354-35a6-bdf4-c81d-199efa5ef59c-ab08c743, #w-node-cbaee270-5d92-9fc3-2629-86f2fbe2f97e-ab08c743, #w-node-b718aa06-236f-60ee-0057-fe2b99f1b4fc-ab08c743, #w-node-_9ab09321-0505-c0d0-3f8a-f8ce522da40e-ab08c743, #w-node-_0ea2b1f9-93d1-5306-b80a-b1f248b79140-ab08c743, #w-node-_65fb3f33-2acb-6ff2-e6de-d2e017d781cb-ab08c743, #w-node-_5205908f-989f-06af-9ba2-debe5af2ac6b-ab08c743, #w-node-_5205908f-989f-06af-9ba2-debe5af2ac6c-ab08c743, #w-node-_5205908f-989f-06af-9ba2-debe5af2ac6e-ab08c743, #w-node-_5205908f-989f-06af-9ba2-debe5af2ac70-ab08c743, #w-node-_432207e7-cdf5-7dec-749b-053d4c79e8c1-ab08c743, #w-node-_01341cf0-975f-e5d2-d4b7-840d7679b74f-ab08c743, #w-node-e809b1b3-ec31-7ad1-4c21-ec52a79e527b-ab08c743, #w-node-f0ac92dd-f486-bf59-b259-f5a365e99843-ab08c743, #w-node-_34f6047c-168a-8623-a89d-5e42eea5e6e4-ab08c743, #w-node-ba180658-c035-182b-338b-6858ea60bd44-ab08c743, #w-node-ae6d40ec-e925-56b5-7667-64cc0c02bcb3-ab08c743, #w-node-ae6d40ec-e925-56b5-7667-64cc0c02bcb4-ab08c743, #w-node-ae6d40ec-e925-56b5-7667-64cc0c02bcb6-ab08c743, #w-node-ae6d40ec-e925-56b5-7667-64cc0c02bcb8-ab08c743, #w-node-_8ec47807-0124-36f8-506b-f94cecfb5332-ab08c743, #w-node-_04cc3d21-91af-b0c3-088a-c0b7a0a17cb0-ab08c743, #w-node-fd1f11dc-6a9f-256b-9995-df647f1d6065-ab08c743, #w-node-_82986695-3982-ef8c-b142-d3a904a7304d-ab08c743, #w-node-_115bd456-a107-77ce-9302-0d137b28b848-ab08c743, #w-node-fdfc45e2-491f-1264-3f3f-1f183f53de28-ab08c743, #w-node-a167a687-f32b-d021-8e4c-fbfe1afe3fe4-ab08c743, #w-node-a167a687-f32b-d021-8e4c-fbfe1afe3fe5-ab08c743, #w-node-a167a687-f32b-d021-8e4c-fbfe1afe3fe7-ab08c743, #w-node-a167a687-f32b-d021-8e4c-fbfe1afe3fe9-ab08c743, #w-node-_54516f82-2ac1-6155-ff6c-a86e6355e944-ab08c743, #w-node-d294bdc0-11a0-3a68-c489-79cf7140bf36-ab08c743, #w-node-_9fd2b50f-44dc-7e2e-d22f-87fdb6c6bdf9-ab08c743, #w-node-_6cc3a92f-2f32-42de-030a-a2a96f213135-ab08c743, #w-node-_89b02b21-a32b-1f62-a8e8-4166d95021fb-ab08c743, #w-node-_76c81b88-9c47-5adb-1ca5-458028039f4a-ab08c743, #w-node-a8d75fd8-1473-3de2-ced1-c255dcaba305-ab08c743, #w-node-a8d75fd8-1473-3de2-ced1-c255dcaba306-ab08c743, #w-node-a8d75fd8-1473-3de2-ced1-c255dcaba308-ab08c743, #w-node-a8d75fd8-1473-3de2-ced1-c255dcaba30a-ab08c743, #w-node-_064cdaf6-00b8-fd63-d04f-4c58fb40e806-ab08c743, #w-node-_066ad4ba-c189-e262-259d-5bda415c4189-ab08c743, #w-node-_34b3f9e0-ef5e-b30d-fa8a-7c3e50651d20-ab08c743, #w-node-_4e634327-5b70-4a58-4b46-19ea643ec957-ab08c743, #w-node-_80fb94e1-06bf-cfe1-5290-89ec00f52d1f-ab08c743, #w-node-_0aaf2250-2816-43dd-adfd-35ab3923d540-ab08c743, #w-node-_37d3e350-3279-cdef-0b3c-a98084b087a8-ab08c743, #w-node-_37d3e350-3279-cdef-0b3c-a98084b087a9-ab08c743, #w-node-_37d3e350-3279-cdef-0b3c-a98084b087ab-ab08c743, #w-node-_37d3e350-3279-cdef-0b3c-a98084b087ad-ab08c743, #w-node-_21779002-c39e-d9ea-cae4-123fd0191cbf-ab08c743, #w-node-_3df55e85-8431-6db1-a8e3-781e3bc56f3f-ab08c743, #w-node-_050bb099-027a-5b39-0fee-1c676bb51d27-ab08c743, #w-node-_57474279-7892-381f-b0c1-cb8bbaa2ba75-ab08c743, #w-node-_76962b08-94e8-51a7-9d16-85ef806d8389-ab08c743, #w-node-d9b8ae3c-bacf-d1fa-7ee9-5e9f340d476c-ab08c743, #w-node-_80ad7381-1349-3033-f09a-85c03c86b2d8-ab08c743, #w-node-_80ad7381-1349-3033-f09a-85c03c86b2d9-ab08c743, #w-node-_80ad7381-1349-3033-f09a-85c03c86b2db-ab08c743, #w-node-_80ad7381-1349-3033-f09a-85c03c86b2dd-ab08c743, #w-node-_50afa8d3-1170-6491-6687-dc0d9813765b-ab08c743, #w-node-_975c7bf6-36d9-2470-b706-b56dcc546b16-ab08c743, #w-node-de27eb74-7b99-c98e-980e-b38645b637c6-ab08c743, #w-node-f91af593-d730-2214-8452-d930dc0887da-ab08c743, #w-node-_0426bede-a602-7621-9a29-65c69f5dc603-ab08c743, #w-node-_381b4b04-580a-8354-4ffb-2beb6ce4c7dd-ab08c743, #w-node-_65b39a03-e541-8f12-3c95-42b1c623ac3a-ab08c743, #w-node-_65b39a03-e541-8f12-3c95-42b1c623ac3b-ab08c743, #w-node-_65b39a03-e541-8f12-3c95-42b1c623ac3d-ab08c743, #w-node-_65b39a03-e541-8f12-3c95-42b1c623ac3f-ab08c743, #w-node-b661fd28-b67a-6d30-f702-22d94d7dfbd7-ab08c743, #w-node-_2d894092-e643-d094-acb9-36cbffcdff25-ab08c743, #w-node-b3fcfc6c-8d83-2e1b-2d88-ad52a29a2626-ab08c743, #w-node-dee7b801-f213-e705-c15c-2eb7c7560b8e-ab08c743, #w-node-_85a19bc8-41a6-425f-2b71-b8d2ed854b41-ab08c743, #w-node-d0d62a0e-631d-36a0-7d46-6b9d67af4d85-ab08c743, #w-node-bbbacfe7-7677-584d-12f3-42ef3bd91f4d-ab08c743, #w-node-bbbacfe7-7677-584d-12f3-42ef3bd91f4e-ab08c743, #w-node-bbbacfe7-7677-584d-12f3-42ef3bd91f50-ab08c743, #w-node-bbbacfe7-7677-584d-12f3-42ef3bd91f52-ab08c743, #w-node-d2f3403c-6eb7-8248-d609-e463722aec57-ab08c743, #w-node-_7a6ffe50-400b-e242-96a2-901d323fe8c3-ab08c743, #w-node-_564be330-5882-008a-4d39-957799850e05-ab08c743, #w-node-cedf0197-49f7-2509-7fa4-a7f8a115231a-ab08c743, #w-node-_0aa61c1b-01fa-6cb9-71fe-b6ebaa7ace03-ab08c743, #w-node-bb8b42c6-2f6f-e3d4-e4b6-289473d87f0f-ab08c743, #w-node-ec581667-628c-3982-75db-f7ddf2217503-ab08c743, #w-node-ec581667-628c-3982-75db-f7ddf2217504-ab08c743, #w-node-ec581667-628c-3982-75db-f7ddf2217506-ab08c743, #w-node-ec581667-628c-3982-75db-f7ddf2217508-ab08c743, #w-node-_333d4c08-7765-0493-e4e3-be5cc1e287f1-ab08c743, #w-node-_7e8a34c3-d2a8-1b66-784a-b6629cc74541-ab08c743, #w-node-_4610163c-eb20-8e0c-e630-e606940894ab-ab08c743, #w-node-_9d7a1131-851f-0530-7c78-b53c69a1f2cc-ab08c743, #w-node-_1a7c8400-185f-091e-e30c-fde4a70f34e3-ab08c743, #w-node-b53a8c7e-dce6-628b-d54b-fdf29e837532-ab08c743, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745c9e-ab08c743, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745c9f-ab08c743, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745ca1-ab08c743, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745ca3-ab08c743, #w-node-abc2393a-ee52-b422-0095-187f252e3a77-ab08c743, #w-node-_4ac86b59-5fa1-fea6-44ad-6209ff566a89-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179847-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179849-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217984b-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217984d-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217984f-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179851-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179853-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179855-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179857-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179859-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217985b-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217985d-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217985e-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179860-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179862-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179864-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179866-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179868-ab08c743, #w-node-cd5b8494-1add-08e6-b53e-9ec02ae713db-ab08c743, #w-node-f4756a93-a1fb-b72f-8208-0fb246541466-ab08c743, #w-node-_291a882a-7fcb-0e6f-7751-2d6b0ae555ee-ab08c743, #w-node-a67fa27f-b6bc-d7c0-3c7b-51078abac4e4-ab08c743, #w-node-a67fa27f-b6bc-d7c0-3c7b-51078abac4e5-ab08c743, #w-node-a67fa27f-b6bc-d7c0-3c7b-51078abac4e7-ab08c743, #w-node-a67fa27f-b6bc-d7c0-3c7b-51078abac4e9-ab08c743, #w-node-ce8791d1-0eab-ca7b-ed13-6002d2e5c3d1-ab08c743, #w-node-_7c6c5182-dfda-6edc-bd5b-5ee7528d32f2-ab08c743, #w-node-ad29a569-7600-c577-4606-c864f9ba42dd-ab08c743, #w-node-_87ca092b-9092-cd03-259a-5eee68f91803-ab08c743, #w-node-_2b3315a7-7db6-ee45-2f41-85f6a6e8ec73-ab08c743, #w-node-f0e12d21-fc9f-5eb0-7340-b07bb45872cd-ab08c743, #w-node-_13410933-13da-3d43-833c-a30225d62020-ab08c743, #w-node-_13410933-13da-3d43-833c-a30225d62021-ab08c743, #w-node-_13410933-13da-3d43-833c-a30225d62023-ab08c743, #w-node-_13410933-13da-3d43-833c-a30225d62025-ab08c743, #w-node-c4cd4826-0ba5-5152-5b25-f0e54a66ab90-ab08c743, #w-node-ec666297-79c6-e44e-1e4e-05ebde5fb3fa-ab08c743, #w-node-c6de7bd9-e5dd-9a0f-9d94-8fb0be59245e-ab08c743, #w-node-_661cb2e5-4dd3-34b6-da40-95d5c50fcd82-ab08c743, #w-node-_3c629633-2e40-64b7-0c64-9999c67c7f84-ab08c743, #w-node-bae38afc-331a-9c02-0a73-f2bf959d54b7-ab08c743, #w-node-abb4d538-37ad-72c8-1222-466bc8ed72dd-ab08c743, #w-node-abb4d538-37ad-72c8-1222-466bc8ed72de-ab08c743, #w-node-abb4d538-37ad-72c8-1222-466bc8ed72e0-ab08c743, #w-node-abb4d538-37ad-72c8-1222-466bc8ed72e2-ab08c743, #w-node-_2518e1c0-dafd-df33-6428-7610a1cec8d3-ab08c743, #w-node-_8a39be84-e253-961a-ab24-d94abc119e42-ab08c743, #w-node-e07f11ed-697e-fd23-b560-66686e5f2e8a-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217986a-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217986c-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217986e-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179870-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179871-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179873-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179875-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179877-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179879-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217987b-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217987d-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217987f-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179881-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179883-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179884-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179886-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179888-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217988a-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217988c-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217988e-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179890-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179892-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179894-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179896-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179897-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179899-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217989b-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217989d-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217989f-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798a1-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798a3-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798a5-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798a7-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798a9-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798aa-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798ac-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798ae-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798b0-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798b2-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798b4-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798b6-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798b8-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798ba-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798bc-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798bd-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798bf-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798c1-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798c3-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798c5-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798c7-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798c9-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798cb-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798cd-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798cf-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798d0-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798d2-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798d4-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798d6-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798d8-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798da-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798dc-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798de-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798e0-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798e2-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798e3-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798e5-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798e7-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798e9-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798eb-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798ed-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798ef-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798f1-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798f3-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798f5-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798f6-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798f8-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798fa-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798fc-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421798fe-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179900-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179902-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179904-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179906-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179908-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179909-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217990b-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217990d-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217990f-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179911-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179913-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179915-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179917-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179919-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217991b-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217991c-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217991e-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179920-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179922-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179924-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179926-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179928-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217992a-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217992c-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217992e-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217992f-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179931-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179933-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179935-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179937-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179939-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217993b-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217993d-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217993f-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179941-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179942-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179944-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179946-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179948-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217994a-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217994c-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217994e-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179950-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179952-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179954-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179955-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179957-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179959-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217995b-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217995d-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217995f-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179961-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179963-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179965-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179967-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179968-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217996a-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217996c-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217996e-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179970-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179972-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179974-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179976-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179978-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217997a-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217997b-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217997d-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217997f-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179981-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179983-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179985-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179987-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179989-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217998b-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217998d-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217998e-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179990-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179992-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179994-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179996-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179998-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217999a-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217999c-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217999e-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799a0-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799a1-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799a3-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799a5-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799a7-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799a9-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799ab-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799ad-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799af-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799b1-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799b3-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799b4-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799b6-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799b8-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799ba-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799bc-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799be-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799c0-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799c2-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799c4-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799c6-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799c7-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799c9-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799cb-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799cd-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799cf-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799d1-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799d3-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799d5-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799d7-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799d9-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799da-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799dc-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799de-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799e0-ab08c743, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799e2-ab08c743, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc96-f968d204, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc98-f968d204, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc9a-f968d204, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc9c-f968d204, #w-node-ba6550e3-301f-a9a6-bf95-59b5c954fb31-f968d204, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca7-f968d204, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca9-f968d204, #w-node-_79a590f5-8069-0d6e-8fa3-96f47075f538-f968d204, #w-node-_08782e01-60c6-68b8-e2ae-81de9a8e514b-f968d204, #w-node-_68b9948b-baf9-34b8-b562-50c7d3d9e28a-f968d204, #w-node-b8e0aac6-10c1-c03a-8720-d71eab88e960-f968d204, #w-node-_9efd56b5-0d48-0156-1c4a-242510231f8b-f968d204, #w-node-c57ba182-593b-6b44-ffff-290006e460cd-f968d204, #w-node-_3b842c4e-9511-175e-5560-b2c052b3a6cf-f968d204, #w-node-_4610163c-eb20-8e0c-e630-e606940894ab-f968d204, #w-node-_9d7a1131-851f-0530-7c78-b53c69a1f2cc-f968d204, #w-node-_1a7c8400-185f-091e-e30c-fde4a70f34e3-f968d204, #w-node-b53a8c7e-dce6-628b-d54b-fdf29e837532-f968d204, #w-node-_60947f3c-92e6-610a-8a6d-6b6a2aeef1a5-f968d204, #w-node-abc2393a-ee52-b422-0095-187f252e3a77-f968d204, #w-node-_4ac86b59-5fa1-fea6-44ad-6209ff566a89-f968d204, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc96-f18f5b64, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc98-f18f5b64, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc9a-f18f5b64, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc9c-f18f5b64, #w-node-ba6550e3-301f-a9a6-bf95-59b5c954fb31-f18f5b64, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca7-f18f5b64, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca9-f18f5b64, #w-node-_79a590f5-8069-0d6e-8fa3-96f47075f538-f18f5b64, #w-node-_08782e01-60c6-68b8-e2ae-81de9a8e514b-f18f5b64, #w-node-_68b9948b-baf9-34b8-b562-50c7d3d9e28a-f18f5b64, #w-node-b8e0aac6-10c1-c03a-8720-d71eab88e960-f18f5b64, #w-node-_64111b6e-5cef-1872-99f2-b1996f49d4a1-f18f5b64, #w-node-_64111b6e-5cef-1872-99f2-b1996f49d4a2-f18f5b64, #w-node-_64111b6e-5cef-1872-99f2-b1996f49d4a4-f18f5b64, #w-node-_64111b6e-5cef-1872-99f2-b1996f49d4a6-f18f5b64, #w-node-c57ba182-593b-6b44-ffff-290006e460cd-f18f5b64, #w-node-_3b842c4e-9511-175e-5560-b2c052b3a6cf-f18f5b64, #w-node-_4610163c-eb20-8e0c-e630-e606940894ab-f18f5b64, #w-node-_9d7a1131-851f-0530-7c78-b53c69a1f2cc-f18f5b64, #w-node-_1a7c8400-185f-091e-e30c-fde4a70f34e3-f18f5b64, #w-node-b53a8c7e-dce6-628b-d54b-fdf29e837532-f18f5b64, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745c9e-f18f5b64, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745c9f-f18f5b64, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745ca1-f18f5b64, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745ca3-f18f5b64, #w-node-abc2393a-ee52-b422-0095-187f252e3a77-f18f5b64, #w-node-_4ac86b59-5fa1-fea6-44ad-6209ff566a89-f18f5b64, #w-node-_8331beab-07ac-bf6a-6562-45135baa7131-c460731e, #w-node-_26c64b78-89ab-27d4-c7f9-f7f38e96054c-c460731e, #w-node-_258bc9f5-a586-2227-96af-5a7543691c06-c460731e, #w-node-b5b5e5b8-5510-d12c-6c78-ed12da658180-c460731e, #w-node-c47f43ea-94c2-bf47-64ac-60d2edd9dc25-c460731e, #w-node-_2b6cbce3-1d0f-da27-5885-58d97f0030d5-c460731e, #w-node-_3c5a1d60-f436-065a-4b9f-d8d4c02e0a5d-c460731e, #w-node-_1d699666-ac20-b306-857e-0689332d4580-c460731e, #w-node-d7447fe9-9016-0467-2e68-cb94596378ca-c460731e, #w-node-_7512588b-855b-fa07-cfcb-aea4ac9f4928-c460731e, #w-node-b9382afa-2560-db22-5162-fba7f651e8d3-c460731e, #w-node-_95f3100d-f0e1-b1d9-53ea-cea1e3472b0a-c460731e, #w-node-a444b926-bb90-11d8-30af-634fd04b8243-c460731e, #w-node-b0658e93-186e-2275-a94e-5326f97d6c9b-c460731e, #w-node-fea1ce48-aa9e-14b4-46df-495a4efa4bdd-c460731e, #w-node-_00fef12c-39ab-3525-4479-eb7eb5a8ba12-c460731e, #w-node-_7e726ba8-5e59-2cfc-4ba1-f4a5d2c43a9c-c460731e, #w-node-acee3a3b-39e9-fba9-b963-f4e2c35d63dd-c460731e, #w-node-_5df8c780-7d53-8f44-53e3-ded2ef82cafe-c460731e, #w-node-_9bf0c90d-7178-13ac-5a24-21c98d952214-c460731e, #w-node-_83fc78cf-0e33-427b-43e4-889fde577cd3-c460731e, #w-node-cdc72613-7338-7822-b3e3-06b97ebbb2f6-c460731e, #w-node-_31cc2166-f5ba-4c48-1257-3e5214ce74c1-c460731e, #w-node-b28bd74f-4c31-9802-80f9-babf8a6b04be-c460731e, #w-node-_26b937f0-0618-6aa4-da6d-dc6e2d2e57b5-c460731e, #w-node-a1529c47-9fc9-d888-457e-c9d2f8ae3c59-c460731e, #w-node-_78fe2d53-ea64-2c2c-1451-4dca7f874694-c460731e, #w-node-_8c9ad440-3caf-6e16-2d13-406a99811ba8-c460731e, #w-node-_5967d9cd-9731-c94f-04d4-03507ceb303c-c460731e, #w-node-e6de89d2-dedd-3bca-b1eb-9dd9e5636633-c460731e, #w-node-_82a962b3-9712-f958-2d4e-34099fdeded9-c460731e, #w-node-cee47d92-5c31-0915-2dc9-92849e00a616-c460731e, #w-node-_7c18fd74-84f0-492f-6c08-5dd2ae5b52e0-c460731e, #w-node-f191843a-89d4-5740-e96d-da4f200dfa97-c460731e, #w-node-_7009fc5d-3c1e-fffd-55a8-7f75a31cbb46-c460731e, #w-node-_57a7929b-a334-fda0-87dc-9bd2279a638d-c460731e, #w-node-_77e0f36a-bdc3-6a46-d673-3e1b4cc104a7-c460731e, #w-node-_02a456bc-d9b9-572f-9157-0d62aff41360-c460731e, #w-node-_4563b40b-2ad6-89a9-8fd8-6ddeabc3b24f-c460731e, #w-node-_24aec988-5a93-b033-65f0-6216a61f879c-c460731e, #w-node-_9258ff34-9842-1a34-a7fe-7a4e77c4979b-c460731e, #w-node-_261bb94a-a392-5074-36c0-444cc4f67ed2-c460731e, #w-node-ebb049e9-9d4e-146b-bc1a-b3a04f49eb75-c460731e, #w-node-_5c2a4772-76e3-4c9b-917d-3f29f2237221-c460731e, #w-node-cd176df4-8d52-e78f-3200-823b2dc3d86f-c460731e, #w-node-_103895d5-29ec-9854-ebe7-aaa81a380ebb-c460731e, #w-node-d2458ff3-9b31-3e21-e1e2-5d276b6d1f25-c460731e, #w-node-_89815b6d-1578-9b45-71f7-de9208735a61-c460731e, #w-node-_3dc60b9c-7001-3099-f2b0-44144e936c5e-c460731e, #w-node-_689a7ea9-99bc-c9b4-9c49-45bdcb2f9f82-c460731e, #w-node-_6d387dac-5bee-3f87-5ba0-ef35f5fcfe57-c460731e, #w-node-b07c3d57-d840-33ae-b4f3-2838535bcc4c-c460731e, #w-node-e933d406-d8d1-d484-d5b8-c0a5849df95b-c460731e, #w-node-b7574f01-a546-136b-68ca-3e92b053c41a-c460731e, #w-node-_66692a1f-f062-10b8-995a-1ddef27722ca-c460731e, #w-node-bb7befa4-3eb1-c178-f333-4043b33d02e6-c460731e, #w-node-_6661725b-32dd-8bc5-b0e6-627878f84e1a-c460731e, #w-node-_117b9bcc-4a84-931e-538a-bc360007dcd7-c460731e, #w-node-_10620e1b-e7df-f7d2-92c9-fdcf803df7ae-c460731e, #w-node-_8203e0f1-faa8-ff3d-5ded-cb227cad9dec-c460731e, #w-node-_5f6d7b69-b05a-3c94-a1fa-977b6e5d8484-c460731e, #w-node-bf6097be-4121-ce6f-20b5-87f67997c970-c460731e, #w-node-b0e380b6-08f6-6c8b-e75d-03d2d3da8baa-c460731e, #w-node-b24dad26-ae28-9a28-b35e-327379a04426-c460731e, #w-node-_1f7c4d57-310a-cd31-d259-c71244212128-c460731e, #w-node-_745cb35f-8824-9510-2a6f-0a4dc7a3c9ba-c460731e, #w-node-_30e48615-dda1-55d1-3859-bae42e3749c6-c460731e, #w-node-_1ebf5473-a424-c08a-26c2-5d5f80fc8e68-c460731e, #w-node-_9218bee7-559f-3032-a074-66dfbe25ea09-c460731e, #w-node-_97198bb0-49ce-a15a-d094-b068993b0fa5-c460731e, #w-node-f4e5e567-6e2e-e17d-fa65-1fd7c40ddb50-c460731e, #w-node-c960a1f3-731e-4691-c0a8-36d8027f939f-c460731e, #w-node-_8578bb36-d788-3bda-4c9c-e8d7d3ea2229-c460731e, #w-node-_06b3b693-63c3-11a4-105a-8a808bfd81fe-c460731e, #w-node-e5c654e7-55da-aed3-be90-d66c1cb6a3e5-c460731e, #w-node-bca9fc58-5054-7f45-bb8c-aeb2b153cc96-c460731e, #w-node-_7e8f86f5-41a4-aa61-de7f-3489c96d96e9-c460731e, #w-node-_87f9d540-9e32-aebc-a7d6-9508a01eb3fb-c460731e, #w-node-a3b1ea4c-f62d-8bda-f28e-030bbe7f38e9-c460731e, #w-node-_57798826-8bce-69bc-0094-5d12108fa4fd-c460731e, #w-node-cbeea50c-b5f7-bbac-416d-3ba1b14b68a2-600279d3, #w-node-_096798cb-0ee9-58ed-890a-ef9e962f39f5-600279d3, #w-node-_0074342f-3b54-cb08-6640-713ce53c31ee-600279d3, #w-node-_7a8d52de-1cfb-0068-932d-1413d4f2b32e-600279d3, #w-node-_9ea6444d-1162-c1f5-7fad-b37dc1bfcb78-600279d3, #w-node-_4ccb2bc9-4dcd-0b1b-7f5f-c37aca675b90-600279d3, #w-node-_83fb5690-acb3-0374-1073-f74565079737-600279d3, #w-node-_8331beab-07ac-bf6a-6562-45135baa7131-828e168b, #w-node-_26c64b78-89ab-27d4-c7f9-f7f38e96054c-828e168b, #w-node-_258bc9f5-a586-2227-96af-5a7543691c06-828e168b, #w-node-_60c31b02-626e-0dab-1b6a-7b6fee9bb903-828e168b, #w-node-_5827be31-b8ec-0fa2-9bd0-22b83619d7c0-828e168b, #w-node-_65596a26-e474-ed55-1c96-819d04afab96-828e168b, #w-node-b5b5e5b8-5510-d12c-6c78-ed12da658180-828e168b, #w-node-c47f43ea-94c2-bf47-64ac-60d2edd9dc25-828e168b, #w-node-_2b6cbce3-1d0f-da27-5885-58d97f0030d5-828e168b, #w-node-_3c5a1d60-f436-065a-4b9f-d8d4c02e0a5d-828e168b, #w-node-_1d699666-ac20-b306-857e-0689332d4580-828e168b, #w-node-d7447fe9-9016-0467-2e68-cb94596378ca-828e168b, #w-node-_7512588b-855b-fa07-cfcb-aea4ac9f4928-828e168b, #w-node-b9382afa-2560-db22-5162-fba7f651e8d3-828e168b, #w-node-_95f3100d-f0e1-b1d9-53ea-cea1e3472b0a-828e168b, #w-node-b0658e93-186e-2275-a94e-5326f97d6c9b-828e168b, #w-node-fea1ce48-aa9e-14b4-46df-495a4efa4bdd-828e168b, #w-node-_00fef12c-39ab-3525-4479-eb7eb5a8ba12-828e168b, #w-node-_7e726ba8-5e59-2cfc-4ba1-f4a5d2c43a9c-828e168b, #w-node-acee3a3b-39e9-fba9-b963-f4e2c35d63dd-828e168b, #w-node-_5df8c780-7d53-8f44-53e3-ded2ef82cafe-828e168b, #w-node-_9bf0c90d-7178-13ac-5a24-21c98d952214-828e168b, #w-node-_83fc78cf-0e33-427b-43e4-889fde577cd3-828e168b, #w-node-_31cc2166-f5ba-4c48-1257-3e5214ce74c1-828e168b, #w-node-b28bd74f-4c31-9802-80f9-babf8a6b04be-828e168b, #w-node-_26b937f0-0618-6aa4-da6d-dc6e2d2e57b5-828e168b, #w-node-a1529c47-9fc9-d888-457e-c9d2f8ae3c59-828e168b, #w-node-_78fe2d53-ea64-2c2c-1451-4dca7f874694-828e168b, #w-node-_8c9ad440-3caf-6e16-2d13-406a99811ba8-828e168b, #w-node-_5967d9cd-9731-c94f-04d4-03507ceb303c-828e168b, #w-node-e6de89d2-dedd-3bca-b1eb-9dd9e5636633-828e168b, #w-node-cee47d92-5c31-0915-2dc9-92849e00a616-828e168b, #w-node-_7c18fd74-84f0-492f-6c08-5dd2ae5b52e0-828e168b, #w-node-f191843a-89d4-5740-e96d-da4f200dfa97-828e168b, #w-node-_7009fc5d-3c1e-fffd-55a8-7f75a31cbb46-828e168b, #w-node-_57a7929b-a334-fda0-87dc-9bd2279a638d-828e168b, #w-node-_77e0f36a-bdc3-6a46-d673-3e1b4cc104a7-828e168b, #w-node-_02a456bc-d9b9-572f-9157-0d62aff41360-828e168b, #w-node-_4563b40b-2ad6-89a9-8fd8-6ddeabc3b24f-828e168b, #w-node-_9258ff34-9842-1a34-a7fe-7a4e77c4979b-828e168b, #w-node-c37ad749-212e-3fcd-aa03-cfdfeaede1a8-828e168b, #w-node-_923a8561-9290-cd1c-863a-291d2bce21f8-828e168b, #w-node-e8251de7-7378-28fc-976d-caea94614e72-828e168b, #w-node-_5c0871d7-b147-8211-9d91-706e7ee821dc-828e168b, #w-node-bca9fc58-5054-7f45-bb8c-aeb2b153cc96-828e168b, #w-node-_7e8f86f5-41a4-aa61-de7f-3489c96d96e9-828e168b, #w-node-_87f9d540-9e32-aebc-a7d6-9508a01eb3fb-828e168b, #w-node-_57798826-8bce-69bc-0094-5d12108fa4fd-828e168b, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a4823-801bd299, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a4825-801bd299, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a4827-801bd299, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a4829-801bd299, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a482b-801bd299, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a482d-801bd299, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a482f-801bd299, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a4831-801bd299, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a4833-801bd299, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a4835-801bd299, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a4837-801bd299, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a4839-801bd299, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a4861-801bd299, #w-node-_02fce4ab-b718-6046-48fd-30acfb3a4863-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef59-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef5b-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef5d-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef5f-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef61-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef63-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef65-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef67-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef69-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef6b-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef6d-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef6f-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef71-801bd299, #w-node-_6f5e41d7-94a2-3861-b897-a2e9b900ef73-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c6f3-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c6f5-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c6f7-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c6f9-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c6fb-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c6fd-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c6ff-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c701-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c703-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c705-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c707-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c709-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c70b-801bd299, #w-node-_0042b92c-ee36-f6bd-8677-3ea81d48c70d-801bd299, #w-node-d3340aa7-c411-2e73-32dd-71fca49b8cb3-801bd299, #w-node-d3340aa7-c411-2e73-32dd-71fca49b8cb5-801bd299, #w-node-d3340aa7-c411-2e73-32dd-71fca49b8cb7-801bd299, #w-node-d3340aa7-c411-2e73-32dd-71fca49b8cb9-801bd299, #w-node-d3340aa7-c411-2e73-32dd-71fca49b8cbb-801bd299, #w-node-d3340aa7-c411-2e73-32dd-71fca49b8cbd-801bd299, #w-node-d3340aa7-c411-2e73-32dd-71fca49b8cbf-801bd299, #w-node-d3340aa7-c411-2e73-32dd-71fca49b8cc1-801bd299, #w-node-d3340aa7-c411-2e73-32dd-71fca49b8ccb-801bd299, #w-node-d3340aa7-c411-2e73-32dd-71fca49b8ccd-801bd299, #w-node-_5baec080-b97b-3dc8-bc95-a09b79f48616-801bd299, #w-node-_5baec080-b97b-3dc8-bc95-a09b79f48618-801bd299, #w-node-_5baec080-b97b-3dc8-bc95-a09b79f48626-801bd299, #w-node-_5baec080-b97b-3dc8-bc95-a09b79f48628-801bd299, #w-node-bef1b402-1e88-457d-9cb4-4353f23216b9-801bd299, #w-node-bef1b402-1e88-457d-9cb4-4353f23216bb-801bd299, #w-node-bef1b402-1e88-457d-9cb4-4353f23216c9-801bd299, #w-node-bef1b402-1e88-457d-9cb4-4353f23216cb-801bd299, #w-node-_8331beab-07ac-bf6a-6562-45135baa7131-f98adc7e, #w-node-_26c64b78-89ab-27d4-c7f9-f7f38e96054c-f98adc7e, #w-node-_258bc9f5-a586-2227-96af-5a7543691c06-f98adc7e, #w-node-_60c31b02-626e-0dab-1b6a-7b6fee9bb903-f98adc7e, #w-node-da85eaaa-1de9-bc3c-bdbe-e15dffbd10bf-f98adc7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b29a1cd-7cc5-6c51-a6c0-9aaf8db06942-f98adc7e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d2cdb598-8b96-2a3c-dfe7-3ad27c55f85e-f98adc7e, #w-node-_56b111d4-1a78-7935-aa1d-356ab9c9eaba-f98adc7e, #w-node-b982d02b-ac06-3321-fcb6-acc5b3080da2-f98adc7e, #w-node-_5827be31-b8ec-0fa2-9bd0-22b83619d7c0-f98adc7e, #w-node-c47f43ea-94c2-bf47-64ac-60d2edd9dc25-f98adc7e, #w-node-_2b6cbce3-1d0f-da27-5885-58d97f0030d5-f98adc7e, #w-node-_3c5a1d60-f436-065a-4b9f-d8d4c02e0a5d-f98adc7e, #w-node-_1d699666-ac20-b306-857e-0689332d4580-f98adc7e, #w-node-d7447fe9-9016-0467-2e68-cb94596378ca-f98adc7e, #w-node-_84d1cbd9-0619-cd59-a2e8-9067525020f4-f98adc7e, #w-node-_84d1cbd9-0619-cd59-a2e8-9067525020f7-f98adc7e, #w-node-_0ce181d3-27d2-b031-54b2-21085a94e5b2-f98adc7e, #w-node-b95d586b-0c22-f9c0-0a1e-191d4d2b7c10-f98adc7e, #w-node-_7512588b-855b-fa07-cfcb-aea4ac9f4928-f98adc7e, #w-node-b0658e93-186e-2275-a94e-5326f97d6c9b-f98adc7e, #w-node-fea1ce48-aa9e-14b4-46df-495a4efa4bdd-f98adc7e, #w-node-_00fef12c-39ab-3525-4479-eb7eb5a8ba12-f98adc7e, #w-node-_7e726ba8-5e59-2cfc-4ba1-f4a5d2c43a9c-f98adc7e, #w-node-acee3a3b-39e9-fba9-b963-f4e2c35d63dd-f98adc7e, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38b9-f98adc7e, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38ba-f98adc7e, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38bc-f98adc7e, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38be-f98adc7e, #w-node-_5df8c780-7d53-8f44-53e3-ded2ef82cafe-f98adc7e, #w-node-_31cc2166-f5ba-4c48-1257-3e5214ce74c1-f98adc7e, #w-node-eba7a46d-565d-3ffa-2ba4-f0ed9fc82054-f98adc7e, #w-node-f62e2dd8-f2c5-4a1c-1eec-fe60d2f27603-f98adc7e, #w-node-_914295f0-323f-11c4-f205-dc765df8ff60-f98adc7e, #w-node-_30347e0e-888f-5e90-7148-d56969781376-f98adc7e, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc1-f98adc7e, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc2-f98adc7e, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc4-f98adc7e, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc6-f98adc7e, #w-node-_6442e744-40f2-3eb9-c70e-7609016c1588-f98adc7e, #w-node-fd6f2490-3a22-b054-2fa1-7bbf3c4b5c36-f98adc7e, #w-node-c37ad749-212e-3fcd-aa03-cfdfeaede1a8-f98adc7e, #w-node-_923a8561-9290-cd1c-863a-291d2bce21f8-f98adc7e, #w-node-e8251de7-7378-28fc-976d-caea94614e72-f98adc7e, #w-node-_5c0871d7-b147-8211-9d91-706e7ee821dc-f98adc7e, #w-node-_25b71140-caae-7fa2-6718-7890f54934e6-f98adc7e, #w-node-_25b71140-caae-7fa2-6718-7890f54934e7-f98adc7e, #w-node-_25b71140-caae-7fa2-6718-7890f54934e9-f98adc7e, #w-node-_25b71140-caae-7fa2-6718-7890f54934eb-f98adc7e, #w-node-a3b1ea4c-f62d-8bda-f28e-030bbe7f38e9-f98adc7e, #w-node-_57798826-8bce-69bc-0094-5d12108fa4fd-f98adc7e, #w-node-af5de1d4-dad6-058d-bbcf-2b44a94430b5-f98adc7e, #w-node-_789654de-8d64-653b-3bd5-ab91f201c535-f98adc7e, #w-node-b4df3ca6-cc90-3b8d-689c-57abc6138984-f98adc7e, #w-node-_4f326d4b-4760-df2a-0905-b9a8407dea96-f98adc7e, #w-node-_646a9a12-f755-1ba9-0da1-7f530beb4f37-f98adc7e, #w-node-_646a9a12-f755-1ba9-0da1-7f530beb4f38-f98adc7e, #w-node-_646a9a12-f755-1ba9-0da1-7f530beb4f3a-f98adc7e, #w-node-_646a9a12-f755-1ba9-0da1-7f530beb4f3c-f98adc7e, #w-node-_36bd4e68-2f35-8f4e-13a6-92169a293a8e-f98adc7e, #w-node-_48dac739-3cf3-b33a-78c2-2d1ebeab68db-f98adc7e, #w-node-_2a95c1f7-27a0-c5f7-4b65-b400ba2d56ef-f98adc7e, #w-node-be6a40ef-0f00-1c6a-dca0-5660d38f417e-f98adc7e, #w-node-a96d5814-714b-9f1f-1c64-dc57d0726455-f98adc7e, #w-node-_37768e50-bc49-2804-33ad-3bea79baa173-f98adc7e, #w-node-_6a496fb9-0b28-dc3b-5527-0478c776369a-f98adc7e, #w-node-_6a496fb9-0b28-dc3b-5527-0478c776369b-f98adc7e, #w-node-_6a496fb9-0b28-dc3b-5527-0478c776369d-f98adc7e, #w-node-_6a496fb9-0b28-dc3b-5527-0478c776369f-f98adc7e, #w-node-_54b04122-0acb-1a46-55bf-68609d52a8bd-f98adc7e, #w-node-_254e8a1c-cf82-9cc0-23e1-4b8860d71e06-f98adc7e, #w-node-_3e296f70-2ac7-c874-18e9-239916e1efcc-f98adc7e, #w-node-_4ca1c6bd-ac58-2d67-496b-c37269dc5000-f98adc7e, #w-node-d172fb2c-cc7d-9907-ae63-e91b3247589c-f98adc7e, #w-node-_8f34f8d6-56bb-ab90-1da6-e0f707b6b786-f98adc7e, #w-node-_6ad308e1-f4db-51a1-1a16-66e972e7bb60-f98adc7e, #w-node-_6ad308e1-f4db-51a1-1a16-66e972e7bb61-f98adc7e, #w-node-_6ad308e1-f4db-51a1-1a16-66e972e7bb63-f98adc7e, #w-node-_6ad308e1-f4db-51a1-1a16-66e972e7bb65-f98adc7e, #w-node-ffac9f72-d73b-a82b-b876-fe3b022aac3a-f98adc7e, #w-node-efded87a-fc6e-bc33-0f91-8002f4db51de-f98adc7e, #w-node-fdf9afcc-c703-33f8-4104-23d138945ac8-f98adc7e, #w-node-_79472263-3035-5c95-7421-580f265386aa-f98adc7e, #w-node-_0e043348-9583-06a9-8425-d2a04f76c44b-f98adc7e, #w-node-a1634dd6-ece6-0ced-1b95-80ba9c3b724c-f98adc7e, #w-node-daad9b5c-2491-5052-fb15-3e48dc5a4606-f98adc7e, #w-node-daad9b5c-2491-5052-fb15-3e48dc5a4607-f98adc7e, #w-node-daad9b5c-2491-5052-fb15-3e48dc5a4609-f98adc7e, #w-node-daad9b5c-2491-5052-fb15-3e48dc5a460b-f98adc7e, #w-node-_6ae417f6-c25a-cc14-b940-eb8e255572d6-f98adc7e, #w-node-cd3ae743-c52d-92d9-a8f5-1e03c175e702-f98adc7e, #w-node-_56309481-82e4-113f-34be-4a18aecab76b-c0df484d, #w-node-_9240b578-0719-c51c-9e1e-2da0ae28787a-c0df484d, #w-node-e52f1c54-f7e1-892d-83ca-291e9db814a5-c0df484d, #w-node-_8117e61c-34c6-e2b9-fbaa-b7be00acc7bb-c0df484d, #w-node-_90832524-8f20-bb7b-307b-91fb03464d38-c0df484d, #w-node-a8b94630-cbda-98e5-ab10-5663fa51d97a-c0df484d, #w-node-_4836de44-9ab9-af3b-b17e-2761e2acfd04-c0df484d, #w-node-_22dee1bc-2157-78e9-7596-f30e556d25a0-c0df484d, #w-node-_65d990a7-379c-f014-3421-f342eb3a672a-c0df484d, #w-node-_54746765-05d9-05ea-90bb-9974849f0fa9-c0df484d, #w-node-_0f2f266e-3d29-3ec1-eb86-d8ff1cbf0b36-c0df484d, #w-node-_59791cb5-02b6-5750-8623-c0d463a960a3-c0df484d, #w-node-_571cd8af-1c41-f0d3-f34c-32cc15d18630-c0df484d, #w-node-_43e8c99b-ab1e-7955-26d0-947a880149e2-c0df484d, #w-node-b3c9694c-5cd2-4f89-c0ab-a521093ad9a4-c0df484d, #w-node-_09cc2eaf-04cf-87c5-983e-68fd4508f996-c0df484d, #w-node-_027f8c7a-176f-4c47-0535-a52070da4dba-c0df484d, #w-node-_0ee389fa-4596-c707-d1bf-7140db51ae22-c0df484d, #w-node-dbfcbd36-fd5a-fcf9-32a9-ac46708cd0af-c0df484d, #w-node-_2fc47da7-612d-6d90-830d-24fc6cca9030-c0df484d, #w-node-b6087330-9999-319b-0c15-4de9f849bd8d-c0df484d, #w-node-a40aa203-52ab-daa4-a3fb-ed845460e500-c0df484d, #w-node-_0a84d4a5-b63c-5928-4bc0-2107644696a1-c0df484d, #w-node-ed15c7a2-1afd-6cd1-cb9d-856d8d03d88b-c0df484d, #w-node-bf612675-6b81-c5c5-535e-934e6e7329c0-c0df484d, #w-node-_989a9f9e-6aab-d442-d168-a7ccfe29c2e2-c0df484d, #w-node-d6457f5e-1196-17d6-f6b8-5b4c6eb7bc5b-c0df484d, #w-node-_5d7c26eb-b25f-a63a-b8ba-014f40d2f1dd-c0df484d, #w-node-_20384746-eea8-a840-f369-6b603dcd84a8-c0df484d, #w-node-_47bb14c5-ca90-72f8-3254-5b0c7a3fbd25-c0df484d, #w-node-_74326b6e-e03a-9edf-2ea7-d9729400f509-c0df484d, #w-node-_8f888370-d734-9a9d-ae25-af433d37b200-c0df484d, #w-node-c77e3980-1194-649d-5593-0879c361baf6-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361baf8-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bafa-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bafc-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bafe-fb023aae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c77e3980-1194-649d-5593-0879c361baff-fb023aae {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c77e3980-1194-649d-5593-0879c361bb01-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb03-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb05-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb07-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb09-fb023aae, #w-node-_1f5c64dc-baf0-4209-a042-53b281863e77-fb023aae, #w-node-_9d7a1d44-0461-7ede-7cdc-78da5a709d40-fb023aae, #w-node-d98ba2b2-a12e-71c0-6000-d36fac756e23-fb023aae, #w-node-_71a131fa-9216-441b-4b4a-fe5cdf7815d7-fb023aae, #w-node-_2a9bdc47-1320-7d4c-bcf5-ca8b9498bd9c-fb023aae, #w-node-_2a9bdc47-1320-7d4c-bcf5-ca8b9498bd9d-fb023aae, #w-node-_2a9bdc47-1320-7d4c-bcf5-ca8b9498bd9f-fb023aae, #w-node-_2a9bdc47-1320-7d4c-bcf5-ca8b9498bda1-fb023aae, #w-node-_26b08904-782a-22c1-a779-7ace97e01d56-fb023aae, #w-node-_9d97dd16-c8bd-9f03-be60-4aabf29b1aee-fb023aae, #w-node-_30b5bf50-d6b4-d52d-49f4-8680d1f7cba5-fb023aae, #w-node-_69cb0ee2-ad0e-971b-60fd-dc259719a274-fb023aae, #w-node-bb1e5a69-f69d-c059-d249-5cdb3a60c3e3-fb023aae, #w-node-_96e7046d-5bc7-ee92-5161-5fd17bc3f26d-fb023aae, #w-node-_3d61cdd6-59b7-e624-719b-5e259a363529-fb023aae, #w-node-_3d61cdd6-59b7-e624-719b-5e259a36352a-fb023aae, #w-node-_3d61cdd6-59b7-e624-719b-5e259a36352c-fb023aae, #w-node-_3d61cdd6-59b7-e624-719b-5e259a36352e-fb023aae, #w-node-ba961cbf-739f-26a5-d59a-b8db2b4ac655-fb023aae, #w-node-b6086a58-123d-e6e0-6eca-7978580d888d-fb023aae, #w-node-_64a991b2-3f7f-e9cb-17e3-d643bb5b6b3d-fb023aae, #w-node-b1dc78de-eefa-e008-257f-7de20955bd6a-fb023aae, #w-node-dcbd6a71-2bb6-e451-0217-115ef1395a39-fb023aae, #w-node-af77700e-cb8b-570f-06a6-60e1adc4ed60-fb023aae, #w-node-_7f3f22b5-aab0-e017-9061-977c8bfd29db-fb023aae, #w-node-_7f3f22b5-aab0-e017-9061-977c8bfd29dc-fb023aae, #w-node-_7f3f22b5-aab0-e017-9061-977c8bfd29de-fb023aae, #w-node-_7f3f22b5-aab0-e017-9061-977c8bfd29e0-fb023aae, #w-node-_8a488769-d0fa-1647-432a-427bfafef231-fb023aae, #w-node-_2ee984af-1799-cc9f-3090-bee4517b0e19-fb023aae, #w-node-_64e9b242-4d8c-ca64-0187-a5b036db128c-fb023aae, #w-node-_0737d94a-1974-4226-069b-2b49b8f62841-fb023aae, #w-node-_3e2f8952-dd65-7da7-3883-a62cb62a9105-fb023aae, #w-node-fcb5dd7a-6473-f069-8f78-b44d480b9c16-fb023aae, #w-node-ae6b82d1-b30d-e813-f1c1-e3cc0a0202e3-fb023aae, #w-node-ae6b82d1-b30d-e813-f1c1-e3cc0a0202e4-fb023aae, #w-node-ae6b82d1-b30d-e813-f1c1-e3cc0a0202e6-fb023aae, #w-node-ae6b82d1-b30d-e813-f1c1-e3cc0a0202e8-fb023aae, #w-node-_20e1193c-b285-2317-9b7c-a7645c04fba0-fb023aae, #w-node-_2a33de74-8ad3-d698-15c9-ee90aed3fc4a-fb023aae, #w-node-_5e5595e5-f539-b697-42dd-5ecc5f9bdcb8-fb023aae, #w-node-_30c422ad-2317-e097-b35e-9ab65ce64a8d-fb023aae, #w-node-_4b5b2943-4edc-c999-260c-d10c03877071-fb023aae, #w-node-c85b802f-92a2-81de-c1d3-7dfe8091dc3c-fb023aae, #w-node-edf43a7e-11f2-ffc7-b034-fdef734a0e91-fb023aae, #w-node-edf43a7e-11f2-ffc7-b034-fdef734a0e92-fb023aae, #w-node-edf43a7e-11f2-ffc7-b034-fdef734a0e94-fb023aae, #w-node-edf43a7e-11f2-ffc7-b034-fdef734a0e96-fb023aae, #w-node-_26f34dc8-c3ed-66cf-0c0a-95e4999e7a11-fb023aae, #w-node-dc4d1648-c05a-9016-5074-6590acb89010-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb1f-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb21-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb23-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb25-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb27-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb28-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb2a-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb2c-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb2e-fb023aae, #w-node-c77e3980-1194-649d-5593-0879c361bb30-fb023aae, #w-node-_8331beab-07ac-bf6a-6562-45135baa7131-bef44220, #w-node-_26c64b78-89ab-27d4-c7f9-f7f38e96054c-bef44220, #w-node-_258bc9f5-a586-2227-96af-5a7543691c06-bef44220, #w-node-_60c31b02-626e-0dab-1b6a-7b6fee9bb903-bef44220, #w-node-_5827be31-b8ec-0fa2-9bd0-22b83619d7c0-bef44220, #w-node-_65596a26-e474-ed55-1c96-819d04afab96-bef44220, #w-node-b5b5e5b8-5510-d12c-6c78-ed12da658180-bef44220, #w-node-c47f43ea-94c2-bf47-64ac-60d2edd9dc25-bef44220, #w-node-_2b6cbce3-1d0f-da27-5885-58d97f0030d5-bef44220, #w-node-_3c5a1d60-f436-065a-4b9f-d8d4c02e0a5d-bef44220, #w-node-_1d699666-ac20-b306-857e-0689332d4580-bef44220, #w-node-d7447fe9-9016-0467-2e68-cb94596378ca-bef44220, #w-node-_7512588b-855b-fa07-cfcb-aea4ac9f4928-bef44220, #w-node-b9382afa-2560-db22-5162-fba7f651e8d3-bef44220, #w-node-_95f3100d-f0e1-b1d9-53ea-cea1e3472b0a-bef44220, #w-node-b0658e93-186e-2275-a94e-5326f97d6c9b-bef44220, #w-node-fea1ce48-aa9e-14b4-46df-495a4efa4bdd-bef44220, #w-node-_00fef12c-39ab-3525-4479-eb7eb5a8ba12-bef44220, #w-node-_7e726ba8-5e59-2cfc-4ba1-f4a5d2c43a9c-bef44220, #w-node-acee3a3b-39e9-fba9-b963-f4e2c35d63dd-bef44220, #w-node-_5df8c780-7d53-8f44-53e3-ded2ef82cafe-bef44220, #w-node-_9bf0c90d-7178-13ac-5a24-21c98d952214-bef44220, #w-node-_83fc78cf-0e33-427b-43e4-889fde577cd3-bef44220, #w-node-_31cc2166-f5ba-4c48-1257-3e5214ce74c1-bef44220, #w-node-b28bd74f-4c31-9802-80f9-babf8a6b04be-bef44220, #w-node-_26b937f0-0618-6aa4-da6d-dc6e2d2e57b5-bef44220, #w-node-a1529c47-9fc9-d888-457e-c9d2f8ae3c59-bef44220, #w-node-_78fe2d53-ea64-2c2c-1451-4dca7f874694-bef44220, #w-node-_8c9ad440-3caf-6e16-2d13-406a99811ba8-bef44220, #w-node-_5967d9cd-9731-c94f-04d4-03507ceb303c-bef44220, #w-node-e6de89d2-dedd-3bca-b1eb-9dd9e5636633-bef44220, #w-node-cee47d92-5c31-0915-2dc9-92849e00a616-bef44220, #w-node-_7c18fd74-84f0-492f-6c08-5dd2ae5b52e0-bef44220, #w-node-f191843a-89d4-5740-e96d-da4f200dfa97-bef44220, #w-node-_7009fc5d-3c1e-fffd-55a8-7f75a31cbb46-bef44220, #w-node-_57a7929b-a334-fda0-87dc-9bd2279a638d-bef44220, #w-node-_77e0f36a-bdc3-6a46-d673-3e1b4cc104a7-bef44220, #w-node-_02a456bc-d9b9-572f-9157-0d62aff41360-bef44220, #w-node-_4563b40b-2ad6-89a9-8fd8-6ddeabc3b24f-bef44220, #w-node-_9258ff34-9842-1a34-a7fe-7a4e77c4979b-bef44220, #w-node-c37ad749-212e-3fcd-aa03-cfdfeaede1a8-bef44220, #w-node-_923a8561-9290-cd1c-863a-291d2bce21f8-bef44220, #w-node-e8251de7-7378-28fc-976d-caea94614e72-bef44220, #w-node-_5c0871d7-b147-8211-9d91-706e7ee821dc-bef44220, #w-node-bca9fc58-5054-7f45-bb8c-aeb2b153cc96-bef44220, #w-node-_7e8f86f5-41a4-aa61-de7f-3489c96d96e9-bef44220, #w-node-_87f9d540-9e32-aebc-a7d6-9508a01eb3fb-bef44220, #w-node-_57798826-8bce-69bc-0094-5d12108fa4fd-bef44220, #w-node-_8331beab-07ac-bf6a-6562-45135baa7131-aecae4ec, #w-node-_26c64b78-89ab-27d4-c7f9-f7f38e96054c-aecae4ec, #w-node-_258bc9f5-a586-2227-96af-5a7543691c06-aecae4ec, #w-node-_60c31b02-626e-0dab-1b6a-7b6fee9bb903-aecae4ec, #w-node-_5827be31-b8ec-0fa2-9bd0-22b83619d7c0-aecae4ec, #w-node-_65596a26-e474-ed55-1c96-819d04afab96-aecae4ec, #w-node-b5b5e5b8-5510-d12c-6c78-ed12da658180-aecae4ec, #w-node-c47f43ea-94c2-bf47-64ac-60d2edd9dc25-aecae4ec, #w-node-_2b6cbce3-1d0f-da27-5885-58d97f0030d5-aecae4ec, #w-node-_3c5a1d60-f436-065a-4b9f-d8d4c02e0a5d-aecae4ec, #w-node-_1d699666-ac20-b306-857e-0689332d4580-aecae4ec, #w-node-d7447fe9-9016-0467-2e68-cb94596378ca-aecae4ec, #w-node-_7512588b-855b-fa07-cfcb-aea4ac9f4928-aecae4ec, #w-node-b9382afa-2560-db22-5162-fba7f651e8d3-aecae4ec, #w-node-_95f3100d-f0e1-b1d9-53ea-cea1e3472b0a-aecae4ec, #w-node-b0658e93-186e-2275-a94e-5326f97d6c9b-aecae4ec, #w-node-c37ad749-212e-3fcd-aa03-cfdfeaede1a8-aecae4ec, #w-node-_923a8561-9290-cd1c-863a-291d2bce21f8-aecae4ec, #w-node-e8251de7-7378-28fc-976d-caea94614e72-aecae4ec, #w-node-_5c0871d7-b147-8211-9d91-706e7ee821dc-aecae4ec, #w-node-bca9fc58-5054-7f45-bb8c-aeb2b153cc96-aecae4ec, #w-node-_7e8f86f5-41a4-aa61-de7f-3489c96d96e9-aecae4ec, #w-node-_87f9d540-9e32-aebc-a7d6-9508a01eb3fb-aecae4ec, #w-node-_57798826-8bce-69bc-0094-5d12108fa4fd-aecae4ec, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc96-1f4f62df, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc98-1f4f62df, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc9a-1f4f62df, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc9c-1f4f62df, #w-node-ba6550e3-301f-a9a6-bf95-59b5c954fb31-1f4f62df, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca7-1f4f62df, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca9-1f4f62df, #w-node-_79a590f5-8069-0d6e-8fa3-96f47075f538-1f4f62df, #w-node-_08782e01-60c6-68b8-e2ae-81de9a8e514b-1f4f62df, #w-node-_68b9948b-baf9-34b8-b562-50c7d3d9e28a-1f4f62df, #w-node-b8e0aac6-10c1-c03a-8720-d71eab88e960-1f4f62df, #w-node-_64111b6e-5cef-1872-99f2-b1996f49d4a1-1f4f62df, #w-node-_64111b6e-5cef-1872-99f2-b1996f49d4a2-1f4f62df, #w-node-_64111b6e-5cef-1872-99f2-b1996f49d4a4-1f4f62df, #w-node-_64111b6e-5cef-1872-99f2-b1996f49d4a6-1f4f62df, #w-node-c57ba182-593b-6b44-ffff-290006e460cd-1f4f62df, #w-node-_3b842c4e-9511-175e-5560-b2c052b3a6cf-1f4f62df, #w-node-db48ba0e-1d08-1cde-7f32-9c576c64cf8c-1f4f62df, #w-node-_62c24f26-4c0c-fe8e-2ba1-249fbf03f744-1f4f62df, #w-node-_39baa63b-2c5f-1f64-6a38-d7eea48ec5ae-1f4f62df, #w-node-_5d373e4a-8aeb-6ad3-6eb4-e2da6a58bf46-1f4f62df, #w-node-dfa61ffc-e8f3-9e6e-5ffc-2b2502a5071c-1f4f62df, #w-node-dfa61ffc-e8f3-9e6e-5ffc-2b2502a5071d-1f4f62df, #w-node-dfa61ffc-e8f3-9e6e-5ffc-2b2502a5071f-1f4f62df, #w-node-dfa61ffc-e8f3-9e6e-5ffc-2b2502a50721-1f4f62df, #w-node-_2d56737f-a1f0-5cea-939a-5a1d373b06c2-1f4f62df, #w-node-a36bc6d6-f7bb-43e6-a060-34493cf875aa-1f4f62df, #w-node-_6ecfe87d-709d-e33c-e86f-f636a3a131a0-1f4f62df, #w-node-a4dccd78-37d3-953a-aad9-36330a97f142-1f4f62df, #w-node-_395f4b48-6657-ab9b-c5f8-6c664893ab31-1f4f62df, #w-node-bd52d202-3033-5b54-b6da-c5e8cf8541f3-1f4f62df, #w-node-_10208cf3-f646-f0ee-089d-40611ab914fc-1f4f62df, #w-node-_10208cf3-f646-f0ee-089d-40611ab914fd-1f4f62df, #w-node-_10208cf3-f646-f0ee-089d-40611ab914ff-1f4f62df, #w-node-_10208cf3-f646-f0ee-089d-40611ab91501-1f4f62df, #w-node-b75e3c0f-9d5e-647d-83da-7c3e20ffb35b-1f4f62df, #w-node-_2e5b5da5-6b43-7b58-c296-c9f621d7312b-1f4f62df, #w-node-_1125b09a-5df8-54a4-73fc-a461d8dc35f9-1f4f62df, #w-node-_9442c70e-4964-9e63-9972-0ee9a458187a-1f4f62df, #w-node-d60bf48c-d2c2-71c2-cd7a-4845c644bf21-1f4f62df, #w-node-f7aecf7c-ddc5-e47d-9726-99b56fdb1d67-1f4f62df, #w-node-_5dd05571-a418-e5b9-e289-712100d1b31c-1f4f62df, #w-node-_5dd05571-a418-e5b9-e289-712100d1b31d-1f4f62df, #w-node-_5dd05571-a418-e5b9-e289-712100d1b31f-1f4f62df, #w-node-_5dd05571-a418-e5b9-e289-712100d1b321-1f4f62df, #w-node-d7dcd64a-1496-ea4a-c678-97eb148519e4-1f4f62df, #w-node-_9f39cf59-e0f5-45ea-585f-aca4b8756060-1f4f62df, #w-node-e52ea977-788d-31c8-16aa-c597ec00f10c-1f4f62df, #w-node-c262656e-fed3-7dca-5c6e-ca9345f6f69d-1f4f62df, #w-node-_6752c2e7-bdd0-dbfc-b6a8-564a49513a0e-1f4f62df, #w-node-_74fee54e-6e55-c25b-5266-49babc2f9ce1-1f4f62df, #w-node-_03e3ab02-2dc3-2574-4ad6-3ecfc89b3f88-1f4f62df, #w-node-_03e3ab02-2dc3-2574-4ad6-3ecfc89b3f89-1f4f62df, #w-node-_03e3ab02-2dc3-2574-4ad6-3ecfc89b3f8b-1f4f62df, #w-node-_03e3ab02-2dc3-2574-4ad6-3ecfc89b3f8d-1f4f62df, #w-node-b0dc75ce-d354-a54e-adfa-6ec3f117570c-1f4f62df, #w-node-cc082060-e55c-2e8b-1995-96e46ad5b768-1f4f62df, #w-node-_5cc66eaa-9b31-58ef-987d-5e9e69cb933b-1f4f62df, #w-node-c695fd8f-0da1-21a4-dad2-d00d28129a34-1f4f62df, #w-node-d9e2dd4e-6ca4-23c6-dfd3-3421927752db-1f4f62df, #w-node-_15b002c3-9397-9b67-ba34-56293824c2bf-1f4f62df, #w-node-_4023ca68-b8cd-5b4f-121d-8c4802433b7e-1f4f62df, #w-node-_4023ca68-b8cd-5b4f-121d-8c4802433b7f-1f4f62df, #w-node-_4023ca68-b8cd-5b4f-121d-8c4802433b81-1f4f62df, #w-node-_4023ca68-b8cd-5b4f-121d-8c4802433b83-1f4f62df, #w-node-b1342f5b-29bc-da60-0c68-a253920529d6-1f4f62df, #w-node-cf33b852-40a1-ddb9-7e2f-7cdf0757b0a9-1f4f62df, #w-node-b0b7d022-82d4-5215-a904-2250e2f0dc7d-1f4f62df, #w-node-_956a5c6e-e7b9-052f-b586-8e2fb659f70e-1f4f62df, #w-node-a20c24d1-9094-5193-7f75-e73c2d5fde8c-1f4f62df, #w-node-_7249c093-905c-68bf-282d-4790fec3e31f-1f4f62df, #w-node-_4d4026a1-3879-a88e-6d52-7daddbcf4cbb-1f4f62df, #w-node-_4d4026a1-3879-a88e-6d52-7daddbcf4cbc-1f4f62df, #w-node-_4d4026a1-3879-a88e-6d52-7daddbcf4cbe-1f4f62df, #w-node-_4d4026a1-3879-a88e-6d52-7daddbcf4cc0-1f4f62df, #w-node-d014a953-8971-7a5f-9484-b7bf360c293f-1f4f62df, #w-node-_44b30f5b-05ca-a971-93cd-0c5479af385c-1f4f62df, #w-node-_9a4fe703-b33f-f85d-25c4-df7fabca5f22-1f4f62df, #w-node-_4fbb6ea8-9a15-b19d-eefc-eddd42389e2d-1f4f62df, #w-node-_943f6ea0-4f51-b7e5-e23b-9876609fdc7a-1f4f62df, #w-node-_794d8af5-0f8b-d4d5-e5ba-c78c84b1253c-1f4f62df, #w-node-_49c69b35-29f3-ee51-bc29-85b208fa7f63-1f4f62df, #w-node-_49c69b35-29f3-ee51-bc29-85b208fa7f64-1f4f62df, #w-node-_49c69b35-29f3-ee51-bc29-85b208fa7f66-1f4f62df, #w-node-_49c69b35-29f3-ee51-bc29-85b208fa7f68-1f4f62df, #w-node-_44d3cc5f-d44d-d926-6847-beb790f9d9bc-1f4f62df, #w-node-_29c73e0c-4004-c30f-2bcb-ce1ac88a35ba-1f4f62df, #w-node-_3f7af8c3-2fbf-8b7b-2b2b-144fb9b25313-1f4f62df, #w-node-_0d2e6abd-0945-ec9f-45a3-f892e8975e11-1f4f62df, #w-node-_3877df27-44d6-0c99-6c16-87b7d0aebfc2-1f4f62df, #w-node-_61972e50-adc2-e7b1-e48f-dc5ebdd26a6e-1f4f62df, #w-node-_4fee1478-d5d2-b09a-c48b-d444bdb2bc0d-1f4f62df, #w-node-_4fee1478-d5d2-b09a-c48b-d444bdb2bc0e-1f4f62df, #w-node-_4fee1478-d5d2-b09a-c48b-d444bdb2bc10-1f4f62df, #w-node-_4fee1478-d5d2-b09a-c48b-d444bdb2bc12-1f4f62df, #w-node-e9ef8d3c-1b08-9576-9664-be1de0df492c-1f4f62df, #w-node-_4ec267e9-b1e3-6365-70bb-10b37ce5e0c9-1f4f62df, #w-node-b991b607-debc-35b0-6c27-825b4018ee8c-1f4f62df, #w-node-e52cfbef-b914-5f34-0866-c05490938029-1f4f62df, #w-node-bcc11cf3-5db7-b4fe-ddb9-d49d483ef1ca-1f4f62df, #w-node-_3772c846-c93c-ea6f-aff8-f381329d9d21-1f4f62df, #w-node-_828898b6-bcec-92a1-0bb3-37e1e70e1401-1f4f62df, #w-node-_828898b6-bcec-92a1-0bb3-37e1e70e1402-1f4f62df, #w-node-_828898b6-bcec-92a1-0bb3-37e1e70e1404-1f4f62df, #w-node-_828898b6-bcec-92a1-0bb3-37e1e70e1406-1f4f62df, #w-node-c936ff8d-c846-b83f-abc6-0320f1df0501-1f4f62df, #w-node-_65dc822e-a7bc-15a5-e389-6fea8bc072bc-1f4f62df, #w-node-_30b13883-e32f-971b-0dd2-196685c92a33-1f4f62df, #w-node-b5211314-0d90-41c2-3a82-d09b6f5b0879-1f4f62df, #w-node-ec3d3610-4d85-a34f-bbfe-e46ca4591cb9-1f4f62df, #w-node-_78b4f24f-50ac-0b97-04ba-91836dbec5c2-1f4f62df, #w-node-_64211988-00e2-2b43-e975-563a4a99823a-1f4f62df, #w-node-_64211988-00e2-2b43-e975-563a4a99823b-1f4f62df, #w-node-_64211988-00e2-2b43-e975-563a4a99823d-1f4f62df, #w-node-_64211988-00e2-2b43-e975-563a4a99823f-1f4f62df, #w-node-_4ea3e354-35a6-bdf4-c81d-199efa5ef59c-1f4f62df, #w-node-cbaee270-5d92-9fc3-2629-86f2fbe2f97e-1f4f62df, #w-node-b718aa06-236f-60ee-0057-fe2b99f1b4fc-1f4f62df, #w-node-_9ab09321-0505-c0d0-3f8a-f8ce522da40e-1f4f62df, #w-node-_0ea2b1f9-93d1-5306-b80a-b1f248b79140-1f4f62df, #w-node-_65fb3f33-2acb-6ff2-e6de-d2e017d781cb-1f4f62df, #w-node-_5205908f-989f-06af-9ba2-debe5af2ac6b-1f4f62df, #w-node-_5205908f-989f-06af-9ba2-debe5af2ac6c-1f4f62df, #w-node-_5205908f-989f-06af-9ba2-debe5af2ac6e-1f4f62df, #w-node-_5205908f-989f-06af-9ba2-debe5af2ac70-1f4f62df, #w-node-_432207e7-cdf5-7dec-749b-053d4c79e8c1-1f4f62df, #w-node-_01341cf0-975f-e5d2-d4b7-840d7679b74f-1f4f62df, #w-node-e809b1b3-ec31-7ad1-4c21-ec52a79e527b-1f4f62df, #w-node-f0ac92dd-f486-bf59-b259-f5a365e99843-1f4f62df, #w-node-_34f6047c-168a-8623-a89d-5e42eea5e6e4-1f4f62df, #w-node-ba180658-c035-182b-338b-6858ea60bd44-1f4f62df, #w-node-ae6d40ec-e925-56b5-7667-64cc0c02bcb3-1f4f62df, #w-node-ae6d40ec-e925-56b5-7667-64cc0c02bcb4-1f4f62df, #w-node-ae6d40ec-e925-56b5-7667-64cc0c02bcb6-1f4f62df, #w-node-ae6d40ec-e925-56b5-7667-64cc0c02bcb8-1f4f62df, #w-node-_8ec47807-0124-36f8-506b-f94cecfb5332-1f4f62df, #w-node-_04cc3d21-91af-b0c3-088a-c0b7a0a17cb0-1f4f62df, #w-node-fd1f11dc-6a9f-256b-9995-df647f1d6065-1f4f62df, #w-node-_82986695-3982-ef8c-b142-d3a904a7304d-1f4f62df, #w-node-_115bd456-a107-77ce-9302-0d137b28b848-1f4f62df, #w-node-fdfc45e2-491f-1264-3f3f-1f183f53de28-1f4f62df, #w-node-a167a687-f32b-d021-8e4c-fbfe1afe3fe4-1f4f62df, #w-node-a167a687-f32b-d021-8e4c-fbfe1afe3fe5-1f4f62df, #w-node-a167a687-f32b-d021-8e4c-fbfe1afe3fe7-1f4f62df, #w-node-a167a687-f32b-d021-8e4c-fbfe1afe3fe9-1f4f62df, #w-node-_54516f82-2ac1-6155-ff6c-a86e6355e944-1f4f62df, #w-node-d294bdc0-11a0-3a68-c489-79cf7140bf36-1f4f62df, #w-node-_9fd2b50f-44dc-7e2e-d22f-87fdb6c6bdf9-1f4f62df, #w-node-_6cc3a92f-2f32-42de-030a-a2a96f213135-1f4f62df, #w-node-_89b02b21-a32b-1f62-a8e8-4166d95021fb-1f4f62df, #w-node-_76c81b88-9c47-5adb-1ca5-458028039f4a-1f4f62df, #w-node-a8d75fd8-1473-3de2-ced1-c255dcaba305-1f4f62df, #w-node-a8d75fd8-1473-3de2-ced1-c255dcaba306-1f4f62df, #w-node-a8d75fd8-1473-3de2-ced1-c255dcaba308-1f4f62df, #w-node-a8d75fd8-1473-3de2-ced1-c255dcaba30a-1f4f62df, #w-node-_064cdaf6-00b8-fd63-d04f-4c58fb40e806-1f4f62df, #w-node-_066ad4ba-c189-e262-259d-5bda415c4189-1f4f62df, #w-node-_34b3f9e0-ef5e-b30d-fa8a-7c3e50651d20-1f4f62df, #w-node-_4e634327-5b70-4a58-4b46-19ea643ec957-1f4f62df, #w-node-_80fb94e1-06bf-cfe1-5290-89ec00f52d1f-1f4f62df, #w-node-_0aaf2250-2816-43dd-adfd-35ab3923d540-1f4f62df, #w-node-_37d3e350-3279-cdef-0b3c-a98084b087a8-1f4f62df, #w-node-_37d3e350-3279-cdef-0b3c-a98084b087a9-1f4f62df, #w-node-_37d3e350-3279-cdef-0b3c-a98084b087ab-1f4f62df, #w-node-_37d3e350-3279-cdef-0b3c-a98084b087ad-1f4f62df, #w-node-_21779002-c39e-d9ea-cae4-123fd0191cbf-1f4f62df, #w-node-_3df55e85-8431-6db1-a8e3-781e3bc56f3f-1f4f62df, #w-node-_050bb099-027a-5b39-0fee-1c676bb51d27-1f4f62df, #w-node-_57474279-7892-381f-b0c1-cb8bbaa2ba75-1f4f62df, #w-node-_76962b08-94e8-51a7-9d16-85ef806d8389-1f4f62df, #w-node-d9b8ae3c-bacf-d1fa-7ee9-5e9f340d476c-1f4f62df, #w-node-_80ad7381-1349-3033-f09a-85c03c86b2d8-1f4f62df, #w-node-_80ad7381-1349-3033-f09a-85c03c86b2d9-1f4f62df, #w-node-_80ad7381-1349-3033-f09a-85c03c86b2db-1f4f62df, #w-node-_80ad7381-1349-3033-f09a-85c03c86b2dd-1f4f62df, #w-node-_50afa8d3-1170-6491-6687-dc0d9813765b-1f4f62df, #w-node-_975c7bf6-36d9-2470-b706-b56dcc546b16-1f4f62df, #w-node-de27eb74-7b99-c98e-980e-b38645b637c6-1f4f62df, #w-node-f91af593-d730-2214-8452-d930dc0887da-1f4f62df, #w-node-_0426bede-a602-7621-9a29-65c69f5dc603-1f4f62df, #w-node-_381b4b04-580a-8354-4ffb-2beb6ce4c7dd-1f4f62df, #w-node-_65b39a03-e541-8f12-3c95-42b1c623ac3a-1f4f62df, #w-node-_65b39a03-e541-8f12-3c95-42b1c623ac3b-1f4f62df, #w-node-_65b39a03-e541-8f12-3c95-42b1c623ac3d-1f4f62df, #w-node-_65b39a03-e541-8f12-3c95-42b1c623ac3f-1f4f62df, #w-node-b661fd28-b67a-6d30-f702-22d94d7dfbd7-1f4f62df, #w-node-_2d894092-e643-d094-acb9-36cbffcdff25-1f4f62df, #w-node-b3fcfc6c-8d83-2e1b-2d88-ad52a29a2626-1f4f62df, #w-node-dee7b801-f213-e705-c15c-2eb7c7560b8e-1f4f62df, #w-node-_85a19bc8-41a6-425f-2b71-b8d2ed854b41-1f4f62df, #w-node-d0d62a0e-631d-36a0-7d46-6b9d67af4d85-1f4f62df, #w-node-bbbacfe7-7677-584d-12f3-42ef3bd91f4d-1f4f62df, #w-node-bbbacfe7-7677-584d-12f3-42ef3bd91f4e-1f4f62df, #w-node-bbbacfe7-7677-584d-12f3-42ef3bd91f50-1f4f62df, #w-node-bbbacfe7-7677-584d-12f3-42ef3bd91f52-1f4f62df, #w-node-d2f3403c-6eb7-8248-d609-e463722aec57-1f4f62df, #w-node-_7a6ffe50-400b-e242-96a2-901d323fe8c3-1f4f62df, #w-node-_564be330-5882-008a-4d39-957799850e05-1f4f62df, #w-node-cedf0197-49f7-2509-7fa4-a7f8a115231a-1f4f62df, #w-node-_0aa61c1b-01fa-6cb9-71fe-b6ebaa7ace03-1f4f62df, #w-node-bb8b42c6-2f6f-e3d4-e4b6-289473d87f0f-1f4f62df, #w-node-ec581667-628c-3982-75db-f7ddf2217503-1f4f62df, #w-node-ec581667-628c-3982-75db-f7ddf2217504-1f4f62df, #w-node-ec581667-628c-3982-75db-f7ddf2217506-1f4f62df, #w-node-ec581667-628c-3982-75db-f7ddf2217508-1f4f62df, #w-node-_333d4c08-7765-0493-e4e3-be5cc1e287f1-1f4f62df, #w-node-_7e8a34c3-d2a8-1b66-784a-b6629cc74541-1f4f62df, #w-node-_4610163c-eb20-8e0c-e630-e606940894ab-1f4f62df, #w-node-_9d7a1131-851f-0530-7c78-b53c69a1f2cc-1f4f62df, #w-node-_1a7c8400-185f-091e-e30c-fde4a70f34e3-1f4f62df, #w-node-b53a8c7e-dce6-628b-d54b-fdf29e837532-1f4f62df, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745c9e-1f4f62df, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745c9f-1f4f62df, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745ca1-1f4f62df, #w-node-b044a4b3-9cf5-ce5d-3496-7b8f5d745ca3-1f4f62df, #w-node-abc2393a-ee52-b422-0095-187f252e3a77-1f4f62df, #w-node-_4ac86b59-5fa1-fea6-44ad-6209ff566a89-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179847-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179849-1f4f62df, #w-node-_2e615787-d40f-29f8-a989-f85691692a52-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217984b-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217984d-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217984f-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179853-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179855-1f4f62df, #w-node-ba6a5840-585c-10bc-da93-ccec0d416099-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179857-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179859-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217985b-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217985d-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e4217985e-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179860-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179862-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179866-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e42179868-1f4f62df, #w-node-c8471422-88c2-780d-9c59-2dd43e684367-1f4f62df, #w-node-cd5b8494-1add-08e6-b53e-9ec02ae713db-1f4f62df, #w-node-f4756a93-a1fb-b72f-8208-0fb246541466-1f4f62df, #w-node-_291a882a-7fcb-0e6f-7751-2d6b0ae555ee-1f4f62df, #w-node-a67fa27f-b6bc-d7c0-3c7b-51078abac4e4-1f4f62df, #w-node-a67fa27f-b6bc-d7c0-3c7b-51078abac4e5-1f4f62df, #w-node-a67fa27f-b6bc-d7c0-3c7b-51078abac4e7-1f4f62df, #w-node-a67fa27f-b6bc-d7c0-3c7b-51078abac4e9-1f4f62df, #w-node-_7c6c5182-dfda-6edc-bd5b-5ee7528d32f2-1f4f62df, #w-node-ad29a569-7600-c577-4606-c864f9ba42dd-1f4f62df, #w-node-d4385782-ce6b-5a31-b0eb-dc35521c326f-1f4f62df, #w-node-_87ca092b-9092-cd03-259a-5eee68f91803-1f4f62df, #w-node-_2b3315a7-7db6-ee45-2f41-85f6a6e8ec73-1f4f62df, #w-node-f0e12d21-fc9f-5eb0-7340-b07bb45872cd-1f4f62df, #w-node-_13410933-13da-3d43-833c-a30225d62020-1f4f62df, #w-node-_13410933-13da-3d43-833c-a30225d62021-1f4f62df, #w-node-_13410933-13da-3d43-833c-a30225d62023-1f4f62df, #w-node-_13410933-13da-3d43-833c-a30225d62025-1f4f62df, #w-node-ec666297-79c6-e44e-1e4e-05ebde5fb3fa-1f4f62df, #w-node-c6de7bd9-e5dd-9a0f-9d94-8fb0be59245e-1f4f62df, #w-node-d73a3ea8-22d0-c7e5-20d3-f33cfd26ea38-1f4f62df, #w-node-_661cb2e5-4dd3-34b6-da40-95d5c50fcd82-1f4f62df, #w-node-_3c629633-2e40-64b7-0c64-9999c67c7f84-1f4f62df, #w-node-bae38afc-331a-9c02-0a73-f2bf959d54b7-1f4f62df, #w-node-abb4d538-37ad-72c8-1222-466bc8ed72dd-1f4f62df, #w-node-abb4d538-37ad-72c8-1222-466bc8ed72de-1f4f62df, #w-node-abb4d538-37ad-72c8-1222-466bc8ed72e0-1f4f62df, #w-node-abb4d538-37ad-72c8-1222-466bc8ed72e2-1f4f62df, #w-node-_8a39be84-e253-961a-ab24-d94abc119e42-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799d1-1f4f62df, #w-node-f9b23c7b-d07c-f5b4-c857-c35c768abf2b-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799d3-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799d5-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799d7-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799d9-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799da-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799dc-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799de-1f4f62df, #w-node-_09da3819-b2dd-1c8c-d1ad-774e421799e2-1f4f62df, #w-node-_8331beab-07ac-bf6a-6562-45135baa7131-15307d48, #w-node-_26c64b78-89ab-27d4-c7f9-f7f38e96054c-15307d48, #w-node-_258bc9f5-a586-2227-96af-5a7543691c06-15307d48, #w-node-_60c31b02-626e-0dab-1b6a-7b6fee9bb903-15307d48, #w-node-da85eaaa-1de9-bc3c-bdbe-e15dffbd10bf-15307d48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b29a1cd-7cc5-6c51-a6c0-9aaf8db06942-15307d48 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d2cdb598-8b96-2a3c-dfe7-3ad27c55f85e-15307d48, #w-node-_56b111d4-1a78-7935-aa1d-356ab9c9eaba-15307d48, #w-node-b982d02b-ac06-3321-fcb6-acc5b3080da2-15307d48, #w-node-_5827be31-b8ec-0fa2-9bd0-22b83619d7c0-15307d48, #w-node-c47f43ea-94c2-bf47-64ac-60d2edd9dc25-15307d48, #w-node-_2b6cbce3-1d0f-da27-5885-58d97f0030d5-15307d48, #w-node-_3c5a1d60-f436-065a-4b9f-d8d4c02e0a5d-15307d48, #w-node-_1d699666-ac20-b306-857e-0689332d4580-15307d48, #w-node-d7447fe9-9016-0467-2e68-cb94596378ca-15307d48, #w-node-_84d1cbd9-0619-cd59-a2e8-9067525020f4-15307d48, #w-node-_84d1cbd9-0619-cd59-a2e8-9067525020f7-15307d48, #w-node-_0ce181d3-27d2-b031-54b2-21085a94e5b2-15307d48, #w-node-b95d586b-0c22-f9c0-0a1e-191d4d2b7c10-15307d48, #w-node-_7512588b-855b-fa07-cfcb-aea4ac9f4928-15307d48, #w-node-b0658e93-186e-2275-a94e-5326f97d6c9b-15307d48, #w-node-fea1ce48-aa9e-14b4-46df-495a4efa4bdd-15307d48, #w-node-_00fef12c-39ab-3525-4479-eb7eb5a8ba12-15307d48, #w-node-_7e726ba8-5e59-2cfc-4ba1-f4a5d2c43a9c-15307d48, #w-node-acee3a3b-39e9-fba9-b963-f4e2c35d63dd-15307d48, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38b9-15307d48, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38ba-15307d48, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38bc-15307d48, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38be-15307d48, #w-node-_5df8c780-7d53-8f44-53e3-ded2ef82cafe-15307d48, #w-node-_31cc2166-f5ba-4c48-1257-3e5214ce74c1-15307d48, #w-node-eba7a46d-565d-3ffa-2ba4-f0ed9fc82054-15307d48, #w-node-f62e2dd8-f2c5-4a1c-1eec-fe60d2f27603-15307d48, #w-node-_914295f0-323f-11c4-f205-dc765df8ff60-15307d48, #w-node-_30347e0e-888f-5e90-7148-d56969781376-15307d48, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc1-15307d48, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc2-15307d48, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc4-15307d48, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc6-15307d48, #w-node-_6442e744-40f2-3eb9-c70e-7609016c1588-15307d48, #w-node-fd6f2490-3a22-b054-2fa1-7bbf3c4b5c36-15307d48, #w-node-c37ad749-212e-3fcd-aa03-cfdfeaede1a8-15307d48, #w-node-_923a8561-9290-cd1c-863a-291d2bce21f8-15307d48, #w-node-e8251de7-7378-28fc-976d-caea94614e72-15307d48, #w-node-_5c0871d7-b147-8211-9d91-706e7ee821dc-15307d48, #w-node-_25b71140-caae-7fa2-6718-7890f54934e6-15307d48, #w-node-_25b71140-caae-7fa2-6718-7890f54934e7-15307d48, #w-node-_25b71140-caae-7fa2-6718-7890f54934e9-15307d48, #w-node-_25b71140-caae-7fa2-6718-7890f54934eb-15307d48, #w-node-a3b1ea4c-f62d-8bda-f28e-030bbe7f38e9-15307d48, #w-node-_57798826-8bce-69bc-0094-5d12108fa4fd-15307d48, #w-node-af5de1d4-dad6-058d-bbcf-2b44a94430b5-15307d48, #w-node-_789654de-8d64-653b-3bd5-ab91f201c535-15307d48, #w-node-b4df3ca6-cc90-3b8d-689c-57abc6138984-15307d48, #w-node-_4f326d4b-4760-df2a-0905-b9a8407dea96-15307d48, #w-node-_646a9a12-f755-1ba9-0da1-7f530beb4f37-15307d48, #w-node-_646a9a12-f755-1ba9-0da1-7f530beb4f38-15307d48, #w-node-_646a9a12-f755-1ba9-0da1-7f530beb4f3a-15307d48, #w-node-_646a9a12-f755-1ba9-0da1-7f530beb4f3c-15307d48, #w-node-_36bd4e68-2f35-8f4e-13a6-92169a293a8e-15307d48, #w-node-_48dac739-3cf3-b33a-78c2-2d1ebeab68db-15307d48, #w-node-_2a95c1f7-27a0-c5f7-4b65-b400ba2d56ef-15307d48, #w-node-be6a40ef-0f00-1c6a-dca0-5660d38f417e-15307d48, #w-node-a96d5814-714b-9f1f-1c64-dc57d0726455-15307d48, #w-node-_37768e50-bc49-2804-33ad-3bea79baa173-15307d48, #w-node-_6a496fb9-0b28-dc3b-5527-0478c776369a-15307d48, #w-node-_6a496fb9-0b28-dc3b-5527-0478c776369b-15307d48, #w-node-_6a496fb9-0b28-dc3b-5527-0478c776369d-15307d48, #w-node-_6a496fb9-0b28-dc3b-5527-0478c776369f-15307d48, #w-node-_54b04122-0acb-1a46-55bf-68609d52a8bd-15307d48, #w-node-_254e8a1c-cf82-9cc0-23e1-4b8860d71e06-15307d48, #w-node-_3e296f70-2ac7-c874-18e9-239916e1efcc-15307d48, #w-node-_4ca1c6bd-ac58-2d67-496b-c37269dc5000-15307d48, #w-node-d172fb2c-cc7d-9907-ae63-e91b3247589c-15307d48, #w-node-_8f34f8d6-56bb-ab90-1da6-e0f707b6b786-15307d48, #w-node-_6ad308e1-f4db-51a1-1a16-66e972e7bb60-15307d48, #w-node-_6ad308e1-f4db-51a1-1a16-66e972e7bb61-15307d48, #w-node-_6ad308e1-f4db-51a1-1a16-66e972e7bb63-15307d48, #w-node-_6ad308e1-f4db-51a1-1a16-66e972e7bb65-15307d48, #w-node-ffac9f72-d73b-a82b-b876-fe3b022aac3a-15307d48, #w-node-efded87a-fc6e-bc33-0f91-8002f4db51de-15307d48, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc96-3eeb807a, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc98-3eeb807a, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc9a-3eeb807a, #w-node-de413027-3ed2-d52c-5057-d9b3a384cc9c-3eeb807a, #w-node-ba6550e3-301f-a9a6-bf95-59b5c954fb31-3eeb807a, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca7-3eeb807a, #w-node-de413027-3ed2-d52c-5057-d9b3a384cca9-3eeb807a, #w-node-_79a590f5-8069-0d6e-8fa3-96f47075f538-3eeb807a, #w-node-_08782e01-60c6-68b8-e2ae-81de9a8e514b-3eeb807a, #w-node-_68b9948b-baf9-34b8-b562-50c7d3d9e28a-3eeb807a, #w-node-b8e0aac6-10c1-c03a-8720-d71eab88e960-3eeb807a, #w-node-_9efd56b5-0d48-0156-1c4a-242510231f8b-3eeb807a, #w-node-c57ba182-593b-6b44-ffff-290006e460cd-3eeb807a, #w-node-_3b842c4e-9511-175e-5560-b2c052b3a6cf-3eeb807a, #w-node-_695d5a77-068d-533f-1dcf-f558772cd1fd-3eeb807a, #w-node-_328ec592-3a0f-9ce9-2167-ce3d2a882f1c-3eeb807a, #w-node-f51d0578-5f39-658f-d6ea-d6d588f103dd-3eeb807a, #w-node-_635ab374-22d1-3084-8733-0220dcbfcb05-3eeb807a, #w-node-_4c06890d-e3d4-6382-bbff-97f7f7933464-3eeb807a, #w-node-_0594c019-3ddc-4cde-df31-927e4465774a-3eeb807a, #w-node-_30f7b017-f60d-f263-b0b1-80fb7eb74acc-3eeb807a, #w-node-_507ca5dc-3ea7-7e1d-b0f3-3ec145517fc0-3eeb807a, #w-node-_744637da-368a-b48f-9e19-648efa19be0f-3eeb807a, #w-node-_744bc27d-e1d4-432c-7437-f784f035b9b8-3eeb807a, #w-node-_07bf959a-ee4e-a7e1-9e86-2eafd06c6a09-3eeb807a, #w-node-_3f0be6b5-4c78-0726-0b8a-8f417c552fd6-3eeb807a, #w-node-cd5d7330-4183-a13e-d925-d7976f8e7d9c-3eeb807a, #w-node-_6c78a9cf-482d-8e45-1990-7d6520bf3d1e-3eeb807a, #w-node-_0cd5f2ea-bb9a-72b5-1015-48aaffe83452-3eeb807a, #w-node-_355dff39-25b5-3acb-ed43-ab4e027c8d4b-3eeb807a, #w-node-_6dfca39c-8b55-d970-b074-266528f586f0-3eeb807a, #w-node-_14c24f25-99ba-49f8-29a6-92ff3f1061fc-3eeb807a, #w-node-_933730a0-b868-427e-f3d1-b23686d954f8-3eeb807a, #w-node-c9922dda-6f53-c1df-8b84-64ad738b1355-3eeb807a, #w-node-d29887cb-b7a3-f51e-a3fa-dae0db59bec5-3eeb807a, #w-node-_4610163c-eb20-8e0c-e630-e606940894ab-3eeb807a, #w-node-_9d7a1131-851f-0530-7c78-b53c69a1f2cc-3eeb807a, #w-node-_1a7c8400-185f-091e-e30c-fde4a70f34e3-3eeb807a, #w-node-b53a8c7e-dce6-628b-d54b-fdf29e837532-3eeb807a, #w-node-_60947f3c-92e6-610a-8a6d-6b6a2aeef1a5-3eeb807a, #w-node-abc2393a-ee52-b422-0095-187f252e3a77-3eeb807a, #w-node-_4ac86b59-5fa1-fea6-44ad-6209ff566a89-3eeb807a, #w-node-c77e3980-1194-649d-5593-0879c361baf6-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361baf8-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bafa-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bafc-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bafe-aed1b618 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c77e3980-1194-649d-5593-0879c361baff-aed1b618 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c77e3980-1194-649d-5593-0879c361bb01-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb03-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb05-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb07-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb09-aed1b618, #w-node-_1f5c64dc-baf0-4209-a042-53b281863e77-aed1b618, #w-node-_9d7a1d44-0461-7ede-7cdc-78da5a709d40-aed1b618, #w-node-d98ba2b2-a12e-71c0-6000-d36fac756e23-aed1b618, #w-node-_71a131fa-9216-441b-4b4a-fe5cdf7815d7-aed1b618, #w-node-_2a9bdc47-1320-7d4c-bcf5-ca8b9498bd9c-aed1b618, #w-node-_2a9bdc47-1320-7d4c-bcf5-ca8b9498bd9d-aed1b618, #w-node-_2a9bdc47-1320-7d4c-bcf5-ca8b9498bd9f-aed1b618, #w-node-_2a9bdc47-1320-7d4c-bcf5-ca8b9498bda1-aed1b618, #w-node-_26b08904-782a-22c1-a779-7ace97e01d56-aed1b618, #w-node-_9d97dd16-c8bd-9f03-be60-4aabf29b1aee-aed1b618, #w-node-_30b5bf50-d6b4-d52d-49f4-8680d1f7cba5-aed1b618, #w-node-_69cb0ee2-ad0e-971b-60fd-dc259719a274-aed1b618, #w-node-bb1e5a69-f69d-c059-d249-5cdb3a60c3e3-aed1b618, #w-node-_96e7046d-5bc7-ee92-5161-5fd17bc3f26d-aed1b618, #w-node-_3d61cdd6-59b7-e624-719b-5e259a363529-aed1b618, #w-node-_3d61cdd6-59b7-e624-719b-5e259a36352a-aed1b618, #w-node-_3d61cdd6-59b7-e624-719b-5e259a36352c-aed1b618, #w-node-_3d61cdd6-59b7-e624-719b-5e259a36352e-aed1b618, #w-node-ba961cbf-739f-26a5-d59a-b8db2b4ac655-aed1b618, #w-node-b6086a58-123d-e6e0-6eca-7978580d888d-aed1b618, #w-node-_64a991b2-3f7f-e9cb-17e3-d643bb5b6b3d-aed1b618, #w-node-b1dc78de-eefa-e008-257f-7de20955bd6a-aed1b618, #w-node-dcbd6a71-2bb6-e451-0217-115ef1395a39-aed1b618, #w-node-af77700e-cb8b-570f-06a6-60e1adc4ed60-aed1b618, #w-node-_7f3f22b5-aab0-e017-9061-977c8bfd29db-aed1b618, #w-node-_7f3f22b5-aab0-e017-9061-977c8bfd29dc-aed1b618, #w-node-_7f3f22b5-aab0-e017-9061-977c8bfd29de-aed1b618, #w-node-_7f3f22b5-aab0-e017-9061-977c8bfd29e0-aed1b618, #w-node-_8a488769-d0fa-1647-432a-427bfafef231-aed1b618, #w-node-_2ee984af-1799-cc9f-3090-bee4517b0e19-aed1b618, #w-node-_64e9b242-4d8c-ca64-0187-a5b036db128c-aed1b618, #w-node-_0737d94a-1974-4226-069b-2b49b8f62841-aed1b618, #w-node-_3e2f8952-dd65-7da7-3883-a62cb62a9105-aed1b618, #w-node-fcb5dd7a-6473-f069-8f78-b44d480b9c16-aed1b618, #w-node-ae6b82d1-b30d-e813-f1c1-e3cc0a0202e3-aed1b618, #w-node-ae6b82d1-b30d-e813-f1c1-e3cc0a0202e4-aed1b618, #w-node-ae6b82d1-b30d-e813-f1c1-e3cc0a0202e6-aed1b618, #w-node-ae6b82d1-b30d-e813-f1c1-e3cc0a0202e8-aed1b618, #w-node-_20e1193c-b285-2317-9b7c-a7645c04fba0-aed1b618, #w-node-_2a33de74-8ad3-d698-15c9-ee90aed3fc4a-aed1b618, #w-node-_5e5595e5-f539-b697-42dd-5ecc5f9bdcb8-aed1b618, #w-node-_30c422ad-2317-e097-b35e-9ab65ce64a8d-aed1b618, #w-node-_4b5b2943-4edc-c999-260c-d10c03877071-aed1b618, #w-node-c85b802f-92a2-81de-c1d3-7dfe8091dc3c-aed1b618, #w-node-edf43a7e-11f2-ffc7-b034-fdef734a0e91-aed1b618, #w-node-edf43a7e-11f2-ffc7-b034-fdef734a0e92-aed1b618, #w-node-edf43a7e-11f2-ffc7-b034-fdef734a0e94-aed1b618, #w-node-edf43a7e-11f2-ffc7-b034-fdef734a0e96-aed1b618, #w-node-_26f34dc8-c3ed-66cf-0c0a-95e4999e7a11-aed1b618, #w-node-dc4d1648-c05a-9016-5074-6590acb89010-aed1b618, #w-node-_3119a1f7-358b-65f3-8591-afa7fc4c4161-aed1b618, #w-node-_50a76973-42d8-c07f-fd14-8c0e6349df40-aed1b618, #w-node-_4c73c723-3d2e-9822-96be-66d24b90e2d4-aed1b618, #w-node-e9f3a76b-9b41-5369-c96e-8c5fa641cc12-aed1b618, #w-node-_71df2ce3-5ef0-65de-a2ca-f9a6d910dfcf-aed1b618, #w-node-_71df2ce3-5ef0-65de-a2ca-f9a6d910dfd0-aed1b618, #w-node-_71df2ce3-5ef0-65de-a2ca-f9a6d910dfd2-aed1b618, #w-node-_71df2ce3-5ef0-65de-a2ca-f9a6d910dfd4-aed1b618, #w-node-cd852334-e933-631c-f727-0239ce052d36-aed1b618, #w-node-_9f1d8e34-cc09-2243-e9b3-4681b715de0c-aed1b618, #w-node-_15ead144-dcb0-a638-6df4-f5302b7a8eb2-aed1b618, #w-node-caef0580-950d-9c2f-8e46-d2764976dc3f-aed1b618, #w-node-f8fc3b9f-894a-e0b1-56ce-0422f056baae-aed1b618, #w-node-_6afca803-e2fa-0b25-5fe2-4b9f97371470-aed1b618, #w-node-eb540415-9ab4-57e5-a045-b80bf897ab0e-aed1b618, #w-node-eb540415-9ab4-57e5-a045-b80bf897ab0f-aed1b618, #w-node-eb540415-9ab4-57e5-a045-b80bf897ab11-aed1b618, #w-node-eb540415-9ab4-57e5-a045-b80bf897ab13-aed1b618, #w-node-_98fa4b24-104b-a1b5-6d44-c667ef5b25ed-aed1b618, #w-node-_80d3059b-2ed3-e1e6-d6aa-bcbeb409ca9a-aed1b618, #w-node-b0824815-760d-8ea7-34b2-09d5267595b0-aed1b618, #w-node-_26d6ea18-9b7a-2e12-5995-5c8ec6ae1b22-aed1b618, #w-node-_70b46300-3c1b-5be2-1832-470337aaf04b-aed1b618, #w-node-_884cc56a-3077-1b43-8d43-2beada1656e7-aed1b618, #w-node-_8b7a6329-ef0e-b0a4-7183-aa51160566d6-aed1b618, #w-node-_8b7a6329-ef0e-b0a4-7183-aa51160566d7-aed1b618, #w-node-_8b7a6329-ef0e-b0a4-7183-aa51160566d9-aed1b618, #w-node-_8b7a6329-ef0e-b0a4-7183-aa51160566db-aed1b618, #w-node-_8f2b2984-7ca3-84cc-2c65-4b0a97a405f9-aed1b618, #w-node-_773c20f8-da82-5a1f-a771-5499f07eaa2c-aed1b618, #w-node-f8ab059f-e67b-2f4c-bdff-49b81bcb7a70-aed1b618, #w-node-_2907192b-2516-6db8-108a-3cac8cba2d91-aed1b618, #w-node-fba877fc-eaaa-8064-6b7a-66cb5335dbd8-aed1b618, #w-node-_8de2c37d-d636-7331-d896-4e7cc034073a-aed1b618, #w-node-_7430b654-bc19-8301-f14d-203a74f84f34-aed1b618, #w-node-_7430b654-bc19-8301-f14d-203a74f84f35-aed1b618, #w-node-_7430b654-bc19-8301-f14d-203a74f84f37-aed1b618, #w-node-_7430b654-bc19-8301-f14d-203a74f84f39-aed1b618, #w-node-_15f4c2c2-8679-b1f9-cec7-9c5623adc306-aed1b618, #w-node-ba3ca4aa-7558-ca3b-5bac-1e44f54ac7c3-aed1b618, #w-node-_5ea62210-bc8a-a3eb-fed9-0279de7afe14-aed1b618, #w-node-_470afa7a-d9fd-e633-aa6d-40424b88435c-aed1b618, #w-node-_96350d39-fc86-eb0f-c87b-b76919a42748-aed1b618, #w-node-_56bb40ba-ab09-92d9-f806-17e6295441c3-aed1b618, #w-node-ee694c9e-59fd-39a9-92d9-052ff87d4726-aed1b618, #w-node-ee694c9e-59fd-39a9-92d9-052ff87d4727-aed1b618, #w-node-ee694c9e-59fd-39a9-92d9-052ff87d4729-aed1b618, #w-node-ee694c9e-59fd-39a9-92d9-052ff87d472b-aed1b618, #w-node-_6e980ec6-935b-65ea-c586-fd4355bd1e77-aed1b618, #w-node-aa323cee-2d89-2695-2753-236a6f91c8cb-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb1f-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb21-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb23-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb25-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb27-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb28-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb2a-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb2c-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb2e-aed1b618, #w-node-c77e3980-1194-649d-5593-0879c361bb30-aed1b618, #w-node-_8331beab-07ac-bf6a-6562-45135baa7131-1ba60fbc, #w-node-_26c64b78-89ab-27d4-c7f9-f7f38e96054c-1ba60fbc, #w-node-_258bc9f5-a586-2227-96af-5a7543691c06-1ba60fbc, #w-node-_60c31b02-626e-0dab-1b6a-7b6fee9bb903-1ba60fbc, #w-node-da85eaaa-1de9-bc3c-bdbe-e15dffbd10bf-1ba60fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b29a1cd-7cc5-6c51-a6c0-9aaf8db06942-1ba60fbc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d2cdb598-8b96-2a3c-dfe7-3ad27c55f85e-1ba60fbc, #w-node-_56b111d4-1a78-7935-aa1d-356ab9c9eaba-1ba60fbc, #w-node-b982d02b-ac06-3321-fcb6-acc5b3080da2-1ba60fbc, #w-node-_5827be31-b8ec-0fa2-9bd0-22b83619d7c0-1ba60fbc, #w-node-c47f43ea-94c2-bf47-64ac-60d2edd9dc25-1ba60fbc, #w-node-_2b6cbce3-1d0f-da27-5885-58d97f0030d5-1ba60fbc, #w-node-_3c5a1d60-f436-065a-4b9f-d8d4c02e0a5d-1ba60fbc, #w-node-_1d699666-ac20-b306-857e-0689332d4580-1ba60fbc, #w-node-d7447fe9-9016-0467-2e68-cb94596378ca-1ba60fbc, #w-node-_84d1cbd9-0619-cd59-a2e8-9067525020f4-1ba60fbc, #w-node-_84d1cbd9-0619-cd59-a2e8-9067525020f7-1ba60fbc, #w-node-_0ce181d3-27d2-b031-54b2-21085a94e5b2-1ba60fbc, #w-node-b95d586b-0c22-f9c0-0a1e-191d4d2b7c10-1ba60fbc, #w-node-_7512588b-855b-fa07-cfcb-aea4ac9f4928-1ba60fbc, #w-node-b0658e93-186e-2275-a94e-5326f97d6c9b-1ba60fbc, #w-node-fea1ce48-aa9e-14b4-46df-495a4efa4bdd-1ba60fbc, #w-node-_00fef12c-39ab-3525-4479-eb7eb5a8ba12-1ba60fbc, #w-node-_7e726ba8-5e59-2cfc-4ba1-f4a5d2c43a9c-1ba60fbc, #w-node-acee3a3b-39e9-fba9-b963-f4e2c35d63dd-1ba60fbc, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38b9-1ba60fbc, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38ba-1ba60fbc, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38bc-1ba60fbc, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38be-1ba60fbc, #w-node-_5df8c780-7d53-8f44-53e3-ded2ef82cafe-1ba60fbc, #w-node-_31cc2166-f5ba-4c48-1257-3e5214ce74c1-1ba60fbc, #w-node-eba7a46d-565d-3ffa-2ba4-f0ed9fc82054-1ba60fbc, #w-node-f62e2dd8-f2c5-4a1c-1eec-fe60d2f27603-1ba60fbc, #w-node-_914295f0-323f-11c4-f205-dc765df8ff60-1ba60fbc, #w-node-_30347e0e-888f-5e90-7148-d56969781376-1ba60fbc, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc1-1ba60fbc, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc2-1ba60fbc, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc4-1ba60fbc, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc6-1ba60fbc, #w-node-_6442e744-40f2-3eb9-c70e-7609016c1588-1ba60fbc, #w-node-fd6f2490-3a22-b054-2fa1-7bbf3c4b5c36-1ba60fbc, #w-node-d1496eb2-9780-c232-c894-3a271c16d5d1-1ba60fbc, #w-node-_79cf8deb-25b4-532c-7486-7696671da159-1ba60fbc, #w-node-_126a5cdd-68ea-4497-bb46-ca11c5231c31-1ba60fbc, #w-node-d08ec1c1-c7e4-cc10-df44-95684979fe8c-1ba60fbc, #w-node-_5486c815-6c3e-3ca6-599c-13e2a31fca79-1ba60fbc, #w-node-_5486c815-6c3e-3ca6-599c-13e2a31fca7a-1ba60fbc, #w-node-_5486c815-6c3e-3ca6-599c-13e2a31fca7c-1ba60fbc, #w-node-_5486c815-6c3e-3ca6-599c-13e2a31fca7e-1ba60fbc, #w-node-_849d4b91-fd86-9ff7-996a-e2ced934ab15-1ba60fbc, #w-node-_4e4fbb2b-49af-ba7d-34a6-11259f52d14d-1ba60fbc, #w-node-df4724e6-f122-d4ad-faaf-1bf0829b10c3-1ba60fbc, #w-node-e214f21c-818b-2b9b-e74d-3d2f688506f2-1ba60fbc, #w-node-_4fd91bf8-18f7-8235-5ad2-b7949b9c8fe0-1ba60fbc, #w-node-_4727a4e8-a7a3-9e8a-6259-da1a2df46d12-1ba60fbc, #w-node-b1bf8442-fab0-4ffa-5a20-491c972f0347-1ba60fbc, #w-node-b1bf8442-fab0-4ffa-5a20-491c972f0348-1ba60fbc, #w-node-b1bf8442-fab0-4ffa-5a20-491c972f034a-1ba60fbc, #w-node-b1bf8442-fab0-4ffa-5a20-491c972f034c-1ba60fbc, #w-node-ea044ca3-1613-b0ae-1b95-056a9d23e793-1ba60fbc, #w-node-_6c79f596-0dbc-9831-94b2-4ddf363a96a6-1ba60fbc, #w-node-_668c48eb-5c28-f952-de42-b161632eb67e-1ba60fbc, #w-node-e651b1ce-60fb-8e56-2cf3-5a98705ee59f-1ba60fbc, #w-node-d20e136e-f348-7432-b737-79a5546e9395-1ba60fbc, #w-node-_74c24a3e-63d0-e494-eb5a-c4ab3c3b5570-1ba60fbc, #w-node-_98fc698c-ed6f-b1f1-e39a-be227994cab1-1ba60fbc, #w-node-_98fc698c-ed6f-b1f1-e39a-be227994cab2-1ba60fbc, #w-node-_98fc698c-ed6f-b1f1-e39a-be227994cab4-1ba60fbc, #w-node-_98fc698c-ed6f-b1f1-e39a-be227994cab6-1ba60fbc, #w-node-_2ae3b8f7-55e9-d41e-f123-4f7911c69b69-1ba60fbc, #w-node-_183ff8e6-5716-df44-953f-6d8028c657d7-1ba60fbc, #w-node-a3baeb11-d268-8f58-7370-60fe1a926f69-1ba60fbc, #w-node-b4f77e3e-fc5d-8114-0f2a-6176076c497b-1ba60fbc, #w-node-_0ef25174-b5e0-9920-1c6b-36c50f5a1fd3-1ba60fbc, #w-node-_5f2bb0fc-a37b-b946-2f0f-1e1d0bdf0b76-1ba60fbc, #w-node-_20bd6952-4a5e-3ec1-90cc-1790db606301-1ba60fbc, #w-node-_20bd6952-4a5e-3ec1-90cc-1790db606302-1ba60fbc, #w-node-_20bd6952-4a5e-3ec1-90cc-1790db606304-1ba60fbc, #w-node-_20bd6952-4a5e-3ec1-90cc-1790db606306-1ba60fbc, #w-node-_21e5e3eb-4501-babd-0114-627be1c99036-1ba60fbc, #w-node-_7695630d-85a4-1d83-e724-4bfeac684ba7-1ba60fbc, #w-node-c37ad749-212e-3fcd-aa03-cfdfeaede1a8-1ba60fbc, #w-node-_923a8561-9290-cd1c-863a-291d2bce21f8-1ba60fbc, #w-node-e8251de7-7378-28fc-976d-caea94614e72-1ba60fbc, #w-node-_5c0871d7-b147-8211-9d91-706e7ee821dc-1ba60fbc, #w-node-_25b71140-caae-7fa2-6718-7890f54934e6-1ba60fbc, #w-node-_25b71140-caae-7fa2-6718-7890f54934e7-1ba60fbc, #w-node-_25b71140-caae-7fa2-6718-7890f54934e9-1ba60fbc, #w-node-_25b71140-caae-7fa2-6718-7890f54934eb-1ba60fbc, #w-node-a3b1ea4c-f62d-8bda-f28e-030bbe7f38e9-1ba60fbc, #w-node-_57798826-8bce-69bc-0094-5d12108fa4fd-1ba60fbc, #w-node-_8331beab-07ac-bf6a-6562-45135baa7131-29730498, #w-node-_26c64b78-89ab-27d4-c7f9-f7f38e96054c-29730498, #w-node-_258bc9f5-a586-2227-96af-5a7543691c06-29730498, #w-node-_60c31b02-626e-0dab-1b6a-7b6fee9bb903-29730498, #w-node-da85eaaa-1de9-bc3c-bdbe-e15dffbd10bf-29730498 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b29a1cd-7cc5-6c51-a6c0-9aaf8db06942-29730498 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d2cdb598-8b96-2a3c-dfe7-3ad27c55f85e-29730498, #w-node-_56b111d4-1a78-7935-aa1d-356ab9c9eaba-29730498, #w-node-b982d02b-ac06-3321-fcb6-acc5b3080da2-29730498, #w-node-_5827be31-b8ec-0fa2-9bd0-22b83619d7c0-29730498, #w-node-c47f43ea-94c2-bf47-64ac-60d2edd9dc25-29730498, #w-node-_2b6cbce3-1d0f-da27-5885-58d97f0030d5-29730498, #w-node-_3c5a1d60-f436-065a-4b9f-d8d4c02e0a5d-29730498, #w-node-_1d699666-ac20-b306-857e-0689332d4580-29730498, #w-node-d7447fe9-9016-0467-2e68-cb94596378ca-29730498, #w-node-_84d1cbd9-0619-cd59-a2e8-9067525020f4-29730498, #w-node-_84d1cbd9-0619-cd59-a2e8-9067525020f7-29730498, #w-node-_0ce181d3-27d2-b031-54b2-21085a94e5b2-29730498, #w-node-b95d586b-0c22-f9c0-0a1e-191d4d2b7c10-29730498, #w-node-_7512588b-855b-fa07-cfcb-aea4ac9f4928-29730498, #w-node-b0658e93-186e-2275-a94e-5326f97d6c9b-29730498, #w-node-fea1ce48-aa9e-14b4-46df-495a4efa4bdd-29730498, #w-node-_00fef12c-39ab-3525-4479-eb7eb5a8ba12-29730498, #w-node-_7e726ba8-5e59-2cfc-4ba1-f4a5d2c43a9c-29730498, #w-node-acee3a3b-39e9-fba9-b963-f4e2c35d63dd-29730498, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38b9-29730498, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38ba-29730498, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38bc-29730498, #w-node-f75da0e9-df3a-d31b-8bd5-0750e84a38be-29730498, #w-node-_5df8c780-7d53-8f44-53e3-ded2ef82cafe-29730498, #w-node-_31cc2166-f5ba-4c48-1257-3e5214ce74c1-29730498, #w-node-eba7a46d-565d-3ffa-2ba4-f0ed9fc82054-29730498, #w-node-f62e2dd8-f2c5-4a1c-1eec-fe60d2f27603-29730498, #w-node-_914295f0-323f-11c4-f205-dc765df8ff60-29730498, #w-node-_30347e0e-888f-5e90-7148-d56969781376-29730498, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc1-29730498, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc2-29730498, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc4-29730498, #w-node-d774f38a-1e1f-e933-6738-4aab0f364dc6-29730498, #w-node-_6442e744-40f2-3eb9-c70e-7609016c1588-29730498, #w-node-fd6f2490-3a22-b054-2fa1-7bbf3c4b5c36-29730498, #w-node-c37ad749-212e-3fcd-aa03-cfdfeaede1a8-29730498, #w-node-_923a8561-9290-cd1c-863a-291d2bce21f8-29730498, #w-node-e8251de7-7378-28fc-976d-caea94614e72-29730498, #w-node-_5c0871d7-b147-8211-9d91-706e7ee821dc-29730498, #w-node-_25b71140-caae-7fa2-6718-7890f54934e6-29730498, #w-node-_25b71140-caae-7fa2-6718-7890f54934e7-29730498, #w-node-_25b71140-caae-7fa2-6718-7890f54934e9-29730498, #w-node-_25b71140-caae-7fa2-6718-7890f54934eb-29730498, #w-node-a3b1ea4c-f62d-8bda-f28e-030bbe7f38e9-29730498, #w-node-_57798826-8bce-69bc-0094-5d12108fa4fd-29730498 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-def20c54-99d6-02cc-14fe-1ea916a5ca19-30833185, #w-node-def20c54-99d6-02cc-14fe-1ea916a5ca23-30833185, #w-node-f6236154-d596-d273-d6eb-f36ffaf02043-30833185, #w-node-_36147943-1adc-1b03-c569-827c336e5e6b-e0623a90, #w-node-e23b9b3c-bf19-1763-8b78-79ba706f741a-92a30e25, #w-node-f23b141b-a0b8-9620-6ff5-47b702de6df6-92a30e25 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f6236154-d596-d273-d6eb-f36ffaf02058-30833185, #w-node-_36147943-1adc-1b03-c569-827c336e5e74-e0623a90 {
    justify-self: end;
  }

  #w-node-_397acc02-04aa-330f-9a07-c698eb3af6b4-c20f8f75 {
    justify-self: center;
  }

  #w-node-_397acc02-04aa-330f-9a07-c698eb3af6c6-c20f8f75 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7390e3ff-4a89-d4ff-926b-0c51dcab1b25-e0b9c2f3, #w-node-_7390e3ff-4a89-d4ff-926b-0c51dcab1b27-e0b9c2f3, #w-node-_7390e3ff-4a89-d4ff-926b-0c51dcab1b2c-e0b9c2f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7390e3ff-4a89-d4ff-926b-0c51dcab1b2e-e0b9c2f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_6a7f97d2-c73b-afad-543d-177cbbdff02f-e0b9c2f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a7f97d2-c73b-afad-543d-177cbbdff031-e0b9c2f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_7390e3ff-4a89-d4ff-926b-0c51dcab1b1b-03b823fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_14b8a822-f259-2173-1fa6-f877665b553e-03b823fe, #w-node-c5f5d0e0-7ace-46ef-2f16-d9c4073b0b69-03b823fe, #w-node-d7707f89-1e66-b12c-103e-4a52a09e65f4-03b823fe, #w-node-_3346ba5a-0170-df40-8a7f-91cd2d23dde2-03b823fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_902db9b9-ae51-5be4-2a76-fbbceb189b1f-03b823fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_902db9b9-ae51-5be4-2a76-fbbceb189b24-03b823fe, #w-node-_902db9b9-ae51-5be4-2a76-fbbceb189b2b-03b823fe, #w-node-_902db9b9-ae51-5be4-2a76-fbbceb189b30-03b823fe, #w-node-_902db9b9-ae51-5be4-2a76-fbbceb189b35-03b823fe, #w-node-a466a334-dd8a-b867-d721-f6ec207474f5-03b823fe, #w-node-_3dc8533a-b07d-996f-aa21-f0db8aa3973d-03b823fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f6236154-d596-d273-d6eb-f36ffaf02043-30833185 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6236154-d596-d273-d6eb-f36ffaf02058-30833185 {
    justify-self: center;
  }

  #w-node-_36147943-1adc-1b03-c569-827c336e5e6b-e0623a90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36147943-1adc-1b03-c569-827c336e5e74-e0623a90 {
    justify-self: center;
  }

  #w-node-_63f0bffc-8c5e-3030-51f3-adf45885c633-600279d3, #w-node-_2a39b52a-9046-288b-aff8-22678853f93c-600279d3, #w-node-e2980b1e-3482-b938-bb22-133e28d8560f-600279d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7390e3ff-4a89-d4ff-926b-0c51dcab1b1b-e0b9c2f3, #w-node-_14b8a822-f259-2173-1fa6-f877665b553e-e0b9c2f3, #w-node-c5f5d0e0-7ace-46ef-2f16-d9c4073b0b69-e0b9c2f3, #w-node-d7707f89-1e66-b12c-103e-4a52a09e65f4-e0b9c2f3, #w-node-_7390e3ff-4a89-d4ff-926b-0c51dcab1b22-e0b9c2f3, #w-node-_7390e3ff-4a89-d4ff-926b-0c51dcab1b29-e0b9c2f3, #w-node-_6a7f97d2-c73b-afad-543d-177cbbdff02c-e0b9c2f3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_11282505-7530-f123-0abb-13a674207edb-03b823fe, #w-node-_7a97edf5-b296-60ea-a176-73d232419560-03b823fe, #w-node-_6698ef5d-ac04-f87b-b832-7c9ec6616eba-03b823fe, #w-node-_21882780-c05e-481a-9112-cf987ed66341-03b823fe, #w-node-_7390e3ff-4a89-d4ff-926b-0c51dcab1b1b-03b823fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_14b8a822-f259-2173-1fa6-f877665b553e-03b823fe, #w-node-c5f5d0e0-7ace-46ef-2f16-d9c4073b0b69-03b823fe, #w-node-d7707f89-1e66-b12c-103e-4a52a09e65f4-03b823fe, #w-node-_3346ba5a-0170-df40-8a7f-91cd2d23dde2-03b823fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_902db9b9-ae51-5be4-2a76-fbbceb189b1f-03b823fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_902db9b9-ae51-5be4-2a76-fbbceb189b24-03b823fe, #w-node-_902db9b9-ae51-5be4-2a76-fbbceb189b2b-03b823fe, #w-node-_902db9b9-ae51-5be4-2a76-fbbceb189b30-03b823fe, #w-node-_902db9b9-ae51-5be4-2a76-fbbceb189b35-03b823fe, #w-node-_4f33329d-cf0f-b8e1-77b7-c4ddf540f563-9bf6a26c, #w-node-a6c695c5-58f3-75d5-b443-4cbd4180fdc7-9bf6a26c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f6236154-d596-d273-d6eb-f36ffaf02043-30833185, #w-node-_36147943-1adc-1b03-c569-827c336e5e6b-e0623a90 {
    justify-self: auto;
  }

  #w-node-f23b141b-a0b8-9620-6ff5-47b702de6df6-92a30e25 {
    justify-self: center;
  }
}


