/*! tailwindcss v4.3.1 | 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;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-CIBCR: #8B1D41;
  }
}
@font-face {
  font-family: "Whitney";
  src: url("./whitney-2/whitneybook.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Whitney";
  src: url("./whitney-2/whitneysemibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Whitney";
  src: url("./whitney-2/whitneybold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@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%;
    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;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::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 {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .top-bar {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    padding-inline-end: 12px;
    overflow: visible;
    position: relative;
  }
  .top-bar-menu-button {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .top-bar-menu-button:hover,
  .top-bar-menu-button:focus-visible {
    background-color: rgb(255 255 255 / 0.16);
    outline: none;
  }
  .top-bar-icon {
    width: 24px;
    height: 24px;
    color: #fff;
    flex-shrink: 0;
  }
  .top-bar-menu {
    position: absolute;
    top: calc(100% - 2px);
    left: 12px;
    min-width: 210px;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 6px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid rgb(96 99 102 / 0.24);
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.16);
    z-index: 40;
  }
  .top-bar-menu-link {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: #606366;
    font-family: "Whitney", var(--default-font-family, sans-serif);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
  }
  .top-bar-menu-link:hover,
  .top-bar-menu-link:focus-visible {
    background-color: rgb(139 29 65 / 0.12);
    outline: none;
  }
  .second-bar {
    width: 100%;
    height: 76px;
    background-color: #E5E5E5;
    display: flex;
    align-items: center;
    padding-inline-end: 16px;
  }
  .second-bar-logo {
    height: 42px;
    width: auto;
    max-width: 100%;
    flex-shrink: 0;
  }
  .contact-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    min-height: 20%;
    background-color: rgba(229, 229, 229, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding-inline: 18px;
    overflow: hidden;
  }
  .contact-strip-actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }
  .contact-strip-action {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 999px;
    color: var(--color-CIBCR);
    font-family: "Whitney", var(--default-font-family, sans-serif);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 160ms ease, transform 160ms ease;
    text-shadow: 0 1px 0 rgb(255 255 255 / 0.35), 0 1px 2px rgb(0 0 0 / 0.16);
  }
  .contact-strip-action:hover,
  .contact-strip-action:focus-visible {
    background-color: rgb(139 29 65 / 0.12);
    outline: none;
    transform: translateY(-1px);
  }
  .contact-strip-email:hover,
  .contact-strip-email:focus-visible,
  .contact-strip-email:active {
    transform: translateX(-18%) translateY(-1px);
  }
  .contact-strip-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    filter: drop-shadow(0 1px 0 rgb(255 255 255 / 0.35)) drop-shadow(0 1px 2px rgb(0 0 0 / 0.16));
  }
  .contact-strip-text {
    display: inline-block;
  }
  .contact-strip-email .contact-strip-text {
    text-shadow: 0 1px 0 rgb(255 255 255 / 0.35), 0 1px 2px rgb(0 0 0 / 0.16);
  }
  .contact-strip-email .contact-strip-icon {
    filter: drop-shadow(0 1px 0 rgb(255 255 255 / 0.35)) drop-shadow(0 1px 2px rgb(0 0 0 / 0.16));
  }
  .contact-strip-email {
    color: var(--color-CIBCR);
    font-size: 20px;
    text-shadow: 0 1px 0 rgb(255 255 255 / 0.35), 0 1px 2px rgb(0 0 0 / 0.16);
    transform: translateX(-18%);
  }
  .contact-strip-email .contact-strip-text {
    color: inherit;
    text-shadow: inherit;
  }
  .contact-strip-email .contact-strip-icon {
    width: 26px;
    height: 26px;
    filter: drop-shadow(0 1px 0 rgb(255 255 255 / 0.35)) drop-shadow(0 1px 2px rgb(0 0 0 / 0.16));
  }
  .contact-strip-email {
    transform: translateX(-18%);
  }
  .feature-image-wrap {
    position: relative;
    width: 100%;
    height: 225px;
    overflow: hidden;
  }
  .feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content-gap {
    width: 100%;
    height: 45px;
    background-color: #fff;
  }
  .content-gap-double {
    height: 90px;
  }
  .events-heading-wrap {
    width: 100%;
    background-color: #fff;
    padding-inline-start: clamp(1.25rem, 7vw, 2.5rem);
    padding-bottom: 16px;
  }
  .events-heading {
    font-family: "Whitney", var(--default-font-family, sans-serif);
    font-weight: 600;
    font-size: 34px;
    line-height: 1.15;
    color: #606366;
  }
  .next-section-gap {
    width: 100%;
    height: 25px;
    background-color: #fff;
  }
  .next-section-bg {
    width: 100%;
    height: 370px;
    background-color: #D9D9D9;
    padding-block: 18px;
    padding-inline: 8px;
    overflow: hidden;
  }
  .events-carousel-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: calc(100% - 36px);
  }
  .events-carousel-mobile {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .events-carousel-mobile::-webkit-scrollbar {
    display: none;
  }
  .events-carousel-track {
    display: flex;
    height: 100%;
  }
  .events-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    scroll-snap-align: start;
  }
  .events-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .events-image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    background-color: rgba(217, 217, 217, 0.5);
    pointer-events: none;
    transition: height 560ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .events-overlay-hit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 35%;
    z-index: 2;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: top 560ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .events-image-caption {
    position: absolute;
    top: calc(35% + 24px);
    left: 12px;
    max-width: calc(100% - 24px);
    z-index: 1;
    color: #2f3337;
    font-family: "Whitney", var(--default-font-family, sans-serif);
    font-weight: 700;
    font-size: 36px;
    line-height: 1.05;
    text-align: left;
    text-shadow: 0 1px 0 rgb(255 255 255 / 0.35), 0 1px 2px rgb(0 0 0 / 0.16);
    transition: opacity 420ms ease, transform 420ms ease;
  }
  .events-image-caption span {
    display: block;
  }
  .events-carousel-mobile .events-slide:first-child .events-image-caption {
    padding-top: 6px;
  }
  .events-image-corner-icon {
    width: 27px;
    height: 27px;
    color: #2f3337;
    stroke-width: 2.5;
    pointer-events: none;
    transition: opacity 420ms ease, transform 420ms ease;
  }
  .events-image-corner-icon-up {
    position: absolute;
    top: calc(35% + 6px);
    right: 12px;
    z-index: 1;
    opacity: 1;
    transform: translateY(0);
  }
  .events-collapse-hit {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 44px;
    height: 44px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 420ms ease, transform 420ms ease;
  }
  .events-image-corner-icon-down {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
    opacity: 0;
    transform: none;
  }
  .events-date-links {
    position: absolute;
    top: 58px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 6px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 420ms ease, transform 420ms ease;
  }
  .events-date-row {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 0.76);
    text-decoration: none;
    box-shadow: 0 1px 6px rgb(0 0 0 / 0.12);
  }
  .events-date-label {
    color: #2f3337;
    font-family: "Whitney", var(--default-font-family, sans-serif);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.05;
  }
  .events-date-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 8px;
    background-color: var(--color-CIBCR);
    color: #2f3337;
    font-family: "Whitney", var(--default-font-family, sans-serif);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
  }
  .events-date-row:focus-visible {
    outline: 2px solid #2f3337;
    outline-offset: 2px;
  }
  .events-image-action {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 1;
    color: #2f3337;
    font-family: "Whitney", var(--default-font-family, sans-serif);
    font-weight: 700;
    font-size: 25px;
    line-height: 1.1;
    text-align: right;
    text-shadow: 0 1px 0 rgb(255 255 255 / 0.35), 0 1px 2px rgb(0 0 0 / 0.16);
    pointer-events: none;
    transition: opacity 420ms ease, transform 420ms ease;
  }
  .events-interactive-card.is-expanded .events-image-overlay {
    height: 100%;
  }
  .events-interactive-card.is-expanded .events-overlay-hit {
    top: 0;
    pointer-events: none;
  }
  .events-interactive-card.is-expanded .events-image-caption,
  .events-interactive-card.is-expanded .events-image-action,
  .events-interactive-card.is-expanded .events-image-corner-icon-up {
    opacity: 0;
    transform: translateY(8px);
  }
  .events-interactive-card.is-expanded .events-image-corner-icon-down {
    opacity: 1;
    transform: translateY(0);
  }
  .events-interactive-card.is-expanded .events-date-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .events-interactive-card.is-expanded .events-collapse-hit {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .carousel-arrow {
    position: static;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.85);
    color: #606366;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .carousel-arrow-icon {
    width: 16px;
    height: 16px;
  }
  .carousel-arrow-icon-left {
    transform: rotate(180deg);
  }
  .events-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
  }
  .carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background-color: rgba(96, 99, 102, 0.35);
    border: 0;
    padding: 0;
    cursor: pointer;
  }
  .carousel-dot.is-active {
    width: 22px;
    background-color: #606366;
  }
  .events-carousel-desktop {
    display: none;
    height: 100%;
  }
  .events-desktop-card {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
  }
  .events-desktop-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .testimonials-section-bg {
    width: 100%;
    height: 410px;
    background-color: #fff;
    padding-block: 18px;
    padding-inline: 8px;
    overflow: hidden;
    content-visibility: auto;
    contain-intrinsic-size: 410px;
  }
  .testimonials-card {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid rgba(17, 17, 17, 0.12);
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.08);
    color: #111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 18px;
    text-align: center;
  }
  .testimonials-quote {
    margin: 0;
    max-width: 18ch;
    font-size: clamp(22px, 1.58vw, 28px);
    line-height: 1.45;
    font-style: italic;
    text-align: center;
    text-wrap: balance;
  }
  .testimonials-author {
    margin: 16px 0 0;
    font-size: clamp(19px, 1.15vw, 24px);
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .testimonials-carousel-desktop {
    display: none;
    height: 100%;
  }
  .testimonials-desktop-card {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
  }
  .team-gallery-section {
    width: 100%;
    background-color: #fff;
    padding-block: 18px 24px;
    padding-inline: 8px;
    overflow: hidden;
    content-visibility: auto;
    contain-intrinsic-size: 1200px;
  }
  .workshop-cta-wrap {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding-inline: 12px;
    padding-bottom: 28px;
  }
  .workshop-cta-button {
    width: min(100%, 620px);
    min-height: 152px;
    border-radius: 12px;
    background-color: var(--color-CIBCR);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 18px 16px;
    text-align: center;
    text-decoration: none;
    transition: transform 240ms ease, box-shadow 240ms ease;
  }
  .workshop-cta-button:hover,
  .workshop-cta-button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgb(0 0 0 / 0.14);
    outline: none;
  }
  .workshop-cta-line {
    color: #D9D9D9;
    font-family: "Whitney", var(--default-font-family, sans-serif);
    font-weight: 600;
    font-size: 32.4px;
    line-height: 1.1;
  }
  .workshop-cta-line-strong {
    font-weight: 700;
  }
  .contact-columns-wrap {
    width: 100%;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 24px;
    padding-inline: 12px;
    padding-bottom: 36px;
  }
  .contact-column {
    min-width: 0;
  }
  .contact-column-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-column-left .content-gap {
    height: 45px;
  }
  .contact-column-right .content-gap {
    height: 45px;
  }
  .contact-details-card {
    padding-inline: 4px;
    width: fit-content;
    text-align: left;
  }
  .contact-map-card {
    width: 100%;
    max-width: 680px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgb(96 99 102 / 0.2);
    background-color: #f5f5f5;
  }
  .contact-map-embed {
    display: block;
    width: 100%;
    height: 360px;
    border: 0;
  }
  .contact-details-heading {
    font-family: "Whitney", var(--default-font-family, sans-serif);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    color: #606366;
    margin-bottom: 12px;
  }
  .contact-details-line {
    font-family: "Whitney", var(--default-font-family, sans-serif);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    color: #606366;
  }
  .contact-details-gap {
    height: 16px;
  }
  .contact-details-link {
    text-decoration: underline;
    color: #606366;
  }
  .team-gallery-mobile {
    display: flex;
    flex-direction: column;
    gap: 44px;
  }
  .team-gallery-desktop {
    display: none;
  }
  .team-gallery-pair {
    display: grid;
    align-items: start;
  }
  .team-gallery-pair-mobile {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 16px;
  }
  .team-gallery-pair-desktop {
    grid-template-columns: minmax(0, 342px) minmax(188px, 1fr);
    column-gap: 24px;
    align-items: start;
  }
  .team-gallery-text-card {
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding-inline-start: 10px;
    color: #606366;
  }
  .team-gallery-text-line {
    font-family: "Whitney", var(--default-font-family, sans-serif);
    font-weight: 600;
    font-size: 13.3px;
    line-height: 1.1;
    color: #606366;
    text-align: left;
  }
  .team-gallery-text-name {
    font-size: 1.1em;
  }
  .team-gallery-text-title {
    font-weight: 400;
  }
  .team-gallery-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 0.85em;
    padding: 6px 10px;
    margin-inline-start: -10px;
    border-radius: 9999px;
    cursor: pointer;
    transition: background-color 240ms ease, color 240ms ease, transform 240ms ease;
  }
  .team-gallery-text-link:hover,
  .team-gallery-text-link:focus-visible {
    background-color: rgb(96 99 102 / 0.12);
    outline: none;
  }
  .team-gallery-text-link.is-expanded {
    background-color: rgb(96 99 102 / 0.12);
  }
  .team-gallery-text-icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .team-gallery-text-link.is-expanded .team-gallery-text-icon {
    transform: rotate(180deg);
  }
  .team-gallery-image {
    display: block;
    width: 95%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    background-color: #111;
    justify-self: start;
  }
  .team-gallery-desktop-group {
    display: flex;
    flex-direction: column;
    gap: 46px;
  }
  .team-gallery-text-details {
    grid-column: 1 / -1;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: height 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: height, opacity, transform;
  }
  .team-gallery-text-details.is-expanded {
    opacity: 1;
    transform: translateY(0);
  }
  .team-gallery-text-details-inner {
    padding-top: 10px;
  }
  .team-gallery-text-detail-section + .team-gallery-text-detail-section {
    margin-top: 18px;
  }
  .team-gallery-text-detail-heading {
    font-family: "Whitney", var(--default-font-family, sans-serif);
    font-weight: 700;
    font-size: 0.98em;
    line-height: 1.2;
    color: #606366;
    margin-bottom: 8px;
  }
  .team-gallery-text-details-inner p {
    font-family: "Whitney", var(--default-font-family, sans-serif);
    font-weight: 400;
    font-size: 0.92em;
    line-height: 1.45;
    color: #606366;
  }
  .team-gallery-text-details-inner p + p {
    margin-top: 12px;
  }
  .testimonials-section-bg .carousel-arrow {
    background-color: #ececec;
  }
  .pl-4 {
    padding-inline-start: 1rem;
  }
  .pl-6 {
    padding-inline-start: 1.5rem;
  }
  .w-screen {
    width: 100vw;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .bg-CIBCR {
    background-color: var(--color-CIBCR);
  }
}
@media (min-width: 40rem) {
  @layer utilities {
    .next-section-bg {
      padding-inline: 1rem;
    }
    .testimonials-section-bg {
      padding-inline: 1rem;
    }
    .team-gallery-section {
      padding-inline: 1rem;
    }
    .team-gallery-text-line {
      font-size: 14.25px;
    }
    .team-gallery-text-link {
      font-size: 0.85em;
    }
    .content-gap {
      height: 90px;
    }
    .content-gap-double {
      height: 180px;
    }
    .contact-strip {
      padding-inline: clamp(14px, 4vw, 48px);
    }
    .contact-strip-actions {
      justify-content: space-between;
    }
    .contact-strip-action {
      font-size: 19px;
      padding-inline: 16px;
    }
    .events-heading-wrap {
      padding-inline-start: clamp(2.25rem, 12vw, 7rem);
    }
    .events-heading {
      font-size: 36px;
    }
    .events-image-caption {
      top: calc(35% + 10px);
      font-size: 41px;
    }
    .events-image-action {
      font-size: 29px;
    }
    .events-date-label {
      font-size: 24px;
    }
    .events-date-cta {
      font-size: 17px;
    }
    .next-section-gap {
      height: 50px;
    }
    .sm\:pl-5 {
      padding-inline-start: 1.25rem;
    }
    .sm\:pl-7 {
      padding-inline-start: 1.75rem;
    }
    .workshop-cta-wrap {
      padding-bottom: 34px;
    }
    .workshop-cta-line {
      font-size: 36px;
    }
    .contact-columns-wrap {
      padding-inline: 1rem;
    }
    .contact-map-embed {
      height: 400px;
    }
    .contact-details-heading {
      font-size: 32px;
    }
    .contact-details-line {
      font-size: 25px;
    }
    .contact-strip-phone {
      margin-left: clamp(0px, 0.5vw, 8px);
    }
    .contact-strip-email {
      margin-left: 0;
      transform: none;
    }
    .contact-strip-email:hover,
    .contact-strip-email:focus-visible,
    .contact-strip-email:active {
      margin-left: 0;
      transform: translateY(-1px);
    }
  }
}
@media (min-width: 48rem) {
  @layer utilities {
    .events-heading {
      font-size: 38px;
    }
    .events-image-caption {
      font-size: 44px;
    }
    .events-image-action {
      font-size: 31px;
    }
    .events-date-label {
      font-size: 25px;
    }
    .team-gallery-image {
      width: 100%;
      max-width: 100%;
    }
    .team-gallery-text-line {
      font-size: 15.2px;
    }
    .team-gallery-text-link {
      font-size: 0.85em;
    }
  }
}
@media (min-width: 64rem) {
  @layer utilities {
    .contact-strip {
      padding-inline: clamp(1.5rem, 6vw, 4.5rem);
    }
    .contact-strip-actions {
      justify-content: center;
      gap: clamp(5rem, 17vw, 14rem);
      transform: translateX(0);
    }
    .contact-strip-action {
      font-size: 27px;
      padding-inline: 24px;
      gap: 12px;
    }
    .contact-strip-email {
      margin-left: 0;
      transform: none;
    }
    .contact-strip-icon {
      width: 25px;
      height: 25px;
    }
    .events-image-corner-icon {
      width: 36px;
      height: 36px;
      stroke-width: 3;
    }
    .events-collapse-hit {
      width: 54px;
      height: 54px;
    }
    .events-image-caption {
      font-size: 47px;
    }
    .events-image-action {
      font-size: 33px;
    }
    .events-date-row {
      min-height: 56px;
      padding-inline: 12px;
    }
    .events-date-label {
      font-size: 27px;
    }
    .events-date-cta {
      min-height: 36px;
      font-size: 18px;
      padding-inline: 14px;
    }
  }
}
@media (min-width: 64rem) {
  @layer utilities {
    .next-section-bg {
      padding-inline: clamp(1.25rem, 6vw, 4.5rem);
    }
    .testimonials-section-bg {
      padding-inline: clamp(1.25rem, 6vw, 4.5rem);
    }
    .events-carousel-mobile {
      display: none;
    }
    .events-carousel-shell {
      display: none;
    }
    .events-carousel-dots {
      display: none;
    }
    .events-carousel-desktop {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      grid-template-rows: minmax(0, 1fr) 18px;
      column-gap: 18px;
      row-gap: 0;
      height: 100%;
      align-items: stretch;
      align-content: start;
    }
    .events-desktop-card {
      grid-row: 1;
    }
    .testimonials-carousel-desktop {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      grid-template-rows: minmax(0, 1fr) 18px;
      column-gap: 14px;
      row-gap: 0;
      height: 100%;
      align-items: stretch;
      align-content: start;
    }
    .testimonials-desktop-card {
      grid-row: 1;
    }
    .team-gallery-section {
      padding-inline: clamp(1.25rem, 6vw, 4.5rem);
      padding-block: 22px 30px;
    }
    .team-gallery-mobile {
      display: none;
    }
    .team-gallery-desktop {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, max-content));
      column-gap: 180px;
      justify-content: start;
      align-items: start;
      margin-left: -50px;
    }
    .team-gallery-pair-desktop {
      grid-template-columns: 342px 508px;
    }
    .team-gallery-pair-desktop .team-gallery-text-details {
      grid-column: 2;
    }
    .team-gallery-image {
      max-width: 342px;
    }
    .team-gallery-text-line {
      font-size: 25.65px;
    }
    .team-gallery-text-name {
      font-size: 1.1em;
    }
    .team-gallery-text-title {
      font-size: 0.95em;
    }
    .team-gallery-text-link {
      font-size: 0.9em;
    }
    .workshop-cta-button {
      width: min(100%, 700px);
      min-height: 166px;
    }
    .workshop-cta-line {
      font-size: 38.4px;
    }
    .contact-columns-wrap {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: clamp(1.5rem, 6vw, 6rem);
      row-gap: 0;
      padding-inline: clamp(1.25rem, 6vw, 4.5rem);
      padding-bottom: 48px;
    }
    .contact-column-right {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-left: -50px;
    }
    .contact-map-card {
      max-width: 720px;
    }
    .contact-map-embed {
      height: 460px;
    }
    .contact-details-heading {
      font-size: 34px;
    }
    .contact-details-line {
      font-size: 26px;
    }
  }
}
@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;
}
@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;
    }
  }
}
