:root {
  --neutral--900: #1a1a42;
  --neutral--700: #33335b;
  --neutral--500: #4e4e74;
  --mountbatten--light: #f2e9f2;
  --neutral--400: #9797b4;
  --purpish--dark: #1a1a42;
  --purpish--primary: #6a6a9a;
  --neutral--600: #363659;
  --neutral--0: white;
  --main-light-brown: #efebe8;
  --purpish--light: #eeeef6;
  --neutral--200: #eaeaf1;
  --oxley--light: #e7f3ec;
  --oxley--primary: #6a9a7e;
  --rackley--primary: #6081a9;
  --copper-rose--dark: #481414;
  --neutral--800: #262650;
  --mountbatten--primary: #947194;
  --copper-rose--primary: #9f6565;
  --copper-rose--light: #f4e6e6;
  --mountbatten--dark: #3a1d3a;
  --neutral--100: #f6f6f9;
  --rackley--light: #e4eaf7;
  --rackley--dark: #0a334d;
  --oxley--dark: #1a4231;
  --neutral--300: #d0d0dd;
}

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

body {
  color: var(--neutral--900);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--neutral--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Opensaucesans, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Opensaucesans, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Opensaucesans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Opensaucesans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Opensaucesans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: var(--neutral--700);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  color: var(--neutral--500);
  font-size: 16px;
  line-height: 32px;
}

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

blockquote {
  background-color: var(--mountbatten--light);
  border: 1px #000;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px 32px;
  font-size: 18px;
  line-height: 32px;
}

.houseishin-wrapper {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.sponsor-card {
  color: var(--neutral--900);
  text-decoration: none;
}

.title-wrapper-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 544px;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.sponsor-image {
  height: 340px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.review-icon-row {
  margin-bottom: 24px;
}

.detail-text {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.feature-icon-block {
  flex: none;
  margin-bottom: 40px;
  padding: 8px;
  position: relative;
}

.button-wrapper {
  margin-top: 40px;
}

.footer-link {
  color: var(--neutral--500);
  letter-spacing: -.02em;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s, opacity .2s;
  display: block;
}

.footer-link:hover {
  color: var(--neutral--400);
}

.footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-line-wrapper {
  align-items: center;
  display: flex;
}

.footer-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  margin-top: 0;
  display: flex;
}

.color-block-large {
  background-color: #eeeef6;
  height: 100%;
  margin-top: -50px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.video-lightbox {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, .1);
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 24px;
  display: flex;
  position: absolute;
}

.section-data {
  background-color: #6a6a9a;
  padding: 48px 5%;
  font-family: Noto Sans JP, sans-serif;
  position: relative;
}

.content-ui-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 268px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -48px;
  left: 0%;
  right: 0%;
  box-shadow: 4px 64px 132px -24px rgba(26, 26, 67, .08);
}

.content-images {
  position: relative;
}

.heading-grid {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: start;
  width: 100%;
  margin-bottom: 64px;
  position: relative;
}

.container-navigation {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.header-image {
  z-index: 4;
  justify-content: flex-start;
  width: 40%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon-background {
  background-color: #eeeef6;
  border-radius: 2px;
  width: 64px;
  min-width: 64px;
  height: 40px;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-grain {
  opacity: .8;
  color: #fff;
  mix-blend-mode: overlay;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-large {
  color: var(--neutral--600);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.footer-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.1fr;
  margin-bottom: 20px;
}

.background-block {
  background-color: #eeeef6;
  height: 298px;
  min-height: 298px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-small {
  padding: 64px 5%;
}

.span-gray-400 {
  color: #9797b4;
}

.footer-divider {
  background-color: #eeeef6;
  width: 100%;
  height: 1px;
  margin: 0;
}

.footer-column-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  width: 100%;
}

.header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.paragraph-regular {
  text-align: justify;
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.text-color-white {
  color: #fff;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
}

.detail-card-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.section-about-us {
  background-color: var(--neutral--0);
  padding: 96px 5%;
  position: relative;
}

.section-footer {
  background-color: var(--main-light-brown);
  padding: 48px 5%;
  position: relative;
}

.feature-button-wrapper {
  width: 100%;
  margin-top: 48px;
}

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

.button-secondary-right-icon {
  grid-column-gap: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6a6a9a;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-secondary-right-icon:hover {
  background-color: #42426f;
}

.button-secondary-right-icon:active {
  background-color: #1a1a42;
}

.detail-title {
  text-align: justify;
  letter-spacing: -.01em;
  margin-bottom: -1px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.navigation {
  z-index: 55;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.header-images {
  align-items: flex-end;
  width: 100%;
  height: 598px;
  display: flex;
  position: relative;
}

.heading-detail {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.testimonial-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-menu {
  grid-column-gap: 16px;
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: none;
  position: static;
}

.overlay {
  z-index: 1;
  background-color: rgba(26, 26, 67, .48);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-button-wrap {
  grid-column-gap: 14px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.feature-card {
  color: var(--neutral--900);
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #eeeef6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.banner-pattern-left {
  height: 18px;
  position: absolute;
  top: 13px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer-social-link {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .3s;
  display: flex;
}

.footer-social-link:hover {
  opacity: .6;
}

.detail-card-divider {
  background-color: #eaeaf1;
  width: 1px;
  height: 48px;
}

.video-image {
  color: rgba(0, 0, 0, 0);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.social-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}

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

.ui-card-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
}

.list-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.header-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  position: relative;
}

.testimonal-quote {
  z-index: 0;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.section-header {
  background-color: var(--main-light-brown);
  background-image: url('../images/BG-Pattern.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 5% 170px;
  position: relative;
  overflow: hidden;
}

.content-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.content-block.margin-bottom-48 {
  margin-bottom: 48px;
}

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

.grid-content-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 32px;
}

.banner {
  z-index: 55;
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #1a1a42;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 5%;
  display: flex;
  position: relative;
}

.banner.banner-en {
  font-family: Noto Sans JP, sans-serif;
}

.ui-card-divider {
  background-color: #eaeaf1;
  width: 1px;
  height: 24px;
}

.detail-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 100%;
}

.feature-icon {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
  position: relative;
}

.button-feature {
  grid-column-gap: 12px;
  color: var(--purpish--dark);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f6f6f9;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.banner-pattern-right {
  height: 18px;
  position: absolute;
  top: 13px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.detail-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #eaeaf1;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  padding: 24px;
  display: flex;
}

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

.home-heading {
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.ui-card-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 256px;
  padding: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: -64px;
  right: auto;
  box-shadow: 4px 64px 132px -24px rgba(26, 26, 67, .08);
}

.header-ui-card {
  background-color: #eeeef6;
  border: 6px solid #fff;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 8px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 88px;
  left: -44px;
  right: auto;
  box-shadow: 4px 64px 64px rgba(161, 161, 67, .08);
}

.detail-block-right {
  color: #fff;
  background-color: #1a1a42;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.detail-container {
  color: #fff;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.heading-detail-small {
  color: var(--purpish--primary);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.grid-cta {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  width: 100%;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h4-title {
  margin-bottom: 0;
}

.button-primary-right-icon {
  grid-column-gap: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1a1a42;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-primary-right-icon:hover {
  background-color: #33335b;
}

.button-primary-right-icon:active {
  background-color: #4e4e74;
}

.cta-block {
  z-index: 5;
  background-image: linear-gradient(rgba(26, 26, 67, .72), rgba(26, 26, 67, .72)), url('../images/24870672_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  min-height: 312px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.arrow-image {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-gray-700 {
  color: #33335b;
}

.paragraph-small.text-color-gray-500 {
  color: #4e4e74;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.overflow {
  overflow: hidden;
}

.footer-title {
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.detail-block {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 44px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link {
  color: #1a1a42;
  letter-spacing: -.01em;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: block;
}

.nav-link:hover {
  color: #6a6a9a;
}

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

.video-play {
  box-shadow: 0 34px 44px rgba(26, 26, 67, .12);
}

.button-banner {
  color: #fff;
  letter-spacing: -.02em;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.ui-card-square {
  color: #6a6a9a;
  background-color: rgba(238, 238, 246, .64);
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 12px;
  display: flex;
}

.banner-text {
  color: #eeeef6;
  letter-spacing: -.0025em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.span-primary {
  color: #6a6a9a;
}

.video-block {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

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

.grid-content {
  grid-column-gap: 72px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  position: relative;
}

.copyright-link {
  letter-spacing: -.02em;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  position: relative;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

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

.button-primary:active {
  background-color: #6a6a9a;
}

.span-link {
  color: var(--purpish--primary);
  text-decoration: none;
}

.testimonial-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-testimonal {
  padding: 96px 5%;
  overflow: hidden;
}

.testimonial-arrow {
  color: #1a1a42;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #eaeaf1;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.testimonial-arrow:hover {
  color: #fff;
  background-color: #1a1a42;
  border-color: #1a1a42;
}

.testimonial-arrow.testimonial-right {
  top: auto;
  bottom: 0;
  left: 52px;
  right: auto;
}

.testimonial-arrow.testimonial-left {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

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

.testimonial-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-line {
  max-width: 80%;
  margin-left: 24px;
}

.feature-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 56px;
}

.cta-detail {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 32px;
}

.testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  align-items: center;
  width: 100%;
  position: relative;
}

.about-mask {
  height: 100%;
  overflow: visible;
}

.about-hero-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  align-items: end;
}

.about-slide {
  height: 100%;
}

.detail-number {
  color: #fff;
  text-align: center;
}

.slide-nav-about {
  border-radius: 0;
  align-items: center;
  width: 100%;
  max-width: 544px;
  padding-top: 0;
  display: flex;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.number-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.number-block.middle {
  border-left: 1px solid #eaeaf1;
  border-right: 1px solid #eaeaf1;
}

.heading-small-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
  position: relative;
}

.slider-dots, .left-arrow {
  display: none;
}

.about-ui-card {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 8px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 64px;
  left: -44px;
  right: auto;
  box-shadow: 4px 64px 64px rgba(161, 161, 67, .08);
}

.team-image {
  background-color: var(--purpish--light);
  background-image: url('../images/Team-Background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 8px solid #fff;
  height: 352px;
  margin-bottom: 24px;
  overflow: hidden;
}

.number-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #eaeaf1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 56px;
}

.about-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.section-number {
  background-color: #f6f6f9;
  padding: 128px 5%;
}

.number-detail {
  letter-spacing: .08em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.about-ui-square {
  color: #6a6a9a;
  background-color: rgba(238, 238, 246, .64);
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  padding: 12px;
  display: flex;
}

.team-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-wrapper-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-detail-large {
  color: var(--purpish--primary);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.section-about {
  background-color: var(--purpish--light);
  background-image: url('../images/BG-Pattern.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  padding-top: 192px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.team-role {
  color: #9797b4;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.team-card {
  color: var(--neutral--900);
  text-decoration: none;
  transition: all .3s cubic-bezier(.6, .6, 0, 1);
}

.team-card:hover {
  filter: grayscale(0%);
}

.right-arrow {
  display: none;
}

.about-image {
  background-color: #fff;
  width: 100%;
  height: 432px;
  position: relative;
}

.arrow-left {
  color: #1a1a42;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #eaeaf1;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
  left: -16px;
}

.arrow-left:hover {
  color: #fff;
  background-color: #1a1a42;
  border-color: #1a1a42;
}

.section-feature {
  padding: 96px 5%;
  overflow: hidden;
}

.slider-large {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  margin-right: 32px;
}

.donate-detail {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.donate-image {
  position: relative;
}

.donate-content-small {
  background-color: #f6f6f9;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.donate-bar {
  background-color: #d0d0dd;
  align-items: center;
  width: 100%;
  height: 4px;
  margin-top: 8px;
  display: flex;
  position: relative;
}

.paragraph-large-m {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.mask-large {
  width: 352px;
  overflow: visible;
}

.donate-card-title {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.image-linear {
  display: none;
}

.button-spacing-32 {
  width: 100%;
  margin-top: 32px;
}

.donate-card-small {
  text-transform: none;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.donate-card-small:hover {
  box-shadow: none;
}

.brand-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.brand-block {
  color: #9797b4;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 36px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.brand-block:hover {
  color: #6a6a9a;
  box-shadow: 0 280px 72px rgba(5, 5, 5, .02), 0 184px 68px rgba(5, 5, 5, .02), 0 104px 56px rgba(5, 5, 5, .02), 0 48px 40px rgba(5, 5, 5, .02), 0 11px 20px rgba(5, 5, 5, .02);
}

.button-outline-right-icon {
  grid-column-gap: 12px;
  color: #1a1a42;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #eaeaf1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-outline-right-icon:hover {
  background-color: var(--neutral--200);
  border-color: #f6f6f9;
}

.button-outline-right-icon:active {
  background-color: #eaeaf1;
  border-color: #eaeaf1;
}

.progress-bar {
  background-color: #363659;
  width: 50.2%;
  height: 4px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.progress-bar.bar-large {
  width: 60%;
}

.progress-bar.bar-xx-large {
  width: 92%;
}

.progress-bar.bar-x-large {
  width: 90%;
}

.donation-block {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.donate-image-overlay {
  opacity: .72;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #1a1a43);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.field-label {
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.error-message {
  color: #481414;
  background-color: #f4e6e6;
  margin-top: 24px;
  padding: 12px 24px;
}

.grid-donate-header {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.donate-form-block {
  margin-top: 24px;
  margin-bottom: 0;
}

.button-form-submit {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1a1a42;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  margin-top: 24px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-form-submit:hover {
  background-color: #42426f;
}

.button-form-submit:active {
  background-color: #6a6a9a;
}

.success-message {
  background-color: var(--oxley--light);
  color: var(--oxley--primary);
  padding: 24px;
}

.text-field {
  border: 1px solid var(--neutral--200);
  letter-spacing: -.03em;
  background-color: #fff;
  min-height: 48px;
  max-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.text-field:hover {
  border-color: var(--purpish--primary);
}

.text-field:focus {
  border-color: #6a6a9a;
}

.text-field::placeholder {
  color: var(--purpish--primary);
}

.section-donate-small {
  background-color: var(--purpish--light);
  background-image: url('../images/BG-Pattern.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  padding: 192px 5% 40px;
  position: relative;
}

.input-block.margin-bottom-16 {
  height: auto;
  margin-bottom: 24px;
}

.donate-form-card {
  background-color: #fff;
  max-width: 448px;
  padding: 48px;
  box-shadow: 0 48px 140px -24px rgba(57, 59, 106, .06);
}

.cause-header-image {
  height: 484px;
  position: relative;
}

.section-cause {
  background-color: var(--rackley--primary);
  background-image: url('../images/BG-Pattern.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  padding: 192px 5% 36px;
  position: relative;
}

.donate-content {
  background-color: #f6f6f9;
  border: 1px solid #eaeaf1;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

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

.header-block {
  max-width: 556px;
}

.contact-grid-card {
  z-index: 5;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 16px;
}

.section-contact {
  z-index: 5;
  background-color: #eeeef6;
  background-image: url('../images/BG-Pattern.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  padding-top: 192px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.button-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6a6a9a;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 24px;
  padding: 14px 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-card:hover {
  color: #1a1a42;
}

.contact-card {
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #eeeef6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 32px 40px;
  transition: box-shadow .3s;
  display: flex;
}

.contact-card:hover {
  border-color: #fff;
  box-shadow: 0 48px 140px 24px rgba(57, 59, 106, .06);
}

.checkbox-label {
  color: #4e4e74;
  letter-spacing: -.02em;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.form-block {
  background-color: #f6f6f9;
  border: 1px solid #eaeaf1;
  width: 100%;
  margin-bottom: 0;
  padding: 40px;
  font-family: Noto Sans JP, sans-serif;
}

.checkbox-field {
  align-items: center;
  max-height: 24px;
  margin-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.contact-social-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.text-field-large {
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px solid #eaeaf1;
  min-height: 120px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.text-field-large::placeholder {
  color: #4e4e74;
}

.link {
  color: #4e4e74;
  text-decoration: underline;
}

.contact-social-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

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

.contact-grid {
  grid-column-gap: 72px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  margin-top: 40px;
}

.grid-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 48px;
}

.checkbox {
  background-color: #fff;
  border: 1px solid #eef0f1;
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin: 4px;
}

.checkbox.w--redirected-checked {
  background-color: #6a6a9a;
  background-image: url('../images/Check.svg');
  background-size: 10px;
}

.contact-social-link {
  border: 1px solid #eaeaf1;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 10px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.contact-social-link:hover {
  background-color: #eeeef6;
}

.button-submit {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1a1a42;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

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

.button-submit:active {
  background-color: #4e4e74;
}

.span-red {
  color: #e01f4f;
}

.donate-grid {
  z-index: 5;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.button-plain-right-icon {
  grid-column-gap: 12px;
  color: #1a1a42;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f6f6f9;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-plain-right-icon:hover {
  color: #1a1a42;
  background-color: #eaeaf1;
  border-color: #f7f7f8;
}

.button-plain-right-icon:active {
  background-color: #d0d0dd;
  border-color: #eef0f1;
}

.section-donate {
  z-index: 5;
  background-color: var(--purpish--light);
  background-image: url('../images/BG-Pattern.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 192px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.donate-block {
  width: 100%;
  margin-bottom: 40px;
}

.donate-card {
  text-transform: none;
  background-color: #fff;
  border: 1px solid #eeeef6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  transition: box-shadow .3s;
  display: flex;
}

.donate-card:hover {
  border-color: #fff;
  box-shadow: 0 48px 140px 24px rgba(57, 59, 106, .06);
}

.section-template {
  padding: 60px 3%;
}

.copper-rose-dark {
  background-color: var(--copper-rose--dark);
}

.neutral-400 {
  background-color: var(--neutral--400);
}

.neutral-800 {
  background-color: var(--neutral--800);
}

.mountbatten-primary {
  background-color: var(--mountbatten--primary);
}

.style-sidebar {
  border: 1px solid var(--neutral--200);
  min-height: 240px;
  padding: 18px 18px 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
}

.oxley-light {
  background-color: var(--oxley--light);
}

.copper-rose-primary {
  background-color: var(--copper-rose--primary);
}

.copper-rose-light {
  background-color: var(--copper-rose--light);
}

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

.neutral-500 {
  background-color: var(--neutral--500);
}

.mountbatten-dark {
  background-color: var(--mountbatten--dark);
}

.button {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-plain-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a42;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f6f6f9;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-plain-icon:hover {
  color: #050505;
  background-color: #eaeaf1;
  border: 1px solid #eaeaf1;
}

.button-plain-icon:active {
  background-color: #d0d0dd;
  border: 1px solid #d0d0dd;
}

.button-cell {
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.template-wrapper {
  background-color: #fff;
  border: 1px solid #e4e8f1;
  padding: 24px;
}

.style-title {
  color: #000;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.oxley-primary {
  background-color: var(--oxley--primary);
}

.neutral-100 {
  background-color: var(--neutral--100);
}

.paragraph-style-wrap {
  max-width: 560px;
}

.button-plain-left-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f6f6f9;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-plain-left-icon:hover {
  color: #1a1a42;
  background-color: #eaeaf1;
  border-color: #f7f7f8;
}

.button-plain-left-icon:active {
  background-color: #d0d0dd;
  border-color: #eef0f1;
}

.rackley-light {
  background-color: var(--rackley--light);
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a42;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #eaeaf1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-block;
}

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

.button-outline:active {
  background-color: #eaeaf1;
  border-color: #eaeaf1;
}

.neutral-200 {
  background-color: var(--neutral--200);
}

.button-secondary-left-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6a6a9a;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-secondary-left-icon:hover {
  background-color: #42426f;
}

.button-secondary-left-icon:active {
  background-color: #1a1a42;
}

.neutral-700 {
  background-color: var(--neutral--700);
}

.mountbatten-light {
  background-color: var(--mountbatten--light);
}

.purpish-base {
  background-color: var(--purpish--light);
}

.button-plain {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a42;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f6f6f9;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-plain:hover {
  color: #1a1a42;
  background-color: #eaeaf1;
  border-color: #f7f7f8;
}

.button-plain:active {
  background-color: #d0d0dd;
  border-color: #eef0f1;
}

.button-outline-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a42;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #eaeaf1;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-outline-icon:hover {
  background-color: #f6f6f9;
  border-color: #f6f6f9;
}

.button-outline-icon:active {
  background-color: #eaeaf1;
  border-color: #eaeaf1;
}

.color-base {
  z-index: -1;
  height: 120px;
  position: relative;
}

.style-line {
  background-color: #e4e8f1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.neutral-900 {
  background-color: var(--neutral--900);
}

.style-guide-block {
  text-align: left;
  background-color: #f9f9fb;
  border: 1px solid #e4e8f1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  padding: 32px 42px;
  display: flex;
}

.style-detail {
  color: #6a768a;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-small-m {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6a6a9a;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-block;
}

.button-secondary:hover {
  background-color: #42426f;
}

.button-secondary:active {
  background-color: #1a1a42;
}

.style-guide-short-link {
  color: var(--neutral--900);
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.colour {
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: 170px;
  display: block;
  overflow: hidden;
  box-shadow: 34px 34px 74px -12px rgba(56, 50, 124, .08);
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 12px 16px;
  display: flex;
}

.neutral-white {
  background-color: var(--neutral--0);
}

.button-primary-left-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1a1a42;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-primary-left-icon:hover {
  background-color: #33335b;
}

.button-primary-left-icon:active {
  background-color: #4e4e74;
}

.style-grid {
  grid-row-gap: 42px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.purphish-primary {
  background-color: var(--purpish--primary);
}

.button-primary-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1a1a42;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

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

.button-primary-icon:active {
  background-color: #6a6a9a;
}

.style-full-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.button-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.rackley-dark {
  background-color: var(--rackley--dark);
}

.text-wrap {
  width: 100%;
  margin-bottom: 32px;
}

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

.color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: 100%;
  margin-top: 24px;
}

.template-section {
  padding: 20px 5% 100px;
}

.template-block {
  color: #1a1a42;
  background-color: #eeeef6;
  margin-bottom: 32px;
  padding: 32px;
  font-size: 16px;
  line-height: 32px;
}

.caption {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.oxley-dark {
  background-color: var(--oxley--dark);
}

.color-wrapper {
  margin-bottom: 60px;
}

.typography-block {
  border-bottom: 1px solid #ececec;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

.purphish-dark {
  background-color: var(--purpish--dark);
}

.neutral-300 {
  background-color: var(--neutral--300);
}

.rackley-primary {
  background-color: var(--rackley--primary);
}

.style-title-small {
  color: var(--purpish--primary);
  letter-spacing: 1px;
  font-weight: 600;
}

.article h2, .article h4 {
  margin-bottom: 14px;
}

.article p {
  margin-bottom: 32px;
}

.article h5 {
  margin-bottom: 14px;
}

.article img {
  margin-top: 32px;
  margin-bottom: 32px;
}

.neutral-600 {
  background-color: var(--neutral--600);
}

.paragraph-regular-m {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.button-outline-left-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #eef0f1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-outline-left-icon:hover {
  background-color: #f6f6f9;
  border-color: #f6f6f9;
}

.button-outline-left-icon:active {
  background-color: #eaeaf1;
  border-color: #eaeaf1;
}

.navigation-wrapper {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.white-bar-bottom {
  background-color: var(--neutral--0);
  min-height: 140px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-regular {
  padding: 72px 5%;
}

.template-content {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.update-badge {
  color: #020e27;
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px #e4e8f1;
  margin-bottom: 24px;
  padding: 0 16px 4px 0;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 620px;
  max-height: 100%;
  padding: 100px 5%;
  display: flex;
}

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

._404-icon {
  width: 124px;
  margin-bottom: 32px;
}

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

.field-label-hidden {
  display: none;
}

.ui-card-h5 {
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
}

.button-navigation {
  grid-column-gap: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1a1a42;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-navigation:hover {
  background-color: #33335b;
}

.button-navigation:active {
  background-color: #4e4e74;
}

.about-block {
  height: 100%;
}

.h4-heading {
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}

.team-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.donate-bg-banner {
  background-color: #fff;
  min-height: 250px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-right {
  color: #1a1a42;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #eaeaf1;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
  right: -16px;
}

.arrow-right:hover {
  color: #fff;
  background-color: #1a1a42;
  border-color: #1a1a42;
}

.team-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team-bg-banner {
  background-color: var(--purpish--light);
  background-image: url('../images/BG-Pattern.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  min-height: 380px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-team {
  z-index: 5;
  background-color: var(--neutral--0);
  padding: 192px 5% 60px;
  position: relative;
}

.h5-heading {
  margin-bottom: 0;
}

.donate-price {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.donate-bg-banner-small {
  background-color: #fff;
  min-height: 156px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-image {
  background-color: var(--purpish--light);
  height: 300px;
  margin-bottom: 24px;
  overflow: hidden;
}

.blog-accent-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.blog-card {
  color: var(--neutral--900);
  text-decoration: none;
  transition: all .3s cubic-bezier(.6, .6, 0, 1);
}

.blog-card:hover {
  filter: grayscale(0%);
}

.blog-header {
  justify-content: center;
  height: 400px;
  margin-bottom: 60px;
  display: flex;
}

.article-wrapper {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.blog-detail-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
}

.blog-detail-card {
  background-color: var(--neutral--100);
  color: var(--neutral--500);
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.author-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.avatar-small {
  background-color: var(--mountbatten--primary);
  border-radius: 100px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  overflow: hidden;
}

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

.section-blog {
  z-index: 5;
  background-color: var(--neutral--0);
  padding: 192px 5% 60px;
  position: relative;
}

.blog-bg-banner {
  background-color: var(--main-light-brown);
  color: var(--main-light-brown);
  background-image: url('../images/BG-Pattern.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  min-height: 380px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h3-heading {
  margin-bottom: 0;
}

.causes-bg-banner {
  background-color: #fff;
  min-height: 200px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-top-44 {
  margin-top: 44px;
}

.value-card {
  color: var(--neutral--900);
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #eeeef6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.blog-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-causes-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  position: relative;
}

.section-change {
  padding: 96px 5%;
  position: relative;
}

.heading {
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  line-height: 1.8;
}

.heading-2 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.nav-link-contact {
  color: #1a1a42;
  letter-spacing: -.01em;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: block;
}

.nav-link-contact:hover {
  color: #6a6a9a;
}

.nav-link-contact.w--current {
  color: #000;
}

.div-block {
  width: 99.8019%;
}

.heading-3 {
  color: var(--neutral--800);
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
}

.div-block-2 {
  width: 20%;
  display: flex;
}

.heading-4 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.div-block-3 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.text-block {
  padding-left: 10px;
}

.image {
  display: block;
}

.paragraph {
  padding-left: 10px;
}

.body {
  background-color: var(--main-light-brown);
}

.list-item {
  color: var(--neutral--700);
  padding-top: 0;
}

.list-item-2, .list-item-3 {
  color: var(--neutral--700);
}

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

.link-2.footer-link {
  color: var(--neutral--700);
}

.submit-button {
  background-color: var(--rackley--dark);
  border-radius: 2px;
  font-family: Noto Sans JP, sans-serif;
}

.container-2 {
  justify-content: center;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.nav-menu-2 {
  padding-left: 10px;
}

.nav-menu-3 {
  padding-left: 22px;
}

.nav-menu-4 {
  padding-left: 27px;
}

.nav-menu-5 {
  padding-left: 34px;
}

.nav-menu-6, .nav-menu-7 {
  padding-left: 36px;
}

.nav-menu-8 {
  padding-left: 35px;
  display: flex;
}

.container-3 {
  padding-left: 165px;
  display: flex;
}

.heading-5 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.6;
}

.div-block-4 {
  width: 100%;
  height: 100vh;
  margin: 0 0 20px;
  padding-top: 58px;
  display: inline-block;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.text-span {
  color: var(--neutral--100);
}

.div-block-5 {
  justify-content: center;
  max-width: none;
  display: flex;
}

.div-block-6 {
  border: 6px solid var(--purpish--light);
  background-color: var(--neutral--0);
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-action-1, .section-voices, .section-voices-copy, .section-about_us {
  background-color: var(--neutral--0);
  padding: 96px 5%;
  position: relative;
}

.section-action-2 {
  background-color: var(--neutral--0);
  margin-top: 0;
  padding: 96px 5%;
  position: relative;
}

.text-span-2 {
  text-align: left;
}

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

.paragraph-2 {
  border: 5px none var(--main-light-brown);
  border-radius: 3px;
  padding: 0 16px 44px;
  font-family: Noto Sans JP, sans-serif;
}

.text-span-4 {
  color: var(--purpish--dark);
  text-decoration: none;
}

.paragraph-voice-1 {
  text-align: justify;
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-voice-1.text-color-white {
  color: #fff;
  padding-left: 0;
}

.block-quote {
  color: var(--rackley--light);
  width: 70vw;
  height: auto;
}

.voice1 {
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.image-2 {
  display: block;
}

.section-voice-intro {
  background-color: var(--rackley--primary);
  background-image: url('../images/BG-Pattern.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  padding: 192px 5% 81px;
  position: relative;
}

.section-voice1 {
  background-color: var(--neutral--0);
  padding: 40px 5% 10px;
  position: relative;
}

.section-voice2 {
  background-color: var(--neutral--0);
  padding: 40px 5% 20px;
  position: relative;
}

.body-2 {
  font-family: Noto Serif JP, sans-serif;
}

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

.div-block-7 {
  font-family: Noto Serif JP, sans-serif;
}

.heading-9 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.heading-10, .text-block-2, .text-block-3, .text-block-4, .body-3 {
  font-family: Noto Sans JP, sans-serif;
}

.section-voice3, .section-voice4 {
  background-color: var(--neutral--0);
  padding: 40px 5% 20px;
  position: relative;
}

.section-voice5, .section-voice6, .section-voice7 {
  background-color: var(--neutral--0);
  padding: 40px 5% 10px;
  position: relative;
}

.rich-text-block {
  padding-top: 20px;
}

.section-voice8, .section-voice9, .section-voice10 {
  background-color: var(--neutral--0);
  padding: 40px 5% 10px;
  position: relative;
}

.voice3, .voice2, .voice4 {
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
}

.voices-list {
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-flow: row;
  padding-bottom: 20px;
}

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

.nav-link-voices {
  color: #1a1a42;
  letter-spacing: -.01em;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: block;
}

.nav-link-voices:hover {
  color: #6a6a9a;
}

.nav-link-voices.w--current {
  color: #000;
}

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

  h2 {
    font-size: 48px;
  }

  .houseishin-wrapper {
    padding-top: 60px;
  }

  .content-images {
    width: 100%;
    height: 300px;
  }

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

  .container-navigation {
    position: relative;
  }

  .header-image {
    width: 100%;
    height: 360px;
  }

  .menu-button {
    background-color: var(--purpish--dark);
    color: #fff;
    padding: 12px;
    transition: all .3s cubic-bezier(.6, .6, 0, 1);
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: var(--purpish--primary);
    color: #fff;
  }

  .background-grain {
    opacity: .2;
  }

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

  .footer-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-column-grid {
    display: none;
  }

  .header-button-wrapper {
    margin-top: 40px;
  }

  .section-about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-images {
    height: 100%;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

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

  .image-cover {
    object-position: 50% 50%;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

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

  .testimonal-quote {
    top: 15%;
    right: -5%;
  }

  .section-header {
    padding-top: 140px;
    padding-bottom: 420px;
  }

  .detail-grid {
    grid-template-columns: .5fr;
  }

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

  .ui-card-content {
    left: 32px;
  }

  .header-ui-card {
    bottom: 32px;
    left: 32px;
  }

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

  .grid-cta {
    grid-template-columns: 1fr;
    font-family: Opensaucesans, sans-serif;
  }

  .cta-block {
    background-image: linear-gradient(to bottom, null, null), url('../images/24870672_m.jpg');
    padding: 24px;
  }

  .hero-image {
    width: 100%;
  }

  .footer-bottom {
    padding-left: 5%;
    padding-right: 5%;
  }

  .detail-block {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
  }

  .nav-link {
    color: var(--neutral--900);
  }

  .grid-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .copyright-link {
    padding-left: 0;
  }

  .grid-two-column {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .button-primary {
    max-width: 150px;
    display: flex;
  }

  .testimonial-image {
    width: 420px;
  }

  .testimonial-arrow.testimonial-right {
    top: auto;
    bottom: 0%;
    left: 56px;
    right: auto;
  }

  .testimonial-arrow.testimonial-left {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

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

  .testimonial-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
  }

  .slide-nav-about {
    bottom: 5%;
    left: 5%;
  }

  .heading-small-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .about-ui-card {
    display: none;
  }

  .section-about {
    padding-top: 140px;
    overflow: hidden;
  }

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

  .brand-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-block:hover {
    box-shadow: none;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .grid-donate-header {
    grid-template-columns: 1fr;
  }

  .section-donate-small {
    padding-top: 140px;
    overflow: hidden;
  }

  .section-cause {
    padding-top: 140px;
    padding-bottom: 64px;
    overflow: hidden;
  }

  .contact-grid-card {
    grid-template-columns: 1fr 1fr;
  }

  .section-contact {
    padding-top: 140px;
    overflow: hidden;
  }

  .checkbox-field {
    align-items: flex-start;
    max-height: none;
  }

  .contact-social-block {
    margin-top: 60px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .section-donate {
    padding-top: 140px;
    padding-bottom: 64px;
    overflow: hidden;
  }

  .section-template {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .button-secondary-left-icon, .button-secondary {
    max-width: 150px;
    display: flex;
  }

  .style-full-grid {
    grid-template-columns: 3fr;
  }

  .text-wrap {
    margin-bottom: 16px;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .template-block {
    margin-top: 0;
  }

  .typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .team-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .section-team {
    padding-top: 140px;
    padding-bottom: 64px;
    overflow: hidden;
  }

  .blog-header {
    height: 320px;
  }

  .section-blog {
    padding-top: 140px;
    padding-bottom: 64px;
    overflow: hidden;
  }

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

  .header-causes-grid {
    grid-template-columns: 1fr;
  }

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

  .heading, .heading-2 {
    font-size: 25px;
  }

  .nav-link-contact {
    color: var(--neutral--900);
  }

  .section-action-1, .section-voices, .section-voices-copy, .section-about_us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-action-2 {
    margin-top: 128px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-2 {
    border-color: var(--purpish--light);
  }

  .section-voice-intro {
    padding-top: 140px;
    padding-bottom: 64px;
    overflow: hidden;
  }

  .section-voice1, .section-voice2, .section-voice3, .section-voice4, .section-voice5, .section-voice6, .section-voice7, .section-voice8, .section-voice9, .section-voice10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .nav-link-voices {
    color: var(--neutral--900);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  h4 {
    font-size: 32px;
  }

  .heading-grid, .footer-grid, .footer-column-grid, .grid-cta {
    grid-template-columns: 1fr;
  }

  .cta-block {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .footer-bottom {
    text-align: center;
  }

  .grid-content, .grid-two-column, .feature-grid, .testimonial-grid, .heading-small-grid {
    grid-template-columns: 1fr;
  }

  .number-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .team-card {
    width: 100%;
  }

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

  .mask-large {
    width: auto;
  }

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

  .grid-three-column, .contact-grid-card {
    grid-template-columns: 1fr;
  }

  .form-block {
    max-width: none;
  }

  .colour {
    margin-bottom: 25px;
  }

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

  .section-regular {
    padding-top: 60px;
  }

  .team-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-card {
    width: 100%;
  }

  .blog-detail-grid, .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .section-action-1 {
    display: inline-block;
  }

  .text-span-3 {
    font-size: 17px;
  }

  .paragraph-2 {
    font-size: 14px;
    display: block;
  }

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

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

  .heading-grid {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    align-items: center;
    justify-items: center;
  }

  .footer-column-grid {
    grid-template-columns: 1fr;
  }

  .header-button-wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .detail-title {
    font-size: 12px;
    display: block;
  }

  .nav-menu {
    display: block;
  }

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

  .banner-pattern-left {
    display: none;
  }

  .detail-card-divider {
    width: 100%;
    height: 1px;
  }

  .testimonal-quote {
    top: 20%;
    right: -15%;
  }

  .banner-pattern-right {
    display: none;
  }

  .detail-card {
    flex-direction: column;
    width: 100%;
  }

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

  .ui-card-content {
    bottom: 14px;
    left: 14px;
  }

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

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

  .button-primary-right-icon {
    flex: none;
  }

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

  .video-block {
    height: auto;
    margin-top: 0;
  }

  .grid-content, .grid-two-column {
    grid-template-columns: 1fr;
  }

  .hero-line {
    max-width: 30%;
  }

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

  .number-block {
    text-align: center;
    flex-direction: column;
  }

  .heading-small-grid {
    grid-template-columns: 1fr;
  }

  .donate-card-small {
    flex-direction: column;
  }

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

  .button-outline-right-icon {
    flex: none;
  }

  .donation-block {
    margin-bottom: 14px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .donate-form-card, .donate-content {
    padding: 24px;
  }

  .contact-card {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-block {
    padding: 24px;
  }

  .checkbox-field {
    align-items: flex-start;
  }

  .input-wrapper {
    grid-template-columns: 1fr;
  }

  .checkbox {
    flex: none;
  }

  .donate-card {
    flex-direction: column;
    padding: 24px;
  }

  .section-template {
    padding-bottom: 40px;
  }

  .button-outline {
    flex: none;
  }

  .style-guide-block {
    padding-left: 28px;
    padding-right: 28px;
  }

  .button-primary-left-icon {
    flex: none;
  }

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

  .color-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .button-outline-left-icon {
    flex: none;
  }

  .section-regular {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .button-navigation {
    display: none;
  }

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

  .value-card {
    flex-direction: column;
  }

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

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

  .voices-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-areas: "Area";
  }

  .image-3 {
    display: block;
  }
}

#w-node-f207c7ee-199e-610e-a746-8b0dc8132b5e-25b2a959, #w-node-f207c7ee-199e-610e-a746-8b0dc8132b70-25b2a959, #w-node-f207c7ee-199e-610e-a746-8b0dc8132b9e-25b2a959, #w-node-f207c7ee-199e-610e-a746-8b0dc8132b9f-25b2a959, #w-node-_84332f6e-053e-f7fb-b0cc-c9d3d464e263-25b2a959 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0645bd39-ff2f-b4d5-1239-02ff6d0de381-25b2a959 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-c0f47ef8-2f4e-f205-693c-5b85e256e868-25b2a959, #w-node-d9f92282-0ef6-fb33-981a-c91d12c8459c-25b2a959 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9f92282-0ef6-fb33-981a-c91d12c845a1-25b2a959 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_6330f99a-9c5e-a432-a3b1-87978bf81ad9-8bf81ac9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f1854-94c1-3928-111c-66964e6c498f-8bf81ac9, #w-node-a385ec5f-c56a-c353-3030-0bd05294414f-8bf81ac9 {
  grid-area: Area;
}

#w-node-ffae258f-acde-144f-aec0-98ed409a24bb-409a24b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-ffae258f-acde-144f-aec0-98ed409a24c1-409a24b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_7a19bf69-f42f-667e-4a3a-55379f82f9a7-9f82f9a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bfcffec7-d346-a4d6-6f44-e1c06dbbc7f6-9f82f9a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3ded442-160d-0039-c6ea-ffff3d5396ff-3db2a95d, #w-node-f3ded442-160d-0039-c6ea-ffff3d539710-3db2a95d, #w-node-f3ded442-160d-0039-c6ea-ffff3d539720-3db2a95d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f3ded442-160d-0039-c6ea-ffff3d53974d-3db2a95d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f3ded442-160d-0039-c6ea-ffff3d539754-3db2a95d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-f3ded442-160d-0039-c6ea-ffff3d539758-3db2a95d, #w-node-f3ded442-160d-0039-c6ea-ffff3d539761-3db2a95d, #w-node-f3ded442-160d-0039-c6ea-ffff3d53976a-3db2a95d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3ded442-160d-0039-c6ea-ffff3d53978d-3db2a95d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7228b719-ff39-9f96-91b4-f6161aa693e6-3db2a95d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_995df2c6-a29d-4660-3dc1-84c3fe91b0b4-1eb2a95e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_23a1a6e0-84d2-64fb-9440-9b61d9b4cfc0-1eb2a95e, #w-node-_37b77a2a-86ac-5713-5791-be16d3059cde-1eb2a95e {
  grid-area: Area;
}

#w-node-a1c0c774-ff81-ef81-f987-6adc0c48cb98-1eb2a95e, #w-node-_6c47d381-0677-8a43-acab-df085c016a48-1eb2a95e, #w-node-_289de692-75d1-6bb2-8a77-6af48e623b01-1eb2a95e, #w-node-_4651b16a-a2d5-4961-3cb2-cede531cf182-1eb2a95e, #w-node-_4c090c87-b95f-92ef-f843-c0cc437fdb8a-1eb2a95e, #w-node-bc0eca2f-1974-8f1a-3b5f-b7a80bd183ea-1eb2a95e, #w-node-a1f99e78-dfc6-31c1-60d4-183fdd50068e-1eb2a95e, #w-node-_1f9c4844-6a60-8933-612a-6fecf82d36ca-1eb2a95e, #w-node-cfb9703f-f489-7ce1-f12c-b48365d67f2c-1eb2a95e, #w-node-_9ee1f6aa-7af9-b337-5183-e6b2b6a4c4da-1eb2a95e, #w-node-_522dbfcf-14e8-fba7-c699-921efb1b646c-1eb2a95e, #w-node-_65b5986a-b7f9-31c6-1653-05b8ce9955a1-1eb2a95e, #w-node-ee236030-6905-4e6d-8876-ba600820011c-1eb2a95e, #w-node-ee236030-6905-4e6d-8876-ba6008200121-1eb2a95e, #w-node-_26c45e29-2b43-e0dc-24e8-6d207cbb42f2-1eb2a95e, #w-node-_26c45e29-2b43-e0dc-24e8-6d207cbb42f9-1eb2a95e, #w-node-_72e166a4-4953-ee5b-34e8-d8202931e69e-1eb2a95e, #w-node-_59f7a042-c92e-d8a9-f9ff-52dc3ccf4746-1eb2a95e, #w-node-_956e7b25-0b10-5df5-72f6-66d17074c74d-1eb2a95e, #w-node-_8755cc86-58aa-86ab-fc68-a50c4ad19099-1eb2a95e, #w-node-_5eeb55ce-5c44-5f93-b6e2-fe3c24d7ea7d-1eb2a95e, #w-node-d224b171-bc65-724a-312a-2ffe10a9eca8-1eb2a95e, #w-node-d4b9aab4-ae64-5433-c420-cb384c906db6-abb2a960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4b9aab4-ae64-5433-c420-cb384c906dd9-abb2a960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d4b9aab4-ae64-5433-c420-cb384c906ddb-abb2a960, #w-node-d4b9aab4-ae64-5433-c420-cb384c906de6-abb2a960, #w-node-f3248a90-3a5c-9045-55b2-096aaadf1517-abb2a960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3248a90-3a5c-9045-55b2-096aaadf151c-abb2a960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-c3a867ba-0b07-9034-9159-fedd000f29e0-1ab2a962, #w-node-e9abce75-dbbf-a900-de2a-0b9f43e2ce3a-95b2a963, #w-node-e9abce75-dbbf-a900-de2a-0b9f43e2ce55-95b2a963, #w-node-_1d514e21-0260-eb99-bd55-0cad65995660-6599565f, #w-node-_1d514e21-0260-eb99-bd55-0cad65995677-6599565f, #w-node-_1d514e21-0260-eb99-bd55-0cad6599568d-6599565f, #w-node-_1d514e21-0260-eb99-bd55-0cad659956a3-6599565f, #w-node-_1d514e21-0260-eb99-bd55-0cad659956b9-6599565f, #w-node-_1d514e21-0260-eb99-bd55-0cad659956cf-6599565f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_150f4054-dc12-2045-fb54-1c1f848f51a6-21b2a964 {
  justify-self: end;
}

#w-node-_150f4054-dc12-2045-fb54-1c1f848f51a7-21b2a964 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f207c7ee-199e-610e-a746-8b0dc8132b70-c6f3fa21, #w-node-f207c7ee-199e-610e-a746-8b0dc8132b9e-c6f3fa21, #w-node-f207c7ee-199e-610e-a746-8b0dc8132b9f-c6f3fa21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f207c7ee-199e-610e-a746-8b0dc8132bd8-c6f3fa21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f207c7ee-199e-610e-a746-8b0dc8132bdf-c6f3fa21, #w-node-f207c7ee-199e-610e-a746-8b0dc8132be2-c6f3fa21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f207c7ee-199e-610e-a746-8b0dc8132c01-c6f3fa21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f207c7ee-199e-610e-a746-8b0dc8132c06-c6f3fa21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-f207c7ee-199e-610e-a746-8b0dc8132c7c-c6f3fa21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f207c7ee-199e-610e-a746-8b0dc8132c8a-c6f3fa21, #w-node-f207c7ee-199e-610e-a746-8b0dc8132c8b-c6f3fa21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f207c7ee-199e-610e-a746-8b0dc8132c8f-c6f3fa21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f207c7ee-199e-610e-a746-8b0dc8132c96-c6f3fa21, #w-node-f207c7ee-199e-610e-a746-8b0dc8132c9e-c6f3fa21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f207c7ee-199e-610e-a746-8b0dc8132ca2-c6f3fa21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f207c7ee-199e-610e-a746-8b0dc8132ca9-c6f3fa21, #w-node-f207c7ee-199e-610e-a746-8b0dc8132cb1-c6f3fa21, #w-node-_78d53dfc-d978-8abb-33ac-007f949fd575-949fd572 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78d53dfc-d978-8abb-33ac-007f949fd57a-949fd572 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-ffb81fc2-accd-24f1-e377-bef6fa86910a-1658e30d, #w-node-ffb81fc2-accd-24f1-e377-bef6fa869118-1658e30d, #w-node-_711c9a86-44d5-22a7-00ab-a0d276852a31-76852a2e, #w-node-_711c9a86-44d5-22a7-00ab-a0d276852a33-76852a2e, #w-node-_711c9a86-44d5-22a7-00ab-a0d276852a35-76852a2e, #w-node-_711c9a86-44d5-22a7-00ab-a0d276852a37-76852a2e, #w-node-f207c7ee-199e-610e-a746-8b0dc8132b5e-9c2bc42b, #w-node-f207c7ee-199e-610e-a746-8b0dc8132b70-9c2bc42b, #w-node-f207c7ee-199e-610e-a746-8b0dc8132b9e-9c2bc42b, #w-node-f207c7ee-199e-610e-a746-8b0dc8132b9f-9c2bc42b, #w-node-_84332f6e-053e-f7fb-b0cc-c9d3d464e263-9c2bc42b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84332f6e-053e-f7fb-b0cc-c9d3d464e268-9c2bc42b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-d6340309-6ab8-e60f-c2aa-8c6391958f7d-9c2bc42b, #w-node-fcc5652b-78c1-15e0-6e15-70779e1f592d-9c2bc42b, #w-node-cba24abd-7971-e27c-69bd-6db36e6172ed-9c2bc42b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_995df2c6-a29d-4660-3dc1-84c3fe91b0b4-c1a24370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3190e566-b10c-9d23-eef9-6fde82ab754e-c1a24370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3190e566-b10c-9d23-eef9-6fde82ab7553-c1a24370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f207c7ee-199e-610e-a746-8b0dc8132b7c-25b2a959 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0645bd39-ff2f-b4d5-1239-02ff6d0de381-25b2a959, #w-node-d9f92282-0ef6-fb33-981a-c91d12c845a1-25b2a959, #w-node-ffae258f-acde-144f-aec0-98ed409a24c1-409a24b8, #w-node-f3248a90-3a5c-9045-55b2-096aaadf151c-abb2a960 {
    justify-self: start;
  }

  #w-node-_150f4054-dc12-2045-fb54-1c1f848f51a6-21b2a964 {
    justify-self: center;
  }

  #w-node-f207c7ee-199e-610e-a746-8b0dc8132c06-c6f3fa21 {
    justify-self: start;
  }

  #w-node-f207c7ee-199e-610e-a746-8b0dc8132c8b-c6f3fa21, #w-node-f207c7ee-199e-610e-a746-8b0dc8132c9e-c6f3fa21, #w-node-f207c7ee-199e-610e-a746-8b0dc8132cb1-c6f3fa21 {
    justify-self: end;
  }

  #w-node-f207c7ee-199e-610e-a746-8b0dc8132b7c-9c2bc42b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84332f6e-053e-f7fb-b0cc-c9d3d464e268-9c2bc42b {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ffae258f-acde-144f-aec0-98ed409a24c1-409a24b8 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}