:root {
  --zen--gray--600: #4b5563;
  --g_2: #e7f5e9;
  --zen--gray--900: #111827;
  --zen--neutral--white: #fff;
  --zen--purple--700: #913b8b;
  --zen--neutral--black: #000;
  --g_3: #2a5731;
  --g: #38ab49;
  --zen--gray--800: #1f2937;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--dim-grey: #6e6e6e;
  --zen--gray--100: #f3f4f6;
  --kütüp-library--burntsienna: #e76f51;
  --kütüp-library--white-smoke: #eeece9;
  --kütüp-library--dim-grey-2: #524c44;
  --spark-library--black: black;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --red: #f82323;
  --zen--gray--50: #f9fafb;
  --zen--gray--200: #e5e7eb;
  --y: #ffe33f;
}

body {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.zen-icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.zen-paragraph-large {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.zen-section-regular {
  background-color: var(--g_2);
  padding: 20px 5% 40px;
  position: relative;
}

.zen-column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.zen-button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--zen--gray--900);
  color: var(--zen--neutral--white);
  letter-spacing: -.2px;
  white-space: nowrap;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.zen-button-primary:hover {
  background-color: var(--zen--purple--700);
  color: var(--zen--neutral--white);
}

.zen-display-heading {
  color: var(--zen--neutral--black);
  letter-spacing: -4.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
}

.zen-paragraph-x-small {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-size: 12px;
}

.zen-header-caption-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--zen--neutral--black);
  align-items: center;
  display: flex;
}

.zen-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.zen-header-grid-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  margin-bottom: 40px;
}

.zen-header-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
}

.zen-header-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.spark-brand-logo-3 {
  z-index: 2;
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 50px;
  margin: 10px;
}

.spark-rounded-edge-navbar-2 {
  z-index: 9999;
  background-color: #fff;
  border-radius: 999px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: fixed;
  inset: 30px 0% auto;
  box-shadow: inset 0 0 12px #00000059;
}

.spark-line-14 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-14.spark-simple-line {
  background-color: #d60012;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-3 {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-3.w--open {
  background-color: #ffe9e9;
  border-radius: 8px;
}

.spark-nav-link {
  color: #000;
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--g_2);
  opacity: 1;
  color: var(--zen--neutral--black);
}

.spark-nav-link.w--current {
  color: #d60012;
}

.spark-nav-link.spark-button {
  background-color: var(--g);
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--g_3);
  opacity: 1;
  color: #fff;
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: #fff;
}

.spark-line-11 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-11.spark-simple-line {
  background-color: #d60012;
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-line-15 {
  z-index: 1;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-15.spark-simple-line {
  background-color: #d60012;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-rounded-edge-nav-bar-inner-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.spark-section {
  width: 100%;
  padding: 60px 64px;
  position: relative;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-left-aligned {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.spark-container.spark-centered-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spark-secondary-paragraph {
  color: #000000c2;
  margin-bottom: 64px;
}

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

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-start;
}

.fv_bigtext {
  text-align: center;
  font-size: 30px;
  line-height: 90px;
}

.spark-hero-section-left-side {
  width: 50%;
}

.fv_text {
  font-size: 21px;
  line-height: 32px;
}

.spark-button {
  color: #fff;
  background-color: #d60012;
  border: 1px solid #d60012;
  border-radius: 40px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  opacity: 1;
  background-color: #df425a;
  border-color: #df425a;
}

.div-block {
  height: 30px;
}

.kv {
  background-image: url('../images/HP_FV_rinrin_x4_min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  width: 45%;
  height: 460px;
}

.date-center {
  align-items: center;
  height: 100%;
  display: flex;
}

.news {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #dbdbdb52;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.75fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 6px;
  display: flex;
}

.div-block-700 {
  width: 250px;
}

.supplement-ls1px {
  letter-spacing: .5px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: none;
}

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

.div-block-698.white {
  color: #fff;
  min-width: 120px;
  font-weight: 600;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

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

.paragraph-2 {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.4em;
}

.paragraph-2.paragraph-left {
  text-align: left;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-2.paragraph-left.white {
  color: #fff;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.spark-900-width-2 {
  width: 100%;
  max-width: 100%;
}

.spark-section-3 {
  width: 100%;
  padding: 40px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3.spark-primary-color-background {
  background-color: var(--g);
  color: #fff;
}

.zen-overline {
  color: var(--zen--gray--800);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.zen-container-small {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.zen-column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.zen-column-x-small.zen-column-center {
  text-align: center;
  align-items: center;
}

.zen-text-color-gray-600 {
  color: var(--zen--gray--600);
}

.zen-icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.zen-h2-heading {
  color: var(--zen--neutral--black);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.zen-title-center-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zen-subheading-large {
  color: var(--zen--neutral--black);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.zen-subheading-large.zen-text-color-gray-600 {
  color: var(--zen--gray--600);
}

.zen-h6-heading {
  color: var(--zen--neutral--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.zen-faq-dropdown-toggle {
  white-space: normal;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 32px;
  display: flex;
}

.zen-faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.zen-faq-dropdown-list {
  background-color: #fff0;
  padding-left: 32px;
  padding-right: 56px;
  display: block;
  position: relative;
}

.zen-faq-item {
  background-color: var(--zen--neutral--white);
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.zen-faq-tab {
  margin-top: -8px;
  padding-bottom: 20px;
}

.zen-column-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kutup-section {
  background-color: #fff;
  padding: 20px 5% 40px;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-display-2 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-features-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  display: flex;
}

.kutup-features-wrapper {
  background-color: var(--g_2);
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-features-title {
  color: var(--kütüp-library--dark-slate-grey);
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 28px;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-paragraph {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 1px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.text-block {
  margin-top: 5px;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-section-2 {
  width: 100%;
  padding: 140px 64px;
}

.cta_3 {
  flex-flow: column;
  display: flex;
}

.spark-button-2 {
  background-color: var(--g);
  color: #fff;
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
  display: flex;
}

.spark-button-2:hover {
  background-color: var(--g_3);
  opacity: 1;
}

.div-block-701 {
  height: 40px;
}

.div-block-702 {
  background-color: var(--g_2);
  text-align: center;
  border-radius: 10px;
  min-width: 270px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 40px;
  padding: 10px 15px;
}

.text-block-3 {
  color: var(--g_3);
  letter-spacing: 1px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
}

.spark-section-4 {
  width: 100%;
  padding: 40px 64px;
}

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

.text-block-2 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 47px;
}

.yoko {
  margin-bottom: 20px;
  display: flex;
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 40px;
  display: flex;
}

.text-block-4 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 47px;
}

.div-block-703 {
  background-image: url('../images/FV_3_min.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 50vh;
  display: flex;
}

.div-block-704 {
  background-image: url('../images/FV_parts_min.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 35vh;
  margin-bottom: 10px;
}

.div-block-705 {
  margin-bottom: 10px;
}

.table-col-2 {
  background-color: var(--zen--gray--100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.table-1---header---text-6 {
  color: #7a6451;
  border: 1px #000;
  flex: 0 auto;
}

.table-1---header---text-6.sp {
  font-size: 11px;
  display: none;
}

.table-col--day {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.table-col--day.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col--day.data.left {
  z-index: 80;
  background-color: #e2f7ff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
  padding: 15px 20px;
}

.table-col--day.data.left.bg-brk {
  background-color: var(--g_2);
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.table-col--day-stk {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.table-col--day-stk.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col--day-stk.data.left {
  z-index: 80;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  position: sticky;
  left: 0;
}

.table-1---header---text-3 {
  color: #fff;
  text-align: center;
  border: 1px #000;
  flex: 0 auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.table-row-4-col-2 {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: sticky;
}

.table-row-4-col-2.header {
  z-index: 999;
  grid-column-gap: 1px;
  background-color: #fff;
  border-top-style: none;
  grid-template-columns: 1.25fr .5fr .5fr 1fr .5fr .5fr .5fr;
  width: 100%;
  min-width: 1200px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.table-col-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.table-col-3.header.left-col {
  z-index: 100;
  background-color: #fff;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col-3.bg-brk {
  background-color: var(--g_3);
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
}

.accordion-item-2 {
  z-index: 0;
  background-color: #fff;
  border-bottom: 2px #021d4a1a;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.table-col-0 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.table-row-4-col {
  z-index: 100;
  grid-column-gap: 3px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #f7f5f4;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr .5fr 1fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 1200px;
  margin-bottom: 5px;
  display: grid;
}

.table-1---header---text-5 {
  color: #7a6451;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.table-1---header---text-5.data {
  width: 100%;
}

.table-1---header---text-5.data.center {
  text-align: center;
  width: auto;
  font-size: 19px;
  line-height: 26px;
}

.accordion-item-content-4 {
  z-index: 0;
  flex: 0 auto;
  width: 90vw;
  position: relative;
  overflow: hidden;
}

.table {
  color: #002357;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
  position: sticky;
}

.table:active {
  border: 1px solid #dadada;
}

.table:focus {
  border-color: #d4d4d4;
}

.table.no-pad.overflow {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: scroll;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-706 {
  background-image: url('../images/page-02-map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 30px;
}

.pant {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-2 {
  color: #f82323;
}

.kutup-section-2 {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-large-container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-small-top-text {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-statistics-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kutup-statistics-block {
  background-color: var(--kütüp-library--white-smoke);
  color: var(--kütüp-library--dim-grey-2);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 47%;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 44px 35px 40px;
  font-weight: 700;
  display: flex;
}

.kutup-statistic-number {
  border-bottom-color: #ffffff4d;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 60px;
}

.kutup-paragraph-2 {
  color: var(--kütüp-library--dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.link-block-4 {
  background-image: url('../images/itabashi_flow.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 540px;
}

.kutup-button-with-line {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-line {
  background-color: var(--kütüp-library--burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.kutup-section-gray {
  background-color: var(--g_2);
  padding: 100px 5%;
}

.kutup-grid-3-columns {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kutup-features-2-wrapper {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px 20px;
  display: flex;
}

.kutup-features-title-2 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.detal_pant {
  font-size: 17px;
  line-height: 28px;
}

.div-block-707 {
  height: 80px;
}

.jump {
  width: 100%;
  height: 0;
}

.spark-nav-link-2 {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link-2:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
}

.spark-nav-link-2.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link-2.spark-with-dropdown {
  grid-column-gap: 16px;
  padding-right: 16px;
  display: flex;
}

.spark-nav-link-2.spark-with-dropdown:hover {
  background-color: var(--g_2);
}

.spark-nav-link-2.spark-square-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 8px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: color .15s, background-color .15s, opacity .15s;
}

.spark-nav-link-2.spark-square-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-nav-link-2.spark-centered {
  margin-left: 4px;
  margin-right: 4px;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-dropdown-list.w--open {
  background-color: var(--spark-library--white);
  border: 1px solid #00000029;
  border-radius: 8px;
  padding: 8px;
}

.spark-dropdown-link {
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  padding: 13px 16px;
  font-weight: 600;
  transition: color .15s, background-color .15s;
}

.spark-dropdown-link:hover {
  background-color: var(--g_2);
  opacity: 1;
}

.spark-square-menu-with-centered-links {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.square-menu-with-centered-links-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-centered-nav-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.spark-left-side-brand-logo {
  margin-right: auto;
  padding-left: 0;
}

.div-block-708 {
  background-color: var(--g);
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.paragraph-3 {
  color: var(--spark-library--white);
  margin-bottom: 0;
}

.div-block-709 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--zen--neutral--white);
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 40px;
  display: flex;
}

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

.div-block-711 {
  background-color: var(--g);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 480px;
  padding: 3px 40px;
  display: flex;
}

.bold-text {
  color: var(--red);
}

.text-span-3 {
  color: var(--red);
  font-weight: 600;
}

.flow {
  border-radius: 18px;
}

.heading-2 {
  color: var(--red);
}

.text-block-5 {
  color: var(--red);
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

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

.bold-text-2 {
  font-size: 17px;
}

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

.text-span-5 {
  font-weight: 600;
}

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

.text-span-8 {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .zen-section-regular {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .zen-header-grid-top {
    text-align: center;
    grid-template-columns: 1.3fr;
  }

  .zen-header-button-wrapper {
    justify-content: center;
  }

  .spark-rounded-edge-navbar-2 {
    width: 90%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-14.spark-simple-line {
    background-color: var(--g_3);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-3 {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button-3.w--open {
    background-color: #0000;
  }

  .spark-nav-link {
    text-align: left;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-line-11.spark-simple-line {
    background-color: var(--g_3);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: #fff;
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-nav-menu.spark-rounded-corners {
    border: 3px solid var(--g);
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    box-shadow: 0 0 8px #0000002b;
  }

  .spark-line-15.spark-simple-line {
    background-color: var(--g_3);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-rounded-edge-nav-bar-inner-2 {
    padding: 0;
  }

  .spark-section {
    padding: 20px 32px;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .fv_bigtext {
    line-height: 40px;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .kv {
    background-position: 50%;
    width: 100%;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .date-center {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .news {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-698 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .div-block-699 {
    flex-flow: column;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-3.spark-primary-color-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .zen-h6-heading {
    font-size: 17px;
  }

  .zen-faq-dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .zen-faq-tab {
    padding-bottom: 20px;
  }

  .kutup-section {
    padding: 10px 5% 20px;
  }

  .kutup-features-flex {
    grid-row-gap: 40px;
    flex-flow: column;
    align-content: stretch;
  }

  .kutup-features-wrapper {
    flex: 0 45%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .kutup-divider-30px {
    height: 10px;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-702 {
    min-width: 170px;
  }

  .text-block-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .spark-section-4 {
    padding: 20px 32px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 29px;
  }

  .yoko {
    width: 600px;
  }

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 29px;
  }

  .div-block-703 {
    background-position: 50%;
    background-attachment: scroll;
    justify-content: center;
    align-items: flex-end;
    height: 50vh;
  }

  .div-block-704 {
    width: 87%;
    margin-bottom: 20px;
  }

  .table-col-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-1---header---text-6.sp {
    display: flex;
  }

  .table-col--day.data.left.bg-brk {
    padding: 5px;
  }

  .table-1---header---text-3 {
    font-size: 13px;
    line-height: 18px;
  }

  .table-row-4-col-2.header {
    grid-template-columns: .25fr .25fr .25fr .5fr .25fr .25fr .25fr;
  }

  .table-col-3.header.left-col {
    justify-content: center;
    align-items: center;
    padding: 5px;
  }

  .accordion-item-2 {
    justify-content: space-between;
  }

  .table-row-4-col {
    grid-template-columns: .25fr .25fr .25fr .5fr .25fr .25fr .25fr;
  }

  .table-1---header---text-5 {
    text-align: left;
    font-size: 19px;
    line-height: 26px;
  }

  .table-1---header---text-5.data.center {
    font-size: 19px;
  }

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

  .table.no-pad.overflow {
    flex: none;
  }

  .kutup-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-statistics-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .kutup-section-gray {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-grid-3-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
  }

  .kutup-features-2-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .kutup-features-title-2 {
    font-size: 15px;
  }

  .detal_pant {
    font-size: 14px;
  }

  .spark-nav-link-2 {
    text-align: left;
    border-radius: 30px;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link-2.spark-with-dropdown {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .spark-nav-link-2.spark-square-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-dropdown-list.w--open {
    position: relative;
  }

  .spark-square-menu-with-centered-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .square-menu-with-centered-links-inner {
    justify-content: flex-end;
    padding: 0;
  }

  .spark-centered-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-radius: 45px;
    margin-top: 1rem;
    padding: 2rem 1rem 1rem;
    box-shadow: 1px 1px 8px #0000001a;
  }

  .spark-left-side-brand-logo {
    margin-right: auto;
  }

  .dropdown {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-709 {
    flex-flow: column;
    max-height: none;
    display: flex;
  }

  .div-block-710 {
    height: auto;
  }

  .a {
    min-height: auto;
  }

  .text-block-5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .zen-display-heading {
    font-size: 58px;
  }

  .spark-rounded-edge-navbar-2 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-rounded-edge-nav-bar-inner-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-container {
    width: 100%;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-centered {
    flex-direction: row;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .kv {
    height: 330px;
  }

  .news {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    grid-template-columns: 1.5fr 1.75fr;
    justify-content: flex-start;
    place-items: stretch start;
  }

  .div-block-698 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-content: start;
  }

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

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

  .div-block-699 {
    flex-flow: column;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section-3.spark-primary-color-background {
    padding-top: 40px;
  }

  .zen-h2-heading {
    font-size: 48px;
  }

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

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-features-flex {
    flex-flow: wrap;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .div-block-702 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .yoko {
    flex-flow: column;
    width: auto;
  }

  .spark-footer-column {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-703 {
    height: 50vh;
  }

  .div-block-704 {
    width: 86%;
    margin-bottom: 20px;
  }

  .table-1---header---text-6, .table-1---header---text-3 {
    font-size: 10px;
    line-height: 12px;
  }

  .table-row-4-col-2.header {
    min-width: 1000px;
  }

  .table-col-3.header.left-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .accordion-item-2 {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-row-4-col {
    grid-column-gap: 1px;
    min-width: 1000px;
  }

  .table-1---header---text-5 {
    line-height: 24px;
  }

  .table-1---header---text-5.data.center {
    font-size: 18px;
  }

  .table.no-pad.overflow {
    width: 100%;
  }

  .kutup-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-statistics-grid {
    grid-template-columns: 1fr;
  }

  .kutup-section-gray {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-grid-3-columns {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .spark-nav-link-2.spark-square-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spark-square-menu-with-centered-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .square-menu-with-centered-links-inner {
    padding-left: 0;
    padding-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .zen-header-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .spark-brand-logo-3 {
    width: 130px;
  }

  .spark-rounded-edge-navbar-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-simple-menu-button-3 {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-nav-menu.spark-rounded-corners {
    justify-content: center;
    align-items: center;
  }

  .spark-rounded-edge-nav-bar-inner-2 {
    padding: 0 12px;
  }

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

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-flex-row.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .fv_bigtext {
    font-size: 21px;
    line-height: 30px;
  }

  .kv {
    height: 140px;
  }

  .date-center {
    flex-direction: row;
    align-items: center;
  }

  .news {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    align-items: flex-start;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3.spark-primary-color-background {
    padding-top: 40px;
  }

  .zen-faq-dropdown-toggle {
    padding: 16px;
  }

  .zen-faq-dropdown-list {
    padding-left: 16px;
    padding-right: 24px;
  }

  .zen-faq-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-features-flex {
    grid-row-gap: 35px;
  }

  .kutup-features-wrapper {
    flex: 0 auto;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .div-block-702 {
    width: 230px;
  }

  .spark-section-4 {
    padding: 20px;
  }

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

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

  .spark-footer-column {
    margin-top: 20px;
  }

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

  .div-block-703 {
    height: 37vh;
  }

  .div-block-704 {
    width: 90%;
    height: 21vh;
    margin-bottom: 20px;
  }

  .table-1---header---text-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .table-col-3.header.left-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .accordion-item-2 {
    align-items: center;
    width: 100%;
  }

  .table-row-4-col {
    grid-column-gap: 1px;
    width: 160vw;
  }

  .table-1---header---text-5 {
    font-size: 16px;
    line-height: 21px;
  }

  .accordion-item-content-4 {
    width: 100%;
    overflow: hidden;
  }

  .table {
    width: 100%;
  }

  .table.no-pad.overflow {
    flex: none;
  }

  .kutup-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-statistics-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .kutup-section-gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-grid-3-columns {
    grid-row-gap: 15px;
  }

  .spark-nav-link-2 {
    margin-bottom: .5rem;
  }

  .spark-nav-link-2.spark-square-button {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .75rem;
  }

  .spark-nav-link-2.spark-square-button.spark-small-on-mobile {
    padding: 8px;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-square-menu-with-centered-links {
    padding-right: 0;
  }

  .square-menu-with-centered-links-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-centered-nav-menu {
    border-radius: 20px;
    padding: 1rem .5rem 0;
  }

  .paragraph-3 {
    font-size: 10px;
  }

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

  .heading {
    font-size: 30px;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 21px;
  }

  .bold-text-3 {
    font-weight: 900;
  }
}

#w-node-a11a5e2d-d766-51ae-f243-a860b580f3cf-b8f33309 {
  align-self: center;
}

#w-node-_24a2f752-c18d-68af-a0ff-3afec79892ae-b8f33309 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_39c6312e-c198-610c-5ae6-fa046e304014-b8f33309, #w-node-_39c6312e-c198-610c-5ae6-fa046e30401e-b8f33309, #w-node-_39c6312e-c198-610c-5ae6-fa046e304028-b8f33309, #w-node-_39c6312e-c198-610c-5ae6-fa046e304032-b8f33309, #w-node-d2de22e5-5f79-408a-d805-beb660a37651-e2e3b314, #w-node-a39fd269-c22a-0462-799d-c7f3f42fb779-e2e3b314, #w-node-_38326bbf-221c-3c3f-9200-01d5e8eda223-e2e3b314, #w-node-_99010e21-73cc-baad-ed9d-0ad5d3a04762-e2e3b314, #w-node-_26325b06-4349-dfbd-005e-560b63ad7916-e2e3b314, #w-node-_204b9851-d234-af51-a18d-1bcf3113f1d0-e2e3b314, #w-node-_0e0ab052-9726-f478-23c5-3cbe4d885ce6-e2e3b314, #w-node-_597cbce5-991e-64b0-67dd-df07cd43d6ff-e2e3b314, #w-node-_7b58d1a3-4872-1988-0306-760fd7592133-e2e3b314, #w-node-_084fbeeb-de1a-e236-8872-6ad33c8b14b3-e2e3b314, #w-node-_41f19754-b83c-c22a-5aa9-3a1a8d2685f5-e2e3b314, #w-node-fa82424d-f4c4-2c8d-907d-46cf7544b80e-e2e3b314 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d2de22e5-5f79-408a-d805-beb660a37651-e2e3b314 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


