/*
! tailwindcss v3.4.7 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

@font-face {
  font-family: "roboto-400";

  src: url("../fonts/roboto/Roboto-Regular.woff") format("woff");

  font-display: swap;
}

@font-face {
  font-family: "roboto-500";

  src: url("../fonts/roboto/Roboto-Medium.woff") format("woff");

  font-display: swap;
}

@font-face {
  font-family: "roboto-600";

  src: url("../fonts/roboto/Roboto-Bold.woff") format("woff");

  font-display: swap;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --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-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --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-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.post__sticky {
  top: 0px !important;
}

.nav__banner .nav__banner-inner a.btn:hover {
  text-decoration-line: underline;
}

.content-carousel .owl-dots {
  order: 2;
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.egwf__acc:last-child {
  border-bottom-width: 2px;
}

.eg__item:hover {
  --tw-scale-x: 1.015;
  --tw-scale-y: 1.015;
  transform: translate(var(--tw-translate-x), 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));
}

@media (min-width: 992px) {
  .cpwi__content p.button {
    opacity: 1 !important;
  }
}

/* .avitff {
		.avitff__image {
			@apply hidden h-[inherit];
		}
	} */

section.el table.dataTable thead th {
  border-bottom-width: 0px;
}

section.ttc .ttc__images img, section.ttc .tiffg__images img, section.tiffg .ttc__images img, section.tiffg .tiffg__images img {
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  section.ttc .ttc__images img, section.ttc .tiffg__images img, section.tiffg .ttc__images img, section.tiffg .tiffg__images img {
    -o-object-position: top;
       object-position: top;
  }
}

@media (min-width: 1200px) {
  section.ttc .ttc__images img, section.ttc .tiffg__images img, section.tiffg .ttc__images img, section.tiffg .tiffg__images img {
    -o-object-position: center;
       object-position: center;
  }
}

section.ttc .ttc__images .ai:nth-child(2), section.ttc .tiffg__images .ai:nth-child(2), section.tiffg .ttc__images .ai:nth-child(2), section.tiffg .tiffg__images .ai:nth-child(2) {
  width: 44%;
}

.awg__item:hover {
  --tw-scale-y: 1.04;
  transform: translate(var(--tw-translate-x), 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));
}

.bcl__rows .bcl__item .bcl__item-inner svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.bcl__rows .bcl__item.active .bcl__item-inner svg {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), 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));
}

.bcl__rows .bcl__item .bcl__subparents .bcl__item:not(.active) svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.bcl__rows .bcl__item .bcl__subparents .bcl__item.active .svg {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), 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));
}

.ahbl:not(.ahiac) .ahic__head p, .ahic:not(.ahiac) .ahic__head p {
  width: initial !important;
}

.para-text a {
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
}

.para-text a:hover {
  text-decoration-line: underline;
}

.rt__cards.show-on-mobile .owl-stage {
  display: flex;
  height: 100%;
}

.rt__cards.show-on-mobile .owl-stage .rt__card {
  height: 100%;
}

dialog:not([open]) {
  display: none !important;
}

.form-container:has(iframe) {
  height: 100%;
}

.form-container:has(iframe) iframe {
  position: relative !important;
  height: 100%;
  width: 100%;
}

.ahic-v2 .ahic__head {
  background-color: var(--ahic-closed-color);
}

.ahic-v2 .ahic__acc.active .ahic__head {
  background: white !important;
}

.ahic-v2 .btn.plain-arrow.blue {
  color: var(--ahic-cta-color);
}

.ahic-v2 .btn.plain-arrow.blue .circ .circ__inner svg path {
  stroke: var(--ahic-cta-color) !important;
}

footer.footer.events {
  background: var(
        --dark-blue-gradient,
        linear-gradient(83deg, #006fb9 -19.23%, #003253 101.07%)
      );
}

@media (min-width: 1200px) {
  footer.footer .footer__inner.up {
    gap: 1.5rem;
  }
}

footer.footer .footer__inner.down {
  border-top-width: 0px;
}

@media (min-width: 992px) {
  footer.footer .footer__inner.down {
    border-top-width: 1px;
  }
}

.gic__item.odd iframe {
  height: 280px;
  width: 224px;
}

@media (min-width: 992px) {
  .gic__item.odd iframe {
    height: 500px;
    width: 400px;
  }
}

.gic__item.even iframe {
  height: 224px;
  width: 280px;
}

@media (min-width: 992px) {
  .gic__item.even iframe {
    height: 400px;
    width: 500px;
  }
}

.sticky__bar {
  top: 0px;
  transition-property: top,padding-top,padding-bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.sticky__bar.active.up {
  top: 80px !important;
}

@media (min-width: 1200px) {
  .sticky__bar.active.up {
    top: 82px !important;
  }
}

.hero__select.text-white svg path {
  stroke: #ffffff;
}

.hero__select.\!text-white svg path {
  stroke: #ffffff;
}

.hero__select.text-black svg path {
  stroke: #272626;
}

.hero__select.\!text-black svg path {
  stroke: #272626;
}

.btn.plain-arrow.theme-white svg path {
  stroke: #ffffff !important;
}

.btn.plain-arrow.theme-black svg path {
  stroke: #272626 !important;
}

section.e-mode .video-hero .video-embed {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  container-type: size;
}

section.e-mode .video-hero .video-embed iframe {
  position: absolute;
  /* keep video centered both vertically and horizontally */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  /* prevent interaction */
}

/* force aspect ratio based on parent container */

@container (min-aspect-ratio: 16/9) {
  section.e-mode .video-hero .video-embed iframe {
    height: 56.25cqw;
    /* 100*9/16 */
  }
}

@container (max-aspect-ratio: 16/9) {
  section.e-mode .video-hero .video-embed iframe {
    width: 177.78cqh;
    /* 100*16/9 */
  }
}

section.e-mode .video-hero .video-embed iframe {
  pointer-events: none;
}

body.awwa-events-site .post__bc {
  background-color: var(--events-primary-solid);
}

body.awwa-events-site .circ.blue .circ__inner {
  background-color: var(--events-primary-solid);
}

body.awwa-events-site .sch__item-content .eyebrow {
  color: var(--events-secondary-solid);
}

body.awwa-events-site nav.is-searching-mobile .nav__mobile-actions {
  height: initial;
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.\!bottom-\[-312px\] {
  bottom: -312px !important;
}

.\!top-0 {
  top: 0px !important;
}

.\!top-\[unset\] {
  top: unset !important;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-\[10px\] {
  right: 10px;
}

.right-\[14px\] {
  right: 14px;
}

.right-\[4px\] {
  right: 4px;
}

.right-\[5px\] {
  right: 5px;
}

.top-0 {
  top: 0px;
}

.top-\[-48px\] {
  top: -48px;
}

.top-\[-50px\] {
  top: -50px;
}

.top-\[10px\] {
  top: 10px;
}

.top-\[30px\] {
  top: 30px;
}

.top-\[4px\] {
  top: 4px;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[5px\] {
  top: 5px;
}

.top-\[unset\] {
  top: unset;
}

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

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

.\!mb-0 {
  margin-bottom: 0px !important;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[48px\] {
  margin-bottom: 48px;
}

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

.mt-\[-42px\] {
  margin-top: -42px;
}

.mt-\[12px\] {
  margin-top: 12px;
}

.mt-\[16px\] {
  margin-top: 16px;
}

.mt-\[24px\] {
  margin-top: 24px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[46px\] {
  margin-top: 46px;
}

.mt-\[48px\] {
  margin-top: 48px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.mt-\[8px\] {
  margin-top: 8px;
}

.mt-\[auto\] {
  margin-top: auto;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-\[106px\] {
  height: 106px;
}

.h-\[108px\] {
  height: 108px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[122px\] {
  height: 122px;
}

.h-\[128px\] {
  height: 128px;
}

.h-\[130px\] {
  height: 130px;
}

.h-\[134px\] {
  height: 134px;
}

.h-\[146px\] {
  height: 146px;
}

.h-\[148px\] {
  height: 148px;
}

.h-\[14px\] {
  height: 14px;
}

.h-\[160px\] {
  height: 160px;
}

.h-\[174px\] {
  height: 174px;
}

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

.h-\[190px\] {
  height: 190px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[206px\] {
  height: 206px;
}

.h-\[208px\] {
  height: 208px;
}

.h-\[210px\] {
  height: 210px;
}

.h-\[212px\] {
  height: 212px;
}

.h-\[222px\] {
  height: 222px;
}

.h-\[227px\] {
  height: 227px;
}

.h-\[228px\] {
  height: 228px;
}

.h-\[27\.125rem\] {
  height: 27.125rem;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[308px\] {
  height: 308px;
}

.h-\[324px\] {
  height: 324px;
}

.h-\[340px\] {
  height: 340px;
}

.h-\[34px\] {
  height: 34px;
}

.h-\[372px\] {
  height: 372px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[44px\] {
  height: 44px;
}

.h-\[45px\] {
  height: 45px;
}

.h-\[45vw\] {
  height: 45vw;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[50\%\] {
  height: 50%;
}

.h-\[510px\] {
  height: 510px;
}

.h-\[576px\] {
  height: 576px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[75px\] {
  height: 75px;
}

.h-\[86px\] {
  height: 86px;
}

.h-\[90px\] {
  height: 90px;
}

.h-\[fit-content\] {
  height: -moz-fit-content;
  height: fit-content;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-\[22\.64rem\] {
  max-height: 22.64rem;
}

.max-h-\[310px\] {
  max-height: 310px;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

.\!min-h-\[auto\] {
  min-height: auto !important;
}

.min-h-\[176px\] {
  min-height: 176px;
}

.min-h-\[2042px\] {
  min-height: 2042px;
}

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

.\!w-\[25\%\] {
  width: 25% !important;
}

.\!w-\[30\%\] {
  width: 30% !important;
}

.\!w-\[33\%\] {
  width: 33% !important;
}

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

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

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

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

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

.w-\[160vw\] {
  width: 160vw;
}

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

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

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

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

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

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

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

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

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

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

.w-\[fit-content\] {
  width: -moz-fit-content;
  width: fit-content;
}

.w-\[max-content\] {
  width: -moz-max-content;
  width: max-content;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.min-w-\[100dvw\] {
  min-width: 100dvw;
}

.min-w-\[240px\] {
  min-width: 240px;
}

.max-w-\[38\.6rem\] {
  max-width: 38.6rem;
}

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

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

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

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

.max-w-\[75\%\] {
  max-width: 75%;
}

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

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

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

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

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

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

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

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

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

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

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), 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));
}

.\!rotate-90 {
  --tw-rotate: 90deg !important;
  transform: translate(var(--tw-translate-x), 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)) !important;
}

.\!rotate-\[90deg\] {
  --tw-rotate: 90deg !important;
  transform: translate(var(--tw-translate-x), 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)) !important;
}

.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), 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));
}

.transform {
  transform: translate(var(--tw-translate-x), 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));
}

.cursor-pointer {
  cursor: pointer;
}

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

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

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

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

.\!justify-end {
  justify-content: flex-end !important;
}

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

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

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

.gap-\[0\.31rem\] {
  gap: 0.31rem;
}

.gap-\[0\.75rem\] {
  gap: 0.75rem;
}

.gap-\[1\.5rem\] {
  gap: 1.5rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[28px\] {
  gap: 28px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[36px\] {
  gap: 36px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[48px\] {
  gap: 48px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[56px\] {
  gap: 56px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[80px\] {
  gap: 80px;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-x-\[0\.75rem\] {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-\[2\.25rem\] {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-x-\[40px\] {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.gap-x-\[4rem\] {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-y-\[0\.75rem\] {
  row-gap: 0.75rem;
}

.gap-y-\[1\.5rem\] {
  row-gap: 1.5rem;
}

.gap-y-\[12px\] {
  row-gap: 12px;
}

.gap-y-\[14px\] {
  row-gap: 14px;
}

.gap-y-\[2\.5rem\] {
  row-gap: 2.5rem;
}

.gap-y-\[24px\] {
  row-gap: 24px;
}

.gap-y-\[30px\] {
  row-gap: 30px;
}

.gap-y-\[36px\] {
  row-gap: 36px;
}

.gap-y-\[40px\] {
  row-gap: 40px;
}

.gap-y-\[48px\] {
  row-gap: 48px;
}

.gap-y-\[60px\] {
  row-gap: 60px;
}

.gap-y-\[8px\] {
  row-gap: 8px;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.rounded-\[50\%\] {
  border-radius: 50%;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-\[2px\] {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

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

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

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

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

.\!border-\[\#E0E0E0\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 224 224 / var(--tw-border-opacity)) !important;
}

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

.border-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgb(9 53 83 / var(--tw-border-opacity));
}

.border-gray3 {
  --tw-border-opacity: 1;
  border-color: rgb(192 191 191 / var(--tw-border-opacity));
}

.border-b-gray3 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 191 191 / var(--tw-border-opacity));
}

.border-t-gray3 {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 191 191 / var(--tw-border-opacity));
}

.\!bg-transparent {
  background-color: transparent !important;
}

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

.bg-\[\#471d0c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(71 29 12 / var(--tw-bg-opacity));
}

.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-\[color\:var\(--events-primary-solid\)\] {
  background-color: var(--events-primary-solid);
}

.bg-\[var\(--primary-color\)\] {
  background-color: var(--primary-color);
}

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

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

.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
}

.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(223 175 60 / var(--tw-bg-opacity));
}

.bg-gray3 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 191 191 / var(--tw-bg-opacity));
}

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

.bg-light-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 223 / var(--tw-bg-opacity));
}

.bg-pale-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 252 / var(--tw-bg-opacity));
}

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

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

.fill-\[color\:var\(--events-secondary-solid\)\] {
  fill: var(--events-secondary-solid);
}

.\!stroke-black {
  stroke: #272626 !important;
}

.\!stroke-white {
  stroke: #ffffff !important;
}

.stroke-\[color\:var\(--events-secondary-solid\)\] {
  stroke: var(--events-secondary-solid);
}

.stroke-black {
  stroke: #272626;
}

.stroke-blue {
  stroke: #006FB9;
}

.stroke-dark-blue {
  stroke: #093553;
}

.stroke-red {
  stroke: #8C3427;
}

.stroke-white {
  stroke: #ffffff;
}

.stroke-white\/\[0\.65\] {
  stroke: rgb(255 255 255 / 0.65);
}

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

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

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

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

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

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

.\!p-0 {
  padding: 0px !important;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[24px\] {
  padding: 24px;
}

.p-\[32px\] {
  padding: 32px;
}

.p-\[4px\] {
  padding: 4px;
}

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

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.py-\[0\.5rem\] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[160px\] {
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-\[2\.25rem\] {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-\[2rem\] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[34px\] {
  padding-top: 34px;
  padding-bottom: 34px;
}

.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-\[4rem\] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-\[56px\] {
  padding-top: 56px;
  padding-bottom: 56px;
}

.py-\[64px\] {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.pb-\[0px\] {
  padding-bottom: 0px;
}

.pb-\[110px\] {
  padding-bottom: 110px;
}

.pb-\[112px\] {
  padding-bottom: 112px;
}

.pb-\[12px\] {
  padding-bottom: 12px;
}

.pb-\[144px\] {
  padding-bottom: 144px;
}

.pb-\[16px\] {
  padding-bottom: 16px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[24px\] {
  padding-bottom: 24px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[48px\] {
  padding-bottom: 48px;
}

.pb-\[5px\] {
  padding-bottom: 5px;
}

.pb-\[64px\] {
  padding-bottom: 64px;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

.pl-\[24px\] {
  padding-left: 24px;
}

.pl-\[4px\] {
  padding-left: 4px;
}

.pl-\[55px\] {
  padding-left: 55px;
}

.pr-\[40px\] {
  padding-right: 40px;
}

.pt-\[12px\] {
  padding-top: 12px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[252px\] {
  padding-top: 252px;
}

.pt-\[32px\] {
  padding-top: 32px;
}

.pt-\[36px\] {
  padding-top: 36px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[48px\] {
  padding-top: 48px;
}

.pt-\[4px\] {
  padding-top: 4px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[64px\] {
  padding-top: 64px;
}

.pt-\[6px\] {
  padding-top: 6px;
}

.pt-\[90px\] {
  padding-top: 90px;
}

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

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

.font-roboto-400 {
  font-family: roboto-400, sans-serif;
}

.font-roboto-500 {
  font-family: roboto-500, sans-serif;
}

.font-roboto-600 {
  font-family: roboto-600, sans-serif;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[138px\] {
  font-size: 138px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[32px\] {
  font-size: 32px;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.\!leading-\[90\%\] {
  line-height: 90% !important;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[140\%\] {
  line-height: 140%;
}

.leading-\[normal\] {
  line-height: normal;
}

.\!tracking-normal {
  letter-spacing: 0em !important;
}

.-tracking-\[0\.00563rem\] {
  letter-spacing: -0.00563rem;
}

.tracking-\[-2\.76px\] {
  letter-spacing: -2.76px;
}

.tracking-\[normal\] {
  letter-spacing: normal;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(39 38 38 / var(--tw-text-opacity)) !important;
}

.\!text-dark-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(9 53 83 / var(--tw-text-opacity)) !important;
}

.\!text-light-gold {
  --tw-text-opacity: 1 !important;
  color: rgb(251 243 223 / var(--tw-text-opacity)) !important;
}

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

.text-\[\#692A12\] {
  --tw-text-opacity: 1;
  color: rgb(105 42 18 / var(--tw-text-opacity));
}

.text-\[color\:var\(--events-primary-solid\)\] {
  color: var(--events-primary-solid);
}

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

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

.text-gray3 {
  --tw-text-opacity: 1;
  color: rgb(192 191 191 / var(--tw-text-opacity));
}

.text-light-gold {
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

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

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

.underline {
  text-decoration-line: underline;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_10px_26px_0px_rgba\(0\2c 0\2c 0\2c 0\.17\)\] {
  --tw-shadow: 0px 10px 26px 0px rgba(0,0,0,0.17);
  --tw-shadow-colored: 0px 10px 26px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
  -webkit-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);
  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);
}

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

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

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

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

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

.\~px-\[1\.12rem\]\/\[2\.5rem\] {
  padding-left: /* not fluid from 1.12rem at 576px to 2.5rem at 1400px: Breakpoint and value units don't match */;
  padding-right: /* not fluid from 1.12rem at 576px to 2.5rem at 1400px: Breakpoint and value units don't match */;
}

.center-xy {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
}

.nav.active .nav__outer, .nav.mob-active .nav__outer, .nav.force-active .nav__outer {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 140 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 185 / var(--tw-bg-opacity));
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.17);
}

.nav.active.e-mode .nav__outer, .nav.mob-active.e-mode .nav__outer, .nav.force-active.e-mode .nav__outer {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.nav.active.e-mode .nav__container, .nav.mob-active.e-mode .nav__container, .nav.force-active.e-mode .nav__container {
  padding-top: 16px;
  padding-bottom: 16px;
  transition-property: none !important;
}

.nav.active:not(.nav-hidden) + main .post__sticky.active .post__sticky-inner {
  --tw-translate-y: 88px;
  transform: translate(var(--tw-translate-x), 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));
}

@media (min-width: 1200px) {
  .nav.active:not(.nav-hidden) + main .post__sticky.active .post__sticky-inner {
    --tw-translate-y: 113px;
    transform: translate(var(--tw-translate-x), 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));
  }
}

.nav.has-banner ~ main section.hero .hero__left {
  padding-top: 136px;
}

@media (min-width: 1200px) {
  .nav.has-banner ~ main section.hero .hero__left {
    padding-top: 252px;
  }

  .nav.has-banner ~ main section.hero .hero__right {
    padding-top: 196px;
  }
}

@media not all and (min-width: 1200px) {
  .nav.mob-active .nav__body {
    display: flex;
  }
}

.nav.mob-active .nav__burger svg {
  overflow: visible;
}

.nav.mob-active .nav__burger svg path {
  stroke: #ffffff;
}

.nav.mob-active .nav__burger svg path:nth-child(1) {
  transform: rotate(45deg) translate(5px, -12px);
}

.nav.mob-active .nav__burger svg path:nth-child(2) {
  display: none;
}

.nav.mob-active .nav__burger svg path:nth-child(3) {
  transform: rotate(-45deg) translate(-12px, 10px);
}

.nav.mob-active.e-mode .nav__outer {
  transition-property: none !important;
}

.nav.mob-active.e-mode .nav__body {
  top: 80px;
  height: calc(100dvh - 80px);
}

.nav.mob-active.e-mode .nav__items {
  flex-direction: column;
  padding-top: 32px;
}

.nav.mob-active.e-mode .nav__item {
  border-bottom-width: 1px;
  border-color: #ffffff26;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav.mob-active.e-mode .nav__item.parent {
  display: flex;
  flex-direction: column;
}

.nav.mob-active.e-mode .nav__item.active .nav__children {
  pointer-events: auto;
  visibility: visible;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  opacity: 1;
}

.nav.mob-active.e-mode .nav__item-inner {
  width: 100%;
  gap: 20px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav.mob-active.e-mode .nav__item-inner::before {
  display: none;
}

.hero__select.nav.mob-active.e-mode .nav__item-inner p svg path {
  stroke: #ffffff;
}

.nav.mob-active.e-mode .nav__item-inner p {
  flex: 1 1 0%;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.nav.mob-active.e-mode .nav__item-inner p a, .rich-text.nav.mob-active.e-mode .nav__item-inner p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.nav.mob-active.e-mode .nav__item-inner svg {
  flex-shrink: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav.mob-active.e-mode .nav__cta {
  display: flex;
  width: 100%;
  border-bottom-width: 1px;
  border-color: #ffffff26;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
}

.hero__select.nav.mob-active.e-mode .nav__cta p svg path {
  stroke: #ffffff;
}

.nav.mob-active.e-mode .nav__cta p {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.nav.mob-active.e-mode .nav__cta p a, .rich-text.nav.mob-active.e-mode .nav__cta p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.nav.mob-active.e-mode .nav__children {
  position: relative;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 100%;
  transform: none;
  gap: 12px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: rgba(4, 39, 62, 0.2);
  transition-property: height;
}

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

.nav.nav-hidden .nav__inner {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), 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));
}

.nav.nav-hidden .nav__banner,
		.nav.nav-hidden .nav__container {
  pointer-events: none;
}

@media (min-width: 1200px) {
  .nav:not(.nav-hidden) .nav__group.secondary .nav__item:hover .nav__dd {
    visibility: visible;
    opacity: 1;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav:not(.nav-hidden) .nav__group.secondary .nav__item:hover .nav__item-inner::before {
    opacity: 1;
  }

  .nav.is-searching-desktop .nav__group.main.show-on-desktop .nav__item {
    display: none;
  }

  .nav.is-searching-desktop .nav__search-icon {
    position: absolute;
    top: 50%;
    right: 0px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), 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));
  }

  .nav.is-searching-desktop .nav__search-input input {
    display: flex;
  }

  .nav.is-searching-desktop .nav__search-input::before {
    opacity: 1;
  }

  .nav.is-searching-desktop .nav__search-close {
    display: flex;
  }
}

@media (max-width: 1199px) {
  .nav.is-searching-mobile .nav__mobile-actions {
    height: 56px;
    width: 100%;
  }

  .nav.is-searching-mobile .nav__mobile-actions .nav__user-icon {
    display: none;
  }

  .nav.is-searching-mobile .nav__logo {
    display: none;
  }

  .nav.is-searching-mobile .nav__search.mobile {
    flex: 1 1 0%;
  }

  .nav.is-searching-mobile .nav__search.mobile .nav__search-icon {
    position: absolute;
    top: 50%;
    right: 0px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), 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));
  }

  .nav.is-searching-mobile .nav__search.mobile .nav__search-input {
    width: 100%;
  }

  .nav.is-searching-mobile .nav__search.mobile .nav__search-input input {
    display: flex;
    width: 100%;
  }

  .nav.is-searching-mobile .nav__search.mobile .nav__search-input::before {
    opacity: 1;
  }

  .nav.is-searching-mobile .nav__search.mobile .nav__search-close {
    display: flex;
  }
}

.nav.e-mode .nav__logo {
  height: 36px;
  width: 162px;
}

@media (min-width: 992px) {
  .nav.e-mode .nav__logo {
    height: 50px;
    width: 214px;
  }
}

.nav.e-mode .nav__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav.e-mode .nav__head {
  display: flex;
  height: 100%;
  align-items: center;
}

@media not all and (min-width: 1200px) {
  .nav.e-mode .nav__head {
    width: 100%;
  }
}

.nav.e-mode .nav__container {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1200px) {
  .nav.e-mode .nav__body {
    display: contents;
  }
}

.nav.e-mode .nav__body {
  background: var(
					--gradient,
					linear-gradient(
						254deg,
						var(--events-primary-gradient-1) 1.45%,
						var(--events-primary-gradient-2) 92.62%
					)
				);
}

.nav.e-mode .nav__items {
  display: flex;
}

.nav.e-mode .nav__item {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration-line: none;
}

.nav.e-mode .nav__item.parent {
  position: relative;
}

@media (min-width: 992px) {
  .nav.e-mode .nav__item:hover .nav__item-inner::before {
    opacity: 1;
  }

  .nav.e-mode .nav__item:hover .nav__children {
    pointer-events: auto;
    visibility: visible;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 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));
    opacity: 1;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.nav.e-mode .nav__item-inner {
  position: relative;
  width: 100%;
}

.nav.e-mode .nav__item-inner::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0px;
  height: 2px;
  width: 100%;
  background-color: var(--events-secondary-solid);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav.e-mode .nav__item-inner p {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(9 53 83 / var(--tw-text-opacity));
  text-decoration-line: none !important;
}

.nav.e-mode .nav__children {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 40px;
  left: -50px;
  display: flex;
  --tw-translate-y: 10px;
  transform: translate(var(--tw-translate-x), 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));
  flex-direction: column;
  gap: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 42px;
  opacity: 0;
  background: var(
					--gradient,
					linear-gradient(
						254deg,
						var(--events-primary-gradient-1-transparent) 1.45%,
						var(--events-primary-gradient-2-transparent) 92.62%
					)
				);
  box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.17);
}

.hero__select.nav.e-mode .nav__child p svg path {
  stroke: #ffffff;
}

.nav.e-mode .nav__child p {
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.nav.e-mode .nav__child p a, .rich-text.nav.e-mode .nav__child p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.nav.e-mode .nav__child:hover p {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.nav.e-mode .nav__cta {
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}

.nav.e-mode .nav__cta p {
  display: flex;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(9 53 83 / var(--tw-text-opacity));
}

.nav.e-mode .nav__cta:hover p {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.nav.e-mode .nav__burger {
  border-color: rgba(6,52,83,0.15);
}

.nav.e-mode .nav__burger svg path {
  stroke: #063453;
}

.nav.e-mode:hover .nav__outer {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.17);
}

.nav__upper {
  position: relative;
  z-index: 3;
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
}

.nav__upper-inner {
  height: 38px;
}

@media (min-width: 992px) {
  .nav__upper-inner {
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.nav__upper-items {
  display: flex;
  height: 100%;
  gap: 26px;
}

.nav__upper-item {
  position: relative;
  cursor: pointer;
}

@media not all and (min-width: 992px) {
  .nav__upper-item.is-site {
    display: none;
  }
}

.nav__upper-item.is-site.active {
  pointer-events: none;
}

@media (min-width: 992px) {
  .nav__upper-item.is-site-list {
    display: none;
  }
}

@media not all and (min-width: 992px) {
  .nav__upper-item.is-site-list .nav__upper-item-link-groups {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.nav__upper-item::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(223 175 60 / var(--tw-bg-opacity));
  opacity: 0;
}

.nav__upper-item.parent {
  position: relative;
  cursor: default;
}

@media not all and (min-width: 768px) {
  .nav__upper-item.parent:not(.nav-auth-account) {
    flex-shrink: 0;
  }
}

.nav__upper-item.parent:hover .nav__upper-item-link-groups {
  display: flex;
}

.nav__upper-item.active::before {
  opacity: 1;
}

.nav__upper-item-inner {
  display: flex;
  height: 100%;
  align-items: center;
}

.hero__select.nav__upper-item-inner > p svg path {
  stroke: #ffffff;
}

.nav__upper-item-inner > p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.nav__upper-item-inner > p a, .rich-text.nav__upper-item-inner > p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.nav__upper-item-inner > p {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: normal;
  text-underline-offset: 2px;
}

.nav__upper-item-inner > p:hover {
  text-decoration-line: underline;
}

.nav__upper-item-link-groups {
  display: none;
  flex-direction: column;
  row-gap: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  --tw-shadow: 0px 10px 26px 0px rgba(0,0,0,0.17);
  --tw-shadow-colored: 0px 10px 26px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 992px) {
  .nav__upper-item-link-groups {
    padding-bottom: 32px;
    padding-top: 24px;
  }
}

.nav__upper-item-link-groups {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
  min-width: 100px;
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), 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));
}

@media (min-width: 992px) {
  .nav__upper-item-link-groups {
    left: 50%;
    min-width: 120px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), 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));
  }
}

.nav__upper-item-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nav__upper-item-links > p {
  font-family: roboto-500, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: normal;
  --tw-text-opacity: 1;
  color: rgb(4 92 116 / var(--tw-text-opacity));
}

.nav__upper-item-link > p {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: normal;
  text-underline-offset: 2px;
}

.nav__upper-item-link > p:hover {
  text-decoration-line: underline;
}

.nav__upper .nav-auth-login.is-disabled, .nav__upper .nav-auth-logout.is-disabled, .nav__upper .nav-auth-account.is-disabled {
  display: none;
}

@media not all and (min-width: 992px) {
  .nav__upper .nav-auth-login,
		.nav__upper .nav-auth-account {
    margin-left: auto;
  }
}

.nav__upper .nav-auth-account {
  min-width: 0px;
}

.nav__upper .nav-auth-account .nav__upper-item-inner p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav__upper .nav-auth-account .nav__upper-item-inner svg {
  flex-shrink: 0;
}

.nav__upper .nav-auth-account .nav__upper-item-link-groups {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media not all and (min-width: 992px) {
  .nav__upper .nav-auth-account .nav__upper-item-link-groups {
    width: 108px;
    min-width: unset;
  }
}

.nav__inner {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.nav__outer {
  position: relative;
  z-index: 2;
  transition-property: background, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.nav__banner {
  position: relative;
  z-index: 2;
  height: 56px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 205 239 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1200px) {
  .nav__banner {
    display: none !important;
  }
}

.nav__banner .container {
  position: relative;
}

.nav__banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav__banner-close {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 38px;
  width: 38px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
  cursor: pointer;
}

.nav__head,
	.nav__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

@media not all and (min-width: 1200px) {
  .nav__body {
    position: absolute;
    left: 0px;
    top: 88px;
    display: none;
    height: calc(100dvh - 88px);
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(9 53 83 / var(--tw-bg-opacity));
    padding-bottom: 160px;
  }
}

.nav__logo {
  display: flex;
}

.nav__logo svg {
  height: 56px;
  width: 114px;
}

@media (min-width: 1200px) {
  .nav__logo svg {
    height: 26px;
    width: 324px;
  }
}

.nav__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media not all and (min-width: 1200px) {
  .nav__container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .nav__container {
    padding-top: 18px;
  }
}

.nav__group {
  display: flex;
}

@media not all and (min-width: 1200px) {
  .nav__group {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .nav__group {
    gap: 20px;
  }
}

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

@media not all and (min-width: 1200px) {
  .nav__group.main .nav__item {
    border-bottom-width: 1px;
    border-color: #ffffff26;
  }

  .nav__group.main .nav__item .nav__item-inner {
    justify-content: space-between;
  }
}

.nav__group.main .nav__item .nav__item-inner p {
  font-size: 20px;
  line-height: 150%;
}

@media not all and (min-width: 1200px) {
  .nav__group.main .nav__item .nav__item-inner p {
    letter-spacing: -0.4px;
  }
}

@media (min-width: 1200px) {
  .nav__group.main .nav__item .nav__item-inner p {
    font-size: 14px;
    line-height: 16px;
  }
}

@media not all and (min-width: 1200px) {
  .nav__group.main .nav__item:not(.parent) {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .nav__group.main .nav__item.parent {
    display: flex;
    height: 100%;
    align-items: center;
  }
}

@media not all and (min-width: 1200px) {
  .nav__group.main .nav__item.parent .nav__item-inner {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .nav__group.main .nav__item.parent .nav__item-inner {
    height: 100%;
  }
}

.nav__group.main .nav__item.parent .nav__item-inner p {
  text-underline-offset: 2px;
}

@media (min-width: 1200px) {
  .nav__group.main .nav__item.parent .nav__item-inner p:hover {
    text-decoration-line: underline;
  }
}

.nav__group.secondary .nav__item .nav__item-inner {
  position: relative;
}

@media not all and (min-width: 1200px) {
  .nav__group.secondary .nav__item .nav__item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .nav__group.secondary .nav__item .nav__item-inner {
    padding-bottom: 12px;
  }
}

.nav__group.secondary .nav__item .nav__item-inner p {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 150%;
}

@media not all and (min-width: 1200px) {
  .nav__group.secondary .nav__item .nav__item-inner p {
    letter-spacing: -0.4px;
  }
}

@media (min-width: 1200px) {
  .nav__group.secondary .nav__item .nav__item-inner p {
    height: 32px;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0em;
  }
}

.nav__group.secondary .nav__item .nav__item-inner::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  z-index: 2;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(223 175 60 / var(--tw-bg-opacity));
  opacity: 0;
}

@media not all and (min-width: 1200px) {
  .nav__group.secondary .nav__item .nav__item-inner::before {
    --tw-content: none;
    content: var(--tw-content);
  }
}

.nav__item {
  cursor: default;
}

.hero__select.nav__item p svg path {
  stroke: #ffffff;
}

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

.para-text.nav__item p a, .rich-text.nav__item p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.nav__item:not(.parent) {
  cursor: pointer;
}

.nav__item:not(.parent) p {
  text-underline-offset: 2px;
}

@media (min-width: 1200px) {
  .nav__item:not(.parent) p:hover {
    text-decoration-line: underline;
  }
}

@media not all and (min-width: 1200px) {
  .nav__item.parent {
    width: 100%;
    border-bottom-width: 1px;
    border-color: #ffffff26;
  }

  .nav__item.parent.active .nav__item-inner svg {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), 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));
  }

  .nav__item.parent.active .nav__dd {
    height: auto;
  }
}

.nav__my-account {
  cursor: pointer;
}

.hero__select.nav__my-account p svg path {
  stroke: #ffffff;
}

.nav__my-account p {
  font-size: 20px;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.nav__my-account p a, .rich-text.nav__my-account p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media not all and (min-width: 1200px) {
  .nav__my-account p {
    letter-spacing: -0.4px;
  }
}

@media (min-width: 1200px) {
  .nav__my-account p {
    font-size: 14px;
    line-height: 16px;
  }
}

.nav__my-account p {
  text-underline-offset: 2px;
}

@media (min-width: 1200px) {
  .nav__my-account p:hover {
    text-decoration-line: underline;
  }
}

.nav__item-inner {
  display: flex;
  align-items: center;
}

.nav__search {
  display: flex;
  align-items: center;
}

.nav__search.is-search-desktop {
}

.nav__search-icon {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .nav__search-icon {
    height: 18px;
    width: 18px;
  }
}

.nav__search-input {
  position: relative;
  display: flex;
}

.nav__search-input input {
  display: none;
  height: 26px;
  width: 458px;
  background-color: transparent;
  padding-right: 30px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hero__select
			.nav__search-input input svg path::-moz-placeholder {
  stroke: #ffffff;
}

.hero__select.nav__search-input input svg path,.hero__select
			.nav__search-input input svg path::placeholder {
  stroke: #ffffff;
}

.nav__search-input input::-moz-placeholder {
  font-family: roboto-400, sans-serif;
  font-size: 16px;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav__search-input input,
			.nav__search-input input::placeholder {
  font-family: roboto-400, sans-serif;
  font-size: 16px;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text
			.nav__search-input input a::-moz-placeholder, .rich-text
			.nav__search-input input a::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.para-text.nav__search-input input a, .rich-text.nav__search-input input a,.para-text
			.nav__search-input input a::placeholder, .rich-text
			.nav__search-input input a::placeholder {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.nav__search-input::before {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: -8px;
  height: 2px;
  width: 100%;
  opacity: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.nav__search-close {
  margin-left: 10px;
  display: none;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .nav__search-close {
    height: 18px;
    width: 18px;
  }
}

.nav__dd {
  width: 100vw;
  transform-origin: top;
  --tw-bg-opacity: 1;
  background-color: rgb(4 39 62 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1200px) {
  .nav__dd {
    height: 0px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .nav__dd {
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: 50%;
    --tw-translate-x: -50%;
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), 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));
    border-top-width: 1px;
    border-top-color: #ffffff33;
    --tw-bg-opacity: 1;
    background-color: rgb(9 53 83 / var(--tw-bg-opacity));
    opacity: 0;
    box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.17);
  }
}

@media not all and (min-width: 1200px) {
  .nav__dd.resources .nav__dd-links {
    order: 1;
  }

  .nav__dd.resources .nav__dd-col.small {
    order: 2;
  }

  .nav__dd.resources .nav__dd-res {
    order: 3;
  }

  .nav__dd.pd .nav__dd-col.big, .nav__dd.mv .nav__dd-col.big {
    order: 1;
  }

  .nav__dd.pd .nav__dd-col.small, .nav__dd.mv .nav__dd-col.small {
    order: 2;
  }
}

.nav__dd-inner {
  display: flex;
  gap: 40px;
}

@media not all and (min-width: 1200px) {
  .nav__dd-inner {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .nav__dd-inner {
    gap: 80px;
  }

  .nav__dd-col {
    padding-top: 40px;
    padding-bottom: 66px;
  }
}

.nav__dd-col.big {
  display: flex;
  flex: 1 1 0%;
  gap: 60px;
}

@media not all and (min-width: 1200px) {
  .nav__dd-col.big {
    display: contents;
  }
}

.nav__dd-col.big + .small {
  border-right-width: 0px;
  padding-right: 0px;
}

@media (min-width: 1200px) {
  .nav__dd-col.big + .small {
    border-left-width: 1px;
    padding-left: 60px;
  }
}

.nav__dd-col.small {
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex-shrink: 0;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(58 93 117 / var(--tw-border-opacity));
}

@media (min-width: 1200px) {
  .nav__dd-col.small {
    border-right-width: 1px;
    padding-right: 60px;
  }
}

.nav__dd-article {
  display: flex;
  width: 265px;
  flex-direction: column;
  gap: 16px;
}

@media not all and (min-width: 1200px) {
  .nav__dd-article {
    padding-left: 16px;
  }
}

.nav__dd-article img {
  height: 144px;
}

.nav__dd-article label {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

@media not all and (min-width: 1200px) {
  .nav__dd-article label {
    left: -16px;
  }
}

.nav__dd-links {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .nav__dd-links {
    width: 224px;
  }
}

.nav__dd-links label {
  margin-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

.nav__dd-links.pub {
  width: auto;
  flex: 1 1 0%;
}

@media not all and (min-width: 1200px) {
  .nav__dd-links.pub .nav__dd-item {
    padding-left: 0px;
  }

  .nav__dd-links .nav__dd-item {
    padding-left: 16px;
  }
}

.nav__dd-item:not(:last-child) {
  margin-bottom: 10px;
}

.nav__dd-item.res {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nav__dd-item.res img {
  height: 86px;
}

@media (min-width: 1200px) {
  .nav__dd-item.res img {
    height: 112px;
  }
}

.nav__dd-item p {
  text-underline-offset: 2px;
}

.nav__dd-item p:hover {
  text-decoration-line: underline;
}

.nav__dd-block-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nav__dd-res {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

@media not all and (min-width: 1200px) {
  .nav__dd-res {
    padding-left: 16px;
  }
}

.nav__dd-res label {
  position: relative;
  margin-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

@media not all and (min-width: 1200px) {
  .nav__dd-res label {
    left: -16px;
  }
}

.nav__dd-res-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 16px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

@media not all and (min-width: 1200px) {
  .nav__dd-res-inner {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .nav__dd-res-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

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

.nav__dd-events label {
  margin-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

.nav__dd-events-inner {
  display: flex;
  gap: 40px;
}

@media not all and (min-width: 1200px) {
  .nav__dd-events-inner {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .nav__dd-events-inner {
    gap: 60px;
  }
}

.nav__dd-event {
  display: flex;
  gap: 16px;
}

.nav__dd-event img {
  flex-shrink: 0;
  align-self: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.nav__dd-event.feature {
  flex-shrink: 0;
  flex-direction: column;
}

@media not all and (min-width: 1200px) {
  .nav__dd-event.feature {
    padding-left: 16px;
  }
}

@media (min-width: 1200px) {
  .nav__dd-event.feature {
    width: 224px;
  }
}

.nav__dd-event.feature img {
  height: 136px;
  width: 136px;
}

.nav__dd-event:not(.feature) img {
  height: 54px;
  width: 54px;
  overflow: hidden;
  border-radius: 50%;
}

.nav__dd-event:hover .nav__dd-event-details > p:first-child {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.nav__dd-event-collection {
  display: grid;
  flex: 1 1 0%;
  row-gap: 24px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

@media (min-width: 1200px) {
  .nav__dd-event-collection {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.nav__dd-event-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nav__dd-event-details p {
  font-size: 14px;
  line-height: 130%;
}

.nav__dd-event-details > p:first-of-type {
  font-family: roboto-600, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: normal;
}

.nav__dd-pubs label {
  margin-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

.nav__dd-pubs-inner {
  display: grid;
  gap: 40px;
}

@media not all and (min-width: 1200px) {
  .nav__dd-pubs-inner {
    padding-left: 16px;
  }
}

@media (min-width: 1200px) {
  .nav__dd-pubs-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
  }
}

.nav__dd-pub {
  display: flex;
  gap: 24px;
}

@media not all and (min-width: 1200px) {
  .nav__dd-pub {
    flex-direction: column;
  }
}

.nav__dd-pub img {
  height: 174px;
  width: 128px;
  flex-shrink: 0;
}

.nav__dd-quote {
  height: -moz-fit-content;
  height: fit-content;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 111 185 / var(--tw-border-opacity));
  padding-top: 24px;
  padding-bottom: 24px;
}

@media not all and (min-width: 1200px) {
  .nav__dd-quote {
    padding-left: 16px;
  }
}

.nav__dd-quote img {
  height: 30px;
  width: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero__select.nav__dd-quote h4 svg path {
  stroke: #ffffff;
}

.nav__dd-quote h4 {
  margin-top: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.nav__dd-quote h4 a, .rich-text.nav__dd-quote h4 a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media not all and (min-width: 1200px) {
  .nav__dd-quote h4 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.4px;
  }
}

.nav__dd-pattern {
  pointer-events: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media not all and (min-width: 1200px) {
  .nav__dd-pattern {
    display: none;
  }
}

.nav__dd-overlay {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
  height: 100vh;
  width: 100%;
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), 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));
  background-color: rgb(39 38 38 / 0.3);
}

.nav__burger {
  position: relative;
  z-index: 2;
  display: flex;
  height: 48px;
  width: 48px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: #ffffff26;
  padding: 12px;
}

.nav__burger svg path {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nav__mobile-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav__account-dd.is-disabled, .nav__item.logout.is-disabled, .nav__my-account.is-disabled {
  display: none !important;
}

body.awwa-events-site .nav.active:not(.nav-hidden) + main .post__sticky.active .post__sticky-inner {
  --tw-translate-y: 80px;
  transform: translate(var(--tw-translate-x), 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));
}

@media (min-width: 1200px) {
  body.awwa-events-site .nav.active:not(.nav-hidden) + main .post__sticky.active .post__sticky-inner {
    --tw-translate-y: 82px;
    transform: translate(var(--tw-translate-x), 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));
  }
}

.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
  padding-top: 64px;
}

.footer label {
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

.hero__select.footer p svg path {
  stroke: #ffffff;
}

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

.para-text.footer p a, .rich-text.footer p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.footer__head {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}

@media not all and (min-width: 1200px) {
  .footer__head {
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .footer__head {
    margin-bottom: 40px;
  }
}

.footer__item:not(.btn) p {
  text-underline-offset: 2px;
}

.footer__item:not(.btn) p:hover {
  text-decoration-line: underline;
}

@media not all and (min-width: 1200px) {
  .footer__item.bottom-item {
    order: 1;
    margin-bottom: 16px;
  }
}

@media not all and (min-width: 576px) {
  .footer__item.bottom-item {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}

.footer__logo {
  display: flex;
}

@media (min-width: 1200px) {
  .footer__logo {
    margin-bottom: 48px;
  }
}

.footer__logo svg {
  height: 56px;
  width: 114px;
}

@media (min-width: 1200px) {
  .footer__logo svg {
    height: 26px;
    width: 326px;
  }
}

.footer__inner.up {
  display: flex;
  padding-bottom: 60px;
}

@media not all and (min-width: 1200px) {
  .footer__inner.up {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .footer__inner.up {
    gap: 62px;
  }
}

.footer__inner.down {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(58 93 117 / var(--tw-border-opacity));
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer__inner.down .container {
  display: flex;
  gap: 24px;
}

@media not all and (min-width: 1200px) {
  .footer__inner.down .container {
    flex-wrap: wrap;
    row-gap: 0px;
  }
}

@media not all and (min-width: 576px) {
  .footer__inner.down .container {
    display: grid;
    grid-template-columns: minmax(0, max-content) minmax(0, 1fr);
  }
}

.footer__inner.down .footer__cr p, .footer__inner.down .footer__item p {
  font-size: 16px;
}

.footer__cr {
  flex: 1 1 0%;
}

@media not all and (min-width: 1200px) {
  .footer__cr {
    order: 2;
    margin-top: 16px;
    min-width: 100%;
  }
}

@media not all and (min-width: 576px) {
  .footer__cr {
    grid-column: span 2 / span 2;
  }
}

.footer__overview {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 24px;
}

@media not all and (min-width: 1200px) {
  .footer__overview.show-on-desktop + .footer__links {
    border-style: none;
  }
}

.footer__address {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__text p {
  white-space: break-spaces;
  font-size: 16px;
}

.footer__text p br {
  display: none;
}

.footer__text p a {
  text-underline-offset: 2px;
}

.footer__text p a:hover {
  text-decoration-line: underline;
}

.footer__links {
  width: 100%;
  flex-shrink: 0;
}

@media not all and (min-width: 1200px) {
  .footer__links {
    border-top-width: 1px;
    border-color: #ffffff26;
  }
}

@media (min-width: 1200px) {
  .footer__links {
    width: 210px;
  }
}

@media not all and (min-width: 1200px) {
  .footer__links > label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

@media (min-width: 1200px) {
  .footer__links > label {
    margin-bottom: 24px;
  }
}

.footer__links > label svg {
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 1200px) {
  .footer__links:last-child {
    border-bottom-width: 1px;
  }

  .footer__links.active > label svg {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), 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));
  }

  .footer__links.active .footer__links-inner {
    margin-bottom: 32px;
    height: auto;
    padding-left: 16px;
  }
}

.footer__links-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

@media not all and (min-width: 1200px) {
  .footer__links-inner {
    height: 0px;
  }
}

.footer__links-inner .footer__item.btn:not(:first-child) {
  margin-top: 10px;
}

.footer__links-inner .footer__item.btn:not(:last-child) {
  margin-bottom: 10px;
}

.footer__links-inner .footer__item.new-line {
  margin-top: 10px;
}

.footer__socials {
  display: flex;
  gap: 12px;
}

.footer__social {
  height: 32px;
  width: 32px;
}

.footer__social img {
  -o-object-fit: contain;
     object-fit: contain;
}

@font-face {
  font-family: "awwa";

  src: url("../fonts/icon/awwa.ttf?xk5oud") format("truetype"), url("../fonts/icon/awwa.woff?xk5oud") format("woff"), url("../fonts/icon/awwa.svg?xk5oud#awwa") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

.icon-teardrop:before {
  content: "\e900";
}

.ui-tooltip.ui-widget-shadow.img-preview {
  border-radius: 0px !important;
  border-width: 0px !important;
  padding: 4px !important;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.ui-tooltip.ui-widget-shadow.img-preview .ui-tooltip-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  bottom: -10px;
  left: 45%;
  border-color: white transparent;
  border-width: 10px 10px 0;
}

.gb__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 233 233 / var(--tw-border-opacity));
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .gb__top {
    flex-direction: row;
  }
}

.gb__menu {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-wrap: nowrap;
}

@media not all and (min-width: 768px) {
  .gb__menu {
    row-gap: 0px;
  }
}

@media (min-width: 768px) {
  .gb__menu {
    flex-wrap: nowrap;
    justify-content: space-between;
    text-wrap: nowrap;
  }
}

@media (min-width: 1380px) {
  .gb__menu {
    width: auto;
    justify-content: normal;
  }
}

.gb .letter-item {
  padding-left: 5px;
  padding-right: 5px;
}

@media not all and (min-width: 768px) {
  .gb .letter-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1380px) {
  .gb .letter-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.gb .letter-item span {
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(39 38 38 / var(--tw-text-opacity));
}

.gb .letter-item span:hover {
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
}

.gb .letter-item.disabled span {
  font-size: 24px;
  --tw-text-opacity: 1 !important;
  color: rgb(192 191 191 / var(--tw-text-opacity)) !important;
}

.gb .letter-item.active {
  position: relative;
}

.gb .letter-item.active span {
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
}

.gb .letter-item.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  display: none;
  width: 100%;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 111 185 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .gb .letter-item.active::after {
    display: block;
  }
}

.gb__search {
  display: flex;
  align-items: center;
}

@media not all and (min-width: 768px) {
  .gb__search {
    width: 100%;
    flex-direction: row-reverse;
    gap: 15px;
  }
}

.gb__search input {
  width: 20px;
  border-width: 0px;
}

@media (max-width: 1380px) {
  .gb__search input::-moz-placeholder {
    color: transparent;
  }
  .gb__search input::placeholder {
    color: transparent;
  }
}

@media not all and (min-width: 768px) {
  .gb__search input {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .gb__search input {
    width: 50px;
  }
}

@media (min-width: 1380px) {
  .gb__search input {
    width: auto;
  }
}

.gb__content-header {
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: #2726261A;
  padding-top: 48px;
  padding-bottom: 12px;
}

.gb__content-body {
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: #2726261A;
  padding-top: 12px;
  padding-bottom: 12px;
}

.gb__content-body a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
}

.sitemap-data-indentions li:hover {
  text-decoration: underline;
}

:root {
  --ahic-closed-color: #007a8d;
  --ahic-cta-color: #007a8d;
  --primary-color: #007a8d;
  --section-bg: "";
}

* {
  outline: none;
  box-sizing: border-box;
}

html.hero__select svg path {
  stroke: #272626;
}

html {
  margin: 0px;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  width: 100%;
  min-width: 100%;
  max-width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px;
  font-family: roboto-400, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(39 38 38 / var(--tw-text-opacity));
}

html.disable-scrolling,
  html:has(dialog[open]) {
  overflow: hidden;
}

body {
  margin: 0px;
  width: inherit;
  min-width: inherit;
  max-width: inherit;
  overflow: hidden;
  background-image: none;
  padding: 0px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body .ui-widget {
  font-family: roboto-400, sans-serif;
}

body:has(section.wh) .nav__outer {
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 185 / var(--tw-bg-opacity));
}

body:has(.nav__group.secondary .nav__item:hover) {
  position: relative;
}

body:has(.nav__group.secondary .nav__item:hover) .nav__dd-overlay {
  display: block;
}

.hide-scrollbar *::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.hide-scrollbar * {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

main {
  min-height: 40dvh;
}

main > div.wp-block-tableberg-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 1200px) {
  main > div.wp-block-tableberg-wrapper {
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

main > div.wp-block-tableberg-wrapper.justify-table-wide {
  max-width: 1440px !important;
}

main > div.wp-block-tableberg-wrapper + section.pt:not(.colorized) {
  padding-top: 0px;
}

@media not all and (min-width: 1200px) {
  main > div.wp-block-tableberg-wrapper {
    overflow-x: auto;
  }
}

main > div.wp-block-tableberg-wrapper::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

main > div.wp-block-tableberg-wrapper {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

@media not all and (min-width: 1200px) {
  main > div.wp-block-tableberg-wrapper table {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 1000px;
  }
}

main > div.wp-block-tableberg-wrapper thead {
  border-style: none !important;
}

main > div.wp-block-tableberg-wrapper thead th {
  text-align: left;
}

main > div.wp-block-tableberg-wrapper thead th,
      main > div.wp-block-tableberg-wrapper thead th *,
      main > div.wp-block-tableberg-wrapper th,
      main > div.wp-block-tableberg-wrapper th * {
  font-family: roboto-600, sans-serif;
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 140% !important;
  letter-spacing: 1.4px !important;
  --tw-text-opacity: 1;
  color: rgb(9 53 83 / var(--tw-text-opacity));
}

@media (min-width: 1200px) {
  main > div.wp-block-tableberg-wrapper thead th,
      main > div.wp-block-tableberg-wrapper thead th *,
      main > div.wp-block-tableberg-wrapper th,
      main > div.wp-block-tableberg-wrapper th * {
    font-size: 16px !important;
    letter-spacing: 1.6px !important;
  }
}

main > div.wp-block-tableberg-wrapper th,
    main > div.wp-block-tableberg-wrapper td {
  border-style: none !important;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

main > div.wp-block-tableberg-wrapper td,
      main > div.wp-block-tableberg-wrapper td * {
  font-size: 16px !important;
}

@media (min-width: 1200px) {
  main > div.wp-block-tableberg-wrapper td,
      main > div.wp-block-tableberg-wrapper td * {
    font-size: 17px !important;
  }
}

main > div.wp-block-tableberg-wrapper figcaption {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: normal;
}

@media not all and (min-width: 1200px) {
  main > div.wp-block-tableberg-wrapper figcaption {
    position: sticky;
    left: 0px;
  }
}

main > div.wp-block-tableberg-wrapper tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

main > div.wp-block-tableberg-wrapper ul,
    main > div.wp-block-tableberg-wrapper ol {
  gap: 0px;
}

main > div.wp-block-tableberg-wrapper strong,
    main > div.wp-block-tableberg-wrapper b {
  font-family: roboto-600, sans-serif !important;
}

main > div.wp-block-tableberg-wrapper + div.wp-block-tableberg-wrapper {
  margin-top: -32px;
  padding-top: 0px;
}

main > div.wp-block-tableberg-wrapper a {
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
}

main > div.wp-block-tableberg-wrapper a:hover {
  text-decoration-line: underline;
}

main > div.wp-block-tableberg-wrapper ul {
  list-style-type: unset;
}

main > div.wp-block-tableberg-wrapper .wp-block-tableberg-cell ol,
      main > div.wp-block-tableberg-wrapper .wp-block-tableberg-cell ul {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

main > div.wp-block-tableberg-wrapper .wp-block-tableberg-cell ol li, main > div.wp-block-tableberg-wrapper .wp-block-tableberg-cell ul li {
  list-style-position: inside;
}

.gc {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (min-width: 1200px) {
  .gc {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.gc__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  text-align: center;
}

.gc__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

@media not all and (min-width: 768px) {
  .gc__items {
    flex-direction: column;
  }
}

.gc__item {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 24px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .gc__item {
    flex-basis: 48%;
  }
}

@media (min-width: 992px) {
  .gc__item {
    flex-basis: 32%;
  }
}

@media (min-width: 1200px) {
  .gc__item {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.gc__item img {
  margin-bottom: 24px;
  height: 66px;
  width: 72px;
}

.gc__item p {
  margin-top: 12px;
}

.gc__item:hover {
  box-shadow: 0px 4px 64px -20px rgba(0, 0, 0, 0.25);
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(215 231 242 / var(--tw-bg-opacity));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(215 231 242 / var(--tw-bg-opacity));
}

section.e-mode .eyebrow {
  color: var(--events-secondary-solid);
}

section.e-mode .circ.blue:not(:hover) .circ__inner,
    section.e-mode .circ.events-dark:not(:hover) .circ__inner {
  background-color: var(--events-dark-cta);
}

section.e-mode .circ.blue:not(:hover) .circ__inner svg path, section.e-mode .circ.events-dark:not(:hover) .circ__inner svg path {
  stroke: #ffffff !important;
}

section.e-mode a.btn:hover .circ.blue .circ__inner,
        section.e-mode a.btn:hover .circ.events-dark .circ__inner {
  background-color: var(--events-dark-cta-hover);
}

section.e-mode a.btn:hover .circ.events-light .circ__inner {
  background-color: var(--events-light-cta-hover);
}

/*.circ.blue .circ__inner,
    .circ.events-dark .circ__inner {
      &:hover {
        @apply bg-[color:var(--events-dark-cta-hover)];
      }
    }*/

section.e-mode .circ.events-light:not(:hover) .circ__inner {
  background-color: var(--events-light-cta);
}

section.e-mode .circ.events-light:not(:hover) .circ__inner svg path {
  stroke: #272626 !important;
}

section.e-mode .btn.plain-arrow.blue {
  color: var(--events-dark-cta);
}

section.e-mode .btn.plain-arrow.blue svg path {
  stroke: var(--events-dark-cta) !important;
}

section.e-mode .form-container .frm_forms .frm_button_submit:not(:hover):after, section.e-mode .form-container .frm_forms .frm_prev_page:not(:hover):after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCA0MCA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC4zMDg1OTQiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcng9IjIwIiBmaWxsPSIjMDA3QThEIi8+CjxwYXRoIGQ9Ik0xOC4zNTg5IDE2LjEzNjdMMjQuMzY5MyAxNi40OTAzTDI0LjcyMjggMjIuNTAwNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNSAyNS44NTk0TDI0LjU0NTkgMTYuMzEzNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: roboto-500, sans-serif;
  line-height: normal;
  letter-spacing: normal;
}

h1 {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.96px;
}

@media (min-width: 992px) {
  h1 {
    font-size: 68px;
    line-height: 100%;
    letter-spacing: -1.36px;
  }
}

h2 {
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.72px;
}

@media (min-width: 992px) {
  h2 {
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.96px;
  }
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
  letter-spacing: -0.48px;
}

h5,
h6 {
  font-size: 20px;
  letter-spacing: -0.4px;
}

small {
  display: block;
  font-family: roboto-600, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 140%;
  letter-spacing: 1.4px;
}

@media (min-width: 1200px) {
  small {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

label {
  display: block;
  font-family: roboto-600, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 140%;
  letter-spacing: 1.4px;
}

p {
  display: block;
  font-family: roboto-400, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.09px;
}

p.button {
  font-family: roboto-600, sans-serif;
  letter-spacing: normal;
}

p.big {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.48px;
}

p.mid {
  font-size: 16px;
  letter-spacing: normal;
}

p.base {
  font-size: 14px;
  letter-spacing: 1.4px;
}

p:empty {
  display: none;
}

b,
strong {
  font-weight: 400;
}

img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

dialog[open] {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 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));
  opacity: 1;
}

dialog {
  --tw-translate-y: 40px;
  transform: translate(var(--tw-translate-x), 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));
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out,
    overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete;
}

/*   Before-open state  */

/* Needs to be after the previous dialog[open] rule to take effect,
      as the specificity is the same */

@starting-style {
  dialog[open] {
    --tw-translate-y: 40px;
    transform: translate(var(--tw-translate-x), 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));
    opacity: 0;
  }
}

dialog::backdrop {
  background-color: rgb(0 0 0 / 0%);
  transition: display 0.3s allow-discrete, overlay 0.3s allow-discrete,
    background-color 0.3s;
}

dialog[open]::backdrop {
  background-color: rgb(0 0 0 / 25%);
}

@starting-style {
  dialog[open]::backdrop {
    background-color: rgb(0 0 0 / 0%);
  }
}

@media not all and (min-width: 1200px) {
  .show-on-desktop {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .show-on-mobile {
    display: none !important;
  }
}

.ui-selectmenu-menu.post-select ul {
  max-height: 30dvh;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}

.ui-selectmenu-menu.post-select .ui-menu-item-wrapper {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: roboto-400, sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 140%;
}

.hero__select.ui-selectmenu-menu .ui-state-active svg path,.hero__select
  .ui-selectmenu-menu .ui-widget-content .ui-state-active svg path,.hero__select
  .ui-selectmenu-menu .ui-widget-header .ui-state-active svg path,.hero__select
  .ui-selectmenu-menu a.ui-button:active svg path,.hero__select
  .ui-selectmenu-menu .ui-button:active svg path,.hero__select
  .ui-selectmenu-menu .ui-button.ui-state-active:hover svg path {
  stroke: #272626;
}

.ui-selectmenu-menu .ui-state-active,
  .ui-selectmenu-menu .ui-widget-content .ui-state-active,
  .ui-selectmenu-menu .ui-widget-header .ui-state-active,
  .ui-selectmenu-menu a.ui-button:active,
  .ui-selectmenu-menu .ui-button:active,
  .ui-selectmenu-menu .ui-button.ui-state-active:hover {
  margin: 0px;
  border-style: none;
  background-color: #abcee580 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(39 38 38 / var(--tw-text-opacity)) !important;
}

.hero__select.ui-selectmenu-menu .ui-menu-item-wrapper svg path {
  stroke: #272626;
}

.ui-selectmenu-menu .ui-menu-item-wrapper {
  margin: 0px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(39 38 38 / var(--tw-text-opacity)) !important;
  background-image: none !important;
}

.hero__select.ui-selectmenu-menu .ui-menu-item-wrapper.selected svg path {
  stroke: #ffffff;
}

.ui-selectmenu-menu .ui-menu-item-wrapper.selected {
  border-style: none;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 111 185 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.ui-selectmenu-menu .ui-state-disabled {
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  max-width: 64dvw;
}

.ui-selectmenu-icon {
  display: none !important;
}

#vimeoPlayer {
  position: relative;
  width: 90dvw;
  padding-bottom: 56.25%;
}

@media (min-width: 1200px) {
  #vimeoPlayer {
    width: 60dvw;
  }
}

#vimeoPlayer iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.ai {
  position: relative;
  height: 100%;
  width: 100%;
}

.ai__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.ai__overlay svg {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.hero__select.ai__overlay p svg path {
  stroke: #ffffff;
}

.ai__overlay p {
  position: relative;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
}

.para-text.ai__overlay p a, .rich-text.ai__overlay p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.ai__overlay svg,
    .ai__overlay p {
  z-index: 2;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ai__overlay:hover svg {
  opacity: 0;
}

.ai__overlay:hover p {
  opacity: 1;
}

.ai__shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 65px;
  width: 100%;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%); */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0000008c 120%);
}

.ai img {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

.btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn,
  .btn * {
  cursor: pointer;
}

.btn p {
  font-family: roboto-600, sans-serif;
}

.btn.nav-cta {
  height: 32px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 223 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
}

@media not all and (min-width: 1200px) {
  .btn.nav-cta {
    width: 100%;
  }
}

.hero__select.btn.nav-cta p svg path {
  stroke: #272626;
}

.btn.nav-cta p {
  font-family: roboto-400, sans-serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(39 38 38 / var(--tw-text-opacity));
}

.btn.plain-arrow {
  display: inline-block;
  gap: 6px;
}

.btn.plain-arrow p {
  display: inline;
}

.btn.plain-arrow .circ {
  display: inline-flex;
}

.btn.plain-arrow .circ__inner {
  height: 20px;
  width: 20px;
  border-radius: 0px;
  background-color: transparent !important;
}

.btn.plain-arrow svg path {
  stroke: #ffffff !important;
}

.hero__select.btn.plain-arrow.white svg path {
  stroke: #ffffff;
}

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

.para-text.btn.plain-arrow.white a, .rich-text.btn.plain-arrow.white a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.btn.plain-arrow.blue {
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
}

.btn.plain-arrow.blue svg path {
  stroke: #006FB9 !important;
}

.btn.plain-arrow.light-blue {
  --tw-text-opacity: 1;
  color: rgb(171 206 229 / var(--tw-text-opacity));
}

.btn.plain-arrow.light-blue svg path {
  stroke: #ABCEE5 !important;
}

.btn.plain-arrow.light-gold {
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

.btn.plain-arrow.light-gold svg path {
  stroke: #FBF3DF !important;
}

.btn.is-download .circ__inner {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), 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));
}

.circ {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  overflow: hidden;
}

.circ svg:first-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: -40px;
  transform: translate(var(--tw-translate-x), 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));
}

.circ svg {
  transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.circ svg path {
  stroke: #272626;
}

.circ__inner {
  display: flex;
  height: 40px;
  width: 40px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), 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));
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.circ:hover svg:first-of-type {
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.circ:hover svg:last-of-type {
  --tw-translate-x: 60px;
  transform: translate(var(--tw-translate-x), 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));
}

.circ.hover-outline .circ__inner {
  border-width: 2px;
  border-color: transparent;
}

.circ.small .circ__inner {
  height: 32px;
  width: 32px;
}

.circ.blue .circ__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 185 / var(--tw-bg-opacity));
}

.circ.blue svg path {
  stroke: #ffffff;
}

.circ.blue.hover-outline .circ__inner {
  --tw-border-opacity: 1;
  border-color: rgb(0 111 185 / var(--tw-border-opacity));
}

.circ.light-gold .circ__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 223 / var(--tw-bg-opacity));
}

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

.circ.white svg path {
  stroke: #006FB9;
}

.circ.primary .circ__inner {
  background-color: var(--primary-color);
}

.circ.primary .circ__inner svg path {
  stroke: #ffffff;
}

.checkbox {
  position: relative;
  padding-left: 28px;
}

.checkbox input {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.checkbox input:checked + svg rect:first-of-type {
  fill: #006FB9;
}

.checkbox input:checked + svg rect:last-of-type {
  stroke: #006FB9;
}

.checkbox input:checked + svg path {
  opacity: 1;
}

.checkbox svg {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 16px;
  width: 16px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.checkbox svg rect:first-of-type {
  fill: #ffffff;
}

.checkbox svg rect:last-of-type {
  stroke: #272626;
}

.checkbox svg path {
  opacity: 0;
}

.checkbox p {
  font-size: 16px;
  letter-spacing: normal;
}

.checkbox:not(.disabled),
    .checkbox:not(.disabled) * {
  cursor: pointer;
}

.btn:hover .circ .circ__inner, .circ-trigger:hover .circ .circ__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
}

.btn:hover .circ .circ__inner svg path, .circ-trigger:hover .circ .circ__inner svg path {
  stroke: #ffffff;
}

.btn:hover .circ .circ__inner svg:first-of-type, .circ-trigger:hover .circ .circ__inner svg:first-of-type {
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.btn:hover .circ .circ__inner svg:last-of-type, .circ-trigger:hover .circ .circ__inner svg:last-of-type {
  --tw-translate-x: 60px;
  transform: translate(var(--tw-translate-x), 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));
}

.btn:hover .circ.blue.hover-outline .circ__inner, .circ-trigger:hover .circ.blue.hover-outline .circ__inner {
  background-color: transparent;
}

.btn:hover .circ.blue.hover-outline .circ__inner svg path, .circ-trigger:hover .circ.blue.hover-outline .circ__inner svg path {
  stroke: #006FB9;
}

.btn:hover .circ.light-gold .circ__inner, .circ-trigger:hover .circ.light-gold .circ__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 252 / var(--tw-bg-opacity));
}

.btn:hover .circ.light-gold .circ__inner svg path, .circ-trigger:hover .circ.light-gold .circ__inner svg path {
  stroke: #093553;
}

.bg-item {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.image-scale {
  overflow: hidden;
}

.image-scale img {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), 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));
  transition-property: transform;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.image-scale:hover img {
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  transform: translate(var(--tw-translate-x), 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));
}

.image-trigger:hover .image-scale img {
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  transform: translate(var(--tw-translate-x), 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));
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 18px;
  padding-right: 18px;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container.large {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container.small {
  padding-left: 18px;
  padding-right: 18px;
}

@media (min-width: 1200px) {
  .container.small {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1300px) {
  .container.small {
    padding-left: 190px;
    padding-right: 190px;
  }
}

.alpha {
  visibility: hidden;
  opacity: 0;
}

.flex-desc {
  display: flex;
  flex-direction: column;
}

@media not all and (min-width: 992px) {
  .overlap-spacing-top {
    padding-bottom: 128px !important;
  }
}

@media (min-width: 992px) {
  .overlap-spacing-top {
    padding-bottom: 216px !important;
  }
}

@media not all and (min-width: 992px) {
  .overlap-spacing-bottom {
    padding-top: 128px !important;
  }
}

@media (min-width: 992px) {
  .overlap-spacing-bottom {
    padding-top: 216px !important;
  }
}

.para-text ul {
  list-style-type: none !important;
}

.para-text,
.rich-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.para-text strong,
  .para-text b,
  .rich-text strong,
  .rich-text b {
  font-family: roboto-600, sans-serif !important;
  font-weight: 400 !important;
}

.para-text,
  .para-text *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .rich-text,
  .rich-text *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-family: roboto-400, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.09px;
}

.para-text ul, .rich-text ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 1200px) {
  .para-text ul, .rich-text ul {
    padding-left: 30px;
  }
}

.para-text a, .rich-text a {
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
}

.para-text a:hover, .rich-text a:hover {
  text-decoration-line: underline;
}

.para-text.text-white a, .rich-text.text-white a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.para-text.mid *,
    .para-text.mid p,
    .rich-text.mid *,
    .rich-text.mid p {
  font-size: 16px;
  letter-spacing: normal;
}

.para-text.big *,
    .para-text.big p,
    .rich-text.big *,
    .rich-text.big p {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.48px;
}

.para-text div:empty, .rich-text div:empty {
  display: none;
}

.para-text li {
  position: relative;
  padding-left: 24px;
}

.para-text li::before {
  content: "\e900";
  font-family: "awwa" !important;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
}

.rich-text ul {
  list-style-type: none;
}

.rich-text li {
  position: relative;
  padding-left: 24px;
}

.rich-text li::before {
  content: "\e900";
  font-family: "awwa" !important;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
}

.hero__select {
  position: relative;
}

.hero__select select {
  display: none;
}

.hero__select svg {
  pointer-events: none;
  position: absolute;
  top: 4px;
  right: 0px;
  z-index: 2;
}

.hero__item label {
  margin-bottom: 6px;
  --tw-text-opacity: 1;
  color: rgb(95 64 143 / var(--tw-text-opacity));
}

.hero__item a {
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
  text-underline-offset: 2px;
}

.hero__item a:hover {
  text-decoration-line: underline;
}

.hero__right {
  padding-bottom: 52px;
}

@media (min-width: 768px) {
  .hero__right {
    padding-top: 146px;
  }
}

.hero__right .ai {
  height: 314px;
}

@media (min-width: 768px) {
  .hero__right .ai {
    height: 100%;
    min-height: 414px;
  }
}

@media (min-width: 992px) {
  .hero__right .ai {
    min-height: 466px;
  }
}

@media (min-width: 1200px) {
  .hero__right .ai {
    min-height: 624px;
  }
}

.hero__left {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding-top: 136px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .hero__left {
    padding-right: 54px;
    padding-top: 196px;
    padding-bottom: 90px;
  }
}

@media (min-width: 992px) {
  .hero__left {
    padding-right: 86px;
  }
}

@media (min-width: 1200px) {
  .hero__left {
    padding-right: 146px;
  }
}

.hero .ui-selectmenu-button {
  width: 100% !important;
  border-radius: 0px !important;
  border-width: 0px !important;
  background-color: transparent !important;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
}

.hero .ui-selectmenu-text {
  font-family: roboto-500, sans-serif;
  font-size: 24px;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

.hero .owl-carousel.owl-loaded {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 24px;
}

.hero .owl-stage-outer {
  grid-column: span 2 / span 2;
}

.hero .owl-nav {
  order: 3;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.hero .owl-dots {
  order: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero .owl-dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 38 38 / var(--tw-bg-opacity)) !important;
  opacity: 0.1;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hero .owl-dot.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 65 65 / var(--tw-bg-opacity)) !important;
  opacity: 1;
}

.post__head {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
  padding-top: 136px;
  padding-bottom: 48px;
}

@media (min-width: 1200px) {
  .post__head {
    padding-top: 156px;
  }
}

.post__head.events .post__head-details {
  width: 316px;
  flex-shrink: 0;
}

.post__head.resource,
    .post__head.global {
  z-index: 21;
}

@media not all and (min-width: 1200px) {
  .post__head.resource .post__head-inner, .post__head.global .post__head-inner {
    gap: 48px;
  }
}

.post__head.resource .post__head-details, .post__head.global .post__head-details {
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .post__head.resource .post__head-details, .post__head.global .post__head-details {
    width: 444px;
  }
}

.post__head.resource .post__feature-image, .post__head.global .post__feature-image {
  position: relative;
  height: 100%;
}

.post__head.resource .post__feature-image .ai, .post__head.global .post__feature-image .ai {
  top: 0px;
  left: 0px;
  height: 284px;
  width: 100%;
}

@media (min-width: 768px) {
  .post__head.resource .post__feature-image .ai, .post__head.global .post__feature-image .ai {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .post__head.resource .post__feature-image .ai, .post__head.global .post__feature-image .ai {
    height: 284px;
  }
}

@media (min-width: 1200px) {
  .post__head.resource .post__feature-image .ai, .post__head.global .post__feature-image .ai {
    position: absolute;
    height: calc(100% + 210px);
  }
}

.post__head.resource .post__title, .post__head.global .post__title {
  max-width: 748px;
}

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

@media not all and (min-width: 1200px) {
  .post__head.water-hero .post__title {
    flex-basis: 50%;
  }
}

.post__head.water-hero .post__title small {
  --tw-text-opacity: 1;
  color: rgb(95 64 143 / var(--tw-text-opacity));
}

.hero__select.post__head.water-hero .post__title h1 svg path,.hero__select
          .post__head.water-hero .post__title p svg path {
  stroke: #272626;
}

.post__head.water-hero .post__title h1,
          .post__head.water-hero .post__title p {
  --tw-text-opacity: 1;
  color: rgb(39 38 38 / var(--tw-text-opacity));
}

@media (min-width: 1200px) {
  .post__head.water-hero .post__title p {
    max-width: 644px;
  }
}

.post__head.water-hero .post__head-inner {
  gap: 30px;
}

.post__head.water-hero .post__head-details {
  width: 100%;
  flex-shrink: 0;
}

@media not all and (min-width: 1200px) {
  .post__head.water-hero .post__head-details {
    flex-basis: 50%;
  }
}

@media (min-width: 1200px) {
  .post__head.water-hero .post__head-details {
    width: 534px;
  }

  .post__head.global {
    min-height: 380px;
  }
}

.post__head.article {
  padding-bottom: 24px;
}

.post__head.article .post__title {
  flex: 1 1 0%;
}

@media (min-width: 992px) {
  .post__head.article .post__title {
    max-width: 1088px;
    padding-bottom: 24px;
  }
}

.post__head.article .post__thumbnail {
  width: 100%;
}

@media (min-width: 768px) {
  .post__head.article .post__thumbnail {
    width: 446px;
  }
}

@media (min-width: 992px) {
  .post__head.article .post__thumbnail {
    height: 392px;
    flex-shrink: 0;
  }
}

.post__head.award .post__title, .post__head.ps .post__title {
  max-width: 790px;
}

.hero__select.post__head.award .post__title p svg path,.hero__select .post__head.ps .post__title p svg path {
  stroke: #ffffff;
}

.post__head.award .post__title p, .post__head.ps .post__title p {
  max-width: 644px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.post__head.award .post__title p a, .rich-text.post__head.award .post__title p a,.para-text .post__head.ps .post__title p a, .rich-text .post__head.ps .post__title p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.post__head-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

@media not all and (min-width: 992px) {
  .post__head-inner {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .post__head-inner {
    gap: 60px;
  }
}

.post__title {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 24px;
}

.hero__select.post__title h1 svg path {
  stroke: #ffffff;
}

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

.para-text.post__title h1 a, .rich-text.post__title h1 a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.post__title small {
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

.post__head-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.post__head-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero__select.post__head-item p svg path {
  stroke: #ffffff;
}

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

.para-text.post__head-item p a, .rich-text.post__head-item p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.post__sticky {
  z-index: 20;
  min-width: 100dvw;
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1200px) {
  .post__sticky.events .post__bar {
    padding-top: 0px;
    padding-bottom: 12px;
  }

  .post__sticky.events .post__bar-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
  }

  .post__sticky.events .post__select-container {
    width: 100%;
    padding-top: 12px;
  }

  .post__sticky.events .post__socials {
    order: 4;
    margin-left: 0px;
  }
}

.post__sticky.events .post__register {
  position: relative;
}

@media not all and (min-width: 1200px) {
  .post__sticky.events .post__register {
    order: 2;
    width: 100%;
    padding-bottom: 12px;
  }
}

@media (max-width: 1199px) {
  .post__sticky.events .post__register::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 2px;
    min-width: 100dvw;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), 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-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity));
  }
}

@media not all and (min-width: 1200px) {
  .post__sticky.events .post__calendar {
    order: 3;
  }
}

.post__sticky.resource .post__bar {
  padding-top: 0px;
  padding-bottom: 0px;
}

.post__sticky.resource .post__select-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.post__sticky.resource .post__bar-inner {
  align-items: stretch;
}

@media not all and (min-width: 1200px) {
  .post__sticky.resource .post__bar-inner {
    flex-direction: column;
    gap: 0px;
  }
}

.post__sticky.resource .post__menu {
  min-width: ;
}

.post__sticky.water-hero .post__bar {
  border-bottom-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 185 / var(--tw-bg-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
}

@media not all and (min-width: 1200px) {
  .post__sticky.water-hero .post__menu {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .post__sticky.water-hero .post__menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.post__sticky.water-hero .post__menu::after, .post__sticky.water-hero .post__menu-panel::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 185 / var(--tw-bg-opacity));
}

.post__sticky-inner {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.post__bc {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
}

.post__bc.e-mode {
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 141 / var(--tw-bg-opacity));
}

.post__bc-inner {
  display: flex;
  align-items: center;
  gap: 9px;
}

.post__bc-inner p {
  white-space: nowrap;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: normal;
  --tw-text-opacity: 1;
  color: rgb(137 158 172 / var(--tw-text-opacity));
}

.hero__select.post__bc-inner p:last-of-type svg path {
  stroke: #ffffff;
}

.post__bc-inner p:last-of-type {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.post__bc-inner p:last-of-type a, .rich-text.post__bc-inner p:last-of-type a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.post__bc-inner svg {
  position: relative;
  top: -1px;
}

.post__bc-inner a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.post__bar {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
}

.post__bar-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.post__select-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.post__select-container p {
  width: -moz-fit-content;
  width: fit-content;
}

@media not all and (min-width: 1200px) {
  .post__select-container p {
    flex-shrink: 0;
  }
}

.post__select {
  position: relative;
}

@media not all and (min-width: 1200px) {
  .post__select {
    flex: 1 1 0%;
  }
}

@media (min-width: 1200px) {
  .post__select {
    width: 230px;
  }
}

.post__select select {
  display: none;
}

.post__select svg {
  pointer-events: none;
  position: absolute;
  top: 4px;
  right: 0px;
  z-index: 2;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post__select .ui-selectmenu-button {
  min-height: 22px;
  width: 100% !important;
  border-radius: 0px !important;
  border-width: 0px !important;
  border-bottom-width: 2px !important;
  border-color: #2726261a !important;
  background-color: transparent !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

@media not all and (min-width: 1200px) {
  .post__select .ui-selectmenu-button {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(223 175 60 / var(--tw-border-opacity)) !important;
  }
}

.post__select .ui-selectmenu-button.ui-selectmenu-button-open {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(223 175 60 / var(--tw-border-opacity)) !important;
}

.post__select .ui-selectmenu-button.ui-selectmenu-button-open + svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.post__select .ui-selectmenu-text {
  margin-right: 40px;
  font-size: 16px;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}

@media not all and (min-width: 768px) {
  .post__select.award-select {
    width: 70vw;
  }
}

.post__socials {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.post__social {
  height: 24px;
  width: 24px;
}

.post__calendar {
  display: flex;
  gap: 7px;
}

.post__calendar .addeventatc {
  display: flex;
  border-style: none !important;
  background-color: transparent !important;
  padding: 0px !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.post__calendar .addeventatc:not([data-loaded="true"]) {
  display: none !important;
}

.post__calendar .addeventatc_dropdown span {
  font-family: roboto-500, sans-serif;
  font-weight: 400;
}

.post__calendar .addeventatc_dropdown .copyx {
  height: 10px;
  opacity: 0;
}

.post__calendar .atc_node {
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
}

.post__calendar .addeventatc_icon {
  display: none !important;
}

.post__summary {
  padding-top: 112px;
}

.post__summary p {
  max-width: 754px;
}

.post__summary.has-b-space {
  padding-bottom: 64px;
}

@media (min-width: 1200px) {
  .post__summary.has-b-space {
    padding-bottom: 112px;
  }
}

.post__menu {
  position: relative;
}

.post__menu::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100vw;
  border-right-width: 1px;
  border-color: #ffffff33;
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 141 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1200px) {
  .post__menu::after {
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), 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));
  }
}

@media (min-width: 1200px) {
  .post__menu::after {
    right: 0px;
  }
}

.post__menu.active .post__burger {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), 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));
}

.post__menu.active .post__burger svg {
  overflow: visible;
}

.post__menu.active .post__burger svg path {
  stroke: #ffffff;
}

.post__menu.active .post__burger svg path:nth-child(1) {
  transform: rotate(45deg) translate(5px, -12px);
}

.post__menu.active .post__burger svg path:nth-child(2) {
  display: none;
}

.post__menu.active .post__burger svg path:nth-child(3) {
  transform: rotate(-45deg) translate(-12px, 10px);
}

.post__menu.active .post__menu-panel {
  visibility: visible;
  opacity: 1;
}

.post__menu.active .post__menu-panel-inner {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), 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));
}

.post__menu:not(.active) .post__menu-inner {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.post__menu-inner {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

@media not all and (min-width: 1200px) {
  .post__menu-inner {
    height: 56px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .post__menu-inner {
    padding-right: 30px;
  }
}

.post__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post__burger svg path {
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post__menu-panel {
  visibility: hidden;
  position: absolute;
  left: 0px;
  bottom: 1px;
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), 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-bg-opacity: 1;
  background-color: rgb(0 122 141 / var(--tw-bg-opacity));
  opacity: 0;
}

@media not all and (min-width: 1200px) {
  .post__menu-panel {
    left: 50%;
    z-index: 4;
    width: 100dvw !important;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), 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));
  }
}

@media (min-width: 1200px) {
  .post__menu-panel {
    right: 0px;
    height: 100vh;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

/* border-t border-[#ffffff33] */

.post__menu-panel::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 141 / var(--tw-bg-opacity));
  /* border-t border-[#ffffff33] */
}

.post__menu-panel-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 30px;
}

@media not all and (min-width: 1200px) {
  .post__menu-panel-inner {
    width: 100dvw !important;
    padding-left: 58px;
  }
}

@media (min-width: 1200px) {
  .post__menu-panel-inner {
    width: 100%;
    min-width: 200px;
    --tw-translate-x: -20px;
    transform: translate(var(--tw-translate-x), 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));
    gap: 8px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.post__menu-panel-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(39 38 38 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.post__body {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 16px;
  font-family: roboto-400, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.09px;
}

.post__body:not(.is-legal) strong {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .post__body > * {
    max-width: 70%;
  }
}

.post__body > p:first-of-type > *:first-child {
  margin-top: 0px !important;
}

.post__body h1,
    .post__body h2,
    .post__body h3,
    .post__body h4,
    .post__body h5,
    .post__body h6,
    .post__body .wp-block-table,
    .post__body .wp-block-tableberg-wrapper {
  margin-top: 32px;
}

.post__body ul,
    .post__body ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.post__body ol {
  list-style-type: decimal;
}

.post__body ul,
    .post__body ol {
  margin-left: 30px;
}

.post__body ul ul,
    .post__body ol ul {
  list-style-type: circle;
  margin-left: 60px;
}

.post__body ol ol,
    .post__body ul ol {
  list-style-type: lower-latin;
  margin-left: 60px;
}

.post__body a {
  font-family: roboto-500, sans-serif;
  --tw-text-opacity: 1 !important;
  color: rgb(0 111 185 / var(--tw-text-opacity)) !important;
  text-underline-offset: 2px;
}

.post__body a:hover {
  text-decoration-line: underline;
}

.post__body p {
  margin: 0px !important;
}

.post__body p img {
  float: none !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 16px !important;
  height: auto !important;
  max-width: 100% !important;
}

.post__body p strong {
  margin-top: 0px;
}

.post__body strong,
      .post__body strong * {
  font-family: roboto-600, sans-serif;
}

.post__body .wp-block-pullquote {
  margin: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.post__body blockquote {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 111 185 / var(--tw-border-opacity));
  padding-left: 24px;
  text-align: left;
}

@media (min-width: 1200px) {
  .post__body blockquote {
    padding-left: 32px;
  }
}

.post__body blockquote p {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.4px;
}

@media (min-width: 1200px) {
  .post__body blockquote p {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
}

.post__body blockquote cite {
  font-style: normal;
  display: block;
  font-family: roboto-400, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.09px;
}

@media not all and (min-width: 1200px) {
  .post__body .wp-block-table,
    .post__body .wp-block-tableberg-wrapper {
    overflow-x: auto;
  }
}

.post__body .wp-block-table::-webkit-scrollbar, .post__body .wp-block-tableberg-wrapper::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.post__body .wp-block-table, .post__body .wp-block-tableberg-wrapper {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

@media not all and (min-width: 1200px) {
  .post__body .wp-block-table table, .post__body .wp-block-tableberg-wrapper table {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 1000px;
  }
}

.post__body .wp-block-table thead, .post__body .wp-block-tableberg-wrapper thead {
  border-style: none !important;
}

.post__body .wp-block-table thead th, .post__body .wp-block-tableberg-wrapper thead th {
  text-align: left;
}

.post__body .wp-block-table thead th,
        .post__body .wp-block-table thead th *,
        .post__body .wp-block-table th,
        .post__body .wp-block-table th *,
        .post__body .wp-block-tableberg-wrapper thead th,
        .post__body .wp-block-tableberg-wrapper thead th *,
        .post__body .wp-block-tableberg-wrapper th,
        .post__body .wp-block-tableberg-wrapper th * {
  font-family: roboto-600, sans-serif;
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 140% !important;
  letter-spacing: 1.4px !important;
  --tw-text-opacity: 1;
  color: rgb(9 53 83 / var(--tw-text-opacity));
}

@media (min-width: 1200px) {
  .post__body .wp-block-table thead th,
        .post__body .wp-block-table thead th *,
        .post__body .wp-block-table th,
        .post__body .wp-block-table th *,
        .post__body .wp-block-tableberg-wrapper thead th,
        .post__body .wp-block-tableberg-wrapper thead th *,
        .post__body .wp-block-tableberg-wrapper th,
        .post__body .wp-block-tableberg-wrapper th * {
    font-size: 16px !important;
    letter-spacing: 1.6px !important;
  }
}

.post__body .wp-block-table th,
      .post__body .wp-block-table td,
      .post__body .wp-block-tableberg-wrapper th,
      .post__body .wp-block-tableberg-wrapper td {
  border-style: none !important;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.post__body .wp-block-table td,
        .post__body .wp-block-table td *,
        .post__body .wp-block-tableberg-wrapper td,
        .post__body .wp-block-tableberg-wrapper td * {
  font-size: 16px !important;
}

@media (min-width: 1200px) {
  .post__body .wp-block-table td,
        .post__body .wp-block-table td *,
        .post__body .wp-block-tableberg-wrapper td,
        .post__body .wp-block-tableberg-wrapper td * {
    font-size: 17px !important;
  }
}

.post__body .wp-block-table figcaption, .post__body .wp-block-tableberg-wrapper figcaption {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: normal;
}

@media not all and (min-width: 1200px) {
  .post__body .wp-block-table figcaption, .post__body .wp-block-tableberg-wrapper figcaption {
    position: sticky;
    left: 0px;
  }
}

.post__body .wp-block-table tbody tr:nth-child(odd), .post__body .wp-block-tableberg-wrapper tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.post__body .wp-block-table ul,
      .post__body .wp-block-table ol,
      .post__body .wp-block-tableberg-wrapper ul,
      .post__body .wp-block-tableberg-wrapper ol {
  gap: 0px;
}

.post__body .wp-block-tableberg-wrapper {
  margin-bottom: 20px;
}

.post__body .wp-block-columns {
  margin-bottom: 0px;
}

.post__body .wp-block-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.post__body .wp-block-image {
  position: relative;
}

.post__body .wp-block-image figcaption {
  margin: 0px;
}

.post__body .wp-block-image figcaption:not(.ai__overlay) {
  display: none;
}

.post__share {
  cursor: pointer;
}

.post__share.clipboard {
  position: relative;
}

.hero__select.post__share.clipboard p svg path {
  stroke: #ffffff;
}

.post__share.clipboard p {
  visibility: hidden;
  position: absolute;
  top: -120%;
  left: 50%;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
  white-space: nowrap;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(4 39 62 / var(--tw-bg-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.post__share.clipboard p a, .rich-text.post__share.clipboard p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.post__note {
  margin-top: 48px;
  display: flex;
  width: 100%;
  max-width: 755px;
  flex-direction: column;
  gap: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 223 / var(--tw-bg-opacity));
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.post__note p a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.post__feature-image img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
        rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

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

@media (min-width: 1200px) {
  .tiff.inverted .tiff__inner {
    flex-direction: row-reverse;
  }
}

.tiffg.is-gradient {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
}

.hero__select.tiffg.is-gradient label svg path,.hero__select
    .tiffg.is-gradient h2 svg path,.hero__select
    .tiffg.is-gradient p svg path,.hero__select
    .tiffg.is-gradient li svg path {
  stroke: #ffffff;
}

.tiffg.is-gradient label,
    .tiffg.is-gradient h2,
    .tiffg.is-gradient p,
    .tiffg.is-gradient li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.tiffg.is-gradient label a, .rich-text.tiffg.is-gradient label a,.para-text
    .tiffg.is-gradient h2 a, .rich-text
    .tiffg.is-gradient h2 a,.para-text
    .tiffg.is-gradient p a, .rich-text
    .tiffg.is-gradient p a,.para-text
    .tiffg.is-gradient li a, .rich-text
    .tiffg.is-gradient li a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.tiffg.is-gradient small {
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

.tiffg.is-gradient .circ__inner {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.tiffg.is-gradient .circ__inner svg path {
  stroke: #272626;
}

.tiffg.inverted .tiffg__inner {
  flex-direction: row-reverse;
}

.tiffg.inverted .tiffg__content {
  order: 1;
}

.tiffg.inverted .tiffg__images {
  order: 2;
  justify-content: flex-start;
}

.tiffg.inverted .tiffg__images .ai:nth-child(2) {
  order: 3;
}

.tiffg.inverted .tiffg__images .ai:nth-child(3) {
  order: 2;
}

@media not all and (min-width: 768px) {
  .tiffg:not(.inverted) .tiffg__images {
    order: 2;
  }
}

.tiffg__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

@media (min-width: 1200px) {
  .tiffg__images {
    row-gap: 32px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}

.tiffg__images .ai:nth-child(1) {
  height: 210px;
  width: 78%;
}

@media (min-width: 1200px) {
  .tiffg__images .ai:nth-child(1) {
    height: 352px;
  }
}

.tiffg__images .ai:nth-child(2) {
  height: 135px;
  width: 50%;
}

@media (min-width: 1200px) {
  .tiffg__images .ai:nth-child(2) {
    height: 226px;
  }
}

.tiffg__images .ai:nth-child(3) {
  height: 185px;
  width: 45%;
}

@media (min-width: 1200px) {
  .tiffg__images .ai:nth-child(3) {
    height: 310px;
    width: 44%;
  }
}

.tcig.is-gradient {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
}

.hero__select.tcig.is-gradient label svg path,.hero__select
    .tcig.is-gradient h2 svg path,.hero__select
    .tcig.is-gradient p svg path,.hero__select
    .tcig.is-gradient small svg path,.hero__select
    .tcig.is-gradient li svg path {
  stroke: #ffffff;
}

.tcig.is-gradient label,
    .tcig.is-gradient h2,
    .tcig.is-gradient p,
    .tcig.is-gradient small,
    .tcig.is-gradient li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.tcig.is-gradient label a, .rich-text.tcig.is-gradient label a,.para-text
    .tcig.is-gradient h2 a, .rich-text
    .tcig.is-gradient h2 a,.para-text
    .tcig.is-gradient p a, .rich-text
    .tcig.is-gradient p a,.para-text
    .tcig.is-gradient small a, .rich-text
    .tcig.is-gradient small a,.para-text
    .tcig.is-gradient li a, .rich-text
    .tcig.is-gradient li a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.tcig.is-gradient .circ__inner {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.tcig.is-gradient .circ__inner svg path {
  stroke: #272626;
}

@media (min-width: 1200px) {
  .tcig.inverted .tcig__inner {
    flex-direction: row-reverse;
  }

  .tcig.inverted-images .tcig__images .ai:nth-child(1) {
    margin-top: 0px;
  }

  .tcig.inverted-images .tcig__images .ai:nth-child(2) {
    margin-top: 120px;
  }
}

.tcig__images {
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-end;
  gap: 16px;
}

@media not all and (min-width: 1200px) {
  .tcig__images {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .tcig__images {
    gap: 28px;
  }
}

.tcig__images .ai:nth-child(1) {
  height: 154px;
  width: 120px;
}

@media not all and (min-width: 1200px) {
  .tcig__images .ai:nth-child(1) {
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .tcig__images .ai:nth-child(1) {
    margin-top: 120px;
    height: 310px;
    width: 37.5%;
  }
}

.tcig__images .ai:nth-child(2) {
  height: 154px;
  flex: 1 1 0%;
}

@media (min-width: 1200px) {
  .tcig__images .ai:nth-child(2) {
    height: 308px;
    width: 57.7%;
  }
}

.eg__item, .feg__item {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(39 38 38 / var(--tw-border-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.eg__item:nth-child(1), .feg__item:nth-child(1) {
  border-top-width: 2px;
}

@media (min-width: 768px) {
  .eg__item:nth-child(2), .feg__item:nth-child(2) {
    border-top-width: 2px;
  }
}

.eg__item:hover, .feg__item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0px 4px 64px -20px rgba(0, 0, 0, 0.25);
}

.rt__tabs {
  display: flex;
}

@media not all and (min-width: 768px) {
  .rt__tabs {
    flex-direction: column;
  }
}

.rt__tab {
  flex: 1 1 0%;
  cursor: pointer;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.6;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

@media not all and (min-width: 768px) {
  .rt__tab {
    background-color: #ffffff1a;
  }
}

@media (min-width: 768px) {
  .rt__tab {
    border-bottom-width: 2px;
  }
}

.rt__tab,
    .rt__tab p {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.rt__tab p {
  font-family: roboto-600, sans-serif;
}

@media (min-width: 1200px) {
  .rt__tab p {
    opacity: 0.6;
  }
}

.rt__tab.active,
    .rt__tab:hover {
  --tw-border-opacity: 1;
}

@media not all and (min-width: 768px) {
  .rt__tab.active,
    .rt__tab:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 243 223 / var(--tw-bg-opacity));
  }
}

.rt__tab.active p, .rt__tab:hover p {
  opacity: 1;
}

@media not all and (min-width: 768px) {
  .rt__tab.active p.hero__select svg path, .rt__tab:hover p.hero__select svg path {
    stroke: #272626;
  }

  .rt__tab.active p, .rt__tab:hover p {
    --tw-text-opacity: 1;
    color: rgb(39 38 38 / var(--tw-text-opacity));
  }
}

.rt__cards.owl-carousel {
  display: grid;
}

.rt__cards.owl-loaded {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rt__cards:not(.owl-carousel) {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}

@media (min-width: 1200px) {
  .rt__cards:not(.owl-carousel) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media not all and (min-width: 1200px) {
  .rt__cards.show-on-desktop {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .rt__cards.show-on-mobile {
    display: none !important;
  }
}

.rt__card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  gap: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 24px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.rt__card:hover .circ .circ__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
}

.rt__card:hover .circ .circ__inner svg path {
  stroke: #ffffff;
}

.rt__card:hover .circ .circ__inner svg:first-of-type {
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.rt__card:hover .circ .circ__inner svg:last-of-type {
  --tw-translate-x: 60px;
  transform: translate(var(--tw-translate-x), 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));
}

.rt__card:hover .circ.blue.hover-outline .circ__inner {
  background-color: transparent;
}

.rt__card:hover .circ.blue.hover-outline .circ__inner svg path {
  stroke: #006FB9;
}

.rt__card:hover .circ.light-gold .circ__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 252 / var(--tw-bg-opacity));
}

.rt__card:hover .circ.light-gold .circ__inner svg path {
  stroke: #093553;
}

@media (min-width: 1200px) {
  .rt__card {
    gap: 60px;
    padding: 40px;
  }
}

.rt__card.aqua .rt__card-title svg path {
  fill: #007A8D;
}

.rt__card.aqua:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 251 / var(--tw-bg-opacity));
}

.rt__card.purple .rt__card-title svg path {
  fill: #5F408F;
}

.rt__card.purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 226 251 / var(--tw-bg-opacity));
}

.rt__card.yellow .rt__card-title svg path {
  fill: #006fb9;
}

.rt__card.yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 252 / var(--tw-bg-opacity));
}

.rt__card-title svg path {
  fill: #007A8D;
}

.rt__panel {
  visibility: hidden;
  height: 0px;
  --tw-translate-y: 20px;
  transform: translate(var(--tw-translate-x), 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));
  overflow: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.rt__panel.active {
  visibility: visible;
  height: auto;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 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));
  opacity: 1;
}

.rt .owl-stage-outer {
  order: 1;
  grid-column: span 2 / span 2;
}

.rt .owl-dots {
  order: 2;
  display: flex;
  gap: 8px;
}

.rt .owl-dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 243 223 / var(--tw-bg-opacity)) !important;
  opacity: 1;
}

.rt .owl-dot:not(.active) {
  opacity: 0.15;
}

.rt .owl-nav {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.rt .owl-next,
  .rt .owl-prev {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #ffffff1a !important;
}

.rt .owl-dots,
  .rt .owl-nav {
  margin-top: 24px;
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) {
  .rt .owl-dots,
  .rt .owl-nav {
    margin-top: 48px;
  }
}

@media not all and (min-width: 992px) {
  .tiffo.overlap-top .tiffo__inner {
    flex-direction: column;
  }

  .tiffo.overlap-top .tiffo__image .ai {
    top: -48px;
  }
}

@media (min-width: 992px) {
  .tiffo.overlap-top .tiffo__image .ai {
    bottom: -40px;
    height: calc(100% + 248px);
  }
}

.tiffo.overlap-top.inverted .tiffo__inner {
  flex-direction: column;
}

@media (min-width: 992px) {
  .tiffo.overlap-top.inverted .tiffo__inner {
    flex-direction: row-reverse;
  }
}

@media not all and (min-width: 1200px) {
  .tiffo.overlap-bottom {
    padding-bottom: 0px;
  }
}

@media not all and (min-width: 992px) {
  .tiffo.overlap-bottom {
    padding-top: 64px;
  }

  .tiffo.overlap-bottom .tiffo__inner {
    flex-direction: column-reverse;
  }
}

.tiffo.overlap-bottom .tiffo__image .ai {
  bottom: unset;
  top: 0px;
}

@media (min-width: 992px) {
  .tiffo.overlap-bottom .tiffo__image .ai {
    top: -40px;
    height: calc(100% + 248px);
  }
}

@media not all and (min-width: 992px) {
  .tiffo.overlap-bottom.inverted {
    padding-top: 64px;
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .tiffo.overlap-bottom.inverted .tiffo__inner {
    flex-direction: row-reverse;
  }
}

.tiffo.is-gradient {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
}

.hero__select.tiffo.is-gradient h2 svg path,.hero__select
    .tiffo.is-gradient p svg path,.hero__select
    .tiffo.is-gradient li svg path {
  stroke: #ffffff;
}

.tiffo.is-gradient h2,
    .tiffo.is-gradient p,
    .tiffo.is-gradient li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.tiffo.is-gradient h2 a, .rich-text.tiffo.is-gradient h2 a,.para-text
    .tiffo.is-gradient p a, .rich-text
    .tiffo.is-gradient p a,.para-text
    .tiffo.is-gradient li a, .rich-text
    .tiffo.is-gradient li a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.tiffo.is-gradient small {
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

.tiffo.is-gradient .tiffo__pattern {
  display: none;
}

.tiffo__inner {
  position: relative;
  display: flex;
  gap: 48px;
}

@media (min-width: 1400px) {
  .tiffo__inner {
    gap: 80px;
  }
}

.tiffo__image {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}

@media not all and (min-width: 992px) {
  .tiffo__image {
    height: 324px;
  }
}

@media (min-width: 992px) {
  .tiffo__image {
    width: 534px;
  }
}

.tiffo__image .ai {
  left: 0px;
  height: 372px;
  width: 100%;
}

@media (min-width: 992px) {
  .tiffo__image .ai {
    position: absolute;
  }
}

.tiffo__pattern {
  bottom: 0px;
  top: unset;
  right: 0px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@media not all and (min-width: 1200px) {
  .tiffo__pattern {
    left: unset;
    right: -10%;
  }

  .tiffo__pattern svg {
    height: 242px;
    max-width: 80%;
  }
}

.hero__select.cct:not(.is-solid):not(.is-image) h2 svg path,.hero__select
    .cct:not(.is-solid):not(.is-image) p svg path,.hero__select
    .cct:not(.is-solid):not(.is-image) small svg path {
  stroke: #ffffff;
}

.cct:not(.is-solid):not(.is-image) h2,
    .cct:not(.is-solid):not(.is-image) p,
    .cct:not(.is-solid):not(.is-image) small {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.cct:not(.is-solid):not(.is-image) h2 a, .rich-text.cct:not(.is-solid):not(.is-image) h2 a,.para-text
    .cct:not(.is-solid):not(.is-image) p a, .rich-text
    .cct:not(.is-solid):not(.is-image) p a,.para-text
    .cct:not(.is-solid):not(.is-image) small a, .rich-text
    .cct:not(.is-solid):not(.is-image) small a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.cct:not(.is-solid):not(.is-image) .cct__item h2 {
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

.rc .owl-carousel.owl-loaded, .tm .owl-carousel.owl-loaded, .ttc .owl-carousel.owl-loaded, .ttcv2 .owl-carousel.owl-loaded, .ccc .owl-carousel.owl-loaded {
  padding-bottom: 64px;
}

@media (min-width: 1200px) {
  .rc .owl-carousel.owl-loaded, .tm .owl-carousel.owl-loaded, .ttc .owl-carousel.owl-loaded, .ttcv2 .owl-carousel.owl-loaded, .ccc .owl-carousel.owl-loaded {
    padding-bottom: 90px;
  }
}

.rc .owl-dots, .tm .owl-dots, .ttc .owl-dots, .ttcv2 .owl-dots, .ccc .owl-dots {
  left: 0px;
  display: flex;
  gap: 8px;
}

.rc .owl-dot, .tm .owl-dot, .ttc .owl-dot, .ttcv2 .owl-dot, .ccc .owl-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 111 185 / var(--tw-bg-opacity)) !important;
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 576px) {
  .rc .owl-dot, .tm .owl-dot, .ttc .owl-dot, .ttcv2 .owl-dot, .ccc .owl-dot {
    height: 8px;
    width: 8px;
  }
}

.rc .owl-dot:not(.active), .tm .owl-dot:not(.active), .ttc .owl-dot:not(.active), .ttcv2 .owl-dot:not(.active), .ccc .owl-dot:not(.active) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 38 38 / var(--tw-bg-opacity)) !important;
  opacity: 0.1;
}

.rc .owl-nav, .tm .owl-nav, .ttc .owl-nav, .ttcv2 .owl-nav, .ccc .owl-nav {
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.rc .owl-next,
  .rc .owl-prev,
  .tm .owl-next,
  .tm .owl-prev,
  .ttc .owl-next,
  .ttc .owl-prev,
  .ttcv2 .owl-next,
  .ttcv2 .owl-prev,
  .ccc .owl-next,
  .ccc .owl-prev {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #2726261a !important;
}

.rc .owl-dots,
  .rc .owl-nav,
  .tm .owl-dots,
  .tm .owl-nav,
  .ttc .owl-dots,
  .ttc .owl-nav,
  .ttcv2 .owl-dots,
  .ttcv2 .owl-nav,
  .ccc .owl-dots,
  .ccc .owl-nav {
  position: absolute;
  bottom: 0px;
  display: flex;
  height: 40px;
  align-items: center;
}

.rc .owl-stage-outer, .tm .owl-stage-outer, .ccc .owl-stage-outer {
  overflow: visible !important;
}

.rc .owl-stage, .ccc .owl-stage, .tm .owl-stage, .ttc .owl-stage, .ttcv2 .owl-stage {
  display: flex;
}

.rc__item, .ccc__item, .tm__item, .ttc__item, .ttcv2__item {
  height: 100%;
}

.tm__items.no-owl-carousel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

@media (min-width: 1200px) {
  .tm__items:not(.no-owl-carousel) .tm__item {
    width: 308px;
  }
}

.tm__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.ic .owl-stage {
  display: flex;
}

.ic .owl-stage-outer {
  overflow: visible !important;
}

.ic__item.odd {
  height: 254px;
  width: 100%;
}

@media (min-width: 1200px) {
  .ic__item.odd {
    width: 338px;
  }
}

.ic__item.even {
  height: 378px;
  width: 100%;
}

@media (min-width: 1200px) {
  .ic__item.even {
    width: 504px;
  }
}

.ic.is-gradient {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
}

.hero__select.ic.is-gradient h2 svg path,.hero__select
    .ic.is-gradient p svg path,.hero__select
    .ic.is-gradient li svg path {
  stroke: #ffffff;
}

.ic.is-gradient h2,
    .ic.is-gradient p,
    .ic.is-gradient li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.ic.is-gradient h2 a, .rich-text.ic.is-gradient h2 a,.para-text
    .ic.is-gradient p a, .rich-text
    .ic.is-gradient p a,.para-text
    .ic.is-gradient li a, .rich-text
    .ic.is-gradient li a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.ic.is-gradient small {
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

.ic.is-gradient .owl-dot {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 243 223 / var(--tw-bg-opacity)) !important;
}

.ic.is-gradient .owl-dot:not(.active) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 243 223 / var(--tw-bg-opacity)) !important;
  opacity: 0.15;
}

.ic.is-gradient .owl-next,
    .ic.is-gradient .owl-prev {
  border-color: #ffffff1a !important;
}

.ic.is-gradient .owl-next svg path, .ic.is-gradient .owl-prev svg path {
  stroke: #ffffff;
}

.ic.same-sized .ic__item.odd,
      .ic.same-sized .ic__item.even {
  height: 378px;
  width: 100%;
}

@media (min-width: 1200px) {
  .ic.same-sized .ic__item.odd,
      .ic.same-sized .ic__item.even {
    width: 504px;
  }
}

.ic .owl-carousel.owl-loaded {
  padding-bottom: 80px;
}

.ic .owl-dots {
  left: 0px;
  display: flex;
  gap: 8px;
}

.ic .owl-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 111 185 / var(--tw-bg-opacity)) !important;
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 576px) {
  .ic .owl-dot {
    height: 8px;
    width: 8px;
  }
}

.ic .owl-dot:not(.active) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 38 38 / var(--tw-bg-opacity)) !important;
  opacity: 0.1;
}

.ic .owl-nav {
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.ic .owl-next,
  .ic .owl-prev {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #2726261a !important;
}

.ic .owl-dots,
  .ic .owl-nav {
  position: absolute;
  bottom: 0px;
  display: flex;
  height: 40px;
  align-items: center;
}

.gic .owl-stage {
  display: flex;
}

.gic .owl-stage-outer {
  overflow: visible !important;
}

.gic__item.odd {
  height: 280px;
  width: 224px;
}

@media (min-width: 992px) {
  .gic__item.odd {
    height: 500px;
    width: 400px;
  }
}

.gic__item.even {
  height: 224px;
  width: 280px;
}

@media (min-width: 992px) {
  .gic__item.even {
    height: 400px;
    width: 500px;
  }
}

.ccc .owl-dot {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 243 223 / var(--tw-bg-opacity)) !important;
}

.ccc .owl-dot:not(.active) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 243 223 / var(--tw-bg-opacity)) !important;
  opacity: 0.15;
}

.cvcl__item {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(39 38 38 / var(--tw-border-opacity));
}

.cvcl__item:last-child {
  border-bottom-width: 2px;
}

.rcl__para a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.hero__select.rcl__bullet svg path {
  stroke: #ffffff;
}

.rcl__bullet {
  position: relative;
  padding-left: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.rcl__bullet a, .rich-text.rcl__bullet a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.rcl__bullet::before {
  content: "\e900";
  font-family: "awwa" !important;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
}

.avtff__acc {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(39 38 38 / var(--tw-border-opacity));
}

.avtff__acc:last-of-type {
  border-bottom-width: 2px;
}

.avtff__acc.active .avtff__acc-head svg {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.avtff__acc.active .avtff__acc-body {
  padding-bottom: 24px;
}

@media (min-width: 1200px) {
  .avtff__acc.active .avtff__acc-body {
    padding-bottom: 30px;
  }
}

.avtff__acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .avtff__acc-head {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.avtff__acc-head,
    .avtff__acc-head * {
  cursor: pointer;
}

.avtff__acc-head h4 {
  flex: 1 1 0%;
}

.avtff__acc-head svg {
  flex-shrink: 0;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.avtff__acc-body {
  height: 0px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}

.avtff__acc-body strong,
    .avtff__acc-body b {
  margin-bottom: 12px;
  font-family: roboto-500, sans-serif;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.4px;
  --tw-text-opacity: 1;
  color: rgb(6 52 83 / var(--tw-text-opacity));
}

.avtff__acc-body a {
  font-family: roboto-600, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
  text-underline-offset: 2px;
}

.avtff__acc-body a:hover {
  text-decoration-line: underline;
}

.avtff.e-mode .avtff__acc-head svg path {
  stroke: #007A8D;
}

.avtff.e-mode .avtff__acc-body strong,
        .avtff.e-mode .avtff__acc-body b {
  color: var(--events-primary-solid);
}

.avitff__image {
  position: absolute;
  height: 382px;
  opacity: 0;
}

@media (min-width: 768px) {
  .avitff__image {
    height: 630px;
  }
}

.avitff__image.active {
  position: relative;
  opacity: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.avitff.inverted .avitff__inner {
  flex-direction: row-reverse;
}

@media not all and (min-width: 768px) {
  .avitff.inverted .avitff__inner {
    flex-direction: column !important;
  }
}

.lg__item {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 1200px) {
  .lg__item {
    min-height: 132px;
  }
}

@media not all and (min-width: 992px) {
  .lg__item {
    flex-basis: calc(100% / 4.1) !important;
  }
}

@media not all and (min-width: 576px) {
  .lg__item {
    flex-basis: calc(100% / 2.1) !important;
  }
}

@media (min-width: 1200px) {
  .lg__item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.lg__item img {
  max-height: 80px;
  width: 100%;
}

@media (min-width: 1200px) {
  .lg__item img {
    max-height: 120px;
  }
}

.lg__item:hover {
  box-shadow: 0px 4px 44px -20px rgba(0, 0, 0, 0.25);
}

.lg + .lg {
  padding-top: 0px;
}

.lgbt__item {
  display: flex;
  height: 162px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(192 191 191 / var(--tw-border-opacity));
  padding-left: 24px;
  padding-right: 24px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 768px) {
  .lgbt__item {
    width: 190px;
  }
}

.lgbt__item img {
  max-height: 60px;
  width: 100%;
}

@media (min-width: 1200px) {
  .lgbt__item img {
    max-height: 140px;
  }
}

.lgbt__item:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), 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));
  box-shadow: 0px 4px 44px -20px rgba(0, 0, 0, 0.25);
}

.lgbt + .lgbt {
  padding-top: 0px;
}

.tbll__image {
  position: relative;
  height: 100%;
  height: 300px;
  width: 100%;
}

@media (min-width: 992px) {
  .tbll__image {
    min-height: 400px;
  }
}

.tbll__image .ai {
  position: absolute;
}

.ttc.is-gradient {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
}

.hero__select.ttc.is-gradient h3 svg path,.hero__select
    .ttc.is-gradient p svg path,.hero__select
    .ttc.is-gradient small svg path,.hero__select
    .ttc.is-gradient li svg path {
  stroke: #ffffff;
}

.ttc.is-gradient h3,
    .ttc.is-gradient p,
    .ttc.is-gradient small,
    .ttc.is-gradient li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.ttc.is-gradient h3 a, .rich-text.ttc.is-gradient h3 a,.para-text
    .ttc.is-gradient p a, .rich-text
    .ttc.is-gradient p a,.para-text
    .ttc.is-gradient small a, .rich-text
    .ttc.is-gradient small a,.para-text
    .ttc.is-gradient li a, .rich-text
    .ttc.is-gradient li a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.ttc.is-gradient .owl-dot {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 243 223 / var(--tw-bg-opacity)) !important;
}

.ttc.is-gradient .owl-dot:not(.active) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 243 223 / var(--tw-bg-opacity)) !important;
  opacity: 0.15;
}

.ttc.is-gradient .owl-next,
    .ttc.is-gradient .owl-prev {
  border-color: #ffffff1a !important;
}

.ttc.is-gradient .owl-next svg path, .ttc.is-gradient .owl-prev svg path {
  stroke: #ffffff;
}

@media not all and (min-width: 1200px) {
  .ttc h3 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: -0.48px;
  }
}

.ttc__images {
  display: flex;
  flex: 1 1 0%;
  flex-wrap: wrap;
  gap: 16px;
}

@media (min-width: 1200px) {
  .ttc__images {
    row-gap: 32px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}

.ttc__images .ai:nth-child(1) {
  height: 210px;
  width: 78%;
}

@media (min-width: 576px) {
  .ttc__images .ai:nth-child(1) {
    height: 352px;
  }
}

.ttc__images .ai:nth-child(2) {
  height: 185px;
  width: 45%;
}

@media (min-width: 576px) {
  .ttc__images .ai:nth-child(2) {
    height: 310px;
    width: 44%;
  }
}

.ttc__images .ai:nth-child(3) {
  height: 135px;
  width: 50%;
}

@media (min-width: 576px) {
  .ttc__images .ai:nth-child(3) {
    height: 226px;
  }
}

@media not all and (min-width: 1200px) {
  .ttcv2 h3 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: -0.48px;
  }
}

.ttcv2__images {
  position: relative;
  right: 0px;
  z-index: 2;
  display: none;
  width: 100%;
}

@media not all and (min-width: 992px) {
  .ttcv2__images {
    width: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .ttcv2__images {
    position: absolute;
    width: 556px;
    padding-left: 110px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.ttcv2__images-inner {
  display: flex;
  flex: 1 1 0%;
  flex-wrap: wrap;
  gap: 16px;
}

@media (min-width: 1200px) {
  .ttcv2__images-inner {
    row-gap: 32px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}

.ttcv2__images-inner.count-3 .ai:nth-child(1) {
  height: 210px;
  width: 78%;
}

@media (min-width: 576px) {
  .ttcv2__images-inner.count-3 .ai:nth-child(1) {
    height: 288px;
  }
}

.ttcv2__images-inner.count-3 .ai:nth-child(2) {
  height: 185px;
  width: calc(44% - 8px);
}

@media (min-width: 576px) {
  .ttcv2__images-inner.count-3 .ai:nth-child(2) {
    height: 254px;
  }
}

@media (min-width: 1200px) {
  .ttcv2__images-inner.count-3 .ai:nth-child(2) {
    width: calc(44% - 14px);
  }
}

.ttcv2__images-inner.count-3 .ai:nth-child(3) {
  height: 135px;
  width: calc(56% - 8px);
}

@media (min-width: 576px) {
  .ttcv2__images-inner.count-3 .ai:nth-child(3) {
    height: 184px;
  }
}

@media (min-width: 1200px) {
  .ttcv2__images-inner.count-3 .ai:nth-child(3) {
    width: calc(56% - 14px);
  }
}

.ttcv2__images-inner.count-2 .ai:nth-child(1) {
  height: 210px;
  width: 78%;
}

@media (min-width: 576px) {
  .ttcv2__images-inner.count-2 .ai:nth-child(1) {
    height: 288px;
  }
}

.ttcv2__images-inner.count-2 .ai:nth-child(2) {
  margin-left: auto;
  height: 185px;
  width: 78%;
}

@media (min-width: 576px) {
  .ttcv2__images-inner.count-2 .ai:nth-child(2) {
    height: 254px;
  }
}

.ttcv2__images-inner.count-1 .ai {
  height: 240px;
  width: 100%;
}

@media (min-width: 576px) {
  .ttcv2__images-inner.count-1 .ai {
    height: 364px;
  }
}

.ttcv2:has(.owl-carousel.owl-loaded) .ttcv2__images {
  display: flex;
}

@media (min-width: 992px) {
  .ttcv2.no-images .ttcv2__content {
    width: 100%;
    padding-left: 164px;
    padding-right: 164px;
  }
}

.ttcv2.no-images .bg-item {
  height: 100% !important;
  width: 100% !important;
}

.ttcv2 .owl-dot.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 122 141 / var(--tw-bg-opacity)) !important;
}

.ttcv2 .owl-carousel.owl-loaded {
  padding-bottom: 0px;
}

.ttcv2 .owl-controls {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.ttcv2 .owl-dots,
  .ttcv2 .owl-nav {
  position: relative !important;
}

.ttcv2 .owl-dots {
  float: left;
  margin-right: 40px;
  display: inline-flex !important;
}

.ttcv2 .owl-controls,
  .ttcv2 .owl-dots {
  margin-top: 32px;
  vertical-align: bottom;
}

.tclli + .tclli {
  padding-top: 0px;
}

.tclli.inverted .tclli__inner {
  flex-direction: row-reverse;
}

@media not all and (min-width: 1200px) {
  .tclli.inverted .tclli__inner {
    flex-direction: column-reverse !important;
  }
}

.tclli__images {
  flex: 1 1 0%;
}

.tclli__images:not(.multiple) .ai {
  height: 256px;
}

@media (min-width: 1200px) {
  .tclli__images:not(.multiple) .ai {
    height: 512px;
  }
}

.tclli__images.multiple {
  display: flex;
  gap: 16px;
}

@media (min-width: 1200px) {
  .tclli__images.multiple {
    gap: 28px;
  }
}

.tclli__images.multiple .ai:nth-child(1) {
  height: 156px;
  width: 37.84%;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .tclli__images.multiple .ai:nth-child(1) {
    margin-top: 120px;
    height: 310px;
  }
}

.tclli__images.multiple .ai:nth-child(2) {
  height: 156px;
  flex: 1 1 0%;
}

@media (min-width: 1200px) {
  .tclli__images.multiple .ai:nth-child(2) {
    height: 308px;
  }
}

.tclli__acc {
  display: flex;
  flex-direction: column;
}

.tclli__acc.active .tclli__acc-head svg path:last-of-type {
  opacity: 0;
}

.tclli__acc.active .tclli__acc-head p:first-of-type {
  display: none;
}

.tclli__acc.active .tclli__acc-head p:last-of-type {
  display: block;
}

.tclli__acc.active .tclli__acc-body {
  padding-bottom: 16px;
}

.tclli__acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tclli__acc-head,
    .tclli__acc-head * {
  cursor: pointer;
}

.tclli__acc-head p:last-of-type {
  display: none;
}

.tclli__acc-head svg {
  flex-shrink: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tclli__acc-body {
  height: 0px;
  overflow: hidden;
}

.tci.inverted .tci__inner,
    .tci.inverted .tcli__inner,
    .tci.inverted .tclv__inner,
    .tcli.inverted .tci__inner,
    .tcli.inverted .tcli__inner,
    .tcli.inverted .tclv__inner,
    .tclv.inverted .tci__inner,
    .tclv.inverted .tcli__inner,
    .tclv.inverted .tclv__inner {
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .tci.inverted .tci__inner,
    .tci.inverted .tcli__inner,
    .tci.inverted .tclv__inner,
    .tcli.inverted .tci__inner,
    .tcli.inverted .tcli__inner,
    .tcli.inverted .tclv__inner,
    .tclv.inverted .tci__inner,
    .tclv.inverted .tcli__inner,
    .tclv.inverted .tclv__inner {
    flex-direction: row-reverse;
  }
}

.tcli.is-gradient {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
}

.hero__select.tcli.is-gradient h3 svg path,.hero__select
    .tcli.is-gradient p svg path,.hero__select
    .tcli.is-gradient small svg path,.hero__select
    .tcli.is-gradient li svg path {
  stroke: #ffffff;
}

.tcli.is-gradient h3,
    .tcli.is-gradient p,
    .tcli.is-gradient small,
    .tcli.is-gradient li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.tcli.is-gradient h3 a, .rich-text.tcli.is-gradient h3 a,.para-text
    .tcli.is-gradient p a, .rich-text
    .tcli.is-gradient p a,.para-text
    .tcli.is-gradient small a, .rich-text
    .tcli.is-gradient small a,.para-text
    .tcli.is-gradient li a, .rich-text
    .tcli.is-gradient li a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 1200px) {
  .tcli.wide-image .tcli__content {
    width: 420px;
  }
}

.tcli.wide-image .tcli__image {
  height: 212px;
}

@media not all and (min-width: 1200px) {
  .tcli.wide-image .tcli__image {
    flex: none;
  }
}

@media (min-width: 1200px) {
  .tcli.wide-image .tcli__image {
    height: 428px;
  }
}

.tcli.wide-image .tcli__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.tclv__media {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 1200px) {
  .tclv__media {
    width: 556px;
  }
}

.tclv__image,
  .tclv__video {
  position: relative;
  height: 182px;
  width: 100%;
}

@media (min-width: 1200px) {
  .tclv__image,
  .tclv__video {
    height: 256px;
    width: 400px;
  }
}

.tclv__video {
  margin-left: auto;
}

.tclv.inverted .tclv__media {
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .tcv.inverted .tcv__inner {
    flex-direction: row-reverse;
  }
}

.hero__select.ih .post__title p svg path {
  stroke: #ffffff;
}

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

.para-text.ih .post__title p a, .rich-text.ih .post__title p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.ih .post__head-inner {
  gap: 24px;
}

@media (min-width: 1200px) {
  .ih .post__head-inner {
    gap: 224px;
  }
}

.ih .post__feature-image {
  position: relative;
  height: 100%;
}

.ih .post__feature-image .ai {
  top: 0px;
  left: 0px;
  height: 284px;
  width: 100%;
}

@media (min-width: 1200px) {
  .ih .post__feature-image .ai {
    position: absolute;
    height: calc(100% + 210px) !important;
  }
}

.ih .post__feature-image .ai img {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

@media (min-width: 1200px) {
  .ih.static .post__feature-image .ai {
    height: calc(100% + 132px) !important;
  }

  .ih.highlight .post__feature-image .ai {
    min-height: 392px;
  }
}

.ih.highlight .owl-carousel.owl-loaded {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 24px;
}

.ih.highlight .owl-stage-outer {
  grid-column: span 2 / span 2;
}

.ih.highlight .owl-nav {
  order: 3;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.ih.highlight .owl-dots {
  order: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ih.highlight .owl-dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 111 185 / var(--tw-bg-opacity)) !important;
  opacity: 15%;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ih.highlight .owl-dot.active {
  opacity: 1;
}

@media (min-width: 1200px) {
  .ih.wh-ih .post__head {
    padding-top: 120px;
  }

  .ih.wh-ih .post__title {
    justify-content: center;
  }
}

.ih.wh-ih .post__feature-image {
  min-height: 300px;
}

.ih.wh-ih .post__feature-image .ai {
  height: 100% !important;
  min-height: auto;
}

.egwf {
  display: flex;
  flex-direction: column;
}

.egwf__accs {
  position: relative;
}

.egwf__acc {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(39 38 38 / var(--tw-border-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.egwf__acc:last-of-type {
  border-bottom-width: 2px;
}

.egwf__acc.active {
  padding-bottom: 20px;
}

.egwf__acc.active .egwf__acc-head svg {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.egwf__acc.active .egwf__acc-body {
  margin-top: 4px;
}

.egwf__acc-head {
  display: flex;
}

.egwf__acc-head,
    .egwf__acc-head * {
  cursor: pointer;
}

.egwf__acc-head p {
  flex: 1 1 0%;
  font-family: roboto-600, sans-serif;
}

.egwf__acc-head svg {
  flex-shrink: 0;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.egwf__acc-body {
  display: flex;
  height: 0px;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  padding-top: 20px;
}

.egwf__loading {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
}

.egwf__loading lottie-player {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 3;
  height: 180px !important;
  width: 180px !important;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.egwf__loading .bg-item {
  --tw-bg-opacity: 0.7;
}

.rs__items {
  display: grid;
  row-gap: 48px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

@media (min-width: 768px) {
  .rs__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rs__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.rs__empty {
  padding-top: 120px;
  text-align: center;
}

.rs__fetching .egwf__loading {
  position: relative;
  display: flex;
  justify-content: center;
}

.rs__fetching .egwf__loading lottie-player {
  position: relative;
  top: 0px;
  left: 0px;
  transform: none;
}

.rs__limit {
  padding-top: 40px;
  text-align: center;
}

.ahic__accs {
  visibility: hidden;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

@media not all and (min-width: 1200px) {
  .ahic__accs {
    flex-direction: column;
  }
}

.ahic__acc {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .ahic__acc {
    width: 58px;
    transition-property: all;
    transition-duration: 600ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.ahic__acc.active {
  width: auto;
  flex: 1 1 0%;
}

@media not all and (min-width: 1200px) {
  .ahic__acc.active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

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

.hero__select.ahic__acc.active .ahic__head p svg path {
  stroke: #272626;
}

.ahic__acc.active .ahic__head p {
  --tw-text-opacity: 1;
  color: rgb(39 38 38 / var(--tw-text-opacity));
}

.ahic__acc.active .ahic__head::before {
  opacity: 1;
}

@media (min-width: 1200px) {
  .ahic__acc.active .ahic__head::before {
    transition-delay: 300ms;
  }
}

.ahic__acc:not(.active):hover .ahic__head {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 145 / var(--tw-bg-opacity));
}

.ahic__inner {
  display: flex;
  height: 100%;
}

@media not all and (min-width: 1200px) {
  .ahic__inner {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex-direction: column;
  }
}

.ahic__head {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 185 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media not all and (min-width: 1200px) {
  .ahic__head {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1200px) {
  .ahic__head {
    width: 58px;
    padding-bottom: 40px;
  }
}

.hero__select.ahic__head p svg path {
  stroke: #ffffff;
}

.ahic__head p {
  display: flex;
  transform-origin: left;
  align-items: center;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.ahic__head p a, .rich-text.ahic__head p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 1200px) {
  .ahic__head p {
    position: absolute;
    bottom: 26px;
    left: 50%;
    --tw-rotate: 270deg;
    transform: translate(var(--tw-translate-x), 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));
    white-space: nowrap;
  }
}

.ahic__head::before {
  content: "";
  position: absolute;
  right: 0px;
  height: 1px;
  width: calc(100% - (24px * 2));
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media not all and (min-width: 1200px) {
  .ahic__head::before {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .ahic__head::before {
    height: calc(100% - (40px * 2));
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.ahic__body {
  display: flex;
  gap: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 24px;
  padding-right: 24px;
}

@media not all and (min-width: 1200px) {
  .ahic__body {
    height: 0px;
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .ahic__body {
    flex: 1 1 0%;
    gap: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media not all and (min-width: 1200px) {
  .ahic__content {
    padding-top: 32px;
  }
}

.ahic__image {
  height: 300px;
  width: 100%;
  flex-shrink: 0;
  align-self: center;
}

@media not all and (min-width: 1200px) {
  .ahic__image {
    padding-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .ahic__image {
    min-height: 406px;
    width: 364px;
  }
}

.ahc .ahic__body {
  width: 100%;
}

@media (min-width: 1200px) {
  .ahc .ahic__body {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media not all and (min-width: 1200px) {
  .ahc .ahic__content {
    padding-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .ahc .ahic__content {
    max-width: 540px;
  }
}

.ahbl .ahic__accs {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.ahbl .ahic__acc:not(.active) .ahic__head.is-green {
  --tw-bg-opacity: 1;
  background-color: rgb(6 88 97 / var(--tw-bg-opacity));
}

.ahbl .ahic__acc:not(.active) .ahic__head.is-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(22 67 107 / var(--tw-bg-opacity));
}

.ahbl .ahic__acc:not(.active) .ahic__head.is-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(40 41 112 / var(--tw-bg-opacity));
}

.ahbl .ahic__acc:not(.active) .ahic__head.is-violet {
  --tw-bg-opacity: 1;
  background-color: rgb(58 35 99 / var(--tw-bg-opacity));
}

.ahbl .ahic__acc:not(.active):hover .ahic__head.is-green {
  --tw-bg-opacity: 1;
  background-color: rgb(5 65 78 / var(--tw-bg-opacity));
}

.ahbl .ahic__acc:not(.active):hover .ahic__head.is-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(18 53 88 / var(--tw-bg-opacity));
}

.ahbl .ahic__acc:not(.active):hover .ahic__head.is-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(31 32 90 / var(--tw-bg-opacity));
}

.ahbl .ahic__acc:not(.active):hover .ahic__head.is-violet {
  --tw-bg-opacity: 1;
  background-color: rgb(47 28 80 / var(--tw-bg-opacity));
}

.ahbl .ahic__body {
  width: 100%;
}

@media (min-width: 1200px) {
  .ahbl .ahic__body {
    padding-top: 84px;
    padding-bottom: 134px;
  }
}

.ahbl .ahic__content {
  /* @apply max-xl:pb-[48px] xl:max-w-[540px]; */
}

.ahiac .ahic__head p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media not all and (min-width: 1200px) {
  .ahiac .ahic__head p {
    width: 100% !important;
  }
}

.ahiac .ahic__head p span {
  flex: 1 1 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ahiac .ahic__head p label {
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-shrink: 0;
}

.wh .owl-carousel.owl-loaded, .rgwb .owl-carousel.owl-loaded, .ec .owl-carousel.owl-loaded {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 24px;
}

.wh .owl-stage-outer, .rgwb .owl-stage-outer, .ec .owl-stage-outer {
  grid-column: span 2 / span 2;
}

.wh .owl-nav, .rgwb .owl-nav, .ec .owl-nav {
  order: 3;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.wh .owl-dots, .rgwb .owl-dots, .ec .owl-dots {
  order: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wh .owl-dot, .rgwb .owl-dot, .ec .owl-dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 111 185 / var(--tw-bg-opacity)) !important;
  opacity: 15%;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wh .owl-dot.active, .rgwb .owl-dot.active, .ec .owl-dot.active {
  opacity: 1;
}

.ec .owl-stage {
  display: flex;
}

.ec .owl-stage-outer {
  overflow: visible !important;
}

.ec__item {
  height: 100%;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ec__item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0px 4px 64px -20px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1400px) {
  .ft__items.grid-four .ft__item {
    flex-basis: 23.5%;
  }
}

@media not all and (min-width: 1200px) {
  .ecl__box {
    overflow-x: auto;
    padding-bottom: 12px;
  }
}

.ecl__box-inner {
  min-width: 1312px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.ecl__row {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.ecl__row:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}

.ecl__item {
  display: flex;
  width: 262px;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.ecl__item p {
  flex: 1 1 0%;
  text-align: right;
}

.ecl__icon {
  height: 34px;
  width: 34px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
}

.ecl__months {
  display: flex;
  flex: 1 1 0%;
}

.ecl__months.multi-month .ecl__month.in-scope {
  justify-content: flex-end;
}

.ecl__months.multi-month .ecl__month.in-scope ~ .in-scope {
  justify-content: flex-start;
}

.ecl__month {
  flex: 1 1 0%;
  text-align: center;
}

.ecl__month > label {
  --tw-text-opacity: 1;
  color: rgb(95 64 143 / var(--tw-text-opacity));
}

.ecl__month.cell {
  display: flex;
  align-items: center;
}

.ecl__tooltip {
  position: relative;
  height: 20px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(95 64 143 / var(--tw-bg-opacity));
}

.ecl__tooltip:hover .ecl__tooltip-inner {
  visibility: visible;
  opacity: 1;
}

.ecl__tooltip-inner {
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: -14px;
  display: flex;
  width: 250px;
  --tw-translate-x: -50%;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), 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));
  flex-direction: column;
  gap: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ecl__tooltip-inner svg {
  position: absolute;
  left: 50%;
  bottom: 0px;
  --tw-translate-x: -50%;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), 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));
}

.ecl__cta {
  position: absolute;
  top: 50%;
  right: -10px;
  --tw-translate-y: -50%;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), 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));
  white-space: nowrap;
}

.ecl .post__calendar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 0px;
  background: transparent !important;
  box-shadow: none !important;
}

.tal__items {
  display: flex;
  flex-direction: column;
}

.tal__item {
  display: flex;
  gap: 16px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(58 93 117 / var(--tw-border-opacity));
  padding-top: 24px;
  padding-bottom: 24px;
}

@media not all and (min-width: 1200px) {
  .tal__item {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .tal__item {
    align-items: flex-end;
    gap: 44px;
  }
}

.bcl__cols {
  display: grid;
  gap: 60px;
}

@media (min-width: 1200px) {
  .bcl__cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.bcl__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bcl__col.show-all .bcl__head {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bcl__col.show-all .bcl__head label {
  --tw-text-opacity: 1;
  color: rgb(95 64 143 / var(--tw-text-opacity));
}

.bcl__col.show-all .bcl__head svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.bcl__col.show-all .bcl__head svg path {
  stroke: #5F408F;
}

.bcl__col:not(.show-all) .bcl__item {
  display: none;
}

.bcl__rows {
  text-align: left;
}

.bcl__rows .bcl__item {
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}

.hero__select.bcl__rows .bcl__item.hoverable.active > .bcl__item-inner p svg path {
  stroke: #ffffff;
}

.bcl__rows .bcl__item.hoverable.active > .bcl__item-inner p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.bcl__rows .bcl__item.hoverable.active > .bcl__item-inner p a, .rich-text.bcl__rows .bcl__item.hoverable.active > .bcl__item-inner p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.bcl__rows .bcl__item.hoverable.active > .bcl__item-inner _ svg {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.bcl__rows .bcl__item-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.bcl__rows .bcl__item-inner svg {
  opacity: 1 !important;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bcl__rows .bcl__subparents {
}

.bcl__rows .bcl__children {
}

.bcl__rows .bcl__subparents,
      .bcl__rows .bcl__children {
  height: 0px;
  width: 100%;
  overflow: hidden;
  padding-top: 0px;
}

.bcl__rows .bcl__subparents .bcl__item:last-child, .bcl__rows .bcl__children .bcl__item:last-child {
  border-bottom-width: 0px;
}

.bcl__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-width: 1px;
  border-color: #ffffff33;
  background-color: #ffffff1a;
  padding: 12px;
}

.bcl__head,
    .bcl__head > * {
  cursor: pointer;
}

.bcl__head,
    .bcl__head label,
    .bcl__head svg path {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bcl__head svg {
  flex-shrink: 0;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bcl__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bcl__item,
    .bcl__item p {
  cursor: pointer;
}

.bcl__item:not(.category) p {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.bcl__item p {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(255, 255, 255, 0.65);
}

.bcl__item svg {
  flex-shrink: 0;
  opacity: 0.4;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1200px) {
  .bcl__item:hover p.hero__select svg path, .bcl__item.active p.hero__select svg path {
    stroke: #ffffff;
  }

  .bcl__item:hover p, .bcl__item.active p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .bcl__item.hoverable:hover svg, .bcl__item.hoverable.active svg {
    opacity: 1;
  }
}

.tlc .owl-stage {
  display: flex;
}

.tlc .owl-stage-outer {
  overflow: visible !important;
}

.tlc__item {
  height: 100%;
}

.tlc .owl-carousel.owl-loaded {
  padding-bottom: 88px;
}

@media (min-width: 1200px) {
  .tlc .owl-carousel.owl-loaded {
    padding-bottom: 90px;
  }
}

.tlc .owl-dots {
  left: 50%;
  display: flex;
  width: calc(100% - 128px);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.tlc .owl-dot {
  height: 4px;
  width: auto;
  flex: 1 1 0%;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 111 185 / var(--tw-bg-opacity)) !important;
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tlc .owl-dot.active ~ .owl-dot:not(.active) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 38 38 / var(--tw-bg-opacity)) !important;
  opacity: 0.1;
}

.tlc .owl-nav {
  right: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tlc .owl-next,
  .tlc .owl-prev {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #2726261a !important;
}

.tlc .owl-dots,
  .tlc .owl-nav {
  position: absolute;
  bottom: 0px;
  display: flex;
  height: 40px;
  align-items: center;
}

.awg__item {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(39 38 38 / var(--tw-border-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.awg__item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0px 4px 64px -20px rgba(0, 0, 0, 0.25);
}

.awg__inner {
  display: grid;
  width: 100%;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.awg__inner.more {
  display: none;
}

.awg.cols-four .awg__inner {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .awg.cols-four .awg__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .awg.cols-four .awg__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .awg.cols-four .awg__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.awg.cols-four .awg__item:nth-last-of-type(1) {
  border-bottom-width: 2px;
}

@media (min-width: 768px) {
  .awg.cols-four .awg__item:nth-last-of-type(2) {
    border-bottom-width: 2px;
  }
}

@media (min-width: 992px) {
  .awg.cols-four .awg__item:nth-last-of-type(3) {
    border-bottom-width: 2px;
  }
}

@media (min-width: 1200px) {
  .awg.cols-four .awg__item:nth-last-of-type(4) {
    border-bottom-width: 2px;
  }
}

.awg.cols-three .awg__inner {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .awg.cols-three .awg__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .awg.cols-three .awg__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.awg.cols-three .awg__item:nth-last-of-type(1) {
  border-bottom-width: 2px;
}

@media (min-width: 768px) {
  .awg.cols-three .awg__item:nth-last-of-type(2) {
    border-bottom-width: 2px;
  }
}

@media (min-width: 992px) {
  .awg.cols-three .awg__item:nth-last-of-type(3) {
    border-bottom-width: 2px;
  }
}

.awg.cols-two .awg__inner {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .awg.cols-two .awg__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.awg.cols-two .awg__item:nth-last-of-type(1) {
  border-bottom-width: 2px;
}

@media (min-width: 768px) {
  .awg.cols-two .awg__item:nth-last-of-type(2) {
    border-bottom-width: 2px;
  }
}

.awg.cols-one .awg__inner {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.awg.cols-one .awg__item:nth-last-of-type(1) {
  border-bottom-width: 2px;
}

.lwf .post__select.lwf-stateprovince:not(.active) {
  display: none;
}

.lwf__panel {
  visibility: hidden;
  height: 0px;
  --tw-translate-y: 20px;
  transform: translate(var(--tw-translate-x), 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));
  overflow: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.lwf__panel.active {
  visibility: visible;
  height: auto;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 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));
  opacity: 1;
}

.el table.dataTable {
  border-collapse: separate;
  border-spacing: 0 12px;
}

.el table.dataTable > thead > tr > th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.el table.dataTable > thead > tr > th .dt-column-order {
  display: none !important;
}

.el table.dataTable > thead > tr > th .dt-column-title {
  display: flex;
  align-items: center;
  gap: 4px;
}

.el table.dataTable > thead > tr > th .dt-column-title label {
  --tw-text-opacity: 1;
  color: rgb(192 191 191 / var(--tw-text-opacity));
}

.el table.dataTable > thead > tr > th:not(:first-child):not(:last-child) {
  padding-left: 0px;
}

.el table.dataTable > thead > tr > th.dt-ordering-asc .dt-column-title label, .el table.dataTable > thead > tr > th.dt-ordering-desc .dt-column-title label {
  --tw-text-opacity: 1;
  color: rgb(95 64 143 / var(--tw-text-opacity));
}

.el table.dataTable > thead > tr > th.dt-ordering-asc .dt-column-title svg path, .el table.dataTable > thead > tr > th.dt-ordering-desc .dt-column-title svg path {
  stroke: #272626;
}

.el table.dataTable > thead > tr > th.dt-ordering-desc .dt-column-title svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.el table.dataTable > thead > tr > th.no-sort .dt-column-title svg {
  display: none;
}

.el table.dataTable > tbody > tr {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  vertical-align: top;
}

.el table.dataTable > tbody > tr > td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 48px;
}

.el table.dataTable > tbody > tr > td:not(:first-child):not(:last-child) {
  padding-left: 0px;
}

.el table.dataTable > tbody > tr > td:nth-child(4) {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
}

.el table.dataTable > tbody > tr > td:nth-child(4) a {
  margin-left: auto;
}

.el div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-style: none;
}

.el__eyebrow {
  margin-bottom: 12px;
  display: flex;
  height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 252 / var(--tw-bg-opacity));
  padding-left: 8px;
  padding-right: 8px;
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
}

.el__eyebrow-spacer {
  margin-bottom: 12px;
  height: 28px;
}

.el__items-mob {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
}

@media (min-width: 576px) {
  .el__items-mob {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .el__items-mob {
    display: none;
  }
}

.el__item-mob {
  display: flex;
  flex-direction: column;
  gap: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 20px;
}

.el__load-more {
  margin-top: 24px;
  display: flex;
  cursor: pointer;
  justify-content: center;
}

@media (min-width: 768px) {
  .el__load-more.mobile {
    display: none;
  }
}

.el__star {
  display: none;
  width: 16px;
  flex-shrink: 0;
  padding-top: 2px;
}

.el table {
  display: none;
}

.el table:has(tr.has-starred) .el__star {
  display: flex;
}

.el table.dataTable {
  display: table;
}

.el.prl table tr td:nth-last-of-type(2) {
  width: 200px;
  text-align: right;
}

.el.prl table tr td:last-of-type {
  width: 200px;
  text-align: right;
}

@media not all and (min-width: 768px) {
  .tsstc .rt__panels {
    border-width: 1px;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-border-opacity: 0.15;
    padding: 12px;
  }
}

.tsstc__tabs {
  margin-top: 24px;
  display: flex;
}

@media not all and (min-width: 768px) {
  .tsstc__tabs {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .tsstc__tabs {
    margin-top: 52px;
    width: -moz-fit-content;
    width: fit-content;
    gap: 4px;
    border-radius: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(54 81 104 / var(--tw-bg-opacity));
    padding: 4px;
  }
}

.tsstc__tab {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
}

@media not all and (min-width: 768px) {
  .tsstc__tab {
    background-color: #ffffff1a;
  }
}

@media (min-width: 768px) {
  .tsstc__tab {
    border-radius: 40px;
  }
}

.tsstc__tab,
    .tsstc__tab * {
  cursor: pointer;
}

.tsstc__tab label {
  --tw-text-opacity: 1;
  color: rgb(160 175 188 / var(--tw-text-opacity));
}

@media not all and (min-width: 768px) {
  .tsstc__tab label.hero__select svg path {
    stroke: #ffffff;
  }

  .tsstc__tab label {
    text-align: center;
    font-family: roboto-600, sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 140%;
    letter-spacing: -0.09px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.tsstc__tab,
    .tsstc__tab label {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tsstc__tab.active,
    .tsstc__tab:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media not all and (min-width: 768px) {
  .tsstc__tab.active,
    .tsstc__tab:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 243 223 / var(--tw-bg-opacity));
  }
}

.tsstc__tab.active label, .tsstc__tab:hover label {
  --tw-text-opacity: 1;
  color: rgb(95 64 143 / var(--tw-text-opacity));
}

@media not all and (min-width: 768px) {
  .tsstc__tab.active label.hero__select svg path, .tsstc__tab:hover label.hero__select svg path {
    stroke: #272626;
  }

  .tsstc__tab.active label, .tsstc__tab:hover label {
    --tw-text-opacity: 1;
    color: rgb(39 38 38 / var(--tw-text-opacity));
  }
}

.tsstc__panels {
  margin-top: 12px;
}

.tsstc__panel {
  visibility: hidden;
  display: grid;
  height: 0px;
  --tw-translate-y: 20px;
  transform: translate(var(--tw-translate-x), 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));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 12px;
  overflow: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .tsstc__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .tsstc__panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tsstc__panel.active {
  visibility: visible;
  height: auto;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 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));
  opacity: 1;
}

.tsstc__items {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tsstc__items .tsstc__item {
  border-color: rgb(39 38 38 / var(--tw-border-opacity));
  --tw-border-opacity: 0.15;
}

.tsstc__items .tsstc__item:first-child {
  border-top-width: 0px;
}

.tsstc__item {
  width: 100%;
  justify-content: flex-start;
  border-top-width: 1px;
  border-color: #FFFFFF33;
  padding-top: 12px;
}

.tsstc__item:not(.in-popup):nth-child(1) {
  border-top-width: 0px;
}

@media (min-width: 768px) {
  .tsstc__item:not(.in-popup):nth-child(2) {
    border-top-width: 0px;
  }
}

@media (min-width: 1200px) {
  .tsstc__item:not(.in-popup):nth-child(3) {
    border-top-width: 0px;
  }
}

.cpwi__steps {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .cpwi__steps {
    width: 60%;
  }
}

.cpwi__steps .pie {
  position: absolute;
  height: calc(50% - 5px);
  width: 200px;
  border-top-width: 40px;
  border-bottom-width: 40px;
}

@media not all and (min-width: 992px) {
  .cpwi__steps .pie {
    display: none;
  }
}

.cpwi__steps .pie.right {
  top: 25px;
  right: 0px;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), 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));
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
  border-right-width: 40px;
  --tw-border-opacity: 1;
  border-color: rgb(4 106 129 / var(--tw-border-opacity));
}

.cpwi__steps .pie.left {
  bottom: 25px;
  left: 0px;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), 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));
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  border-left-width: 40px;
  --tw-border-opacity: 1;
  border-color: rgb(9 53 83 / var(--tw-border-opacity));
}

.cpwi__steps-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 992px) {
  .cpwi__steps-inner {
    gap: 150px;
  }
}

.cpwi__step-group {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media not all and (min-width: 992px) {
  .cpwi__step-group {
    flex-direction: column;
    gap: 20px;
  }
}

.cpwi__step-group::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 40px;
  width: calc(100% - 10px);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

@media not all and (min-width: 992px) {
  .cpwi__step-group::before {
    display: none;
  }
}

.cpwi__step-group::before {
  background: linear-gradient(to right, #093553, #046a81);
}

.cpwi__step-group:first-child::before {
  right: 0px;
}

.cpwi__step-group:first-child .cpwi__step:nth-child(1):before, .cpwi__step-group:first-child .cpwi__step:nth-child(3):before {
  right: 0px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-right-width: 20px;
}

.cpwi__step-group:first-child .cpwi__step:nth-child(2):before {
  left: 0px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  border-left-width: 20px;
}

.cpwi__step-group:nth-child(2) {
  justify-content: center;
}

@media (min-width: 992px) {
  .cpwi__step-group:nth-child(2) {
    flex-direction: row-reverse;
    gap: 260px;
  }
}

.cpwi__step-group:nth-child(2)::before {
  left: 0px;
  width: 100%;
}

.cpwi__step-group:nth-child(2) .cpwi__step:nth-child(1):before {
  left: 0px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  border-left-width: 20px;
}

.cpwi__step-group:nth-child(2) .cpwi__step:nth-child(2):before {
  right: 0px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-right-width: 20px;
}

.cpwi__step-group:last-child::before {
  right: 10px;
}

.cpwi__step-group:last-child .cpwi__step:nth-child(1):before {
  left: 0px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  border-left-width: 20px;
}

.cpwi__step-group:last-child .cpwi__step:nth-child(2):before {
  right: 0px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-right-width: 20px;
}

@media not all and (min-width: 992px) {
  .cpwi__step-group:last-child .cpwi__step:nth-child(3):before {
    --tw-content: none;
    content: var(--tw-content);
  }
}

.cpwi__step {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media not all and (min-width: 992px) {
  .cpwi__step {
    gap: 8px;
  }

  .cpwi__step::before {
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (min-width: 992px) {
  .cpwi__step:hover {
    z-index: 10;
  }

  .cpwi__step:hover .cpwi__orb {
    padding: 10px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .cpwi__step:hover .cpwi__content {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    --tw-shadow: 0px 4px 64px -20px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0px 4px 64px -20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .cpwi__step:hover .cpwi__content p:last-of-type {
    opacity: 1;
  }

  .cpwi__step:hover .cpwi__content:before {
    opacity: 1;
  }
}

.cpwi__step:before {
  position: absolute;
  top: 26px;
  height: calc(100% + 40px);
  width: 50%;
  border-top-width: 20px;
  border-bottom-width: 20px;
  --tw-border-opacity: 1;
  border-color: rgb(25 81 107 / var(--tw-border-opacity));
}

.cpwi__orb {
  z-index: 2;
  height: 72px;
  width: 72px;
  overflow: hidden;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 16px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 992px) {
  .cpwi__orb {
    height: 90px;
    width: 90px;
    padding: 24px;
  }
}

.cpwi__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}

@media not all and (min-width: 992px) {
  .cpwi__content {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .cpwi__content {
    position: absolute;
    bottom: -12px;
    width: 312px;
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), 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));
  }

  .cpwi__content p:last-of-type {
    opacity: 0;
  }
}

.cpwi__content:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 126px;
  width: 100%;
  --tw-translate-y: -99%;
  transform: translate(var(--tw-translate-x), 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-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
}

.sch__input-container {
  padding-top: 24px;
}

.sch__input {
  position: relative;
  display: flex;
  max-width: 722px;
}

.hero__select.sch__input input svg path {
  stroke: #ffffff;
}

.sch__input input {
  width: 100%;
  background-color: transparent;
  padding-bottom: 8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.sch__input input a, .rich-text.sch__input input a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.sch__input input {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.sch__input svg {
  position: absolute;
  right: 0px;
  top: 0px;
}

.sch__accs {
  position: relative;
}

.sch__acc {
  display: none;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(39 38 38 / var(--tw-border-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  opacity: 0;
}

.sch__acc:last-of-type {
  border-bottom-width: 2px;
}

.sch__acc.active {
  padding-bottom: 20px;
}

.sch__acc.active .sch__acc-head svg {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.sch__acc.active .sch__acc-body {
  margin-top: 4px;
}

.sch__acc:has(.checkbox:not(.disabled)) {
  display: block;
}

.sch__acc.initialized {
  opacity: 1;
}

.sch__acc-head {
  display: flex;
}

.sch__acc-head,
    .sch__acc-head * {
  cursor: pointer;
}

.sch__acc-head p {
  flex: 1 1 0%;
  font-family: roboto-600, sans-serif;
}

.sch__acc-head svg {
  flex-shrink: 0;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sch__acc-body {
  display: flex;
  height: 0px;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  padding-top: 20px;
}

.sch__acc-body .checkbox.disabled {
  /* @apply hidden; */
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.2;
}

.sch__acc-body .checkbox.disabled svg rect:first-of-type {
  fill: #C0BFBF;
}

.sch__loading {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: none;
  height: 100%;
  width: 100%;
}

.sch__loading lottie-player {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  height: 180px !important;
  width: 180px !important;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.sch__loading .bg-item {
  --tw-bg-opacity: 0.7;
}

.sch__items {
  display: flex;
  flex-direction: column;
}

.sch__item {
  visibility: hidden;
  display: flex;
  max-height: 0px;
  --tw-translate-x: -10px;
  transform: translate(var(--tw-translate-x), 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));
  opacity: 0;
}

.sch__item.active {
  visibility: visible;
  margin-bottom: 24px;
  max-height: 100%;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), 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));
  opacity: 1;
  border-bottom: 1px solid rgba(39, 38, 38, 0.1);
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 0.4s;
}

.sch__item-inner {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
  padding-bottom: 24px;
}

@media not all and (min-width: 768px) {
  .sch__item-inner {
    flex-direction: column;
  }
}

.sch__image {
  width: 100%;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

@media not all and (min-width: 768px) {
  .sch__image {
    height: 240px;
  }
}

@media (min-width: 768px) {
  .sch__image {
    height: 156px;
    width: 194px;
  }
}

.sch__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sch__item-content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 16px;
}

@media not all and (min-width: 768px) {
  .sch__item-content {
    width: 100%;
  }
}

.sch__item-content p {
  word-wrap: break-word;
}

.sch__fetching .sch__loading {
  position: relative;
  display: flex;
  justify-content: center;
}

.sch__fetching .sch__loading lottie-player {
  position: relative;
  top: 0px;
  left: 0px;
  transform: none;
}

.sch__empty {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.etu .eg__item {
  display: none !important;
}

.etu .eg__item:nth-child(1),
    .etu .eg__item:nth-child(2) {
  display: flex !important;
}

.white-shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.has-bg {
  position: relative;
}

.has-bg > .container {
  position: relative;
  z-index: 3;
}

.break-word {
  word-break: break-word;
}

.multiply {
  mix-blend-mode: multiply;
}

.form-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 40px;
}

@media (min-width: 1200px) {
  .form-container {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-top: 60px;
  }
}

.form-container .frm_forms .frm_fields_container {
  grid-gap: 0 30px;
}

.form-container .frm_forms .frm_fields_container input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
      .form-container .frm_forms .frm_fields_container input[type="text"],
      .form-container .frm_forms .frm_fields_container input[type="tel"],
      .form-container .frm_forms .form-field input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
      .form-container .frm_forms .form-field input[type="text"],
      .form-container .frm_forms .form-field input[type="tel"] {
  height: 38px;
}

.hero__select.form-container .frm_forms .frm_fields_container input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]) svg path,.hero__select
      .form-container .frm_forms .frm_fields_container input[type="text"] svg path,.hero__select
      .form-container .frm_forms .frm_fields_container input[type="tel"] svg path,.hero__select
      .form-container .frm_forms .frm_fields_container textarea svg path,.hero__select
      .form-container .frm_forms .frm_fields_container select svg path,.hero__select
      .form-container .frm_forms .form-field input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]) svg path,.hero__select
      .form-container .frm_forms .form-field input[type="text"] svg path,.hero__select
      .form-container .frm_forms .form-field input[type="tel"] svg path,.hero__select
      .form-container .frm_forms .form-field textarea svg path,.hero__select
      .form-container .frm_forms .form-field select svg path {
  stroke: #272626;
}

.form-container .frm_forms .frm_fields_container input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
      .form-container .frm_forms .frm_fields_container input[type="text"],
      .form-container .frm_forms .frm_fields_container input[type="tel"],
      .form-container .frm_forms .frm_fields_container textarea,
      .form-container .frm_forms .frm_fields_container select,
      .form-container .frm_forms .form-field input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
      .form-container .frm_forms .form-field input[type="text"],
      .form-container .frm_forms .form-field input[type="tel"],
      .form-container .frm_forms .form-field textarea,
      .form-container .frm_forms .form-field select {
  border-radius: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: roboto-400, sans-serif;
  font-size: 16px;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(39 38 38 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  letter-spacing: normal;
  border-bottom: 2px solid var(--gray3, #c0bfbf);
}

.form-container .frm_forms .frm_fields_container input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::-moz-placeholder, .form-container .frm_forms .frm_fields_container input[type="text"]::-moz-placeholder, .form-container .frm_forms .frm_fields_container input[type="tel"]::-moz-placeholder, .form-container .frm_forms .frm_fields_container textarea::-moz-placeholder, .form-container .frm_forms .frm_fields_container select::-moz-placeholder, .form-container .frm_forms .form-field input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::-moz-placeholder, .form-container .frm_forms .form-field input[type="text"]::-moz-placeholder, .form-container .frm_forms .form-field input[type="tel"]::-moz-placeholder, .form-container .frm_forms .form-field textarea::-moz-placeholder, .form-container .frm_forms .form-field select::-moz-placeholder {
  font-family: roboto-400, sans-serif;
  font-size: 16px;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(192 191 191 / var(--tw-text-opacity));
  letter-spacing: normal;
}

.form-container .frm_forms .frm_fields_container input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::placeholder, .form-container .frm_forms .frm_fields_container input[type="text"]::placeholder, .form-container .frm_forms .frm_fields_container input[type="tel"]::placeholder, .form-container .frm_forms .frm_fields_container textarea::placeholder, .form-container .frm_forms .frm_fields_container select::placeholder, .form-container .frm_forms .form-field input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::placeholder, .form-container .frm_forms .form-field input[type="text"]::placeholder, .form-container .frm_forms .form-field input[type="tel"]::placeholder, .form-container .frm_forms .form-field textarea::placeholder, .form-container .frm_forms .form-field select::placeholder {
  font-family: roboto-400, sans-serif;
  font-size: 16px;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(192 191 191 / var(--tw-text-opacity));
  letter-spacing: normal;
}

.form-container .frm_forms .frm_fields_container select, .form-container .frm_forms .form-field select {
  padding-right: 20px;
}

.hero__select.form-container .frm_forms .frm_form_field .frm_primary_label svg path {
  stroke: #272626;
}

.form-container .frm_forms .frm_form_field .frm_primary_label {
  display: block !important;
  font-family: roboto-400, sans-serif;
  font-size: 18px;
  text-transform: none;
  line-height: 140%;
  letter-spacing: -0.09px;
  --tw-text-opacity: 1;
  color: rgb(39 38 38 / var(--tw-text-opacity));
}

.hero__select.form-container .frm_forms .frm_radio label svg path,.hero__select .form-container .frm_forms .frm_checkbox label svg path {
  stroke: #272626;
}

.form-container .frm_forms .frm_radio label, .form-container .frm_forms .frm_checkbox label {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
  text-indent: 0px;
  font-family: roboto-400, sans-serif;
  font-size: 16px;
  text-transform: none;
  line-height: 140%;
  letter-spacing: normal;
  --tw-text-opacity: 1;
  color: rgb(39 38 38 / var(--tw-text-opacity));
}

.form-container .frm_forms .frm_radio input[type="radio"] {
  position: relative;
}

.form-container .frm_forms .frm_radio input[type="radio"]:before {
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin: 0px;
  opacity: 0;
  transform: scale(1) translateX(-50%) translateY(-50%) !important;
  box-shadow: inset 10px 10px #006fb9;
  transition: opacity 0.3s ease-in-out !important;
}

.form-container .frm_forms .frm_radio input[type="radio"]:checked::before {
  opacity: 1;
}

.form-container .frm_forms .frm_description {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.form-container .frm_forms .frm_button_submit:not(.frm_hidden) {
  display: flex;
}

.form-container .frm_forms .frm_button_submit,
    .form-container .frm_forms .frm_prev_page {
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: none !important;
}

.form-container .frm_forms .frm_button_submit:after, .form-container .frm_forms .frm_prev_page:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiMwMDZGQjkiLz4KPHBhdGggZD0iTTE4LjM1OTQgMTUuODI4NEwyNC4zNjk4IDE2LjE4MTlMMjQuNzIzMyAyMi4xOTIzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTE1IDI1LjU1MTNMMjQuNTQ1OSAxNi4wMDUzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
  display: flex;
  height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 50%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: background-image 0.3s ease-out;
}

.form-container .frm_forms .frm_button_submit:hover:after, .form-container .frm_forms .frm_prev_page:hover:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcng9IjIwIiBmaWxsPSIjMDkzNTUzIiAvPgogICAgPHBhdGggZD0iTTE4LjM1OTQgMTUuODI4NEwyNC4zNjk4IDE2LjE4MTlMMjQuNzIzMyAyMi4xOTIzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIC8+CiAgICA8cGF0aCBkPSJNMTUgMjUuNTUxM0wyNC41NDU5IDE2LjAwNTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgLz4KPC9zdmc+");
}

.form-container .frm_forms .frm_prev_page {
  display: flex;
}

.form-container .frm_forms .frm_prev_page:after {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), 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));
}

.form-container .frm_forms .frm_submit.frm_flex {
  gap: 40px;
}

.hero__select.form-container .frm_forms .frm_prev_page svg path,.hero__select
    .form-container .frm_forms .frm_button_submit svg path {
  stroke: #272626;
}

.form-container .frm_forms .frm_prev_page,
    .form-container .frm_forms .frm_button_submit {
  gap: 10px !important;
  border-radius: 0px !important;
  border-style: none !important;
  background-color: transparent !important;
  padding: 0px !important;
  font-family: roboto-600, sans-serif !important;
  font-size: 18px !important;
  line-height: 140% !important;
  --tw-text-opacity: 1 !important;
  color: rgb(39 38 38 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.form-container .frm_forms .frm_prev_page:not(.frm_hidden), .form-container .frm_forms .frm_button_submit:not(.frm_hidden) {
  display: flex !important;
}

.form-container .frm_forms .frm_prev_page {
  flex-direction: row-reverse;
}

.form-container .frm_forms .frm_prev_page .circ__inner {
  transform: scale(-1) rotate(45deg);
}

.form-container .frm_forms .dz-message * {
  font-size: 14px;
}

.hero__select.form-container .frm_forms .frm_html_container svg path {
  stroke: #272626;
}

.form-container .frm_forms .frm_html_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  --tw-text-opacity: 1;
  color: rgb(39 38 38 / var(--tw-text-opacity));
}

.form-container .frm_forms .frm_html_container h1,
      .form-container .frm_forms .frm_html_container h2,
      .form-container .frm_forms .frm_html_container h3,
      .form-container .frm_forms .frm_html_container h4,
      .form-container .frm_forms .frm_html_container h5,
      .form-container .frm_forms .frm_html_container h6 {
  margin-bottom: 8px;
}

.form-container .frm_forms .frm_html_container a {
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.form-container .frm_forms .frm_repeat_buttons:not(.frm_hidden) {
  display: flex;
  gap: 10px;
}

.hero__select.form-container .frm_forms .frm_repeat_buttons .frm_add_form_row svg path,.hero__select
      .form-container .frm_forms .frm_repeat_buttons .frm_remove_form_row svg path {
  stroke: #ffffff;
}

.form-container .frm_forms .frm_repeat_buttons .frm_add_form_row,
      .form-container .frm_forms .frm_repeat_buttons .frm_remove_form_row {
  display: inline-flex !important;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 185 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: roboto-600, sans-serif !important;
  font-size: 18px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-container .frm_forms .frm_repeat_buttons .frm_add_form_row:hover,
      .form-container .frm_forms .frm_repeat_buttons .frm_remove_form_row:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
}

.form-container .frm_forms .frm_repeat_buttons .frm_add_form_row svg, .form-container .frm_forms .frm_repeat_buttons .frm_remove_form_row svg {
  fill: #ffffff !important;
}

.form-container .with_frm_style .frm_error_style,
  .form-container .with_frm_style .frm_message,
  .form-container .frm_success_style .frm_error_style {
  border-radius: 0px;
  border-style: none;
}

.form-container .with_frm_style .frm_error_style p, .form-container .with_frm_style .frm_message p, .form-container .frm_success_style .frm_error_style p {
  font-size: 16px;
  margin: 0;
}

.form-container .with_frm_style .frm_message,
  .form-container .frm_success_style {
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 223 / var(--tw-bg-opacity));
}

.hero__select.form-container .with_frm_style .frm_message p svg path,.hero__select .form-container .frm_success_style p svg path {
  stroke: #272626;
}

.form-container .with_frm_style .frm_message p, .form-container .frm_success_style p {
  --tw-text-opacity: 1;
  color: rgb(39 38 38 / var(--tw-text-opacity));
}

.pt__content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 16px;
  font-family: roboto-400, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.09px;
}

@media (min-width: 1200px) {
  .pt__content > * {
    max-width: 70%;
  }
}

.pt__content > *:first-child {
  margin-top: 0px !important;
}

.pt__content h1:not(:first-child), .pt__content h2:not(:first-child), .pt__content h3:not(:first-child), .pt__content h4:not(:first-child), .pt__content h5:not(:first-child), .pt__content h6:not(:first-child) {
  margin-top: 32px;
}

.pt__content ul,
    .pt__content ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.pt__content ol {
  list-style-type: decimal;
}

.pt__content ul,
    .pt__content ol {
  margin-left: 30px;
}

.pt__content ul ul,
    .pt__content ol ul {
  list-style-type: circle;
  margin-left: 60px;
}

.pt__content ol ol,
    .pt__content ul ol {
  list-style-type: lower-latin;
  margin-left: 60px;
}

.pt__content a {
  font-family: roboto-500, sans-serif;
  --tw-text-opacity: 1 !important;
  color: rgb(0 111 185 / var(--tw-text-opacity)) !important;
  text-underline-offset: 2px;
}

.pt__content a:hover {
  text-decoration-line: underline;
}

.pt__content strong,
      .pt__content strong * {
  font-family: roboto-600, sans-serif;
}

.pt__content blockquote {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 111 185 / var(--tw-border-opacity));
  padding-left: 24px;
}

@media (min-width: 1200px) {
  .pt__content blockquote {
    padding-left: 32px;
  }
}

.pt__content blockquote p {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.4px;
}

@media (min-width: 1200px) {
  .pt__content blockquote p {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
}

.pt__content blockquote cite {
  font-style: normal;
}

.pt + div.wp-block-tableberg-wrapper {
  padding-top: 0px !important;
}

@media (min-width: 1200px) {
  .pt.sibling-table {
    padding-bottom: 32px;
  }
}

.wm__graph {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 50%;
  display: flex;
  height: 100%;
  width: 1000px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
  align-items: center;
  overflow: hidden;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wm__graph.main {
  z-index: 2;
}

.wm__graph.sg {
  z-index: 3;
}

.wm__graph.sg path {
  stroke: transparent !important;
}

.wm__graph.sg circle {
  r: 4px !important;
}

.wm__graph.default {
  z-index: 1;
}

.wm__graph.fade-out {
  opacity: 0;
}

.wm__graph.show {
  opacity: 1;
  transition-property: none;
}

.wm__graph-container {
  position: relative;
  padding-top: 10px;
  padding-bottom: 30px;
}

@media not all and (min-width: 1200px) {
  .wm__graph-container {
    display: none;
  }
}

.wm__graph-container-inner {
  height: 650px;
}

.wm__graph-container,
  .wm__tabs,
  .wm__countries,
  .wm__country-groups,
  .wm__descriptions {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 1px 1px 15px -4px rgba(0, 0, 0, 0.5);
}

.wm__tabs,
  .wm__country-groups,
  .wm__descriptions {
  z-index: 3;
}

.wm__tabs {
  position: absolute;
  top: 20px;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.wm__tab {
  display: flex;
  height: 30px;
  min-width: 194px;
  max-width: 194px;
  flex: 1 1 0%;
  cursor: pointer !important;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  padding-left: 10px;
  padding-right: 10px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wm__tab p {
  text-align: center;
  font-family: roboto-500, sans-serif;
  font-size: 14px;
  color: inherit;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wm__tab:not(.active) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hero__select.wm__tab.active p svg path {
  stroke: #ffffff;
}

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

.para-text.wm__tab.active p a, .rich-text.wm__tab.active p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.wm__country-groups,
  .wm__descriptions {
  visibility: hidden;
}

.wm__country-groups {
  position: absolute;
  top: 76px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}

.wm__country-groups:has(.wm__country-group.active) {
  visibility: visible;
}

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

.wm__country-group p {
  font-family: roboto-600, sans-serif;
  font-size: 16px;
}

.wm__descriptions {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  opacity: 0.7;
}

.wm__descriptions:has(.wm__description.active) {
  visibility: visible;
}

.wm__description p {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.wm__description b {
  font-family: roboto-600, sans-serif;
}

.wm__country-group,
  .wm__description {
  position: absolute;
  opacity: 0;
}

.wm__country-group.active, .wm__description.active {
  position: relative;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wm__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 1200px) {
  .wm__contents {
    display: none;
  }
}

.wm__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wm__content b {
  font-family: roboto-500, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(1 70 122 / var(--tw-text-opacity));
}

.wm__content span {
  font-family: roboto-500, sans-serif;
}

.pf .form-container, .imd .form-container {
  padding: 0px !important;
}

.pf .form-container.has-min-height iframe, .imd .form-container.has-min-height iframe {
  min-height: inherit !important;
}

.pf .form-container:not(.has-min-height).is-sc, .imd .form-container:not(.has-min-height).is-sc {
  max-width: 756px;
}

.pf.embed-shortcode.align-left .form-container {
  margin-right: auto;
}

.pf.embed-shortcode.align-right .form-container {
  margin-left: auto;
}

.pf.embed-shortcode.align-center .form-container {
  margin-left: auto;
  margin-right: auto;
}

input:not([type="checkbox"]):not([type="radio"]) {
  border-radius: 0px !important;
}

.mtd__table {
  max-height: 46dvh;
  overflow-y: auto;
}

@media not all and (min-width: 992px) {
  .mtd__table {
    overflow-x: auto;
  }
}

.mtd__table table {
  width: 100%;
  table-layout: fixed;
}

@media not all and (min-width: 992px) {
  .mtd__table table {
    min-width: 1314px;
  }
}

.mtd__table table thead {
  position: sticky;
  top: 0px;
  z-index: 2;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.mtd__table table tbody {
  position: relative;
  overflow: hidden;
}

.mtd__table.striped tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.mtd__table.no-outline .mtd__row td {
  border-style: none !important;
}

.mtd__heading .mtd__text {
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 223 / var(--tw-bg-opacity));
  padding: 8px;
  text-align: center;
}

.mtd__heading .mtd__text label {
  --tw-text-opacity: 1;
  color: rgb(95 64 143 / var(--tw-text-opacity));
}

.mtd__row td {
  border-right-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}

.mtd__row td:first-child {
  border-left-width: 1px;
}

.mtd__row:last-child td {
  border-bottom-width: 1px;
}

.mtd__cell {
  padding: 12px;
}

.mtd__cell.column .btn {
  display: inline;
}

.mtd__cell.column .btn p {
  display: inline;
}

.mtd__cell.column .btn .circ {
  display: inline-flex;
}

.mtd__cell.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mtd__cell.row .mtd__tooltip {
  position: relative;
}

.mtd__cell.row .mtd__tooltip svg {
  cursor: pointer;
}

.hero__select.mtd__cell.row .mtd__tooltip p svg path {
  stroke: #ffffff;
}

.mtd__cell.row .mtd__tooltip p {
  position: absolute;
  left: calc(100% + 10px);
  width: 320px;
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
  padding: 8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.mtd__cell.row .mtd__tooltip p a, .rich-text.mtd__cell.row .mtd__tooltip p a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.mtd__cell.row .mtd__tooltip p {
  visibility: hidden;
  top: 50%;
  height: -moz-fit-content;
  height: fit-content;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
  font-size: 14px;
  opacity: 0;
}

.mtd__cell.row .mtd__tooltip p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-left: -9px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
  border-width: 5px;
  border-style: solid;
  border-color: transparent #093553 transparent transparent;
}

.mtd__cell.row .mtd__tooltip:hover p {
  visibility: visible;
  opacity: 1;
}

.mtd__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mtd__tooltip:hover {
  z-index: 2;
}

.styled-scroll::-webkit-scrollbar {
  background: #dbe1e5;
  border-radius: 40px;
  width: 10px;
  height: 10px;
}

.styled-scroll::-webkit-scrollbar-track {
  background: #dbe1e5;
}

.styled-scroll::-webkit-scrollbar-thumb {
  background: #093553;
  border-radius: 40px;
  border: 3px solid #dbe1e5;
}

.p-top {
  padding-top: 64px;
}

@media (min-width: 1200px) {
  .p-top {
    padding-top: 112px;
  }
}

.p-bot {
  padding-bottom: 64px;
}

@media (min-width: 1200px) {
  .p-bot {
    padding-bottom: 112px;
  }
}

.vt__content.is-boxed {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
  padding: 20px;
}

.gi__images {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
}

@media (min-width: 768px) {
  .gi__images {
    grid-template-columns: repeat(16,minmax(0,1fr));
    gap: 16px;
  }
}

@media (min-width: 992px) {
  .gi__images {
    gap: 24px;
  }
}

.gi__image {
  height: 96px;
}

@media (min-width: 768px) {
  .gi__image {
    height: 230px;
  }
}

@media (min-width: 992px) {
  .gi__image {
    height: 360px;
  }
}

@media (min-width: 768px) {
  .gi__image:nth-child(12n-12),
    .gi__image:nth-child(12n-13),
    .gi__image:nth-child(12n-17),
    .gi__image:nth-child(12n-19),
    .gi__image:nth-child(12n-20),
    .gi__image:nth-child(12n-22) {
    grid-column: span 3 / span 3;
  }

  .gi__image:nth-child(12n-15),
    .gi__image:nth-child(12n-16),
    .gi__image:nth-child(12n-21) {
    grid-column: span 4 / span 4;
  }

  .gi__image:nth-child(12n-14),
    .gi__image:nth-child(12n-18),
    .gi__image:nth-child(12n-23) {
    grid-column: span 6 / span 6;
  }
}

@media not all and (min-width: 768px) {
  .gi__image:nth-child(odd) {
    height: 276px;
  }

  .gi__image:nth-child(even) {
    height: 352px;
  }
}

.gi.is-gradient {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 83 / var(--tw-bg-opacity));
}

.hero__select.gi.is-gradient h2 svg path,.hero__select
    .gi.is-gradient p svg path,.hero__select
    .gi.is-gradient li svg path {
  stroke: #ffffff;
}

.gi.is-gradient h2,
    .gi.is-gradient p,
    .gi.is-gradient li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.gi.is-gradient h2 a, .rich-text.gi.is-gradient h2 a,.para-text
    .gi.is-gradient p a, .rich-text
    .gi.is-gradient p a,.para-text
    .gi.is-gradient li a, .rich-text
    .gi.is-gradient li a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.gi.is-gradient small {
  --tw-text-opacity: 1;
  color: rgb(251 243 223 / var(--tw-text-opacity));
}

.giwtbc__image {
  height: 232px;
}

@media (min-width: 992px) {
  .giwtbc__image {
    height: 310px;
  }
}

@media not all and (min-width: 1200px) {
  .giwtbc__items.col-four {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media not all and (min-width: 992px) {
  .giwtbc__items.col-four {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media not all and (min-width: 576px) {
  .giwtbc__items.col-four {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

.giwtbc__items.col-four .giwtbc__image {
  height: 232px;
}

@media (min-width: 992px) {
  .giwtbc__items.col-four .giwtbc__image {
    height: 310px;
  }
}

@media not all and (min-width: 992px) {
  .giwtbc__items.col-three {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media not all and (min-width: 576px) {
  .giwtbc__items.col-three {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

.giwtbc__items.col-three .giwtbc__image {
  height: 232px;
}

@media (min-width: 992px) {
  .giwtbc__items.col-three .giwtbc__image {
    height: 360px;
  }
}

@media not all and (min-width: 576px) {
  .giwtbc__items.col-two {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

.giwtbc__items.col-two .giwtbc__image {
  height: 232px;
}

@media (min-width: 992px) {
  .giwtbc__items.col-two .giwtbc__image {
    height: 360px;
  }
}

.giwtbc.is-light-gold .giwtbc__content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.giwtbc__content .btn p {
  font-size: 16px;
}

.fff .rich-text li::before {
  color: white;
}

.transform-link a {
  text-decoration-line: none !important;
}

.hero__select.transform-link a p svg path {
  stroke: #272626;
}

.transform-link a p {
  font-size: 18px !important;
  line-height: 140% !important;
  letter-spacing: -0.09px !important;
  --tw-text-opacity: 1;
  color: rgb(39 38 38 / var(--tw-text-opacity));
}

.wh__carousel-item a {
  --tw-text-opacity: 1;
  color: rgb(0 111 185 / var(--tw-text-opacity));
  text-underline-offset: 2px;
}

.wh__carousel-item a:hover {
  text-decoration-line: underline;
}

.smc {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (min-width: 1200px) {
  .smc {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.smc__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.smc__item h5 {
  margin-bottom: 12px;
}

.smc__item ul {
  margin-top: 8px;
  margin-bottom: 8px;
  list-style-type: disc;
  padding-left: 55px;
}

.smc__item ul:empty {
  display: none;
}

.smc__item li {
  margin-bottom: 4px;
}

.smc__item li:hover > a {
  text-decoration-line: underline;
}

.smc__item li a {
  text-underline-offset: 2px;
}

.content-rich-text-start {
  opacity: 0;
}

.content-rich-text-start ~ :not(.content-rich-text-end) {
  display: none;
}

.content-rich-text .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: roboto-400, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.09px;
}

@media (min-width: 1200px) {
  .content-rich-text .content > * {
    max-width: 70%;
  }
}

.content-rich-text .content > p:first-of-type > *:first-child {
  margin-top: 0px !important;
}

.content-rich-text .content h1,
    .content-rich-text .content h2,
    .content-rich-text .content h3,
    .content-rich-text .content h4,
    .content-rich-text .content h5,
    .content-rich-text .content h6,
    .content-rich-text .content .wp-block-table,
    .content-rich-text .content .wp-block-tableberg-wrapper {
  margin-top: 32px;
}

.content-rich-text .content ul,
    .content-rich-text .content ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-rich-text .content ul {
  list-style-type: disc;
}

.content-rich-text .content ol {
  list-style-type: decimal;
}

.content-rich-text .content ul,
    .content-rich-text .content ol {
  margin-left: 30px;
}

.content-rich-text .content ul ul,
    .content-rich-text .content ol ul {
  list-style-type: circle;
  margin-left: 60px;
}

.content-rich-text .content ol ol,
    .content-rich-text .content ul ol {
  list-style-type: lower-latin;
  margin-left: 60px;
}

.content-rich-text .content a {
  font-family: roboto-500, sans-serif;
  color: var(--events-secondary-solid) !important;
  text-underline-offset: 2px;
}

.content-rich-text .content a:hover {
  text-decoration-line: underline;
}

.content-rich-text .content p {
  margin: 0px !important;
}

.content-rich-text .content p img {
  float: none !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 16px !important;
  height: auto !important;
  max-width: 100% !important;
}

.content-rich-text .content p strong {
  margin-top: 0px;
}

.content-rich-text .content strong,
      .content-rich-text .content strong * {
  font-family: roboto-600, sans-serif;
}

.content-rich-text .content .wp-block-pullquote {
  margin: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.content-rich-text .content blockquote {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-left-width: 2px;
  border-left-color: var(--events-primary-solid);
  padding-left: 24px;
  text-align: left;
}

@media (min-width: 1200px) {
  .content-rich-text .content blockquote {
    padding-left: 32px;
  }
}

.content-rich-text .content blockquote p {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.4px;
}

@media (min-width: 1200px) {
  .content-rich-text .content blockquote p {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
}

.content-rich-text .content blockquote cite {
  font-style: normal;
  display: block;
  font-family: roboto-400, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.09px;
}

@media not all and (min-width: 1200px) {
  .content-rich-text .content .wp-block-table,
    .content-rich-text .content .wp-block-tableberg-wrapper {
    overflow-x: auto;
  }
}

@media (min-width: 992px) {
  .content-rich-text .content .wp-block-table,
    .content-rich-text .content .wp-block-tableberg-wrapper {
    max-width: none;
  }
}

.content-rich-text .content .wp-block-table::-webkit-scrollbar, .content-rich-text .content .wp-block-tableberg-wrapper::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.content-rich-text .content .wp-block-table, .content-rich-text .content .wp-block-tableberg-wrapper {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

@media not all and (min-width: 1200px) {
  .content-rich-text .content .wp-block-table table, .content-rich-text .content .wp-block-tableberg-wrapper table {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 1000px;
  }
}

.content-rich-text .content .wp-block-table thead, .content-rich-text .content .wp-block-tableberg-wrapper thead {
  border-style: none !important;
}

.content-rich-text .content .wp-block-table thead th, .content-rich-text .content .wp-block-tableberg-wrapper thead th {
  text-align: left;
}

.hero__select.content-rich-text .content .wp-block-table thead th svg path,.hero__select
        .content-rich-text .content .wp-block-table thead th * svg path,.hero__select
        .content-rich-text .content .wp-block-table th svg path,.hero__select
        .content-rich-text .content .wp-block-table th * svg path,.hero__select
        .content-rich-text .content .wp-block-tableberg-wrapper thead th svg path,.hero__select
        .content-rich-text .content .wp-block-tableberg-wrapper thead th * svg path,.hero__select
        .content-rich-text .content .wp-block-tableberg-wrapper th svg path,.hero__select
        .content-rich-text .content .wp-block-tableberg-wrapper th * svg path {
  stroke: #ffffff;
}

.content-rich-text .content .wp-block-table thead th,
        .content-rich-text .content .wp-block-table thead th *,
        .content-rich-text .content .wp-block-table th,
        .content-rich-text .content .wp-block-table th *,
        .content-rich-text .content .wp-block-tableberg-wrapper thead th,
        .content-rich-text .content .wp-block-tableberg-wrapper thead th *,
        .content-rich-text .content .wp-block-tableberg-wrapper th,
        .content-rich-text .content .wp-block-tableberg-wrapper th * {
  background-color: var(--events-primary-solid);
  font-family: roboto-600, sans-serif;
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 140% !important;
  letter-spacing: 1.4px !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-text.content-rich-text .content .wp-block-table thead th a, .rich-text.content-rich-text .content .wp-block-table thead th a,.para-text
        .content-rich-text .content .wp-block-table thead th * a, .rich-text
        .content-rich-text .content .wp-block-table thead th * a,.para-text
        .content-rich-text .content .wp-block-table th a, .rich-text
        .content-rich-text .content .wp-block-table th a,.para-text
        .content-rich-text .content .wp-block-table th * a, .rich-text
        .content-rich-text .content .wp-block-table th * a,.para-text
        .content-rich-text .content .wp-block-tableberg-wrapper thead th a, .rich-text
        .content-rich-text .content .wp-block-tableberg-wrapper thead th a,.para-text
        .content-rich-text .content .wp-block-tableberg-wrapper thead th * a, .rich-text
        .content-rich-text .content .wp-block-tableberg-wrapper thead th * a,.para-text
        .content-rich-text .content .wp-block-tableberg-wrapper th a, .rich-text
        .content-rich-text .content .wp-block-tableberg-wrapper th a,.para-text
        .content-rich-text .content .wp-block-tableberg-wrapper th * a, .rich-text
        .content-rich-text .content .wp-block-tableberg-wrapper th * a {
  --tw-text-opacity: 1;
  color: rgb(223 175 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 1200px) {
  .content-rich-text .content .wp-block-table thead th,
        .content-rich-text .content .wp-block-table thead th *,
        .content-rich-text .content .wp-block-table th,
        .content-rich-text .content .wp-block-table th *,
        .content-rich-text .content .wp-block-tableberg-wrapper thead th,
        .content-rich-text .content .wp-block-tableberg-wrapper thead th *,
        .content-rich-text .content .wp-block-tableberg-wrapper th,
        .content-rich-text .content .wp-block-tableberg-wrapper th * {
    font-size: 16px !important;
    letter-spacing: 1.6px !important;
  }
}

.content-rich-text .content .wp-block-table th,
      .content-rich-text .content .wp-block-table td,
      .content-rich-text .content .wp-block-tableberg-wrapper th,
      .content-rich-text .content .wp-block-tableberg-wrapper td {
  border-style: none !important;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-rich-text .content .wp-block-table td,
        .content-rich-text .content .wp-block-table td *,
        .content-rich-text .content .wp-block-tableberg-wrapper td,
        .content-rich-text .content .wp-block-tableberg-wrapper td * {
  font-size: 16px !important;
}

@media (min-width: 1200px) {
  .content-rich-text .content .wp-block-table td,
        .content-rich-text .content .wp-block-table td *,
        .content-rich-text .content .wp-block-tableberg-wrapper td,
        .content-rich-text .content .wp-block-tableberg-wrapper td * {
    font-size: 17px !important;
  }
}

.content-rich-text .content .wp-block-table figcaption, .content-rich-text .content .wp-block-tableberg-wrapper figcaption {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: normal;
}

@media not all and (min-width: 1200px) {
  .content-rich-text .content .wp-block-table figcaption, .content-rich-text .content .wp-block-tableberg-wrapper figcaption {
    position: sticky;
    left: 0px;
  }
}

.content-rich-text .content .wp-block-table tbody tr:nth-child(odd), .content-rich-text .content .wp-block-tableberg-wrapper tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.content-rich-text .content .wp-block-table ul,
      .content-rich-text .content .wp-block-table ol,
      .content-rich-text .content .wp-block-tableberg-wrapper ul,
      .content-rich-text .content .wp-block-tableberg-wrapper ol {
  gap: 0px;
}

.content-rich-text .content .wp-block-tableberg-wrapper {
  margin-bottom: 20px;
}

.content-rich-text .content .wp-block-columns {
  margin-bottom: 0px;
}

.content-rich-text .content .wp-block-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-rich-text .content .wp-block-image {
  position: relative;
}

.content-rich-text .content .wp-block-image figcaption {
  margin: 0px;
}

.content-rich-text .content .wp-block-image figcaption:not(.ai__overlay) {
  display: none;
}

.sort-event:not(.sorted) {
  display: none !important;
}

.child\:text-white > *.hero__select svg path {
  stroke: #ffffff;
}

.dark\:\!text-white:where(.dark, .dark *).hero__select svg path {
  stroke: #ffffff;
}

.dark\:text-white:where(.dark, .dark *).hero__select svg path {
  stroke: #ffffff;
}

.\[\&_\.ui-selectmenu-text\]\:text-white .ui-selectmenu-text.hero__select svg path {
  stroke: #ffffff;
}

.\[\&_\.ui-selectmenu-text\]\:text-black .ui-selectmenu-text.hero__select svg path {
  stroke: #272626;
}

.placeholder\:\!text-dark-blue::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(9 53 83 / var(--tw-text-opacity)) !important;
}

.placeholder\:\!text-dark-blue::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(9 53 83 / var(--tw-text-opacity)) !important;
}

.backdrop\:bg-blue\/25::backdrop {
  background-color: rgb(0 111 185 / 0.25);
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-\[14px\]::before {
  content: var(--tw-content);
  left: -14px;
}

.before\:-top-\[24px\]::before {
  content: var(--tw-content);
  top: -24px;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-\[48px\]::before {
  content: var(--tw-content);
  height: 48px;
}

.before\:\!border-black::before {
  content: var(--tw-content);
  --tw-border-opacity: 1 !important;
  border-color: rgb(39 38 38 / var(--tw-border-opacity)) !important;
}

.before\:text-\[48px\]::before {
  content: var(--tw-content);
  font-size: 48px;
}

.before\:font-black::before {
  content: var(--tw-content);
  font-weight: 900;
}

.before\:text-\[rgba\(9\2c 53\2c 83\2c 0\.05\)\]::before {
  content: var(--tw-content);
  color: rgba(9,53,83,0.05);
}

.before\:content-\[attr\(step\)\]::before {
  --tw-content: attr(step);
  content: var(--tw-content);
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:border-none:last-child {
  border-style: none;
}

.last\:\!pb-0:last-child {
  padding-bottom: 0px !important;
}

.hover\:flex:hover {
  display: flex;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), 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));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:before\:invisible::before {
  content: var(--tw-content);
  visibility: hidden;
}

.group\/event.active .group-\[\&\.active\]\/event\:hidden {
  display: none;
}

.group\/nav_events.is-searching-desktop .group-\[\.is-searching-desktop\]\/nav_events\:hidden {
  display: none;
}

.group\/event.active .group-\[\&\.active\]\/event\:w-\[fit-content\] {
  width: -moz-fit-content;
  width: fit-content;
}

.group\/event.active .group-\[\&\.active\]\/event\:self-end {
  align-self: flex-end;
}

.group\/event.active .group-\[\&\.active\]\/event\:py-\[0\.75rem\] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.child\:absolute > * {
  position: absolute;
}

.child\:\!pl-0 > * {
  padding-left: 0px !important;
}

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

@media not all and (min-width: 1200px) {
  .max-xl\:fixed {
    position: fixed;
  }

  .max-xl\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .max-xl\:hidden {
    display: none;
  }

  .max-xl\:h-\[292px\] {
    height: 292px;
  }

  .max-xl\:h-auto {
    height: auto;
  }

  .max-xl\:max-h-\[80vh\] {
    max-height: 80vh;
  }

  .max-xl\:min-h-\[calc\(100\%\+24px\)\] {
    min-height: calc(100% + 24px);
  }

  .max-xl\:w-\[70\%\] {
    width: 70%;
  }

  .max-xl\:w-\[80\%\] {
    width: 80%;
  }

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

  .max-xl\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .max-xl\:flex-col {
    flex-direction: column;
  }

  .max-xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-xl\:overflow-y-auto {
    overflow-y: auto;
  }

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

  .max-xl\:border-\[\#2726261a\] {
    border-color: #2726261a;
  }

  .max-xl\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-xl\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .max-xl\:pb-\[24px\] {
    padding-bottom: 24px;
  }

  .max-xl\:pb-\[48px\] {
    padding-bottom: 48px;
  }

  .max-xl\:pb-\[54px\] {
    padding-bottom: 54px;
  }
}

@media not all and (min-width: 992px) {
  .max-lg\:relative {
    position: relative;
  }

  .max-lg\:\!h-\[calc\(100\%-26px\)\] {
    height: calc(100% - 26px) !important;
  }

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

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

  .max-lg\:justify-between {
    justify-content: space-between;
  }

  .max-lg\:gap-\[24px\] {
    gap: 24px;
  }

  .max-lg\:p-\[24px\] {
    padding: 24px;
  }

  .max-lg\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .max-lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .max-lg\:text-center {
    text-align: center;
  }

  .has-\[\.form-container\]\:max-lg\:gap-\[20px\]:has(.form-container) {
    gap: 20px;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:relative {
    position: relative;
  }

  .max-md\:hidden {
    display: none;
  }

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

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

  .max-md\:\!pb-0 {
    padding-bottom: 0px !important;
  }

  .max-md\:pt-0 {
    padding-top: 0px;
  }
}

@media (min-width: 576px) {
  .sm\:h-\[220px\] {
    height: 220px;
  }

  .sm\:h-\[404px\] {
    height: 404px;
  }

  .sm\:h-\[456px\] {
    height: 456px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:mt-\[48px\] {
    margin-top: 48px;
  }

  .md\:mt-\[64px\] {
    margin-top: 64px;
  }

  .md\:h-\[140px\] {
    height: 140px;
  }

  .md\:h-\[142px\] {
    height: 142px;
  }

  .md\:h-\[154px\] {
    height: 154px;
  }

  .md\:h-\[156px\] {
    height: 156px;
  }

  .md\:h-\[172px\] {
    height: 172px;
  }

  .md\:h-\[282px\] {
    height: 282px;
  }

  .md\:h-\[460px\] {
    height: 460px;
  }

  .md\:h-\[610px\] {
    height: 610px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-\[18\.8125rem\] {
    width: 18.8125rem;
  }

  .md\:w-\[230px\] {
    width: 230px;
  }

  .md\:w-\[242px\] {
    width: 242px;
  }

  .md\:w-\[248px\] {
    width: 248px;
  }

  .md\:w-\[270px\] {
    width: 270px;
  }

  .md\:w-\[310px\] {
    width: 310px;
  }

  .md\:w-\[324px\] {
    width: 324px;
  }

  .md\:w-\[332px\] {
    width: 332px;
  }

  .md\:w-\[340px\] {
    width: 340px;
  }

  .md\:w-\[394px\] {
    width: 394px;
  }

  .md\:w-\[468px\] {
    width: 468px;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

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

  .md\:basis-\[224px\] {
    flex-basis: 224px;
  }

  .md\:basis-\[46\%\] {
    flex-basis: 46%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

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

  .md\:gap-\[24px\] {
    gap: 24px;
  }

  .md\:gap-\[36px\] {
    gap: 36px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[64px\] {
    gap: 64px;
  }

  .md\:gap-y-\[70px\] {
    row-gap: 70px;
  }

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

  .md\:p-\[24px\] {
    padding: 24px;
  }

  .md\:px-\[112px\] {
    padding-left: 112px;
    padding-right: 112px;
  }

  .md\:py-\[112px\] {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .md\:pb-\[112px\] {
    padding-bottom: 112px;
  }

  .md\:pb-\[64px\] {
    padding-bottom: 64px;
  }

  .md\:pt-\[60px\] {
    padding-top: 60px;
  }

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

@media (min-width: 992px) {
  .lg\:mt-\[32px\] {
    margin-top: 32px;
  }

  .lg\:mt-\[48px\] {
    margin-top: 48px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-\[106px\] {
    height: 106px;
  }

  .lg\:h-\[154px\] {
    height: 154px;
  }

  .lg\:h-\[174px\] {
    height: 174px;
  }

  .lg\:h-\[190px\] {
    height: 190px;
  }

  .lg\:h-\[200px\] {
    height: 200px;
  }

  .lg\:h-\[202px\] {
    height: 202px;
  }

  .lg\:h-\[210px\] {
    height: 210px;
  }

  .lg\:h-\[510px\] {
    height: 510px;
  }

  .lg\:h-\[576px\] {
    height: 576px;
  }

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

  .lg\:\!w-\[calc\(100\%-44px\)\] {
    width: calc(100% - 44px) !important;
  }

  .lg\:w-\[19\.375rem\] {
    width: 19.375rem;
  }

  .lg\:w-\[214px\] {
    width: 214px;
  }

  .lg\:w-\[244px\] {
    width: 244px;
  }

  .lg\:w-\[260px\] {
    width: 260px;
  }

  .lg\:w-\[272px\] {
    width: 272px;
  }

  .lg\:w-\[296px\] {
    width: 296px;
  }

  .lg\:w-\[299px\] {
    width: 299px;
  }

  .lg\:w-\[310px\] {
    width: 310px;
  }

  .lg\:w-\[370px\] {
    width: 370px;
  }

  .lg\:w-\[418px\] {
    width: 418px;
  }

  .lg\:w-\[420px\] {
    width: 420px;
  }

  .lg\:w-\[422px\] {
    width: 422px;
  }

  .lg\:w-\[478px\] {
    width: 478px;
  }

  .lg\:w-\[532px\] {
    width: 532px;
  }

  .lg\:w-\[534px\] {
    width: 534px;
  }

  .lg\:w-\[546px\] {
    width: 546px;
  }

  .lg\:w-\[556px\] {
    width: 556px;
  }

  .lg\:w-\[616px\] {
    width: 616px;
  }

  .lg\:w-\[644px\] {
    width: 644px;
  }

  .lg\:w-\[646px\] {
    width: 646px;
  }

  .lg\:w-\[754px\] {
    width: 754px;
  }

  .lg\:w-\[868px\] {
    width: 868px;
  }

  .lg\:w-\[calc\(100\%-556px\)\] {
    width: calc(100% - 556px);
  }

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

  .lg\:basis-\[420px\] {
    flex-basis: 420px;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

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

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

  .lg\:gap-\[112px\] {
    gap: 112px;
  }

  .lg\:gap-\[24px\] {
    gap: 24px;
  }

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

  .lg\:gap-\[48px\] {
    gap: 48px;
  }

  .lg\:gap-\[64px\] {
    gap: 64px;
  }

  .lg\:gap-x-\[36px\] {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .lg\:gap-x-\[60px\] {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

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

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

  .lg\:px-\[118px\] {
    padding-left: 118px;
    padding-right: 118px;
  }

  .lg\:px-\[126px\] {
    padding-left: 126px;
    padding-right: 126px;
  }

  .lg\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:py-\[112px\] {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .lg\:py-\[48px\] {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .lg\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:pb-\[112px\] {
    padding-bottom: 112px;
  }

  .lg\:pb-\[220px\] {
    padding-bottom: 220px;
  }

  .lg\:pb-\[48px\] {
    padding-bottom: 48px;
  }

  .lg\:pl-\[48px\] {
    padding-left: 48px;
  }

  .lg\:pt-\[112px\] {
    padding-top: 112px;
  }

  .lg\:pt-\[48px\] {
    padding-top: 48px;
  }

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

  .group:hover .group-hover\:before\:lg\:invisible::before {
    content: var(--tw-content);
    visibility: hidden;
  }

  .group\/event.active .group-\[\&\.active\]\/event\:lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), 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));
  }

  .group\/event.active .group-\[\&\.active\]\/event\:lg\:justify-end {
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .xl\:relative {
    position: relative;
  }

  .xl\:right-\[10px\] {
    right: 10px;
  }

  .xl\:top-\[-100px\] {
    top: -100px;
  }

  .xl\:top-\[10px\] {
    top: 10px;
  }

  .xl\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .xl\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .xl\:mb-\[48px\] {
    margin-bottom: 48px;
  }

  .xl\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .xl\:mt-\[16px\] {
    margin-top: 16px;
  }

  .xl\:mt-\[40px\] {
    margin-top: 40px;
  }

  .xl\:mt-\[48px\] {
    margin-top: 48px;
  }

  .xl\:mt-\[50px\] {
    margin-top: 50px;
  }

  .xl\:h-\[162px\] {
    height: 162px;
  }

  .xl\:h-\[174px\] {
    height: 174px;
  }

  .xl\:h-\[220px\] {
    height: 220px;
  }

  .xl\:h-\[226px\] {
    height: 226px;
  }

  .xl\:h-\[244px\] {
    height: 244px;
  }

  .xl\:h-\[308px\] {
    height: 308px;
  }

  .xl\:h-\[376px\] {
    height: 376px;
  }

  .xl\:h-\[390px\] {
    height: 390px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:min-h-\[216px\] {
    min-height: 216px;
  }

  .xl\:min-h-\[368px\] {
    min-height: 368px;
  }

  .xl\:w-\[244px\] {
    width: 244px;
  }

  .xl\:w-\[308px\] {
    width: 308px;
  }

  .xl\:w-\[310px\] {
    width: 310px;
  }

  .xl\:w-\[324px\] {
    width: 324px;
  }

  .xl\:w-\[328px\] {
    width: 328px;
  }

  .xl\:w-\[360px\] {
    width: 360px;
  }

  .xl\:w-\[370px\] {
    width: 370px;
  }

  .xl\:w-\[414px\] {
    width: 414px;
  }

  .xl\:w-\[420px\] {
    width: 420px;
  }

  .xl\:w-\[422px\] {
    width: 422px;
  }

  .xl\:w-\[430px\] {
    width: 430px;
  }

  .xl\:w-\[432px\] {
    width: 432px;
  }

  .xl\:w-\[534px\] {
    width: 534px;
  }

  .xl\:w-\[556px\] {
    width: 556px;
  }

  .xl\:w-\[566px\] {
    width: 566px;
  }

  .xl\:w-\[588px\] {
    width: 588px;
  }

  .xl\:w-\[600px\] {
    width: 600px;
  }

  .xl\:w-\[644px\] {
    width: 644px;
  }

  .xl\:w-\[728px\] {
    width: 728px;
  }

  .xl\:w-\[768px\] {
    width: 768px;
  }

  .xl\:w-\[866px\] {
    width: 866px;
  }

  .xl\:w-\[868px\] {
    width: 868px;
  }

  .xl\:w-\[990px\] {
    width: 990px;
  }

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

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

  .xl\:max-w-\[57\%\] {
    max-width: 57%;
  }

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

  .xl\:basis-\[30\%\] {
    flex-basis: 30%;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

  .xl\:gap-\[112px\] {
    gap: 112px;
  }

  .xl\:gap-\[124px\] {
    gap: 124px;
  }

  .xl\:gap-\[134px\] {
    gap: 134px;
  }

  .xl\:gap-\[135px\] {
    gap: 135px;
  }

  .xl\:gap-\[136px\] {
    gap: 136px;
  }

  .xl\:gap-\[24px\] {
    gap: 24px;
  }

  .xl\:gap-\[40px\] {
    gap: 40px;
  }

  .xl\:gap-\[48px\] {
    gap: 48px;
  }

  .xl\:gap-\[56px\] {
    gap: 56px;
  }

  .xl\:gap-\[60px\] {
    gap: 60px;
  }

  .xl\:gap-\[64px\] {
    gap: 64px;
  }

  .xl\:gap-\[68px\] {
    gap: 68px;
  }

  .xl\:gap-\[80px\] {
    gap: 80px;
  }

  .xl\:gap-\[90px\] {
    gap: 90px;
  }

  .xl\:gap-y-\[40px\] {
    row-gap: 40px;
  }

  .xl\:gap-y-\[48px\] {
    row-gap: 48px;
  }

  .xl\:px-\[114px\] {
    padding-left: 114px;
    padding-right: 114px;
  }

  .xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xl\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:py-\[112px\] {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .xl\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xl\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:py-\[48px\] {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xl\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:py-\[62px\] {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .xl\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xl\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:py-\[96px\] {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .xl\:pb-\[102px\] {
    padding-bottom: 102px;
  }

  .xl\:pb-\[112px\] {
    padding-bottom: 112px;
  }

  .xl\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .xl\:pb-\[32px\] {
    padding-bottom: 32px;
  }

  .xl\:pb-\[96px\] {
    padding-bottom: 96px;
  }

  .xl\:pl-\[48px\] {
    padding-left: 48px;
  }

  .xl\:pr-\[224px\] {
    padding-right: 224px;
  }

  .xl\:pr-\[56px\] {
    padding-right: 56px;
  }

  .xl\:pr-\[92px\] {
    padding-right: 92px;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-\[112px\] {
    padding-top: 112px;
  }

  .xl\:pt-\[64px\] {
    padding-top: 64px;
  }

  .xl\:pt-\[72px\] {
    padding-top: 72px;
  }

  .xl\:text-\[36px\] {
    font-size: 36px;
  }
}

@media (min-width: 1400px) {
  .xxl\:basis-\[32\%\] {
    flex-basis: 32%;
  }

  .xxl\:gap-\[112px\] {
    gap: 112px;
  }

  .xxl\:gap-\[120px\] {
    gap: 120px;
  }

  .xxl\:gap-\[124px\] {
    gap: 124px;
  }

  .xxl\:gap-\[136px\] {
    gap: 136px;
  }

  .xxl\:gap-\[138px\] {
    gap: 138px;
  }

  .xxl\:gap-\[154px\] {
    gap: 154px;
  }

  .xxl\:gap-\[176px\] {
    gap: 176px;
  }
}

.dark\:\!text-white:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.dark\:text-white:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\.active\]\:\!h-\[fit-content\].active {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.\[\&\:not\(\:has\(\.ui-selectmenu-button\)\)\]\:opacity-0:not(:has(.ui-selectmenu-button)) {
  opacity: 0;
}

.\[\&_\.owl-controls\]\:hidden .owl-controls {
  display: none;
}

.\[\&_\.owl-dots\]\:\!hidden .owl-dots {
  display: none !important;
}

.\[\&_\.ui-selectmenu-button\]\:\!border-black\/\[0\.20\] .ui-selectmenu-button {
  border-color: rgb(39 38 38 / 0.20) !important;
}

.\[\&_\.ui-selectmenu-button\]\:\!border-white\/\[0\.20\] .ui-selectmenu-button {
  border-color: rgb(255 255 255 / 0.20) !important;
}

.\[\&_\.ui-selectmenu-button\]\:\!pb-\[2px\] .ui-selectmenu-button {
  padding-bottom: 2px !important;
}

.\[\&_\.ui-selectmenu-text\]\:\!font-roboto-400 .ui-selectmenu-text {
  font-family: roboto-400, sans-serif !important;
}

.\[\&_\.ui-selectmenu-text\]\:text-\[1\.125rem\] .ui-selectmenu-text {
  font-size: 1.125rem;
}

.\[\&_\.ui-selectmenu-text\]\:\!leading-\[140\%\] .ui-selectmenu-text {
  line-height: 140% !important;
}

.\[\&_\.ui-selectmenu-text\]\:text-black .ui-selectmenu-text {
  --tw-text-opacity: 1;
  color: rgb(39 38 38 / var(--tw-text-opacity));
}

.\[\&_\.ui-selectmenu-text\]\:text-white .ui-selectmenu-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_a\]\:\!text-\[color\:var\(--events-secondary-solid\)\] a {
  color: var(--events-secondary-solid) !important;
}

.\[\&_ul\]\:\!pl-0 ul {
  padding-left: 0px !important;
}
