@charset "UTF-8";
/*
! tailwindcss v3.0.13 | 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: #e5e5e5; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a3a3a3; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
:root{
  --twcb-scrollbar-width: 0px;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --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:  ;
}
/**
* Components
*/
/**
 * Button
 */
/** Helper functions/mixins */
/** Button wrapper */
.btn-wrapper{
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px){
  .btn-wrapper{
    width: auto;
  }
}
.btn-wrapper > .btn, .btn-wrapper > .wp-block-button__link, .btn-wrapper > button[type=submit], .btn-wrapper > input[type=submit], .btn-wrapper > input[type=button]{
  width: 100%;
}

/** Button width (applied to wrapper) */
.btn-wrapper-width-auto{
  min-width: 0px;
}

.btn-wrapper-width-small{
  min-width: 12rem;
}

.btn-wrapper-width-wide{
  min-width: 20rem;
}

.btn-wrapper-width-full{
  width: 100%;
}

/** Button base styles */
.btn, .wp-block-button__link, button[type=submit].wp-block-search__button, button[type=submit], input[type=submit], input[type=button]{
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --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);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.btn:focus, .wp-block-button__link:focus, button[type=submit].wp-block-search__button:focus, button[type=submit]:focus, input[type=submit]:focus, input[type=button]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn:active, .wp-block-button__link:active, button[type=submit].wp-block-search__button:active, button[type=submit]:active, input[type=submit]:active, input[type=button]:active{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn, .wp-block-button__link, button[type=submit].wp-block-search__button, button[type=submit],
input[type=submit],
input[type=button] {
  font-size: inherit;
  line-height: inherit;
}

/** Button sizes */
.btn-small{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.btn-large{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/** Button variants */
.btn-reset{
  min-width: 0px;
  transform: none;
  border-radius: 0px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-align: left;
  --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);
}
.btn-reset:hover{
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
}

/**
* Forms
*/
/**
* Base styles
*/
form ul.gform_fields{
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
}
form ul.gform_fields li{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px){
  form ul.gform_fields li{
    margin-bottom: 2rem;
  }
}
form ul.gform_fields li::before{
  display: none;
}

label{
  color: rgb(38 38 38 / var(--tw-text-opacity));
  --tw-text-opacity: 0.6;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=url], input[type=number], input[type=password], input[type=date], select, textarea{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=url]:focus, input[type=number]:focus, input[type=password]:focus, input[type=date]:focus, select:focus, textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
input[type=password],
input[type=date],
select,
textarea {
  font-size: inherit;
  line-height: inherit;
}

select{
  cursor: pointer;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

select:hover{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

select:active{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/select_arrow.png");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  padding-right: 28px;
}

.dark input[type=text], .dark input[type=email], .dark input[type=tel], .dark input[type=search], .dark input[type=url], .dark input[type=number], .dark input[type=password], .dark input[type=date], .dark select, .dark textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.dark input[type=text]:focus, .dark input[type=email]:focus, .dark input[type=tel]:focus, .dark input[type=search]:focus, .dark input[type=url]:focus, .dark input[type=number]:focus, .dark input[type=password]:focus, .dark input[type=date]:focus, .dark select:focus, .dark textarea:focus{
  border-color: transparent;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
  outline-color: #fff;
}

.gform_wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-width);
}

@media (min-width: 640px){
  .ginput_complex{
    display: flex;
  }
}
.ginput_complex span{
  display: block;
  flex-grow: 1;
}
.ginput_complex span:not(:first-child){
  margin-top: 1.5rem;
}
@media (min-width: 640px){
  .ginput_complex span:not(:first-child){
    margin-top: 0px;
  }
  .ginput_complex span:not(:first-child){
    margin-left: 1rem;
  }
}

h2.gform_submission_error{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.validation_message{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hidden_label > label{
  display: none;
}

.floating-label, .floating-labels .gfield, .newsletter-form .gfield, .contact-form .gfield, .floating-labels .ginput_complex > span, .newsletter-form .ginput_complex > span, .contact-form .ginput_complex > span{
  position: relative;
}
.floating-label > label, .floating-labels .gfield > label, .newsletter-form .gfield > label, .contact-form .gfield > label, .floating-labels .ginput_complex > span > label, .newsletter-form .ginput_complex > span > label, .contact-form .ginput_complex > span > label{
  pointer-events: none;
  position: absolute;
  left: 0px;
  z-index: 10;
  border-width: 2px;
  border-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transform-origin: left;
  --tw-translate-y: -2rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 640px){
  .floating-label > label, .floating-labels .gfield > label, .newsletter-form .gfield > label, .contact-form .gfield > label, .floating-labels .ginput_complex > span > label, .newsletter-form .ginput_complex > span > label, .contact-form .ginput_complex > span > label{
    --tw-translate-y: -2.5rem;
    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));
  }
}
.floating-label.form-is-empty:not(:focus-within) > label, .floating-labels .form-is-empty.gfield:not(:focus-within) > label, .newsletter-form .form-is-empty.gfield:not(:focus-within) > label, .contact-form .form-is-empty.gfield:not(:focus-within) > label, .floating-labels .ginput_complex > span.form-is-empty:not(:focus-within) > label, .newsletter-form .ginput_complex > span.form-is-empty:not(:focus-within) > label, .contact-form .ginput_complex > span.form-is-empty:not(:focus-within) > label{
  --tw-translate-y: 0px;
  --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));
}
@media (min-width: 1536px){
  .floating-label.form-is-empty:not(:focus-within) > label, .floating-labels .form-is-empty.gfield:not(:focus-within) > label, .newsletter-form .form-is-empty.gfield:not(:focus-within) > label, .contact-form .form-is-empty.gfield:not(:focus-within) > label, .floating-labels .ginput_complex > span.form-is-empty:not(:focus-within) > label, .newsletter-form .ginput_complex > span.form-is-empty:not(:focus-within) > label, .contact-form .ginput_complex > span.form-is-empty:not(:focus-within) > label{
    --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));
  }
}

/**
* Contact form
*/
/**
* Newsletter sign up form
*/
.newsletter-form{
  display: flex;
}
.newsletter-form ul.gform_fields li{
  margin-bottom: 0px;
}
.newsletter-form .gform_body{
  width: 100%;
}
.newsletter-form .gform_footer{
  margin-left: 0.5rem;
}
.newsletter-form label{
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.6;
}
.newsletter-form .form-is-empty:not(:focus-within) > label{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.newsletter-form input[type=submit]{
  min-width: 0px;
}

/**
* Search form
*/
.search-form input[type=submit]{
  display: block;
  width: auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/**
* Product search form
*/
.woocommerce-product-search{
  display: flex;
  width: 720px;
  max-width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding: 0.5rem;
}
.woocommerce-product-search:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}
.woocommerce-product-search input[type=search]{
  border-style: none;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.woocommerce-product-search input[type=search]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.woocommerce-product-search button[type=submit]{
  width: auto;
}

/**
* Some useful icon styles
*/
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?17545787");
  src: url("../fonts/fontello.eot?17545787#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?17545787") format("woff2"), url("../fonts/fontello.woff?17545787") format("woff"), url("../fonts/fontello.ttf?17545787") format("truetype"), url("../fonts/fontello.svg?17545787#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "fontello";
    src: url("../font/fontello.svg?80844654#fontello") format("svg");
  }
}
*/
[class^=icon-]::before,
[class*=" icon-"]::before,
.fontello-icon {
  font-family: "fontello", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail::before {
  content: "";
}

/* '' */
.icon-location::before {
  content: "";
}

/* '' */
.icon-bell::before {
  content: "";
}

/* '' */
.icon-right-dir::before {
  content: "";
}

/* '' */
.icon-down-dir::before {
  content: "";
}

/* '' */
.icon-up-dir::before {
  content: "";
}

/* '' */
.icon-left-dir::before {
  content: "";
}

/* '' */
.icon-down-open::before {
  content: "";
}

/* '' */
.icon-left-open::before {
  content: "";
}

/* '' */
.icon-right-open::before {
  content: "";
}

/* '' */
.icon-up-open::before {
  content: "";
}

/* '' */
.icon-phone::before {
  content: "";
}

/* '' */
.icon-clock::before {
  content: "";
}

/* '' */
.icon-home::before {
  content: "";
}

/* '' */
.icon-resize-full::before {
  content: "";
}

/* '' */
.icon-heart::before {
  content: "";
}

/* '' */
.icon-heart-empty::before {
  content: "";
}

/* '' */
.icon-shuffle::before {
  content: "";
}

/* '' */
.icon-eye::before {
  content: "";
}

/* '' */
.icon-cancel::before {
  content: "";
}

/* '' */
.icon-arrows-cw::before {
  content: "";
}

/* '' */
.icon-pencil::before {
  content: "";
}

/* '' */
.icon-search::before {
  content: "";
}

/* '' */
.icon-minus-circled::before {
  content: "";
}

/* '' */
.icon-plus-circled-1::before {
  content: "";
}

/* '' */
.icon-twitter::before {
  content: "";
}

/* '' */
.icon-facebook::before {
  content: "";
}

/* '' */
.icon-menu::before {
  content: "";
}

/* '' */
.icon-mail-alt::before {
  content: "";
}

/* '' */
.icon-linkedin::before {
  content: "";
}

/* '' */
.icon-angle-double-left::before {
  content: "";
}

/* '' */
.icon-angle-double-right::before {
  content: "";
}

/* '' */
.icon-angle-double-up::before {
  content: "";
}

/* '' */
.icon-angle-double-down::before {
  content: "";
}

/* '' */
.icon-angle-left::before {
  content: "";
}

/* '' */
.icon-angle-right::before {
  content: "";
}

/* '' */
.icon-angle-up::before {
  content: "";
}

/* '' */
.icon-angle-down::before {
  content: "";
}

/* '' */
.icon-youtube-play::before {
  content: "";
}

/* '' */
.icon-instagram::before {
  content: "";
}

/* '' */
.icon-sliders::before {
  content: "";
}

/* '' */
.icon-facebook-official::before {
  content: "";
}

/* '' */
.icon-pinterest::before {
  content: "";
}

/* '' */
.icon-map-o::before {
  content: "";
}

/* '' */
.icon-shopping-basket::before {
  content: "";
}

/* '' */
.icon-user-o::before {
  content: "";
}

/* '' */
.icon-window-minimize::before {
  content: "";
}

/* '' */
.icon-twitter-squared::before {
  content: "";
}

/* '' */
.icon-shop::before {
  content: "";
}

/* '' */
/**
* Common
*/
/**
* This file contains helper mixins and functions needed to generate Tailwind classes and
* helps keep the 'theme'scss' file clean.
*/
/**
* Create css variables for each shade of a color in hex.
*/
/**
* Create css variables for each shade of a color in the form 'r, g, b'.
*/
/**
* Generate all the necessary css variables to generate Tailwind classes from.
*/
/**
* Create a css variable with optionally different values at different breakpoints.
* Can be used to create Tailwind classes.
*/
/**
* Global styles
*/
body{
  overflow-y: scroll;
  font-family: Merriweather, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.section, .wp-block-vd-section{
  position: relative;
  margin-top: var(--section-margin);
  margin-bottom: var(--section-margin);
}

:root #app .section, #app #app .section, :root #app .wp-block-vd-section, #app #app .wp-block-vd-section {
  margin-top: 0;
}
.section.has-background, .has-background.wp-block-vd-section{
  margin-top: 0px;
  margin-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: var(--section-margin);
  padding-bottom: var(--section-margin);
}
.section.has-background :first-child, .has-background.wp-block-vd-section :first-child{
  margin-top: 0px;
}
.section.has-background :last-child, .has-background.wp-block-vd-section :last-child{
  margin-bottom: 0px;
}

.container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.container .wp-block-section{
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 640px){
  .container .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 - 1rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 - 1rem );
  }
}

@media (min-width: 768px){
  .container .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 - 1rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 - 1rem );
  }
}

@media (min-width: 1024px){
  .container .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 - 2rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 - 2rem );
  }
}

@media (min-width: 1280px){
  .container .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 - 3rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 - 3rem );
  }
}

@media (min-width: 1536px){
  .container .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 - 4rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 - 4rem );
  }
}

.content-wrapper .alignfull{
  max-width: 100%;
}
.content-wrapper .alignwide{
  max-width: 100%;
}
.content-wrapper .alignleft{
  float: none;
  margin-left: 0px;
  margin-right: auto;
}
.content-wrapper .alignright{
  float: none;
  margin-left: auto;
  margin-right: 0px;
}
.content-wrapper .aligncenter{
  margin-left: auto;
  margin-right: auto;
}

.test .content-wrapper > *{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

:root .footer .test .content-wrapper > *, #app .footer .test .content-wrapper > * {
  background: #073a49;
  color: #fff;
}
.test .content-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.test .container{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.test .section, .test .wp-block-vd-section{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.test .section.is-full-width, .test .is-full-width.wp-block-vd-section{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

/**
* Miscellaneous helper classes.
*/
.subtle-links a{
  font-weight: inherit;
  color: inherit;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.subtle-links a:hover{
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  opacity: 0.8;
}

.align-svg-by-height svg {
  width: auto;
  height: 1em;
}

/**
* Theme styles (e.g. colors, spacing variables, etc.)
*
* Specifying theme settings as css variables rather than setting them directly in
* 'tailwind.config.js' allows us to make them dynamic (i.e. different at different
* breakpoints) without having to specifiy separate classes for each breakpoint value.
* It also lets us use the variables elsewhere, like in the Wordpress 'theme.json' or
* in custom css.
*
* E.g. Instead of specifying
*     <div> class="mt-section sm:mt-section-sm md:section-md ..."> </div>
* we can simply use
*      <div> class="mt-section"> </div>
*
* Also, we can still do cool things like:
*     <div class="my-section md:my-0"> </div>
* or in scss:
*     .some-class-from-a-plugin-that-i-cant-control {
*         @apply mt-section;
*     }
*
*/
/* Fluid font sizes calculated using https://utopia.fyi/type/calculator/ */
:root,
#app {
  --color-text: #000;
  --t-red: #d3382e;
  --color-primary: #c0a48c;
  --color-primary--100: #ede5de;
  --color-primary--200: #dbcbbd;
  --color-primary--300: #c9b19c;
  --color-primary--400: #b7977b;
  --color-primary--500: #a57d5a;
  --color-primary--600: #846448;
  --color-primary--700: #634b36;
  --color-primary--800: #423224;
  --color-primary--900: #211912;
  --color-primary--rgb: 192, 164, 140;
  --color-primary--100--rgb: 237, 229, 222;
  --color-primary--200--rgb: 219, 203, 189;
  --color-primary--300--rgb: 201, 177, 156;
  --color-primary--400--rgb: 183, 151, 123;
  --color-primary--500--rgb: 165, 125, 90;
  --color-primary--600--rgb: 132, 100, 72;
  --color-primary--700--rgb: 99, 75, 54;
  --color-primary--800--rgb: 66, 50, 36;
  --color-primary--900--rgb: 33, 25, 18;
  --color-secondary: #485645;
  --color-secondary--100: #e4e8e3;
  --color-secondary--200: #c8d2c6;
  --color-secondary--300: #adbbaa;
  --color-secondary--400: #92a48e;
  --color-secondary--500: #768d72;
  --color-secondary--600: #5f715b;
  --color-secondary--700: #475544;
  --color-secondary--800: #2f392d;
  --color-secondary--900: #181c17;
  --color-secondary--rgb: 72, 86, 69;
  --color-secondary--100--rgb: 228, 232, 227;
  --color-secondary--200--rgb: 200, 210, 198;
  --color-secondary--300--rgb: 173, 187, 170;
  --color-secondary--400--rgb: 146, 164, 142;
  --color-secondary--500--rgb: 118, 141, 114;
  --color-secondary--600--rgb: 95, 113, 91;
  --color-secondary--700--rgb: 71, 85, 68;
  --color-secondary--800--rgb: 47, 57, 45;
  --color-secondary--900--rgb: 24, 28, 23;
  --section-margin: 0rem;
  --content-width: 100%;
  /* 20px - 12px */
}
@media (min-width: 1024px) {
  :root,
#app {
    --content-width: 40rem;
  }
}
@media (min-width: 1280px) {
  :root,
#app {
    --content-width: 60rem;
  }
}
:root .btn-primary, :root .wp-block-button__link, :root button[type=submit],
:root input[type=submit],
:root input[type=button],
#app .btn-primary,
#app .wp-block-button__link,
#app button[type=submit],
#app input[type=submit],
#app input[type=button] {
  color: #000;
  border: 2px solid #c0a48c;
  background-color: #c0a48c;
  font-weight: 500 !important;
  font-size: 18px;
}
.user-is-tabbing :root .btn-primary:focus, .user-is-tabbing :root .wp-block-button__link:focus, .user-is-tabbing :root button[type=submit]:focus, .user-is-tabbing :root input[type=submit]:focus, .user-is-tabbing :root input[type=button]:focus, .user-is-tabbing #app .btn-primary:focus, .user-is-tabbing #app .wp-block-button__link:focus, .user-is-tabbing #app button[type=submit]:focus, .user-is-tabbing #app input[type=submit]:focus, .user-is-tabbing #app input[type=button]:focus{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
  outline-color: #c0a48c;
}
:root .btn-primary:hover, :root .wp-block-button__link:hover, :root button[type=submit]:hover,
:root input[type=submit]:hover,
:root input[type=button]:hover,
#app .btn-primary:hover,
#app .wp-block-button__link:hover,
#app button[type=submit]:hover,
#app input[type=submit]:hover,
#app input[type=button]:hover {
  color: #c0a48c;
  border: 2px solid #000;
  background-color: #000;
}
:root .btn-primary:active, :root .wp-block-button__link:active, :root button[type=submit]:active,
:root input[type=submit]:active,
:root input[type=button]:active,
#app .btn-primary:active,
#app .wp-block-button__link:active,
#app button[type=submit]:active,
#app input[type=submit]:active,
#app input[type=button]:active {
  opacity: 0.8;
}
:root .btn-primary.disabled, :root .disabled.wp-block-button__link, :root button.disabled[type=submit], :root input.disabled[type=submit], :root input.disabled[type=button], :root .btn-primary:disabled, :root .wp-block-button__link:disabled, :root button[type=submit]:disabled, :root input[type=submit]:disabled, :root input[type=button]:disabled, #app .btn-primary.disabled, #app .disabled.wp-block-button__link, #app button.disabled[type=submit], #app input.disabled[type=submit], #app input.disabled[type=button], #app .btn-primary:disabled, #app .wp-block-button__link:disabled, #app button[type=submit]:disabled, #app input[type=submit]:disabled, #app input[type=button]:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #000;
  border: 2px solid #c0a48c;
  background-color: #c0a48c;
}
:root .btn-primary.btn-outline, :root .btn-outline.wp-block-button__link, :root button.btn-outline[type=submit],
:root input.btn-outline[type=submit],
:root input.btn-outline[type=button],
#app .btn-primary.btn-outline,
#app .btn-outline.wp-block-button__link,
#app button.btn-outline[type=submit],
#app input.btn-outline[type=submit],
#app input.btn-outline[type=button] {
  color: #c0a48c;
  border: 2px solid #c0a48c;
  background-color: rgba(192, 164, 140, 0);
}
:root .btn-primary.btn-outline:hover, :root .btn-outline.wp-block-button__link:hover, :root button.btn-outline[type=submit]:hover,
:root input.btn-outline[type=submit]:hover,
:root input.btn-outline[type=button]:hover,
#app .btn-primary.btn-outline:hover,
#app .btn-outline.wp-block-button__link:hover,
#app button.btn-outline[type=submit]:hover,
#app input.btn-outline[type=submit]:hover,
#app input.btn-outline[type=button]:hover {
  color: #000;
  border: 2px solid #c0a48c;
  background-color: #c0a48c;
}
:root .btn-primary.btn-outline:active, :root .btn-outline.wp-block-button__link:active, :root button.btn-outline[type=submit]:active,
:root input.btn-outline[type=submit]:active,
:root input.btn-outline[type=button]:active,
#app .btn-primary.btn-outline:active,
#app .btn-outline.wp-block-button__link:active,
#app button.btn-outline[type=submit]:active,
#app input.btn-outline[type=submit]:active,
#app input.btn-outline[type=button]:active {
  opacity: 0.8;
}
:root .btn-primary.btn-outline.disabled, :root .btn-outline.disabled.wp-block-button__link, :root button.btn-outline.disabled[type=submit], :root input.btn-outline.disabled[type=submit], :root input.btn-outline.disabled[type=button], :root .btn-primary.btn-outline:disabled, :root .btn-outline.wp-block-button__link:disabled, :root button.btn-outline[type=submit]:disabled, :root input.btn-outline[type=submit]:disabled, :root input.btn-outline[type=button]:disabled, #app .btn-primary.btn-outline.disabled, #app .btn-outline.disabled.wp-block-button__link, #app button.btn-outline.disabled[type=submit], #app input.btn-outline.disabled[type=submit], #app input.btn-outline.disabled[type=button], #app .btn-primary.btn-outline:disabled, #app .btn-outline.wp-block-button__link:disabled, #app button.btn-outline[type=submit]:disabled, #app input.btn-outline[type=submit]:disabled, #app input.btn-outline[type=button]:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #c0a48c;
  border: 2px solid #c0a48c;
  background-color: rgba(192, 164, 140, 0);
}
:root .btn-secondary,
#app .btn-secondary {
  color: #fff;
  border: 2px solid #485645;
  background-color: #485645;
  font-weight: 500 !important;
  font-size: 18px;
}
.user-is-tabbing :root .btn-secondary:focus, .user-is-tabbing #app .btn-secondary:focus{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
  outline-color: #485645;
}
:root .btn-secondary:hover,
#app .btn-secondary:hover {
  color: #485645;
  border: 2px solid #fff;
  background-color: #fff;
}
:root .btn-secondary:active,
#app .btn-secondary:active {
  opacity: 0.8;
}
:root .btn-secondary.disabled, :root .btn-secondary:disabled, #app .btn-secondary.disabled, #app .btn-secondary:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #fff;
  border: 2px solid #485645;
  background-color: #485645;
}
:root .btn-secondary.btn-outline,
#app .btn-secondary.btn-outline {
  color: #485645;
  border: 2px solid #485645;
  background-color: rgba(72, 86, 69, 0);
}
:root .btn-secondary.btn-outline:hover,
#app .btn-secondary.btn-outline:hover {
  color: #fff;
  border: 2px solid #485645;
  background-color: #485645;
}
:root .btn-secondary.btn-outline:active,
#app .btn-secondary.btn-outline:active {
  opacity: 0.8;
}
:root .btn-secondary.btn-outline.disabled, :root .btn-secondary.btn-outline:disabled, #app .btn-secondary.btn-outline.disabled, #app .btn-secondary.btn-outline:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #485645;
  border: 2px solid #485645;
  background-color: rgba(72, 86, 69, 0);
}
:root .btn-gray,
#app .btn-gray {
  color: #fff;
  border: 2px solid #323232;
  background-color: #323232;
  font-weight: 500 !important;
  font-size: 18px;
}
.user-is-tabbing :root .btn-gray:focus, .user-is-tabbing #app .btn-gray:focus{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
  outline-color: #323232;
}
:root .btn-gray:hover,
#app .btn-gray:hover {
  color: #323232;
  border: 2px solid #fff;
  background-color: #fff;
}
:root .btn-gray:active,
#app .btn-gray:active {
  opacity: 0.8;
}
:root .btn-gray.disabled, :root .btn-gray:disabled, #app .btn-gray.disabled, #app .btn-gray:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #fff;
  border: 2px solid #323232;
  background-color: #323232;
}
:root .btn-gray.btn-outline,
#app .btn-gray.btn-outline {
  color: #323232;
  border: 2px solid #323232;
  background-color: rgba(50, 50, 50, 0);
}
:root .btn-gray.btn-outline:hover,
#app .btn-gray.btn-outline:hover {
  color: #fff;
  border: 2px solid #323232;
  background-color: #323232;
}
:root .btn-gray.btn-outline:active,
#app .btn-gray.btn-outline:active {
  opacity: 0.8;
}
:root .btn-gray.btn-outline.disabled, :root .btn-gray.btn-outline:disabled, #app .btn-gray.btn-outline.disabled, #app .btn-gray.btn-outline:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #323232;
  border: 2px solid #323232;
  background-color: rgba(50, 50, 50, 0);
}
:root .btn-white,
#app .btn-white {
  color: #323232;
  border: 2px solid #fff;
  background-color: #fff;
  font-weight: 500 !important;
  font-size: 18px;
}
.user-is-tabbing :root .btn-white:focus, .user-is-tabbing #app .btn-white:focus{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
  outline-color: #fff;
}
:root .btn-white:hover,
#app .btn-white:hover {
  color: #fff;
  border: 2px solid #323232;
  background-color: #323232;
}
:root .btn-white:active,
#app .btn-white:active {
  opacity: 0.8;
}
:root .btn-white.disabled, :root .btn-white:disabled, #app .btn-white.disabled, #app .btn-white:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #323232;
  border: 2px solid #fff;
  background-color: #fff;
}
:root .btn-white.btn-outline,
#app .btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}
:root .btn-white.btn-outline:hover,
#app .btn-white.btn-outline:hover {
  color: #323232;
  border: 2px solid #fff;
  background-color: #fff;
}
:root .btn-white.btn-outline:active,
#app .btn-white.btn-outline:active {
  opacity: 0.8;
}
:root .btn-white.btn-outline.disabled, :root .btn-white.btn-outline:disabled, #app .btn-white.btn-outline.disabled, #app .btn-white.btn-outline:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}
:root #app,
:root body,
#app #app,
#app body {
  overflow-x: hidden;
}
:root p, :root a, :root ul, :root ol, :root ol li, :root ul li, :root .crumbs span,
#app p,
#app a,
#app ul,
#app ol,
#app ol li,
#app ul li,
#app .crumbs span {
  font-family: "Calibri", sans-serif;
}
:root .cont-bg a,
#app .cont-bg a {
  font-weight: bold;
}
:root .content-wrapper,
#app .content-wrapper {
  font-size: clamp(0.63rem, calc(0.18rem + 1.12vw), 1.25rem);
}
:root .main,
#app .main {
  min-height: 50vw;
}
:root .main a,
#app .main a {
  color: #1c667c;
}
:root .main a:hover,
#app .main a:hover {
  color: #323232;
}
:root .main a.btn, :root .main a.wp-block-button__link,
#app .main a.btn,
#app .main a.wp-block-button__link {
  color: #000;
}
:root .main a.btn:hover, :root .main a.wp-block-button__link:hover,
#app .main a.btn:hover,
#app .main a.wp-block-button__link:hover {
  color: #c0a48c;
}
:root #app .my-section,
#app #app .my-section {
  margin-top: 0;
}
:root .page-hero,
#app .page-hero {
  margin-bottom: 2em;
}
:root .wp-block-themed-media-text,
:root .wp-block-vd-grid,
#app .wp-block-themed-media-text,
#app .wp-block-vd-grid {
  margin: 0 auto;
  max-width: var(--content-width);
}
:root .wp-block-image figcaption,
#app .wp-block-image figcaption {
  font-size: clamp(0.63rem, calc(0.36rem + 0.67vw), 1.00rem);
  /* 16px - 10px */
  text-align: left;
}
:root h2,
#app h2 {
  margin: 0 auto 32px;
}
:root .wp-block-vd-grid-cell h3,
#app .wp-block-vd-grid-cell h3 {
  clear: both;
}
:root .mt-cont,
#app .mt-cont {
  padding: 0 1rem;
}
:root a[href$=".pdf"]::after,
#app a[href$=".pdf"]::after {
  content: " [PDF]";
}
:root .search-results .cont-bg .container,
#app .search-results .cont-bg .container {
  max-width: 60rem !important;
}
:root .search-results .cont-bg .container article,
#app .search-results .cont-bg .container article {
  background-color: #fafaf7;
  padding: 2rem;
  border-radius: 0.25rem;
}
:root .search-results .cont-bg .container article header,
#app .search-results .cont-bg .container article header {
  padding: 0;
}
:root .mm-btn::after,
:root .mm-btn::before,
#app .mm-btn::after,
#app .mm-btn::before {
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--t-red);
  border-width: 2px;
  border-style: solid;
}
:root .mm-btn::before,
:root .mm-btn::after,
#app .mm-btn::before,
#app .mm-btn::after {
  border-bottom: none;
  border-right: none;
}
:root header.bg-primary,
#app header.bg-primary {
  background-color: transparent;
  background-image: url(../images/menu-bg.png);
}
:root header .circular-icon,
#app header .circular-icon {
  border: 1px solid var(--t-red);
  background: var(--t-red);
  color: #fff;
}
:root .menu-main-navigation-container,
:root #primary-menu,
:root .primary-menu,
#app .menu-main-navigation-container,
#app #primary-menu,
#app .primary-menu {
  position: static;
}
:root #primary-menu,
#app #primary-menu {
  height: 100%;
}
:root #primary-menu #menu-location-primary_navigation,
#app #primary-menu #menu-location-primary_navigation {
  height: 100%;
}
:root #primary-menu #menu-location-primary_navigation #menu-main-navigation-2,
#app #primary-menu #menu-location-primary_navigation #menu-main-navigation-2 {
  height: 100%;
}
:root #primary-menu #menu-location-primary_navigation #menu-main-navigation-2 li,
#app #primary-menu #menu-location-primary_navigation #menu-main-navigation-2 li {
  height: 100%;
}
:root .primary-menu > .menu-item,
#app .primary-menu > .menu-item {
  position: static;
  margin-left: 2rem;
}
:root .primary-menu > .menu-item > a,
#app .primary-menu > .menu-item > a {
  color: #000;
  font-size: 1.125rem;
  /* 16px - 10px */
  padding: 0;
  line-height: 1.25;
  text-transform: none;
  height: 100%;
}
:root .primary-menu > .menu-item > a[open],
#app .primary-menu > .menu-item > a[open] {
  border-bottom: 3px solid var(--t-red);
  color: var(--t-red);
}
:root .primary-menu > .menu-item > a[open] + .sub-menu,
:root .primary-menu > .menu-item .sub-menu:focus-within,
#app .primary-menu > .menu-item > a[open] + .sub-menu,
#app .primary-menu > .menu-item .sub-menu:focus-within {
  left: auto;
}
:root .primary-menu > .mega.menu-item > a[open] + .sub-menu,
:root .primary-menu > .mega.menu-item .sub-menu:focus-within,
#app .primary-menu > .mega.menu-item > a[open] + .sub-menu,
#app .primary-menu > .mega.menu-item .sub-menu:focus-within {
  left: -183px;
}
:root .primary-menu .sub-menu.depth-0,
#app .primary-menu .sub-menu.depth-0 {
  background: #fff;
  margin-top: 0.75rem;
  padding: 1em 1rem 2em;
  width: auto;
}
:root .primary-menu .mega .sub-menu.depth-0,
#app .primary-menu .mega .sub-menu.depth-0 {
  background: #fff;
  display: flex;
  justify-content: space-evenly;
  margin-top: 5px;
  padding: 1em 0 2em;
  width: 99vw;
}
:root .sub-menu li.linkNull > a:first-child,
#app .sub-menu li.linkNull > a:first-child {
  border: none;
  font-size: clamp(0.75rem, calc(0.39rem + 0.89vw), 1.25rem);
  /* 12px-20px */
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 10px;
  pointer-events: none;
}
:root .primary-menu .sub-menu li,
#app .primary-menu .sub-menu li {
  flex: 0 1 16%;
  padding: 0 0.5em;
}
:root .primary-menu .sub-menu li a,
#app .primary-menu .sub-menu li a {
  border-bottom: 1px solid #f0f0f0;
  font-size: 1rem;
  /* 10px-16px */
  font-weight: normal;
  line-height: 1.25;
  padding: 0.5rem 0;
}
:root .primary-menu .sub-menu > .menu-item > a:hover,
:root .primary-menu .sub-menu > .menu-item > a:focus,
:root .primary-menu .header-submenu > .menu-item > a:hover,
:root .primary-menu .headert-submenu > .menu-item > a:focus,
#app .primary-menu .sub-menu > .menu-item > a:hover,
#app .primary-menu .sub-menu > .menu-item > a:focus,
#app .primary-menu .header-submenu > .menu-item > a:hover,
#app .primary-menu .headert-submenu > .menu-item > a:focus {
  background-color: transparent;
  border-bottom: 2px solid var(--t-red);
  color: var(--t-red);
}
:root .primary-menu > .menu-item > a[open] .header-submenu.depth-1,
#app .primary-menu > .menu-item > a[open] .header-submenu.depth-1 {
  color: #000;
  font-size: 1em;
  margin: 3px 0 0;
  padding: 0;
  visibility: visible;
  width: 100%;
}
:root .primary-menu .header-submenu.depth-1 li,
#app .primary-menu .header-submenu.depth-1 li {
  padding: 0;
  width: 100%;
}
:root .primary-menu .header-submenu.depth-1 li a,
#app .primary-menu .header-submenu.depth-1 li a {
  border-bottom: 1px solid #f0f0f0;
  color: #000;
  display: block;
  line-height: 1.25;
  padding: 8px 0;
  width: 100%;
}
:root .home .wp-block-hero-new h1,
#app .home .wp-block-hero-new h1 {
  font-family: "Aboriginal_Serif_BOLD_939", serif;
  line-height: 92%;
}
:root .home .wp-container-4,
#app .home .wp-container-4 {
  gap: 0.5em;
  align-items: center;
}
:root .home .wp-container-7,
#app .home .wp-container-7 {
  gap: 0.5em;
}
:root .home .wp-block-themed-media-text,
#app .home .wp-block-themed-media-text {
  padding: 2rem 0 5rem;
}
:root .home .wp-block-columns,
#app .home .wp-block-columns {
  font-family: "Calibri", sans-serif;
  font-style: normal;
  line-height: 1.25rem;
}
:root .home .wp-block-column h2,
#app .home .wp-block-column h2 {
  font-family: "EB Garamond";
  font-weight: 700;
  font-size: clamp(1.13rem, calc(-0.21rem + 3.35vw), 3.00rem);
  /* 48px - 18px */
  line-height: 104%;
  margin-bottom: 15px;
}
:root .home .wp-block-column .wp-block-buttons,
#app .home .wp-block-column .wp-block-buttons {
  bottom: 1.5em;
  position: absolute;
}
:root .home .midBG,
#app .home .midBG {
  background: url(../images/totem-bg.png) no-repeat top right;
  padding-bottom: 1.5rem;
  padding-top: 5em;
}
:root .home .midBG .wp-block-column,
#app .home .midBG .wp-block-column {
  padding: 3em 3%;
}
:root .home .midBG h2,
#app .home .midBG h2 {
  font-family: "EB Garamond";
  font-weight: 700;
  font-size: clamp(1.75rem, calc(0.86rem + 2.23vw), 3.00rem);
  /* 48px - 28px */
  line-height: 135%;
  width: 65%;
}
:root .home .cal,
#app .home .cal {
  margin: 0 auto;
}
:root .mec-sl-magnifier,
#app .mec-sl-magnifier {
  border-radius: 4px 0 0 4px;
}
:root .home .mec-search-form,
#app .home .mec-search-form {
  background: #485645;
  border: none;
  padding: 21px 16% 18px;
}
:root .mec-calendar .mec-calendar-header,
#app .mec-calendar .mec-calendar-header {
  margin: 0 auto;
}
:root .mec-calendar .mec-calendar-header h2,
#app .mec-calendar .mec-calendar-header h2 {
  text-transform: capitalize;
}
:root .mec-calendar.mec-event-container-simple .mec-calendar-table-head dt,
#app .mec-calendar.mec-event-container-simple .mec-calendar-table-head dt {
  background-color: #f4f4f4;
  height: -moz-fit-content;
  height: fit-content;
}
:root .mec-calendar.mec-event-container-simple .mec-calendar-row dt:hover,
:root .mec-calendar.mec-event-container-simple dl dt.mec-selected-day,
:root .mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover,
#app .mec-calendar.mec-event-container-simple .mec-calendar-row dt:hover,
#app .mec-calendar.mec-event-container-simple dl dt.mec-selected-day,
#app .mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover {
  background: #C7D3D5;
  border-bottom: 2px solid #1C667C;
  color: #1C667C;
}
:root .home .midBG h2#newsletter-headline,
#app .home .midBG h2#newsletter-headline {
  margin: 0;
  text-align: left;
  width: 100%;
}
:root .gfield--width-half,
:root .gfield--width-five-twelfths,
#app .gfield--width-half,
#app .gfield--width-five-twelfths {
  display: inline-block;
  margin: 30px 0;
  width: 49%;
}
:root .gfield--width-half,
#app .gfield--width-half {
  margin-right: 2%;
}
:root .newsletter-form input[type=text],
#app .newsletter-form input[type=text] {
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid #fff;
  border-radius: 60px;
  color: #fff;
}
:root .newsletter-form .gfield_label,
#app .newsletter-form .gfield_label {
  color: #fff;
}
:root .newsletter-form .gform-button--white,
#app .newsletter-form .gform-button--white {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  font-family: "Calibri", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5rem;
  margin-top: 15px;
  text-align: center;
}
:root .nltrRight,
#app .nltrRight {
  background: url(../images/abalone-nltr.png) no-repeat;
  background-size: contain;
}
:root .title,
:root .title a,
#app .title,
#app .title a {
  color: #fff;
}
:root .title a:hover,
#app .title a:hover {
  color: #bbb;
}
:root .crumbs,
#app .crumbs {
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  vertical-align: middle;
}
:root .culStats,
#app .culStats {
  font-size: 18px;
  margin: 0 auto;
  width: 80%;
}
:root .culStat h2,
#app .culStat h2 {
  font-family: "EB Garamond";
  font-weight: 700;
  font-size: clamp(3.00rem, calc(1.13rem + 4.69vw), 5.63rem);
  /* 90px - 48px */
  line-height: 75%;
  margin: 0;
  padding: 0 0 2rem;
}
:root .culStat hr,
#app .culStat hr {
  --tw-prose-hr: #1c667c;
  margin: 0 0 0.8rem;
  padding: 0;
}
:root .wp-block-image.alignleft,
#app .wp-block-image.alignleft {
  margin-top: 0;
  margin-bottom: 0;
}
:root .pgHead,
#app .pgHead {
  gap: 0;
}
:root .footer .bg-gray-100,
#app .footer .bg-gray-100 {
  background: #1b5863;
  color: #fff;
}
:root .footer .bg-gray-200,
#app .footer .bg-gray-200 {
  background: #073a49;
  color: #fff;
}
:root .footer .bg-gray-100 .container,
#app .footer .bg-gray-100 .container {
  min-height: 14em;
}
:root .footer .circular-icon,
#app .footer .circular-icon {
  background: #fff;
  border: 1px solid #fff;
  color: #1b5863;
}
:root .footer .container,
#app .footer .container {
  padding: 0;
}
@media (min-width: 375px) {
  :root .tribe-events-single,
#app .tribe-events-single {
    padding: 0rem 0.5rem;
  }
  :root .tribe-events-l-container,
#app .tribe-events-l-container {
    padding: 0;
  }
  :root .tribe-events-calendar-list__event-wrapper,
#app .tribe-events-calendar-list__event-wrapper {
    padding: 0rem 1rem;
  }
  :root .tribe-events-calendar-list__event-date-tag,
#app .tribe-events-calendar-list__event-date-tag {
    display: none;
  }
  :root .themed-media-block h2,
#app .themed-media-block h2 {
    font-size: 2rem;
  }
  :root .landing-community-plan-btn,
#app .landing-community-plan-btn {
    width: auto;
  }
  :root .page-hero,
#app .page-hero {
    padding-bottom: 0.5rem;
  }
  :root .page-header,
#app .page-header {
    padding-bottom: 1rem !important;
  }
  :root .crumbs,
#app .crumbs {
    font-size: 0.75rem;
  }
  :root .secret-beach-logo,
#app .secret-beach-logo {
    margin-top: -1rem;
  }
  :root .cont-bg .container,
#app .cont-bg .container {
    padding: 0 2rem;
  }
  :root .cont-bg .container p,
:root .cont-bg .container ul li,
:root .cont-bg .container li a,
#app .cont-bg .container p,
#app .cont-bg .container ul li,
#app .cont-bg .container li a {
    font-size: 1.125rem;
  }
  :root .footHours,
#app .footHours {
    margin-left: -4.25rem;
    margin-bottom: 2rem;
  }
  :root .footAddr,
#app .footAddr {
    margin-left: -3.25rem;
  }
  :root .footLead,
#app .footLead {
    text-align: center;
  }
  :root .copyright-area p,
#app .copyright-area p {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
  }
  :root .home .wp-block-hero-new h1,
#app .home .wp-block-hero-new h1 {
    font-family: "Aboriginal_Serif_REGULAR_939", serif;
  }
  :root .home .content-wrapper,
#app .home .content-wrapper {
    font-size: 8px;
  }
  :root .home .homeBanner .wp-block-column,
#app .home .homeBanner .wp-block-column {
    margin-bottom: 5px;
  }
  :root .home .wp-block-column,
#app .home .wp-block-column {
    font-size: 12px;
  }
  :root .home .midBG,
#app .home .midBG {
    padding-top: 1em;
  }
  :root .gfield_label,
#app .gfield_label {
    font-size: 12px;
  }
  :root .home .nltrRight,
:root .home .cal,
:root .home .mec-search-form,
:root .home .news img,
#app .home .nltrRight,
#app .home .cal,
#app .home .mec-search-form,
#app .home .news img {
    display: none;
    visibility: hidden;
  }
  :root .parent,
#app .parent {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(6, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  :root .footSmLogo,
#app .footSmLogo {
    grid-area: 1/1/1/1;
  }
  :root .footLead,
#app .footLead {
    grid-area: 2/1/2/1;
  }
  :root .footSocial,
#app .footSocial {
    grid-area: 3/1/3/1;
  }
  :root .footPhone,
#app .footPhone {
    background: url(../images/phone.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 4/1/4/1;
  }
  :root .footAddr,
#app .footAddr {
    background: url(../images/envelope.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 5/1/5/1;
  }
  :root .footHours,
#app .footHours {
    background: url(../images/clock.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 6/1/6/1;
  }
}
@media (orientation: landscape) and (max-width: 667px) {
  :root .parent,
#app .parent {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(6, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  :root .footSmLogo img,
#app .footSmLogo img {
    margin: 0 auto;
  }
  :root .footSmLogo,
#app .footSmLogo {
    grid-area: 1/1/1/1;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  :root .footLead,
#app .footLead {
    grid-area: 2/1/2/1;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  :root .footSocial,
#app .footSocial {
    grid-area: 3/1/3/1;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  :root .footPhone,
#app .footPhone {
    background: url(../images/phone.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 4/1/4/1;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  :root .footAddr,
#app .footAddr {
    background: url(../images/envelope.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 5/1/5/1;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  :root .footHours,
#app .footHours {
    background: url(../images/clock.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 6/1/6/1;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
}
@media (orientation: portrait) and (max-width: 375px) {
  :root .parent,
#app .parent {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(6, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  :root .footSmLogo img,
#app .footSmLogo img {
    margin: 0 auto;
  }
  :root .footSmLogo,
#app .footSmLogo {
    grid-area: 1/1/1/1;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  :root .footLead,
#app .footLead {
    grid-area: 2/1/2/1;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  :root .footSocial,
#app .footSocial {
    grid-area: 3/1/3/1;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  :root .footPhone,
#app .footPhone {
    background: url(../images/phone.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 4/1/4/1;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  :root .footAddr,
#app .footAddr {
    background: url(../images/envelope.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 5/1/5/1;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  :root .footHours,
#app .footHours {
    background: url(../images/clock.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 6/1/6/1;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
}
@media (min-width: 768px) {
  :root .cal,
#app .cal {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  :root .crumbs,
#app .crumbs {
    font-size: 1rem;
  }
  :root .home .wp-block-hero-new .heroLogo img,
#app .home .wp-block-hero-new .heroLogo img {
    display: block;
    width: 17vw;
    visibility: visible;
  }
  :root .home .wp-block-hero-new h1,
#app .home .wp-block-hero-new h1 {
    font-family: "Aboriginal_Serif_BOLD_939", serif;
    font-weight: 400;
  }
  :root .home .nltrRight,
:root .home .cal,
:root .home .mec-search-form,
#app .home .nltrRight,
#app .home .cal,
#app .home .mec-search-form {
    display: block;
    visibility: visible;
  }
  :root .culSpan .wp-block-image,
#app .culSpan .wp-block-image {
    height: auto;
    margin: 0 0 28px !important;
    width: 100%;
  }
  :root .parent,
#app .parent {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  :root .footLead,
#app .footLead {
    grid-area: 1/1/2/4;
  }
  :root .footSmLogo,
#app .footSmLogo {
    grid-area: 1/2/2/6;
  }
  :root .footSocial,
#app .footSocial {
    grid-area: 1/5/2/8;
  }
  :root .footPhone,
#app .footPhone {
    background: url(../images/phone.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/1/3/4;
  }
  :root .footAddr,
#app .footAddr {
    background: url(../images/envelope.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/2/3/6;
  }
  :root .footHours,
#app .footHours {
    background: url(../images/clock.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/5/3/8;
  }
}
@media (orientation: landscape) and (min-width: 768px) {
  :root .home .wp-block-hero-new h1,
#app .home .wp-block-hero-new h1 {
    font-family: "Aboriginal_Serif_REGULAR_939", serif;
  }
  :root .footLead,
#app .footLead {
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  :root .tribe-events-single,
#app .tribe-events-single {
    padding: 0rem 4rem;
  }
  :root .primary-menu,
#app .primary-menu {
    justify-content: space-between;
  }
  :root .primary-menu > .mega.menu-item > a[open] + .sub-menu,
:root .primary-menu > .mega.menu-item .sub-menu:focus-within,
#app .primary-menu > .mega.menu-item > a[open] + .sub-menu,
#app .primary-menu > .mega.menu-item .sub-menu:focus-within {
    left: 0;
    width: 100vw;
  }
  :root .home .wp-block-hero-new .heroLogo img,
#app .home .wp-block-hero-new .heroLogo img {
    width: 17vw;
  }
  :root .home .wp-block-hero-new h1,
#app .home .wp-block-hero-new h1 {
    font-family: "Aboriginal_Serif_BOLD_939", serif;
    max-width: 100%;
    width: 100%;
  }
  :root .gfield_label,
#app .gfield_label {
    font-size: 13px;
  }
  :root #app .culStats,
#app #app .culStats {
    font-size: 16px;
    width: 90%;
  }
  :root .culSpan,
#app .culSpan {
    margin: 0 auto;
    width: 35%;
  }
  :root .parent,
#app .parent {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  :root .footLogo,
#app .footLogo {
    grid-area: 1/1/3/2;
  }
  :root .footLead,
#app .footLead {
    grid-area: 1/2/2/4;
  }
  :root .footSmLogo,
#app .footSmLogo {
    grid-area: 1/4/2/6;
  }
  :root .footSocial,
#app .footSocial {
    grid-area: 1/6/2/8;
  }
  :root .footPhone,
#app .footPhone {
    background: url(../images/phone.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/2/3/4;
  }
  :root .footAddr,
#app .footAddr {
    background: url(../images/envelope.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/4/3/6;
  }
  :root .footHours,
#app .footHours {
    background: url(../images/clock.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/6/3/8;
  }
}
@media (min-width: 1180px) {
  :root .primary-menu,
#app .primary-menu {
    justify-content: space-between;
  }
  :root .primary-menu > .mega.menu-item > a[open] + .sub-menu,
:root .primary-menu > .mega.menu-item .sub-menu:focus-within,
#app .primary-menu > .mega.menu-item > a[open] + .sub-menu,
#app .primary-menu > .mega.menu-item .sub-menu:focus-within {
    left: 0px;
    width: 100vw;
  }
}
@media (min-width: 1280px) {
  :root .tribe-events-calendar-list__event-wrapper,
#app .tribe-events-calendar-list__event-wrapper {
    padding: 0rem 1rem;
  }
  :root .tribe-events-calendar-list__event-date-tag,
#app .tribe-events-calendar-list__event-date-tag {
    display: block;
  }
  :root .primary-menu,
#app .primary-menu {
    justify-content: space-around;
  }
  :root .primary-menu > .mega.menu-item > a[open] + .sub-menu,
:root .primary-menu > .mega.menu-item .sub-menu:focus-within,
#app .primary-menu > .mega.menu-item > a[open] + .sub-menu,
#app .primary-menu > .mega.menu-item .sub-menu:focus-within {
    left: -50px;
    width: 100vw;
  }
  :root .container,
#app .container {
    max-width: 1280px;
  }
  :root .home .wp-block-hero-new .heroLogo img,
#app .home .wp-block-hero-new .heroLogo img {
    width: 23vw;
  }
  :root .home .wp-block-hero-new h1,
#app .home .wp-block-hero-new h1 {
    font-family: "Aboriginal_Serif_BOLD_939", serif;
    font-weight: 400;
  }
  :root .home .nltrRight,
:root .home .cal,
:root .home .mec-search-form,
:root .home .news img,
#app .home .nltrRight,
#app .home .cal,
#app .home .mec-search-form,
#app .home .news img {
    display: block;
    visibility: visible;
  }
  :root .culSpan,
#app .culSpan {
    margin: 0 auto;
    width: 30%;
  }
  :root .parent,
#app .parent {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  :root .footLogo,
#app .footLogo {
    grid-area: 1/1/3/2;
  }
  :root .footLead,
#app .footLead {
    grid-area: 1/2/2/4;
  }
  :root .footSmLogo,
#app .footSmLogo {
    grid-area: 1/4/2/6;
  }
  :root .footSocial,
#app .footSocial {
    grid-area: 1/6/2/8;
  }
  :root .footPhone,
#app .footPhone {
    background: url(../images/phone.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/2/3/4;
  }
  :root .footAddr,
#app .footAddr {
    background: url(../images/envelope.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/4/3/6;
  }
  :root .footHours,
#app .footHours {
    background: url(../images/clock.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/6/3/8;
  }
}
@media (min-width: 1440px) {
  :root .primary-menu > .mega.menu-item > a[open] + .sub-menu,
:root .primary-menu > .mega.menu-item .sub-menu:focus-within,
#app .primary-menu > .mega.menu-item > a[open] + .sub-menu,
#app .primary-menu > .mega.menu-item .sub-menu:focus-within {
    left: -80px;
    width: 100vw;
  }
  :root .container,
#app .container {
    max-width: 1440px;
  }
  :root .home .wp-block-hero-new h1,
#app .home .wp-block-hero-new h1 {
    font-family: "Aboriginal_Serif_BOLD_939", serif;
    font-weight: 400;
  }
  :root .home .nltrRight,
:root .home .cal,
:root .home .mec-search-form,
:root .home .news img,
#app .home .nltrRight,
#app .home .cal,
#app .home .mec-search-form,
#app .home .news img {
    display: block;
    visibility: visible;
  }
  :root #app .culStats,
#app #app .culStats {
    font-size: 18px;
    width: 80%;
  }
  :root .culSpan,
#app .culSpan {
    margin: 0 auto;
    width: 30%;
  }
  :root .parent,
#app .parent {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  :root .footLogo,
#app .footLogo {
    grid-area: 1/1/3/2;
  }
  :root .footLead,
#app .footLead {
    grid-area: 1/2/2/4;
  }
  :root .footSmLogo,
#app .footSmLogo {
    grid-area: 1/4/2/6;
  }
  :root .footSocial,
#app .footSocial {
    grid-area: 1/6/2/8;
  }
  :root .footPhone,
#app .footPhone {
    background: url(../images/phone.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/2/3/4;
  }
  :root .footAddr,
#app .footAddr {
    background: url(../images/envelope.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/4/3/6;
  }
  :root .footHours,
#app .footHours {
    background: url(../images/clock.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/6/3/8;
  }
}
@media (min-width: 1536px) {
  :root .primary-menu > .mega.menu-item > a[open] + .sub-menu,
:root .primary-menu > .mega.menu-item .sub-menu:focus-within,
#app .primary-menu > .mega.menu-item > a[open] + .sub-menu,
#app .primary-menu > .mega.menu-item .sub-menu:focus-within {
    left: -183px;
  }
  :root .container,
#app .container {
    max-width: 1536px;
  }
  :root .home .wp-block-hero-new h1,
#app .home .wp-block-hero-new h1 {
    font-family: "Aboriginal_Serif_BOLD_939", serif;
    font-weight: 400;
  }
  :root .home .wp-block-column,
#app .home .wp-block-column {
    font-size: clamp(0.63rem, calc(0.18rem + 1.12vw), 1.25rem);
    line-height: 150%;
  }
  :root .home .nltrRight,
:root .home .cal,
:root .home .mec-search-form,
:root .home .news img,
#app .home .nltrRight,
#app .home .cal,
#app .home .mec-search-form,
#app .home .news img {
    display: block;
    visibility: visible;
  }
  :root #app .culStats,
#app #app .culStats {
    font-size: 18px;
    width: 80%;
  }
  :root .culSpan,
#app .culSpan {
    margin: 0 auto;
    width: 30%;
  }
  :root .parent,
#app .parent {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  :root .footLogo,
#app .footLogo {
    grid-area: 1/1/3/2;
  }
  :root .footLead,
#app .footLead {
    grid-area: 1/2/2/4;
  }
  :root .footSmLogo,
#app .footSmLogo {
    grid-area: 1/4/2/6;
  }
  :root .footSocial,
#app .footSocial {
    grid-area: 1/6/2/8;
  }
  :root .footPhone,
#app .footPhone {
    background: url(../images/phone.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/2/3/4;
  }
  :root .footAddr,
#app .footAddr {
    background: url(../images/envelope.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/4/3/6;
  }
  :root .footHours,
#app .footHours {
    background: url(../images/clock.png) no-repeat left 5px;
    padding-left: 30px;
    grid-area: 2/6/3/8;
  }
}

.hero-section-content img {
  max-height: 20rem;
}

.cont-bg img,
.cont-bg iframe {
  border-radius: 0.25rem;
}
.cont-bg .img-no-radius img {
  border-radius: 0rem;
}

.wp-element-caption {
  text-align: center !important;
  margin-top: 1rem !important;
}

header {
  padding: 0.5rem;
}

#menu-main-navigation-2 li a {
  display: flex;
  align-items: center;
}

.sub-menu {
  border-radius: 0.25rem;
  margin-left: 0.25rem;
}
.sub-menu li a {
  padding: 0.75rem 0rem !important;
}

#menu-item-2406 ul {
  display: flex;
  justify-content: space-around;
}
#menu-item-2406 ul li a {
  font-weight: bold !important;
}
#menu-item-2406 ul li a:hover, #menu-item-2406 ul li a:active, #menu-item-2406 ul li a:focus {
  color: #000 !important;
  border-bottom: 1px solid #f0f0f0 !important;
  cursor: default;
}
#menu-item-2406 ul li ul {
  display: flex;
  flex-direction: column;
  padding-right: 0.5rem;
}
#menu-item-2406 ul li ul li a {
  font-weight: normal !important;
  margin-left: 0.5rem;
}
#menu-item-2406 ul li ul li a:hover {
  color: var(--t-red) !important;
  border-bottom: 2px solid var(--t-red) !important;
  cursor: pointer;
}

.page-hero {
  padding-bottom: 2rem;
}

.page-header {
  padding-bottom: 2rem;
}
.page-header .crumbs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .crumbs span {
  padding: 0.25rem;
  text-transform: capitalize;
}

.themed-media-block .themed-media-img {
  display: flex;
  justify-content: center;
  margin-right: -1rem;
}
.themed-media-block p {
  font-size: 18px;
  line-height: 1.75;
}

.homeBanner {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  gap: 0.25rem !important;
}
.homeBanner .wp-block-column {
  margin-bottom: 0 !important;
}

.gform_required_legend {
  opacity: 0.5;
}

#searchform {
  border-radius: 0.25rem;
}
#searchform input[type=search] {
  margin-left: -4px;
  padding-left: 1rem;
  border: 0;
}

#mec-search-bar-input {
  padding: 0 !important;
}

.mec-previous-month,
.mec-next-month {
  background-color: #C0A48C !important;
  border-radius: 6px !important;
  min-height: 2rem !important;
}
.mec-previous-month:hover,
.mec-next-month:hover {
  background-color: #212121 !important;
}
.mec-previous-month:hover a,
.mec-next-month:hover a {
  color: #C0A48C !important;
}
.mec-previous-month:hover a i,
.mec-next-month:hover a i {
  color: #C0A48C !important;
}

.mec-previous-month a,
.mec-next-month a {
  color: #212121 !important;
  padding: 0.5rem;
}

.mec-previous-month a i,
.mec-next-month a i {
  color: #212121 !important;
}

.mec-table-nullday {
  background-color: #ededed !important;
  outline: 2px solid #d2d2d2 !important;
  outline-offset: -3px;
  color: #808080 !important;
  font-size: 1.5rem !important;
}
.mec-table-nullday:hover {
  border: none !important;
}

.newsletter-form input[type=text] {
  border-radius: 0.25rem !important;
}

.gform-field-label {
  padding: 0.5rem !important;
}

#gform_submit_button_2 {
  font-size: 1rem !important;
  margin-top: 2rem !important;
  border-radius: 0.25rem !important;
  width: 100%;
}

#field_2_2,
#field_2_3 {
  margin-bottom: 2rem !important;
}

.bottom-landing-img img {
  min-height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  background-size: cover;
  width: 100%;
}

/**footer**/
.footLead {
  margin-bottom: 1rem;
}

.footSocial {
  text-align: center;
}

.footSocial a {
  margin-bottom: 1rem !important;
}

.copyright-area p {
  opacity: 0.8;
}

.mm-navbar__title {
  font-weight: bold !important;
  color: #212121 !important;
}

.tn-staff-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem !important;
}
.tn-staff-block img {
  border-radius: 3rem;
  margin-bottom: 0.5rem;
}

.tribe-common, #tribe-events {
  max-width: 60rem;
}

.tribe-common .tribe-common-l-container {
  padding-top: 0 !important;
}
.tribe-common .tribe-common-l-container * {
  font-family: "Calibri", sans-serif;
}
.tribe-common .tribe-common-l-container * h1,
.tribe-common .tribe-common-l-container * h2,
.tribe-common .tribe-common-l-container * h3,
.tribe-common .tribe-common-l-container * h4,
.tribe-common .tribe-common-l-container * h5,
.tribe-common .tribe-common-l-container * h6 {
  font-weight: 700;
  border: 0px;
}
.tribe-common .tribe-common-l-container * h1 a,
.tribe-common .tribe-common-l-container * h2 a,
.tribe-common .tribe-common-l-container * h3 a,
.tribe-common .tribe-common-l-container * h4 a,
.tribe-common .tribe-common-l-container * h5 a,
.tribe-common .tribe-common-l-container * h6 a {
  font-weight: 700;
}
.tribe-common .tribe-common-l-container .tribe-events-calendar-list__event-row {
  border: 1px solid #eaeaea !important;
  border-radius: 4px !important;
  padding: 2rem 0 !important;
  margin: 2rem 0.5rem !important;
}

#tribe-events * {
  font-family: "Calibri", sans-serif !important;
  text-decoration: none;
}
#tribe-events * h1,
#tribe-events * h2,
#tribe-events * h3,
#tribe-events * h4,
#tribe-events * h5,
#tribe-events * h6 {
  font-weight: 700;
}
#tribe-events * h1 a,
#tribe-events * h2 a,
#tribe-events * h3 a,
#tribe-events * h4 a,
#tribe-events * h5 a,
#tribe-events * h6 a {
  font-weight: 700;
}

.tribe-common .tribe-common-form-control-text__input:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus {
  outline: none;
  border: none;
}

.tribe-common .tribe-common-anchor-thin {
  border-bottom: none !important;
}

.tribe-common-c-btn-border {
  color: #1C667C !important;
  border: 1px solid #1C667C !important;
}
.tribe-common-c-btn-border:hover, .tribe-common-c-btn-border:active, .tribe-common-c-btn-border:focus {
  color: white !important;
  border: 1px solid white !important;
  background-color: #1C667C !important;
}

#tribe-events-content {
  padding: 0rem 2rem;
  margin-bottom: 4rem;
}
#tribe-events-content .tribe-events-schedule h2 {
  margin: 0.5rem;
}
#tribe-events-content .tribe-events-event-image img {
  aspect-ratio: 16/9 !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.tribe-events-header__events-bar {
  border-radius: 4px;
}
.tribe-events-header__events-bar .tribe-events-c-search {
  padding: 0rem 0.5rem !important;
}

.tribe-events-c-view-selector {
  display: block;
}

.tribe-events-calendar-list__event-featured-image-wrapper a {
  height: 100%;
}
.tribe-events-calendar-list__event-featured-image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#gform_wrapper_3 {
  background: white;
  border: 1px solid #dedede;
  border-radius: 0.5rem;
  padding: 2rem;
  max-width: 800px;
  margin-bottom: 3rem;
}
#gform_wrapper_3 .gfield {
  margin-bottom: 1rem;
}
#gform_wrapper_3 #gform_3 {
  font-size: 1rem;
}

/**
* Define your prose modifiers and typography overrides here.
*
* Defining our typography in mixins lets us apply them both in our 'prose' class (i.e. 'content-wrapper)
* as well as in our own custom classes like '.h1', '.h2', etc.
*
* @link https://tailwindcss.com/docs/typography-plugin
*/
.content-wrapper{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.content-wrapper :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.content-wrapper :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.content-wrapper :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.content-wrapper :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}
.content-wrapper :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.content-wrapper :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.content-wrapper :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.content-wrapper :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.content-wrapper :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.content-wrapper :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.content-wrapper :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.content-wrapper :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.content-wrapper :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.content-wrapper :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}
.content-wrapper :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.content-wrapper :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.content-wrapper :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.content-wrapper :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.content-wrapper :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.content-wrapper :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.content-wrapper :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.content-wrapper :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}
.content-wrapper :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.content-wrapper :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}
.content-wrapper :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.content-wrapper :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.content-wrapper :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.content-wrapper :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.content-wrapper :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.content-wrapper :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.content-wrapper :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.content-wrapper :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.content-wrapper :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.content-wrapper :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}
.content-wrapper :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.content-wrapper :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.content-wrapper :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.content-wrapper :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.content-wrapper :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.content-wrapper :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.content-wrapper :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.content-wrapper :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.content-wrapper :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.content-wrapper :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.content-wrapper{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.content-wrapper :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.content-wrapper :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.content-wrapper :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.content-wrapper :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.content-wrapper :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.content-wrapper :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.content-wrapper :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.content-wrapper :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.content-wrapper :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.content-wrapper > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content-wrapper > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.content-wrapper > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.content-wrapper > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.content-wrapper > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.content-wrapper :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content-wrapper :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.content-wrapper :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.content-wrapper :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.content-wrapper :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.content-wrapper :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.content-wrapper :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.content-wrapper :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.content-wrapper :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.content-wrapper > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.content-wrapper > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.content-wrapper{
  max-width: none;
}
@media (min-width: 1280px){
  .content-wrapper{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .content-wrapper :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .content-wrapper :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .content-wrapper :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }
  .content-wrapper :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .content-wrapper :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .content-wrapper :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .content-wrapper :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .content-wrapper :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .content-wrapper :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .content-wrapper :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .content-wrapper :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .content-wrapper :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .content-wrapper :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .content-wrapper :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .content-wrapper :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .content-wrapper :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .content-wrapper :where(ol):not(:where([class~="not-prose"] *)){
    padding-left: 1.5555556em;
  }
  .content-wrapper :where(ul):not(:where([class~="not-prose"] *)){
    padding-left: 1.5555556em;
  }
  .content-wrapper :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .content-wrapper :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .content-wrapper :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .content-wrapper > :where(ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .content-wrapper > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .content-wrapper > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .content-wrapper > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .content-wrapper > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .content-wrapper :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .content-wrapper :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .content-wrapper :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .content-wrapper :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .content-wrapper :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .content-wrapper :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .content-wrapper :where(tbody td):not(:where([class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .content-wrapper :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .content-wrapper :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .content-wrapper > :where(:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper > :where(:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 1536px){
  .content-wrapper{
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .content-wrapper :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .content-wrapper :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .content-wrapper :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }
  .content-wrapper :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .content-wrapper :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .content-wrapper :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .content-wrapper :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .content-wrapper :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .content-wrapper :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .content-wrapper :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .content-wrapper :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .content-wrapper :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .content-wrapper :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .content-wrapper :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8611111em;
  }
  .content-wrapper :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .content-wrapper :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }
  .content-wrapper :where(ol):not(:where([class~="not-prose"] *)){
    padding-left: 1.6em;
  }
  .content-wrapper :where(ul):not(:where([class~="not-prose"] *)){
    padding-left: 1.6em;
  }
  .content-wrapper :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .content-wrapper :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4em;
  }
  .content-wrapper :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4em;
  }
  .content-wrapper > :where(ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .content-wrapper > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .content-wrapper > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .content-wrapper > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .content-wrapper > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .content-wrapper :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .content-wrapper :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .content-wrapper :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .content-wrapper :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .content-wrapper :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .content-wrapper :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .content-wrapper :where(tbody td):not(:where([class~="not-prose"] *)){
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .content-wrapper :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .content-wrapper :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .content-wrapper > :where(:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper > :where(:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
.content-wrapper :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgba(var(--color-secondary--rgb), var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.content-wrapper :is(:where(a):not(:where([class~="not-prose"] *))):hover{
  --tw-text-opacity: 0.8;
}
.content-wrapper :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
}
@media (min-width: 768px){
  .content-wrapper :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .content-wrapper :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 3rem;
    line-height: 1;
  }
}
.content-wrapper :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 768px){
  .content-wrapper :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px){
  .content-wrapper :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.content-wrapper :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 768px){
  .content-wrapper :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px){
  .content-wrapper :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.content-wrapper :where(h4):not(:where([class~="not-prose"] *)){
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
@media (min-width: 768px){
  .content-wrapper :where(h4):not(:where([class~="not-prose"] *)){
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .content-wrapper :where(h4):not(:where([class~="not-prose"] *)){
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.content-wrapper :where(.content-wrapper > h1):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > h2):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > h3):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > h4):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > h5):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > h6):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > p):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > blockquote):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > ol):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > ul):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > img):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > hr):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > pre):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > figure):not(:where(.not-prose > *)), .content-wrapper :where(.content-wrapper > form):not(:where(.not-prose > *)){
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-width);
}

.dark .content-wrapper,
.content-wrapper.dark,
.content-wrapper .dark {
  --tw-prose-body: white;
}

.dark .content-wrapper :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))), .content-wrapper.dark :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))), .content-wrapper .dark :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .content-wrapper :is(:where(blockquote):not(:where([class~="not-prose"] *))), .content-wrapper.dark :is(:where(blockquote):not(:where([class~="not-prose"] *))), .content-wrapper .dark :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .content-wrapper :is(:where(figcaption):not(:where([class~="not-prose"] *))), .content-wrapper.dark :is(:where(figcaption):not(:where([class~="not-prose"] *))), .content-wrapper .dark :is(:where(figcaption):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .content-wrapper :is(:where(pre):not(:where([class~="not-prose"] *))), .content-wrapper.dark :is(:where(pre):not(:where([class~="not-prose"] *))), .content-wrapper .dark :is(:where(pre):not(:where([class~="not-prose"] *))){
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
}

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

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

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

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

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

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

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

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

.h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

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

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

.content-wrapper .align-with-content{
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-width);
}

/**
* Frontend styles will be included in the editor, but nested under #app
*/
/**
* Block styles
*/
/**
 * Core Gutenberg block styles
 */
/**
* Columns blocks
*/
.wp-block-columns{
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
}

.wp-block-column:not(:last-child){
  margin-bottom: 2em;
}
@media (min-width: 600px) {
  .wp-block-column:not(:last-child){
    margin-bottom: 0px;
  }
}
.wp-block-column:not(:last-child) > :first-child{
  margin-top: 0px;
}
.wp-block-column:not(:last-child) > :last-child{
  margin-bottom: 0px;
}

/**
* Media/Text blocks
*/
.wp-block-media-text{
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
}
.wp-block-media-text .wp-block-media-text__media{
  margin-bottom: 2em;
}
@media (min-width: 600px) {
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 0px;
  }
}
.wp-block-media-text .wp-block-media-text__media img{
  margin-top: 0px;
  margin-bottom: 0px;
}
.wp-block-media-text .wp-block-media-text__content{
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 8%;
  }
}
.wp-block-media-text .wp-block-media-text__content > :first-child{
  margin-top: 0px;
}
.wp-block-media-text .wp-block-media-text__content > :last-child{
  margin-bottom: 0px;
}

/**
* Image block
*/
.wp-block-image{
  width: 100%;
}
@media (min-width: 768px){
  .wp-block-image{
    width: auto;
  }
}
.wp-block-image img{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 100%;
}
.wp-block-image figcaption{
  margin-bottom: 0px;
  text-align: center;
}
.wp-block-image.alignleft{
  float: left;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 2em;
}
.wp-block-image.alignright{
  float: right;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}

/**
* Gallery block
*/
.wp-block-gallery{
  max-width: 100%;
}

/**
* Quote/Pull-quote block
*/
.wp-block-quote.is-style-large{
  border-style: none;
}
.wp-block-quote.is-style-large cite{
  display: block;
}

.wp-block-pullquote{
  max-width: 100%;
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.wp-block-pullquote.has-text-align-left, .wp-block-pullquote.has-text-align-right, .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright{
  max-width: 100%;
}
.wp-block-pullquote blockquote{
  border-style: none;
  padding-left: 0px;
}
.wp-block-pullquote blockquote p{
  margin-top: 0px;
  margin-bottom: 0px;
}

/**
* Table block
*/
.wp-block-table figcaption{
  text-align: center;
}

/**
* Search block
*/
/**
* Social Icons block
*/
.wp-block-social-links{
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wp-block-social-links .wp-block-social-link{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-right: 1rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-social-links .wp-block-social-link:hover{
  transform: none;
  opacity: 0.8;
}

/**
* Tag list block
*/
.wp-block-post-terms a{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

/**
* Page list block
*/
.wp-block-page-list{
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wp-block-page-list .wp-block-pages-list__item{
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link{
  font-weight: inherit;
  color: inherit;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link:hover{
  color: inherit;
}
.wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link:hover{
  --tw-text-opacity: 0.8;
}

/**
* Buttons
*/
/**
* Styles for the Vincent Design blocks that are specific to this theme
*/
.wp-block-vd-grid-cell > :first-child{
  margin-top: 0px;
}
.wp-block-vd-grid-cell > :last-child{
  margin-bottom: 0px;
}

/**
* Partials
*/
/**
* Footer styles
*/
.menu-footer-menu-container{
  flex-grow: 1;
}

.footer-menu{
  width: 100%;
  text-align: center;
}

@media (min-width: 1024px){
  .footer-menu{
    display: flex;
  }
  .footer-menu{
    justify-content: flex-end;
  }
}
.footer-menu .menu-item{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px){
  .footer-menu .menu-item{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .footer-menu .menu-item{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .footer-menu .menu-item:first-child{
    margin-left: 0px;
  }
  .footer-menu .menu-item:last-child{
    margin-right: 0px;
  }
}
.footer-menu .menu-item a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

/**
 * Header
 */
/** Navigation Menu */
.primary-menu{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.primary-menu > .menu-item{
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.primary-menu > .menu-item > a{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.primary-menu > .menu-item > a:hover{
  --tw-text-opacity: 0.8;
}
.primary-menu > .menu-item.menu-item-has-children > a::after{
  margin-left: 0.75rem;
    content: "";
    font-family: "fontello", sans-serif;
}
.primary-menu .sub-menu{
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --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);
  visibility: hidden;
  min-width: 240px;
  --tw-translate-y: -0.25rem;
  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-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.primary-menu > .menu-item > a[open] + .sub-menu, .primary-menu > .menu-item .sub-menu:focus-within{
  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;
}
.primary-menu .sub-menu > .menu-item > a{
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
}
.primary-menu .sub-menu > .menu-item > a:hover, .primary-menu .sub-menu > .menu-item > a:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity));
}
:root .footer .primary-menu .sub-menu > .menu-item > a:hover, #app .footer .primary-menu .sub-menu > .menu-item > a:hover, :root .footer .primary-menu .sub-menu > .menu-item > a:focus, #app .footer .primary-menu .sub-menu > .menu-item > a:focus {
  background: #073a49;
  color: #fff;
}

/**
* Sidebar and widget styles.
*/
.sidebar{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.sidebar :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.sidebar :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.sidebar :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.sidebar :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.sidebar :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.sidebar :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.sidebar :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.sidebar :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.sidebar :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.sidebar :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.sidebar :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.sidebar :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.sidebar :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.sidebar :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.sidebar :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.sidebar :where(ol):not(:where([class~="not-prose"] *)){
  padding-left: 1.5714286em;
}
.sidebar :where(ul):not(:where([class~="not-prose"] *)){
  padding-left: 1.5714286em;
}
.sidebar :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.sidebar :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.sidebar :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.sidebar > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.sidebar > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.sidebar > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.sidebar > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.sidebar > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.sidebar :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.sidebar :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.sidebar :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.sidebar :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.sidebar :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.sidebar :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.sidebar :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.sidebar :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.sidebar :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.sidebar :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.sidebar :where(tbody td):not(:where([class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.sidebar :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.sidebar :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.sidebar > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.sidebar > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.sidebar{
  max-width: none;
  overflow: visible;
}
@media (min-width: 1280px){
  .sidebar{
    font-size: 1rem;
    line-height: 1.75;
  }
  .sidebar :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .sidebar :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .sidebar :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }
  .sidebar :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .sidebar :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .sidebar :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .sidebar :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .sidebar :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sidebar :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sidebar :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sidebar :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .sidebar :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .sidebar :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .sidebar :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .sidebar :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .sidebar :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }
  .sidebar :where(ol):not(:where([class~="not-prose"] *)){
    padding-left: 1.625em;
  }
  .sidebar :where(ul):not(:where([class~="not-prose"] *)){
    padding-left: 1.625em;
  }
  .sidebar :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .sidebar :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.375em;
  }
  .sidebar :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.375em;
  }
  .sidebar > :where(ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .sidebar > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .sidebar > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .sidebar > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .sidebar > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .sidebar :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .sidebar :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .sidebar :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .sidebar :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .sidebar :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .sidebar :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .sidebar :where(tbody td):not(:where([class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .sidebar :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .sidebar :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .sidebar > :where(:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar > :where(:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 1536px){
  .sidebar{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .sidebar :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .sidebar :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .sidebar :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }
  .sidebar :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .sidebar :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .sidebar :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .sidebar :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .sidebar :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .sidebar :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .sidebar :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .sidebar :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .sidebar :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .sidebar :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .sidebar :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .sidebar :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .sidebar :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .sidebar :where(ol):not(:where([class~="not-prose"] *)){
    padding-left: 1.5555556em;
  }
  .sidebar :where(ul):not(:where([class~="not-prose"] *)){
    padding-left: 1.5555556em;
  }
  .sidebar :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .sidebar :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .sidebar :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .sidebar > :where(ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .sidebar > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .sidebar > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .sidebar > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .sidebar > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .sidebar :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .sidebar :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .sidebar :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .sidebar :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .sidebar :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .sidebar :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .sidebar :where(tbody td):not(:where([class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .sidebar :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .sidebar :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .sidebar > :where(:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar > :where(:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
.sidebar{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.sidebar h2{
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.sidebar .widget:first-child h2{
  margin-top: 0.75rem;
}
.sidebar h3{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.sidebar a{
  font-weight: inherit;
  color: inherit;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.sidebar a:hover{
  color: inherit;
}
.sidebar a{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.sidebar a:hover{
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity));
}
.sidebar ul, .sidebar ol{
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.sidebar ul li, .sidebar ol li{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  line-height: 1.375;
}
.sidebar ul li::before, .sidebar ol li::before{
  display: none;
}
.sidebar .widget{
  margin-bottom: 2rem;
}

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

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

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

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

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

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

:root{
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.btn-check[disabled] + .btn{
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn-check:disabled + .btn{
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.input-group .btn{
  position: relative;
  z-index: 2;
}

.input-group .btn:focus{
  z-index: 3;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.is-invalid ~ .invalid-feedback{
  display: block;
}

.is-invalid ~ .invalid-tooltip{
  display: block;
}

.form-control.is-invalid{
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

textarea.form-control.is-invalid{
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-invalid{
  border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]){
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:not([multiple])[size="1"]{
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid{
  border-color: #dc3545;
}

.form-check-input.is-invalid:checked{
  background-color: #dc3545;
}

.form-check-input.is-invalid:focus{
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label{
  color: #dc3545;
}

.input-group .form-control.is-invalid{
  z-index: 2;
}

.input-group .form-select.is-invalid{
  z-index: 2;
}

.input-group .form-control.is-invalid:focus{
  z-index: 3;
}

.input-group .form-select.is-invalid:focus{
  z-index: 3;
}

.btn-check:focus + .btn{
  outline: 0;
  box-shadow: none;
}

.btn:focus{
  outline: 0;
  box-shadow: none;
}

.btn-check:checked + .btn{
  box-shadow: none;
}

.btn-check:active + .btn{
  box-shadow: none;
}

.btn:active{
  box-shadow: none;
}

.btn.active{
  box-shadow: none;
}

.btn-check:checked + .btn:focus{
  box-shadow: none;
}

.btn-check:active + .btn:focus{
  box-shadow: none;
}

.btn:active:focus{
  box-shadow: none;
}

.btn.active:focus{
  box-shadow: none;
}

.fade{
  transition: opacity 0.15s linear;
}

.fade:not(.show){
  opacity: 0;
}

.collapse:not(.show){
  display: none;
}

.collapsing{
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapsing.collapse-horizontal{
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

.dropdown-menu{
  z-index: 1000;
}

.dropdown-item.active{
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item:active{
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item:disabled{
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show{
  display: block;
}

.dropdown-menu-dark .dropdown-item.active{
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item:active{
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled{
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-item:disabled{
  color: #adb5bd;
}

.nav-tabs .nav-link{
  color: #4b5563;
}

.nav-tabs .nav-link:hover{
  isolation: isolate;
}

.nav-tabs .nav-link:focus{
  isolation: isolate;
}

.nav-tabs .nav-link.disabled{
  color: #9ca3af;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active{
  color: #2563eb;
  border-color: #2563eb;
}

.nav-tabs .nav-item.show .nav-link{
  color: #2563eb;
  border-color: #2563eb;
}

.nav-tabs .dropdown-menu{
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link{
  background: #f3f4f6;
  color: #4b5563;
  box-shadow: none;
}

.nav-pills .nav-link.active{
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.nav-pills .show > .nav-link{
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.nav-pills .disabled{
  color: #9ca3af;
  background-color: rgba(243, 244, 246, 0.5);
}

.nav-pills.menu-sidebar .nav-link{
  background-color: transparent;
  box-shadow: none;
  padding: 0 5px;
  border-radius: 0;
}

.nav-pills.menu-sidebar .nav-link.active{
  color: #1266f1;
  font-weight: 600;
  border-left: 0.125rem solid #1266f1;
}

.nav-justified > .nav-link{
  -ms-flex-basis: 0;
  flex-basis: 0;
}

.nav-justified .nav-item{
  -ms-flex-basis: 0;
  flex-basis: 0;
}

.tab-content > .active{
  display: block;
}

.navbar-expand .navbar-nav{
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu{
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .offcanvas{
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -ms-flex-grow: 1;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-light .navbar-nav .nav-link.disabled{
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link{
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.active{
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-nav .nav-link.disabled{
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link{
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active{
  color: #fff;
}

.accordion-button:not(.collapsed){
  color: #2563eb;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 #e5e7eb;
}

.accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232563eb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.btn-close.disabled{
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.modal{
  z-index: 1055;
}

.modal-dialog{
  margin: 0.5rem;
}

.modal.fade .modal-dialog{
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog{
  transform: none;
}

.modal.modal-static .modal-dialog{
  transform: scale(1.02);
}

.modal-dialog-scrollable .modal-body{
  overflow-y: auto;
}

.modal-backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade{
  opacity: 0;
}

.modal-backdrop.show{
  opacity: 0.5;
}

.modal-body{
  flex: 1 1 auto;
}

.modal-fullscreen .modal-body{
  overflow-y: auto;
}

.tooltip{
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-align: start;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-text-transform: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show{
  opacity: 1;
}

.bs-tooltip-top .tooltip-arrow{
  bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before{
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end .tooltip-arrow{
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before{
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom .tooltip-arrow{
  top: 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before{
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start .tooltip-arrow{
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before{
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner{
  max-width: 200px;
  font-size: 14px;
  padding: 6px 16px;
  color: #fff;
  -webkit-text-align: center;
  text-align: center;
  background-color: #6d6d6d;
  border-radius: 0.25rem;
}

.popover{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-align: start;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-text-transform: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.bs-popover-top > .popover-arrow{
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow{
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before{
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before{
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after{
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after{
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow{
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow{
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before{
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before{
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after{
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after{
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow{
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow{
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before{
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before{
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after{
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after{
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before{
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow{
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow{
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before{
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before{
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after{
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after{
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header{
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-weight: 500;
}

.popover-header:empty{
  display: none;
}

.popover-body{
  padding: 1rem 1rem;
  color: #212529;
}

.carousel.pointer-event{
  touch-action: pan-y;
}

.carousel-item{
  display: none;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.carousel-item.active{
  display: block;
}

.carousel-item-next{
  display: block;
}

.carousel-item-prev{
  display: block;
}

.carousel-item-next:not(.carousel-item-start){
  transform: translateX(100%);
}

.active.carousel-item-end{
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end){
  transform: translateX(-100%);
}

.active.carousel-item-start{
  transform: translateX(-100%);
}

.carousel-fade .carousel-item{
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active{
  z-index: 1;
  opacity: 1;
}

.carousel-fade .carousel-item-next.carousel-item-start{
  z-index: 1;
  opacity: 1;
}

.carousel-fade .carousel-item-prev.carousel-item-end{
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start{
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.carousel-fade .active.carousel-item-end{
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.carousel-indicators{
  z-index: 2;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target]{
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  -webkit-text-indent: -999px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active{
  opacity: 1;
}

.carousel-dark .carousel-indicators [data-bs-target]{
  background-color: #000;
}

.offcanvas{
  z-index: 1045;
}

.offcanvas-backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade{
  opacity: 0;
}

.offcanvas-backdrop.show{
  opacity: 0.5;
}

.offcanvas.show{
  transform: none;
}

.sticky-top{
  position: sticky;
  top: 0;
  z-index: 1020;
}

.vr{
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.animation{
  animation-duration: 1s;
  animation-fill-mode: both;
  padding: auto;
}

.fade-in{
  animation-name: _fade-in;
}

.fade-out{
  animation-name: _fade-out;
}

.animation.infinite{
  animation-iteration-count: infinite;
}

.animation.delay-1s{
  animation-delay: 1s;
}

.animation.delay-2s{
  animation-delay: 2s;
}

.animation.delay-3s{
  animation-delay: 3s;
}

.animation.delay-4s{
  animation-delay: 4s;
}

.animation.delay-5s{
  animation-delay: 5s;
}

.animation.fast{
  animation-duration: 800ms;
}

.animation.faster{
  animation-duration: 500ms;
}

.animation.slow{
  animation-duration: 2s;
}

.animation.slower{
  animation-duration: 3s;
}

.slide-in-left{
  animation-name: _slide-in-left;
}

.slide-in-right{
  animation-name: _slide-in-right;
}

.slide-out-left{
  animation-name: _slide-out-left;
}

.slide-out-right{
  animation-name: _slide-out-right;
}

.ripple-surface{
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}

.ripple-surface-unbound{
  overflow: visible;
}

.ripple-wave{
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, transparent 70%);
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  touch-action: none;
  transform: scale(0);
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0, 0, 0.15, 1), cubic-bezier(0, 0, 0.15, 1);
  z-index: 999;
}

.ripple-wave.active{
  transform: scale(1);
  opacity: 0;
}

.btn .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.ripple-surface-primary .ripple-wave{
  background-image: radial-gradient(circle, rgba(18, 102, 241, 0.2) 0, rgba(18, 102, 241, 0.3) 40%, rgba(18, 102, 241, 0.4) 50%, rgba(18, 102, 241, 0.5) 60%, rgba(18, 102, 241, 0) 70%);
}

.ripple-surface-secondary .ripple-wave{
  background-image: radial-gradient(circle, rgba(178, 60, 253, 0.2) 0, rgba(178, 60, 253, 0.3) 40%, rgba(178, 60, 253, 0.4) 50%, rgba(178, 60, 253, 0.5) 60%, rgba(178, 60, 253, 0) 70%);
}

.ripple-surface-success .ripple-wave{
  background-image: radial-gradient(circle, rgba(0, 183, 74, 0.2) 0, rgba(0, 183, 74, 0.3) 40%, rgba(0, 183, 74, 0.4) 50%, rgba(0, 183, 74, 0.5) 60%, rgba(0, 183, 74, 0) 70%);
}

.ripple-surface-info .ripple-wave{
  background-image: radial-gradient(circle, rgba(57, 192, 237, 0.2) 0, rgba(57, 192, 237, 0.3) 40%, rgba(57, 192, 237, 0.4) 50%, rgba(57, 192, 237, 0.5) 60%, rgba(57, 192, 237, 0) 70%);
}

.ripple-surface-warning .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 169, 0, 0.2) 0, rgba(255, 169, 0, 0.3) 40%, rgba(255, 169, 0, 0.4) 50%, rgba(255, 169, 0, 0.5) 60%, rgba(255, 169, 0, 0) 70%);
}

.ripple-surface-danger .ripple-wave{
  background-image: radial-gradient(circle, rgba(249, 49, 84, 0.2) 0, rgba(249, 49, 84, 0.3) 40%, rgba(249, 49, 84, 0.4) 50%, rgba(249, 49, 84, 0.5) 60%, rgba(249, 49, 84, 0) 70%);
}

.ripple-surface-light .ripple-wave{
  background-image: radial-gradient(circle, rgba(251, 251, 251, 0.2) 0, rgba(251, 251, 251, 0.3) 40%, rgba(251, 251, 251, 0.4) 50%, rgba(251, 251, 251, 0.5) 60%, rgba(251, 251, 251, 0) 70%);
}

.ripple-surface-dark .ripple-wave{
  background-image: radial-gradient(circle, rgba(38, 38, 38, 0.2) 0, rgba(38, 38, 38, 0.3) 40%, rgba(38, 38, 38, 0.4) 50%, rgba(38, 38, 38, 0.5) 60%, rgba(38, 38, 38, 0) 70%);
}

.ripple-surface-white .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.ripple-surface-black .ripple-wave{
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, transparent 70%);
}

.datepicker-toggle-button{
  position: absolute;
  outline: none;
  border: none;
  background-color: transparent;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.datepicker-toggle-button:focus{
  color: #2979ff;
}

.datepicker-toggle-button:hover{
  color: #2979ff;
}

.datepicker-backdrop{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1065;
}

.datepicker-dropdown-container{
  width: 328px;
  height: 380px;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1066;
}

.datepicker-modal-container{
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 328px;
  height: 512px;
  background-color: #fff;
  border-radius: 0.6rem 0.6rem 0.5rem 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1066;
}

.datepicker-header{
  height: 120px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #2979ff;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem 0.5rem 0 0;
}

.datepicker-title{
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.datepicker-title-text{
  font-size: 10px;
  font-weight: 400;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  color: #fff;
}

.datepicker-date{
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.datepicker-date-text{
  font-size: 34px;
  font-weight: 400;
  color: #fff;
}

.datepicker-main{
  position: relative;
  height: 100%;
}

.datepicker-date-controls{
  padding: 10px 12px 0 12px;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.64);
}

.datepicker-view-change-button{
  padding: 10px;
  color: #666;
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 10px;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
  border: none;
}

.datepicker-view-change-button:hover{
  background-color: #eee;
}

.datepicker-view-change-button:focus{
  background-color: #eee;
}

.datepicker-view-change-button:after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 5px;
  border-top-style: solid;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

.datepicker-arrow-controls{
  margin-top: 10px;
}

.datepicker-previous-button{
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  background-color: transparent;
  margin-right: 24px;
}

.datepicker-previous-button:hover{
  background-color: #eee;
  border-radius: 50%;
}

.datepicker-previous-button:focus{
  background-color: #eee;
  border-radius: 50%;
}

.datepicker-previous-button::after{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  margin: 15.5px;
  border: 0 solid currentColor;
  border-top-width: 2px;
  border-left-width: 2px;
  transform: translateX(2px) rotate(-45deg);
}

.datepicker-next-button{
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  background-color: transparent;
}

.datepicker-next-button:hover{
  background-color: #eee;
  border-radius: 50%;
}

.datepicker-next-button:focus{
  background-color: #eee;
  border-radius: 50%;
}

.datepicker-next-button::after{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  margin: 15.5px;
  border: 0 solid currentColor;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translateX(-2px) rotate(45deg);
}

.datepicker-view{
  padding-left: 12px;
  padding-right: 12px;
  outline: none;
}

.datepicker-table{
  margin-right: auto;
  margin-left: auto;
  width: 304px;
}

.datepicker-day-heading{
  width: 40px;
  height: 40px;
  -webkit-text-align: center;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.datepicker-cell{
  -webkit-text-align: center;
  text-align: center;
}

.datepicker-cell.disabled{
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

.datepicker-cell.disabled:hover{
  cursor: default;
}

.datepicker-cell:hover{
  cursor: pointer;
}

.datepicker-cell:not(.disabled):not(.selected):hover .datepicker-cell-content{
  background-color: #d3d3d3;
}

.datepicker-cell.selected .datepicker-cell-content{
  background-color: #2979ff;
  color: #fff;
}

.datepicker-cell:not(.selected).focused .datepicker-cell-content{
  background-color: #eee;
}

.datepicker-cell.focused .datepicker-cell-content.selected{
  background-color: #2979ff;
}

.datepicker-cell.current .datepicker-cell-content{
  border: 1px solid #000;
}

.datepicker-small-cell{
  width: 40px;
  height: 40px;
}

.datepicker-small-cell-content{
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 13px;
}

.datepicker-large-cell{
  width: 76px;
  height: 42px;
}

.datepicker-large-cell-content{
  width: 72px;
  height: 40px;
  line-height: 40px;
  padding: 1px 2px;
  border-radius: 999px;
}

.datepicker-footer{
  height: 56px;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  justify-content: flex-end;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}

.datepicker-footer-btn{
  background-color: #fff;
  color: #2979ff;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  margin-bottom: 10px;
}

.datepicker-footer-btn:hover{
  background-color: #eee;
}

.datepicker-footer-btn:focus{
  background-color: #eee;
}

.datepicker-clear-btn{
  margin-right: auto;
}

.timepicker-wrapper{
  touch-action: none;
  z-index: 1065;
  opacity: 0;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.timepicker-elements{
  min-width: 310px;
  min-height: 325px;
  background: #fff;
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
}

.timepicker-head{
  background-color: #2979ff;
  height: 100px;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  padding: 10px 24px 10px 50px;
}

.timepicker-button{
  font-size: 0.8rem;
  min-width: 64px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 40px;
  border-radius: 10px;
  letter-spacing: 0.1rem;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  color: #2979ff;
  border: none;
  background-color: transparent;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  outline: none;
  padding: 0 10px;
  height: 40px;
  margin-bottom: 10px;
}

.timepicker-button:hover{
  background-color: rgba(0, 0, 0, 0.08);
}

.timepicker-button:focus{
  outline: none;
  background-color: rgba(0, 0, 0, 0.08);
}

.timepicker-current{
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  color: #fff;
  opacity: 0.54;
  border: none;
  background: transparent;
  padding: 0;
}

.timepicker-current.active{
  opacity: 1;
}

.timepicker-current-wrapper{
  direction: ltr;
}

.timepicker-mode-wrapper{
  margin-left: 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.54);
}

.timepicker-mode-wrapper.active{
  opacity: 1;
}

.timepicker-clock-wrapper{
  min-width: 310px;
  max-width: 325px;
  min-height: 305px;
  overflow-x: hidden;
  height: 100%;
}

.timepicker-clock{
  position: relative;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  cursor: default;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.07);
}

.timepicker-time-tips-minutes.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips-inner.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips-hours.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips-minutes.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}

.timepicker-time-tips-inner.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}

.timepicker-time-tips-hours.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}

.timepicker-dot{
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  color: #fff;
  font-size: 3.75rem;
  opacity: 0.54;
  border: none;
  background: transparent;
  padding: 0;
}

.timepicker-middle-dot{
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2979ff;
}

.timepicker-hand-pointer{
  background-color: #2979ff;
  bottom: 50%;
  height: 40%;
  left: calc(50% - 1px);
  transform-origin: center bottom 0;
  width: 2px;
}

.timepicker-time-tips.active{
  color: #fff;
}

.timepicker-circle{
  top: -21px;
  left: -15px;
  width: 4px;
  border: 14px solid #2979ff;
  height: 4px;
  box-sizing: content-box;
  border-radius: 100%;
}

.timepicker-hour-mode{
  padding: 0;
  background-color: transparent;
  border: none;
  color: #fff;
  opacity: 0.54;
  cursor: pointer;
}

.timepicker-hour{
  cursor: pointer;
}

.timepicker-minute{
  cursor: pointer;
}

.timepicker-hour-mode:hover{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}

.timepicker-hour-mode:focus{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}

.timepicker-hour:hover{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}

.timepicker-hour:focus{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}

.timepicker-minute:hover{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}

.timepicker-minute:focus{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}

.timepicker-hour-mode.active{
  color: #fff;
  opacity: 1;
}

.timepicker-hour.active{
  color: #fff;
  opacity: 1;
}

.timepicker-minute.active{
  color: #fff;
  opacity: 1;
}

.timepicker-footer{
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #fff;
}

.timepicker-container{
  max-height: calc(100% - 64px);
  overflow-y: auto;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.timepicker-icon-up.active{
  opacity: 1;
}

.timepicker-icon-down.active{
  opacity: 1;
}

.timepicker-toggle-button{
  position: absolute;
  outline: none;
  border: none;
  background-color: transparent;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  cursor: pointer;
}

.timepicker-toggle-button:hover{
  color: #2979ff;
}

.timepicker-toggle-button:focus{
  color: #2979ff;
}

.timepicker-input:focus + .timepicker-toggle-button{
  color: #2979ff;
}

.timepicker-input:focus + .timepicker-toggle-button i{
  color: #2979ff;
}

.timepicker a.timepicker-toggle-button{
  right: 1px;
}

.timepicker-toggle-button.timepicker-icon{
  right: 1px;
}

.timepicker-modal .fade.show{
  opacity: 1;
}

.stepper{
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

.stepper:not(.stepper-vertical){
  display: flex;
  justify-content: space-between;
}

.stepper:not(.stepper-vertical) .stepper-content{
  position: absolute;
  width: 100%;
  padding: 1rem;
}

.stepper:not(.stepper-vertical) .stepper-step{
  flex: auto;
  height: 4.5rem;
}

.stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head{
  padding-left: 1.5rem;
}

.stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head{
  padding-right: 1.5rem;
}

.stepper:not(.stepper-vertical) .stepper-step:not(:first-child) .stepper-head:before{
  flex: 1;
  height: 1px;
  width: 100%;
  margin-right: 0.5rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.stepper:not(.stepper-vertical) .stepper-step:not(:last-child) .stepper-head:after{
  flex: 1;
  height: 1px;
  width: 100%;
  margin-left: 0.5rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.stepper:not(.stepper-vertical) .stepper-head-icon{
  margin: 1.5rem 0.5rem 1.5rem 0;
}

.stepper.stepper-mobile{
  justify-content: center;
  align-items: flex-end;
}

.stepper.stepper-mobile.stepper-progress-bar .stepper-head-icon{
  display: none;
}

.stepper.stepper-mobile .stepper-step{
  flex: unset;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1rem 0 1rem 0;
}

.stepper.stepper-mobile .stepper-step:not(:last-child) .stepper-head:after{
  margin-left: 0;
}

.stepper.stepper-mobile .stepper-step:not(:first-child) .stepper-head:before{
  margin-right: 0;
}

.stepper.stepper-mobile .stepper-step:not(:last-child):not(:first-child) .stepper-head{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.stepper.stepper-mobile .stepper-head-icon{
  font-size: 0;
  margin: 0;
  height: 0.5rem;
  width: 0.5rem;
  z-index: 1;
}

.stepper.stepper-mobile .stepper-head-text{
  display: none;
}

.stepper.stepper-mobile .stepper-content{
  top: 2.56rem;
}

@media (prefers-reduced-motion: reduce){
  .form-control::file-selector-button{
    transition: none;
  }
  .form-control::-webkit-file-upload-button{
    -webkit-transition: none;
    transition: none;
  }
  .form-switch .form-check-input{
    transition: none;
  }
  .form-range::-webkit-slider-thumb{
    -webkit-transition: none;
    transition: none;
  }
  .form-range::-moz-range-thumb{
    -moz-transition: none;
    transition: none;
  }
  .form-floating > label{
    transition: none;
  }
  .fade{
    transition: none;
  }
  .collapsing{
    transition: none;
  }
  .collapsing.collapse-horizontal{
    transition: none;
  }
  .accordion-button::after{
    transition: none;
  }
  .modal.fade .modal-dialog{
    transition: none;
  }
  .carousel-item{
    transition: none;
  }
  .carousel-fade .active.carousel-item-start{
    transition: none;
  }
  .carousel-fade .active.carousel-item-end{
    transition: none;
  }
  .carousel-control-prev{
    transition: none;
  }
  .carousel-control-next{
    transition: none;
  }
  .carousel-indicators [data-bs-target]{
    transition: none;
  }
  .spinner-border{
    animation-duration: 1.5s;
  }
  .spinner-grow{
    animation-duration: 1.5s;
  }
}

@media (min-width: 576px){
  .navbar-expand-sm{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler{
    display: none;
  }
  .navbar-expand-sm .offcanvas-header{
    display: none;
  }
  .navbar-expand-sm .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-dialog{
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable{
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered{
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm{
    max-width: 300px;
  }
  .sticky-sm-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px){
  .navbar-expand-md{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler{
    display: none;
  }
  .navbar-expand-md .offcanvas-header{
    display: none;
  }
  .navbar-expand-md .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-md-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px){
  .navbar-expand-lg{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler{
    display: none;
  }
  .navbar-expand-lg .offcanvas-header{
    display: none;
  }
  .navbar-expand-lg .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-lg{
    max-width: 800px;
  }
  .modal-xl{
    max-width: 800px;
  }
  .sticky-lg-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px){
  .navbar-expand-xl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler{
    display: none;
  }
  .navbar-expand-xl .offcanvas-header{
    display: none;
  }
  .navbar-expand-xl .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-xl{
    max-width: 1140px;
  }
  .sticky-xl-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px){
  .navbar-expand-xxl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler{
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header{
    display: none;
  }
  .navbar-expand-xxl .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-xxl-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (max-width: 575.98px){
  .modal-fullscreen-sm-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer{
    border-radius: 0;
  }
}

@media (max-width: 767.98px){
  .modal-fullscreen-md-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer{
    border-radius: 0;
  }
}

@media (max-width: 991.98px){
  .modal-fullscreen-lg-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer{
    border-radius: 0;
  }
}

@media (max-width: 1199.98px){
  .modal-fullscreen-xl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer{
    border-radius: 0;
  }
}

@media (max-width: 1399.98px){
  .modal-fullscreen-xxl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer{
    border-radius: 0;
  }
}

@media (prefers-reduced-motion){
  .animation{
    transition: none !important;
    animation: unset !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape){
  .datepicker-modal-container .datepicker-header{
    height: 100%;
  }
  .datepicker-modal-container .datepicker-date{
    margin-top: 100px;
  }
  .datepicker-modal-container .datepicker-day-cell{
    width: 32x;
    height: 32x;
  }
  .datepicker-modal-container{
    flex-direction: row;
    width: 475px;
    height: 360px;
  }
  .datepicker-modal-container.datepicker-day-cell{
    width: 36px;
    height: 36px;
  }
}

@media screen and (min-width: 320px) and (max-width: 825px) and (orientation: landscape){
  .timepicker-elements{
    flex-direction: row !important;
    border-bottom-left-radius: 0.5rem;
    min-width: auto;
    min-height: auto;
    overflow-y: auto;
  }
  .timepicker-head{
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
    padding-right: 10px !important;
    height: auto;
    min-height: 305px;
  }
  .timepicker-head-content{
    flex-direction: column;
  }
  .timepicker-mode-wrapper{
    justify-content: space-around !important;
    flex-direction: row !important;
  }
  .timepicker-current{
    font-size: 3rem;
    font-weight: 400;
  }
  .timepicker-dot{
    font-size: 3rem;
    font-weight: 400;
  }
}

@keyframes _spinner-grow{
  0%{
    transform: scale(0);
  }
  50%{
    opacity: 1;
    transform: none;
  }
}

@keyframes _fade-in{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

@keyframes _fade-out{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}

@keyframes _fade-in-down{
  from{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-left{
  from{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-right{
  from{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-up{
  from{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-out-down{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _fade-out-left{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _fade-out-right{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _fade-out-up{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _slide-in-down{
  from{
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-left{
  from{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-right{
  from{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-up{
  from{
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-out-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _slide-out-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _slide-out-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _slide-out-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _slide-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _slide-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _slide-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _slide-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _zoom-in{
  from{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%{
    opacity: 1;
  }
}

@keyframes _zoom-out{
  from{
    opacity: 1;
  }
  50%{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to{
    opacity: 0;
  }
}

@keyframes _tada{
  from{
    transform: scale3d(1, 1, 1);
  }
  10%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}

@keyframes _pulse{
  from{
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}

@keyframes _show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }
  to{
    opacity: 1;
    transform: scale(1);
  }
}

.circular-icon{
  box-sizing: content-box;
    --size: 1.8em;
    display: inline-block;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.circular-icon::before,
.circular-icon .fa,
.circular-icon .fas,
.circular-icon .fab,
.circular-icon span {
    line-height: var(--size);
  }
#app .sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#app .visible{
  visibility: visible;
}
#app .static{
  position: static;
}
#app .fixed{
  position: fixed;
}
#app .absolute{
  position: absolute;
}
#app .relative{
  position: relative;
}
#app .sticky{
  position: sticky;
}
#app .inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#app .z-10{
  z-index: 10;
}
#app .z-20{
  z-index: 20;
}
#app .order-3{
  order: 3;
}
#app .order-2{
  order: 2;
}
#app .col-span-2{
  grid-column: span 2 / span 2;
}
#app .col-span-4{
  grid-column: span 4 / span 4;
}
#app .m-0{
  margin: 0px;
}
#app .mx-auto{
  margin-left: auto;
  margin-right: auto;
}
#app .my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
#app .my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#app .my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
#app .mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
#app .my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#app .my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#app .my-section{
  margin-top: var(--section-margin);
  margin-bottom: var(--section-margin);
}
#app .mb-8{
  margin-bottom: 2rem;
}
#app .ml-1{
  margin-left: 0.25rem;
}
#app .mt-0{
  margin-top: 0px;
}
#app .mb-4{
  margin-bottom: 1rem;
}
#app .-mt-10{
  margin-top: -2.5rem;
}
#app .ml-8{
  margin-left: 2rem;
}
#app .mt-4{
  margin-top: 1rem;
}
#app .mb-0{
  margin-bottom: 0px;
}
#app .ml-3{
  margin-left: 0.75rem;
}
#app .mt-2{
  margin-top: 0.5rem;
}
#app .-mr-1{
  margin-right: -0.25rem;
}
#app .ml-0{
  margin-left: 0px;
}
#app .mr-0{
  margin-right: 0px;
}
#app .mt-6{
  margin-top: 1.5rem;
}
#app .ml-2{
  margin-left: 0.5rem;
}
#app .mb-1{
  margin-bottom: 0.25rem;
}
#app .mt-1{
  margin-top: 0.25rem;
}
#app .mb-2{
  margin-bottom: 0.5rem;
}
#app .mr-2{
  margin-right: 0.5rem;
}
#app .mr-4{
  margin-right: 1rem;
}
#app .mt-3{
  margin-top: 0.75rem;
}
#app .mt-8{
  margin-top: 2rem;
}
#app .block{
  display: block;
}
#app .flex{
  display: flex;
}
#app .table{
  display: table;
}
#app .grid{
  display: grid;
}
#app .contents{
  display: contents;
}
#app .hidden{
  display: none;
}
#app .aspect-square{
  aspect-ratio: 1 / 1;
}
#app .aspect-\[1920\/1087\]{
  aspect-ratio: 1920 / 1087;
}
#app .aspect-video{
  aspect-ratio: 16 / 9;
}
#app .h-full{
  height: 100%;
}
#app .h-6{
  height: 1.5rem;
}
#app .h-5{
  height: 1.25rem;
}
#app .h-10{
  height: 2.5rem;
}
#app .max-h-\[600px\]{
  max-height: 600px;
}
#app .max-h-screen{
  max-height: 100vh;
}
#app .max-h-\[92px\]{
  max-height: 92px;
}
#app .min-h-0{
  min-height: 0px;
}
#app .min-h-\[20\.5vh\]{
  min-height: 20.5vh;
}
#app .w-full{
  width: 100%;
}
#app .w-48{
  width: 12rem;
}
#app .w-0{
  width: 0px;
}
#app .w-6{
  width: 1.5rem;
}
#app .w-5{
  width: 1.25rem;
}
#app .w-10{
  width: 2.5rem;
}
#app .w-auto{
  width: auto;
}
#app .w-28{
  width: 7rem;
}
#app .min-w-full{
  min-width: 100%;
}
#app .max-w-full{
  max-width: 100%;
}
#app .max-w-content{
  max-width: var(--content-width);
}
#app .max-w-\[800px\]{
  max-width: 800px;
}
#app .max-w-\[250px\]{
  max-width: 250px;
}
#app .max-w-\[1920px\]{
  max-width: 1920px;
}
#app .max-w-\[10rem\]{
  max-width: 10rem;
}
#app .max-w-\[11em\]{
  max-width: 11em;
}
#app .max-w-min{
  max-width: min-content;
}
#app .max-w-\[200px\]{
  max-width: 200px;
}
#app .max-w-\[180px\]{
  max-width: 180px;
}
#app .max-w-lg{
  max-width: 32rem;
}
#app .max-w-3xl{
  max-width: 48rem;
}
#app .flex-1{
  flex: 1 1 0%;
}
#app .shrink-0{
  flex-shrink: 0;
}
#app .translate-y-16{
  --tw-translate-y: 4rem;
  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));
}
#app .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));
}
#app .resize{
  resize: both;
}
#app .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#app .flex-row{
  flex-direction: row;
}
#app .flex-col{
  flex-direction: column;
}
#app .flex-col-reverse{
  flex-direction: column-reverse;
}
#app .flex-wrap{
  flex-wrap: wrap;
}
#app .items-start{
  align-items: flex-start;
}
#app .items-center{
  align-items: center;
}
#app .justify-end{
  justify-content: flex-end;
}
#app .justify-center{
  justify-content: center;
}
#app .justify-between{
  justify-content: space-between;
}
#app .justify-around{
  justify-content: space-around;
}
#app .justify-evenly{
  justify-content: space-evenly;
}
#app .gap-8{
  gap: 2rem;
}
#app .gap-6{
  gap: 1.5rem;
}
#app .gap-y-4{
  row-gap: 1rem;
}
#app .space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#app .self-start{
  align-self: flex-start;
}
#app .self-center{
  align-self: center;
}
#app .justify-self-end{
  justify-self: end;
}
#app .justify-self-center{
  justify-self: center;
}
#app .overflow-hidden{
  overflow: hidden;
}
#app .truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app .rounded-3xl{
  border-radius: 1.5rem;
}
#app .rounded-lg{
  border-radius: 0.5rem;
}
#app .rounded-md{
  border-radius: 0.375rem;
}
#app .rounded-full{
  border-radius: 9999px;
}
#app .rounded{
  border-radius: 0.25rem;
}
#app .border{
  border-width: 1px;
}
#app .border-2{
  border-width: 2px;
}
#app .border-b{
  border-bottom-width: 1px;
}
#app .border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
#app .bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-primary--400--rgb), var(--tw-bg-opacity));
}
#app .bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
#app .bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
#app .bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
#app .bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
#app .bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
#app .bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
#app .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#app .bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
#app .bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
#app .bg-\[\#073a49\]{
  --tw-bg-opacity: 1;
  background-color: rgb(7 58 73 / var(--tw-bg-opacity));
}
#app .bg-\[\#e9f0f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 247 / var(--tw-bg-opacity));
}
#app .bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
#app .bg-cover{
  background-size: cover;
}
#app .bg-center{
  background-position: center;
}
#app .bg-no-repeat{
  background-repeat: no-repeat;
}
#app .object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
#app .p-6{
  padding: 1.5rem;
}
#app .p-2{
  padding: 0.5rem;
}
#app .p-1\.5{
  padding: 0.375rem;
}
#app .p-1{
  padding: 0.25rem;
}
#app .p-0{
  padding: 0px;
}
#app .p-4{
  padding: 1rem;
}
#app .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#app .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#app .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
#app .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#app .px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
#app .py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#app .py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#app .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#app .py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#app .py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#app .px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
#app .pt-\[112px\]{
  padding-top: 112px;
}
#app .pt-12{
  padding-top: 3rem;
}
#app .pb-12{
  padding-bottom: 3rem;
}
#app .pt-16{
  padding-top: 4rem;
}
#app .pb-8{
  padding-bottom: 2rem;
}
#app .pt-0{
  padding-top: 0px;
}
#app .pb-0{
  padding-bottom: 0px;
}
#app .pt-4{
  padding-top: 1rem;
}
#app .pt-8{
  padding-top: 2rem;
}
#app .pb-4{
  padding-bottom: 1rem;
}
#app .pl-\[1em\]{
  padding-left: 1em;
}
#app .pr-0{
  padding-right: 0px;
}
#app .pb-10{
  padding-bottom: 2.5rem;
}
#app .text-left{
  text-align: left;
}
#app .text-center{
  text-align: center;
}
#app .text-right{
  text-align: right;
}
#app .text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#app .text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#app .text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
#app .text-\[18px\]{
  font-size: 18px;
}
#app .text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#app .text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
#app .text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
#app .text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#app .text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#app .font-medium{
  font-weight: 500;
}
#app .font-normal{
  font-weight: 400;
}
#app .font-bold{
  font-weight: 700;
}
#app .font-semibold{
  font-weight: 600;
}
#app .font-extrabold{
  font-weight: 800;
}
#app .uppercase{
  text-transform: uppercase;
}
#app .italic{
  font-style: italic;
}
#app .leading-relaxed{
  line-height: 1.625;
}
#app .leading-7{
  line-height: 1.75rem;
}
#app .leading-tight{
  line-height: 1.25;
}
#app .leading-6{
  line-height: 1.5rem;
}
#app .tracking-wide{
  letter-spacing: 0.025em;
}
#app .tracking-tight{
  letter-spacing: -0.025em;
}
#app .text-green-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
#app .text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
#app .text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
#app .text-primary{
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity));
}
#app .text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#app .text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#app .text-beige{
  --tw-text-opacity: 1;
  color: rgb(232 196 170 / var(--tw-text-opacity));
}
#app .text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
#app .text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
#app .text-t-red{
  --tw-text-opacity: 1;
  color: rgb(211 56 46 / var(--tw-text-opacity));
}
#app .text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
#app .underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
#app .opacity-60{
  opacity: 0.6;
}
#app .shadow-lg{
  --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);
}
#app .outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#app .outline{
  outline-style: solid;
}
#app .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);
}
#app .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);
}
#app .transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .duration-100{
  transition-duration: 100ms;
}
/**
  * Common utilities.
  */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/**
* Custom utility classes
*
* Note when using JIT: custom utilities don't seem to update when running 'yarn start'. Make sure to restart.
*/
/**
* Reset classes (to remove Tailwind typography styles)
*
* (Note: Since Tailwind 3, the typography plugin has been updated and now includes a way to
* remove prose styles using the 'not-prose' wrapper class, and so you will not need to use
* these classes as much. However, these classes can still be used either in scss (e.g. by
* use @apply) or to reset a single element. Keep in mind, however, that you must maintain
* these yourself if you want to use them.)
*
* Use '@apply reset-<tag>;' when applying styles in css. Use class 'reset' to reset styles
* in actual html. This ensures that the 'reset' styles do not override Tailwind classes.
*
* Order of precedence (highest -> lowest):
*      1. Tailwind class
*      2. 'reset' class
*      3. Typography styles
*
* Why 2 class definitions? Styles inside '@layer utilities' get prefixed with '#app' meaning
* they would override Tailwind classes if used in html. However, we still need these so that
* we can '@apply' them in css (required by JIT). Therefore, since '@applying' them in css
* ignores the prefixed '#app', we can make the 'reset' class have just the right specificity
* to override the typography class and not Tailwind classes.
*/
/** The following are not Tailwind utilities */
p.reset{
  margin: 0px;
}

a.reset{
  font-weight: inherit;
  color: inherit;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

a.reset:hover{
  color: inherit;
}

ul.reset{
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
}

li.reset{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

img.reset{
  margin-top: 0px;
  margin-bottom: 0px;
}

#app .last\:mr-0:last-child{
  margin-right: 0px;
}

#app .hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

#app .hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

#app .hover\:opacity-80:hover{
  opacity: 0.8;
}

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

#app .focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#app .focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

#app .group:hover .group-hover\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

#app .with\:my-0 > *{
  margin-top: 0px;
  margin-bottom: 0px;
}

#app .first\:with\:mt-0 > *:first-child{
  margin-top: 0px;
}

#app .last\:with\:mb-0 > *:last-child{
  margin-bottom: 0px;
}

#app .user-is-tabbing .tab-focus\:outline-default:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: 3px !important;
  }

#app .collapsed.collapsed\:text-inherit{
  color: inherit;
}

#app .collapsed .group-collapsed\:-rotate-180{
  --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));
}

@media (min-width: 640px){
  #app .sm\:order-2{
    order: 2;
  }
  #app .sm\:order-3{
    order: 3;
  }
  #app .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }
  #app .sm\:mb-0{
    margin-bottom: 0px;
  }
  #app .sm\:mt-0{
    margin-top: 0px;
  }
  #app .sm\:ml-3{
    margin-left: 0.75rem;
  }
  #app .sm\:-mr-2{
    margin-right: -0.5rem;
  }
  #app .sm\:ml-0{
    margin-left: 0px;
  }
  #app .sm\:mr-4{
    margin-right: 1rem;
  }
  #app .sm\:min-h-\[39\.5vh\]{
    min-height: 39.5vh;
  }
  #app .sm\:w-auto{
    width: auto;
  }
  #app .sm\:w-full{
    width: 100%;
  }
  #app .sm\:justify-start{
    justify-content: flex-start;
  }
  #app .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #app .sm\:pt-8{
    padding-top: 2rem;
  }
  #app .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px){
  #app .md\:order-2{
    order: 2;
  }
  #app .md\:order-1{
    order: 1;
  }
  #app .md\:my-\[1\.2em\]{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  #app .md\:ml-4{
    margin-left: 1rem;
  }
  #app .md\:mr-4{
    margin-right: 1rem;
  }
  #app .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  #app .md\:ml-8{
    margin-left: 2rem;
  }
  #app .md\:mb-4{
    margin-bottom: 1rem;
  }
  #app .md\:min-h-\[400px\]{
    min-height: 400px;
  }
  #app .md\:w-40{
    width: 10rem;
  }
  #app .md\:max-w-\[300px\]{
    max-width: 300px;
  }
  #app .md\:max-w-\[440px\]{
    max-width: 440px;
  }
  #app .md\:max-w-\[220px\]{
    max-width: 220px;
  }
  #app .md\:gap-y-6{
    row-gap: 1.5rem;
  }
  #app .md\:self-end{
    align-self: flex-end;
  }
  #app .md\:justify-self-auto{
    justify-self: auto;
  }
  #app .md\:justify-self-start{
    justify-self: start;
  }
  #app .md\:justify-self-end{
    justify-self: end;
  }
  #app .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  #app .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #app .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #app .md\:pb-2{
    padding-bottom: 0.5rem;
  }
  #app .md\:pl-5{
    padding-left: 1.25rem;
  }
  #app .md\:pr-8{
    padding-right: 2rem;
  }
  #app .md\:text-left{
    text-align: left;
  }
  #app .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  #app .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  #app .md\:text-\[18px\]{
    font-size: 18px;
  }
  #app .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  #app .md\:font-semibold{
    font-weight: 600;
  }
  #app .md\:font-medium{
    font-weight: 500;
  }
  #app .md\:font-\[500\]{
    font-weight: 500;
  }
  #app .md\:not-italic{
    font-style: normal;
  }
}

@media (min-width: 1024px){
  #app .lg\:order-last{
    order: 9999;
  }
  #app .lg\:order-first{
    order: -9999;
  }
  #app .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  #app .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  #app .lg\:ml-0{
    margin-left: 0px;
  }
  #app .lg\:mr-12{
    margin-right: 3rem;
  }
  #app .lg\:mt-0{
    margin-top: 0px;
  }
  #app .lg\:ml-8{
    margin-left: 2rem;
  }
  #app .lg\:block{
    display: block;
  }
  #app .lg\:flex{
    display: flex;
  }
  #app .lg\:hidden{
    display: none;
  }
  #app .lg\:min-h-\[55vw\]{
    min-height: 55vw;
  }
  #app .lg\:w-2\/5{
    width: 40%;
  }
  #app .lg\:w-3\/5{
    width: 60%;
  }
  #app .lg\:w-full{
    width: 100%;
  }
  #app .lg\:w-7\/12{
    width: 58.333333%;
  }
  #app .lg\:w-96{
    width: 24rem;
  }
  #app .lg\:w-64{
    width: 16rem;
  }
  #app .lg\:max-w-\[60\%\]{
    max-width: 60%;
  }
  #app .lg\:max-w-none{
    max-width: none;
  }
  #app .lg\:flex-none{
    flex: none;
  }
  #app .lg\:flex-1{
    flex: 1 1 0%;
  }
  #app .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  #app .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #app .lg\:flex-row{
    flex-direction: row;
  }
  #app .lg\:items-center{
    align-items: center;
  }
  #app .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  #app .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #app .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #app .lg\:pt-0{
    padding-top: 0px;
  }
  #app .lg\:pl-24{
    padding-left: 6rem;
  }
  #app .lg\:pr-28{
    padding-right: 7rem;
  }
  #app .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  #app .xl\:mb-10{
    margin-bottom: 2.5rem;
  }
  #app .xl\:ml-8{
    margin-left: 2rem;
  }
  #app .xl\:mb-12{
    margin-bottom: 3rem;
  }
  #app .xl\:min-h-\[55\.5vw\]{
    min-height: 55.5vw;
  }
  #app .xl\:w-2\/3{
    width: 66.666667%;
  }
  #app .xl\:w-5\/6{
    width: 83.333333%;
  }
  #app .xl\:w-48{
    width: 12rem;
  }
  #app .xl\:max-w-\[340px\]{
    max-width: 340px;
  }
  #app .xl\:gap-16{
    gap: 4rem;
  }
  #app .xl\:gap-12{
    gap: 3rem;
  }
  #app .xl\:text-\[20px\]{
    font-size: 20px;
  }
  #app .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  #app .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1536px){
  #app .\32xl\:block{
    display: block;
  }
  #app .\32xl\:hidden{
    display: none;
  }
  #app .\32xl\:w-2\/3{
    width: 66.666667%;
  }
  #app .\32xl\:max-w-full{
    max-width: 100%;
  }
  #app .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #app .\32xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  #app .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #app .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #app .\32xl\:text-\[22px\]{
    font-size: 22px;
  }
}
