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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

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

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

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

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

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

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

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

@media (forced-colors: active)  {

  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {

  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active)  {

  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container {
  width: 100%;
}
@media (min-width: 576px) {

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

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

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

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

  .container {
    max-width: 1400px;
  }
}
.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;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.-z-\[1\] {
  z-index: -1;
}
.clear-both {
  clear: both;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.w-10 {
  width: 2.5rem;
}
.w-full {
  width: 100%;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-screen-xl {
  max-width: 1200px;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-small {
  border-radius: 5px;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-footer-bg {
  background-color: var(--protos-footer-color-bg);
}
.p-4 {
  padding: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.pe-10 {
  padding-inline-end: 2.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-center {
  text-align: center;
}
.text-h3 {
  font-size: var(--protos-font-size-h3);
}
.text-h4 {
  font-size: var(--protos-font-size-h4);
}
.text-h6 {
  font-size: var(--protos-font-size-h6);
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.leading-none {
  line-height: 1;
}
.text-body-text-light {
  color: var(--protos-color-body-text-light);
}
.text-footer-text {
  color: var(--protos-footer-color-text);
}
.text-header-text {
  color: var(--protos-header-color-text);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline {
  text-decoration-line: none;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-50 {
  opacity: 0.5;
}
.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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.content-none {
  --tw-content: none;
  content: var(--tw-content);
}
.d-none {
  display: none !important;
}
* {
  word-break: break-word;
}
html {
  font-size: 100%;
}
body.protos-theme {
  background: var(--protos-color-body-bg);
  color: var(--protos-color-body-text);
  font-family: var(--protos-font-face-body);
  font-size: var(--protos-font-size-body);
  font-weight: var(--protos-font-face-body-weight);
  text-rendering: optimizeLegibility;
  letter-spacing: var(--protos-font-body-letter-spacing);
}
body.protos-theme:not(.has-blocks) #site-content,
  body.protos-theme.search-results #site-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
body.protos-theme p {
    margin-bottom: var(--protos-font-size-body);
    margin-top: var(--protos-font-size-body);
  }
.protos-theme #site-content > *:not([class*="max-w-"]) {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
    max-width: var(--wp--style--global--content-size);
}
.protos-theme #site-content > *:not(.alignfull) {
    width: calc(100% - calc(var(--wp--style--block-gap) * 2));
  }
.protos-theme #site-content > *:not([class*="wp-block-"]) {
    padding-left: var(--wp--style--block-gap);
    padding-right: var(--wp--style--block-gap);
  }
@media (min-width: 992px) {
.protos-theme #site-content > *:not([class*="wp-block-"]) {
      padding-left: 0;
      padding-right: 0
  }
    }
.protos-theme #site-content > .alignfull {
  max-width: none;
}
.protos-theme #site-content > .alignfull .wp-block-group {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
      max-width: var(--wp--style--global--content-size);
}
.protos-theme #site-content > .alignfull .wp-block-group.alignwide {
        max-width: var(--wp--style--global--wide-size);
      }
.protos-theme #site-content > .alignfull .wp-block-group.alignfull {
        max-width: none;
      }
.protos-theme #site-content > .alignwide {
    max-width: var(--wp--style--global--wide-size);
  }
.protos-theme #site-content > .alignleft {
  float: left;
  margin-top: 0.5rem;
  width: auto;
  padding-right: 0px;
    margin-right: var(--wp--style--block-gap);
}
@media (min-width: 1200px) {
.protos-theme #site-content > .alignleft {
      margin-left: calc(calc(100% - var(--wp--style--global--content-size)) / 2)
  }
    }
.protos-theme #site-content > .alignright {
  float: right;
  margin-top: 0.5rem;
  width: auto;
  padding-left: 0px;
    margin-left: var(--wp--style--block-gap);
}
@media (min-width: 1200px) {
.protos-theme #site-content > .alignright {
      margin-right: calc(calc(100% - var(--wp--style--global--content-size)) / 2)
  }
    }
.protos-theme #site-content > * > *:is(.alignwide, .alignnone, .alignfull, .aligncenter) {
  margin-left: auto;
  margin-right: auto;
}
.protos-theme #site-content > *:is(.alignleft, .alignright), .protos-theme #site-content > * > *:is(.alignleft, .alignright) {
      margin-bottom: var(--wp--style--block-gap);
    }
.protos-theme #site-content > * > .alignleft {
      float: left;
      margin-right: var(--wp--style--block-gap);
    }
.protos-theme #site-content > * > .alignright {
      float: right;
      margin-left: var(--wp--style--block-gap);
    }
.protos-theme figure[style*="width"]:is(.alignnone, .aligncenter) {
    width: 100% !important;
  }
.protos-theme figure,
    .protos-theme figure.aligncenter,
    .protos-theme figure.alignwide,
    .protos-theme figure.alignfull,
    .protos-theme figure.alignnone,
    .protos-theme img,
    .protos-theme img.aligncenter,
    .protos-theme img.alignwide,
    .protos-theme img.alignfull,
    .protos-theme img.alignnone {
      margin-bottom: calc(var(--wp--style--block-gap) * 2);
      margin-top: calc(var(--wp--style--block-gap) * 2);
    }
.protos-theme figure:first-of-type, .protos-theme img:first-of-type {
      margin-top: 0;
    }
.protos-theme figure:last-of-type, .protos-theme img:last-of-type {
      margin-bottom: 0;
    }
.protos-theme figure.size-full, .protos-theme img.size-full {
  width: auto;
}
.protos-content-cover {
  aspect-ratio: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.protos-content-cover img {
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
.protos-content-cover iframe {
    height: 100%;
    width: 100%;
  }
.protos-content-cover--square {
    aspect-ratio: 1 / 1;
  }
.protos-content-cover--widescreen {
    aspect-ratio: 16 / 9;
  }
.protos-content-cover--widescreen-portrait {
    aspect-ratio: 9 / 16;
  }
.protos-content-cover--cinema {
    aspect-ratio: 21 / 9;
  }
.protos-content-cover--cinema-portrait {
    aspect-ratio: 9 / 21;
  }
.protos-content-cover--tv {
    aspect-ratio: 4 / 3;
  }
.protos-content-cover--tv-portrait {
    aspect-ratio: 3 / 4;
  }
.protos-content-cover--old-monitor {
    aspect-ratio: 5 / 4;
  }
.protos-content-cover--old-monitor-portrait {
    aspect-ratio: 4 / 5;
  }
.protos-content-cover--camera {
    aspect-ratio: 3 / 2;
  }
.protos-content-cover--camera-portrait {
    aspect-ratio: 2 / 3;
  }
.protos-content-cover--use-height {
    min-height: var(--content-cover-height);
  }
.protos-content-cover--auto {
    height: 100%;
  }
.protos-content-cover--full {
    min-height: 100vh;
    position: relative;
  }
.protos-content-cover--full :is(img,iframe) {
      position: absolute;
      top: 0;
    }
.protos-gallery-cover :is(.wp-block-post-featured-image, .wp-block-image) {
    aspect-ratio: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
  }
.protos-gallery-cover :is(.wp-block-post-featured-image, .wp-block-image) img[style*="aspect-ratio"] {
      height: 100%;
      margin: 0;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      width: 100%;
    }
.protos-gallery-cover :is(.wp-block-post-featured-image, .wp-block-image) iframe {
      height: 100%;
      position: absolute;
      width: 100%;
    }
.protos-gallery-cover--auto :is(.wp-block-post-featured-image, .wp-block-image) {
    aspect-ratio: auto;
  }
.protos-gallery-cover--auto :is(.wp-block-post-featured-image, .wp-block-image) img {
      position: relative;
    }
.protos-gallery-cover--square :is(.wp-block-post-featured-image, .wp-block-image) {
    aspect-ratio: 1 / 1;
  }
.protos-gallery-cover--widescreen :is(.wp-block-post-featured-image, .wp-block-image) {
    aspect-ratio: 16 / 9;
  }
.protos-gallery-cover--widescreen-portrait :is(.wp-block-post-featured-image, .wp-block-image) {
    aspect-ratio: 9 / 16;
  }
.protos-gallery-cover--cinema :is(.wp-block-post-featured-image, .wp-block-image) {
    aspect-ratio: 21 / 9;
  }
.protos-gallery-cover--cinema-portrait :is(.wp-block-post-featured-image, .wp-block-image) {
    aspect-ratio: 9 / 21;
  }
.protos-gallery-cover--tv :is(.wp-block-post-featured-image, .wp-block-image) {
    aspect-ratio: 4 / 3;
  }
.protos-gallery-cover--tv-portrait :is(.wp-block-post-featured-image, .wp-block-image) {
    aspect-ratio: 3 / 4;
  }
.protos-gallery-cover--old-monitor :is(.wp-block-post-featured-image, .wp-block-image) {
    aspect-ratio: 5 / 4;
  }
.protos-gallery-cover--old-monitor-portrait :is(.wp-block-post-featured-image, .wp-block-image) {
    aspect-ratio: 4 / 5;
  }
.protos-gallery-cover--camera :is(.wp-block-post-featured-image, .wp-block-image) {
    aspect-ratio: 3 / 2;
  }
.protos-gallery-cover--camera-portrait :is(.wp-block-post-featured-image, .wp-block-image) {
    aspect-ratio: 2 / 3;
  }
.protos-gallery-cover--use-height :is(.wp-block-post-featured-image, .wp-block-image) {
    min-height: var(--content-cover-height);
  }
.protos-gallery-cover--full :is(.wp-block-post-featured-image, .wp-block-image) {
    min-height: 100vh;
    position: relative;
  }
.protos-gallery-cover--full :is(.wp-block-post-featured-image, .wp-block-image) :is(img,iframe) {
      position: absolute;
      top: 0;
    }
.protos-media-cover {
  position: relative;
  margin: 0px;
  overflow: hidden;
  padding-bottom: 75%;
}
.protos-media-cover img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.protos-media-cover--square {
  padding-bottom: 100%;
}
.protos-media-cover--widescreen {
  padding-bottom: 56.25%;
}
.protos-media-cover--widescreen-portrait {
  padding-bottom: 177.78%;
}
.protos-media-cover--cinema {
  padding-bottom: 42.86%;
}
.protos-media-cover--cinema-portrait {
  padding-bottom: 233.33%;
}
.protos-media-cover--tv {
  padding-bottom: 75%;
}
.protos-media-cover--tv-portrait {
  padding-bottom: 133.33%;
}
.protos-media-cover--old-monitor {
  padding-bottom: 80%;
}
.protos-media-cover--old-monitor-portrait {
  padding-bottom: 125%;
}
.protos-media-cover--camera {
  padding-bottom: 66.67%;
}
.protos-media-cover--camera-portrait {
  padding-bottom: 150%;
}
.protos-media-cover--use-height {
  padding-bottom: 0px;
    min-height: var(--content-cover-height);
}
.protos-media-cover--banner {
  min-height: 400px;
  padding-bottom: 0px;
}
.protos-media-cover--banner-full {
  height: 100vh;
  padding-bottom: 0px;
}
.protos-theme video {
  aspect-ratio: 16 / 9;
  border-radius: 5px;
}
.video-container {
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  position: relative;
}
.video-container iframe,
  .video-container object,
  .video-container embed,
  .video-container video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
#site-content > ol,
  #site-content > ul {
  list-style-position: inside;
  padding-left: 1.25rem;
}
#site-content > ol ol, #site-content > ol ul, #site-content > ul ol, #site-content > ul ul {
  list-style-position: inside;
  padding-left: 1.25rem;
}
#site-content > ol {
  list-style-type: decimal;
}
#site-content > ol ol {
      list-style-type: lower-alpha;
    }
#site-content > ol ol ol {
        list-style-type: lower-roman;
      }
#site-content > ol ul {
  list-style-type: disc;
}
#site-content > ol ul ul {
        list-style-type: circle;
      }
#site-content > ul {
  list-style-type: disc;
}
#site-content > ul ol {
      list-style-type: lower-alpha;
    }
#site-content > ul ol ol {
        list-style-type: lower-roman;
      }
#site-content > ul ul {
      list-style-type: circle;
    }
#site-content > ul ul ul {
        list-style-type: square;
      }
#site-content > pre {
    white-space: pre-line;
  }
.wp-block-group ol,
  .wp-block-group ul {
  list-style-position: inside;
  padding-left: 1.25rem;
}
.wp-block-group ol ol, .wp-block-group ol ul, .wp-block-group ul ol, .wp-block-group ul ul {
  list-style-position: inside;
  padding-left: 1.25rem;
}
.wp-block-group ol {
  list-style-type: decimal;
}
.wp-block-group ol ol {
      list-style-type: lower-alpha;
    }
.wp-block-group ol ol ol {
        list-style-type: lower-roman;
      }
.wp-block-group ol ul {
  list-style-type: disc;
}
.wp-block-group ol ul ul {
        list-style-type: circle;
      }
.wp-block-group ul {
  list-style-type: disc;
}
.wp-block-group ul ol {
      list-style-type: lower-alpha;
    }
.wp-block-group ul ol ol {
        list-style-type: lower-roman;
      }
.wp-block-group ul ul {
      list-style-type: circle;
    }
.wp-block-group ul ul ul {
        list-style-type: square;
      }
.protos-theme table {
  text-align: left;
}
.protos-theme code {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 5px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wp-block-image img {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-quote {
  border-color: var(--protos-color-primary) !important;
  padding: var(--wp--style--block-gap) !important;
}
.wp-block-code {
  border-style: none !important;
  padding: 0px !important;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.protos-theme [multiple]:focus:focus,
  .protos-theme [type=date]:focus:focus,
  .protos-theme [type=datetime-local]:focus:focus,
  .protos-theme [type=email]:focus:focus,
  .protos-theme [type=month]:focus:focus,
  .protos-theme [type=number]:focus:focus,
  .protos-theme [type=password]:focus:focus,
  .protos-theme [type=search]:focus:focus,
  .protos-theme [type=tel]:focus:focus,
  .protos-theme [type=text]:focus:focus,
  .protos-theme [type=time]:focus:focus,
  .protos-theme [type=url]:focus:focus,
  .protos-theme [type=week]:focus:focus,
  .protos-theme input:where(:not([type])):focus:focus,
  .protos-theme select:focus:focus,
  .protos-theme textarea:focus:focus {
  border-color: var(--protos-color-primary-dark);
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.protos-block-button a {
  background-color: var(--protos-color-accent);
  border-top-left-radius: var(--protos-btn-radius-top-left);
  border-top-right-radius: var(--protos-btn-radius-top-right);
  border-bottom-left-radius: var(--protos-btn-radius-bottom-left);
  border-bottom-right-radius: var(--protos-btn-radius-bottom-right);
  border-color: var(--protos-color-accent);
  border-width: 0px;
  border-style: solid;
  color: #ffffff;
  padding-top: calc(var(--protos-btn-padding-top) + 2px);
  padding-right: calc(var(--protos-btn-padding-right) + 2px);
  padding-bottom: calc(var(--protos-btn-padding-bottom) + 2px);
  padding-left: calc(var(--protos-btn-padding-left) + 2px);
  text-decoration: none;
}
.protos-fa-icon {
  align-items: center;
  display: inline-flex !important;
  gap: 0.5rem;
}
.protos-fa-icon--position-right::after,
  .protos-fa-icon--position-left::before {
    align-items: center;
    display: flex;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    justify-content: center;
    content: attr(data-protos-fa-icon);
  }
.protos-fa-icon.protos-fa-icon--styled.protos-fa-icon--position-left::before,
    .protos-fa-icon.protos-fa-icon--styled.protos-fa-icon--position-right::after {
      background-color: var(--protos-fa-icon-bg-color);
      border-radius: var(--protos-fa-icon-radius);
      color: var(--protos-fa-icon-color);
      font-size: var(--protos-fa-icon-size);
      height: var(--protos-fa-icon-container-size);
      width: var(--protos-fa-icon-container-size);
    }
:where(.wp-block-group, .wp-block-heading).protos-fa-icon {
  display: block !important;
  padding-left: 22px;
  position: relative;
}
:where(.wp-block-group, .wp-block-heading).protos-fa-icon::after,
  :where(.wp-block-group, .wp-block-heading).protos-fa-icon::before {
    position: absolute;
    top: 0;
  }
:where(.wp-block-group, .wp-block-heading).protos-fa-icon::after {
    right: 0;
  }
:where(.wp-block-group, .wp-block-heading).protos-fa-icon::before {
    left: 0;
  }
:where(.wp-block-group, .wp-block-heading).protos-fa-icon.protos-fa-icon--styled {
    padding-left: calc(var(--protos-fa-icon-size) + 20px);
  }
.wp-block-list li.protos-fa-icon {
  display: block !important;
  padding-left: 22px;
  position: relative;
}
.wp-block-list li.protos-fa-icon::after,
  .wp-block-list li.protos-fa-icon::before {
    position: absolute;
    top: 0;
  }
.wp-block-list li.protos-fa-icon::after {
    right: 0;
  }
.wp-block-list li.protos-fa-icon::before {
    left: 0;
  }
.wp-block-list li.protos-fa-icon.protos-fa-icon--styled:not(:last-of-type) {
    margin-bottom: var(--protos-fa-icon-size);
  }
.wp-block-list li.protos-fa-icon.protos-fa-icon--styled {
    padding-left: calc(var(--protos-fa-icon-size) + 20px);
  }
/* components */
.menu {
  list-style-type: none;
  padding: 0px;
}
.menu .sub-menu {
  list-style-type: none;
}
.menu .menu-item[class*=" fa-"] {
  flex-direction: row !important;
  align-items: center;
}
.menu .menu-item[class*=" fa-"]::before {
  margin-right: 0.5rem;
}
.menu .menu-item[class*=" fa-"] > .menu-link {
  margin-bottom: 0px !important;
  font-size: var(--protos-font-size-body) !important;
}
.menu .menu-link {
  text-decoration-line: none;
    color: inherit;
}
#social-menu {
  margin: 0px;
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  padding: 0px;
}
#social-menu [class*="fa-"] {
  position: relative;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-color: var(--protos-footer-color-text);
  font-size: var(--protos-font-size-body);
}
#social-menu [class*="fa-"]::before {
  margin-right: 0px;
      font-size: inherit;
}
#social-menu [class*="fa-"] >a {
  position: absolute;
  left: -1px;
  display: flex;
  justify-content: center;
      font-size: 0;
      height: inherit;
      width: inherit;
}
@media (min-width: 992px) {
#social-menu {
    justify-content: flex-start;
  }
  }
.site-pagination .post-numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.site-pagination .post-numbers .page-numbers {
  color: var(--protos-color-accent);
  text-decoration-line: none;
}
.site-pagination .post-numbers .page-numbers:not(.prev):not(.next):not(.dots) {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--protos-color-accent);
  color: var(--protos-color-accent);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        min-height: calc(calc(var(--protos-font-size-body) * 2) + 2px);
        min-width: calc(calc(var(--protos-font-size-body) * 2) + 2px);
}
.site-pagination .post-numbers .page-numbers:not(.prev):not(.next):not(.dots).current,
      .site-pagination .post-numbers .page-numbers:not(.prev):not(.next):not(.dots):hover {
  background-color: var(--protos-color-accent);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.site-pagination .link-pages {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.site-pagination .link-pages .post-page-numbers {
  display: block;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--protos-color-accent);
  text-align: center;
  line-height: 30px;
  color: var(--protos-color-accent);
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      min-height: calc(calc(var(--protos-font-size-body) * 2) + 2px);
      min-width: calc(calc(var(--protos-font-size-body) * 2) + 2px);
}
.site-pagination .link-pages .post-page-numbers:hover,
      .site-pagination .link-pages .post-page-numbers.current {
  background-color: var(--protos-color-accent);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.site-pagination .post-navigation {
  width: 100%;
}
.site-pagination .post-navigation .nav-links {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {

  .site-pagination .post-navigation .nav-links {
    flex-direction: row;
  }
}
.site-pagination .post-navigation .nav-links .post-info__heading {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: var(--protos-font-size-h5);
}
@media (min-width: 576px) {
.site-pagination .post-navigation .nav-links .post-info__heading {
    font-size: var(--protos-font-size-h4);
  }
          }
.site-pagination .post-navigation .nav-links .post-info__subheading {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
.site-pagination .post-navigation .nav-links .post-info__img {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  height: 90px;
  width: 90px;
  overflow: hidden;
  border-radius: 5px;
  padding: 0px;
}
.site-pagination .post-navigation .nav-links .nav-previous,
      .site-pagination .post-navigation .nav-links .nav-next {
  flex: 1 1 0%;
}
.site-pagination .post-navigation .nav-links p {
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.site-pagination .post-navigation .nav-links a {
  color: var(--protos-color-body-text);
  text-decoration-line: none;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  height: 0px;
  width: 0px;
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.search-form {
  border-radius: 9999px;
}
.search-form .search-field {
  border-color: transparent;
  font-weight: 400;
  color: var(--protos-color-body-text);
}
.search-form .search-submit::before {
  color: var(--protos-header-color-bg);
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
}
.search-form .search-submit .search-submit__btn {
    font-size: 0;
  }
.site-banner {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.site-banner * {
    color: inherit;
  }
.site-banner .entry-meta a {
      color: inherit;
    }
.site-banner .entry-meta .meta-categories a {
      background-color: var(--protos-color-accent);
      color: #fff;
    }
.banner-breadcrumbs {
  padding: var(--wp--style--block-gap);
}
body.has-blocks #site-content > :is(.site-banner, .entry-header) {
  margin-top: 2.5rem;
}
body:not(.has-blocks) #site-content > :is(.site-banner, .entry-header) {
  margin-bottom: 2.5rem;
}
.entry-meta {
  clear: both;
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0px;
}
.entry-meta a {
  text-decoration-line: none;
    color: var(--protos-color-accent);
}
.entry-meta > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.entry-meta .meta-author a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  overflow-wrap: normal;
  word-break: normal;
      color: inherit;
}
.entry-meta .meta-author .avatar {
  position: relative;
  border-radius: 9999px;
}
.entry-meta .meta-categories a,
  .entry-meta .meta-tags a {
    border: 1px solid var(--bt-color-accent);
    border-radius: 20px;
    padding: 0 12px;
  }
.author-bio .entry-meta {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
.entry-header .protos-media-cover {
      filter: url(#round)
  }
.entry-header .protos-media-cover img {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%)
    }
body > .entry-header .protos-media-cover {
    top: -10px;
    min-height: 410px;
    right: -10px
}
    }
#site-content > .entry-header .protos-media-cover {
  overflow: hidden;
  border-radius: 5px;
}
.entry-footer p:last-of-type {
  margin-bottom: 0px;
}
.site-breadcrumb > li {
  display: flex;
  align-items: center;
}
.site-breadcrumb > li:not(:first-of-type)::before {
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 70%;
    width: 20px;
  }
.site-header {
  z-index: 5;
  clear: both;
  display: flex;
  justify-content: space-between;
  background-color: var(--protos-header-color-bg);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: var(--protos-header-color-text);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: var(--protos-header-height);
}
.site-header__container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.site-header .site-brand {
  z-index: 5;
  display: flex;
  max-width: 300px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}
.site-header .site-brand.has-logo {
      padding: 0;
    }
.site-header .site-brand.has-logo img {
        max-height: calc(var(--protos-header-height) - 1rem);
      }
.site-header .main-toggle {
  position: relative;
  z-index: 5;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: transparent;
}
@media (min-width: 992px) {

  .site-header .main-toggle {
    display: none;
  }
}
.site-header .main-toggle span {
  position: absolute;
  left: 0px;
  height: 0.25rem;
  width: 100%;
  border-radius: 5px;
  background-color: var(--protos-header-color-text);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.site-header .main-toggle span:nth-child(1) {
  width: 66.666667%;
  --tw-translate-y: -1rem;
  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));
}
.site-header .main-toggle span:nth-child(2) {
  width: 33.333333%;
  --tw-translate-y: 1rem;
  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));
}
.site-header #main-toggle:checked ~ .main-toggle span {
  width: 100%;
}
.site-header #main-toggle:checked ~ .main-toggle span:nth-child(1) {
  --tw-translate-y: 0px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-delay: 75ms;
}
.site-header #main-toggle:checked ~ .main-toggle span:nth-child(2) {
  --tw-translate-y: 0px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-delay: 150ms;
}
.site-header #main-toggle:checked ~ .main-toggle span:nth-child(3) {
  width: 0px;
  opacity: 0;
}
.site-header #main-toggle:checked ~ .main-navigation {
  right: 0px;
  opacity: 1;
}
.site-header .main-navigation {
  position: fixed;
  right: -100%;
  top: 0px;
  z-index: 4;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  transition-property: all;
  transition-delay: 200ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    padding: var(--protos-header-height) 20px;
}
@media (min-width: 992px) {
.site-header .main-navigation {
      display: flex !important;
      height: auto;
      margin-left: 1rem;
      opacity: 1;
      overflow: visible;
      padding: 0;
      position: relative;
      right: auto;
      width: 100%
  }
    }
.site-header .main-navigation::before {
  background-color: var(--protos-header-color-bg-light);
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1;
}
@media (min-width: 992px) {
.site-header .main-navigation::before {
    background-color: transparent;
  }
      }
.site-header .main-navigation__container {
  height: 60vh;
  width: 100%;
  max-width: 28rem;
      overflow-x: hidden;
      overflow-y: auto;
}
@media (min-width: 992px) {
.site-header .main-navigation__container {
    max-width: none;
    overflow: visible;
        height: unset;
  }
      }
.site-header .main-navigation .menu {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  padding: 0px;
      transition: all 0.25s ease;
}
@media (min-width: 992px) {
.site-header .main-navigation .menu {
    position: relative;
    --tw-translate-x: 0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    flex-direction: row;
    justify-content: flex-end;
        gap: var(--protos-header-menu-item-space);
  }
      }
.site-header .main-navigation .menu-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (min-width: 992px) {
.site-header .main-navigation .menu-item {
    position: relative;
    width: auto;
    gap: 0px;
  }
      }
.site-header .main-navigation .menu-item.show > .sub-menu {
  display: block;
}
.site-header .main-navigation .menu-item:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
.site-header .main-navigation .menu-item:not(:last-of-type) {
    margin-bottom: 0px;
  }
        }
.site-header .main-navigation .menu-link {
  display: block;
  padding: 0px;
  font-size: var(--protos-font-size-h4);
  line-height: 1;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      color: inherit;
}
@media (min-width: 576px) {
.site-header .main-navigation .menu-link {
    font-size: var(--protos-font-size-h3);
  }
      }
@media (min-width: 768px) {
.site-header .main-navigation .menu-link {
    font-size: var(--protos-font-size-h2);
  }
      }
@media (min-width: 992px) {
.site-header .main-navigation .menu-link {
        font-size: var(--protos-header-menu-font-size)
    }
      }
.site-header .main-navigation .sub-menu {
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  list-style-type: none;
  padding: 0px;
}
@media (min-width: 992px) {
.site-header .main-navigation .sub-menu {
    visibility: hidden;
    left: 0px;
    top: 100%;
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    opacity: 0;
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    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);
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        background: var(--protos-header-menu-submenu-color-bg);
        color: var(--protos-header-menu-submenu-color-text);
        min-width: var(--protos-header-menu-submenu-width);
  }
.site-header .main-navigation .sub-menu .menu-item:not(:first-of-type):not(:last-of-type) {
    margin-bottom: 2px;
  }
      }
.site-header .main-navigation .sub-menu .menu-link {
  font-size: var(--protos-font-size-h5);
}
@media (min-width: 576px) {
.site-header .main-navigation .sub-menu .menu-link {
    font-size: var(--protos-font-size-h4);
  }
        }
@media (min-width: 768px) {
.site-header .main-navigation .sub-menu .menu-link {
    font-size: var(--protos-font-size-h3);
  }
        }
@media (min-width: 992px) {
.site-header .main-navigation .sub-menu .menu-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
          font-size: var(--protos-header-menu-submenu-font-size);
          padding-bottom: var(--protos-header-menu-submenu-link-space-y);
          padding-left: var(--protos-header-menu-submenu-link-space-x);
          padding-right: var(--protos-header-menu-submenu-link-space-x);
          padding-top: var(--protos-header-menu-submenu-link-space-y);
  }
.site-header .main-navigation .sub-menu .menu-link:hover {
            background: var(--protos-header-menu-submenu-item-color-bg-hover);
            color: var(--protos-header-menu-submenu-item-color-text-hover)
        }
        }
.site-header .main-navigation .sub-menu .sub-menu {
  top: 0px;
  left: 100%;
}
.site-header .main-navigation .submenu-next {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  font-size: var(--protos-font-size-body) !important;
}
.site-header .main-navigation .submenu-next::after {
        content: '\f105';
        font-family: 'Font Awesome 6 Free';
        font-weight: 600;
      }
@media (min-width: 992px) {
.site-header .main-navigation .submenu-next {
    display: none !important;
  }
      }
.site-header .main-navigation .submenu-back {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: var(--protos-font-size-body) !important;
  text-decoration-line: none;
      color: inherit;
}
.site-header .main-navigation .submenu-back::before {
        content: '\f104';
        font-family: 'Font Awesome 6 Free';
        font-weight: 600;
      }
@media (min-width: 992px) {
.site-header .main-navigation .submenu-back {
    display: none !important;
  }
.site-header .main-navigation .menu > .menu-item > .sub-menu {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
.site-header .main-navigation .menu > .menu-item > .sub-menu .sub-menu {
    border-radius: 5px;
  }
.site-header .main-navigation .menu > .menu-item > .menu-link {
    display: flex;
    gap: 0.25rem;
    white-space: nowrap;
          height: var(--protos-header-height);
          line-height: var(--protos-header-height);
          padding-left: var(--protos-header-menu-link-space);
          padding-right: var(--protos-header-menu-link-space);
  }
      }
/* icons */
@media (min-width: 992px) {
.site-header .main-navigation .menu > .has-submenu > .menu-link::after,
      .site-header .main-navigation .menu .sub-menu .has-submenu > .menu-link::after {
          font-family: 'Font Awesome 6 Free';
          font-weight: 600;
          margin-top: 3px
      }
.site-header .main-navigation .menu > .has-submenu > .menu-link::after {
          content: '\f107'
      }
.site-header .main-navigation .menu .sub-menu .has-submenu > .menu-link::after {
          content: '\f105'
      }
        }
/* hovers */
@media (min-width: 992px) {
.site-header .main-navigation .menu .has-submenu:hover > .sub-menu {
          opacity: 1;
          visibility: visible
      }
.site-header .main-navigation .menu > .menu-item:hover > .menu-link,
        .site-header .main-navigation .menu > .menu-item.active-item > .menu-link,
        .site-header .main-navigation .menu > .menu-item.active-menu-ancestor > .menu-link {
            /* @apply bg-header-text text-header-bg; */
        }
.site-header .main-navigation .menu .sub-menu .menu-item:hover > .menu-link,
        .site-header .main-navigation .menu .sub-menu .menu-item.active-item > .menu-link,
        .site-header .main-navigation .menu .sub-menu .menu-item.active-menu-ancestor > .menu-link {
            /* @apply bg-header-bg text-header-text; */
        }
        }
/* search */
.site-header .main-navigation .menu-item--search {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
      position: unset;
}
@media (min-width: 992px) {
.site-header .main-navigation .menu-item--search {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
      }
.site-header .main-navigation .menu-item--search .search-form {
  overflow: hidden;
}
.site-header .main-navigation .menu-item--search__mob {
  display: block;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 992px) {
.site-header .main-navigation .menu-item--search__mob {
    visibility: hidden;
    position: absolute;
    right: 2rem;
    display: flex;
    width: 0px;
    align-items: center;
    overflow: hidden;
    opacity: 0;
          height: var(--protos-header-height);
  }
        }
.site-header .main-navigation .menu-item--search__desk {
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 992px) {
.site-header .main-navigation .menu-item--search__desk {
    visibility: visible;
    cursor: pointer;
    overflow: hidden;
    opacity: 1;
  }
.site-header .main-navigation .menu-item--search__desk::before {
            color: inherit;
            content: '\f002';
            font-family: 'Font Awesome 6 Free';
            font-weight: 600
        }
.site-header .main-navigation .menu-item--search.open .site-header .main-navigation .menu-item--search__mob {
    visibility: visible;
    width: 300px;
    opacity: 1;
  }
.site-header .main-navigation .menu-item--search.open .site-header .main-navigation .menu-item--search__desk::before {
          content: '\f00d'
      }
.site-header .main-navigation #search-toggle:checked ~ .menu-item--search__mob {
    visibility: visible;
    width: 91.666667%;
    opacity: 1;
  }
.site-header .main-navigation #search-toggle:checked ~ .menu-item--search__desk::before,
      .site-header .main-navigation #search-toggle:checked ~ .menu-item--search__mob .menu-item--search__desk::before {
          content: '\f00d';
          font-size: calc(var(--protos-font-size-body) + 6px)
      }
        }
/* desktop submenu positions */
@media (min-width: 992px) {
.site-header .main-navigation > .main-navigation__container > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu,
    .site-header .main-navigation > .main-navigation__container > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu {
    left: auto !important;
    right: 100% !important;
  }
.site-header .main-navigation > .main-navigation__container > .menu > .menu-item:nth-last-child(-n + 2) > .sub-menu {
    left: auto !important;
    right: 0px !important;
  }
.site-header .main-navigation > .main-navigation__container > .menu > .menu-item:nth-last-child(-n + 2) > .sub-menu .sub-menu {
    left: auto !important;
    right: 100% !important;
  }
      }
.site-header.fixed-header {
  position: sticky;
  top: 0px;
}
.site-header.scrolled {
    top: calc(var(--protos-header-height) * -1);
  }
.site-header.show-search {
  overflow: hidden;
  background-color: var(--protos-header-color-bg-dark);
}
.site-header--width-content .site-header__container {
  margin-left: auto;
  margin-right: auto;
    max-width: var(--protos-content-size);
}
.site-header--width-wide .site-header__container {
  margin-left: auto;
  margin-right: auto;
    max-width: var(--protos-wide-size);
}
.site-header--width-full .site-header__container {
  width: 100%;
}
@media (min-width: 992px) {
.site-header--menu-align-left .main-navigation .menu {
      justify-content: flex-start
  }
.site-header.has-search
    .main-navigation
    > .main-navigation__container
    > .menu
    > .menu-item:nth-last-child(3) > .sub-menu .sub-menu,
    .site-header.has-search
    .main-navigation
    > .main-navigation__container
    > .menu
    > .menu-item:nth-last-child(4) > .sub-menu .sub-menu,
    .site-header.has-search
    .main-navigation
    > .main-navigation__container
    > .menu
    > .menu-item:nth-last-child(5) > .sub-menu .sub-menu {
    left: auto !important;
    right: 100% !important;
  }
.site-header.has-search
    .main-navigation
    > .main-navigation__container
    > .menu
    > .menu-item:nth-last-child(-n + 3) > .sub-menu {
    left: auto !important;
    right: 0px !important;
  }
.site-header.has-search
    .main-navigation
    > .main-navigation__container
    > .menu
    > .menu-item:nth-last-child(-n + 3) > .sub-menu .sub-menu {
    left: auto !important;
    right: 100% !important;
  }
    }
.site-footer {
  clear: both;
  background-color: var(--protos-footer-color-bg);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: var(--protos-footer-color-text);
}
.site-footer__container {
    width: 100%;
  }
.site-footer .site-brand-footer {
  text-align: center;
}
@media (min-width: 992px) {
.site-footer .site-brand-footer {
    text-align: left;
  }
    }
.site-footer .site-brand-footer .has-logo {
  max-width: 350px;
}
.site-footer .site-brand-footer .has-logo img {
  max-height: 350px;
}
.site-footer a {
  text-decoration-line: none;
}
.site-footer #footer-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.25rem;
  text-align: center;
}
@media (min-width: 576px) {
.site-footer #footer-menu {
    flex-direction: row;
  }
    }
@media (min-width: 992px) {
.site-footer #footer-menu {
    justify-content: flex-end;
    text-align: left;
  }
    }
.site-footer #footer-menu.has-children {
  gap: 0px;
}
.site-footer #footer-menu.has-children > .menu-item {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {
.site-footer #footer-menu.has-children > .menu-item {
    width: 200px;
    align-self: flex-start;
  }
        }
.site-footer #footer-menu > .menu-item > .menu-link {
  margin-bottom: 0.75rem;
  font-family: var(--protos-font-face-heading);
      font-size: var(--protos-footer-menu-font-size);
}
.site-footer #footer-menu .sub-menu {
  margin-top: 0.25rem;
  padding: 0px;
}
.site-footer #footer-menu .sub-menu > .menu-item {
  line-height: 1;
}
.site-footer #footer-menu .sub-menu > .menu-item:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.site-footer #footer-menu .sub-menu .menu-link {
        font-size: var(--protos-footer-menu-submenu-font-size);
      }
.site-footer #social-menu a {
    color: inherit;
  }
.site-footer #social-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: var(--protos-social-profile-space);
  }
.site-footer #social-links a {
      align-items: center;
      color: inherit;
      display: flex;
      justify-content: center;
    }
.site-footer--social-styled #social-links a {
      background-color: var(--protos-social-profile-color-bg);
      border-radius: var(--protos-social-profile-radius);
      color: var(--protos-social-profile-color-text);
      font-size: var(--protos-social-profile-font-size);
      height: var(--protos-social-profile-size);
      width: var(--protos-social-profile-size);
    }
.site-footer .tagline,
  .site-footer .footer-copyright {
    font-size: 60%;
  }
.site-footer--width-content .site-footer__container {
  margin-left: auto;
  margin-right: auto;
    max-width: var(--protos-content-size);
}
.site-footer--width-wide .site-footer__container {
  margin-left: auto;
  margin-right: auto;
    max-width: var(--protos-wide-size);
}
.site-footer--width-full .site-footer__container {
  width: 100%;
}
.error404 .search-form .search-field {
  border-color: var(--protos-color-primary);
}
.before\:m-auto::before {
  content: var(--tw-content);
  margin: auto;
}
.before\:content-\[\'\\f002\'\]::before {
  --tw-content: '\f002';
  content: var(--tw-content);
}
.focus\:border-primary-dark:focus {
  border-color: var(--protos-color-primary-dark);
}
.focus\:outline-primary-dark:focus {
  outline-color: var(--protos-color-primary-dark);
}
.focus\:ring-0: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(0px + 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);
}
@media (min-width: 576px) {

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

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

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {

  .lg\:\!absolute {
    position: absolute !important;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

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

  .lg\:w-3\/6 {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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