@import url("https://use.typekit.net/akz3jmt.css");

/*
! tailwindcss v3.0.9 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  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";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}

html{
  font-family: trade-gothic-next, sans-serif;
  font-size: 0.875rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

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

  html{
    line-height: 1.75rem;
  }
}

@media (min-width: 992px){
  html{
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }

  html{
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px){
  html{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

body{
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(217 227 235 / var(--tw-bg-opacity));
}

h1, h2, h3, h4, h5, h6{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1{
  margin-top: 0px;
  font-family: all-round-gothic, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
}

.layout-background-cobalt h1{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layout-background-cobalt h1 h1, .layout-background-cobalt h1 h2, .layout-background-cobalt h1 h3, .layout-background-cobalt h1 h4, .layout-background-cobalt h1 h5, .layout-background-cobalt h1 h6{
  color: currentColor;
}

h2{
  font-family: all-round-gothic, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
}

.layout-background-cobalt h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layout-background-cobalt h2 h1, .layout-background-cobalt h2 h2, .layout-background-cobalt h2 h3, .layout-background-cobalt h2 h4, .layout-background-cobalt h2 h5, .layout-background-cobalt h2 h6{
  color: currentColor;
}

h3{
  font-family: all-round-gothic, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

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

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

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

p, ul, ol, table{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.layout-background-cobalt a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layout-background-cobalt a h1, .layout-background-cobalt a h2, .layout-background-cobalt a h3, .layout-background-cobalt a h4, .layout-background-cobalt a h5, .layout-background-cobalt a h6{
  color: currentColor;
}

a:hover{
  --tw-text-opacity: 1;
  color: rgb(101 45 137 / var(--tw-text-opacity));
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^="font-"] a{
  font-weight: inherit;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

ul.arrow-list li:before{
  margin-right: 0.5rem;
  display: inline-block;
  font-weight: 900;
  --tw-content: '\f0da';
  content: var(--tw-content);
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
}

nav ul{
  margin: 0px;
}

hr{
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 66 122 / var(--tw-border-opacity));
}

[type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"], [multiple], textarea, select{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

[type="submit"]{
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  margin: 0.25rem 0;
  border-radius: 9999px;
  font-weight: 700;
  color: #fff;
  background-color: #00427a;
  text-decoration: none;
}

[type="submit"]:after{
  position: relative;
  display: inline-block;
  margin-top: 0.25rem;
  margin-left: 0.75em;
  content: '\f105';
  font-weight: 300;
  transition: transform 0.4s ease;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 1.25em;
}

[type="submit"]:hover{
  color: #fff;
  background-color: #1e1e1e;
  text-decoration: none;
}

[type="submit"]:hover:after{
  transform: translateX(50%);
}

[type="submit"]{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.program-full [type="submit"]{
  display: inline-flex;
  align-items: center;
}

.program-full [type="submit"] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-full [type="submit"]{
    white-space: nowrap;
  }
}

.program-teaser [type="submit"], .program-child [type="submit"], .program-registration [type="submit"]{
  display: inline-flex;
  align-items: center;
}

.program-teaser [type="submit"] > :not([hidden]) ~ :not([hidden]), .program-child [type="submit"] > :not([hidden]) ~ :not([hidden]), .program-registration [type="submit"] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser [type="submit"], .program-child [type="submit"], .program-registration [type="submit"]{
    white-space: nowrap;
  }
}

.program-teaser [type="submit"], .program-child [type="submit"], .program-registration [type="submit"]{
  display: inline-flex;
  align-items: center;
}

.program-teaser [type="submit"] > :not([hidden]) ~ :not([hidden]), .program-child [type="submit"] > :not([hidden]) ~ :not([hidden]), .program-registration [type="submit"] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser [type="submit"], .program-child [type="submit"], .program-registration [type="submit"]{
    white-space: nowrap;
  }
}

.program-teaser [type="submit"], .program-child [type="submit"], .program-registration [type="submit"]{
  display: inline-flex;
  align-items: center;
}

.program-teaser [type="submit"] > :not([hidden]) ~ :not([hidden]), .program-child [type="submit"] > :not([hidden]) ~ :not([hidden]), .program-registration [type="submit"] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser [type="submit"], .program-child [type="submit"], .program-registration [type="submit"]{
    white-space: nowrap;
  }
}

*, ::before, ::after{
  --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;
  --tw-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-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

@media (min-width: 576px){
  .container{
    max-width: 576px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

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

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

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

.btn{
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  margin: 0.25rem 0;
  border-radius: 9999px;
  font-weight: 700;
  color: #fff;
  background-color: #00427a;
  text-decoration: none;
}

.btn:after{
  position: relative;
  display: inline-block;
  margin-top: 0.25rem;
  margin-left: 0.75em;
  content: '\f105';
  font-weight: 300;
  transition: transform 0.4s ease;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 1.25em;
}

.btn:hover{
  color: #fff;
  background-color: #1e1e1e;
  text-decoration: none;
}

.btn:hover:after{
  transform: translateX(50%);
}

.btn-cobalt{
  color: #fff;
  background-color: #00427a;
}

.btn-cobalt:hover{
  color: #fff;
  background-color: #1e1e1e;
}

.btn-blaze{
  color: #000;
  background-color: #ffc20e;
}

.btn-blaze:hover{
  color: #fff;
  background-color: #1e1e1e;
}

.btn-amethyst{
  color: #fff;
  background-color: #652d89;
}

.btn-amethyst:hover{
  color: #fff;
  background-color: #1e1e1e;
}

.aspect-w-4{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}

.aspect-w-4 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-3{
  --tw-aspect-h: 3;
}

.aspect-w-5{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 5;
}

.aspect-w-5 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

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

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

.left-0{
  left: 0px;
}

.bottom-0{
  bottom: 0px;
}

.right-0{
  right: 0px;
}

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

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

.z-\[1\]{
  z-index: 1;
}

.z-\[2\]{
  z-index: 2;
}

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

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

.z-\[9\]{
  z-index: 9;
}

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

.m-0{
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3\.5{
  margin-left: 0.875rem;
}

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-full{
  height: 100%;
}

.h-60{
  height: 15rem;
}

.h-auto{
  height: auto;
}

.h-9{
  height: 2.25rem;
}

.max-h-\[16rem\]{
  max-height: 16rem;
}

.min-h-\[33vh\]{
  min-height: 33vh;
}

.min-h-\[18rem\]{
  min-height: 18rem;
}

.w-full{
  width: 100%;
}

.w-4\/5{
  width: 80%;
}

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

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

.w-60{
  width: 15rem;
}

.w-1\/3{
  width: 33.333333%;
}

.w-screen{
  width: 100vw;
}

.w-9{
  width: 2.25rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-sm{
  max-width: 576px;
}

.max-w-\[280px\]{
  max-width: 280px;
}

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

.translate-x-full{
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
}

.translate-x-0{
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.cursor-default{
  cursor: default;
}

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

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

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

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

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

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

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-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));
}

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

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

.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-neutral-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity));
}

.divide-blaze > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(255 194 14 / var(--tw-divide-opacity));
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.border-cobalt{
  --tw-border-opacity: 1;
  border-color: rgb(0 66 122 / var(--tw-border-opacity));
}

.border-blaze{
  --tw-border-opacity: 1;
  border-color: rgb(255 194 14 / var(--tw-border-opacity));
}

.border-crimson{
  --tw-border-opacity: 1;
  border-color: rgb(198 29 35 / var(--tw-border-opacity));
}

.border-laurel{
  --tw-border-opacity: 1;
  border-color: rgb(163 165 16 / var(--tw-border-opacity));
}

.border-amethyst{
  --tw-border-opacity: 1;
  border-color: rgb(101 45 137 / var(--tw-border-opacity));
}

.border-tangerine{
  --tw-border-opacity: 1;
  border-color: rgb(227 112 24 / var(--tw-border-opacity));
}

.border-thunderwolf{
  --tw-border-opacity: 1;
  border-color: rgb(167 169 172 / var(--tw-border-opacity));
}

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

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

.border-t-blaze{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 194 14 / var(--tw-border-opacity));
}

.bg-cobalt{
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity));
}

.bg-blaze{
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 14 / var(--tw-bg-opacity));
}

.bg-crimson{
  --tw-bg-opacity: 1;
  background-color: rgb(198 29 35 / var(--tw-bg-opacity));
}

.bg-laurel{
  --tw-bg-opacity: 1;
  background-color: rgb(163 165 16 / var(--tw-bg-opacity));
}

.bg-amethyst{
  --tw-bg-opacity: 1;
  background-color: rgb(101 45 137 / var(--tw-bg-opacity));
}

.bg-tangerine{
  --tw-bg-opacity: 1;
  background-color: rgb(227 112 24 / var(--tw-bg-opacity));
}

.bg-thunderwolf{
  --tw-bg-opacity: 1;
  background-color: rgb(167 169 172 / var(--tw-bg-opacity));
}

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

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

.bg-cobalt-light{
  --tw-bg-opacity: 1;
  background-color: rgb(217 227 235 / var(--tw-bg-opacity));
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-black{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}

.from-\[\#40719b\]{
  --tw-gradient-from: #40719b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(64 113 155 / 0));
}

.to-cobalt{
  --tw-gradient-to: #00427a;
}

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

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

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

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

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

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

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

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

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

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.p-0{
  padding: 0px;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-body{
  font-family: trade-gothic-next, sans-serif;
}

.font-display{
  font-family: all-round-gothic, sans-serif;
}

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.text-body{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

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

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

.text-cobalt{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
}

.text-blaze{
  --tw-text-opacity: 1;
  color: rgb(255 194 14 / var(--tw-text-opacity));
}

.text-crimson{
  --tw-text-opacity: 1;
  color: rgb(198 29 35 / var(--tw-text-opacity));
}

.text-laurel{
  --tw-text-opacity: 1;
  color: rgb(163 165 16 / var(--tw-text-opacity));
}

.text-amethyst{
  --tw-text-opacity: 1;
  color: rgb(101 45 137 / var(--tw-text-opacity));
}

.text-tangerine{
  --tw-text-opacity: 1;
  color: rgb(227 112 24 / var(--tw-text-opacity));
}

.text-thunderwolf{
  --tw-text-opacity: 1;
  color: rgb(167 169 172 / var(--tw-text-opacity));
}

.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-body-light{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

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

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-90{
  opacity: 0.9;
}

.opacity-100{
  opacity: 1;
}

.opacity-75{
  opacity: 0.75;
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

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

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

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

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

@media (min-width: 1200px){
  .size-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

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

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

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

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

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

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

@media (min-width: 1200px){
  .size-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

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

@media (min-width: 782px){
  .size-4xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1200px){
  .size-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

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

@media (min-width: 782px){
  .size-5xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1200px){
  .size-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

:root {
  --spacer: 2rem;
}

.wrapper,
.content {
  position: relative;
}

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

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

.content table td{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.text-align-center img{
  display: inline;
}

:root {
  /* theme */
  --font-body: trade-gothic-next, sans-serif;
  --font-body-regular: 400;
  --font-body-bold: 700;
  --font-body-heavy: 800;
  --font-display: all-round-gothic, sans-serif;
  --font-display-demi: 600;
  --font-display-bold: 700;
  /* fontawesome */
  --fa: 'Font Awesome 6 Free';
  --fal-weight: 300;
  --far-weight: 400;
  --fas-weight: 900;
  --fab: 'Font Awesome 5 Brands';
  --fab-weight: 400;
  --fad: 'Font Awesome 5 Duotone';
  --fad-weight: 900;
}

.svg-logo .st0 {
  fill: #00427a;
}

.svg-logo .st1 {
  fill: #00427a;
  opacity: 0.5;
}

.svg-logo.white .st0 {
  fill: #fff;
}

.svg-logo.white .st1 {
  fill: #fff;
  opacity: 0.5;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6{
  color: currentColor;
}

#main{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bg:not([class*="pt-"]){
  padding-top: 2rem;
}

.bg:not([class*="pb-"]){
  padding-bottom: 2rem;
}

.bg > .wrapper > :first-child {
  margin-top: 0;
}

.bg > .wrapper > :last-child {
  margin-bottom: 0;
}

.alignfull,
.alignwide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignfull{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px){
  .alignfull{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.alignwide .wrapper{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 576px){
  .alignwide .wrapper{
    max-width: 576px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 782px){
  .alignwide .wrapper{
    max-width: 782px;
  }
}

@media (min-width: 992px){
  .alignwide .wrapper{
    max-width: 992px;
  }
}

@media (min-width: 1200px){
  .alignwide .wrapper{
    max-width: 1200px;
  }
}

@media (min-width: 1440px){
  .alignwide .wrapper{
    max-width: 1440px;
  }
}

.bg:not(.alignfull):not(.alignwide){
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px){
  .bg:not(.alignfull):not(.alignwide){
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.main-menu ul.main-navigation{
  margin: 0px;
  display: flex;
}

.main-menu ul.main-navigation li{
  position: relative;
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
}

.layout-background-cobalt .main-menu ul.main-navigation li{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layout-background-cobalt .main-menu ul.main-navigation li h1, .layout-background-cobalt .main-menu ul.main-navigation li h2, .layout-background-cobalt .main-menu ul.main-navigation li h3, .layout-background-cobalt .main-menu ul.main-navigation li h4, .layout-background-cobalt .main-menu ul.main-navigation li h5, .layout-background-cobalt .main-menu ul.main-navigation li h6{
  color: currentColor;
}

.main-menu ul.main-navigation li a{
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-weight: 700;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.layout-background-cobalt .main-menu ul.main-navigation li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layout-background-cobalt .main-menu ul.main-navigation li a h1, .layout-background-cobalt .main-menu ul.main-navigation li a h2, .layout-background-cobalt .main-menu ul.main-navigation li a h3, .layout-background-cobalt .main-menu ul.main-navigation li a h4, .layout-background-cobalt .main-menu ul.main-navigation li a h5, .layout-background-cobalt .main-menu ul.main-navigation li a h6{
  color: currentColor;
}

.main-menu ul.main-navigation li a:hover{
  --tw-text-opacity: 1;
  color: rgb(101 45 137 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.main-menu ul.main-navigation li a.is-active{
  --tw-text-opacity: 1;
  color: rgb(101 45 137 / var(--tw-text-opacity));
}

.layout-background-amethyst .main-menu ul.main-navigation li a.is-active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layout-background-amethyst .main-menu ul.main-navigation li a.is-active h1, .layout-background-amethyst .main-menu ul.main-navigation li a.is-active h2, .layout-background-amethyst .main-menu ul.main-navigation li a.is-active h3, .layout-background-amethyst .main-menu ul.main-navigation li a.is-active h4, .layout-background-amethyst .main-menu ul.main-navigation li a.is-active h5, .layout-background-amethyst .main-menu ul.main-navigation li a.is-active h6{
  color: currentColor;
}

.main-menu ul.main-navigation li.has-children{
  padding-right: 1rem;
}

.main-menu ul.main-navigation li.has-children:after{
  position: absolute;
  top: 50%;
  right: 0px;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  padding-right: 0.5rem;
  font-weight: 400;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
  --tw-content: '\f107';
  content: var(--tw-content);
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 0.75rem;
  line-height: 1rem;
}

.main-menu ul.main-navigation li.has-children ul{
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 10;
  width: 16rem;
  --tw-translate-y: 1rem;
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0;
  --tw-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 0 1rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
  will-change: transform;
}

.main-menu ul.main-navigation li.has-children ul li{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-menu ul.main-navigation li.has-children ul li h1, .main-menu ul.main-navigation li.has-children ul li h2, .main-menu ul.main-navigation li.has-children ul li h3, .main-menu ul.main-navigation li.has-children ul li h4, .main-menu ul.main-navigation li.has-children ul li h5, .main-menu ul.main-navigation li.has-children ul li h6{
  color: currentColor;
}

.main-menu ul.main-navigation li.has-children ul li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-menu ul.main-navigation li.has-children ul li a h1, .main-menu ul.main-navigation li.has-children ul li a h2, .main-menu ul.main-navigation li.has-children ul li a h3, .main-menu ul.main-navigation li.has-children ul li a h4, .main-menu ul.main-navigation li.has-children ul li a h5, .main-menu ul.main-navigation li.has-children ul li a h6{
  color: currentColor;
}

.main-menu ul.main-navigation li.has-children ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 194 14 / var(--tw-text-opacity));
}

.main-menu ul.main-navigation li.has-children ul li.has-children:after{
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
  --tw-content: '\f105';
  content: var(--tw-content);
}

.main-menu ul.main-navigation li.has-children ul li.has-children ul{
  top: 0px;
  left: 100%;
}

.main-menu ul.main-navigation li.has-children ul li.has-children:hover:after{
  --tw-translate-y: -50%;
  --tw-translate-x: -25%;
  transform: var(--tw-transform);
}

.main-menu ul.main-navigation li.has-children:hover:after{
  --tw-translate-y: -25%;
  transform: var(--tw-transform);
}

.main-menu ul.main-navigation li.has-children:hover > ul{
  pointer-events: auto;
  visibility: visible;
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
  opacity: 1;
}

.main-menu ul.main-navigation > li:last-child.has-children ul li.has-children ul{
  left: -100%;
}

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

.mobile-menu ul.main-navigation{
  margin-top: 0px;
  margin-bottom: 1rem;
}

.mobile-menu ul.main-navigation li{
  position: relative;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mobile-menu ul.main-navigation li + li{
  padding-top: 0px;
}

.mobile-menu ul.main-navigation li a{
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.layout-background-cobalt .mobile-menu ul.main-navigation li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layout-background-cobalt .mobile-menu ul.main-navigation li a h1, .layout-background-cobalt .mobile-menu ul.main-navigation li a h2, .layout-background-cobalt .mobile-menu ul.main-navigation li a h3, .layout-background-cobalt .mobile-menu ul.main-navigation li a h4, .layout-background-cobalt .mobile-menu ul.main-navigation li a h5, .layout-background-cobalt .mobile-menu ul.main-navigation li a h6{
  color: currentColor;
}

.mobile-menu ul.main-navigation li a:hover{
  --tw-text-opacity: 1;
  color: rgb(101 45 137 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.mobile-menu ul.main-navigation li a.is-active{
  --tw-text-opacity: 1;
  color: rgb(101 45 137 / var(--tw-text-opacity));
}

.layout-background-amethyst .mobile-menu ul.main-navigation li a.is-active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layout-background-amethyst .mobile-menu ul.main-navigation li a.is-active h1, .layout-background-amethyst .mobile-menu ul.main-navigation li a.is-active h2, .layout-background-amethyst .mobile-menu ul.main-navigation li a.is-active h3, .layout-background-amethyst .mobile-menu ul.main-navigation li a.is-active h4, .layout-background-amethyst .mobile-menu ul.main-navigation li a.is-active h5, .layout-background-amethyst .mobile-menu ul.main-navigation li a.is-active h6{
  color: currentColor;
}

.mobile-menu ul.main-navigation li.has-children:after{
  position: absolute;
  top: 1.25rem;
  right: 0px;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  padding-right: 0.5rem;
  font-weight: 400;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
  --tw-content: '\f107';
  content: var(--tw-content);
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 0.75rem;
  line-height: 1rem;
}

.mobile-menu ul.main-navigation li.has-children.open-submenu:after {
  content: '\f00d';
}

.mobile-menu ul.main-navigation li.has-children.open-submenu{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}

.mobile-menu ul.main-navigation li.has-children.open-submenu > ul{
  pointer-events: auto;
  max-height: 1440px;
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
  opacity: 1;
}

.mobile-menu ul.main-navigation li.has-children ul{
  pointer-events: none;
  max-height: 0px;
  --tw-translate-y: -1rem;
  transform: var(--tw-transform);
  opacity: 0;
  transition-property: max-height, transform, opacity, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.mobile-menu ul.main-navigation li.has-children ul li.has-children ul{
  top: 0px;
  left: 100%;
}

.footer-menu ul.footer-navigation li a{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.footer-menu ul.footer-navigation li a:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.layout nav{
  margin-top: 2rem;
}

@media (min-width: 992px){
  .layout nav{
    margin-top: 2.5rem;
  }
}

@media (min-width: 1200px){
  .layout nav{
    margin-top: 3rem;
  }
}

@media (min-width: 1440px){
  .layout nav{
    margin-top: 3.5rem;
  }
}

.layout nav ul.main-navigation{
  margin-top: 0px;
  list-style-type: none;
  padding: 2rem;
}

.layout nav ul.main-navigation li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.layout nav ul.main-navigation li a{
  font-weight: 700;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.layout nav ul.main-navigation li a h1, .layout nav ul.main-navigation li a h2, .layout nav ul.main-navigation li a h3, .layout nav ul.main-navigation li a h4, .layout nav ul.main-navigation li a h5, .layout nav ul.main-navigation li a h6{
  color: currentColor;
}

.layout nav ul.main-navigation li a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 194 14 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.layout nav ul.main-navigation li a.is-active{
  --tw-text-opacity: 1;
  color: rgb(255 194 14 / var(--tw-text-opacity));
}

.layout nav ul.main-navigation li .child-menu{
  list-style-type: none;
  padding-left: 0px;
}

.layout nav ul.main-navigation li .child-menu li:before{
  margin-right: 0.5rem;
  display: inline-block;
  font-weight: 900;
  --tw-content: '\f0da';
  content: var(--tw-content);
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
}

.swiper-container {
  --swiper-theme-color: #ffc20e;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 2rem;
  --swiper-pagination-color: #fff;
}

.swiper-wrapper{
  align-items: stretch;
}

.swiper-slide{
  height: auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.swiper-button-prev:after, .swiper-button-next:after {
  text-shadow: 0 0 1rem rgba(0,0,0,0.75);
}

.swiper-circle.swiper-circle-active{
  --tw-text-opacity: 1;
  color: rgb(119 122 5 / var(--tw-text-opacity));
  font-weight: var(--fas-weight);
}

.swiper.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  opacity: 1;
}

.swiper.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 1.5rem;
}

.slide-content :first-child{
  margin-top: 0px;
}

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

.slide-content h2{
  font-family: trade-gothic-next, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1200px){
  .slide-content h2{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.slide-content h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

@media (min-width: 782px){
  .slide-content h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1200px){
  .slide-content h3{
    font-size: 3rem;
    line-height: 1;
  }
}

.sidebar {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

@media (min-width: 782px){
  .sidebar{
    width: 41.666667%;
  }
}

@media (min-width: 1200px){
  .sidebar{
    width: 33.333333%;
  }
}

@media (min-width: 782px ) {
  .sidebar {
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0
  }

  .sidebar:before{
    position: absolute;
  }

  .sidebar:before{
    height: 100%;
  }

  .sidebar:before{
    width: 100%;
  }

  .sidebar:before{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .sidebar:before{
    --tw-bg-opacity: 0.1;
  }

  .sidebar:before {
    content: '';
    width: calc(100% + (100vw - 782px + 4rem) / 2);
    right: calc((100vw - 782px + 4rem) / -2);
  }
}

@media (min-width: 992px ) {
  .sidebar:before {
    width: calc(100% + (100vw - 992px + 4rem) / 2);
    right: calc((100vw - 992px + 4rem) / -2);
  }
}

@media (min-width: 1200px ) {
  .sidebar:before {
    width: calc(100% + (100vw - 1200px + 4rem) / 2);
    right: calc((100vw - 1200px + 4rem) / -2);
  }
}

@media (min-width: 1440px ) {
  .sidebar:before {
    width: calc(100% + (100vw - 1440px + 4rem) / 2);
    right: calc((100vw - 1440px + 4rem) / -2);
  }
}

.sidebar .sidebar-content{
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 576px){
  .sidebar .sidebar-content{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 782px){
  .sidebar .sidebar-content{
    padding-right: 0px;
  }
}

.sidebar .sidebar-content img{
  display: inline-block;
}

.sidebar.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 782px ) {
  .sidebar.white:before{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

.sidebar.white .sidebar-content{
  padding-top: 0px;
}

@media (min-width: 782px){
  .sidebar.white .sidebar-content{
    padding-top: 2rem;
  }
}

#main .sidebar{
  margin-bottom: -2rem;
}

@media (min-width: 782px){
  #main .sidebar{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #main .sidebar{
    --tw-bg-opacity: 0;
  }
}

.sidebar-graphic{
  position: relative;
}

@media (min-width: 992px){
  .sidebar-graphic{
    height: 450px;
  }

  .sidebar-graphic img{
    position: absolute;
  }

  .sidebar-graphic img{
    left: 0px;
  }

  .sidebar-graphic img{
    max-height: 100%;
  }

  .sidebar-graphic img{
    width: auto;
  }

  .sidebar-graphic img{
    min-width: 100%;
  }

  .sidebar-graphic img{
    max-width: none;
  }

  .sidebar-graphic img{
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.submenu-container .submenu-title a{
  pointer-events: none;
  font-family: all-round-gothic, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.submenu-container .submenu-title a:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.submenu-container .submenu{
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  padding: 0px;
}

.submenu-container .submenu li{
  margin-bottom: 0.25rem;
}

.submenu-container .submenu li a{
  font-family: all-round-gothic, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.submenu-container .submenu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 194 14 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.submenu-container .submenu li:before {
  content: '\f0da';
  font-weight: var(--fas-weight);
  margin-right: 0.5rem;
  display: inline-block;
  opacity: 0.5;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 0.75rem;
  line-height: 1rem;
}

.submenu-container .submenu li.current-menu-item > a{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
}

.layout-background-cobalt .submenu-container .submenu li.current-menu-item > a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layout-background-cobalt .submenu-container .submenu li.current-menu-item > a h1, .layout-background-cobalt .submenu-container .submenu li.current-menu-item > a h2, .layout-background-cobalt .submenu-container .submenu li.current-menu-item > a h3, .layout-background-cobalt .submenu-container .submenu li.current-menu-item > a h4, .layout-background-cobalt .submenu-container .submenu li.current-menu-item > a h5, .layout-background-cobalt .submenu-container .submenu li.current-menu-item > a h6{
  color: currentColor;
}

.submenu-container .submenu ul{
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 1rem;
}

.submenu-container .submenu ul li:before {
  content: '\f0da';
  font-weight: var(--fas-weight);
  margin-right: 0.5rem;
  display: inline-block;
  opacity: 0.5;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 0.75rem;
  line-height: 1rem;
}

.breadcrumb li:not(:first-child):before{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  font-weight: 300;
  --tw-content: '\f054';
  content: var(--tw-content);
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 0.75rem;
  line-height: 1rem;
}

.breadcrumb li a{
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.breadcrumb li a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.layout nav.pager{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 782px){
  .layout nav.pager{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

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

.pager ul{
  display: inline-flex;
  list-style-type: none;
  padding-left: 0px;
}

.pager ul li{
  margin-right: 1rem;
}

.pager ul li a{
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.pager ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.pager ul li.is-active a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.pager ul li.pager__item--first, .pager ul li.pager__item--last{
  display: none;
}

#cart-wrapper{
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 900;
  height: 100vh;
  width: 18rem;
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: max-height, transform, opacity, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

#cart-wrapper.open{
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
  opacity: 1;
}

#cart-wrapper.closed{
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
  opacity: 0;
}

#cart-wrapper #cart-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  padding-right: 1rem;
}

#cart-wrapper #cart-summary{
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

#cart-wrapper h3{
  text-align: center;
}

#cart-wrapper #cart-items{
  text-align: left;
}

#cart-wrapper #cart-items li{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#cart-wrapper #cart-items li > :nth-child(2n+1){
  width: 66.666667%;
  text-align: left;
}

#cart-wrapper #cart-items li > :nth-child(2n+2){
  width: 33.333333%;
  text-align: right;
}

#cart-wrapper #cart-items li .removeItem{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

#cart-wrapper #cart-items li .date{
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#cart-wrapper #cart-items li .price{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 700;
}

#cart-wrapper #cart-checkout{
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  margin: 0.25rem 0;
  border-radius: 9999px;
  font-weight: 700;
  color: #fff;
  background-color: #00427a;
  text-decoration: none;
}

#cart-wrapper #cart-checkout:after{
  position: relative;
  display: inline-block;
  margin-top: 0.25rem;
  margin-left: 0.75em;
  content: '\f105';
  font-weight: 300;
  transition: transform 0.4s ease;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 1.25em;
}

#cart-wrapper #cart-checkout:hover{
  color: #fff;
  background-color: #1e1e1e;
  text-decoration: none;
}

#cart-wrapper #cart-checkout:hover:after{
  transform: translateX(50%);
}

#cart-wrapper #cart-checkout{
  color: #fff;
  background-color: #652d89;
}

#cart-wrapper #cart-checkout:hover{
  color: #fff;
  background-color: #1e1e1e;
}

.program-full #cart-wrapper #cart-checkout{
  display: inline-flex;
  align-items: center;
}

.program-full #cart-wrapper #cart-checkout > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-full #cart-wrapper #cart-checkout{
    white-space: nowrap;
  }
}

.program-teaser #cart-wrapper #cart-checkout, .program-child #cart-wrapper #cart-checkout, .program-registration #cart-wrapper #cart-checkout{
  display: inline-flex;
  align-items: center;
}

.program-teaser #cart-wrapper #cart-checkout > :not([hidden]) ~ :not([hidden]), .program-child #cart-wrapper #cart-checkout > :not([hidden]) ~ :not([hidden]), .program-registration #cart-wrapper #cart-checkout > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser #cart-wrapper #cart-checkout, .program-child #cart-wrapper #cart-checkout, .program-registration #cart-wrapper #cart-checkout{
    white-space: nowrap;
  }
}

.program-teaser #cart-wrapper #cart-checkout, .program-child #cart-wrapper #cart-checkout, .program-registration #cart-wrapper #cart-checkout{
  display: inline-flex;
  align-items: center;
}

.program-teaser #cart-wrapper #cart-checkout > :not([hidden]) ~ :not([hidden]), .program-child #cart-wrapper #cart-checkout > :not([hidden]) ~ :not([hidden]), .program-registration #cart-wrapper #cart-checkout > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser #cart-wrapper #cart-checkout, .program-child #cart-wrapper #cart-checkout, .program-registration #cart-wrapper #cart-checkout{
    white-space: nowrap;
  }
}

.program-teaser #cart-wrapper #cart-checkout, .program-child #cart-wrapper #cart-checkout, .program-registration #cart-wrapper #cart-checkout{
  display: inline-flex;
  align-items: center;
}

.program-teaser #cart-wrapper #cart-checkout > :not([hidden]) ~ :not([hidden]), .program-child #cart-wrapper #cart-checkout > :not([hidden]) ~ :not([hidden]), .program-registration #cart-wrapper #cart-checkout > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser #cart-wrapper #cart-checkout, .program-child #cart-wrapper #cart-checkout, .program-registration #cart-wrapper #cart-checkout{
    white-space: nowrap;
  }
}

#cart-wrapper #cart-close{
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}

#cart-wrapper #cart-return{
  text-align: center;
}

.cart-link{
  display: inline-block;
  cursor: pointer;
}

.cart-link:before {
  content: '\f07a';
  font-weight: var(--far-weight);
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
}

.cart-link .cart-name{
  display: none;
}

.cart-sum{
  margin-left: 0.75rem;
  display: inline-block;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(198 29 35 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-family: trade-gothic-next, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cart-sum h1, .cart-sum h2, .cart-sum h3, .cart-sum h4, .cart-sum h5, .cart-sum h6{
  color: currentColor;
}

h4 .cart-sum{
  margin-left: 0.5rem;
}

.cart-added-msg{
  position: fixed;
  top: 6rem;
  z-index: 900;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(119 122 5 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cart-added-msg h1, .cart-added-msg h2, .cart-added-msg h3, .cart-added-msg h4, .cart-added-msg h5, .cart-added-msg h6{
  color: currentColor;
}

.add-to-cart{
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  margin: 0.25rem 0;
  border-radius: 9999px;
  font-weight: 700;
  color: #fff;
  background-color: #00427a;
  text-decoration: none;
}

.add-to-cart:after{
  position: relative;
  display: inline-block;
  margin-top: 0.25rem;
  margin-left: 0.75em;
  content: '\f105';
  font-weight: 300;
  transition: transform 0.4s ease;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 1.25em;
}

.add-to-cart:hover{
  color: #fff;
  background-color: #1e1e1e;
  text-decoration: none;
}

.add-to-cart:hover:after{
  transform: translateX(50%);
}

.add-to-cart{
  color: #fff;
  background-color: #652d89;
}

.add-to-cart:hover{
  color: #fff;
  background-color: #1e1e1e;
}

.add-to-cart{
  display: inline-flex;
  cursor: pointer;
}

.program-full .add-to-cart{
  display: inline-flex;
  align-items: center;
}

.program-full .add-to-cart > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-full .add-to-cart{
    white-space: nowrap;
  }
}

.program-teaser .add-to-cart, .program-child .add-to-cart, .program-registration .add-to-cart{
  display: inline-flex;
  align-items: center;
}

.program-teaser .add-to-cart > :not([hidden]) ~ :not([hidden]), .program-child .add-to-cart > :not([hidden]) ~ :not([hidden]), .program-registration .add-to-cart > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser .add-to-cart, .program-child .add-to-cart, .program-registration .add-to-cart{
    white-space: nowrap;
  }
}

.program-teaser .add-to-cart, .program-child .add-to-cart, .program-registration .add-to-cart{
  display: inline-flex;
  align-items: center;
}

.program-teaser .add-to-cart > :not([hidden]) ~ :not([hidden]), .program-child .add-to-cart > :not([hidden]) ~ :not([hidden]), .program-registration .add-to-cart > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser .add-to-cart, .program-child .add-to-cart, .program-registration .add-to-cart{
    white-space: nowrap;
  }
}

.program-teaser .add-to-cart, .program-child .add-to-cart, .program-registration .add-to-cart{
  display: inline-flex;
  align-items: center;
}

.program-teaser .add-to-cart > :not([hidden]) ~ :not([hidden]), .program-child .add-to-cart > :not([hidden]) ~ :not([hidden]), .program-registration .add-to-cart > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser .add-to-cart, .program-child .add-to-cart, .program-registration .add-to-cart{
    white-space: nowrap;
  }
}

.shape{
  pointer-events: none;
  position: absolute;
  height: 64px;
  width: 48px;
}

@media (min-width: 576px){
  .shape{
    height: 96px;
  }

  .shape{
    width: 72px;
  }
}

@media (min-width: 782px){
  .shape{
    height: 160px;
  }

  .shape{
    width: 120px;
  }
}

@media (min-width: 1200px){
  .shape{
    height: 200px;
  }

  .shape{
    width: 150px;
  }
}

@media (min-width: 1440px){
  .shape{
    height: 300px;
  }

  .shape{
    width: 225px;
  }
}

.shape-br{
  right: 0px;
  bottom: 0px;
  --tw-translate-y: 0.05%;
  transform: var(--tw-transform);
}

.shape-tr{
  right: 0px;
  top: 0px;
  --tw-translate-y: -0.05%;
  transform: var(--tw-transform);
}

/* Fixes potential theme css conflict */

.acf-map-container img {
  max-width: inherit !important;
}

.footer{
  line-height: 2rem;
}

.footer a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.footer a h1, .footer a h2, .footer a h3, .footer a h4, .footer a h5, .footer a h6{
  color: currentColor;
}

.footer a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 194 14 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#block-footercontact .field--name-body > :first-child{
  margin-top: 0px;
}

#block-footercontact .field--name-body a{
  font-weight: 400;
}

.contact-container .contact-label{
  margin-right: 0.25rem;
}

.contact-container .contact-row{
  white-space: nowrap;
}

.nav-contact .contact-container a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-contact .contact-container a h1, .nav-contact .contact-container a h2, .nav-contact .contact-container a h3, .nav-contact .contact-container a h4, .nav-contact .contact-container a h5, .nav-contact .contact-container a h6{
  color: currentColor;
}

.nav-contact .contact-container a:hover{
  --tw-text-opacity: 1;
  color: rgb(167 169 172 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.nav-contact .contact-container a:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.credit-container{
  font-size: 0.75rem;
  line-height: 1rem;
}

.credit-container p{
  margin-top: 0px;
  margin-bottom: 0px;
}

.credit-container a{
  margin-top: 0.5rem;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.credit-container a h1, .credit-container a h2, .credit-container a h3, .credit-container a h4, .credit-container a h5, .credit-container a h6{
  color: currentColor;
}

.credit-container a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

/* messages */

[data-drupal-messages]{
  margin-bottom: 2rem;
}

/* toolbar */

.toolbar-tray a{
  font-weight: inherit;
}

/* tabs */

#block-communityzone-local-tasks{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

#block-communityzone-local-tasks ul:not(.contextual-links){
  margin-bottom: -1px;
  display: flex;
}

#block-communityzone-local-tasks ul:not(.contextual-links) > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

#block-communityzone-local-tasks ul:not(.contextual-links) li{
  display: block;
}

#block-communityzone-local-tasks ul:not(.contextual-links) li a{
  display: block;
  white-space: nowrap;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#block-communityzone-local-tasks ul:not(.contextual-links) li a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 66 122 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
}

/* layout builder */

#edit-submit, #edit-discard-changes, #edit-revert{
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  margin: 0.25rem 0;
  border-radius: 9999px;
  font-weight: 700;
  color: #fff;
  background-color: #00427a;
  text-decoration: none;
}

#edit-submit:after, #edit-discard-changes:after, #edit-revert:after{
  position: relative;
  display: inline-block;
  margin-top: 0.25rem;
  margin-left: 0.75em;
  content: '\f105';
  font-weight: 300;
  transition: transform 0.4s ease;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 1.25em;
}

#edit-submit:hover, #edit-discard-changes:hover, #edit-revert:hover{
  color: #fff;
  background-color: #1e1e1e;
  text-decoration: none;
}

#edit-submit:hover:after, #edit-discard-changes:hover:after, #edit-revert:hover:after{
  transform: translateX(50%);
}

.program-full #edit-submit, .program-full #edit-discard-changes, .program-full #edit-revert{
  display: inline-flex;
  align-items: center;
}

.program-full #edit-submit > :not([hidden]) ~ :not([hidden]), .program-full #edit-discard-changes > :not([hidden]) ~ :not([hidden]), .program-full #edit-revert > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-full #edit-submit, .program-full #edit-discard-changes, .program-full #edit-revert{
    white-space: nowrap;
  }
}

.program-teaser #edit-submit, .program-child #edit-submit, .program-registration #edit-submit, .program-teaser #edit-discard-changes, .program-child #edit-discard-changes, .program-registration #edit-discard-changes, .program-teaser #edit-revert, .program-child #edit-revert, .program-registration #edit-revert{
  display: inline-flex;
  align-items: center;
}

.program-teaser #edit-submit > :not([hidden]) ~ :not([hidden]), .program-child #edit-submit > :not([hidden]) ~ :not([hidden]), .program-registration #edit-submit > :not([hidden]) ~ :not([hidden]), .program-teaser #edit-discard-changes > :not([hidden]) ~ :not([hidden]), .program-child #edit-discard-changes > :not([hidden]) ~ :not([hidden]), .program-registration #edit-discard-changes > :not([hidden]) ~ :not([hidden]), .program-teaser #edit-revert > :not([hidden]) ~ :not([hidden]), .program-child #edit-revert > :not([hidden]) ~ :not([hidden]), .program-registration #edit-revert > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser #edit-submit, .program-child #edit-submit, .program-registration #edit-submit, .program-teaser #edit-discard-changes, .program-child #edit-discard-changes, .program-registration #edit-discard-changes, .program-teaser #edit-revert, .program-child #edit-revert, .program-registration #edit-revert{
    white-space: nowrap;
  }
}

.program-teaser #edit-submit, .program-child #edit-submit, .program-registration #edit-submit, .program-teaser #edit-discard-changes, .program-child #edit-discard-changes, .program-registration #edit-discard-changes, .program-teaser #edit-revert, .program-child #edit-revert, .program-registration #edit-revert{
  display: inline-flex;
  align-items: center;
}

.program-teaser #edit-submit > :not([hidden]) ~ :not([hidden]), .program-child #edit-submit > :not([hidden]) ~ :not([hidden]), .program-registration #edit-submit > :not([hidden]) ~ :not([hidden]), .program-teaser #edit-discard-changes > :not([hidden]) ~ :not([hidden]), .program-child #edit-discard-changes > :not([hidden]) ~ :not([hidden]), .program-registration #edit-discard-changes > :not([hidden]) ~ :not([hidden]), .program-teaser #edit-revert > :not([hidden]) ~ :not([hidden]), .program-child #edit-revert > :not([hidden]) ~ :not([hidden]), .program-registration #edit-revert > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser #edit-submit, .program-child #edit-submit, .program-registration #edit-submit, .program-teaser #edit-discard-changes, .program-child #edit-discard-changes, .program-registration #edit-discard-changes, .program-teaser #edit-revert, .program-child #edit-revert, .program-registration #edit-revert{
    white-space: nowrap;
  }
}

.program-teaser #edit-submit, .program-child #edit-submit, .program-registration #edit-submit, .program-teaser #edit-discard-changes, .program-child #edit-discard-changes, .program-registration #edit-discard-changes, .program-teaser #edit-revert, .program-child #edit-revert, .program-registration #edit-revert{
  display: inline-flex;
  align-items: center;
}

.program-teaser #edit-submit > :not([hidden]) ~ :not([hidden]), .program-child #edit-submit > :not([hidden]) ~ :not([hidden]), .program-registration #edit-submit > :not([hidden]) ~ :not([hidden]), .program-teaser #edit-discard-changes > :not([hidden]) ~ :not([hidden]), .program-child #edit-discard-changes > :not([hidden]) ~ :not([hidden]), .program-registration #edit-discard-changes > :not([hidden]) ~ :not([hidden]), .program-teaser #edit-revert > :not([hidden]) ~ :not([hidden]), .program-child #edit-revert > :not([hidden]) ~ :not([hidden]), .program-registration #edit-revert > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser #edit-submit, .program-child #edit-submit, .program-registration #edit-submit, .program-teaser #edit-discard-changes, .program-child #edit-discard-changes, .program-registration #edit-discard-changes, .program-teaser #edit-revert, .program-child #edit-revert, .program-registration #edit-revert{
    white-space: nowrap;
  }
}

#edit-discard-changes, #edit-revert{
  color: #fff;
  background-color: #652d89;
}

#edit-discard-changes:hover, #edit-revert:hover{
  color: #fff;
  background-color: #1e1e1e;
}

#edit-preview-toggle{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form-item-toggle-content-preview, .form-item-revision{
  display: flex;
  align-items: center;
}

.form-item-toggle-content-preview input, .form-item-revision input{
  margin-right: 0.5rem;
  display: inline-block;
}

.vertical-tabs__panes{
  padding: 1rem;
}

.layout-builder-block.contextual-region{
  text-align: center;
}

#drupal-off-canvas-wrapper .form-select, #drupal-off-canvas-wrapper .form-text, #drupal-off-canvas-wrapper .form-tel, #drupal-off-canvas-wrapper .form-email, #drupal-off-canvas-wrapper .form-url, #drupal-off-canvas-wrapper .form-search, #drupal-off-canvas-wrapper .form-number, #drupal-off-canvas-wrapper .form-color, #drupal-off-canvas-wrapper .form-file, #drupal-off-canvas-wrapper .form-textarea, #drupal-off-canvas-wrapper .form-date, #drupal-off-canvas-wrapper .form-time{
  width: 100%;
  max-width: 100%;
}

#drupal-off-canvas-wrapper .paragraphs-dropbutton-wrapper{
  margin-top: 1.5rem;
}

#drupal-off-canvas-wrapper td{
  padding: 1rem;
}

#drupal-off-canvas-wrapper td.field-multiple-drag{
  padding-right: 0px;
}

#drupal-off-canvas-wrapper article, #drupal-off-canvas-wrapper span{
  font-size: 1rem;
  line-height: 1.5rem;
}

#drupal-off-canvas-wrapper .js-media-library-item-preview + div{
  margin-top: 1rem;
}

#drupal-off-canvas-wrapper input[type="submit"].button{
  margin-top: 1rem;
}

.visually-hidden{
  height: 0px;
  width: 0px;
}

.layout + .layout{
  margin-top: 3rem;
}

.layout-background-cobalt > div:not(.contextual){
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity));
}

.layout-background-amethyst > div:not(.contextual){
  --tw-bg-opacity: 1;
  background-color: rgb(101 45 137 / var(--tw-bg-opacity));
}

.layout-background-cobalt .text-cobalt{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layout-background-cobalt .text-cobalt h1, .layout-background-cobalt .text-cobalt h2, .layout-background-cobalt .text-cobalt h3, .layout-background-cobalt .text-cobalt h4, .layout-background-cobalt .text-cobalt h5, .layout-background-cobalt .text-cobalt h6{
  color: currentColor;
}

.layout-background-amethyst .text-amethyst{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layout-background-amethyst .text-amethyst h1, .layout-background-amethyst .text-amethyst h2, .layout-background-amethyst .text-amethyst h3, .layout-background-amethyst .text-amethyst h4, .layout-background-amethyst .text-amethyst h5, .layout-background-amethyst .text-amethyst h6{
  color: currentColor;
}

.layout-background-cobalt, .layout-background-amethyst{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layout-background-cobalt h1, .layout-background-cobalt h2, .layout-background-cobalt h3, .layout-background-cobalt h4, .layout-background-cobalt h5, .layout-background-cobalt h6, .layout-background-amethyst h1, .layout-background-amethyst h2, .layout-background-amethyst h3, .layout-background-amethyst h4, .layout-background-amethyst h5, .layout-background-amethyst h6{
  color: currentColor;
}

.layout-background-cobalt .field, .layout-background-amethyst .field{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.layout-background-cobalt .field__label, .layout-background-amethyst .field__label{
  font-weight: 800;
}

.layout-background-cobalt h1:first-child, .layout-background-cobalt h2:first-child, .layout-background-cobalt h3:first-child, .layout-background-cobalt h4:first-child, .layout-background-cobalt h5:first-child, .layout-background-cobalt h6:first-child, .layout-background-amethyst h1:first-child, .layout-background-amethyst h2:first-child, .layout-background-amethyst h3:first-child, .layout-background-amethyst h4:first-child, .layout-background-amethyst h5:first-child, .layout-background-amethyst h6:first-child{
  margin-top: 0px;
}

.layout-background-cobalt a, .layout-background-amethyst a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.layout-background-cobalt a h1, .layout-background-cobalt a h2, .layout-background-cobalt a h3, .layout-background-cobalt a h4, .layout-background-cobalt a h5, .layout-background-cobalt a h6, .layout-background-amethyst a h1, .layout-background-amethyst a h2, .layout-background-amethyst a h3, .layout-background-amethyst a h4, .layout-background-amethyst a h5, .layout-background-amethyst a h6{
  color: currentColor;
}

.layout-background-cobalt a:hover, .layout-background-amethyst a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 194 14 / var(--tw-text-opacity));
}

.layout-background-cobalt .field--name-field-program-parent a, .layout-background-amethyst .field--name-field-program-parent a{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

* + .layout-background-cobalt, * + .layout-background-amethyst{
  margin-top: 2rem;
}

/* twocol-section */

.layout--twocol-section{
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px){
  .layout--twocol-section{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .layout--twocol-section{
    flex-wrap: nowrap;
  }
}

.layout--twocol-section > .layout__region {
  flex: 0 1 100%;
  position: relative;
}

@media (min-width: 992px){
  .layout--twocol-section > .layout__region > *{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.layout--twocol-section > .layout__region--second{
  margin-top: 2rem;
}

@media (min-width: 992px){
  .layout--twocol-section > .layout__region--second{
    margin-top: 0px;
  }

  .layout--twocol-section > .layout__region--second .layout-background-cobalt:not(.layout-builder-block), .layout--twocol-section > .layout__region--second .layout-background-amethyst:not(.layout-builder-block){
    margin-left: auto;
  }

  .layout--twocol-section > .layout__region--second .layout-background-cobalt:not(.layout-builder-block), .layout--twocol-section > .layout__region--second .layout-background-amethyst:not(.layout-builder-block){
    max-width: 28rem;
  }
}

@media (min-width: 1440px){
  .layout--twocol-section > .layout__region--second .layout-background-cobalt:not(.layout-builder-block), .layout--twocol-section > .layout__region--second .layout-background-amethyst:not(.layout-builder-block){
    max-width: 31.5rem;
  }
}

@media screen and (min-width: 992px) {
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,
    .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    flex: 0 1 50%;
  }

  .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--first,
    .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second {
    flex: 0 1 33.33333%;
  }

  .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--second,
    .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first {
    flex: 0 1 66.66666%;
  }

  .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first,
    .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second {
    flex: 0 1 25%;
  }

  .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second,
    .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
    flex: 0 1 75%;
  }
}

/* threecol-section */

.layout--threecol-section{
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px){
  .layout--threecol-section{
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.layout--threecol-section > .layout__region {
  flex: 0 1 100%;
  position: relative;
}

@media (min-width: 992px){
  .layout--threecol-section > .layout__region > *{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.layout--threecol-section > .layout__region--second, .layout--threecol-section > .layout__region--third{
  margin-top: 2rem;
}

@media (min-width: 992px){
  .layout--threecol-section > .layout__region--second, .layout--threecol-section > .layout__region--third{
    margin-top: 0px;
  }
}

@media screen and (min-width: 992px) {
  .layout--threecol-section--25-50-25 > .layout__region--first,
    .layout--threecol-section--25-50-25 > .layout__region--third,
    .layout--threecol-section--25-25-50 > .layout__region--first,
    .layout--threecol-section--25-25-50 > .layout__region--second,
    .layout--threecol-section--50-25-25 > .layout__region--second,
    .layout--threecol-section--50-25-25 > .layout__region--third {
    flex: 0 1 25%;
  }

  .layout--threecol-section--25-50-25 > .layout__region--second,
    .layout--threecol-section--25-25-50 > .layout__region--third,
    .layout--threecol-section--50-25-25 > .layout__region--first {
    flex: 0 1 50%;
  }

  .layout--threecol-section--33-34-33 > .layout__region--first,
    .layout--threecol-section--33-34-33 > .layout__region--second,
    .layout--threecol-section--33-34-33 > .layout__region--third {
    flex: 0 1 33.33333%;
  }
}

/* fourcol-section */

.layout--fourcol-section{
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 782px){
  .layout--fourcol-section{
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.layout--fourcol-section > .layout__region {
  flex: 0 1 100%;
  position: relative;
}

@media (min-width: 992px){
  .layout--fourcol-section > .layout__region > *{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.layout--fourcol-section > .layout__region--second{
  margin-top: 2rem;
}

@media (min-width: 782px){
  .layout--fourcol-section > .layout__region--second{
    margin-top: 0px;
  }
}

.layout--fourcol-section > .layout__region--third, .layout--fourcol-section > .layout__region--fourth{
  margin-top: 2rem;
}

@media (min-width: 1200px){
  .layout--fourcol-section > .layout__region--third, .layout--fourcol-section > .layout__region--fourth{
    margin-top: 0px;
  }
}

@media screen and (min-width: 782px) {
  .layout--fourcol-section > .layout__region {
    flex: 0 1 50%;
  }
}

@media screen and (min-width: 1200px) {
  .layout--fourcol-section > .layout__region {
    flex: 0 1 25%;
  }
}

.form-item{
  margin-bottom: 1rem;
}

.form-checkboxes .form-item{
  margin-bottom: 0px;
}

.webform-submission-form label{
  margin-bottom: 0.25rem;
  display: block;
  font-weight: 700;
}

.layout-background-cobalt [type="submit"], .layout-background-amethyst [type="submit"]{
  color: #000;
  background-color: #ffc20e;
}

.layout-background-cobalt [type="submit"]:hover, .layout-background-amethyst [type="submit"]:hover{
  color: #fff;
  background-color: #1e1e1e;
}

.search-block-form{
  margin-left: auto;
  margin-right: auto;
  max-width: 576px;
}

#search-block-form{
  display: flex;
  align-items: center;
}

#search-block-form .form-item{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0.5rem;
  width: 100%;
}

.article-teaser{
  margin-top: 2rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(167 169 172 / var(--tw-border-opacity));
  padding-top: 1rem;
}

.accordion h1, .accordion h2, .accordion h3, .accordion h4, .accordion h5, .accordion h6{
  font-family: trade-gothic-next, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
}

/**
 * @file media-library.css

 * Styling for Media Library.
 */

.media-library-wrapper {
  display: flex;
  margin: -1em;
}

/**
 * @todo Reuse or build on vertical tabs styling for the media library menu.
 *   https://www.drupal.org/project/drupal/issues/3023767
 */

.media-library-menu {
  display: block;
  width: 600px;
  max-width: 20%;
  margin: 0;
  /* LTR */
  padding: 0;
  border-bottom: 1px solid #ccc;
  background-color: #e6e5e1;
  line-height: 1;
}

[dir="rtl"] .media-library-menu {
  margin: 0;
}

/**
 * @todo Use a class instead of the li element.
 *   https://www.drupal.org/project/drupal/issues/3029227
 */

.media-library-menu li {
  display: block;
  padding: 0;
  list-style: none;
}

.media-library-menu__link {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 15px;
  text-decoration: none;
  border-bottom: 1px solid #b3b2ad;
  background-color: #f2f2f0;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.6);
}

.media-library-menu__link:active,
.media-library-menu__link:hover,
.media-library-menu__link:focus {
  background: #fcfcfa;
  text-shadow: none;
}

.media-library-menu__link:focus,
.media-library-menu__link:active {
  outline: none;
}

.media-library-menu__link.active {
  z-index: 1;
  margin-right: -1px;
  /* LTR */
  color: #000;
  border-right: 1px solid #fcfcfa;
  /* LTR */
  border-bottom: 1px solid #b3b2ad;
  background-color: #fff;
  box-shadow: 0 5px 5px -5px hsla(0, 0%, 0%, 0.3);
}

[dir="rtl"] .media-library-menu__link.active {
  margin-right: 0;
  margin-left: -1px;
  border-right: 0;
  border-left: 1px solid #fcfcfa;
}

.media-library-content {
  width: 100%;
  padding: 1em;
  border-left: 1px solid #b3b2ad;
  /* LTR */
  outline: none;
}

[dir="rtl"] .media-library-content {
  border-right: 1px solid #b3b2ad;
  border-left: 0;
}

/* Generic media add form styles. */

.media-library-add-form--without-input .form-item {
  margin: 0 0 1em;
}

/**
 * Remove outline from added media list.
 *
 * The added media list receives focus after adding new media, but since it is
 * not an interactive element, it does not need an outline.
 */

.media-library-add-form__added-media {
  margin: 0;
  padding: 0;
  outline: none;
}

.media-library-add-form__input-wrapper {
  padding: 16px;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  background: #fcfcfa;
}

/* Style the media add upload form. */

.media-library-add-form--upload.media-library-add-form--without-input .form-item-upload {
  margin-bottom: 0;
}

.media-library-add-form .file-upload-help {
  margin: 8px 0 0;
}

/* Style the media add oEmbed form. */

.media-library-add-form--oembed .media-library-add-form__input-wrapper {
  display: flex;
}

@media screen and (max-width: 37.5em) {
  .media-library-add-form--oembed .media-library-add-form__input-wrapper {
    display: block;
  }
}

.media-library-add-form--oembed.media-library-add-form--without-input .form-item-url {
  margin-bottom: 0;
}

.media-library-add-form-oembed-url {
  width: 100%;
}

/**
 * @todo Remove .button when styles are moved to the seven theme in
 *   https://www.drupal.org/project/drupal/issues/2980769
 */

.button.media-library-add-form-oembed-submit {
  align-self: center;
}

/* Media add form selection styles. */

.media-library-add-form__selected-media {
  margin-top: 1em;
}

/* Change to padding to account for the negative margin for flex grid. */

.media-library-add-form__selected-media .details-wrapper {
  padding: 0 10px 1em 10px;
}

.media-library-add-form__selected-media .media-library-item .field--name-thumbnail img {
  height: 100px;
}

/* Generic media library view styles. */

.media-library-select-all {
  flex-basis: 100%;
  width: 100%;
  margin: 10px 8px;
}

.media-library-select-all input {
  margin-right: 10px;
}

[dir="rtl"] .media-library-select-all input {
  margin-left: 10px;
}

.media-library-views-form,
.media-library-selection,
.media-library-add-form__selected-media .details-wrapper,
.media-library-views-form__bulk_form,
.media-library-view .form--inline {
  display: flex;
  flex-wrap: wrap;
}

.media-library-views-form > .form-actions {
  flex-basis: 100%;
}

.media-library-views-form__header {
  flex-basis: 100%;
}

.media-library-views-form__header .form-item {
  margin-right: 8px;
}

.media-library-views-form__rows {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0 -8px;
}

.media-library-view .form-actions {
  align-self: flex-end;
  margin: 0.75em 0;
}

@media screen and (max-width: 600px) {
  .media-library-view .form-actions {
    flex-basis: 100%;
  }
}

.media-library-view .media-library-view--form-actions {
  clear: left;
  align-self: flex-end;
  margin: 0.75em 0;
}

/**
 * Override the table display of the visually hidden labels.
 *
 * The width, height and overflow properties in the styles for the
 * .visually-hidden class do not work correctly if the element has a table
 * display.
 */

.media-library-item label {
  display: inline-block;
}

/* Media library widget view styles. */

.media-library-wrapper .media-library-view {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.media-library-wrapper .view-header {
  align-self: flex-end;
  margin: 1em 0;
  text-align: right;
  /* LTR */
}

[dir="rtl"] .media-library-wrapper .view-header {
  text-align: left;
}

.media-library-wrapper .media-library-view .view-content {
  flex: 0 0 100%;
}

.media-library-wrapper .views-display-link {
  margin: 0;
  padding-left: 22px;
  /* LTR */
  color: #333;
  font-size: 15px;
  line-height: 16px;
}

[dir="rtl"] .media-library-wrapper .views-display-link {
  padding-right: 22px;
  padding-left: 0;
}

.media-library-wrapper .views-display-link.is-active {
  font-weight: bold;
}

.media-library-wrapper .views-display-link-widget {
  margin-right: 15px;
  background: url(../../../../misc/icons/333333/grid.svg) left 0 no-repeat;
  /* LTR */
}

[dir="rtl"] .media-library-wrapper .views-display-link-widget {
  background-position: right 0;
}

.media-library-wrapper .views-display-link-widget_table {
  background: url(../../../../misc/icons/333333/table.svg) left 0 no-repeat;
  /* LTR */
}

[dir="rtl"] .media-library-wrapper .views-display-link-widget_table {
  background-position: right 0;
}

/**
 * Style the media library grid items.
 */

.media-library-item {
  position: relative;
}

/**
* The media library item container receives screen reader focus when items are
* removed. Since it is not an interactive element, it does not need an
* outline.
*/

.media-library-item--grid {
  justify-content: center;
  box-sizing: border-box;
  width: 50%;
  padding: 8px;
  vertical-align: top;
  outline: none;
  background: #fff;
}

.media-library-item--grid:before {
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  content: "";
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  pointer-events: none;
  border: 1px solid #dbdbdb;
}

/* Media library widget weight field styles. */

.media-library-item--grid .form-item {
  margin: 0.75em;
}

/* The selected items in the add form should be shown a bit smaller. */

.media-library-add-form__selected-media .media-library-item--small {
  width: 33.3%;
}

.media-library-widget-modal .ui-dialog-buttonpane {
  display: flex;
  align-items: center;
}

.media-library-widget-modal .ui-dialog-buttonpane .form-actions {
  flex: 1;
}

/**
 * By default, the dialog is too narrow to be usable.
 * @see Drupal.ckeditor.openDialog()
 */

.ui-dialog--narrow.media-library-widget-modal {
  max-width: 75%;
}

@media screen and (min-width: 45em) {
  .media-library-item--grid {
    width: 33.3%;
  }

  /* Change the width for the modal and widget since there is less space. */

  .media-library-widget-modal .media-library-item--grid,
  .media-library-selection .media-library-item--grid {
    width: 50%;
  }

  /* The selected items in the add form should be shown a bit smaller. */

  .media-library-add-form__selected-media .media-library-item--small {
    width: 25%;
  }
}

@media screen and (min-width: 60em) {
  .media-library-item--grid {
    width: 25%;
  }

  /* Change the width for the modal and widget since there is less space. */

  .media-library-widget-modal .media-library-item--grid,
  .media-library-selection .media-library-item--grid {
    width: 33.3%;
  }

  /* The selected items in the add form should be shown a bit smaller. */

  .media-library-add-form__selected-media .media-library-item--small {
    width: 16.6%;
  }
}

@media screen and (min-width: 77em) {
  .media-library-item--grid {
    width: 16.6%;
  }

  /* Change the width for the modal and widget since there is less space. */

  .media-library-widget-modal .media-library-item--grid,
  .media-library-selection .media-library-item--grid {
    width: 25%;
  }

  /* The selected items in the add form should be shown a bit smaller. */

  .media-library-add-form__selected-media .media-library-item--small {
    width: 16.6%;
  }
}

.media-library-item--grid .field--name-thumbnail {
  overflow: hidden;
  text-align: center;
  background-color: #ebebeb;
}

.media-library-item--grid .field--name-thumbnail img {
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.media-library-item--grid.is-hover:before,
.media-library-item--grid.checked:before,
.media-library-item--grid.is-focus:before {
  top: 5px;
  left: 5px;
  border-width: 3px;
  border-color: #40b6ff;
  border-radius: 3px;
}

.media-library-item--grid.checked:before {
  border-color: #0076c0;
}

.media-library-item__click-to-select-checkbox {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  /* LTR */
  display: block;
}

[dir="rtl"] .media-library-item__click-to-select-checkbox {
  right: 16px;
  left: auto;
}

.media-library-item__click-to-select-checkbox input {
  width: 20px;
  height: 20px;
}

.media-library-item__click-to-select-checkbox .form-item {
  margin: 0;
}

.media-library-item__click-to-select-trigger {
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}

/* Media library item table styles. */

.media-library-item--table img {
  max-width: 100px;
  height: auto;
}

/* Media library entity view display styles. */

.media-library-item__preview {
  padding-bottom: 34px;
}

.field--widget-media-library-widget .media-library-item__preview {
  cursor: move;
}

.field--widget-media-library-widget .js-media-library-item:only-child .media-library-item__preview {
  cursor: inherit;
}

.media-library-item__status {
  position: absolute;
  top: 40px;
  left: 5px;
  /* LTR */
  padding: 5px 10px;
  pointer-events: none;
  color: #e4e4e4;
  background: #666;
  font-size: 12px;
  font-style: italic;
}

[dir="rtl"] .media-library-item__status {
  right: 5px;
  left: auto;
}

.media-library-item__attributes {
  position: absolute;
  bottom: 0;
  display: block;
  overflow: hidden;
  max-width: calc(100% - 10px);
  max-height: calc(100% - 50px);
  padding: 5px;
  background: white;
}

.media-library-item__name {
  font-size: 14px;
  display: block;
  overflow: hidden;
  margin: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.media-library-item__attributes:hover .media-library-item__name,
.media-library-item--grid.is-focus .media-library-item__name,
.media-library-item--grid.checked .media-library-item__name {
  white-space: normal;
}

.media-library-item__type {
  color: #696969;
  font-size: 12px;
}

.media-library-item--disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* Media library widget styles. */

.media-library-widget {
  position: relative;
}

/**
 * @todo Change to .media-library-open-button when styles are moved to the
 *   seven theme in https://www.drupal.org/project/drupal/issues/2980769
 */

.button.media-library-open-button {
  margin-bottom: 1em;
  margin-left: 0;
  /* LTR */
}

[dir="rtl"] .button.media-library-open-button {
  margin-right: 0;
  margin-left: 1em;
}

.media-library-widget__toggle-weight {
  position: absolute;
  top: 5px;
  right: 5px;
  /* LTR */
}

[dir="rtl"] .media-library-widget__toggle-weight {
  right: auto;
  left: 5px;
}

/* Add negative margin for flex grid. */

.media-library-selection {
  margin: 1em -8px;
}

/**
 * Media library widget edit and delete button styles.
 *
 * We have to override the .button styles since buttons make heavy use of
 * background and border property changes.
 */

.media-library-item__edit,
.media-library-item__edit:hover,
.media-library-item__edit:focus,
.media-library-item__remove,
.media-library-item__remove:hover,
.media-library-item__remove:focus,
.media-library-item__remove.button,
.media-library-item__remove.button:first-child,
.media-library-item__remove.button:disabled,
.media-library-item__remove.button:disabled:active,
.media-library-item__remove.button:hover,
.media-library-item__remove.button:focus {
  position: absolute;
  z-index: 1;
  top: 10px;
  overflow: hidden;
  width: 21px;
  height: 21px;
  margin: 5px;
  padding: 0;
  transition: 0.2s border-color;
  color: transparent;
  border: 2px solid #ccc;
  border-radius: 20px;
  background-size: 13px;
  text-shadow: none;
  font-size: 0;
}

.media-library-item__edit {
  right: 40px;
  /* LTR */
}

[dir="rtl"] .media-library-item__edit {
  right: auto;
  left: 40px;
}

.media-library-item__remove {
  right: 10px;
  /* LTR */
}

[dir="rtl"] .media-library-item__remove {
  right: auto;
  left: 10px;
}

.media-library-item__edit {
  background: url("../../../../misc/icons/787878/pencil.svg") #fff center no-repeat;
  background-size: 13px;
}

.media-library-item__remove,
.media-library-item__remove.button,
.media-library-item__remove.button:first-child,
.media-library-item__remove.button:disabled,
.media-library-item__remove.button:disabled:active,
.media-library-item__remove.button:hover,
.media-library-item__remove.button:focus {
  background: url("../../../../misc/icons/787878/ex.svg") #fff center no-repeat;
  background-size: 13px;
}

.media-library-item__edit:hover,
.media-library-item__edit:focus,
.media-library-item__remove:hover,
.media-library-item__remove:focus,
.media-library-item__remove.button:hover,
.media-library-item__remove.button:focus,
.media-library-item__remove.button:disabled:active {
  border-color: #40b6ff;
}

/**
 * Style the added media item container.
 *
 * The added media container receives screen reader focus since it has the role
 * 'listitem'. Since it is not an interactive element, it does not need an
 * outline.
 */

.media-library-add-form__media {
  position: relative;
  display: flex;
  padding: 1em 0;
  border-bottom: 1px solid #c0c0c0;
  outline: none;
}

/* Do not show the top padding for the first item. */

.media-library-add-form__media:first-child {
  padding-top: 0;
}

/**
 * Change the position of the remove button for the first item.
 *
 * The first item doesn't have a top padding, change the location of the remove
 * button as well.
 */

.media-library-add-form__media:first-child .media-library-add-form__remove-button[type="submit"] {
  top: 5px;
}

/* Do not show the bottom border and padding for the last item. */

.media-library-add-form__media:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.media-library-add-form__preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  margin-right: 20px;
  /* LTR */
  background: #ebebeb;
}

[dir="rtl"] .media-library-add-form__preview {
  margin-right: 0;
  margin-left: 20px;
}

/**
 * @todo Remove [type="submit"] when styles are moved to the seven theme in
 *   https://www.drupal.org/project/drupal/issues/2980769
 */

.media-library-add-form__remove-button[type="submit"] {
  position: absolute;
  top: 25px;
  right: 6px;
  /* LTR */
  width: auto;
  margin: 0;
  padding: 2px 20px 2px 2px;
  /* LTR */
  text-transform: lowercase;
  color: transparent;
  border: 0;
  border-radius: 0;
  background: transparent url(../../../../misc/icons/787878/ex.svg) right 2px no-repeat;
  /* LTR */
  font-weight: normal;
  line-height: 16px;
}

[dir="rtl"] .media-library-add-form__remove-button[type="submit"] {
  right: auto;
  left: 13px;
  padding: 2px 2px 2px 20px;
  background-position: left 2px;
}

.media-library-add-form__remove-button:focus,
.media-library-add-form__remove-button.button:disabled,
.media-library-add-form__remove-button.button:disabled:active,
.media-library-add-form__remove-button.button:focus {
  color: #787878;
  border: 0;
  background: transparent url(../../../../misc/icons/787878/ex.svg) right 2px no-repeat;
  /* LTR */
}

[dir="rtl"] .media-library-add-form__remove-button:focus,
[dir="rtl"] .media-library-add-form__remove-button.button:disabled,
[dir="rtl"] .media-library-add-form__remove-button.button:disabled:active,
[dir="rtl"] .media-library-add-form__remove-button.button:focus {
  background-position: left 2px;
}

.media-library-add-form__remove-button:hover,
.media-library-add-form__remove-button.button:hover {
  color: #e00;
  border: 0;
  background: transparent url(../../../../misc/icons/ee0000/ex.svg) right 2px no-repeat;
  /* LTR */
  box-shadow: none;
}

[dir="rtl"] .media-library-add-form__remove-button:hover,
[dir="rtl"] .media-library-add-form__remove-button.button:hover {
  background-position: left 2px;
}

/* @todo Remove in https://www.drupal.org/project/drupal/issues/3064914 */

.views-live-preview .media-library-view div.views-row + div.views-row {
  margin-top: 0;
}

.media-library-item--grid .field--name-thumbnail {
  display: flex;
  justify-content: center;
}

.search-form + *{
  margin-top: 2rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
  padding-top: 2rem;
}

.search-advanced{
  margin-top: 1rem;
}

@media (min-width: 782px){
  .search-advanced{
    margin-top: 0px;
  }
}

.search-advanced summary a.details-title{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.search-advanced[open] summary{
  margin-bottom: 1rem;
}

.fieldset-legend{
  font-weight: 700;
}

#edit-types-fieldset .criterion .fieldset-legend{
  display: none;
}

body.userlogin .layout-content .content, body.userregister .layout-content .content, body.userpassword .layout-content .content{
  margin-left: auto;
  margin-right: auto;
  max-width: 576px;
}

article footer{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

article .links{
  display: block;
  list-style-type: none;
  padding-left: 0px;
}

article .links a{
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  margin: 0.25rem 0;
  border-radius: 9999px;
  font-weight: 700;
  color: #fff;
  background-color: #00427a;
  text-decoration: none;
}

article .links a:after{
  position: relative;
  display: inline-block;
  margin-top: 0.25rem;
  margin-left: 0.75em;
  content: '\f105';
  font-weight: 300;
  transition: transform 0.4s ease;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 1.25em;
}

article .links a:hover{
  color: #fff;
  background-color: #1e1e1e;
  text-decoration: none;
}

article .links a:hover:after{
  transform: translateX(50%);
}

.program-full article .links a{
  display: inline-flex;
  align-items: center;
}

.program-full article .links a > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-full article .links a{
    white-space: nowrap;
  }
}

.program-teaser article .links a, .program-child article .links a, .program-registration article .links a{
  display: inline-flex;
  align-items: center;
}

.program-teaser article .links a > :not([hidden]) ~ :not([hidden]), .program-child article .links a > :not([hidden]) ~ :not([hidden]), .program-registration article .links a > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser article .links a, .program-child article .links a, .program-registration article .links a{
    white-space: nowrap;
  }
}

.program-teaser article .links a, .program-child article .links a, .program-registration article .links a{
  display: inline-flex;
  align-items: center;
}

.program-teaser article .links a > :not([hidden]) ~ :not([hidden]), .program-child article .links a > :not([hidden]) ~ :not([hidden]), .program-registration article .links a > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser article .links a, .program-child article .links a, .program-registration article .links a{
    white-space: nowrap;
  }
}

.program-teaser article .links a, .program-child article .links a, .program-registration article .links a{
  display: inline-flex;
  align-items: center;
}

.program-teaser article .links a > :not([hidden]) ~ :not([hidden]), .program-child article .links a > :not([hidden]) ~ :not([hidden]), .program-registration article .links a > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser article .links a, .program-child article .links a, .program-registration article .links a{
    white-space: nowrap;
  }
}

article .field--type-text-with-summary{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

article .field--type-text-with-summary :first-child{
  margin-top: 0px;
}

article .field--type-text-with-summary :last-child{
  margin-bottom: 0px;
}

.article-category, .article-tag{
  margin-right: 1rem;
}

.article-category a, .article-tag a{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.program-full .btn{
  display: inline-flex;
  align-items: center;
}

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

@media (min-width: 576px){
  .program-full .btn{
    white-space: nowrap;
  }
}

.program-teaser h1, .program-teaser h2, .program-teaser h3, .program-teaser h4, .program-teaser h5, .program-teaser h6, .program-child h1, .program-child h2, .program-child h3, .program-child h4, .program-child h5, .program-child h6, .program-registration h1, .program-registration h2, .program-registration h3, .program-registration h4, .program-registration h5, .program-registration h6{
  font-family: trade-gothic-next, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
}

.program-teaser .field--name-body :last-child, .program-child .field--name-body :last-child, .program-registration .field--name-body :last-child{
  margin-bottom: 0px;
}

.program-teaser .field__label, .program-child .field__label, .program-registration .field__label{
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.program-teaser .btn, .program-child .btn, .program-registration .btn{
  display: inline-flex;
  align-items: center;
}

.program-teaser .btn > :not([hidden]) ~ :not([hidden]), .program-child .btn > :not([hidden]) ~ :not([hidden]), .program-registration .btn > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser .btn, .program-child .btn, .program-registration .btn{
    white-space: nowrap;
  }
}

.program-instances{
  margin-top: 1.5rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 194 14 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.program-instances.no-instances p{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

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

@media (min-width: 782px){
  .program-instances .program-instance > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

.program-instances .program-instance:not(:first-child){
  margin-top: 1rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-top: 1rem;
}

@media (min-width: 782px){
  .program-instances .program-instance-details{
    display: flex;
  }

  .program-instances .program-instance-details{
    align-items: center;
  }

  .program-instances .program-instance-details{
    justify-content: space-between;
  }
}

.program-instances .program-instance-details > div:not(:last-child){
  padding-right: 1rem;
}

.program-instances .program-instance-details .program-instance-code{
  white-space: nowrap;
  font-weight: 700;
}

.program-instances .program-instance-details .program-instance-actions{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.program-instances .program-instance-details .program-instance-actions > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 1200px){
  .program-instances .program-instance-details .program-instance-actions{
    display: block;
  }

  .program-instances .program-instance-details .program-instance-actions > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .program-instances .program-instance-details .program-instance-actions{
    text-align: center;
  }
}

.program-instances .program-instance-details .assist-enrol a{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.program-instances .program-instance-details .assist-enrol a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
}

.program-instances .program-instance-dates{
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

@media (min-width: 782px){
  .program-instances .program-instance-dates{
    display: flex;
  }

  .program-instances .program-instance-dates{
    align-items: center;
  }

  .program-instances .program-instance-dates{
    justify-content: space-between;
  }

  .program-instances .program-instance-dates > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

.enrolment-services-container{
  margin-top: 1.5rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 194 14 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

@media (min-width: 782px){
  .enrolment-services-container{
    display: flex;
  }

  .enrolment-services-container{
    justify-content: flex-end;
  }
}

.program-label{
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1200px){
  .program-label{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.layout-background-cobalt .program-label{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.layout-background-cobalt .program-label h1, .layout-background-cobalt .program-label h2, .layout-background-cobalt .program-label h3, .layout-background-cobalt .program-label h4, .layout-background-cobalt .program-label h5, .layout-background-cobalt .program-label h6{
  color: currentColor;
}

.program-label a{
  font-weight: inherit;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.program-label a:hover{
  --tw-text-opacity: 1;
  color: rgb(101 45 137 / var(--tw-text-opacity));
}

.program-link a{
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  margin: 0.25rem 0;
  border-radius: 9999px;
  font-weight: 700;
  color: #fff;
  background-color: #00427a;
  text-decoration: none;
}

.program-link a:after{
  position: relative;
  display: inline-block;
  margin-top: 0.25rem;
  margin-left: 0.75em;
  content: '\f105';
  font-weight: 300;
  transition: transform 0.4s ease;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 1.25em;
}

.program-link a:hover{
  color: #fff;
  background-color: #1e1e1e;
  text-decoration: none;
}

.program-link a:hover:after{
  transform: translateX(50%);
}

.program-link a{
  color: #000;
  background-color: #ffc20e;
}

.program-link a:hover{
  color: #fff;
  background-color: #1e1e1e;
}

.program-link a{
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
}

.program-full .program-link a{
  display: inline-flex;
  align-items: center;
}

.program-full .program-link a > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-full .program-link a{
    white-space: nowrap;
  }
}

.program-teaser .program-link a, .program-child .program-link a, .program-registration .program-link a{
  display: inline-flex;
  align-items: center;
}

.program-teaser .program-link a > :not([hidden]) ~ :not([hidden]), .program-child .program-link a > :not([hidden]) ~ :not([hidden]), .program-registration .program-link a > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser .program-link a, .program-child .program-link a, .program-registration .program-link a{
    white-space: nowrap;
  }
}

.program-teaser .program-link a, .program-child .program-link a, .program-registration .program-link a{
  display: inline-flex;
  align-items: center;
}

.program-teaser .program-link a > :not([hidden]) ~ :not([hidden]), .program-child .program-link a > :not([hidden]) ~ :not([hidden]), .program-registration .program-link a > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser .program-link a, .program-child .program-link a, .program-registration .program-link a{
    white-space: nowrap;
  }
}

.program-teaser .program-link a, .program-child .program-link a, .program-registration .program-link a{
  display: inline-flex;
  align-items: center;
}

.program-teaser .program-link a > :not([hidden]) ~ :not([hidden]), .program-child .program-link a > :not([hidden]) ~ :not([hidden]), .program-registration .program-link a > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 576px){
  .program-teaser .program-link a, .program-child .program-link a, .program-registration .program-link a{
    white-space: nowrap;
  }

  .program-link a{
    white-space: nowrap;
  }
}

.program-link a:after{
  display: inline-block;
  padding-left: 0.75rem;
  font-weight: 300;
  --tw-content: '\f105';
  content: var(--tw-content);
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 1.33333em;
  line-height: 0.75em;
}

.field--name-field-program-method .field__items .field__item, .field--name-field-program-location .field__items .field__item{
  display: inline-block;
}

.field--name-field-program-method .field__items .field__item:after, .field--name-field-program-location .field__items .field__item:after {
  content: ',';
}

.field--name-field-program-method .field__items .field__item:last-child:after, .field--name-field-program-location .field__items .field__item:last-child:after {
  content: none;
}

.instructor-content a{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

/* @import 'helpers/breakpoints.css'; */

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

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

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-amethyst:hover{
  --tw-text-opacity: 1;
  color: rgb(101 45 137 / var(--tw-text-opacity));
}

.hover\:text-cobalt:hover{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.active\:bg-cobalt:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity));
}

.active\:text-white:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 576px){
  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

  .sm\:flex{
    display: flex;
  }

  .sm\:h-64{
    height: 16rem;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:max-h-\[18rem\]{
    max-height: 18rem;
  }

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

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:w-2\/5{
    width: 40%;
  }

  .sm\:w-10{
    width: 2.5rem;
  }

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

  .sm\:p-8{
    padding: 2rem;
  }

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

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

  .sm\:pl-8{
    padding-left: 2rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }
}

@media (min-width: 782px){
  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

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

  .md\:flex{
    display: flex;
  }

  .md\:h-72{
    height: 18rem;
  }

  .md\:max-h-\[20rem\]{
    max-height: 20rem;
  }

  .md\:w-3\/5{
    width: 60%;
  }

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

  .md\:w-72{
    width: 18rem;
  }

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

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

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

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

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

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

  .md\:self-start{
    align-self: flex-start;
  }

  .md\:p-4{
    padding: 1rem;
  }

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

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

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

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

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

@media (min-width: 992px){
  .lg\:order-2{
    order: 2;
  }

  .lg\:order-1{
    order: 1;
  }

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

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

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

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-64{
    height: 16rem;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:max-h-\[36rem\]{
    max-height: 36rem;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

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

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
  }

  .lg\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
  }

  .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgb(255 255 255 / 0));
  }

  .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgb(0 0 0 / 0));
  }

  .lg\:p-4{
    padding: 1rem;
  }

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

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

  .lg\:pl-8{
    padding-left: 2rem;
  }

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

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

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

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

@media (min-width: 1200px){
  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:h-72{
    height: 18rem;
  }

  .xl\:max-h-\[40rem\]{
    max-height: 40rem;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-72{
    width: 18rem;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

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

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

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

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

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

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

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

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

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

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

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

  .xl\:pl-8{
    padding-left: 2rem;
  }

  .xl\:pt-0{
    padding-top: 0px;
  }

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

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

@media (min-width: 1440px){
  .\32xl\:max-h-\[44rem\]{
    max-height: 44rem;
  }

  .\32xl\:w-1\/4{
    width: 25%;
  }
}

@media (min-width: 576px) and (max-width: 992px){
  .sm-lg\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }
}