/*! 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-body {
  background-color: var(--body-color, #3f3f46);
}

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

.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);
}

.focus\:bg-secondary-800:focus {
  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-8 {
  border-width: 8px;
}

.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;
}

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

.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-60 {
  height: 15rem;
}

.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-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;
}

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

.-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-xl {
  max-width: 36rem;
}

.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;
}

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-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;
}

.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;
}

.bottom-8 {
  bottom: 2rem;
}

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

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

.-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);
}

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

.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-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-36 {
  width: 9rem;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 15rem;
}

.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;
}

.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%;
}

.translate-y-1\/2 {
  --tw-translate-y: 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;
    }

.content ul.grid {
    list-style-type: disc;
    padding-left: 2.25rem;
  }

.content ul.grid > li:first-of-type {
      margin-top: 1.25rem;
    }

.content ol.grid {
    list-style-type: decimal;
    padding-left: 2.25rem;
  }

.content ol.grid > li:first-of-type {
      margin-top: 1.25rem;
    }

.content ol[class*="columns"], .content ol[class*="md\:columns"] {
    list-style-type: decimal;
    padding-left: 2.25rem;
  }

.content ol[class*="columns"] > li:first-of-type, .content ol[class*="md\:columns"] > 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: Arial, sans-serif;
  --body-color: var(--gray-800, #1A1A1A);
  --heading-font-family: 'Inter', sans-serif;
  --heading-color: var(--gray-900, #000000);
  --link-color: var(--primary-700, #533FBE);
  --link-color-hover: var(--primary-900, #322672);
  --label-text-transform: uppercase;
  --footer-background-color: var(--gray-800, #1A1A1A);
  --footer-border-color: #ffffff33;
  --image-border-radius: 4px;
  /* colors */
  --primary-900: #322672;
  --primary-800: #423298;
  --primary-700: #533FBE;
  --primary-600: #6452c5;
  --primary-500: #7565CB;
  --primary-400: #8779D2;
  --primary-300: #A99FDF;
  --primary-200: #BAB2E5;
  --primary-100: #DDD9F2;
  --primary-50:  #EEECF9;
  --secondary-900: #0A3D89;
  --secondary-800: #0D52B7;
  --secondary-700: #1066E5;
  --secondary-600: #2875e8;
  --secondary-500: #4085ea;
  --secondary-400: #70a3ef;
  --secondary-300: #88b3f2;
  --secondary-200: #9fc2f5;
  --secondary-100: #cfe0fa;
  --secondary-50:  #e7f0fc;
  --tertiary-900: #1c97cc;
  --tertiary-800: #20AAE6;
  --tertiary-700: #23BDFF;
  --tertiary-600: #39c4ff;
  --tertiary-500: #4fcaff;
  --tertiary-400: #7bd7ff;
  --tertiary-300: #91deff;
  --tertiary-200: #bdebff;
  --tertiary-100: #d3f2ff;
  --tertiary-50:  #e9f8ff;
  --accent-900: #0db9b2;
  --accent-800: #0ed0c8;
  --accent-700: #10e7de;
  --accent-600: #40ece5;
  --accent-500: #58eee8;
  --accent-400: #70f1eb;
  --accent-300: #88f3ef;
  --accent-200: #9ff5f2;
  --accent-100: #CFFAF8;
  --accent-50:  #E7FDFC;
  --gray-900: #000000;
  --gray-800: #1A1A1A;
  --gray-700: #4D4D4D;
  --gray-600: #666666;
  --gray-500: #747474;
  --gray-400: #999999;
  --gray-300: #B3B3B3;
  --gray-200: #CCCCCC;
  --gray-100: #E6E6E6;
  --gray-50: #F4F4F4;
}

/* base */

hr {
  border-width: 1px;
}

.b-jumbo,.b-1,.b-2,.b-3,.b-4{
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.content p,.text-link-1{
  font-size: 1rem;
}

.heading-3,.heading-4,.heading-5,.heading-6,.b-1,.text-link-1{
  line-height: 1.5rem;
}

.content p,.b-2{
  letter-spacing: -0.013rem;
}

.heading-1,.heading-2,.heading-3,.heading-4,.b-1,.b-jumbo{
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .b-jumbo,.b-1,.b-2,.b-3,.b-4{
    font-family: "Arial", sans-serif;
    font-weight: 400;
  }

  .content p,.text-link-1{
    font-size: 1rem;
  }

  .heading-6,.b-1,.text-link-1{
    line-height: 1.5rem;
  }

  .content p,.b-2{
    letter-spacing: -0.013rem;
  }

  .heading-1,.heading-2,.heading-3,.heading-4,.b-1,.b-jumbo{
    margin-bottom: 1.5rem;
  }
}

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

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

.content a {
  text-decoration: underline;
}

/* Mobile */

/* Font Style|Weight */

.heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
  font-family: "Proxima Nova", sans-serif;
  font-weight: bold;
}

.b-jumbo,.b-1,.b-2,.b-3,.b-4{
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.label-1{
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

.label-2{
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.text-link-jumbo,.text-link-1,.text-link-2,.text-link-3,.text-link-4{
  font-family: "Arial", sans-serif;
  font-weight: bold;
}

/* Font Size */

.heading-1{
  font-size: 1.75rem;
}

.heading-2{
  font-size: 1.5rem;
}

.heading-3{
  font-size: 1.25rem;
}

.heading-4{
  font-size: 1.125rem;
}

.heading-5,.heading-6{
  font-size: 1rem;
}

.b-jumbo{
  font-size: 1.375rem;
}

.text-link-jumbo{
  font-size: 1.25rem;
}

.b-1,.text-link-1{
  font-size: 1rem;
}

.b-2,.text-link-2{
  font-size: 0.875rem;
}

.b-3,.text-link-3,.label-1,.label-2{
  font-size: 0.75rem;
}

.b-4,.text-link-4{
  font-size: 0.625rem;
}

/* Line Height */

.heading-1,.b-jumbo{
  line-height: 2rem;
}

.heading-2,.text-link-jumbo{
  line-height: 1.75rem;
}

.heading-3,.heading-4,.heading-5,.heading-6,.b-1,.text-link-1{
  line-height: 1.5rem;
}

.b-2,.text-link-2{
  line-height: 1.25rem;
}

.b-3,.text-link-3{
  line-height: 1.125rem;
}

.b-4,.text-link-4{
  line-height: 1rem;
}

.label-1,.label-2{
  line-height: 0.875rem;
}

/* Letter Spacing */

.b-jumbo{
  letter-spacing: -0.031rem;
}

.b-1,.b-2{
  letter-spacing: -0.013rem;
}

.b-3{
  letter-spacing: -0.006rem;
}

/* Spacing */

.heading-1,.heading-2,.heading-3,.heading-4,.b-1,.b-jumbo{
  margin-bottom: 1rem;
}

.heading-1,.heading-2,.heading-3,.heading-4{
  margin-top: 2rem;
}

.heading-5,.heading-6,.b-2,.b-3,.b-4{
  margin-bottom: 1rem;
}

.heading-5,.heading-6{
  margin-top: 1.5rem;
}

.content h1,.content h3,.content h3,.content h4,.content p{
  margin-bottom: 1rem;
}

.content h1,.content h3,.content h3,.content h4,.content p{
  margin-top: 2rem;
}

.content h5,.content h6{
  margin-bottom: 1rem;
}

.content h5,.content h6{
  margin-top: 1.5rem;
}

/* Individuals */

.heading-jumbo{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

/* Desktop */

/* Font Style|Weight */

@media screen and (min-width: 768px){
  .heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
    font-family: "Inter", sans-serif;
    font-weight: bold;
  }

  .b-jumbo,.b-1,.b-2,.b-3,.b-4{
    font-family: "Arial", sans-serif;
    font-weight: 400;
  }

  .label-1{
    font-family: "Inter", sans-serif;
    font-weight: bold;
  }

  .label-2{
    font-family: "Inter", sans-serif;
    font-weight: 400;
  }

  .text-link-jumbo,.text-link-1,.text-link-2,.text-link-3,.text-link-4{
    font-family: "Arial", sans-serif;
    font-weight: bold;
  }

  /* Font Size */

  .heading-4{
    font-size: 1.5rem;
  }

  .heading-5{
    font-size: 1.375rem;
  }

  .heading-6,.b-jumbo,.text-link-jumbo{
    font-size: 1.25rem;
  }

  .b-1,.text-link-1{
    font-size: 1rem;
  }

  .b-2,.text-link-2{
    font-size: 0.875rem;
  }

  .b-3,.text-link-3,.label-1,.label-2{
    font-size: 0.75rem;
  }

  .b-4,.text-link-4{
    font-size: 0.625rem;
  }

  /* Line Height */

  .heading-4,.heading-5,.b-jumbo,.text-link-jumbo{
    line-height: 1.75rem;
  }

  .heading-6,.b-1,.text-link-1{
    line-height: 1.5rem;
  }

  .b-2,.text-link-2{
    line-height: 1.25rem;
  }

  .b-3,.text-link-3{
    line-height: 1.125rem;
  }

  .b-4,.text-link-4{
    line-height: 1rem;
  }

  .label-1,.label-2{
    line-height: 0.875rem;
  }

  /* Letter Spacing */

  .b-jumbo{
    letter-spacing: -0.019rem;
  }

  .b-1,.b-2{
    letter-spacing: -0.013rem;
  }

  .b-3{
    letter-spacing: -0.006rem;
  }

  /* Spacing */

  .heading-1,.heading-2,.heading-3,.heading-4,.b-1,.b-jumbo{
    margin-bottom: 1.5rem;
  }

  .heading-1,.heading-2,.heading-3,.heading-4{
    margin-top: 2.5rem;
  }

  .heading-5,.heading-6,.b-2,.b-3,.b-4{
    margin-bottom: 1rem;
  }

  .heading-5,.heading-6{
    margin-top: 2rem;
  }

  .content h1,.content h2,.content h3,.content h4,.content p{
    margin-bottom: 1.5rem;
  }

  .content h1,.content h2,.content h3,.content h4,.content p{
    margin-top: 2.5rem;
  }

  .content h5,.content h6{
    margin-bottom: 1rem;
  }

  .content h5,.content h6{
    margin-top: 2rem;
  }

  /* Individuals */

  .heading-jumbo {
    font-size: 3.75rem;
    line-height: 4.5rem;
  }

  .heading-1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .heading-3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.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;
    }
  }

h1 {
  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) {
  h1 {
    font-size: 3rem;
    line-height: 1;
    line-height: 1.25;
  }
}

.heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
  font-family: "Proxima Nova", sans-serif;
  font-weight: bold;
}

h1{
  font-size: 1.75rem;
}

h1,.b-jumbo{
  line-height: 2rem;
}

h1,.heading-2,.heading-3,.heading-4,.b-1,.b-jumbo{
  margin-bottom: 1rem;
}

h1,.heading-2,.heading-3,.heading-4{
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
    font-family: "Inter", sans-serif;
    font-weight: bold;
  }

  h1,.heading-2,.heading-3,.heading-4,.b-1,.b-jumbo{
    margin-bottom: 1.5rem;
  }

  h1,.heading-2,.heading-3,.heading-4{
    margin-top: 2.5rem;
  }

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

.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;
    }
  }

h2 {
  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) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.375;
  }
}

.heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
  font-family: "Proxima Nova", sans-serif;
  font-weight: bold;
}

h2{
  font-size: 1.5rem;
}

h2,.text-link-jumbo{
  line-height: 1.75rem;
}

.heading-1,.heading-2,.heading-3,.heading-4,.b-1,.b-jumbo{
  margin-bottom: 1rem;
}

.heading-1,.heading-2,.heading-3,.heading-4{
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
    font-family: "Inter", sans-serif;
    font-weight: bold;
  }

  .heading-1,.heading-2,.heading-3,.heading-4,.b-1,.b-jumbo{
    margin-bottom: 1.5rem;
  }

  .heading-1,.heading-2,.heading-3,.heading-4{
    margin-top: 2.5rem;
  }

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

.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;
    }
  }

h3 {
  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) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 2rem;
  }
}

.heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
  font-family: "Proxima Nova", sans-serif;
  font-weight: bold;
}

h3{
  font-size: 1.25rem;
}

h3,.heading-4,.heading-5,.heading-6,.b-1,.text-link-1{
  line-height: 1.5rem;
}

.heading-1,.heading-2,.heading-3,.heading-4,.b-1,.b-jumbo{
  margin-bottom: 1rem;
}

.heading-1,.heading-2,.heading-3,.heading-4{
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
    font-family: "Inter", sans-serif;
    font-weight: bold;
  }

  .heading-1,.heading-2,.heading-3,.heading-4,.b-1,.b-jumbo{
    margin-bottom: 1.5rem;
  }

  .heading-1,.heading-2,.heading-3,.heading-4{
    margin-top: 2.5rem;
  }

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

.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;
    }
  }

h4 {
  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) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
  }
}

.heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
  font-family: "Proxima Nova", sans-serif;
  font-weight: bold;
}

h4{
  font-size: 1.125rem;
}

.heading-3,.heading-4,.heading-5,.heading-6,.b-1,.text-link-1{
  line-height: 1.5rem;
}

.heading-1,.heading-2,.heading-3,.heading-4,.b-1,.b-jumbo{
  margin-bottom: 1rem;
}

.heading-1,.heading-2,.heading-3,.heading-4{
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
    font-family: "Inter", sans-serif;
    font-weight: bold;
  }

  h4{
    font-size: 1.5rem;
  }

  h4,.heading-5,.b-jumbo,.text-link-jumbo{
    line-height: 1.75rem;
  }

  .heading-1,.heading-2,.heading-3,.heading-4,.b-1,.b-jumbo{
    margin-bottom: 1.5rem;
  }

  .heading-1,.heading-2,.heading-3,.heading-4{
    margin-top: 2.5rem;
  }
}

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

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

h5 {
  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) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
  }
}

.heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
  font-family: "Proxima Nova", sans-serif;
  font-weight: bold;
}

h5,.heading-6{
  font-size: 1rem;
}

.heading-3,.heading-4,.heading-5,.heading-6,.b-1,.text-link-1{
  line-height: 1.5rem;
}

h5,.heading-6,.b-2,.b-3,.b-4{
  margin-bottom: 1rem;
}

h5,.heading-6{
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
    font-family: "Inter", sans-serif;
    font-weight: bold;
  }

  h5{
    font-size: 1.375rem;
  }

  .heading-4,.heading-5,.b-jumbo,.text-link-jumbo{
    line-height: 1.75rem;
  }

  h5,.heading-6,.b-2,.b-3,.b-4{
    margin-bottom: 1rem;
  }

  h5,.heading-6{
    margin-top: 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;
    }
  }

h6 {
  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) {
  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5rem;
  }
}

.heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
  font-family: "Proxima Nova", sans-serif;
  font-weight: bold;
}

.heading-5,.heading-6{
  font-size: 1rem;
}

.heading-3,.heading-4,.heading-5,.heading-6,.b-1,.text-link-1{
  line-height: 1.5rem;
}

.heading-5,.heading-6,.b-2,.b-3,.b-4{
  margin-bottom: 1rem;
}

.heading-5,.heading-6{
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .heading-jumbo,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{
    font-family: "Inter", sans-serif;
    font-weight: bold;
  }

  h6,.b-jumbo,.text-link-jumbo{
    font-size: 1.25rem;
  }

  h6,.b-1,.text-link-1{
    line-height: 1.5rem;
  }

  .heading-5,.heading-6,.b-2,.b-3,.b-4{
    margin-bottom: 1rem;
  }

  .heading-5,.heading-6{
    margin-top: 2rem;
  }
}

/* utilities */

.sonic-btn {
  text-transform: uppercase;
}

.bg-full-width {
  z-index: -1;
}

.sonic-table td, .sonic-table th {
    vertical-align: middle;
  }

/* partials */

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

.is-menu-nav-active .navigation {
    background-color: var(--heading-color, #27272a);
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: visible;
    width: 100%;
  }

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

/* components */

.accordion.theme.primary .accordion__items .header .title, .accordion.theme.secondary .accordion__items .header .title, .accordion.theme.tertiary .accordion__items .header .title {
            color: var(--gray-700, #3f3f46);
          }

.accordion.theme .accordion__items ul {
        margin-bottom: 2rem;
      }

.accordion.theme .accordion__items li {
        margin-bottom: 1rem;
      }

section .checklist ul:not([class]), section .checklist .checklist ol:not([class]) {
    padding-left: 1rem;
  }

@media (min-width: 1024px) {
    section .checklist ul:not([class]), section .checklist .checklist ol:not([class]) {
      padding-left: 0.5rem;
    }
  }

section .checklist li {
    margin: -1px;
    border-color: var(--gray-200, #e4e4e7);
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    list-style-type: none;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
    padding-right: 2.5rem;
    padding-left: 3rem;
    position: relative
  }

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

section .checklist li h4 {
      font-size: 1.25rem;
      line-height: 1.75rem;
      margin-bottom: 0.5rem;
      margin-top: 2rem;
    }

section .checklist li p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-top: 0.75rem;
      margin-bottom: 2rem;
    }

@media (min-width: 768px) {
      section .checklist li p {
        font-size: 1rem;
        line-height: 1.5rem;
      }
    }

section .checklist li:before {
      background: url("https://res.cloudinary.com/highereducation/image/upload/co_rgb:ACBACB,e_colorize:100,w_50,f_auto/v1/JAMstack/components/icon-checkmark.svg")
      no-repeat center center/25px auto;
      content: "";
      border-color: var(--gray-200, #e4e4e7);
      border-radius: 9999px;
      border-width: 1px;
      display: block;
      line-height: 2.5rem;
      position: absolute;
      text-align: center;
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      height: 3rem;
      left: 0px;
      top: 50%;
      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%;
    }

section .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) {
    section .checklist dt {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

section .checklist 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");
      content: "";
      background-repeat: no-repeat;
      background-size: cover;
      height: 2rem;
      margin-right: 1.25rem;
      width: 2rem;
    }

section .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;
  }

section .checklist dd:last-child {
    border-color: var(--gray-200, #e4e4e7);
    border-bottom-width: 1px;
  }

.ssr-columns {
  list-style-type: disc;
  padding-left: 2.25rem;
}

.ssr-columns li {
    margin-top: 0;
  }

.ssr-columns-custom-style {
  padding-left: 2rem;
}

.ssr-columns-custom-style li {
    margin-top: 0;
  }

.pullquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {

.pullquote {
    max-width: 50%
}
  }

.pullquote:not([class*='pullquote--'])::before {
      background-color: var(--primary-700, #2471CB);
      display: block;
      height: 0.25rem;
      margin-bottom: 1rem;
      width: 3.5rem;
      content: "" ;
    }

.pullquote > p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
    margin-top: 0px;
  }

:root {
  --rankings-accordion-bg: var(--primary-50);
  --rankings-accordion-bg-open: var(--primary-900);
  --rankings-accordion-text-color: var(--primary-700);
  /* Numbers */
  --rankings-accordion-number-bg: var(--primary-900);
  --rankings-accordion-number-bg-open: var(--primary-700);
  /* Buttons */
  --rankings-accordion-button-bg: var(--primary-700);
  /* Icons */
  --rankings-accordion-icon-color: var(--primary-900);
  /* Fonts */
  --mobile-accordion-title-font-size: 1.125rem;
  --accordion-title-font-size: 1.5rem;
}

.accordion-rankings ol.sonic-accordion .activator::before {
      font-size: 1.125rem;
    }

@media (min-width: 768px) {

.accordion-rankings ol.sonic-accordion .activator::before {
        font-size: 1.5rem
    }
      }

.accordion-rankings ol.sonic-accordion .activator::after {
      content: url("https://res.cloudinary.com/highereducation/image/upload/v1673472513/ComputerScience.org/accordion-arrow-expand.svg");
    }

.accordion-rankings ol.sonic-accordion .activator.open::after {
        content: url("https://res.cloudinary.com/highereducation/image/upload/v1673472513/ComputerScience.org/accordion-arrow-collapse.svg");
      }

.accordion-rankings .view-more-button {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }

/* V2 Layout */

.v2-rankings__school-info a.button-view-school {
      text-decoration: none;
    }

/* Tooltips */

.v2-rankings__school-info sonic-tooltip {
      --content-background-color: var(--primary-900);
      --label-background-color: var(--primary-300);
      --label-color: var(--primary-50);
    }

.v2-rankings__school:not(.v2-rankings__school-active) .v2-rankings__school-content *:nth-child(1n + 4) {
      display: none!important;
    }

/* V3 Layout */

.v3-rankings {
  --button-toggle-sponsored-school-background-color: var(--accent-100, #d8e5b8);
}

sonic-interlink {
  --mobile-interlink-title-font-size: 1rem;
  --interlink-title-font-size: 1.375rem;
}

div[class*="gap-"] .sonic-interlink {
    --interlink-margin-top: 0;
    --interlink-margin-bottom: 0;
  }

/* layouts */

.page-template-template-hub .hero, .archive .hero {
    background-image: url("../jpg/hubs-hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }

.page-template-template-hub .hero h1, .archive .hero h1 {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.post-template-template-rankings .hero, .post-template-template-dcs .hero, .post-template-default .hero, .page-template-template-general-hub .hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../jpg/rankings-hero-768.jpg");
  }

@media (min-width: 768px) {

.post-template-template-rankings .hero, .post-template-template-dcs .hero, .post-template-default .hero, .page-template-template-general-hub .hero {
      background-image: url("../jpg/rankings-hero-1024.jpg")
  }
    }

@media (min-width: 1024px) {

.post-template-template-rankings .hero, .post-template-template-dcs .hero, .post-template-default .hero, .page-template-template-general-hub .hero {
      background-image: url("../jpg/rankings-hero-1280.jpg")
  }
    }

@media (min-width: 1280) {

.post-template-template-rankings .hero, .post-template-template-dcs .hero, .post-template-default .hero, .page-template-template-general-hub .hero {
      background-image: url("../jpg/rankings-hero-1920.jpg")
  }
    }

@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\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

  .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-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .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-3 {
    margin-bottom: 0.75rem;
  }

  .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-12 {
    margin-top: 3rem;
  }

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

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

  .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\: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-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 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\:pb-16 {
    padding-bottom: 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-28 {
    padding-bottom: 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\:-bottom-8 {
    bottom: -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-56 {
    width: 14rem;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .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\:grid-cols-5 {
    grid-template-columns: repeat(5, 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\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

  .lg\:self-center {
    align-self: center;
  }

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

  .lg\:justify-around {
    justify-content: space-around;
  }

  .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-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\:leading-8 {
    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\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

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

  .lg\:mt-10 {
    margin-top: 2.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-xl {
    max-width: 36rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .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-20 {
    padding-top: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 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\:bottom-28 {
    bottom: 7rem;
  }

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

  .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-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-2 {
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .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\:bottom-12 {
    bottom: 3rem;
  }

  .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;
  }
}

