﻿.tg-hero-container {
  display: flex;
  padding-right: 3px;
  justify-content: start;
  align-items: flex-start;
  background-image: url("../Images/seasonal-campaigns/thanksgiving/hero-bg.svg");
  min-height: 720px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tg-hero-wrapper {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
}
.tg-hero-left {
  display: flex;
  padding: 128px 80px 96px 96px;
  align-items: center;
  gap: 64px;
  flex: 1 0 0;
  align-self: stretch;
}
.tg-hero-left .content-wrapper {
  display: flex;
  padding: 0 0px 0 0px;
  align-items: flex-start;
  gap: 32px;
}
.tg-hero-left .content-wrapper .content-box {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.tg-hero-left .content-wrapper .content-box .header-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.tg-hero-left .content-wrapper .content-box .header-desc p:first-child {
  align-self: stretch;
  color: #101828;
  font-family: "Merriweather";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.2px;
}
.tg-hero-left .content-wrapper .content-box .header-desc p:last-child {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.tg-cta {
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: linear-gradient(180deg, #dc6803, #bd5800, #dc6803);
  background-size: 100% 300%;
  background-position: 50% 0%;
  transition: background-position 0.8s ease, color 0.2s ease;
  transition: background-position 0.8s ease, color 0.2s ease;
}
.tg-cta:hover,
.tg-cta:focus-visible {
  color: #fff;
  background-position: 50% 100%;
}
.tg-cta a {
  display: flex;
  color: #fff !important;
  font-family: "MavenPro-Semibold";
  font-style: normal;
  gap: 6px;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
}

.overview-container {
  display: flex;
  padding: 80px 96px;
  justify-content: center;
  align-items: center;
  gap: 64px 64px;
  align-self: stretch;
  position: relative;
}
.overview-container > img:first-child {
  position: absolute;
  left: 69px;
  top: 57px;
}
.overview-container img:nth-child(2) {
  position: absolute;
  left: 1767.346px;
  top: 587.054px;
}
.overview-container .overview-left {
  display: flex;
  height: 554px;
  border-radius: 64px;
}

.overview-container .overview-left img {
  height: auto;
}
.overview-container .overview-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}
.overview-container .overview-right .subheading-heading {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.overview-container .overview-right .subheading-heading p:first-child {
  align-self: stretch;
  color: #dc6803;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.overview-container .overview-right .subheading-heading p:nth-child(2) {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.overview-container .overview-right .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 20px;
}
.overview-container .overview-right .desc p {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.about-container {
  display: flex;
  padding: 80px 96px;
  justify-content: center;
  align-content: center;
  gap: 64px;
  align-self: stretch;
  flex-direction: column;
  align-items: center;
  background: #fff7e7;
}
.about-container .about-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}
.about-container .about-wrapper .about-top {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
.about-container .about-wrapper .about-top .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.about-container .about-wrapper .about-top .text-box p:first-child {
  align-self: stretch;
  color: #dc6803;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.about-container .about-wrapper .about-top .text-box p:nth-child(2) {
  align-self: stretch;
  color: #475467;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about-container .about-wrapper .about-top .text-box p:nth-child(3) {
  color: #475467;
  text-align: center;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.about-container .about-wrapper .about-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}

.about-container .about-wrapper .about-bottom .bottom-left {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 32px;
}

.about-container .about-wrapper .about-bottom .bottom-left .about-card {
  display: flex;
  align-items: flex-start;
  align-content: space-between;
  gap: 20px;
  background-color: transparent;
  flex-direction: column;
}

.about-container .about-wrapper .about-bottom .bottom-left .about-card img {
  width: 68.448px;
  height: 76px;
}

.about-container .about-wrapper .about-bottom .bottom-left .about-card p {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.about-container .about-wrapper .about-bottom .bottom-right {
  display: flex;
  height: 486px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}

.about-container .about-wrapper .about-bottom .bottom-right img {
  height: auto;
  width: 100%;
}

.commitment-container {
  position: relative;
  display: flex;
  padding: 80px 96px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 64px 64px;
  align-self: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.commitment-container > img {
  position: absolute;
  left: 56px;

  top: -4px;
}
.commitment-container .commitment-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
}

.commitment-container .commitment-left .subheading-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.commitment-container .commitment-left .subheading-heading p:first-child {
  align-self: stretch;
  color: #dc6803;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.commitment-container .commitment-left .subheading-heading p:nth-child(2) {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.commitment-container .commitment-left .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.commitment-container .commitment-left .desc p {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.commitment-right {
  height: 554px;
  flex: 1 0 0;
  border-radius: 64px;
}
.country-end-quote-container {
  display: flex;
  padding: 80px 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: #fff7e7;
}

.country-end-quote-container p:first-child,
.country-end-quote-container p:nth-child(3) {
  align-self: stretch;
  color: #101828;
  text-align: center;
  font-family: "MavenPro-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.country-end-quote-container p:nth-child(2) {
  color: #dc6803;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
.faq-container {
  display: flex;
  padding: 80px 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  background-color: #fff7e7;
  position: relative;
}
.faq-container > img:first-child {
  position: absolute;
  left: 790.833px;
  top: 38px;
}
.faq-container > img:nth-child(2) {
  transform: rotate(-15.152deg);
  position: absolute;
  left: 85.963px;
  top: 384.149px;
}
.faq-wrapper {
  display: flex;
  padding: 0 0;
  align-items: flex-start;
  align-content: flex-start;
  gap: 64px;
  align-self: stretch;
  flex-wrap: wrap;
}
.faq-left {
  min-width: 480px;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
.faq-left .subheading-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.faq-left .subheading-heading p:first-child {
  align-self: stretch;
  color: #dc6803;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.faq-left .subheading-heading p:nth-child(2) {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.faq-right {
  display: flex;
  min-width: 480px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}
.faq-item {
  display: flex;
  min-width: 320px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.faq-item .content-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.faq-item .content-box .header-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}
.faq-item .content-box .header-desc p:first-child {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.faq-item .content-box .header-desc p:nth-child(2) {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.faq-item .content-box {
  cursor: pointer;
}

.faq-item .content-box .header-desc p:nth-child(2) {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 360ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 220ms ease;
  will-change: height, opacity;
}

.faq-item.open .content-box .header-desc p:nth-child(2) {
  opacity: 1;
}

.faq-item .content-box img {
  transition: transform 260ms ease, opacity 160ms ease;
}
.faq-item.open .content-box img {
  transform: rotate(180deg);
}

.faq-item {
  border-bottom: 1px solid #eef2f6;
  padding-bottom: 16px;
}

@media (prefers-reduced-motion: reduce) {
  .faq-item .content-box .header-desc p:nth-child(2),
  .faq-item .content-box img {
    transition: none;
  }
}
.pillar-donation-container {
  display: flex;
  max-height: 861px;
  padding: 80px 96px 80px 96px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  flex: 1 0 0;
  flex-direction: row-reverse;
  background-image: url("../Images/seasonal-campaigns/thanksgiving/donation-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.pillar-donation-left {
  display: flex;
  width: 880px;
  height: 701px;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pillar-donation-form-container {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0 96px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  display: none;
  flex: 1 0 0;
}

.pillar-form-shell {
  width: 100%;
  height: auto;
  padding: 32px 24px;
  background-image: url("../Images/seasonal-campaigns/thanksgiving/form-bg.png");
  background-size: cover;
  border-radius: 64px;
  outline-offset: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pillar-form-stack {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pillar-form-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pillar-form-title {
  margin: 0;
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
.pillar-form-subtitle {
  margin: 0;
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pillar-form-chip-row {
  display: flex;
  gap: 16px;
}
.pillar-form-chip {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  height: 56px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 9999px;
  border: 1px solid #eaecf0;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.1s ease, border-color 0.2s ease;
  border: 1px solid #eaecf0;
}
.pillar-form-chip--active {
  border: none;
  outline: 2px solid #dc6803;
  outline-offset: -1px;
}
.pillar-form-chip:active {
  transform: scale(0.98);
}
.pillar-form-chip-text {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #344054;
}
.pillar-form-chip--active .pillar-form-chip-text {
  color: #dc6803;
}

.pillar-form-chip-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}
.pillar-form-chip-icon--blue {
  box-shadow: inset 0 0 0 2px #dc6803;
}
.pillar-form-chip-icon--gray {
  box-shadow: inset 0 0 0 2px #344054;
}

.pillar-form-amounts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.pillar-form-amount-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
}
.pillar-form-amount-btn {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: 11110px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border: 1.27px solid #eaecf0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #344054;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease,
    color 0.2s ease;
}
.pillar-form-amount-btn--active {
  border: 3px solid #f79009;
  color: #dc6803;
  font-weight: 700;
}
.pillar-form-amount-btn:focus-visible {
  outline: 2px solid #111927;
  outline-offset: 2px;
}
.pillar-form-amount-btn:active {
  transform: scale(0.99);
}

.pillar-form-or {
  width: 100%;
  display: flex;
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.pillar-form-or p {
  display: inline-block;
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 16px;
}
.pillar-form-or .or-border {
  width: 100%;
  height: 1px;
  background-color: #eaecf0;
  flex: 1 0 0;
}
.pillar-form-gift-preference {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pillar-preference-btns {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}
.preference-btn {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: 3px solid #eaecf0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  flex: 1 1 auto;
}
.preference-btn p {
  color: #344054;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.preference-btn.active {
  border: 3px solid #f79009;
}
.preference-btn.active p {
  color: #dc6803;
}
.preference-note {
  display: flex;
  gap: 8px;
}
.preference-note img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

.preference-note p {
  flex: 1 0 0;
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.pillar-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  align-items: flex-start;
}
.pillar-form-label {
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.pillar-form-input-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d2d6db;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  overflow: hidden;
}
.pillar-form-currency {
  appearance: none;
  border: none;
  border-right: 1px solid #d2d6db;
  padding: 10px 14px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #111927;
  background: #ffffff;
}
.pillar-form-currency:focus {
  outline: none;
}
.pillar-form-input {
  flex: 1 1 0;
  border: none;
  padding: 10px 14px 10px 12px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #111927;
}
.pillar-form-input::placeholder {
  color: #6c737f;
}
.pillar-form-input:focus {
  outline: none;
}

.pillar-form-cta {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 18px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: linear-gradient(180deg, #dc6803, #bd5800, #dc6803);
  background-size: 100% 300%;
  background-position: 50% 0%;
  transition: background-position 0.8s ease, color 0.2s ease;
}

.pillar-form-cta:hover,
.pillar-form-cta:focus-visible {
  color: #fff;
  background-position: 50% 100%;
}

.pillar-form-cta-text {
  display: inline-block;
  padding: 0 2px;
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.pillar-linktree-btn {
  display: inline-flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 64px;
  padding: 12px 18px;
  border-radius: 9999px;
  background: linear-gradient(180deg, #00b18a, #006eb4, #00b18a);
  background-size: 100% 300%;
  background-position: 50% 0%;
  transition: background-position 0.8s ease, color 0.2s ease;
}
.pillar-linktree-btn a {
  display: flex;
  color: #ffffff;
  font-family: "MavenPro-SemiBold", system-ui, -apple-system, Segoe UI, Roboto,
    Arial, sans-serif;
  gap: 6px;
  font-size: 16;
  font-weight: 600;
  line-height: 24px;
}

.pillar-form-stack {
  overflow: hidden;
  contain: layout;
  will-change: height;
}

.pillar-form--busy .pillar-form-chip-row {
  pointer-events: none;
  opacity: 0.7;
}

.pillar-form-exit {
  opacity: 1;
  transform: translateX(0);
}
.pillar-form-exit-active {
  opacity: 0;
  transform: translateX(-22px);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.pillar-form-enter {
  opacity: 0;
  transform: translateX(22px);
}
.pillar-form-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.2, 0.6, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  .pillar-form-exit-active,
  .pillar-form-enter-active {
    transition: none !important;
  }
}

.pillar-donation-payment-details-container {
  display: flex;
  padding: 0 96px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  flex: 1 0 0;
}

.pillar-donation-payment-details-shell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex: 1 0 0;
  border-radius: 64px;
  border: 2px solid rgba(0, 179, 140, 0.3);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  backdrop-filter: blur(4px);
}
.pillar-donation-payment-details-shell .payment-details-wrapper {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.pillar-donation-payment-details-shell .payment-details-wrapper > p {
  flex: 1 0 0;
  color: #101828;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.2px;
}

.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details {
  display: grid;
  width: 100%;
  gap: 24px;
}

.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .details-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .details-row:nth-child(3) {
  grid-template-columns: auto;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .details-row:nth-child(5) {
  grid-template-columns: auto;
  justify-content: end;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  label {
  display: grid;
  gap: 6px;
  font: 500 14px/1.2 system-ui, sans-serif;
  color: #344054;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  input {
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: rgba(255, 255, 255, 0.7);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  input:focus {
  border-color: rgba(16, 24, 40, 0.3);
  box-shadow: 0 0 0 4px rgba(16, 24, 40, 0.08);
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  input::placeholder {
  color: #181818;
  opacity: 0.7;
}

.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .proceed-to-pay {
  width: fit-content;
  margin-top: 16px;
  border: 1px solid transparent;
  color: #fff;
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-family: "MavenPro-Medium";
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  background: linear-gradient(180deg, #00b18a, #006eb4, #00b18a);
  background-size: 100% 300%;
  background-position: 50% 0%;
  transition: all 0.5s ease;
}

.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .proceed-to-pay:hover {
  background-position: 50% 100%;
  border: 1px solid transparent;
}
.back-to-form {
  position: absolute;
  background: none;
  border: 0;
  top: 32px;
  left: 32px;
  z-index: 2;
}

.pillar-donation-pay-options-container {
  display: flex;
  padding: 0 96px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  width: 100%;
  position: relative;
}
.pillar-donation-pay-options-shell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  min-width: 680px;
  height: 540px;
  border-radius: 64px;
  border: 2px solid rgba(0, 179, 140, 0.3);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  backdrop-filter: blur(4px);
}

.pillar-donation-pay-options-shell .payment-details-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.pillar-donation-pay-options-shell .payment-details-wrapper > p {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  flex: 1 0 0;
  color: #101828;
  text-align: center;
  font-family: "MavenPro-Semibold";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.2px;
  justify-content: center;
}

.pillar-donation-pay-options-shell
  .payment-details-wrapper
  > .payment-btns-container {
  display: grid;
  grid-template-columns: auto;
  width: 100%;
  gap: 24px 14px;
  justify-content: center;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .pillar-form-or
  .or-border {
  background-color: #dedede;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .pillar-form-or
  p {
  color: #475467;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .payment-btn {
  display: flex;
  padding: 14px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 100px;
}

.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  border: 1px solid #eaecf0;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #fff;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box
  .left {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box
  .left
  img {
  width: 20px;
  height: 20px;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box
  .left
  p {
  color: #101828;
  font-family: "MavenPro-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box
  .right {
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 16px;
}

.pillar-donation-right {
  display: flex;
  width: 880px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}
.pillar-donation-right .header-desc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}
.pillar-donation-right .header-desc-wrapper .header-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.pillar-donation-right .header-desc-wrapper .header-desc p:first-child {
  align-self: stretch;
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.96px;
  position: relative;
}
.pillar-donation-right .header-desc-wrapper .header-desc p span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.pillar-donation-right .header-desc-wrapper .header-desc p span img {
  position: absolute;
  left: 52%;
  top: 89%;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: -1;
  pointer-events: none;
  width: 211.5px;
  height: 18px;
}
.pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(2) {
  color: #fff;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.pillar-donation-right .header-desc-wrapper .donation-card-box {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.pillar-donation-right .header-desc-wrapper .donation-card-box .donation-card {
  display: flex;
  width: 360px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 24px;
  border: 2px solid #ffc032;
  background: rgba(255, 247, 231, 0.95);
}
.pillar-donation-right
  .header-desc-wrapper
  .donation-card-box
  .donation-card
  img {
  width: 46px;
  height: 46px;
  aspect-ratio: 1/1;
}
.pillar-donation-right
  .header-desc-wrapper
  .donation-card-box
  .donation-card
  .text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.pillar-donation-right
  .header-desc-wrapper
  .donation-card-box
  .donation-card
  .text-box
  p:first-child {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.pillar-donation-right
  .header-desc-wrapper
  .donation-card-box
  .donation-card
  .text-box
  p:nth-child(2) {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 2560px) {
  .tg-hero-container {
    padding-right: 0.117vw;
    min-height: 35.125vw;
    background-size: cover;
  }
  .tg-hero-left {
    padding: 5vw 13.125vw 3.75vw 13.125vw;
    gap: 2.5vw;
  }
  .tg-hero-left .content-wrapper {
    padding: 0 0vw 0 0vw;
    gap: 1.25vw;
  }
  .tg-hero-left .content-wrapper .content-box {
    max-width: 30vw;
    gap: 1.875vw;
  }
  .tg-hero-left .content-wrapper .content-box .header-desc {
    gap: 0.938vw;
  }

  .tg-hero-left .content-wrapper .content-box .header-desc p:first-child {
    font-size: 2.344vw;
    line-height: 2.813vw;
    letter-spacing: -0.047vw;
  }
  .tg-hero-left .content-wrapper .content-box .header-desc p:last-child {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .tg-hero-left .content-wrapper .content-box .info-counter {
    gap: 1.094vw;
  }
  .tg-hero-left .content-wrapper .content-box .info-counter p {
    gap: 0.469vw;
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .tg-hero-left .content-wrapper .content-box .info-counter span {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }

  .tg-cta {
    padding: 0.469vw 0.703vw;
    gap: 0.234vw;
    border-radius: 390.586vw;
    box-shadow: 0vw 0.039vw 0.078vw 0vw rgba(16, 24, 40, 0.05);
  }
  .tg-cta a {
    gap: 0.234vw;
    line-height: 0.938vw;
  }
  .country-hero-container .country-cta {
    font-size: 0.625vw;
  }
  .overview-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw 2.5vw;
  }
  .overview-container .overview-left {
    height: 21.641vw;
    border-radius: 2.5vw;
  }
  .overview-container .overview-right {
    gap: 1.875vw;
  }
  .overview-container .overview-right .subheading-heading {
    max-width: 30vw;
    gap: 0.469vw;
  }
  .overview-container .overview-right .subheading-heading p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .overview-container .overview-right .subheading-heading p:nth-child(2) {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .overview-container .overview-right .desc p {
    font-size: 0.703vw;
    line-height: 1.094vw;
  }
  .about-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw 2.5vw;
  }
  .about-container .about-left {
    gap: 1.875vw;
  }
  .about-container .about-left .subheading-heading {
    max-width: 30vw;
    gap: 0.469vw;
  }

  .about-container .about-left .subheading-heading p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .about-container .about-left .subheading-heading p:nth-child(2) {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .about-container .about-left .desc p {
    font-size: 0.703vw;
    line-height: 1.094vw;
  }
  .response-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw;
  }

  .response-container .heading-box {
    padding: 0 0;
    gap: 1.25vw;
  }
  .response-container .heading-box .subtitle-title-desc {
    gap: 0.781vw;
  }
  .response-container .heading-box .subtitle-title-desc .subtitle-title {
    gap: 0.469vw;
  }
  .response-container
    .heading-box
    .subtitle-title-desc
    .subtitle-title
    p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .response-container
    .heading-box
    .subtitle-title-desc
    .subtitle-title
    p:nth-child(2) {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .response-container .heading-box .subtitle-title-desc > p {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }

  .response-container .response-left-right {
    gap: 2.5vw;
  }
  .response-left {
    gap: 1.875vw;
  }

  .response-left .header-text p {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }

  .response-cards-box {
    gap: 1.25vw;
  }
  .response-card {
    padding: 0.781vw;
    gap: 0.625vw;
    border-radius: 2.5vw;
  }

  .response-card img {
    width: 2.188vw;
    height: 2.188vw;
  }
  .response-card p:nth-child(2) {
    font-size: 0.938vw;
    line-height: 1.25vw;
  }

  .response-card p:nth-child(3) {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }

  .commitment-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw 2.5vw;
  }

  .commitment-container .commitment-left {
    gap: 1.875vw;
  }
  .commitment-container .commitment-left .subheading-heading {
    gap: 0.469vw;
  }

  .commitment-container .commitment-left .subheading-heading p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .commitment-container .commitment-left .subheading-heading p:nth-child(2) {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .commitment-container .commitment-left .desc p {
    font-size: 0.703vw;
    line-height: 1.094vw;
  }
  .commitment-right {
    height: 21.641vw;
    border-radius: 2.5vw;
  }
  .country-end-quote-container p:first-child,
  .country-end-quote-container p:nth-child(3) {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }

  .country-end-quote-container p:nth-child(2) {
    font-size: 1.172vw;
    line-height: 1.484vw;
  }

  .pillar-donation-container {
    max-height: 33.633vw;
    padding: 3.125vw 3.75vw 3.125vw 0;
    gap: 2.5vw;
  }
  .pillar-donation-left {
    width: 34.375vw;
    height: 27.383vw;
    padding: 0.313vw 0;
  }
  .pillar-donation-form-container {
    padding: 0 3.75vw;
    gap: 2.5vw;
  }

  .pillar-form-shell {
    padding: 1.25vw 0.938vw;
    border-radius: 2.5vw;
    outline: 0.078vw solid rgba(0, 179, 140, 0.3);
    outline-offset: -0.078vw;
  }

  .pillar-form-stack {
    gap: 1.25vw;
  }

  .pillar-form-header {
    gap: 0.625vw;
  }
  .pillar-form-title {
    font-size: 1.406vw;
    line-height: 1.719vw;
  }
  .pillar-form-subtitle {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }

  .pillar-form-chip-row {
    gap: 0.625vw;
  }
  .pillar-form-chip {
    gap: 0.313vw;
    padding: 0.469vw 0.625vw;
    height: 2.188vw;
    border: 0.039vw solid #eaecf0;
  }
  .pillar-form-chip--active {
    outline: 0.078vw solid #006ba6;
    outline-offset: -0.039vw;
  }

  .pillar-form-chip-text {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .pillar-form-chip-icon {
    width: 0.938vw;
    height: 0.938vw;
    border-radius: 0.156vw;
  }

  .pillar-form-amounts {
    gap: 0.938vw;
  }
  .pillar-form-amount-grid {
    gap: 0.625vw;
  }
  .pillar-form-amount-btn {
    height: 1.719vw;
    padding: 0.313vw 0.938vw;
    border: 0.05vw solid #eaecf0;
    font-size: 0.781vw;
  }
  .pillar-form-amount-btn--active {
    border: 0.117vw solid #dc6803;
  }
  .pillar-form-amount-btn:focus-visible {
    outline: 0.078vw solid #111927;
    outline-offset: 0.078vw;
  }

  .pillar-form-or {
    gap: 0.625vw;
  }
  .pillar-form-or p {
    font-size: 0.547vw;
    line-height: 0.781vw;
    padding: 0 0.625vw;
  }
  .pillar-form-or .or-border {
    height: 0.039vw;
  }
  .pillar-form-gift-preference {
    gap: 0.938vw;
  }
  .pillar-preference-btns {
    gap: 0.625vw;
  }
  .preference-btn {
    padding: 0.313vw 0.938vw;

    border-radius: 390.586vw;
    border: 0.117vw solid #eaecf0;
  }
  .preference-btn p {
    font-size: 0.781vw;
  }
  .preference-btn.active {
    border: 0.117vw solid #40bbff;
  }

  .preference-note {
    gap: 0.313vw;
  }
  .preference-note img {
    width: 0.781vw;
    height: 0.781vw;
  }

  .preference-note p {
    font-size: 0.547vw;
    line-height: 0.938vw;
  }

  .pillar-form-field {
    gap: 0.234vw;
  }
  .pillar-form-label {
    font-size: 0.547vw;
    line-height: 0.781vw;
  }
  .pillar-form-input-wrap {
    width: 100%;
    border-radius: 0.313vw;
    border: 0.039vw solid #d2d6db;
    box-shadow: 0 0.039vw 0.078vw rgba(16, 24, 40, 0.05);
  }
  .pillar-form-currency {
    border-right: 0.039vw solid #d2d6db;
    padding: 0.391vw 0.547vw;

    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .pillar-form-input {
    padding: 0.391vw 0.547vw 0.391vw 0.469vw;
    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .pillar-form-cta {
    gap: 0.234vw;
    padding: 0.469vw 0.703vw;
    border-radius: 390.586vw;
    box-shadow: 0vw 0.039vw 0.078vw 0vw rgba(16, 24, 40, 0.05);
  }

  .pillar-form-cta-text {
    padding: 0 0.078vw;

    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .pillar-linktree-btn {
    gap: 0.234vw;
    margin-top: 2.5vw;
    padding: 0.469vw 0.703vw;
    border-radius: 390.586vw;
  }
  .pillar-linktree-btn a {
    gap: 0.234vw;
    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .pillar-form-exit-active {
    transform: translateX(-0.859vw);
  }

  .pillar-form-enter {
    transform: translateX(0.859vw);
  }

  .pillar-donation-payment-details-container {
    padding: 0 3.75vw;
    gap: 2.5vw;
  }

  .pillar-donation-payment-details-shell {
    gap: 1.25vw;
    border-radius: 2.5vw;
  }
  .pillar-donation-payment-details-shell .payment-details-wrapper {
    padding: 1.25vw 0.938vw;
    gap: 1.25vw;
  }

  .pillar-donation-payment-details-shell .payment-details-wrapper > p {
    font-size: 2.344vw;
    line-height: 2.813vw;
    letter-spacing: -0.047vw;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details {
    gap: 0.938vw;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    .details-row {
    gap: 0.938vw;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    label {
    gap: 0.234vw;
    font: 500 0.547vw/1.2 system-ui, sans-serif;
  }
  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    input {
    border-radius: 0.469vw;
    padding: 0.469vw 0.547vw;
    border: 0.039vw solid rgba(16, 24, 40, 0.12);
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    .proceed-to-pay {
    margin-top: 0.625vw;
    border: 0.039vw solid transparent;
    color: #fff;
    padding: 0.469vw 0.703vw;
    gap: 0.234vw;
    border-radius: 390.586vw;
    box-shadow: 0vw 0.039vw 0.078vw 0vw rgba(16, 24, 40, 0.05);
    font-size: 0.625vw;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    .proceed-to-pay:hover {
    border: 0.039vw solid transparent;
  }
  .back-to-form {
    top: 1.25vw;
    left: 1.25vw;
  }

  .pillar-donation-pay-options-container {
    padding: 0 3.75vw;
    gap: 2.5vw;
  }
  .pillar-donation-pay-options-shell {
    gap: 1.25vw;
    min-width: 26.563vw;
    height: 21.094vw;
    border-radius: 2.5vw;
    border: 0.078vw solid rgba(0, 179, 140, 0.3);
  }

  .pillar-donation-pay-options-shell .payment-details-wrapper {
    gap: 1.25vw;
  }

  .pillar-donation-pay-options-shell .payment-details-wrapper > p {
    gap: 0.625vw;
    font-size: 2.344vw;
    line-height: 2.813vw;
    letter-spacing: -0.047vw;
  }

  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    > .payment-btns-container {
    gap: 0.938vw 0.547vw;
  }

  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .payment-btn {
    padding: 0.547vw 0vw;
    gap: 0.391vw;
    border-radius: 3.906vw;
  }

  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box {
    padding: 0.313vw 0.625vw;
    gap: 0.469vw;
    border-radius: 3.906vw;
    border: 0.039vw solid #eaecf0;
    height: 2.344vw;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box
    .left {
    gap: 0.313vw;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box
    .left
    img {
    width: 0.781vw;
    height: 0.781vw;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box
    .left
    p {
    font-size: 0.547vw;
    line-height: 0.781vw;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box
    .right {
    gap: 0.625vw;
  }
  .pillar-donation-right {
    width: 34.375vw;
    gap: 2.5vw;
  }
  .pillar-donation-right .header-desc-wrapper {
    gap: 1.875vw;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc {
    gap: 0.781vw;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:first-child {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(2),
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(3) {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .pillar-donation-right .qoute-wrapper {
    gap: 0.703vw;
  }
  .pillar-donation-right .qoute-wrapper p:first-child {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .pillar-donation-right .qoute-wrapper p:nth-child(2) {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p span img {
    width: 145.5px;
  }.overview-container img:nth-child(2) {
    position: absolute;
    left: 90vw;
    top: 587.054px;
}
}
@media (max-width: 1728px) {
  .tg-hero-container {
    min-height: 600px;
  }
  .tg-hero-left {
    padding: 128px 64px 96px 64px;
  }
  .tg-hero-left .content-wrapper .content-box .header-desc p:first-child {
    font-size: 54px;
  }

  .pillar-donation-container {
    padding: 80px 32px;
    gap: 32px;
  }
  .pillar-donation-form-container {
    padding: 0 0px;
  }
  .pillar-form-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: space-around;
  }
  .pillar-donation-right {
    width: 715px;
    gap: 32px;
    align-self: stretch;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(2),
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(3) {
    font-size: 18px;
  }
  .pillar-donation-right .qoute-wrapper p:first-child {
    font-size: 18px;
  }

  .overview-container .overview-left,
  .about-container .about-right,
  .response-right,
  .commitment-right {
    display: flex;
    width: 50%;
    height: auto;
    border-radius: 64px;
  }
  .overview-container .overview-left img,
  .about-container .about-right img,
  .response-right img,
  .commitment-right img {
    display: flex;
    width: 100%;
    height: auto;
    border-radius: 64px;
  }
  .faq-container {
    padding: 80px 32px;
  }
  .faq-left {
    min-width: unset;
    max-width: unset;
    flex: 1 0 0;
  }
  .faq-right {
    display: flex;
    min-width: 480px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: unset;
  }
  .faq-container > img:nth-child(2) {
    display: none;
  }
}

@media (max-width: 1280px) {
  .tg-hero-container {
    background-image: url("../Images/seasonal-campaigns/thanksgiving/hero-bg.png");
    background-size: contain;
    padding: 80px 32px 80px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 64px;
    align-self: stretch;
    min-height: unset;
    height: 40vw;
  }

  .tg-hero-left {
    display: flex;
    padding: 0px 0px;
    align-items: center;
    gap: 64px;
    flex: 1 0 0;
    align-self: stretch;
  }
  .tg-hero-left .content-wrapper .content-box .header-desc p:first-child {
    font-size: 30px;
    line-height: 38px;
  }
  .tg-hero-left .content-wrapper .content-box .header-desc p:last-child {
    font-size: 18px;
    line-height: 30px;
  }
  .tg-hero-left .content-wrapper .content-box .info-counter {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .tg-hero-left .content-wrapper .content-box .info-counter p {
    font-size: 14px;
  }
  .country-hero-right {
    height: 590px;
    width: 50%;
  }
  .about-container {
    padding: 80px 32px;
  }
  .overview-container {
    padding: 80px 32px;
    gap: 32px;
  }
  .overview-container > img:first-child {
    position: absolute;
    left: 30px;
    top: 35px;
  }
  .overview-container img:nth-child(2) {
    display: none;
  }
  .response-container .response-left-right {
    flex-direction: column;
  }
  .about-container .about-wrapper .about-bottom {
    grid-template-columns: auto;
  }
  .about-container .about-wrapper .about-bottom .bottom-left {
    grid-template-columns: auto auto;
  }
  .about-container .about-wrapper .about-bottom .bottom-right {
    height: auto;
    width: 100%;
    flex: unset;
  }
  .about-container .about-wrapper .about-bottom .bottom-right img {
    height: auto;
    width: 70%;
  }
  .commitment-container {
    flex-direction: column;
    padding: 80px 32px;
  }
  .commitment-container > img {
    position: absolute;
    left: 70vw;
    top: -4px;
    width: 100.759px;
  }
  .pillar-donation-right .header-desc-wrapper .donation-card-box {
    flex-direction: column;
  }
  .about-container .about-wrapper .about-bottom .bottom-left .about-card {
    align-items: center;
  }
  .about-container .about-wrapper .about-bottom .bottom-left .about-card p {
    text-align: center;
  }
}
@media (max-width: 542px) {
  .tg-hero-container {
    background-image: url("../Images/seasonal-campaigns/thanksgiving/hero-bg-sm.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 32px 80px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 64px;
    align-self: stretch;
    height: 90vh;
  }

  .tg-hero-wrapper {
    flex-direction: column-reverse;
    gap: 64px;
  }

  .tg-hero-left .content-wrapper .content-box .header-desc {
    text-align: center;
    gap: 20px;
  }
  .tg-hero-left .content-wrapper .content-box .header-desc p:first-child {
    font-size: 30px;
    line-height: 38px;
  }
  .tg-cta {
    align-self: center;
  }
  .tg-hero-left .content-wrapper .content-box .info-counter {
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    align-self: stretch;
  }

  .tg-hero-right {
    display: flex;
    background-image: url("../Images/countries/sudan/hero-right.png");
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .overview-container {
    padding: 80px 32px;
    flex-direction: column-reverse;
    gap: 32px;
  }

  .overview-container .overview-left {
    display: flex;
    height: 300px;
    border-radius: 64px;
    width: 100%;
  }
  .overview-container .overview-left img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .overview-container .overview-right {
    gap: 24px;
    text-align: center;
  }
  .overview-container > img:first-child {
    display: none;
  }
  .about-container {
    display: flex;
    padding: 80px 32px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 32px;
    align-self: stretch;
    flex-wrap: wrap;
  }
  .about-container .about-left {
    text-align: center;
  }
  .about-container .about-left .subheading-heading p:nth-child(2) {
    font-size: 30px;
    line-height: 38px;
  }

  .about-right {
    display: flex;
    height: 300px;
    border-radius: 64px;
  }

  .about-container .about-right img,
  .response-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .about-container .about-wrapper .about-bottom .bottom-left {
    grid-template-columns: auto;
  }
  .about-container .about-wrapper .about-bottom .bottom-left .about-card {
    align-items: flex-start;
  }
  .about-container .about-wrapper .about-bottom .bottom-left .about-card p {
    text-align: left;
  }
  .about-container .about-wrapper .about-bottom .bottom-right img {
    height: auto;
    width: 100%;
  }

  .response-container {
    padding: 80px 32px;
    gap: 32px;
  }
  .response-container .response-left-right {
    flex-direction: column;
    gap: 32px;
  }
  .response-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .response-right {
    display: flex;
    height: 500px;
    border-radius: 64px;
  }
  .response-cards-box {
    display: grid;
    grid-template-columns: auto;
    gap: 32px;
  }
  .response-card {
    padding: 0px;
    border-radius: 0px;
  }

  .commitment-container {
    padding: 80px 32px;
    flex-direction: column;
    gap: 32px;
  }

  .commitment-container .commitment-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    flex: 1 0 0;
    text-align: center;
  }
  .commitment-container > img {
    width: 57.759px;
    height: 99px;
    position: absolute;
    left: 0vw;
    top: -4px;
    width: 100.759px;
  }
  .pillar-donation-right
    .header-desc-wrapper
    .donation-card-box
    .donation-card
    .text-box {
    text-align: left;
  }
  .commitment-right {
    height: 554px;
    width: 100%;
    flex: 1 0 0;
    border-radius: 64px;
  }
  .commitment-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .country-end-quote-container {
    display: flex;
    padding: 32px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    /* background: linear-gradient(
      190deg,
      rgba(255, 255, 255, 0.81) 9.46%,
      rgba(255, 255, 255, 0) 43.5%,
      rgba(255, 255, 255, 0.81) 92.1%
    ),
    url(<path-to-image>) lightgray 50% / cover no-repeat;
*/
  }
  .pillar-donation-container {
    display: flex;
    flex-direction: column-reverse;
    max-height: unset;
    padding: 80px 32px;
    background-image: url("../Images/seasonal-campaigns/thanksgiving/donation-bg-sm.jpg");
    gap: 32px;
  }

  .pillar-donation-left {
    width: 100%;
    height: auto;
  }
  .pillar-donation-form-container {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 0px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    display: none;
    flex: 1 0 0;
  }
  .pillar-form-amount-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pillar-form-chip {
    width: 100%;
    justify-content: center;
  }
  .pillar-form-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-around;
  }

  .pillar-donation-payment-details-container {
    padding: 0 0px;
    gap: 32px;
    width: 100%;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    .details-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pillar-donation-pay-options-container {
    display: flex;
    padding: 0px 0px;
    gap: 32px;
  }
  .pillar-donation-pay-options-container .payment-details-wrapper {
    padding: 80px 0px;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    > .payment-btns-container {
    padding: 8px;
    justify-content: normal;
  }

  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .payment-btn {
    width: 100%;
  }

  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box {
    flex-direction: column;
    padding: 8px 16px;
    gap: 16px;
    height: unset;
  }
  .back-to-form {
    top: unset;
    bottom: 45px;
    left: 38px;
  }
  .pillar-donation-pay-options-container .back-to-form {
    top: unset;
    bottom: 30px;
    left: 38px;
  }

  .pillar-donation-left * {
    -webkit-font-smoothing: antialiased;
  }
  .pillar-donation-form-container,
  .pillar-donation-payment-details-container,
  .pillar-donation-pay-options-container {
    will-change: opacity;
    backface-visibility: hidden;
  }

  .pillar-donation-right {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    text-align: center;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:first-child {
    font-size: 30px;
    line-height: 38px;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(2),
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(3) {
    font-size: 18px;
    line-height: 28px;
  }
  .pillar-donation-right .qoute-wrapper p:nth-child(2) {
    text-align: center;
  }
  .pillar-donation-right
    .header-desc-wrapper
    .donation-card-box
    .donation-card {
    display: flex;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    border: 2px solid #ffc032;
    background: rgba(255, 247, 231, 0.95);
  }
  .pillar-form-shell {
    width: 100%;
    height: auto;
    padding: 32px 24px;
    background-image: url("../Images/seasonal-campaigns/thanksgiving/form-bg-sm.png");
    background-size: cover;
    border-radius: 64px;
    outline-offset: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .faq-container {
    padding: 80px 32px;
  }
  .faq-left {
    min-width: unset;
    max-width: unset;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
  }
  .faq-right {
    min-width: unset;
    width: 100%;
  }

  .faq-item .content-box {
    gap: 8px;
  }

  .faq-item .content-box .header-desc {
    gap: 16px;
  }
  .faq-container > img:first-child {
    display: none;
  }
}
