:root {
  --lynx--black: #1f2022;
  --lynx--white: white;
  --lynx--medium-purple: #8979ec;
  --lynx--grey: #797c83;
  --lynx--deep-pink: #fd4b8b;
  --lynx--medium-sea-green: #32b77a;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

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

.logo {
  width: 160px;
  height: auto;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.nav-link {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

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

.nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.nav-button {
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #dfa0bd;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.nav-button:hover {
  background-color: #005397;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading-hero {
  color: var(--lynx--black);
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-block-center-hero {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
  position: relative;
}

.lynx-hero-oval {
  background-image: url('../images/Hero_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 800px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-paragraph {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-grid-2-columns {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-features-large {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block-features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-link-block-features:hover {
  filter: brightness(112%);
}

.lynx-subtitle-software {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fd4b8b1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-block-features-large {
  padding: 55px 45px 35px;
}

.lynx-heading-features-large {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 122%;
}

.lynx-image-features {
  object-fit: cover;
  border-radius: 50% 50% 30px 30px;
  width: 100%;
  min-height: 300px;
}

.lynx-arrow-features {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 55px;
  height: 55px;
  position: absolute;
  inset: -25px auto auto;
}

.lynx-subtitle-productivity {
  color: var(--lynx--medium-purple);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #8979ec1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

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

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-text-check {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-paragraph-plans {
  color: #797c83bf;
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-price-pink {
  color: var(--lynx--deep-pink);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-check-plans {
  text-align: left;
  margin-bottom: 22px;
}

.lynx-block-plans {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-price-green {
  color: var(--lynx--medium-sea-green);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-price-white {
  color: var(--lynx--white);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-paragraph-plans-white {
  color: #ffffff80;
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-text-check-white {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-grid-plans-tight {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 14px;
}

.lynx-plans-left {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px 0 0 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-plans-right {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 0 30px 30px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-text-plans-pink-fill {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fd4b8b1a;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-text-plans-white-fill {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-text-plans-green-fill {
  color: var(--lynx--medium-sea-green);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #32b77a1a;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-plans-purple-center {
  background-color: var(--lynx--medium-purple);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtitle-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.heading-white {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Sawarabi Gothic, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.heading-white.english {
  font-family: Varela, sans-serif;
}

.button-white {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Sawarabi Gothic, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-white:hover {
  color: var(--lynx--white);
  background-color: #005397;
}

.hero-large {
  background-image: url('../images/Tokyo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.block-hero-large {
  background-color: #dfa0bd;
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
}

.paragraph-white {
  color: var(--lynx--white);
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Sawarabi Gothic, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.paragraph-white.english {
  font-family: Varela, sans-serif;
}

.content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Sawarabi Gothic, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.heading-2.english {
  font-family: Varela, sans-serif;
}

.subtitle-2 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.paragraph-2 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 20px;
  font-family: Sawarabi Gothic, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.paragraph-2.english {
  font-family: Varela, sans-serif;
}

.grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.grid-image-right.english {
  grid-column-gap: 16px;
  grid-template-columns: .95fr 1fr;
}

.block-left {
  padding-right: 15%;
}

.button-2 {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #005397;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.button-2:hover {
  background-color: #dfa0bd;
}

.block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 80%;
  position: absolute;
  inset: auto auto -6% -34%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.image-absolute.english {
  max-width: 70%;
  left: -16%;
}

.grid-2-columns {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.features-large {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-features-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.link-block-features-2:hover {
  filter: brightness(112%);
}

.subtitle-software-2 {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fd4b8b1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.block-features-large {
  text-align: center;
  border: 1px solid #dde8ed;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 45px;
}

.heading-features-large-2 {
  color: #005397;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sawarabi Gothic, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 122%;
}

.heading-features-large-2.price {
  text-align: center;
  letter-spacing: 1.5em;
  text-indent: 1em;
  column-count: 0;
  margin-top: 0;
}

.heading-features-large-2.price.english {
  letter-spacing: 0;
  text-indent: 0;
}

.heading-features-large-2.english {
  font-family: Varela, sans-serif;
}

.image-services {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}

.lynx-arrow-features-2 {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 55px;
  height: 55px;
  position: absolute;
  inset: -25px auto auto;
}

.subtitle-productivity-2 {
  color: var(--lynx--medium-purple);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #dde8ed;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

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

.grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

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

.caution-paragraph {
  color: var(--lynx--grey);
  max-width: none;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.caution-paragraph.paragraph-services {
  margin-bottom: 20px;
}

.heading {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Sawarabi Gothic, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
}

.heading.heading-services {
  color: var(--lynx--grey);
  margin-bottom: 10px;
}

.heading.heading-services.english {
  font-family: Varela, sans-serif;
}

.block-icon {
  width: 32px;
  height: 32px;
  display: block;
}

.grid-block-icons {
  background-color: var(--lynx--white);
  border-radius: 30px;
  margin-bottom: 26px;
  padding: 28px;
  box-shadow: 0 40px 40px -10px #1f202214;
}

.lynx-image-client {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-heading-client {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-client-info {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-grid-reviews {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-reviews-column {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.lynx-reviews-bg {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-paragraph-reviews {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

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

.bold-text {
  font-family: Sawarabi Gothic, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 104%;
}

.area, .services, .causions, .performances {
  margin-bottom: 40px;
}

.footer {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.link-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: var(--lynx--black);
}

.text-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.block-footer-center {
  border-top: 1px solid #dfdad2;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.logo-footer-center {
  width: 100px;
  margin-left: 30px;
  margin-right: 30px;
}

.icon-social {
  width: 18px;
  height: 18px;
  display: block;
}

.social {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.link-block {
  background-color: var(--lynx--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.link-block:hover {
  background-color: #1f20221a;
}

.bold-text-2 {
  color: #dfa0bd;
}

.bold-text-3 {
  color: #005397;
}

.list-service {
  padding-left: 0;
  font-size: 18px;
  line-height: 30px;
  list-style-type: none;
}

.list-service.english {
  font-family: Varela, sans-serif;
}

.profife-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.profile-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.profile-left {
  text-align: center;
  width: 30%;
  margin-top: 20px;
  margin-right: 64px;
  text-decoration: none;
}

.profile-image-four {
  object-fit: cover;
  border-radius: 100%;
}

.profile-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.profile-text-four {
  margin-bottom: 32px;
}

.profile-author-name-three {
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 33px;
}

.profilel-text {
  line-height: 24px;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.lynx-heading-2 {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-slider {
  background-color: var(--lynx--white);
  border-radius: 30px;
  width: 100%;
  height: 380px;
  margin-top: 14px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-left-arrow {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  left: -20px;
}

.lynx-right-arrow {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  right: -20px;
}

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

.lynx-block-slide {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 8%;
  display: flex;
}

.lynx-image-slide {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 30px;
  width: 50%;
  height: 100%;
  display: inline-block;
}

.lynx-paragraph-slide {
  color: var(--lynx--grey);
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-block-slide-reviews {
  height: 100%;
  display: flex;
}

.lynx-image-client-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.lynx-client-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-text-client-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-heading-client-2 {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-client-info-2 {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-paragraph-2 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-grid-2-columns-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-features-large-2 {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block-features-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-link-block-features-2:hover {
  filter: brightness(112%);
}

.lynx-subtitle-software-2 {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fd4b8b1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-block-features-large-2 {
  padding: 55px 45px 35px;
}

.lynx-heading-features-large-2 {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 122%;
}

.lynx-image-features-2 {
  object-fit: cover;
  border-radius: 50% 50% 30px 30px;
  width: 100%;
  min-height: 300px;
}

.lynx-arrow-features-3 {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 55px;
  height: 55px;
  position: absolute;
  inset: -25px auto auto;
}

.lynx-subtitle-productivity-2 {
  color: var(--lynx--medium-purple);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #8979ec1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.div-price {
  background-color: #f1f0f0;
  border: 0 solid #dde8ed;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  line-height: 20px;
}

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

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

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

.profile-list {
  padding-left: 20px;
}

.go-to-top {
  position: fixed;
  inset: auto 3% 3% auto;
}

.go-to-top-icon {
  width: 40px;
}

.small {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.english {
  font-family: Varela, sans-serif;
}

.contact {
  margin-bottom: 40px;
  font-family: Varela, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.submit-button {
  background-color: #005397;
  border-radius: 10px;
  padding: 10px 20px;
}

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

.form-btn-div {
  text-align: center;
}

.text-contact {
  border-radius: 1px;
  margin-bottom: 20px;
  font-family: Sawarabi Gothic, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-contact.english {
  border-bottom: 1px dotted #005397;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-span, .text-span-2 {
  color: #dfa0bd;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-div {
  margin-top: 10px;
  margin-bottom: 40px;
}

.form-text, .form-block {
  padding-left: 20px;
  padding-right: 20px;
}

.flex-block-2 {
  background-color: #dde8ed;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 40px 20px;
}

.textarea {
  min-height: 200px;
}

.lynx-content-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-subtitle-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-newsletter {
  text-align: center;
  background-color: #005397;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 40px 20px;
  display: flex;
}

.lynx-form {
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-text-field {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  min-width: 200px;
  height: 46px;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 10px;
  padding: 8px 0;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-text-field::placeholder {
  color: #fff9;
}

.lynx-submit-button {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
  line-height: 140%;
  transition: background-color .3s, color .3s;
}

.lynx-submit-button:hover {
  color: var(--lynx--white);
  background-color: #dfa0bd;
}

.lynx-form-block {
  margin-bottom: 0;
}

.lynx-success-message {
  background-color: #32b77aa6;
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-text-message {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: #fd4b8ba6;
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

.lynx-heading-white-small {
  color: var(--lynx--white);
  max-width: none;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.container-2 {
  text-align: center;
  margin-top: 20px;
}

.column {
  margin-left: auto;
  margin-right: auto;
}

.profile-photo {
  text-align: left;
  width: 160px;
  height: 160px;
}

.prifile-name {
  padding-left: 20px;
}

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

.profile-paragraph {
  color: var(--lynx--grey);
  max-width: none;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 180%;
}

.profile-paragraph.paragraph-services {
  margin-bottom: 20px;
}

.profile-author-name {
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 33px;
}

.lynx-content-4 {
  background-color: #dde8ed;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-block-center-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.lynx-heading-3 {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-3 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-paragraph-3 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-block-faq {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.lynx-accordion-item {
  background-color: var(--lynx--white);
  border-radius: 20px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.lynx-heading-accordion {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon-arrow {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  overflow: hidden;
}

.lynx-paragraph-accordion {
  color: var(--lynx--grey);
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-paragraph-accordion.ja {
  border: 1px #000;
  border-top-style: dashed;
  margin-top: 0;
  padding-top: 20px;
}

.h2.policy {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

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

@media screen and (max-width: 991px) {
  .menu-button {
    background-color: var(--lynx--white);
    color: var(--lynx--black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .menu-button.w--open {
    background-color: var(--lynx--black);
    color: var(--lynx--white);
  }

  .nav-menu {
    background-color: var(--lynx--white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .lynx-heading-hero {
    font-size: 48px;
  }

  .lynx-hero-oval {
    min-height: 500px;
  }

  .lynx-grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-block-features-large {
    padding: 45px 30px 25px;
  }

  .lynx-heading-features-large {
    font-size: 32px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-plans-left {
    padding: 24px;
  }

  .lynx-plans-right, .lynx-plans-purple-center {
    padding: 25px;
  }

  .heading-white {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-large {
    background-position: 0 0;
    width: 90%;
    min-height: 400px;
  }

  .block-hero-large {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-top: 20px;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .content.area {
    width: 90%;
  }

  .content.caution {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image {
    min-height: 300px;
    overflow: clip;
  }

  .image-absolute {
    max-width: 70%;
    left: -16%;
  }

  .grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-features-large {
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-features-large-2 {
    font-size: 24px;
  }

  .image-services {
    min-height: 180px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .caution-paragraph {
    line-height: 145%;
  }

  .heading, .heading.heading-services {
    font-size: 20px;
  }

  .lynx-grid-reviews {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-reviews-column {
    grid-row-gap: 16px;
  }

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

  .list-service {
    font-size: 16px;
    line-height: 24px;
  }

  .container {
    max-width: 728px;
  }

  .profile-left {
    width: 30%;
    margin-right: 40px;
  }

  .profile-image-four {
    width: auto;
    height: auto;
  }

  .lynx-heading-2 {
    font-size: 38px;
  }

  .lynx-grid-2-columns-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-block-features-large-2 {
    padding: 45px 30px 25px;
  }

  .lynx-heading-features-large-2 {
    font-size: 32px;
  }

  .div-price {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-small {
    font-size: 38px;
  }

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

  .profile-paragraph {
    line-height: 145%;
  }

  .lynx-heading-3 {
    font-size: 38px;
  }

  .lynx-block-faq {
    margin-left: 20px;
    padding-right: 20px;
  }

  .lynx-heading-accordion {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .lynx-heading-hero {
    font-size: 40px;
  }

  .lynx-hero-oval {
    min-height: 320px;
  }

  .lynx-grid-2-columns {
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-large {
    font-size: 26px;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-plans-tight {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .lynx-plans-left, .lynx-plans-right {
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-white {
    font-size: 26px;
  }

  .hero-large {
    background-color: #005397;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 300px;
    overflow: visible;
  }

  .block-hero-large {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: -30px;
    padding: 20px 20px 40px;
  }

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

  .heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-image-right.english {
    flex-flow: column;
    display: flex;
  }

  .block-left {
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image {
    max-width: 80%;
  }

  .image-absolute, .image-absolute.english {
    max-width: 50%;
    left: -2%;
  }

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

  .heading-features-large-2 {
    font-size: 26px;
  }

  .image-services {
    width: 600px;
    margin-top: 10px;
  }

  .grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .heading {
    font-size: 20px;
  }

  .lynx-grid-reviews {
    grid-template-columns: 1fr;
  }

  .lynx-paragraph-reviews {
    max-width: none;
  }

  .block-footer-center {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .profife-image-left {
    padding: 60px 25px;
  }

  .profile-wrapper-four {
    flex-direction: column;
  }

  .profile-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .profile-image-four {
    height: auto;
  }

  .profile-right {
    margin-left: 0;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-slider {
    height: 620px;
  }

  .lynx-left-arrow {
    inset: auto auto -5% 7%;
  }

  .lynx-right-arrow {
    inset: auto 7% -5% auto;
  }

  .lynx-block-slide {
    width: 100%;
    height: 100%;
    padding: 40px 10%;
  }

  .lynx-image-slide {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
  }

  .lynx-block-slide-reviews {
    flex-direction: column;
  }

  .lynx-grid-2-columns-2 {
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-large-2 {
    font-size: 26px;
  }

  .contact {
    text-align: center;
  }

  .flex-block-2 {
    flex-flow: column;
    margin-left: 19px;
    margin-right: 19px;
  }

  .lynx-heading-white-small {
    font-size: 34px;
  }

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

  .profile-photo {
    width: 140px;
    height: 140px;
  }

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

  .profile-paragraph {
    margin-top: 10px;
    line-height: 150%;
  }

  .lynx-heading-3 {
    max-width: 540px;
    font-size: 34px;
  }

  .h2.policy {
    font-size: 20px;
  }

  .div-block-3 {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-block {
    flex-flow: column;
  }

  .nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-buttons {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    margin-left: 0;
    display: flex;
  }

  .nav-button {
    padding: 10px 20px;
  }

  .lynx-heading-hero {
    font-size: 34px;
  }

  .lynx-hero-oval {
    min-height: 200px;
  }

  .lynx-heading-features-large {
    font-size: 24px;
  }

  .lynx-image-features {
    min-height: 200px;
  }

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

  .hero {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: flex;
  }

  .heading-white {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .hero-large {
    flex-flow: column;
    min-height: 300px;
    margin-bottom: 20px;
  }

  .block-hero-large {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding: 50px 30px;
  }

  .paragraph-white {
    font-size: 14px;
  }

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

  .image {
    max-width: 90%;
    min-height: 200px;
  }

  .heading-features-large-2 {
    font-size: 22px;
  }

  .image-services {
    min-height: 200px;
    overflow: visible;
  }

  .caution-paragraph, .caution-paragraph.paragraph-services {
    font-size: 14px;
  }

  .heading, .heading.heading-services {
    font-size: 18px;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .list-service {
    font-size: 14px;
  }

  .container {
    max-width: none;
  }

  .profile-right {
    margin-left: 0;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .profile-author-name-three {
    margin-top: 20px;
    line-height: 26px;
  }

  .lynx-heading-2 {
    font-size: 29px;
  }

  .lynx-heading-client-2 {
    font-size: 16px;
  }

  .lynx-heading-features-large-2 {
    font-size: 24px;
  }

  .lynx-image-features-2 {
    min-height: 200px;
  }

  .contact {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .text-contact.english {
    line-height: 26px;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .form-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-2 {
    padding: 10px;
  }

  .lynx-newsletter {
    padding: 50px 20px;
  }

  .lynx-form {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .lynx-text-field {
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-form-block {
    width: 100%;
  }

  .lynx-heading-white-small {
    font-size: 29px;
  }

  .profile-photo {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .prifile-name {
    text-align: center;
    padding-left: 0;
  }

  .div-block-2 {
    text-align: left;
    flex-flow: column;
    margin-left: 0;
  }

  .profile-paragraph, .profile-paragraph.paragraph-services {
    font-size: 14px;
  }

  .profile-author-name {
    margin-top: 0;
  }

  .lynx-block-center-3 {
    margin-top: 20px;
  }

  .lynx-heading-3 {
    font-size: 29px;
  }

  .lynx-block-faq {
    margin-bottom: 20px;
  }

  .lynx-heading-accordion {
    font-size: 14px;
  }

  .lynx-accordion-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lynx-paragraph-accordion.ja {
    font-size: 14px;
  }

  .h2.policy {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
  }
}

#w-node-_1a99a62c-c2ee-9f2f-398b-b67990caa9e3-889ce4f0, #w-node-_1a99a62c-c2ee-9f2f-398b-b67990caa9ec-889ce4f0, #interpretation.w-node-_19c23702-9fd7-1e74-e8b4-d5a1b7791df6-889ce4f0, #w-node-_19c23702-9fd7-1e74-e8b4-d5a1b7791e1e-889ce4f0, #w-node-_32360da1-fb7f-0df6-0ea0-52d676024a2f-889ce4f0, #w-node-_32360da1-fb7f-0df6-0ea0-52d676024a36-889ce4f0, #w-node-_32360da1-fb7f-0df6-0ea0-52d676024a3d-889ce4f0, #w-node-_1a99a62c-c2ee-9f2f-398b-b67990caa9e3-50a3197a, #w-node-_1a99a62c-c2ee-9f2f-398b-b67990caa9ec-50a3197a, #interpretation.w-node-_19c23702-9fd7-1e74-e8b4-d5a1b7791df6-50a3197a, #w-node-_19c23702-9fd7-1e74-e8b4-d5a1b7791e1e-50a3197a, #w-node-_32360da1-fb7f-0df6-0ea0-52d676024a2f-50a3197a, #w-node-_32360da1-fb7f-0df6-0ea0-52d676024a36-50a3197a, #w-node-_32360da1-fb7f-0df6-0ea0-52d676024a3d-50a3197a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


