/*
! tailwindcss v3.3.5 | 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: #E1E1E1; /* 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

*, ::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:  ;
}

::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:  ;
}.container {
  width: 100%;
}@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}.pointer-events-none {
  pointer-events: none;
}.sticky {
  position: sticky;
}.top-0 {
  top: 0px;
}.top-24 {
  top: 6rem;
}.z-10 {
  z-index: 10;
}.order-1 {
  order: 1;
}.order-2 {
  order: 2;
}.order-3 {
  order: 3;
}.-m-0 {
  margin: -0px;
}.-m-0\.5 {
  margin: -0.125rem;
}.-m-2 {
  margin: -0.5rem;
}.-m-2\.5 {
  margin: -0.625rem;
}.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.-mr-5 {
  margin-right: -1.25rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mr-auto {
  margin-right: auto;
}.mt-4 {
  margin-top: 1rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-auto {
  margin-top: auto;
}.block {
  display: block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.hidden {
  display: none;
}.h-8 {
  height: 2rem;
}.h-full {
  height: 100%;
}.w-1\/2 {
  width: 50%;
}.w-1\/3 {
  width: 33.333333%;
}.w-1\/4 {
  width: 25%;
}.w-2\/3 {
  width: 66.666667%;
}.w-4 {
  width: 1rem;
}.w-44 {
  width: 11rem;
}.w-5 {
  width: 1.25rem;
}.w-8 {
  width: 2rem;
}.w-full {
  width: 100%;
}.min-w-0 {
  min-width: 0px;
}.max-w-2xl {
  max-width: 42rem;
}.max-w-lg {
  max-width: 32rem;
}.max-w-md {
  max-width: 28rem;
}.max-w-xs {
  max-width: 20rem;
}.flex-auto {
  flex: 1 1 auto;
}.shrink-0 {
  flex-shrink: 0;
}.flex-grow {
  flex-grow: 1;
}.basis-1\/2 {
  flex-basis: 50%;
}.basis-full {
  flex-basis: 100%;
}.translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.flex-nowrap {
  flex-wrap: nowrap;
}.items-center {
  align-items: center;
}.items-baseline {
  align-items: baseline;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}.gap-y-8 {
  row-gap: 2rem;
}.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 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));
}.self-end {
  align-self: flex-end;
}.overflow-hidden {
  overflow: hidden;
}.rounded {
  border-radius: 0.25rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-se-md {
  border-start-end-radius: 0.375rem;
}.rounded-ss-md {
  border-start-start-radius: 0.375rem;
}.border-2 {
  border-width: 2px;
}.border-t {
  border-top-width: 1px;
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-gray-default {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.p-0 {
  padding: 0px;
}.p-0\.5 {
  padding: 0.125rem;
}.p-2 {
  padding: 0.5rem;
}.p-2\.5 {
  padding: 0.625rem;
}.p-5 {
  padding: 1.25rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pl-4 {
  padding-left: 1rem;
}.pt-1 {
  padding-top: 0.25rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-8 {
  padding-top: 2rem;
}.text-center {
  text-align: center;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.italic {
  font-style: italic;
}.leading-none {
  line-height: 1;
}.leading-snug {
  line-height: 1.375;
}.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.outline {
  outline-style: solid;
}.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);
}:root{--color-red: #E73223;--color-orange: #F1B33E;--color-blue: #0088FF;--color-green: #009878;--color-gray: #F1F1F1;--color-border: #E1E1E1;--color-border-secondary: #CFCFCF;--color-text-secondary: #808080;--content-size: 75rem;--sidebar-size: 18rem;--gap-size: 1.25rem}@media only screen and (max-width: 1023px){html.header-mobile-visible:not(.newsletter-modal-visible) {
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }html.header-mobile-visible #masterhead .header-mobile {
    display: block;
  }html.header-mobile-visible #nav-primary,html.header-mobile-visible #mastercontent,html.header-mobile-visible #masterfoot,html.header-mobile-visible .adthrive-footer,html.header-mobile-visible .adthrive-footer-message {
    pointer-events: none;
    position: fixed;
    opacity: 0;
  }}@media only screen and (max-width: 767px){html.search-mobile-visible #masterhead,html.search-mobile-visible #mastercontent,html.search-mobile-visible #masterfoot,html.search-mobile-visible #wpadminbar {
    pointer-events: none;
    position: fixed;
    opacity: 0;
  }html.search-mobile-visible #nav-primary ul {
    opacity: 0;
  }}@media only screen and (max-width: 1023px){html.filter-mobile-visible #masterhead,html.filter-mobile-visible #masterfoot,html.filter-mobile-visible #nav-primary,html.filter-mobile-visible #mastercontent>*:not([data-component=filter-bar]),html.filter-mobile-visible #wpadminbar {
    pointer-events: none;
    position: fixed;
    opacity: 0;
  }}html.newsletter-modal-visible body.admin-bar #wpadminbar {
  display: none;
}body{font-family:"Archivo",sans-serif}body .has-gray-color{color:var(--wp--preset--color--gray) !important}body .has-gray-background-color{background-color:var(--wp--preset--color--gray) !important}body .has-gray-border-color{border-color:var(--wp--preset--color--gray) !important}body.page .layout-grid .content-grid *:last-child:is([css-bg=gray]) {
  margin-bottom: -4rem;
}form input[type=text],form input[type=email],form textarea {
  width: 100%;
  border-radius: 0px;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}@media (min-width: 768px) {

  form input[type=text],form input[type=email],form textarea {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}form textarea {
  display: block;min-height:12rem;
}form [type=submit] {
  text-transform: uppercase;
}form .select-container {
  position: relative;
  height: 2.75rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}form .select-container>select {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}form .select-container>img {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1rem;transform:translateY(-50%);
}button,.button,input[type=submit] {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;transition:all .2s ease-in-out;
}button:hover,.button:hover,input[type=submit]:hover{transform:none !important;box-shadow:none !important}button.button-primary,button[type=submit],.button.button-primary,.button[type=submit],input[type=submit].button-primary,input[type=submit][type=submit] {
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  button.button-primary,button[type=submit],.button.button-primary,.button[type=submit],input[type=submit].button-primary,input[type=submit][type=submit] {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}button.button-primary,button[type=submit],.button.button-primary,.button[type=submit],input[type=submit].button-primary,input[type=submit][type=submit]{box-shadow:.25rem .25rem 0 #000;transform:translate(-0.25rem, -0.25rem)}button.button-primary.button-primary-inverted,button[type=submit].button-primary-inverted,.button.button-primary.button-primary-inverted,.button[type=submit].button-primary-inverted,input[type=submit].button-primary.button-primary-inverted,input[type=submit][type=submit].button-primary-inverted {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));box-shadow:.25rem .25rem 0 #fff;
}button.button-secondary,.button.button-secondary,input[type=submit].button-secondary {
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  button.button-secondary,.button.button-secondary,input[type=submit].button-secondary {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}button.button-secondary,.button.button-secondary,input[type=submit].button-secondary{background:var(--color-red);background:linear-gradient(0deg, var(--color-red) 0%, var(--color-orange) 100%);box-shadow:.25rem .25rem 0 #000;transform:translate(-0.25rem, -0.25rem)}button.button-outline,.button.button-outline,input[type=submit].button-outline {
  border-radius: 0.25rem;
  border-width: 2px;
  padding: 0.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));font-size:.625rem;
}button.button-outline.button-outline-primary,.button.button-outline.button-outline-primary,input[type=submit].button-outline.button-outline-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}button.button-outline.button-outline-primary:hover,.button.button-outline.button-outline-primary:hover,input[type=submit].button-outline.button-outline-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}button.button-outline.button-outline-secondary,.button.button-outline.button-outline-secondary,input[type=submit].button-outline.button-outline-secondary{border-color:var(--color-border-secondary)}button.button-outline.button-outline-secondary:hover,.button.button-outline.button-outline-secondary:hover,input[type=submit].button-outline.button-outline-secondary:hover{background-color:var(--color-border-secondary)}button.button-outline.button-outline-gradient,.button.button-outline.button-outline-gradient,input[type=submit].button-outline.button-outline-gradient {
  padding: 0.625rem;
  position: relative;
  border-width: 0px;
}button.button-outline.button-outline-gradient::before,.button.button-outline.button-outline-gradient::before,input[type=submit].button-outline.button-outline-gradient::before {
  position: absolute;
  inset: 0px;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;content:"";background:linear-gradient(90deg, var(--color-red), var(--color-orange)) border-box;-webkit-mask:linear-gradient(black 0 0) padding-box,linear-gradient(black 0 0);-webkit-mask-composite:xor;mask-composite:exclude;
}button.button-icon,.button.button-icon,input[type=submit].button-icon {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0px;
}@media (min-width: 768px) {

  button.button-icon,.button.button-icon,input[type=submit].button-icon {
    height: 3rem;
    width: 3rem;
  }
}button.button-text,.button.button-text,input[type=submit].button-text {
  flex-shrink: 1;
}button.button-text:hover span+img,.button.button-text:hover span+img,input[type=submit].button-text:hover span+img{transform:translateX(0.25rem)}button.button-text span+img,.button.button-text span+img,input[type=submit].button-text span+img {
  margin-left: 0.5rem;transition:all .2s ease-in-out;
}button:not(.button-text),.button:not(.button-text),input[type=submit]:not(.button-text) {
  text-transform: uppercase;
}a{transition:all .2s ease-in-out}h1>a:hover,h2>a:hover,h3>a:hover,h4>a:hover,h5>a:hover,h6>a:hover {
  --tw-text-opacity: 1;
  color: rgb(231 50 35 / var(--tw-text-opacity));
}.h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}@media (min-width: 768px) {

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

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

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

  .h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}#masterhead {
  overflow-x: hidden;
}@media (min-width: 768px) {

  #masterhead {
    overflow-x: auto;
  }
}#masterhead.header-mobile-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}#masterhead.header-mobile-active .cta-toggle [data-state=off] {
  pointer-events: none;
  position: fixed;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}#masterhead.header-mobile-active .cta-toggle [data-state=on] {
  pointer-events: auto;
  position: static;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}#masterhead .header-logo {
  margin-right: auto;
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;transition:all .2s ease-in-out;
}#masterhead .header-logo .jay-logo{transform:translateY(-0.25rem)}#masterhead .header-mobile {
  display: none;
}#masterhead .header-mobile:not(.header-mobile-dark) ul,#masterhead .header-mobile:not(.header-mobile-dark) li {
  display: block;
  width: 100%;
}#masterhead .header-mobile:not(.header-mobile-dark) ul {
  margin-top: 3rem;
  margin-bottom: 3rem;
}#masterhead .header-mobile:not(.header-mobile-dark) ul > :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));
}#masterhead .header-mobile:not(.header-mobile-dark) li.menu-item a {
  font-size: 2.25rem;
  line-height: 2.5rem;font-family:"Orbitron",sans-serif;
}#masterhead .header-mobile.header-mobile-dark {
  margin-top: 1.25rem;
}#masterhead .header-mobile.header-mobile-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}#masterhead .header-mobile.header-mobile-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}#masterhead .header-mobile.header-mobile-dark ul {
  margin: -1rem;
  display: flex;
  flex-wrap: wrap;
}#masterhead .header-mobile.header-mobile-dark ul>li {
  width: 50%;
  padding: 1rem;
}#masterhead .cta-toggle [data-state]{transition:all .2s ease-in-out}#masterhead .cta-toggle [data-state=off] {
  pointer-events: auto;
  position: static;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}#masterhead .cta-toggle [data-state=on] {
  pointer-events: none;
  position: fixed;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}#masterhead .cta-toggle img {
  width: 1.25rem;
}#mastercontent {
  padding-top: 1.25rem;
  padding-bottom: 4rem;
}@media (min-width: 768px) {

  #mastercontent {
    padding-top: 2rem;
  }
}#masterfoot {
  overflow: hidden;
  border-top-width: 1px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}#nav-top ul {
  display: flex;
  align-items: center;
}#nav-top ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}#nav-top li {
  position: relative;
}#nav-top li::before {
  pointer-events: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0.25rem;
  width: 100%;
  opacity: 0;background:var(--color-red);background:linear-gradient(90deg, var(--color-red) 0%, var(--color-orange) 100%);content:"";transform:translateY(0.75rem);transition:all .2s ease-in-out;
}#nav-top li.current-menu-item::before,#nav-top li:hover::before {
  opacity: 1;transform:translateY(0.5rem);
}#nav-top a {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}#nav-primary>.wrapper {
  padding-left: 0px;
  padding-right: 0px;
}@media (min-width: 768px) {

  #nav-primary>.wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}#nav-primary ul {
  margin-right: auto;
  display: flex;
  align-items: center;
}#nav-primary ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}#nav-primary ul {
  overflow-x: auto;
  overflow-y: hidden;
}#nav-primary li {
  position: relative;
  flex-shrink: 0;
}#nav-primary li::before {
  pointer-events: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0.25rem;
  width: 100%;
  opacity: 0;background:var(--color-red);background:linear-gradient(90deg, var(--color-red) 0%, var(--color-orange) 100%);content:"";transform:translateY(0.25rem);transition:all .2s ease-in-out;
}#nav-primary li.current-menu-parent::before,#nav-primary li.current-menu-item::before,#nav-primary li:hover::before {
  opacity: 1;transform:translateY(0);
}#nav-primary a {
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;line-height:3rem;
}@media (min-width: 768px){#nav-primary a{line-height:3.75rem}}.site-partner {
  display: flex;
  justify-content: center;
  border-top-width: 1px;
  padding: 2rem;
  text-align: center;
  text-transform: uppercase;color:#a9a9a9;font-family:Arial,Helvetica,sans-serif;font-size:13px;
}.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;max-width:calc(var(--content-size) + var(--gap-size) + var(--gap-size));
}.modal {
  pointer-events: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  opacity: 0;transform:translateY(2rem);
}.modal.modal-active {
  pointer-events: auto;
  opacity: 1;transition:all .2s ease-in-out;transform:none;
}.sidebar {
  margin-top: 2.5rem;
  width: 100%;
  flex-shrink: 0;
}@media (min-width: 768px) {

  .sidebar {
    margin-top: 0px;width:var(--sidebar-size);
  }
}.jay-logo{max-width:12rem}@media (min-width: 768px){.jay-logo{max-width:20rem}}.jay-monogram{max-width:8rem}@media (min-width: 768px){.jay-monogram{max-width:10rem}}.jay-rating {
  display: inline-flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
}.article-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}@media (min-width: 768px) {

  .article-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}.article-date {
  display: flex;
  align-items: center;
}.article-date > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.article-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;color:var(--color-text-secondary);
}.article-thumb {
  position: relative;
  display: block;
  height: 0px;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;padding-bottom:66.667%;
}.article-thumb:hover>img.top-rated{transform:scale(1.1)}.article-thumb>img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.article-thumb>img.top-rated {
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  z-index: 0;max-width:25%;transition:all .2s ease-in-out;
}.article-comment-count {
  display: inline-flex;
  align-items: center;
}.article-comment-count > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.post-pagination {
  border-bottom-width: 1px;
  padding-bottom: 0.75rem;
}.post-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}.post-pagination .page-numbers {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}.post-pagination .page-numbers.current {
  pointer-events: none;
  opacity: 0.25;
}.post-pagination .prev,.post-pagination .next {
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  align-items: center;
}.post-pagination .prev > :not([hidden]) ~ :not([hidden]),.post-pagination .next > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.post-pagination .prev,.post-pagination .next {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;min-height:2.5rem;transition:all .2s ease-in-out;
}.post-pagination .prev.filler,.post-pagination .next.filler {
  pointer-events: none;
  opacity: 0;
}.post-pagination .prev:hover,.post-pagination .next:hover{background-color:var(--color-border)}@media only screen and (max-width: 767px){.post-pagination .prev > :not([hidden]) ~ :not([hidden]),.post-pagination .next > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }.post-pagination .prev span,.post-pagination .next span {
    display: none;
  }}.post-pagination .prev {
  margin-right: auto;
}.post-pagination .next {
  margin-left: auto;
}.home-pagination .post-pagination {
  border-width: 0px;
  padding: 0px;
}.home-pagination .post-pagination .nav-links {
  justify-content: flex-start;
}.home-pagination .post-pagination .page-numbers {
  border-bottom-width: 0px !important;
}.home-pagination .post-pagination .filler {
  pointer-events: none;
  display: none;
}.image-cell>img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}[css-font=primary]{font-family:"Archivo",sans-serif}[css-font=secondary]{font-family:"Inter",sans-serif}[css-font=tertiary]{font-family:"Orbitron",sans-serif}[css-bg=light] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}[css-bg=dark] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}[css-bg=gray] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));background-color:var(--color-gray);
}[css-tx=primary] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}[css-tx=secondary]{color:var(--color-text-secondary)}[data-component=article-card] {
  overflow: hidden;
  border-radius: 0.375rem;background-color:var(--color-gray);
}[data-component=article-card] .article-card-container {
  display: flex;
}[data-component=article-card] .article-card-container>*:nth-child(1) {
  width: 66.666667%;
}[data-component=article-card] .article-card-container>*:nth-child(2) {
  display: flex;
  width: 33.333333%;
  flex-direction: column;
  padding: 1.25rem;
}[data-component=article-card] .article-card-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}@media only screen and (max-width: 767px){[data-component=article-card] {
    overflow: auto;
    border-radius: 0px;
    background-color: transparent;
  }[data-component=article-card][data-hero=true] .article-card-container {
    flex-direction: column;
  }[data-component=article-card][data-hero=true] .article-card-container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }[data-component=article-card][data-hero=true] .article-card-container>* {
    width: 100%;
    padding: 0px;
  }[data-component=article-card][data-hero=true] .article-card-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }[data-component=article-card][data-hero=false] .article-card-container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }[data-component=article-card][data-hero=false] .article-card-container>*:nth-child(1) {
    width: 33.333333%;
    flex: none;
  }[data-component=article-card][data-hero=false] .article-card-container>*:nth-child(2) {
    width: auto;
    flex-grow: 1;
    padding: 0px;
  }[data-component=article-card][data-hero=false] .article-card-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }}@media (min-width: 768px){[data-component=article-slider][data-col-num="2"] .swiper-slide{width:calc(50% - 1.25rem) !important}[data-component=article-slider][data-col-num="2"] .swiper-slide:nth-child(n+3){margin-top:1.25rem !important}[data-component=article-slider][data-col-num="3"] .swiper-slide{width:calc(33.333% - 1.25rem) !important}[data-component=article-slider][data-col-num="3"] .swiper-slide:nth-child(n+4){margin-top:1.25rem !important}[data-component=article-slider][data-col-num="4"] .swiper-slide{width:calc(25% - 1.25rem) !important}[data-component=article-slider][data-col-num="4"] .swiper-slide:nth-child(n+5){margin-top:1.25rem !important}}[data-component=article-slider] .swiper {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}@media (min-width: 768px) {

  [data-component=article-slider] .swiper {
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}[data-component=article-slider] .swiper-slide {
  margin-bottom: 0px;
  height: auto;
  width: 18rem;
}@media (min-width: 768px) {

  [data-component=article-slider] .swiper-slide {
    margin-bottom: 1.25rem;
  }
}[data-component=article-slider] .swiper-slide{margin-top:0 !important}[data-component=article-slider] .swiper-scrollbar {
  margin-top: 1.25rem;
}@media (min-width: 768px) {

  [data-component=article-slider] .swiper-scrollbar {
    display: none;
  }
}[data-component=article-slider] .swiper-scrollbar{position:static !important;left:0 !important;right:0 !important;width:100% !important;background-color:var(--color-border)}[data-component=article-slider] .swiper-scrollbar .swiper-scrollbar-drag {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}[data-component=filter-bar] {
  margin-bottom: 4rem;
}@media only screen and (max-width: 767px){[data-component=filter-bar] .filter-bar-modal {
    pointer-events: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10;
    height: 100vh;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241 / var(--tw-bg-opacity));
    padding: 1rem;
    opacity: 0;transition:all .2s ease-in-out;transform:translateY(2rem);
  }}[data-component=filter-bar] .filter-bar-modal .filter-bar-cta-hide {
  display: none;
}@media only screen and (max-width: 767px){[data-component=filter-bar] .filter-bar-modal.filter-bar-modal-active {
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    opacity: 1;transform:none;
  }[data-component=filter-bar] .filter-bar-modal.filter-bar-modal-active .filter-bar-cta-hide {
    margin-bottom: 2rem;
    display: block;
  }}[data-component=hero-slider].hero-slider-ended .hero-slider-footer {
  display: none;
}[data-component=hero-slider] .hero-slider-swiper .swiper-slide {
  height: auto;
}[data-component=hero-slider] .swiper-pagination.swiper-pagination-progressbar {
  position: relative;
  background-color: transparent;
}[data-component=hero-slider] .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--color-red);background:linear-gradient(90deg, var(--color-red) 0%, var(--color-orange) 100%)}[data-component=hero-slider] .hero-slider-trail {
  display: flex;
  overflow: hidden;
}[data-component=hero-slider] .hero-slider-trail-item {
  width: 80%;
  flex: none;
  padding-right: 1.25rem;
}@media (min-width: 768px) {

  [data-component=hero-slider] .hero-slider-trail-item {
    width: 33.333333%;
  }
}[data-component=hero-slider] .hero-slider-trail-item{transition:all .2s ease-in-out}[data-component=lego-affiliate-box] > :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));
}[data-component=lego-affiliate-box] {
  border-radius: 0.375rem;
  padding: 1.5rem;background-color:var(--color-gray);
}[data-component=newsletter-box]{background:var(--color-red);background:linear-gradient(0deg, var(--color-red) 0%, var(--color-orange) 100%);border-radius: 0.375rem;padding: 1.5rem}[data-component=newsletter-box] form > :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));
}[data-component=newsletter-box] form input[type=email] {
  width: 100%;
  border-color: transparent;
}[data-component=newsletter-box] form button[type=submit] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}[data-component=otc][data-otc-state=otc-state-init]>*:not(.otc__init) {
  pointer-events: none;
  display: none;
}[data-component=otc][data-otc-state=otc-state-init]>*:is(.otc__init) {
  display: flex;
}[data-component=otc][data-otc-state=otc-state-loading]>*:not(.otc__loader) {
  pointer-events: none;
  display: none;
}[data-component=otc][data-otc-state=otc-state-loading]>*:is(.otc__loader) {
  display: flex;
}[data-component=otc][data-otc-state=otc-state-error]>*:not(.otc__error) {
  pointer-events: none;
  display: none;
}[data-component=otc][data-otc-state=otc-state-error]>*:is(.otc__error) {
  display: flex;
}[data-component=otc][data-otc-state=otc-state-loaded]>*:not(.otc__result) {
  pointer-events: none;
  display: none;
}[data-component=otc][data-otc-state=otc-state-loaded]>*:is(.otc__result) {
  display: flex;
}[data-component=otc][data-otc-state=otc-state-loaded].copied .otc__cta-copy-yes {
  display: flex;
}[data-component=otc][data-otc-state=otc-state-loaded].copied .otc__cta-copy {
  pointer-events: none;
  display: none;
}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}[data-component=otc] .otc__loader>span {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-bottom-color: transparent;animation:rotation 1s linear infinite;
}[data-component=search-form] input[type=text],[data-component=search-form] input[text=email] {
  border-color: transparent;
}[data-component=section-header] {
  margin-bottom: 1.25rem;
  display: flex;
}[data-component=section-header] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}[data-component=section-header] {
  border-bottom-width: 1px;
  padding-bottom: 0.875rem;
}body.post-template-competition article>*:not(.entry-header):not(.entry-footer) {
  margin-left: auto;
  margin-right: auto;
}body.post-template-competition article .entry-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
}body.post-template-competition article .entry-header .article-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  text-align: center;
}@media (min-width: 768px) {

  body.post-template-competition article .entry-header .article-title {
    max-width: 56rem;
  }
}body.post-template-competition article .entry-header .article-date {
  justify-content: center;
}body.post-template-competition article .has-small-font-size+.has-small-font-size {
  margin-top: 1rem;
}body.post-template-competition article .frm_forms {
  width: 100%;
  max-width: 42rem;
}body.post-template-competition article.comp-closed .frm_forms {
  pointer-events: none;
  display: none;
}[data-acf-block-style] {
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}[data-acf-block-style] .acf-block-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  [data-acf-block-style] .acf-block-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}[data-acf-block-style] .acf-block-title{font-family:"Orbitron",sans-serif}[data-acf-block-style] .acf-block-title>*:first-child {
  flex-grow: 1;
}[data-acf-block-style] .acf-block-title-accent::after{content:"";pointer-events: none;position: absolute;left: 0px;bottom: 0px;height: 0.25rem;width: 100%}[data-acf-block-style] .acf-block-title-accent.acf-block-title-accent-orange::after{background:var(--color-red);background:linear-gradient(90deg, var(--color-red) 0%, var(--color-orange) 100%)}[data-acf-block-style] .acf-block-title-accent.acf-block-title-accent-red::after{background:#8f0045;background:linear-gradient(90deg, #8F0045 0%, #FF0000 100%)}[data-acf-block-style] .acf-block-title-accent.acf-block-title-accent-blue::after{background:var(--color-blue);background:linear-gradient(90deg, var(--color-blue) 0%, #00FFF0 100%)}[data-acf-block-style] .acf-block-title-accent.acf-block-title-accent-green::after{background:var(--color-green);background:linear-gradient(90deg, var(--color-green) 0%, #7CFF6B 100%)}[data-acf-block-style] .acf-block-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}@media (min-width: 768px) {

  [data-acf-block-style] .acf-block-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}[data-acf-block-style] .acf-block-content{font-family:"Inter",sans-serif}[data-acf-block-style=outline] {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
  background-color: transparent;
}[data-acf-block-style=outline] .acf-block-title {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.adthrive-footer-message {
  margin-top: 0px !important;
  margin-bottom: 8rem !important;
  border-top-width: 1px !important;
  padding-top: 2rem !important;
}.adthrive-footer-message * {
  margin: 0px !important;
}.adthrive-footer-message span {
  border-width: 0px !important;
  padding-top: 0px !important;
}.adthrive-sticky.adthrive-footer {
  border-top-width: 1px !important;
}.adthrive-sticky.adthrive-footer iframe {
  margin-left: auto;
  margin-right: auto;
}.article-comments a,.article-comments cite.fn>a {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));transition:all .2s ease-in-out;
}.article-comments a:hover,.article-comments cite.fn>a:hover{color:var(--color-red);border-color:var(--color-red)}.article-comments h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}@media (min-width: 768px) {

  .article-comments h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}.article-comments h3 {
  margin-bottom: 1rem;
}.article-comments #respond #commentform {
  max-width: 36rem;
}.article-comments #respond #commentform > :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));
}.article-comments #respond #commentform label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}.article-comments #respond #commentform label .required{color:var(--color-red)}.article-comments #respond #commentform .comment-form-comment {
  margin-bottom: 1rem !important;
}.article-comments #respond #commentform .comment-subscription-form {
  margin-top: 0.5rem !important;
}.article-comments #respond .required-field-message .required{color:var(--color-red)}.article-comments #respond .comment-form-author,.article-comments #respond .comment-form-email,.article-comments #respond .comment-form-url {
  max-width: 24rem;
}.article-comments #respond .comment-subscription-form,.article-comments #respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}.article-comments #respond .comment-subscription-form input,.article-comments #respond .comment-form-cookies-consent input {
  flex-shrink: 0;
}.article-comments #respond .comment-subscription-form label,.article-comments #respond .comment-form-cookies-consent label {
  margin: 0px !important;
  margin-left: 0.5rem !important;
}.article-comments .commentlist > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}.article-comments .commentlist {
  padding-bottom: 2.5rem;
}.article-comments .commentlist>.comment:first-child {
  border-top-width: 0px;
  padding-top: 0px;
}.article-comments .comment {
  border-top-width: 1px;
  padding-top: 2.5rem;
}.article-comments .comment-body {
  padding-left: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}@media (min-width: 768px) {

  .article-comments .comment-body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}.article-comments .comment-body>* {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
}.article-comments .comment-body>*:first-child {
  margin-top: 0px;
}.article-comments .comment-body>*:last-child {
  margin-bottom: 0px;
}.article-comments .comment-body>br {
  position: absolute;
  display: none;
}.article-comments .comment-body .comment-author {
  margin-left: -3rem;
  display: flex;
  align-items: center;
}.article-comments .comment-body .comment-author > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.article-comments .comment-body .comment-author .avatar {
  border-radius: 0.25rem;
}.article-comments .comment-body .comment-author .fn {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-style: normal;
}@media (min-width: 768px) {

  .article-comments .comment-body .comment-author .fn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}.article-comments .comment-body .comment-author .says {
  display: none;
}.article-comments .comment-body .comment-meta {
  display: flex;
  align-items: center;
}.article-comments .comment-body .comment-meta > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.article-comments .comment-body .comment-meta {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;color:var(--color-text-secondary);
}.article-comments .comment-body .comment-meta a {
  border-bottom-width: 0px;
}.article-comments .comment-body+.children {
  margin-left: 2.5rem;
  margin-top: 2.5rem;
}.article-comments .comment-body+.comment-respond {
  margin-top: 2.5rem;
}.article-comments .comment-body+.comment-respond #reply-title{font-size:0}.article-comments .comment-body+.comment-respond #reply-title a {
  font-size: 1rem;
  line-height: 1.5rem;
}.article-comments .svg-flag-image {
  display: inline !important;
  width: 1rem !important;
}.frm_forms .frm_combo_inputs_container,.frm_forms .frm_grid_container,.frm_forms .frm_form_fields .frm_section_heading,.frm_forms .frm_form_fields .frm_fields_container {
  row-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}.frm_forms .frm_primary_label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}.frm_forms .frm_primary_label .frm_required{color:var(--color-red)}.frm_forms .frm_description,.frm_forms .frm_error {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}.frm_forms .frm_error{color:var(--color-red)}.frm_forms .frm_message,.frm_forms .frm_error_style {
  margin-bottom: 2rem;
  border-radius: 0.375rem;
  padding: 1rem;
}.frm_forms .frm_message {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}.frm_forms .frm_error_style {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));background-color:var(--color-red);
}.frm_forms .frm_button_submit {
  text-transform: uppercase;
}.jetpack_subscription_widget > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}.jetpack_subscription_widget form > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}.jetpack_subscription_widget #subscribe-email input {
  width: 100%;
}.jetpack_subscription_widget #subscribe-submit button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.layout-grid{display:grid;justify-content:center;grid-template-columns:[contentfull-start] minmax(var(--gap-size), 1fr) [contentmain-start] min(100% - var(--gap-size)*2,var(--content-size)) [contentmain-end] minmax(var(--gap-size), 1fr) [contentfull-end]}.layout-grid>.layout-grid-content{grid-column:contentfull}.layout-grid.layout-grid-has-sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}@media (min-width: 768px) {

  .layout-grid.layout-grid-has-sidebar {
    display: grid;
    padding-left: 0px;
    padding-right: 0px;
  }
}.layout-grid.layout-grid-has-sidebar{grid-template-columns:[contentmain-start] min(100% - var(--sidebar-size) - var(--gap-size)*2 - 2rem,var(--content-size) - var(--sidebar-size) - 2rem) [contentmain-end] 2rem [contentside-start] var(--sidebar-size) [contentside-end]}.layout-grid.layout-grid-has-sidebar>.layout-grid-content {
  width: 100%;
  min-width: 0px;grid-column:contentmain;
}.layout-grid.layout-grid-has-sidebar>.layout-grid-content .content-grid{display:block}.layout-grid.layout-grid-has-sidebar>.layout-grid-content .content-grid>.fullwidth {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}@media (min-width: 768px) {

  .layout-grid.layout-grid-has-sidebar>.layout-grid-content .content-grid>.fullwidth {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0.375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}.layout-grid.layout-grid-has-sidebar>.layout-grid-sidebar {
  margin-top: 4rem;
  width: 100%;
  min-width: 0px;
}@media (min-width: 768px) {

  .layout-grid.layout-grid-has-sidebar>.layout-grid-sidebar {
    margin-top: 0px;
  }
}.layout-grid.layout-grid-has-sidebar>.layout-grid-sidebar{grid-column:contentside}.content-grid > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}.content-grid{display:grid;grid-template-columns:[fullwidth-start] minmax(var(--gap-size), 1fr) [content-start] min(100% - var(--gap-size)*2,var(--content-size)) [content-end] minmax(var(--gap-size), 1fr) [fullwidth-end]}.content-grid.post:not(.comp) > :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));
}.content-grid>*:not(.fullwidth){grid-column:content}.content-grid>.fullwidth {
  padding-top: 2rem;
  padding-bottom: 2rem;
}@media (min-width: 768px) {

  .content-grid>.fullwidth {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}.content-grid>.fullwidth{display:grid;grid-template-columns:[fullwidth-start] minmax(var(--gap-size), 1fr) [content-start] min(100% - var(--gap-size)*2,var(--content-size)) [content-end] minmax(var(--gap-size), 1fr) [fullwidth-end];grid-column:fullwidth}.content-grid>.fullwidth>*{grid-column:content}.content-grid>*:not(.entry-header):not(.entry-footer):not(.wp-block-heading):not([data-acf-block]){font-family:"Inter",sans-serif}.content-grid>h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}@media (min-width: 768px) {

  .content-grid>h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}.content-grid>h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}@media (min-width: 768px) {

  .content-grid>h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}.content-grid>h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}@media (min-width: 768px) {

  .content-grid>h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}.content-grid>h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}@media (min-width: 768px) {

  .content-grid>h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}.content-grid>p,.content-grid>ol,.content-grid>ul,.content-grid>blockquote {
  width: 100% !important;
  max-width: 42rem !important;
}.content-grid>p+p {
  margin-top: 1rem !important;
}.content-grid>ol,.content-grid>ul {
  padding-left: 1.25rem;
}.content-grid>ol {
  list-style-type: decimal;
}.content-grid>ul {
  list-style-type: disc;
}.content-grid>*:not(.entry-footer):not([data-acf-block]):not(figure) a:not(.button) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-weight: 600;transition:all .2s ease-in-out;
}.content-grid>*:not(.entry-footer):not([data-acf-block]):not(figure) a:not(.button):hover{color:var(--color-red);border-color:var(--color-red)}.content-grid figcaption {
  margin: 0px;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
}.content-grid cite {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;color:var(--color-text-secondary);
}.content-grid .wp-block-heading {
  margin-bottom: -1rem !important;
}.content-grid .wp-block-columns {
  margin-bottom: 0px;
  gap: 2rem;
}.content-grid .wp-block-image img {
  border-radius: 0.375rem;
}.content-grid .wp-block-quote {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}.content-grid .wp-block-quote::before {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0.25rem;background:var(--color-red);background:linear-gradient(0deg, var(--color-red) 0%, var(--color-orange) 100%);content:"";
}.content-grid .wp-block-quote>*+* {
  margin-top: 1rem;
}.content-grid .wp-block-quote cite {
  display: block;
  font-style: normal;
}.content-grid .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
}.content-grid .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper>* {
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
}.content-grid .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
}.content-grid .wp-block-embed.is-provider-tiktok blockquote {
  margin-top: 0px;
  margin-bottom: 0px;
}.content-grid .wp-block-embed.is-provider-tiktok figcaption {
  text-align: center;
}.content-grid .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}.content-grid .wp-block-buttons .wp-block-button a {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .content-grid .wp-block-buttons .wp-block-button a {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}.content-grid .wp-block-buttons .wp-block-button a{transition:all .2s ease-in-out;box-shadow:.25rem .25rem 0 #000;transform:translate(-0.25rem, -0.25rem)}.content-grid .wp-block-buttons .wp-block-button a:hover{transform:none !important;box-shadow:none !important}.content-grid .has-background {
  max-width: none;
  border-radius: 0.375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}@media (min-width: 768px) {

  .content-grid .has-text-align-center {
    margin-left: auto;
    margin-right: auto;
  }
}@media only screen and (max-width: 767px){.content-grid .has-text-align-center {
    text-align: left;
  }}.content-grid .entry-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}@media (min-width: 768px) {

  .content-grid .entry-header > :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-grid .entry-footer>* > :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));
}.content-grid .entry-footer>* {
  border-top-width: 1px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}body.single-post .content-grid>p,body.single-post .content-grid>ol,body.single-post .content-grid>ul,body.single-post .content-grid>blockquote {
  width: 100% !important;
  max-width: none !important;
}.widget.widget_media_image {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  padding: 1.5rem;
}.widget+.widget {
  margin-top: 2.5rem;
}.widget {
  list-style-type: none;
}.widget .widgettitle {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}@media (min-width: 768px) {

  .widget .widgettitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}.widget .widgettitle {
  margin-bottom: 0.625rem;
}.textwidget{font-family:"Inter",sans-serif;font-size: 0.875rem;line-height: 1.25rem;font-weight: 400}.textwidget>*+*{margin-top:var(--gap-size)}@media only screen and (max-width: 767px){.textwidget>*+*{margin-top:var(--gap-mobile-size)}}.textwidget a {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-weight: 600;transition:all .2s ease-in-out;
}.textwidget a:hover{color:var(--color-red);border-color:var(--color-red)}.textwidget ol,.textwidget ul {
  padding-left: 1.25rem;
}.textwidget ol {
  list-style-type: decimal;
}.textwidget ul {
  list-style-type: disc;
}.textwidget figcaption {
  margin: 0px;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
}.textwidget cite {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;color:var(--color-text-secondary);
}.widget.jetpack_subscription_widget:not(.amr_widget){background:var(--color-red);background:linear-gradient(0deg, var(--color-red) 0%, var(--color-orange) 100%);border-radius: 0.375rem;padding: 1.5rem}.widget.jetpack_subscription_widget:not(.amr_widget) form input[type=email] {
  border-color: transparent;
}.widget.jetpack_subscription_widget:not(.amr_widget) h2.widgettitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;font-family:"Orbitron",sans-serif;
}.widget.jetpack_subscription_widget:not(.amr_widget) .wp-block-jetpack-subscriptions__container {
  margin-top: 1.25rem;
}.widget.jetpack_subscription_widget form > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}.widget.jetpack_subscription_widget form button[type=submit] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}.widget.jetpack_subscription_widget h2 {
  font-weight: 700;
}.widget.jetpack_subscription_widget #subscribe-email input {
  width: 100%;
}.widget.jetpack_subscription_widget #subscribe-text,.widget.jetpack_subscription_widget .wp-block-jetpack-subscriptions__subscount{font-family:"Inter",sans-serif;font-size: 0.875rem;line-height: 1.25rem;font-weight: 400}.widget.jetpack_subscription_widget .wp-block-jetpack-subscriptions__container {
  margin-top: 2.5rem;
}.widget.jetpack_subscription_widget .wp-block-jetpack-subscriptions__container > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}.widget.widget_search form input[type=submit] {
  margin-top: 1.25rem;
}.widget.widget_recent_entries a {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-weight: 600;transition:all .2s ease-in-out;
}.widget.widget_recent_entries a:hover{color:var(--color-red);border-color:var(--color-red)}.widget.widget_categories select,.widget.widget_archive select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.widget.shortcode_widget .cff .cff-visual-header {
  pointer-events: none;
  display: none;
}.widget.shortcode_widget .cff .cff-likebox {
  margin: 0px;
}#sb_instagram #sbi_images {
  float: none !important;
  margin: 0px !important;
  display: flex !important;
  width: 100% !important;
  flex-wrap: wrap !important;
  padding: 0px !important;
}#sb_instagram #sbi_images .sbi_item {
  padding: 0.25rem !important;flex:0 0 33.33%;
}#sb_instagram #sbi_load {
  margin-top: 1rem;
}#sb_instagram .sb_instagram_header {
  padding: 0px !important;
}#sb_instagram .sb_instagram_header a {
  border-width: 0px;
}#sb_instagram .sbi_photo {
  border-width: 0px;
}#cff .cff-posts-wrap .cff-item.cff-box {
  margin: 0px !important;
  padding: 0px !important;
}#cff .cff-posts-wrap .cff-item.cff-box+.cff-item.cff-box {
  margin-top: 1.25rem !important;
}[data-acf-block=audience-rating].is-form-submitted .audience-rating-instruction {
  pointer-events: none;
  display: none;
}[data-acf-block=audience-rating] .audience-rating-instruction {
  margin-bottom: 1rem;
}[data-acf-block=audience-rating] .audience-rating-form.is-busy .audience-rating-form-spinner {
  display: block;
}[data-acf-block=audience-rating] .audience-rating-form.is-busy .audience-rating-form-field {
  display: none;
}[data-acf-block=audience-rating] .audience-rating-form-spinner {
  display: none;
}[data-acf-block=audience-rating] .audience-rating-form-field {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
}[data-acf-block=audience-rating] .audience-rating-form-field:has(button:hover) button:not(:hover) {
  opacity: 0.75;scale:.9;
}[data-acf-block=audience-rating] .audience-rating-form-field button {
  height: 4rem;
  flex: 1 1 auto;
  flex-basis: 20%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));transition:all .2s ease-in-out;
}[data-acf-block=audience-rating] .audience-rating-form-field button:hover{background:var(--color-blue);background:linear-gradient(0deg, var(--color-blue) 0%, #00FFF0 100%);scale:1.1}@media(hover: hover){[data-acf-block=big-link-list] .ctas:has(a:hover) a:not(:hover) {
    opacity: 0.75;
    --tw-blur: blur(12px);
    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);scale:.9;
  }[data-acf-block=big-link-list] .ctas a {
    transform-origin: left;
  }@media (min-width: 768px) {

    [data-acf-block=big-link-list] .ctas a {
      transform-origin: center;
    }
  }[data-acf-block=big-link-list] .ctas a{transition:all .2s ease-in-out}[data-acf-block=big-link-list] .ctas a:hover{scale:1.1}}[data-acf-block=big-link-list] .ctas+.ctas-content {
  margin-top: 3rem;
}@media (min-width: 768px) {

  [data-acf-block=big-link-list] .ctas+.ctas-content {
    margin-top: 6rem;
  }
}[data-acf-block=minifig-scanner] .cmf-title+.cmf-summary {
  margin-top: 1rem;
}@media (min-width: 768px) {

  [data-acf-block=minifig-scanner] .cmf-title+.cmf-summary {
    margin-top: 2rem;
  }
}.content-grid.content-grid>[data-acf-block=minifig-scanner] {
  margin-top: 2rem;
}[data-acf-block=social-box]{background:var(--color-red);background:linear-gradient(0deg, var(--color-red) 0%, var(--color-orange) 100%);border-radius: 0.375rem;padding: 1.25rem}@media (min-width: 768px) {

  [data-acf-block=social-box] {
    padding: 4rem;
  }
}.hover\:text-red-theme:hover {
  --tw-text-opacity: 1;
  color: rgb(231 50 35 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .md\:sticky {
    position: sticky;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:order-1 {
    order: 1;
  }

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

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

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:-mr-0 {
    margin-right: -0px;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

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

  .md\:w-2\/5 {
    width: 40%;
  }

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

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:basis-1\/4 {
    flex-basis: 25%;
  }

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

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

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

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

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

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

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

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

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

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\: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));
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:border {
    border-width: 1px;
  }

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

  .md\:border-t-0 {
    border-top-width: 0px;
  }

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

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

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

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

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }
}@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }
}
@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
