@media (max-width: 992px) {
  .tablet_hide {
    display: none !important;
  }
}

.tablet_only {
  display: none !important;
}
@media (max-width: 992px) {
  .tablet_only {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .mobile_hide {
    display: none !important;
  }
}

.mobile_only {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile_only {
    display: block !important;
  }
}

@media (min-width: 993px) {
  .desktop_hide {
    display: none !important;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-fluid {
  width: 100%;
  padding: 0 20px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.font_main {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
}

.font_secondary {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
}

.font_body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
}

.font_thin {
  font-weight: 100;
}

.font_300,
.font_300 * {
  font-weight: 300;
}

.font_normal {
  font-weight: 400 !important;
}

.font_500,
.font_500 * {
  font-weight: 500 !important;
}

.font_600,
.font_600 * {
  font-weight: 600 !important;
}

.font_bold,
.font_700,
.font_700 * {
  font-weight: 700 !important;
}

.font_800,
.font_800 * {
  font-weight: 800 !important;
}

.font_900,
.font_900 * {
  font-weight: 900 !important;
}

.text_white,
.text_white * {
  color: #ffffff;
}

.text_black,
.text_black * {
  color: #101820;
}

.text_navy,
.text_navy * {
  color: #1d3e6b;
}

.text_teal,
.text_teal * {
  color: #00707a;
}

.text_orange,
.text_orange * {
  color: #9c4f04;
}

.text_center {
  text-align: center;
}

.text_uppercase {
  text-transform: uppercase;
}

.text_capitalize {
  text-transform: capitalize;
}

.letter_spacing_1 {
  letter-spacing: -0.01em;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  color: #1d3e6b;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin-top: 0;
}

h1 {
  font-size: clamp(34px, 5.9vw, 75px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -1px;
}

h2 {
  font-size: clamp(28px, 3.75vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 0;
  margin-bottom: 16px;
}

a {
  color: #00707a;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #1d3e6b;
}

blockquote {
  border-left: 4px solid #f7941e;
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #2c3a52;
}

.cma-eyebrow {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.9px;
  text-transform: uppercase;
  color: #f7941e;
  margin-bottom: 12px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  cursor: pointer;
}

input, textarea, select {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
}

.site-content {
  min-height: 50vh;
  padding-top: var(--cma-header-height, 124px);
  overflow-x: clip;
}

.maincontent {
  position: relative;
}

.bg-navy {
  background-color: #1d3e6b;
}

.bg-cream {
  background-color: #fdf6ee;
}

.bg-teal-pale {
  background-color: #cceff1;
}

.bg-white {
  background-color: #ffffff;
}

.bg-blue-light {
  background-color: #e3ecfa;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-rounded {
  border-radius: 16px;
  overflow: hidden;
}

.cma-divider {
  width: 100%;
  height: 1px;
  background-color: #6b7280;
  margin: 40px 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #1d3e6b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.shadow-cma-warm {
  box-shadow: 0 4px 20px rgba(247, 148, 30, 0.15);
}

.shadow-cma-panel {
  box-shadow: 0 8px 40px rgba(29, 62, 107, 0.2);
}

.shadow-cma-btn {
  box-shadow: 0 2px 8px rgba(29, 62, 107, 0.15);
}

.shadow-cma-card {
  box-shadow: 0 2px 12px rgba(29, 62, 107, 0.08);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
table th, table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #6b7280;
}
table th {
  font-weight: 700;
  background-color: #e3ecfa;
  color: #1d3e6b;
}

.cma-text-link {
  color: #00707a;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease;
}
.cma-text-link:hover {
  color: #1d3e6b;
  text-decoration: underline;
}
.cma-text-link:focus-visible {
  outline: 2px solid #00707a;
  outline-offset: 2px;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.cma-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 1000px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.cma-btn--primary {
  background-color: #f7941e;
  color: #152d4d;
}
.cma-btn--primary:hover {
  background-color: #9c4f04;
  color: #152d4d;
}

.cma-btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.cma-btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.cma-btn--teal {
  background-color: #00ADBB;
  color: #ffffff;
}
.cma-btn--teal:hover {
  background-color: #00707a;
}

.cma-btn--navy {
  background-color: #1d3e6b;
  color: #ffffff;
}
.cma-btn--navy:hover {
  background-color: #2c3a52;
}

.cma-btn--outline-navy {
  background-color: transparent;
  color: #1d3e6b;
  border: 2px solid #1d3e6b;
}
.cma-btn--outline-navy:hover {
  background-color: #1d3e6b;
  color: #ffffff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
textarea {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 16px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  width: 100%;
  color: #2c3a52;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #00ADBB;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 173, 187, 0.15);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #5B6770;
}

select {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  padding: 12px 16px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  width: 100%;
  color: #2c3a52;
  background-color: #ffffff;
}

label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1d3e6b;
  display: block;
  margin-bottom: 6px;
}

body .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1d3e6b;
  margin-bottom: 6px;
  line-height: 1.3;
}
body .gform_wrapper.gravity-theme .gfield_required {
  color: #1d3e6b;
  margin-left: 2px;
}
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme select {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 14px;
  border: 1px solid rgba(107, 126, 160, 0.3);
  border-radius: 10px;
  background-color: #ffffff;
  color: #1d3e6b;
  width: 100%;
  min-width: 0;
  transition: border-color 0.2s ease;
}
body .gform_wrapper.gravity-theme input[type=text]::placeholder,
body .gform_wrapper.gravity-theme input[type=email]::placeholder,
body .gform_wrapper.gravity-theme input[type=tel]::placeholder,
body .gform_wrapper.gravity-theme input[type=number]::placeholder,
body .gform_wrapper.gravity-theme input[type=url]::placeholder,
body .gform_wrapper.gravity-theme input[type=date]::placeholder,
body .gform_wrapper.gravity-theme textarea::placeholder,
body .gform_wrapper.gravity-theme select::placeholder {
  color: rgba(29, 62, 107, 0.3);
}
body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme input[type=url]:focus,
body .gform_wrapper.gravity-theme input[type=date]:focus,
body .gform_wrapper.gravity-theme textarea:focus,
body .gform_wrapper.gravity-theme select:focus {
  border-color: #00707a;
  outline: none;
  box-shadow: none;
}
body .gform_wrapper.gravity-theme textarea {
  min-height: 110px;
  resize: vertical;
}
body .gform_wrapper.gravity-theme .gfield_description {
  font-size: 12px;
  color: rgba(29, 62, 107, 0.6);
  padding-top: 4px;
}
body .gform_wrapper.gravity-theme .gfield_radio,
body .gform_wrapper.gravity-theme .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
}
body .gform_wrapper.gravity-theme .gfield_radio input,
body .gform_wrapper.gravity-theme .gfield_checkbox input {
  width: auto;
  margin: 0;
  accent-color: #00707a;
}
body .gform_wrapper.gravity-theme .gfield_radio label,
body .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 15px;
  font-weight: 500;
  color: #1d3e6b;
  margin: 0;
}
body .gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: 100%;
}
body .gform_wrapper.gravity-theme .gform_footer {
  margin: 8px 0 0;
  padding: 0;
}
body .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 13px 24px;
  margin: 0;
  border: none;
  border-radius: 1000px;
  background-color: #f7941e;
  color: #152d4d;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
  background-color: #9c4f04;
  color: #ffffff;
}
body .gform_wrapper.gravity-theme .gfield_error input,
body .gform_wrapper.gravity-theme .gfield_error textarea,
body .gform_wrapper.gravity-theme .gfield_error select {
  border-color: #c02b0a;
}
body .gform_wrapper.gravity-theme .validation_message {
  font-size: 12px;
  color: #c02b0a;
  padding-top: 4px;
  background: none;
  border: 0;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  border-radius: 12px;
}
body .gform_wrapper.gravity-theme .gform_confirmation_message {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1d3e6b;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.scroll-progress-wrapper {
  position: relative;
  width: 100%;
  height: 6px;
  background: #00ADBB;
}

.cma-scroll-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background-color: #f7941e;
  width: 0%;
  transition: width 0.1s ease;
}

.cma-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #1d3e6b;
  width: 100%;
}
.cma-top-bar p, .cma-top-bar a {
  color: #fff;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  margin: 0;
  line-height: 1.5;
}
.cma-top-bar a {
  font-weight: 700 !important;
  font-size: 14px;
}
.cma-top-bar .top-bar-flex {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .cma-top-bar .top-bar-flex {
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .cma-top-bar .top-bar-flex {
    gap: 16px;
  }
}
.cma-top-bar .top-bar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cma-top-bar .top-bar-container {
    padding: 8px 24px;
  }
}
@media (max-width: 768px) {
  .cma-top-bar .top-bar-container {
    padding: 8px 20px;
  }
}
@media (max-width: 640px) {
  .cma-top-bar .top-bar-container {
    padding: 8px 16px;
  }
}
.cma-top-bar .top-bar-left {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
}
.cma-top-bar .top-bar-left .top-bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cma-top-bar .top-bar-left .top-bar-item i {
  color: #fff;
  font-size: 14px;
}
.cma-top-bar .top-bar-left .top-bar-item p {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cma-top-bar .top-bar-left .top-bar-item p .tablet_only {
    display: inline !important;
  }
}
.cma-top-bar .top-bar-right-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cma-top-bar .top-bar-right .portal-text {
  color: #fff;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.cma-top-bar .top-bar-right .portal-text:hover, .cma-top-bar .top-bar-right .portal-text:focus-visible {
  color: #fff;
  opacity: 0.75;
  text-decoration: underline;
}
.cma-top-bar .top-bar-right .top-bar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cma-top-bar .top-bar-right .top-btn {
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  color: #1d3e6b;
  cursor: pointer;
  width: 28px;
  height: 28px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  text-decoration: none;
}
.cma-top-bar .top-bar-right .top-btn:hover {
  opacity: 0.8;
}
.cma-top-bar .top-bar-right .top-btn svg, .cma-top-bar .top-bar-right .top-btn i {
  font-size: 14px;
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.cma-top-bar .top-bar-right .top-btn.top-btn--accent {
  background-color: #f7941e;
  color: #152d4d;
}

.header_wrapper {
  position: relative;
  width: 100%;
}

.main-header {
  position: fixed;
  top: var(--cma-topbar-bottom, 40px);
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #00ADBB;
  background-image: linear-gradient(90deg, #4AD1DC 0%, #00ADBB 100%);
  transition: box-shadow 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-header.header--scrolled {
  background-image: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.main-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 32px;
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .main-header .header-container {
    padding: 10px 4px 10px 16px;
  }
}

#logo {
  display: flex;
  align-items: center;
}
#logo .custom-logo {
  display: block;
  height: auto;
  width: auto;
}
@media (max-width: 1200px) {
  #logo .custom-logo {
    max-height: 34px;
    max-width: 48vw;
  }
}

.cma-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.cma-logo:hover {
  opacity: 0.9;
}
.cma-logo .logo-emblem {
  position: relative;
  height: 30px;
  width: auto;
  aspect-ratio: 108.026/52.5232;
}
.cma-logo .logo-emblem svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cma-logo .logo-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 768px) {
  .cma-logo .logo-text-wrap {
    display: none;
  }
}
.cma-logo .logo-text-wrap svg {
  display: block;
  height: 10px;
  width: auto;
}

@media (min-width: 1201px) {
  #navigation {
    margin-left: auto;
    margin-right: 24px;
  }
}

.desktop-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .desktop-nav {
    display: none;
  }
}
.desktop-nav ul.menu {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.desktop-nav ul.menu li {
  position: relative;
}
.desktop-nav ul.menu li a {
  color: #ffffff;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.desktop-nav ul.menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.desktop-nav ul.menu li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 8px;
  margin-left: 2px;
  transition: transform 0.2s;
}
.desktop-nav ul.menu li:hover.menu-item-has-children > a::after {
  transform: rotate(180deg);
}
.desktop-nav ul.menu li.current-menu-item > a, .desktop-nav ul.menu li.current-menu-ancestor > a {
  background-color: rgba(255, 255, 255, 0.15);
}
.desktop-nav ul.menu li.current-menu-item > a:hover, .desktop-nav ul.menu li.current-menu-ancestor > a:hover {
  background-color: rgba(255, 255, 255, 0.22);
}
.desktop-nav ul.menu li.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 8px;
}
.desktop-nav ul.menu li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(29, 62, 107, 0.15);
  min-width: 200px;
  display: none;
  flex-direction: column;
  gap: 4px;
  z-index: 1001;
  list-style: none;
}
.desktop-nav ul.menu li ul.sub-menu li {
  width: 100%;
}
.desktop-nav ul.menu li ul.sub-menu li a {
  color: #6b7280;
  font-size: 15px;
  font-weight: 400;
  padding: 15px 20px;
  width: 100%;
  display: block;
  background: none;
  border-radius: 0;
}
.desktop-nav ul.menu li ul.sub-menu li a::after {
  display: none !important;
}
.desktop-nav ul.menu li ul.sub-menu li a:hover {
  background-color: #f8f9fa;
}
.desktop-nav ul.menu li ul.sub-menu li.current-menu-item > a {
  background-color: #cceff1;
  font-weight: 800;
}
.desktop-nav ul.menu li:hover > ul.sub-menu {
  display: flex;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .desktop-nav ul.menu {
    gap: 2px;
  }
  .desktop-nav ul.menu li a {
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: 0.2px;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .header-actions {
    gap: 4px;
  }
  .header-actions .action-dropdown .action-btn,
  .header-actions .buy-tickets-btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1200px) {
  .header-actions {
    gap: 4px;
    margin-left: auto;
  }
  .header-actions .action-dropdown {
    display: none;
  }
}
.header-actions .action-dropdown {
  position: relative;
}
.header-actions .action-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 8px;
}
.header-actions .action-dropdown .action-btn {
  background-color: #ffffff;
  color: #00707a;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  padding: 12px 16px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s, transform 0.2s;
  white-space: nowrap;
}
.header-actions .action-dropdown .action-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.header-actions .action-dropdown .action-btn i {
  font-size: 10px;
  transition: transform 0.2s;
}
.header-actions .action-dropdown .action-btn.action-btn--donate {
  background-color: #f7941e;
  color: #152d4d;
}
.header-actions .action-dropdown .action-btn.action-btn--donate:hover {
  background-color: #9c4f04;
}
.header-actions .action-dropdown:hover .action-btn i {
  transform: rotate(180deg);
}
.header-actions .action-dropdown:hover ul.sub-menu {
  display: flex;
}
.header-actions .action-dropdown ul.sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 0;
  min-width: 233px;
  display: none;
  flex-direction: column;
  z-index: 1001;
  list-style: none;
}
.header-actions .action-dropdown ul.sub-menu li {
  width: 100%;
  position: relative;
}
.header-actions .action-dropdown ul.sub-menu li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #f3f4f6;
}
.header-actions .action-dropdown ul.sub-menu li a {
  color: #6b7280;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 20px;
  min-height: 52px;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.2s;
}
.header-actions .action-dropdown ul.sub-menu li a:hover {
  background-color: #f9fafb;
}
.header-actions .action-dropdown ul.sub-menu li.is-current > a, .header-actions .action-dropdown ul.sub-menu li.current-menu-item > a, .header-actions .action-dropdown ul.sub-menu li.current_page_item > a, .header-actions .action-dropdown ul.sub-menu li.current-menu-ancestor > a {
  background-color: #cceff1;
  color: #1d3e6b;
  font-weight: 600;
}
.header-actions .buy-tickets-btn {
  background-color: #1d3e6b;
  color: #ffffff;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  padding: 12px 16px;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s, transform 0.2s;
  white-space: nowrap;
}
.header-actions .buy-tickets-btn:hover {
  background-color: #2c3a52;
}
@media (max-width: 349px) {
  .header-actions .buy-tickets-btn {
    display: none;
  }
}

.mobile-toggle-btn {
  display: none;
}
@media (max-width: 1200px) {
  .mobile-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }
}
.mobile-toggle-btn .hamburger-lines {
  width: 22px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mobile-toggle-btn .hamburger-lines span {
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #ffffff;
  border-radius: 9999px;
  transition: all 0.25s ease-in-out;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background-color: #ffffff;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  padding: 20px;
}
.mobile-menu-overlay.active {
  display: flex;
  animation: slideInFromLeft 0.3s ease-out forwards;
}
.mobile-menu-overlay .mobile-menu-progress {
  position: relative;
  height: 4px;
  background-color: rgba(0, 173, 187, 0.15);
  margin: -20px -20px 20px;
}
.mobile-menu-overlay .mobile-menu-progress #cma-mobile-scroll-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #f7941e;
  transition: width 0.1s ease;
}
.mobile-menu-overlay .mobile-menu-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  min-height: 40px;
}
.mobile-menu-overlay .mobile-menu-header .close-menu-btn {
  background: none;
  border: none;
  color: #00ADBB;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  margin: -12px 0 0 -12px;
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-overlay .mobile-menu-search {
  margin-bottom: 24px;
}
.mobile-menu-overlay .mobile-menu-search form {
  position: relative;
}
.mobile-menu-overlay .mobile-menu-search input[type=search] {
  width: 100%;
  background-color: #f9f9fb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 13px 48px 13px 16px;
  font-size: 16px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #616161;
  appearance: none;
  transition: border-color 0.2s ease;
}
.mobile-menu-overlay .mobile-menu-search input[type=search]::placeholder {
  color: #9ca3af;
}
.mobile-menu-overlay .mobile-menu-search input[type=search]:focus {
  outline: none;
  border-color: #00ADBB;
}
.mobile-menu-overlay .mobile-menu-search button[type=submit] {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  border: none;
  color: #616161;
  cursor: pointer;
}
.mobile-menu-overlay .mobile-menu-search button[type=submit] svg {
  width: 24px;
  height: 24px;
}
.mobile-menu-overlay .mobile-menu-links {
  display: flex;
  flex-direction: column;
  margin-left: -20px;
  margin-right: -20px;
}
.mobile-menu-overlay .mobile-menu-links ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li {
  width: 100%;
  position: relative;
  padding-bottom: 1px;
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #e5e7eb;
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li > a,
.mobile-menu-overlay .mobile-menu-links ul.menu > li .mobile-menu-item-row > a {
  color: #78787a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  min-height: 64px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  background: none;
  border-radius: 0;
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li > a.active,
.mobile-menu-overlay .mobile-menu-links ul.menu > li .mobile-menu-item-row > a.active {
  color: #00ADBB;
  font-weight: 600;
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li .mobile-menu-item-row {
  display: flex;
  align-items: stretch;
  background: none;
  border-radius: 0;
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li .mobile-menu-item-row > a {
  flex: 1;
  min-width: 0;
  padding-right: 8px;
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li .accordion-toggle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 56px;
  background: none;
  border: none;
  padding: 0 20px 0 0;
  color: #78787a;
  cursor: pointer;
  border-radius: 0;
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li .accordion-toggle i {
  transition: transform 0.25s;
  font-size: 17px;
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li .accordion-toggle.active i {
  transform: rotate(180deg);
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li > ul.sub-menu {
  display: none;
  background-color: #f9fafb;
  border-top: 1px solid #f3f4f6;
  padding: 0;
  list-style: none;
  margin: 0;
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li > ul.sub-menu > li {
  border-bottom: 1px solid #f3f4f6;
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li > ul.sub-menu > li:last-child {
  border-bottom: none;
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li > ul.sub-menu > li a {
  background: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  min-height: 52px;
  padding: 8px 20px 8px 36px;
  color: #78787a;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.mobile-menu-overlay .mobile-menu-links ul.menu > li > ul.sub-menu > li a.active {
  color: #00ADBB;
  font-weight: 600;
}
.mobile-menu-overlay .mobile-menu-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
  margin-bottom: 24px;
}
.mobile-menu-overlay .mobile-menu-cta .mobile-cta-btn {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.mobile-menu-overlay .mobile-menu-cta .mobile-cta-btn:hover {
  opacity: 0.9;
}
.mobile-menu-overlay .mobile-menu-cta .mobile-cta-btn.btn-teal {
  background-color: #00ADBB;
  color: #ffffff;
}
.mobile-menu-overlay .mobile-menu-cta .mobile-cta-btn.btn-navy {
  background-color: #1d3e6b;
  color: #ffffff;
}
.mobile-menu-overlay .mobile-menu-cta .mobile-cta-btn.btn-outline {
  border: 2px solid #00707a;
  color: #00707a;
  background-color: #ffffff;
}
.mobile-menu-overlay .mobile-menu-contact {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.mobile-menu-overlay .mobile-menu-contact h4 {
  font-weight: 700;
  font-size: 16px;
  color: #00ADBB;
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 1.65;
}
.mobile-menu-overlay .mobile-menu-contact p {
  font-size: 14px;
  color: #78787a;
  margin-bottom: 4px;
  line-height: 1.65;
}
.mobile-menu-overlay .mobile-menu-contact p:last-child {
  margin-bottom: 0;
}
.mobile-menu-overlay .mobile-menu-contact a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.mobile-menu-overlay .mobile-menu-contact a:hover, .mobile-menu-overlay .mobile-menu-contact a:focus-visible {
  color: #00ADBB;
  text-decoration: underline;
}
.mobile-menu-overlay .mobile-menu-contact__group {
  margin-bottom: 24px;
}
.mobile-menu-overlay .mobile-menu-contact__group--follow {
  margin-bottom: 16px;
}
.mobile-menu-overlay .mobile-menu-social {
  display: flex;
  gap: 16px;
}
.mobile-menu-overlay .mobile-menu-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #00ADBB;
  color: #ffffff;
  font-size: 18px;
  transition: background-color 0.2s, color 0.2s;
  text-decoration: none;
}
.mobile-menu-overlay .mobile-menu-social a:hover {
  background-color: #00707a;
  color: #ffffff;
}
.mobile-menu-overlay .mobile-menu-social a svg {
  width: 20px;
  height: 20px;
}

@keyframes cmaLogoGrow {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
body.admin-bar .cma-top-bar {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .cma-top-bar {
    top: 46px;
  }
}
body.admin-bar .mobile-menu-overlay {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .mobile-menu-overlay {
    top: 46px;
  }
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: visible !important;
}

.vc_column_container > .vc_column-inner,
.vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row {
  position: relative;
}

.rev_slider_wrapper {
  z-index: 7 !important;
  overflow: hidden !important;
}

.vc_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.wpb_single_image {
  position: relative;
}

.cma-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cma-section.cma-section--navy {
  background-color: #1d3e6b;
  color: #ffffff;
}
.cma-section.cma-section--cream {
  background-color: #fdf6ee;
}
.cma-section.cma-section--teal-pale {
  background-color: #cceff1;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@media (max-width: 992px) {
  .cma-section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .cma-section {
    padding: 40px 0;
  }
  .cma-btn {
    padding: 11px 20px;
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.cma-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  padding: 13px 24px;
  width: auto;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 640px) {
  .cma-btn {
    width: 100%;
  }
}
.cma-btn--orange {
  background-color: #f7941e;
  color: #152d4d;
}
.cma-btn--orange:hover {
  background-color: #9c4f04;
  color: #152d4d;
}
.cma-btn--teal {
  background-color: #00ADBB;
  color: #ffffff;
}
.cma-btn--teal:hover {
  background-color: #00707a;
  color: #ffffff;
}
.cma-btn--teal-dark {
  background-color: #00707a;
  color: #ffffff;
}
.cma-btn--teal-dark:hover {
  background-color: #1d3e6b;
  color: #ffffff;
}
.cma-btn--teal-outline {
  background-color: #ffffff;
  border: 2px solid #00707a;
  color: #00707a;
}
.cma-btn--teal-outline:hover {
  background-color: #00707a;
  border-color: #00707a;
  color: #ffffff;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.12));
}
.cma-btn--navy {
  background-color: #1d3e6b;
  color: #ffffff;
}
.cma-btn--navy:hover {
  background-color: #152d4d;
  color: #ffffff;
}
.cma-btn--navy-outline {
  background-color: transparent;
  border: 2px solid #1d3e6b;
  color: #1d3e6b;
}
.cma-btn--navy-outline:hover {
  background-color: #1d3e6b;
  color: #ffffff;
}
.cma-btn--white-outline {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #1d3e6b;
}
.cma-btn--white-outline:hover {
  background-color: transparent;
  color: #ffffff;
}
.cma-btn--outline-white {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cma-btn--outline-white:hover {
  background-color: #ffffff;
  color: #1d3e6b;
}

.cma-eyebrow {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.9px;
  text-transform: uppercase;
  margin: 0;
}

.cma-eyebrow--teal {
  color: #00707a;
}

.cma-eyebrow--teal-dark {
  color: #00707a;
}

.cma-eyebrow--orange {
  color: #f7941e;
}

.cma-eyebrow--navy {
  color: #1d3e6b;
}

.cma-eyebrow--white {
  color: #ffffff;
}

.cma-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #cceff1;
  color: #00707a;
  border: 1px solid rgba(0, 173, 187, 0.3);
  border-radius: 999px;
  padding: 6px 12px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
}
.cma-status-pill__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00707a;
  flex-shrink: 0;
}

.cma-btn__icon {
  font-size: 13px;
  margin-left: 6px;
}

.cma-tax-note {
  max-width: 560px;
  text-align: center;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  background-color: #1d3e6b;
  border: 0;
  border-radius: 16px;
  padding: 16px 24px;
}

.cma-daf {
  width: 100%;
  min-height: 50px;
}
.cma-daf--active {
  height: 76px;
}
.cma-daf--active .cma-daf__fallback {
  display: none;
}

.cma-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
.cma-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cma-section-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .cma-section-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 640px) {
  .cma-section-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cma-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.7;
  color: #00707a;
  text-decoration: none;
}
.cma-text-link i {
  font-size: 11px;
}
.cma-text-link:hover {
  color: #005a63;
  text-decoration: underline;
}
.cma-text-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 2px;
  text-decoration: underline;
}

.cma-social-btn-filled {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background-color: #00ADBB;
  color: #ffffff;
  font-size: 18px;
  transition: background-color 0.15s ease;
  text-decoration: none;
}
.cma-social-btn-filled:hover {
  background-color: #00707a;
  color: #ffffff;
}

.cma-social-btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  border: 2px solid #00ADBB;
  color: #00ADBB;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.cma-social-btn-outline:hover {
  background-color: #00ADBB;
  color: #ffffff;
}

.bg-cma-card-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}

.cma-wave-float {
  animation: cmaWaveFloat 3s ease-in-out infinite;
}

.cma-wave-float-reverse {
  animation: cmaWaveFloatReverse 3.8s ease-in-out infinite 0.6s;
}

@keyframes cmaWaveFloat {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-12px);
  }
}
@keyframes cmaWaveFloatReverse {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(12px);
  }
}
.candid-seal-wrap {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: #ffffff;
  border: 1px solid #a6c0ce;
  padding: 8px;
  align-self: flex-start;
  margin-top: 8px;
}
.candid-seal-wrap p {
  color: #101820;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
}
.candid-seal-wrap p strong {
  font-family: Georgia, serif;
  font-weight: 700;
}
.candid-seal-wrap img {
  height: 12px;
  width: 55px;
  display: block;
}

.cma-hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 80px;
  min-height: 0;
}
@media (max-width: 768px) {
  .cma-hero {
    padding: 0 40px;
    min-height: 70svh;
  }
}
@media (max-width: 640px) {
  .cma-hero {
    padding: 0 20px;
  }
}
.cma-hero__bg-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: #000000;
}
.cma-hero__bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.cma-hero__bg.is-active {
  opacity: 1;
}
.cma-hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .cma-hero__bg img {
    object-position: 75% 50%;
  }
}
.cma-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 17%, rgba(102, 102, 102, 0) 60%);
}
@media (max-width: 768px) {
  .cma-hero__overlay {
    background: linear-gradient(359deg, rgba(0, 0, 0, 0.8) 0.54%, rgba(0, 0, 0, 0) 76.83%);
  }
}
.cma-hero__inner {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cma-hero__inner {
    padding: 120px 0;
  }
}
@media (max-width: 768px) {
  .cma-hero__inner {
    padding: 40px 0;
  }
}
.cma-hero__content {
  display: flex;
  flex-direction: column;
  max-width: 640px;
}
.cma-hero__intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cma-hero__intro {
    gap: 16px;
  }
}
.cma-hero__intro .cma-eyebrow {
  color: #ffffff;
  opacity: 0.8;
}
.cma-hero__intro h1 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(34px, 5.9vw, 75px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  margin: 0;
}
.cma-hero__wave {
  display: flex;
  align-items: center;
  height: 80px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .cma-hero__wave {
    height: 60px;
  }
}
@media (max-width: 992px) {
  .cma-hero__wave {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .cma-hero__wave {
    height: 48px;
  }
}
.cma-hero__wave img {
  display: block;
  width: 249px;
  height: 15px;
}
.cma-hero__wave--orange {
  justify-content: flex-end;
}
.cma-hero__wave--teal {
  justify-content: flex-start;
}
.cma-hero__wave--teal img {
  width: 257px;
  height: 16px;
}
.cma-hero__subtitle {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 2.1vw, 30px);
  color: #e3ecfa;
  line-height: 1.3;
  letter-spacing: -1px;
  margin: 0;
}
.cma-hero__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-hero__ctas {
    flex-direction: column;
  }
}

.cma-hours-widget {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 360px;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(29, 62, 107, 0.12);
  transition: border-radius 0.3s;
}
@media (max-width: 768px) {
  .cma-hours-widget {
    display: none;
  }
}
.cma-hours-widget.is-open {
  border-radius: 24px;
}
.cma-hours-widget__trigger {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 8px 12px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.cma-hours-widget__clock {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #f7941e;
  color: #152d4d;
  font-size: 18px;
}
.cma-hours-widget__summary {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cma-hours-widget__title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #1d3e6b;
  line-height: 1.3;
}
.cma-hours-widget__times {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #00707a;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cma-hours-widget__chevron {
  flex-shrink: 0;
  color: #1d3e6b;
  font-size: 14px;
  transition: transform 0.2s;
}
.cma-hours-widget.is-open .cma-hours-widget__chevron {
  transform: rotate(180deg);
}
.cma-hours-widget__panel {
  padding: 0 12px 8px;
}
.cma-hours-widget__panel-inner {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.cma-hours-widget__panel-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 15px;
  color: #1d3e6b;
  margin: 0 0 16px;
}
.cma-hours-widget__hours-box {
  background-color: #fdf6ee;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cma-hours-widget__label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #1d3e6b;
  text-align: center;
  margin: 0;
}
.cma-hours-widget__row {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cma-hours-widget__row p {
  margin: 0;
}
.cma-hours-widget__row-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #1d3e6b;
}
.cma-hours-widget__row-time {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #00707a;
}
.cma-hours-widget__tickets {
  width: 100%;
}

.cma-pyv {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 160px 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cma-pyv {
    padding: 80px 0;
  }
}
.cma-pyv__circle {
  position: absolute;
  left: calc(50% + 66px);
  top: -865px;
  transform: translateX(-50%);
  width: 2138px;
  height: 2274px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cma-pyv__circle {
    display: none;
  }
}
.cma-pyv__circle img {
  display: block;
  width: 1530px;
  height: 1804px;
  transform: rotate(-24.31deg);
}
.cma-pyv__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.cma-pyv__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.cma-pyv__intro h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(28px, 3.75vw, 48px);
  font-weight: 800;
  color: #1d3e6b;
  letter-spacing: -1px;
  line-height: 1.1;
  margin: 0;
}
.cma-pyv__eyebrow {
  color: #1d3e6b;
  opacity: 0.8;
}
.cma-pyv__body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  max-width: 720px;
  margin: 0;
}
.cma-pyv__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-pyv__ctas {
    flex-direction: column;
  }
}
.cma-pyv__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 992px) {
  .cma-pyv__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .cma-pyv__grid {
    grid-template-columns: 1fr;
  }
}
.cma-pyv__scroll-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  border: 1px solid rgba(107, 126, 160, 0.25);
  border-radius: 200px;
  padding: 9px 17px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.cma-pyv__scroll-pill:hover {
  background-color: #cceff1;
}
.cma-pyv__scroll-pill p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  color: #1d3e6b;
  margin: 0;
}
.cma-pyv__scroll-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fbb040;
  color: #ffffff;
  font-size: 9px;
  flex-shrink: 0;
}
.cma-pyv__wave-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 13px;
  width: 100%;
}
.cma-pyv__wave-strip img {
  display: block;
  width: 422px;
  height: 57px;
  flex-shrink: 0;
}

.cma-pyv-card {
  background-color: #ffffff;
  border: 1px solid #e4e8ee;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 29px 25px 23px;
  min-height: 267px;
}
.cma-pyv-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cma-pyv-card__head h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #1d3e6b;
  line-height: 1.1;
  margin: 0;
}
.cma-pyv-card__icon-img {
  display: block;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}
.cma-pyv-card__desc {
  flex: 1;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #2c3a52;
  margin: 0;
  white-space: pre-line;
}
.cma-pyv-card__parking {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.cma-pyv-card__parking-bg {
  position: absolute;
  inset: 3.13%;
  width: 93.74%;
  height: 93.74%;
  display: block;
}
.cma-pyv-card__parking-pin {
  position: absolute;
  top: 20%;
  left: 27%;
  width: 46%;
  height: 58%;
  display: block;
}
.cma-pyv-card__parking-p {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}

.cma-exhibits {
  position: relative;
  width: 100%;
  padding-top: 160px;
  background-color: #cceff1;
  scroll-margin-top: var(--cma-header-height, 124px);
}
@media (max-width: 768px) {
  .cma-exhibits {
    padding-top: 80px;
  }
}
.cma-exhibits__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 0 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .cma-exhibits__head {
    gap: 24px;
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  .cma-exhibits__head {
    padding: 0 20px;
  }
}
.cma-exhibits__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(28px, 3.75vw, 48px);
  font-weight: 800;
  color: #1d3e6b;
  letter-spacing: -1px;
  line-height: 1.1;
  margin: 0;
}
.cma-exhibits__statue {
  position: absolute;
  right: 0;
  top: -260px;
  z-index: 30;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cma-exhibits__statue {
    display: none;
  }
}
.cma-exhibits__statue-img {
  display: block;
  width: 190px;
}
.cma-exhibits__statue-shadow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
}
.cma-exhibits__carousel-wrap {
  position: relative;
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .cma-exhibits__carousel-wrap {
    padding-bottom: 0;
  }
}
.cma-exhibits__carousel {
  position: relative;
  height: clamp(330px, 60px + min(570px, 102vw), 660px);
}
.cma-exhibits__carousel .slick-list,
.cma-exhibits__carousel .slick-track,
.cma-exhibits__carousel .slick-slide {
  height: 100%;
}
.cma-exhibits__carousel .slick-slide > div {
  height: 100%;
  line-height: 0;
}
.cma-exhibits__ellipse {
  position: absolute;
  left: 50%;
  top: 227px;
  transform: translateX(-50%);
  width: 1876px;
  height: 1876px;
  pointer-events: none;
}
.cma-exhibits__ellipse img {
  display: block;
  width: 100%;
  height: 100%;
}

.cma-exhibit-slide {
  position: relative;
  display: block;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cma-exhibit-slide__card {
  position: absolute;
  left: 50%;
  top: 60px;
  cursor: pointer;
  margin-left: calc(350px - 33.333vw);
  overflow: hidden;
  border-radius: 25px;
  width: min(450px, 70vw);
  aspect-ratio: 565/652;
  visibility: hidden;
  transform: scale(0.7) rotate(27.94deg) translateY(120px);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), margin-left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cma-exhibit-slide__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cma-exhibit-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}
.cma-exhibit-slide__content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.cma-exhibit-slide__badge {
  align-self: flex-start;
  border-radius: 8px;
  padding: 12px 18px;
  background-color: #cceff1;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: #1d3e6b;
  line-height: 1;
}
.cma-exhibit-slide__title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 2.5vw, 36px);
  color: #ffffff;
  line-height: 1.1;
  margin: 0;
}
.cma-exhibit-slide__desc {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 1.25vw, 18px);
  color: #ffffff;
  line-height: 1.7;
  margin: 0;
}

.cma-exhibits__carousel .slick-slide.is-next-slide .cma-exhibit-slide__card {
  visibility: visible;
}

.cma-exhibits__carousel .slick-slide.is-prev-slide .cma-exhibit-slide__card {
  margin-left: calc(33.333vw - 800px);
  transform: scale(0.7) rotate(-27.94deg) translateY(120px);
  visibility: visible;
}

.cma-exhibits__carousel .slick-slide.is-next2-slide .cma-exhibit-slide__card {
  margin-left: calc(1150px - 33.333vw);
  transform: scale(0.55) rotate(27.94deg) translateY(120px);
  visibility: visible;
}

.cma-exhibits__carousel .slick-slide.is-prev2-slide .cma-exhibit-slide__card {
  margin-left: calc(33.333vw - 1600px);
  transform: scale(0.55) rotate(-27.94deg) translateY(120px);
  visibility: visible;
}

.cma-exhibits__carousel .slick-slide.slick-current .cma-exhibit-slide__card {
  margin-left: calc(-1 * min(225px, 44vw));
  transform: scale(1) rotate(0deg) translateY(0);
  visibility: visible;
}
.cma-exhibits__carousel .slick-slide.slick-current .cma-exhibit-slide__content {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .cma-exhibits__carousel .slick-slide .cma-exhibit-slide__card {
    margin-left: calc(-1 * min(225px, 44vw));
    transform: none;
    transition: none;
  }
  .cma-exhibits__carousel .slick-slide:not(.slick-current) .cma-exhibit-slide__card {
    visibility: hidden;
  }
}
.cma-pill-scroll {
  display: flex;
  justify-content: safe center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
  width: 100%;
}
.cma-pill-scroll::-webkit-scrollbar {
  display: none;
}

.cma-nav-pill {
  flex-shrink: 0;
  padding: 8px 16px;
  border-radius: 9999px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ffffff;
  color: #1d3e6b;
  border: 1px solid rgba(107, 126, 160, 0.25);
  transition: background-color 0.2s, color 0.2s;
}
.cma-nav-pill:hover {
  background-color: #cceff1;
}
.cma-nav-pill.is-active {
  background-color: #1d3e6b;
  color: #ffffff;
  border-color: #1d3e6b;
}

.cma-events {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0 80px;
  background-color: #fdf6ee;
}
@media (max-width: 768px) {
  .cma-events {
    padding: 80px 0;
  }
}
.cma-events__squiggle {
  position: absolute;
  right: 0;
  top: 120px;
  width: 560px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cma-events__squiggle {
    width: 420px;
    top: 100px;
  }
}
@media (max-width: 768px) {
  .cma-events__squiggle {
    display: none;
  }
}
.cma-events__squiggle img {
  display: block;
  width: 100%;
  height: auto;
}
.cma-events__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.cma-events__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.cma-events__intro h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(28px, 3.75vw, 48px);
  font-weight: 800;
  color: #1d3e6b;
  text-align: center;
  line-height: 1.1;
  margin: 0;
}
.cma-events__eyebrow {
  color: #00707a;
}
.cma-events__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cma-events__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .cma-events__grid {
    grid-template-columns: 1fr;
  }
}
.cma-events__empty {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .cma-events__empty {
    padding: 64px 48px;
  }
}
.cma-events__empty[hidden] {
  display: none;
}
.cma-events__empty-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.cma-events__empty-shape--1 {
  top: 12%;
  left: 6%;
  width: 72px;
  height: 72px;
  background-color: rgba(247, 148, 30, 0.1);
}
@media (max-width: 768px) {
  .cma-events__empty-shape--1 {
    width: 96px;
    height: 96px;
  }
}
.cma-events__empty-shape--2 {
  bottom: 18%;
  right: 8%;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 173, 187, 0.1);
}
@media (max-width: 768px) {
  .cma-events__empty-shape--2 {
    width: 72px;
    height: 72px;
  }
}
.cma-events__empty-shape--3 {
  top: 22%;
  right: 14%;
  width: 36px;
  height: 36px;
  background-color: rgba(74, 209, 220, 0.15);
}
.cma-events__empty-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #cceff1;
  color: #00707a;
  font-size: 28px;
  flex-shrink: 0;
}
.cma-events__empty-eyebrow {
  position: relative;
  color: #9c4f04;
}
.cma-events__empty-heading {
  position: relative;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #1d3e6b;
  margin: 0;
}
.cma-events__empty-body {
  position: relative;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: rgba(29, 62, 107, 0.8);
  max-width: 440px;
  margin: 0;
}
.cma-events__empty-reset {
  position: relative;
  margin-top: 4px;
  border: 0;
  cursor: pointer;
}
.cma-events__wave-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 13px;
  width: 100%;
}
.cma-events__wave-strip img {
  display: block;
  width: 422px;
  height: 57px;
  flex-shrink: 0;
}

.cma-event-card {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cma-event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.cma-event-card.is-hidden {
  display: none;
}
.cma-event-card .cma-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
.cma-event-card .cma-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cma-event-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cma-event-card__meta p {
  margin: 0;
}
.cma-event-card__category {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #00707a;
}
.cma-event-card__title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #1d3e6b;
  line-height: 1.3;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .cma-event-card__title {
    font-size: 22px;
  }
}
.cma-event-card__badge {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: rgba(29, 62, 107, 0.8);
}
.cma-event-card__desc {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
}
.cma-event-card .cma-text-link {
  margin-top: auto;
}

.cma-pricing {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 120px 0;
  background-color: #fdf6ee;
}
@media (max-width: 768px) {
  .cma-pricing {
    padding: 80px 0;
  }
}
.cma-pricing__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cma-pricing__head {
    gap: 24px;
    margin-bottom: 32px;
  }
}
.cma-pricing__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(28px, 3.75vw, 48px);
  font-weight: 800;
  color: #1d3e6b;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.cma-pricing__sublines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.cma-pricing__subline {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #1d3e6b;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}
.cma-pricing__subline--bold {
  font-weight: 900;
}
.cma-pricing__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  border-radius: 200px;
  background-color: #ffffff;
  border: 1px solid rgba(107, 126, 160, 0.25);
}
@media (max-width: 640px) {
  .cma-pricing__tabs {
    border-radius: 16px;
    width: 100%;
  }
}
.cma-pricing__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 1000px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s;
}
.cma-pricing__tab .cma-pricing__tab-label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #1d3e6b;
  white-space: nowrap;
  line-height: 1.14;
}
.cma-pricing__tab .cma-pricing__tab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: rgba(247, 148, 30, 0.1);
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #9c4f04;
  white-space: nowrap;
}
.cma-pricing__tab .cma-pricing__tab-badge--tickets {
  background-color: rgba(247, 148, 30, 0.15);
}
.cma-pricing__tab .cma-pricing__tab-badge--tickets i {
  font-size: 9px;
}
.cma-pricing__tab:not(.is-active):hover {
  background-color: rgba(29, 62, 107, 0.08);
}
.cma-pricing__tab:focus-visible {
  outline: 2px solid #00707a;
  outline-offset: 2px;
}
.cma-pricing__tab.is-active {
  background-color: #1d3e6b;
}
.cma-pricing__tab.is-active .cma-pricing__tab-label {
  color: #ffffff;
}
.cma-pricing__tab.is-active .cma-pricing__tab-badge:not(.cma-pricing__tab-badge--tickets) {
  background-color: #ffffff;
  color: #1d3e6b;
}
.cma-pricing__panel {
  width: 100%;
  border-radius: 24px;
  padding: 64px;
  display: none;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .cma-pricing__panel {
    padding: 40px;
  }
}
.cma-pricing__panel.is-active {
  display: flex;
}
.cma-pricing__panel--membership {
  background-color: #00707a;
}
.cma-pricing__panel--single {
  background-color: #ffffff;
}
.cma-pricing__panel--single .cma-pricing__eyebrow {
  color: rgba(29, 62, 107, 0.8);
}
.cma-pricing__panel--single .cma-pricing__price,
.cma-pricing__panel--single .cma-pricing__price-suffix {
  color: #1d3e6b;
}
.cma-pricing__panel--single .cma-pricing__divider {
  background-color: rgba(0, 0, 0, 0.15);
}
.cma-pricing__eyebrow {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.cma-pricing__price-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 640px) {
  .cma-pricing__price-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cma-pricing__price-wrap {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  min-width: 0;
}
.cma-pricing__price {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(56px, 7vw, 87px);
  color: #ffffff;
  letter-spacing: -3px;
  line-height: 1;
}
.cma-pricing__price-suffix {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #e3ecfa;
  line-height: 1.4;
  padding-bottom: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cma-pricing__price-suffix {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .cma-pricing__price-suffix {
    font-size: 16px;
  }
}
.cma-pricing__divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.cma-pricing__benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
}
@media (max-width: 640px) {
  .cma-pricing__benefits {
    grid-template-columns: 1fr;
  }
}
.cma-pricing__benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cma-pricing__benefit img {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.cma-pricing__benefit span {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
}
.cma-pricing__price-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 640px) {
  .cma-pricing__price-grid {
    flex-direction: column;
    gap: 24px;
  }
}
.cma-pricing__price-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 640px) {
  .cma-pricing__price-item {
    gap: 8px;
  }
}
.cma-pricing__price-item p {
  margin: 0;
}
.cma-pricing__price-label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(10px, 1.5vw, 14px);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(29, 62, 107, 0.8);
}
.cma-pricing__price-value {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 4vw, 48px);
  letter-spacing: -2px;
  line-height: 1;
  color: #1d3e6b;
}
.cma-pricing__notice {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: center;
  border-radius: 20px;
  padding: 8px 16px;
  background-color: #ffffff;
  border: 1px solid rgba(107, 126, 160, 0.25);
}
.cma-pricing__notice i {
  color: #9c4f04;
  font-size: 13px;
  flex-shrink: 0;
}
.cma-pricing__notice p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #346094;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 640px) {
  .cma-pricing__notice p {
    font-size: 12px;
  }
}
.cma-pricing__wave-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 13px;
  width: 100%;
}
.cma-pricing__wave-strip img {
  display: block;
  width: 422px;
  height: 57px;
  flex-shrink: 0;
}

.cma-testimonials {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 128px 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cma-testimonials {
    padding: 96px 0;
  }
}
@media (max-width: 768px) {
  .cma-testimonials {
    padding: 64px 0;
  }
}
.cma-testimonials__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 768px) {
  .cma-testimonials__container {
    padding: 0 32px;
  }
}
@media (max-width: 640px) {
  .cma-testimonials__container {
    padding: 0 20px;
  }
}
.cma-testimonials__head {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cma-testimonials__head {
    margin-bottom: 40px;
  }
}
.cma-testimonials__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(28px, 3.75vw, 48px);
  font-weight: 800;
  color: #1d3e6b;
  line-height: 1.1;
  margin: 0;
}
.cma-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 992px) {
  .cma-testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .cma-testimonials__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cma-testimonials__wave-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 13px;
  width: 100%;
}
.cma-testimonials__wave-strip img {
  display: block;
  width: 422px;
  height: 57px;
  flex-shrink: 0;
}

.cma-testimonial-card {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  padding: 29px;
}
@media (max-width: 768px) {
  .cma-testimonial-card {
    padding: 24px;
  }
}
.cma-testimonial-card__stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cma-testimonial-card__stars i {
  color: #9c4f04;
  font-size: 17px;
}
.cma-testimonial-card__author {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
.cma-testimonial-card__author p {
  margin: 0;
}

.cma-testimonial-quote {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-style: italic;
  color: #1d3e6b;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 768px) {
  .cma-testimonial-quote {
    font-size: 17px;
    line-height: 26px;
  }
}

.cma-testimonial-name {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  color: #1d3e6b;
  font-size: 18px;
  line-height: 24px;
}

.cma-testimonial-location {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #6b7280;
  font-size: 15px;
  line-height: 20px;
}

.cma-impact {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 120px 0 340px;
  background-color: #1d3e6b;
}
@media (max-width: 992px) {
  .cma-impact {
    padding-bottom: 220px;
  }
}
@media (max-width: 768px) {
  .cma-impact {
    padding: 60px 0 140px;
  }
}
.cma-impact__wave {
  position: absolute;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 13px;
  width: 100%;
}
.cma-impact__wave--top {
  top: 0;
}
.cma-impact__wave--bottom {
  bottom: 0;
}
.cma-impact__wave img {
  display: block;
  width: 422px;
  height: 57px;
  flex-shrink: 0;
}
.cma-impact__script {
  position: absolute;
  right: 0;
  bottom: 13px;
  width: 80%;
  max-width: 1083px;
  pointer-events: none;
}
.cma-impact__script img {
  display: block;
  width: 100%;
  height: auto;
}
.cma-impact__content {
  position: relative;
}
.cma-impact__cols {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 992px) {
  .cma-impact__cols {
    flex-direction: column;
    gap: 32px;
  }
}
.cma-impact__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .cma-impact__text {
    gap: 24px;
  }
}
.cma-impact__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-impact__intro h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(28px, 3.75vw, 48px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin: 0;
}
.cma-impact__eyebrow {
  color: #f7941e;
}
.cma-impact__body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 2vw, 18px);
  color: #e3ecfa;
  line-height: 1.7;
  margin: 0;
}
.cma-impact__ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 640px) {
  .cma-impact__ctas {
    flex-direction: column;
    gap: 12px;
  }
}
.cma-impact__photo {
  flex: 1;
  width: 100%;
}
.cma-impact__photo img {
  width: 100%;
  height: clamp(220px, 55vw, 470px);
  object-fit: cover;
  border-radius: 30px;
}

.cma-instagram {
  width: 100%;
  background-color: #ffffff;
  padding: 96px 0;
}
@media (max-width: 768px) {
  .cma-instagram {
    padding: 64px 0;
  }
}
.cma-instagram__head {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cma-instagram__head {
    margin-bottom: 48px;
  }
}
.cma-instagram__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(28px, 3.75vw, 48px);
  font-weight: 800;
  color: #1d3e6b;
  letter-spacing: -1px;
  margin: 0 0 12px;
}
.cma-instagram__subheading {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 2.1vw, 30px);
  color: #6b7280;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 24px;
}
.cma-instagram__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.cma-instagram__feed #sb_instagram {
  padding-bottom: 0 !important;
}
.cma-instagram__feed #sbi_images {
  gap: 12px !important;
  padding: 0;
}
.cma-instagram__feed #sb_instagram .sbi_photo_wrap,
.cma-instagram__feed #sb_instagram .sbi_photo {
  border-radius: 16px;
  overflow: hidden;
}
.cma-instagram__feed #sb_instagram .sbi_photo img {
  border-radius: 16px;
  transition: transform 0.2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cma-instagram__feed #sb_instagram .sbi_photo:hover img {
  transform: scale(1.04);
}
.cma-instagram__feed #sb_instagram #sbi_load .sbi_follow_btn {
  display: none;
}
.cma-instagram__feed #sb_instagram #sbi_load {
  padding-top: 24px;
}
.cma-instagram__feed #sb_instagram #sbi_load .sbi_load_btn {
  background: #f7941e;
  color: #152d4d;
  border-radius: 9999px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
  padding: 12px 28px;
}
.cma-instagram__feed #sb_instagram #sbi_load .sbi_load_btn:hover, .cma-instagram__feed #sb_instagram #sbi_load .sbi_load_btn:focus {
  background: #9c4f04;
  color: #ffffff;
  box-shadow: none;
}
.cma-instagram__feed #sbi_mod_error {
  border-radius: 12px;
  font-size: 13px;
}
.cma-instagram__masonry {
  columns: 3 200px;
  column-gap: 12px;
}
@media (max-width: 768px) {
  .cma-instagram__masonry {
    columns: 2 200px;
  }
}
@media (max-width: 640px) {
  .cma-instagram__masonry {
    columns: 1;
  }
}
.cma-instagram__item {
  display: block;
  break-inside: avoid;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
}
.cma-instagram__item-inner {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  transition: transform 0.2s;
}
.cma-instagram__item:hover .cma-instagram__item-inner {
  transform: scale(1.04);
}
.cma-instagram__item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cma-instagram__card {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.cma-instagram__card-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1d3e6b;
}
.cma-instagram__card-date {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  color: #6b7280;
  margin-top: 4px;
}
.cma-instagram__bubble {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #f7941e;
  border-radius: 9999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  padding: 12px 20px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #152d4d;
  white-space: nowrap;
}

.cma-ticker {
  width: 100%;
  overflow: hidden;
  padding: 16px 0;
  position: relative;
}
.cma-ticker--navy {
  background-color: #1d3e6b;
}
.cma-ticker--teal {
  background-color: #00707a;
}
.cma-ticker__track {
  display: flex;
  width: max-content;
  animation-name: cmaTickerScroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.cma-ticker__item {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .cma-ticker__item {
    gap: 20px;
  }
}
.cma-ticker__item p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2.1vw, 30px);
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
}
.cma-ticker__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #00ADBB;
  height: clamp(18px, 2.15vw, 31px);
  width: clamp(15px, 1.82vw, 26px);
}
.cma-ticker__chevron svg {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes cmaTickerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
.cma-bottom-cta {
  position: relative;
  width: 100%;
  min-height: 800px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cma-bottom-cta {
    min-height: 700px;
  }
}
@media (max-width: 768px) {
  .cma-bottom-cta {
    min-height: 600px;
  }
}
.cma-bottom-cta__wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cma-bottom-cta__wave {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .cma-bottom-cta__wave {
    height: 60px;
  }
}
.cma-bottom-cta__wave svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cma-bottom-cta__wave--top {
  top: 0;
}
.cma-bottom-cta__wave--bottom {
  bottom: 0;
  height: 105px;
  transform: scaleY(-1);
}
@media (max-width: 992px) {
  .cma-bottom-cta__wave--bottom {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .cma-bottom-cta__wave--bottom {
    height: 60px;
  }
}
.cma-bottom-cta__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.cma-bottom-cta__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  padding: 100px 60px;
}
@media (max-width: 992px) {
  .cma-bottom-cta__content {
    gap: 32px;
    padding: 64px 48px;
  }
}
@media (max-width: 768px) {
  .cma-bottom-cta__content {
    gap: 24px;
    padding: 64px 20px;
  }
}
.cma-bottom-cta__content h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #ffffff;
  max-width: 700px;
  margin: 0;
}
.cma-bottom-cta__body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .cma-bottom-cta__body {
    font-size: 16px;
  }
}
.cma-bottom-cta__stat {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #ffd69a;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .cma-bottom-cta__stat {
    font-size: 14px;
  }
}
.cma-bottom-cta__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
}
@media (max-width: 640px) {
  .cma-bottom-cta__ctas {
    flex-direction: column;
  }
}
.cma-bottom-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 22px 34px;
  border-radius: 9999px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 24px;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s, transform 0.15s;
  width: auto;
}
@media (max-width: 768px) {
  .cma-bottom-cta__btn {
    padding: 16px 24px;
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .cma-bottom-cta__btn {
    width: 100%;
  }
}
.cma-bottom-cta__btn:hover {
  transform: scale(1.03);
}
.cma-bottom-cta__btn--teal {
  background-color: #00ADBB;
  color: #ffffff;
}
.cma-bottom-cta__btn--teal:hover {
  background-color: #00707a;
}
.cma-bottom-cta__btn--white {
  background-color: #ffffff;
  color: #00ADBB;
}
.cma-bottom-cta__btn--white:hover {
  background-color: #f9fafb;
}

.cma-article {
  background-color: #fdf6ee;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-article {
    padding: 60px 0;
  }
}
.cma-article__wrap {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-article__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.cma-article__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  flex-wrap: wrap;
}
.cma-article__breadcrumb a {
  color: #1d3e6b;
  text-decoration: none;
}
.cma-article__breadcrumb a:hover {
  text-decoration: underline;
}
.cma-article__breadcrumb span {
  color: #1d3e6b;
  font-size: 18px;
}
.cma-article__breadcrumb .is-current {
  color: #00707a;
  font-size: 15px;
}
.cma-article__share {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.cma-article__layout {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cma-article__layout {
    flex-direction: column;
  }
}
.cma-article__sidebar-nav {
  width: 220px;
  flex-shrink: 0;
  position: sticky;
  top: 140px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 992px) {
  .cma-article__sidebar-nav {
    position: static;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.cma-article__sidebar-nav a {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1d3e6b;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 10px;
}
.cma-article__sidebar-nav a:hover {
  background-color: #ffffff;
  color: #00707a;
}
.cma-article__card {
  flex: 1;
  min-width: 0;
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 768px) {
  .cma-article__card {
    padding: 24px;
    gap: 32px;
  }
}
.cma-article__hero {
  position: relative;
}
.cma-article__hero-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}
@media (max-width: 768px) {
  .cma-article__hero-img {
    height: 220px;
  }
}
.cma-article__badge {
  position: absolute;
  top: 20px;
  left: 23px;
  border-radius: 8px;
  padding: 12px 18px;
  color: #ffffff;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.cma-article__badge--navy {
  background-color: #1d3e6b;
}
.cma-article__badge--teal-dark {
  background-color: #00707a;
}
.cma-article__title-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-article__title-block h1 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0;
}
.cma-article__eyebrow {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #00707a;
  margin: 0;
}
.cma-article__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cma-article__pill {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #00707a;
  background-color: #cceff1;
  padding: 6px 12px;
  border-radius: 9999px;
}
.cma-article__pill--warn {
  color: #9c4f04;
  background-color: rgba(247, 148, 30, 0.1);
}
.cma-article__hours {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #9c4f04;
  margin: 0;
}
.cma-article__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #1d3e6b;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
}
.cma-article__body p {
  margin: 0;
}
.cma-article__body a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cma-article__body a:hover, .cma-article__body a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.cma-article__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-article__ctas {
    flex-direction: column;
  }
}
.cma-article__sections {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cma-article__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-article__section--has-image {
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 768px) {
  .cma-article__section--has-image {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
.cma-article__section h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #1d3e6b;
  margin: 0;
  display: inline;
}
.cma-article__section p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
}
.cma-article__section-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.cma-article__section-img {
  flex-shrink: 0;
  width: 200px;
  border-radius: 16px;
  overflow: hidden;
  line-height: 0;
}
.cma-article__section-img img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cma-article__section-img {
    width: 100%;
    order: -1;
  }
  .cma-article__section-img img {
    height: 200px;
  }
}
.cma-article__section-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}
.cma-article__section-subtitle {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgba(29, 62, 107, 0.8);
}
.cma-article__logo {
  display: flex;
  justify-content: center;
}
.cma-article__logo img {
  display: block;
  max-width: 280px;
  max-height: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.cma-article__sponsor-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cma-article__sponsor-panel h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #1d3e6b;
  margin: 0;
}
.cma-article__sponsor-intro {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
}
.cma-article__sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.cma-article__sponsor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.cma-article__sponsor-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 90px;
  padding: 8px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0;
}
.cma-article__sponsor-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.cma-article__sponsor-logo--banner {
  width: 280px;
  height: 70px;
  background-color: transparent;
  padding: 0;
}
.cma-article__sponsor-role {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #1d3e6b;
  text-align: center;
  margin: 0;
}
.cma-article__divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
.cma-article__related {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cma-article__related-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #1d3e6b;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 768px) {
  .cma-article__related-title {
    font-size: 28px;
  }
}
.cma-article__related-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cma-prose {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
}
.cma-prose p {
  margin: 0 0 20px;
  line-height: 1.7;
}
.cma-prose h2 {
  font-weight: 800;
  font-size: 20px;
  margin: 40px 0 16px;
}
.cma-prose h3 {
  font-weight: 800;
  font-size: 20px;
  margin: 32px 0 12px;
}
.cma-prose ul, .cma-prose ol {
  margin: 0 0 20px;
  padding-left: 24px;
}
.cma-prose ul li, .cma-prose ol li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.cma-prose blockquote {
  border-left: 4px solid #00ADBB;
  margin: 24px 0;
  padding: 4px 0 4px 20px;
  font-style: italic;
  color: #00707a;
}
.cma-prose blockquote cite {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
.cma-prose hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 32px 0;
}
.cma-prose strong {
  font-weight: 800;
}
.cma-prose mark {
  background-color: #cceff1;
  padding: 0 4px;
}
.cma-prose .pullquote {
  background-color: #fdf6ee;
  border-radius: 16px;
  padding: 24px;
  font-weight: 700;
  font-size: 18px;
  margin: 24px 0;
}
.cma-prose a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cma-prose a:hover, .cma-prose a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.cma-related-card {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
@media (max-width: 768px) {
  .cma-related-card {
    flex-direction: column;
    align-items: stretch;
  }
}
.cma-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.cma-related-card__img {
  width: 266px;
  height: 220px;
  object-fit: cover;
  border-radius: 24px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cma-related-card__img {
    width: 100%;
    height: 180px;
  }
}
.cma-related-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cma-related-card__eyebrow {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #00707a;
  margin: 0;
}
.cma-related-card__title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #1d3e6b;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin: 0;
}
@media (max-width: 768px) {
  .cma-related-card__title {
    font-size: 24px;
  }
}
.cma-related-card__excerpt {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cma-page-hero {
  position: relative;
  width: 100%;
  padding: 0 80px;
  overflow: hidden;
  background-color: #1d3e6b;
}
@media (max-width: 768px) {
  .cma-page-hero {
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  .cma-page-hero {
    padding: 0 20px;
  }
}
.cma-page-hero__bg {
  position: absolute;
  inset: 0;
  background-color: #000000;
}
.cma-page-hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.cma-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(359deg, rgba(0, 0, 0, 0.8) 0.54%, rgba(0, 0, 0, 0) 76.83%);
}
.cma-page-hero__inner {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cma-page-hero__inner {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .cma-page-hero__inner {
    padding: 60px 0;
  }
}
.cma-page-hero__row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "text  aside" "trust aside";
  align-items: center;
  column-gap: 64px;
  row-gap: 20px;
}
@media (max-width: 992px) {
  .cma-page-hero__row {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "aside" "trust";
    justify-items: flex-start;
    row-gap: 40px;
  }
}
.cma-page-hero__text {
  grid-area: text;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #ffffff;
  max-width: 560px;
}
.cma-page-hero__text h1 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 5.9vw, 75px);
  color: #ffffff;
  line-height: 0.95;
  margin: 0;
}
.cma-page-hero__eyebrow {
  color: #ffffff;
  opacity: 0.8;
}
.cma-page-hero__subheading {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2.1vw, 22px);
  color: #4AD1DC;
  line-height: 1.3;
  margin: 0;
}
.cma-page-hero__subtitle {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 2.1vw, 24px);
  color: #e3ecfa;
  line-height: 1.3;
  letter-spacing: -0.5px;
  max-width: 480px;
  margin: 0;
}
.cma-page-hero__body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  max-width: 520px;
  margin: 0;
}
.cma-page-hero__trust {
  grid-area: trust;
  display: flex;
}
@media (max-width: 768px) {
  .cma-page-hero__trust {
    justify-self: center;
  }
}
.cma-page-hero__tax-disclosure {
  position: relative;
  margin: 32px auto 0;
}
.cma-page-hero__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding-top: 4px;
}
@media (max-width: 640px) {
  .cma-page-hero__ctas {
    flex-direction: column;
  }
}
.cma-page-hero__cards {
  grid-area: aside;
  width: 100%;
  max-width: 380px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cma-page-hero__stats {
  grid-area: aside;
  width: 100%;
  max-width: 340px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .cma-page-hero__stats {
    justify-self: center;
  }
}

.cma-page-hero-stat {
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cma-page-hero-stat--orange {
  background-color: #f7941e;
}
.cma-page-hero-stat--navy {
  background-color: #1d3e6b;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cma-page-hero-stat__value {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
.cma-page-hero-stat__label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.cma-page-hero-stat__detail {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 2px 0 0;
}

.cma-page-hero-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  padding: 16px 20px;
  background-color: #ffffff;
}
.cma-page-hero-card:nth-child(even) {
  background-color: #cceff1;
}
.cma-page-hero-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f7941e;
  color: #152d4d;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.cma-page-hero-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cma-page-hero-card__title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 15px;
  color: #1d3e6b;
  line-height: 1.3;
  margin: 0;
}
.cma-page-hero-card__text {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  color: #1d3e6b;
  line-height: 1.5;
  margin: 0;
}

.cma-split {
  width: 100%;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-split {
    padding: 60px 0;
  }
}
.cma-split--white {
  background-color: #ffffff;
}
.cma-split--cream {
  background-color: #fdf6ee;
}
.cma-split--teal-pale {
  background-color: #cceff1;
}
.cma-split--navy {
  background-color: #1d3e6b;
}
.cma-split--navy .cma-split__text h2 {
  color: #ffffff;
}
.cma-split--navy .cma-split__eyebrow {
  color: #f7941e;
}
.cma-split--navy .cma-split__body,
.cma-split--navy .cma-split__bullets li {
  color: #e3ecfa;
}
.cma-split--navy .cma-split__secondary {
  color: #ffffff;
}
.cma-split__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
}
@media (max-width: 992px) {
  .cma-split__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.cma-split--img-left .cma-split__inner {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cma-split--img-left .cma-split__inner {
    flex-direction: column;
  }
}
.cma-split__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cma-split__text h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  line-height: 1.1;
  margin: 0;
}
.cma-split__eyebrow {
  color: #00707a;
}
.cma-split__body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
}
.cma-split__secondary {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  color: #1d3e6b;
  margin: 8px 0 0;
}
.cma-split__bullets {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cma-split__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
}
.cma-split__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00707a;
  margin-top: 8px;
  flex-shrink: 0;
}
.cma-split__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-split__ctas {
    flex-direction: column;
  }
}
.cma-split__media {
  flex: 1;
  width: 100%;
}
.cma-split__img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
}

.cma-faq {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-faq {
    padding: 60px 0;
  }
}
.cma-faq__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.cma-faq__heading {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  text-align: center;
  margin: 0;
}
.cma-faq__layout {
  display: flex;
  flex-direction: row;
  gap: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cma-faq__layout {
    flex-direction: column;
  }
}
.cma-faq__accordion {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cma-faq__subheading {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(18px, 1.4vw, 22px);
  color: #1d3e6b;
  margin: 14px 0 2px;
}
.cma-faq__subheading:first-child {
  margin-top: 0;
}
.cma-faq__sidebar {
  width: 100%;
  max-width: 380px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .cma-faq__sidebar {
    max-width: 100%;
  }
}

.cma-faq-item {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.cma-faq-item.is-open {
  background-color: #cceff1;
}
.cma-faq-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 32px 24px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.cma-faq-item__trigger h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1d3e6b;
  margin: 0;
}
.cma-faq-item.is-open .cma-faq-item__trigger h3 {
  font-weight: 900;
}
.cma-faq-item__icon {
  flex-shrink: 0;
  color: #9c4f04;
  font-size: 12px;
}
.cma-faq-item__panel-inner {
  padding: 0 24px 32px;
  color: #1d3e6b;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
}
.cma-faq-item__panel-inner p {
  margin: 0 0 12px;
}
.cma-faq-item__panel-inner p:last-child {
  margin-bottom: 0;
}

.cma-faq-sidebar-card {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  overflow: hidden;
  position: sticky;
  top: 140px;
}
@media (max-width: 992px) {
  .cma-faq-sidebar-card {
    position: static;
  }
}
.cma-faq-sidebar-card__img {
  height: 266px;
  overflow: hidden;
}
.cma-faq-sidebar-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cma-faq-sidebar-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-faq-sidebar-card__body h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #1d3e6b;
  margin: 0;
}
.cma-faq-sidebar-card__body p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
}

.cma-exhibits-grid {
  width: 100%;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-exhibits-grid {
    padding: 60px 0;
  }
}
.cma-exhibits-grid--white {
  background-color: #ffffff;
}
.cma-exhibits-grid--cream {
  background-color: #fdf6ee;
}
.cma-exhibits-grid__container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cma-exhibits-grid__heading {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  text-align: center;
  margin: 0;
}
.cma-exhibits-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .cma-exhibits-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .cma-exhibits-grid__grid {
    grid-template-columns: 1fr;
  }
}

.cma-exhibit-card {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cma-exhibit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.cma-exhibit-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cma-exhibit-card__meta p {
  margin: 0;
}
.cma-exhibit-card__badge {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #00707a;
}
.cma-exhibit-card__title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #1d3e6b;
  line-height: 1.3;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .cma-exhibit-card__title {
    font-size: 22px;
  }
}
.cma-exhibit-card__desc {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
}
.cma-exhibit-card .cma-text-link {
  margin-top: auto;
}

.cma-cal-events {
  width: 100%;
  background-color: #ffffff;
  padding: 32px 0 80px;
}
.cma-cal-events__container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.cma-event-card__hours {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #9c4f04;
  margin: 0;
}

.cma-cal-events .cma-events__grid,
.cma-cal-events__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cma-cal-events .cma-events__grid,
  .cma-cal-events__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .cma-cal-events .cma-events__grid,
  .cma-cal-events__grid {
    grid-template-columns: 1fr;
  }
}

.cma-programs {
  width: 100%;
  background-color: #cceff1;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cma-programs {
    padding: 60px 0;
  }
}
.cma-programs__inner {
  max-width: 1520px;
}
@media (min-width: 993px) and (max-width: 1519px) {
  .cma-programs__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 993px) and (max-width: 1399px) {
  .cma-programs__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cma-programs__head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .cma-programs__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cma-programs__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
}
.cma-programs__intro h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  margin: 0;
}
.cma-programs__intro p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
}
.cma-programs__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.cma-programs__brochure {
  white-space: nowrap;
}
.cma-programs__nav {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.cma-programs__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #1d3e6b;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.cma-programs__arrow:hover {
  background-color: #2c3a52;
}
.cma-programs__slider {
  width: 100%;
}

.cma-card-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.cma-card-slider::-webkit-scrollbar {
  display: none;
}
.cma-card-slider > * {
  scroll-snap-align: start;
}

.cma-program-card {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 300px;
  flex-shrink: 0;
  text-decoration: none;
  scroll-snap-align: start;
}
@media (max-width: 640px) {
  .cma-program-card {
    width: 260px;
  }
}
.cma-program-card__img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 160px;
  flex-shrink: 0;
}
.cma-program-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cma-program-card h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #1d3e6b;
  margin: 0;
}
.cma-program-card p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
  flex: 1;
}

.cma-comparison {
  width: 100%;
  background-color: #fdf6ee;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .cma-comparison {
    padding: 80px 0;
  }
}
.cma-comparison__container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cma-comparison__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.cma-comparison__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  margin: 0;
}
.cma-comparison__eyebrow {
  color: #00707a;
}
.cma-comparison__body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  max-width: 520px;
  margin: 0;
}
.cma-comparison__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .cma-comparison__grid {
    grid-template-columns: 1fr;
  }
}

.cma-comparison-card {
  position: relative;
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .cma-comparison-card {
    padding: 32px;
  }
}
.cma-comparison-card.is-highlight {
  background-color: #00707a;
  border-color: transparent;
  color: #ffffff;
}
.cma-comparison-card.is-highlight .cma-eyebrow {
  color: rgba(255, 255, 255, 0.7);
}
.cma-comparison-card.is-highlight .cma-comparison-card__price,
.cma-comparison-card.is-highlight .cma-comparison-card__benefit span {
  color: #ffffff;
}
.cma-comparison-card.is-highlight .cma-comparison-card__period,
.cma-comparison-card.is-highlight .cma-comparison-card__desc {
  color: rgba(255, 255, 255, 0.7);
}
.cma-comparison-card.is-highlight .cma-comparison-card__benefits {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cma-comparison-card.is-highlight .cma-comparison-card__benefit {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.cma-comparison-card.is-highlight .cma-comparison-card__benefit i {
  color: #ffffff;
  opacity: 0.8;
}
.cma-comparison-card__ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7941e;
  color: #152d4d;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 9999px;
  white-space: nowrap;
}
.cma-comparison-card__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cma-comparison-card__price-row {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.cma-comparison-card__price {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(48px, 6vw, 72px);
  color: #1d3e6b;
  line-height: 1;
  letter-spacing: -3px;
}
.cma-comparison-card__period {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: rgba(29, 62, 107, 0.8);
  padding-bottom: 8px;
}
.cma-comparison-card__desc {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  color: rgba(29, 62, 107, 0.8);
  line-height: 1.5;
  margin: 0;
}
.cma-comparison-card__benefits {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-top: 1px solid rgba(107, 126, 160, 0.2);
}
.cma-comparison-card__benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(107, 126, 160, 0.2);
}
.cma-comparison-card__benefit i {
  color: #00707a;
  font-size: 20px;
  flex-shrink: 0;
}
.cma-comparison-card__benefit span {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1d3e6b;
  line-height: 1.5;
}
.cma-comparison-card .cma-btn {
  text-align: center;
  justify-content: center;
}

.cma-stats-row {
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .cma-stats-row {
    padding: 60px 0;
  }
}
.cma-stats-row--white {
  background-color: #ffffff;
}
.cma-stats-row--cream {
  background-color: #fdf6ee;
}
.cma-stats-row__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
}
.cma-stats-row__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  margin: 0;
}
.cma-stats-row__subtitle {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  max-width: 580px;
  line-height: 1.6;
  color: rgba(29, 62, 107, 0.8);
  margin: 0;
}
.cma-stats-row__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 32px;
}
@media (max-width: 640px) {
  .cma-stats-row__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .cma-stats-row__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.cma-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.cma-stat__number {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  color: #00707a;
  margin: 0;
}
.cma-stat:nth-child(4n+2) .cma-stat__number {
  color: #9c4f04;
}
.cma-stat:nth-child(4n+3) .cma-stat__number {
  color: #1d3e6b;
}
.cma-stat:nth-child(4n+4) .cma-stat__number {
  color: #9c4f04;
}
.cma-stat__number--navy {
  color: #1d3e6b;
}
.cma-stat__number--teal {
  color: #00707a;
}
.cma-stat__number--orange {
  color: #9c4f04;
}
.cma-stat__number--gold {
  color: #9c4f04;
}
.cma-stat__label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(15px, 1.25vw, 18px);
  color: #1d3e6b;
  line-height: 1.1;
  margin: 0;
}
.cma-stat__detail {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: rgba(29, 62, 107, 0.8);
  line-height: 1.5;
  margin: 0;
}

.cma-news-grid {
  width: 100%;
  background-color: #ffffff;
  padding: 32px 0 80px;
}
.cma-news-grid__container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cma-news-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cma-news-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .cma-news-grid__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.cma-contact-block {
  width: 100%;
  background-color: #fdf6ee;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-contact-block {
    padding: 60px 0;
  }
}
.cma-contact-block__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 992px) {
  .cma-contact-block__grid {
    grid-template-columns: 1fr;
  }
}
.cma-contact-block h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #1d3e6b;
  margin: 0 0 24px;
}
.cma-contact-block__info, .cma-contact-block__form {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 32px;
}
@media (max-width: 640px) {
  .cma-contact-block__info, .cma-contact-block__form {
    padding: 24px;
  }
}
.cma-contact-block__hours {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.cma-contact-block__hours-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
}
.cma-contact-block__hours-row span:first-child {
  font-weight: 600;
  color: #1d3e6b;
}
.cma-contact-block__hours-row span:last-child {
  color: rgba(29, 62, 107, 0.8);
}
.cma-contact-block__hours-row span:last-child.is-closed {
  font-weight: 700;
  color: #1d3e6b;
}
.cma-contact-block__address {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}
.cma-contact-block__address a {
  color: #00707a;
  text-decoration: none;
  line-height: 1.6;
}
.cma-contact-block__address a:hover {
  text-decoration: underline;
}
.cma-contact-block__phone {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 18px !important;
}
.cma-contact-block__socials {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.cma-contact-block__map {
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
}
.cma-contact-block__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.cma-contact-block__form-box .gform_wrapper .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cma-contact-block__form-box .gform_wrapper input,
.cma-contact-block__form-box .gform_wrapper textarea,
.cma-contact-block__form-box .gform_wrapper select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(107, 126, 160, 0.3);
  border-radius: 10px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  background-color: #ffffff;
}
.cma-contact-block__form-box .gform_wrapper input:focus,
.cma-contact-block__form-box .gform_wrapper textarea:focus,
.cma-contact-block__form-box .gform_wrapper select:focus {
  outline: none;
  border-color: #00707a;
}
.cma-contact-block__form-box .gform_wrapper .gfield_label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #1d3e6b;
}
.cma-contact-block__form-box .gform_footer input[type=submit] {
  background-color: #f7941e;
  color: #152d4d;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  border: 0;
  border-radius: 9999px;
  padding: 13px 24px;
  cursor: pointer;
}
.cma-contact-block__form-box .gform_footer input[type=submit]:hover {
  background-color: #9c4f04;
}
.cma-contact-block__fallback-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-contact-block__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) {
  .cma-contact-block__form-row {
    grid-template-columns: 1fr;
  }
}
.cma-contact-block__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cma-contact-block__field label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #1d3e6b;
}
.cma-contact-block__field input,
.cma-contact-block__field textarea {
  padding: 12px 14px;
  border: 1px solid rgba(107, 126, 160, 0.3);
  border-radius: 10px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
}
.cma-contact-block__field input:focus,
.cma-contact-block__field textarea:focus {
  outline: none;
  border-color: #00707a;
}
.cma-contact-block__field textarea {
  resize: none;
}

.cma-404__hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background-color: #1d3e6b;
  overflow: hidden;
}
.cma-404__shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.cma-404__shape--1 {
  top: 20%;
  left: 5%;
  width: 180px;
  height: 180px;
  background-color: rgba(247, 148, 30, 0.1);
}
.cma-404__shape--2 {
  top: 15%;
  right: 10%;
  width: 120px;
  height: 120px;
  background-color: rgba(0, 173, 187, 0.1);
}
.cma-404__shape--3 {
  bottom: 30%;
  right: 5%;
  width: 90px;
  height: 90px;
  background-color: rgba(74, 209, 220, 0.08);
}
.cma-404__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}
.cma-404__content h1 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 8vw, 120px);
  color: #ffffff;
  line-height: 0.9;
  letter-spacing: -3px;
  margin: 0;
}
.cma-404__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 10px 20px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #4AD1DC;
}
.cma-404__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f7941e;
  flex-shrink: 0;
}
.cma-404__subtitle {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 24px);
  color: rgba(255, 255, 255, 0.6);
  max-width: 480px;
  line-height: 1.3;
  margin: 0;
}
.cma-404__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-404__ctas {
    flex-direction: column;
  }
}
.cma-404__quick-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.cma-404__quick-links p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}
.cma-404__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.cma-404__pills a {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.cma-404__pills a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.cma-search__hero {
  background-color: #1d3e6b;
  padding: 80px 0 64px;
}
@media (max-width: 768px) {
  .cma-search__hero {
    padding: 60px 0 48px;
  }
}
.cma-search__hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.cma-search__hero-inner .cma-eyebrow {
  color: #4AD1DC;
}
.cma-search__hero-inner h1 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 5.9vw, 75px);
  color: #ffffff;
  margin: 0;
}
.cma-search__form {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 640px;
  background-color: #ffffff;
  border-radius: 1000px;
  padding: 14px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.cma-search__form i {
  color: rgba(29, 62, 107, 0.4);
  font-size: 16px;
  flex-shrink: 0;
}
.cma-search__form input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1d3e6b;
  outline: none;
}
.cma-search__form input::placeholder {
  color: rgba(29, 62, 107, 0.3);
}
.cma-search__form .cma-btn {
  padding: 8px 20px;
  flex-shrink: 0;
  width: auto;
}
.cma-search__results {
  background-color: #fdf6ee;
  padding: 64px 0;
  min-height: 40vh;
}
@media (max-width: 768px) {
  .cma-search__results {
    padding: 48px 0;
  }
}
.cma-search__results-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cma-search__summary p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #1d3e6b;
  margin: 0;
}
.cma-search__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .cma-search__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .cma-search__grid {
    grid-template-columns: 1fr;
  }
}
.cma-search__empty {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.cma-search__empty i {
  font-size: 40px;
  color: rgba(29, 62, 107, 0.2);
}
.cma-search__empty h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  color: #1d3e6b;
  margin: 0;
}
.cma-search__empty p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: rgba(29, 62, 107, 0.8);
  max-width: 400px;
  margin: 0;
}
.cma-search__browse {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-top: 8px;
}

.cma-search-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  transition: box-shadow 0.2s;
}
.cma-search-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.cma-search-card__type {
  align-self: flex-start;
  color: #ffffff;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 9999px;
}
.cma-search-card__type--navy {
  background-color: #1d3e6b;
}
.cma-search-card__type--teal-dark {
  background-color: #00707a;
}
.cma-search-card__type--orange {
  background-color: #f7941e;
}
.cma-search-card__type--slate {
  background-color: #2c3a52;
}
.cma-search-card__title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #1d3e6b;
  line-height: 1.3;
  margin: 0;
}
.cma-search-card__desc {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  color: rgba(29, 62, 107, 0.8);
  line-height: 1.5;
  flex: 1;
  margin: 0;
}

.cma-admission {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-admission {
    padding: 60px 0;
  }
}
.cma-admission__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.cma-admission__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.cma-admission__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  margin: 0;
  line-height: 1.1;
}
.cma-admission__subtitle {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
  color: #1d3e6b;
  max-width: 720px;
  margin: 0;
}
.cma-admission__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-admission__ctas {
    flex-direction: column;
    width: 100%;
  }
}
.cma-admission__grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cma-admission__grid {
    flex-direction: column;
  }
}

.cma-admission-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  border-radius: 24px;
  border: 2px solid rgba(0, 0, 0, 0.05);
}
.cma-admission-card--cream {
  background-color: #fdf6ee;
}
.cma-admission-card--cream .cma-admission-card__eyebrow {
  color: #1d3e6b;
}
.cma-admission-card--cream .cma-admission-card__price {
  color: #9c4f04;
  font-size: clamp(36px, 3.5vw, 48px);
}
.cma-admission-card--cream .cma-admission-card__price-suffix {
  color: rgba(29, 62, 107, 0.8);
}
.cma-admission-card--cream .cma-admission-card__price-prefix {
  color: rgba(29, 62, 107, 0.8);
}
.cma-admission-card--cream .cma-admission-card__item {
  color: #1d3e6b;
  border-color: rgba(107, 126, 160, 0.2);
}
.cma-admission-card--cream .cma-admission-card__item i {
  color: #00ADBB;
}
.cma-admission-card--cream .cma-admission-card__cta {
  background-color: #ffffff;
  border: 2px solid #00707a;
  color: #00707a;
}
.cma-admission-card--cream .cma-admission-card__cta:hover {
  background-color: #00707a;
  color: #ffffff;
}
.cma-admission-card--teal-dark {
  background-color: #00707a;
}
.cma-admission-card--teal-dark .cma-admission-card__eyebrow {
  color: #ffffff;
}
.cma-admission-card--teal-dark .cma-admission-card__price {
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(48px, 5.5vw, 72px);
}
.cma-admission-card--teal-dark .cma-admission-card__price-suffix {
  color: #e3ecfa;
}
.cma-admission-card--teal-dark .cma-admission-card__price-prefix {
  color: rgba(255, 255, 255, 0.7);
}
.cma-admission-card--teal-dark .cma-admission-card__item {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
.cma-admission-card--teal-dark .cma-admission-card__item i {
  color: #ffffff;
}
.cma-admission-card--teal-dark .cma-admission-card__cta {
  background-color: #f7941e;
  color: #152d4d;
}
.cma-admission-card--teal-dark .cma-admission-card__cta:hover {
  background-color: #9c4f04;
}
.cma-admission-card__badge-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.cma-admission-card__badge {
  background-color: #fdf6ee;
  color: #9c4f04;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  border-radius: 999px;
  line-height: 1;
}
.cma-admission-card__eyebrow {
  text-align: center;
}
.cma-admission-card__price-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}
.cma-admission-card__price {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
  flex-shrink: 0;
}
.cma-admission-card__price-prefix {
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 4px;
  flex-shrink: 0;
}
.cma-admission-card__price-suffix {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  padding-bottom: 4px;
  flex-shrink: 0;
}
.cma-admission-card__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(107, 126, 160, 0.2);
}
.cma-admission-card__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid;
}
.cma-admission-card__item i {
  flex-shrink: 0;
  font-size: 18px;
}
.cma-admission-card__item span {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}
.cma-admission-card__cta {
  margin-top: auto;
  align-self: flex-start;
}

.cma-admission__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 13px;
  width: 100%;
}
.cma-admission__wave img {
  display: block;
  width: 422px;
  height: 57px;
  flex-shrink: 0;
}

.cma-callout-wrap {
  position: relative;
  background-color: #ffffff;
  padding-top: 48px;
}
.cma-callout-wrap--pad-bottom {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .cma-callout-wrap--pad-bottom {
    padding-bottom: 80px;
  }
}
.cma-callout-wrap__wave {
  position: absolute;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 13px;
  width: 100%;
}
.cma-callout-wrap__wave img {
  display: block;
  width: 422px;
  height: 57px;
  flex-shrink: 0;
}
.cma-callout-wrap__wave--top {
  top: 0;
}
.cma-callout-wrap__wave--bottom {
  bottom: 0;
}

.cma-callout {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  padding: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media (max-width: 640px) {
  .cma-callout {
    flex-direction: column;
    align-items: stretch;
  }
}
.cma-callout--teal-dark {
  background-color: #00707a;
}
.cma-callout--navy {
  background-color: #1d3e6b;
}
.cma-callout__ring {
  position: absolute;
  top: -115px;
  width: 511px;
  height: 581px;
  pointer-events: none;
  opacity: 0.2;
  background: radial-gradient(circle, transparent 38%, rgba(255, 255, 255, 0.35) 39%, rgba(255, 255, 255, 0.35) 44%, transparent 45%), radial-gradient(circle, transparent 55%, rgba(255, 255, 255, 0.2) 56%, rgba(255, 255, 255, 0.2) 62%, transparent 63%);
}
.cma-callout__ring--countdown {
  right: 320px;
}
@media (max-width: 640px) {
  .cma-callout__ring--countdown {
    right: -60px;
  }
}
.cma-callout__ring--wide {
  right: -60px;
}
.cma-callout__text {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cma-callout__eyebrow {
  color: #e3ecfa;
}
.cma-callout__heading {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
}
.cma-callout__body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #e3ecfa;
  margin: 0;
}
.cma-callout__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cma-callout__cta-outline {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cma-callout__cta-outline:hover {
  background-color: #ffffff;
  color: #1d3e6b;
}
.cma-callout__countdown {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 402px;
}
@media (max-width: 640px) {
  .cma-callout__countdown {
    max-width: 100%;
  }
}
.cma-callout__tile {
  flex: 1;
  background-color: #1d3e6b;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 0;
}
.cma-callout__tile span {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.5vw, 30px);
  color: #ffffff;
  line-height: 1;
  letter-spacing: -1px;
}
.cma-callout__tile p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 13px;
}
.cma-callout__side-cta {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .cma-callout__side-cta {
    display: none;
  }
}

.cma-benefits {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #1d3e6b;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-benefits {
    padding: 60px 0;
  }
}
.cma-benefits__wave {
  position: absolute;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 13px;
  width: 100%;
}
.cma-benefits__wave img {
  display: block;
  width: 422px;
  height: 57px;
  flex-shrink: 0;
}
.cma-benefits__wave--top {
  top: 0;
}
.cma-benefits__wave--bottom {
  bottom: 0;
}
.cma-benefits__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 992px) {
  .cma-benefits__inner {
    flex-direction: column;
  }
}
.cma-benefits__col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cma-benefits__intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-benefits__intro h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
}
.cma-benefits__intro p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
  color: #e3ecfa;
  margin: 0;
}
.cma-benefits__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cma-benefits__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.cma-benefits__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cma-benefits__icon i {
  color: #ffffff;
  font-size: 18px;
}
.cma-benefits__icon--teal {
  background-color: #00ADBB;
}
.cma-benefits__icon--orange {
  background-color: #f7941e;
}
.cma-benefits__icon--orange-light {
  background-color: #fbb040;
}
.cma-benefits__row-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cma-benefits__row-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}
.cma-benefits__row-body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  line-height: 1.65;
  color: #e3ecfa;
  margin: 0;
}
.cma-benefits__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-benefits__ctas {
    flex-direction: column;
  }
}
.cma-benefits__media {
  width: 480px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .cma-benefits__media {
    width: 100%;
  }
}
.cma-benefits__img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: top center;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .cma-benefits__img {
    height: 340px;
  }
}

.cma-plan-tabs {
  width: 100%;
  background-color: #fdf6ee;
  padding: 80px 0 40px;
}
@media (max-width: 768px) {
  .cma-plan-tabs {
    padding: 60px 0 40px;
  }
}
.cma-plan-tabs__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.cma-plan-tabs__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  width: 100%;
}
.cma-plan-tabs__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  margin: 0;
  line-height: 1.1;
}
.cma-plan-tabs__subtitle {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  max-width: 560px;
  margin: 0;
}
.cma-plan-tabs__notice {
  background-color: #ffffff;
  border: 1px solid rgba(107, 126, 160, 0.25);
  border-radius: 200px;
  padding: 17px 25px;
  color: #346094;
  text-align: center;
  max-width: 720px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
}
.cma-plan-tabs__notice span {
  font-weight: 900;
}
.cma-plan-tabs__body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cma-plan-tabs__body {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
.cma-plan-tabs__pills {
  display: none;
  width: 100%;
}
@media (max-width: 992px) {
  .cma-plan-tabs__pills {
    display: flex;
  }
}
.cma-plan-tabs__nav {
  width: 220px;
  flex-shrink: 0;
  align-self: flex-start;
  position: sticky;
  top: 140px;
  background-color: #ffffff;
  border: 1px solid #e4e8ee;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cma-plan-tabs__nav {
    display: none;
  }
}
.cma-plan-tabs__nav-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 18px 20px;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e4e8ee;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.cma-plan-tabs__nav-item span:first-child {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #1d3e6b;
}
.cma-plan-tabs__nav-item .cma-plan-tabs__nav-chevron {
  font-size: 18px;
  line-height: 1;
  color: #1d3e6b;
  opacity: 0.5;
}
.cma-plan-tabs__nav-item:last-child {
  border-bottom: 0;
}
.cma-plan-tabs__nav-item:hover {
  background-color: #e3ecfa;
}
.cma-plan-tabs__nav-item.is-active {
  background-color: #f7941e;
}
.cma-plan-tabs__nav-item.is-active span:first-child {
  font-weight: 700;
  color: #ffffff;
}
.cma-plan-tabs__nav-item.is-active .cma-plan-tabs__nav-chevron {
  color: #ffffff;
  opacity: 1;
}
.cma-plan-tabs__panels {
  flex: 1;
  min-width: 0;
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cma-plan-tabs__panels {
    border: 0;
    border-radius: 0;
    background: transparent;
  }
}
.cma-plan-tabs__panel {
  padding: 48px;
}
@media (max-width: 768px) {
  .cma-plan-tabs__panel {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cma-plan-tabs__panel {
    padding: 24px;
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px;
  }
}
.cma-plan-tabs__panel:not(.is-active) {
  display: none;
}

.cma-plan-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-plan-panel h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  font-size: clamp(22px, 2.5vw, 28px);
}
.cma-plan-panel h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  color: #1d3e6b;
  margin: 0;
  font-size: clamp(18px, 1.8vw, 22px);
}
.cma-plan-panel h4,
.cma-plan-panel h3.cma-plan-tabs__subheading {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  color: #1d3e6b;
  margin: 0;
  font-size: 16px;
}
.cma-plan-panel p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  line-height: 1.65;
  margin: 0;
}
.cma-plan-panel ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}
.cma-plan-panel ul li {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  line-height: 1.5;
}
.cma-plan-panel__row {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 1279px) {
  .cma-plan-panel__row {
    flex-direction: column;
  }
}
.cma-plan-panel__hours {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
@media (max-width: 1279px) {
  .cma-plan-panel__hours {
    flex-direction: row;
  }
}
@media (max-width: 640px) {
  .cma-plan-panel__hours {
    flex-direction: column;
  }
}
.cma-plan-panel__hours > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-plan-panel__address-col {
  width: 360px;
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .cma-plan-panel__address-col {
    width: 100%;
  }
}
.cma-plan-panel__directions {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 992px) {
  .cma-plan-panel__directions {
    flex-direction: column;
  }
}
.cma-plan-panel__directions > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cma-plan-panel__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-plan-panel__ctas {
    flex-direction: column;
  }
}

.cma-plan-hours {
  display: flex;
  flex-direction: column;
}
.cma-plan-hours__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #e3ecfa;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.cma-plan-hours__day {
  color: #1d3e6b;
}
.cma-plan-hours__val {
  color: #6b7ea0;
}
.cma-plan-hours__val--closed {
  color: #1d3e6b;
  font-weight: 700;
}

.cma-plan-address {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cma-plan-address__col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cma-plan-address__link {
  line-height: 1.65;
}
.cma-plan-address__phone {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.1;
  color: #00707a;
  text-decoration: none;
}
.cma-plan-address__phone:hover {
  text-decoration: underline;
}
.cma-plan-address__social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cma-plan-address__map {
  min-height: 240px;
  border-radius: 24px;
  overflow: hidden;
}
.cma-plan-address__map iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: 0;
  display: block;
}

.cma-plan-callout {
  background-color: #00707a;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-plan-callout p {
  color: #e3ecfa;
}
.cma-plan-callout p strong {
  color: #ffffff;
  font-weight: 900;
}

.cma-promo-banner {
  width: 100%;
  padding-bottom: 48px;
}
.cma-promo-banner--white {
  background-color: #ffffff;
}
.cma-promo-banner--cream {
  background-color: #fdf6ee;
}
.cma-promo-banner__card {
  background-color: #ffffff;
  border: 1px solid rgba(107, 126, 160, 0.15);
  border-radius: 20px;
  padding: 24px 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (max-width: 640px) {
  .cma-promo-banner__card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cma-promo-banner__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cma-promo-banner__heading {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #1d3e6b;
  margin: 0;
}
.cma-promo-banner__body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(29, 62, 107, 0.8);
  margin: 0;
}
.cma-promo-banner__body strong {
  color: #1d3e6b;
}
.cma-promo-banner__cta {
  flex-shrink: 0;
}

.cma-simple-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .cma-simple-hero {
    padding: 80px 0;
  }
}
.cma-simple-hero--navy {
  background-color: #1d3e6b;
}
.cma-simple-hero--teal-dark {
  background-color: #00707a;
}
.cma-simple-hero__watermark {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  opacity: 0.15;
  object-fit: contain;
  object-position: bottom center;
  pointer-events: none;
  user-select: none;
}
.cma-simple-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.cma-simple-hero__eyebrow {
  color: #4AD1DC;
}
.cma-simple-hero h1 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 5.9vw, 75px);
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}
.cma-simple-hero__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cma-simple-hero__subtitle {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.4;
  color: #e3ecfa;
  margin: 0;
}
.cma-simple-hero__secondary {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 1.5;
  color: #ffffff;
  margin: 16px 0 0;
}

.cma-logo-marquee {
  width: 100%;
  overflow: hidden;
  background-color: #1d3e6b;
  padding: 24px 0;
}
.cma-logo-marquee__eyebrow {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 16px;
}
.cma-logo-marquee__track {
  display: flex;
  width: max-content;
  gap: 30px;
  animation-name: cmaLogoMarqueeScroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  .cma-logo-marquee__track {
    gap: 20px;
  }
}
.cma-logo-marquee__item {
  flex-shrink: 0;
  height: 82px;
  width: 158px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.cma-logo-marquee__item p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.cma-logo-marquee__item--orange {
  background-color: #f7941e;
}
.cma-logo-marquee__item--teal {
  background-color: #00ADBB;
}
.cma-logo-marquee__item--blue-mid {
  background-color: #346094;
}
.cma-logo-marquee__item--cream {
  background-color: #fdf6ee;
}
.cma-logo-marquee__item--orange-dark {
  background-color: #9c4f04;
}
.cma-logo-marquee__item--teal-dark {
  background-color: #00707a;
}
.cma-logo-marquee__item--text-white p {
  color: #ffffff;
}
.cma-logo-marquee__item--text-navy p {
  color: #1d3e6b;
}

@keyframes cmaLogoMarqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
.cma-promo-cards {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .cma-promo-cards {
    padding-bottom: 60px;
  }
}
.cma-promo-cards--padded {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .cma-promo-cards--padded {
    padding: 80px 0;
  }
}
.cma-promo-cards__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.cma-promo-cards__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.cma-promo-cards__heading {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  text-align: center;
  margin: 0;
  line-height: 1.1;
}
.cma-promo-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .cma-promo-cards__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.cma-promo-cards--icon .cma-promo-cards__grid {
  max-width: 1000px;
  margin: 0 auto;
  gap: 16px;
}
@media (max-width: 768px) {
  .cma-promo-cards--icon .cma-promo-cards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .cma-promo-cards--icon .cma-promo-cards__grid {
    grid-template-columns: 1fr;
  }
}

.cma-promo-card {
  border-radius: 24px;
  padding: 64px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .cma-promo-card {
    padding: 64px 32px;
  }
}
.cma-promo-card .cma-btn {
  white-space: normal;
  margin-top: auto;
}
.cma-promo-card--cream {
  background-color: #fdf6ee;
}
.cma-promo-card--cream .cma-promo-card__badge {
  background-color: #ffffff;
  color: #9c4f04;
}
.cma-promo-card--cream .cma-promo-card__heading,
.cma-promo-card--cream .cma-promo-card__body {
  color: #1d3e6b;
}
.cma-promo-card--teal-pale {
  background-color: #cceff1;
}
.cma-promo-card--teal-pale .cma-promo-card__badge {
  background-color: #ffffff;
  color: #00707a;
}
.cma-promo-card--teal-pale .cma-promo-card__heading,
.cma-promo-card--teal-pale .cma-promo-card__body {
  color: #1d3e6b;
}
.cma-promo-card--teal-dark {
  background-color: #00707a;
}
.cma-promo-card--teal-dark .cma-promo-card__badge {
  background-color: #fdf6ee;
  color: #9c4f04;
}
.cma-promo-card--teal-dark .cma-promo-card__heading,
.cma-promo-card--teal-dark .cma-promo-card__body {
  color: #ffffff;
}
.cma-promo-card--navy {
  background-color: #1d3e6b;
}
.cma-promo-card--navy .cma-promo-card__badge {
  background-color: #f7941e;
  color: #152d4d;
}
.cma-promo-card--navy .cma-promo-card__heading {
  color: #ffffff;
}
.cma-promo-card--navy .cma-promo-card__body {
  color: #e3ecfa;
}
.cma-promo-card--navy .cma-promo-card__link {
  color: #f7941e;
}
.cma-promo-card--white {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.08);
}
.cma-promo-card--white .cma-promo-card__heading {
  color: #1d3e6b;
}
.cma-promo-card--white .cma-promo-card__body {
  color: rgba(29, 62, 107, 0.8);
}
.cma-promo-card__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.cma-promo-card__badge {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 999px;
}
.cma-promo-card__heading {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 2vw, 26px) !important;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
}
.cma-promo-card__body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  max-width: 400px;
  margin: 0;
}

.cma-promo-cards--icon .cma-promo-card {
  padding: 32px;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
  border: 2px solid transparent;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 768px) {
  .cma-promo-cards--icon .cma-promo-card {
    padding: 32px;
  }
}
.cma-promo-cards--icon .cma-promo-card.cma-promo-card--white {
  border-color: rgba(0, 0, 0, 0.08);
}
.cma-promo-cards--icon .cma-promo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.cma-promo-cards--icon .cma-promo-card .cma-promo-card__head {
  align-items: flex-start;
  text-align: left;
  gap: 8px;
  flex: 1;
}
.cma-promo-cards--icon .cma-promo-card .cma-promo-card__heading {
  font-size: 20px !important;
  letter-spacing: 0;
  line-height: 1.2;
}
.cma-promo-cards--icon .cma-promo-card .cma-promo-card__body {
  font-size: 15px;
  line-height: 1.65;
  max-width: none;
}
.cma-promo-cards--icon .cma-promo-card:not(.cma-promo-card--navy):not(.cma-promo-card--teal-dark) .cma-promo-card__body {
  color: rgba(29, 62, 107, 0.8);
}
.cma-promo-cards--icon .cma-promo-card .cma-promo-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  color: #ffffff;
  font-size: 18px;
}
.cma-promo-cards--icon .cma-promo-card .cma-promo-card__icon--orange {
  background-color: #f7941e;
}
.cma-promo-cards--icon .cma-promo-card .cma-promo-card__icon--teal {
  background-color: #00ADBB;
}
.cma-promo-cards--icon .cma-promo-card .cma-promo-card__icon--orange-dark {
  background-color: #9c4f04;
}
.cma-promo-cards--icon .cma-promo-card .cma-promo-card__icon--navy {
  background-color: #1d3e6b;
}
.cma-promo-cards--icon .cma-promo-card .cma-promo-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 900;
  font-size: 15px;
}

.cma-heading-cta {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0 60px;
}
@media (max-width: 768px) {
  .cma-heading-cta {
    padding: 60px 0 80px;
  }
}
.cma-heading-cta--cream {
  background-color: #fdf6ee;
}
.cma-heading-cta--white {
  background-color: #ffffff;
}
.cma-heading-cta--navy {
  background-color: #1d3e6b;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-heading-cta--navy {
    padding: 60px 0;
  }
}
.cma-heading-cta--navy .cma-heading-cta__inner h1 {
  color: #ffffff;
}
.cma-heading-cta--navy .cma-heading-cta__subtitle {
  color: #e3ecfa;
}
.cma-heading-cta--navy .cma-heading-cta__eyebrow {
  color: #4AD1DC;
}
.cma-heading-cta--large {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .cma-heading-cta--large {
    padding: 80px 0;
  }
}
.cma-heading-cta--large .cma-heading-cta__inner {
  margin: 0 auto;
  gap: 32px;
}
.cma-heading-cta--large .cma-heading-cta__inner h1 {
  font-size: clamp(34px, 5.9vw, 75px);
  line-height: 0.95;
  letter-spacing: normal;
}
.cma-heading-cta--large .cma-heading-cta__subtitle {
  font-weight: 600;
  font-size: clamp(16px, 1.67vw, 24px);
  line-height: 1.4;
  letter-spacing: -0.5px;
  max-width: 620px;
}
.cma-heading-cta__decor {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  opacity: 0.15;
  pointer-events: none;
  object-fit: contain;
  object-position: bottom;
}
.cma-heading-cta__eyebrow {
  color: #00707a;
}
.cma-heading-cta__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.cma-heading-cta__inner h1 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
}
.cma-heading-cta__subtitle {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  max-width: 560px;
  margin: 0;
}
.cma-heading-cta__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-heading-cta__ctas {
    flex-direction: column;
    width: 100%;
  }
}
.cma-heading-cta__tax-disclosure {
  position: relative;
  margin: 32px auto 0;
}
.cma-heading-cta__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 13px;
  width: 100%;
}
.cma-heading-cta__wave img {
  display: block;
  width: 422px;
  height: 57px;
  flex-shrink: 0;
}

.cma-exhibits-featured {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-exhibits-featured {
    padding: 60px 0;
  }
}
.cma-exhibits-featured__container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cma-exhibits-featured__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.cma-exhibits-featured__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  margin: 0;
}
.cma-exhibits-featured__head p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  max-width: 680px;
  margin: 0;
}
.cma-exhibits-featured__grid {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .cma-exhibits-featured__grid {
    flex-direction: column;
  }
}

.cma-exhibit-feature-card {
  flex: 1;
  background-color: #fdf6ee;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 24px 24px 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-decoration: none;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cma-exhibit-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.cma-exhibit-feature-card__img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 360px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .cma-exhibit-feature-card__img {
    height: 280px;
  }
}
.cma-exhibit-feature-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cma-exhibit-feature-card__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-exhibit-feature-card__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cma-exhibit-feature-card__badge {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #00707a;
  margin: 0;
}
.cma-exhibit-feature-card__title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #1d3e6b;
  line-height: 1.1;
  letter-spacing: -1px;
  margin: 0;
}
@media (max-width: 768px) {
  .cma-exhibit-feature-card__title {
    font-size: 22px;
  }
}
.cma-exhibit-feature-card__ages {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #00707a;
  margin: 0;
}
.cma-exhibit-feature-card__desc {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
}

.cma-floor-plan {
  width: 100%;
  background-color: #fdf6ee;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-floor-plan {
    padding: 60px 0;
  }
}
.cma-floor-plan__container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cma-floor-plan__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.cma-floor-plan__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
}
.cma-floor-plan__head p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  color: #1d3e6b;
  max-width: 560px;
  margin: 0;
}
.cma-floor-plan__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.cma-floor-plan__accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cma-floor-item {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  overflow: hidden;
  transition: background-color 0.2s;
}
.cma-floor-item.is-open {
  background-color: #cceff1;
}
.cma-floor-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 768px) {
  .cma-floor-item__trigger {
    padding: 32px 24px;
  }
}
.cma-floor-item__trigger h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1d3e6b;
  margin: 0;
}
.cma-floor-item.is-open .cma-floor-item__trigger h3 {
  font-weight: 900;
}
.cma-floor-item__icon {
  flex-shrink: 0;
  color: #9c4f04;
  font-size: 12px;
}
.cma-floor-item__panel-inner {
  padding: 0 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 640px) {
  .cma-floor-item__panel-inner {
    padding: 0 12px 24px;
  }
}

.cma-floor-plan-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-floor-plan-content p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
}

.cma-floor-plan-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cma-floor-plan-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cma-floor-plan-list p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
}
.cma-floor-plan-list p strong {
  font-weight: 800;
}
.cma-floor-plan-list p span {
  font-weight: 400;
  font-size: 13px;
  color: rgba(29, 62, 107, 0.8);
}

.cma-floor-plan-mezzanine {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cma-floor-plan-mezzanine__title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  color: #1d3e6b;
  margin: 0;
}
.cma-floor-plan-mezzanine p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
}

.cma-floor-plan-image {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .cma-floor-plan-image {
    padding: 10px;
    border-radius: 14px;
  }
}
.cma-floor-plan-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.cma-floor-tour-link {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.cma-floor-tour-link img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
@media (max-width: 768px) {
  .cma-floor-tour-link img {
    height: 280px;
  }
}
.cma-floor-tour-link:hover img {
  transform: scale(1.03);
}
.cma-floor-tour-link__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(29, 62, 107, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: background-color 0.3s;
}
.cma-floor-tour-link:hover .cma-floor-tour-link__overlay {
  background-color: rgba(29, 62, 107, 0.6);
}
.cma-floor-tour-link__play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  transition: background-color 0.3s;
}
.cma-floor-tour-link:hover .cma-floor-tour-link__play {
  background-color: rgba(255, 255, 255, 0.3);
}
.cma-floor-tour-link__label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.cma-tour-map-stage {
  position: relative;
  width: 100%;
  background-color: #fdf6ee;
  border-radius: 12px;
  overflow: visible;
}

.cma-tour-map-floor {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  vertical-align: top;
}

.cma-tour-map-pin {
  position: absolute;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cma-tour-map-pin:focus-visible {
  outline: 2px solid #00ADBB;
  outline-offset: 4px;
  border-radius: 50%;
}
@media (max-width: 640px) {
  .cma-tour-map-pin {
    width: 20px;
    height: 20px;
  }
}

.cma-tour-map-pin-dot {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background-color: #f7941e;
  box-shadow: 0 1px 4px rgba(29, 62, 107, 0.35);
  z-index: 2;
}
@media (max-width: 640px) {
  .cma-tour-map-pin-dot {
    inset: 4px;
  }
}

.cma-tour-map-pin-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: rgba(247, 148, 30, 0.45);
  animation: cma-tour-pulse 1.8s ease-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .cma-tour-map-pin-pulse {
    animation: none;
  }
}

@keyframes cma-tour-pulse {
  0% {
    transform: scale(0.55);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}
.cma-tour-map-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  background-color: #1d3e6b;
  color: #ffffff;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 3;
}
.cma-tour-map-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #1d3e6b;
}

.cma-tour-map-pin:hover .cma-tour-map-tooltip,
.cma-tour-map-pin:focus-visible .cma-tour-map-tooltip {
  opacity: 1;
}

.cma-tour-map-note {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  color: rgba(29, 62, 107, 0.8);
  text-align: center;
  margin: 16px 0 0;
}

.cma-tour-map-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: rgba(29, 62, 107, 0.72);
}
.cma-tour-map-modal.is-open {
  display: flex;
}

.cma-tour-map-modal-panel {
  position: relative;
  width: min(920px, 100%);
  background-color: #111111;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.cma-tour-map-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background-color: #1d3e6b;
}

.cma-tour-map-modal-title {
  color: #ffffff;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.cma-tour-map-modal-close {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cma-tour-map-modal-close:hover {
  background-color: rgba(255, 255, 255, 0.28);
}

.cma-tour-map-modal .cma-tour-map-viewer {
  width: 100%;
  height: min(62vh, 520px);
  background-color: #000000;
}

.cma-tour-map-modal-hint {
  padding: 10px 16px 14px;
  background-color: #1d3e6b;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.cma-museum-walk {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cma-museum-walk__shell {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #fdf6ee;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 12px;
}

.cma-museum-walk__viewer {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  min-height: 280px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #1d3e6b;
}
.cma-museum-walk__viewer .pnlm-container {
  width: 100% !important;
  height: 100% !important;
}

.cma-museum-walk__rooms {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.cma-museum-walk__room {
  flex: 0 0 auto;
  margin: 0;
  padding: 10px 14px;
  border: 2px solid rgba(29, 62, 107, 0.15);
  border-radius: 1000px;
  background-color: #ffffff;
  color: #1d3e6b;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}
.cma-museum-walk__room:hover {
  border-color: #00ADBB;
  color: #00707a;
}
.cma-museum-walk__room.is-active {
  background-color: #00ADBB;
  border-color: #00ADBB;
  color: #ffffff;
}
.cma-museum-walk__room:focus-visible {
  outline: 2px solid #f7941e;
  outline-offset: 2px;
}

.cma-museum-walk__hint {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #346094;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 0 8px 4px;
  margin: 0;
}

.pnlm-hotspot-base.cma-museum-walk__hotspot,
.cma-museum-walk__hotspot {
  background-color: #f7941e;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  box-shadow: 0 2px 8px rgba(29, 62, 107, 0.35);
}

.cma-museum-walk__fallback {
  color: #ffffff;
  padding: 24px;
  text-align: center;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
}

.cma-museum-walk__live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cma-ed-impact {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #1d3e6b;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-ed-impact {
    padding: 60px 0;
  }
}
.cma-ed-impact__wave {
  position: absolute;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 13px;
  width: 100%;
}
.cma-ed-impact__wave img {
  display: block;
  width: 422px;
  height: 57px;
  flex-shrink: 0;
}
.cma-ed-impact__wave--top {
  top: 0;
}
.cma-ed-impact__wave--bottom {
  bottom: 0;
}
.cma-ed-impact__inner {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
@media (max-width: 992px) {
  .cma-ed-impact__inner {
    flex-direction: column;
    gap: 48px;
  }
}
.cma-ed-impact__col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cma-ed-impact__intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-ed-impact__intro h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #ffffff;
  line-height: 1;
  margin: 0;
}
.cma-ed-impact__intro p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
  color: #e3ecfa;
  margin: 0;
}
.cma-ed-impact__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cma-ed-impact__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.cma-ed-impact__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cma-ed-impact__icon i {
  color: #ffffff;
  font-size: 18px;
}
.cma-ed-impact__icon--teal {
  background-color: #00ADBB;
}
.cma-ed-impact__icon--orange {
  background-color: #f7941e;
}
.cma-ed-impact__icon--orange-light {
  background-color: #fbb040;
}
.cma-ed-impact__row-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cma-ed-impact__row-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}
.cma-ed-impact__row-body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  line-height: 1.65;
  color: #e3ecfa;
  margin: 0;
}
.cma-ed-impact__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-ed-impact__ctas {
    flex-direction: column;
  }
}
.cma-ed-impact__footer-line {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.cma-ed-impact__side {
  width: 440px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 992px) {
  .cma-ed-impact__side {
    width: 100%;
  }
}

.cma-ed-impact-card {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-ed-impact-card__img {
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.cma-ed-impact-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cma-ed-impact-card__heading {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  color: #1d3e6b;
  margin: 0;
}
.cma-ed-impact-card__body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
}

.cma-ed-impact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-ed-impact-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cma-ed-impact-form__field label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #1d3e6b;
}
.cma-ed-impact-form__field input,
.cma-ed-impact-form__field textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(107, 126, 160, 0.3);
  background-color: #ffffff;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  outline: none;
  resize: none;
  transition: border-color 0.2s;
}
.cma-ed-impact-form__field input::placeholder,
.cma-ed-impact-form__field textarea::placeholder {
  color: rgba(29, 62, 107, 0.3);
}
.cma-ed-impact-form__field input:focus,
.cma-ed-impact-form__field textarea:focus {
  border-color: #00707a;
}
.cma-ed-impact-form .cma-btn {
  align-self: flex-start;
}

.cma-ed-impact-newsletter {
  background-color: #fdf6ee;
  border-radius: 20px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.cma-ed-impact-newsletter__heading {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.1;
  color: #1d3e6b;
  margin: 0;
}
.cma-ed-impact-newsletter__body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #6b7ea0;
  margin: 0;
}
.cma-ed-impact-newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.cma-ed-impact-newsletter__input-wrap {
  background-color: #ffffff;
  border: 1px solid #e3ecfa;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
}
.cma-ed-impact-newsletter__input-wrap i {
  color: #346094;
  font-size: 15px;
  flex-shrink: 0;
}
.cma-ed-impact-newsletter__input-wrap input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: none;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  color: #1d3e6b;
}
.cma-ed-impact-newsletter__input-wrap input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.cma-ed-impact-newsletter .cma-btn {
  width: 100%;
  justify-content: center;
}
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme {
  width: 100%;
}
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 12px;
}
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme .gfield_label,
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme .ginput_container {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e3ecfa;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 14px 16px 14px 48px;
}
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme .ginput_container::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23346094' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' d='M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75'/%3E%3C/svg%3E") no-repeat center/contain;
}
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme input[type=email],
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme input[type=text] {
  flex: 1;
  width: 100%;
  min-width: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #1d3e6b;
}
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme input[type=email]::placeholder,
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme input[type=email]:focus,
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme input[type=text]:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  margin: 12px 0 0;
  padding: 0;
}
.cma-ed-impact-newsletter .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  width: 100%;
}

.cma-content-panel {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 32px;
}
@media (max-width: 640px) {
  .cma-content-panel {
    padding: 24px;
  }
}

.cma-fundraising__hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .cma-fundraising__hero {
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  .cma-fundraising__hero {
    padding: 0 20px;
  }
}
.cma-fundraising__hero-bg {
  position: absolute;
  inset: 0;
  background-color: #000000;
}
.cma-fundraising__hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cma-fundraising__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(359deg, rgba(29, 62, 107, 0.8) 0.54%, rgba(29, 62, 107, 0) 76.83%);
}
@media (max-width: 768px) {
  .cma-fundraising__hero-overlay {
    background: linear-gradient(180deg, rgba(29, 62, 107, 0.78) 0%, rgba(29, 62, 107, 0.55) 42%, rgba(29, 62, 107, 0.72) 100%);
  }
}
.cma-fundraising__hero-overlay--left {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29, 62, 107, 0.88) 0%, rgba(29, 62, 107, 0.65) 50%, rgba(29, 62, 107, 0.25) 100%);
}
@media (min-width: 993px) {
  .cma-fundraising__hero-overlay--left {
    background: linear-gradient(90deg, rgba(29, 62, 107, 0.95) 0%, rgba(29, 62, 107, 0.88) 45%, rgba(29, 62, 107, 0.5) 65%, rgba(29, 62, 107, 0.15) 85%);
  }
}
.cma-fundraising__hero-inner {
  position: relative;
  padding: 160px 0 60px;
}
@media (max-width: 992px) {
  .cma-fundraising__hero-inner {
    padding: 100px 0 60px;
  }
}
@media (max-width: 768px) {
  .cma-fundraising__hero-inner {
    padding: 80px 0 40px;
  }
}
.cma-fundraising__hero-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
@media (max-width: 992px) {
  .cma-fundraising__hero-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.cma-fundraising__hero-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #ffffff;
  max-width: 560px;
}
.cma-fundraising__hero-text h1 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 5.9vw, 75px);
  color: #ffffff;
  line-height: 0.95;
  margin: 0;
}
.cma-fundraising__hero-text .cma-eyebrow {
  color: #ffffff;
  opacity: 0.8;
}
.cma-fundraising__hero-subtitle {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 2.1vw, 24px);
  color: #e3ecfa;
  line-height: 1.3;
  letter-spacing: -0.5px;
  max-width: 480px;
  margin: 0;
}
.cma-fundraising__hero-ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding-top: 4px;
}
@media (max-width: 640px) {
  .cma-fundraising__hero-ctas {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .cma-fundraising__hero-ctas .cma-btn {
    white-space: normal;
    text-align: center;
  }
}
.cma-fundraising__stats {
  width: 100%;
  max-width: 340px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cma-fundraising__stat {
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cma-fundraising__stat--orange {
  background-color: #f7941e;
}
.cma-fundraising__stat--navy {
  background-color: #1d3e6b;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cma-fundraising__stat-value {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
.cma-fundraising__stat-label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.cma-fundraising__breadcrumb-row {
  padding: 40px 0;
}
.cma-fundraising__breadcrumb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.cma-fundraising__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
}
.cma-fundraising__breadcrumb a {
  color: #1d3e6b;
  text-decoration: none;
}
.cma-fundraising__breadcrumb a:hover {
  text-decoration: underline;
}
.cma-fundraising__breadcrumb span:not(.cma-fundraising__breadcrumb-current) {
  color: #1d3e6b;
  font-size: 18px;
}
.cma-fundraising__breadcrumb-current {
  color: #00707a;
}
.cma-fundraising__social {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.cma-fundraising__middle {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .cma-fundraising__middle {
    padding-bottom: 40px;
  }
}
.cma-fundraising__middle-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cma-fundraising__schedule h2, .cma-fundraising__award h2, .cma-fundraising__leadership h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  line-height: 1.2;
  margin: 0;
}
.cma-fundraising__schedule p, .cma-fundraising__award p, .cma-fundraising__leadership p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  line-height: 1.65;
  margin: 0;
}
.cma-fundraising__schedule {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cma-fundraising__schedule h2 {
  text-align: center;
}
.cma-fundraising__schedule-row {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cma-fundraising__schedule-row {
    flex-direction: column;
    gap: 32px;
  }
}
.cma-fundraising__schedule-list {
  flex: 1;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cma-fundraising__schedule-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cma-fundraising__schedule-time {
  color: #9c4f04;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 15px;
  width: 90px;
  flex-shrink: 0;
}
.cma-fundraising__schedule-activity {
  color: #1d3e6b;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
}
.cma-fundraising__schedule-img {
  width: 100%;
  max-width: 291px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .cma-fundraising__schedule-img {
    max-width: 200px;
  }
}
.cma-fundraising__schedule-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cma-fundraising__schedule-note {
  font-style: normal;
}
.cma-fundraising__award {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
}
@media (max-width: 992px) {
  .cma-fundraising__award {
    flex-direction: column;
    gap: 32px;
  }
}
.cma-fundraising__award-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-fundraising__award-recipient {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cma-fundraising__award-name {
  color: #9c4f04;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
.cma-fundraising__award-date {
  color: #00707a;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
}
.cma-fundraising__award-img {
  background-color: #cceff1;
  border-radius: 20px;
  padding: 20px;
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cma-fundraising__award-img {
    width: 100%;
  }
}
.cma-fundraising__award-img img {
  width: 100%;
  max-width: 344px;
  height: auto;
  object-fit: cover;
}
.cma-fundraising__leadership {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-fundraising__leadership-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cma-fundraising__leadership-label {
  font-weight: 800;
}
.cma-fundraising__leadership-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cma-fundraising__leadership-list li {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  line-height: 1.65;
}
.cma-fundraising__photos {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-fundraising__photos {
    padding: 60px 0;
  }
}
.cma-fundraising__photos-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.cma-fundraising__photos-inner h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cma-fundraising__photo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.cma-fundraising__photo {
  display: block;
  width: calc(50% - 8px);
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
}
@media (min-width: 641px) {
  .cma-fundraising__photo {
    width: calc(33.333% - 11px);
  }
}
@media (min-width: 993px) {
  .cma-fundraising__photo {
    width: calc(20% - 13px);
  }
}
.cma-fundraising__sponsors {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-fundraising__sponsors {
    padding: 60px 0;
  }
}
.cma-fundraising__sponsors-panel {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cma-fundraising__sponsors-top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}
@media (max-width: 992px) {
  .cma-fundraising__sponsors-top {
    flex-direction: column;
  }
}
.cma-fundraising__sponsors-top--no-img {
  display: block;
}
.cma-fundraising__sponsors-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cma-fundraising__sponsors-text h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  margin: 0;
}
.cma-fundraising__sponsors-text p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  line-height: 1.65;
  max-width: 760px;
  margin: 0;
}
.cma-fundraising__sponsors-img {
  width: 100%;
  max-width: 280px;
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
}
.cma-fundraising__sponsors-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cma-fundraising__resources {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (max-width: 640px) {
  .cma-fundraising__resources .cma-btn {
    white-space: normal;
    text-align: center;
  }
}
.cma-fundraising__tiers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .cma-fundraising__tiers {
    grid-template-columns: minmax(0, 1fr);
  }
}
.cma-fundraising__tiers--3col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 992px) {
  .cma-fundraising__tiers--3col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .cma-fundraising__tiers--3col {
    grid-template-columns: minmax(0, 1fr);
  }
}
.cma-fundraising__tier {
  min-width: 0;
  background-color: #fdf6ee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-fundraising__tier--featured {
  grid-column: 1/-1;
}
.cma-fundraising__tier--full-width {
  grid-column: 1/-1;
}
.cma-fundraising__tier h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #1d3e6b;
  margin: 0;
}
.cma-fundraising__tier-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cma-fundraising__tier-logo {
  width: 120px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.cma-fundraising__tier--featured .cma-fundraising__tier-logo {
  width: 360px;
  max-width: 100%;
}
.cma-fundraising__tier--full-width .cma-fundraising__tier-logo {
  width: auto;
  flex: 1 1 120px;
  max-width: 100%;
}
.cma-fundraising__tiers--3col .cma-fundraising__tier:not(.cma-fundraising__tier--featured):not(.cma-fundraising__tier--full-width) .cma-fundraising__tier-logo {
  width: auto;
  flex: 1 1 120px;
  max-width: 100%;
}
.cma-fundraising__tier-logo p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #1d3e6b;
  text-align: center;
  line-height: 1.3;
  margin: 0;
}
.cma-fundraising__tier-logo-box {
  width: 100%;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #1d3e6b;
  overflow: hidden;
}
.cma-fundraising__tier--featured .cma-fundraising__tier-logo-box {
  height: 220px;
  font-size: 18px;
}
.cma-fundraising__tier-logo-box img {
  display: block;
  width: 100%;
  height: auto;
}
.cma-fundraising__tier-logo-box--placeholder img {
  width: auto;
  max-width: 60%;
  height: 60%;
  opacity: 0.5;
}
.cma-fundraising__closing {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-fundraising__closing {
    padding: 60px 0;
  }
}
.cma-fundraising__closing-panel {
  background-color: #1d3e6b;
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
@media (max-width: 640px) {
  .cma-fundraising__closing-panel {
    padding: 32px;
  }
}
.cma-fundraising__closing-panel h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #ffffff;
  margin: 0;
}
.cma-fundraising__closing-panel p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #e3ecfa;
  max-width: 560px;
  margin: 0;
}
.cma-fundraising__closing-ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-fundraising__closing-ctas {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .cma-fundraising__closing-ctas .cma-btn {
    white-space: normal;
    text-align: center;
  }
}
.cma-fundraising__related {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-fundraising__related {
    padding: 60px 0;
  }
}
.cma-fundraising__related-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cma-fundraising__related-inner h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  text-align: center;
  margin: 0;
}
.cma-fundraising__related-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-fundraising__related-card {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cma-fundraising__related-card {
    flex-direction: column;
  }
}
.cma-fundraising__related-img {
  width: 266px;
  height: 220px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cma-fundraising__related-img {
    width: 100%;
    height: 180px;
  }
}
.cma-fundraising__related-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cma-fundraising__related-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .cma-fundraising__related-body {
    gap: 16px;
  }
}
.cma-fundraising__related-body h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #1d3e6b;
  margin: 0;
}
.cma-fundraising__related-eyebrow {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00707a;
  margin: 0 0 8px;
}
.cma-fundraising__related-blurb {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cma-pd {
  background-color: #fdf6ee;
  padding: 60px 0;
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .cma-pd {
    padding: 40px 0;
  }
}
.cma-pd__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.cma-pd__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
}
.cma-pd__breadcrumb a {
  color: #1d3e6b;
  text-decoration: none;
}
.cma-pd__breadcrumb a:hover {
  text-decoration: underline;
}
.cma-pd__breadcrumb span.cma-pd__crumb-sep {
  color: #1d3e6b;
  font-size: 18px;
}
.cma-pd__breadcrumb span.cma-pd__crumb-current {
  color: #00707a;
}
.cma-pd__social {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.cma-pd__mobile-nav {
  margin-bottom: 24px;
  display: none;
}
@media (max-width: 992px) {
  .cma-pd__mobile-nav {
    display: block;
  }
}
.cma-pd__layout {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
@media (max-width: 1200px) {
  .cma-pd__layout {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .cma-pd__layout {
    flex-direction: column;
    align-items: stretch;
  }
}
.cma-pd__sidebar {
  width: 210px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 140px;
  align-self: flex-start;
}
@media (max-width: 992px) {
  .cma-pd__sidebar {
    display: none;
  }
}
.cma-pd__jump-card {
  background-color: #ffffff;
  border: 1px solid rgba(107, 126, 160, 0.15);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cma-pd__jump-label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(29, 62, 107, 0.8);
  margin: 0 0 12px;
}
.cma-pd__jump-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(29, 62, 107, 0.8);
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  width: 100%;
  transition: background-color 0.2s, color 0.2s;
}
.cma-pd__jump-link:hover {
  color: #1d3e6b;
  background-color: rgba(29, 62, 107, 0.05);
}
.cma-pd__jump-link.is-active {
  color: #1d3e6b;
  background-color: rgba(29, 62, 107, 0.05);
}
.cma-pd__jump-link.is-active .cma-pd__jump-dot {
  background-color: #f7941e;
}
.cma-pd__jump-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: rgba(29, 62, 107, 0.2);
  transition: background-color 0.2s;
}
.cma-pd__side-box {
  background-color: #1d3e6b;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cma-pd__side-box p:first-child {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}
.cma-pd__side-box p:nth-child(2) {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.cma-pd__side-box input[type=email] {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  outline: none;
  transition: border-color 0.2s;
}
.cma-pd__side-box input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cma-pd__side-box input[type=email]:focus {
  border-color: rgba(255, 255, 255, 0.6);
}
.cma-pd__main {
  flex: 1;
  min-width: 0;
}
.cma-pd__card {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 768px) {
  .cma-pd__card {
    padding: 24px;
    gap: 32px;
  }
}
.cma-pd__hero-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  min-width: 0;
}
@media (max-width: 768px) {
  .cma-pd__hero-img {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .cma-pd__hero-img {
    height: 220px;
  }
}
.cma-pd__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  scroll-margin-top: 140px;
}
.cma-pd__section h1 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  line-height: 1.05;
  letter-spacing: -1px;
  color: #1d3e6b;
  margin: 0;
}
.cma-pd__section h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  margin: 0;
}
.cma-pd__section h2.cma-pd__subtitle {
  font-size: 20px;
  font-weight: 700;
}
.cma-pd__section h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #1d3e6b;
  margin: 0;
}
.cma-pd__section p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  line-height: 1.65;
  margin: 0;
}
.cma-pd__divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
.cma-pd__box {
  background-color: #cceff1;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cma-pd__box > p:first-child {
  font-weight: 800;
  color: #1d3e6b;
}
.cma-pd__box > .cma-pd__box-eyebrow + p {
  font-weight: 800;
  color: #1d3e6b;
  margin-top: 4px;
}
.cma-pd__box-eyebrow {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1d3e6b;
  margin: 0;
}
.cma-pd__self-start {
  align-self: flex-start;
}
.cma-pd__box--lg {
  border-radius: 20px;
  padding: 32px;
}
@media (max-width: 640px) {
  .cma-pd__box--lg {
    padding: 24px;
  }
}
.cma-pd__bullets {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cma-pd__bullet {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.cma-pd__bullet::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00707a;
  margin-top: 8px;
  flex-shrink: 0;
}
.cma-pd__bullets--orange .cma-pd__bullet::before {
  background-color: #f7941e;
}
.cma-pd__note {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  color: rgba(29, 62, 107, 0.8);
  margin: 0;
}
.cma-pd__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cma-pd__ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-pd__ctas {
    flex-direction: column;
  }
  .cma-pd__ctas .cma-btn {
    width: 100%;
  }
}
.cma-pd__callout {
  background-color: #cceff1;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
@media (max-width: 640px) {
  .cma-pd__callout {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cma-pd__callout-text {
  flex: 1;
}
.cma-pd__callout-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #1d3e6b;
  margin: 0 0 6px;
}
.cma-pd__callout-body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  color: rgba(29, 62, 107, 0.8);
  margin: 0;
}
.cma-pd__navy-box {
  background-color: #1d3e6b;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cma-pd__navy-box p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.cma-pd__navy-box p:first-child.cma-eyebrow {
  color: #f7941e;
}
.cma-pd__navy-box p.cma-pd__navy-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
}
.cma-pd__navy-box--lg {
  border-radius: 20px;
  padding: 32px;
}
@media (max-width: 640px) {
  .cma-pd__navy-box--lg {
    padding: 24px;
  }
}
.cma-pd__detail-list {
  display: flex;
  flex-direction: column;
}
.cma-pd__detail-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.cma-pd__detail-row:last-child {
  border-bottom: 0;
}
.cma-pd__detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cma-pd__detail-icon i {
  color: #ffffff;
  font-size: 14px;
}
.cma-pd__detail-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 2px;
}
.cma-pd__detail-body p:first-child {
  font-weight: 800;
  color: #1d3e6b;
}
.cma-pd__detail-body p:last-child {
  color: rgba(29, 62, 107, 0.8);
}
.cma-pd__row-list {
  display: flex;
  flex-direction: column;
}
.cma-pd__row-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.cma-pd__row-item:last-child {
  border-bottom: 0;
}
.cma-pd__row-item p:first-child {
  font-weight: 800;
  color: #1d3e6b;
}
.cma-pd__row-item p:last-child {
  color: rgba(29, 62, 107, 0.8);
}
.cma-pd__contact-card {
  background-color: #cceff1;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 640px) {
  .cma-pd__contact-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cma-pd__contact-card-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cma-pd__contact-card-name {
  font-weight: 800;
  font-size: 15px;
  line-height: 1.3;
  color: #1d3e6b;
  margin: 0;
}
.cma-pd__contact-card-role {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(29, 62, 107, 0.8);
  margin: 0;
}
.cma-pd__icon-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
.cma-pd__icon-list-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.cma-pd__icon-list-row > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.cma-pd__icon-list-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #00ADBB;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.cma-pd__icon-list-icon--teal {
  background-color: #00ADBB;
}
.cma-pd__icon-list-icon--orange {
  background-color: #f7941e;
}
.cma-pd__icon-list-icon--orange-light {
  background-color: #fbb040;
}
.cma-pd__icon-list-icon--teal-dark {
  background-color: #00707a;
}
.cma-pd__icon-list-row h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  color: #1d3e6b;
  margin: 0;
}
.cma-pd__icon-list-row p {
  font-size: 15px;
  line-height: 1.65;
  color: #1d3e6b;
  margin: 0;
}
.cma-pd__docs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cma-pd__docs .cma-faq-item {
  border-radius: 20px;
}
.cma-pd__docs .cma-faq-item__trigger {
  padding: 20px 24px;
}
.cma-pd__docs .cma-faq-item__trigger h3 {
  font-size: 16px;
  line-height: 1.3;
}
.cma-pd__docs .cma-faq-item__panel-inner {
  padding: 0 24px 20px;
}
.cma-pd__doc-years {
  display: flex;
  flex-direction: column;
}
.cma-pd__doc-year {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  color: #1d3e6b;
  transition: color 0.2s;
}
.cma-pd__doc-year:last-child {
  border-bottom: 0;
}
.cma-pd__doc-year i {
  font-size: 13px;
  color: rgba(29, 62, 107, 0.4);
  transition: color 0.2s;
}
.cma-pd__doc-year:hover {
  color: #00707a;
}
.cma-pd__doc-year:hover i {
  color: #00707a;
}
.cma-pd__icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) {
  .cma-pd__icon-grid {
    grid-template-columns: 1fr;
  }
}
.cma-pd__icon-grid-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
}
.cma-pd__icon-grid-item .cma-pd__detail-icon {
  width: 36px;
  height: 36px;
}
.cma-pd__icon-grid-item p:first-child {
  font-weight: 800;
  font-size: 14px;
  color: #1d3e6b;
  margin: 0;
}
.cma-pd__icon-grid-item p:last-child {
  font-size: 13px;
  color: rgba(29, 62, 107, 0.8);
  margin: 0;
}
.cma-pd__exhibit-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-pd__exhibit-card {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .cma-pd__exhibit-card {
    flex-direction: column;
  }
}
.cma-pd__exhibit-card img {
  width: 160px;
  height: 160px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .cma-pd__exhibit-card img {
    width: 100%;
  }
}
.cma-pd__exhibit-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cma-pd__exhibit-body p:nth-child(2) {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #1d3e6b;
}
.cma-pd__exhibit-eyebrow {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #00707a;
  margin: 0;
}
.cma-pd__faq {
  display: flex;
  flex-direction: column;
}
.cma-pd.cma-program-layout .cma-pd__faq .cma-faq-item, .cma-pd.cma-membership-info .cma-pd__faq .cma-faq-item {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: none;
}
.cma-pd.cma-program-layout .cma-pd__faq .cma-faq-item:last-child, .cma-pd.cma-membership-info .cma-pd__faq .cma-faq-item:last-child {
  border-bottom: 0;
}
.cma-pd.cma-program-layout .cma-pd__faq .cma-faq-item.is-open, .cma-pd.cma-membership-info .cma-pd__faq .cma-faq-item.is-open {
  background: none;
}
.cma-pd.cma-program-layout .cma-pd__faq .cma-faq-item__trigger, .cma-pd.cma-membership-info .cma-pd__faq .cma-faq-item__trigger {
  padding: 18px 0;
}
.cma-pd.cma-program-layout .cma-pd__faq .cma-faq-item__trigger h3, .cma-pd.cma-membership-info .cma-pd__faq .cma-faq-item__trigger h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #1d3e6b;
  margin: 0;
}
.cma-pd.cma-program-layout .cma-pd__faq .cma-faq-item__panel-inner, .cma-pd.cma-membership-info .cma-pd__faq .cma-faq-item__panel-inner {
  padding: 0 0 18px;
}
.cma-pd.cma-program-layout .cma-pd__faq .cma-faq-item__panel-inner p, .cma-pd.cma-membership-info .cma-pd__faq .cma-faq-item__panel-inner p {
  color: #1d3e6b;
  margin: 0;
}
.cma-pd__faq-subheading {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(16px, 1.25vw, 20px);
  color: #1d3e6b;
  padding: 24px 0 8px;
}
.cma-pd__faq-subheading:first-child {
  padding-top: 0;
}
.cma-pd__banner {
  background-color: #1d3e6b;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
@media (max-width: 640px) {
  .cma-pd__banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
}
.cma-pd__banner-text {
  flex: 1;
}
.cma-pd__banner h2 {
  color: #ffffff;
  font-size: clamp(20px, 2vw, 28px);
  margin: 0 0 8px;
}
.cma-pd__banner p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.cma-pd__banner-label {
  color: #e3ecfa;
  font-weight: 800;
  margin-top: 8px !important;
}
.cma-pd__form-box {
  background-color: #cceff1;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 640px) {
  .cma-pd__form-box {
    padding: 24px;
  }
}
.cma-pd__form-box--inline {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.cma-pd__form-box--inline input {
  flex: 1;
  min-width: 200px;
}
.cma-pd__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) {
  .cma-pd__form-row {
    grid-template-columns: 1fr;
  }
}
.cma-pd__form-row--3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 640px) {
  .cma-pd__form-row--3 {
    grid-template-columns: 1fr;
  }
}
.cma-pd__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cma-pd__field label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #1d3e6b;
}
.cma-pd__field input, .cma-pd__field select, .cma-pd__field textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(107, 126, 160, 0.3);
  background-color: #ffffff;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.cma-pd__field input::placeholder, .cma-pd__field select::placeholder, .cma-pd__field textarea::placeholder {
  color: rgba(29, 62, 107, 0.3);
}
.cma-pd__field input:focus, .cma-pd__field select:focus, .cma-pd__field textarea:focus {
  border-color: #00707a;
}
.cma-pd__field textarea {
  resize: none;
}
.cma-pd__radio-row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 8px 0;
}
.cma-pd__radio-row label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  color: #1d3e6b;
  cursor: pointer;
}
.cma-pd__radio-row input[type=radio] {
  width: 16px;
  height: 16px;
  accent-color: #00707a;
}
.cma-pd__weekend-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-pd__weekend-card {
  background-color: #cceff1;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-pd__weekend-date {
  align-self: flex-start;
  background-color: #f7941e;
  color: #152d4d;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 9999px;
}
.cma-pd__weekend-card .cma-pd__weekend-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  color: #1d3e6b;
  margin: 20px 0 0;
}
.cma-pd__weekend-desc {
  color: rgba(29, 62, 107, 0.8);
  margin: 0;
}
.cma-pd__tier {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cma-pd__tier:last-child {
  border-bottom: 0;
}
.cma-pd__tier-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.cma-pd__tier-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cma-pd__tier-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: rgba(247, 148, 30, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cma-pd__tier-icon i {
  color: #9c4f04;
  font-size: 14px;
}
.cma-pd__tier-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cma-pd__tier-title span:first-child {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  color: #1d3e6b;
}
.cma-pd__tier-title span:last-child {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  color: rgba(29, 62, 107, 0.8);
}
.cma-pd__tier-chevron {
  color: #9c4f04;
  font-size: 12px;
  flex-shrink: 0;
}
.cma-pd__tier-panel {
  padding-bottom: 18px;
}
.cma-pd__tier-panel[hidden] {
  display: none;
}
.cma-pd__tier-program {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.cma-pd__tier-program p:first-child {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1d3e6b;
}
.cma-pd__tier-program p:nth-child(2) {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(29, 62, 107, 0.8);
}
.cma-pd__tier-standards {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 112, 122, 0.2);
}
.cma-pd__tier-standards p:first-child {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #00707a;
}
.cma-pd__tier-standards p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(29, 62, 107, 0.8);
}
.cma-pd__availability {
  background-color: #cceff1;
  border-radius: 16px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
@media (max-width: 640px) {
  .cma-pd__availability {
    padding: 24px;
  }
}
.cma-pd__availability-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cma-pd__availability-icon i {
  color: #00707a;
  font-size: 22px;
}
.cma-pd__availability p:nth-child(2) {
  font-weight: 800;
  color: #1d3e6b;
  margin: 0;
}
.cma-pd__availability p:nth-child(3) {
  font-size: 14px;
  color: rgba(29, 62, 107, 0.8);
  max-width: 360px;
  margin: 0;
}
.cma-pd__embed {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 24px;
}
@media (max-width: 640px) {
  .cma-pd__embed {
    padding: 16px;
  }
}
.cma-pd__embed-title {
  font-weight: 800;
  font-size: 16px;
  color: #1d3e6b;
  margin: 0 0 16px;
}
.cma-pd__embed-widget {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cma-pd__embed-widget .render-calendar {
  position: relative;
}
.cma-pd__embed-text {
  margin-top: 16px;
}
.cma-pd__embed-text p {
  font-size: 14px;
  color: rgba(29, 62, 107, 0.8);
  margin: 0;
}
.cma-pd__tour-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.cma-pd__tour-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) {
  .cma-pd__tour-grid {
    grid-template-columns: 1fr;
  }
}
.cma-pd__tour-card {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}
.cma-pd__tour-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.cma-pd__tour-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cma-pd__tour-card-body p:first-child {
  font-weight: 800;
  font-size: 18px;
  color: #1d3e6b;
  margin: 0;
}
.cma-pd__tour-card-body p:last-child {
  font-size: 14px;
  color: rgba(29, 62, 107, 0.8);
  margin: 0;
}

.cma-sidebar-page__intro .cma-pd__breadcrumb {
  margin-bottom: 4px;
}
.cma-sidebar-page__hero {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  line-height: 0;
}
.cma-sidebar-page__hero img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  min-width: 0;
}
@media (max-width: 768px) {
  .cma-sidebar-page__hero img {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .cma-sidebar-page__hero img {
    height: 220px;
  }
}
.cma-sidebar-page__badge {
  position: absolute;
  top: 20px;
  left: 23px;
  border-radius: 8px;
  padding: 12px 18px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
.cma-sidebar-page__badge--teal-dark {
  background-color: #00707a;
}
.cma-sidebar-page__badge--navy {
  background-color: #1d3e6b;
}
.cma-sidebar-page__badge--orange {
  background-color: #f7941e;
}
.cma-sidebar-page__badge--teal {
  background-color: #00ADBB;
}
.cma-sidebar-page__eyebrow {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #00707a;
  margin: 0;
}
.cma-sidebar-page__related {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-sidebar-page__related-card {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  text-decoration: none;
  transition: border-color 0.2s;
}
.cma-sidebar-page__related-card:hover {
  border-color: rgba(0, 173, 187, 0.4);
}
@media (max-width: 768px) {
  .cma-sidebar-page__related-card {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
.cma-sidebar-page__related-img {
  flex-shrink: 0;
  width: 266px;
  border-radius: 24px;
  overflow: hidden;
  line-height: 0;
}
.cma-sidebar-page__related-img img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cma-sidebar-page__related-img {
    width: 100%;
  }
  .cma-sidebar-page__related-img img {
    height: 180px;
  }
}
.cma-sidebar-page__related-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 0;
}
.cma-sidebar-page__related-body h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #1d3e6b;
  margin: 0;
}
.cma-sidebar-page__related-body p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #1d3e6b;
  margin: 0;
}
.cma-sidebar-page__related-eyebrow {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #00707a;
  margin: 0 !important;
}

.cma-sidebar-page .cma-pd__faq,
.cma-contact-page .cma-pd__faq {
  gap: 12px;
}
.cma-sidebar-page .cma-pd__faq .cma-faq-item,
.cma-contact-page .cma-pd__faq .cma-faq-item {
  border-radius: 20px;
}
.cma-sidebar-page .cma-pd__faq .cma-faq-item__trigger,
.cma-contact-page .cma-pd__faq .cma-faq-item__trigger {
  padding: 20px 24px;
}
.cma-sidebar-page .cma-pd__faq .cma-faq-item__trigger h3,
.cma-contact-page .cma-pd__faq .cma-faq-item__trigger h3 {
  font-size: 15px;
  line-height: 1.3;
}
.cma-sidebar-page .cma-pd__faq .cma-faq-item__panel-inner,
.cma-contact-page .cma-pd__faq .cma-faq-item__panel-inner {
  padding: 0 24px 20px;
}
.cma-sidebar-page .cma-pd__faq .cma-faq-item__panel-inner p,
.cma-contact-page .cma-pd__faq .cma-faq-item__panel-inner p {
  margin-bottom: 8px;
}
.cma-sidebar-page .cma-pd__faq .cma-faq-item__panel-inner p:last-child,
.cma-contact-page .cma-pd__faq .cma-faq-item__panel-inner p:last-child {
  margin-bottom: 0;
}

.cma-donor-tiers__accordion {
  gap: 12px;
}

.cma-icon-split {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-icon-split {
    padding: 60px 0;
  }
}
.cma-icon-split__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
}
@media (max-width: 992px) {
  .cma-icon-split__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.cma-icon-split--img-left .cma-icon-split__inner {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cma-icon-split--img-left .cma-icon-split__inner {
    flex-direction: column;
  }
}
.cma-icon-split__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-icon-split__text h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 0;
}
.cma-icon-split__eyebrow {
  color: #00707a;
}
.cma-icon-split__body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
  color: #1d3e6b;
  margin: 0;
}
.cma-icon-split__rows {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.cma-icon-split__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.cma-icon-split__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cma-icon-split__icon i {
  color: #ffffff;
  font-size: 18px;
}
.cma-icon-split__icon--teal {
  background-color: #00ADBB;
}
.cma-icon-split__icon--orange {
  background-color: #f7941e;
}
.cma-icon-split__row-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cma-icon-split__row-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  color: #1d3e6b;
  margin: 0;
}
.cma-icon-split__row-body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  line-height: 1.65;
  color: #2c3a52;
  margin: 0;
}
.cma-icon-split__media {
  width: 480px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .cma-icon-split__media {
    width: 100%;
  }
}
.cma-icon-split__img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .cma-icon-split__img {
    height: 340px;
  }
}

.cma-quote-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fdf6ee;
  padding: 100px 0 80px;
}
@media (max-width: 768px) {
  .cma-quote-banner {
    padding: 70px 0 50px;
  }
}
.cma-quote-banner__mark {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Georgia, serif;
  font-size: 340px;
  line-height: 1;
  color: #1d3e6b;
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .cma-quote-banner__mark {
    font-size: 220px;
    top: -20px;
  }
}
.cma-quote-banner__inner {
  position: relative;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.cma-quote-banner__stars {
  display: flex;
  gap: 6px;
}
.cma-quote-banner__stars i {
  color: #9c4f04;
  font-size: 20px;
}
.cma-quote-banner__quote {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.5vw, 42px);
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #1d3e6b;
  margin: 0;
}
.cma-quote-banner__attribution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.cma-quote-banner__divider {
  width: 48px;
  height: 3px;
  border-radius: 2px;
  background-color: #f7941e;
}
.cma-quote-banner__name {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  color: #1d3e6b;
  margin: 0;
}
.cma-quote-banner__role {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  color: #2c3a52;
  margin: 0;
}

.cma-history {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-history {
    padding: 60px 0;
  }
}
.cma-history__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px;
}
@media (max-width: 992px) {
  .cma-history__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.cma-history__col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cma-history__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cma-history__intro h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 0;
}
.cma-history__intro p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
  color: #1d3e6b;
  margin: 0;
}
.cma-history__timeline {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cma-history__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.cma-history__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cma-history__icon i {
  color: #ffffff;
  font-size: 18px;
}
.cma-history__icon--teal {
  background-color: #00ADBB;
}
.cma-history__icon--orange {
  background-color: #f7941e;
}
.cma-history__row-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cma-history__year {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
}
.cma-history__year--orange {
  color: #9c4f04;
}
.cma-history__year--teal-dark {
  color: #00707a;
}
.cma-history__year--navy {
  color: #1d3e6b;
}
.cma-history__row-body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  line-height: 1.65;
  color: #2c3a52;
  margin: 0;
}
.cma-history__media {
  width: 440px;
  flex-shrink: 0;
  position: sticky;
  top: 140px;
}
@media (max-width: 992px) {
  .cma-history__media {
    width: 100%;
    position: static;
  }
}
.cma-history__img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cma-history__img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cma-history__img {
    height: 320px;
  }
}

.cma-people {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fdf6ee;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-people {
    padding: 60px 0;
  }
}
.cma-people__wave {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  overflow: hidden;
  height: 13px;
  width: 100%;
}
.cma-people__wave img {
  display: block;
  width: 422px;
  height: 57px;
  flex-shrink: 0;
}
.cma-people__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cma-people__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.cma-people__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 0;
}
.cma-people__pills {
  margin-bottom: 8px;
}
.cma-people__list {
  column-count: 3;
  column-gap: 40px;
}
@media (max-width: 992px) {
  .cma-people__list {
    column-count: 2;
  }
}
@media (max-width: 640px) {
  .cma-people__list {
    column-count: 1;
  }
}
.cma-people__person {
  break-inside: avoid;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.cma-people__name {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #1d3e6b;
  margin: 0 0 2px;
}
.cma-people__title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  color: #2c3a52;
  margin: 0;
}

.cma-join-team {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-join-team {
    padding: 60px 0;
  }
}
.cma-join-team--navy {
  background-color: #1d3e6b;
}
.cma-join-team--navy .cma-join-team__text h2 {
  color: #ffffff;
}
.cma-join-team--navy .cma-join-team__text p {
  color: #e3ecfa;
}
.cma-join-team--navy .cma-join-team__legal {
  color: #e3ecfa !important;
}
.cma-join-team--navy .cma-join-team__row-title {
  color: #ffffff;
}
.cma-join-team--navy .cma-join-team__row-body {
  color: #e3ecfa;
}
.cma-join-team--img-right .cma-join-team__inner {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cma-join-team--img-right .cma-join-team__inner {
    flex-direction: column;
  }
}
.cma-join-team__wave {
  position: absolute;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 13px;
  width: 100%;
  z-index: 1;
}
.cma-join-team__wave img {
  display: block;
  width: 422px;
  height: 57px;
  flex-shrink: 0;
}
.cma-join-team__wave--top {
  top: 0;
}
.cma-join-team__wave--bottom {
  bottom: 0;
}
.cma-join-team__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px;
}
@media (max-width: 992px) {
  .cma-join-team__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.cma-join-team__media {
  width: 440px;
  flex-shrink: 0;
  position: sticky;
  top: 140px;
}
@media (max-width: 992px) {
  .cma-join-team__media {
    width: 100%;
    position: static;
  }
}
.cma-join-team__img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cma-join-team__img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cma-join-team__img {
    height: 320px;
  }
}
.cma-join-team__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-join-team__text h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 0;
}
.cma-join-team__text p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
  color: #1d3e6b;
  margin: 0;
}
.cma-join-team__legal {
  font-size: 14px !important;
  color: #2c3a52 !important;
}
.cma-join-team__rows {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.cma-join-team__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.cma-join-team__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cma-join-team__icon i {
  color: #ffffff;
  font-size: 18px;
}
.cma-join-team__icon--teal {
  background-color: #00ADBB;
}
.cma-join-team__icon--orange {
  background-color: #f7941e;
}
.cma-join-team__icon--orange-light {
  background-color: #fbb040;
}
.cma-join-team__row-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cma-join-team__row-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  color: #1d3e6b;
  margin: 0;
}
.cma-join-team__row-body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  line-height: 1.65;
  color: #2c3a52;
  margin: 0;
}
.cma-join-team__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-join-team__ctas {
    flex-direction: column;
  }
  .cma-join-team__ctas .cma-btn {
    width: 100%;
  }
}

.cma-resource-detail {
  background-color: #fdf6ee;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .cma-resource-detail {
    padding: 40px 0;
  }
}
.cma-resource-detail__wrap {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-resource-detail__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
}
.cma-resource-detail__breadcrumb a {
  color: #1d3e6b;
  text-decoration: none;
}
.cma-resource-detail__breadcrumb a:hover {
  text-decoration: underline;
}
.cma-resource-detail__breadcrumb span:not(.is-current) {
  color: #1d3e6b;
  font-size: 18px;
}
.cma-resource-detail__breadcrumb .is-current {
  color: #00707a;
}
.cma-resource-detail__card {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .cma-resource-detail__card {
    padding: 24px;
  }
}
.cma-resource-detail__hero {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 440px;
}
@media (max-width: 768px) {
  .cma-resource-detail__hero {
    height: 360px;
  }
}
@media (max-width: 640px) {
  .cma-resource-detail__hero {
    height: 240px;
  }
}
.cma-resource-detail__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cma-resource-detail__meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-resource-detail__meta h1 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  line-height: 1;
  letter-spacing: -1px;
  color: #1d3e6b;
  margin: 0;
}
.cma-resource-detail__badge {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #00707a;
  margin: 0;
}
.cma-resource-detail__divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
.cma-resource-detail__related {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cma-resource-detail__related-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #1d3e6b;
  margin: 0;
}
.cma-resource-detail__related-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cma-resource-related-card {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
@media (max-width: 640px) {
  .cma-resource-related-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cma-resource-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}
.cma-resource-related-card__img {
  width: 120px;
  height: 120px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 640px) {
  .cma-resource-related-card__img {
    width: 100%;
  }
}
.cma-resource-related-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cma-resource-related-card__category {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #00707a;
  margin: 0;
}
.cma-resource-related-card__title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.3;
  color: #1d3e6b;
  margin: 0;
}

.cma-calc {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-calc {
    padding: 60px 0;
  }
}
.cma-calc h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(28px, 3.75vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1d3e6b;
  margin: 0;
}
.cma-calc__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  margin-bottom: 48px;
}
.cma-calc__heading p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
  color: rgba(29, 62, 107, 0.8);
  max-width: 500px;
  margin: 0;
}
.cma-calc__widget {
  background-color: #cceff1;
  border-radius: 28px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .cma-calc__widget {
    padding: 44px;
  }
}
.cma-calc__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1024px) {
  .cma-calc__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}
.cma-calc__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cma-calc__eyebrow {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(29, 62, 107, 0.8);
  margin: 0;
}
.cma-calc__stepper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 44px;
}
.cma-calc__stepper-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.cma-calc__stepper-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #1d3e6b;
  line-height: 1;
}
.cma-calc__stepper-sub {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(52, 96, 148, 0.7);
}
.cma-calc__stepper-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cma-calc__stepper-btn {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background-color: #00ADBB;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  transition: background-color 0.2s;
}
.cma-calc__stepper-btn svg {
  width: 12px;
  height: 12px;
  display: block;
}
.cma-calc__stepper-btn:hover {
  background-color: #00707a;
}
.cma-calc__stepper-btn:disabled {
  opacity: 0.4;
  cursor: default;
}
.cma-calc__stepper-btn:disabled:hover {
  background-color: #00ADBB;
}
.cma-calc__stepper-value {
  width: 72px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #cceff1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1d3e6b;
}
.cma-calc__divider {
  height: 1px;
  background-color: rgba(29, 62, 107, 0.1);
}
.cma-calc__regular {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cma-calc__regular-label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #346094;
}
.cma-calc__regular-value {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #1d3e6b;
  white-space: nowrap;
}
.cma-calc__card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .cma-calc__card {
    padding: 30px;
  }
}
.cma-calc__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #fff1de;
  padding: 6px 12px;
  border-radius: 999px;
  align-self: flex-start;
}
.cma-calc__badge span {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  color: #c77423;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.cma-calc__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f7941e;
  flex-shrink: 0;
}
.cma-calc__rec-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cma-calc__rec-info h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #1d3e6b;
  line-height: 1;
  margin: 0;
}
.cma-calc__rec-info p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #346094;
  line-height: 1.5;
  margin: 0;
}
.cma-calc__rec-price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.cma-calc__rec-amount {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #1d3e6b;
  line-height: 1;
}
.cma-calc__rec-period {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #346094;
  padding-bottom: 4px;
}
.cma-calc__savings {
  background-color: #e7f7f0;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.cma-calc__savings-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00707a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
}
.cma-calc__savings-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}
.cma-calc__savings-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cma-calc__savings-save {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1d3e6b;
  line-height: 1;
}
.cma-calc__savings-vs {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #346094;
  line-height: 1.4;
}
.cma-calc__benefits {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cma-calc__benefit {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cma-calc__benefit span:not(.cma-calc__benefit-check) {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #346094;
  line-height: 1.5;
}
.cma-calc__benefit-check {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background-color: #00ADBB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
  font-size: 15px;
}
.cma-calc__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cma-calc__info-link {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #346094;
  text-decoration: underline;
  transition: color 0.2s;
}
.cma-calc__info-link:hover {
  color: #00707a;
}
.cma-calc__tiers {
  border-top: 2px dashed rgba(29, 62, 107, 0.15);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-calc__tiers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 641px) {
  .cma-calc__tiers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.cma-calc__tier {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}
.cma-calc__tier.is-recommended {
  border-color: #f7941e;
}
.cma-calc__tier-name {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1d3e6b;
  line-height: 1;
}
.cma-calc__tier-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.cma-calc__tier-price {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.cma-calc__tier-price .amt {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1d3e6b;
}
.cma-calc__tier-price .yr {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #346094;
}
.cma-calc__tier-fit {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.cma-calc__tier-fit.is-fit {
  color: #00707a;
}
.cma-calc__tier-fit.is-unfit {
  color: #9c4f04;
}
@media (max-width: 640px) {
  .cma-calc .cma-calc__rec-amount {
    font-size: 36px;
  }
  .cma-calc .cma-calc__rec-info h3 {
    font-size: 24px;
  }
}

.cma-program-tabs {
  width: 100%;
  background-color: #fdf6ee;
  padding: 80px 0 120px;
}
@media (max-width: 768px) {
  .cma-program-tabs {
    padding: 60px 0 80px;
  }
}
.cma-program-tabs__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.cma-program-tabs__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0;
}
.cma-program-tabs__body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cma-program-tabs__body {
    flex-direction: column;
  }
}
.cma-program-tabs__pills {
  display: none;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cma-program-tabs__pills {
    display: flex;
  }
}
.cma-program-tabs__col {
  width: 260px;
  flex-shrink: 0;
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .cma-program-tabs__col {
    display: none;
  }
}
.cma-program-tabs__nav {
  width: 100%;
  position: static;
}
.cma-program-tabs__give {
  background-color: #ffffff;
  border: 1px solid #e4e8ee;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.cma-program-tabs__give-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #1d3e6b;
  margin: 0;
}
.cma-program-tabs__give-body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  color: rgba(29, 62, 107, 0.8);
  margin: 0;
}
.cma-program-tabs__panels {
  flex: 1;
  min-width: 0;
}
.cma-program-tabs__panel-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.cma-program-tabs__panel-content h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  margin: 0;
}
.cma-program-tabs__panel-content p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  line-height: 1.7;
  color: #1d3e6b;
  margin: 0;
}
.cma-program-tabs__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.cma-program-tabs__logo {
  width: 120px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.cma-program-tabs__logo p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #1d3e6b;
  text-align: center;
  line-height: 1.3;
  margin: 0;
}
.cma-program-tabs__logo-box {
  width: 100%;
  height: 64px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cma-program-tabs__logo-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cma-donate-impact {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #1d3e6b;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .cma-donate-impact {
    padding: 80px 0;
  }
}
.cma-donate-impact__wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 13px;
  display: flex;
  overflow: hidden;
  line-height: 0;
}
.cma-donate-impact__wave img {
  display: block;
  width: 422px;
  height: 57px;
  flex-shrink: 0;
}
.cma-donate-impact__wave--top {
  top: 0;
}
.cma-donate-impact__wave--bottom {
  bottom: 0;
}
.cma-donate-impact__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin: 0 0 56px;
}
.cma-donate-impact__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
}
.cma-donate-impact__head p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
  color: #e3ecfa;
  margin: 0;
}
.cma-donate-impact__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .cma-donate-impact__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .cma-donate-impact__grid {
    grid-template-columns: 1fr;
  }
}

.cma-donate-impact-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cma-donate-impact-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  flex-shrink: 0;
}
.cma-donate-impact-card__icon--teal {
  background-color: #00ADBB;
}
.cma-donate-impact-card__icon--orange {
  background-color: #f7941e;
}
.cma-donate-impact-card__icon--orange-light {
  background-color: #fbb040;
}
.cma-donate-impact-card__icon--navy {
  background-color: #1d3e6b;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cma-donate-impact-card h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}
.cma-donate-impact-card p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #e3ecfa;
  margin: 0;
}

.cma-donor-tiers {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cma-donor-tiers {
    padding: 56px 0;
  }
}
.cma-donor-tiers__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}
.cma-donor-tiers__head h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  letter-spacing: -1px;
  line-height: 1.1;
  margin: 0;
}
.cma-donor-tiers__head p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2c3a52;
  margin: 0;
}
.cma-donor-tiers__accordion {
  max-width: 860px;
  margin: 0 auto;
}

.cma-donor-tier__range {
  font-weight: 600;
  font-size: 0.75em;
  color: #00707a;
}

.cma-donor-tier__list {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #2c3a52;
  margin: 0 0 20px;
}

.cma-corp-mem__tiers, .cma-corp-mem__why, .cma-corp-mem__how, .cma-corp-mem__form {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .cma-corp-mem__tiers, .cma-corp-mem__why, .cma-corp-mem__how, .cma-corp-mem__form {
    padding: 44px 0;
  }
}
.cma-corp-mem__tiers {
  background-color: #ffffff;
}
.cma-corp-mem__why {
  background-color: #ffffff;
}
.cma-corp-mem__how {
  background-color: #fdf6ee;
  text-align: center;
}
.cma-corp-mem__form {
  background-color: #1d3e6b;
}
.cma-corp-mem__how h2 {
  text-align: center;
}
.cma-corp-mem__how-grid {
  text-align: left;
}
.cma-corp-mem h2 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.75vw, 48px);
  color: #1d3e6b;
  letter-spacing: -1px;
  line-height: 1.1;
  margin: 8px 0 32px;
}
.cma-corp-mem__why-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin-bottom: 32px;
}
.cma-corp-mem__why-head h2 {
  margin: 8px 0 0;
}
.cma-corp-mem__why-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #00707a;
  text-decoration: none;
  white-space: nowrap;
}
.cma-corp-mem__why-download:hover {
  text-decoration: underline;
}
.cma-corp-mem__tier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .cma-corp-mem__tier-grid {
    grid-template-columns: 1fr;
  }
}
.cma-corp-mem__why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .cma-corp-mem__why-grid {
    grid-template-columns: 1fr;
  }
}
.cma-corp-mem__how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cma-corp-mem__how-grid {
    grid-template-columns: 1fr;
  }
}
.cma-corp-mem__how-ctas {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 640px) {
  .cma-corp-mem__how-ctas {
    flex-direction: column;
  }
}
.cma-corp-mem__form-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 992px) {
  .cma-corp-mem__form-inner {
    grid-template-columns: 1fr;
  }
}
.cma-corp-mem__form-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cma-corp-mem__form-head .cma-eyebrow {
  color: #4AD1DC;
}
.cma-corp-mem__form-head h2 {
  margin: 4px 0 0;
  color: #ffffff;
}
.cma-corp-mem__form-head p:not(.cma-eyebrow) {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #e3ecfa;
}
.cma-corp-mem__form-head-ctas {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
@media (max-width: 640px) {
  .cma-corp-mem__form-head-ctas {
    flex-direction: column;
  }
}
.cma-corp-mem__form-box {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 32px;
}
@media (max-width: 640px) {
  .cma-corp-mem__form-box {
    padding: 24px;
  }
}

.cma-corp-mem-tier {
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cma-corp-mem-tier.is-featured {
  background-color: #00707a;
  border-color: #00707a;
}
.cma-corp-mem-tier.is-featured .cma-corp-mem-tier__qty {
  color: #4AD1DC;
}
.cma-corp-mem-tier.is-featured h3, .cma-corp-mem-tier.is-featured__body {
  color: #ffffff;
}
.cma-corp-mem-tier__qty {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9c4f04;
  margin: 0;
}
.cma-corp-mem-tier h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #1d3e6b;
  margin: 0;
}
.cma-corp-mem-tier__body {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #2c3a52;
  margin: 0 0 12px;
}
.cma-corp-mem-tier__ctas {
  display: flex;
  gap: 10px;
  margin-top: auto;
}
@media (max-width: 640px) {
  .cma-corp-mem-tier__ctas {
    flex-direction: column;
  }
}

.cma-corp-mem-benefit {
  background-color: #fdf6ee;
  border-radius: 18px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cma-corp-mem-benefit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #f7941e;
  color: #152d4d;
  font-size: 20px;
  margin-bottom: 16px;
}
.cma-corp-mem-benefit h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: #1d3e6b;
  margin: 0 0 8px;
}
.cma-corp-mem-benefit p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #2c3a52;
  margin: 0;
}

.cma-corp-mem-step {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 24px;
}
.cma-corp-mem-step h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #1d3e6b;
  margin: 0 0 8px;
}
.cma-corp-mem-step p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #2c3a52;
  margin: 0;
}

.cma-corp-mem__fallback-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cma-corp-mem__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cma-corp-mem__field label {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #1d3e6b;
}
.cma-corp-mem__field input, .cma-corp-mem__field select, .cma-corp-mem__field textarea {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  color: #1d3e6b;
}
.cma-corp-mem__field input:focus, .cma-corp-mem__field select:focus, .cma-corp-mem__field textarea:focus {
  outline: none;
  border-color: #00ADBB;
}

.cma-pd__side-box-phone {
  display: block;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}
.cma-pd__side-box-phone:hover {
  text-decoration: underline;
}

.cma-pd__side-box-sub {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 4px 0 0;
}

.cma-contact-form-box {
  background-color: #fdf6ee;
  border-radius: 20px;
  padding: 28px;
  margin-top: 16px;
}
@media (max-width: 640px) {
  .cma-contact-form-box {
    padding: 20px;
  }
}
.cma-contact-form-box h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #1d3e6b;
  margin: 0 0 16px;
}

.cma-contact-hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 20px 0;
}
@media (max-width: 640px) {
  .cma-contact-hours-grid {
    grid-template-columns: 1fr;
  }
}
.cma-contact-hours-grid h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #1d3e6b;
  margin: 0 0 8px;
}

.cma-contact-dept-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .cma-contact-dept-grid {
    grid-template-columns: 1fr;
  }
}

.cma-contact-dept-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.cma-contact-dept-card h3 {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #1d3e6b;
  margin: 4px 0 0;
}
.cma-contact-dept-card p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #2c3a52;
  margin: 0 0 8px;
}
.cma-contact-dept-card .cma-btn {
  margin-top: auto;
}
.cma-contact-dept-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
}
.cma-contact-dept-card__icon--teal-dark {
  background-color: #00707a;
}
.cma-contact-dept-card__icon--orange {
  background-color: #f7941e;
}
.cma-contact-dept-card__icon--slate {
  background-color: #2c3a52;
}
.cma-contact-dept-card__icon--teal {
  background-color: #00ADBB;
}
.cma-contact-dept-card__icon--pink {
  background-color: #e05c9a;
}
.cma-contact-dept-card__icon--navy {
  background-color: #1d3e6b;
}
.cma-contact-dept-card__phone, .cma-contact-dept-card__email {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #00707a;
  text-decoration: none;
}
.cma-contact-dept-card__phone:hover, .cma-contact-dept-card__email:hover {
  text-decoration: underline;
}

.cma-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(29, 62, 107, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cma-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(29, 62, 107, 0.15);
}

.cma-card__image {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.cma-card__body {
  padding: 24px;
}

.cma-card__title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  color: #1d3e6b;
  margin-bottom: 8px;
}

.cma-card__text {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  color: #2c3a52;
  margin-bottom: 16px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.cma-power-marquee-section {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding: 40px 0;
  user-select: none;
}
@media (max-width: 768px) {
  .cma-power-marquee-section {
    padding: 28px 0;
  }
}

.cma-power-marquee {
  display: flex;
  gap: 0;
  width: max-content;
  animation: cmaPowerScroll 120s linear infinite;
  will-change: transform;
}
.cma-power-marquee__item {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.cma-power-marquee__text {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(80px, 8.9vw, 128px);
  color: #1d3e6b;
  line-height: 1;
  white-space: nowrap;
  padding: 0 0.55em;
}
.cma-power-marquee__star {
  font-size: clamp(28px, 3vw, 43px);
  color: #9c4f04;
  line-height: 1;
  flex-shrink: 0;
}

.cma-footer {
  background-color: #ffffff;
  color: #1d3e6b;
  width: 100%;
  padding: 0;
}
.cma-footer .container {
  max-width: 100%;
  padding: 0;
}
.cma-footer .footer-top-brand {
  border-bottom: 1px solid #e5e7eb;
  padding: 0 71.5px 32px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cma-footer .footer-top-brand {
    padding: 0 48px 32px;
  }
}
@media (max-width: 768px) {
  .cma-footer .footer-top-brand {
    padding: 0 20px 32px;
  }
}
.cma-footer .footer-top-brand .top-brand-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  width: 100%;
}
@media (max-width: 768px) {
  .cma-footer .footer-top-brand .top-brand-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cma-footer .footer-top-brand .cma-logo {
  display: flex;
  align-items: center;
  gap: 19px;
  text-decoration: none;
  flex-shrink: 0;
}
.cma-footer .footer-top-brand .cma-logo .logo-emblem {
  width: 108px;
  height: 52.5px;
  flex-shrink: 0;
}
.cma-footer .footer-top-brand .cma-logo .logo-emblem svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cma-footer .footer-top-brand .cma-logo .logo-text-wrap {
  display: flex;
  flex-direction: column;
}
.cma-footer .footer-top-brand .cma-logo .logo-text-wrap svg {
  display: block;
  width: 185.3px;
  height: auto;
}
@media (max-width: 359px) {
  .cma-footer .footer-top-brand .cma-logo {
    gap: 12px;
  }
  .cma-footer .footer-top-brand .cma-logo .logo-emblem {
    width: 84px;
    height: 41px;
  }
  .cma-footer .footer-top-brand .cma-logo .logo-text-wrap svg {
    width: 145px;
  }
}
.cma-footer .footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 576px;
}
@media (max-width: 640px) {
  .cma-footer .footer-newsletter-form {
    max-width: 100%;
  }
}
.cma-footer .footer-newsletter-form .newsletter-form {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
}
@media (max-width: 480px) {
  .cma-footer .footer-newsletter-form .newsletter-form {
    flex-direction: column;
  }
}
.cma-footer .footer-newsletter-form .input-wrap {
  position: relative;
  flex: 1;
}
.cma-footer .footer-newsletter-form .input-wrap i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #99a1af;
  font-size: 16px;
}
.cma-footer .footer-newsletter-form input[type=email] {
  width: 100%;
  height: 50px;
  padding: 10px 16px 10px 48px;
  border: 1px solid #d1d5dc;
  border-radius: 10px;
  font-size: 16px;
  color: #0a0a0a;
  outline: none;
  transition: box-shadow 0.2s;
  box-shadow: none;
  background-color: #ffffff;
}
.cma-footer .footer-newsletter-form input[type=email]::placeholder {
  color: rgba(10, 10, 10, 0.5);
}
.cma-footer .footer-newsletter-form input[type=email]:focus {
  border-color: transparent;
  box-shadow: 0 0 0 2px #00ADBB;
}
.cma-footer .footer-newsletter-form button[type=submit] {
  background-color: #f7941e;
  color: #152d4d;
  height: 50px;
  padding: 0 32px;
  border-radius: 9999px;
  font-weight: 900;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.cma-footer .footer-newsletter-form button[type=submit]:hover {
  background-color: #9c4f04;
  color: #ffffff;
}
@media (max-width: 480px) {
  .cma-footer .footer-newsletter-form button[type=submit] {
    width: 100%;
  }
}
.cma-footer .footer-newsletter-form .gform_wrapper form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
@media (max-width: 480px) {
  .cma-footer .footer-newsletter-form .gform_wrapper form {
    flex-direction: column;
  }
}
.cma-footer .footer-newsletter-form .gform_wrapper .gform_body {
  flex: 1;
}
.cma-footer .footer-newsletter-form .gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cma-footer .footer-newsletter-form .gform_wrapper .gfield_label {
  display: none;
}
.cma-footer .footer-newsletter-form .gform_wrapper .gfield_required {
  display: none;
}
.cma-footer .footer-newsletter-form .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
.cma-footer .footer-newsletter-form .gform_wrapper .gform_footer input[type=submit],
.cma-footer .footer-newsletter-form .gform_wrapper .gform_footer button {
  background-color: #f7941e;
  color: #152d4d;
  height: 50px;
  padding: 0 32px;
  border-radius: 9999px;
  font-weight: 900;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.cma-footer .footer-newsletter-form .gform_wrapper .gform_footer input[type=submit]:hover,
.cma-footer .footer-newsletter-form .gform_wrapper .gform_footer button:hover {
  background-color: #9c4f04;
  color: #ffffff;
}
@media (max-width: 480px) {
  .cma-footer .footer-newsletter-form .gform_wrapper .gform_footer input[type=submit],
  .cma-footer .footer-newsletter-form .gform_wrapper .gform_footer button {
    width: 100%;
  }
}
.cma-footer .footer-grid-section {
  border-bottom: 1px solid #faf9f6;
  padding: 32px 71.5px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cma-footer .footer-grid-section {
    padding: 32px 48px;
  }
}
@media (max-width: 768px) {
  .cma-footer .footer-grid-section {
    padding: 32px 20px;
  }
}
.cma-footer .footer-grid-section .footer-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 992px) {
  .cma-footer .footer-grid-section .footer-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cma-footer .footer-grid-section .footer-col-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cma-footer .footer-grid-section .cma-footer-heading, .cma-footer .footer-grid-section .widget-title {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #1d3e6b;
  margin: 0 0 20px;
  text-transform: uppercase;
  line-height: 1.3;
}
.cma-footer .footer-grid-section ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cma-footer .footer-grid-section ul li {
  margin: 0;
}
.cma-footer .footer-grid-section ul li a {
  color: #5a6c8a;
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.15s ease;
  line-height: 1.4;
  display: inline-block;
}
.cma-footer .footer-grid-section ul li a:hover {
  color: #00ADBB;
}
.cma-footer .footer-bottom-bar {
  background-color: #1d3e6b;
  color: #ffffff;
  padding: 32px 71.5px;
}
@media (max-width: 992px) {
  .cma-footer .footer-bottom-bar {
    padding: 32px 48px;
  }
}
@media (max-width: 768px) {
  .cma-footer .footer-bottom-bar {
    padding: 32px 20px;
  }
}
.cma-footer .footer-bottom-bar .bottom-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cma-footer .footer-bottom-bar .bottom-container {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .cma-footer .footer-bottom-bar .bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cma-footer .footer-bottom-bar .bottom-left-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cma-footer .footer-bottom-bar .bottom-left-info > p {
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  margin: 0;
  color: #ffffff;
  line-height: 1.4;
}
.cma-footer .footer-bottom-bar .bottom-left-info .bottom-policy-links {
  display: flex;
  gap: 16px;
  margin-top: 4px;
}
.cma-footer .footer-bottom-bar .bottom-left-info .bottom-policy-links a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Nunito", "Helvetica", Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}
.cma-footer .footer-bottom-bar .bottom-left-info .bottom-policy-links a:hover {
  color: #ffffff;
}
.cma-footer .footer-bottom-bar .bottom-right-social {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.cma-footer .footer-bottom-bar .bottom-right-social .cma-social-btn-filled:hover {
  background-color: #00707a;
  color: #ffffff;
}

@keyframes cmaPowerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}

/*# sourceMappingURL=style.css.map */
