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

.organization-structure {
  padding: 6rem 0;
  background: #ffffff;
}

.organization-structure .org-chart {
  margin-top: 3rem;
}

.organization-structure .org-chart .org-section {
  margin-bottom: 4rem;
}

.organization-structure .org-chart .org-section:last-child {
  margin-bottom: 0;
}

.organization-structure .org-chart .org-section .org-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: left;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #f97316;
}

.organization-structure .org-chart .org-level,
.organization-structure .org-chart .org-level-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
}

.organization-structure .org-chart .org-level-multi {
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .organization-structure .org-chart .org-level-multi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.organization-structure .org-chart .org-executive-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .organization-structure .org-chart .org-executive-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .organization-structure .org-chart .org-executive-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.organization-structure .org-chart .org-box {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.5rem 2rem;
  text-align: center;
  min-width: 12rem;
  max-width: 24rem;
}

.organization-structure .org-chart .org-box.primary {
  border-color: #f97316;
  border-width: 3px;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.05) 0%, rgba(30, 64, 175, 0.05) 100%);
}

.organization-structure .org-chart .org-box.secondary {
  border-color: #1e40af;
  border-width: 3px;
  background: rgba(30, 64, 175, 0.05);
}

.organization-structure .org-chart .org-box .org-role {
  font-size: 0.875rem;
  color: #f97316;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.organization-structure .org-chart .org-box .org-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.organization-structure .org-chart .org-box .org-sub {
  font-size: 0.875rem;
  color: #000000;
  font-weight: 600;
  margin-top: 0.25rem;
  font-style: italic;
}

.organization-structure .org-chart .org-box .org-company {
  font-size: 0.875rem;
  color: #000000;
  margin-top: 0.5rem;
}

.organization-structure .org-chart .org-box .org-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  color: #f97316;
  text-decoration: none;
  margin-top: 0.75rem;
  padding: 0.375rem 0.75rem;
  background: rgba(249, 115, 22, 0.1);
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.organization-structure .org-chart .org-box .org-link i {
  font-size: 0.75rem;
}

.organization-structure .org-chart .org-box .org-link:hover {
  background: #f97316;
  color: #ffffff;
}

.organization-structure .org-chart .org-member-count {
  margin-top: 3rem;
  padding: 2rem;
  background: #fafafa;
  border-radius: 0.75rem;
  text-align: left;
}

.organization-structure .org-chart .org-member-count .org-count-text {
  font-size: 1.125rem;
  color: #000000;
}

.organization-structure .org-chart .org-member-count .org-count-text strong {
  font-size: 1.5rem;
  color: #f97316;
}

.executive-members {
  padding: 6rem 0;
  background: #fafafa;
}

.executive-members .member-profile-list {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.executive-members .member-profile {
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  .executive-members .member-profile {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18rem 1fr;
        grid-template-columns: 18rem 1fr;
  }
}

.executive-members .member-profile .member-profile-image {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .executive-members .member-profile .member-profile-image {
    height: auto;
  }
}

.executive-members .member-profile .member-profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.executive-members .member-profile .member-profile-content {
  padding: 2rem;
}

@media (min-width: 768px) {
  .executive-members .member-profile .member-profile-content {
    padding: 2.5rem;
  }
}

.executive-members .member-profile .member-profile-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #e2e8f0;
}

.executive-members .member-profile .member-profile-header .member-profile-role {
  display: inline-block;
  background: #f97316;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.executive-members .member-profile .member-profile-header .member-profile-name {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.executive-members .member-profile .member-profile-header .member-profile-company {
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
}

.executive-members .member-profile .member-profile-header .member-profile-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #f97316;
  text-decoration: none;
  margin-top: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: rgba(249, 115, 22, 0.1);
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.executive-members .member-profile .member-profile-header .member-profile-link i {
  font-size: 0.75rem;
}

.executive-members .member-profile .member-profile-header .member-profile-link:hover {
  background: #f97316;
  color: #ffffff;
}

.executive-members .member-profile .member-profile-bio p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #1a1a1a;
}

.executive-members .member-profile-with-career .member-profile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .executive-members .member-profile-with-career .member-profile-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}

.executive-members .member-profile-with-career .member-profile-content .member-profile-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.executive-members .member-profile-with-career .member-profile-content .member-profile-main .member-profile-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #e2e8f0;
}

.executive-members .member-profile-with-career .member-profile-content .member-profile-career-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 1024px) {
  .executive-members .member-profile-with-career .member-profile-content .member-profile-career-text {
    border-left: 1px solid #e2e8f0;
    padding-left: 2rem;
  }
}

@media (max-width: 1024px) {
  .executive-members .member-profile-with-career .member-profile-content .member-profile-career-text {
    border-top: 1px solid #e2e8f0;
    padding-top: 1.5rem;
  }
}

.executive-members .member-profile-with-career .member-profile-content .member-profile-career-text .career-text-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.executive-members .member-profile-with-career .member-profile-content .member-profile-career-text .career-text-content p {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 0.5rem;
}

.executive-members .member-profile-with-career .member-profile-content .member-profile-career-text .career-text-content p:last-child {
  margin-bottom: 0;
}

.executive-members .member-profile-with-career .member-profile-content .member-profile-career-text .career-text-content .career-text-arrow {
  color: #f97316;
  font-weight: 700;
  text-align: center;
  margin: 0.25rem 0;
}

@media (min-width: 1024px) {
  .executive-members .member-profile-with-career .member-profile-content .member-profile-career-text .career-text-content .career-text-arrow {
    text-align: left;
  }
}

.member-benefits {
  padding: 6rem 0;
  background: #ffffff;
}

.member-benefits .benefits-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

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

@media (min-width: 1024px) {
  .member-benefits .benefits-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.member-benefits .benefit-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: left;
}

.member-benefits .benefit-card .benefit-icon {
  width: 100%;
  height: 10rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
}

.member-benefits .benefit-card .benefit-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.member-benefits .benefit-card .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.member-benefits .benefit-card .benefit-description {
  font-size: 0.9375rem;
  color: #000000;
  line-height: 1.6;
}

.member-requirements {
  padding: 6rem 0;
  background: #fafafa;
}

.member-requirements .requirements-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .member-requirements .requirements-content {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.member-requirements .requirements-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 2rem;
}

@media (min-width: 768px) {
  .member-requirements .requirements-box.requirements-full {
    grid-column: 1 / -1;
  }
}

.member-requirements .requirements-box .requirements-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #f97316;
}

.member-requirements .requirements-box .requirements-list {
  list-style: none;
  padding: 0;
}

.member-requirements .requirements-box .requirements-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: #000000;
  line-height: 1.7;
}

.member-requirements .requirements-box .requirements-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #f97316;
  font-weight: 700;
  font-size: 1.25rem;
}

.member-requirements .requirements-box .fees-table .fee-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.member-requirements .requirements-box .fees-table .fee-row:last-child {
  border-bottom: none;
}

.member-requirements .requirements-box .fees-table .fee-row .fee-label {
  font-weight: 600;
  color: #1a1a1a;
}

.member-requirements .requirements-box .fees-table .fee-row .fee-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f97316;
}

.member-requirements .requirements-box .fee-note {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #000000;
  text-align: right;
}

.member-requirements .requirements-box .flow-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .member-requirements .requirements-box .flow-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.member-requirements .requirements-box .flow-steps .flow-step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.member-requirements .requirements-box .flow-steps .flow-step .flow-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #f97316, #1e40af);
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.member-requirements .requirements-box .flow-steps .flow-step .flow-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.member-requirements .requirements-box .flow-steps .flow-step .flow-description {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.6;
}

.member-requirements .requirements-box .flow-steps .flow-arrow {
  display: none;
  color: #f97316;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .member-requirements .requirements-box .flow-steps .flow-arrow {
    display: block;
  }
}

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

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

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

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

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

@media (min-width: 768px) {
  .contact-cta-section .btn-contact-cta {
    padding: 1.5rem 4rem;
    font-size: 1.25rem;
  }
}
/*# sourceMappingURL=member.css.map */