@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,500;1,600&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: -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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

.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: 1320px){
  .container{
    max-width: 1320px;
  }
}

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

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

.bg-white{
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.bg-primary-100{
  --bg-opacity: 1 !important;
  background-color: #F37836 !important;
  background-color: rgba(243, 120, 54, var(--bg-opacity)) !important;
}

.hover\:bg-gray-900:hover{
  --bg-opacity: 1 !important;
  background-color: #373434 !important;
  background-color: rgba(55, 52, 52, var(--bg-opacity)) !important;
}

.hover\:bg-primary-100:hover{
  --bg-opacity: 1 !important;
  background-color: #F37836 !important;
  background-color: rgba(243, 120, 54, var(--bg-opacity)) !important;
}

.bg-center{
  background-position: center !important;
}

.bg-no-repeat{
  background-repeat: no-repeat !important;
}

.bg-cover{
  background-size: cover !important;
}

.border-transparent{
  border-color: transparent !important;
}

.border-gray-100{
  --border-opacity: 1 !important;
  border-color: #DFDFDF !important;
  border-color: rgba(223, 223, 223, var(--border-opacity)) !important;
}

.border-gray-200{
  --border-opacity: 1 !important;
  border-color: #ECECEC !important;
  border-color: rgba(236, 236, 236, var(--border-opacity)) !important;
}

.border-gray-400{
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.border-gray-500{
  --border-opacity: 1 !important;
  border-color: #D4D4D4 !important;
  border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
}

.border-primary-100{
  --border-opacity: 1 !important;
  border-color: #F37836 !important;
  border-color: rgba(243, 120, 54, var(--border-opacity)) !important;
}

.hover\:border-primary-100:hover{
  --border-opacity: 1 !important;
  border-color: #F37836 !important;
  border-color: rgba(243, 120, 54, var(--border-opacity)) !important;
}

.rounded{
  border-radius: 0.25rem !important;
}

.rounded-lg{
  border-radius: 0.8rem !important;
}

.rounded-xl{
  border-radius: 1.5rem !important;
}

.rounded-full{
  border-radius: 9999px !important;
}

.border-none{
  border-style: none !important;
}

.border-2{
  border-width: 2px !important;
}

.border{
  border-width: 1px !important;
}

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

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

.cursor-pointer{
  cursor: pointer !important;
}

.block{
  display: block !important;
}

.inline-block{
  display: inline-block !important;
}

.flex{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.inline-flex{
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.table{
  display: table !important;
}

.hidden{
  display: none !important;
}

.group:hover .group-hover\:block{
  display: block !important;
}

.group:hover .group-hover\:hidden{
  display: none !important;
}

.flex-row-reverse{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-col{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-col-reverse{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap{
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.items-start{
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.items-end{
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.items-center{
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.justify-start{
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-center{
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-between{
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.flex-1{
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
}

.flex-shrink-0{
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.float-right{
  float: right !important;
}

.font-medium{
  font-weight: 500 !important;
}

.font-semibold{
  font-weight: 600 !important;
}

.font-bold{
  font-weight: 700 !important;
}

.h-6{
  height: 1.5rem !important;
}

.h-10{
  height: 2.5rem !important;
}

.h-12{
  height: 3rem !important;
}

.h-14{
  height: 3.5rem !important;
}

.h-16{
  height: 4rem !important;
}

.h-24{
  height: 6rem !important;
}

.h-32{
  height: 8rem !important;
}

.h-48{
  height: 12rem !important;
}

.h-80{
  height: 29rem !important;
}

.h-auto{
  height: auto !important;
}

.h-full{
  height: 100% !important;
}

.text-xs{
  font-size: 0.75rem !important;
}

.text-sm{
  font-size: 0.875rem !important;
}

.text-base{
  font-size: 1rem !important;
}

.text-lg{
  font-size: 1.125rem !important;
}

.text-2xl{
  font-size: 1.5rem !important;
}

.text-3xl{
  font-size: 1.875rem !important;
}

.text-4xl{
  font-size: 2.25rem !important;
}

.leading-none{
  line-height: 1 !important;
}

.leading-normal{
  line-height: 1.5 !important;
}

.leading-relaxed{
  line-height: 1.825 !important;
}

.m-0{
  margin: 0 !important;
}

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

.mt-0{
  margin-top: 0 !important;
}

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

.mt-1{
  margin-top: 0.25rem !important;
}

.mt-2{
  margin-top: 0.5rem !important;
}

.mr-2{
  margin-right: 0.5rem !important;
}

.mb-2{
  margin-bottom: 0.5rem !important;
}

.ml-2{
  margin-left: 0.5rem !important;
}

.mt-3{
  margin-top: 0.75rem !important;
}

.mr-3{
  margin-right: 0.75rem !important;
}

.mb-3{
  margin-bottom: 0.75rem !important;
}

.mt-4{
  margin-top: 1rem !important;
}

.mr-4{
  margin-right: 1rem !important;
}

.mb-4{
  margin-bottom: 1rem !important;
}

.ml-4{
  margin-left: 1rem !important;
}

.mt-5{
  margin-top: 1.25rem !important;
}

.mr-5{
  margin-right: 1.25rem !important;
}

.mb-5{
  margin-bottom: 1.25rem !important;
}

.mt-6{
  margin-top: 1.5rem !important;
}

.mb-6{
  margin-bottom: 1.5rem !important;
}

.mt-8{
  margin-top: 2rem !important;
}

.mr-8{
  margin-right: 2rem !important;
}

.mb-8{
  margin-bottom: 2rem !important;
}

.mt-10{
  margin-top: 2.5rem !important;
}

.mt-12{
  margin-top: 3rem !important;
}

.mb-12{
  margin-bottom: 3rem !important;
}

.mt-16{
  margin-top: 4rem !important;
}

.mb-16{
  margin-bottom: 4rem !important;
}

.mt-20{
  margin-top: 5rem !important;
}

.mb-20{
  margin-bottom: 5rem !important;
}

.mt-32{
  margin-top: 8rem !important;
}

.mb-32{
  margin-bottom: 8rem !important;
}

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

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

.-mt-3{
  margin-top: -0.75rem !important;
}

.-mb-3{
  margin-bottom: -0.75rem !important;
}

.-mt-4{
  margin-top: -1rem !important;
}

.-mt-6{
  margin-top: -1.5rem !important;
}

.-mt-10{
  margin-top: -2.5rem !important;
}

.-mb-10{
  margin-bottom: -2.5rem !important;
}

.-mt-12{
  margin-top: -3rem !important;
}

.-mt-24{
  margin-top: -6rem !important;
}

.-mt-32{
  margin-top: -8rem !important;
}

.-mt-48{
  margin-top: -12rem !important;
}

.-ml-48{
  margin-left: -12rem !important;
}

.-mt-64{
  margin-top: -16rem !important;
}

.max-h-screen{
  max-height: 100vh !important;
}

.max-w-md{
  max-width: 28rem !important;
}

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

.opacity-0{
  opacity: 0 !important;
}

.opacity-25{
  opacity: 0.25 !important;
}

.group:hover .group-hover\:opacity-6{
  opacity: 0.06 !important;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1 !important;
}

.outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.overflow-hidden{
  overflow: hidden !important;
}

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

.p-2{
  padding: 0.5rem !important;
}

.p-4{
  padding: 1rem !important;
}

.p-8{
  padding: 2rem !important;
}

.px-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

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

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

.pt-1{
  padding-top: 0.25rem !important;
}

.pt-2{
  padding-top: 0.5rem !important;
}

.pb-2{
  padding-bottom: 0.5rem !important;
}

.pb-5{
  padding-bottom: 1.25rem !important;
}

.pt-6{
  padding-top: 1.5rem !important;
}

.pb-6{
  padding-bottom: 1.5rem !important;
}

.pt-8{
  padding-top: 2rem !important;
}

.pb-8{
  padding-bottom: 2rem !important;
}

.pt-10{
  padding-top: 2.5rem !important;
}

.pr-10{
  padding-right: 2.5rem !important;
}

.pb-10{
  padding-bottom: 2.5rem !important;
}

.pl-10{
  padding-left: 2.5rem !important;
}

.pt-12{
  padding-top: 3rem !important;
}

.pb-12{
  padding-bottom: 3rem !important;
}

.pt-16{
  padding-top: 4rem !important;
}

.pb-16{
  padding-bottom: 4rem !important;
}

.pl-16{
  padding-left: 4rem !important;
}

.pb-20{
  padding-bottom: 5rem !important;
}

.pt-24{
  padding-top: 6rem !important;
}

.pr-24{
  padding-right: 6rem !important;
}

.pl-40{
  padding-left: 10rem !important;
}

.pr-64{
  padding-right: 16rem !important;
}

.pl-64{
  padding-left: 16rem !important;
}

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

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.inset-0{
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.shadow{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md{
  -webkit-box-shadow: 0px 3px 25px #00000029 !important;
          box-shadow: 0px 3px 25px #00000029 !important;
}

.shadow-lg{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-2xl{
  -webkit-box-shadow: 0px 2px 6px #00000029 !important;
          box-shadow: 0px 2px 6px #00000029 !important;
}

.hover\:shadow:hover{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-md:hover{
  -webkit-box-shadow: 0px 3px 25px #00000029 !important;
          box-shadow: 0px 3px 25px #00000029 !important;
}

.fill-current{
  fill: currentColor !important;
}

.stroke-current{
  stroke: currentColor !important;
}

.text-left{
  text-align: left !important;
}

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

.text-black{
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.text-white{
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.text-black2{
  --text-opacity: 1 !important;
  color: #3E3E3E !important;
  color: rgba(62, 62, 62, var(--text-opacity)) !important;
}

.text-gray-300{
  --text-opacity: 1 !important;
  color: #C9C9C9 !important;
  color: rgba(201, 201, 201, var(--text-opacity)) !important;
}

.text-gray-500{
  --text-opacity: 1 !important;
  color: #D4D4D4 !important;
  color: rgba(212, 212, 212, var(--text-opacity)) !important;
}

.text-gray-600{
  --text-opacity: 1 !important;
  color: #7D7D7D !important;
  color: rgba(125, 125, 125, var(--text-opacity)) !important;
}

.text-primary-100{
  --text-opacity: 1 !important;
  color: #F37836 !important;
  color: rgba(243, 120, 54, var(--text-opacity)) !important;
}

.hover\:text-white:hover{
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.hover\:text-primary-100:hover{
  --text-opacity: 1 !important;
  color: #F37836 !important;
  color: rgba(243, 120, 54, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-white{
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-300{
  --text-opacity: 1 !important;
  color: #FFE4D5 !important;
  color: rgba(255, 228, 213, var(--text-opacity)) !important;
}

.italic{
  font-style: italic !important;
}

.underline{
  text-decoration: underline !important;
}

.whitespace-pre-line{
  white-space: pre-line !important;
}

.w-6{
  width: 1.5rem !important;
}

.w-8{
  width: 2rem !important;
}

.w-12{
  width: 3rem !important;
}

.w-16{
  width: 4rem !important;
}

.w-24{
  width: 6rem !important;
}

.w-auto{
  width: auto !important;
}

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

.w-2\/3{
  width: 66.66667% !important;
}

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

.w-4\/12{
  width: 33.33333% !important;
}

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

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

.z-20{
  z-index: 20 !important;
}

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

.gap-3{
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}

.transform{
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

.-translate-y-1\/2{
  --transform-translate-y: -50% !important;
}

.transition-all{
  -webkit-transition-property: all !important;
  transition-property: all !important;
}

.transition{
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
}

.duration-200{
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

.duration-300{
  -webkit-transition-duration: 300ms !important;
          transition-duration: 300ms !important;
}

@-webkit-keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1550px) {

.container {
    padding-left: 3rem;

    padding-right: 3rem
}
  }

strong,
b {
  font-weight: 700;
}

p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

a {
  --text-opacity: 1;
  color: #F37836;
  color: rgba(243, 120, 54, var(--text-opacity));
}

a:focus,
	a:hover {
    --text-opacity: 1;
    color: #7D7D7D;
    color: rgba(125, 125, 125, var(--text-opacity));
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: -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";
  font-weight: 300;
}

@media (min-width: 1024px) {

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 3rem
}
  }

h1,
h2,
h3 {
  line-height: 1.25;
}

h4,
h5,
h6 {
  line-height: 1.5;
}

h1 {
  font-size: 2.75rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.25rem;
  letter-spacing: 0.025em;
}

ul,
ol {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  margin-left: 0.5rem;
}

@media (min-width: 1024px) {

ul,
ol {
    margin-left: 2rem
}
  }

li {
  margin-bottom: 0.5rem;
}

.sidebar li,
	.article li {
    list-style-type: disc;
  }

blockquote {
  text-align: center;
  font-style: italic;
  margin: 2.5rem;
}

@media (min-width: 1024px) {

blockquote {
    margin: 4rem;

    font-size: 1.125rem
}
  }

.list-reset {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  --bg-opacity: 1;
  background-color: #F37836;
  background-color: rgba(243, 120, 54, var(--bg-opacity));
  --text-opacity: 1;
  color: #ECECEC;
  color: rgba(236, 236, 236, var(--text-opacity));
}

::selection {
  --bg-opacity: 1;
  background-color: #F37836;
  background-color: rgba(243, 120, 54, var(--bg-opacity));
  --text-opacity: 1;
  color: #ECECEC;
  color: rgba(236, 236, 236, var(--text-opacity));
}

.nav-primary {
  display: none;
}

.nav-primary a {
    --text-opacity: 1;
    color: #373434;
    color: rgba(55, 52, 52, var(--text-opacity));
    font-size: 0.75rem;
    text-decoration: none;
    font-weight: 500;
  }

.nav-primary a:focus,
		.nav-primary a:hover {
      --text-opacity: 1;
      color: #F37836;
      color: rgba(243, 120, 54, var(--text-opacity));
    }

.nav-primary li {
    line-height: 1.25;
  }

.nav-primary .highlight {
    --text-opacity: 1;
    color: #F37836;
    color: rgba(243, 120, 54, var(--text-opacity));
    font-style: normal;
    font-weight: 700;
  }

.nav-primary .button {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.nav-primary .current-menu-item a {
    --text-opacity: 1;
    color: #F37836;
    color: rgba(243, 120, 54, var(--text-opacity));
  }

@media (min-width: 1024px) {

.nav-primary {
    display: block
}

    .dark-header .nav-primary {
      -webkit-transform: none;
              transform: none;
    }

    .nav-primary li {
      margin-bottom: 0;
    }
      .nav-primary li:last-child a {
        margin-right: 0;
      }

    .nav-primary a {
      margin-left: 1rem;
      margin-right: 1rem;
    }

    .nav-primary .menu-item-has-children > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
      .nav-primary .menu-item-has-children > a::after {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        margin-left: 0.5rem;
        font-size: 0.75rem;
        --text-opacity: 1;
        color: #D4D4D4;
        color: rgba(212, 212, 212, var(--text-opacity));
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-transition: color 0.15s ease, -webkit-transform 0.15s ease;
        transition: color 0.15s ease, -webkit-transform 0.15s ease;
        transition: transform 0.15s ease, color 0.15s ease;
        transition: transform 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease;
      }

    .nav-primary .button {
      @extend .button-sm;
    }

    .nav-primary .sub-menu {
      display: none;
      position: absolute;
      --bg-opacity: 1;
      background-color: #fff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
              box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      margin: 0;
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-top: 1.25rem;
      border-radius: 1.5rem;
      @extend .list-reset;
      min-width: 15rem;
      max-width: 28rem;
      top: auto;
      left: 0;
      z-index: 50;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-0.5rem);
              transform: translateY(-0.5rem);
      -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
      transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
      transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
      transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
      gap: 0.5rem 1.25rem;
    }
      .nav-primary .sub-menu a {
        --text-opacity: 1;
        color: #373434;
        color: rgba(55, 52, 52, var(--text-opacity));
        white-space: nowrap;
        display: block;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
        .nav-primary .sub-menu a:hover {
          --text-opacity: 1;
          color: #F37836;
          color: rgba(243, 120, 54, var(--text-opacity));
        }

    .nav-primary .menu-item-11810 {
      position: static;
    }
      .nav-primary .menu-item-11810 > .sub-menu {
        display: none;
        left: 0;
        right: 0;
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
                box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        margin: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 0;
        padding-right: 0;
        width: 750px;
        min-width: 750px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 1rem;
        top: auto;
        border: none;
      }
      .nav-primary .menu-item-11810 > .sub-menu > .menu-item {
        margin-bottom: 0;
      }
      .nav-primary .menu-item-11810 > .sub-menu > .menu-item > a {
        font-size: 1rem;
        font-weight: 700;
        --text-opacity: 1;
        color: #373434;
        color: rgba(55, 52, 52, var(--text-opacity));
        margin-bottom: 0.75rem;
        display: block;
      }
        .nav-primary .menu-item-11810 > .sub-menu > .menu-item > a:hover{
          --text-opacity: 1;
          color: #F37836;
          color: rgba(243, 120, 54, var(--text-opacity));
        }
        .nav-primary .menu-item-11810 > .sub-menu > .menu-item > a:after{
          display: none !important;
        }
      .nav-primary .menu-item-11810 > .sub-menu .sub-menu {
        position: static;
        display: block;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0.5rem;
      }
      .nav-primary .menu-item-11810 > .sub-menu .sub-menu a {
        font-size: 0.875rem;
        font-weight: 500;
        --text-opacity: 1;
        color: #7D7D7D;
        color: rgba(125, 125, 125, var(--text-opacity));
      }
        .nav-primary .menu-item-11810 > .sub-menu .sub-menu a:hover {
          --text-opacity: 1;
          color: #F37836;
          color: rgba(243, 120, 54, var(--text-opacity));
        }
        .nav-primary .menu-item-11810:hover > .sub-menu, .nav-primary .menu-item-11810.is-open > .sub-menu {
          display: grid;
        }

    .nav-primary .menu-item-has-children {
      position: relative;
    }
        .nav-primary .menu-item-has-children:hover .sub-menu {
          display: block;
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
        }
        .nav-primary .menu-item-has-children:hover > a::after {
          --text-opacity: 1;
          color: #F37836;
          color: rgba(243, 120, 54, var(--text-opacity));
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
        }
        .nav-primary .menu-item-has-children:focus-within .sub-menu {
          display: block;
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
        }
        .nav-primary .menu-item-has-children:focus-within > a::after {
          --text-opacity: 1;
          color: #F37836;
          color: rgba(243, 120, 54, var(--text-opacity));
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
        }
        .nav-primary .menu-item-has-children.submenu-open .sub-menu {
          display: block;
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
        }
        .nav-primary .menu-item-has-children.submenu-open > a::after {
          --text-opacity: 1;
          color: #F37836;
          color: rgba(243, 120, 54, var(--text-opacity));
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
        }
  }

@media (min-width: 1320px) {
    .nav-primary a {
      font-size: 1rem;
    }
  }

.nav-primary .menu-item-has-children.pll-parent-menu-item > a{
    padding-right: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

.nav-primary .pll-parent-menu-item  li.lang-item{
    max-width: 86px;
  }

.nav-primary .pll-parent-menu-item  li.lang-item a{
      background: white;
    }

.nav-mobile a[href="#"]{
  --text-opacity: 1;
  color: #373434;
  color: rgba(55, 52, 52, var(--text-opacity));
}

/*.nav-mobile #menu-glowne > li > .sub-menu {
    max-height: calc(100dvh - 15rem);
    overflow-y: auto;
}*/

.nav-mobile #menu-glowne > li > .sub-menu > .menu-item-type-taxonomy > a{
  font-size: 1.2rem;
}

.nav-mobile .menu-item-has-children > a {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.nav-mobile .sub-menu a{
  font-size: 1rem;
}

.nav-mobile li.pll-parent-menu-item {
  width: auto !important;
  display: inline-block;
  margin-top: 20px;
  margin-left: 0 !important;
}

.nav-mobile {
  z-index: 99 !important;
  @extend .nav-primary,
        .transition;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 1rem;
  z-index: 50;
  width: 100%;
  display: block;
  z-index: 50;
  text-align: center;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.nav-mobile.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

.nav-mobile a {
    display: block;
    width: 100%;
    font-size: 1.5rem;
  }

.nav-mobile .menu-item-type-taxonomy .sub-menu {
    display: none;
  }

.nav-mobile .menu-item-has-children {
    position: relative;
  }

.nav-mobile .menu-item-has-children > a {
    padding-right: 2.5rem;
  }

.nav-mobile .menu-item-has-children.submenu-open > .sub-menu {
    display: block;
  }

.nav-mobile .submenu-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    --text-opacity: 1;
    color: #373434;
    color: rgba(55, 52, 52, var(--text-opacity));
    background: transparent;
    padding-top: 0.5rem;
    border: none;
  }

.nav-mobile .submenu-toggle-icon {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }

.nav-mobile .menu-item-has-children.submenu-open > .submenu-toggle .submenu-toggle-icon {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }

@media (min-width: 1024px) {

.nav-mobile {
    display: none
}
  }

.admin-bar .nav-mobile {
    top: 46px;
  }

@media (min-width: 768px) {

.admin-bar .nav-mobile {
      top: 32px
  }
    }

@media (min-width: 1024px) {
  .toggle {
    display: none;
  }
}

.footer-menu {
  padding-left: 0;
  margin-left: 0;
  @extend .list-reset;
}

.footer-menu a {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-style: normal;
  }

li.pll-parent-menu-item {
  margin-left: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 1320px) {

li.pll-parent-menu-item {
    margin-left: 2rem
}
  }

li.pll-parent-menu-item>a {
  margin: 0;
  padding: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 9999px;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
}

li.pll-parent-menu-item>a>img {
  border-radius: 9999px;
  margin-right: 0.5rem;
  width: 18px !important;
  height: 18px !important;
}

li.pll-parent-menu-item>a:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  position: relative;
  top: 2px;
  font-size: 11px;
  --text-opacity: 1;
  color: #7D7D7D;
  color: rgba(125, 125, 125, var(--text-opacity));
}

li.pll-parent-menu-item .sub-menu {
  margin: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding:0 !important;
  min-width: unset;
}

li.pll-parent-menu-item .sub-menu li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

li.pll-parent-menu-item .sub-menu a {
  margin: 0 !important;
  margin: 0;
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 9999px;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

li.pll-parent-menu-item .sub-menu a:hover {
    --bg-opacity: 1;
    background-color: #F37836;
    background-color: rgba(243, 120, 54, var(--bg-opacity));
  }

.logo img {
  max-width: 4.2rem;
}

@media (min-width: 1024px) {

.logo img {
    max-width: 6.2rem
}
  }

.pagination a {
    --bg-opacity: 1;
    background-color: #ECECEC;
    background-color: rgba(236, 236, 236, var(--bg-opacity));
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    border-radius: 0.25rem;
    padding: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
    font-weight: 500;
  }

.pagination a:hover {
      --bg-opacity: 1;
      background-color: #C9C9C9;
      background-color: rgba(201, 201, 201, var(--bg-opacity));
    }

.pagination .current {
    --bg-opacity: 1;
    background-color: #ECECEC;
    background-color: rgba(236, 236, 236, var(--bg-opacity));
    --text-opacity: 1;
    color: #F37836;
    color: rgba(243, 120, 54, var(--text-opacity));
    border-radius: 0.25rem;
    padding: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
    font-weight: 500;
  }

.pagination .current:hover {
      --bg-opacity: 1;
      background-color: #C9C9C9;
      background-color: rgba(201, 201, 201, var(--bg-opacity));
    }

.pagination .next {
    --bg-opacity: 1;
    background-color: #D4D4D4;
    background-color: rgba(212, 212, 212, var(--bg-opacity));
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.pagination .next:hover{
      --bg-opacity: 1;
      background-color: #F37836;
      background-color: rgba(243, 120, 54, var(--bg-opacity));
      --text-opacity: 1;
      color: #fff;
      color: rgba(255, 255, 255, var(--text-opacity));
    }

.pagination .prev {
    --bg-opacity: 1;
    background-color: #D4D4D4;
    background-color: rgba(212, 212, 212, var(--bg-opacity));
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.pagination .prev:hover{
      --bg-opacity: 1;
      background-color: #F37836;
      background-color: rgba(243, 120, 54, var(--bg-opacity));
      --text-opacity: 1;
      color: #fff;
      color: rgba(255, 255, 255, var(--text-opacity));
    }

.nav-mobile .sub-menu{
  margin-left: 0px;
}

/*.nav-mobile .menu-item-has-children > a{
    padding-right: 0px;
}*/

body:has(#mobile-menu.active){
  overflow: hidden;
}

.menu-top{
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 60px;
}

.nav-mobile.active{
  height: 100vh;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 0;
}

.nav-mobile #menu-glowne{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
}

.nav-primary .menu-item-has-children.submenu-open.menu-item-11810 > .sub-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  max-height: 500px;
  height: auto;
  min-height: 435px;
}

.nav-primary .menu-item-has-children.submenu-open.menu-item-11810 > .sub-menu > li{
    /*flex: 1 1 auto;*/
    width: 32%;
  }

.nav-primary .menu-item-has-children.submenu-open.menu-item-11810 > .sub-menu a{
    white-space: wrap;
  }

.button {
  font-family: -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";
  font-style: normal;
  font-weight: 300;
  border-radius: 0.25rem;
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
  border-width: 2px;
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
  --text-opacity: 1;
  color: #ECECEC;
  color: rgba(236, 236, 236, var(--text-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 1024px) {

.button {
    padding-left: 3rem;

    padding-right: 3rem;

    padding-top: 1rem;

    padding-bottom: 1rem
}
  }

.button:focus,
	.button:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
    text-decoration: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-transform: translate3d(1px, 2px, 0);
            transform: translate3d(1px, 2px, 0);
    cursor: pointer;
  }

.button-white {
  @extend .button;
  --bg-opacity: 1;
  background-color: #DFDFDF;
  background-color: rgba(223, 223, 223, var(--bg-opacity));
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.button-white:focus,
	.button-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #7D7D7D;
    color: rgba(125, 125, 125, var(--text-opacity));
  }

.button-primary {
  @extend .button;
  --bg-opacity: 1;
  background-color: #F37836;
  background-color: rgba(243, 120, 54, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-style: none;
}

.button-primary:focus,
	.button-primary:hover {
    --border-opacity: 1;
    border-color: #F37836;
    border-color: rgba(243, 120, 54, var(--border-opacity));
    --bg-opacity: 1;
    background-color: #F37836;
    background-color: rgba(243, 120, 54, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #CC3630;
    background-color: rgba(204, 54, 48, var(--bg-opacity));
  }

.button-link {
  font-weight: 700;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: normal;
}

.highlight {
  font-weight: 700;
  font-family: -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";
  font-style: normal;
  --text-opacity: 1;
  color: #F37836;
  color: rgba(243, 120, 54, var(--text-opacity));
}

.button-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}

.button-lg {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {

.button-lg {
    padding-top: 1.5rem;

    padding-bottom: 1.5rem
}
  }

p.woocommerce-info{
  border-top-color: rgb(243, 120, 54);
  background-color: #f6f6f6;
}

p.woocommerce-info::before{
  color:rgb(243, 120, 54);
}

.wc-block-components-checkout-place-order-button__text, a.wc-block-components-button, body #payment.woocommerce-checkout-payment button,
body .woocommerce-button.woocommerce-form-login__submit, 
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit, 
.wc-orange-button a.wp-block-button__link{
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 2.5rem;
  display: inline-block;
  border-radius: 9999px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 600;
  font-size: 0.875rem;
  background-color: rgb(243, 120, 54);
  color: white;
}

.wc-block-components-checkout-place-order-button__text:hover,a.wc-block-components-button:hover,body #payment.woocommerce-checkout-payment button:hover,body .woocommerce-button.woocommerce-form-login__submit:hover,button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,.wc-orange-button a.wp-block-button__link:hover{
    background-color: black;
  }

th.product-total , label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox, 
.woocommerce-form-login__rememberme, 
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads{
  display: none !important;
}

.woocommerce-checkout div#payment{
  background: transparent;
}

.transition {
  -webkit-transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a,
.button,
.button-large,
.button-lg,
.button-primary,
.button-bg-primary-200,
.button-bg-primary-200 .icon {
  @extend .transition;
}

.svg-icon {
  width: 1em;
  height: 1em;
}

.svg-icon path,
	.svg-icon polygon,
	.svg-icon rect {
    fill: currentColor;
  }

.svg-icon circle {
    stroke: currentColor;
    stroke-width: 1;
  }

label {
  font-size: 0.875rem;
  font-family: -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";
  text-transform: uppercase;
  font-weight: 700;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  --text-opacity: 1;
  color: #7D7D7D;
  color: rgba(125, 125, 125, var(--text-opacity));
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  --text-opacity: 1;
  color: #7D7D7D;
  color: rgba(125, 125, 125, var(--text-opacity));
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  --text-opacity: 1;
  color: #7D7D7D;
  color: rgba(125, 125, 125, var(--text-opacity));
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  --text-opacity: 1;
  color: #7D7D7D;
  color: rgba(125, 125, 125, var(--text-opacity));
  opacity: 1;
}

input,
textarea,
select {
  line-height: 1.5;
  border-radius: 0.25rem;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
  --text-opacity: 1;
  color: #7D7D7D;
  color: rgba(125, 125, 125, var(--text-opacity));
  font-size: 1rem;
  width: 100%;
  @extend .transition;
}

input[aria-invalid="true"], textarea[aria-invalid="true"], select[aria-invalid="true"] {
    --border-opacity: 1;
    border-color: #F37836;
    border-color: rgba(243, 120, 54, var(--border-opacity));
  }

input:focus, textarea:focus, select:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    outline: 0;
  }

input:focus, textarea:focus {
  }

textarea {
  height: 6rem;
}

select {
  font-size: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

select option {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

select:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-transform: none;
            transform: none;
  }

.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

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

img {
  border-radius: 0.25rem;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 10;
  --bg-opacity: 1;
  background-color: #DFDFDF;
  background-color: rgba(223, 223, 223, var(--bg-opacity));
}

@media (min-width: 1024px) {

.header {
    padding-top: 1.5rem;

    padding-bottom: 1.5rem;

    padding-bottom: 0
}
  }

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.post-title {
  font-size: 2.25rem;
  margin-bottom: 0;
}

@media (min-width: 1024px) {

.post-title {
    font-size: 2.75rem
}
  }

.article {
  margin-top: 2rem;
}

.article > p:first-of-type {
    font-size: 1.125rem;
  }

.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
    font-weight: 700;
  }

.article h4,
	.article h5,
	.article h6 {
    text-transform: uppercase;
  }

@media (min-width: 1024px) {
    .article p,
		.article ul,
		.article ol {
      margin-top: 1rem;
      margin-bottom: 2rem;
      line-height: 1.5;
    }

    .article p.text-sm {
      font-size: 0.875rem;
    }
  }

html {
  scroll-behavior: smooth;
}

body{
  font-family: 'Montserrat', sans-serif !important;
  --text-opacity: 1;
  color: #7D7D7D;
  color: rgba(125, 125, 125, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif !important;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

@media (max-width: 1650px) {
  /* html {
        font-size: 13px;
    } */
}

@media (max-width: 1320px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 13px;
  }

  .wp-block-gallery .blocks-gallery-item{
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.slidNav2 button, .tns-nav button{
  --bg-opacity: 1 !important;
  background-color: #D8D8D8 !important;
  background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  border-radius: 9999px !important;
  margin-right: 0.25rem !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  height: 6px;
  width: 15px;
}

.slidNav2 .tns-nav-active, .tns-nav .tns-nav-active{
  width: 27px;
  --bg-opacity: 1 !important;
  background-color: #F37836 !important;
  background-color: rgba(243, 120, 54, var(--bg-opacity)) !important;
}

#tns2-ow .tns-nav, .opinie_slider_out .tns-nav{
  text-align: center;
  margin-top: 0.75rem;
}

.blocks-gallery-grid figure{
  overflow: hidden !important;
  border-radius: 0.8rem !important;
}

.wp-block-gallery{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-bottom: 2rem;
}

.opinie_slider_out .tns-nav button{
  height: 13px;
  width: 13px;
  border-radius: 9999px !important;
  border-width: 1px !important;
  --border-opacity: 1 !important;
  border-color: #C9C9C9 !important;
  border-color: rgba(201, 201, 201, var(--border-opacity)) !important;
  background-color: transparent !important;
}

.opinie_slider_out .tns-nav .tns-nav-active{
  --bg-opacity: 1 !important;
  background-color: #F37836 !important;
  background-color: rgba(243, 120, 54, var(--bg-opacity)) !important;
  --border-opacity: 1 !important;
  border-color: #F37836 !important;
  border-color: rgba(243, 120, 54, var(--border-opacity)) !important;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form textarea{
  border-bottom-width: 4px !important;
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding-left: 0.75rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wpcf7-form input[type="text"]:focus,.wpcf7-form input[type="tel"]:focus,.wpcf7-form input[type="email"]:focus,.wpcf7-form textarea:focus{
    border-color:#FFD9C5 !important;
  }

.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form  textarea::-webkit-input-placeholder{
  color: #FFD9C5;
  opacity:1;
}

.wpcf7-form input::-moz-placeholder, .wpcf7-form  textarea::-moz-placeholder{
  color: #FFD9C5;
  opacity:1;
}

.wpcf7-form input::-ms-input-placeholder, .wpcf7-form  textarea::-ms-input-placeholder{
  color: #FFD9C5;
  opacity:1;
}

.wpcf7-form input::placeholder, .wpcf7-form  textarea::placeholder{
  color: #FFD9C5;
  opacity:1;
}

.wpcf7-form textarea{
  margin-top: 1.5rem !important;
  padding-left: 0 !important;
  height: 11rem;
}

/* custom checkbox styling for contact form 7 checkbox */

span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  margin-top: 2rem;
}

.wpcf7-acceptance label {
  cursor: pointer;
}

.wpcf7-acceptance input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 21px;
  height: 23px;
  top: 0;
  left: 0;
}

.wpcf7-acceptance input[type=checkbox] + span {
  /* border: 3px solid red; */
}

.wpcf7-acceptance input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 21px;
  width: 23px;
  top: 5px;
  left: 0px;
  border: 2px solid #FFF;
  border-radius: 2px;
}

.wpcf7-acceptance input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  height: 21px;
  width: 23px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}

.wpcf7-acceptanceinput[type=checkbox]:checked + span:before {
  background: transparent;
}

.wpcf7-acceptance input[type=checkbox]:checked + span:after {
  visibility: visible;
}

.wpcf7-list-item-label {
  margin-left: 40px;
  display: inline-block;
}

.wpcf7-acceptance label span{
  font-size: 1rem !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  color: #FFD9C5 !important
}

.wpcf7-submit{
  width: auto !important;
  -webkit-transition-property: all !important;
  transition-property: all !important;
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
  padding: 1rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  margin-top: 2.5rem !important;
  font-weight: 600 !important;
  display: inline-block !important;
  border-radius: 9999px !important;
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  --text-opacity: 1 !important;
  color: #F37836 !important;
  color: rgba(243, 120, 54, var(--text-opacity)) !important;
}

.wpcf7-submit:hover {
    --bg-opacity: 1 !important;
    background-color: #373434 !important;
    background-color: rgba(55, 52, 52, var(--bg-opacity)) !important;
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

.wpcf7-not-valid-tip {
  color: #ac0909;
  font-size: .6rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  color: #FFF;
  font-size: .8rem;
  border-radius: 5px;
}

.map iframe{
  width: 100% !important;
}

.wow{
  visibility: hidden;
}

@media (min-width: 1024px){

.cat_block{
    min-height:200px
}
  }

@media (min-width: 1024px){

.cat_select select{
    min-width:145px
}
  }

/* === Hoxa / Tailwind styl dla komunikatów WooCommerce === */

body.woocommerce .woocommerce-message,
    body.woocommerce .woocommerce-info,
    body.woocommerce .woocommerce-error {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 1.5rem;
    border-width: 1px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.825;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 0.75rem;
    gap: 0.75rem;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

body.woocommerce .woocommerce-message {
    padding: 1rem 1.25rem;              /* p-4 px-5 */
    margin-top: 0.75rem;                /* mt-3 */
    font-size: 0.75rem;                 /* text-xs */
    font-weight: 600;                   /* font-semibold */
    -webkit-transition-property: all;
    transition-property: all;           /* transition-all */
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;         /* duration-200 */
    border-width: 1px;                  /* border */
    border-color: #C9C9C9;              /* border-gray-500 */
    border-style: solid;
    border-radius: 9999px;              /* rounded-full */
    color: #3E3E3E;                     /* text-black2 */
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

body.woocommerce .woocommerce-message a.button{
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
    }

@media (min-width: 768px) {
    body.woocommerce .woocommerce-message {
      margin-left: 0rem;              /* md:ml-2 */
      padding-left: 0.75rem;            /* md:px-3 */
      padding-right: 0.75rem;
      margin-top: 2rem;               /* md:mt-10 */
    }
  }

body.woocommerce woocommerce-message:before{
    display: none;
  }

body.woocommerce .woocommerce-notices-wrapper.woocommerce-message a {
    padding: 1rem 1.25rem;              /* p-4 px-5 */
    margin-top: 2.5rem;                 /* mt-10 */
    font-size: 0.75rem;                 /* text-xs */
    font-weight: 600;                   /* font-semibold */
    color: #fff;                        /* text-white */
    -webkit-transition-property: all;
    transition-property: all;           /* transition-all */
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;         /* duration-200 */
    border-radius: 9999px;              /* rounded-full */
    background-color: #F37836;          /* bg-primary-100 */
  }

body.woocommerce .woocommerce-message a:hover {
    background-color: #373434;          /* hover:bg-gray-900 */
    color: #fff;                         /* hover:text-white */
  }

body.woocommerce .woocommerce-message:before, body.woocommerce .wc-block-cart-items__header-total span{
    display: none;
  }

.wc-block-cart-items th.wc-block-cart-items__header-total{
  display: none;
}

.woocommerce .fancybox-slide--image .fancybox-content{
    background-color: white;
    padding: 2rem;
    border-radius: 0.25rem;
    overflow: hidden;
  }

li.pll-parent-menu-item {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.wc-block-components-product-details__value, .wc-block-components-product-metadata, .wc-block-components-product-details__name, 
 .wc-block-components-product-metadata__description{
  font-size: 1rem;
}

.wc-block-cart-item__product a.wc-block-components-product-name{
  color: black;
  font-weight: bold;
}

.woocommerce form.checkout .form-row .input-text,body .woocommerce form .form-row .input-text,.woocommerce form .form-row select .input-text{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 4px solid #EFEFEF;
    border-bottom-width: 4px !important;
    --border-opacity: 1 !important;
    border-color: #EFEFEF !important;
    --text-opacity: 1 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    padding-left: 0.75rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

.woocommerce form.checkout .form-row .input-text::-webkit-input-placeholder, body .woocommerce form .form-row .input-text::-webkit-input-placeholder, .woocommerce form .form-row select .input-text::-webkit-input-placeholder{
      color: #7D7D7D !important;
    }

.woocommerce form.checkout .form-row .input-text::-moz-placeholder, body .woocommerce form .form-row .input-text::-moz-placeholder, .woocommerce form .form-row select .input-text::-moz-placeholder{
      color: #7D7D7D !important;
    }

.woocommerce form.checkout .form-row .input-text::-ms-input-placeholder, body .woocommerce form .form-row .input-text::-ms-input-placeholder, .woocommerce form .form-row select .input-text::-ms-input-placeholder{
      color: #7D7D7D !important;
    }

.woocommerce form.checkout .form-row .input-text::placeholder,body .woocommerce form .form-row .input-text::placeholder,.woocommerce form .form-row select .input-text::placeholder{
      color: #7D7D7D !important;
    }

.woocommerce-checkout #customer_details{
    margin-bottom: 2rem;
  }

.woocommerce-checkout h3{
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    font-weight: 700;
  }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
 /*.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,*/ 
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-top: auto;
  font-size: 0.875rem;
  font-weight: 600;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #F37836;
  background-color: rgba(243, 120, 54, var(--bg-opacity));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
    background-color: rgba(55, 52, 52, 1) !important;
    color: white;
  }

body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details, 
    body.woocommerce-order-received .woocommerce-order-details, 
    body.woocommerce-order-received .woocommerce-customer-details  {
    display: none !important;
  }

body .woocommerce li.woocommerce-MyAccount-navigation-link--edit-address{
    display: none !important;
  }

body .woocommerce .woocommerce-MyAccount-content > p, body .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details{
    display: none !important;
  }

body .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details__title{
    margin-top: 0px;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    font-weight: 700;
  }

.max-h-32{
  max-height: 32rem;
  overflow-y: auto;
}

.title-product {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus, 
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:focus{
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline-color: transparent;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:focus{
  color: white;
  background: black;
}

button:focus, a:focus{
  outline-color: transparent;
}

button.addProduct {
  outline-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.body.woocommerce .woocommerce-message:focus-visible, .body.woocommerce .woocommerce-message{
  outline-color:#C9C9C9 !Important;
}

.woocommerce-message,
.woocommerce-message:focus,
.woocommerce-message:focus-visible {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce-message {
  -webkit-transition: none !important;
  transition: none !important;
}

#products-and-pagination{
  position: relative;
}

#products-and-pagination.pf-loading::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 5;
}

#products-and-pagination.pf-loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border-radius: 50%;
  border: 3px solid #ffcfb6;
  border-top-color: #F37836;
  border-top-color: var(--color-primary, #F37836);
  -webkit-animation: pf-spin 0.9s linear infinite;
          animation: pf-spin 0.9s linear infinite;
  z-index: 6;
}

@-webkit-keyframes pf-spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);
  }

  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);
  }
}

@keyframes pf-spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);
  }

  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);
  }
}

#list-box:has(h3.empty-info) #shop-sidebar #shop-filters > .mb-8 {
  display: none !important;
}

#shop-sidebar ul,#mobile-filter-panel ul{
    margin-left: 1rem;
    margin-bottom: 0.5rem;
  }

.pl-1{
  padding-left: 1rem;
}

@media(max-width: 768px){
  #shop-sidebar{
    display: none !important;
  }
}

.product-cat-tree{
  overflow-x: hidden;
}

.product-cat-tree li > .product-cat-row {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.product-cat-toggle {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.product-cat-toggle .fa {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.product-cat-tree lili.has-children > .product-cat-row:hover > a, .product-cat-tree li.has-children > .product-cat-row:hover button i {
  color: #F37836;
  color: var(--color-primary, #F37836);
}

.product-cat-tree li.has-children > .product-cat-row:hover > .product-cat-toggle {
  color: #111827;
}

.product-cat-tree li.is-open > div > .product-cat-toggle .fa {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-cat-tree li.is-open > .product-cat-row > a,
.product-cat-tree li.is-open > .product-cat-row > .product-cat-toggle {
  color: #F37836;
  color: var(--color-primary, #F37836);
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
  }

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

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

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

  @media (min-width: 1320px){
    .sm\:container{
      max-width: 1320px;
    }
  }

  @media (min-width: 1550px){
    .sm\:container{
      max-width: 1550px;
    }
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }

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

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

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

  @media (min-width: 1320px){
    .md\:container{
      max-width: 1320px;
    }
  }

  @media (min-width: 1550px){
    .md\:container{
      max-width: 1550px;
    }
  }

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

  .md\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .md\:hidden{
    display: none !important;
  }

  .md\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .md\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .md\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .md\:text-4xl{
    font-size: 2.25rem !important;
  }

  .md\:ml-2{
    margin-left: 0.5rem !important;
  }

  .md\:mt-10{
    margin-top: 2.5rem !important;
  }

  .md\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }

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

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

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

  @media (min-width: 1320px){
    .lg\:container{
      max-width: 1320px;
    }
  }

  @media (min-width: 1550px){
    .lg\:container{
      max-width: 1550px;
    }
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.8rem !important;
    border-bottom-right-radius: 0.8rem !important;
  }

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

  .lg\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .lg\:hidden{
    display: none !important;
  }

  .lg\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .lg\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .lg\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .lg\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .lg\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .lg\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .lg\:text-4xl{
    font-size: 2.25rem !important;
  }

  .lg\:text-5xl{
    font-size: 2.75rem !important;
  }

  .lg\:text-55xl{
    font-size: 3rem !important;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:mt-0{
    margin-top: 0 !important;
  }

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

  .lg\:ml-0{
    margin-left: 0 !important;
  }

  .lg\:mt-10{
    margin-top: 2.5rem !important;
  }

  .lg\:mt-12{
    margin-top: 3rem !important;
  }

  .lg\:mt-16{
    margin-top: 4rem !important;
  }

  .lg\:mt-20{
    margin-top: 5rem !important;
  }

  .lg\:mt-24{
    margin-top: 6rem !important;
  }

  .lg\:mb-32{
    margin-bottom: 8rem !important;
  }

  .lg\:ml-auto{
    margin-left: auto !important;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .lg\:-mt-16{
    margin-top: -4rem !important;
  }

  .lg\:-mt-20{
    margin-top: -5rem !important;
  }

  .lg\:min-w-0{
    min-width: 0 !important;
  }

  .lg\:opacity-100{
    opacity: 1 !important;
  }

  .lg\:overflow-visible{
    overflow: visible !important;
  }

  .lg\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

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

  .lg\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:pr-0{
    padding-right: 0 !important;
  }

  .lg\:pl-0{
    padding-left: 0 !important;
  }

  .lg\:pl-4{
    padding-left: 1rem !important;
  }

  .lg\:pr-6{
    padding-right: 1.5rem !important;
  }

  .lg\:pr-8{
    padding-right: 2rem !important;
  }

  .lg\:pr-10{
    padding-right: 2.5rem !important;
  }

  .lg\:pl-10{
    padding-left: 2.5rem !important;
  }

  .lg\:pt-12{
    padding-top: 3rem !important;
  }

  .lg\:pr-12{
    padding-right: 3rem !important;
  }

  .lg\:pl-12{
    padding-left: 3rem !important;
  }

  .lg\:pl-14{
    padding-left: 3.5rem !important;
  }

  .lg\:pr-16{
    padding-right: 4rem !important;
  }

  .lg\:pl-16{
    padding-left: 4rem !important;
  }

  .lg\:pr-20{
    padding-right: 5rem !important;
  }

  .lg\:pr-24{
    padding-right: 6rem !important;
  }

  .lg\:pl-32{
    padding-left: 8rem !important;
  }

  .lg\:pl-40{
    padding-left: 10rem !important;
  }

  .lg\:text-left{
    text-align: left !important;
  }

  .lg\:w-auto{
    width: auto !important;
  }

  .lg\:w-1\/3{
    width: 33.33333% !important;
  }

  .lg\:w-1\/4{
    width: 25% !important;
  }

  .lg\:w-3\/4{
    width: 75% !important;
  }

  .lg\:w-1\/5{
    width: 20% !important;
  }

  .lg\:w-3\/5{
    width: 60% !important;
  }

  .lg\:w-2\/6{
    width: 33.33333% !important;
  }

  .lg\:w-4\/6{
    width: 66.66667% !important;
  }

  .lg\:w-3\/12{
    width: 25% !important;
  }

  .lg\:w-4\/12{
    width: 33.33333% !important;
  }

  .lg\:w-5\/12{
    width: 41.66667% !important;
  }

  .lg\:w-6\/12{
    width: 50% !important;
  }

  .lg\:w-7\/12{
    width: 58.33333% !important;
  }

  .lg\:w-9\/12{
    width: 75% !important;
  }

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

  .lg\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }
}

@media (min-width: 1320px){
  .xl\:container{
    width: 100%;
  }

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

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

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

  @media (min-width: 1320px){
    .xl\:container{
      max-width: 1320px;
    }
  }

  @media (min-width: 1550px){
    .xl\:container{
      max-width: 1550px;
    }
  }

  .xl\:pr-10{
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 1550px){
  .xl2\:container{
    width: 100%;
  }

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

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

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

  @media (min-width: 1320px){
    .xl2\:container{
      max-width: 1320px;
    }
  }

  @media (min-width: 1550px){
    .xl2\:container{
      max-width: 1550px;
    }
  }

  .xl2\:mt-6{
    margin-top: 1.5rem !important;
  }

  .xl2\:mt-16{
    margin-top: 4rem !important;
  }

  .xl2\:mt-32{
    margin-top: 8rem !important;
  }

  .xl2\:pt-20{
    padding-top: 5rem !important;
  }

  .xl2\:pr-24{
    padding-right: 6rem !important;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
  .retina\:container{
    width: 100%;
  }

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

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

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

  @media (min-width: 1320px){
    .retina\:container{
      max-width: 1320px;
    }
  }

  @media (min-width: 1550px){
    .retina\:container{
      max-width: 1550px;
    }
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
          transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
          transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
          animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: -webkit-gradient(linear,
        left bottom, left top,
        from(rgba(0, 0, 0, .85)),
        color-stop(50%, rgba(0, 0, 0, .3)),
        color-stop(65%, rgba(0, 0, 0, .15)),
        color-stop(75.5%, rgba(0, 0, 0, .075)),
        color-stop(82.85%, rgba(0, 0, 0, .037)),
        color-stop(88%, rgba(0, 0, 0, .019)),
        to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
          transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
          transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
          transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
