/*! tailwindcss v4.1.10 | 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;
    --color-black: #000;
    --color-white: #FEFEFF;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-darkNavy: #0A1023;
    --color-navy: #071C35;
    --color-charcoal: #343A6F;
    --color-whiteClear: #FFFFFF;
    --color-grey: #F7F8FA;
    --color-periwinkle: #D7D6F3;
    --color-periwinkleClear: #EEEEFA;
    --color-greenTea: #E8F5D6;
    --color-greenTeaClear: #F1F9E6;
    --color-moon: #D7DFF4;
    --color-moonClear: #E7ECF8;
    --color-paleGrey: #FDFDFF;
    --color-smoke: #C9CBE8;
    --color-lightNavy: #292E55;
    --color-lightPurple: #EEEDFA;
  }
}
@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;
  }
  :-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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-253px\] {
    top: -253px;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[calc\(100\%_\+_4px\)\] {
    top: calc(100% + 4px);
  }
  .top-\[calc\(_100\%_\+_1px\)\] {
    top: calc( 100% + 1px);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-full {
    right: 100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2\/4 {
    left: calc(2/4 * 100%);
  }
  .left-\[-216px\] {
    left: -216px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[11\] {
    z-index: 11;
  }
  .z-\[127\] {
    z-index: 127;
  }
  .z-\[150\] {
    z-index: 150;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .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;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[3\.5px\] {
    margin-top: 3.5px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[23px\] {
    margin-bottom: 23px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[26px\] {
    margin-bottom: 26px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[33px\] {
    margin-bottom: 33px;
  }
  .mb-\[34px\] {
    margin-bottom: 34px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[48px\] {
    margin-bottom: 48px;
  }
  .mb-\[56px\] {
    margin-bottom: 56px;
  }
  .mb-\[72px\] {
    margin-bottom: 72px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[100dvh\] {
    height: 100dvh;
  }
  .h-\[204px\] {
    height: 204px;
  }
  .h-\[244px\] {
    height: 244px;
  }
  .h-\[430px\] {
    height: 430px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[55px\] {
    max-height: 55px;
  }
  .max-h-\[80px\] {
    max-height: 80px;
  }
  .max-h-\[244px\] {
    max-height: 244px;
  }
  .max-h-\[284px\] {
    max-height: 284px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[70\%\] {
    min-height: 70%;
  }
  .min-h-\[80px\] {
    min-height: 80px;
  }
  .min-h-\[284px\] {
    min-height: 284px;
  }
  .min-h-\[305px\] {
    min-height: 305px;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .w-1\/5 {
    width: calc(1/5 * 100%);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-2\/5 {
    width: calc(2/5 * 100%);
  }
  .w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100dvw\] {
    width: 100dvw;
  }
  .w-\[165px\] {
    width: 165px;
  }
  .w-\[176px\] {
    width: 176px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[506px\] {
    width: 506px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[94px\] {
    max-width: 94px;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[170px\] {
    max-width: 170px;
  }
  .max-w-\[262px\] {
    max-width: 262px;
  }
  .max-w-\[295px\] {
    max-width: 295px;
  }
  .max-w-\[297px\] {
    max-width: 297px;
  }
  .max-w-\[330px\] {
    max-width: 330px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[447px\] {
    max-width: 447px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[510px\] {
    max-width: 510px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[524px\] {
    max-width: 524px;
  }
  .max-w-\[568px\] {
    max-width: 568px;
  }
  .max-w-\[578px\] {
    max-width: 578px;
  }
  .max-w-\[598px\] {
    max-width: 598px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[622px\] {
    max-width: 622px;
  }
  .max-w-\[689px\] {
    max-width: 689px;
  }
  .max-w-\[750px\] {
    max-width: 750px;
  }
  .max-w-\[754px\] {
    max-width: 754px;
  }
  .max-w-\[780px\] {
    max-width: 780px;
  }
  .max-w-\[784px\] {
    max-width: 784px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[850px\] {
    max-width: 850px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[960px\] {
    max-width: 960px;
  }
  .max-w-\[1120px\] {
    max-width: 1120px;
  }
  .max-w-\[1248px\] {
    max-width: 1248px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[17px\] {
    min-width: 17px;
  }
  .min-w-\[280px\] {
    min-width: 280px;
  }
  .grow {
    flex-grow: 1;
  }
  .table-auto {
    table-layout: auto;
  }
  .table-fixed {
    table-layout: fixed;
  }
  .border-separate {
    border-collapse: separate;
  }
  .\[border-spacing\:11\.3px_0\] {
    border-spacing: 11.3px 0;
  }
  .-translate-x-2\/4 {
    --tw-translate-x: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[66\%\] {
    --tw-translate-x: 66%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-2\/4 {
    --tw-translate-y: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .columns-2 {
    columns: 2;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-\[1fr\] {
    grid-template-rows: 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-2\.5 {
    column-gap: calc(var(--spacing) * 2.5);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-x-16 {
    column-gap: calc(var(--spacing) * 16);
  }
  .gap-x-\[32px\] {
    column-gap: 32px;
  }
  .gap-x-\[40px\] {
    column-gap: 40px;
  }
  .gap-x-\[72px\] {
    column-gap: 72px;
  }
  .gap-x-\[102px\] {
    column-gap: 102px;
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[0_0_6px_6px\] {
    border-radius: 0 0 6px 6px;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-tl-md {
    border-top-left-radius: var(--radius-md);
  }
  .rounded-br-2xl {
    border-bottom-right-radius: var(--radius-2xl);
  }
  .rounded-bl-2xl {
    border-bottom-left-radius: var(--radius-2xl);
  }
  .rounded-bl-md {
    border-bottom-left-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-y-4 {
    border-block-style: var(--tw-border-style);
    border-block-width: 4px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#DCDEEE\] {
    border-color: #DCDEEE;
  }
  .border-\[\#E3E6F8\] {
    border-color: #E3E6F8;
  }
  .border-periwinkleClear {
    border-color: var(--color-periwinkleClear);
  }
  .border-smoke {
    border-color: var(--color-smoke);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-y-transparent {
    border-block-color: transparent;
  }
  .border-t-\[\#ffffff59\] {
    border-top-color: #ffffff59;
  }
  .border-b-\[\#D7D1EB\] {
    border-bottom-color: #D7D1EB;
  }
  .border-b-\[\#D7D6F5\] {
    border-bottom-color: #D7D6F5;
  }
  .border-b-\[\#DCDEEE\] {
    border-bottom-color: #DCDEEE;
  }
  .border-b-navy {
    border-bottom-color: var(--color-navy);
  }
  .border-l-\[\#678FEF\] {
    border-left-color: #678FEF;
  }
  .bg-\[\#0B1C34\] {
    background-color: #0B1C34;
  }
  .bg-\[\#D6D6E1\] {
    background-color: #D6D6E1;
  }
  .bg-\[\#D7D6F3\] {
    background-color: #D7D6F3;
  }
  .bg-\[\#D7D6F5\] {
    background-color: #D7D6F5;
  }
  .bg-\[\#E2E2F7\] {
    background-color: #E2E2F7;
  }
  .bg-\[\#E7E6F9\] {
    background-color: #E7E6F9;
  }
  .bg-\[\#E8F5D6\] {
    background-color: #E8F5D6;
  }
  .bg-\[\#E9E9F9\] {
    background-color: #E9E9F9;
  }
  .bg-\[\#EEEEFA\] {
    background-color: #EEEEFA;
  }
  .bg-\[\#F3F6FB\] {
    background-color: #F3F6FB;
  }
  .bg-\[\#FEFEFF\] {
    background-color: #FEFEFF;
  }
  .bg-\[\#eeedfa\] {
    background-color: #eeedfa;
  }
  .bg-\[\#f7f8fa\] {
    background-color: #f7f8fa;
  }
  .bg-\[\'\~block\.backgroundColor\~\'\] {
    background-color: '~block.backgroundColor~';
  }
  .bg-\[\'\~settings\.backgroundColor\~\'\] {
    background-color: '~settings.backgroundColor~';
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-charcoal {
    background-color: var(--color-charcoal);
  }
  .bg-greenTea {
    background-color: var(--color-greenTea);
  }
  .bg-greenTeaClear {
    background-color: var(--color-greenTeaClear);
  }
  .bg-grey {
    background-color: var(--color-grey);
  }
  .bg-lightPurple {
    background-color: var(--color-lightPurple);
  }
  .bg-moon {
    background-color: var(--color-moon);
  }
  .bg-moonClear {
    background-color: var(--color-moonClear);
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .bg-paleGrey {
    background-color: var(--color-paleGrey);
  }
  .bg-periwinkle {
    background-color: var(--color-periwinkle);
  }
  .bg-periwinkleClear {
    background-color: var(--color-periwinkleClear);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\"\'\~block\.backgroundImage\.one\(\)\.url\~\'\"\)\] {
    background-image: url("'~block.backgroundImage.one().url~'");
  }
  .bg-\[url\(\"\'\~settings\.backgroundImage\.one\(\)\.url\~\'\"\)\] {
    background-image: url("'~settings.backgroundImage.one().url~'");
  }
  .bg-auto {
    background-size: auto;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-\[bottom_left\] {
    background-position: bottom left;
  }
  .bg-\[center_left\] {
    background-position: center left;
  }
  .bg-\[top_right\] {
    background-position: top right;
  }
  .bg-center {
    background-position: center;
  }
  .bg-right {
    background-position: right;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[50px\] {
    padding: 50px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-\[13px\] {
    padding-inline: 13px;
  }
  .px-\[56px\] {
    padding-inline: 56px;
  }
  .px-\[120px\] {
    padding-inline: 120px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[0px\] {
    padding-block: 0px;
  }
  .py-\[5\.5px\] {
    padding-block: 5.5px;
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[72px\] {
    padding-block: 72px;
  }
  .py-\[74px\] {
    padding-block: 74px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .py-\[104px\] {
    padding-block: 104px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-11 {
    padding-top: calc(var(--spacing) * 11);
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[55px\] {
    padding-top: 55px;
  }
  .pt-\[72px\] {
    padding-top: 72px;
  }
  .pt-\[74\.5px\] {
    padding-top: 74.5px;
  }
  .pt-\[74px\] {
    padding-top: 74px;
  }
  .pr-\[34px\] {
    padding-right: 34px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-9 {
    padding-bottom: calc(var(--spacing) * 9);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-11 {
    padding-bottom: calc(var(--spacing) * 11);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-\[72px\] {
    padding-bottom: 72px;
  }
  .pb-\[84px\] {
    padding-bottom: 84px;
  }
  .pb-\[104px\] {
    padding-bottom: 104px;
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .\!text-xl {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .\!text-\[22px\] {
    font-size: 22px !important;
  }
  .\!text-\[32px\] {
    font-size: 32px !important;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[52px\] {
    font-size: 52px;
  }
  .\!leading-7 {
    --tw-leading: calc(var(--spacing) * 7) !important;
    line-height: calc(var(--spacing) * 7) !important;
  }
  .\!leading-\[27px\] {
    --tw-leading: 27px !important;
    line-height: 27px !important;
  }
  .\!leading-\[41px\] {
    --tw-leading: 41px !important;
    line-height: 41px !important;
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-\[19px\] {
    --tw-leading: 19px;
    line-height: 19px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[29px\] {
    --tw-leading: 29px;
    line-height: 29px;
  }
  .leading-\[54px\] {
    --tw-leading: 54px;
    line-height: 54px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.01em\] {
    --tw-tracking: -0.01em;
    letter-spacing: -0.01em;
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[0\] {
    --tw-tracking: 0;
    letter-spacing: 0;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .text-\[\#6A6E77\] {
    color: #6A6E77;
  }
  .text-\[\#292E55\] {
    color: #292E55;
  }
  .text-\[\#5862AD\] {
    color: #5862AD;
  }
  .text-\[\#FEFEFF\] {
    color: #FEFEFF;
  }
  .text-charcoal {
    color: var(--color-charcoal);
  }
  .text-darkNavy {
    color: var(--color-darkNavy);
  }
  .text-lightNavy {
    color: var(--color-lightNavy);
  }
  .text-navy {
    color: var(--color-navy);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-whiteClear {
    color: var(--color-whiteClear);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-\[3px\] {
    text-underline-offset: 3px;
  }
  .placeholder-navy {
    &::placeholder {
      color: var(--color-navy);
    }
  }
  .accent-darkNavy {
    accent-color: var(--color-darkNavy);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .first\:mt-6 {
    &:first-child {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .last\:mb-14 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .last\:mb-\[24px\] {
    &:last-child {
      margin-bottom: 24px;
    }
  }
  .last\:mb-\[72px\] {
    &:last-child {
      margin-bottom: 72px;
    }
  }
  .last\:border-none {
    &:last-child {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .hover\:bg-grey {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-grey);
      }
    }
  }
  .hover\:text-white\/60 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, #FEFEFF 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 60%, transparent);
        }
      }
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .max-\[500px\]\:grid-cols-1 {
    @media (width < 500px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-lg\:absolute {
    @media (width < 64rem) {
      position: absolute;
    }
  }
  .max-lg\:relative {
    @media (width < 64rem) {
      position: relative;
    }
  }
  .max-lg\:top-0 {
    @media (width < 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:top-\[100\%\] {
    @media (width < 64rem) {
      top: 100%;
    }
  }
  .max-lg\:left-0 {
    @media (width < 64rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:mx-auto {
    @media (width < 64rem) {
      margin-inline: auto;
    }
  }
  .max-lg\:mt-3 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .max-lg\:mb-0 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:mb-4 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:mb-10 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:mb-14 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .max-lg\:flex {
    @media (width < 64rem) {
      display: flex;
    }
  }
  .max-lg\:grid {
    @media (width < 64rem) {
      display: grid;
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-lg\:h-auto {
    @media (width < 64rem) {
      height: auto;
    }
  }
  .max-lg\:w-fit {
    @media (width < 64rem) {
      width: fit-content;
    }
  }
  .max-lg\:w-full {
    @media (width < 64rem) {
      width: 100%;
    }
  }
  .max-lg\:max-w-\[218px\] {
    @media (width < 64rem) {
      max-width: 218px;
    }
  }
  .max-lg\:max-w-full {
    @media (width < 64rem) {
      max-width: 100%;
    }
  }
  .max-lg\:grid-cols-2 {
    @media (width < 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:items-center {
    @media (width < 64rem) {
      align-items: center;
    }
  }
  .max-lg\:justify-between {
    @media (width < 64rem) {
      justify-content: space-between;
    }
  }
  .max-lg\:justify-center {
    @media (width < 64rem) {
      justify-content: center;
    }
  }
  .max-lg\:justify-end {
    @media (width < 64rem) {
      justify-content: flex-end;
    }
  }
  .max-lg\:justify-start {
    @media (width < 64rem) {
      justify-content: flex-start;
    }
  }
  .max-lg\:gap-\[30px\] {
    @media (width < 64rem) {
      gap: 30px;
    }
  }
  .max-lg\:gap-x-12 {
    @media (width < 64rem) {
      column-gap: calc(var(--spacing) * 12);
    }
  }
  .max-lg\:gap-y-4 {
    @media (width < 64rem) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:overflow-hidden {
    @media (width < 64rem) {
      overflow: hidden;
    }
  }
  .max-lg\:overflow-y-auto {
    @media (width < 64rem) {
      overflow-y: auto;
    }
  }
  .max-lg\:rounded-md {
    @media (width < 64rem) {
      border-radius: var(--radius-md);
    }
  }
  .max-lg\:rounded-none {
    @media (width < 64rem) {
      border-radius: 0;
    }
  }
  .max-lg\:border-b-transparent {
    @media (width < 64rem) {
      border-bottom-color: transparent;
    }
  }
  .max-lg\:p-4 {
    @media (width < 64rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:px-4 {
    @media (width < 64rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:py-3\.5 {
    @media (width < 64rem) {
      padding-block: calc(var(--spacing) * 3.5);
    }
  }
  .max-lg\:py-12 {
    @media (width < 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .max-lg\:pr-4 {
    @media (width < 64rem) {
      padding-right: calc(var(--spacing) * 4);
    }
  }
  .max-md\:order-1 {
    @media (width < 48rem) {
      order: 1;
    }
  }
  .max-md\:order-2 {
    @media (width < 48rem) {
      order: 2;
    }
  }
  .max-md\:mx-0 {
    @media (width < 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .max-md\:mx-4 {
    @media (width < 48rem) {
      margin-inline: calc(var(--spacing) * 4);
    }
  }
  .max-md\:mx-auto {
    @media (width < 48rem) {
      margin-inline: auto;
    }
  }
  .max-md\:mb-4 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .max-md\:mb-5 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-md\:mb-6 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .max-md\:mb-8 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .max-md\:mb-10 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-md\:mb-12 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .max-md\:mb-14 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .max-md\:mb-\[30px\] {
    @media (width < 48rem) {
      margin-bottom: 30px;
    }
  }
  .max-md\:flex {
    @media (width < 48rem) {
      display: flex;
    }
  }
  .max-md\:grid {
    @media (width < 48rem) {
      display: grid;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:h-12 {
    @media (width < 48rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .max-md\:h-\[30px\] {
    @media (width < 48rem) {
      height: 30px;
    }
  }
  .max-md\:h-\[300px\] {
    @media (width < 48rem) {
      height: 300px;
    }
  }
  .max-md\:h-auto {
    @media (width < 48rem) {
      height: auto;
    }
  }
  .max-md\:w-12 {
    @media (width < 48rem) {
      width: calc(var(--spacing) * 12);
    }
  }
  .max-md\:w-\[28px\] {
    @media (width < 48rem) {
      width: 28px;
    }
  }
  .max-md\:w-\[30px\] {
    @media (width < 48rem) {
      width: 30px;
    }
  }
  .max-md\:w-\[190px\] {
    @media (width < 48rem) {
      width: 190px;
    }
  }
  .max-md\:w-\[calc\(100\%_-_32px\)\] {
    @media (width < 48rem) {
      width: calc(100% - 32px);
    }
  }
  .max-md\:w-auto {
    @media (width < 48rem) {
      width: auto;
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:max-w-\[100px\] {
    @media (width < 48rem) {
      max-width: 100px;
    }
  }
  .max-md\:max-w-full {
    @media (width < 48rem) {
      max-width: 100%;
    }
  }
  .max-md\:grid-cols-1 {
    @media (width < 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-md\:grid-cols-2 {
    @media (width < 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:flex-col-reverse {
    @media (width < 48rem) {
      flex-direction: column-reverse;
    }
  }
  .max-md\:items-start {
    @media (width < 48rem) {
      align-items: flex-start;
    }
  }
  .max-md\:justify-between {
    @media (width < 48rem) {
      justify-content: space-between;
    }
  }
  .max-md\:justify-end {
    @media (width < 48rem) {
      justify-content: flex-end;
    }
  }
  .max-md\:justify-start {
    @media (width < 48rem) {
      justify-content: flex-start;
    }
  }
  .max-md\:gap-x-6 {
    @media (width < 48rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .max-md\:gap-y-2 {
    @media (width < 48rem) {
      row-gap: calc(var(--spacing) * 2);
    }
  }
  .max-md\:gap-y-4 {
    @media (width < 48rem) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
  .max-md\:gap-y-6 {
    @media (width < 48rem) {
      row-gap: calc(var(--spacing) * 6);
    }
  }
  .max-md\:gap-y-8 {
    @media (width < 48rem) {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  .max-md\:gap-y-10 {
    @media (width < 48rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .max-md\:rounded-\[20px\] {
    @media (width < 48rem) {
      border-radius: 20px;
    }
  }
  .max-md\:border-none {
    @media (width < 48rem) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .max-md\:p-5 {
    @media (width < 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-md\:px-0 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .max-md\:px-4 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-md\:px-\[6px\] {
    @media (width < 48rem) {
      padding-inline: 6px;
    }
  }
  .max-md\:py-0 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .max-md\:py-3\.5 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 3.5);
    }
  }
  .max-md\:py-6 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .max-md\:py-10 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .max-md\:py-12 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .max-md\:py-\[30px\] {
    @media (width < 48rem) {
      padding-block: 30px;
    }
  }
  .max-md\:py-\[72px\] {
    @media (width < 48rem) {
      padding-block: 72px;
    }
  }
  .max-md\:pt-7 {
    @media (width < 48rem) {
      padding-top: calc(var(--spacing) * 7);
    }
  }
  .max-md\:pt-10 {
    @media (width < 48rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .max-md\:pt-12 {
    @media (width < 48rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .max-md\:pt-\[30px\] {
    @media (width < 48rem) {
      padding-top: 30px;
    }
  }
  .max-md\:pb-10 {
    @media (width < 48rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-md\:pb-12 {
    @media (width < 48rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .max-md\:pl-0 {
    @media (width < 48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .max-md\:text-center {
    @media (width < 48rem) {
      text-align: center;
    }
  }
  .max-md\:text-start {
    @media (width < 48rem) {
      text-align: start;
    }
  }
  .max-md\:\!text-\[26px\] {
    @media (width < 48rem) {
      font-size: 26px !important;
    }
  }
  .max-md\:text-\[16px\] {
    @media (width < 48rem) {
      font-size: 16px;
    }
  }
  .max-md\:\!leading-\[31px\] {
    @media (width < 48rem) {
      --tw-leading: 31px !important;
      line-height: 31px !important;
    }
  }
  .max-md\:leading-\[19px\] {
    @media (width < 48rem) {
      --tw-leading: 19px;
      line-height: 19px;
    }
  }
  .max-md\:last\:mb-0 {
    @media (width < 48rem) {
      &:last-child {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .max-md\:last\:mb-6 {
    @media (width < 48rem) {
      &:last-child {
        margin-bottom: calc(var(--spacing) * 6);
      }
    }
  }
  .max-sm\:max-w-\[200px\] {
    @media (width < 40rem) {
      max-width: 200px;
    }
  }
  .min-\[1460px\]\:rounded-md {
    @media (width >= 1460px) {
      border-radius: var(--radius-md);
    }
  }
  .lg\:ml-auto {
    @media (width >= 64rem) {
      margin-left: auto;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
}
@layer utilities;
@layer utilities {
  :root {
    --darkNavy: #0A1023;
    --navy: #071C35;
    --lightNavy: #292E55;
    --charcoal: #343A6F;
    --green: #16DFA5;
    --white: #FEFEFF;
    --whiteClear: #FFFFFF;
    --grey: #F7F8FA;
    --periwinkle: #D7D6F3;
    --periwinkleClear: #EEEEFA;
    --greenTea: #E8F5D6;
    --greenTeaClear: #F1F9E6;
    --moon: #D7DFF4;
    --moonClear: #E7ECF8;
    --paleGrey: #FDFDFF;
    --smoke: #C9CBE8;
    --lightPurple: #EEEDFA;
    --liberty: #5862AD;
    --ibm: "IBM Plex Sans", sans-serif;
    --inter: "Inter", sans-serif;
  }
  body {
    font-family: var(--inter);
  }
  .site-wrapper h2, .site-wrapper h3 {
    font-family: var(--ibm);
  }
  .site-wrapper h1 {
    font-family: var(--ibm);
    font-size: 56px;
    line-height: 64px;
    font-weight: 400;
    letter-spacing: -0.01em;
  }
  .site-wrapper h2 {
    font-family: var(--ibm);
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .site-wrapper h3 {
    font-family: var(--ibm);
    font-size: 32px;
    line-height: 41px;
    font-weight: 500;
    letter-spacing: -0.02em;
  }
  .site-wrapper .wbd-h1-default, .site-wrapper .wbd-h1-wrap-default h1 {
    font-size: 56px;
    line-height: 64px;
  }
  .site-wrapper .wbd-h1-medium, .site-wrapper .wbd-h1-wrap-medium h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .site-wrapper .wbd-h1-small, .site-wrapper .wbd-h1-wrap-small h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .site-wrapper .wbd-h2-default, .site-wrapper .wbd-h2-wrap-default h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .site-wrapper .wbd-h2-medium, .site-wrapper .wbd-h2-wrap-medium h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .site-wrapper .wbd-h2-small, .site-wrapper .wbd-h2-wrap-small h2 {
    font-size: 34px;
    line-height: 42px;
  }
  span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  p {
    font-family: var(--inter);
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: -0.01em;
  }
  p.large {
    font-family: var(--inter);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.01em;
  }
  .plarge, .plarge p {
    font-family: var(--inter);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.01em;
  }
  a {
    font-family: var(--inter);
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: -0.01em;
  }
  .wbd_desc_content a, .wbd-richText a {
    text-decoration: underline;
    transition: 0.5s color;
  }
  .section-leaders .card .rlink:hover, .resource-gallery-feed .cards .card:hover .rlink, .section-resource-feed .card:hover .rlink, .section-feature-highlight .cards .card .btns:hover {
    color: #5862AD;
  }
  .section-contents a, .wbd_desc_content a, .wbd-richText a, .section-content-well .desc a, .section-accordians-block .desc a {
    color: var(--charcoal) !important;
    font-weight: 500;
  }
  .section-contents span, .wbd_desc_content span, .wbd-richText span, .section-content-well .desc span, .section-accordians-block .desc span {
    font-family: var(--inter) !important;
    font-size: 17px !important;
    line-height: 25px !important;
    font-weight: inherit !important;
    color: var(--navy);
  }
  .section-contents input[type="button"], .wbd_desc_content input[type="button"], .wbd-richText input[type="button"], .section-content-well .desc input[type="button"], .section-accordians-block .desc input[type="button"] {
    background: var(--navy);
    color: var(--white);
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid var(--navy);
    transition: 0.5s all;
    cursor: pointer;
  }
  .section-contents input[type="button"]:hover, .wbd_desc_content input[type="button"]:hover, .wbd-richText input[type="button"]:hover, .section-content-well .desc input[type="button"]:hover, .section-accordians-block .desc input[type="button"]:hover {
    background: transparent;
    color: var(--navy);
  }
  .section-contents iframe, .wbd_desc_content iframe, .wbd-richText iframe, .section-content-well .desc iframe, .section-accordians-block .desc iframe {
    margin-bottom: 20px;
  }
  .section-contents li p, .wbd_desc_content li p, .wbd-richText li p, .section-content-well .desc li p, .section-accordians-block .desc li p {
    margin-bottom: 0;
  }
  .section-contents a span, .wbd_desc_content a span, .wbd-richText a span, .section-content-well .desc a span, .section-accordians-block .desc a span {
    color: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
  }
  .section-contents a b, .wbd_desc_content a b, .wbd-richText a b, .section-content-well .desc a b, .section-accordians-block .desc a b {
    font-weight: inherit !important;
    font-size: inherit !important;
  }
  .section-contents h2, .section-contents h3, .wbd_desc_content h2, .wbd_desc_content h3, .wbd-richText h2, .wbd-richText h3, .section-content-well .desc h2, .section-content-well .desc h3, .section-accordians-block .desc h2, .section-accordians-block .desc h3 {
    margin-top: 42px;
  }
  .section-contents a:hover, .wbd_desc_content a:hover, .wbd-richText a:hover, .section-content-well .desc a:hover, .section-accordians-block .desc a:hover {
    color: var(--navy) !important;
  }
  .site-wrapper .container {
    max-width: 1152px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .site-wrapper .container.big {
    max-width: 1312px;
  }
  .site-wrapper .container.mid {
    max-width: 1216px;
  }
  .site-wrapper .container-full {
    max-width: 1440px;
    margin: auto;
  }
  .bg-images {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .videos.wistia-player .w-bottom-bar-left {
    position: absolute !important;
    bottom: 10px;
    left: -68px;
    display: block !important;
    width: 56px !important;
    height: 56px !important;
  }
  .videos.wistia-player .w-bottom-bar-left button.w-vulcan-v2-button .w-vulcan-icon-wrapper {
    font-size: 20px !important;
    padding: 18px 19px !important;
    background: rgba(7,28,53,0.4) !important;
    border-radius: 50% !important;
    width: 56px !important;
    height: 56px !important;
    display: flex !important;
    justify-content: center;
    align-content: center;
    color: var(--white) !important;
    transform: scale(1) !important;
    transition: 0.3s background;
  }
  .videos.wistia-player .wistia-btn, .plyr__controls .plyr__controls__item:first-child {
    font-size: 20px;
    padding: 18px 19px;
    background: rgba(7,28,53,0.4) !important;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-content: center;
    color: var(--white);
    transition: 0.3s background;
  }
  .videos.wistia-player .wistia-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: none !important;
  }
  .section-emphasized .video-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-emphasized .section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
  }
  .section-emphasized .videos, .section-emphasized .wistia_responsive_padding, .section-emphasized .inline-player, .section-emphasized .plyr {
    height: 100%;
  }
  .section-emphasized .plyr .plyr__controls {
    display: none;
  }
  .section-home-hero-banner .wbd_poster_image .w-css-reset[data-handle="thumbnail"] div.w-css-reset {
    background-image: var(--thumbimage);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .section-home-hero-banner .wbd_poster_image .w-css-reset[data-handle="thumbnail"] div.w-css-reset img {
    opacity: 0;
  }
  [x-cloak] {
    visibility: hidden !important;
  }
  .videos.wistia-player .w-bottom-bar {
    width: calc(100% - 85px) !important;
    right: 0 !important;
    transform: unset !important;
  }
  .videos.wistia-player .w-playbar__time {
    min-width: 30px !important;
    flex-grow: 1;
    width: fit-content !important;
    padding: 0 12px !important;
  }
  .videos.wistia-player img.w-css-reset {
    object-fit: cover !important;
  }
  .videos.wistia-player .w-playbar-wrapper canvas {
    width: 100% !important;
  }
  .videos.wistia-player .w-bottom-bar-lower > div div {
    background: var(--navy) !important;
  }
  .plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: none !important;
  }
  .videos.wistia-player .wistia-btn:hover, .videos.wistia-player .w-bottom-bar-left button.w-vulcan-v2-button .w-vulcan-icon-wrapper:hover, .plyr__controls .plyr__controls__item:first-child:hover {
    background: var(--navy) !important;
  }
  .videos.wistia-player .w-bottom-bar-left .w-bottom-bar-left-inner, .videos.wistia-player .w-bottom-bar-left .w-bottom-bar-left-inner > .w-css-reset, .videos.wistia-player .w-bottom-bar-left .w-bottom-bar-left-inner > .w-css-reset button, .videos.wistia-player .w-bottom-bar-left .w-bottom-bar-left-inner > .w-css-reset > .w-vulcan-button-wrapper, .videos.wistia-player .w-bottom-bar-left .w-bottom-bar-left-inner button .w-vulcan-icon-wrapper > div {
    background: transparent !important;
  }
  .videos.wistia-player .w-bottom-bar-left .w-bottom-bar-left-inner button .w-vulcan-icon-wrapper > div {
    display: none !important;
  }
  .videos.wistia-player .w-bottom-bar-left .w-bottom-bar-left-inner button .w-vulcan-icon-wrapper::before {
    content: "\f04b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
  .videos.wistia-player .wistia_embed.wistia_embed_initialized.playing .w-bottom-bar-left .w-bottom-bar-left-inner button .w-vulcan-icon-wrapper::before {
    content: "\f04c";
  }
  .plyr__controls .plyr__controls__item.plyr__progress__container, .plyr__controls .plyr__controls__item.plyr__time, .plyr__volume, .plyr__menu, .plyr__menu ~ button {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .plyr--playing .plyr__controls .plyr__controls__item.plyr__progress__container, .plyr--playing .plyr__controls .plyr__controls__item.plyr__time, .plyr--playing .plyr__volume, .plyr--playing .plyr__menu, .plyr--playing .plyr__menu ~ button {
    opacity: 1;
  }
  .plyr--video .plyr__controls {
    padding: 0 32px 32px;
  }
  .plyr__control svg {
    width: 14px;
    position: relative;
    left: 2px;
  }
  .has_posters .plyr__poster {
    background-size: cover;
  }
  .lg-darkNavyGreen, .lg-green, .lg-navyGreen, .lg-purpleShade, .lg-multiColor, .lg-darkNavyLeftGreenShade {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .lg-darkNavyGreen {
    background-color: var(--navy);
  }
  .lg-multiColor {
    background-color: var(--white);
  }
  .lg-green {
    background-size: contain;
    background-color: var(--white);
  }
  .lg-navyGreen {
    background-color: var(--navy);
  }
  .lg-purpleShade {
    background-color: var(--white);
  }
  .lg-purple {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: var(--lightNavy);
  }
  .lg-greenshadebottom {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--white);
  }
  .lg-darkNavyLeftGreenShade {
    background-position: top left;
    background-color: var(--darkNavy);
  }
  .btn-primary {
    font-family: var(--inter);
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    border-radius: 32px;
    background: var(--navy);
    color: var(--white);
    display: inline-block;
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: inline-flex;
    display: -webkit-inline-flex;
    z-index: 1;
    transition: 0.5s color,0.5s background;
    border: 2px solid var(--navy);
  }
  .btn-primary span {
    background: var(--navy);
    color: var(--white);
    border-radius: 32px;
    padding: 16px 24px;
    display: inline-block;
    z-index: 11;
    transition: 0.5s color,0.5s background;
  }
  .dark .btn-primary {
    background: var(--green);
    color: var(--darkNavy);
    padding: 2px;
    border: 0;
  }
  .dark .btn-primary span {
    background: var(--green);
    color: var(--darkNavy);
  }
  .btn-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    border-radius: 32px;
    background: linear-gradient(125deg, var(--navy) 36%, #D4DFFD 48%, #EDFFD6 78%, #FDFDFF 89%) border-box;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(0deg);
    aspect-ratio: 1 / 1;
    opacity: 0;
    transition: 0.2s transform,0.5s 0.3s opacity;
  }
  .light .btn-primary {
    --angle: 125deg;
    border: 2px solid var(--darkNavy);
    overflow: visible;
    transition: 0.5s 0.2s color, 0.5s 0.2s background;
  }
  .dark .btn-primary {
    --angle: 125deg;
    border: 2px solid var(--green);
    overflow: visible;
    transition: 0.5s 0.2s color, 0.5s 0.2s background;
  }
  .btn-primary::before {
    top: -2px;
    left: -2px;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border: 2px solid transparent;
    background: linear-gradient(var(--angle), var(--darkNavy) 15%, #C5FFD8 42%,#D4DFFD 87%, #D4DFFD 64%, #E7FFD5 74%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    opacity: 0;
    animation: borderRotaterev 0.3s linear forwards;
    transform: unset;
  }
}
.btn-primary:hover {
  transition: 0.2s color,0.2s background;
  border: 2px solid transparent;
}
.btn-primary span {
  transition: 0.5s 0.2s color, 0.5s 0.2s background;
}
.btn-primary:hover::before {
  opacity: 1;
  transition: 0.3s opacity;
  animation: borderRotate 0.3s linear forwards;
}
.btn-primary:hover, .btn-primary:hover span {
  background: transparent;
  color: var(--darkNavy);
}
.btn-primary:hover {
  border-color: transparent;
}
.dark .btn-primary:hover, .dark .btn-primary:hover span {
  background: transparent;
  color: var(--white);
}
.btn-secondary {
  font-family: var(--inter);
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 43px;
  border: 2px solid var(--darkNavy);
  background: transparent;
  color: var(--darkNavy);
  position: relative;
  display: inline-block;
  z-index: 11;
  transition: 0.3s border;
  --angle: 125deg;
  vertical-align: middle;
}
.dark .btn-secondary {
  border: 2px solid var(--white);
  color: var(--white);
}
.btn-secondary::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 43px;
  border: 2px solid transparent;
  background: linear-gradient(var(--angle), var(--darkNavy) 15%, #C5FFD8 42%,#D4DFFD 87%, #D4DFFD 64%, #E7FFD5 74%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  opacity: 0;
  z-index: 11;
  transition: 0.3s 0.2s opacity;
  animation: borderRotaterev 0.3s linear forwards;
}
.dark .btn-secondary::before {
  background: linear-gradient(var(--angle), #FDFDFF 15%, #C5FFD8 42%,#D4DFFD 87%, #D4DFFD 64%, #E7FFD5 74%) border-box;
}
.btn-secondary {
  transition: 0.5s color,0.5s background,0.5s opacity;
}
.btn-secondary span {
  vertical-align: middle;
}
.btn-secondary::before {
  transition: 0.5s 0.2s opacity;
}
.btn-secondary:hover {
  border: 2px solid transparent;
}
.btn-secondary:hover::before {
  opacity: 1;
  transition: 0.3s opacity;
  animation: borderRotate 0.3s linear forwards;
}
.light .btn-secondary:hover {
  background: var(--navy);
  color: var(--white);
  transition: 0.5s 0.2s color,0.5s 0.2s opacity, 0.5s 0.2s background;
}
.dark .btn-secondary:hover {
  background: var(--white);
  color: var(--darkNavy);
  transition: 0.5s 0.2s color,0.5s 0.2s opacity, 0.5s 0.2s background;
}
@keyframes borderRotate {
  0% {
    --angle: 125deg;
  }
  10% {
    --angle: 125deg;
  }
  20% {
    --angle: 135deg;
  }
  30% {
    --angle: 145deg;
  }
  40% {
    --angle: 155deg;
  }
  50% {
    --angle: 165deg;
  }
  60% {
    --angle: 175deg;
  }
  70% {
    --angle: 185deg;
  }
  80% {
    --angle: 195deg;
  }
  100% {
    --angle: 205deg;
  }
}
@keyframes borderRotaterev {
  0% {
    --angle: 205deg;
  }
  10% {
    --angle: 195deg;
  }
  20% {
    --angle: 185deg;
  }
  30% {
    --angle: 175deg;
  }
  40% {
    --angle: 165deg;
  }
  50% {
    --angle: 155deg;
  }
  60% {
    --angle: 145deg;
  }
  70% {
    --angle: 135deg;
  }
  80% {
    --angle: 125deg;
  }
  100% {
    --angle: 125deg;
  }
}
.site-header {
  height: 128px;
}
.site-header.scrolled {
  height: 70px;
}
.site-header .utilityNav {
  transition: 0.5s height;
  height: 47px;
  overflow: hidden;
}
.site-header.scrolled .utilityNav {
  height: 0;
}
.site-header .mainNav .logo {
  padding-top: 14.42px;
  padding-bottom: 14.42px;
  transition: 0.5s padding;
}
.site-header.scrolled .mainNav .logo {
  padding-top: 8.42px;
  padding-bottom: 8.42px;
}
.site-header .mainNav .main-nav-wrapper .nav-button {
  position: relative;
  padding-bottom: 4px;
  padding-top: 4px;
  transition: 0.3s background;
}
.site-header .mainNav .main-nav-wrapper .nav-button::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 4px;
  left: 0;
  position: absolute;
  background: conic-gradient(#FDFDFF 5%, #CBE8A4 34%, #E7FFD5 44%, #C5FFD8 58%, #D4DFFD 67% , #FDFDFF 69% ,#FDFDFF 87%);
  clip-path: polygon(0 calc(100% - 4px), 100% calc(100% - 4px), 100% 100%, 0% 100%);
  pointer-events: none;
  opacity: 0;
  transition: 0.5s opacity;
}
.site-header .mainNav .main-nav-wrapper .nav-button.opendrop::before {
  opacity: 1;
}
.site-header .mainNav .main-nav-dropdown .nav-link-desc p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--charcoal);
  text-align: center;
}
.site-header .mainNav .main-nav-dropdown .nav-child-link-desc p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--charcoal);
}
.site-header .mainNav .main-nav-dropdown .nav-child-item .link-title::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: conic-gradient(#FDFDFF 5%, #CBE8A4 34%, #E7FFD5 44%, #C5FFD8 58%, #D4DFFD 76%);
  clip-path: polygon(0 calc(100% - 4px), 100% calc(100% - 4px), 100% 100%, 0% 100%);
  pointer-events: none;
  opacity: 0;
  border-radius: 8px;
}
.site-header .mainNav .main-nav-dropdown .nav-child-item .link-title:hover::before {
  opacity: 1;
}
.transition {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.enter {
  opacity: 0;
  transform: translateY(-20px);
}
.enter-active {
  opacity: 1;
  transform: translateY(0);
}
.leave {
  opacity: 1;
  transform: translateY(0);
}
.leave-active {
  opacity: 0;
  transform: translateY(-20px);
}
.section-home-hero-banner .right-div .videos iframe {
  max-width: 100%;
}
.videos {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.videos.wistia-player .w-big-play-button {
  display: none !important;
}
.section-home-hero-banner .right-div .videos {
  border-radius: 0px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .success-story-hero-banner.dark .desc p, .success-story-hero-banner.dark .desc li, .dark .event_loc, .dark .plarge, .dark .plarge p {
  color: #FEFEFF;
}
.section-contents ul, .wbd_desc_content ul, .wbd-richText ul, .section-content-well .desc ul, .section-accordians-block .desc ul {
  list-style-type: disc;
  padding-left: 25px;
}
.wbd_desc_content ol, .section-contents ol, .wbd-richText ol, .section-content-well .desc ol, .section-accordians-block .desc ol {
  list-style-type: decimal;
  padding-left: 25px;
}
.success-story-hero-banner .desc ul, .success-story-hero-banner .desc ol {
  padding-left: 25px;
}
.success-story-hero-banner .desc li, .section-contents li, .wbd_desc_content li, .wbd-richText li, .section-content-well .desc li, .section-accordians-block .desc li {
  list-style-position: outside;
  margin-left: 25px;
}
.section-contents li:last-child, .wbd_desc_content li:last-child, .wbd-richText li:last-child, .section-content-well .desc li:last-child, .section-accordians-block .desc li:last-child {
  margin-bottom: 24px;
}
.dark .backbtn, .dark .c-breadcrumb .c-breadcrumb__link, .dark .c-breadcrumb span {
  color: rgb(190 197 249);
}
.dark .backbtn path {
  stroke: rgb(190 197 249);
}
.section-feature-highlight .cards .card {
  background: var(--periwinkle);
}
.section-feature-highlight .cards .card .wbd-icon {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(52, 58, 111, 0.3);
  border-radius: 32px;
  display: flex;
  align-items: center !important;
  justify-content: center;
}
.section-feature-highlight .cards .card .wbd-icon.svg svg, .section-feature-highlight .cards .card .wbd-icon img {
  width: 28px;
  max-height: 28px;
}
.section-feature-highlight .cards .card .wbd-icon.svg svg path {
  fill: var(--darkNavy);
}
.section-feature-highlight .cards .card .heading, .section-feature-highlight .cards .card .btns {
  color: var(--lightNavy);
}
.section-feature-highlight .cards .card a, .section-feature-highlight .cards .card .btns {
  transition: 0.5s all;
  text-decoration: underline;
  font-weight: 700;
}
.section-feature-highlight .cards .card .para {
  color: #52596A;
}
.section-feature-highlight .cards.style2 .card {
  background: var(--white);
}
.section-feature-highlight .cards.style2 .card .heading, .section-feature-highlight .cards.style2 .card .btns {
  color: var(--navy);
}
.section-feature-highlight .cards .card a:hover, .section-feature-highlight .cards .card .btns:hover {
  text-decoration-color: currentcolor;
  color: #5862AD;
}
.section-feature-highlight .cards.style2 .card .para {
  color: #6A6E77;
}
.section-feature-highlight .subheading {
  font-weight: 700;
}
.section-vanity-matrix .percentage-heading {
  background: linear-gradient(285.47deg, #678FEF 9.71%, rgba(212, 223, 253, 0) 30.44%), #071C35;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: flex;
  align-items: end;
  width: fit-content;
}
.section-vanity-matrix .percentage-heading .matrix-sign {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 46px;
  margin-left: 16px;
}
.section-logo-showcase .logo-slider .swiper-wrapper.running {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.section-logo-showcase .logo-slider {
  position: relative;
}
.section-logo-showcase .logo-slider::before, .section-logo-showcase .logo-slider::after {
  content: '';
  width: 186px;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  top: 0;
  position: absolute;
  z-index: 111;
  pointer-events: none;
}
.section-logo-showcase .logo-slider::before {
  left: 0;
}
.section-logo-showcase .logo-slider::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  right: 0;
}
.section-feature-highlight .card {
  position: relative;
}
.section-feature-highlight .cards .card::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: conic-gradient(from -7deg,#FDFDFF 5%,#E7FFD5 28%, #C5FFD8 44%,#D4DFFD 58%, #FDFDFF 69%, #FDFDFF 83%);
  clip-path: polygon(0 calc(100% - 6px), 100% calc(100% - 6px), 100% 100%, 0% 100%);
  pointer-events: none;
  opacity: 0;
  transition: 0.5s opacity;
  border-radius: 6px;
}
.section-feature-highlight .cards .card:hover::before {
  opacity: 1;
}
.desc h1, .desc h2, .desc h3, .desc h4, .desc h5, .desc h6 {
  color: var(--navy);
  margin-bottom: 24px;
}
.desc li {
  margin-bottom: 2px;
}
.desc p {
  color: var(--navy);
  margin-bottom: 24px;
}
.desc h4 {
  font-family: var(--inter);
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
.desc h5, .desc h6 {
  font-family: var(--inter);
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
.desc li {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--navy);
  letter-spacing: -0.01em;
  color: var(--lightNavy);
}
.desc h1, .desc h2, .desc h3 {
  font-family: var(--ibm);
  color: var(--lightNavy);
}
.desc strong, .desc b {
  font-weight: 700;
}
.section-comparition-chart .column-div .desc h1, .section-comparition-chart .column-div .desc h2, .section-comparition-chart .column-div .desc h3, .section-comparition-chart .column-div .desc h4, .section-comparition-chart .column-div .desc h5, .section-comparition-chart .column-div .desc h6, .section-comparition-chart .column-div .desc p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--inter);
  letter-spacing: -0.01em;
  color: var(--lightNavy);
  margin-bottom: 4px;
}
.section-comparition-chart .column-div .desc h1:last-child, .section-comparition-chart .column-div .desc h2:last-child, .section-comparition-chart .column-div .desc h3:last-child, .section-comparition-chart .column-div .desc h4:last-child, .section-comparition-chart .column-div .desc h5:last-child, .section-comparition-chart .column-div .desc h6:last-child, .section-comparition-chart .column-div .desc p:last-child {
  margin-bottom: 0px;
}
.section-comparition-chart .column-div .desc h1, .section-comparition-chart .column-div .desc h2, .section-comparition-chart .column-div .desc h3 {
  font-family: var(--ibm);
}
.section-comparition-chart .column-div .desc strong, .section-comparition-chart .column-div .desc b {
  font-weight: 700;
}
.section-comparition-chart .table-head-col.highlightedcol {
  background: var(--lightNavy);
}
.section-comparition-chart .table-head-col.highlightedcol h1, .section-comparition-chart .table-head-col.highlightedcol h2, .section-comparition-chart .table-head-col.highlightedcol h3, .section-comparition-chart .table-head-col.highlightedcol h4, .section-comparition-chart .table-head-col.highlightedcol h5, .section-comparition-chart .table-head-col.highlightedcol h6, .section-comparition-chart .table-head-col.highlightedcol p {
  color: #ffffff;
}
.slider_arr_next, .slider_arr_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  transition: 0.5s opacity;
}
.slider_arr_prev {
  right: calc(100% + 24px);
}
.slider_arr_next {
  left: calc(100% + 24px);
}
.section-testimonial .testimonialSlider-slider-next {
  left: calc(100% - 40px);
}
.section-testimonial .testimonialSlider-slider-prev {
  right: calc(100% - 40px);
}
.section-testimonial.dark .testimonialSlider-slider-next svg rect, .section-testimonial.dark .testimonialSlider-slider-prev svg rect {
  fill: var(--white);
}
.section-testimonial.dark .testimonialSlider-slider-next svg path, .section-testimonial.dark .testimonialSlider-slider-prev svg path {
  stroke: var(--navy);
}
.section-testimonial .testimonialSlider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.section-testimonial .testimonialSlider-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: var(--darkNavy);
  opacity: 0.6;
  margin: 0;
}
.section-testimonial .testimonialSlider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.section-testimonial.dark .testimonialSlider-pagination .swiper-pagination-bullet {
  background-color: var(--white);
}
.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.wbd_s_desc h1, .wbd_s_desc h2, .wbd_s_desc h3, .wbd_s_desc h4, .wbd_s_desc h5, .wbd_s_desc h6, .wbd_s_desc li, .wbd_s_desc p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--inter);
  letter-spacing: -0.01em;
  color: var(--navy);
  margin-bottom: 10px;
}
.wbd_s_desc h1:last-child, .wbd_s_desc h2:last-child, .wbd_s_desc h3:last-child, .wbd_s_desc h4:last-child, .wbd_s_desc h5:last-child, .wbd_s_desc h6:last-child, .wbd_s_desc p:last-child {
  margin-bottom: 0px;
}
.wbd_s_desc h1, .wbd_s_desc h2, .wbd_s_desc h3 {
  font-family: var(--ibm);
}
.wbd_s_desc strong, .wbd_s_desc b {
  font-weight: 700;
}
.wbd_s_desc ul li {
  position: relative;
  padding-left: 24px;
  width: fit-content;
  list-style: none;
}
.wbd_s_desc ul li::before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url('../static/right.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.wbd_s_desc.text-center ul li {
  margin: auto;
}
.wbd_s_desc ol li {
  list-style: auto;
  list-style-position: inside;
}
.section-content-well .desc {
  margin-bottom: 30px;
}
.section-accordians-block .desc table thead a, .section-content-well .wbd-richText table thead a {
  color: var(--white) !important;
}
.section-accordians-block .desc table thead a:hover, .section-content-well .wbd-richText table thead a:hover {
  color: var(--periwinkle) !important;
}
.section-content-well .desc p strong, .section-content-well .desc p span {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.section-content-well .wbd-table {
  table-layout: fixed;
}
.lead-capture-form .wf-group {
  margin-bottom: 24px;
}
.lead-capture-form .fui-label, .lead-capture-form .fui-legend {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: var(--lightNavy);
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.lead-capture-form .wf-group .wf-label sup {
  color: #E66121;
}
.lead-capture-form .fui-input, .lead-capture-form .fui-select {
  background: #FFFFFF;
  border: 1px solid #8792b0;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #6A6E77;
  width: 100%;
  display: block;
}
.lead-capture-form .fui-alert-success, .lead-capture-form .fui-alert-success p {
  background: transparent;
  color: #292E55;
  font-family: var(--ibm);
  font-size: 32px;
  line-height: 41px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.lead-capture-form .fui-error .fui-label, .lead-capture-form .fui-error .fui-legend {
  color: #292E55;
}
.lead-capture-form .fui-label .fui-required, .lead-capture-form .fui-legend .fui-required {
  color: #db0000;
}
.lead-capture-form .fui-input.fui-error, .lead-capture-form .fui-select.fui-error {
  border-color: #D03F2A;
  box-shadow: unset;
}
.lead-capture-form .wf-group .wf-field::placeholder, .lead-capture-form .fui-input::placeholder {
  color: #6A6E77;
}
.lead-capture-form .fui-radio-label, .lead-capture-form .fui-checkbox-label {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: var(--lightNavy);
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  --fui-primary-color: var(--lightNavy);
}
.lead-capture-form .fui-radio input:checked+label:before {
  background-image: unset;
  border: 3px solid #D7D6F5;
  outline: 1px solid #6B6B94;
}
.lead-capture-form .fui-type-radio, .lead-capture-form .fui-checkbox-input {
  margin-right: 10px;
  accent-color: #0B1C34;
  width: fit-content;
  display: inline-block;
}
.lead-capture-form .wf-group .wf-radio, .lead-capture-form .wf-group .wf-checkbox {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: inline-flex;
  margin-bottom: 16px;
}
.lead-capture-form button[type="submit"] {
  font-family: var(--inter);
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  padding: 18px 24px;
  border-radius: 32px;
  background: var(--navy);
  color: var(--white);
  display: inline-block;
  cursor: pointer;
  margin-top: 24px;
}
.lead-capture-form form .btn-secondary {
  border: 1px solid var(--darkNavy);
  color: #343A6F;
}
.wbd-table table {
  margin: auto;
}
.wbd-table tr {
  border: 1px solid var(--lightNavy);
}
.wbd-table th, .wbd-table td {
  border-right: 1px solid var(--lightNavy);
  padding: 5px 20px;
}
.wbd-table th:last-child {
  border-right: 0;
}
.fade-enter {
  opacity: 0;
  transform: scale(0.95);
}
.fade-enter-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.fade-leave {
  opacity: 1;
  transform: scale(1);
}
.fade-leave-active {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.partners-exam .section-content-well .wrapper {
  max-width: 875px;
  padding: 0 42px 72px;
  border-bottom: 1px solid #D7D1EB;
}
.section-content-well .wrapper ul {
  list-style: disc;
  padding-left: 20px;
}
.section-content-well .wrapper ol {
  list-style: number;
  padding-left: 20px;
}
.section-content-well .wrapper ul li ol, .section-content-well .wrapper ol li ul {
  padding-top: 10px;
}
.lead-capture-form .formie-recaptcha-placeholder {
  margin-top: 25px;
}
.lead-capture-form .fui-error-message, .lead-capture-form .fui-success-message {
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #FCF2F2;
  color: #db0000;
  font-family: var(--inter);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.lead-capture-form .fui-alert-error p {
  color: #db0000;
}
.lead-capture-form .fui-limit-text {
  color: #6A6E77;
}
.lead-capture-form .lead-capture-heading {
  color: var(--lightNavy);
}
.lead-capture-form .fui-input-wrapper {
  position: relative;
}
.lead-capture-form .wbd-file + input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1111111;
  width: 0;
  height: 0;
  overflow: hidden;
}
.lead-capture-form .wbd-file .wbd_filesname {
  word-break: break-word;
}
.blog-wrapper .section-testimonial {
  border-radius: 6px;
}
.site-header .mainNav .hemburg-menu-icon {
  position: relative;
  width: 26px;
  height: 18px;
  cursor: pointer;
}
.site-header .mainNav .hemburg-menu-icon .bar {
  position: absolute;
  right: 0;
  width: 26px;
  height: 1.64px;
  border-radius: 6.55px;
  background: var(--charcoal);
  transition: 0.3s top,0.3s opacity,0.3s transform;
}
.site-header .mainNav .hemburg-menu-icon .top {
  top: 0;
}
.site-header .mainNav .hemburg-menu-icon .mid {
  top: 7px;
}
.site-header .mainNav .hemburg-menu-icon .bot {
  top: 14px;
  width: 19px;
}
.site-header .mainNav .hemburg-menu-icon.mopen .top {
  top: 7px;
  transform: rotate(-45deg);
}
.site-header .mainNav .hemburg-menu-icon.mopen .mid {
  opacity: 0;
}
.site-header .mainNav .hemburg-menu-icon.mopen .bot {
  top: 7px;
  width: 26px;
  transform: rotate(45deg);
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.section-office-network .office-list .country_list, .section-contexual-navigation .cards .card-bottom a {
  position: relative;
}
.section-office-network .office-list .country_list::before, .section-contexual-navigation .cards .card-bottom a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 28, 53, 0.08);
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s opacity;
}
.section-office-network .office-list .country_list:hover::before, .section-contexual-navigation .cards .card-bottom a:hover::before {
  opacity: 1;
}
.section-featured-exam-block .content-box, .resource-gallery-feed .card, .section-resource-feed .card {
  position: relative;
  transition: 0.5s border;
}
.section-feature-highlight .img-wrapper img, .section-feature-highlight .img-wrap img, .section-leaders .card .image img, .resource-gallery-feed .card .fimg, .section-resource-feed .card .fimg, .section-featured-resources .card .card-head img {
  transition: 0.5s transform;
}
.section-featured-resources .card .card-head a {
  overflow: hidden;
  border-radius: 0.375rem;
}
.section-featured-exam-block .content-box::before, .resource-gallery-feed.style1 .cards .card::before, .section-resource-feed .card::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: conic-gradient(#FDFDFF 5%, #E7FFD5 28%, #C5FFD8 44%, #D4DFFD 58%, #FDFDFF 69%,#FDFDFF 83%);
  clip-path: polygon(0 calc(100% - 4px), 100% calc(100% - 4px), 100% 100%, 0% 100%);
  pointer-events: none;
  opacity: 0;
  transition: 0.5s opacity;
  border-radius: 6px;
}
.section-resource-gallery .resource-gallery-feed .cards .card::before, .section-resource-feed .cards .card::before {
  border-radius: 0px;
}
.resource-gallery-feed.style1 .cards .card:hover, .section-resource-feed .card:hover {
  border-bottom: 1px solid transparent;
}
.section-resource-feed .cards .card.archived .img-wrapper, .resource-gallery-feed .cards .card.archived .img-wrapper, .resource-gallery-feed .cards .card {
  position: relative;
}
.section-resource-feed .cards .card.archived .img-wrapper::before, .resource-gallery-feed .cards .card.archived .img-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.section-resource-feed .cards .card .archviedBadge, .resource-gallery-feed .cards .card .archviedBadge {
  position: absolute;
  top: 16px;
  right: 21px;
  z-index: 1;
  pointer-events: none;
}
.section-feature-highlight .img-wrapper img:hover, .section-feature-highlight .img-wrap img:hover, .section-leaders .card .card-wrapper:hover .image img, .resource-gallery-feed .cards .card:hover .fimg, .section-resource-feed .card:hover .fimg, .section-featured-resources .card:hover img {
  transform: scale(1.1);
}
.section-leaders .card .rlink, .section-featured-resources2 .card a, .resource-gallery-feed .cards .card .rlink, .section-resource-feed .card .rlink, .section-resource-gallery .card .rlink, .section-resource-feed .featured-post-slider a, .section-featured-exam-block .content-box a, .section-resource-gallery .featured-post-slider a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: currentcolor;
  transition: 0.5s all;
}
.section-resource-feed .featured-post-slider a, .section-resource-feed .card .rlink, .section-featured-resources2 .card a, .section-leaders .card .card-wrapper .rlink, .section-resource-gallery .card .rlink {
  text-decoration-color: currentcolor;
}
.section-featured-exam-block .content-box:hover a, .section-resource-gallery .card:hover .rlink, .section-featured-resources2 .right .card a:hover {
  color: #5862AD;
}
.section-resource-gallery .featured-post-slider .swiper-slide:hover a {
  opacity: 0.6;
}
.section-featured-resources2 .left .card a:hover {
  color: rgba(255,255,255,0.5);
}
.section-leaders .card .card-wrapper:hover .rlink, .resource-gallery-feed .cards .card:hover .rlink {
  text-decoration-color: inherit;
}
.section-featured-exam-block .content-box:hover::before, .resource-gallery-feed.style1 .cards .card:hover::before, .resource-gallery-feed .cards .card:hover::before, .section-resource-feed .card:hover::before {
  opacity: 1;
}
.section-accordians-block .faq-block {
  transition: 0.5s background;
}
.section-accordians-block .faq-block.activeaccord {
  background: var(--periwinkleClear);
}
.wbd-richText .table, .section-accordians-block .faq-block .bottom .table {
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow-x: auto;
}
.wbd-richText table, .section-accordians-block .faq-block .bottom table {
  margin: auto;
  color: var(--navy);
}
.section-accordians-block .faq-block .bottom table td p:not(:last-child) {
  margin-bottom: 10px;
}
.wbd-richText table tr, .section-accordians-block .faq-block .bottom table tr {
  margin-bottom: 20px;
}
.wbd-richText table td, .section-accordians-block .faq-block .bottom table td {
  margin-bottom: 20px;
}
.wbd-richText table td:last-child, .wbd-richText table tr:last-child, .section-accordians-block .faq-block .bottom table td:last-child, .section-accordians-block .faq-block .bottom table tr:last-child {
  margin-bottom: 0;
}
.wbd-richText table td, .wbd-richText table th, .wbd_s_desc table th, .wbd_s_desc table td, .section-accordians-block .faq-block .bottom table td, .section-accordians-block .faq-block .bottom table th {
  border: 1px solid #000 !important;
  padding: 10px;
}
.section-accordians-block .faq-block .bottom table th {
  text-align: left;
}
.table-wrapper table, .wbd-richText table, .section-accordians-block .faq-block .bottom table {
  overflow: hidden;
  color: var(--white);
  border-radius: 6px;
}
.table-wrapper table tbody tr, .wbd-richText table tbody tr, .section-accordians-block .faq-block .bottom table tbody tr {
  background: var(--periwinkle);
}
.table-wrapper table tbody tr:nth-child(even), .wbd-richText table tbody tr:nth-child(even), .section-accordians-block .faq-block .bottom table tbody tr:nth-child(even) {
  background: #E6E6FF;
}
.table-wrapper table tr th, .table-wrapper table tr td, .wbd-richText table tr th, .wbd-richText table tr td, .section-accordians-block .faq-block .bottom table tr th, .section-accordians-block .faq-block .bottom table tr td {
  border: 0 !important;
}
.table-wrapper table thead tr, .wbd-richText table thead tr, .section-accordians-block .faq-block .bottom table thead tr {
  background: var(--navy);
}
.table-wrapper table thead tr th, .table-wrapper table thead tr td, .wbd-richText table thead tr th, .wbd-richText table thead tr td, .section-accordians-block .faq-block .bottom table thead tr th, .section-accordians-block .faq-block .bottom table thead tr td {
  color: var(--white);
  font-family: var(--inter);
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}
.table-wrapper table thead tr th span, .table-wrapper table thead tr td span, .wbd-richText table thead tr th span, .wbd-richText table thead tr td span, .section-accordians-block .faq-block .bottom table thead tr th span, .section-accordians-block .faq-block .bottom table thead tr td span {
  color: var(--white) !important;
  font-family: var(--inter) !important;
  font-size: 17px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}
.table-wrapper table tbody tr th, .table-wrapper table tbody tr td, .wbd-richText table tbody tr th, .wbd-richText table tbody tr td, .section-accordians-block .faq-block .bottom table tbody tr th, .section-accordians-block .faq-block .bottom table tbody tr td {
  color: var(--darkNavy);
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}
.table-wrapper table tbody tr th, .table-wrapper table tbody tr td, .wbd-richText table tbody tr th, .wbd-richText table tbody tr td, .section-accordians-block .faq-block .bottom table tbody tr th, .section-accordians-block .faq-block .bottom table tbody tr td {
  color: var(--darkNavy);
  font-size: 17px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}
.site-header #searchMenu {
  position: relative;
  padding-left: 21px;
}
.site-header #searchMenu::before {
  content: '';
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  background-image: url('../static/search.svg');
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-office-network .streetaddress p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.section-office-network .streetaddress span {
  display: inline-block;
}
.section-404 {
  height: calc(100vh - 131px);
}
.language-popup .popup {
  background-image: url('../static/bg-dots.png');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.language-popup .checkbox_wrapper:has(input:checked) {
  background-image: linear-gradient(-45deg,transparent 65%,var(--darkNavy) 65.99%),linear-gradient(45deg,transparent 75%,var(--darkNavy) 75.99%),linear-gradient(-45deg,var(--darkNavy) 40%,transparent 40.99%),linear-gradient(45deg,var(--darkNavy) 30%,var(--white) 30.99%,var(--white) 40%,transparent 40.99%),linear-gradient(-45deg,var(--white) 50%,var(--darkNavy) 50.99%);
}
.wbd_desc_content table th, .section-contents table th, .wbd_desc_content table td, .section-contents table td {
  border: 1px solid var(--darkNavy);
  padding: 10px;
}
.wbd_desc_content table, .section-contents table {
  border: 1px solid var(--darkNavy);
}
.success-story-hero-banner .desc .table, .section-contents .table, .wbd_desc_content .table, .wbd-richText .table, .section-content-well .desc .table, .section-accordians-block .desc .table {
  margin-bottom: 24px;
}
.language_changer .btn-changer svg path {
  fill: var(--darkNavy);
}
.language_changer .btn-changer {
  transition: 0.3s all;
}
.language_changer .btn-changer.opened {
  color: var(--white);
  background: #071C35;
}
.language_changer .btn-changer.opened svg path {
  fill: var(--white);
}
.language_changer .btn-changer i {
  transform: rotate(0deg);
  transition: 0.3s transform;
}
.language_changer .btn-changer.opened i {
  transform: rotate(180deg);
}
.language_changer .dropdown_box {
  position: absolute;
  width: 280px;
  right: 0;
  border: 1px solid #E3E6F8;
  background: #F3F6FB;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
  max-height: 317px;
  overflow-y: auto;
  top: 100%;
  border-radius: 6px;
}
.language_changer .dropdown_box li {
  list-style: none;
  padding: 16px 24px;
  border-bottom: 1px solid var(--moon);
  transition: 0.5s all;
}
.language_changer .dropdown_box li:hover, .language_changer .dropdown_box li.selected {
  background: var(--darkNavy);
  color: var(--white);
}
.language_changer .dropdown_box li.selected {
  pointer-events: none;
}
.language_changer .dropdown_box li:last-child {
  border-bottom: 1px solid transparent;
}
.cases-wrapper .tablesort {
  display: inline-block;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.125rem 0;
  word-break: initial;
}
.cases-wrapper .tablesort .table-asc {
  margin-bottom: 0.125rem;
  display: block;
  height: 0.625rem;
}
.cases-wrapper .tablesort .table-indicator::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.cases-wrapper .tablesort .table-asc::before {
  border-top: 0;
  border-bottom: 7px solid var(--white);
  cursor: pointer;
}
.cases-wrapper .tablesort-wrapper .title-active {
  text-decoration: underline;
}
.cases-wrapper .tablesort .table-asc:hover::before, .cases-wrapper .tablesort .table-asc.is-active::before {
  border-bottom-color: var(--periwinkle);
}
.cases-wrapper .tablesort .table-desc::before {
  border-bottom: 0;
  border-top: 7px solid var(--white);
  cursor: pointer;
}
.cases-wrapper .tablesort .table-desc:hover::before, .cases-wrapper .tablesort .table-desc.is-active::before {
  border-top-color: var(--periwinkle);
}
.section-search-results .activefirstEclipse, .section-resource-gallery .activefirstEclipse, .exam-hero-banner .activefirstEclipse {
  position: relative;
  margin-right: 30px;
}
.section-search-results .activefirstEclipse::after, .section-resource-gallery .activefirstEclipse::after, .exam-hero-banner .activefirstEclipse::after {
  content: '...';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 100%;
  pointer-events: none;
}
.section-search-results .activelastEclipse, .section-resource-gallery .activelastEclipse, .exam-hero-banner .activelastEclipse {
  position: relative;
  margin-left: 30px;
}
.section-search-results .activelastEclipse::before, .section-resource-gallery .activelastEclipse::before, .exam-hero-banner .activelastEclipse::before {
  content: '...';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 100%;
  pointer-events: none;
}
.section-resource-feed .swiper-wrapper .swiper-slide {
  height: auto;
}
.paragraph--type-accordion {
  background: #D7D6F5;
  border-radius: 6px;
  margin-bottom: 8px;
}
.paragraph--type-accordion:last-child {
  margin-bottom: 0;
}
.paragraph--type-accordion > h3 {
  padding: 16px 24px;
  margin-bottom: 0;
  font-family: var(--inter);
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  margin-top: 0 !important;
}
.paragraph--type-accordion > h3::before, .paragraph--type-accordion > h3::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity;
  background-size: contain;
  background-repeat: no-repeat;
}
.paragraph--type-accordion > h3::before {
  opacity: 1;
}
.paragraph--type-accordion.active > h3::before {
  opacity: 0;
}
.paragraph--type-accordion > h3::after {
  opacity: 0;
}
.paragraph--type-accordion.active > h3::after {
  opacity: 1;
}
.paragraph--type-accordion h3::before {
  background-image: url('../static/plus.svg');
}
.paragraph--type-accordion h3::after {
  background-image: url('../static/minus.svg');
}
.paragraph--type-accordion .details-wrapper .formatted-text {
  padding: 24px 24px 40px;
}
.paragraph--type-accordion.active {
  background: var(--periwinkleClear);
}
.wbd_desc_content li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  color: var(--navy);
}
.wbd_desc_content ul li:last-child {
  margin-bottom: 15px;
}
.section-contents .align-center {
  text-align: center;
}
.section-contents .align-center a {
  display: inline-block;
}
.section-contents .align-center img {
  margin: auto;
}
.wbd_leadership_summery p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 21px;
}
.wbd_leadership_summery p:last-child {
  margin-bottom: 0;
}
.twoparacss {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.wbd-richText .swiper-container {
  overflow: hidden;
}
.mdi-arrow-left, .mdi-arrow-right {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background: var(--navy);
  margin-top: 30px;
}
.mdi-arrow-left::before, .mdi-arrow-right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 18px;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mdi-arrow-left::before {
  left: calc(50% - 1px);
  background-image: url('../static/left-arr.png');
}
.mdi-arrow-right::before {
  left: calc(50% + 1px);
  background-image: url('../static/right-arr.png');
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section-logo-showcase .carousel-start, .section-logo-showcase .carousel-primary, .section-logo-showcase .carousel-secondary {
  top: 0;
  left: 0%;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  transform: translateX(100%);
  padding: 0 32px;
}
.section-logo-showcase .carousel-primary {
  display: flex;
  justify-content: space-around;
  column-gap: 64px;
  animation: scroll-horizontal calc(var(--slength)) linear infinite;
}
.section-logo-showcase .carousel-start {
  display: flex;
  justify-content: space-around;
  column-gap: 64px;
  animation: scroll-horizontal2 calc(calc(var(--slength))/2) linear forwards;
}
.section-logo-showcase .carousel-start .logo-slide, .section-logo-showcase .carousel-primary .logo-slide {
  flex-shrink: 0;
}
.section-logo-showcase .carousel-secondary {
  animation: scroll-horizontal calc(var(--slength)) linear infinite;
  animation-delay: calc(calc(var(--slength))/2);
}
@keyframes scroll-horizontal {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-horizontal2 {
  0% {
    transform: translateX(00%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.section-logo-showcase .logo-slider-inner:hover .carousel-start, .section-logo-showcase .logo-slider-inner:hover .carousel-primary, .section-logo-showcase .logo-slider-inner:hover .carousel-secondary {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.section-quicklink .cards.style2 .card a {
  color: var(--navy) !important;
  font-family: var(--inter) !important;
  font-size: 17px !important;
  line-height: 25px !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
  margin-bottom: 16px;
  display: block;
}
.section-quicklink .cards.style2 .card {
  padding-bottom: 16px;
}
.section-quicklink .cards.style2 .card a:hover {
  color: #5862AD !important;
}
.section-closures .closure_selector {
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 6px 42px 6px 12px;
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #040e28;
  vertical-align: middle;
  background-image: url(../static/downarr.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  box-shadow: none;
  border: 1px solid #dce1ea;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 200px;
}
@media screen and (min-width: 1152px) and (max-width:1440px) {
  .section-home-hero-banner .flex_image {
    min-width: 40vw;
  }
}
@media screen and (min-width: 1440px) {
  .section-home-hero-banner .flex_image {
    min-width: calc(100% + 127px);
  }
}
@media screen and (min-width: 1460px) {
  .section-home-hero-banner .right-div .videos {
    border-radius: 6px;
  }
}
@media screen and (max-width:1300px) {
  .c-arrw {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: unset;
  }
  .swiper-navigation-button {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 30px;
  }
}
@media screen and (max-width:1023px) {
  .site-header .mainNav .main-nav-wrapper .nav-button {
    width: 100%;
    padding: 24px 16px;
    justify-content: space-between;
    color: #0A1023;
    font-weight: 600;
  }
  .site-header .mainNav .main-nav-dropdown {
    transform: unset;
  }
  .site-header .mainNav .main-nav-dropdown .nav-link-desc p {
    text-align: left;
  }
  .site-header .mainNav .main-nav-dropdown .nav-child-link-desc p {
    color: var(--darkNavy);
  }
  .site-header .mainNav .main-nav-wrapper svg {
    transition: 0.3s all;
  }
  .site-header .mainNav .main-nav-wrapper .opendrop svg {
    transform: rotate(90deg);
  }
  .site-header .mainNav .main-nav-wrapper span {
    padding-left: 0;
    transition: 0.3s padding;
  }
  .site-header .mainNav .main-nav-wrapper {
    height: calc(100vh - 150px);
  }
  .site-header.scrolled .mainNav .main-nav-wrapper {
    height: calc(100vh - 78px);
  }
  .site-header .mainNav .logo {
    padding-top: 32px;
    padding-bottom: 20px;
  }
  .site-header.scrolled .mainNav .logo {
    padding-top: 20px;
    padding-bottom: 8px;
  }
  .site-header .mainNav .logo {
    width: 190px;
  }
  .site-header .mainNav .main-nav-wrapper .nav-button::before {
    background: conic-gradient(#FDFDFF 5%, #CBE8A4 34%, #E7FFD5 44%, #C5FFD8 58%, #D4DFFD 76%);
  }
  .section-home-hero-banner .right-div .videos {
    border-radius: 6px;
  }
  #site-selector {
    background-image: url('../static/downarr.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right center;
  }
  .wbd-richText .table,	.section-accordians-block .faq-block .bottom .table {
    width: 100% !important;
    display: block;
  }
  .wbd-richText table,	.section-accordians-block .faq-block .bottom table {
    table-layout: fixed;
  }
}
@media screen and (max-width:768px) {
  .site-wrapper h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .site-wrapper h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .site-wrapper h3 {
    font-size: 26px;
    line-height: 31px;
  }
  .site-wrapper h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .site-wrapper h5,	.site-wrapper h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .site-wrapper .wbd-h1-default,	.site-wrapper .wbd-h1-wrap-default h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .site-wrapper .wbd-h1-medium,	.site-wrapper .wbd-h1-wrap-medium h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .site-wrapper .wbd-h1-small,	.site-wrapper .wbd-h1-wrap-small h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .site-wrapper .wbd-h2-default,	.site-wrapper .wbd-h2-wrap-default h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .site-wrapper .wbd-h2-medium,	.site-wrapper .wbd-h2-wrap-medium h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .site-wrapper .wbd-h2-small,	.site-wrapper .wbd-h2-wrap-small h2 {
    font-size: 25px;
    line-height: 31px;
  }
  .site-wrapper p,	.site-wrapper a,	.site-wrapper li {
    font-size: 16px;
    line-height: 22px;
  }
  .site-wrapper .plarge,	.site-wrapper .plarge p,	.site-wrapper p.large {
    font-size: 18px;
    line-height: 28px;
  }
  .site-wrapper a {
    font-size: 16px;
    line-height: 22px;
  }
  .site-wrapper .site-footer a {
    font-size: 16px;
    line-height: 22px;
  }
  .site-wrapper .btn-primary,	.site-wrapper .btn-secondary {
    font-size: 16px;
    line-height: 16px;
  }
  .site-header {
    height: 144px;
  }
  .site-header.scrolled {
    height: 70px;
  }
  .section-404 {
    height: auto;
  }
  .section-vanity-matrix .percentage-heading {
    font-size: 52px;
    line-height: 54px;
    .section-logo-showcase .logo-slider::before,	.section-logo-showcase .logo-slider::after {
      width: 55px;
    }
    .plyr__controls .plyr__controls__item:first-child {
      width: 52px;
      height: 52px;
    }
    .plyr--video .plyr__controls {
      padding: 0 16px 16px;
    }
    .lead-capture-form .wf-group .wf-radio, .lead-capture-form .wf-group .wf-checkbox {
      width: 100%;
    }
    .partners-exam .section-content-well .wrapper {
      padding: 0 20px 6px;
    }
    .language_changer .dropdown_box {
      left: 50%;
      transform: translateX(-50%);
      right: auto;
    }
    .exam-hero-banner .activelastEclipse {
      margin-left: 15px;
    }
    .exam-hero-banner .activefirstEclipse {
      margin-right: 15px;
    }
    .exam-hero-banner .activelastEclipse::before,	.exam-hero-banner .activefirstEclipse::after {
      width: 19px;
    }
    .section-logo-showcase .carousel-secondary,	.section-logo-showcase .carousel-start {
      display: none;
    }
    .section-logo-showcase .carousel-primary,	.section-logo-showcase .carousel-secondary {
      width: fit-content;
    }
    @keyframes scroll-horizontal {
      0% {
        transform: translateX(100vw);
      }
      100% {
        transform: translateX(-100%);
      }
    }
    .section-testimonial .testimonialSlider-slider-prev,	.section-testimonial .testimonialSlider-slider-next {
      position: relative;
      top: 0;
    }
    .section-testimonial .testimonialSlider-slider-prev {
      right: 0;
    }
    .section-testimonial .testimonialSlider-slider-next {
      left: 0;
    }
  }
  .section-resource-feed .webinars .cards .card.archived .img-wrapper::before, .section-resource-gallery #resource_gallery .cards .card.archived .img-wrapper::before {
    display: none;
  }
  .section-resource-feed .webinars .card .fimg, .section-resource-gallery #resource_gallery .card .fimg {
    background: #efefef;
  }
  .section-accordians-block .desc a {
    text-decoration: underline;
  }
  .section-accordians-block .desc a:hover {
    text-decoration: none;
    color: var(--navy);
  }
  table {
    border-radius: 6px;
    overflow: hidden;
    border: none;
    margin: 0 auto;
  }
  table thead tr, table tr th {
    background: var(--navy);
    color: #fff !important;
  }
  table tr td, table tr th {
    padding: 10px;
    border: none !important;
  }
  table tbody tr {
    background: var(--periwinkle);
  }
  table tbody tr:nth-child(2n) {
    background: #e6e6ff;
  }
  figure.table {
    margin: 0 auto;
    width: 100%;
    overflow: auto;
    display: block;
  }
  .section-accordians-block .faq-block .bottom table td, .section-accordians-block .faq-block .bottom table th, .wbd-richText table td, .wbd-richText table th, .wbd_s_desc table td, .wbd_s_desc table th {
    border: none !important;
  }
  .section-home-hero-banner .wistia_responsive_wrapper img {
    max-width: 100% !important;
    height: 323px !important;
    object-fit: cover;
    width: 100%;
  }
  .section-home-hero-banner .wistia_responsive_wrapper {
    position: relative;
  }
  .section-home-hero-banner .wistia_responsive_wrapper:before, .flexible-hero-banner .wistia_responsive_wrapper:before {
    background: rgba(0,0,0,.3) url('../static/fas-play.svg') 50% 50% no-repeat;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: 38px;
  }
  .videos.wistia-player .w-bottom-bar-left .w-bottom-bar-left-inner button .w-vulcan-icon-wrapper::before {
    content: "";
    background: url('../static/fas-play.svg') 50% 50% no-repeat;
    background-size: 14px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    left: 3px;
  }
  .videos.wistia-player .wistia_embed.wistia_embed_initialized.playing .w-bottom-bar-left .w-bottom-bar-left-inner button .w-vulcan-icon-wrapper::before {
    content: "";
    background: url('../static/fas-pause.svg') 50% 50% no-repeat;
    background-size: 14px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    left: 1px;
  }
  .section.no-overlay .wistia_responsive_wrapper:before {
    display: none;
  }
  .main-nav-dropdown.-translate-x-2\/4 {
    --tw-translate-x: 0;
  }
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-black {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.videos.wistia-player .wistia-btn, .plyr__controls .plyr__controls__item:first-child {
  border-radius: 50% !important;
  padding: 18px 19px !important;
}
.lead-capture-form button[type=submit] {
  font-family: var(--inter);
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  padding: 18px 24px;
  border-radius: 32px;
  background: var(--navy);
  color: var(--white);
  display: inline-block;
  cursor: pointer;
  margin-top: 24px;
}
.dark .event_loc, .dark .plarge, .dark .plarge p, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .success-story-hero-banner.dark .desc li, .success-story-hero-banner.dark .desc p {
  color: #fefeff;
}
@media screen and (max-width:768px) {
  .section-testimonial .testimonialSlider-slider-prev,	.section-testimonial .testimonialSlider-slider-next {
    position: relative;
    top: 0;
  }
  .section-testimonial .testimonialSlider-slider-prev {
    right: 0;
  }
  .section-testimonial .testimonialSlider-slider-next {
    left: 0;
  }
}
.font-normal {
  font-weight: 400;
}
.columns-2 {
  columns: 2;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --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;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
