.funfarm-wrap {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  width: 100%;
  background-color: #fff;
}

.funfarm-wrap--inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  width: 100%;
  max-width: 1194px;
  padding: 0 15px 96px;
}

@media screen and (min-width: 48em) {
  .funfarm-wrap--inner {
    padding: 0 30px 96px;
  }
}

.ffr-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 80px;
  padding: 96px 0 0;
}

@media screen and (min-width: 48em) {
  .ffr-head {
    margin: 0 0 120px;
  }
}

.ffr-head--logo {
  display: flex;
  justify-content: center;
  height: 200px;
  margin: 0 0 48px;
}

@media screen and (min-width: 48em) {
  .ffr-head--logo {
    height: 240px;
    margin: 0 0 96px;
  }
}

.ffr-head--heading {
  margin: 0 0 24px;
  color: #b846cd;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .6px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .ffr-head--heading {
    margin: 0 0 32px;
    font-size: 17px;
  }
}

.ffr-head--subheading {
  max-width: 820px;
  margin: 0 0 24px;
  color: #1d063b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ffr-head--subheading {
    margin: 0 0 32px;
    font-size: 72px;
  }
}

.ffr-head--note {
  max-width: 820px;
  margin: 0 0 24px;
  color: #776a89;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ffr-head--note {
    margin: 0 0 32px;
    font-size: 28px;
  }
}

.ffr-cta {
  padding: 16px 40px;
  border-radius: 4px;
  background-color: #ffdf51;
  color: #1d063b;
  font-size: 21px;
  letter-spacing: -0.21px;
  line-height: 29px;
  text-align: center;
  white-space: nowrap;
}

.ffr-fix {
  visibility: hidden;
  z-index: 3;
  position: fixed;
  bottom: 48px;
  margin: 0 auto;
  padding: 16px 40px;
  transform: translateY(20px);
  border-radius: 4px;
  background-color: #ffdf51;
  box-shadow: 0 0 4px rgba(0, 0, 0, .15);
  color: #1d063b;
  font-size: 21px;
  letter-spacing: -0.21px;
  line-height: 29px;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease;
}

@media screen and (min-width: 48em) {
  .ffr-fix {
    display: none;
  }
}

.ffr-fix.show {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.ffr-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 80px;
}

@media screen and (min-width: 48em) {
  .ffr-steps {
    margin: 0 0 120px;
  }
}

.ffr-steps--heading {
  max-width: 820px;
  margin: 0 0 24px;
  color: #1d063b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ffr-steps--heading {
    margin: 0 0 32px;
    font-size: 40px;
  }
}

.ffr-steps--note {
  max-width: 660px;
  color: #776a89;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ffr-steps--note {
    font-size: 24px;
  }
}

.ffr-steps--grid {
  gap: 16px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 32px 0;
}

@media screen and (min-width: 48em) {
  .ffr-steps--grid {
    gap: 32px;
    padding: 64px 0;
  }
}

@media screen and (min-width: 64em) {
  .ffr-steps--grid {
    flex-wrap: nowrap;
  }
}

.ffr-steps--card {
  gap: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 356px;
  padding: 64px 32px;
  border: 3px solid #efedf1;
  border-radius: 8px;
  background-color: #faf9fb;
}

@media screen and (min-width: 48em) {
  .ffr-steps--card {
    min-height: 356px;
  }
}

.ffr-steps--image {
  display: flex;
  justify-content: center;
  height: 100px;
}

.ffr-steps--desc {
  color: #776a89;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
}

.ffr-progs {
  gap: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 80px;
}

@media screen and (min-width: 48em) {
  .ffr-progs {
    gap: 96px 0;
    margin: 0 0 120px;
  }
}

.ffr-progs--heading {
  color: #1d063b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ffr-progs--heading {
    font-size: 40px;
  }
}

.ffr-progs--grid {
  gap: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1008px;
}

@media screen and (min-width: 48em) {
  .ffr-progs--grid {
    gap: 96px 0;
  }
}

.ffr-progs--row {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .ffr-progs--row {
    gap: 48px;
    flex-direction: row;
  }
}

.ffr-progs--row_reverse {
  flex-direction: column-reverse;
}

@media screen and (min-width: 64em) {
  .ffr-progs--row_reverse {
    flex-direction: row;
  }
}

.ffr-progs--data {
  gap: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
}

@media screen and (min-width: 48em) {
  .ffr-progs--data {
    gap: 32px 0;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 64em) {
  .ffr-progs--data {
    padding: 16px 0 0;
  }
}

.ffr-progs--label {
  color: #b846cd;
  font-size: 17px;
  letter-spacing: .68px;
  line-height: 1.2;
  text-transform: uppercase;
}

.ffr-progs--head {
  color: #1d063b;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.ffr-progs--inner {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ffr-progs--tag {
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 8px 24px;
  border: 1px solid #efdc8b;
  border-radius: 16px;
  background-color: #ffdf51;
  color: #775d2c;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}

.ffr-progs--tag strong {
  transform: translateY(-1px);
  color: #1d063b;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.ffr-progs--tag span {
  display: none;
}

@media screen and (min-width: 48em) {
  .ffr-progs--tag span {
    display: initial;
  }
}

.ffr-progs--info {
  color: #776a89;
  font-size: 19px;
  line-height: 1.2;
}

@media screen and (min-width: 48em) {
  .ffr-progs--info {
    color: #1d063b;
    font-size: 24px;
  }
}

.ffr-progs--image {
  aspect-ratio: 343 / 240;
  width: 100%;
  max-width: 480px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .ffr-progs--image {
    aspect-ratio: initial;
    min-height: 480px;
    background-size: 480px;
  }
}

.ffr-progs--image_bg1 {
  background-image: url(/nimg/ffr-row-bg1.webp);
}

.ffr-progs--image_bg2 {
  background-image: url(/nimg/ffr-row-bg2.webp);
}

.ffr-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ffr-bottom--icon {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 0 80px;
}

@media screen and (min-width: 48em) {
  .ffr-bottom--icon {
    padding: 0 0 120px;
  }
}

.ffr-bottom--icon img {
  width: 71px;
  height: 45px;
}

.ffr-bottom--link {
  color: #1d063b;
  font-size: 21px;
  letter-spacing: -0.21px;
  line-height: 1.4;
  text-align: center;
}

.ffr-team {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 80px;
}

@media screen and (min-width: 48em) {
  .ffr-team {
    margin: 0 0 120px;
  }
}

.ffr-team--grid {
  gap: 24px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.ffr-team--card {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 356px;
}

@media screen and (min-width: 48em) {
  .ffr-team--card {
    max-width: 180px;
  }
}

.ffr-team--image {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 180px;
}

.ffr-team--image img {
  height: 180px;
  border-radius: 8px;
}

.ffr-team--name {
  color: #1d063b;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.ffr-team--name span {
  color: #8849d1;
}

.ffr-team--name br {
  display: none;
}

@media screen and (min-width: 48em) {
  .ffr-team--name br {
    display: initial;
  }
}

.ffr-team--info {
  color: #776a89;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ffr-team--info {
    font-size: 17px;
  }
}

.ffr-map {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 80px;
}

@media screen and (min-width: 48em) {
  .ffr-map {
    align-items: center;
    margin: 0 0 120px;
  }
}

.ffr-map--heading {
  max-width: 820px;
  margin: 0 0 24px;
  color: #1d063b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .ffr-map--heading {
    margin: 0 0 32px;
    font-size: 48px;
    text-align: center;
  }
}

.ffr-map--note {
  color: #776a89;
  font-size: 19px;
  line-height: 1.2;
}

@media screen and (min-width: 48em) {
  .ffr-map--note {
    font-size: 24px;
    text-align: center;
  }
}

.ffr-map--grid {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 24px 0;
}

@media screen and (min-width: 48em) {
  .ffr-map--grid {
    padding: 64px 0;
  }
}

.ffr-map--image {
  width: 100%;
  min-height: 320px;
  border-radius: 4px;
  background-image: url(/nimg/ffr-map.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .ffr-map--image {
    aspect-ratio: 1134/560;
    min-height: initial;
  }
}

.firstfund-wrap {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  width: 100%;
  background-color: #fff;
}

.firstfund-wrap--inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  width: 100%;
  max-width: 1194px;
  padding: 0 15px 96px;
}

@media screen and (min-width: 48em) {
  .firstfund-wrap--inner {
    padding: 0 30px 96px;
  }
}

.ffd-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 80px;
  padding: 96px 0 0;
}

@media screen and (min-width: 48em) {
  .ffd-head {
    margin: 0 0 120px;
  }
}

.ffd-head--logo {
  display: flex;
  justify-content: center;
  height: 200px;
  margin: 0 0 96px;
}

@media screen and (min-width: 48em) {
  .ffd-head--logo {
    height: 240px;
  }
}

.ffd-head--heading {
  margin: 0 0 24px;
  color: #b846cd;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .6px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .ffd-head--heading {
    margin: 0 0 32px;
    font-weight: 400;
  }
}

.ffd-head--subheading {
  margin: 0 0 24px;
  color: #1d063b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ffd-head--subheading {
    margin: 0 0 32px;
    font-size: 72px;
  }
}

.ffd-head--note {
  margin: 0 0 24px;
  color: #776a89;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ffd-head--note {
    margin: 0 0 32px;
    font-size: 28px;
  }
}

.ffd-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 80px;
}

@media screen and (min-width: 48em) {
  .ffd-steps {
    margin: 0 0 120px;
  }
}

.ffd-steps--grid {
  gap: 48px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1134px;
}

@media screen and (min-width: 48em) {
  .ffd-steps--grid {
    gap: 24px;
    padding: 24px 0;
  }
}

@media screen and (min-width: 64em) {
  .ffd-steps--grid {
    flex-wrap: nowrap;
  }
}

.ffd-steps--card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 362px;
}

.ffd-steps--card_order {
  order: 3;
}

@media screen and (min-width: 48em) {
  .ffd-steps--card_order {
    order: initial;
  }
}

.ffd-steps--image {
  display: flex;
  justify-content: center;
  height: 140px;
  margin: 0 0 32px;
}

.ffd-steps--heading {
  margin: 0 0 16px;
  color: #1d063b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ffd-steps--heading {
    font-size: 64px;
  }
}

.ffd-steps--desc {
  color: #776a89;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.ffd-progs {
  gap: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 80px;
}

@media screen and (min-width: 48em) {
  .ffd-progs {
    margin: 0 0 120px;
  }
}

.ffd-progs--heading {
  margin: 0;
  color: #1d063b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ffd-progs--heading {
    font-size: 48px;
  }
}

.ffd-progs--grid {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1134px;
}

@media screen and (min-width: 48em) {
  .ffd-progs--grid {
    flex-direction: row;
    align-items: initial;
  }
}

.ffd-progs--card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 555px;
  padding: 64px 24px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: 555px;
}

@media screen and (min-width: 48em) {
  .ffd-progs--card {
    min-height: 560px;
  }
}

.ffd-progs--card_pro {
  background-image: url(/nimg/ffd-progs-bg1.webp);
}

.ffd-progs--card_int {
  background-image: url(/nimg/ffd-progs-bg2.webp);
}

.ffd-progs--head {
  max-width: 428px;
  margin: 0 0 48px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .68px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .ffd-progs--head {
    margin: 0 0 122px;
  }
}

.ffd-progs--card_pro .ffd-progs--head {
  margin: 0 0 83px;
}

@media screen and (min-width: 48em) {
  .ffd-progs--card_pro .ffd-progs--head {
    margin: 0 0 122px;
  }
}

.ffd-progs--inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
}

.ffd-progs--name {
  display: flex;
  margin: 0 0 32px;
}

.ffd-progs--name img {
  height: 24px;
}

@media screen and (min-width: 48em) {
  .ffd-progs--name img {
    height: 32px;
  }
}

.ffd-progs--mid {
  gap: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 428px;
}

@media screen and (min-width: 48em) {
  .ffd-progs--mid {
    gap: 0;
  }
}

.ffd-progs--card_int .ffd-progs--mid {
  margin: 0 0 32px;
}

.ffd-progs--info {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.ffd-progs--bottom {
  gap: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0 0;
}

.ffd-progs--result {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ffd-progs--result {
    font-size: 32px;
  }
}

.ffd-progs--note {
  color: #fff;
  font-size: 17px;
  letter-spacing: .68px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.ffd-chips {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 80px;
}

@media screen and (min-width: 48em) {
  .ffd-chips {
    margin: 0 0 120px;
  }
}

.ffd-chips--image {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1134px;
}

.ffd-pros {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 80px;
}

@media screen and (min-width: 48em) {
  .ffd-pros {
    margin: 0 0 120px;
  }
}

.ffd-pros--heading {
  margin: 0 0 24px;
  color: #1d063b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ffd-pros--heading {
    margin: 0 0 64px;
    font-size: 48px;
  }
}

.ffd-pros--grid {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 344px;
  margin: 0 0 24px;
}

@media screen and (min-width: 40em) {
  .ffd-pros--grid {
    max-width: 1064px;
  }
}

@media screen and (min-width: 48em) {
  .ffd-pros--grid {
    margin: 0 0 64px;
  }
}

.ffd-pros--card {
  gap: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 168px;
  padding: 24px 12px;
  border-radius: 4px;
  background-color: #faf9fb;
}

@media screen and (min-width: 40em) {
  .ffd-pros--card {
    gap: 24px 0;
    max-width: 260px;
    padding: 24px 23px;
  }
}

.ffd-pros--card img {
  width: 32px;
  height: 32px;
}

.ffd-pros--item {
  margin: auto 0 0;
  color: #464646;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.ffd-pros--note {
  max-width: 960px;
  margin: 0 0 48px;
  color: #776a89;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ffd-pros--note {
    margin: 0 0 32px;
    color: #1d063b;
    font-size: 32px;
  }
}
