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

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

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

.nav-menu {
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
  font-family: 'Shippori Mincho', sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.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 {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  background-image: url('../images/BAE0F479-7215-49C8-A300-81211DCFA27B.jpeg'), url('../images/fuji11.jpg');
  background-position: 50% 0%, 50% 50%;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.navbar-no-shadow-2 {
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

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

.nav-menu-2 {
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
}

.nav-link-2 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  border: 1px solid transparent;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: 'Shippori Mincho', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  white-space: normal;
  cursor: auto;
  mix-blend-mode: normal;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link-2:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-2 {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle-2 {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle-2:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  padding: 12px 25px;
  background-color: #1a1b1f;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading {
  position: static;
  display: block;
  overflow: visible;
  width: 70%;
  margin-top: 79px;
  margin-right: auto;
  margin-left: auto;
  transition: opacity 325ms ease;
  font-family: 'Shippori Mincho', sans-serif;
  color: #fff;
  text-align: center;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

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

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

.heading-2 {
  width: 150%;
  padding-right: 0px;
  -ms-grid-row-align: center;
      align-self: center;
  font-family: 'Shippori Mincho', sans-serif;
  font-weight: 400;
  text-align: center;
}

.text-block {
  width: 130%;
  padding-top: 0px;
  -ms-grid-row-align: center;
      align-self: center;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 20px;
}

.div-block {
  overflow: visible;
  width: 260em;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -ms-grid-row-align: center;
      align-self: center;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  outline-color: #555;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -o-object-fit: fill;
     object-fit: fill;
}

.heading-3 {
  font-family: 'Shippori Mincho', sans-serif;
  text-align: center;
}

.text-block-2 {
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 20px;
  text-align: center;
}

.div-block-2 {
  width: auto;
  margin-top: 9px;
  border-top: 1px solid #000;
  border-radius: 0px;
}

.image {
  overflow: visible;
  width: 100%;
}

.image-2 {
  opacity: 1;
  text-align: center;
  -o-object-fit: fill;
     object-fit: fill;
}

.image-3 {
  margin-top: 13px;
  border-top: 1px solid #000;
  opacity: 1;
  mix-blend-mode: normal;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-brand-three {
  position: absolute;
  z-index: 5;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  display: flex;
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: center;
}

.nav-menu-block {
  display: flex;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
}

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

.nav-link-3:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link-3:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-3 {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle-3 {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle-3:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle-3:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.button-primary-3 {
  padding: 12px 25px;
  background-color: #1a1b1f;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-3:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary-3:active {
  background-color: #43464d;
}

.navbar-no-shadow-3 {
  background-color: #335a91;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.container-regular-3 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

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

.nav-menu-3 {
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
}

.nav-button-wrapper-3 {
  margin-left: 120px;
}

.link-block {
  position: -webkit-sticky;
  position: sticky;
}

.link-block-2 {
  position: fixed;
  top: 33.633px;
  right: 1312px;
  -o-object-fit: fill;
     object-fit: fill;
}

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

.heading-5 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-6 {
  font-family: 'Shippori Mincho', sans-serif;
  text-align: center;
}

.image-4 {
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
     object-fit: fill;
}

.heading-7 {
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-top: 0px solid #000;
  border-bottom: 1px solid #335a91;
  font-family: 'Shippori Mincho', sans-serif;
  color: #335a91;
  font-size: 38px;
  text-align: center;
}

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

.section-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-3 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-8 {
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 30px;
  text-align: center;
}

.paragraph {
  width: 80%;
  padding-left: 0px;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.bold-text {
  width: 95%;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 30px;
}

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

.image-5 {
  overflow: visible;
  border-radius: 0px;
  -o-object-fit: fill;
     object-fit: fill;
}

.image-6 {
  max-width: 33%;
}

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

.image-7 {
  position: static;
  left: 0px;
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.image-8 {
  max-width: 33%;
}

.column {
  padding-right: 0px;
  padding-left: 172px;
}

.image-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pricing-items {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

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

.pricing-wrapper-two {
  display: flex;
  margin-bottom: -40px;
  flex-direction: column;
}

.pricing-card-two {
  display: flex;
  margin-bottom: 40px;
  padding: 40px 32px;
  justify-content: space-between;
  background-color: #f5f7fa;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  display: flex;
  padding: 16px;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

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

.pricing-divider-two {
  height: 1px;
  margin: 9px -16px 16px;
  background-color: #e4ebf3;
}

.pricing-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.text-block-3 {
  margin-right: auto;
  margin-left: auto;
  font-size: 25px;
  text-align: center;
}

.grid-2 {
  width: 30%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  line-height: 20;
}

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

.grid-3 {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: left;
}

.heading-9 {
  border-right: 3px none #000;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 25px;
  text-align: left;
}

.features-table {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-subheading {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.comparison-table {
  display: flex;
  margin-top: 50px;
  flex-direction: column;
}

.comparison-row-main {
  display: -ms-grid;
  display: grid;
  padding-top: 24px;
  padding-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.comparison-title {
  margin-bottom: 0px;
  margin-left: 24px;
}

.comparison-row {
  display: -ms-grid;
  display: grid;
  padding-top: 24px;
  padding-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #e4ebf3;
}

.comparison-negative {
  margin-left: 24px;
  padding-left: 40px;
  background-image: url('../images/');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.comparison-positive {
  margin-left: 24px;
  padding-left: 40px;
  background-image: url('../images/');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.f-paragraph-small {
  margin-bottom: 0px;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.f-sub-heading-large {
  font-family: 'Shippori Mincho', sans-serif;
  color: #160042;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 32px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f7f9fd;
}

.f-feature-card-divider {
  width: 1px;
  height: 200px;
  margin-right: 40px;
  margin-left: 40px;
  background-color: #f3f5fb;
}

.f-feature-card-row {
  display: flex;
  padding: 20px 32px;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f5fb;
  border-radius: 12px;
}

.f-paragraph-large {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.f-h3-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #160042;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: #6b7094;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f-title-wrapper-center {
  position: relative;
  z-index: 5;
  display: flex;
  width: 100%;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-regular {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.f-section-large {
  position: relative;
  padding: 92px 5%;
}

.section-3 {
  width: 100%;
}

.section-4 {
  width: 100%;
}

.section-5 {
  width: auto;
}

.section-6 {
  height: 24%;
}

.grid-4 {
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  align-items: center;
  -ms-grid-columns: 0.25fr;
  grid-template-columns: 0.25fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.section-7 {
  padding-left: 0px;
}

.heading-10 {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
  border-radius: 0px;
  font-family: 'Shippori Mincho', sans-serif;
  text-align: center;
}

.heading-11 {
  width: 30%;
  margin: 10px auto 5px;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 23px;
  text-align: center;
}

.f-icon-regular {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
}

.f-footer-social {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f3f5fb;
  transition: color 300ms ease;
  color: #160042;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-footer-social-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 16px;
}

.f-footer-social-row-large {
  display: flex;
  margin-left: 60px;
  flex-direction: column;
  align-items: flex-start;
}

.f-footer-link {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color 300ms ease;
  color: #160042;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.f-footer-link:hover {
  color: #642eff;
}

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: #e4e6f1;
}

.f-footer-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 auto;
  grid-column-gap: 24px;
}

.f-footer-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.f-footer-detail {
  margin-bottom: 0px;
  font-family: Cinzel, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.f-footer-line {
  width: 1px;
  height: 24px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #e4e6f1;
}

.f-footer-logo-xs {
  width: 48px;
  height: 48px;
}

.f-footer-brand {
  display: flex;
  align-items: center;
}

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

.f-container-large {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.f-footer-small {
  position: relative;
  padding: 32px 5%;
  background-color: #fff;
}

.text-block-5 {
  display: flex;
  width: auto;
  padding-left: 0px;
  flex-wrap: nowrap;
  align-items: stretch;
  font-family: 'Shippori Mincho', sans-serif;
  color: #000;
  white-space: nowrap;
  -o-object-fit: fill;
     object-fit: fill;
}

.text-block-6 {
  font-family: 'Shippori Mincho', sans-serif;
  white-space: pre;
}

.link-block-3 {
  position: relative;
  -o-object-fit: fill;
     object-fit: fill;
}

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

.heading-12 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.text-block-8 {
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #335a91;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.heading-13 {
  margin-right: 60px;
  margin-left: 60px;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 20px;
}

.text-block-9 {
  margin-right: 60px;
  margin-left: 60px;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 18px;
}

.text-block-10 {
  margin-top: 10px;
  margin-right: 60px;
  margin-left: 60px;
  font-family: 'Shippori Mincho', sans-serif;
  text-align: left;
}

.heading-14 {
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 20px;
}

.heading-15 {
  margin-bottom: 30px;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 22px;
  text-align: center;
}

.heading-16 {
  margin-bottom: 39px;
  border-top: 1px solid #335a91;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

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

.f-icon-regular-2 {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
}

.f-modal-close {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
  color: #6b7094;
}

.f-modal-close:hover {
  color: #642eff;
}

.f-button-primary {
  display: flex;
  min-height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #160042;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02px;
  text-decoration: none;
  white-space: nowrap;
}

.f-button-primary:hover {
  background-color: #282556;
}

.f-paragraph-small-2 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.f-margin-bottom-28 {
  margin-bottom: 28px;
}

.f-sub-heading-regular {
  color: #160042;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-icon-large {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.f-modal-icon-success {
  display: flex;
  width: 72px;
  height: 72px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(37, 204, 136, 0.1);
  color: #0ebc6e;
}

.f-modal-centre {
  position: relative;
  width: 100%;
  max-width: 468px;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f9fd;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, 0.04);
  color: #160042;
  text-align: center;
}

.heading-17 {
  font-weight: 400;
}

.heading-18 {
  margin-right: 220px;
  margin-left: 220px;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-block-11 {
  margin-right: 220px;
  margin-left: 220px;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.container-3 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-19 {
  font-size: 20px;
}

.heading-20 {
  margin-right: 100px;
  margin-left: 100px;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 20px;
  text-align: center;
}

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

.button-2 {
  display: inline-block;
  width: 15%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  background-color: #335a91;
  -o-object-fit: fill;
     object-fit: fill;
}

.div-block-9 {
  margin-right: auto;
  margin-left: auto;
}

.f-button-disabled {
  position: relative;
  display: flex;
  width: 20%;
  min-height: 48px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  background-color: #335a91;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  transition: all 300ms ease;
  color: #6b7094;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  white-space: nowrap;
  cursor: default;
}

.f-button-disabled:focus {
  outline-color: #b6b9ce;
}

.text-block-12 {
  font-family: 'Shippori Mincho', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.heading-21 {
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.form {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}

.field-label {
  font-family: 'Shippori Mincho', sans-serif;
}

.field-label-2 {
  font-family: 'Shippori Mincho', sans-serif;
}

.field-label-3 {
  font-family: 'Shippori Mincho', sans-serif;
}

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

.heading-22 {
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 20px;
  text-align: center;
}

.container-4 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

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

.container-5 {
  padding-right: 220px;
  padding-left: 220px;
}

.heading-24 {
  padding-bottom: 15px;
  border-bottom: 1px solid #335a91;
  font-family: 'Shippori Mincho', sans-serif;
  color: #335a91;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.heading-25 {
  width: 20%;
  margin: 0px auto;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 20px;
  text-align: center;
}

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

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu {
    display: flex;
    padding-left: 0px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .nav-menu-wrapper-2 {
    background-color: transparent;
  }

  .nav-menu-2 {
    display: flex;
    padding-left: 0px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background-color: #335a91;
  }

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

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

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button-2 {
    padding: 12px;
    color: #fff;
    font-size: 50px;
  }

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

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    top: 70px;
    background-color: transparent;
  }

  .nav-menu-three {
    display: flex;
    margin-top: 10px;
    padding: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

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

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

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

  .nav-menu-wrapper-3 {
    background-color: transparent;
  }

  .nav-menu-3 {
    display: flex;
    padding-left: 0px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0px;
  }

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

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

  .pricing-card-two {
    padding: 24px;
    align-items: center;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .f-feature-card-divider {
    width: 50%;
    height: 1px;
    margin: 32px 0px;
  }

  .f-feature-card-row {
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0px;
  }

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

  .f-footer-menu {
    margin-right: auto;
    margin-left: auto;
    align-self: flex-start;
  }

  .f-footer-group {
    flex-direction: column;
    grid-row-gap: 16px;
  }

  .f-footer-brand {
    margin-right: auto;
    margin-left: auto;
    align-self: flex-start;
  }

  .f-footer-bottom {
    flex-direction: column;
    grid-row-gap: 24px;
  }

  .text-block-6 {
    text-align: left;
  }

  .heading-16 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-18 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-11 {
    margin-right: auto;
    margin-left: auto;
  }

  .list-item {
    font-family: 'Shippori Mincho', sans-serif;
    color: #fff;
  }

  .list-item-2 {
    font-family: 'Shippori Mincho', sans-serif;
    color: #fff;
  }

  .list-item-3 {
    font-family: 'Shippori Mincho', sans-serif;
    color: #fff;
  }

  .list-item-4 {
    font-family: 'Shippori Mincho', sans-serif;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 0px;
    flex-direction: column;
  }

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

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

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

  .nav-menu-2 {
    padding-bottom: 30px;
    padding-left: 0px;
    flex-direction: column;
    background-color: #335a91;
  }

  .nav-link-2 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .icon {
    color: #fff;
    font-size: 50px;
  }

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

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

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-3 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

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

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

  .nav-menu-3 {
    padding-bottom: 30px;
    padding-left: 0px;
    flex-direction: column;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-footer-menu {
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .f-footer-brand {
    align-self: flex-start;
  }

  .list-item {
    font-family: 'Shippori Mincho', sans-serif;
    color: #fff;
  }

  .list-item-2 {
    font-family: 'Shippori Mincho', sans-serif;
    color: #fff;
  }

  .list-item-3 {
    font-family: 'Shippori Mincho', sans-serif;
    color: #fff;
  }

  .list-item-4 {
    font-family: 'Shippori Mincho', sans-serif;
    color: #fff;
  }
}

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

  .nav-button-wrapper {
    width: auto;
  }

  .nav-menu-2 {
    flex-direction: column;
    background-color: #335a91;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .menu-button-2 {
    display: block;
  }

  .heading {
    width: 95%;
    margin-top: 49px;
    font-size: 20px;
  }

  .icon {
    display: block;
    color: #fff;
    font-size: 40px;
  }

  .text-block {
    width: auto;
    max-width: 338rem;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper-3 {
    width: auto;
  }

  .heading-7 {
    font-size: 25px;
  }

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

  .heading-8 {
    overflow: visible;
    width: 85%;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 25px;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .bold-text {
    width: 85%;
    font-size: 20px;
  }

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

  .container-2 {
    max-width: none;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    margin-bottom: -10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

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

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    margin-left: 10px;
    padding-left: 20px;
    background-position: 0px 5px;
    background-size: 14px;
  }

  .comparison-positive {
    margin-left: 10px;
    padding-left: 20px;
    background-position: 0px 4px;
    background-size: 16px;
  }

  .div-block-4 {
    align-self: flex-start;
  }

  .div-block-5 {
    align-self: flex-start;
  }

  .div-block-6 {
    align-self: flex-start;
  }

  .div-block-7 {
    align-self: flex-start;
  }

  .heading-11 {
    width: 80%;
    margin-top: 0px;
    margin-bottom: -9px;
    font-size: 15px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
    text-align: center;
  }

  .f-footer-brand {
    margin-right: auto;
    margin-left: auto;
  }

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

  .text-block-8 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
  }

  .heading-13 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-block-9 {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .heading-16 {
    font-size: 15px;
    line-height: 19px;
  }

  .heading-18 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-11 {
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .heading-20 {
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }

  .f-button-disabled {
    padding-right: 100px;
    padding-left: 100px;
  }

  .heading-22 {
    font-size: 18px;
  }

  .container-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-25 {
    width: 100%;
  }

  .link {
    width: 94%;
  }

  .list-item {
    background-color: transparent;
    font-family: 'Shippori Mincho', sans-serif;
    color: #fff;
  }

  .list-item-2 {
    font-family: 'Shippori Mincho', sans-serif;
    color: #fff;
  }

  .list-item-3 {
    font-family: 'Shippori Mincho', sans-serif;
    color: #fff;
  }

  .list-item-4 {
    font-family: 'Shippori Mincho', sans-serif;
    color: #fff;
  }
}

#w-node-_9809ff42-038d-f717-f994-0696a6db4908-2176524d {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_75be4085-2ec5-163d-8d66-b99d86649981-2176524d {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_8619af3d-c378-77a9-40ef-be88025d64a8-2176524d {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_8619af3d-c378-77a9-40ef-be88025d64ab-2176524d {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_03cb250c-a5d2-d807-207a-58eca5acce76-2176524d {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
      align-self: auto;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_03cb250c-a5d2-d807-207a-58eca5acce79-2176524d {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_15ad47cb-92d2-605c-c00d-1d01e3d00c87-2176524d {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_77fda584-3330-ca77-c692-a5381c07c085-1371ae88 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2f296fa8-91fb-7703-e538-7bc4faf4616a-a92c796b {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_13dcdb59-fae9-c70c-532a-695f21117753-2c99fdfe {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4ea88de5-8af0-88ed-3a91-ecd28245981e-b19f4ffc {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_75be4085-2ec5-163d-8d66-b99d86649981-2176524d {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_8619af3d-c378-77a9-40ef-be88025d64ab-2176524d {
    -ms-grid-row-align: auto;
        align-self: auto;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_03cb250c-a5d2-d807-207a-58eca5acce76-2176524d {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_03cb250c-a5d2-d807-207a-58eca5acce79-2176524d {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

