/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
select {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
h1,
h2,
h3,
h4,
h5,
hr,
figure,
p {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: var(--gray-200, #e4e4e7); /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

input::-moz-placeholder {
  opacity: 1;
  color: var(--gray-400, #a1a1aa);
}

input::placeholder {
  opacity: 1;
  color: var(--gray-400, #a1a1aa);
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
select {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */


code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
iframe,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-primary-50 {
  background-color: var(--primary-50, #E9F1FA);
}

.bg-primary-100 {
  background-color: var(--primary-100, #D3E3F5);
}

.bg-primary-200 {
  background-color: var(--primary-200, #92B8E5);
}

.bg-primary-300 {
  background-color: var(--primary-300, #7CAAE0);
}

.bg-primary-400 {
  background-color: var(--primary-400, #669CDB);
}

.bg-primary-500 {
  background-color: var(--primary-500, #508DD5);
}

.bg-primary-600 {
  background-color: var(--primary-600, #3A7FD0);
}

.bg-primary-700 {
  background-color: var(--primary-700, #2471CB);
}

.bg-primary-800 {
  background-color: var(--primary-800, #1D5AA2);
}

.bg-primary-900 {
  background-color: var(--primary-900, #16447A);
}

.bg-secondary-50 {
  background-color: var(--secondary-50, #FAE6E8);
}

.bg-secondary-100 {
  background-color: var(--secondary-100, #F6CCD1);
}

.bg-secondary-200 {
  background-color: var(--secondary-200, #E8818D);
}

.bg-secondary-300 {
  background-color: var(--secondary-300, #E36776);
}

.bg-secondary-400 {
  background-color: var(--secondary-400, #DE4E5F);
}

.bg-secondary-500 {
  background-color: var(--secondary-500, #D93549);
}

.bg-secondary-600 {
  background-color: var(--secondary-600, #D51B32);
}

.bg-secondary-700 {
  background-color: var(--secondary-700, #D0021B);
}

.bg-secondary-800 {
  background-color: var(--secondary-800, #A60216);
}

.bg-secondary-900 {
  background-color: var(--secondary-900, #7D0110);
}

.bg-tertiary-50 {
  background-color: var(--tertiary-50, #FDF1E6);
}

.bg-tertiary-100 {
  background-color: var(--tertiary-100, #FBE2CC);
}

.bg-tertiary-200 {
  background-color: var(--tertiary-200, #F5B881);
}

.bg-tertiary-300 {
  background-color: var(--tertiary-300, #F2A967);
}

.bg-tertiary-400 {
  background-color: var(--tertiary-400, #F09B4E);
}

.bg-tertiary-500 {
  background-color: var(--tertiary-500, #EE8D35);
}

.bg-tertiary-600 {
  background-color: var(--tertiary-600, #EC7E1B);
}

.bg-tertiary-700 {
  background-color: var(--tertiary-700, #EA7002);
}

.bg-tertiary-800 {
  background-color: var(--tertiary-800, #D36502);
}

.bg-tertiary-900 {
  background-color: var(--tertiary-900, #BB5A02);
}

.bg-accent-50 {
  background-color: var(--accent-50, #F1E8F7);
}

.bg-accent-100 {
  background-color: var(--accent-100, #E3D1EF);
}

.bg-accent-200 {
  background-color: var(--accent-200, #B88BD7);
}

.bg-accent-300 {
  background-color: var(--accent-300, #AA74CE);
}

.bg-accent-400 {
  background-color: var(--accent-400, #9C5DC6);
}

.bg-accent-500 {
  background-color: var(--accent-500, #8D45BE);
}

.bg-accent-600 {
  background-color: var(--accent-600, #7F2EB6);
}

.bg-accent-700 {
  background-color: var(--accent-700, #7117AE);
}

.bg-accent-800 {
  background-color: var(--accent-800, #66159D);
}

.bg-accent-900 {
  background-color: var(--accent-900, #5A128B);
}

.bg-gray-50 {
  background-color: var(--gray-50, #fafafa);
}

.bg-gray-100 {
  background-color: var(--gray-100, #f4f4f5);
}

.bg-gray-200 {
  background-color: var(--gray-200, #e4e4e7);
}

.bg-gray-300 {
  background-color: var(--gray-300, #d4d4d8);
}

.bg-gray-400 {
  background-color: var(--gray-400, #a1a1aa);
}

.bg-gray-500 {
  background-color: var(--gray-500, #71717a);
}

.bg-gray-600 {
  background-color: var(--gray-600, #52525b);
}

.bg-gray-700 {
  background-color: var(--gray-700, #3f3f46);
}

.bg-gray-800 {
  background-color: var(--gray-800, #27272a);
}

.bg-gray-900 {
  background-color: var(--gray-900, #18181b);
}

.hover\:bg-secondary-600:hover {
  background-color: var(--secondary-600, #D51B32);
}

.hover\:bg-secondary-800:hover {
  background-color: var(--secondary-800, #A60216);
}

.bg-center {
  background-position: center;
}

.bg-right-top {
  background-position: right top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-primary-50 {
  border-color: var(--primary-50, #E9F1FA);
}

.border-primary-100 {
  border-color: var(--primary-100, #D3E3F5);
}

.border-primary-200 {
  border-color: var(--primary-200, #92B8E5);
}

.border-primary-300 {
  border-color: var(--primary-300, #7CAAE0);
}

.border-primary-400 {
  border-color: var(--primary-400, #669CDB);
}

.border-primary-500 {
  border-color: var(--primary-500, #508DD5);
}

.border-primary-600 {
  border-color: var(--primary-600, #3A7FD0);
}

.border-primary-700 {
  border-color: var(--primary-700, #2471CB);
}

.border-primary-800 {
  border-color: var(--primary-800, #1D5AA2);
}

.border-primary-900 {
  border-color: var(--primary-900, #16447A);
}

.border-secondary-50 {
  border-color: var(--secondary-50, #FAE6E8);
}

.border-secondary-100 {
  border-color: var(--secondary-100, #F6CCD1);
}

.border-secondary-200 {
  border-color: var(--secondary-200, #E8818D);
}

.border-secondary-300 {
  border-color: var(--secondary-300, #E36776);
}

.border-secondary-400 {
  border-color: var(--secondary-400, #DE4E5F);
}

.border-secondary-500 {
  border-color: var(--secondary-500, #D93549);
}

.border-secondary-600 {
  border-color: var(--secondary-600, #D51B32);
}

.border-secondary-700 {
  border-color: var(--secondary-700, #D0021B);
}

.border-secondary-800 {
  border-color: var(--secondary-800, #A60216);
}

.border-secondary-900 {
  border-color: var(--secondary-900, #7D0110);
}

.border-tertiary-50 {
  border-color: var(--tertiary-50, #FDF1E6);
}

.border-tertiary-100 {
  border-color: var(--tertiary-100, #FBE2CC);
}

.border-tertiary-200 {
  border-color: var(--tertiary-200, #F5B881);
}

.border-tertiary-300 {
  border-color: var(--tertiary-300, #F2A967);
}

.border-tertiary-400 {
  border-color: var(--tertiary-400, #F09B4E);
}

.border-tertiary-500 {
  border-color: var(--tertiary-500, #EE8D35);
}

.border-tertiary-600 {
  border-color: var(--tertiary-600, #EC7E1B);
}

.border-tertiary-700 {
  border-color: var(--tertiary-700, #EA7002);
}

.border-tertiary-800 {
  border-color: var(--tertiary-800, #D36502);
}

.border-tertiary-900 {
  border-color: var(--tertiary-900, #BB5A02);
}

.border-accent-50 {
  border-color: var(--accent-50, #F1E8F7);
}

.border-accent-100 {
  border-color: var(--accent-100, #E3D1EF);
}

.border-accent-200 {
  border-color: var(--accent-200, #B88BD7);
}

.border-accent-300 {
  border-color: var(--accent-300, #AA74CE);
}

.border-accent-400 {
  border-color: var(--accent-400, #9C5DC6);
}

.border-accent-500 {
  border-color: var(--accent-500, #8D45BE);
}

.border-accent-600 {
  border-color: var(--accent-600, #7F2EB6);
}

.border-accent-700 {
  border-color: var(--accent-700, #7117AE);
}

.border-accent-800 {
  border-color: var(--accent-800, #66159D);
}

.border-accent-900 {
  border-color: var(--accent-900, #5A128B);
}

.border-gray-50 {
  border-color: var(--gray-50, #fafafa);
}

.border-gray-100 {
  border-color: var(--gray-100, #f4f4f5);
}

.border-gray-200 {
  border-color: var(--gray-200, #e4e4e7);
}

.border-gray-300 {
  border-color: var(--gray-300, #d4d4d8);
}

.border-gray-400 {
  border-color: var(--gray-400, #a1a1aa);
}

.border-gray-500 {
  border-color: var(--gray-500, #71717a);
}

.border-gray-600 {
  border-color: var(--gray-600, #52525b);
}

.border-gray-700 {
  border-color: var(--gray-700, #3f3f46);
}

.border-gray-800 {
  border-color: var(--gray-800, #27272a);
}

.border-gray-900 {
  border-color: var(--gray-900, #18181b);
}

.hover\:border-primary-600:hover {
  border-color: var(--primary-600, #3A7FD0);
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.box-border {
  box-sizing: border-box;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-both {
  clear: both;
}

.font-heading {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}

.font-body {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-auto {
  height: auto;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.list-inside {
  list-style-position: inside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.m-0 {
  margin: 0px;
}

.m-6 {
  margin: 1.5rem;
}

.m-auto {
  margin: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-2\.5 {
  margin-left: -0.625rem;
}

.-mr-1\/2vw {
  margin-right: -50vw;
}

.-ml-1\/2vw {
  margin-left: -50vw;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-full {
  max-height: 100%;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-px {
  padding: 1px;
}

.p-2\.5 {
  padding: 0.625rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.inset-x-0 {
  right: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-3 {
  right: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.right-3\.5 {
  right: 0.875rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-top-10 {
  top: -2.5rem;
}

.right-1\/2 {
  right: 50%;
}

.left-1\/2 {
  left: 50%;
}

.top-1\/4 {
  top: 25%;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fill-current {
  fill: currentColor;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-body {
  color: var(--body-color, #3f3f46);
}

.text-heading {
  color: var(--heading-color, #27272a);
}

.text-primary-50 {
  color: var(--primary-50, #E9F1FA);
}

.text-primary-100 {
  color: var(--primary-100, #D3E3F5);
}

.text-primary-200 {
  color: var(--primary-200, #92B8E5);
}

.text-primary-300 {
  color: var(--primary-300, #7CAAE0);
}

.text-primary-400 {
  color: var(--primary-400, #669CDB);
}

.text-primary-500 {
  color: var(--primary-500, #508DD5);
}

.text-primary-600 {
  color: var(--primary-600, #3A7FD0);
}

.text-primary-700 {
  color: var(--primary-700, #2471CB);
}

.text-primary-800 {
  color: var(--primary-800, #1D5AA2);
}

.text-primary-900 {
  color: var(--primary-900, #16447A);
}

.text-secondary-50 {
  color: var(--secondary-50, #FAE6E8);
}

.text-secondary-100 {
  color: var(--secondary-100, #F6CCD1);
}

.text-secondary-200 {
  color: var(--secondary-200, #E8818D);
}

.text-secondary-300 {
  color: var(--secondary-300, #E36776);
}

.text-secondary-400 {
  color: var(--secondary-400, #DE4E5F);
}

.text-secondary-500 {
  color: var(--secondary-500, #D93549);
}

.text-secondary-600 {
  color: var(--secondary-600, #D51B32);
}

.text-secondary-700 {
  color: var(--secondary-700, #D0021B);
}

.text-secondary-800 {
  color: var(--secondary-800, #A60216);
}

.text-secondary-900 {
  color: var(--secondary-900, #7D0110);
}

.text-tertiary-50 {
  color: var(--tertiary-50, #FDF1E6);
}

.text-tertiary-100 {
  color: var(--tertiary-100, #FBE2CC);
}

.text-tertiary-200 {
  color: var(--tertiary-200, #F5B881);
}

.text-tertiary-300 {
  color: var(--tertiary-300, #F2A967);
}

.text-tertiary-400 {
  color: var(--tertiary-400, #F09B4E);
}

.text-tertiary-500 {
  color: var(--tertiary-500, #EE8D35);
}

.text-tertiary-600 {
  color: var(--tertiary-600, #EC7E1B);
}

.text-tertiary-700 {
  color: var(--tertiary-700, #EA7002);
}

.text-tertiary-800 {
  color: var(--tertiary-800, #D36502);
}

.text-tertiary-900 {
  color: var(--tertiary-900, #BB5A02);
}

.text-accent-50 {
  color: var(--accent-50, #F1E8F7);
}

.text-accent-100 {
  color: var(--accent-100, #E3D1EF);
}

.text-accent-200 {
  color: var(--accent-200, #B88BD7);
}

.text-accent-300 {
  color: var(--accent-300, #AA74CE);
}

.text-accent-400 {
  color: var(--accent-400, #9C5DC6);
}

.text-accent-500 {
  color: var(--accent-500, #8D45BE);
}

.text-accent-600 {
  color: var(--accent-600, #7F2EB6);
}

.text-accent-700 {
  color: var(--accent-700, #7117AE);
}

.text-accent-800 {
  color: var(--accent-800, #66159D);
}

.text-accent-900 {
  color: var(--accent-900, #5A128B);
}

.text-gray-50 {
  color: var(--gray-50, #fafafa);
}

.text-gray-100 {
  color: var(--gray-100, #f4f4f5);
}

.text-gray-200 {
  color: var(--gray-200, #e4e4e7);
}

.text-gray-300 {
  color: var(--gray-300, #d4d4d8);
}

.text-gray-400 {
  color: var(--gray-400, #a1a1aa);
}

.text-gray-500 {
  color: var(--gray-500, #71717a);
}

.text-gray-600 {
  color: var(--gray-600, #52525b);
}

.text-gray-700 {
  color: var(--gray-700, #3f3f46);
}

.text-gray-800 {
  color: var(--gray-800, #27272a);
}

.text-gray-900 {
  color: var(--gray-900, #18181b);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-primary-600:hover {
  color: var(--primary-600, #3A7FD0);
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-36 {
  width: 9rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-1\/2 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.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-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.row-start-1 {
  grid-row-start: 1;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-500 {
  transition-duration: 500ms;
}

/* developer utilities */

.container-wrap-sm {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {

.container-wrap-sm {
    padding-top: 2.5rem;

    padding-bottom: 2.5rem
}
  }

.container-wrap-lg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {

.container-wrap-lg {
    padding-top: 5rem;

    padding-bottom: 5rem
}
  }

/* wrappers */

/* background colors */

.bg-gray {
  background-color: var(--gray-200, #e4e4e7);
}

.bg-gray-light {
  background-color: var(--gray-50, #fafafa);
}

.bg-gray-dark {
  background-color: var(--gray-400, #a1a1aa);
}

.bg-primary {
  background-color: var(--primary-200, #92B8E5);
}

.bg-primary-light {
  background-color: var(--primary-50, #E9F1FA);
}

.bg-primary-dark {
  background-color: var(--primary-400, #669CDB);
}

.bg-secondary {
  background-color: var(--secondary-200, #E8818D);
}

.bg-secondary-light {
  background-color: var(--secondary-50, #FAE6E8);
}

.bg-secondary-dark {
  background-color: var(--secondary-400, #DE4E5F);
}

.bg-tertiary {
  background-color: var(--tertiary-200, #F5B881);
}

.bg-tertiary-light {
  background-color: var(--tertiary-50, #FDF1E6);
}

.bg-tertiary-dark {
  background-color: var(--tertiary-400, #F09B4E);
}

.bg-accent {
  background-color: var(--accent-200, #B88BD7);
}

.bg-accent-light {
  background-color: var(--accent-50, #F1E8F7);
}

.bg-accent-dark {
  background-color: var(--accent-400, #9C5DC6);
}

/* border colors */

.border-gray {
  border-color: var(--gray-400, #a1a1aa);
  border-width: 2px;
}

.border-gray-light {
  border-color: var(--gray-200, #e4e4e7);
  border-width: 2px;
}

.border-gray-dark {
  border-color: var(--gray-700, #3f3f46);
  border-width: 2px;
}

.border-primary {
  border-color: var(--primary-400, #669CDB);
  border-width: 2px;
}

.border-primary-light {
  border-color: var(--primary-200, #92B8E5);
  border-width: 2px;
}

.border-primary-dark {
  border-color: var(--primary-700, #2471CB);
  border-width: 2px;
}

.border-secondary {
  border-color: var(--secondary-400, #DE4E5F);
  border-width: 2px;
}

.border-secondary-light {
  border-color: var(--secondary-200, #E8818D);
  border-width: 2px;
}

.border-secondary-dark {
  border-color: var(--secondary-700, #D0021B);
  border-width: 2px;
}

.border-tertiary {
  border-color: var(--tertiary-400, #F09B4E);
  border-width: 2px;
}

.border-tertiary-light {
  border-color: var(--tertiary-200, #F5B881);
  border-width: 2px;
}

.border-tertiary-dark {
  border-color: var(--tertiary-700, #EA7002);
  border-width: 2px;
}

.border-accent {
  border-color: var(--accent-400, #9C5DC6);
  border-width: 2px;
}

.border-accent-light {
  border-color: var(--accent-200, #B88BD7);
  border-width: 2px;
}

.border-accent-dark {
  border-color: var(--accent-700, #7117AE);
  border-width: 2px;
}

/* border widths */

.border-thin {
  border-width: 1px;
}

.border-thick {
  border-width: 4px;
}

/* base */

html {
  scroll-behavior: smooth;
}

/* headers */

.content h1, .content h2, .content h3, .content h4, .content .heading-jumbo, .content .heading-1, .content .heading-2, .content .heading-3, .content .heading-4 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content h1, .content h2, .content h3, .content h4, .content .heading-jumbo, .content .heading-1, .content .heading-2, .content .heading-3, .content .heading-4 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content h5, .content h6, .content .heading-5, .content .heading-6 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content h5, .content h6, .content .heading-5, .content .heading-6 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
  }

/* paragraph */

.content p {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content p {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content .body-jumbo, .content .body-1, .content .body-2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content .body-jumbo, .content .body-1, .content .body-2 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content .body-3, .content .body-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

@media (min-width: 768px) {
    .content .body-3, .content .body-4 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
  }

/* lists */

.content ul, .content ol {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content ul, .content ol {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content ul:not([class]), .content ol:not([class]) {
      padding-left: 2.25rem;
    }

.content ul:not([class]) {
    list-style-type: disc;
  }

.content ol:not([class]) {
    list-style-type: decimal;
  }

.content li {
    margin-top: 1.25rem;
  }

.content li:first-of-type {
      margin-top: 0px;
    }

/* definition lists */

.content dl {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content dl {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content dt {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }

@media (min-width: 768px) {
    .content dt {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content dt:first-of-type {
      margin-top: 0px;
    }

.content dd {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }

@media (min-width: 768px) {
    .content dd {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content dd:last-of-type {
      margin-bottom: 0px;
    }

/* table */

.content table {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content table {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  }

/* image */

.content img {
  }

/* iframe */

.content iframe {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content iframe {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  }

/* blockquote */

.content blockquote {
  }

/* sonic components */

.content sonic-accordion, .content sonic-callout, .content sonic-certificate, .content sonic-checklist, .content sonic-columns, .content sonic-editorial-listings, .content sonic-email-capture, .content sonic-expandable, .content sonic-photo-collage, .content sonic-qdf, .content sonic-resource-list, .content sonic-table, .content sonic-tabs {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content sonic-accordion, .content sonic-callout, .content sonic-certificate, .content sonic-checklist, .content sonic-columns, .content sonic-editorial-listings, .content sonic-email-capture, .content sonic-expandable, .content sonic-photo-collage, .content sonic-qdf, .content sonic-resource-list, .content sonic-table, .content sonic-tabs {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  }

.content sonic-accordion > a.subnav-waypoint:first-child + *, .content sonic-accordion > :first-child, .content sonic-callout > a.subnav-waypoint:first-child + *, .content sonic-callout > :first-child, .content sonic-certificate > a.subnav-waypoint:first-child + *, .content sonic-certificate > :first-child, .content sonic-checklist > a.subnav-waypoint:first-child + *, .content sonic-checklist > :first-child, .content sonic-columns > a.subnav-waypoint:first-child + *, .content sonic-columns > :first-child, .content sonic-editorial-listings > a.subnav-waypoint:first-child + *, .content sonic-editorial-listings > :first-child, .content sonic-email-capture > a.subnav-waypoint:first-child + *, .content sonic-email-capture > :first-child, .content sonic-expandable > a.subnav-waypoint:first-child + *, .content sonic-expandable > :first-child, .content sonic-photo-collage > a.subnav-waypoint:first-child + *, .content sonic-photo-collage > :first-child, .content sonic-qdf > a.subnav-waypoint:first-child + *, .content sonic-qdf > :first-child, .content sonic-resource-list > a.subnav-waypoint:first-child + *, .content sonic-resource-list > :first-child, .content sonic-table > a.subnav-waypoint:first-child + *, .content sonic-table > :first-child, .content sonic-tabs > a.subnav-waypoint:first-child + *, .content sonic-tabs > :first-child {
      margin-top: 0px;
    }

@media (min-width: 768px) {
      .content sonic-accordion > a.subnav-waypoint:first-child + *, .content sonic-accordion > :first-child, .content sonic-callout > a.subnav-waypoint:first-child + *, .content sonic-callout > :first-child, .content sonic-certificate > a.subnav-waypoint:first-child + *, .content sonic-certificate > :first-child, .content sonic-checklist > a.subnav-waypoint:first-child + *, .content sonic-checklist > :first-child, .content sonic-columns > a.subnav-waypoint:first-child + *, .content sonic-columns > :first-child, .content sonic-editorial-listings > a.subnav-waypoint:first-child + *, .content sonic-editorial-listings > :first-child, .content sonic-email-capture > a.subnav-waypoint:first-child + *, .content sonic-email-capture > :first-child, .content sonic-expandable > a.subnav-waypoint:first-child + *, .content sonic-expandable > :first-child, .content sonic-photo-collage > a.subnav-waypoint:first-child + *, .content sonic-photo-collage > :first-child, .content sonic-qdf > a.subnav-waypoint:first-child + *, .content sonic-qdf > :first-child, .content sonic-resource-list > a.subnav-waypoint:first-child + *, .content sonic-resource-list > :first-child, .content sonic-table > a.subnav-waypoint:first-child + *, .content sonic-table > :first-child, .content sonic-tabs > a.subnav-waypoint:first-child + *, .content sonic-tabs > :first-child {
        margin-top: 0px;
      }
    }

.content sonic-accordion > :last-child, .content sonic-callout > :last-child, .content sonic-certificate > :last-child, .content sonic-checklist > :last-child, .content sonic-columns > :last-child, .content sonic-editorial-listings > :last-child, .content sonic-email-capture > :last-child, .content sonic-expandable > :last-child, .content sonic-photo-collage > :last-child, .content sonic-qdf > :last-child, .content sonic-resource-list > :last-child, .content sonic-table > :last-child, .content sonic-tabs > :last-child {
      margin-bottom: 0px;
    }

@media (min-width: 768px) {
      .content sonic-accordion > :last-child, .content sonic-callout > :last-child, .content sonic-certificate > :last-child, .content sonic-checklist > :last-child, .content sonic-columns > :last-child, .content sonic-editorial-listings > :last-child, .content sonic-email-capture > :last-child, .content sonic-expandable > :last-child, .content sonic-photo-collage > :last-child, .content sonic-qdf > :last-child, .content sonic-resource-list > :last-child, .content sonic-table > :last-child, .content sonic-tabs > :last-child {
        margin-bottom: 0px;
      }
    }

.content sonic-accordion > :first-child:last-child, .content sonic-callout > :first-child:last-child, .content sonic-certificate > :first-child:last-child, .content sonic-checklist > :first-child:last-child, .content sonic-columns > :first-child:last-child, .content sonic-editorial-listings > :first-child:last-child, .content sonic-email-capture > :first-child:last-child, .content sonic-expandable > :first-child:last-child, .content sonic-photo-collage > :first-child:last-child, .content sonic-qdf > :first-child:last-child, .content sonic-resource-list > :first-child:last-child, .content sonic-table > :first-child:last-child, .content sonic-tabs > :first-child:last-child {
      margin-top: 0px;
      margin-bottom: 0px;
    }

@media (min-width: 768px) {
      .content sonic-accordion > :first-child:last-child, .content sonic-callout > :first-child:last-child, .content sonic-certificate > :first-child:last-child, .content sonic-checklist > :first-child:last-child, .content sonic-columns > :first-child:last-child, .content sonic-editorial-listings > :first-child:last-child, .content sonic-email-capture > :first-child:last-child, .content sonic-expandable > :first-child:last-child, .content sonic-photo-collage > :first-child:last-child, .content sonic-qdf > :first-child:last-child, .content sonic-resource-list > :first-child:last-child, .content sonic-table > :first-child:last-child, .content sonic-tabs > :first-child:last-child {
        margin-top: 0px;
        margin-bottom: 0px;
      }
    }

.content sonic-columns > * > :first-child, .content sonic-accordion > section > :first-child {
    margin-top: 0px;
  }

.content sonic-columns > * > :last-child, .content sonic-accordion > section > :last-child {
    margin-bottom: 0px;
  }

.content sonic-interlink, .content sonic-blockquote, .content sonic-bio, .content sonic-card, .content sonic-stat-box, .content sonic-link-card {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content sonic-interlink, .content sonic-blockquote, .content sonic-bio, .content sonic-card, .content sonic-stat-box, .content sonic-link-card {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content sonic-accordion > section > .sonic-table:first-child {
    margin: -2rem;
    margin-bottom: 0px;
    position: relative;
    width: auto;
    top: -1px;
    width: calc(100% + 4rem);
  }

.content sonic-accordion > section > .sonic-table:first-child:last-child {
    margin-bottom: -2rem;
  }

.content sonic-accordion[theme] > section > .sonic-table:first-child {
    top: 0px;
  }

/* first element */

.content > a.subnav-waypoint:first-child + *, .content > :first-child {
    margin-top: 0px;
  }

@media (min-width: 768px) {
    .content > a.subnav-waypoint:first-child + *, .content > :first-child {
      margin-top: 0px;
    }
  }

/* last element */

.content > :last-child {
    margin-bottom: 0px;
  }

@media (min-width: 768px) {
    .content > :last-child {
      margin-bottom: 0px;
    }
  }

.content > :first-child:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

@media (min-width: 768px) {
    .content > :first-child:last-child {
      margin-top: 0px;
      margin-bottom: 0px;
    }
  }

/* components */

.content .accordion-rankings {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content .accordion-rankings {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  }

body {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
  color: var(--body-color, #3f3f46);
}

body main.js-qdf-off .widget-container, body main.js-qdf-off div[class^='placement-post-p-'], body main.js-qdf-off .quick-degree-finder, body main.js-qdf-off sonic-editorial-listings, body main.js-qdf-off sonic-qdf {
    display: none;
  }

.content {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.75rem;
}

/* headings */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  color: var(--heading-color, #27272a);
}

h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
    line-height: 1.25;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.375;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 2rem;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
  }
}

h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
  }
}

h6 {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5rem;
  }
}

/* paragraph */

p:empty, p:blank {
  display: none;
}

/* table */

table {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
}

table caption {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
    text-transform: uppercase;
  }

table thead th {
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
  }

table tbody th {
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: none;
  }

table + p > cite, table + cite {
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
  }

/* sonic components */

sonic-table, sonic-accordion {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
}

/* link */

a {
  color: var(--link-color, #1D5AA2);
}

a:hover {
  color: var(--link-color-hover, #16447A);
}

/* components */

/*
	Available CSS variables for child theme customization and overrides
	--acf-hero--title-font-size
	--acf-hero--title-color
	--acf-hero--subtitle-font-size

	--acf-hero--body-font
	--acf-hero--text-color

	--acf-hero--overlay-dark
	--acf-hero--overlay-light
	--acf-hero--text-color-light
	--acf-hero--text-color-dark

	--acf-hero--link-color-dark
	--acf-hero--link-color-dark-hover
	--acf-hero--link-color-light
	--acf-hero--link-color-light-hover

*/

.acf-hero {
  z-index: 10;
}

.acf-hero__title {
    font-size: var(--acf-hero-title-font-size, 1.75rem );
    font-family: var(--acf-hero--heading-font, var(--heading-font-family));
    color: var(--acf-hero--title-color, var(--heading-color));
  }

@media (min-width: 768px) {

.acf-hero__title {
      font-size: var(--acf-hero-title-font-size-tablet, 2rem)
  }
    }

@media (min-width: 1024px) {

.acf-hero__title {
      font-size: var(--acf-hero-title-font-size-desktop, 2.25rem)
  }
    }

.acf-hero__subtitle {
    font-size: var(--acf-hero-subtitle-font-size, 1.25rem );
    font-family: var(--acf-hero--heading-font, var(--heading-font-family));
    color: var(--acf-hero--subtitle-color, var(--heading-color));
  }

@media (min-width: 768px) {

.acf-hero__subtitle {
      font-size: var(--acf-hero-subtitle-font-size-tablet, 1.5rem)
  }
    }

@media (min-width: 1024px) {

.acf-hero__subtitle {
      font-size: var(--acf-hero-subtitle-font-size-desktop, 1.75rem)
  }
    }

.acf-hero__overlay--dark {
      background-color: var(--acf-hero--overlay-dark, rgba(0,0,0,0.25));
    }

.acf-hero__overlay--light {
      background-color: var(--acf-hero--overlay-light, rgba(255,255,255,0.25));
    }

.acf-hero--full, .acf-hero--condense {
  padding-top: 4rem;
}

@media (min-width: 1024px) {
  .acf-hero--full, .acf-hero--condense {
    padding-top: 0px;
  }
}

.acf-hero--background {
  padding-top: 0px;
}

.acf-hero--background .acf-hero__content--dark * {
        color: var(--acf-hero--text-color-dark, var(--heading-color, #888));
      }

.acf-hero--background .acf-hero__content--dark a {
        color: var(--acf-hero--link-color-dark, --primary-500);
      }

.acf-hero--background .acf-hero__content--dark a:hover {
          color: var(--acf-hero--link-color-dark-hover, --primary-600);
        }

@media (min-width: 768px) {
        .acf-hero--background .acf-hero__content--light * {
          color: var(--acf-hero--text-color-light, #FFF);
        }

        .acf-hero--background .acf-hero__content--light a {
          color: var(--acf-hero--link-color-light, --primary-500);
        }
          .acf-hero--background .acf-hero__content--light a:hover {
            color: var(--acf-hero--link-color-light-hover, --primary-600);
          }

        .acf-hero--background .acf-hero__content--light .acf-hero__social-sharing img, .acf-hero--background .acf-hero__content--light sonic-modal {
          filter: brightness(0) invert(1);
        }
      }

.acf-hero--simple {
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  .acf-hero--simple {
    padding-top: 0px;
  }
}

@media (min-width: 768px) {

.image-center-above {
    padding-top: 416px
}
  }

@media (min-width: 768px) {

.image-center-below {
    padding-bottom: 416px
}
  }

/* vertical qdf */

sonic-qdf[layout="vertical"] {
    min-height: 330px;
  }

/* vertical qdf with border */

sonic-qdf[layout="vertical"][border] {
    min-height: 386px;
  }

/* horizontal qdf */

sonic-qdf[layout="horizontal"] {
    min-height: 330px;
  }

@media (min-width: 768px) {

sonic-qdf[layout="horizontal"] {
      min-height: 110px
  }
    }

/* partials */

.is-menu-nav-active {
  overflow-y: hidden;
}

.is-menu-nav-active .navigation {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: visible;
    width: 100%;
  }

.is-menu-nav-active #find-my-program {
    z-index: 0;
  }

.is-active > ul[data-sonic-event-point="secondary-link"], .is-active > ul[data-sonic-event-point="tertiary-link"], .is-active > [data-sonic-event="back-button"], .is-active > [data-sonic-event-point="label"] {
    display: block;
  }

@media (min-width: 1024px) {
      [data-sonic-event-point="primary-link"]:hover > ul[data-sonic-event-point="secondary-link"] {
        display: flex;
        justify-content: space-between;
      }
    }

.header-border {
  box-shadow: 0 -4px 0 inset;
}

/* Remove sticky nav on scroll down */

.is-scrolled {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1024px) {

.is-scrolled {
    opacity: 1;

    visibility: visible
}
  }

.site-footer {
  background-color: var(--footer-background-color, #1d5aa2);
  color: var(--footer-color, #fff);
}

.site-footer a,
  .site-footer li,
  .site-footer button {
    color: var(--footer-color, #fff);
  }

.site-footer .footer-border {
    border-color: var(--footer-border-color, #fff);
  }

.site-footer ul.is-active li {
      display: block;
    }

.site-footer ul.is-active li svg {
        transform: rotate(-180deg);
      }

.site-footer ul ul li:last-child {
      margin-bottom: 0px;
    }

@media (min-width: 768px) {
      .site-footer ul ul li:last-child {
        margin-bottom: 1rem;
      }
    }

.site-footer ul svg {
      height: 1.5rem;
      position: absolute;
      width: 1.5rem;
    }

@media (min-width: 768px) {
      .site-footer ul svg {
        display: none;
      }
    }

.site-footer ul svg {
      top: 25px;
      right: 15px;
    }

.nav-copyright li::after {
      display: inline-block;
      margin-right: 0.75rem;
      margin-left: 0.75rem;
      content: "|";
    }

.nav-copyright li:last-of-type::after, .nav-copyright li:first-of-type::after {
        display: none;
      }

@media (min-width: 1280px) {
        .nav-copyright li:first-of-type::after {
          display: inline-block;
        }
      }

/* utilities */

.sonic-btn {
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.sonic-btn:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.sonic-btn.small {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

.sonic-btn.large {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.sonic-btn.primary {
    background-color: var(--primary-700, #2471CB);
  }

.sonic-btn.primary:hover {
    background-color: var(--primary-800, #1D5AA2);
  }

.sonic-btn.secondary {
    background-color: var(--secondary-700, #D0021B);
  }

.sonic-btn.secondary:hover {
    background-color: var(--secondary-800, #A60216);
  }

.sonic-btn.tertiary {
    background-color: var(--tertiary-700, #EA7002);
  }

.sonic-btn.tertiary:hover {
    background-color: var(--tertiary-800, #D36502);
  }

.sonic-btn.accent {
    background-color: var(--accent-700, #7117AE);
  }

.sonic-btn.accent:hover {
    background-color: var(--accent-800, #66159D);
  }

@media (min-width: 768px) {
  .float-left, .alignleft {
    float: left;
    margin-top: 0px;
    margin-right: 1.75rem;
    margin-bottom: 1.75rem;
    max-width: 32rem;
  }
}

@media (min-width: 768px) {
    .float-left img, .alignleft img {
      max-width: 100%;
    }
  }

@media (min-width: 768px) {
  .float-right, .alignright {
    float: right;
    margin-top: 0px;
    margin-bottom: 1.75rem;
    margin-left: 1.75rem;
    max-width: 32rem;
  }
}

@media (min-width: 768px) {
    .float-right img, .alignright img {
      max-width: 100%;
    }
  }

.clearfix {
  clear: both;
}

.pagination .dots {
    border-color: transparent;
  }

.sonic-table {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-collapse: collapse;
  border-color: var(--gray-200, #e4e4e7);
  border-radius: 0.375rem;
  border-width: 1px;
  display: table;
  margin-left: 0px;
  margin-right: 0px;
  table-layout: fixed;
  width: 100%;
  font-feature-settings: "kern", "liga", "tnum";
}

.sonic-table + p > cite, .sonic-table + cite {
    display: block;
    margin-bottom: 1.75rem;
    margin-top: -1rem;
    text-align: right;
  }

@media (min-width: 768px) {
    .sonic-table + p > cite, .sonic-table + cite {
      margin-bottom: 3rem;
      margin-top: -2rem;
    }
  }

.sonic-table + p > cite p, .sonic-table + cite p {
      margin-top: 0px;
      margin-bottom: 0px;
    }

.sonic-table caption {
    background-color: var(--secondary-700, #D0021B);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: table-caption;
    margin: 0px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1.25rem;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.sonic-table caption a {
      color: currentColor;
    }

.sonic-table thead {
    display: none
  }

@media (min-width: 768px) {
    .sonic-table thead {
      display: table-header-group;
    }
  }

.sonic-table thead th {
      background-color: var(--gray-100, #f4f4f5);
      border-color: var(--gray-200, #e4e4e7);
      border-width: 1px;
    }

.sonic-table thead + tbody th {
      background-color: var(--gray-100, #f4f4f5);
    }

@media (min-width: 768px) {
      .sonic-table thead + tbody th {
        background-color: transparent;
      }
    }

.sonic-table thead + tbody th {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

.sonic-table tbody {
    display: table-row-group;
  }

.sonic-table tfoot {
    display: table-footer-group;
  }

.sonic-table tr {
    border-color: var(--gray-200, #e4e4e7);
    border-width: 1px;
    display: table-row;
    margin: 0px;
    padding: 0px
  }

@media (min-width: 768px) {
    .sonic-table tr {
      border-width: 0px;
    }
  }

.sonic-table tr:last-of-type {
      border-width: 0px;
    }

.sonic-table td, .sonic-table th {
    border-color: var(--gray-200, #e4e4e7);
    border-width: 1px;
    display: table-cell;
    padding: 1.5rem;
    text-align: left;
    vertical-align: top;
  }

.sonic-table th {
    background-color: var(--gray-100, #f4f4f5);
    border-width: 0px;
    border-bottom-width: 1px;
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

@media (min-width: 768px) {
    .sonic-table th {
      border-width: 1px;
      display: table-cell;
      padding: 1.5rem;
    }
  }

tr:first-of-type .sonic-table th {
      border-top-width: 0px;
    }

@media (min-width: 768px) {
      tr:first-of-type .sonic-table th {
        border-top-width: 1px;
      }
    }

.sonic-table th img {
      display: block;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: auto;
      margin-right: auto;
    }

.sonic-table td {
    border-color: var(--gray-200, #e4e4e7);
    border-width: 0px;
    display: block
  }

@media (min-width: 768px) {
    .sonic-table td {
      border-width: 1px;
      display: table-cell;
    }
  }

.sonic-table td[data-title]::before {
      display: block;
      font-weight: 700;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      margin-bottom: 0.25rem;
      margin-top: -1.5rem;
      padding: 1.5rem;
      padding-bottom: 0.75rem;
    }

@media (min-width: 768px) {
      .sonic-table td[data-title]::before {
        display: none;
      }
    }

.sonic-table td[data-title]::before {
      content: attr(data-title);
    }

.sonic-table td > ul:not([class]):first-child, .sonic-table td > ol:not([class]):first-child {
      margin-top: 0px;
    }

.sonic-table td :first-child {
      margin-top: 0px;
    }

.sonic-table td :last-child {
      margin-bottom: 0px;
    }

.sonic-table td :first-child:last-child {
      margin-top: 0px;
      margin-bottom: 0px;
    }

.sonic-table colgroup {
    display: none;
  }

@media (min-width: 768px) {
    .sonic-table colgroup {
      display: table-column-group;
    }
  }

/* headings */

.heading-jumbo {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .heading-jumbo {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.heading-1 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .heading-1 {
    font-size: 3rem;
    line-height: 1;
    line-height: 1.25;
  }
}

.heading-2 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .heading-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.375;
  }
}

.heading-3 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .heading-3 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 2rem;
  }
}

.heading-4 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .heading-4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
  }
}

.heading-5 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .heading-5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
  }
}

.heading-6 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .heading-6 {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5rem;
  }
}

/* body */

.body-jumbo {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 2rem;
}

.body-1 {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.75rem;
}

.body-2 {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
}

.body-3 {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25rem;
}

.body-4 {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

@media (min-width: 768px) {
  .body-4 {
    line-height: 1rem;
  }
}

.body-4 {
  font-size: 10px;
}

/* labels */

.label-1 {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: .75rem;
  text-transform: uppercase;
}

.label-2 {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: .75rem;
  text-transform: uppercase;
}

/* text colors */

.text-primary {
  color: var(--primary-700, #2471CB);
}

.text-primary-light {
    color: var(--primary-400, #669CDB);
  }

.text-primary-dark {
    color: var(--primary-900, #16447A);
  }

.text-secondary {
  color: var(--secondary-700, #D0021B);
}

.text-secondary-light {
    color: var(--secondary-400, #DE4E5F);
  }

.text-secondary-dark {
    color: var(--secondary-900, #7D0110);
  }

.text-tertiary {
  color: var(--tertiary-700, #EA7002);
}

.text-tertiary-light {
    color: var(--tertiary-400, #F09B4E);
  }

.text-tertiary-dark {
    color: var(--tertiary-900, #BB5A02);
  }

.text-accent {
  color: var(--accent-700, #7117AE);
}

.text-accent-light {
    color: var(--accent-400, #9C5DC6);
  }

.text-accent-dark {
    color: var(--accent-900, #5A128B);
  }

.text-gray {
  color: var(--gray-700, #3f3f46);
}

.text-gray-light {
    color: var(--gray-400, #a1a1aa);
  }

.text-gray-dark {
    color: var(--gray-900, #18181b);
  }

/* Child Theme Styles */

:root {
  /* globals */
  --body-font-family: 'Nobile', sans-serif;
  --body-color: #1B3C54;
  --heading-font-family: 'Nunito Sans', sans-serif;
  --heading-color: #022641;
  --button-background-color: var(--primary-700, #118A00);
  --button-background-color-hover: var(--primary-800, #0F7C00);
  --link-color: var(--primary-700, #118A00);
  --link-color-hover: var(--primary-900, #0f6901);
  --footer-background-color: #02223b;
  --hero-background-color: #f1f7f8;
  --image-border-radius: 4px;
  /* colors */
  --primary-900: #0f6901;
  --primary-800: #0F7C00;
  --primary-700: #118A00;
  --primary-600: #238317;
  --primary-500: #41A133;
  --primary-400: #58AD4D;
  --primary-300: #70B966;
  --primary-200: #88C580;
  --primary-100: #A0D099;
  --primary-50:  #B8DCB3;
  --secondary-900: #1E6676;
  --secondary-800: #217284;
  --secondary-700: #1c6373;
  --secondary-600: #3B8C9E;
  --secondary-500: #5199A9;
  --secondary-400: #66A5B3;
  --secondary-300: #7CB2BE;
  --secondary-200: #92BFC9;
  --secondary-100: #A8CCD4;
  --secondary-50:  #BED9DF;
  --tertiary-900: #92B9AF;
  --tertiary-800: #A4D0C5;
  --tertiary-700: #B6E7DB;
  --tertiary-600: #BDE9DF;
  --tertiary-500: #C5ECE2;
  --tertiary-400: #CCEEE6;
  --tertiary-300: #D3F1E9;
  --tertiary-200: #DBF3ED;
  --tertiary-100: #E2F5F1;
  --tertiary-50:  #E9F8F4;
  --accent-900: #C89607;
  --accent-800: #E1A908;
  --accent-700: #FABC09;
  --accent-600: #FBC322;
  --accent-500: #FBC93A;
  --accent-400: #FCD053;
  --accent-300: #FCD76B;
  --accent-200: #FDDE84;
  --accent-100: #FDE49D;
  --accent-50:  #FEEBB5;
  --gray-900: #000000;
  --gray-800: #1A1A1A;
  --gray-700: #4D4D4D;
  --gray-600: #666666;
  --gray-500: #6e6e6e;
  --gray-400: #999999;
  --gray-300: #B3B3B3;
  --gray-200: #727272;
  --gray-100: #E6E6E6;
  --gray-50: #F4F4F4;
}

/* base */

hr {
  border-top-width: 1px;
  height: 0px;
  color: var(--body-color, #3f3f46);
}

.content p {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2;
}

.content a {
  text-decoration: underline;
}

.content ul, ol {
  font-size: 1rem;
  line-height: 1.5rem;
}

/* utilities */

/* partials */

.graph {
  --graph-blue: #283d5d;
  --graph-green: #118a00;
  --graph-orange: #ed9c00;
  background-color: var(--gray-50, #fafafa);
  border: solid 1px #dcdcdc;
  margin-bottom: 1em;
  padding: 3em 1em 2em 1em;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--heading-font-family);
}

.graph h3 {
    font-size: 14px;
    font-weight: 500;
    color: var(--graph-blue);
    border-bottom: solid 1px #dcdcdc;
    width: 100%;
    padding: 2em 0 1em 0;
    text-transform: uppercase;
  }

.graph h3 span {
      font-weight: bold;
    }

.graph p {
    padding-bottom: 0;
    width: 100%;
  }

.graph p small {
      font-size: 12px;
      display: block;
      margin: 2em 0 0 0;
    }

.graph .source {
    padding-bottom: 0;
    width: 100%;
    font-size: 12px;
    display: block;
    margin: 2em 0 0 0;
  }

.graph [class*="blue"] {
    background-color: var(--graph-blue);
    color: var(--graph-blue);
  }

.graph [class*="green"] {
    background-color: var(--graph-green);
    color: var(--graph-green);
  }

.graph .graph-vert {
    display:flex;
    flex-direction: column;
    margin: 0 1.25em;
  }

@media screen and (max-width: 767px) {

.graph .graph-vert {
      margin: 1.25em;

      width: 100%
  }
    }

.graph .graph-vert .bars {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-between;
      color: rgba(255, 255, 255, 0.6);
    }

@media screen and (max-width: 767px) {

.graph .graph-vert .bars {
        justify-content: center
    }
      }

.graph .graph-vert .bars strong {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        display: block;
        font-size: 18px;
        padding: 0.25em;
      }

.graph .graph-vert .bars .year {
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        display: block;
        margin: 1em 0 0 0;
        padding-top: 1em;
        font-size: 18px;
        font-weight: 700;
      }

.graph .graph-vert .bars .count,
      .graph .graph-vert .bars .year {
        color: rgba(255, 255, 255, 0.6);
      }

.graph .graph-vert .bars [class*="bar"] {
        margin: 0 0.25em;
        padding: 1em;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        min-width: 130px;
      }

.graph .graph-vert .bars [class*="bar"] div {
          width: 100%;
        }

@media screen and (max-width: 767px) {

.graph .graph-vert .bars [class*="bar"] {
          min-width: initial;

          width: 50%
      }
        }

.graph .graph-vert .bars [class*="sm"] {
        height: 12rem;
      }

.graph .graph-vert .bars [class*="lg"] {
        height: 16rem;
      }

.graph .graph-vert .diff {
      display: flex;
      flex-direction: column;
      border: solid thin #dcdcdc;
      border-top: none;
      margin-top: 1.25em;
      font-weight: bold;
    }

.graph .graph-vert .diff strong {
        color: var(--graph-blue);
        text-transform: uppercase;
      }

.graph .graph-vert .diff span{
        background-color: var(--gray-50, #fafafa);
        color: var(--graph-orange);
        display: block;
        margin: .3125rem 1.875rem -.3125rem;
        text-transform: uppercase;
      }

.graph .legend {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    min-width: 40%;
    margin-bottom: 2em;
  }

.graph .legend .state,
    .graph .legend .us {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin: 0 0.5em;
      padding-left: 0.5em;
      line-height: 1.25em;
      font-size: 12px;
    }

.graph .legend .state strong, .graph .legend .us strong {
        font-size: 16px
      }

.graph .legend span {
      border-left: 20px solid var(--graph-green);
      display: block;
      text-transform: uppercase;
    }

.graph .legend .us {
      border-left-color: var(--graph-blue);
    }

.graph .legend strong {
      color: var(--graph-blue);
    }

.graph .graph-horiz {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0.5em 0;
  }

.graph .graph-horiz h4 {
      font-size: 14px;
      color: var(--graph-blue);
      border-right: solid thin #dcdcdc;
      margin-bottom: 0;
      padding-right: 1em;
      width: 30%;
      text-align: right;
    }

.graph .graph-horiz .bars {
      width: 60%;
      padding-right: 8em;
    }

.graph .graph-horiz .bars>:first-child {
        margin-bottom: .25em;
      }

.graph .graph-horiz .bars [class*="bar-"] {
        display: block;
        position: relative;
        min-height: 1.25em;
      }

.graph .graph-horiz .bars [class*="bar-"] span {
          position: absolute;
          right: -5em;
        }

.graph .graph-horiz-stacked {
    width: 90%;
  }

.graph .graph-horiz-stacked li {
      color: var(--graph-blue);
      counter-increment: step-counter;
      font-size: 14px;
      font-weight: 700;
      line-height: 1rem;
      margin-bottom: 0;
      padding: 1em 4em 0 2em;
      position: relative;
      list-style: none;
      text-align: left;
    }

.graph .graph-horiz-stacked li::before {
        bottom: 0;
        color: var(--graph-green);
        content: counter(step-counter);
        font-size: 22px;
        font-weight: 700;
        left: 0;
        position: absolute;
      }

.graph .graph-horiz-stacked li [class*="bar-"] {
        display: block;
        position: relative;
        margin-top: 0.5em;
        min-height: 1.25em;
      }

.graph .graph-horiz-stacked li [class*="bar-"] span {
          position: absolute;
          right: -5em;
        }

.is-menu-nav-active {
  overflow-y: hidden;
}

.is-menu-nav-active .navigation {
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: visible;
    width: 100%;
  }

.is-menu-nav-active .find-my-program {
    display: none;
  }

@media (min-width: 1024px) {
      [data-sonic-event-point="primary-link"]:hover > ul[data-sonic-event-point="secondary-link"] {
        display: flex;
        justify-content: flex-start;
      }
    }

@media (min-width: 1024px) {
    ul[data-sonic-event-point="tertiary-link"] li a {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
  }

@media (min-width: 1024px) {
    ul[data-sonic-event-point="tertiary-link"][class*="lg:grid"] li a {
      margin-bottom: 0px;
      margin-top: 1rem;
    }
  }

/* components */

/* V2 Accordion */

.accordion:not(.theme){
    --control-color: var(--secondary-700);
    --control-border-color: var(--secondary-700);
    --control-background-color-hover: var(--secondary-700);
    --title-color: var(--secondary-700);
  }

.accordion.theme {
    --title-color: var(--gray-700);
  }

.accordion__items .content ul:not(:first-child) {
          margin-top: 1.25rem;
          margin-bottom: 1.25rem;
        }

.accordion__items .content ul > li:not(:first-child){
            margin-top: 1.25rem;
          }

.checklist-v2 h2 {
    font-family: var(--body-font-family);
  }

.checklist-v2 ul, .checklist-v2 ol {
    margin-bottom: 0px;
    margin-left: 0px;
  }

.checklist-v2 ul.space-y-6>:not([hidden])~:not([hidden]), .checklist-v2 ol.space-y-6>:not([hidden])~:not([hidden]) {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }

@media (min-width: 768px) {
      .checklist-v2 ul.space-y-6>:not([hidden])~:not([hidden]), .checklist-v2 ol.space-y-6>:not([hidden])~:not([hidden]) {
        margin-top: 1rem;
        margin-bottom: 1rem;
      }
    }

/* in case anything is using older checklists */

.checklist {
  padding-left: 1.25rem;
}

.checklist li {
    margin: -1px;
    border-color: var(--gray-200, #e4e4e7);
    border-width: 1px;
    list-style-type: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 1.5rem;
    padding-left: 3rem;
    position: relative;
  }

.checklist li h4 {
      margin-top: 0.5rem;
    }

.checklist li p {
      margin-top: 0.75rem;
    }

.checklist li::before {
      content: "";
      background: #fff url("https://res.cloudinary.com/highereducation/image/upload/co_rgb:257F93,e_colorize:100,w_50,f_auto/v1643045306/Accounting.com-Sonic/icon-checkmark.png") no-repeat center center/25px auto;
      border-color: var(--gray-100, #f4f4f5);
      border-radius: 9999px;
      border-width: 1px;
      display: block;
      height: 3rem;
      line-height: 2.5rem;
      position: absolute;
      left: 0px;
      top: 50%;
      text-align: center;
      width: 3rem;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-x: -50%;
      --tw-translate-y: -50%;
    }

.checklist.no-border li {
      border-style: none;
    }

.checklist dt {
    border-color: var(--gray-200, #e4e4e7);
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1.5rem;
    padding-top: 2rem
  }

@media (min-width: 768px) {
    .checklist dt {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

.checklist dt:before {
      background-repeat: no-repeat;
      background-size: contain;
      height: 2rem;
      margin-right: 1.25rem;
      width: 2rem;
      content: "";
      min-width: 2rem;
    }

.checklist dd {
    border-color: var(--gray-200, #e4e4e7);
    border-right-width: 1px;
    border-left-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }

.checklist dd:last-child {
    border-color: var(--gray-200, #e4e4e7);
    border-bottom-width: 1px;
  }

.checklist.circle-check li:before {
    background-image: url("https://res.cloudinary.com/highereducation/image/upload/co_rgb:118A00,e_colorize:100,w_100,f_auto/v1600186058/Sonic/icons/circle-check.svg");
  }

.checklist.circle-check dt:before {
    background-image: url("https://res.cloudinary.com/highereducation/image/upload/co_rgb:10E7DE,e_colorize:100,w_100,f_auto/v1600186058/Sonic/icons/circle-check.svg");
  }

.checklist.circle-x li:before {
    background-image: url("https://res.cloudinary.com/highereducation/image/upload/co_rgb:B6E7DB,e_colorize:100,w_100,f_auto/v1600186058/Sonic/icons/circle-x.svg");
  }

.checklist.circle-x dt:before {
    background-image: url("https://res.cloudinary.com/highereducation/image/upload/co_rgb:B6E7DB,e_colorize:100,w_100,f_auto/v1600186058/Sonic/icons/circle-x.svg");
  }

@media (min-width: 768px) {
  .cards__items {
    position: relative;
    z-index: 30;
  }

  .flourish-left {
    position: relative;
  }
    .flourish-left::before {
      content: url('https://res.cloudinary.com/highereducation/images/v1683670047/Accounting.com/shape-left-top_8787e7f21/shape-left-top_8787e7f21.svg');
      position: absolute;
      top: 0px;
      text-align: left;
      z-index: 10;
    }
    .flourish-left::after {
      content: url('https://res.cloudinary.com/highereducation/images/v1683670054/Accounting.com/shape-left-bottom_8790b35c4/shape-left-bottom_8790b35c4.svg');
      position: absolute;
      left: 0px;
      bottom: -0.5rem;
      z-index: 20;
    }

  .flourish-right {
    position: relative;
  }
    .flourish-right::before {
      content: url('https://res.cloudinary.com/highereducation/images/v1683670049/Accounting.com/shape-right-top_878871665/shape-right-top_878871665.svg');
      position: absolute;
      top: 0px;
      text-align: right;
      z-index: 10;
    }
    .flourish-right::after {
      content: url('https://res.cloudinary.com/highereducation/images/v1683670051/Accounting.com/shape-right-bottom_878981945/shape-right-bottom_878981945.svg');
      position: absolute;
      right: 0px;
      bottom: -0.25rem;
      z-index: 20;
    }
}

/* defaut settings */

[class*='flourish__']::before {
    content: '';
    background-position: right;
    background-repeat: no-repeat;
    z-index: 0;
  }

/* headers */

[class*='flourish__']::before h1, [class*='flourish__']::before h2, [class*='flourish__']::before h3, [class*='flourish__']::before h4, [class*='flourish__']::before .heading-jumbo, [class*='flourish__']::before .heading-1, [class*='flourish__']::before .heading-2, [class*='flourish__']::before .heading-3, [class*='flourish__']::before .heading-4 {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before h1, [class*='flourish__']::before h2, [class*='flourish__']::before h3, [class*='flourish__']::before h4, [class*='flourish__']::before .heading-jumbo, [class*='flourish__']::before .heading-1, [class*='flourish__']::before .heading-2, [class*='flourish__']::before .heading-3, [class*='flourish__']::before .heading-4 {
        margin-top: 2rem;
        margin-bottom: 2rem;
      }
    }

[class*='flourish__']::before h5, [class*='flourish__']::before h6, [class*='flourish__']::before .heading-5, [class*='flourish__']::before .heading-6 {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before h5, [class*='flourish__']::before h6, [class*='flourish__']::before .heading-5, [class*='flourish__']::before .heading-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
      }
    }

/* paragraph */

[class*='flourish__']::before p {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before p {
        margin-top: 2rem;
        margin-bottom: 2rem;
      }
    }

[class*='flourish__']::before .body-jumbo, [class*='flourish__']::before .body-1, [class*='flourish__']::before .body-2 {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before .body-jumbo, [class*='flourish__']::before .body-1, [class*='flourish__']::before .body-2 {
        margin-top: 2rem;
        margin-bottom: 2rem;
      }
    }

[class*='flourish__']::before .body-3, [class*='flourish__']::before .body-4 {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before .body-3, [class*='flourish__']::before .body-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
      }
    }

/* lists */

[class*='flourish__']::before ul, [class*='flourish__']::before ol {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before ul, [class*='flourish__']::before ol {
        margin-top: 2rem;
        margin-bottom: 2rem;
      }
    }

[class*='flourish__']::before ul:not([class]), [class*='flourish__']::before ol:not([class]) {
        padding-left: 2.25rem;
      }

[class*='flourish__']::before ul:not([class]) {
      list-style-type: disc;
    }

[class*='flourish__']::before ol:not([class]) {
      list-style-type: decimal;
    }

[class*='flourish__']::before li {
      margin-top: 1.25rem;
    }

[class*='flourish__']::before li:first-of-type {
        margin-top: 0px;
      }

/* definition lists */

[class*='flourish__']::before dl {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before dl {
        margin-top: 2rem;
        margin-bottom: 2rem;
      }
    }

[class*='flourish__']::before dt {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem
    }

@media (min-width: 768px) {
      [class*='flourish__']::before dt {
        margin-top: 2rem;
        margin-bottom: 2rem;
      }
    }

[class*='flourish__']::before dt:first-of-type {
        margin-top: 0px;
      }

[class*='flourish__']::before dd {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem
    }

@media (min-width: 768px) {
      [class*='flourish__']::before dd {
        margin-top: 2rem;
        margin-bottom: 2rem;
      }
    }

[class*='flourish__']::before dd:last-of-type {
        margin-bottom: 0px;
      }

/* table */

[class*='flourish__']::before table {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before table {
        margin-top: 3rem;
        margin-bottom: 3rem;
      }
    }

/* image */

[class*='flourish__']::before img {
    }

/* iframe */

[class*='flourish__']::before iframe {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before iframe {
        margin-top: 3rem;
        margin-bottom: 3rem;
      }
    }

/* blockquote */

[class*='flourish__']::before blockquote {
    }

/* sonic components */

[class*='flourish__']::before sonic-accordion, [class*='flourish__']::before sonic-callout, [class*='flourish__']::before sonic-certificate, [class*='flourish__']::before sonic-checklist, [class*='flourish__']::before sonic-columns, [class*='flourish__']::before sonic-editorial-listings, [class*='flourish__']::before sonic-email-capture, [class*='flourish__']::before sonic-expandable, [class*='flourish__']::before sonic-photo-collage, [class*='flourish__']::before sonic-qdf, [class*='flourish__']::before sonic-resource-list, [class*='flourish__']::before sonic-table, [class*='flourish__']::before sonic-tabs {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before sonic-accordion, [class*='flourish__']::before sonic-callout, [class*='flourish__']::before sonic-certificate, [class*='flourish__']::before sonic-checklist, [class*='flourish__']::before sonic-columns, [class*='flourish__']::before sonic-editorial-listings, [class*='flourish__']::before sonic-email-capture, [class*='flourish__']::before sonic-expandable, [class*='flourish__']::before sonic-photo-collage, [class*='flourish__']::before sonic-qdf, [class*='flourish__']::before sonic-resource-list, [class*='flourish__']::before sonic-table, [class*='flourish__']::before sonic-tabs {
        margin-top: 3rem;
        margin-bottom: 3rem;
      }
    }

[class*='flourish__']::before sonic-accordion > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-accordion > :first-child, [class*='flourish__']::before sonic-callout > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-callout > :first-child, [class*='flourish__']::before sonic-certificate > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-certificate > :first-child, [class*='flourish__']::before sonic-checklist > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-checklist > :first-child, [class*='flourish__']::before sonic-columns > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-columns > :first-child, [class*='flourish__']::before sonic-editorial-listings > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-editorial-listings > :first-child, [class*='flourish__']::before sonic-email-capture > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-email-capture > :first-child, [class*='flourish__']::before sonic-expandable > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-expandable > :first-child, [class*='flourish__']::before sonic-photo-collage > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-photo-collage > :first-child, [class*='flourish__']::before sonic-qdf > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-qdf > :first-child, [class*='flourish__']::before sonic-resource-list > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-resource-list > :first-child, [class*='flourish__']::before sonic-table > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-table > :first-child, [class*='flourish__']::before sonic-tabs > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-tabs > :first-child {
        margin-top: 0px;
      }

@media (min-width: 768px) {
        [class*='flourish__']::before sonic-accordion > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-accordion > :first-child, [class*='flourish__']::before sonic-callout > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-callout > :first-child, [class*='flourish__']::before sonic-certificate > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-certificate > :first-child, [class*='flourish__']::before sonic-checklist > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-checklist > :first-child, [class*='flourish__']::before sonic-columns > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-columns > :first-child, [class*='flourish__']::before sonic-editorial-listings > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-editorial-listings > :first-child, [class*='flourish__']::before sonic-email-capture > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-email-capture > :first-child, [class*='flourish__']::before sonic-expandable > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-expandable > :first-child, [class*='flourish__']::before sonic-photo-collage > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-photo-collage > :first-child, [class*='flourish__']::before sonic-qdf > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-qdf > :first-child, [class*='flourish__']::before sonic-resource-list > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-resource-list > :first-child, [class*='flourish__']::before sonic-table > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-table > :first-child, [class*='flourish__']::before sonic-tabs > a.subnav-waypoint:first-child + *, [class*='flourish__']::before sonic-tabs > :first-child {
          margin-top: 0px;
        }
      }

[class*='flourish__']::before sonic-accordion > :last-child, [class*='flourish__']::before sonic-callout > :last-child, [class*='flourish__']::before sonic-certificate > :last-child, [class*='flourish__']::before sonic-checklist > :last-child, [class*='flourish__']::before sonic-columns > :last-child, [class*='flourish__']::before sonic-editorial-listings > :last-child, [class*='flourish__']::before sonic-email-capture > :last-child, [class*='flourish__']::before sonic-expandable > :last-child, [class*='flourish__']::before sonic-photo-collage > :last-child, [class*='flourish__']::before sonic-qdf > :last-child, [class*='flourish__']::before sonic-resource-list > :last-child, [class*='flourish__']::before sonic-table > :last-child, [class*='flourish__']::before sonic-tabs > :last-child {
        margin-bottom: 0px;
      }

@media (min-width: 768px) {
        [class*='flourish__']::before sonic-accordion > :last-child, [class*='flourish__']::before sonic-callout > :last-child, [class*='flourish__']::before sonic-certificate > :last-child, [class*='flourish__']::before sonic-checklist > :last-child, [class*='flourish__']::before sonic-columns > :last-child, [class*='flourish__']::before sonic-editorial-listings > :last-child, [class*='flourish__']::before sonic-email-capture > :last-child, [class*='flourish__']::before sonic-expandable > :last-child, [class*='flourish__']::before sonic-photo-collage > :last-child, [class*='flourish__']::before sonic-qdf > :last-child, [class*='flourish__']::before sonic-resource-list > :last-child, [class*='flourish__']::before sonic-table > :last-child, [class*='flourish__']::before sonic-tabs > :last-child {
          margin-bottom: 0px;
        }
      }

[class*='flourish__']::before sonic-accordion > :first-child:last-child, [class*='flourish__']::before sonic-callout > :first-child:last-child, [class*='flourish__']::before sonic-certificate > :first-child:last-child, [class*='flourish__']::before sonic-checklist > :first-child:last-child, [class*='flourish__']::before sonic-columns > :first-child:last-child, [class*='flourish__']::before sonic-editorial-listings > :first-child:last-child, [class*='flourish__']::before sonic-email-capture > :first-child:last-child, [class*='flourish__']::before sonic-expandable > :first-child:last-child, [class*='flourish__']::before sonic-photo-collage > :first-child:last-child, [class*='flourish__']::before sonic-qdf > :first-child:last-child, [class*='flourish__']::before sonic-resource-list > :first-child:last-child, [class*='flourish__']::before sonic-table > :first-child:last-child, [class*='flourish__']::before sonic-tabs > :first-child:last-child {
        margin-top: 0px;
        margin-bottom: 0px;
      }

@media (min-width: 768px) {
        [class*='flourish__']::before sonic-accordion > :first-child:last-child, [class*='flourish__']::before sonic-callout > :first-child:last-child, [class*='flourish__']::before sonic-certificate > :first-child:last-child, [class*='flourish__']::before sonic-checklist > :first-child:last-child, [class*='flourish__']::before sonic-columns > :first-child:last-child, [class*='flourish__']::before sonic-editorial-listings > :first-child:last-child, [class*='flourish__']::before sonic-email-capture > :first-child:last-child, [class*='flourish__']::before sonic-expandable > :first-child:last-child, [class*='flourish__']::before sonic-photo-collage > :first-child:last-child, [class*='flourish__']::before sonic-qdf > :first-child:last-child, [class*='flourish__']::before sonic-resource-list > :first-child:last-child, [class*='flourish__']::before sonic-table > :first-child:last-child, [class*='flourish__']::before sonic-tabs > :first-child:last-child {
          margin-top: 0px;
          margin-bottom: 0px;
        }
      }

[class*='flourish__']::before sonic-columns > * > :first-child, [class*='flourish__']::before sonic-accordion > section > :first-child {
      margin-top: 0px;
    }

[class*='flourish__']::before sonic-columns > * > :last-child, [class*='flourish__']::before sonic-accordion > section > :last-child {
      margin-bottom: 0px;
    }

[class*='flourish__']::before sonic-interlink, [class*='flourish__']::before sonic-blockquote, [class*='flourish__']::before sonic-bio, [class*='flourish__']::before sonic-card, [class*='flourish__']::before sonic-stat-box, [class*='flourish__']::before sonic-link-card {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before sonic-interlink, [class*='flourish__']::before sonic-blockquote, [class*='flourish__']::before sonic-bio, [class*='flourish__']::before sonic-card, [class*='flourish__']::before sonic-stat-box, [class*='flourish__']::before sonic-link-card {
        margin-top: 2rem;
        margin-bottom: 2rem;
      }
    }

[class*='flourish__']::before sonic-accordion > section > .sonic-table:first-child {
      margin: -2rem;
      margin-bottom: 0px;
      position: relative;
      width: auto;
      top: -1px;
      width: calc(100% + 4rem);
    }

[class*='flourish__']::before sonic-accordion > section > .sonic-table:first-child:last-child {
      margin-bottom: -2rem;
    }

[class*='flourish__']::before sonic-accordion[theme] > section > .sonic-table:first-child {
      top: 0px;
    }

/* first element */

[class*='flourish__']::before > a.subnav-waypoint:first-child + *, [class*='flourish__']::before > :first-child {
      margin-top: 0px;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before > a.subnav-waypoint:first-child + *, [class*='flourish__']::before > :first-child {
        margin-top: 0px;
      }
    }

/* last element */

[class*='flourish__']::before > :last-child {
      margin-bottom: 0px;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before > :last-child {
        margin-bottom: 0px;
      }
    }

[class*='flourish__']::before > :first-child:last-child {
      margin-top: 0px;
      margin-bottom: 0px;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before > :first-child:last-child {
        margin-top: 0px;
        margin-bottom: 0px;
      }
    }

/* components */

[class*='flourish__']::before .accordion-rankings {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
    }

@media (min-width: 768px) {
      [class*='flourish__']::before .accordion-rankings {
        margin-top: 3rem;
        margin-bottom: 3rem;
      }
    }

[class*='flourish__']::before {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
}

[class*='flourish__']::before p {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
  }

[class*='flourish__']::before a {
    text-decoration: underline;
  }

[class*='flourish__']::before ul, [class*='flourish__'] ol {
    font-size: 1rem;
    line-height: 1.5rem;
  }

[class*='flourish__'] .accordion__items::before ul:not(:first-child) {
            margin-top: 1.25rem;
            margin-bottom: 1.25rem;
          }

[class*='flourish__'] .accordion__items::before ul > li:not(:first-child){
              margin-top: 1.25rem;
            }

[class*='flourish__']::before sonic-stat-box p {
        margin-top: 0px;
        margin-bottom: 0px;
      }

[class*='flourish__']::before {
    background-image: url('https://res.cloudinary.com/highereducation/images/v1683670053/Accounting.com/shape-3-desktop_87913bd3d/shape-3-desktop_87913bd3d.svg');
}

@media (max-width: 767px) {

[class*='flourish__']::before {
      background-image: url('https://res.cloudinary.com/highereducation/images/v1651765351/Accounting.com/shape-1-mobile/shape-1-mobile.svg')
  }
    }

@media (max-width: 767px) {

[class*='flourish__']::before {
      background-position: top;

      background-size: cover
  }
    }

[class*='flourish__'].has-image::before {
      background-position: right top;
    }

@media (max-width: 767px) {

[class*='flourish__'].has-image::before {
        top: 33.333333%
    }
      }

/* hub, rankings, dcs */

.flourish__hub::before {
      background-image: url('https://res.cloudinary.com/highereducation/images/v1651765353/Accounting.com/shape-2-desktop/shape-2-desktop.svg');
    }

@media (max-width: 767px) {

.flourish__hub::before {
        background-image: url('https://res.cloudinary.com/highereducation/images/v1651765351/Accounting.com/shape-1-mobile/shape-1-mobile.svg')
    }
      }

.flourish__rankings::before, .flourish__dcs::before, .flourish__editorial::before {
      background-image: url('https://www.accounting.com/app/uploads/2022/05/shape-1-desktop.svg');
    }

@media (max-width: 767px) {

.flourish__rankings::before, .flourish__dcs::before, .flourish__editorial::before {
        background-image: url('https://www.accounting.com/app/uploads/2022/05/shape-2-mobile.svg')
    }
      }

@media (max-width: 767px) {

.flourish__rankings.has-image::before, .flourish__dcs.has-image::before, .flourish__editorial.has-image::before {
          top: 0px
      }
        }

.hero {
  clear: both;
  position: relative;
  background-color: var(--hero-background-color, #f1f7f8);
}

.hero::before {
    content: "";
    background-color: transparent;
    display: block;
    height: 100%;
    position: absolute;
    width: 100vw;
    left: -50vw;
    margin-left: 50%;
    margin-right: 50%;
    right: -50vw;
  }

.pullquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {

.pullquote {
    max-width: 50%
}
  }

.pullquote::before {
    background-color: var(--primary-700, #2471CB);
    display: block;
    height: 0.25rem;
    margin-bottom: 1rem;
    width: 3.5rem;
    content: "" ;
  }

.pullquote > p {
    line-height: 1.75rem;
    margin-top: 0px;
  }

.columns .sonic-interlink {
    --interlink-margin-top: 0;
    --interlink-margin-bottom: 0;
  }

.statbox__content {
    color: inherit;
  }

.statbox__title {
    color: inherit;
    font-family: var(--body-font-family,"Montserrat",sans-serif);
    font-size: var(--mobile-heading-font-size,1.875rem);
  }

@media (min-width: 768px) {

.statbox__title {
      font-size: var(--heading-font-size,2.25rem)
  }
    }

.statbox__text {
    color: inherit;
  }

.statbox__text p {
      line-height: 1.5rem;
      margin-bottom: 0px;
    }

/* V3 Layout */

.v3-rankings {
  --button-toggle-sponsored-school-background-color: var(--gray-100, #d8e5b8);
  --sponsored-card-background: var(--gray-50, #e2ebca);
  --rank-background: var(--gray-50, #e2ebca);
  --rank-color: var(--primary-900, #176677);
  --link-color: var(--primary-900, #176677);
  --button-toggle-sponsored-school-color: var(--primary-900, #176677);
}

/* layouts */

sonic-accordion {
  --title-color: var(--secondary-700);
  --control-border-color: var(--secondary-700);
  --control-color: var(--secondary-700);
  --control-background-color-hover: var(--secondary-700);
}

sonic-editorial-listings {
  --school-color: var(--secondary-700);
}

sonic-posts {
  --post-title-color: var(--secondary-700);
  --post-title-color-hover: var(--secondary-800);
}

.content sonic-stat-box p {
      margin-top: 0px;
      margin-bottom: 0px;
    }

@media (min-width: 640px) {

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:border-gray-100 {
    border-color: var(--gray-100, #f4f4f5);
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:font-heading {
    font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-mx-1\/2vw {
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:right-1\/2 {
    right: 50%;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:static {
    position: static;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-gray-700 {
    color: var(--gray-700, #3f3f46);
  }

  .lg\:text-gray-900 {
    color: var(--gray-900, #18181b);
  }

  .lg\:hover\:text-primary-700:hover {
    color: var(--primary-700, #2471CB);
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:rotate-90 {
    --tw-rotate: 90deg;
  }
}

@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 1536px) {

  .\32xl\:float-right {
    float: right;
  }

  .\32xl\:float-left {
    float: left;
  }

  .\32xl\:float-none {
    float: none;
  }

  .\32xl\:align-baseline {
    vertical-align: baseline;
  }

  .\32xl\:align-top {
    vertical-align: top;
  }

  .\32xl\:align-middle {
    vertical-align: middle;
  }

  .\32xl\:align-bottom {
    vertical-align: bottom;
  }

  .\32xl\:align-text-top {
    vertical-align: text-top;
  }

  .\32xl\:align-text-bottom {
    vertical-align: text-bottom;
  }
}

