/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #353739;
  background: #ffffff;
}
h1, h2, h3, h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #003c71;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus-visible {
  outline: 2px solid #033152;
  outline-offset: 2px;
}
button:focus-visible {
  outline: 2px solid #033152;
  outline-offset: 2px;
}
[role=button]:focus-visible {
  outline: 2px solid #033152;
  outline-offset: 2px;
}
.skip-link {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background: #033152;
  color: #ffffff;
  padding: 10px 20px;
  z-index: 1000;
  font-weight: 700;
}
.skip-link:focus {
  top: 10px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
}
.section {
  padding: 80px 0;
}
.section-title {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #003c71;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #c5a028;
  display: inline-block;
}
.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.header__logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.header__logo img {
  height: 45px;
}
.header__logo .divider {
  width: 1px;
  height: 70px;
  background: rgba(137, 167, 33, 0.3);
}
.header__nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header__menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .header__menu {
    display: none;
  }
}
.header__item {
  list-style: none;
  position: relative;
}
.header__item--mega {
  position: static;
}
.header__item--search {
  padding: 0 0 0 8px;
}
.header__item--mega > .header__link, .header__item--dropdown > .header__link {
  padding: 28px 18px;
  transition: background 0.2s, color 0.2s;
}
.header__item--mega:hover > .header__link, .header__item--dropdown:hover > .header__link {
  background: #003c71;
  color: #ffffff;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 3px;
}
.header__item--mega:hover > .header__link .header__arrow, .header__item--dropdown:hover > .header__link .header__arrow {
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}
.header__item--mega:hover > .mega, .header__item--mega:hover > .dropdown, .header__item--dropdown:hover > .mega, .header__item--dropdown:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__link {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #003c71;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  line-height: normal;
  white-space: nowrap;
}
.header__arrow {
  width: 10px;
  height: 6px;
  transition: transform 0.2s, filter 0.2s;
}
.header__search {
  background: none;
  border: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.header__search:hover {
  background: #799a01;
  border-radius: 50%;
  color: #ffffff;
}
.header__search-icon {
  width: 16px;
  height: 16px;
}
.header__search:hover .header__search-icon {
  filter: brightness(0) invert(1);
}
.header__hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #003c71;
}
.header__hamburger svg {
  width: 32px;
  height: auto;
}
@media (max-width: 1100px) {
  .header__hamburger {
    display: block;
  }
}
.mega {
  position: absolute;
  top: 100%;
  background: #003c71;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 200;
}
.mega__body {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.mega__list {
  width: 340px;
  flex-shrink: 0;
  list-style: none;
  padding: 0;
  border: 16px solid #eceff2;
  border-right: none;
}
.mega__link {
  display: block;
  padding: 14px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #003c71;
  border-bottom: 1px solid rgba(0, 60, 113, 0.3);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.mega__link--blue:hover {
  background: #033152;
  color: #ffffff;
  -webkit-text-decoration: dotted underline #ffffff 2px;
          text-decoration: dotted underline #ffffff 2px;
  text-underline-offset: 4px;
}
.mega__link--teal:hover {
  background: #153e01;
  color: #ffffff;
  -webkit-text-decoration: dotted underline #ffffff 2px;
          text-decoration: dotted underline #ffffff 2px;
  text-underline-offset: 4px;
}
.mega__link--gold:hover {
  background: #440136;
  color: #ffffff;
  -webkit-text-decoration: dotted underline #ffffff 2px;
          text-decoration: dotted underline #ffffff 2px;
  text-underline-offset: 4px;
}
.mega__link--orange:hover {
  background: #8b2911;
  color: #ffffff;
  -webkit-text-decoration: dotted underline #ffffff 2px;
          text-decoration: dotted underline #ffffff 2px;
  text-underline-offset: 4px;
}
.mega__link--brown:hover {
  background: #7b5502;
  color: #ffffff;
  -webkit-text-decoration: dotted underline #ffffff 2px;
          text-decoration: dotted underline #ffffff 2px;
  text-underline-offset: 4px;
}
.mega__link--maroon:hover {
  background: #c42744;
  color: #ffffff;
  -webkit-text-decoration: dotted underline #ffffff 2px;
          text-decoration: dotted underline #ffffff 2px;
  text-underline-offset: 4px;
}
.mega__link--dteal:hover {
  background: #033152;
  color: #ffffff;
  -webkit-text-decoration: dotted underline #ffffff 2px;
          text-decoration: dotted underline #ffffff 2px;
  text-underline-offset: 4px;
}
.mega__link--navy:hover {
  background: #741a61;
  color: #ffffff;
  -webkit-text-decoration: dotted underline #ffffff 2px;
          text-decoration: dotted underline #ffffff 2px;
  text-underline-offset: 4px;
}
.mega li:last-child .mega__link {
  border-bottom: none;
}
.mega__preview {
  width: 380px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 16px solid #eceff2;
  border-left: none;
}
.mega__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.2s;
}
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 100%;
  background: #003c71;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 200;
}
.dropdown__body {
  background: #ffffff;
}
.dropdown__body ul {
  list-style: none;
  padding: 0;
}
.dropdown__link {
  display: block;
  padding: 14px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 16x;
  font-weight: 600;
  color: #003c71;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 60, 113, 0.3);
  transition: all 0.15s;
}
.dropdown__link:hover {
  color: #799a01;
  -webkit-text-decoration: dotted underline #799a01 2px;
          text-decoration: dotted underline #799a01 2px;
  text-underline-offset: 4px;
}
.dropdown__body ul li:last-child .dropdown__link {
  border-bottom: none;
}
.sheet-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.sheet-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.sheet {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 90vw;
  height: 100%;
  padding: 20px;
}
@media (max-width: 576px) {
  .sheet {
    width: 100%;
    max-width: 100%;
  }
}
.sheet {
  background: #ffffff;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
}
.sheet.is-open {
  transform: translateX(0);
}
.sheet__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
}
.sheet__close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #003c71;
  cursor: pointer;
  line-height: 1;
}
.sheet__nav {
  padding: 0;
}
.sheet__group {
  border-bottom: 1px solid #e0e0e0;
}
.sheet__toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #003c71;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: background 0.2s, color 0.2s;
}
.sheet__toggle.is-active {
  background: #003c71;
  color: #ffffff;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 2px;
}
.sheet__chevron {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.sheet__chevron svg {
  display: block;
}
.sheet__toggle.is-active .sheet__chevron {
  transform: rotate(180deg);
}
.sheet__mega {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #003c71;
  padding: 0 16px;
}
.sheet__mega.is-open {
  max-height: 1000px;
  padding: 0 16px 16px;
  margin-bottom: 12px;
}
.sheet__mega-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
}
.sheet__mega-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid rgba(0, 60, 113, 0.3);
  text-decoration: none;
  transition: background 0.15s;
}
.sheet__mega-item:hover {
  background: #f5f5f5;
}
.sheet__mega-thumb {
  width: 80px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  display: block;
}
.sheet__mega-item span {
  padding: 12px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #003c71;
  line-height: 1.4;
}
.sheet__sub {
  list-style: none;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #003c71;
}
.sheet__sub.is-open {
  max-height: 400px;
  padding: 0 16px 16px;
  margin-bottom: 12px;
}
.sheet__sub li a {
  display: block;
  padding: 16px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff;
  color: #003c71;
  border-bottom: 1px solid rgba(0, 60, 113, 0.3);
  text-decoration: none;
  transition: background 0.15s;
}
.sheet__sub li a:hover {
  background: #f5f5f5;
}
.sheet__sub li:last-child a {
  border-bottom: none;
}
.sheet__search-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #003c71;
  cursor: pointer;
}
.sheet__search-icon {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero {
  padding: 80px 0;
  background: #ffffff;
}
.hero__inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  padding-inline: 40px;
}
@media (max-width: 1200px) {
  .hero__inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .hero__inner {
    padding-inline: 15px;
    gap: 30px;
  }
}
.hero__image {
  flex: 0 0 45%;
  max-width: 45%;
  min-width: 0;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1200px) {
  .hero__image {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    top: auto;
  }
}
.hero__image-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 1200px) {
  .hero__image-mobile {
    display: block;
    text-align: center;
  }
}
.hero__wheel {
  position: relative;
  max-width: 527px;
  margin-inline: auto;
}
@media (min-width: 1201px) and (max-width: 1366px) {
  .hero__wheel {
    transform: scale(0.9);
  }
}
.hero__wheel > img {
  width: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .hero__wheel {
    display: none;
  }
}
.hero__wheel-btn {
  position: absolute;
  max-width: 170px;
  min-width: 150px;
  max-height: 83px;
  min-height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1.3;
  transition: opacity 0.2s;
}
.hero__wheel-btn--active-learning {
  background: #033152;
  top: 1%;
  right: 15%;
}
.hero__wheel-btn--prior-knowledge {
  background: #153e01;
  top: 28.3%;
  right: -8%;
}
.hero__wheel-btn--data-informed {
  background: #440136;
  bottom: 28%;
  right: -9%;
}
.hero__wheel-btn--formative {
  background: #8b2911;
  bottom: 1%;
  right: 11.5%;
}
.hero__wheel-btn--belonging {
  background: #7b5502;
  bottom: -0.3%;
  left: 11.5%;
}
.hero__wheel-btn--transparency {
  background: #c42744;
  top: 57.3%;
  left: -8%;
}
.hero__wheel-btn--metacognition {
  background: #033152;
  top: 28%;
  left: -9%;
}
.hero__wheel-btn--peer {
  background: #741a61;
  top: 1%;
  left: 16%;
}
.hero__content {
  flex: 1;
}
@media (max-width: 1200px) {
  .hero__content {
    width: 100%;
    text-align: center;
  }
}
.hero__title {
  font-size: 40px;
  font-weight: 700;
  color: #799a01;
  line-height: 110%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .hero__title {
    font-size: 24px;
  }
}
.hero__text {
  font-size: 16px;
  font-weight: 400;
  color: #353739;
  line-height: 1.4;
  margin-bottom: 15px;
}
.hero__usage {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
.hero__subtitle-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  padding-top: 80px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .hero__subtitle-wrapper {
    padding-top: 40px;
  }
}
.hero__subtitle {
  color: #799a01;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  white-space: normal;
  word-break: break-word;
  min-width: 0;
}
.hero__subtitle-arrow {
  flex: 0 1 auto;
  min-width: 0;
  height: 12px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .hero__subtitle-arrow {
    display: none;
  }
}
.hero__guide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  max-width: 546px;
  margin-inline: auto;
}
.hero__guide-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media (max-width: 576px) {
  .hero__guide-row {
    flex-direction: column;
  }
}
.hero__guide-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}
@media (max-width: 576px) {
  .hero__guide-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.hero__guide-icon {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}
.hero__guide-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__guide-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #799a01;
  margin-bottom: 6px;
}
.hero__guide-text {
  font-size: 1rem;
  color: #666666;
  line-height: 1.4;
}
.hero__overlay {
  width: 100%;
}
.hero__overlay img {
  width: 100%;
  background-repeat: repeat;
  aspect-ratio: 1512/70;
  max-height: 70px;
}
@media (max-width: 992px) {
  .hero__overlay img {
    min-height: 50px;
  }
}
.wheel-tooltip {
  position: absolute;
  z-index: 50;
  width: 226px;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
  border: 1px solid var(--tooltip-color, transparent);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.wheel-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wheel-tooltip__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
}
.wheel-tooltip__text {
  font-size: 13px;
  font-weight: 400;
  color: #353739;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}
.wheel-tooltip__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
}
.wheel-tooltip__btn:hover {
  opacity: 0.85;
}
.wheel-tooltip__btn-icon {
  width: 16px;
  height: 8px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.practices {
  padding: 80px 0;
}
.practices__container {
  max-width: 1212px;
  margin: 0 auto;
  padding: 0 15px;
}
.practices__header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .practices__header {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .practices__header {
    gap: 15px;
    margin-bottom: 24px;
  }
}
.practices__arrow {
  flex: 1 1 auto;
  min-width: 40px;
  height: auto;
}
.practices__title {
  color: #799a01;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  flex: 0 0 auto;
  min-width: 0;
}
@media (max-width: 768px) {
  .practices__title {
    font-size: 24px;
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .practices__title {
    font-size: 20px;
    white-space: normal;
    max-width: 150px;
  }
}
.practices__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  width: 100%;
}
@media (max-width: 768px) {
  .practices__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  gap: 0;
}
@media (max-width: 768px) {
  .card {
    flex-direction: column;
  }
}
.card--blue {
  background: #dae4ec;
}
.card--green {
  background: #e4e8de;
}
.card--purple {
  background: #f3e8f1;
}
.card--peach {
  background: #f9e9e6;
}
.card--beige {
  background: #f5eddd;
}
.card--pink {
  background: #feeaee;
}
.card--teal {
  background: #eaf3f4;
}
.card--rose {
  background: #fdeaf5;
}
.card__image {
  flex: 0 0 40%;
  max-width: 40%;
  overflow: hidden;
  align-self: stretch;
}
.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .card__image {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .card__image img {
    height: 200px;
  }
}
.card__body {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .card__body {
    align-items: center;
    text-align: center;
  }
}
.card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 10px;
}
.card__title--dark-blue {
  color: #003c71;
}
.card__title--teal {
  color: #153e01;
}
.card__title--gold {
  color: #440136;
}
.card__title--maroon {
  color: #c42744;
}
.card__title--brown {
  color: #7b5502;
}
.card__title--dark-teal {
  color: #033152;
}
.card__title--navy {
  color: #741a61;
}
.card__title--burnt-orange {
  color: #8b2911;
}
.card__text {
  font-size: 14px;
  color: #353739;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 25px;
}
.card__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 14px 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
.card__btn:hover {
  background: #ffffff;
  color: #033152;
}
.card__btn-icon {
  width: 16px;
  height: 8px;
  flex-shrink: 0;
}
.card__btn--maroon {
  background: #c42744;
}
.card__btn--teal {
  background: #153e01;
}
.card__btn--gold {
  background: #440136;
}
.card__btn--navy {
  background: #741a61;
}
.card__btn--dark-blue {
  background: #003c71;
}
.card__btn--brown {
  background: #7b5502;
}
.card__btn--dark-teal {
  background: #033152;
}
.card__btn--burnt-orange {
  background: #8b2911;
}
.impact {
  background: #f3f6f9;
}
.impact__hero-overlay {
  background: #f3f6f9;
}
.impact__container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.impact__header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.impact__arrow {
  flex: 0 1 auto;
  min-width: 0;
  max-height: 15px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .impact__arrow {
    display: none;
  }
}
.impact__title {
  color: #799a01;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  white-space: normal;
  word-break: break-word;
  min-width: 0;
}
.impact__subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #033152;
  line-height: 115%;
  margin-bottom: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.impact__text {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #033152;
  line-height: 20px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.impact__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  background: #ffffff;
}
@media (max-width: 992px) {
  .impact__content {
    flex-direction: column;
  }
}
.impact__goals {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 768px) {
  .impact__goals {
    flex: none;
    width: 100%;
  }
}
.impact__goal {
  background: #033152;
  cursor: pointer;
  transition: background 0.25s;
}
.impact__goal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px 10px 25px;
}
.impact__goal-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.25s;
}
.impact__goal-arrow {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.25s;
}
.impact__goal-text {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  font-size: 13px;
  color: #353739;
  line-height: 1.4;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.impact__goal--active {
  background: #ffffff;
}
.impact__goal--active .impact__goal-title {
  color: #003c71;
}
.impact__goal--active .impact__goal-arrow {
  color: #033152;
}
.impact__goal--active .impact__goal-text {
  max-height: 200px;
  padding: 0 25px 20px;
}
.impact__goal:hover:not(.impact__goal--active) {
  background: #ffffff;
}
.impact__goal:hover:not(.impact__goal--active) .impact__goal-title {
  color: #799a01;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 2px;
}
.impact__goal:hover:not(.impact__goal--active) .impact__goal-arrow {
  color: #799a01;
}
.impact__practices {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
@media (max-width: 768px) {
  .impact__practices {
    flex: none;
    width: 100%;
  }
}
.impact__practices--hover::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
@media (min-width: 993px) {
  .impact__practices--hover::before {
    top: -10px;
    left: -10px;
    right: 0;
    bottom: -10px;
    border-top: 10px solid var(--hover-border-color, #033152);
    border-left: 10px solid var(--hover-border-color, #033152);
    border-bottom: 10px solid var(--hover-border-color, #033152);
  }
}
@media (max-width: 992px) {
  .impact__practices--hover::before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: 0;
    border-top: 10px solid var(--hover-border-color, #033152);
    border-left: 10px solid var(--hover-border-color, #033152);
    border-right: 10px solid var(--hover-border-color, #033152);
  }
}
.impact__practice {
  display: block;
  padding: 15px 25px;
  border-bottom: 1px solid #e0e0e0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  color: #666666;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s;
}
.impact__practice:last-child {
  border-bottom: none;
}
.impact__practice--bold {
  font-weight: 600;
  color: #003c71;
  font-size: 16px;
}
.impact__practice--bold:hover {
  color: #033152;
}
.impact__practice--disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: rgba(0, 60, 113, 0.337254902);
  font-size: 16px;
}
.impact__practice:hover {
  background: #033152;
}
.impact__practice--bold:hover {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 1.5px;
}
.impact__wheel {
  flex: 1 0 0;
  background: #033152;
  aspect-ratio: 110/80;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .impact__wheel {
    aspect-ratio: auto;
    width: 100%;
  }
}
.impact__wheel--hover::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
@media (min-width: 993px) {
  .impact__wheel--hover::before {
    top: -10px;
    left: 0;
    right: -10px;
    bottom: -10px;
    border-top: 10px solid var(--hover-border-color, #033152);
    border-right: 10px solid var(--hover-border-color, #033152);
    border-bottom: 10px solid var(--hover-border-color, #033152);
  }
}
@media (max-width: 992px) {
  .impact__wheel--hover::before {
    top: 0;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-right: 10px solid var(--hover-border-color, #033152);
    border-bottom: 10px solid var(--hover-border-color, #033152);
    border-left: 10px solid var(--hover-border-color, #033152);
  }
}
.impact__wheel-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 425px;
}
.impact__wheel-img--active {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}
.cta {
  padding-top: 60px;
  background: #f3f6f9;
}
@media (max-width: 768px) {
  .cta {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  .cta {
    padding-top: 40px;
  }
}
.cta__inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
@media (max-width: 992px) {
  .cta__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.cta__card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  padding: 50px 50px 50px 10px;
}
@media (max-width: 992px) {
  .cta__card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    padding: 40px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cta__card {
    padding: 30px 20px;
  }
}
.cta__card--blue {
  background: #dae4ec;
}
.cta__card--peach {
  background: #e0a99a;
}
.cta__image {
  flex-shrink: 0;
  width: 180px;
}
.cta__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .cta__image {
    width: 120px;
  }
}
.cta__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 992px) {
  .cta__content {
    align-items: center;
  }
}
.cta__title {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  color: #033152;
}
.cta__text {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #353739;
}
.cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 18px 15px;
  background: #033152;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: normal;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 576px) {
  .cta__btn {
    width: 100%;
  }
}
.cta__btn:hover {
  background: #ffffff;
  color: #033152;
}
.cta__btn:focus-visible {
  outline: 2px solid #033152;
  outline-offset: 2px;
}
.cta__btn-icon {
  width: 16px;
  height: auto;
  flex-shrink: 0;
}
.nasem {
  background: #ffffff;
}
.nasem__header {
  background: #ffffff;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .nasem__header {
    padding: 40px 0;
  }
}
.nasem__header-container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .nasem__header-container {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .nasem__header-container {
    gap: 15px;
  }
}
.nasem__header-arrow {
  flex: 0 1 auto;
  width: auto;
  min-width: 60px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .nasem__header-arrow {
    max-width: 120px;
    min-width: 50px;
  }
}
@media (max-width: 576px) {
  .nasem__header-arrow {
    max-width: 60px;
    min-width: 40px;
  }
}
.nasem__header-arrow:last-child {
  transform: scaleX(-1);
}
.nasem__title {
  font-size: 40px;
  font-weight: 700;
  color: #003c71;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  text-align: center;
  min-width: 0;
  max-width: 850px;
  width: 100%;
}
@media (max-width: 768px) {
  .nasem__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .nasem__title {
    font-size: 20px;
  }
}
.nasem__divider {
  width: 100%;
  height: 40px;
  background: url("../../dist/assets/images/dot-pattern-overlay.png") repeat-x center;
  background-size: auto 100%;
  margin: 0;
}
.nasem__content {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.nasem__grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nasem__grid {
    flex-direction: column;
    gap: 40px;
  }
}
.nasem__left {
  flex: 1;
}
@media (max-width: 992px) {
  .nasem__left {
    max-width: 100%;
  }
}
.nasem__framework-image-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 80px;
}
.nasem__framework-image-wrapper img {
  width: 100%;
  height: auto;
}
.nasem__section-title {
  font-size: 30px;
  font-weight: 700;
  color: #353739;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .nasem__section-title {
    font-size: 24px;
  }
}
.nasem__summary-text {
  font-size: 16px;
  line-height: 1.8;
  color: #353739;
  margin-bottom: 20px;
  text-align: justify;
}
.nasem__summary-divider {
  border-color: #d6dade;
  margin-bottom: 20px;
}
.nasem__who-is-the-report-banner {
  width: 100%;
  height: auto;
}
.nasem__audience {
  margin-top: 20px;
}
.nasem__audience-intro {
  font-size: 14px;
  line-height: 1.4;
  color: #353739;
  margin-bottom: 15px;
}
.nasem__audience-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px 0;
}
.nasem__audience-list-item {
  font-size: 14px;
  line-height: 1.4;
  color: #353739;
  padding-left: 25px;
  position: relative;
  margin-bottom: 4px;
}
.nasem__audience-list-item::before {
  content: "•";
  position: absolute;
  left: 8px;
  color: #003c71;
  font-weight: 700;
}
.nasem__audience-conclusion {
  font-size: 14px;
  line-height: 1.4;
  color: #353739;
  text-align: justify;
}
.nasem__right {
  position: sticky;
  top: 20px;
  max-width: 420px;
}
@media (max-width: 992px) {
  .nasem__right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.nasem__sidebar {
  background: #dae4ec;
}
.nasem__sidebar-contents {
  padding: 15px 15px 30px;
}
.nasem__sidebar-images {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.nasem__sidebar-photo {
  width: 100%;
  overflow: hidden;
}
.nasem__sidebar-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.nasem__sidebar-cover {
  width: 100%;
  margin: 0 auto;
}
.nasem__sidebar-cover img {
  width: 100%;
  height: auto;
  display: block;
}
.nasem__sidebar-header-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.nasem__sidebar-header-logo {
  max-width: 57px;
  flex: 0 0 57px;
}
.nasem__sidebar-header-logo img {
  width: 100%;
  height: auto;
}
.nasem__sidebar-title {
  font-size: 20px;
  font-weight: 700;
  color: #003c71;
}
.nasem__sidebar-subtitle {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 35px;
  color: #353739;
  line-height: 1.4;
}
.nasem__download-report-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  padding: 14px 12px;
  background: #033152;
  border: 1px solid #033152;
  transition: all 0.3s ease-out;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-bottom: 12px;
}
.nasem__download-report-btn img {
  width: 15px;
  height: auto;
}
.nasem__download-report-btn:hover {
  background: #ffffff;
  color: #033152;
  border-color: #e1e4e7;
}
.nasem__alignment-section {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .nasem__alignment-section {
    flex-direction: column;
  }
}
.nasem__alignment-image {
  flex: 0 0 auto;
  max-width: 200px;
}
@media (max-width: 768px) {
  .nasem__alignment-image {
    max-width: 150px;
  }
}
.nasem__alignment-image img {
  width: 100%;
  height: auto;
  display: block;
}
.nasem__alignment-content {
  flex: 1;
}
.nasem__alignment-title {
  font-size: 30px;
  font-weight: 700;
  color: #353739;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .nasem__alignment-title {
    font-size: 24px;
  }
}
.nasem__alignment-title--highlight {
  color: #033152;
  text-decoration: underline;
}
.nasem__alignment-text {
  font-size: 14px;
  line-height: 1.4;
  color: #353739;
  margin-bottom: 20px;
}
.nasem__strategies-section {
  margin-top: 60px;
}
.nasem__strategies-title {
  font-size: 30px;
  font-weight: 700;
  color: #353739;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .nasem__strategies-title {
    font-size: 24px;
  }
}
.nasem__strategies-divider {
  border-color: #d6dade;
  margin-bottom: 25px;
}
.nasem__strategies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .nasem__strategies-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.nasem__practice-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 80px;
}
.nasem__strategy-card {
  background: #e0a99a;
  padding: 25px 45px 65px;
}
@media (max-width: 576px) {
  .nasem__strategy-card {
    padding: 25px 30px 50px;
  }
}
.nasem__strategy-header-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.nasem__strategy-icon {
  max-width: 57px;
  flex: 0 0 57px;
}
.nasem__strategy-icon img {
  width: 100%;
  height: auto;
}
.nasem__strategy-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #353739;
  line-height: 1.15;
}
.nasem__strategy-text {
  font-size: 14px;
  line-height: 1.4;
  color: #353739;
  margin-bottom: 35px;
}
.nasem__strategy-text--highlight {
  font-weight: 700;
  color: #033152;
  text-decoration: underline;
}
.nasem__strategy-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  padding: 14px 12px;
  background: #033152;
  border: 1px solid #033152;
  transition: all 0.3s ease-out;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.nasem__strategy-btn img {
  width: 15px;
  height: auto;
}
.nasem__strategy-btn:hover {
  background: #ffffff;
  color: #033152;
  border-color: #e1e4e7;
}
.nasem__practice-card {
  background: #dae4ec;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1300px) {
  .nasem__practice-card {
    flex-direction: row;
  }
}
.nasem__practice-card--1 {
  background: #dae4ec;
}
.nasem__practice-card--2 {
  background: #e4e8de;
}
.nasem__practice-card--2 .nasem__practice-card-title {
  color: #153e01;
}
.nasem__practice-card--2 .nasem__practice-card-btn {
  color: #ffffff;
  border-color: #153e01;
  background: #153e01;
}
.nasem__practice-card--2 .nasem__practice-card-btn:hover {
  background: #ffffff;
  color: #153e01;
}
.nasem__practice-card--3 {
  background: #f3e8f1;
}
.nasem__practice-card--3 .nasem__practice-card-title {
  color: #440136;
}
.nasem__practice-card--3 .nasem__practice-card-btn {
  color: #ffffff;
  border-color: #440136;
  background: #440136;
}
.nasem__practice-card--3 .nasem__practice-card-btn:hover {
  background: #ffffff;
  color: #440136;
}
.nasem__practice-card--4 {
  background: #f9e9e6;
}
.nasem__practice-card--4 .nasem__practice-card-title {
  color: #8b2911;
}
.nasem__practice-card--4 .nasem__practice-card-btn {
  color: #ffffff;
  border-color: #8b2911;
  background: #8b2911;
}
.nasem__practice-card--4 .nasem__practice-card-btn:hover {
  background: #ffffff;
  color: #8b2911;
}
.nasem__practice-card--5 {
  background: #f5eddd;
}
.nasem__practice-card--5 .nasem__practice-card-title {
  color: #7b5502;
}
.nasem__practice-card--5 .nasem__practice-card-btn {
  color: #ffffff;
  border-color: #7b5502;
  background: #7b5502;
}
.nasem__practice-card--5 .nasem__practice-card-btn:hover {
  background: #ffffff;
  color: #7b5502;
}
.nasem__practice-card--6 {
  background: #feeaee;
}
.nasem__practice-card--6 .nasem__practice-card-title {
  color: #c42744;
}
.nasem__practice-card--6 .nasem__practice-card-btn {
  color: #ffffff;
  border-color: #c42744;
  background: #c42744;
}
.nasem__practice-card--6 .nasem__practice-card-btn:hover {
  background: #ffffff;
  color: #c42744;
}
.nasem__practice-card--7 {
  background: #eaf3f4;
}
.nasem__practice-card--7 .nasem__practice-card-title {
  color: #033152;
}
.nasem__practice-card--7 .nasem__practice-card-btn {
  color: #ffffff;
  border-color: #033152;
  background: #033152;
}
.nasem__practice-card--7 .nasem__practice-card-btn:hover {
  background: #ffffff;
  color: #033152;
}
.nasem__practice-card--8 {
  background: #fdeaf5;
}
.nasem__practice-card--8 .nasem__practice-card-title {
  color: #741a61;
}
.nasem__practice-card--8 .nasem__practice-card-btn {
  color: #ffffff;
  border-color: #741a61;
  background: #741a61;
}
.nasem__practice-card--8 .nasem__practice-card-btn:hover {
  background: #ffffff;
  color: #741a61;
}
.nasem__practice-card-main {
  flex: 1;
  display: flex;
}
@media (max-width: 768px) {
  .nasem__practice-card-main {
    flex-direction: column;
  }
}
.nasem__practice-card-left {
  flex: 0 0 auto;
  padding: 35px 15px 35px 35px;
}
@media (max-width: 768px) {
  .nasem__practice-card-left {
    padding: 25px 25px 0;
  }
}
.nasem__practice-card-image {
  max-width: 150px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.nasem__practice-card-content-left {
  flex: 1;
  padding: 35px 35px 35px 15px;
}
@media (max-width: 768px) {
  .nasem__practice-card-content-left {
    padding: 25px;
  }
}
.nasem__practice-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #033152;
  line-height: 1.15em;
  margin-bottom: 15px;
}
.nasem__practice-card-description {
  font-size: 14px;
  line-height: 1.4em;
  color: #353739;
  margin-bottom: 35px;
}
.nasem__practice-card-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  padding: 14px 12px;
  background: #033152;
  border: 1px solid #033152;
  transition: all 0.3s ease-out;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.nasem__practice-card-btn img {
  width: 15px;
  height: auto;
}
.nasem__practice-card-btn:hover {
  background: #ffffff;
  color: #033152;
  border-color: #e1e4e7;
}
.nasem__practice-card-content-right {
  flex: 0 0 auto;
  max-width: 300px;
  padding: 25px;
}
@media (max-width: 1299px) {
  .nasem__practice-card-content-right {
    max-width: 100%;
    width: 100%;
  }
}
.nasem__practice-card-principles {
  background: #ffffff;
  padding: 20px;
  height: 100%;
}
.nasem__practice-card-principle {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.nasem__practice-card-principle:not(:last-child) {
  margin-bottom: 25px;
}
.nasem__practice-card-check-icon {
  flex-shrink: 0;
  width: 14px;
  height: auto;
}
.nasem__practice-card-principle-content {
  flex: 1;
}
.nasem__practice-card-principle-title {
  font-size: 15px;
  font-weight: 700;
  color: #033152;
  line-height: 1.15em;
  margin: 0 0 8px 0;
}
.nasem__practice-card-principle-text {
  font-size: 13px;
  line-height: 1.4em;
  color: #353739;
  margin: 0;
}
.nasem__about-section {
  margin-top: 60px;
}
.nasem__about-title {
  font-size: 30px;
  font-weight: 700;
  color: #353739;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .nasem__about-title {
    font-size: 24px;
  }
}
.nasem__about-divider {
  border-color: #d6dade;
  margin-bottom: 40px;
}
.nasem__about-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.nasem__about-logo img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
.nasem__about-text {
  font-size: 14px;
  line-height: 1.4;
  color: #353739;
  margin-bottom: 20px;
}
.ebtc {
  background: #ffffff;
}
.ebtc__header {
  background: #ffffff;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .ebtc__header {
    padding: 40px 0;
  }
}
.ebtc__header-container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .ebtc__header-container {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .ebtc__header-container {
    gap: 15px;
  }
}
.ebtc__header-arrow {
  flex-shrink: 1;
  width: auto;
  min-width: 60px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .ebtc__header-arrow {
    max-width: 120px;
    min-width: 50px;
  }
}
@media (max-width: 576px) {
  .ebtc__header-arrow {
    max-width: 60px;
    min-width: 40px;
  }
}
.ebtc__header-arrow:last-child {
  transform: scaleX(-1);
}
.ebtc__title {
  font-size: 40px;
  font-weight: 700;
  color: #003c71;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  text-align: center;
  min-width: 0;
  max-width: 805px;
  width: 100%;
}
@media (max-width: 768px) {
  .ebtc__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .ebtc__title {
    font-size: 20px;
  }
}
.ebtc__content {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.ebtc__grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ebtc__grid {
    flex-direction: column;
    gap: 40px;
  }
}
.ebtc__left {
  flex: 1;
}
@media (max-width: 992px) {
  .ebtc__left {
    max-width: 100%;
  }
}
.ebtc__section-title {
  font-size: 30px;
  font-weight: 700;
  color: #353739;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .ebtc__section-title {
    font-size: 24px;
  }
}
.ebtc__text {
  font-size: 16px;
  line-height: 1.8;
  color: #353739;
  margin-bottom: 20px;
  text-align: justify;
}
.ebtc__text strong {
  font-weight: 700;
}
.ebtc__summary-banner {
  width: 100%;
  margin-bottom: 20px;
}
.ebtc__summary-banner img {
  width: 100%;
  height: auto;
}
.ebtc__who-section {
  margin-top: 80px;
}
.ebtc__who-banner {
  width: 100%;
  max-width: 660px;
  margin: 30px auto 0;
}
.ebtc__who-banner img {
  width: 100%;
  height: auto;
}
.ebtc__divider {
  border-color: #d6dade;
  margin-bottom: 20px;
}
.ebtc__right {
  position: sticky;
  top: 20px;
  max-width: 420px;
}
@media (max-width: 992px) {
  .ebtc__right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.ebtc__sidebar {
  background: #dae4ec;
}
.ebtc__sidebar-contents {
  padding: 15px 15px 30px;
}
.ebtc__sidebar-images {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.ebtc__sidebar-photo {
  width: 100%;
  overflow: hidden;
}
.ebtc__sidebar-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.ebtc__sidebar-cover {
  width: 100%;
  margin: 0 auto;
}
.ebtc__sidebar-cover img {
  width: 100%;
  height: auto;
  display: block;
}
.ebtc__sidebar-header-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.ebtc__sidebar-header-logo {
  max-width: 57px;
  flex: 0 0 57px;
}
.ebtc__sidebar-header-logo img {
  width: 100%;
  height: auto;
}
.ebtc__sidebar-title {
  font-size: 20px;
  font-weight: 700;
  color: #003c71;
}
.ebtc__sidebar-subtitle {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 35px;
  color: #353739;
  line-height: 1.4;
}
.ebtc__download-report-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  padding: 14px 12px;
  background: #033152;
  border: 1px solid #033152;
  transition: all 0.3s ease-out;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-bottom: 12px;
}
.ebtc__download-report-btn img {
  width: 15px;
  height: auto;
}
.ebtc__download-report-btn:hover {
  background: #ffffff;
  color: #033152;
  border-color: #e1e4e7;
}
.ebtc__about-section {
  margin-top: 80px;
}
.ebtc__about-wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 576px) {
  .ebtc__about-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.ebtc__about-logo {
  flex: 0 0 91px;
  width: 91px;
  margin: 0;
}
@media (max-width: 992px) {
  .ebtc__about-logo {
    flex: 0 0 48px;
    width: 48px;
  }
}
@media (max-width: 576px) {
  .ebtc__about-logo {
    flex: 0 0 48px;
    width: 48px;
  }
}
.ebtc__about-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.ebtc__about-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 576px) {
  .ebtc__about-content {
    gap: 24px;
  }
}
.ebtc__about-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #353739;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .ebtc__about-subtitle {
    font-size: 18px;
  }
}
.ebtc__investigators-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media (max-width: 1200px) {
  .ebtc__investigators-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .ebtc__investigators-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .ebtc__investigators-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.ebtc__investigator {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.ebtc__investigator-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .ebtc__investigator-photo {
    width: 100px;
    height: 100px;
  }
}
.ebtc__investigator-link {
  text-decoration: underline;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: #353739;
  transition: color 0.3s ease;
}
.ebtc__investigator-link:hover {
  color: #033152;
}
.ebtc__advisory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media (max-width: 1200px) {
  .ebtc__advisory-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .ebtc__advisory-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .ebtc__advisory-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.ebtc__advisory-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.ebtc__advisory-name {
  text-decoration: underline;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #353739;
  transition: color 0.3s ease;
}
.ebtc__advisory-name:hover {
  color: #033152;
}
.ebtc__advisory-bio {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 1.1;
  margin: 0;
}
.submit-example {
  background: #ffffff;
}
.submit-example__header {
  background: #ffffff;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .submit-example__header {
    padding: 40px 0;
  }
}
.submit-example__header-container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .submit-example__header-container {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .submit-example__header-container {
    gap: 15px;
  }
}
.submit-example__header-arrow {
  flex: 0 1 auto;
  width: auto;
  min-width: 60px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .submit-example__header-arrow {
    max-width: 120px;
    min-width: 50px;
  }
}
@media (max-width: 576px) {
  .submit-example__header-arrow {
    max-width: 60px;
    min-width: 40px;
  }
}
.submit-example__header-arrow:last-child {
  transform: scaleX(-1);
}
.submit-example__title {
  font-size: 40px;
  font-weight: 700;
  color: #003c71;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  text-align: center;
  min-width: 0;
  max-width: 730px;
}
@media (max-width: 768px) {
  .submit-example__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .submit-example__title {
    font-size: 20px;
  }
}
.submit-example__content {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.submit-example__form {
  max-width: 972px;
  margin: 0 auto;
}
.submit-example__form-group {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .submit-example__form-group {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .submit-example__form-group {
    margin-bottom: 25px;
  }
}
.submit-example__form-group[aria-invalid=true] {
  position: relative;
}
.submit-example__form-group[aria-invalid=true]::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #d32f2f;
  opacity: 0.5;
}
.submit-example fieldset.submit-example__form-group {
  border: none;
  padding: 0;
  margin: 0 0 40px 0;
  min-width: 0;
}
@media (max-width: 768px) {
  .submit-example fieldset.submit-example__form-group {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .submit-example fieldset.submit-example__form-group {
    margin-bottom: 25px;
  }
}
.submit-example fieldset.submit-example__form-group legend {
  padding: 0;
  display: block;
  width: 100%;
}
.submit-example__divider {
  border: none;
  border-top: 1px solid #d6dade;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .submit-example__divider {
    margin: 30px 0;
  }
}
@media (max-width: 576px) {
  .submit-example__divider {
    margin: 25px 0;
  }
}
.submit-example__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #353739;
  margin-bottom: 25px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .submit-example__label {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .submit-example__label {
    margin-bottom: 15px;
  }
}
.submit-example__required {
  font-size: 13px;
  font-weight: 400;
  color: #c02b0a;
  line-height: 1.15em;
}
.submit-example__name-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 576px) {
  .submit-example__name-fields {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.submit-example__field-wrapper {
  display: flex;
  flex-direction: column;
}
.submit-example__field-label {
  font-size: 13px;
  font-weight: 400;
  color: #353739;
  margin-top: 10px;
  line-height: 1.15em;
}
.submit-example__field-hint {
  font-size: 13px;
  font-weight: 400;
  color: #353739;
  margin-top: 10px;
  display: block;
  line-height: 1.15em;
}
.submit-example__input {
  width: 100%;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #799a01;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  color: #353739;
  transition: border-color 0.3s ease;
}
.submit-example__input:focus {
  outline: none;
  border-color: #799a01;
}
.submit-example__textarea {
  width: 100%;
  height: 174px;
  padding: 12px;
  border: 1px solid #799a01;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  color: #353739;
  resize: none;
  transition: border-color 0.3s ease;
}
.submit-example__textarea:focus {
  outline: none;
  border-color: #799a01;
}
.submit-example__checkbox-group, .submit-example__radio-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.submit-example__checkbox-label, .submit-example__radio-label {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.15em;
}
.submit-example__checkbox-label input[type=checkbox], .submit-example__checkbox-label input[type=radio], .submit-example__radio-label input[type=checkbox], .submit-example__radio-label input[type=radio] {
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #353739;
}
.submit-example__checkbox-label input[type=checkbox], .submit-example__radio-label input[type=checkbox] {
  border: 1px solid #353739;
}
.submit-example__checkbox-label input[type=radio], .submit-example__radio-label input[type=radio] {
  border: 1px solid #353739;
}
.submit-example__checkbox-label span, .submit-example__radio-label span {
  color: #353739;
}
.submit-example__checkbox-label:hover span, .submit-example__radio-label:hover span {
  color: #033152;
}
.submit-example__form-actions {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .submit-example__form-actions {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .submit-example__form-actions {
    flex-direction: column;
    margin-top: 25px;
  }
}
.submit-example__btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  padding: 14px 12px;
  background: #033152;
  border: 1px solid #033152;
  transition: all 0.3s ease-out;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
}
.submit-example__btn img {
  width: 15px;
  height: auto;
}
.submit-example__btn:hover {
  background: #ffffff;
  color: #033152;
  border-color: #e1e4e7;
}
.submit-example__btn--submit {
  background: #033152;
  color: #ffffff;
  border-color: #033152;
}
.submit-example__btn--submit:hover {
  background: #ffffff;
  color: #033152;
  border-color: #e1e4e7;
}
.submit-example__btn--save {
  background: #033152;
  color: #ffffff;
  border-color: #033152;
}
.submit-example__btn--save:hover {
  background: #ffffff;
  color: #033152;
  border-color: #e1e4e7;
}
.search {
  background: #ffffff;
}
.search__header {
  background: #ffffff;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .search__header {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .search__header {
    padding: 30px 0;
  }
}
.search__header-container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .search__header-container {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .search__header-container {
    gap: 15px;
    margin-bottom: 25px;
  }
}
.search__header-arrow {
  flex: 1;
  width: auto;
  min-width: 60px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.search__header-arrow:last-child {
  transform: scaleX(-1);
}
.search__title {
  font-size: 40px;
  font-weight: 700;
  color: #003c71;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 0;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .search__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .search__title {
    font-size: 20px;
  }
}
.search__input-wrapper {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
}
.search__form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
}
.search__input {
  flex: 1;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #799a01;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  color: #424345;
  transition: border-color 0.3s ease;
  min-width: 0;
  max-width: 315px;
}
.search__input::-moz-placeholder {
  color: #424345;
}
.search__input::placeholder {
  color: #424345;
}
.search__input:focus {
  outline: none;
  border-color: #799a01;
}
.search__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 48px;
  padding: 0 15px;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  background: #033152;
  border: 1px solid #033152;
  transition: all 0.3s ease-out;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .search__btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.search__btn img {
  width: 15px;
  height: auto;
}
.search__btn:hover {
  background: #ffffff;
  color: #033152;
  border-color: #e1e4e7;
}
.search__content {
  background: #f3f6f9;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .search__content {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .search__content {
    padding: 30px 0;
  }
}
.search__results-container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1212px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .search__results-container {
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .search__results-container {
    gap: 20px;
  }
}
.search__result-item {
  background: #ffffff;
  padding: 30px 40px;
  display: flex;
  gap: 30px;
  align-items: center;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .search__result-item {
    padding: 25px 30px;
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .search__result-item {
    padding: 20px;
    gap: 15px;
  }
}
.search__result-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 576px) {
  .search__result-content {
    gap: 8px;
  }
}
.search__result-title {
  margin: 0;
  padding: 0;
}
.search__result-title a {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #033152;
  text-decoration: underline;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .search__result-title a {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .search__result-title a {
    font-size: 18px;
  }
}
.search__result-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #424345;
  margin: 0;
}
@media (max-width: 576px) {
  .search__result-description {
    font-size: 13px;
  }
}
.search__result-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .search__result-arrow {
    width: 20px;
    height: 20px;
  }
}
.search__result-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.search__pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
  max-width: 1212px;
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
}
.search__page-btn {
  min-width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #003c71;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
  padding: 0;
  border-radius: 4px;
}
.search__page-btn--num {
  background: #033152;
  color: #ffffff;
}
.search__page-btn--num.search__page-btn--active {
  background: transparent;
  color: #003c71;
}
.search__page-btn--nav {
  gap: 6px;
  font-size: 15px;
  background: none;
  color: #003c71;
  font-weight: 600;
  padding: 0 6px;
}
.search__page-btn--nav .page-chevron {
  color: #799a01;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.search__page-btn--nav:hover:not(:disabled) {
  color: #799a01;
}
.search__page-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.research {
  padding: 80px 0;
  background: #f3f6f9;
}
.research__container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
}
.research__inner {
  background: #ffffff;
  padding: 50px 60px;
}
@media (max-width: 768px) {
  .research__inner {
    padding: 40px 30px;
  }
}
@media (max-width: 576px) {
  .research__inner {
    padding: 30px 20px;
  }
}
.research__title {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #003c71;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .research__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .research__title {
    font-size: 24px;
  }
}
.research__divider {
  border: none;
  height: 1px;
  background: #799a01;
  margin-bottom: 30px;
}
.research__text {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #353739;
  margin-bottom: 24px;
}
.research__list {
  list-style: disc;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.research__list-item {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #353739;
}
.research__link {
  color: #003c71;
  font-weight: 700;
  text-decoration: underline;
}
.research__link:hover {
  text-decoration: none;
}
.research__link:focus-visible {
  outline: 2px solid #003c71;
  outline-offset: 2px;
}
.page-banner {
  background-color: #033152;
  background-image: linear-gradient(0deg, rgba(3, 49, 82, 0.9), rgba(3, 49, 82, 0.9)), linear-gradient(0deg, rgba(3, 49, 82, 0) 0%, rgba(0, 40, 69, 0.5) 100%), url("../../assets/images/footer/footer.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 80px;
}
@media (max-width: 768px) {
  .page-banner {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .page-banner {
    padding: 50px 0;
  }
}
.page-banner__inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-banner__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .page-banner__title {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .page-banner__title {
    font-size: 1.5rem;
  }
}
.page-banner__desc {
  font-size: 0.938rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 576px) {
  .page-banner__desc {
    font-size: 0.875rem;
  }
}
.library {
  background: #f3f6f9;
}
.library__inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .library__inner {
    flex-direction: column;
  }
}
.library__sidebar {
  width: 350px;
  min-height: 100vh;
  flex-shrink: 0;
  position: sticky;
  background: #ffffff;
  top: 0px;
  padding: 35px 30px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 992px) {
  .library__sidebar {
    display: none;
  }
}
.library__filter-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #033152;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: auto;
  transition: opacity 0.2s;
}
.library__filter-btn:hover {
  opacity: 0.85;
}
@media (max-width: 992px) {
  .library__filter-btn {
    display: flex;
  }
}
.library__content {
  flex: 1;
  min-width: 0;
  padding-top: 20px;
}
.library__topbar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
}
.library__results {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
}
.library__topbar-divider {
  width: 1px;
  height: 20px;
  background: rgba(121, 154, 1, 0.5019607843);
  margin: 0 20px;
}
.library__sort {
  position: relative;
}
.library__sort-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0;
  background: none;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #003c71;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
}
.library__sort-btn::after {
  content: "▾";
  font-size: 11px;
  color: #799a01;
}
.library__sort-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  z-index: 10;
  min-width: 150px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.library__sort-menu.is-open {
  display: block;
}
.library__sort-menu button {
  display: block;
  width: 100%;
  padding: 10px 16px;
  background: none;
  border: none;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #353739;
  cursor: pointer;
}
.library__sort-menu button:hover {
  background: #f5f5f5;
}
.library__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1200px) {
  .library__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .library__grid {
    grid-template-columns: 1fr;
  }
}
.library__card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}
.library__card-body {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
}
.library__card-title {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #003c71;
  line-height: 1.15;
  margin-bottom: 16px;
}
.library__card-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #666666;
  line-height: 1.4;
  margin-bottom: 24px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.library__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 12px;
  background: #033152;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.library__card-btn:hover {
  background-color: #ffffff;
  color: #033152;
  border: 1px solid rgba(121, 154, 1, 0.5019607843);
}
.library__card-btn-icon {
  width: 16px;
  height: 8px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.library__card-divider {
  height: 1px;
  background: #d6dade;
  margin: 0 24px;
}
.library__card-tags {
  padding: 30px 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.library__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 9px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  border-radius: 4px;
}
.library__tag--active-learning {
  background: #003c71;
}
.library__tag--prior-knowledge {
  background: #153e01;
}
.library__tag--data-informed {
  background: #440136;
}
.library__tag--formative-assessment {
  background: #8b2911;
}
.library__tag--belonging {
  background: #7b5502;
}
.library__tag--transparency {
  background: #c42744;
}
.library__tag--metacognition {
  background: #033152;
}
.library__tag--peer-collaboration {
  background: #741a61;
}
.library__tag-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.library__empty {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  color: #666666;
}
.library__empty svg {
  margin-bottom: 20px;
  opacity: 0.4;
}
.library__empty-title {
  font-size: 20px;
  font-weight: 700;
  color: #003c71;
  margin-bottom: 8px;
}
.library__empty-text {
  font-size: 14px;
  color: #666666;
  max-width: 360px;
  line-height: 1.6;
}
.library__pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}
.library__page-btn {
  min-width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #003c71;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
  padding: 0;
  border-radius: 4px;
}
.library__page-btn--num {
  background: #033152;
  color: #ffffff;
}
.library__page-btn--num.library__page-btn--active {
  background: transparent;
  color: #003c71;
}
.library__page-btn--nav {
  gap: 6px;
  font-size: 15px;
  background: none;
  color: #003c71;
  font-weight: 600;
  padding: 0 6px;
}
.library__page-btn--nav .page-chevron {
  color: #799a01;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.library__page-btn--nav:hover:not(:disabled) {
  color: #799a01;
}
.library__page-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.sidebar__search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.sidebar__input-wrap {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid rgba(121, 154, 1, 0.5019607843);
  background: #ffffff;
  padding: 0 12px;
  height: 44px;
}
.sidebar__input {
  flex: 1;
  border: none;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #353739;
  background: transparent;
}
.sidebar__input::-moz-placeholder {
  color: #033152;
}
.sidebar__input::placeholder {
  color: #033152;
}
.sidebar__search-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(19%) saturate(7483%) hue-rotate(191deg) brightness(93%) contrast(102%);
}
.sidebar__search-btn {
  height: 44px;
  margin-left: 8px;
  padding: 0 20px;
  background: #033152;
  color: #ffffff;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
  flex-shrink: 0;
}
.sidebar__search-btn:hover {
  opacity: 0.85;
}
.sidebar__toggle {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  background: none;
  border-bottom: 1px solid #d6dade;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #003c71;
  cursor: pointer;
  text-align: left;
  line-height: 1.35;
}
.sidebar__chevron {
  font-size: 18px;
  transition: transform 0.25s;
  color: #799a01;
  flex-shrink: 0;
  margin-left: 10px;
}
.sidebar__toggle.is-active .sidebar__chevron {
  transform: rotate(90deg);
}
.sidebar__options {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sidebar__options.is-open {
  max-height: 500px;
  padding-top: 20px;
}
.sidebar__option {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #353739;
  width: -moz-fit-content;
  width: fit-content;
}
.sidebar__option input[type=checkbox] {
  width: 17px;
  height: 17px;
  accent-color: #003c71;
  cursor: pointer;
  flex-shrink: 0;
}
.sidebar__count {
  color: #666666;
  font-size: 13px;
}
.filter-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.filter-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.filter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  max-width: 90vw;
  height: 100%;
  background: #ffffff;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
}
.filter-modal.is-open {
  transform: translateX(0);
}
.filter-modal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
}
.filter-modal__header h3 {
  font-size: 18px;
  color: #003c71;
}
.filter-modal__close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #003c71;
  cursor: pointer;
  line-height: 1;
}
.filter-modal__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.page-hero__inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 65px;
}
@media (max-width: 768px) {
  .page-hero__inner {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 30px;
  }
}
.page-hero__image {
  flex: 0 0 45%;
  max-width: 45%;
}
.page-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .page-hero__image {
    flex: 0 0 100%;
    max-width: 100%;
    height: 300px;
  }
}
.page-hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.page-hero__title {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  color: #8b2911;
}
@media (max-width: 768px) {
  .page-hero__title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .page-hero__title {
    font-size: 28px;
  }
}
.page-hero__title--gold {
  color: #440136;
}
.page-hero__title--deep-blue {
  color: #033152;
}
.page-hero__divider {
  width: 100%;
  height: 1px;
  border: none;
  background: #d6dade;
  margin: 0;
}
.page-hero__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: #353739;
}
@media (max-width: 576px) {
  .page-hero__subtitle {
    font-size: 18px;
  }
}
.page-hero__text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #353739;
}
.dimensions {
  padding: 80px 0;
}
.dimensions__header {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .dimensions__header {
    margin-bottom: 30px;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .dimensions__header {
    gap: 15px;
  }
}
.dimensions__arrow {
  flex: 1 1 auto;
  min-width: 40px;
  height: auto;
}
.dimensions__title {
  color: #799a01;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .dimensions__title {
    font-size: 24px;
    white-space: normal;
    min-width: 250px;
  }
}
@media (max-width: 576px) {
  .dimensions__title {
    font-size: 20px;
    min-width: 220px;
  }
}
.dimensions__title--gold {
  color: #440136;
}
.dimensions__title--deep-blue {
  color: #033152;
}
.dimensions__title--formative {
  color: #8b2911;
}
.dimensions__layout {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 992px) {
  .dimensions__layout {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .dimensions__layout {
    gap: 20px;
  }
}
.dimensions__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 992px) {
  .dimensions__list {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .dimensions__list {
    gap: 20px;
  }
}
.dimensions__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  background: #f9e9e6;
  overflow: hidden;
  padding: 25px;
  gap: 40px;
}
@media (max-width: 768px) {
  .dimensions__item {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .dimensions__item {
    padding: 15px;
    gap: 15px;
  }
}
.dimensions__item--purple {
  background: #f3e8f1;
}
.dimensions__item--teal {
  background: #eaf3f4;
}
.dimensions__item-image {
  flex: 0 0 40%;
  max-width: 40%;
}
.dimensions__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .dimensions__item-image {
    flex: 0 0 100%;
    max-width: 100%;
    height: 250px;
  }
}
.dimensions__item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 768px) {
  .dimensions__item-content {
    padding: 0;
  }
}
.dimensions__item-title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 115%;
  color: #8b2911;
}
@media (max-width: 576px) {
  .dimensions__item-title {
    font-size: 18px;
  }
}
.dimensions__item-title--gold {
  color: #440136;
}
.dimensions__item-title--deep-blue {
  color: #033152;
}
.dimensions__item-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #353739;
}
.dimensions__sidebar {
  position: sticky;
  top: 20px;
  max-width: 420px;
  background: #dae4ec;
  padding: 25px 35px 35px 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  align-self: flex-start;
}
@media (max-width: 992px) {
  .dimensions__sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .dimensions__sidebar {
    padding: 20px 25px 25px 25px;
  }
}
@media (max-width: 576px) {
  .dimensions__sidebar {
    padding: 20px;
  }
}
.dimensions__sidebar--purple {
  background: #f3e8f1;
}
.dimensions__sidebar-image {
  width: 80px;
  height: auto;
  flex-shrink: 0;
}
.dimensions__sidebar-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.dimensions__sidebar-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #033152;
}
@media (max-width: 576px) {
  .dimensions__sidebar-title {
    font-size: 18px;
  }
}
.dimensions__sidebar-text {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #353739;
}
.dimensions__sidebar-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 15px;
  background: #033152;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 576px) {
  .dimensions__sidebar-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.dimensions__sidebar-btn--gold {
  background: #7b5502;
}
.dimensions__sidebar-btn--gold:hover {
  background: #ffffff;
  color: #7b5502;
}
.dimensions__sidebar-btn--gold:focus-visible {
  outline-color: #7b5502;
}
.dimensions__sidebar-btn:hover {
  background: #ffffff;
  color: #033152;
}
.dimensions__sidebar-btn:focus-visible {
  outline: 2px solid #033152;
  outline-offset: 2px;
}
.dimensions__sidebar-btn-icon {
  width: 16px;
  height: auto;
}
.library-details {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .library-details {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 30px 15px;
  }
}
.library-details__sidebar {
  width: 275px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 768px) {
  .library-details__sidebar {
    width: 100%;
    position: static;
  }
}
.library-details__sidebar-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
.library-details__sidebar-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #353739;
  line-height: 1.15;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6dade;
  width: 100%;
}
.library-details__sidebar-tags {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
}
.library-details__tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 9px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 700;
  color: #ffffff;
  border-radius: 4px;
}
.library-details__tag--belonging {
  background: #7b5502;
}
.library-details__tag--metacognition {
  background: #033152;
}
.library-details__tag--active-learning {
  background: #003c71;
}
.library-details__tag--prior-knowledge {
  background: #153e01;
}
.library-details__tag--data-informed {
  background: #440136;
}
.library-details__tag--formative-assessment {
  background: #8b2911;
}
.library-details__tag--transparency {
  background: #c42744;
}
.library-details__tag--peer-collaboration {
  background: #741a61;
}
.library-details__tag-icon {
  width: 12px;
  height: 10px;
  flex-shrink: 0;
}
.library-details__library-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 16px 13px;
  background: #003c71;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  margin-top: 30px;
}
.library-details__library-btn:hover {
  background: #ffffff;
  border: 1px solid #003c71;
  color: #003c71;
}
.library-details__library-btn:focus-visible {
  outline: 2px solid #003c71;
  outline-offset: 2px;
}
.library-details__library-btn-icon {
  width: 14px;
  height: auto;
}
.library-details__content {
  flex: 1;
  min-width: 0;
}
.library-details__title {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  color: #353739;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .library-details__title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .library-details__title {
    font-size: 28px;
  }
}
.library-details__divider {
  width: 100%;
  height: 1px;
  border: none;
  background: #d6dade;
  margin: 24px 0;
}
.library-details__intro {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  color: #353739;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .library-details__intro {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .library-details__intro {
    font-size: 16px;
  }
}
.library-details__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.library-details__text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #353739;
}
@media (max-width: 576px) {
  .library-details__text {
    font-size: 15px;
  }
}
.library-details__overlay {
  margin-bottom: 75px;
  width: 100%;
}
.library-details__overlay img {
  width: 100%;
  background-repeat: repeat;
  aspect-ratio: 1512/70;
  max-height: 70px;
}
@media (max-width: 992px) {
  .library-details__overlay img {
    min-height: 50px;
  }
}
.library-details__section-heading {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  color: #353739;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6dade;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .library-details__section-heading {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .library-details__section-heading {
    font-size: 22px;
  }
}
.library-details__card {
  background: #dae4ec;
  padding: 25px 45px 65px;
  margin-bottom: 75px;
}
.library-details__card--gray {
  background: #e8e8e8;
}
@media (max-width: 768px) {
  .library-details__card {
    padding: 25px 30px 45px;
  }
}
.library-details__card-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.library-details__card-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  .library-details__card-row {
    flex-direction: column;
  }
}
.library-details__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.library-details__card-icon {
  width: 60px;
  height: auto;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.library-details__card-title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 115%;
  color: #033152;
}
@media (max-width: 768px) {
  .library-details__card-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .library-details__card-title {
    font-size: 16px;
  }
}
.library-details__card-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #353739;
}
@media (max-width: 576px) {
  .library-details__card-text {
    font-size: 13px;
  }
}
.library-details__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #0d2137;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  margin-top: 20px;
}
.library-details__card-btn:hover {
  background: #ffffff;
  color: #003c71;
}
.library-details__card-btn:focus-visible {
  outline: 2px solid #0d2137;
  outline-offset: 2px;
}
.library-details__card-btn-icon {
  width: 16px;
  height: auto;
}
.library-details__cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .library-details__cards-grid {
    grid-template-columns: 1fr;
  }
}
.library-details__cards-grid .library-details__card {
  margin-bottom: 0;
}
.library-details__card-image {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.library-details__card-link {
  color: #003c71;
  font-weight: 700;
  text-decoration: underline;
}
.library-details__card-link:hover {
  text-decoration: none;
}
.library-details__card-link:focus-visible {
  outline: 2px solid #003c71;
  outline-offset: 2px;
}
.library-details__card-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}
.library-details__card-list li {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #353739;
}
.library-details__card-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-top: 15px;
}
.library-details__card-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.how-to-use__banner {
  background: #ffffff;
  padding: 50px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .how-to-use__banner {
    padding: 40px 0 0;
  }
}
.how-to-use__banner-inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .how-to-use__banner-inner {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .how-to-use__banner-inner {
    gap: 15px;
    padding-bottom: 20px;
  }
}
.how-to-use__banner-arrow {
  width: auto;
  min-width: 60px;
  height: auto;
}
@media (max-width: 768px) {
  .how-to-use__banner-arrow {
    max-width: 120px;
    min-width: 50px;
  }
}
@media (max-width: 576px) {
  .how-to-use__banner-arrow {
    max-width: 60px;
    min-width: 40px;
  }
}
.how-to-use__banner-title {
  font-size: 40px;
  font-weight: 700;
  color: #003c71;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  text-align: center;
  min-width: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .how-to-use__banner-title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .how-to-use__banner-title {
    font-size: 20px;
  }
}
.how-to-use__dots {
  width: 100%;
  height: 40px;
  background: url("../../dist/assets/images/dot-pattern-overlay.png") repeat-x center;
  background-size: auto 100%;
  margin: 0;
}
.how-to-use__dots img {
  display: none;
}
.how-to-use__content {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .how-to-use__content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .how-to-use__content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.how-to-use__main {
  flex: 1;
  min-width: 0;
}
.how-to-use__sidebar {
  width: 420px;
  flex-shrink: 0;
  align-self: flex-start;
  position: sticky;
  top: 20px;
}
@media (max-width: 992px) {
  .how-to-use__sidebar {
    width: 100%;
    position: static;
  }
}
.how-to-use__overview {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .how-to-use__overview {
    flex-direction: column;
  }
}
.how-to-use__overview-body {
  flex: 1;
  min-width: 0;
}
.how-to-use__overview-icon {
  width: 91px;
  height: 140px;
  flex-shrink: 0;
  aspect-ratio: 13/20;
}
@media (max-width: 768px) {
  .how-to-use__overview-icon {
    width: 60px;
    height: auto;
  }
}
.how-to-use__overview-title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  color: #353739;
  line-height: 110%;
  display: flex;
  padding-top: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6dade;
}
.how-to-use__overview-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  color: #353739;
  margin-bottom: 16px;
}
.how-to-use__cta {
  background: #e0a99a;
  display: flex;
  width: 100%;
  padding: 25px 35px 35px 35px;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}
.how-to-use__cta-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.how-to-use__cta-icon {
  width: 45px;
  height: auto;
  flex-shrink: 0;
}
.how-to-use__cta-title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #3a3938;
  line-height: 115%;
}
.how-to-use__cta-text {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  color: #353739;
}
.how-to-use__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #0d2137;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.how-to-use__cta-btn:hover {
  background: #ffffff;
  color: #0d2137;
}
.how-to-use__cta-btn:focus-visible {
  outline: 2px solid #0d2137;
  outline-offset: 2px;
}
.how-to-use__cta-btn-icon {
  width: 16px;
  height: auto;
}
.how-to-use__cards {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}
.how-to-use__card {
  background: #dae4ec;
  display: flex;
  padding: 40px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.how-to-use__card-title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #033152;
  line-height: 115%;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #afc0cd;
}
.how-to-use__card-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  color: #353739;
}
.how-to-use__card-term {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #353739;
  margin-bottom: 2px;
}
.how-to-use__card-def {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #353739;
  margin-bottom: 16px;
}
.how-to-use__card-def:last-child {
  margin-bottom: 0;
}
.footer {
  background-color: #033152;
  background-image: linear-gradient(0deg, rgba(3, 49, 82, 0.9), rgba(3, 49, 82, 0.9)), linear-gradient(0deg, rgba(3, 49, 82, 0) 0%, rgba(0, 40, 69, 0.5) 100%), url("../../assets/images/footer/footer.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.footer__inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer__main {
  padding: 50px 0 30px;
}
.footer__main > .footer__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .footer__main > .footer__inner {
    flex-direction: column;
    gap: 30px;
  }
}
.footer__left {
  max-width: 580px;
}
.footer__clients {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.footer__client-logo:first-child {
  height: 50px;
}
@media (max-width: 576px) {
  .footer__client-logo:first-child {
    height: 36px;
  }
}
.footer__client-logo:last-child {
  height: 38px;
}
@media (max-width: 576px) {
  .footer__client-logo:last-child {
    height: 28px;
  }
}
.footer__divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
}
.footer__desc {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
.footer__right {
  flex-shrink: 0;
}
.footer__brand {
  height: 101px;
}
@media (max-width: 576px) {
  .footer__brand {
    height: 45px;
  }
}
.footer__bottom {
  padding: 20px 0 40px 0;
}
.footer__bottom > .footer__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__bottom > .footer__inner {
    flex-direction: column-reverse;
    gap: 12px;
    text-align: center;
  }
}
.footer__copy {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.footer__links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
}
@media (max-width: 768px) {
  .footer__links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.footer__links a {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.footer__links a:hover {
  color: #799a01;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
