@charset "UTF-8";
.page-header {
  position: relative;
  padding: 16rem 0 8rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.92) 0%, rgba(251, 146, 60, 0.88) 50%, rgba(251, 191, 36, 0.85) 100%);
  z-index: 1;
}

.page-header .page-header-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}

.page-header .page-header-content .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
}

.page-header .page-header-content .breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-header .page-header-content .breadcrumb a:hover {
  color: #ffffff;
}

.page-header .page-header-content .breadcrumb .breadcrumb-separator {
  color: rgba(255, 255, 255, 0.7);
}

.page-header .page-header-content .breadcrumb .breadcrumb-current {
  color: #ffffff;
  font-weight: 600;
}

.page-header .page-header-content .page-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .page-header .page-header-content .page-title {
    font-size: 4rem;
  }
}

.page-header .page-header-content .page-description {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  max-width: 40rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .page-header .page-header-content .page-description {
    font-size: 2rem;
  }
}

.about-slideshow {
  width: 100%;
  overflow: hidden;
  background: #f8fafc;
  padding: 20px 0;
}

.about-slideshow .slideshow-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about-slideshow .slideshow-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slideshow 40s linear infinite;
          animation: slideshow 40s linear infinite;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about-slideshow .slideshow-track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.about-slideshow .slideshow-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  height: 250px;
  padding: 0 0.5rem;
}

@media (max-width: 768px) {
  .about-slideshow .slideshow-item {
    width: 300px;
    height: 200px;
  }
}

@media (max-width: 640px) {
  .about-slideshow .slideshow-item {
    width: 250px;
    height: 150px;
  }
}

.about-slideshow .slideshow-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes slideshow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes slideshow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.about-message {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}

.about-message .about-message-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-message .about-blue-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.9) 0%, rgba(147, 51, 234, 0.85) 50%, rgba(236, 72, 153, 0.8) 100%);
}

.about-message .about-message-content {
  position: relative;
  z-index: 10;
  color: #ffffff;
  max-width: 64rem;
  margin: 0 auto;
}

.about-message .about-message-content .about-message-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .about-message .about-message-content .about-message-title {
    font-size: 3rem;
  }
}

.about-message .about-message-content .about-message-subtitle {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  text-align: center;
  opacity: 0.95;
}

.about-message .about-message-content .about-message-card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 1rem;
  padding: 3rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .about-message .about-message-content .about-message-card {
    padding: 2rem;
  }
}

@media (max-width: 640px) {
  .about-message .about-message-content .about-message-card {
    padding: 1rem;
  }
}

.about-message .about-message-content .about-message-card .about-message-quote {
  border-left: 4px solid #ffffff;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 640px) {
  .about-message .about-message-content .about-message-card .about-message-quote {
    padding-left: 1rem;
  }
}

.about-message .about-message-content .about-message-card .about-message-quote .about-quote-text {
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .about-message .about-message-content .about-message-card .about-message-quote .about-quote-text {
    font-size: 1.5rem;
  }
}

.about-message .about-message-content .about-message-card .about-message-quote .about-quote-author {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.9;
}

.about-message .about-message-content .about-message-card .about-message-body p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.about-message .about-message-content .about-message-card .about-message-body p:last-child {
  margin-bottom: 0;
}

.about-message .about-message-content .about-message-card .about-message-body .about-message-text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.about-message .about-message-content .about-message-card .about-message-body .about-message-text:last-child {
  margin-bottom: 0;
}

.about-company {
  padding: 5rem 0;
  background: #ffffff;
}

.about-company .about-company-header {
  text-align: center;
  margin-bottom: 4rem;
}

.about-company .about-company-header .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.about-company .about-company-header .section-description {
  font-size: 1.125rem;
  color: #000000;
}

.about-company .about-company-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .about-company .about-company-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.about-company .about-company-grid .about-company-content .about-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f97316;
}

.about-company .about-company-grid .about-company-content .about-vision {
  margin-bottom: 3rem;
}

.about-company .about-company-grid .about-company-content .about-vision .about-text {
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.8;
}

.about-company .about-company-grid .about-company-content .about-mission {
  margin-bottom: 3rem;
}

.about-company .about-company-grid .about-company-content .about-mission .about-mission-list {
  list-style: none;
  padding: 0;
}

.about-company .about-company-grid .about-company-content .about-mission .about-mission-list li {
  font-size: 1rem;
  color: #1a1a1a;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.about-company .about-company-grid .about-company-content .about-mission .about-mission-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #f97316;
  font-weight: 700;
  font-size: 1.25rem;
}

.about-company .about-company-grid .about-company-content .about-challenges {
  margin-bottom: 3rem;
}

.about-company .about-company-grid .about-company-content .about-challenges .about-text {
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.8;
}

.about-company .about-company-grid .about-company-content .about-values .values-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .about-company .about-company-grid .about-company-content .about-values .values-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.about-company .about-company-grid .about-company-content .about-values .values-grid .value-item {
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-company .about-company-grid .about-company-content .about-values .values-grid .value-item:hover {
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
  border-color: #f97316;
}

.about-company .about-company-grid .about-company-content .about-values .values-grid .value-item .value-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.about-company .about-company-grid .about-company-content .about-values .values-grid .value-item .value-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.about-company .about-company-grid .about-company-content .about-values .values-grid .value-item .value-description {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.6;
}

.about-company .about-company-grid .about-company-image img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
}

.about-company .company-info {
  max-width: 56rem;
  margin: 0 auto;
  background: rgba(248, 250, 252, 0.3);
  border-radius: 0.75rem;
  padding: 2.5rem;
}

@media (max-width: 768px) {
  .about-company .company-info {
    padding: 1.5rem;
  }
}

.about-company .company-info .company-info-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2rem;
  text-align: center;
}

.about-company .company-info .company-info-grid .info-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem 1fr;
      grid-template-columns: 8rem 1fr;
  gap: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e2e8f0;
}

@media (max-width: 768px) {
  .about-company .company-info .company-info-grid .info-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.about-company .company-info .company-info-grid .info-row:last-child {
  border-bottom: none;
}

.about-company .company-info .company-info-grid .info-row .info-label {
  font-weight: 600;
  color: #1a1a1a;
}

.about-company .company-info .company-info-grid .info-row .info-value {
  color: #1a1a1a;
  line-height: 1.7;
}

.about-history {
  padding: 5rem 0;
  background: rgba(248, 250, 252, 0.3);
}

.about-history .about-history-header {
  text-align: center;
  margin-bottom: 3rem;
}

.about-history .about-history-header .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.about-history .about-history-header .section-description {
  font-size: 1.125rem;
  color: #000000;
}

.about-history .about-history-content {
  max-width: 56rem;
  margin: 0 auto;
}

.about-history .about-history-content .history-intro {
  font-size: 1.125rem;
  color: #1a1a1a;
  line-height: 1.8;
  margin-bottom: 3rem;
  text-align: center;
}

.about-history .history-timeline {
  position: relative;
}

.about-history .history-timeline .timeline-item-vertical {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3rem 1fr;
      grid-template-columns: 3rem 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.about-history .history-timeline .timeline-item-vertical:last-child {
  margin-bottom: 0;
}

.about-history .history-timeline .timeline-item-vertical:last-child .timeline-line {
  display: none;
}

.about-history .history-timeline .timeline-item-vertical .timeline-marker {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-history .history-timeline .timeline-item-vertical .timeline-marker .timeline-dot {
  width: 1.25rem;
  height: 1.25rem;
  background: #ffffff;
  border: 4px solid #f97316;
  border-radius: 50%;
  z-index: 2;
}

.about-history .history-timeline .timeline-item-vertical .timeline-marker .timeline-dot.highlight {
  width: 1.5rem;
  height: 1.5rem;
  background: #f97316;
  -webkit-box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.2);
          box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.2);
}

.about-history .history-timeline .timeline-item-vertical .timeline-marker .timeline-line {
  width: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #e2e8f0;
  margin-top: 0.5rem;
}

.about-history .history-timeline .timeline-item-vertical .timeline-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-history .history-timeline .timeline-item-vertical .timeline-card:hover {
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
  border-color: #f97316;
}

.about-history .history-timeline .timeline-item-vertical .timeline-card.highlight {
  border-color: #f97316;
  border-width: 2px;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.05) 0%, rgba(30, 64, 175, 0.05) 100%);
}

.about-history .history-timeline .timeline-item-vertical .timeline-card .timeline-year {
  font-size: 0.875rem;
  font-weight: 700;
  color: #f97316;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.about-history .history-timeline .timeline-item-vertical .timeline-card .timeline-event-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.about-history .history-timeline .timeline-item-vertical .timeline-card .timeline-event-description {
  font-size: 0.9375rem;
  color: #000000;
  line-height: 1.7;
  margin: 0;
}

.about-activities {
  padding: 5rem 0;
  background: #ffffff;
}

.about-activities .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 1rem;
}

.about-activities .section-description {
  text-align: center;
  color: #000000;
  font-size: 1.125rem;
  margin-bottom: 3rem;
}

.about-activities .activities-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .about-activities .activities-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.about-activities .activity-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-activities .activity-card:hover {
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
  border-color: #f97316;
}

.about-activities .activity-card:hover .activity-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.about-activities .activity-card .activity-image {
  width: 100%;
  height: 12rem;
  overflow: hidden;
}

.about-activities .activity-card .activity-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.about-activities .activity-card .activity-content {
  padding: 1.5rem;
}

.about-activities .activity-card .activity-content .activity-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.about-activities .activity-card .activity-content .activity-description {
  font-size: 0.9375rem;
  color: #000000;
  line-height: 1.7;
}

.about-membership {
  padding: 5rem 0;
  background: rgba(248, 250, 252, 0.3);
}

.about-membership .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 1rem;
}

.about-membership .section-description {
  text-align: center;
  color: #000000;
  font-size: 1.125rem;
  margin-bottom: 3rem;
}

.about-membership .membership-structure {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .about-membership .membership-structure {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .about-membership .membership-structure {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.about-membership .membership-structure .membership-tier {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 2rem 1.5rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-membership .membership-structure .membership-tier:hover {
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
  border-color: #f97316;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.about-membership .membership-structure .membership-tier .membership-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f97316;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e2e8f0;
}

.about-membership .membership-structure .membership-tier .membership-content .membership-fee {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.about-membership .membership-structure .membership-tier .membership-content .membership-benefit {
  font-size: 0.9375rem;
  color: #000000;
  line-height: 1.7;
}

.about-membership .membership-requirements {
  max-width: 64rem;
  margin: 0 auto;
}

.about-membership .membership-requirements .requirements-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 2.5rem;
}

.about-membership .membership-requirements .requirements-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .about-membership .membership-requirements .requirements-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.about-membership .membership-requirements .requirements-grid .requirement-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-membership .membership-requirements .requirements-grid .requirement-item:hover {
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
  border-color: #f97316;
}

.about-membership .membership-requirements .requirements-grid .requirement-item .requirement-subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.about-membership .membership-requirements .requirements-grid .requirement-item .requirement-text {
  font-size: 0.9375rem;
  color: #000000;
  line-height: 1.7;
  margin: 0;
}

.about-cta {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f97316 0%, #fb923c 50%, #fbbf24 100%);
}

.about-cta .about-cta-content {
  text-align: center;
  color: #ffffff;
  max-width: 48rem;
  margin: 0 auto;
}

.about-cta .about-cta-content .about-cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .about-cta .about-cta-content .about-cta-title {
    font-size: 2.5rem;
  }
}

.about-cta .about-cta-content .about-cta-description {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .about-cta .about-cta-content .about-cta-description {
    font-size: 1.25rem;
  }
}

.about-cta .about-cta-content .about-cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 640px) {
  .about-cta .about-cta-content .about-cta-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.about-cta .about-cta-content .about-cta-buttons .btn-large {
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  text-decoration: none;
}

.about-message-section {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}

.about-message-section .about-message-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-message-section .about-message-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.92) 0%, rgba(26, 54, 93, 0.85) 100%);
}

.about-message-section .container {
  position: relative;
  z-index: 10;
}

.about-message-section .section-label {
  color: #ffffff;
}

.about-message-section .section-title {
  color: #ffffff;
}

.about-message-section .message-quote {
  margin: 3rem 0;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  border-left: 4px solid #f97316;
}

.about-message-section .message-quote .quote-text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .about-message-section .message-quote .quote-text {
    font-size: 2rem;
  }
}

.about-message-section .message-quote .quote-author {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 500;
}

.about-message-section .message-body p {
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 2;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.about-message-section .message-body p:last-child {
  margin-bottom: 0;
}

.about-company-section {
  padding: 6rem 0;
  background: #ffffff;
}

.about-company-section .about-content-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 2rem;
  margin: 3rem 0;
}

@media (min-width: 768px) {
  .about-company-section .about-content-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.about-company-section .about-content-item {
  background: #fafafa;
  border-radius: 0.75rem;
  padding: 2rem;
}

.about-company-section .about-content-item .about-item-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f97316;
}

.about-company-section .about-content-item .about-item-list {
  list-style: none;
  padding: 0;
}

.about-company-section .about-content-item .about-item-list li {
  margin-bottom: 0.75rem;
  color: #000000;
  line-height: 1.7;
}

.about-company-section .about-content-item .about-item-list li strong {
  color: #1a1a1a;
}

.about-company-section .about-content-item .about-item-list li:last-child {
  margin-bottom: 0;
}

.about-company-section .about-content-item .about-item-text {
  color: #000000;
  line-height: 1.7;
}

.about-company-section .values-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .about-company-section .values-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.about-company-section .value-card {
  background: #fafafa;
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: center;
}

.about-company-section .value-card .value-icon {
  font-size: 2.5rem;
  color: #f97316;
  margin-bottom: 1rem;
}

.about-company-section .value-card .value-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.about-company-section .value-card .value-description {
  font-size: 0.9375rem;
  color: #000000;
  line-height: 1.6;
}

.company-info-section {
  padding: 6rem 0;
  background: #fafafa;
}

.company-info-section .company-info-table {
  margin-top: 3rem;
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
}

.company-info-section .company-info-table .info-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  border-bottom: 1px solid #e2e8f0;
}

@media (min-width: 768px) {
  .company-info-section .company-info-table .info-row {
    -ms-grid-columns: 180px 1fr;
        grid-template-columns: 180px 1fr;
  }
}

.company-info-section .company-info-table .info-row:last-child {
  border-bottom: none;
}

.company-info-section .company-info-table .info-row .info-label {
  padding: 1.25rem 1.5rem;
  background: rgba(249, 115, 22, 0.05);
  font-weight: 700;
  color: #1a1a1a;
}

@media (min-width: 768px) {
  .company-info-section .company-info-table .info-row .info-label {
    border-right: 1px solid #e2e8f0;
  }
}

.company-info-section .company-info-table .info-row .info-value {
  padding: 1.25rem 1.5rem;
  color: #000000;
  line-height: 1.7;
}

.about-history-section {
  padding: 6rem 0;
  background: #ffffff;
}

.about-history-section .history-timeline-new {
  margin-top: 3rem;
}

.about-history-section .history-timeline-new .history-item-new {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e2e8f0;
}

@media (min-width: 768px) {
  .about-history-section .history-timeline-new .history-item-new {
    -ms-grid-columns: 150px 1fr;
        grid-template-columns: 150px 1fr;
    gap: 2rem;
  }
}

.about-history-section .history-timeline-new .history-item-new:first-child {
  padding-top: 0;
}

.about-history-section .history-timeline-new .history-item-new:last-child {
  border-bottom: none;
}

.about-history-section .history-timeline-new .history-item-new .history-year {
  font-size: 1.125rem;
  font-weight: 700;
  color: #f97316;
}

.about-history-section .history-timeline-new .history-item-new .history-content .history-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.about-history-section .history-timeline-new .history-item-new .history-content .history-desc {
  font-size: 0.9375rem;
  color: #000000;
  line-height: 1.7;
}

.about-activities-section {
  padding: 6rem 0;
  background: #fafafa;
}

.about-activities-section .activities-grid-new {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .about-activities-section .activities-grid-new {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .about-activities-section .activities-grid-new {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.about-activities-section .activity-card-new {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 2rem;
}

.about-activities-section .activity-card-new .activity-number {
  font-size: 2rem;
  font-weight: 700;
  color: #f97316;
  margin-bottom: 1rem;
}

.about-activities-section .activity-card-new .activity-title-new {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.about-activities-section .activity-card-new .activity-desc-new {
  font-size: 0.9375rem;
  color: #000000;
  line-height: 1.6;
}

.about-membership-section {
  padding: 6rem 0;
  background: #ffffff;
}

.about-membership-section .membership-grid-new {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .about-membership-section .membership-grid-new {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .about-membership-section .membership-grid-new {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.about-membership-section .membership-card-new {
  background: #fafafa;
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: center;
  border: 2px solid transparent;
}

.about-membership-section .membership-card-new:first-child {
  border-color: #f97316;
}

.about-membership-section .membership-card-new .membership-title-new {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.about-membership-section .membership-card-new .membership-fee-new {
  font-size: 1rem;
  font-weight: 600;
  color: #f97316;
  margin-bottom: 0.75rem;
}

.about-membership-section .membership-card-new .membership-benefit-new {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.6;
}

.about-membership-section .requirements-section {
  margin-top: 4rem;
}

.about-membership-section .requirements-section .requirements-title-new {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #f97316;
}

.about-membership-section .requirements-section .requirements-grid-new {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .about-membership-section .requirements-section .requirements-grid-new {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.about-membership-section .requirements-section .requirement-card-new {
  background: #fafafa;
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.about-membership-section .requirements-section .requirement-card-new .requirement-subtitle-new {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.about-membership-section .requirements-section .requirement-card-new .requirement-text-new {
  font-size: 0.9375rem;
  color: #000000;
  line-height: 1.6;
}

.contact-cta-section {
  padding: 6rem 0;
  background: #ffffff;
}

.contact-cta-section .contact-card-wrapper {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .contact-cta-section .contact-card-wrapper {
    min-height: 480px;
    border-radius: 2rem;
  }
}

.contact-cta-section .contact-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-cta-section .contact-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.85) 0%, rgba(26, 54, 93, 0.75) 100%);
}

.contact-cta-section .contact-card-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 3rem 2rem;
}

@media (min-width: 768px) {
  .contact-cta-section .contact-card-content {
    padding: 4rem 3rem;
  }
}

.contact-cta-section .contact-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
  font-weight: 600;
}

.contact-cta-section .contact-title-large {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .contact-cta-section .contact-title-large {
    font-size: 5rem;
  }
}

.contact-cta-section .contact-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 2rem;
  font-weight: 600;
}

.contact-cta-section .btn-contact-cta {
  display: inline-block;
  padding: 1.25rem 3rem;
  background: #f97316;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.contact-cta-section .btn-contact-cta:hover {
  background: #ef6606;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
/*# sourceMappingURL=about.css.map */