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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 3% 80px;
  background-image: url('../images/bg_shade.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.container {
  overflow: visible;
  width: 100%;
  max-width: 1240px;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.content-wrap {
  position: relative;
  z-index: 1;
  max-width: 590px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Spartan, sans-serif;
  color: #333;
  font-size: 55px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.paragraph {
  overflow: visible;
  max-width: 490px;
  margin-bottom: 24px;
  font-family: Spartan, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 1.62;
  font-style: normal;
  font-weight: 400;
}

.paragraph.paragraph-centre-white {
  max-width: 570px;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.service-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.footer-title {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Spartan, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-column-large {
  width: 60%;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 25px;
}

.footer {
  padding: 140px 5% 20px;
  background-color: #fff;
}

.footer-text-02 {
  margin-bottom: 0px;
  font-family: Spartan, sans-serif;
  color: #fc4706;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.footer-text-02:hover {
  color: #ffa903;
}

.footer-link {
  margin-bottom: 15px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Spartan, sans-serif;
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffa903;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer-link-wrap.footer-link-hidden {
  display: none;
}

.column {
  width: 33%;
  padding: 10px;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
}

.card-content-wrap {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #6b539a;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Spartan, sans-serif;
  color: #333;
  line-height: 1.4;
  text-align: left;
}

.paragraph-2 {
  max-width: 320px;
  margin-bottom: 24px;
  font-family: Spartan, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 400;
  text-align: left;
}

.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-block-right {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.content-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 25px 55px 25px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content {
  padding: 60px 5% 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.service-icon {
  display: none;
  width: 70px;
  margin-bottom: 32px;
}

.column-wrap-reversed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.title {
  display: none;
  max-width: 500px;
  margin-bottom: 15px;
  font-family: Spartan, sans-serif;
  color: #fc4706;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.heading-primary {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Spartan, sans-serif;
  color: #333;
  font-size: 46px;
  line-height: 1.3;
  font-weight: 700;
}

.heading-primary.h3-centre {
  max-width: 700px;
  text-align: center;
}

.heading-primary.h3-centre-white {
  max-width: 700px;
  color: #333;
  text-align: center;
}

.heading-primary.center {
  margin-right: auto;
  margin-left: auto;
}

.button-wrap-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
}

.dropdown-link:hover {
  color: #fc4706;
}

.dropdown-link.w--current {
  color: #333;
  font-weight: 700;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease, color 300ms ease;
  transition: opacity 200ms ease, color 300ms ease;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #fc4706;
}

.navigation-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navigation-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Spartan, sans-serif;
  font-weight: 400;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.navigation-text:hover {
  color: #da3a00;
  font-weight: 400;
}

.dropdown-toggle:hover {
  color: #fc4706;
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

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

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  min-height: 100px;
  padding: 25px 5%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.title-wrap-left {
  display: none;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.hero-image-wrap {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.content-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.text-span {
  color: #484dff;
}

.button-default {
  padding: 18px 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 50px 50px 0px;
  background-image: linear-gradient(45deg, #ffa903, #fc4706);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Spartan, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.button-default:hover {
  background-color: #343af0;
  box-shadow: 0 16px 8px -16px rgba(0, 0, 0, 0.32);
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.button-default.button-default-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-hero {
  max-width: 490px;
  font-family: Spartan, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 1.62;
  font-style: normal;
  font-weight: 400;
}

.content-block-hero {
  position: relative;
  max-width: 590px;
}

.button-navigation {
  overflow: visible;
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 50px 50px 0px;
  background-image: linear-gradient(45deg, #ffa903, #fc4706);
  font-family: Spartan, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-statistics {
  display: none;
  margin-top: 160px;
  padding: 120px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff0d3;
}

.footer-text {
  max-width: 320px;
  margin-bottom: 25px;
  font-family: Spartan, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}

.legal-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal-text {
  display: block;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Spartan, sans-serif;
  color: #949494;
  font-size: 12px;
  font-weight: 400;
}

.legal-text.privacy-policy-text:hover {
  font-weight: 700;
}

.legal-text.terms-and-conditions-text:hover {
  font-weight: 700;
}

.legal-text.cookie-policy-text:hover {
  font-weight: 700;
}

.social-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fc4706;
  background-image: linear-gradient(45deg, #ffa903, #fc4706);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.64);
}

.circle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px 1000px 0px;
  background-color: #fff;
  box-shadow: 7px 7px 150px 0 rgba(84, 102, 129, 0.08);
  -webkit-transition: box-shadow 200ms linear, -webkit-transform 200ms linear;
  transition: box-shadow 200ms linear, -webkit-transform 200ms linear;
  transition: box-shadow 200ms linear, transform 200ms linear;
  transition: box-shadow 200ms linear, transform 200ms linear, -webkit-transform 200ms linear;
  font-family: Spartan, sans-serif;
  font-weight: 400;
}

.circle-div:hover {
  box-shadow: 7px 7px 150px 0 rgba(252, 71, 6, 0.32);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.statistic-circle-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-capped {
  font-family: Spartan, sans-serif;
  color: #333;
  font-size: 16px;
}

.counterup {
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Spartan, sans-serif;
  color: #fc4706;
  font-size: 52px;
  line-height: 52px;
  font-weight: 700;
}

.feature-number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image {
  position: relative;
  right: -250px;
}

.available-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Spartan, sans-serif;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-3 {
  margin-right: 8px;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Spartan, sans-serif;
  line-height: 1;
}

.store-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image {
  max-width: 50%;
  margin-right: 8px;
  padding-right: 0px;
}

.form {
  display: none;
  min-width: 460px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Spartan, sans-serif;
  font-weight: 400;
}

.text-field {
  margin-right: 32px;
  margin-bottom: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e7e7e7;
  background-color: transparent;
  font-family: Spartan, sans-serif;
  font-weight: 400;
}

.text-field:focus {
  border-style: none none solid;
  border-color: #333 #333 #ffa903;
}

.submit-button {
  padding: 16px 24px;
}

.submit-button.button-default {
  border-bottom-right-radius: 0px;
  background-image: linear-gradient(45deg, #ffa903, #fc4706);
  font-family: Spartan, sans-serif;
  color: #fff;
  font-weight: 700;
}

.submit-button.button-default:hover {
  background-image: linear-gradient(45deg, #ffa903, #fc4706);
  box-shadow: 0 16px 16px -14px rgba(0, 0, 0, 0.24);
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.italic-text {
  color: #c7c7c7;
  font-size: 14px;
}

.containerscroll {
  overflow: visible;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.containerscroll.space-below {
  margin-bottom: 120px;
}

.phone-img-r {
  position: relative;
  z-index: 1;
  max-height: 1000px;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-r {
  max-width: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-r.biggerphone {
  position: relative;
}

.numbercircle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fafafa;
}

.text-block-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(45deg, #ffa903, #fc4706);
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  font-family: Spartan, sans-serif;
  color: #fc4706;
  font-size: 32px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.with-love {
  margin-bottom: 16px;
  font-family: Spartan, sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 25.92px;
  font-weight: 700;
}

.image-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.phone-img-l {
  z-index: 1;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.text-span-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  text-align: center;
}

.text-span-6.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shapeoutlinethin {
  position: relative;
  right: -149px;
}

.shapeoutlinethin.shapeparrallax {
  right: 0px;
}

.image-3 {
  max-width: none;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.image-4 {
  position: relative;
  left: -114px;
  margin-left: -200px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.image-4.swipe {
  z-index: 2;
  -webkit-transform: translate(71px, -186px) rotate(-90deg);
  -ms-transform: translate(71px, -186px) rotate(-90deg);
  transform: translate(71px, -186px) rotate(-90deg);
}

.image-5 {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.image-6 {
  border-radius: 17px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(-81px, 0px) rotate(-3deg);
  -ms-transform: translate(-81px, 0px) rotate(-3deg);
  transform: translate(-81px, 0px) rotate(-3deg);
}

.heading-4 {
  margin-bottom: 24px;
  font-family: Spartan, sans-serif;
  text-align: center;
}

.text-span-7 {
  font-family: Spartan, sans-serif;
}

.grid {
  margin-bottom: 80px;
  grid-auto-flow: row;
  grid-template-areas: "Area Area Area-2"
    "Area-3 Area-4 Area-4"
    "Area-5 Area-5 Area-5";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.headline-tile {
  min-height: 250px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.59)), color-stop(50%, rgba(51, 51, 51, 0)));
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.59) 0%, rgba(51, 51, 51, 0) 50%);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
}

.headline-tile.headline-tile-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.59)), color-stop(75%, rgba(51, 51, 51, 0))), url('../images/about1.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.59) 0%, rgba(51, 51, 51, 0) 75%), url('../images/about1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.headline-tile.headline-tile-1:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.headline-tile.headline-tile-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.59)), color-stop(75%, rgba(51, 51, 51, 0))), url('../images/women_phone.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.59) 0%, rgba(51, 51, 51, 0) 75%), url('../images/women_phone.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.headline-tile.headline-tile-2:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.headline-tile.headline-tile-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.59)), color-stop(75%, rgba(51, 51, 51, 0))), url('../images/about3.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.59) 0%, rgba(51, 51, 51, 0) 75%), url('../images/about3.jpg');
  background-position: 0px 0px, 50% 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.headline-tile.headline-tile-3:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.headline-tile.headline-tile-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/red-hair-lady.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.headline-tile.headline-tile-4:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.headline-tile.headline-tile-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/about5.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.headline-tile.headline-tile-5:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.headline-tile.headline-tile-waitlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.59)), color-stop(75%, rgba(51, 51, 51, 0))), url('../images/jungle2.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.59) 0%, rgba(51, 51, 51, 0) 75%), url('../images/jungle2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.headline-tile.headline-tile-waitlist:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.headline-tile.headline-tile-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.59)), color-stop(75%, rgba(51, 51, 51, 0))), url('../images/toucan_404.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.59) 0%, rgba(51, 51, 51, 0) 75%), url('../images/toucan_404.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.headline-tile.headline-tile-404:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.headline-tile-headline {
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-right: 16px;
  padding-left: 16px;
  font-family: Spartan, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
}

.headline-tile-headline.headline-tile-headline-waitlist {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-headline-tiles {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.shapedivider {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.phone-columns {
  margin-right: 5%;
  margin-left: 5%;
}

.phone-column-image {
  -webkit-transition: -webkit-transform 300ms ease-in;
  transition: -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in;
  transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
}

.phone-column-image:hover {
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.paragraph-4 {
  margin-bottom: 16px;
  padding-right: 5%;
  padding-left: 5%;
  font-family: Spartan, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.legal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.privacy-policy-link {
  text-decoration: none;
}

.form-block {
  padding-right: 16%;
  padding-left: 16%;
}

.contactfieldlabel {
  font-family: Spartan, sans-serif;
}

.contacttextfield {
  font-family: Spartan, sans-serif;
  font-weight: 400;
}

.contacttextfield.contactmessagefield {
  min-height: 150px;
}

.waitlist-confirm {
  min-width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

.container-policy-page {
  font-family: Spartan, sans-serif;
  font-weight: 400;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.container-last-updated {
  font-family: Spartan, sans-serif;
  font-weight: 400;
}

.paragraph-5 {
  text-align: right;
}

.indent-list {
  margin-left: 20px;
}

.body-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

._404-image {
  max-width: 50%;
}

.headline-tile-404-short-header {
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Spartan, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.heading-5 {
  font-family: Spartan, sans-serif;
  font-size: 24px;
}

._404-text {
  max-width: 50%;
  padding-left: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph-6 {
  font-family: Spartan, sans-serif;
  line-height: 24px;
  font-weight: 400;
}

.header-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 3%;
  background-image: url('../images/bg_shade.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._404-fact {
  margin-bottom: 64px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.heading-6 {
  font-family: Spartan, sans-serif;
}

._404-redirect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 3% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9f8ff), to(#e9f8ff));
  background-image: linear-gradient(180deg, #e9f8ff, #e9f8ff);
}

.heading-7 {
  margin-bottom: 24px;
  font-family: Spartan, sans-serif;
  text-align: center;
}

.heading-8 {
  margin-bottom: 24px;
  font-family: Spartan, sans-serif;
  text-align: center;
}

.div-block-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.did-you-know {
  font-family: Spartan, sans-serif;
  font-size: 14px;
}

.contactmessagefield.contacttextfield {
  display: block;
  padding-left: 12px;
}

.heroimg2 {
  max-width: 50%;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.old-charity-get-in-touch {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.charity-get-in-touch-form {
  overflow: auto;
  margin-right: 5%;
  margin-bottom: 0px;
  margin-left: 5%;
  padding: 32px 48px 32px 56px;
}

.submit-button-2.button-default {
  position: static;
}

.field-label {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Spartan, sans-serif;
}

.radio-button {
  width: 24px;
  height: 24px;
}

.radio-button.w--redirected-checked {
  background-color: #ffa903;
}

.radio-button-label {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 8px;
  font-family: Spartan, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.radio-button-field {
  display: block;
  margin-right: 5%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-area {
  min-height: 100px;
  margin-bottom: 32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e7e7e7;
  opacity: 1;
}

.text-area:focus {
  border-style: none none solid;
  border-color: #ffa903;
  font-family: Spartan, sans-serif;
  font-weight: 400;
}

.text-area::-webkit-input-placeholder {
  font-family: Spartan, sans-serif;
  font-weight: 400;
}

.text-area:-ms-input-placeholder {
  font-family: Spartan, sans-serif;
  font-weight: 400;
}

.text-area::-ms-input-placeholder {
  font-family: Spartan, sans-serif;
  font-weight: 400;
}

.text-area::placeholder {
  font-family: Spartan, sans-serif;
  font-weight: 400;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.get-in-touch-modal {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.32);
}

.text-block-6 {
  margin-bottom: 32px;
  font-family: Spartan, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.charity-strip-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.charity-strip-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.charity-strip-text-wrapper {
  width: 50%;
}

.charity-get-in-touch-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.charity-get-in-touch-close {
  position: relative;
  margin-top: 40px;
  margin-right: 16%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Spartan, sans-serif;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.charity-get-in-touch-close:hover {
  text-decoration: underline;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-message {
  padding: 24px 0px 0px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-7 {
  padding: 20px;
  background-color: #ddd;
}

.charity-get-in-touch-close-in-popup {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Spartan, sans-serif;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}

.charity-get-in-touch-close-in-popup:hover {
  text-decoration: underline;
}

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

.dropdown-list {
  display: none;
  padding: 8px 16px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.27);
}

.dropdown-list:hover {
  background-color: #fff;
}

.phoneimg1 {
  max-width: none;
  min-width: 800px;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.phoneimg2 {
  max-width: none;
  min-width: 800px;
}

.phoneimg3 {
  max-width: none;
  min-width: 800px;
}

.phoneimg4 {
  max-width: none;
  min-width: 800px;
}

.phoneimg5 {
  max-width: none;
  min-width: 600px;
}

.list {
  list-style-type: decimal;
}

.list-item {
  list-style-type: decimal;
}

.list-2 {
  list-style-type: decimal;
}

.terms-and-conditions-link {
  text-decoration: none;
}

.cookie-policy-link {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 160px;
  }

  .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    text-align: center;
  }

  .service-card-wrap {
    overflow: scroll;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .column {
    width: 100%;
  }

  .hero-block {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-block-right {
    overflow: hidden;
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-block-left {
    width: 100%;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .section-content {
    padding: 100px 0%;
  }

  .column-wrap-reversed {
    margin-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button-wrap-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-link {
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10px;
    color: #3b4c5b;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: rgba(115, 167, 213, 0.09);
  }

  .dropdown-link.w--current {
    color: #ff6f20;
  }

  .navigation-block-right {
    width: 100%;
  }

  .dropdown-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 15px;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle {
    padding: 0px;
  }

  .container-navigation {
    position: relative;
    z-index: 99;
  }

  .mobile-button-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    padding: 17px;
    border-radius: 50px;
    background-color: rgba(84, 102, 129, 0.08);
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(84, 102, 129, 0.13);
  }

  .title-wrap-left {
    padding-right: 5%;
    padding-left: 5%;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .content-block-right {
    width: 100%;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 25px;
  }

  .hero-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph-hero {
    text-align: center;
  }

  .content-block-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .feature-number-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-family: Spartan, sans-serif;
    font-weight: 400;
  }

  .container-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .available-soon {
    position: static;
    clear: left;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image {
    margin-right: 8px;
  }

  .containerscroll.space-below {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .phone-img-r {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-block-left {
    overflow: visible;
    width: 100%;
    max-height: 400px;
    min-height: auto;
    margin-bottom: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .phone-img-l {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .grid {
    margin-right: 5%;
    margin-left: 5%;
  }

  .header-404 {
    padding-top: 160px;
  }

  .text-area {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .service-card-wrap {
    overflow: scroll;
    font-family: Spartan, sans-serif;
    font-weight: 400;
  }

  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .section-content {
    padding-right: 3%;
    padding-left: 3%;
  }

  .navigation-link-wrap {
    display: none;
  }

  .phone-wrap {
    display: none;
  }

  .content-block-right {
    padding: 10px;
  }

  .button-navigation {
    display: none;
  }

  .feature-number-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .containerscroll.space-below {
    font-family: Spartan, sans-serif;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .header {
    overflow: hidden;
    padding-bottom: 24px;
  }

  .container {
    margin-top: 0px;
  }

  .service-card-wrap {
    margin-right: 0%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-column {
    width: 100%;
    margin-top: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-column-large {
    width: 100%;
  }

  .image-block-right {
    overflow: visible;
    max-height: 300px;
    padding: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: none;
    object-fit: none;
  }

  .content-block-left {
    margin-top: 98px;
  }

  .section-content {
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column-wrap-reversed {
    margin-top: 140px;
    margin-bottom: 60px;
  }

  .button-wrap-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .column-wrap {
    margin-bottom: 60px;
  }

  .dropdown-link {
    font-family: Spartan, sans-serif;
    color: #686868;
    font-weight: 700;
  }

  .phone-wrap {
    display: none;
  }

  .mobiel-dropdown {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.32);
  }

  .navigation {
    z-index: 1;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-image-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    max-height: 360px;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-content {
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-number-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image {
    right: 0px;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
  }

  .store-logos {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .image {
    max-width: 25%;
  }

  .form {
    min-width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-field {
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .containerscroll.space-below {
    max-width: 100%;
    margin-right: 0px;
  }

  .phone-img-r {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9);
  }

  .image-r {
    max-width: none;
    -webkit-transform: translate(124px, 0px);
    -ms-transform: translate(124px, 0px);
    transform: translate(124px, 0px);
  }

  .image-r.biggerphone {
    position: relative;
    left: -117px;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }

  .image-block-left {
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .phone-img-l {
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
  }

  .shapeoutlinethin.shapeparrallax {
    -webkit-transform: translate(0px, 48px);
    -ms-transform: translate(0px, 48px);
    transform: translate(0px, 48px);
  }

  .image-3 {
    max-width: 150%;
    min-width: 150%;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }

  .image-4 {
    position: relative;
  }

  .image-4.swipe {
    -webkit-transform: translate(71px, -76px) rotate(-90deg);
    -ms-transform: translate(71px, -76px) rotate(-90deg);
    transform: translate(71px, -76px) rotate(-90deg);
  }

  .image-5 {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }

  .body {
    overflow: visible;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-template-areas: "Area Area Area-2"
      "Area-3 Area-4 Area-4"
      "Area-5 Area-5 Area-5";
  }

  .headline-tile.headline-tile-waitlist {
    min-height: 150px;
  }

  .headline-tile-headline {
    margin-bottom: 8px;
    margin-left: 8px;
    padding-left: 8px;
  }

  .headline-tile-headline.headline-tile-headline-waitlist {
    font-size: 32px;
    line-height: 48px;
  }

  .container-policy-page {
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }

  .container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._404-image {
    max-width: 90%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .headline-tile-404-short-header {
    margin-bottom: 16px;
    margin-left: 8px;
    padding-left: 8px;
  }

  ._404-text {
    max-width: 90%;
    margin-top: 24px;
    padding-left: 0%;
  }

  .header-404 {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-6 {
    margin-bottom: 24px;
    padding-right: 5%;
    padding-left: 5%;
  }

  ._404-redirect {
    margin-right: 16px;
    margin-bottom: 24px;
  }

  .did-you-know {
    font-size: 14px;
  }

  .heroimg2 {
    position: relative;
    z-index: -1;
    -webkit-transform: translate(-95px, 0px) scale(1.5);
    -ms-transform: translate(-95px, 0px) scale(1.5);
    transform: translate(-95px, 0px) scale(1.5);
  }

  .charity-get-in-touch-form {
    left: 16px;
    right: 16px;
    overflow: scroll;
    padding: 24px 16px;
  }

  .field-label {
    margin-bottom: 8px;
  }

  .radio-button {
    margin-left: 0px;
  }

  .radio-button-label {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .radio-button-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .get-in-touch-modal {
    left: 16px;
    top: 16%;
    right: 16px;
    bottom: 16%;
    margin-right: 16px;
    margin-left: 16px;
    padding: 8px 16px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-6 {
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
  }

  .charity-strip-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .charity-strip-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .charity-strip-text-wrapper {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }

  .charity-strip-image-wrapper {
    width: 80%;
    margin-bottom: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .charity-get-in-touch-close {
    margin-right: 16px;
  }

  .charity-get-in-touch-close-in-popup {
    margin-right: 16px;
  }

  .phoneimg1 {
    min-width: 600px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .phoneimg2 {
    min-width: 600px;
  }

  .phoneimg3 {
    min-width: 600px;
  }

  .phoneimg5 {
    min-width: 500px;
  }
}

#w-node-_1ace619a-6213-057b-de7f-6690f3bbb243-26475318 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Area;
}

#w-node-bc9ae8bd-63d3-5a60-3413-41d99db0cde4-26475318 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-_9e1f1cbd-02e7-acf1-4c2a-545b53cf95b6-26475318 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

#w-node-d3a3207e-6acf-86e7-f040-cb7e04c9a091-26475318 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: Area-4;
}

#w-node-c43e718c-9cbf-cbd6-65c6-2c81079cdba4-26475318 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-5;
}

@media screen and (max-width: 479px) {
  #w-node-_1ace619a-6213-057b-de7f-6690f3bbb243-26475318 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-bc9ae8bd-63d3-5a60-3413-41d99db0cde4-26475318 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_9e1f1cbd-02e7-acf1-4c2a-545b53cf95b6-26475318 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-d3a3207e-6acf-86e7-f040-cb7e04c9a091-26475318 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-c43e718c-9cbf-cbd6-65c6-2c81079cdba4-26475318 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}