/*
! tailwindcss v3.4.4 | 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: #e5e7eb; /* 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: Nunito Sans, serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  /* Regular (font-weight: 900) */
  @font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/NunitoSans_10pt-Black.ttf");
    font-display: swap;
  }
  /* ExtraBold (font-weight: 800) */
  @font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/NunitoSans_10pt-ExtraBold.ttf");
    font-display: swap;
  }
  /* SemiBold (font-weight: 600) */
  @font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/NunitoSans_10pt-SemiBold.ttf");
    font-display: swap;
  }
  /* Regular (font-weight: 400) */
  @font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NunitoSans_10pt-Regular.ttf");
    font-display: swap;
  }
  .title-1,
h1 {
  font-family: Nunito Sans, serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.375;
  letter-spacing: 0%;
}

  .title-2,
h2 {
  font-family: Nunito Sans, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0em;
}

  .title-3,
h3 {
  font-family: Nunito Sans, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
}

  .body-1-semibold {
  font-family: Nunito Sans, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
}

  .body-1-regular,
p {
  font-family: Nunito Sans, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0%;
}

  .body-2-semibold {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
}

  .body-2-regular {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0%;
}

  .caption,
blockquote {
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0%;
}

  a {
  --tw-text-opacity: 1;
  color: rgb(17 175 236 / var(--tw-text-opacity));
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1440px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-top-\[2\.35rem\] {
  top: -2.35rem;
}
.-top-\[2\.45rem\] {
  top: -2.45rem;
}
.-top-\[2\.75rem\] {
  top: -2.75rem;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-\[10px\] {
  right: 10px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[32px\] {
  top: 32px;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-\[15px\] {
  margin-left: -15px;
  margin-right: -15px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[62px\] {
  margin-top: 62px;
  margin-bottom: 62px;
}
.-mb-\[22px\] {
  margin-bottom: -22px;
}
.-mb-\[2px\] {
  margin-bottom: -2px;
}
.-ml-\[16px\] {
  margin-left: -16px;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[42px\] {
  margin-bottom: 42px;
}
.mb-\[62px\] {
  margin-bottom: 62px;
}
.mb-\[calc\(62px-2rem\)\] {
  margin-bottom: calc(62px - 2rem);
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-\[25px\] {
  margin-left: 25px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[62px\] {
  margin-top: 62px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.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;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-1 {
  height: 0.25rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100\%-32px\] {
  height: 100%-32px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[182px\] {
  height: 182px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[82px\] {
  height: 82px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[510px\] {
  max-height: 510px;
}
.min-h-\[calc\(100vh-30px\)\] {
  min-height: calc(100vh - 30px);
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[12\.5rem\] {
  width: 12.5rem;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[597px\] {
  width: 597px;
}
.w-\[82px\] {
  width: 82px;
}
.w-\[calc\(100\%\+30px\)\] {
  width: calc(100% + 30px);
}
.w-\[calc\(100\%\+32px\)\] {
  width: calc(100% + 32px);
}
.w-\[calc\(50\%-8px\)\] {
  width: calc(50% - 8px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-12 {
  min-width: 3rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[310\.67px\] {
  min-width: 310.67px;
}
.min-w-\[328px\] {
  min-width: 328px;
}
.min-w-\[360px\] {
  min-width: 360px;
}
.min-w-\[82px\] {
  min-width: 82px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[1304px\] {
  max-width: 1304px;
}
.max-w-\[285px\] {
  max-width: 285px;
}
.max-w-\[294px\] {
  max-width: 294px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[310\.67px\] {
  max-width: 310.67px;
}
.max-w-\[328px\] {
  max-width: 328px;
}
.max-w-\[92px\] {
  max-width: 92px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[minmax\(0\2c _247fr\)_minmax\(0\2c _200fr\)\] {
  grid-template-columns: minmax(0, 247fr) minmax(0, 200fr);
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-1 {
  gap: 0.25rem !important;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[62px\] {
  gap: 62px;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-\[35px\] {
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-\[14px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14px * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[4\.33px\] {
  border-radius: 4.33px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-none {
  border-style: none;
}
.border-\[\#B5D1FD\] {
  --tw-border-opacity: 1;
  border-color: rgb(181 209 253 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-ui_blue {
  --tw-border-opacity: 1;
  border-color: rgb(17 175 236 / var(--tw-border-opacity));
}
.border-ui_blue_24 {
  --tw-border-opacity: 1;
  border-color: rgb(198 236 251 / var(--tw-border-opacity));
}
.border-ui_garay_2 {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-ui_grey_2 {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 249 / var(--tw-border-opacity));
}
.border-ui_grey_3 {
  --tw-border-opacity: 1;
  border-color: rgb(240 239 241 / var(--tw-border-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-ui_black {
  --tw-bg-opacity: 1;
  background-color: rgb(6 23 31 / var(--tw-bg-opacity));
}
.bg-ui_black\/70 {
  background-color: rgb(6 23 31 / 0.7);
}
.bg-ui_blue {
  --tw-bg-opacity: 1;
  background-color: rgb(17 175 236 / var(--tw-bg-opacity));
}
.bg-ui_blue_24 {
  --tw-bg-opacity: 1;
  background-color: rgb(198 236 251 / var(--tw-bg-opacity));
}
.bg-ui_blue_3 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 250 254 / var(--tw-bg-opacity));
}
.bg-ui_garay_2 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-ui_grey {
  --tw-bg-opacity: 1;
  background-color: rgb(130 129 144 / var(--tw-bg-opacity));
}
.bg-ui_grey_2 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 249 / var(--tw-bg-opacity));
}
.bg-ui_grey_3 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 239 241 / var(--tw-bg-opacity));
}
.bg-ui_red {
  --tw-bg-opacity: 1;
  background-color: rgb(233 90 60 / var(--tw-bg-opacity));
}
.bg-ui_sand {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 222 / var(--tw-bg-opacity));
}
.bg-ui_yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(239 173 48 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-ui_garay_2 {
  --tw-gradient-to: rgb(217 217 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #D9D9D9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.fill-\[\#0F62FE\] {
  fill: #0F62FE;
}
.fill-\[\#9747FF\] {
  fill: #9747FF;
}
.fill-ui_black {
  fill: #06171F;
}
.fill-ui_garay_2 {
  fill: #D9D9D9;
}
.fill-ui_grey {
  fill: #828190;
}
.fill-white {
  fill: #fff;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[3px\] {
  padding: 3px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[22px\] {
  padding-left: 22px;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Nunito Sans, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-black {
  font-weight: 900;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-\[162\%\] {
  line-height: 162%;
}
.tracking-\[0\%\] {
  letter-spacing: 0%;
}
.tracking-normal {
  letter-spacing: 0em;
}
.text-\[\#0F62FE\] {
  --tw-text-opacity: 1;
  color: rgb(15 98 254 / var(--tw-text-opacity));
}
.text-\[\#9747FF\] {
  --tw-text-opacity: 1;
  color: rgb(151 71 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-ui_black {
  --tw-text-opacity: 1;
  color: rgb(6 23 31 / var(--tw-text-opacity));
}
.text-ui_blue {
  --tw-text-opacity: 1;
  color: rgb(17 175 236 / var(--tw-text-opacity));
}
.text-ui_grey {
  --tw-text-opacity: 1;
  color: rgb(130 129 144 / var(--tw-text-opacity));
}
.text-ui_red {
  --tw-text-opacity: 1;
  color: rgb(233 90 60 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.decoration-\[1\.5px\] {
  text-decoration-thickness: 1.5px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.underline-offset-8 {
  text-underline-offset: 8px;
}
.placeholder-ui_grey::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(130 129 144 / var(--tw-placeholder-opacity));
}
.placeholder-ui_grey::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(130 129 144 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-default {
  --tw-shadow: 0 32px 24px rgba(217, 217, 217, 0.16);
  --tw-shadow-colored: 0 32px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.content-\[\'\#\'\] {
  --tw-content: '#';
  content: var(--tw-content);
}
html {
  min-width: 360px;
  --tw-text-opacity: 1;
  color: rgb(6 23 31 / var(--tw-text-opacity));
}
html.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1304px;
}

hr {
  --tw-border-opacity: 1;
  border-color: rgb(181 209 253 / var(--tw-border-opacity));
  opacity: 0.5;
}

ul.list {
  list-style: none;
  padding-left: 0;
  font-family: Nunito Sans, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0%;
}

ul.list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
ul.list li {
  position: relative;
  padding-left: 24px;
}
ul.list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 50%;
}

.widget-area {
  display: grid;
  gap: 1rem;
}
.widget-area .widget {
  display: block;
}
.widget-area .widget figure img {
  width: 100%;
  border-radius: 0.75rem;
}

.calendar .air-datepicker-body--day-name {
  --tw-text-opacity: 1;
  color: rgb(239 173 48 / var(--tw-text-opacity));
}
.calendar .air-datepicker-cell.-current- {
  --tw-text-opacity: 1;
  color: rgb(17 175 236 / var(--tw-text-opacity));
}

.sticky-container {
  align-items: flex-start;
}
.sticky-container.sticky-need {
  align-items: flex-end;
}
.sticky-container.sticky-need .sticky-container__item {
  position: sticky;
  bottom: 30px;
  min-height: calc(100vh - 30px);
}
.sticky-container__item > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.has-scroll {
  cursor: grab;
}

@media (max-width: 640px) {
  main {
    overflow: hidden;
  }
}
.btn-outline, .header-menu-container .header-menu > li.menu-item.currentmenuitem > a,
button {
  box-shadow: inset 0 0 0 2px #06171F;
}

.btn, .header-menu-container .header-menu > li.menu-item > a {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 249 / var(--tw-bg-opacity));
  box-shadow: none;
}
.btn:hover, .header-menu-container .header-menu > li.menu-item > a:hover {
  box-shadow: none;
}

.btn-outline, .header-menu-container .header-menu > li.menu-item.currentmenuitem > a,
button,
.btn,
.header-menu-container .header-menu > li.menu-item > a {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
  display: flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  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;
}
.btn-outline.hovered, .btn-outline:hover,
button.hovered,
button:hover,
.btn.hovered,
.header-menu-container .header-menu > li.menu-item > a.hovered,
.btn:hover,
.header-menu-container .header-menu > li.menu-item > a:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #828190;
}
@media (max-width: 767px) {
  .btn-outline, .header-menu-container .header-menu > li.menu-item.currentmenuitem > a,
button,
.btn,
.header-menu-container .header-menu > li.menu-item > a {
    gap: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.btn-category-blue, .category-menu-container .category-menu > li.menu-item.currentmenuitem > a {
  --tw-bg-opacity: 1;
  background-color: rgb(17 175 236 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  box-shadow: none;
}
.btn-category-blue:hover, .category-menu-container .category-menu > li.menu-item.currentmenuitem > a:hover {
  box-shadow: none;
}

.btn-category-grey, .category-menu-container .category-menu > li.menu-item > a, .tags li a {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(130 129 144 / var(--tw-text-opacity));
  box-shadow: none;
}
.btn-category-grey:hover, .category-menu-container .category-menu > li.menu-item > a:hover, .tags li a:hover {
  box-shadow: none;
}

.btn-category-grey, .category-menu-container .category-menu > li.menu-item > a, .tags li a,
.btn-category-blue,
.category-menu-container .category-menu > li.menu-item.currentmenuitem > a {
  display: flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  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;
}
.btn-category-grey.hovered, .category-menu-container .category-menu > li.menu-item > a.hovered, .tags li a.hovered, .btn-category-grey:hover, .category-menu-container .category-menu > li.menu-item > a:hover, .tags li a:hover,
.btn-category-blue.hovered,
.btn-category-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 250 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 175 236 / var(--tw-text-opacity));
  box-shadow: inset 0 0 0 2px #C6ECFB;
}
@media (max-width: 767px) {
  .btn-category-grey, .category-menu-container .category-menu > li.menu-item > a, .tags li a,
.btn-category-blue,
.category-menu-container .category-menu > li.menu-item.currentmenuitem > a {
    gap: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.btn-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(15 98 254 / var(--tw-text-opacity));
}
.btn-label svg {
  fill: #0F62FE;
}
.btn-label.colored__red {
  --tw-text-opacity: 1;
  color: rgb(233 90 60 / var(--tw-text-opacity));
}
.btn-label.colored__red svg {
  fill: #E95A3C;
}
.btn-label.colored__violet {
  --tw-text-opacity: 1;
  color: rgb(151 71 255 / var(--tw-text-opacity));
}
.btn-label.colored__violet svg {
  fill: #9747FF;
}
.btn-label.colored__blue {
  --tw-text-opacity: 1;
  color: rgb(17 175 236 / var(--tw-text-opacity));
}
.btn-label.colored__blue svg {
  fill: #11AFEC;
}

.info__views, .info__label, .info__label-caption {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.info__label, .info__label-caption {
  --tw-text-opacity: 1;
  color: rgb(130 129 144 / var(--tw-text-opacity));
}
.info__label svg, .info__label-caption svg {
  fill: #828190;
}
.info__label-caption {
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0%;
}
.info__views {
  gap: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(6 23 31 / var(--tw-text-opacity));
}
@media (max-width: 767px) {

  .info__views {
    font-family: Nunito Sans, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.375;
    letter-spacing: 0%;
  }
}
.info__views svg {
  fill: #06171F;
}

.btn-link, .btn-link-slim, .btn-link-small {
  font-family: Nunito Sans, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0%;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(6 23 31 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 8px;
  box-shadow: none;
}
.btn-link:hover, .btn-link-slim:hover, .btn-link-small:hover {
  box-shadow: none;
}
@media (max-width: 767px) {

  .btn-link, .btn-link-slim, .btn-link-small {
    font-family: Nunito Sans, serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.375;
    letter-spacing: 0%;
  }
}
.btn-link:hover, .btn-link-slim:hover, .btn-link-small:hover {
  --tw-text-opacity: 1;
  color: rgb(17 175 236 / var(--tw-text-opacity));
  -webkit-text-decoration-color: #C6ECFB;
          text-decoration-color: #C6ECFB;
}

.btn-link-small {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0%;
  margin-top: 1.5rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 4px;
}

.btn-link-slim {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
}

.btn-smb-blue, .btn-smb-blue-slim {
  --tw-bg-opacity: 1;
  background-color: rgb(17 175 236 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-smb-blue.hovered, .hovered.btn-smb-blue-slim, .btn-smb-blue:hover, .btn-smb-blue-slim:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(198 236 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 175 236 / var(--tw-text-opacity));
}

.btn-smb-black, .btn-smb-black-slim {
  --tw-bg-opacity: 1;
  background-color: rgb(6 23 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-smb-black.hovered, .hovered.btn-smb-black-slim, .btn-smb-black:hover, .btn-smb-black-slim:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn-smb-blue, .btn-smb-blue-slim,
.btn-smb-black,
.btn-smb-black-slim {
  font-family: Nunito Sans, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
  display: flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  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;
  box-shadow: none;
}
.btn-smb-blue:hover, .btn-smb-blue-slim:hover,
.btn-smb-black:hover,
.btn-smb-black-slim:hover {
  box-shadow: none;
}

.btn-smb-blue-slim {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
}

.btn-smb-black-slim {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
}

.tags {
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0%;
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tags li a {
  gap: 0px;
  border-radius: 9999px;
}
.tags li a:before {
  --tw-content: "#";
  content: var(--tw-content);
}

label {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
label span {
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0%;
  margin-top: 0.25rem;
  display: none;
  --tw-text-opacity: 1;
  color: rgb(233 90 60 / var(--tw-text-opacity));
}
label input {
  margin-top: 0.5rem;
}
label div {
  position: relative;
  width: 100%;
}
label div svg {
  position: absolute;
  top: -2.35rem;
  right: 1rem;
  height: 1.25rem;
  width: 1.25rem;
  align-self: flex-end;
  fill: #06171F;
}

input,
.input {
  font-family: Nunito Sans, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0%;
  max-width: 100%;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 248 249 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

input::-moz-placeholder, .input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(130 129 144 / var(--tw-placeholder-opacity));
}

input::placeholder,
.input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(130 129 144 / var(--tw-placeholder-opacity));
}

input,
.input {
  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;
}
input:focus,
.input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 175 236 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input:not(:-moz-placeholder-shown):not(:focus):not(:invalid), .input:not(:-moz-placeholder-shown):not(:focus):not(:invalid) {
  --tw-border-opacity: 1;
  border-color: rgb(198 236 251 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input:not(:placeholder-shown):not(:focus):not(:invalid),
.input:not(:placeholder-shown):not(:focus):not(:invalid) {
  --tw-border-opacity: 1;
  border-color: rgb(198 236 251 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input:disabled,
.input:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(198 236 251 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 250 254 / var(--tw-bg-opacity));
}
input:invalid,
.input:invalid {
  --tw-border-opacity: 1;
  border-color: rgb(233 90 60 / var(--tw-border-opacity));
}
input:invalid + div + span,
.input:invalid + div + span {
  display: block;
}
input:invalid + div svg,
.input:invalid + div svg {
  fill: #E95A3C;
}
input[type=search],
.input[type=search] {
  border-radius: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 0.75rem;
}
input[type=search]::-webkit-search-cancel-button,
.input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
input[type=search] + div svg,
.input[type=search] + div svg {
  pointer-events: auto;
  top: -2.45rem;
  right: 0px;
  left: auto;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
}
input[type=search] + div svg + svg,
.input[type=search] + div svg + svg {
  top: -2.75rem;
  left: 0px;
  right: auto;
  height: 1.5rem;
  width: 1.5rem;
}
input[type=search]:focus,
.input[type=search]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 23 31 / var(--tw-border-opacity));
}
input[type=search]:not(:-moz-placeholder-shown):not(:focus):not(:invalid), .input[type=search]:not(:-moz-placeholder-shown):not(:focus):not(:invalid) {
  --tw-border-opacity: 1;
  border-color: rgb(198 236 251 / var(--tw-border-opacity));
}
input[type=search]:not(:placeholder-shown):not(:focus):not(:invalid),
.input[type=search]:not(:placeholder-shown):not(:focus):not(:invalid) {
  --tw-border-opacity: 1;
  border-color: rgb(198 236 251 / var(--tw-border-opacity));
}
input[type=search]:invalid,
.input[type=search]:invalid {
  --tw-border-opacity: 1;
  border-color: rgb(233 90 60 / var(--tw-border-opacity));
}

.search-form__search_input:not(:-moz-placeholder-shown) + .search-form__icons > .search-form__clear {
  visibility: visible;
}

.search-form__search_input:not(:placeholder-shown) + .search-form__icons > .search-form__clear {
  visibility: visible;
}
.search-form__clear {
  visibility: hidden;
}

.pagination {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.pagination .page-numbers {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(6 23 31 / var(--tw-text-opacity));
}
.pagination .page-numbers:hover:not(.current):not(.dots) {
  --tw-border-opacity: 1;
  border-color: rgb(198 236 251 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 250 254 / var(--tw-bg-opacity));
  fill: #11AFEC;
  --tw-text-opacity: 1;
  color: rgb(17 175 236 / var(--tw-text-opacity));
}
.pagination .page-numbers.current, .pagination .page-numbers:active:not(.dots), .pagination .page-numbers:focus:not(.dots) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 175 236 / var(--tw-bg-opacity));
  fill: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-footer a {
  --tw-text-opacity: 1;
  color: rgb(6 23 31 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

  .menu-footer a {
    font-family: Nunito Sans, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 162%;
    letter-spacing: 0%;
  }
}

.brb-carousel {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: -2px;
  display: flex;
  width: 100%;
  overflow-x: hidden;
}
.brb-carousel .item {
  display: flex;
  min-width: 310.67px;
  max-width: 310.67px;
  gap: 1rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 1024px) {
  .brb-carousel .item {
    min-width: 328px;
    max-width: 328px;
  }
}
.brb-carousel .item:hover .item__text {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.brb-carousel .item__text {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  --tw-text-opacity: 1;
  color: rgb(6 23 31 / var(--tw-text-opacity));
  text-underline-offset: 4px;
}
.brb-carousel .item:last-child {
  border-right: none;
}
.brb-carousel .item:first-child {
  border-left: none;
}

[carousel-container] [img-box]:active, [carousel-container] a:active, [carousel-container] [img-box]:active, [carousel-container] a:active {
  cursor: grabbing;
  -webkit-user-drag: none;
  user-drag: none;
}
[carousel-container] [img-box], [carousel-container] [img-box] {
  cursor: zoom-in;
}

.subscribe-form {
  width: 100%;
  max-width: 100%;
  border-image-slice: 99.7% 0 0 0;
  border-image-width: 4px 0 0 0;
  border-image-outset: 4px 0px 0px 0px;
  border-image-repeat: repeat;
  border-image-source: url("/wp-content/themes/brd24/dist/images/icons/border-element.svg");
  border-style: solid;
  background-position: left top;
  border-radius: 0px 0px 12px 12px;
}
.subscribe-form__content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(248 248 249 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 24px;
  padding-bottom: 24px;
  --tw-shadow: 0 32px 24px rgba(217, 217, 217, 0.16);
  --tw-shadow-colored: 0 32px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media not all and (min-width: 640px) {

  .subscribe-form__content {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 640px) {

  .subscribe-form__content {
    flex-wrap: nowrap;
  }
}
.subscribe-form__content {
  border-radius: 0px 0px 12px 12px;
}

header .socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 640px) {

  header .socials {
    gap: 1.5rem;
  }
}
header .socials__social, header .socials__more {
  height: 1.5rem;
  width: 1.5rem;
}
@media (max-width: 1023px) {
  header .socials__social:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 639px) {
  header .socials__social:nth-child(n+4) {
    display: none;
  }
}
header .socials__more {
  cursor: pointer;
}
@media (min-width: 1024px) {
  header .socials__more {
    display: none;
  }
}

.social-modal {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  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: 150ms;
}
.social-modal.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.admin-bar .social-modal {
  top: 32px;
  height: 100%-32px;
}
@media not all and (min-width: 768px) {

  .admin-bar .social-modal {
    top: 46px;
    height: 100%-46px;
  }
}

.footer .breadcrumbs {
  margin-left: -32px;
  margin-right: -32px;
  padding-left: 32px;
  padding-right: 32px;
  max-width: calc(100% + 64px);
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .breadcrumbs ul::after {
  content: "";
  display: block;
  min-width: 22px;
  height: 1px;
}
@media (max-width: 640px) {
  .footer .breadcrumbs {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: calc(100% + 32px);
  }
  .footer .breadcrumbs ul::after {
    min-width: 6px;
  }
}

.header-menu-container {
  margin-top: 26px;
  margin-bottom: 16px;
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 1024px), (hover: none) and (pointer: coarse) {
  .header-menu-container {
    overflow: auto;
  }
}
@media (max-width: 1300px) {
  .header-menu-container {
    margin-top: 16px;
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .header-menu-container {
    margin-top: 16px;
    overflow: auto;
  }
}
@media (max-width: 640px) {
  .header-menu-container {
    margin-top: 8px;
    overflow: auto;
  }
}
.header-menu-container.active a {
  pointer-events: none;
}
.header-menu-container a.hovered {
  pointer-events: auto;
}
.header-menu-container .header-menu {
  display: flex;
  gap: 1.5rem;
  white-space: nowrap;
}
@media not all and (min-width: 640px) {

  .header-menu-container .header-menu {
    gap: 0.5rem;
  }
}
.header-menu-container .header-menu > li.menu-item {
  display: inline-block;
  white-space: nowrap;
}
.header-menu-container .header-menu > li.menu-item:last-child {
  border-right: solid 32px transparent;
  margin-right: -32px;
}
@media (max-width: 640px) {
  .header-menu-container .header-menu > li.menu-item:last-child {
    border-right: solid 16px transparent;
    margin-right: -16px;
  }
}
.header-menu-container .header-menu > li.menu-item > a {
  --tw-text-opacity: 1;
  color: rgb(6 23 31 / var(--tw-text-opacity));
  user-drag: none;
}
.header-menu-container .header-menu > li.menu-item.currentmenuitem > a {
  background-color: transparent;
}

.category-menu-container {
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media not all and (min-width: 1300px) {

  .category-menu-container {
    cursor: grab;
  }
}
@media only screen and (hover: none) and (pointer: coarse) {
  .category-menu-container {
    overflow: auto;
  }
}
.category-menu-container.active a {
  pointer-events: none;
}
.category-menu-container a.hovered {
  pointer-events: auto;
}
.category-menu-container .category-menu {
  display: flex;
  gap: 0.5rem;
  white-space: nowrap;
}
@media (min-width: 1300px) {

  .category-menu-container .category-menu {
    flex-wrap: wrap;
  }
}
.category-menu-container .category-menu > li.menu-item {
  display: inline-block;
  white-space: nowrap;
}
.category-menu-container .category-menu > li.menu-item > a {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
  user-drag: none;
}
.gutenberg-gallery-slider {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.gutenberg-gallery-slider .arrow-slider-group {
  position: relative;
  overflow: hidden;
}
.gutenberg-gallery-slider .arrows {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.gutenberg-gallery-slider .arrows .left, .gutenberg-gallery-slider .arrows .right {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  height: 32px;
  width: 32px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-radius: 9999px;
  background-color: rgb(6 23 31 / 0.7);
  fill: #fff;
  padding: 0.375rem;
}
@media (min-width: 640px) {

  .gutenberg-gallery-slider .arrows .left, .gutenberg-gallery-slider .arrows .right {
    left: 1.5rem;
    height: 42px;
    width: 42px;
    padding: 11px;
  }
}
.gutenberg-gallery-slider .arrows .right {
  right: 0.5rem;
  left: auto;
}
@media (min-width: 640px) {

  .gutenberg-gallery-slider .arrows .right {
    right: 1.5rem;
  }
}
.gutenberg-gallery-slider .slides {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  width: 100%;
  width: calc(100% + 30px);
  overflow-x: hidden;
}
.gutenberg-gallery-slider .slides .slide {
  position: relative;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.gutenberg-gallery-slider .slides .slide .slide-image {
  height: 100%;
  max-height: 350px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {

  .gutenberg-gallery-slider .slides .slide .slide-image {
    max-height: 470px;
  }
}
@media (min-width: 1024px) {

  .gutenberg-gallery-slider .slides .slide .slide-image {
    max-height: 610px;
  }
}
.gutenberg-gallery-slider .slides-thumbnails {
  position: relative;
  margin-top: 5px;
  display: flex;
  width: 100%;
  gap: 5px;
}
@media (min-width: 640px) {

  .gutenberg-gallery-slider .slides-thumbnails {
    margin-top: 8px;
    gap: 8px;
  }
}
@media (min-width: 768px) {

  .gutenberg-gallery-slider .slides-thumbnails {
    margin-top: 10px;
    gap: 10px;
  }
}
.gutenberg-gallery-slider .slides-thumbnails .slide-thumbnail {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 92px;
  cursor: pointer;
}
.gutenberg-gallery-slider .slides-thumbnails .slide-thumbnail .slide-thumbnail-image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.read-also {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.read-also__title {
  font-family: Nunito Sans, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}
.read-also__container {
  position: relative;
  margin-left: 1.5rem;
  display: grid;
  gap: 1.5rem;
  padding-left: 1.5rem;
}
.read-also__container::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(233 90 60 / var(--tw-bg-opacity));
}
.read-also__container .item {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(6 23 31 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .read-also__container .item {
    font-family: Nunito Sans, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 162%;
    letter-spacing: 0%;
  }
}
.read-also__container .item .item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.read-also__container .item:hover .item-title {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 4px;
}
.read-also__container .item img {
  aspect-ratio: 1/1;
  width: 82px;
  min-width: 82px;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .wp-block-pullquote,
.edit-post-visual-editor .wp-block-pullquote {
  padding: 0px;
}
.content blockquote:not(.tiktok-embed),
.edit-post-visual-editor blockquote:not(.tiktok-embed) {
  font-family: Nunito Sans, serif;
  font-size: 18px;
  line-height: 1.375;
  letter-spacing: 0%;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  font-weight: 600;
  font-style: italic;
}
.content blockquote:not(.tiktok-embed)::before,
.edit-post-visual-editor blockquote:not(.tiktok-embed)::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 175 236 / var(--tw-bg-opacity));
}
.content blockquote:not(.tiktok-embed) p,
.edit-post-visual-editor blockquote:not(.tiktok-embed) p {
  font-weight: 600;
}
.content figure,
.edit-post-visual-editor figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.content .wp-block-embed__wrapper,
.edit-post-visual-editor .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
.content .wp-block-embed__wrapper iframe,
.edit-post-visual-editor .wp-block-embed__wrapper iframe {
  height: 100%;
  width: 100%;
}

.content {
  font-family: Nunito Sans, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0%;
}
.content p,
.content li,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 1rem;
}
.content ul,
.content ol {
  list-style: disc;
  padding-left: 0;
  font-family: Nunito Sans, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 2.5rem;
}
.content ul > :not([hidden]) ~ :not([hidden]),
.content ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.content ul li,
.content ol li {
  position: relative;
}
.content ol {
  list-style: number;
  margin-left: 25px;
}
.content ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14px * var(--tw-space-y-reverse));
}
.content ol li:first-child {
  margin-bottom: 14px;
}
.content .wp-block-table {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0%;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 1.5rem;
  margin-bottom: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 10px;
}
.content .wp-block-table figcaption {
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(130 129 144 / var(--tw-text-opacity));
}
.content .wp-block-table table {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0%;
  position: relative;
}
.content .wp-block-table table:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 239 241 / var(--tw-border-opacity));
}
.content .wp-block-table table thead {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 239 241 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(6 23 31 / var(--tw-text-opacity));
}
.content .wp-block-table table thead tr th {
  border-top-width: 0px;
}
.content .wp-block-table table tbody tr td {
  border-bottom-width: 0px;
}
.content .wp-block-table table tbody tr th {
  border-bottom-width: 0px;
  border-top-width: 0px;
}
.content .wp-block-table td,
.content .wp-block-table th {
  border-right-width: 0px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(240 239 241 / var(--tw-border-opacity));
  padding: 1rem;
}
.content .wp-block-table th {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0%;
}
.content .wp-block-image.size-full img, .content .wp-block-image.size-full picture {
  width: 100%;
}
.content .wp-element-caption {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0%;
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(130 129 144 / var(--tw-text-opacity));
}
.content .wp-element-caption::before {
  content: url("/wp-content/themes/brd24/dist/images/icons/Info-828190.svg");
  height: 1.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
}

.breadcrumbs {
  max-width: 100%;
  overflow: auto;
}
.breadcrumbs ul {
  width: 100%;
  white-space: nowrap;
}
.breadcrumbs .breadcrumb-item {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0%;
}
.breadcrumbs .breadcrumb-item a {
  --tw-text-opacity: 1;
  color: rgb(6 23 31 / var(--tw-text-opacity));
}

.img-box-container {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: rgba(6, 23, 31, 0.97);
}
.admin-bar .img-box-container {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .img-box-container {
    top: 0px;
  }
}
.img-box-container img {
  cursor: default;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.img-box-container img.horizontal {
  height: auto;
  width: 100%;
}
.img-box-container img.vertical {
  height: 100%;
  width: auto;
}
.img-box-container img:active {
  cursor: grabbing;
  -webkit-user-drag: none;
  user-drag: none;
}
.img-box-container .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  height: 35px;
  width: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.5rem;
  background-color: rgba(6, 23, 31, 0.7);
  box-shadow: none;
}
.img-box-container .close svg {
  height: 100%;
  width: 100%;
  fill: #fff;
}
.img-box-container .next,
.img-box-container .prev {
  position: absolute;
  top: 50%;
  height: 32px;
  width: 32px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  background-color: rgb(6 23 31 / 0.7);
  fill: #fff;
  padding: 0.375rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {

  .img-box-container .next,
.img-box-container .prev {
    height: 42px;
    width: 42px;
    padding: 11px;
  }
}
.img-box-container .next,
.img-box-container .prev {
  background-color: rgba(6, 23, 31, 0.7);
  box-shadow: none;
}
.img-box-container .next svg,
.img-box-container .prev svg {
  height: 100%;
  width: 100%;
  fill: #fff;
}
.img-box-container .next {
  right: 0.75rem;
}
.img-box-container .prev {
  left: 0.75rem;
}
.img-box-container.open {
  opacity: 1;
}
@media (min-width: 640px) {

  .sm\:body-1-semibold {
    font-family: Nunito Sans, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.375;
    letter-spacing: 0%;
  }

  .sm\:body-1-regular {
    font-family: Nunito Sans, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 162%;
    letter-spacing: 0%;
  }
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media not all and (min-width: 1300px) {

  .max-xl\:hidden {
    display: none;
  }

  .max-xl\:grid-cols-\[minmax\(0\2c _170fr\)_minmax\(0\2c _200fr\)\] {
    grid-template-columns: minmax(0, 170fr) minmax(0, 200fr);
  }

  .max-xl\:grid-cols-\[minmax\(0\2c _390fr\)_minmax\(0\2c _390fr\)_minmax\(0\2c _116fr\)\] {
    grid-template-columns: minmax(0, 390fr) minmax(0, 390fr) minmax(0, 116fr);
  }
}
@media not all and (min-width: 1024px) {

  .max-lg\:order-1 {
    order: 1;
  }

  .max-lg\:order-2 {
    order: 2;
  }

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

  .max-lg\:flex {
    display: flex;
  }

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

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

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

  .max-lg\:w-\[calc\(100\%-118px-16px\)\] {
    width: calc(100% - 118px - 16px);
  }

  .max-lg\:min-w-\[94px\] {
    min-width: 94px;
  }

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

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

  .max-lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media not all and (min-width: 768px) {

  .max-md\:top-\[46px\] {
    top: 46px;
  }

  .max-md\:order-2 {
    order: 2;
  }

  .max-md\:flex {
    display: flex;
  }

  .max-md\:h-\[100\%-46px\] {
    height: 100%-46px;
  }

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

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:justify-center {
    justify-content: center;
  }

  .max-md\:text-\[20px\] {
    font-size: 20px;
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:\!hidden {
    display: none !important;
  }

  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:aspect-\[328\/184\] {
    aspect-ratio: 328/184;
  }

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

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

  .max-sm\:min-w-\[72px\] {
    min-width: 72px;
  }

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

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:justify-center {
    justify-content: center;
  }

  .max-sm\:gap-2 {
    gap: 0.5rem;
  }

  .max-sm\:text-center {
    text-align: center;
  }
}
@media (min-width: 640px) {

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-28 {
    height: 7rem;
  }

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

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

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

  .sm\:h-auto {
    height: auto;
  }

  .sm\:w-28 {
    width: 7rem;
  }

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

  .sm\:w-\[calc\(25\%-\(16px\*3\/4\)\)\] {
    width: calc(25% - (16px * 3 / 4));
  }

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

  .sm\:min-w-28 {
    min-width: 7rem;
  }

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

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

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

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

  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }

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

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

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {

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

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

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

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

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

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

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

  .md\:gap-\[10px\] {
    gap: 10px;
  }
}
@media (min-width: 1024px) {

  .lg\:grid {
    display: grid;
  }

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

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

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 1300px) {

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

  .xl\:hidden {
    display: none;
  }

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

  .xl\:grid-cols-\[minmax\(0\2c _597fr\)_minmax\(0\2c _463fr\)_minmax\(0\2c _116fr\)\] {
    grid-template-columns: minmax(0, 597fr) minmax(0, 463fr) minmax(0, 116fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c _908fr\)_minmax\(0\2c _300fr\)\] {
    grid-template-columns: minmax(0, 908fr) minmax(0, 300fr);
  }

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

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