:root {
  --headings01: "Noto Serif JP", sans-serif;
  --paragraphtop: "Noto Sans JP", sans-serif;
  --none: #b4b7eeb3;
  --secondary-button: #5f239a;
  --main-button-color: #000;
  --gradient-01\<deleted\|variable-92c57d9a\>: #b276af;
}

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

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

.w-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-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  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-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutpaymentsummarywrapper, .w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 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-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }
}

body {
  font-family: var(--headings01);
  color: #000;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

h1 {
  color: #356158;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3;
}

h2 {
  color: #356158;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: #356158;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  color: #356158;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  color: #356158;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  color: #356158;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  font-family: var(--paragraphtop);
  color: #5c5c5c;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

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

li {
  font-family: var(--paragraphtop);
  color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 400;
}

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

blockquote {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--none);
  text-transform: none;
  border-radius: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 20px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.white-colors-show-case {
  background-color: #fff;
  border-radius: 300px;
  width: 54px;
  height: 54px;
  box-shadow: 0 0 9px #00000047;
}

.white-colors-show-case.black {
  background-color: var(--secondary-button);
  box-shadow: none;
}

.color-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.black-background {
  background-color: #e4e4e4;
}

.color-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

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

.black-background-padding {
  padding: 40px;
}

.container {
  z-index: 1;
  text-align: center;
  background-color: #bea8d200;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: .5em 1em;
  display: block;
  position: static;
}

.container.navbar-container {
  background-color: #f4f0f8;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

._100width {
  width: 100%;
}

.fade-in-on-scroll {
  padding-right: 0;
}

.border-box {
  border: 1px solid #cdcdcd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button {
  background-color: var(--main-button-color);
  color: #fff;
  text-align: center;
  border-radius: 200px;
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 400;
  transition: transform .525s cubic-bezier(.175, .885, .32, 1.275), background-color .45s;
}

.button:hover {
  transform: scale(1.05);
}

.button.outline {
  box-shadow: none;
  color: #000;
  background-color: #fff0;
  background-image: none;
  border: 1px solid #000;
}

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

.button.secondary {
  color: #000;
  background-color: #fff;
  font-weight: 400;
}

.button.green {
  background-color: var(--none);
  opacity: 1;
  color: #5f239a;
  text-shadow: 0 1px 6px #4b00849c;
  mix-blend-mode: hard-light;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.style-guide-box-holder {
  background-color: #fff;
  padding: 20px;
}

.style-guide-box-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.colors-buttons {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.section {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px #c0c0e6;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
  position: relative;
}

.section.grey-section {
  background-color: #f6f1fbad;
  display: flex;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #e2e2e2;
  border: 2px solid #ebebeb;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

._8-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._6-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cols-text {
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.navbar {
  z-index: 20;
  background-color: var(--none);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0%;
}

.navbar-holder {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.navbar-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-link-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-menu-link-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.brand-image-inverted {
  filter: invert();
  width: 100%;
}

.nav-menu {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.nav-links {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  height: 100%;
  color: var(--secondary-button);
  mix-blend-mode: normal;
  border-bottom: 3px solid #fff0;
  outline: 3px #000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  bottom: -1px;
}

.nav-link:hover {
  text-shadow: 3px 3px 5px #fff;
}

.nav-link.w--current {
  color: var(--secondary-button);
  mix-blend-mode: normal;
  border-bottom-style: none;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.nav-link.w--current:hover {
  color: var(--secondary-button);
  text-shadow: 3px 3px 4px #fff;
}

.footer-wrapper {
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 20px 20px;
  display: block;
}

.footer-brand {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 60px;
  display: flex;
}

.footer-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-link {
  color: #7c8995;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

.footer-link:hover {
  color: #000;
}

.footer-divider {
  text-align: center;
  border-top: 1px solid #7c89953d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
}

.footer-copyright-center {
  color: #431473b5;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
}

.footer-paragraph-holder {
  max-width: 400px;
  margin-top: 40px;
}

.footer-brand-image {
  text-align: center;
  width: auto;
  max-width: 70%;
}

.footer-copyright-holder {
  text-align: center;
}

.black-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  transition: color .375s;
}

.black-link:hover {
  color: #a1a1a1;
}

.toptitle1 {
  color: #5f239a;
  letter-spacing: .12em;
  text-shadow: 5px 5px 5px #00000026;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.toptitle1.low-cap {
  text-transform: lowercase;
}

.black-text {
  color: #000;
}

.featured-logo-wrapper {
  width: 110px;
}

.title-container {
  max-width: 762px;
}

.paragraph-holder {
  max-width: 465px;
}

.early-access-card {
  perspective: 1500px;
  width: 100%;
  min-width: 370px;
  position: relative;
}

.early-access-tag-holder {
  grid-column-gap: 10px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew;
  font-size: 18px;
  display: flex;
}

.early-access-title-holder {
  max-width: 349px;
}

.power-feature-heading {
  font-size: 20px;
}

.testimonial-slide {
  width: 100%;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  left: -15px;
}

.hide {
  display: none;
}

.pricing-tag {
  color: #000;
  font-family: IBM Plex Sans;
  font-size: 18px;
}

.pricing-header {
  font-size: 42px;
  font-weight: 500;
}

.pricing-list-holder {
  border-top: 1px solid #414142;
  border-bottom: 1px solid #414142;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.checked-list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.pricing-footer-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-form-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  display: flex;
  position: relative;
}

.cta-form-holder.no-paddings {
  width: auto;
  padding-top: 13px;
  padding-bottom: 13px;
}

.submit-button {
  background-color: var(--none);
  text-align: center;
  border-radius: 8px;
  height: 50px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .375s;
  position: absolute;
  right: 0;
}

.submit-button:hover {
  background-color: #000;
}

.error-message {
  box-shadow: none;
  color: #ff1717;
  text-align: center;
  background-color: #fff;
  border: 1px solid #aa5252;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 15px 21px;
  font-size: 18px;
  font-weight: 600;
}

.error-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.help-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-container {
  border-right: 1px solid #d3d3d3;
  min-width: 280px;
  padding-top: 80px;
  position: relative;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder:hover {
  color: #000;
}

.help-icon-holder {
  width: 8px;
}

.help-icon {
  width: 100%;
}

.help-link-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 16px;
  opacity: .5;
  color: #000;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  border-right: 3px solid var(--none);
  opacity: 1;
}

.help-link-icon-holder {
  width: 26px;
}

.help-link-icon {
  filter: invert();
  width: 100%;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  opacity: 1;
  background-color: #fafafa;
  border: 1px solid #ececec;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 14px 71px #23232317;
}

.figma-file-container.center {
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.figma-file-icon-holder {
  width: 41px;
  min-width: 41px;
  height: 41px;
}

.figla-file-icon {
  filter: invert();
  width: 100%;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.figma-header {
  font-size: 24px;
}

.full-width-image-holder {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.full-width-image {
  border-radius: 10px;
  width: 100%;
}

.content {
  grid-row-gap: 8px;
  perspective: 1500px;
  flex-direction: column;
  display: flex;
}

.sticky {
  position: sticky;
  top: 85px;
}

.link {
  color: #000;
  text-decoration: underline;
  transition: color .375s;
}

.link:hover {
  color: #afafaf;
}

.change-log-block-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

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

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

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

._404 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: relative;
}

.brand.w--current {
  width: auto;
}

.headings-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.title-paragraph-holder {
  text-align: left;
  max-width: 420px;
}

.app-feature-holder {
  width: 100%;
}

.tabs {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-section-heading-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 60%;
  display: flex;
  position: relative;
}

.hero-section-heading-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.hero-paragraph-holder {
  text-shadow: 5px 5px 3px #00000026;
  max-width: 630px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
}

.hero-section-wrapper {
  -webkit-text-stroke-width: 0px;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  padding-top: 64px;
  display: block;
  position: static;
  overflow: hidden;
}

.center-text {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.super-feature-icon-holder {
  background-image: linear-gradient(#fb5086, #fc8f3f);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 107px;
  margin-top: -60px;
  display: flex;
}

.experience-cards {
  flex-direction: column;
  display: flex;
}

.early-access-title {
  max-width: 405px;
}

.early-access-tag-holder-2 {
  grid-column-gap: 10px;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.icon-bullet-points-container {
  grid-column-gap: 14px;
  display: flex;
}

.blog-grid-wrapper.no-padding {
  padding-top: 0;
}

.blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-grid._02 {
  grid-template-columns: 1fr 1fr;
}

.blog-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  flex-direction: column;
  transition: transform .45s;
}

.blog-item:hover {
  transform: translate(0, -8px);
}

.blog-thumbnail-holder {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-thumbnail-holder.shop {
  height: auto;
  margin-bottom: 12px;
}

.blog-thumbnail-holder.smaller {
  height: 200px;
}

.blog-thumbnail {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.blog-title {
  color: #000;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.form-holder {
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.cta-text-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  width: 400px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 100px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .45s;
  box-shadow: 0 5px 20px #0000001f;
}

.cta-text-field:focus {
  border-color: #8a8a8a;
}

.cta-text-field::placeholder {
  color: #00000070;
}

.cta-text-field.no-width {
  width: 100%;
}

.hero-text-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.hero-text-holder {
  perspective: 1500px;
}

.success-message {
  border: 2px solid var(--main-button-color);
  color: #000;
  -webkit-text-stroke-color: var(--main-button-color);
  background-color: #fff;
  border-radius: 11px;
  font-size: 18px;
  font-weight: 600;
}

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

.footer-text {
  color: #000;
  font-size: 32px;
}

.share-social-media-icon-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .6;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .3s, transform .375s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.share-social-media-icon-holder:hover {
  opacity: 1;
  transform: scale(1.2);
}

.share-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 24px;
}

.blog-name-details {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-date {
  color: #7d7d7d;
  letter-spacing: .5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.5px;
}

.blog-details-holder {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

.blog-details-main-image {
  width: 100%;
}

.share-blog-icons {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-details---title {
  max-width: 570px;
  font-size: 42px;
  font-weight: 600;
}

.blog-details-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
}

.blog-details-main-image-holder {
  border-radius: 14px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.reviews {
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding-section {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.padding-section.top-exxtra {
  padding-top: 100px;
  padding-bottom: 20px;
}

.grey-card-content {
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 31px;
  display: flex;
}

.fast-feature {
  grid-column-gap: 16px;
  display: flex;
}

.caption {
  color: #356158;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.caption.old-price {
  color: #adadad;
  font-weight: 300;
  text-decoration: line-through;
}

.tab-section {
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.testimonal-slide {
  width: 100%;
  height: auto;
  margin-right: 30px;
}

.testimonal-slider {
  background-color: #ddd0;
  height: auto;
  padding-top: 30px;
  padding-bottom: 80px;
}

.blog-grid-holder {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-wraper {
  position: sticky;
  top: 120px;
}

.read-more {
  align-items: center;
  display: flex;
}

.tag-text {
  color: #000;
  text-transform: uppercase;
}

.titles-grid {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.title-paragraph-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 540px;
  display: flex;
}

.app-features {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  flex-direction: column;
  padding: 44px;
  display: flex;
}

.price {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.pricing-button-holder {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.questions-container {
  cursor: pointer;
  border: 1px solid #cfcfcf;
  border-radius: 14px;
  flex-direction: column;
  padding: 15px;
  transition: background-color .325s;
  display: flex;
}

.questions-container:hover {
  background-color: #f3f3f3;
}

.about-cads {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 2px solid #e8e8e8;
  border-radius: 9px;
  flex-direction: column;
  padding: 36px;
  transition: border-color .425s, box-shadow .4s, background-color .4s;
  display: flex;
}

.about-cads:hover {
  background-color: #f3f3f3;
  border-color: #d8d8d8;
  box-shadow: 0 5px 14px #0000001a;
}

.team-slide {
  height: auto;
  margin-right: 170px;
}

.brand-image {
  opacity: 0;
  width: 130px;
  position: absolute;
}

.fixed-navbar {
  z-index: 20;
  position: fixed;
  inset: 0% 0% auto;
}

.cart-button {
  background-color: #3898ec00;
  padding: 0;
  position: relative;
}

.cart-quantity {
  color: #fff;
  background-color: #000;
  min-width: 4px;
  height: 4px;
  margin-left: 0;
  padding: 0;
  font-size: 0;
  position: absolute;
  inset: -2px -2px auto auto;
}

.cart {
  padding-right: 32px;
}

.pricing-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.category-list {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.category {
  display: flex;
}

.category-link {
  color: #575757;
  background-color: #dfdfdf;
  border-radius: 40px;
  padding: 9px 22px;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .325s;
  display: block;
}

.category-link:hover {
  background-color: #a8a8a887;
}

.category-link.w--current {
  background-color: var(--none);
  color: #fff;
}

.view-details {
  opacity: 0;
  background-image: linear-gradient(0deg, #00000061, #0000 47%);
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  transition: opacity .425s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-details:hover {
  opacity: 1;
}

.category-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.product-gird {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  perspective: 1156px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.product-image-holder {
  width: 100%;
}

.product-image {
  border-radius: 7px;
  width: 100%;
}

.product-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.price-big {
  color: #000;
  font-size: 42px;
  font-weight: 700;
}

.product-description {
  margin-top: 32px;
}

.quantity-holder {
  background-color: #f9fafb;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  align-items: center;
  height: 36px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding-left: 12px;
  display: flex;
}

.field-label {
  color: #575757;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.quantity {
  color: #575757;
  background-color: #fafafa00;
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.default-state {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.block-content {
  border: 1px #000;
  flex-direction: column;
  display: flex;
}

.customer-info {
  background-color: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 10px 6px -4px #0000000d;
}

.checkout-form {
  background-color: #fff;
}

.text-field-simple {
  width: 100%;
  height: 50px;
  color: var(--none);
  background-color: #fbfbfb;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 14px 20px -12px #001a3321;
}

.text-field-simple:hover {
  border-color: #1b8fff;
  box-shadow: 0 14px 52px #68686857;
}

.text-field-simple:focus {
  border-color: #161616;
  box-shadow: 0 3px 52px #001a3357;
}

.text-field-simple::placeholder {
  color: #afafaf;
  font-size: 15px;
  font-weight: 400;
}

.field-label-simple {
  color: #575757;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.line-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
}

.cart-header {
  border: 1px #000;
  border-bottom: 1px solid #dfdfdf;
}

.cart-footer {
  border: 1px #000;
}

.close-button {
  width: 16px;
}

.x-icon {
  width: 100%;
}

.x-icon.small {
  width: 10px;
}

.cart-container {
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  min-width: 400px;
}

.cart-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.cart-item {
  border-bottom: 1px solid #cfcfcf;
  flex-direction: column;
  padding-top: 14px;
  padding-bottom: 14px;
}

.cart-item:last-child {
  border-bottom-style: none;
}

.cart-poduct-holder {
  width: 100%;
  display: flex;
  position: relative;
}

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

.cart-price {
  opacity: .74;
  color: #5e5e5e;
  font-size: 17px;
  font-weight: 400;
}

.remove-button {
  background-color: #dfdfdf;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-thumbnail {
  border-radius: 8px;
  width: 100px;
}

.div-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding-right: 20px;
}

.cart-list {
  padding-top: 0;
  padding-bottom: 0;
}

.price-small {
  color: #000;
  font-size: 28px;
  font-weight: 600;
}

.empty-state {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
}

.navbar-items {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-section-text-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.hero-text {
  color: #fff;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 150px;
  line-height: 1.1;
}

.hero-text.small-text {
  font-size: 54px;
  font-weight: 500;
}

.hero-text.shadows {
  text-shadow: 0 14px 31px #00000038, 0 56px 56px #0000001c, 0 127px 76px #0000001c, 0 90px 226px #00000008;
}

.hero-text-container {
  grid-column-gap: 12px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 480px;
  height: 100%;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.image-holder {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.content-image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-image.smaller {
  height: 100%;
}

.big-section {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 90vh;
  margin-top: 20px;
  display: block;
  position: relative;
  overflow: visible;
}

.testimonal-tab {
  grid-column-gap: 35px;
  background-image: radial-gradient(circle at 50% 0, #fff, #fff0);
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: center;
  min-height: 520px;
  margin-top: 30px;
  padding: 32px 32px 65px;
  display: flex;
}

.testimonal-content-holder {
  background-image: url('../images/Qoute-01.svg'), url('../images/Qoute-02.svg');
  background-position: 99% 97%, 1% 1%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  max-width: 750px;
  padding: 21px;
}

.testimonal-text {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}

.tetsimonal-link {
  background-color: #ddd0;
  border: 1px #000;
  border-top: 3px solid #0000;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  padding-top: 16px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-color .5s;
  display: flex;
}

.tetsimonal-link.w--current {
  border-style: solid none none;
  border-width: 3px;
  border-color: var(--none) black black;
  background-color: #ddd0;
}

.testimonal-person {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.testimonal-person-image {
  object-fit: cover;
  border-radius: 300px;
  width: 100px;
  height: 100px;
}

.testimonal-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.testimonal-name {
  font-family: var(--headings01);
  font-size: 20px;
  font-weight: 500;
}

.testimonal-job-position {
  opacity: .7;
}

.testimonal-job-position-holder {
  color: #7a7a7a;
  max-width: 160px;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  border-top: 1px solid #e2e2e2;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.left-image-holder {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  align-items: center;
  width: 42%;
  height: 80%;
  display: flex;
  position: absolute;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.features-wrapper {
  width: 55%;
}

.features-container {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.chemistry-grid {
  grid-column-gap: 9px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  margin-top: 30px;
}

.chemistry {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border: 1px solid #f4f0f8;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 23px;
  transition: box-shadow .35s;
  display: flex;
}

.chemistry:hover {
  box-shadow: 2px 2px 5px 2px #00000026;
}

.chemistry-icon {
  width: 22px;
}

.chemistry-title {
  color: #5f239a;
  letter-spacing: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.feature-button-holder {
  margin-top: 80px;
}

.perspective {
  perspective: 1500px;
}

.text-holder {
  z-index: 2;
  grid-column-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 430px;
  display: flex;
}

.hero-button-holder {
  z-index: 4;
  position: relative;
}

.hero-paddings {
  background-color: #f4f0f8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta-section-wrapper {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bg-image-holder {
  background-color: var(--none);
  pointer-events: none;
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg-image._02 {
  z-index: 2;
  opacity: 1;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff0;
  background-clip: border-box;
  width: auto;
  height: auto;
  display: block;
  position: static;
  left: 16px;
  overflow: hidden;
}

.text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-wrapper._02 {
  margin-top: -25px;
}

.leaf-image {
  z-index: 2;
  opacity: 1;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.simple-features {
  grid-column-gap: 40px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.simple-features-grid {
  place-items: center;
}

.simple-images-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 1500px;
  flex-flow: column;
  display: flex;
}

.simple-image {
  border-radius: 0;
  overflow: hidden;
  box-shadow: 5px 8px 20px #2e2e2e1a, 20px 31px 37px #2e2e2e17, 45px 69px 50px #2e2e2e0d, 80px 123px 60px #2e2e2e03;
}

.simple-feature-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.product-title {
  color: var(--none);
  font-size: 26px;
  font-weight: 500;
}

.category-simple-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.category-simple {
  color: #6d6d6d;
  margin-bottom: 0;
  font-size: 16px;
}

.product-title-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.see-more-button {
  margin-top: 32px;
  margin-bottom: 24px;
}

.product-image-thumbnail {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.simple-image-still {
  width: 100%;
}

.div-block-2 {
  z-index: 2;
  border-radius: 10px;
  max-width: 500px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-3 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  margin-top: 0;
  line-height: 1;
  position: absolute;
}

.image {
  pointer-events: auto;
  border-radius: 20px;
}

.image-2 {
  max-height: 143px;
}

.heading {
  color: #fff;
}

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

.div-block-4 {
  z-index: 1;
  position: static;
  inset: auto 0% 0%;
}

.image-4 {
  z-index: 3;
  position: absolute;
  inset: 100px auto auto 0%;
}

.div-block-5 {
  background-color: #0000;
}

.heading-2 {
  color: #5f239a;
  text-align: center;
  letter-spacing: .12em;
  text-shadow: 5px 5px 5px #00000026;
  background-color: #f4f0f8;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 400;
}

.heading-3 {
  color: #880336;
  text-shadow: 5px 5px 3px #00000026;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 300;
}

.list-item {
  list-style-type: disc;
  display: inline;
}

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

.heading-4 {
  color: #5f239a;
  text-shadow: 5px 5px 5px #00000026;
  background-color: #f4f0f8;
  border-top: 1px #afaff8;
  border-bottom: 1px #afaff8;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
}

.list-item-3 {
  list-style-type: square;
}

.text-block {
  color: #000;
}

.text-block-2 {
  color: #000;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.heading-5 {
  color: #fff;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 40px;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.div-block-6 {
  z-index: 3;
  background-color: #bd6c83b0;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  margin-top: 100px;
  font-size: 16rem;
  display: block;
  position: absolute;
}

.fab-wrapper {
  z-index: 999;
  margin-right: 10px;
  position: fixed;
  inset: 30px 5px auto auto;
}

.button-2 {
  text-align: center;
  background-color: #d56b6b;
  border-radius: 19px;
  padding: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  transition: all .4s;
  box-shadow: 0 2px 5px #0003;
}

.button-2:hover {
  background-color: #5f239a;
  background-image: radial-gradient(circle closest-corner, #9e6fcd, #5f239a);
  padding-left: 20px;
  padding-right: 20px;
}

.image-5 {
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}

.heading-6 {
  color: #880336;
  border: 1px solid #9e3738;
  border-radius: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-7 {
  color: #880336;
  -webkit-text-stroke-width: 0px;
  text-overflow: clip;
  overflow-wrap: normal;
  border: 1px solid #9e3738;
  border-radius: 15px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 24px;
  font-weight: 700;
}

.heading-8 {
  box-sizing: border-box;
  color: #880336;
  border: 1px solid #9e3738;
  border-radius: 15px;
}

.heading-9 {
  color: #880336;
  border: 1px solid #9e3738;
  border-radius: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-10 {
  color: #880336;
  border: 1px solid #9e3738;
  border-radius: 20px;
}

.heading-11 {
  color: #880336;
  text-align: center;
  border: 1px solid #9e3738;
  border-radius: 15px;
}

.heading-12, .heading-13, .heading-14, .heading-15 {
  color: #880336;
  border: 1px solid #9e3738;
  border-radius: 15px;
}

.div-block-7 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 100px;
}

.cell {
  display: block;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 100px;
}

.cell-2, .cell-3 {
  display: block;
}

.cell-4 {
  text-align: center;
  display: block;
}

.cell-5, .cell-6 {
  display: block;
}

.cell-7 {
  border-radius: 15px;
  display: block;
}

.cell-8 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.cell-9, .cell-10 {
  text-align: center;
  display: block;
}

.cell-11, .cell-12 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.bold-text {
  color: #5f239a;
  font-family: Noto Serif JP, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
}

.paragraph {
  font-family: var(--paragraphtop);
  color: #333;
  text-align: left;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

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

.cell-13 {
  text-align: center;
  display: block;
}

.code-embed {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 50%;
  margin-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-6 {
  color: #fff;
  max-width: 80%;
  transition: box-shadow .35s;
}

.image-7, .image-8, .image-9 {
  max-width: 80%;
}

.top-wrapper {
  z-index: 998;
  margin-left: 140px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-block-3 {
  color: #3f0b73;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.image-10, .image-11 {
  max-width: 80%;
}

.cell-14, .cell-15 {
  display: block;
}

.image-12 {
  max-width: 80%;
}

.text-block-4 {
  color: #000;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 300;
  line-height: 1.8;
}

.div-block-13 {
  background-image: url('../images/topmenubakc.png');
  background-position: 0 0;
  background-size: auto;
  max-width: 100%;
}

.section-2 {
  background-image: url('../images/topmenubakc.png');
  background-position: 0 0;
  background-size: auto;
}

.cell-16 {
  display: block;
}

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

.video {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  overflow: visible;
}

.heading-16 {
  color: #5f239a;
  text-align: center;
  text-shadow: 5px 5px 5px #00000026;
  background-color: #f4f0f8;
  border-top: 1px #afaff8;
  border-bottom: 1px #afaff8;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
}

.image-13 {
  max-width: 100%;
}

.div-block-14 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 233px;
  display: flex;
}

.paragraph-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

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

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

.title2 {
  color: #5f239a;
  text-shadow: 5px 5px 5px #00000026;
  font-size: 26px;
}

.div-block-16 {
  z-index: 4;
  background-color: #b84767b0;
  margin-top: 240px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.code-embed-2 {
  display: flex;
}

.fab-wrapper2 {
  z-index: 998;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  position: fixed;
  inset: 0% 0% auto auto;
}

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

.text-block-6 {
  color: #fff;
  text-align: left;
  background-color: #ae667300;
  border: 1px #000;
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.image-14 {
  text-align: center;
  max-width: 30%;
  margin-left: 460px;
  display: block;
}

.heading-18 {
  color: #b86d99;
  text-align: left;
  border: 1px #ba6a9a;
  border-bottom-style: solid;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 60px;
  padding-bottom: 10px;
  font-size: 20px;
  display: block;
}

.paragraph-3 {
  color: #333;
  text-align: left;
  margin-left: 40px;
  margin-right: 60px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.8;
}

.heading-19 {
  color: #5f239a;
  text-align: center;
  text-shadow: 5px 5px 5px #00000026;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  display: block;
}

.div-block-17 {
  padding-top: 20px;
  font-weight: 700;
}

.div-block-19 {
  background-image: linear-gradient(#fff, #f4f0f8 50%, #fff);
  margin-bottom: 20px;
  margin-right: 10px;
}

.text-block-7 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.link-3 {
  color: #910336;
}

.link-4 {
  color: #880336;
}

.siteindex {
  font-family: var(--paragraphtop);
  color: #545454;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
}

.link-5 {
  color: #880336;
  font-family: Noto Sans JP, sans-serif;
}

.link-6 {
  color: #880336;
}

.text-block-8 {
  color: #6902c4;
  text-shadow: 5px 5px 5px #00000026;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-block-8:hover {
  color: #fff;
}

.div-block-20 {
  border: 1px solid #f4f0f8;
  border-radius: 10px;
  padding: 18px 15px;
}

.div-block-20:hover {
  color: #fff;
  background-color: #bdbee3;
  box-shadow: 2px 2px 10px 2px #00000026;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13 {
  display: block;
}

.paragraph-4 {
  color: #333;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-5 {
  color: #333;
  text-align: left;
  margin-bottom: 40px;
  margin-left: 40px;
  font-size: 16px;
  line-height: 1.8;
}

.heading-20 {
  color: #5f239a;
  text-align: center;
  text-shadow: 5px 5px 5px #00000026;
  background-color: #f4f0f8;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 26px;
}

.image-15 {
  max-width: 20%;
  margin-right: 20px;
  padding-right: 0;
  box-shadow: 0 2px 5px 3px #00000026;
}

.div-block-21 {
  margin-bottom: 20px;
}

.image-16 {
  max-width: 25%;
}

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

.image-17, .image-18 {
  max-width: 20%;
  margin-right: 20px;
  padding-right: 0;
  box-shadow: 0 2px 5px 3px #00000026;
}

.text-span {
  color: #230447;
}

.image-19 {
  max-width: 60%;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  color: #5f239a;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-6 {
  margin-left: 40px;
  margin-right: 40px;
}

.heading-21 {
  color: #5f239a;
  text-align: center;
  text-shadow: 5px 5px 5px #00000026;
  font-size: 38px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "Area"
                 "."
                 / .75fr 1fr;
}

.fs-table_instance {
  margin-left: 140px;
  margin-right: 140px;
  display: block;
}

.fs-table_cell {
  text-align: left;
  background-color: #ceced9;
  border: 1px solid #ddd;
  margin-left: 100px;
  padding: 8px;
}

.fs-table_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table_body {
  margin-left: 100px;
}

.fs-table_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table-2_instance {
  margin-left: 220px;
  margin-right: 220px;
  display: block;
}

.fs-table-2_cell {
  text-align: center;
  background-color: #b4b3d7;
  border: 1px solid #ddd;
  padding: 0;
}

.fs-table-2_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-2_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.div-block-23 {
  background-color: #fff;
  display: block;
}

.text-block-9, .text-block-10, .text-block-11, .text-block-12 {
  background-color: #fff;
}

.list-item-4, .list-item-5, .list-item-6 {
  list-style-type: none;
}

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

.image-20 {
  border-radius: 15px;
  max-width: 70%;
}

.columns {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-22, .heading-23, .heading-24 {
  color: #5f239a;
  font-family: Noto Serif JP, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #b8b7db;
  border-radius: 15px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  transition: box-shadow .2s;
  display: flex;
  left: 0;
  right: 0;
}

.column:hover {
  box-shadow: 2px 2px 5px 2px #00000026;
}

.column-2 {
  border: 1px solid #b8b7db;
  border-radius: 15px;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  left: 10px;
  right: 0;
}

.column-2:hover {
  box-shadow: 2px 2px 5px 2px #00000026;
}

.column-9 {
  border: 1px solid #b8b7db;
  border-radius: 15px;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  left: 20px;
  right: 0;
}

.column-9:hover {
  box-shadow: 2px 2px 5px 2px #00000026;
}

.paragraph-7 {
  font-family: var(--paragraphtop);
  color: #420000;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.heading-25 {
  font-family: var(--paragraphtop);
  color: #78445d;
  text-align: left;
  background-color: #f4f0f8;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.div-block-24 {
  margin-bottom: 20px;
}

.text-block-13 {
  font-family: var(--paragraphtop);
  color: #78445d;
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.div-block-25 {
  text-align: left;
}

.column-10 {
  background-color: #fff9;
  border-radius: 7px;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.heading-26 {
  color: #233962;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
  position: static;
}

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

.text-span-5 {
  font-size: 18px;
}

.text-span-6 {
  font-size: 22px;
}

.text-span-8 {
  display: inline;
}

.image-22 {
  max-width: 50%;
}

.image-23 {
  max-width: 70%;
}

.image-24 {
  max-width: 50%;
}

.text-block-14 {
  font-family: var(--paragraphtop);
  color: #333;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 16px;
}

.image-25 {
  max-width: 60%;
}

.code-embed-3 {
  margin-bottom: 40px;
}

.column-11 {
  padding-left: 0;
}

.link-block-15 {
  display: block;
}

.image-26 {
  max-width: 100%;
}

.code-embed-4 {
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: 60px;
  display: flex;
}

.paragraph-8 {
  color: #1b0a2ee3;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}

.paragraph-9 {
  color: #333;
  text-align: left;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8;
}

.heading-27 {
  color: #333;
  font-weight: 400;
}

.columns-2 {
  margin-bottom: 60px;
}

.image-27 {
  max-width: 70%;
}

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

.paragraph-10 {
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  display: block;
}

.link-block-16 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-26 {
  background-color: #8a4d63;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  padding: 5px 20px;
  display: flex;
}

.paragraph-11 {
  color: #333;
  text-align: left;
  border: 1px solid #ca787f;
  border-radius: 10px;
  margin: 0 100px 40px 40px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.text-span-10, .text-span-11, .text-span-12 {
  font-weight: 700;
}

.text-span-13 {
  font-size: 18px;
  font-weight: 700;
}

.text-span-14 {
  color: #894c63;
}

.text-span-15 {
  color: #d56b6b;
  font-size: 20px;
  font-weight: 700;
}

.text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31 {
  font-weight: 700;
}

.text-span-32 {
  color: #d56b6b;
}

.paragraph-12 {
  color: #333;
  text-align: left;
  margin-left: 40px;
  font-size: 16px;
  line-height: 1.8;
}

.section-topinfo {
  aspect-ratio: auto;
  text-align: center;
  border: 2px solid #afaff8;
  border-left: 1px #c0c0e6;
  border-right: 1px #c0c0e6;
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.heading-28 {
  color: #4b239ae0;
  text-align: center;
  text-shadow: 5px 5px 5px #00000026;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
}

.text-span-33 {
  font-family: var(--paragraphtop);
  color: #535353;
  font-weight: 400;
}

.text-span-34 {
  font-family: var(--paragraphtop);
}

.text-span-35 {
  font-family: var(--paragraphtop);
  font-weight: 400;
}

.text-span-36 {
  font-size: 20px;
}

.image-29 {
  display: block;
}

.div-block-28 {
  z-index: 888;
  background-color: #fff;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-29 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-17.w--current {
  text-align: left;
  display: block;
}

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

.image-30, .image-31 {
  max-width: 50%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 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-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  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;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.div-block-30 {
  max-width: 70%;
  margin-left: 160px;
}

.div-block-31 {
  z-index: 10;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-29 {
  color: #5f239a;
  letter-spacing: .12em;
  background-color: #fff0;
  background-image: linear-gradient(90deg, #ffffff4d, #ffffffe6 20%, #fff 50%, #ffffffe6 80%, #ffffff4d);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
}

.image-33 {
  border-radius: 7px;
  max-width: 100%;
}

.cell-19, .cell-20 {
  display: block;
}

.bold-text-7 {
  font-size: 20px;
}

.link-7 {
  color: #d56b6b;
}

.bold-text-8 {
  color: #d56b6b;
  font-size: 18px;
}

.div-block-32 {
  margin-bottom: 40px;
}

.paragraph-13 {
  color: #333;
  text-align: left;
  margin-left: 40px;
  font-size: 16px;
  line-height: 1.8;
  display: block;
}

.heading-30 {
  color: #5f239ad6;
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-33 {
  text-align: left;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.div-block-34 {
  text-align: left;
  border: 1px solid #f4f0f8;
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-35, .div-block-36 {
  display: none;
}

.paragraph-14 {
  color: #333;
  margin-left: 40px;
  font-size: 16px;
  line-height: 1.8;
  display: block;
}

.link-block-18 {
  border-top: 1px solid #b3b2d7;
  justify-content: space-between;
  margin: 10px 20px 0;
  padding: 10px 20px 10px 0;
  display: flex;
}

.div-block-37 {
  border: 1px #b3b2d7;
  border-top-style: solid;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  display: flex;
}

.link-block-19 {
  padding-top: 0;
}

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

.text-span-37 {
  font-family: var(--paragraphtop);
  color: #78445d;
  text-shadow: 2px 2px 3px #f4f0f8;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}

.link-8, .link-9 {
  color: #880336;
}

.bold-text-9 {
  font-size: 22px;
  font-weight: 400;
}

.image-34 {
  border-radius: 7px;
  max-width: 100%;
}

.text-span-38 {
  font-size: 30px;
}

.image-35, .image-36 {
  display: none;
}

.text-span-39 {
  font-size: 20px;
}

.text-span-40 {
  font-size: 15px;
}

.fs-numbercount_number {
  font-size: 4rem;
  line-height: 1;
}

.text-span-41 {
  color: #880336cc;
}

.text-span-42 {
  font-family: var(--paragraphtop);
  color: #545454;
  font-weight: 400;
}

.text-span-43, .text-span-44 {
  font-family: var(--paragraphtop);
  color: #535353;
}

.link-10 {
  color: #880336;
}

.text-span-45, .text-span-46 {
  font-family: var(--paragraphtop);
  color: #545454;
}

.text-span-47 {
  color: #545454;
}

.paragraph-15 {
  color: #333;
  text-align: left;
  line-height: 1.8;
}

.section-3 {
  margin-top: 60px;
  display: block;
}

.image-38 {
  max-width: 80%;
}

.link-block-20 {
  margin-bottom: 0;
}

.div-block-39 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.heading-31 {
  color: #5f239ad6;
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-16 {
  color: #333;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.8;
  display: block;
}

.link-11 {
  color: #5f239ad6;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

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

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }

  .container.navbar-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-self: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .fade-in-on-scroll {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .navbar {
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: sticky;
  }

  .navbar-container {
    font-size: 20px;
    display: flex;
  }

  .nav-link:hover {
    text-shadow: 3px 3px 5px #fff;
  }

  .nav-link.w--current:hover {
    text-shadow: 3px 3px 5px #fbfbfc;
  }

  .footer-wrapper {
    padding-bottom: 10px;
  }

  .footer-paragraph-holder {
    margin-top: 20px;
  }

  .footer-brand-image {
    max-width: 80%;
  }

  .toptitle1 {
    font-size: 34px;
  }

  .featured-logo-wrapper {
    width: 130px;
  }

  .hero-text.shadows {
    font-size: 130px;
  }

  .left-image-holder {
    width: 42%;
  }

  .features-wrapper {
    width: 70%;
  }

  .features-container {
    display: flex;
  }

  .chemistry-title {
    font-size: 24px;
    font-weight: 400;
  }

  .hero-bg-image._02 {
    top: 5%;
  }

  .simple-features {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .heading-4 {
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin-bottom: 40px;
    font-weight: 400;
  }

  .heading-5 {
    font-size: 45px;
  }

  .fab-wrapper {
    position: fixed;
    right: 0%;
  }

  .button-2 {
    display: block;
    position: relative;
    inset: 0% 0 0 0%;
  }

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

  .paragraph {
    margin-right: 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .top-wrapper {
    margin-left: 60px;
    position: fixed;
    top: 25px;
  }

  .text-block-3 {
    margin-top: 0;
    padding-bottom: 0;
  }

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

  .cell-14, .cell-15, .cell-16 {
    display: block;
  }

  .heading-16, .title2 {
    font-size: 30px;
  }

  .div-block-16 {
    background-color: #bd6c83b0;
  }

  .text-block-8 {
    font-family: Noto Serif JP, sans-serif;
    font-size: 26px;
    font-weight: 600;
  }

  .paragraph-7 {
    padding-left: 20px;
  }

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

  .image-23 {
    max-width: 70%;
  }

  .column-11 {
    padding-top: 60px;
  }

  .paragraph-10 {
    color: #333;
  }

  .paragraph-12 {
    font-size: 16px;
    line-height: 1.8;
  }

  .div-block-29 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    max-width: 70%;
    margin-left: 220px;
    margin-right: 60px;
    display: block;
  }

  .div-block-31 {
    inset: auto 0% 0%;
  }

  .heading-29 {
    font-size: 45px;
  }

  .image-33 {
    max-width: 96%;
    transition: opacity .25s;
  }

  .div-block-33 {
    border: 1px #b3b2d6;
    padding-left: 20px;
  }

  .div-block-34 {
    border: 1px solid #b4b3d7;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 40px;
    display: flex;
  }

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

  .link-block-18 {
    border-top-style: solid;
    border-bottom: 1px #b3b2d7;
    align-self: stretch;
    align-items: stretch;
    margin-left: 0;
  }

  .div-block-37 {
    border-top-style: none;
  }

  .link-block-19 {
    border-top: 1px solid #b3b2d7;
    align-self: stretch;
    margin-right: 20px;
    padding-bottom: 10px;
  }

  .columns-3 {
    display: block;
  }

  .image-38 {
    max-width: 100%;
    box-shadow: 2px 2px 5px #0003;
  }

  .link-block-20 {
    align-self: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .heading-31 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-16 {
    display: block;
  }

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

@media screen and (max-width: 991px) {
  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  .container.navbar-container {
    background-color: #f4f0f8;
    padding-left: 1em;
    padding-right: 1em;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navbar-container {
    justify-content: space-between;
  }

  .nav-menu-link-holder {
    background-color: #fff;
    height: auto;
  }

  .nav-menu-link-container {
    justify-content: center;
    height: auto;
    padding-top: 49px;
    padding-bottom: 49px;
    padding-left: 0;
  }

  .nav-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-link {
    color: #4b4b4b;
    margin-left: 0;
    margin-right: 0;
    font-size: 23px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .footer-content {
    grid-column-gap: 30px;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .footer-divider {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 70px;
  }

  .featured-logo-wrapper {
    width: 150px;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .help-container {
    border-right-style: none;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .help-link-container.w--current {
    border-right-style: none;
  }

  .menu-button {
    z-index: 4;
    border-radius: 12px;
    padding: 13px;
  }

  .menu-button.w--open {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: #ffffff2e;
    border-radius: 0;
  }

  .brand {
    z-index: 3;
  }

  .headings-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .hero-section-wrapper {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section {
    flex-direction: row;
  }

  .titles-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature {
    padding: 22px;
  }

  .cart {
    padding-right: 0;
  }

  .navbar-items {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: center;
    display: flex;
  }

  .content-wrapper {
    text-align: center;
    align-items: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .image-holder {
    width: 100%;
    position: relative;
  }

  .testimonal-tab {
    min-height: 0;
  }

  .tetsimonal-link {
    border-top-style: none;
    padding-top: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .tetsimonal-link.w--current {
    border-top-style: none;
  }

  .testimonal-person {
    text-align: center;
    flex-direction: column;
  }

  .testimonal-content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .tabs-menu {
    border-top-style: none;
    flex-direction: row;
    justify-content: space-between;
  }

  .left-image-holder {
    width: 100%;
    height: 100%;
    position: relative;
    left: auto;
  }

  .features-wrapper {
    width: 100%;
  }

  .cta-section-wrapper {
    flex-direction: column;
    padding-bottom: 0;
  }

  .image-2 {
    width: 200px;
    max-width: 200%;
    height: 100px;
    max-height: 100px;
  }

  .fab-wrapper {
    right: 100px;
  }

  .image-23 {
    max-width: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

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

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

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .div-block-30 {
    max-width: 100%;
    margin-left: 0;
  }

  .image-32 {
    display: none;
  }

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

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

  h2 {
    font-size: 34px;
    font-weight: 500;
  }

  h3 {
    font-weight: 500;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.navbar-container {
    position: static;
  }

  .border-box {
    padding: 2px;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navbar {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    overflow: visible;
  }

  .navbar-container {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .nav-menu-link-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .nav-menu-link-container {
    flex-direction: row;
  }

  .nav-menu {
    z-index: 30;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .nav-links {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    height: 100%;
  }

  .footer-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-content {
    text-align: left;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  .footer-link {
    text-align: left;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .help-link-holder {
    flex-direction: column;
  }

  .menu-button, .menu-button.w--open {
    padding: 8px;
  }

  .brand {
    padding-left: 0;
  }

  .blog-grid {
    flex-direction: column;
    display: flex;
  }

  .hero-text-wrapper {
    grid-column-gap: 12px;
  }

  .blog-grid-holder {
    grid-template-columns: 1fr;
  }

  .titles-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
  }

  .product-gird {
    flex-direction: column;
    display: flex;
  }

  .image-holder {
    border-radius: 13px;
    width: 95%;
    height: 460px;
    margin-bottom: 5%;
  }

  .testimonal-tab {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tetsimonal-link {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tabs-menu {
    flex-wrap: nowrap;
  }

  .left-image-holder {
    border-radius: 16px;
    width: 95%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
  }

  .chemistry {
    flex-direction: column;
  }

  .chemistry-text-holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .chemistry-paragraph {
    color: #5e5e5e;
    font-size: 16px;
  }

  .feature-button-holder {
    margin-top: 30px;
  }

  .heading-5 {
    font-size: 35px;
  }

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

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

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

  .nav-link-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;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .div-block-30 {
    max-width: 100%;
    margin-left: 0;
  }

  .heading-29 {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 17vw;
    font-weight: 700;
  }

  h2 {
    font-weight: 600;
  }

  p {
    font-size: 14px;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .black-background-padding {
    padding: 7px;
  }

  .container {
    float: none;
    text-align: center;
    overflow-wrap: normal;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 0;
    display: block;
    position: static;
  }

  .container.navbar-container {
    grid-column-gap: 10px;
    background-color: #f4f0f8;
    justify-content: flex-start;
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .button.green {
    letter-spacing: .15em;
    margin-left: 10px;
    font-family: Noto Sans JP, sans-serif;
  }

  .style-guide-box-holder {
    padding: 4px;
  }

  .style-guide-box-container {
    grid-row-gap: 7px;
  }

  .colors-buttons {
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    position: static;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .navbar {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-link-holder {
    grid-column-gap: 12px;
    background-color: var(--none);
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    padding-left: 110px;
    font-size: 10px;
    display: flex;
  }

  .nav-menu-link-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: var(--none);
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    border: 1px solid #5f239a;
    margin-left: 0;
    margin-right: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-links {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    border-top: 1px #000;
    justify-content: center;
    align-items: stretch;
    font-size: 12px;
    line-height: 1;
    display: flex;
  }

  .nav-link {
    opacity: 33;
    outline-offset: 5px;
    color: #5f239a;
    text-align: center;
    mix-blend-mode: normal;
    border-bottom: 1px solid #5f239a;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
  }

  .footer-wrapper {
    background-image: url('../images/topmenubakc.png');
    background-position: 0 0;
    background-size: auto;
    padding-left: 0;
  }

  .footer-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 30%;
    max-height: 30%;
    margin-top: 0;
  }

  .footer-block {
    display: block;
  }

  .title-small {
    justify-content: space-between;
    margin-bottom: 0;
    display: block;
  }

  .footer-link {
    display: block;
  }

  .footer-divider {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .footer-copyright-center {
    color: #41127ea8;
  }

  .footer-paragraph-holder {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .footer-brand-image {
    margin-bottom: 10px;
  }

  .footer-copyright-holder {
    text-align: justify;
  }

  .toptitle1 {
    text-align: center;
    letter-spacing: 0;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    position: static;
  }

  .featured-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .early-access-card {
    min-width: 0;
  }

  .pricing-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .submit-button {
    border-radius: 0 0 8px 8px;
    width: 100%;
    height: 48px;
    position: static;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .full-width-image {
    border-radius: 7px;
  }

  .menu-button {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .menu-button.w--open {
    box-sizing: border-box;
    aspect-ratio: 2.39;
    background-color: #fff0;
    max-width: 100%;
    overflow: visible;
  }

  .menu-button.open {
    padding-right: 0;
  }

  .headings-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 60px;
  }

  .hero-section-heading-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: justify;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .hero-section-heading-container {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .hero-paragraph-holder {
    font-family: var(--headings01);
    color: #333;
    text-align: left;
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .hero-section-wrapper {
    background-color: #fff;
    width: auto;
    height: 50vh;
    padding-top: 0;
    position: sticky;
    top: auto;
    bottom: auto;
    overflow: visible;
  }

  .super-feature-icon-holder {
    border-radius: 12px;
    width: 80px;
    height: 80px;
  }

  .blog-grid {
    flex-direction: column;
    display: flex;
  }

  .blog-thumbnail-holder {
    height: 250px;
  }

  .form-holder {
    justify-content: flex-start;
    padding: 16px;
  }

  .form {
    width: 100%;
  }

  .cta-text-field {
    border-bottom-style: none;
    border-radius: 8px 8px 0 0;
    width: 100%;
  }

  .hero-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-text {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 24px;
  }

  .blog-details-holder {
    max-width: 100%;
  }

  .blog-details---title {
    font-size: 33px;
  }

  .blog-details-main-image-holder {
    border-radius: 6px;
  }

  .padding-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-section.top-exxtra {
    border-bottom: 1px #c0c0e6;
    padding-top: 20px;
    overflow: hidden;
  }

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

  .category-list {
    flex-wrap: wrap;
  }

  .category-holder {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .default-state {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-container {
    min-width: 0;
    max-width: none;
  }

  .cart-poduct-holder {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .remove-button {
    top: 4%;
    right: 3%;
  }

  .cart-thumbnail {
    width: 100%;
  }

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

  .navbar-items {
    display: flex;
  }

  .hero-text {
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 600;
  }

  .hero-text.small-text {
    font-size: 37px;
  }

  .hero-text.shadows {
    font-size: 70px;
  }

  .content-wrapper {
    max-width: 100%;
    padding-top: 27px;
    padding-bottom: 27px;
  }

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

  .content-image {
    height: 120%;
  }

  .content-image.smaller {
    height: 120%;
    min-height: 120%;
  }

  .big-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .testimonal-tab {
    border-radius: 0;
    width: 100%;
    min-width: 0;
    padding: 16px;
    left: 0%;
  }

  .testimonal-content-holder {
    padding: 28px 0;
  }

  .testimonal-text {
    text-align: center;
    font-size: 19px;
  }

  .tabs-menu {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
  }

  .left-image-holder {
    justify-content: center;
    align-items: center;
  }

  .features-wrapper {
    font-size: 20px;
  }

  .features-container {
    padding-top: 10px;
  }

  .chemistry-grid {
    flex-direction: column;
    display: flex;
  }

  .chemistry {
    border-color: #c0c1e799;
    justify-content: center;
    align-items: center;
  }

  .chemistry-title {
    letter-spacing: .15em;
    font-weight: 400;
  }

  .text-holder {
    grid-column-gap: 8px;
  }

  .hero-paddings {
    background-color: #f4f0f8;
    background-image: none;
    align-self: stretch;
    display: block;
    position: static;
    inset: 15% 0% auto;
  }

  .cta-section-wrapper {
    border-bottom: 1px #c0c0e6;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .hero-bg-image-holder {
    background-color: #fff;
    border: 0 #000;
    position: absolute;
  }

  .hero-bg-image._02 {
    vertical-align: baseline;
    display: inline-block;
    overflow: hidden;
  }

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

  .text-wrapper._02 {
    margin-top: -7px;
  }

  .simple-features {
    flex-flow: column;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .simple-feature-content {
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    top: 52%;
  }

  .div-block-3 {
    margin-top: 0;
  }

  .image {
    max-width: 100%;
    overflow: clip;
  }

  .image-3 {
    margin-left: 0;
  }

  .image-4 {
    max-width: 50%;
  }

  .heading-2 {
    font-size: 24px;
    font-weight: 500;
  }

  .heading-3 {
    color: #880336;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-4 {
    text-shadow: 5px 5px 5px #00000026;
    border-top-width: 1px;
    border-bottom-width: 1px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.8;
    display: block;
  }

  .heading-5 {
    border-radius: 5px;
    max-width: 100%;
    font-size: 18px;
  }

  .div-block-6 {
    border-radius: 0;
    margin-top: 20px;
  }

  .fab-wrapper {
    text-align: center;
    margin-right: 0;
    inset: auto 0% 1%;
  }

  .button-2 {
    margin-bottom: 10px;
    padding: 10px 60px;
  }

  .button-2:hover {
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-6, .heading-7, .heading-8, .heading-9 {
    font-size: 16px;
  }

  .heading-10 {
    text-align: center;
    font-size: 16px;
  }

  .heading-11, .heading-12, .heading-13, .heading-14, .heading-15 {
    font-size: 18px;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: block;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell {
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }

  .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

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

  .cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11, .cell-12 {
    justify-content: center;
    align-items: center;
  }

  .div-block-9 {
    font-size: 0;
  }

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

  .paragraph {
    color: #333;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
  }

  .code-embed {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100px;
    max-width: 30%;
    height: 100px;
    max-height: 6%;
  }

  .image-6, .image-7, .image-8, .image-9 {
    max-width: 100%;
  }

  .top-wrapper {
    margin-left: 120px;
  }

  .text-block-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    font-size: 13px;
    line-height: 16px;
    display: block;
  }

  .image-10, .image-11, .image-12 {
    max-width: 100%;
  }

  .text-block-4 {
    color: #333;
    font-family: Noto Serif JP, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .heading-16 {
    border-top: 1px #afaff8;
    border-bottom: 1px #afaff8;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    line-height: 1.8;
  }

  .image-13 {
    flex: 0 auto;
    max-width: 50%;
  }

  .cell-18 {
    display: block;
  }

  .heading-17 {
    color: #5f239a;
    -webkit-text-stroke-color: #5f239a;
    font-size: 35px;
  }

  .title2 {
    color: #5f239a;
    font-size: 24px;
  }

  .div-block-16 {
    background-color: #bd6c83b0;
    border-radius: 0;
    margin-top: 80px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .fab-wrapper2 {
    margin-top: 8px;
    font-size: 24px;
  }

  .link-2 {
    margin-right: 80px;
    font-size: 18px;
  }

  .text-block-6 {
    color: #fff;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
  }

  .image-14 {
    text-align: center;
    max-width: 30%;
    margin-left: 140px;
  }

  .heading-18 {
    color: #ba6a9a;
    text-align: left;
    border: 1px #ba6a9a;
    border-bottom-style: solid;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  }

  .paragraph-3 {
    font-family: var(--paragraphtop);
    color: #333;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .heading-19 {
    color: #5f239a;
    text-shadow: 5px 5px 5px #00000026;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .div-block-17 {
    padding-top: 10px;
  }

  .div-block-18 {
    text-align: left;
  }

  .div-block-19 {
    background-image: linear-gradient(#fff, #f4f0f8 50%, #fff);
    margin-right: 0;
  }

  .siteindex {
    text-align: left;
    padding-top: 10px;
    font-size: 10px;
  }

  .text-block-8 {
    font-family: Noto Serif JP, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .div-block-20 {
    border-radius: 8px;
    padding: 7px 2px;
  }

  .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
    display: block;
  }

  .paragraph-4 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 1.8;
  }

  .paragraph-5 {
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 16px;
  }

  .heading-20 {
    margin-left: 0;
    font-size: 20px;
  }

  .image-15 {
    max-width: 50%;
    margin-bottom: 20px;
  }

  .div-block-21 {
    margin-bottom: 40px;
  }

  .image-16 {
    max-width: 50%;
  }

  .image-17 {
    max-width: 50%;
    margin-bottom: 20px;
  }

  .image-18 {
    max-width: 50%;
  }

  .div-block-22 {
    margin-bottom: 40px;
  }

  .image-19 {
    max-width: 80%;
  }

  .image-20 {
    max-width: 50%;
    margin-left: 100px;
  }

  .image-21 {
    margin-left: 0;
  }

  .columns {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-22, .heading-23, .heading-24 {
    font-size: 20px;
  }

  .column {
    border: 1px solid #b8b7db;
    border-radius: 15px;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    bottom: 20px;
  }

  .column-2 {
    border: 1px solid #b8b7db;
    border-radius: 15px;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    bottom: 20px;
    left: 0;
  }

  .column-3, .column-4 {
    border: 1px solid #b8b7db;
  }

  .column-5 {
    border: 1px solid #b8b7db;
    border-radius: 15px;
  }

  .column-6, .column-7 {
    border: 1px solid #b8b7db;
  }

  .column-8 {
    border-color: #b8b7db;
  }

  .column-9 {
    border: 1px solid #b8b7db;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    left: 0;
  }

  .link-block-14 {
    flex: 1;
  }

  .paragraph-7 {
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.8;
  }

  .heading-25 {
    font-family: var(--paragraphtop);
    font-size: 18px;
  }

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

  .column-10 {
    text-align: center;
    border-top: 1px solid #420000;
    border-radius: 0;
    margin-top: 10px;
    padding-bottom: 20px;
    display: block;
  }

  .heading-26 {
    font-size: 16px;
    line-height: 1;
  }

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

  .text-span-3, .text-span-7 {
    font-size: 20px;
  }

  .text-span-8 {
    font-size: 12px;
  }

  .image-22, .image-23, .image-24 {
    max-width: 100%;
  }

  .text-block-14 {
    margin-left: 20px;
    font-size: 16px;
  }

  .image-25, .code-embed-3 {
    max-width: 100%;
  }

  .column-11 {
    padding-left: 0;
  }

  .code-embed-4 {
    max-width: 100%;
    margin-left: 10px;
  }

  .paragraph-8 {
    line-height: 1.4;
  }

  .heading-27 {
    font-size: 22px;
    font-weight: 600;
  }

  .image-27 {
    max-width: 70%;
  }

  .text-span-9 {
    color: #ca787f;
  }

  .paragraph-10 {
    color: #333;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }

  .div-block-26 {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
  }

  .paragraph-11 {
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.8;
  }

  .paragraph-12 {
    color: #333;
    line-height: 1.8;
  }

  .section-topinfo {
    border-top-width: 2px;
    border-bottom-color: #afaff8;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .heading-28 {
    font-size: 20px;
    line-height: 1.8;
  }

  .icon {
    background-image: url('../images/menu.png');
    background-position: 0 0;
    background-size: auto;
    font-size: 20px;
  }

  .div-block-27 {
    border-bottom: 1px solid #5f239a;
    order: 0;
    justify-content: space-around;
    align-self: stretch;
    padding-bottom: 0;
    display: flex;
  }

  .image-28 {
    max-width: 80%;
  }

  .image-29 {
    border-radius: 5px;
    max-width: 100%;
    display: inline-block;
  }

  .image-30, .image-31 {
    max-width: 100%;
  }

  .container-2 {
    max-width: none;
  }

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

  .div-block-30 {
    max-width: 100%;
    margin-left: 0;
  }

  .div-block-31 {
    inset: 40% 0% auto;
  }

  .heading-29 {
    background-image: linear-gradient(90deg, #ffffff1a, #fffc 5%, #ffffffe6 50%, #fffc 95%, #ffffff1a);
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
  }

  .image-32 {
    vertical-align: baseline;
    border-radius: 5px;
    max-width: 100%;
    display: none;
  }

  .image-33 {
    border-radius: 0;
    padding-top: 10px;
  }

  .heading-30 {
    font-weight: 500;
  }

  .div-block-34 {
    border-color: #b3b2d799;
  }

  .div-block-35, .div-block-36 {
    display: none;
  }

  .paragraph-14 {
    font-size: 16px;
    line-height: 1.8;
  }

  .div-block-37 {
    border-top-color: #b3b2d799;
  }

  .text-span-37 {
    font-size: 18px;
  }

  .text-block-15 {
    text-align: center;
    margin-top: 10px;
  }

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

  .bold-text-9 {
    font-size: 18px;
  }

  .image-37 {
    max-width: 80%;
  }

  .section-3 {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .image-38 {
    max-width: 90%;
    box-shadow: 2px 2px 5px 2px #0003;
  }

  .link-block-20 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .div-block-39 {
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .heading-31 {
    color: #5f239ad6;
    margin-left: 10px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .paragraph-16 {
    display: block;
  }

  .link-11 {
    color: #5f239ad6;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
  }

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

#w-node-faa63978-5ff8-1c4b-5866-2845f54fb55a-7399727a, #w-node-_6857eba9-a251-3ca3-3ae5-e46caae6f01a-7399727a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9a830930-f4cc-cd5c-3503-3f50ffa6167a-7399727a, #w-node-_9a830930-f4cc-cd5c-3503-3f50ffa6167d-7399727a, #w-node-_1a28ebeb-9162-d3cb-8468-7300a05229ba-7399727e, #w-node-_8595b4cc-f73c-3ac7-f9ab-37cddb2978a1-73997284, #w-node-_63c7100f-9342-3d29-c1e8-a026ad70c2f3-73997285 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23cdbec1-d5f9-736c-36ed-b1ee3eae00f5-73997288 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_75607a62-1f14-6f30-2d4b-81eceb2bc0aa-73997288 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ab840577-f7ca-9258-426f-7a6f94352a0a-73997288 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_50d429f7-a276-3f83-9b9a-bc93d36794c4-73997289 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdc2-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc5-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc8-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdcb-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdce-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd1-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd4-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd7-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddc-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddf-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde2-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde5-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde8-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdeb-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf0-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf3-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf6-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf9-73997289 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-73997289 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-ab840577-f7ca-9258-426f-7a6f94352a0a-73997288 {
    grid-template-rows: 38px;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-73997289, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-73997289 {
    grid-column: span 2 / span 2;
  }
}


