:root {
  --body: #333;
  --title: black;
  --yellow: #f6d469;
  --brown: #3e301b;
  --desktop-space: 80px;
  --tablet-space: 100px;
  --landscape-mobile-space: 80px;
  --portrait-mobile-space: 60px;
  --bg: #ede9e2;
  --wit: white;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--body);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 15px;
}

blockquote {
  background-color: var(--yellow);
  color: #000;
  text-align: center;
  border: 0 solid #000;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  line-height: 170%;
}

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

.navbar {
  z-index: 5;
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  white-space: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.header-btn {
  grid-column-gap: 6px;
  background-color: var(--yellow);
  color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.header-btn:hover {
  background-color: var(--brown);
  color: #fff;
}

.header-btn.mobile {
  display: none;
}

.humburg-menu {
  margin-left: 10px;
}

.humburg-menu.w--open {
  background-color: #0000;
  padding-left: 0;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

.top-head {
  background-color: var(--brown);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 100%;
}

.page-title {
  margin-left: 35px;
  margin-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-data {
  margin-bottom: var(--desktop-space);
  padding-bottom: 0;
}

.sg-fonts {
  margin-bottom: var(--desktop-space);
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
}

.text-heading {
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.body-font {
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.sg-titles {
  margin-bottom: var(--desktop-space);
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.font-title {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.body-large {
  font-size: 18px;
  font-weight: 400;
}

.table-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.sg-section {
  margin-bottom: var(--desktop-space);
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.color-main {
  background-color: var(--title);
  border-radius: 8px;
  width: 120px;
  height: 120px;
}

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

.color-main.bg {
  background-color: var(--bg);
  border: 1px solid #0000001a;
}

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

.color-main.yellow {
  background-color: var(--yellow);
}

.button-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrap.center {
  justify-content: center;
  align-items: center;
}

.button-wrap.right {
  justify-content: flex-end;
  align-items: center;
}

.primary-btn {
  grid-column-gap: 6px;
  background-color: var(--brown);
  color: #fff;
  border-width: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.primary-btn:hover {
  background-color: var(--yellow);
  color: #000;
}

.secondary-btn {
  grid-column-gap: 6px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.secondary-btn.white {
  color: #fff;
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.footer {
  background-color: var(--brown);
  padding-top: 80px;
}

.footer-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.footer-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 34%;
  display: flex;
}

.footer-info {
  color: var(--wit);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.footer-link-box {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.link-label {
  grid-column-gap: 8px;
  color: #fff;
  border-bottom: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.footer-link {
  color: var(--wit);
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover, .footer-link.w--current {
  color: #fff;
}

.contact-block {
  width: 100%;
  max-width: 35%;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.yellow-btn {
  grid-column-gap: 6px;
  background-color: var(--yellow);
  color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.yellow-btn:hover {
  background-color: #fff;
}

.footer-right {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-menu {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-wrap {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.social-icon {
  color: var(--wit);
  background-color: #ffffff0a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  transition: background-color .3s;
  display: flex;
}

.social-icon:hover {
  background-color: #ffffff1a;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-text {
  grid-column-gap: 40px;
  color: var(--wit);
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.single-text {
  text-align: justify;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.policy-block {
  padding-top: 50px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.info-inner {
  padding-bottom: 30px;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.licensing-title {
  margin-bottom: 0;
  font-size: 20px;
}

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

.disclaimer {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 60px;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  color: #333;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 150%;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.version-title, .changelog-text {
  margin-bottom: 0;
}

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

.error-data {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  display: flex;
}

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

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.cs-title {
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
}

.cs-text {
  margin-bottom: 50px;
}

.cs-text-title {
  margin-bottom: 4px;
}

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

.plain-link:hover {
  text-decoration: underline;
}

.error-text {
  margin-top: 50px;
  font-size: 14px;
  line-height: 150%;
}

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

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  padding: 55px 60px;
  display: flex;
}

.pass-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.pass-field {
  margin-top: 50px;
  margin-bottom: 25px;
}

.pass-input {
  color: var(--body);
  border: 0 solid #000;
  border-bottom: 1px solid #0000001a;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 8px;
  transition: border-color .3s;
}

.pass-input:focus {
  border-bottom-color: #00000080;
}

.pass-input::placeholder {
  color: var(--body);
  font-size: 14px;
  line-height: 150%;
}

.field-label {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.sub-title {
  grid-column-gap: 10px;
  color: var(--brown);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.blogs {
  margin-bottom: var(--desktop-space);
}

.post-list {
  grid-column-gap: 24px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-item {
  display: flex;
}

.empty-state {
  background-color: var(--yellow);
  text-align: center;
}

.post-link {
  border: 1px solid #0000001a;
  border-radius: 8px;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.post-img {
  background-color: var(--bg);
  overflow: hidden;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.post-data {
  padding: 20px;
}

.author-name {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-info {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider {
  background-color: #0000001a;
  width: 1px;
  height: 25px;
}

.post-title {
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 20px;
}

.post-bottom {
  grid-column-gap: 40px;
  color: #000;
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.pagination {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

.main-title, .post-main-title {
  margin-bottom: 0;
}

.post-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.post-author {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
}

.author-image {
  width: 100%;
  min-height: 40px;
  max-height: 40px;
}

.blog-title-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.post-main {
  margin-bottom: var(--desktop-space);
}

.post-maini-mg {
  background-color: var(--bg);
  border-radius: 8px;
  margin-bottom: 60px;
  overflow: hidden;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.post-details {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  margin-bottom: 20px;
}

.contact {
  margin-bottom: var(--desktop-space);
}

.contact-wrap {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-data {
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 35%;
  display: flex;
}

.success-message {
  background-color: var(--yellow);
  color: #000;
  text-align: center;
}

.field-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template: "." 1fr
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 40px;
  display: grid;
}

.textarea {
  color: #333;
  background-color: #0000;
  background-image: url('../images/ic-message.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  height: auto;
  min-height: 140px;
  margin-bottom: 0;
  padding: 0 0 12px 28px;
}

.textarea:focus {
  border-bottom-color: #000;
}

.textarea::placeholder {
  color: #333;
  font-size: 14px;
  line-height: 150%;
}

.error-message {
  text-align: center;
  padding: 20px;
}

.form-btn {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.input {
  color: #333;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 14px;
}

.input:focus {
  border-bottom-color: #000;
}

.input::placeholder {
  color: #333;
  font-size: 14px;
  line-height: 150%;
}

.input.phone, .input.email {
  background-image: none;
  padding-left: 0;
}

.input.payment {
  background-image: url('../images/ic-wallet.svg');
}

.input.amount {
  background-image: url('../images/ic-donation.svg');
}

.contact-form {
  width: 100%;
  max-width: 65%;
  margin-bottom: 0;
}

.contact-info {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-info-block {
  grid-row-gap: 4px;
  flex-flow: column;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.contact-label {
  grid-column-gap: 8px;
  color: #000;
  border-bottom: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4px;
  display: flex;
}

.contact-inner {
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.contact-social {
  grid-column-gap: 1px;
  background-color: #0000001a;
  border: 1px solid #0000000a;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.social {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  transition: background-color .3s;
  display: flex;
}

.social:hover {
  background-color: #f8f8f8;
}

.submit-btn {
  grid-column-gap: 6px;
  background-color: var(--brown);
  color: #fff;
  background-image: url('../images/ic-arrow-white.svg');
  background-position: 106px;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-width: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 42px 14px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.submit-btn:hover {
  background-color: var(--yellow);
  color: #000;
  background-image: url('../images/ic-arrow.svg');
}

.facts {
  margin-bottom: var(--desktop-space);
  background-image: linear-gradient(#351c42e6, #351c42e6), url('../images/facts.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.fact-wrap {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fact-block {
  grid-row-gap: 20px;
  border-right: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fact-block.last {
  border-right-width: 0;
}

.fact-icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.fact-data {
  color: #fff;
}

.fact-text {
  color: #fff;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.faq-section {
  margin-bottom: var(--desktop-space);
}

.faq-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.horizontal-line {
  background-color: #000;
  width: 13px;
  height: 1px;
}

.vertical-line {
  background-color: #000;
  width: 1px;
  height: 13px;
  position: absolute;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.ans.w--open {
  position: relative;
}

.faq {
  z-index: 1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 24px;
}

.faq.top {
  padding-top: 0;
}

.ans-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.ans-box {
  width: 100%;
  max-width: 90%;
  padding-top: 20px;
}

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

.que-title {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.d-none {
  display: none;
}

.faq-data {
  width: 100%;
  max-width: 50%;
}

.que {
  grid-column-gap: 24px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: static;
}

.faq-right {
  border-radius: 8px;
  width: 100%;
  max-width: 50%;
  display: flex;
  overflow: hidden;
}

.faq-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
}

.faq-img-wrap {
  width: 100%;
  max-width: 50%;
}

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

.faq-block {
  grid-row-gap: 40px;
  background-image: linear-gradient(#351c42cc, #351c42cc), url('../images/faq-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  max-height: 50%;
  padding: 58px 40px;
  display: flex;
  overflow: hidden;
}

.faq-block.bottom {
  background-image: linear-gradient(#351c42cc, #351c42cc), url('../images/faq-03.jpg');
  background-size: auto, cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
}

.faq-info-title {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 0;
}

.faq-icon {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.cta {
  background-color: var(--bg);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.cta-data {
  width: 100%;
  max-width: 44%;
  margin-left: auto;
}

.cta-info {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.volunteer-img-wrap {
  padding-right: 8px;
  display: flex;
}

.cv-img {
  background-color: #fff;
  border-radius: 50%;
  min-width: 38px;
  max-width: 38px;
  min-height: 38px;
  max-height: 38px;
  margin-right: -8px;
  overflow: hidden;
}

.cv-image {
  object-fit: cover;
  width: 100%;
  min-height: 38px;
  max-height: 38px;
}

.cta-img-wrap {
  grid-column-gap: 12px;
  width: 100%;
  max-width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  transform: translate(0, -50%);
}

.cta-img {
  background-color: #fff6;
  border-radius: 8px;
  min-width: 310px;
  max-width: 310px;
  overflow: hidden;
}

.cta-image {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  min-height: 340px;
  max-height: 340px;
  display: inline-block;
}

.cta-images {
  grid-column-gap: 12px;
  display: flex;
}

.cta-text {
  margin-bottom: 0;
  display: block;
}

.title {
  margin-bottom: 0;
  font-size: 30px;
}

.gallery {
  margin-bottom: var(--desktop-space);
}

.gallery-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-img {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  min-height: 315px;
  max-height: 315px;
}

.gallery-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.gallery-big-image {
  object-fit: cover;
  width: 100%;
  min-height: 642px;
  max-height: 642px;
}

.volunteer-form {
  margin-bottom: var(--desktop-space);
}

.vf-wrap {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vf-right {
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 34%;
  display: flex;
}

.vf-checklist {
  grid-row-gap: 15px;
  border-top: 1px solid #0000001a;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.check-list-item {
  background-image: url('../images/ic-check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 34px;
}

.author-main {
  margin-bottom: var(--desktop-space);
}

.author-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-main-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}

.author-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 100px;
  max-height: 100px;
}

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

.volunteers {
  margin-bottom: var(--desktop-space);
}

.volunteers-list {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
}

.volunteers-item {
  display: flex;
}

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

.volunteers-img {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.volunteers-image {
  object-fit: cover;
  width: 100%;
  min-height: 356px;
  max-height: 356px;
}

.volunteers-data {
  margin-top: 10px;
  text-decoration: none;
}

.volunteers-name {
  color: #000;
  font-size: 18px;
}

.volunteer-info {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: absolute;
  bottom: 18px;
  right: 18px;
}

.plus-icon {
  cursor: pointer;
}

.volunteer-social {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 4px;
  display: flex;
}

.volunteeer-profile {
  margin-bottom: var(--desktop-space);
}

.profile-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.profile-img {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  max-width: 42%;
  overflow: hidden;
}

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

.profile-data {
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100%;
  max-width: 58%;
  display: flex;
}

.education {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.education-text {
  color: #000;
  font-weight: 500;
}

.profile-contact {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.profile-inner {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.profile-link-label {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.profile-link-wrap {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.profile-social {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.profile-label {
  margin-bottom: 0;
}

.volunteer-top {
  display: flex;
  position: relative;
}

.states {
  margin-bottom: var(--desktop-space);
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
}

.states-data {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 45%;
  display: grid;
  position: relative;
}

.states-block {
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 40px;
  display: flex;
}

.state-title {
  grid-column-gap: 15px;
  color: var(--brown);
  justify-content: flex-start;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.state-icon {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.state-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.states-wrap {
  grid-column-gap: 300px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-btn {
  grid-column-gap: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding-left: 6px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: auto;
  right: 25%;
  transform: translate(0, -50%);
}

.video-btn:hover {
  background-color: #ffffff26;
}

.events {
  margin-bottom: var(--desktop-space);
}

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

.event-link {
  border: 1px solid #0000001a;
  border-radius: 8px;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.event-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.event-data {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  padding: 30px;
  display: flex;
}

.event-title {
  margin-top: 10px;
  margin-bottom: 0;
}

.event-location {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.location-icon {
  padding-top: 6px;
}

.event-image {
  object-fit: cover;
  width: 100%;
  min-height: 450px;
  max-height: 450px;
}

.event-category {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 12px;
  line-height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.event-main {
  margin-bottom: var(--desktop-space);
}

.event-wrap {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-left {
  width: 100%;
  max-width: 74%;
}

.event-right {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 26%;
  display: flex;
}

.event-main-img {
  background-color: var(--bg);
  border-radius: 8px;
  overflow: hidden;
}

.event-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 450px;
  max-height: 450px;
}

.event-details {
  margin-top: 15px;
  margin-bottom: 30px;
}

.objective-title {
  margin-bottom: 20px;
}

.event-info-block {
  background-color: var(--brown);
  border-radius: 8px;
  padding: 30px;
}

.event-info-block.location {
  background-color: var(--yellow);
}

.date-title {
  grid-column-gap: 8px;
  color: #fff;
  border-bottom: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.date-wrap {
  grid-row-gap: 8px;
  color: var(--wit);
  flex-flow: column;
  padding-top: 15px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.location-title {
  grid-column-gap: 8px;
  color: #000;
  border-bottom: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.location-text {
  padding-top: 15px;
  font-size: 14px;
  line-height: 150%;
}

.event-info-wrap {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.event-info ul {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.event-info li {
  margin-bottom: 0;
}

.donate-form, .our-impact {
  margin-bottom: var(--desktop-space);
}

.impact-wrap {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.impact-block {
  grid-row-gap: 60px;
  background-color: var(--bg);
  border-radius: 8px;
  flex-flow: column;
  padding: 50px 30px;
  display: flex;
}

.impact-icon {
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}

.impact-data {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.impact-title {
  margin-bottom: 20px;
}

.causes {
  margin-bottom: var(--desktop-space);
}

.causes-list {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.causis-item {
  display: flex;
}

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

.cause-img {
  background-color: var(--bg);
  border-radius: 8px;
  overflow: hidden;
}

.cause-data {
  margin-top: 14px;
}

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

.cause-info {
  margin-top: 24px;
}

.raise-text-wrap {
  grid-column-gap: 4px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.raised-text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.raise-bar-wrap {
  background-color: #351c4233;
  border-radius: 8px;
  width: 100%;
  height: 5px;
}

.raised-bar {
  background-color: var(--brown);
  border-radius: 8px;
  width: 100%;
  height: 5px;
}

.raised-bar._10 {
  width: 10%;
}

.raised-bar._20 {
  width: 20%;
}

.raised-bar._30 {
  width: 30%;
}

.raised-bar._40 {
  width: 40%;
}

.raised-bar._50 {
  width: 50%;
}

.raised-bar._60 {
  width: 60%;
}

.raised-bar._70 {
  width: 70%;
}

.raised-bar._80 {
  width: 80%;
}

.raised-bar._90 {
  width: 90%;
}

.cause-bottom {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.cause-category {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.cause-image {
  object-fit: cover;
  width: 100%;
  min-height: 284px;
  max-height: 284px;
}

.cause-main-title {
  width: 100%;
  max-width: 65%;
  margin-bottom: 0;
}

.cause-main {
  margin-bottom: 60px;
}

.cause-main-img {
  background-color: var(--bg);
  border-radius: 8px;
  overflow: hidden;
}

.cause-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.cause-wrap {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cause-rich-text {
  width: 100%;
  max-width: 75%;
}

.cause-sidebar {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 25%;
  display: flex;
}

.cause-info-wrap {
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.cause-block {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.about-hero {
  margin-bottom: var(--desktop-space);
}

.about-wrap {
  grid-column-gap: 40px;
  display: flex;
}

.about-left {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 72%;
  display: flex;
}

.about-right {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 28%;
  display: flex;
}

.about-img {
  background-color: var(--bg);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

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

.about-video {
  grid-column-gap: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #ffffff59;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  padding-left: 6px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.about-video:hover {
  background-color: #ffffff4d;
}

.about-fact {
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.about-block {
  grid-column-gap: 15px;
  display: flex;
}

.af-left {
  grid-column-gap: 12px;
  border-right: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 45%;
  padding-right: 15px;
  display: flex;
}

.about-icon {
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
}

.af-text {
  color: #000;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.about-text {
  width: 100%;
  max-width: 55%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.about-small-img {
  background-color: var(--bg);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.our-vision {
  margin-bottom: var(--desktop-space);
}

.vision-wrap {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vision-block {
  grid-row-gap: 40px;
  border: 1px solid #0000001a;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.vision-title {
  margin-bottom: 20px;
}

.vision-img {
  background-color: var(--bg);
  border-radius: 8px;
  overflow: hidden;
}

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

.commitment {
  margin-bottom: var(--desktop-space);
}

.commitment-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cmt-img {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.cmt-image {
  width: 100%;
}

.cmt-left {
  width: 100%;
  max-width: 50%;
}

.cmt-data {
  grid-row-gap: 30px;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.cmt-checklist {
  grid-column-gap: 40px;
  grid-row-gap: 22px;
  border-top: 1px solid #0000001a;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 0;
  list-style: none;
  display: grid;
}

.reviews {
  margin-bottom: var(--desktop-space);
}

.review-slider {
  background-color: #0000;
  height: auto;
}

.review-wrap {
  grid-column-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.review-block {
  grid-row-gap: 30px;
  background-color: var(--bg);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  padding: 30px;
  display: flex;
}

.review-img {
  background-color: #f6f4f1;
  border-radius: 50%;
  min-width: 68px;
  max-width: 68px;
  min-height: 68px;
  max-height: 68px;
  overflow: hidden;
}

.review-image {
  object-fit: cover;
  width: 100%;
  min-height: 68px;
  max-height: 68px;
}

.reviewer-name {
  color: var(--brown);
}

.review-data {
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-arrow {
  background-color: var(--brown);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  transition: background-color .3s;
  display: flex;
  inset: -18% 44px auto auto;
}

.left-arrow:hover {
  background-color: var(--yellow);
}

.right-arrow {
  background-color: var(--brown);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  transition: background-color .3s;
  display: flex;
  inset: -18% 0% auto auto;
}

.right-arrow:hover {
  background-color: var(--yellow);
}

.hero {
  margin-bottom: var(--desktop-space);
  background-color: var(--brown);
  padding-bottom: 380px;
  position: relative;
  overflow: hidden;
}

.hero-wrap {
  grid-column-gap: 130px;
  padding-top: 100px;
}

.hero-data {
  grid-row-gap: 160px;
  flex-flow: column;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.hero-title {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.hero-text {
  color: #fff;
  margin-bottom: 0;
}

.hero-btn {
  margin-top: 40px;
  display: flex;
}

.hero-facts {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hf-block {
  grid-column-gap: 18px;
  background-color: #ffd500;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px;
  display: flex;
}

.hf-text {
  color: var(--brown);
  font-size: 22px;
  line-height: 150%;
}

.hero-right {
  background-color: var(--bg);
  border-bottom-left-radius: 8px;
  width: 100%;
  max-width: 50%;
  min-height: 686px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-img {
  border-radius: 8px;
  position: absolute;
  top: 72px;
  left: 72px;
  right: 72px;
  overflow: hidden;
}

.hero-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  min-height: 660px;
  max-height: 660px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: block;
  position: static;
  bottom: -42px;
  overflow: visible;
}

.hero-pattern {
  position: absolute;
  inset: 0% auto auto 0%;
}

.about {
  margin-bottom: var(--desktop-space);
}

.about-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-images {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 55%;
  display: flex;
}

.about-data {
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.about-thumb {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.about-thumb.right {
  margin-top: 130px;
}

.about-us-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 560px;
  max-height: 560px;
  overflow: clip;
}

.about-states {
  grid-column-gap: 32px;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.as-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.as-title {
  color: #000;
  margin-top: 6px;
}

.as-icon {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.on-scroll {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  inset: 0%;
}

.creating {
  margin-bottom: var(--desktop-space);
  background-color: #ede9e2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.creating-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex-flow: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.creating-img {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.creating-image {
  width: auto;
}

.creating-right {
  width: 100%;
  max-width: 50%;
}

.creating-data {
  grid-row-gap: 35px;
  flex-flow: column;
  margin-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

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

.creating-info {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.creating-text {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.event {
  margin-bottom: var(--desktop-space);
  background-color: var(--bg);
  padding-top: 60px;
  padding-bottom: 60px;
}

.event-block {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.event-thumb {
  background-color: #f6f4f1;
  border-radius: 8px;
  width: 100%;
  max-width: 40%;
  overflow: hidden;
}

.image-event {
  object-fit: cover;
  width: 100%;
  min-height: 504px;
  max-height: 504px;
}

.event-left-data {
  width: 100%;
  max-width: 60%;
}

.event-text {
  margin-bottom: 22px;
}

.gallery-img-wrap {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.event-main-title {
  margin-bottom: 0;
}

.hf-icon {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.states-img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.profile-role {
  margin-bottom: 20px;
}

.event-tag {
  border: 1px solid var(--brown);
  border-radius: 10px;
  margin-bottom: 36px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
}

.image {
  max-width: 40%;
}

.image-2, .image-3 {
  max-width: 5%;
}

.image-4 {
  max-width: 60%;
}

.paragraph {
  color: var(--wit);
  margin-bottom: 0;
}

.paragraph-2 {
  color: var(--wit);
  text-align: justify;
  letter-spacing: normal;
  white-space: normal;
  overflow-wrap: normal;
  font-size: 23px;
  font-weight: 400;
}

.paragraph-3 {
  text-align: justify;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-5, .image-6 {
  max-width: 2%;
}

.list {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: disc;
}

.list-item {
  margin-bottom: 5px;
}

.list-item-2 {
  margin-bottom: 6px;
}

.list-item-3 {
  margin-bottom: 5px;
}

.image-7 {
  max-width: 2%;
}

.tekst-over-ons {
  text-align: justify;
  max-width: 1336px;
  margin: 20px auto 60px;
  padding-left: 0;
  padding-right: 0;
}

.section {
  max-width: 1336px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
}

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

.aanmeldformulier {
  flex: 1;
}

.text-block {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

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

.text-field {
  color: var(--body);
}

.container-2-copy {
  background-color: #ede9e2;
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.image-9 {
  color: var(--wit);
}

.paragraph-4 {
  padding-left: 0;
  padding-right: 60px;
}

.button {
  background-color: #3e301b;
  margin-left: auto;
  padding-left: 15px;
}

.div-block {
  margin-top: 60px;
}

.paragraph-5 {
  padding-top: 9px;
  padding-left: 0;
  padding-right: 60px;
}

.anne, .kyra, .anne-copy {
  border-radius: 20px;
  margin-bottom: 24px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 7px 2px 9px -3px #0003;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 20px;
}

.section-2 {
  margin: 30px 15px 15px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.image-10 {
  outline-offset: -5px;
  border: 0 solid #ffd50000;
  border-radius: 14px;
  outline: 0 solid #ffe770;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21 {
  display: block;
}

.about-thumb-copy {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.about-thumb-copy.right {
  margin-top: 130px;
}

.form-block {
  margin-left: 25px;
}

.div-block-2, .section-3 {
  margin-left: 0;
}

.image-11 {
  display: inline-block;
}

.slide {
  width: 250px;
  height: 250px;
}

.mask {
  overflow: hidden;
}

.slider {
  display: block;
}

.image-12 {
  overflow: clip;
}

.div-block-3 {
  overflow: auto;
}

.slider-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-22 {
  padding-right: 16px;
}

.text-block-23 {
  margin-top: 10px;
  margin-right: 15px;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  .container-2 {
    max-width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #0000001a;
    padding: 20px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
  }

  .header-btn {
    display: none;
  }

  .header-btn.mobile {
    margin-top: 12px;
    display: flex;
  }

  .humburg-menu {
    grid-row-gap: 4px;
    margin-left: 0;
    padding: 0;
  }

  .top-line, .middle-line, .bottom-line {
    width: 26px;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-data, .sg-fonts {
    margin-bottom: var(--tablet-space);
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .sg-titles {
    margin-bottom: var(--tablet-space);
  }

  .title-top, .table-row {
    grid-column-gap: 20px;
  }

  .sg-section {
    margin-bottom: var(--tablet-space);
  }

  .rich-text {
    max-width: 100%;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-wrap {
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .footer-left {
    max-width: 60%;
  }

  .footer-right {
    grid-column-gap: 80px;
    width: 100%;
  }

  .social-wrap {
    padding-bottom: 15px;
  }

  .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .disclaimer {
    margin-bottom: 40px;
  }

  .utility-page-content {
    padding: 40px;
  }

  .blogs {
    margin-bottom: var(--tablet-space);
  }

  .post-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .post-image {
    min-height: 250px;
    max-height: 250px;
  }

  .post-info {
    font-size: 14px;
    line-height: 150%;
  }

  .post-title {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .post-main-title {
    font-size: 40px;
  }

  .post-title-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .blog-title-wrap {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 25px;
    display: flex;
  }

  .post-main {
    margin-bottom: var(--tablet-space);
  }

  .post-maini-mg {
    margin-bottom: 50px;
  }

  .post-main-image {
    min-height: 420px;
    max-height: 420px;
  }

  .post-details {
    max-width: 100%;
  }

  .contact {
    margin-bottom: var(--tablet-space);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .contact-data {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .contact-form {
    max-width: 100%;
  }

  .contact-inner {
    grid-row-gap: 60px;
    max-width: 100%;
  }

  .facts {
    margin-bottom: var(--tablet-space);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fact-block {
    font-size: 14px;
    line-height: 150%;
  }

  .fact-icon {
    min-width: 55px;
    max-width: 55px;
    min-height: 55px;
    max-height: 55px;
  }

  .fact-text {
    font-size: 24px;
    font-weight: 500;
  }

  .faq-section {
    margin-bottom: var(--tablet-space);
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ans-box {
    padding-top: 12px;
  }

  .faq-data, .faq-right {
    max-width: 100%;
  }

  .faq-img-wrap {
    flex-flow: column;
    display: flex;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-img {
    min-width: 230px;
    max-width: 230px;
  }

  .cta-image {
    min-height: 250px;
    max-height: 250px;
  }

  .cta-text {
    font-size: 14px;
    line-height: 150%;
  }

  .gallery {
    margin-bottom: var(--tablet-space);
  }

  .gallery-image {
    min-height: 160px;
    max-height: 160px;
  }

  .gallery-main-image {
    min-height: 380px;
    max-height: 380px;
  }

  .gallery-big-image {
    min-height: 332px;
    max-height: 332px;
  }

  .volunteer-form {
    margin-bottom: var(--tablet-space);
  }

  .vf-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .vf-right {
    max-width: 100%;
  }

  .author-main, .volunteers {
    margin-bottom: var(--tablet-space);
  }

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

  .volunteers-image {
    min-height: 260px;
    max-height: 260px;
  }

  .volunteeer-profile {
    margin-bottom: var(--tablet-space);
  }

  .profile-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .profile-img {
    max-width: 60%;
  }

  .profile-data {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .profile-contact {
    margin-bottom: 40px;
  }

  .states {
    margin-bottom: var(--tablet-space);
    padding-top: 0;
    padding-bottom: 0;
  }

  .states-data {
    max-width: 100%;
  }

  .states-block {
    border: 1px solid #0000001a;
    padding: 30px;
  }

  .states-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .video-btn {
    width: 80px;
    height: 80px;
    left: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
  }

  .events {
    margin-bottom: var(--tablet-space);
  }

  .event-link {
    flex-flow: column;
    height: 100%;
  }

  .event-img {
    max-width: 100%;
  }

  .event-data {
    grid-row-gap: 30px;
    max-width: 100%;
    padding: 20px;
  }

  .event-title {
    font-size: 20px;
  }

  .event-image {
    min-height: 280px;
    max-height: 280px;
  }

  .event-main {
    margin-bottom: var(--tablet-space);
  }

  .event-wrap {
    grid-column-gap: 20px;
  }

  .event-left {
    max-width: 70%;
  }

  .event-right {
    grid-row-gap: 30px;
    max-width: 30%;
  }

  .event-main-image {
    min-height: 320px;
    max-height: 320px;
  }

  .event-info-block {
    padding: 20px;
  }

  .event-info-wrap {
    grid-row-gap: 20px;
  }

  .donate-form, .our-impact {
    margin-bottom: var(--tablet-space);
  }

  .impact-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .impact-block {
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .impact-data {
    grid-row-gap: 40px;
  }

  .causes {
    margin-bottom: var(--tablet-space);
  }

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

  .cause-title {
    font-size: 20px;
  }

  .cause-image {
    min-height: 240px;
    max-height: 240px;
  }

  .cause-main-title {
    max-width: 100%;
  }

  .cause-main {
    margin-bottom: 50px;
  }

  .cause-main-image {
    min-height: 400px;
    max-height: 400px;
  }

  .cause-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .cause-rich-text {
    max-width: 100%;
  }

  .cause-sidebar {
    max-width: 50%;
  }

  .about-hero {
    margin-bottom: var(--tablet-space);
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-left {
    max-width: 100%;
  }

  .about-right {
    flex-flow: column-reverse wrap;
    max-width: 100%;
  }

  .about-video {
    padding-left: 4px;
  }

  .af-left {
    max-width: 22%;
  }

  .about-text {
    max-width: 40%;
  }

  .about-small-img {
    display: none;
  }

  .our-vision {
    margin-bottom: var(--tablet-space);
  }

  .vision-wrap {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .vision-block {
    justify-content: space-between;
    padding: 30px;
  }

  .vision-img {
    display: none;
  }

  .commitment {
    margin-bottom: var(--tablet-space);
  }

  .commitment-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cmt-img, .cmt-left {
    max-width: 100%;
  }

  .reviews {
    margin-bottom: var(--tablet-space);
  }

  .review-wrap {
    grid-column-gap: 15px;
  }

  .review-block {
    grid-row-gap: 20px;
  }

  .left-arrow, .right-arrow {
    top: -16%;
  }

  .hero {
    margin-bottom: var(--tablet-space);
    padding-bottom: 0;
  }

  .hero-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-top: 60px;
    display: flex;
  }

  .hero-data {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .hero-right {
    border-radius: 0;
    max-width: 100%;
    min-height: auto;
    padding: 40px;
    position: relative;
  }

  .hero-img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .about {
    margin-bottom: var(--tablet-space);
  }

  .about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-images {
    grid-column-gap: 40px;
    max-width: 100%;
  }

  .about-data {
    max-width: 100%;
  }

  .about-thumb.right {
    margin-top: 0;
  }

  .creating {
    margin-bottom: var(--tablet-space);
  }

  .creating-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .creating-img, .creating-right {
    max-width: 100%;
  }

  .creating-data {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .event {
    margin-bottom: var(--tablet-space);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .event-block {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .event-thumb, .event-left-data {
    max-width: 100%;
  }

  .gallery-img-wrap {
    margin-bottom: 30px;
  }

  .states-img {
    position: relative;
  }

  .states-image {
    height: auto;
    min-height: 380px;
    max-height: 380px;
  }

  .states-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .profile-role {
    margin-bottom: 18px;
  }

  .event-tag {
    margin-bottom: 20px;
  }

  .container-2-copy {
    max-width: 100%;
  }

  .about-thumb-copy.right {
    margin-top: 0;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  ul, ol {
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .humburg-menu {
    position: relative;
  }

  .humburg-menu.w--open {
    z-index: 10;
  }

  .top-head {
    display: none;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-data, .sg-fonts {
    margin-bottom: var(--landscape-mobile-space);
  }

  .font-inner {
    flex-wrap: wrap;
  }

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

  .text-heading, .body-font {
    font-size: 60px;
  }

  .sg-titles {
    margin-bottom: var(--landscape-mobile-space);
  }

  .font-title {
    font-size: 16px;
  }

  .table-text {
    font-size: 14px;
  }

  .sg-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-wrap {
    margin-bottom: 40px;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-link-box {
    margin-bottom: 40px;
  }

  .footer-right {
    grid-column-gap: 60px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .social-wrap {
    justify-content: center;
    align-items: center;
  }

  .footer-text {
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .policy-block {
    padding-top: 40px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .license-field {
    font-size: 16px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 14px;
  }

  .error-data {
    max-width: 90%;
  }

  .cs-title {
    font-size: 56px;
  }

  .utility-page-content {
    max-width: 90%;
    padding: 30px;
  }

  .sub-title {
    margin-bottom: 10px;
  }

  .blogs {
    margin-bottom: var(--landscape-mobile-space);
  }

  .post-list {
    grid-column-gap: 20px;
  }

  .post-image {
    min-height: 180px;
    max-height: 180px;
  }

  .post-data {
    padding: 15px;
  }

  .post-info {
    font-size: 12px;
  }

  .post-title {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 170%;
  }

  .post-bottom {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
  }

  .post-main-title {
    font-size: 34px;
    line-height: 140%;
  }

  .post-main {
    margin-bottom: var(--landscape-mobile-space);
  }

  .post-maini-mg {
    margin-bottom: 40px;
  }

  .post-main-image {
    min-height: 300px;
    max-height: 300px;
  }

  .contact {
    margin-bottom: var(--landscape-mobile-space);
  }

  .field-wrap {
    grid-row-gap: 50px;
  }

  .facts {
    margin-bottom: var(--landscape-mobile-space);
  }

  .fact-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .fact-block {
    border-right-width: 0;
  }

  .faq-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .faq {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ans-text {
    font-size: 16px;
  }

  .que-title {
    line-height: 150%;
  }

  .faq-block {
    padding: 30px;
  }

  .faq-icon {
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
  }

  .cta-data {
    max-width: 100%;
    margin-left: 0;
  }

  .cta-img-wrap {
    max-width: 100%;
    margin-top: 40px;
    position: static;
    top: auto;
    transform: none;
  }

  .cta-img {
    min-width: 200px;
    max-width: 200px;
  }

  .cta-image {
    min-height: 220px;
    max-height: 220px;
  }

  .gallery {
    margin-bottom: var(--landscape-mobile-space);
  }

  .gallery-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .gallery-image {
    min-height: 124px;
    max-height: 124px;
  }

  .gallery-main-image {
    min-height: 280px;
    max-height: 280px;
  }

  .gallery-big-image {
    min-height: 258px;
    max-height: 258px;
  }

  .volunteer-form {
    margin-bottom: var(--landscape-mobile-space);
  }

  .vf-right {
    grid-row-gap: 20px;
  }

  .vf-checklist {
    grid-row-gap: 10px;
    padding-top: 20px;
  }

  .author-main, .volunteers {
    margin-bottom: var(--landscape-mobile-space);
  }

  .volunteers-list {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .volunteers-image {
    min-height: 190px;
    max-height: 190px;
  }

  .volunteers-data {
    margin-top: 6px;
  }

  .volunteers-name {
    font-size: 16px;
  }

  .volunteer-info {
    display: none;
  }

  .volunteeer-profile {
    margin-bottom: var(--landscape-mobile-space);
  }

  .profile-wrap {
    grid-row-gap: 30px;
  }

  .profile-img {
    max-width: 100%;
  }

  .states {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .states-block {
    padding: 25px;
  }

  .video-btn {
    width: 70px;
    height: 70px;
  }

  .events {
    margin-bottom: var(--landscape-mobile-space);
  }

  .event-list {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .event-link {
    flex-flow: row;
  }

  .event-img {
    max-width: 50%;
  }

  .event-data {
    max-width: 50%;
    padding: 22px;
  }

  .event-title {
    font-size: 18px;
  }

  .event-location {
    font-size: 14px;
    line-height: 150%;
  }

  .event-image {
    min-height: 280px;
    max-height: 280px;
  }

  .event-main {
    margin-bottom: var(--landscape-mobile-space);
  }

  .event-wrap {
    flex-flow: column;
  }

  .event-left {
    max-width: 100%;
  }

  .event-right {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .event-info-wrap {
    grid-column-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .event-btn {
    display: none;
  }

  .donate-form, .our-impact {
    margin-bottom: var(--landscape-mobile-space);
  }

  .impact-wrap {
    grid-template-columns: 1fr;
  }

  .impact-block {
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .causes {
    margin-bottom: var(--landscape-mobile-space);
  }

  .causes-list {
    grid-column-gap: 25px;
    grid-row-gap: 40px;
  }

  .cause-title {
    font-size: 16px;
  }

  .cause-bottom {
    margin-top: 20px;
  }

  .cause-image {
    min-height: 180px;
    max-height: 180px;
  }

  .cause-main-title {
    font-size: 36px;
  }

  .cause-main {
    margin-bottom: 40px;
  }

  .cause-main-image {
    min-height: 300px;
    max-height: 300px;
  }

  .cause-sidebar {
    max-width: 100%;
  }

  .about-hero {
    margin-bottom: var(--landscape-mobile-space);
  }

  .about-video {
    width: 60px;
    height: 60px;
  }

  .about-block {
    grid-column-gap: 25px;
  }

  .af-left {
    max-width: 32%;
  }

  .about-text {
    max-width: 68%;
  }

  .our-vision {
    margin-bottom: var(--landscape-mobile-space);
  }

  .vision-wrap {
    grid-template-columns: 1fr;
  }

  .vision-title {
    margin-bottom: 15px;
  }

  .commitment {
    margin-bottom: var(--landscape-mobile-space);
  }

  .commitment-wrap {
    grid-row-gap: 30px;
  }

  .cmt-checklist {
    grid-row-gap: 10px;
    max-width: 100%;
    padding-top: 20px;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile-space);
  }

  .review-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .review-block {
    max-width: 100%;
  }

  .left-arrow, .right-arrow {
    top: -10%;
  }

  .hero {
    margin-bottom: var(--landscape-mobile-space);
  }

  .hero-wrap {
    grid-row-gap: 40px;
    padding-top: 50px;
  }

  .hero-data {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-title {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .hero-btn {
    justify-content: center;
    align-items: center;
  }

  .hero-facts {
    display: none;
  }

  .hero-right {
    padding: 30px;
  }

  .hero-image {
    min-height: 510px;
    max-height: none;
  }

  .hero-pattern {
    width: 100%;
    max-width: 10%;
  }

  .about {
    margin-bottom: var(--landscape-mobile-space);
  }

  .about-images {
    grid-column-gap: 20px;
  }

  .about-data {
    grid-row-gap: 40px;
  }

  .about-us-image {
    min-height: 400px;
    max-height: 400px;
  }

  .creating {
    margin-bottom: var(--landscape-mobile-space);
  }

  .creating-data {
    margin-top: 20px;
  }

  .event {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .event-block {
    grid-row-gap: 30px;
  }

  .image-event {
    min-height: 400px;
    max-height: 400px;
  }

  .gallery-img-wrap {
    margin-bottom: 20px;
  }

  .event-main-title {
    font-size: 34px;
  }

  .states-image {
    min-height: 300px;
    max-height: 300px;
  }

  .states-wrapper {
    grid-row-gap: 30px;
  }

  .profile-role, .event-tag {
    margin-bottom: 16px;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  .brand.w--current {
    flex: none;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .header-btn {
    padding: 12px 20px;
  }

  .page-data, .sg-fonts {
    margin-bottom: var(--portrait-mobile-space);
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading, .body-font {
    font-size: 70px;
  }

  .sg-titles {
    margin-bottom: var(--portrait-mobile-space);
  }

  .title-top {
    display: none;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .sg-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .button-wrap {
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .primary-btn {
    padding: 12px 20px;
  }

  .footer-left {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-info {
    text-align: left;
    margin-top: 30px;
  }

  .footer-link-box {
    display: block;
  }

  .contact-block {
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .yellow-btn {
    margin-top: 20px;
    padding: 12px 20px;
  }

  .footer-right {
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-text {
    grid-row-gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .disclaimer {
    font-size: 14px;
  }

  .license-field {
    margin-bottom: 0;
  }

  .version-info {
    align-items: start;
  }

  .changelog-text {
    font-size: 14px;
  }

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .sub-title {
    margin-bottom: 6px;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile-space);
  }

  .post-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .post-image {
    min-height: 240px;
    max-height: 240px;
  }

  .post-bottom {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
  }

  .post-main-title {
    font-size: 22px;
  }

  .blog-title-wrap {
    grid-row-gap: 8px;
    margin-bottom: 18px;
  }

  .post-main {
    margin-bottom: var(--portrait-mobile-space);
  }

  .post-main-image {
    min-height: 220px;
    max-height: 220px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile-space);
  }

  .contact-data {
    grid-row-gap: 30px;
  }

  .field-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .contact-inner {
    grid-row-gap: 40px;
  }

  .submit-btn {
    padding: 12px 40px 12px 20px;
  }

  .facts {
    margin-bottom: var(--portrait-mobile-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fact-wrap {
    grid-row-gap: 50px;
  }

  .faq-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .horizontal-line {
    width: 18px;
  }

  .vertical-line {
    height: 18px;
  }

  .faq {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .ans-box {
    max-width: 100%;
    padding-top: 10px;
  }

  .que-icon {
    width: 100%;
    max-width: 30px;
    height: 30px;
  }

  .que-title {
    font-size: 16px;
  }

  .faq-right {
    flex-flow: column;
  }

  .faq-img {
    max-width: 100%;
    display: none;
  }

  .faq-img-wrap {
    max-width: 100%;
  }

  .faq-block {
    border-bottom-left-radius: 8px;
  }

  .faq-block.bottom {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-info, .cta-img-wrap {
    margin-top: 30px;
  }

  .cta-image {
    min-height: 180px;
    max-height: 180px;
  }

  .gallery {
    margin-bottom: var(--portrait-mobile-space);
  }

  .gallery-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-image {
    min-height: 160px;
    max-height: 160px;
  }

  .gallery-main-image {
    min-height: 220px;
    max-height: 220px;
  }

  .gallery-big-image {
    min-height: 160px;
    max-height: 160px;
  }

  .volunteer-form, .author-main, .volunteers {
    margin-bottom: var(--portrait-mobile-space);
  }

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

  .volunteers-image {
    min-height: 180px;
    max-height: 180px;
  }

  .volunteeer-profile {
    margin-bottom: var(--portrait-mobile-space);
  }

  .profile-wrap {
    grid-row-gap: 25px;
  }

  .profile-data {
    grid-row-gap: 30px;
  }

  .education {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .profile-contact {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 30px;
  }

  .profile-social {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .states {
    margin-bottom: var(--portrait-mobile-space);
  }

  .states-data {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .state-title {
    font-size: 28px;
  }

  .states-wrap {
    grid-row-gap: 30px;
  }

  .video-btn {
    width: 60px;
    height: 60px;
  }

  .play-icon {
    width: 100%;
    max-width: 32%;
  }

  .events {
    margin-bottom: var(--portrait-mobile-space);
  }

  .event-link {
    flex-flow: column;
  }

  .event-img {
    max-width: 100%;
  }

  .event-data {
    max-width: 100%;
    padding: 20px;
  }

  .location-icon {
    padding-top: 2px;
  }

  .event-image {
    min-height: 250px;
    max-height: 250px;
  }

  .event-main {
    margin-bottom: var(--portrait-mobile-space);
  }

  .event-info-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .donate-form, .our-impact {
    margin-bottom: var(--portrait-mobile-space);
  }

  .impact-block {
    grid-row-gap: 20px;
    padding: 25px;
  }

  .impact-icon {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .impact-data {
    grid-row-gap: 30px;
  }

  .impact-title {
    margin-bottom: 10px;
  }

  .causes {
    margin-bottom: var(--portrait-mobile-space);
  }

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

  .cause-data {
    margin-top: 10px;
  }

  .cause-info {
    margin-top: 15px;
  }

  .cause-image {
    min-height: 220px;
    max-height: 220px;
  }

  .cause-main-title {
    font-size: 30px;
  }

  .cause-main-image {
    min-height: 240px;
    max-height: 240px;
  }

  .about-hero {
    margin-bottom: var(--portrait-mobile-space);
  }

  .about-video {
    width: 60px;
    height: 60px;
  }

  .about-fact {
    grid-row-gap: 40px;
  }

  .about-block {
    grid-column-gap: 0px;
    grid-row-gap: 14px;
    flex-flow: column;
  }

  .af-left {
    border-right-width: 0;
    width: auto;
    max-width: none;
  }

  .about-icon {
    max-height: 1px;
  }

  .about-text {
    width: auto;
    max-width: none;
  }

  .our-vision {
    margin-bottom: var(--portrait-mobile-space);
  }

  .vision-block {
    padding: 25px;
  }

  .commitment {
    margin-bottom: var(--portrait-mobile-space);
  }

  .commitment-wrap {
    grid-row-gap: 25px;
  }

  .cmt-data {
    padding-bottom: 25px;
  }

  .cmt-checklist {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile-space);
  }

  .review-block {
    padding: 25px;
  }

  .review-img {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .review-image {
    min-height: 60px;
    max-height: 60px;
  }

  .review-text {
    font-size: 14px;
    line-height: 150%;
  }

  .left-arrow {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    top: -8%;
    right: 36px;
  }

  .right-arrow {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    top: -8%;
  }

  .hero {
    margin-bottom: var(--portrait-mobile-space);
  }

  .hero-wrap {
    padding-top: 40px;
  }

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

  .hero-title {
    text-align: left;
    margin-bottom: 15px;
    font-size: 32px;
  }

  .hero-text {
    font-size: 14px;
    line-height: 150%;
  }

  .hero-btn {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .hero-right {
    padding: 20px;
  }

  .hero-image {
    min-height: 380px;
  }

  .hero-pattern {
    max-width: 12%;
  }

  .about {
    margin-bottom: var(--portrait-mobile-space);
  }

  .about-images {
    grid-column-gap: 10px;
  }

  .about-us-image {
    min-height: 240px;
    max-height: 240px;
  }

  .about-states {
    grid-column-gap: 46px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .creating {
    margin-bottom: var(--portrait-mobile-space);
  }

  .creating-data {
    grid-row-gap: 25px;
  }

  .creating-title {
    font-size: 16px;
  }

  .creating-info {
    grid-column-gap: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .event {
    margin-bottom: var(--portrait-mobile-space);
  }

  .event-block {
    grid-row-gap: 25px;
  }

  .image-event {
    min-height: 260px;
    max-height: 260px;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .event-main-title {
    font-size: 34px;
  }

  .states-image {
    min-height: 220px;
    max-height: 220px;
  }

  .states-wrapper {
    grid-row-gap: 25px;
  }

  .profile-role {
    margin-bottom: 10px;
  }

  .image-4 {
    max-width: 65%;
    display: inline-block;
  }

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

#w-node-b27fd857-9e38-55b0-5e7b-9da7544c05cd-f248940f, #w-node-b27fd857-9e38-55b0-5e7b-9da7544c05d2-f248940f, #w-node-_8c54857b-1d6c-8b8c-00cf-dc5d624a7148-f248940f, #w-node-_8c54857b-1d6c-8b8c-00cf-dc5d624a714a-f248940f, #w-node-_8c54857b-1d6c-8b8c-00cf-dc5d624a714d-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a0190-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a0195-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a0198-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a019c-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01a1-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01a4-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01a8-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01ad-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01b0-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01b4-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01b9-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01bc-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01c0-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01c5-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01c8-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01cc-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01d1-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01d4-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01d8-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01dd-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01e0-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01e4-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01e9-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01ec-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01f0-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01f5-f248940f, #w-node-_273b1ab2-319f-aa20-ca9e-9c9c835a01f8-f248940f, #w-node-_79ac47de-d83f-af3c-cba5-5b99cff9a880-f2489411, #w-node-_79ac47de-d83f-af3c-cba5-5b99cff9a889-f2489411, #w-node-da1e3442-ced2-33bf-7226-7044348f03e8-f2489412, #w-node-da1e3442-ced2-33bf-7226-7044348f03eb-f2489412, #w-node-da1e3442-ced2-33bf-7226-7044348f03ec-f2489412, #w-node-da1e3442-ced2-33bf-7226-7044348f03ee-f2489412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#name.w-node-_1ac29adc-50c2-228b-231d-a355e76e284f-f2489417, #message.w-node-_1ac29adc-50c2-228b-231d-a355e76e2852-f2489417, #Naam.w-node-_3b474e04-5fdb-d502-5ddc-1da8eda59d20-f2489418, #Naam-2.w-node-_6d3d799d-4e67-284f-8753-c0278e745731-f2489418, #Naam.w-node-_3b474e04-5fdb-d502-5ddc-1da8eda59d20-c7cac957, #Naam-2.w-node-_6d3d799d-4e67-284f-8753-c0278e745731-c7cac957 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #name.w-node-_1ac29adc-50c2-228b-231d-a355e76e284f-f2489417, #message.w-node-_1ac29adc-50c2-228b-231d-a355e76e2852-f2489417, #Naam.w-node-_3b474e04-5fdb-d502-5ddc-1da8eda59d20-f2489418, #Naam-2.w-node-_6d3d799d-4e67-284f-8753-c0278e745731-f2489418, #Naam.w-node-_3b474e04-5fdb-d502-5ddc-1da8eda59d20-c7cac957, #Naam-2.w-node-_6d3d799d-4e67-284f-8753-c0278e745731-c7cac957 {
    grid-column: span 1 / span 1;
  }
}


