/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/Footer.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__0IXn3 {
  background-color: #ffffff;
  padding: 4rem 2rem 0;
  color: #374151;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  position: relative;
  margin-top: -120px;
  z-index: 10;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}

.Footer_container__6pNfo {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 0;
}

.Footer_topSection__smrRH {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 3rem;
  gap: 3rem;
  padding-bottom: 2rem;
  width: 100%;
  box-sizing: border-box;
  align-items: start;
}

.Footer_leftColumn__qA4xW {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 250px;
}

.Footer_rightColumn__03mHY {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1 1;
}

.Footer_topRow__5EaCc {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-gap: 3rem;
  gap: 3rem;
  align-items: start;
}

.Footer_newsletterSection__dzYpM {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.Footer_newsletter__wZsad {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

.Footer_linksColumn__WjM4N {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  text-align: left;
  min-width: 150px;
}

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

.Footer_footerLogo__h2xG3 {
  width: auto;
  max-width: 100%;
  height: 80px;
  object-fit: contain;
}

.Footer_socialIcons__dCWTX {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.Footer_socialIcon__n4asw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--primary-blue);
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.Footer_socialIcon__n4asw:hover {
  background-color: var(--secondary-blue);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.Footer_membershipButton__XfYdW {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #D23739;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}

.Footer_membershipButton__XfYdW:hover {
  background-color: #b82d2f;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.Footer_contactInfo__vAxpV {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.Footer_contactInfo__vAxpV p {
  margin: 0;
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
  text-align: left;
  font-weight: 400;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}


.Footer_newsletterText__XGHhP {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 1.25rem;
  padding: 0;
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.7;
  font-weight: 400;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}

.Footer_newsletterForm__r3krv {
  position: relative;
  max-width: 400px;
}

.Footer_emailInput__Y3svf {
  width: 100%;
  padding: 0.75rem 3.5rem 0.75rem 1.25rem;
  border: 1px solid #d1d5db;
  border-radius: 25px;
  font-size: 0.95rem;
  font-family: var(--font-gotham);
  background-color: white;
  color: #374151;
  transition: border-color 0.3s ease;
}

.Footer_emailInput__Y3svf:focus {
  outline: none;
  border-color: var(--primary-blue);
}

.Footer_emailInput__Y3svf::placeholder {
  color: #9ca3af;
}

.Footer_submitButton__luxwL {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--primary-blue);
  color: white;
  border: none;
  padding: 0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  aspect-ratio: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.Footer_submitButton__luxwL:hover {
  background-color: var(--secondary-blue);
  transform: translateY(-50%) scale(1.05);
}

.Footer_submitButton__luxwL:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.Footer_submitButton__luxwL:disabled:hover {
  transform: translateY(-50%);
  background-color: var(--primary-blue);
}

.Footer_newsletterMessage__mz1u1 {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  font-weight: 500;
}

.Footer_linksColumn__WjM4N {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  text-align: left;
  min-width: 150px;
  margin: 0;
  padding: 0;
}

.Footer_columnTitle__J5O1K {
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  color: #1f2937;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.75rem;
  padding: 0 !important;
  text-align: left;
  line-height: 1.6;
}

.Footer_footerNav__bL0bT {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.Footer_footerNav__bL0bT a {
  color: #4b5563;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}

.Footer_footerNav__bL0bT a:hover {
  color: var(--primary-blue);
}

.Footer_newsLink__HPBDR {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}

.Footer_noNews__aFUYM {
  color: #9ca3af;
  font-size: 0.85rem;
  font-style: italic;
}

.Footer_bottomBar__Q6lGp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  font-size: 0.85rem;
  border-top: 1px solid #e5e7eb;
  margin-top: 1.25rem;
  color: #6b7280;
}

.Footer_copyright__t4WoK {
  margin: 0;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}

.Footer_credit__0hCiv {
  margin: 0;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}

.Footer_creditLink__0f52G {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}

.Footer_creditLink__0f52G:hover {
  color: var(--primary-blue);
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .Footer_footer__0IXn3 {
    padding: 3.5rem 1.5rem 0;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin-top: -100px;
  }

  .Footer_topSection__smrRH {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .Footer_leftColumn__qA4xW {
    min-width: auto;
  }

  .Footer_topRow__5EaCc {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .Footer_linksColumn__WjM4N {
    margin-top: 0;
  }

  .Footer_linksColumn__WjM4N {
    align-items: flex-start;
  }

  .Footer_bottomBar__Q6lGp {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .Footer_footer__0IXn3 {
    padding: 3rem 1.25rem 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -80px;
  }

  .Footer_topSection__smrRH {
    gap: 1.5rem;
  }

  .Footer_leftColumn__qA4xW {
    gap: 1.25rem;
  }

  .Footer_rightColumn__03mHY {
    gap: 1.25rem;
  }

  .Footer_topRow__5EaCc {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .Footer_linksColumn__WjM4N {
    margin-top: 0;
  }

  .Footer_bottomBar__Q6lGp {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
    padding: 1.25rem 0;
    font-size: 0.8rem;
  }

  .Footer_newsletterForm__r3krv {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .Footer_footer__0IXn3 {
    padding: 2.5rem 1rem 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -60px;
  }

  .Footer_topSection__smrRH {
    gap: 1.5rem;
  }

  .Footer_leftColumn__qA4xW {
    gap: 1.25rem;
  }

  .Footer_rightColumn__03mHY {
    gap: 1.25rem;
  }

  .Footer_topRow__5EaCc {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .Footer_linksColumn__WjM4N {
    margin-top: 0;
  }

  .Footer_newsLink__HPBDR {
    max-width: 100%;
    white-space: normal;
  }

  .Footer_footerLogo__h2xG3 {
    max-width: 200px;
    height: auto;
  }

  .Footer_socialIcon__n4asw {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    aspect-ratio: 1;
    font-size: 1rem;
    flex-shrink: 0;
  }

  .Footer_membershipButton__XfYdW {
    padding: 0.65rem 1.25rem;
    font-size: 0.85rem;
    width: 100%;
  }

  .Footer_contactInfo__vAxpV p {
    font-size: 0.85rem;
  }

  .Footer_newsletterText__XGHhP {
    font-size: 0.85rem;
  }

  .Footer_emailInput__Y3svf {
    font-size: 0.85rem;
    padding: 0.65rem 3rem 0.65rem 0.95rem;
  }

  .Footer_submitButton__luxwL {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }

  .Footer_columnTitle__J5O1K {
    font-size: 0.9rem;
  }

  .Footer_footerNav__bL0bT a {
    font-size: 0.85rem;
  }

  .Footer_bottomBar__Q6lGp {
    font-size: 0.72rem;
    padding: 1rem 0;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/Header.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__xuTiO {
  background-color: #ffffff;
  position: relative;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: stretch;
  min-height: 85px;
}

.Header_container__qRqis {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex: 1 1;
  height: 100%;
  min-height: 85px;
}

.Header_logoSection__ae1Uo {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
  max-height: 85px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.Header_orgName__L7d_u {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.Header_orgNameText__ygyTV {
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-gotham);
  color: var(--primary-blue);
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.Header_nav__NNkX_ {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1 1;
  justify-content: flex-end;
}

.Header_navLink__encDI {
  color: #6b7280;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 0.3s ease;
  font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
}

.Header_navLink__encDI:hover {
  color: var(--primary-blue);
}

.Header_navLinkActive__AuNV0 {
  color: var(--white);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  background-color: var(--secondary-blue);
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
}

.Header_navLinkActive__AuNV0:hover {
  background-color: var(--primary-blue);
}

/* Dropdown Styles */
.Header_dropdown__V4H1t {
  position: relative;
}

.Header_dropdownMenu__fmI6E {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 1000;
}

.Header_dropdown__V4H1t:hover .Header_dropdownMenu__fmI6E {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.Header_dropdownItem__4bBgq {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #374151;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-left: 3px solid transparent;
}

.Header_dropdownItem__4bBgq:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.Header_dropdownItem__4bBgq:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.Header_dropdownItem__4bBgq:hover {
  background-color: #f3f4f6;
  color: var(--primary-blue);
  border-left-color: var(--primary-blue);
}

.Header_membershipBtn__g8dFX {
  background-color: var(--accent-red);
  color: var(--white);
  text-decoration: none;
  padding: 0 4rem;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 2px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  align-self: stretch;
  flex-shrink: 0;
}

.Header_membershipBtn__g8dFX:hover {
  background-color: #b91c1c;
}

/* Hamburger Menu */
.Header_hamburger__1rpXg {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  overflow: visible;
  position: relative;
}

.Header_hamburger__1rpXg span {
  width: 30px;
  height: 3px;
  background-color: var(--primary-blue);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
  position: absolute;
}

.Header_hamburger__1rpXg:hover span {
  background-color: var(--secondary-blue);
}

.Header_hamburger__1rpXg span:nth-child(1) {
  top: 10px;
}

.Header_hamburger__1rpXg span:nth-child(2) {
  top: 18.5px;
}

.Header_hamburger__1rpXg span:nth-child(3) {
  top: 27px;
}

.Header_hamburgerOpen__esXdl span:nth-child(1) {
  top: 18.5px;
  transform: rotate(45deg);
}

.Header_hamburgerOpen__esXdl span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.Header_hamburgerOpen__esXdl span:nth-child(3) {
  top: 18.5px;
  transform: rotate(-45deg);
}

/* Mobile Dropdown Styles */
.Header_dropdownToggle__DSet5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
  font-weight: 700;
}

.Header_dropdownToggle__DSet5.Header_navLinkActive__AuNV0 {
  color: var(--white);
  background-color: var(--secondary-blue);
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
}

.Header_dropdownToggle__DSet5.Header_navLink__encDI {
  color: #6b7280;
}

.Header_dropdownToggle__DSet5.Header_navLink__encDI:hover {
  color: var(--primary-blue);
}

.Header_dropdownArrow__t8m4D {
  font-size: 0.7em;
  transition: transform 0.3s ease;
  display: inline-block;
  margin-left: 0.25rem;
}

.Header_dropdownArrowOpen__q1t6U {
  transform: rotate(180deg);
}

@media (max-width: 1024px) {
  .Header_header__xuTiO {
    flex-direction: column;
    min-height: auto;
  }

  .Header_container__qRqis {
    flex-wrap: wrap;
    padding: 1rem 4rem 1rem 1rem;
    position: relative;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0;
  }
  
  .Header_hamburger__1rpXg {
    display: flex;
    order: 2;
    position: relative;
    transform: none;
    z-index: 251;
    margin-left: auto;
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  
  .Header_hamburgerOpen__esXdl {
    position: relative;
    transform: none;
    z-index: 251;
    margin-left: auto;
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  
  .Header_hamburger__1rpXg span:nth-child(1) {
    top: 10px;
  }

  .Header_hamburger__1rpXg span:nth-child(2) {
    top: 18.5px;
  }

  .Header_hamburger__1rpXg span:nth-child(3) {
    top: 27px;
  }

  .Header_hamburgerOpen__esXdl span:nth-child(1) {
    top: 18.5px;
    transform: rotate(45deg);
  }

  .Header_hamburgerOpen__esXdl span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
  }

  .Header_hamburgerOpen__esXdl span:nth-child(3) {
    top: 18.5px;
    transform: rotate(-45deg);
  }

  .Header_nav__NNkX_ {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 350px;
    height: 100vh;
    background-color: #ffffff;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 4rem 2rem 2rem;
    gap: 0;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 250;
    overflow-y: auto;
  }
  
  .Header_navOpen__ABtIc {
    right: 0;
    padding-top: 4rem;
  }
  
  .Header_navLink__encDI,
  .Header_navLinkActive__AuNV0 {
    width: 100%;
    text-align: left;
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
    background-color: transparent !important;
  }
  
  .Header_dropdownToggle__DSet5 {
    width: 100%;
    text-align: left;
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
  }
  
  .Header_dropdownToggle__DSet5.Header_navLinkActive__AuNV0 {
    color: var(--primary-blue);
    background-color: transparent !important;
    font-weight: 600;
  }
  
  .Header_navLinkActive__AuNV0 {
    color: var(--primary-blue);
    background-color: transparent !important;
    font-weight: 600;
  }

  .Header_membershipBtn__g8dFX {
    width: 100%;
    padding: 1rem 2rem;
    min-width: unset;
    order: 3;
  }
  
  .Header_dropdown__V4H1t {
    position: static;
    width: 100%;
  }
  
  .Header_dropdownMenu__fmI6E {
    position: static;
    margin-top: 0;
    min-width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #f9fafb;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
  }
  
  .Header_dropdownMenuOpen__koAxS {
    max-height: 500px;
    padding: 0.5rem 0;
  }
  
  .Header_dropdown__V4H1t:hover .Header_dropdownMenu__fmI6E {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  
  .Header_dropdownItem__4bBgq {
    padding: 0.85rem 1rem;
    border-left: none;
    border-bottom: 1px solid #e5e7eb;
  }
  
  .Header_dropdownItem__4bBgq:last-child {
    border-bottom: none;
  }
  
  .Header_dropdownArrow__t8m4D {
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .Header_header__xuTiO {
    min-height: auto;
  }
  
  .Header_container__qRqis {
    padding: 0.75rem 3.5rem 0.75rem 1rem;
    max-width: 100%;
    margin: 0;
  }
  
  .Header_logoSection__ae1Uo {
    gap: 0.75rem;
    min-width: 0;
    flex: 0 1 auto;
    max-width: calc(100% - 55px);
  }

  .Header_orgName__L7d_u {
    display: none;
  }
  
  .Header_hamburger__1rpXg {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  
  .Header_hamburgerOpen__esXdl {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  
  .Header_hamburger__1rpXg span {
    width: 28px;
  }
  
  .Header_hamburger__1rpXg span:nth-child(1) {
    top: 9px;
  }

  .Header_hamburger__1rpXg span:nth-child(2) {
    top: 17.5px;
  }

  .Header_hamburger__1rpXg span:nth-child(3) {
    top: 26px;
  }

  .Header_hamburgerOpen__esXdl span:nth-child(1) {
    top: 17.5px;
    transform: rotate(45deg);
  }

  .Header_hamburgerOpen__esXdl span:nth-child(3) {
    top: 17.5px;
    transform: rotate(-45deg);
  }
  
  .Header_hamburger__1rpXg span {
    width: 28px;
  }

  .Header_nav__NNkX_ {
    width: 85%;
    padding: 4.5rem 1.75rem 2rem;
  }

  .Header_navLink__encDI,
  .Header_navLinkActive__AuNV0 {
    font-size: 0.9rem;
    padding: 0.9rem 0;
  }
  
  .Header_dropdownToggle__DSet5 {
    font-size: 0.9rem;
    padding: 0.9rem 0;
  }
  
  .Header_dropdownToggle__DSet5.Header_navLinkActive__AuNV0 {
    font-weight: 600;
    color: var(--primary-blue);
  }

  .Header_membershipBtn__g8dFX {
    padding: 0.85rem 1.5rem;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
  }
  
  .Header_dropdownItem__4bBgq {
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
  }
}

@media (max-width: 480px) {
  .Header_container__qRqis {
    padding: 0.65rem 3.5rem 0.65rem 0.85rem;
    max-width: 100%;
    margin: 0;
  }
  
  .Header_logoSection__ae1Uo {
    max-width: calc(100% - 50px);
  }
  
  .Header_hamburger__1rpXg {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  
  .Header_hamburgerOpen__esXdl {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  
  .Header_hamburger__1rpXg span {
    width: 26px;
    height: 2.5px;
  }
  
  .Header_hamburger__1rpXg span:nth-child(1) {
    top: 9px;
  }

  .Header_hamburger__1rpXg span:nth-child(2) {
    top: 17.5px;
  }

  .Header_hamburger__1rpXg span:nth-child(3) {
    top: 26px;
  }
  
  .Header_hamburgerOpen__esXdl span:nth-child(1) {
    top: 17.5px;
    transform: rotate(45deg);
  }

  .Header_hamburgerOpen__esXdl span:nth-child(3) {
    top: 17.5px;
    transform: rotate(-45deg);
  }
  
  .Header_nav__NNkX_ {
    width: 90%;
    padding: 4rem 1.5rem 2rem;
  }
  
  .Header_navLink__encDI,
  .Header_navLinkActive__AuNV0 {
    font-size: 0.9rem;
    padding: 0.85rem 0;
  }
  
  .Header_dropdownToggle__DSet5 {
    font-size: 0.9rem;
    padding: 0.85rem 0;
  }
  
  .Header_dropdownToggle__DSet5.Header_navLinkActive__AuNV0 {
    font-weight: 600;
    color: var(--primary-blue);
  }
  
  .Header_membershipBtn__g8dFX {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    letter-spacing: 1px;
  }
  
  .Header_dropdownItem__4bBgq {
    font-size: 0.85rem;
    padding: 0.7rem 0.85rem;
  }
}


/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/Logo.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.Logo_logo__mTqBF {
  height: 75px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.Logo_logo__mTqBF a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.Logo_logo__mTqBF img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0;
  padding: 0;
  display: block;
}

@media (max-width: 1024px) {
  .Logo_logo__mTqBF {
    height: 110px;
    max-width: 380px;
  }
}

@media (max-width: 768px) {
  .Logo_logo__mTqBF {
    height: 60px;
    max-width: 220px;
  }
}

@media (max-width: 480px) {
  .Logo_logo__mTqBF {
    height: 50px;
    max-width: 180px;
  }
}

@media (max-width: 360px) {
  .Logo_logo__mTqBF {
    height: 45px;
    max-width: 160px;
  }
}


/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"EB_Garamond","arguments":[{"subsets":["latin"],"weight":["400","500","600","700"],"style":["normal","italic"],"display":"swap","variable":"--font-eb-garamond"}],"variableName":"ebGaramond"} ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/38d2ad5ff295456b-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/d0f9686aa1d87075-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/7cca5b7fafd5ba4d-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/c1930cc46295bf92-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/e6aa852f4bbfb242-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/78c8ae6f07320bcf-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/33b26eb373ecdf02-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/38d2ad5ff295456b-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/d0f9686aa1d87075-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/7cca5b7fafd5ba4d-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/c1930cc46295bf92-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/e6aa852f4bbfb242-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/78c8ae6f07320bcf-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/33b26eb373ecdf02-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/38d2ad5ff295456b-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/d0f9686aa1d87075-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/7cca5b7fafd5ba4d-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/c1930cc46295bf92-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/e6aa852f4bbfb242-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/78c8ae6f07320bcf-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/33b26eb373ecdf02-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/38d2ad5ff295456b-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/d0f9686aa1d87075-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/7cca5b7fafd5ba4d-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/c1930cc46295bf92-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/e6aa852f4bbfb242-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/78c8ae6f07320bcf-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/33b26eb373ecdf02-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/d7b29b398dd797a1-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/65303d7bdb6c1b1a-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/891631c764a307b2-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/73b9b49ded63c2ac-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/59be34f4d8f1ff65-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/39a40c15606bb1f5-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/23081e227a96aa1a-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/d7b29b398dd797a1-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/65303d7bdb6c1b1a-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/891631c764a307b2-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/73b9b49ded63c2ac-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/59be34f4d8f1ff65-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/39a40c15606bb1f5-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/23081e227a96aa1a-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/d7b29b398dd797a1-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/65303d7bdb6c1b1a-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/891631c764a307b2-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/73b9b49ded63c2ac-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/59be34f4d8f1ff65-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/39a40c15606bb1f5-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/23081e227a96aa1a-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/d7b29b398dd797a1-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/65303d7bdb6c1b1a-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/891631c764a307b2-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/73b9b49ded63c2ac-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/59be34f4d8f1ff65-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/39a40c15606bb1f5-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__EB_Garamond_d2b87b';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/23081e227a96aa1a-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__EB_Garamond_Fallback_d2b87b';src: local("Times New Roman");ascent-override: 106.26%;descent-override: 31.44%;line-gap-override: 0.00%;size-adjust: 94.77%
}.__className_d2b87b {font-family: '__EB_Garamond_d2b87b', '__EB_Garamond_Fallback_d2b87b'
}.__variable_d2b87b {--font-eb-garamond: '__EB_Garamond_d2b87b', '__EB_Garamond_Fallback_d2b87b'
}

/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/fonts.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/* Gotham Font Faces */
@font-face {
  font-family: 'Gotham';
  src: url('/fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('/fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Goudy Old Style Font Faces */
@font-face {
  font-family: 'Goudy Old Style';
  src: url('/fonts/GoudyOldStyle.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Goudy Old Style';
  src: url('/fonts/GoudyOldStyle.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}




/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-blue: #1e3a5f;
  --secondary-blue: #2c5282;
  --accent-red: #dc2626;
  --text-light: #f3f4f6;
  --text-gray: #9ca3af;
  --white: #ffffff;
  --font-gotham: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
}

body {
  font-family: var(--font-gotham);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--primary-blue);
  color: var(--white);
}

main {
  min-height: 100vh;
  width: 100%;
  position: relative;
}

/* Ensure content sections have enough bottom padding for footer overlap */
/* Footer has margin-top: -120px, so we need sufficient bottom padding */
/* This prevents the footer from cutting off content site-wide */
main > section:last-of-type {
  padding-bottom: 12rem;
}

/* Ensure all contentSection classes have sufficient bottom padding */
/* This applies to all pages that use the contentSection class */
main section[class*="contentSection"] {
  padding-bottom: 12rem;
}

/* For responsive design, reduce padding on smaller screens */
@media (max-width: 768px) {
  main > section:last-of-type,
  main section[class*="contentSection"] {
    padding-bottom: 8rem;
  }
}

@media (max-width: 480px) {
  main > section:last-of-type,
  main section[class*="contentSection"] {
    padding-bottom: 6rem;
  }
}

/* Apply Gotham Bold to headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-gotham);
  font-weight: 700;
}

/* Apply Gotham Regular for body text */
p, a, span, div {
  font-family: var(--font-gotham);
}

/* Apply Gotham to form elements */
button, input, select, textarea, label {
  font-family: var(--font-gotham);
}

/* Mobile optimizations */
@media (max-width: 768px) {
  body {
    font-size: 16px; /* Prevents zoom on input focus on iOS */
    text-size-adjust: 100%;
  }
  
  /* Ensure touch targets are large enough */
  a, button, input, select, textarea {
    min-height: 44px; /* iOS recommended touch target size */
  }
  
  /* Improve tap highlight */
  a, button {
    -webkit-tap-highlight-color: rgba(30, 58, 95, 0.2);
    tap-highlight-color: rgba(30, 58, 95, 0.2);
  }
  
  /* Prevent text overflow */
  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}


