.c2-volunteer-calculator {
  width: 100%;
  background-color: #110082;
  color: #110082;
  font-family: "Montserrat", sans-serif !important;
}
.c2-volunteer-calculator * {
  font-family: "Montserrat", sans-serif !important;
}
.c2-volunteer-calculator {
  padding: 100px 0;
  box-sizing: border-box;
  padding-bottom: 150px;
  scroll-margin-top: 90px;
}
@media (max-width: 1024px) {
  .c2-volunteer-calculator {
    padding: 70px 0;
  }
}
@media (max-width: 640px) {
  .c2-volunteer-calculator {
    padding: 40px 0;
  }
}
.c2-volunteer-calculator__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .c2-volunteer-calculator__container {
    padding: 0 16px;
  }
}
.c2-volunteer-calculator__hero {
  background-color: #0033FF;
  border-radius: 28px;
  padding: 44px 50px 48px 50px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  transition: border-radius 0.4s ease;
}
@media (max-width: 768px) {
  .c2-volunteer-calculator__hero {
    padding: 32px 24px 36px 24px;
    border-radius: 20px;
  }
}
.c2-volunteer-calculator.is-expanded .c2-volunteer-calculator__hero {
  border-radius: 28px 28px 0 0;
}
@media (max-width: 768px) {
  .c2-volunteer-calculator.is-expanded .c2-volunteer-calculator__hero {
    border-radius: 20px 20px 0 0;
  }
}
.c2-volunteer-calculator__tag {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 36px;
  display: inline-block;
}
.c2-volunteer-calculator__sliders-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .c2-volunteer-calculator__sliders-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 32px;
  }
}
.c2-volunteer-calculator__slider-group {
  display: flex;
  flex-direction: column;
}
.c2-volunteer-calculator__slider-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  position: relative;
}
.c2-volunteer-calculator__popup {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 20;
  width: 300px;
  max-width: calc(100vw - 64px);
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  padding: 24px;
  color: #110082;
  text-align: left;
}
.c2-volunteer-calculator__popup-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.c2-volunteer-calculator__popup-title {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #110082;
  margin: 0;
}
.c2-volunteer-calculator__popup-close {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(9, 0, 122, 0.06);
  border: none;
  color: #110082;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.c2-volunteer-calculator__popup-close svg {
  width: 14px;
  height: 14px;
}
.c2-volunteer-calculator__popup-close:hover {
  background-color: rgba(9, 0, 122, 0.12);
}
.c2-volunteer-calculator__popup-description {
  font-size: 14px;
  line-height: 1.5;
  color: #4A4D68;
  margin: 0;
}
.c2-volunteer-calculator__popup-divider {
  height: 1px;
  background-color: rgba(9, 0, 122, 0.1);
  margin: 16px 0;
}
.c2-volunteer-calculator__popup-examples-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #73768C;
  margin-bottom: 10px;
}
.c2-volunteer-calculator__popup-examples {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c2-volunteer-calculator__popup-examples li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #110082;
}
.c2-volunteer-calculator__popup-examples li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #110082;
}
.c2-volunteer-calculator__slider-title {
  font-size: 14px;
  font-weight: 700;
  color: #3EFFC0;
}
.c2-volunteer-calculator__info-btn {
  background: transparent;
  border: none;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.c2-volunteer-calculator__info-btn svg {
  width: 17px;
  height: 17px;
}
.c2-volunteer-calculator__info-btn:hover {
  color: #FFFFFF;
}
.c2-volunteer-calculator__track-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c2-volunteer-calculator__range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}
.c2-volunteer-calculator__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #3EFFC0;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(62, 255, 192, 0.5);
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.c2-volunteer-calculator__range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: #3EFFC0;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(62, 255, 192, 0.5);
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.c2-volunteer-calculator__range:hover::-webkit-slider-thumb {
  transform: scale(1.15);
}
.c2-volunteer-calculator__ticks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.c2-volunteer-calculator__value-display {
  font-size: 14px;
  font-weight: 800;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 3px 12px;
  border-radius: 12px;
}
.c2-volunteer-calculator__action {
  display: flex;
  justify-content: center;
}
.c2-volunteer-calculator__reveal-btn {
  background-color: #FFFFFF;
  color: #110082;
  border: none;
  padding: 16px 36px;
  border-radius: 9999px;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.c2-volunteer-calculator__reveal-btn:hover {
  background-color: #3EFFC0;
  box-shadow: 0 8px 25px rgba(62, 255, 192, 0.4);
}
.c2-volunteer-calculator__results {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  visibility: hidden;
  background-color: #F3F5F8;
  border-radius: 0 0 28px 28px;
  transition: grid-template-rows 0.5s ease, visibility 0s linear 0.5s;
}
@media (max-width: 768px) {
  .c2-volunteer-calculator__results {
    border-radius: 0 0 20px 20px;
  }
}
.c2-volunteer-calculator.is-expanded .c2-volunteer-calculator__results {
  grid-template-rows: 1fr;
  visibility: visible;
  transition: grid-template-rows 0.5s ease, visibility 0s linear 0s;
}
.c2-volunteer-calculator__results-inner {
  overflow: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px;
}
@media (max-width: 768px) {
  .c2-volunteer-calculator__results-inner {
    padding: 32px 20px;
    gap: 32px;
  }
}
.c2-volunteer-calculator__heading {
  font-size: clamp(26px, 2.6vw, 41px);
  font-weight: 600;
  letter-spacing: -1px;
  color: #110082;
  margin: 0;
}
.c2-volunteer-calculator__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c2-volunteer-calculator__subheading {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #110082;
  margin: 0;
}
.c2-volunteer-calculator__section-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: #4A4D68;
  margin: 0 0 8px 0;
}
.c2-volunteer-calculator__section-desc strong {
  color: #110082;
  font-weight: 800;
}
.c2-volunteer-calculator__impact-card {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 32px 36px;
  box-shadow: 0 4px 20px rgba(17, 0, 130, 0.04);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 640px) {
  .c2-volunteer-calculator__impact-card {
    padding: 24px;
  }
}
.c2-volunteer-calculator__impact-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.c2-volunteer-calculator__check-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #3EFFC0;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c2-volunteer-calculator__check-badge svg {
  width: 20px;
  height: 20px;
}
.c2-volunteer-calculator__amount {
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 900;
  letter-spacing: -1.5px;
  color: #110082;
  line-height: 1;
}
.c2-volunteer-calculator__card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #4A4D68;
  margin: 0;
}
.c2-volunteer-calculator__card-desc strong {
  color: #110082;
}
.c2-volunteer-calculator__tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.c2-volunteer-calculator__tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #110082;
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  border-radius: 9999px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.c2-volunteer-calculator__tab-btn svg {
  width: 16px;
  height: 16px;
}
.c2-volunteer-calculator__tab-btn:not(.is-active):hover {
  background-color: #0033FF;
}
.c2-volunteer-calculator__tab-btn.is-active {
  background-color: #3EFFC0;
  color: #110082;
  box-shadow: 0 4px 16px rgba(62, 255, 192, 0.45);
}
.c2-volunteer-calculator__tab-btn.is-active svg,
.c2-volunteer-calculator__tab-btn.is-active svg * {
  stroke: currentColor;
}
.c2-volunteer-calculator__detail-card {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: 0 4px 20px rgba(17, 0, 130, 0.04);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 640px) {
  .c2-volunteer-calculator__detail-card {
    padding: 22px 24px;
  }
}
.c2-volunteer-calculator__detail-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 800;
  color: #0033FF;
}
.c2-volunteer-calculator__detail-title svg {
  width: 18px;
  height: 18px;
}
.c2-volunteer-calculator__detail-title svg * {
  stroke: currentColor;
}
.c2-volunteer-calculator__detail-subtitle {
  font-size: 17px;
  font-weight: 800;
  color: #110082;
}
.c2-volunteer-calculator__detail-text {
  font-size: 14px;
  line-height: 1.6;
  color: #4A4D68;
  margin: 0;
}
.c2-volunteer-calculator__detail-text strong {
  color: #110082;
}
.c2-volunteer-calculator__footer {
  border-top: 1px solid #110082;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c2-volunteer-calculator__disclaimer {
  font-size: 11.5px;
  line-height: 1.6;
  color: #73768C;
  margin: 0;
}
.c2-volunteer-calculator__share-bar {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .c2-volunteer-calculator__share-bar {
    justify-content: flex-start;
  }
}
.c2-volunteer-calculator__copied {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 8px;
  padding: 3px 10px;
  border-radius: 9999px;
  background-color: #3EFFC0;
  color: #110082;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.c2-volunteer-calculator__copied.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 640px) {
  .c2-volunteer-calculator__copied {
    right: auto;
    left: 0;
  }
}
.c2-volunteer-calculator__share-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #110082;
}
.c2-volunteer-calculator__share-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c2-volunteer-calculator__share-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #FFFFFF;
  border: 1px solid rgba(17, 0, 130, 0.12);
  color: #110082;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.c2-volunteer-calculator__share-btn svg {
  width: 15px;
  height: 15px;
}
.c2-volunteer-calculator__share-btn:hover {
  background-color: #0033FF;
  border-color: #0033FF;
  color: #FFFFFF;
}