@font-face {
  font-family: Eigerdals;
  src: url('../fonts/Eigerdals-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.container {
  width: 100%;
  max-width: 1160px;
  height: 100%;
}

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

.top-bar {
  padding: 30px 60px;
}

.header-section {
  background-image: url('../images/hero-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-container {
  align-items: center;
  width: 100%;
  max-width: 1160px;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  font-family: Eigerdals, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-span {
  font-size: 56px;
  line-height: 56px;
  display: block;
}

.header-text-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 337px;
  position: relative;
}

.sub-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eigerdals, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.button-light-arrow {
  color: #212121;
  background-color: #faac6b;
  background-image: url('../images/arrow-down.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 40px;
  margin-top: 30px;
  padding: 14px 50px 14px 22px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  transition: all .2s;
}

.button-light-arrow:hover {
  color: #fff;
  background-color: #404048;
}

.button-light-arrow:active {
  background-color: #000;
}

.main-image {
  z-index: 1;
  width: 750px;
  transition: all .2s;
  position: absolute;
  top: 40px;
  left: 399px;
}

.main-image:hover {
  filter: brightness(105%);
}

.hearts {
  z-index: 2;
  width: 166px;
  position: absolute;
  bottom: -44px;
  left: auto;
  right: 0%;
}

.house-image {
  z-index: 1;
  position: relative;
  bottom: -22px;
  left: 73px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  width: 100%;
  max-width: 1160px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eigerdals, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.why-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
}

.why-section {
  background-color: #f6f5f1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.paragraph {
  color: #404048;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.paragraph.light {
  color: #f6f5f1;
}

.text-wrapper {
  margin-bottom: 10px;
}

.text-wrapper.margin_30 {
  margin-bottom: 30px;
}

.icon {
  margin-right: 30px;
}

.story-section {
  background-image: url('../images/testimonial-image.jpg');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 480px;
}

.story-content-wrapper {
  background-color: #333345d9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 512px;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.quote {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eigerdals, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
}

.quote-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 54px;
}

.button-light {
  color: #212121;
  background-color: #faac6b;
  background-image: url('../images/external-black.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 40px;
  margin-top: 20px;
  padding: 14px 50px 14px 22px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  transition: all .2s;
}

.button-light:hover {
  color: #fff;
  background-color: #404048;
  background-image: url('../images/external-white.svg');
}

.button-light:active {
  background-color: #000;
}

.button-light.margin_30 {
  margin-top: 30px;
}

.button-light.desktop {
  background-position: 95%;
  margin-top: 30px;
}

.button-light.mobile {
  display: none;
}

.grid-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  justify-items: start;
  width: 100%;
  max-width: 1160px;
  padding-left: 80px;
  padding-right: 80px;
}

.help-section {
  background-color: #faac6b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px;
  display: flex;
}

.heading-3-dark {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eigerdals, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.paragraph-dark {
  color: #212121;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.help-grid {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
  width: 100%;
  max-width: 1160px;
}

.care-wrapper {
  text-align: center;
  background-color: #f59c5a;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  transition: all .2s;
  display: flex;
}

.care-wrapper:hover {
  background-color: #f7944a;
}

.heading-6 {
  margin-top: 30px;
  font-family: Eigerdals, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.div-block-7 {
  margin-bottom: 0;
}

.button-white {
  color: #212121;
  background-color: #fff;
  border-radius: 40px;
  padding: 14px 22px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  transition: all .2s;
}

.button-white:hover {
  color: #fff;
  background-color: #404048;
}

.button-white:active {
  background-color: #000;
}

.button-white.desktop {
  background-image: url('../images/external-black.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-right: 50px;
  display: block;
}

.button-white.mobile {
  display: none;
}

.register-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px;
  display: flex;
}

.register-grid {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
  width: 100%;
  max-width: 1160px;
}

.bottom-bar-section {
  background-color: #404048;
  padding: 30px 60px;
}

.paragraph-white {
  color: #fff;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-link {
  color: #000;
  font-weight: 700;
}

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

.image-6 {
  display: none;
}

.eligible-section {
  background-color: #f6f5f1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.heart-image {
  margin-right: 30px;
}

.button-dark {
  color: #212121;
  background-color: #faac6b;
  background-image: url('../images/external-black.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 40px;
  margin-top: 20px;
  padding: 14px 50px 14px 22px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  transition: all .2s;
}

.button-dark:hover {
  color: #404048;
  background-color: #fff;
}

.button-dark:active {
  color: #fff;
  background-color: #000;
}

.button-dark.mobile {
  display: none;
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.support-section {
  background-color: #404048;
  background-image: url('../images/doc-foster-care-texture-dark.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.heading-3-light {
  color: #f6f5f1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eigerdals, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.button-colour {
  color: #212121;
  background-color: #faac6b;
  border-radius: 40px;
  margin-top: 20px;
  padding: 14px 22px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  transition: all .2s;
}

.button-colour:hover {
  color: #404048;
  background-color: #fff;
}

.button-colour:active {
  background-color: #f59c5a;
}

.button-colour.margin_30, .button-colour.desktop {
  margin-top: 30px;
}

.button-colour.mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .top-bar {
    padding-left: 140px;
    padding-right: 140px;
  }

  .header-section {
    height: 600px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .heading {
    font-size: 64px;
    line-height: 64px;
  }

  .text-span {
    font-size: 96px;
    line-height: 96px;
  }

  .sub-heading {
    font-size: 31px;
    line-height: 47px;
  }

  .main-image {
    width: 950px;
  }

  .hearts {
    bottom: -44px;
    right: -12%;
  }

  .house-image {
    bottom: -46px;
  }

  .why-section {
    padding-left: 140px;
    padding-right: 140px;
  }

  .story-section {
    height: 600px;
  }

  .story-content-wrapper {
    width: 50%;
    max-width: none;
    padding-left: 140px;
    padding-right: 120px;
  }

  .grid-wrapper {
    padding-left: 160px;
    padding-right: 160px;
  }

  .help-section, .register-section {
    padding: 100px 140px;
  }

  .register-grid {
    grid-template-columns: 1.1fr 1fr;
  }

  .bottom-bar-section, .eligible-section, .support-section {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media screen and (min-width: 1440px) {
  .header-text-wrapper {
    max-width: 552px;
  }

  .main-image {
    display: block;
    left: 553px;
  }

  .house-image {
    left: 44px;
  }

  .story-section {
    display: flex;
  }

  .story-content-wrapper {
    align-items: flex-end;
    padding-right: 140px;
  }

  .story-text-wrapper {
    max-width: 420px;
  }
}

@media screen and (max-width: 991px) {
  .top-bar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-section {
    height: 400px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .text-span {
    font-size: 50px;
    line-height: 50px;
  }

  .header-text-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 280px;
    display: flex;
  }

  .button-light-arrow.w--current {
    max-width: 260px;
  }

  .main-image {
    width: auto;
    min-width: 500px;
    height: auto;
    top: 52px;
    left: auto;
  }

  .hearts {
    width: 130px;
    bottom: -3%;
    right: -4%;
  }

  .house-image {
    width: 130px;
    bottom: -47px;
    left: 39px;
  }

  .why-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .why-section {
    padding: 60px;
  }

  .icon {
    max-width: 310px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .story-section {
    background-position: 50%;
    height: 400px;
  }

  .story-content-wrapper {
    width: 60%;
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
  }

  .quote {
    font-size: 30px;
    line-height: 45px;
  }

  .help-grid {
    grid-row-gap: 30px;
  }

  .care-wrapper {
    text-align: left;
    flex-direction: row;
    width: 100%;
  }

  .heading-6 {
    margin-top: 0;
  }

  .header-image-wrapper {
    z-index: 0;
    position: relative;
  }

  .care-text-wrapper {
    padding-left: 40px;
  }

  .image-6 {
    display: none;
  }

  .image-7 {
    max-width: 275px;
  }

  .image-8 {
    max-width: 190px;
  }

  .eligible-section {
    padding: 90px 60px;
  }

  .heart-image {
    max-width: 310px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .support-section {
    padding: 90px 60px;
  }
}

@media screen and (max-width: 767px) {
  .logo-wrapper {
    flex-direction: column;
  }

  .logo-wrapper.top {
    flex-direction: row;
  }

  .header-section {
    height: 630px;
    padding-top: 40px;
  }

  .header-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading {
    margin-top: 0;
  }

  .header-text-wrapper {
    max-width: none;
  }

  .main-image {
    z-index: 1;
    min-width: auto;
    max-width: 500px;
    inset: auto -91px -80px auto;
  }

  .hearts {
    bottom: -8%;
    right: -9%;
  }

  .house-image {
    bottom: 72px;
    left: auto;
    right: 282px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 36px;
  }

  .why-section {
    padding: 50px;
  }

  .icon {
    max-width: none;
  }

  .story-content-wrapper {
    width: 100%;
  }

  .button-light.desktop {
    display: inline-block;
  }

  .button-light.mobile {
    display: none;
  }

  .grid-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .help-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-3-dark {
    font-size: 24px;
    line-height: 36px;
  }

  .care-wrapper {
    text-align: center;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-6 {
    font-weight: 900;
  }

  .register-section {
    padding: 50px;
  }

  .paragraph-white {
    margin-top: 30px;
  }

  .header-image-wrapper {
    justify-content: flex-end;
    display: flex;
    position: relative;
  }

  .care-text-wrapper {
    margin-top: 30px;
    padding-left: 0;
  }

  .image-6 {
    display: block;
  }

  .image-7 {
    display: none;
  }

  .eligible-section {
    padding: 50px;
  }

  .heart-image {
    width: 100%;
    max-width: none;
  }

  .button-dark.desktop {
    display: inline-block;
  }

  .button-dark.mobile {
    display: none;
  }

  .support-section {
    padding: 50px;
  }

  .heading-3-light {
    font-size: 24px;
    line-height: 36px;
  }

  .button-colour.desktop {
    display: inline-block;
  }

  .button-colour.mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .top-bar {
    padding: 20px;
  }

  .header-section {
    height: 550px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-container {
    align-items: center;
    max-width: 280px;
  }

  .heading {
    text-align: center;
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 32px;
  }

  .text-span {
    font-size: 45px;
    line-height: 45px;
  }

  .header-text-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .sub-heading {
    max-width: 180px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 27.4px;
  }

  .button-light-arrow {
    background-position: 88%;
    background-size: 17px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .main-image {
    z-index: 1;
    max-width: 400px;
    bottom: -43px;
    right: auto;
  }

  .hearts {
    width: 100px;
    bottom: -8%;
  }

  .house-image {
    width: 100px;
    bottom: 89px;
    right: 108px;
  }

  .why-wrapper {
    padding: 30px;
  }

  .why-section {
    padding: 40px;
  }

  .icon {
    margin-bottom: 20px;
  }

  .quote {
    font-size: 24px;
    line-height: 36px;
  }

  .quote-name {
    font-size: 18px;
    line-height: 44px;
  }

  .button-light {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .button-light.mobile {
    text-align: center;
    display: block;
  }

  .help-section {
    padding: 40px;
  }

  .heading-3-dark {
    font-size: 20px;
    line-height: 30px;
  }

  .button-white.desktop {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .button-white.mobile {
    text-align: center;
    width: 100%;
    display: block;
  }

  .register-section {
    padding: 40px;
  }

  .paragraph-white {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .text-link.break {
    word-break: break-all;
  }

  .header-image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .image-8 {
    max-width: 150px;
  }

  .eligible-section {
    padding: 40px;
  }

  .body {
    min-width: 320px;
  }

  .button-dark {
    text-align: center;
    background-position: 92%;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .button-dark.mobile {
    text-align: center;
    display: block;
  }

  .support-section {
    padding: 40px;
  }

  .heading-3-light {
    font-size: 20px;
    line-height: 30px;
  }

  .button-colour {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .button-colour.desktop {
    display: none;
  }

  .button-colour.mobile {
    text-align: center;
    display: block;
  }
}

#w-node-_06d0524c-dbe6-018a-9152-3ed914bcb913-e588a975, #w-node-e047e74d-6fea-bc52-319a-4a7ab0af40f2-e588a975 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7bb329e-4b6d-b680-1a1e-e2fd53f8cb5b-e588a975, #w-node-_417d2ad8-408a-9166-97ea-1eb692a9aad4-e588a975, #w-node-_3cee41ee-b2ba-ab2e-2a74-e2a1639b53ee-e588a975, #w-node-_4f17b772-b43a-4824-81b6-978b1147a017-e588a975 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e736ba9-9913-9b36-49cd-b5acb91f73b1-e588a975, #w-node-_1e736ba9-9913-9b36-49cd-b5acb91f73b2-e588a975, #w-node-b7ffff47-6fae-8357-8905-5f47fbabd6e2-e588a975 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55282b1d-3050-8d7c-9e2b-d9b76487b4d1-e588a975 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_55282b1d-3050-8d7c-9e2b-d9b76487b4d2-e588a975 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f13ca25-32ae-d39e-45d8-44554e66940c-e588a975 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_55282b1d-3050-8d7c-9e2b-d9b76487b4d5-e588a975, #w-node-_55282b1d-3050-8d7c-9e2b-d9b76487b4d9-e588a975, #w-node-_55282b1d-3050-8d7c-9e2b-d9b76487b4dd-e588a975 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ef61981-1c96-1201-0296-923a9019395b-e588a975, #w-node-fd2415e6-2a7a-edec-69bc-0efa5eb0eb44-e588a975, #w-node-fd2415e6-2a7a-edec-69bc-0efa5eb0eb45-e588a975, #w-node-fd2415e6-2a7a-edec-69bc-0efa5eb0eb48-e588a975, #w-node-ded4d3f3-bf92-baf8-ceb5-28665ece5c01-e588a975, #w-node-ded4d3f3-bf92-baf8-ceb5-28665ece5c02-e588a975, #w-node-ded4d3f3-bf92-baf8-ceb5-28665ece5c05-e588a975 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94aa5823-0a29-94c9-3096-86ed75e7649e-e588a975 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc2b6a66-e63f-fa27-069f-066406d50c0a-e588a975, #w-node-dc2b6a66-e63f-fa27-069f-066406d50c0b-e588a975 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_55282b1d-3050-8d7c-9e2b-d9b76487b4d5-e588a975, #w-node-_55282b1d-3050-8d7c-9e2b-d9b76487b4d9-e588a975, #w-node-_55282b1d-3050-8d7c-9e2b-d9b76487b4dd-e588a975 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fd2415e6-2a7a-edec-69bc-0efa5eb0eb53-e588a975, #w-node-ded4d3f3-bf92-baf8-ceb5-28665ece5c0d-e588a975, #w-node-_94aa5823-0a29-94c9-3096-86ed75e7649e-e588a975 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dc2b6a66-e63f-fa27-069f-066406d50c13-e588a975 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c7bb329e-4b6d-b680-1a1e-e2fd53f8cb5b-e588a975, #w-node-_417d2ad8-408a-9166-97ea-1eb692a9aad4-e588a975, #w-node-_3cee41ee-b2ba-ab2e-2a74-e2a1639b53ee-e588a975, #w-node-_4f17b772-b43a-4824-81b6-978b1147a017-e588a975 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ef61981-1c96-1201-0296-923a9019395b-e588a975 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53cb6b26-da5b-9762-8312-b0cae2c6c970-e588a975 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Eigerdals';
  src: url('../fonts/Eigerdals-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}