/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 'graphik_regular', sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

  .container{
    max-width: 600px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 728px){

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

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

  .container{
    max-width: 1170px;
  }
}
.container-xs{
  width: 100%;
  max-width: 1042px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1200px){

  .container-xs{
    padding-left: 0;
    padding-right: 0;
  }
}
.container-lg{
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1440px){

  .container-lg{
    padding-left: 0;
    padding-right: 0;
  }
}
.container-xl{
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.m-8{
  margin: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-48{
  height: 12rem;
}
.h-64{
  height: 16rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-16{
  width: 4rem;
}
.w-7{
  width: 1.75rem;
}
.w-full{
  width: 100%;
}
.max-w-none{
  max-width: none;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-grow{
  flex-grow: 1;
}
.cursor-pointer{
  cursor: pointer;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-6{
  gap: 1.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border-b{
  border-bottom-width: 1px;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-center{
  text-align: center;
}
.font-title{
  font-family: 'rodger_black', sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body{
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: 'graphik_regular', sans-serif;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
:root :where(a:where(:not(.wp-element-button))){
  text-decoration-line: none;
  text-decoration: none;
}
.btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 1;
}
.btn-xl{
  height: 3.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.btn-lg{
  height: 3rem;
  min-width: 150px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.btn-md{
  border-radius: 25px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: 'graphik_bold', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 1024px){

  .btn-md{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.btn-md{
  line-height: 0.9;
}
.btn-sm{
  border-radius: 25px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: 'graphik_bold', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
@media (min-width: 1024px){

  .btn-sm{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1200px){

  .btn-sm{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.btn-sm{
  line-height: 0.9;
}
.btn-xs{
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.btn-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-border{
  border-width: 1px;
}
.btn-border_white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.btn-border_black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.btn-full_sm{
  width: 100%;
}
@media (min-width: 600px){

  .btn-full_sm{
    width: auto;
  }
}
.form-wrapper{
  display: grid;
  gap: 1.25rem;
}
.form-row{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 767px){

  .form-row{
    flex-direction: row;
  }
}
.form-col{
  flex: 1 1 0%;
}
.ipt{
  display: flex;
  width: 100%;
  border-width: 1px;
}
.ipt:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ipt-md{
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
}
.txtarea{
  width: 100%;
}
.txtarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.txtarea-md{
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
}
.txtarea-dark{
  resize: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 31 32 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}
.pll-switcher-select.nice-select{
  height: 30px;
  font-family: 'rodger_black', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 30px;
  border-radius: 0px;
  background-color: transparent;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-left: 0.5rem;
  padding-right: 1.75rem;
}
.pll-switcher-select.nice-select .option{
  padding-left: 0.5rem;
  padding-right: 1.75rem;
  line-height: 30px;
}
.pll-switcher-select.nice-select:after{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.pll-switcher-select.nice-select.open{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.pll-switcher-select.nice-select .nice-select-dropdown{
  margin-top: 0px;
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}
.nice-select.select-custom{
  height: 3.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 56px;
}
.nice-select.select-regions{
  height: 1rem;
  border-style: none;
  padding-left: 0px;
  line-height: 1;
}
.nice-select.select-regions::after{
  margin-top: -7px;
  height: 0.625rem;
  width: 0.625rem;
  --tw-border-opacity: 1;
  border-color: rgb(35 31 32 / var(--tw-border-opacity));
}
.nice-select.select-regions .nice-select-dropdown{
  width: 100%;
}
.nice-select.select-global{
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 46px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 31 32 / var(--tw-border-opacity));
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}
.pagination {
  display: flex;
  gap: 5px;
  list-style: none;
}
.pagination li {
  margin: 0;
}
.pagination a {
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #0056b3;
}
.pagination a:hover {
  background-color: #f0f0f0;
}
.pagination .current-page {
  font-weight: bold;
  background-color: #0056b3;
  color: #fff;
}
/**  File */
.file-label{
  cursor: pointer;
  padding: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.file-info{
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  padding: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1;
}
.file-remove{
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@font-face {
  font-family: 'rodger_black';
  src: url(../fonts/rodger-black-webfont.woff2?4605072943a8e41b421b5103b0b86041) format('woff2'),
    url(../fonts/rodger-black-webfont.woff?7df228e14e5d1b62b6ff4ac2bddd6d66) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'graphik_medium';
  src: url(../fonts/graphik-medium-webfont.woff2?73447f3be9dc8f05b6d7d515447c96bb) format('woff2'),
    url(../fonts/graphik-medium-webfont.woff?c55d76bd9b33bf2a09de4b4732e41589) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'graphik_regular';
  src: url(../fonts/graphik-regular-webfont.woff2?e291e071aacdadbed3346a56537d86b1) format('woff2'),
    url(../fonts/graphik-regular-webfont.woff?b9c81f1287079f1758800fb6b17035b4) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'graphik_bold';
  src: url(../fonts/graphik-bold-webfont.woff2?18de8e6449fd994f069d1d71430dc897) format('woff2'),
    url(../fonts/graphik-bold-webfont.woff?8214326746f87bc3664fe0f572bd0711) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icon-kiti';
  src: url(../fonts/icon-kiti.eot?491c15bc2ee0c0afb7ad2dff47d0df4e);
  src: url(../fonts/icon-kiti.eot?491c15bc2ee0c0afb7ad2dff47d0df4e#iefix)
      format('embedded-opentype'),
    url(../fonts/icon-kiti.woff2?75da3c731b0df287c8b0aea0d83a563f) format('woff2'),
    url(../fonts/icon-kiti.woff?e73bee2c3b52fd300aeebd2c69290367) format('woff'),
    url(../fonts/icon-kiti.ttf?2a5a39d1f785d53957aaf7f17a61ba80) format('truetype'),
    url(../fonts/icon-kiti.svg?0bf109902cbabb844b81a2e8271faa35#icon-anddes) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'icon-kiti';
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  /* margin-right: 0.2em; */
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* margin-left: 0.2em; */

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-menu:before {
  content: '\e800';
}
/* '' */
.icon-check:before {
  content: '\e801';
}
/* '' */
.icon-close:before {
  content: '\e802';
}
/* '' */
.icon-minus-o:before {
  content: '\e806';
}
/* '' */
.icon-plus-o:before {
  content: '\e807';
}
/* '' */
.icon-tiktok:before {
  content: '\e808';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-facebook:before {
  content: '\f230';
}
/* '' */
.icon-whatsapp:before {
  content: '\f232';
}
/* '' */
.title-h2{
  font-family: 'rodger_black', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}
@media (min-width: 1024px){

  .title-h2{
    font-size: 48px;
  }
}
@media (min-width: 1200px){

  .title-h2{
    font-size: 64px;
  }
}
.title-h2{
  line-height: 1;
}
.title-h4{
  font-family: 'graphik_bold', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (min-width: 1024px){

  .title-h4{
    font-size: 32px;
  }
}
.title-h4{
  line-height: 1;
}
.lead{
  font-family: 'graphik_medium', sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1200px){

  .lead{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.lead{
  line-height: 1.15;
}
/**
*
* Por revisar
*
*/
.site-main{
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.site-header{
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px){

  .site-header{
    flex-direction: column;
  }
}
.site-header *{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header.scrolled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media screen and (max-width: 1023px) {
.site-header.scrolled{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
      }
.site-header_row{
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header_sm{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 1024px){

  .site-header_sm{
    display: none;
  }
}
.site-header_nav{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  --tw-bg-opacity: 1;
  background-color: rgb(254 223 88 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
@media (min-width: 1024px){

  .site-header_nav{
    position: static;
    background-color: transparent;
    padding: 0.5rem;
  }
}
.site-header_nav{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px){

  .site-header_nav{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.site-header_nav.active{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.site-header_nav-header{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}
@media (min-width: 1024px){

  .site-header_nav-header{
    display: none;
  }
}
.site-header_nav-footer{
  display: flex;
}
@media (min-width: 1024px){

  .site-header_nav-footer{
    display: none;
  }
}
.site-header_sale{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-header_sale p{
  text-align: center;
  line-height: 1;
}
.nav-main {
    /* @apply w-[calc(100vw-54px)] sm:w-1/2 md:w-1/3 lg:w-auto; */
    /* @apply fixed lg:static top-0 bottom-0 left-0 -translate-x-full lg:translate-x-0 z-50; */
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
.nav-main.active{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {
.nav-main {
      background-image: none
  }
    }
.nav-main_header{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media (min-width: 1024px){

  .nav-main_header{
    display: none;
  }
}
.nav-main_close{
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.nav-main_close i{
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
}
.nav-main_close span{
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: block;
  line-height: 1;
}
.nav-main_row{
  display: flex;
  min-height: calc(100vh - 62px);
  flex-direction: column;
}
@media (min-width: 1024px){

  .nav-main_row{
    min-height: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.nav-main_right{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px){

  .nav-main_right{
    flex-direction: row;
    align-items: center;
  }
}
.nav-main_search-sm{
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px){

  .nav-main_search-sm{
    display: none;
  }
}
.nav-main_search-lg{
  margin-left: 1.25rem;
  display: none;
}
@media (min-width: 1024px){

  .nav-main_search-lg{
    display: block;
  }
}
.nav-main_icons{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px){

  .nav-main_icons{
    display: none;
  }
}
.nav-main_icons{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  border-top-width: 1px;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}
.nav-main_icons .rrss-list{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.footer-main{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
  padding-bottom: 2rem;
  padding-top: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer-main_top-row{
  display: grid;
  max-width: 900px;
  gap: 1.75rem;
}
@media (min-width: 767px){

  .footer-main_top-row{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.footer-main_bottom{
  margin-top: 5rem;
}
@media (min-width: 1024px){

  .footer-main_bottom{
    margin-top: 84px;
  }
}
.footer-main_bottom-row{
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 1024px){

  .footer-main_bottom-row{
    grid-template-columns: 1fr 300px;
    gap: 3rem;
  }
}
@media (min-width: 1440px){

  .footer-main_bottom-row{
    gap: 4rem;
  }
}
.footer-main_copyright{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 767px){

  .footer-main_copyright{
    text-align: right;
  }
}
@media (min-width: 1024px){

  .footer-main_copyright{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1200px){

  .footer-main_copyright{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.footer-main_copyright{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer-main_copyright-text{
  line-height: 1.25;
}
.footer-main_copyright-text br{
  display: none;
}
@media (min-width: 1024px){

  .footer-main_copyright-text br{
    display: inline;
  }
}
.logo-main_link{
  display: inline-block;
}
.logo-main_img{
  display: block;
  fill: #FFF;
}
.menu-primary{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px){

  .menu-primary{
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1200px){

  .menu-primary{
    gap: 1.5rem;
  }
}
@media (min-width: 1440px){

  .menu-primary{
    gap: 2rem;
  }
}
.menu-primary_li a{
  line-height: 1;
}
.menu-primary > li{
  position: relative;
  justify-content: center;
}
@media (min-width: 1024px){

  .menu-primary > li{
    display: flex;
    min-width: 10rem;
  }
}
.menu-primary > li > a{
  font-family: 'graphik_bold', sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (min-width: 1024px){

  .menu-primary > li > a{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.menu-primary > li > a{
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1024px){

  .menu-primary > li > a{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.menu-primary > li > a{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){

  .menu-primary > li .sub-menu{
    position: absolute;
    top: 100%;
    left: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
.menu-primary > li .sub-menu{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  max-height: 0px;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 1024px){

  .menu-primary > li .sub-menu{
    display: none;
    max-height: none;
    flex-direction: row;
    overflow: visible;
  }

  .menu-primary > li .sub-menu .menu-item{
    display: flex;
    height: 9rem;
    width: 160px;
    align-items: center;
    justify-content: center;
  }
}
.menu-primary > li .sub-menu .menu-item{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 1023px) {
.menu-primary > li .sub-menu .menu-item:last-child{
    padding-bottom: 1.25rem;
  }
            }
@media (min-width: 1024px){

  .menu-primary > li .sub-menu .menu-item > a{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
  }
}
.menu-primary > li .sub-menu.open{
  max-height: 160px;
  transition-timing-function: linear;
}
.menu-primary > li:hover > a {
        }
@media (min-width: 1024px){

  .menu-primary > li:hover .sub-menu{
    display: flex;
  }

  .menu-primary > li.open{
    background-color: transparent;
  }
}
.menu-primary > li.menu-item-has-children > a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-primary > li.menu-item-has-children > a::after{
  display: inline-flex;
  padding-left: 0.375rem;
  font-family: 'icon-kiti', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
  --tw-content: '\e80d';
  content: var(--tw-content);
}
.menu-primary > li.menu-item-has-children.open > a::after{
  --tw-content: '\e80d';
  content: var(--tw-content);
}
.menu-primary_logo-item{
  display: none;
  justify-content: center;
}
@media (min-width: 1024px){

  .menu-primary_logo-item{
    display: flex;
  }
}
.menu-primary_logo-link{
  display: inline-block;
}
.menu-primary_logo-img{
  display: block;
}
.menu-footer{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.menu-footer_li{
  position: relative;
  line-height: 1.25;
}
.menu-footer_li a{
  display: inline-flex;
  text-decoration-line: underline;
  line-height: 1;
}
.menu-about{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  row-gap: 1.25rem;
}
@media (min-width: 1024px){

  .menu-about{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 1.5rem;
  }
}
.menu-about_li a{
  display: flex;
  justify-content: center;
}
@media (min-width: 767px){

  .menu-about_li a{
    justify-content: flex-start;
  }
}
.menu-about_li a{
  line-height: 1;
}
@media (min-width: 1024px){

  .hamburger{
    display: none;
  }
}
.hamburger-button{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hamburger-button_icon{
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
}
.hamburger-close_icon{
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1;
}
.hero-main_wrapper{
  position: relative;
  height: 564px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){

  .hero-main_wrapper{
    height: 600px;
  }
}
.hero-main_wrapper::before{
  position: absolute;
  inset: 0px;
  z-index: 1;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 767px){

  .hero-main_wrapper::before{
    display: none;
  }
}
.hero-main_wrapper::before {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0+65 */
        background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0.2) 0%,
          rgba(0, 0, 0, 0) 65%,
          rgba(0, 0, 0, 0) 100%
        ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      }
.hero-main_bg{
  position: absolute;
  inset: 0px;
  z-index: 0;
}
.hero-main_img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px){

  .hero-main_img{
    -o-object-position: 20%;
       object-position: 20%;
  }
}
.hero-main_container{
  position: relative;
  z-index: 3;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.hero-main_content{
  height: 100%;
}
@media (min-width: 767px){

  .hero-main_content{
    height: auto;
  }
}
.hero-main_row{
  display: flex;
  height: 100%;
}
@media (min-width: 767px){

  .hero-main_row{
    height: auto;
  }
}
.hero-main_left{
  height: 100%;
  width: 100%;
  text-align: center;
}
@media (min-width: 767px){

  .hero-main_left{
    height: auto;
  }
}
@media (min-width: 1024px){

  .hero-main_left{
    width: 66.666667%;
    text-align: left;
  }
}
.hero-main_left{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 767px){

  .hero-main_left{
    display: grid;
  }
}
@media (min-width: 1024px){

  .hero-main_left{
    gap: 1.75rem;
  }
}
.hero-main_title{
  font-family: 'rodger_black', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(247 147 30 / var(--tw-text-opacity));
}
@media (min-width: 1200px){

  .hero-main_title{
    font-size: 80px;
  }
}
.hero-main_title{
  line-height: 1;
}
@media screen and (max-width: 560px) {
.hero-main_title {
        flex: 0 1 auto
    }
      }
.hero-main_title br{
  display: none;
}
@media (min-width: 1024px){

  .hero-main_title br{
    display: inline;
  }
}
.hero-main_text{
  font-family: 'graphik_medium', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .hero-main_text{
    font-size: 32px;
  }
}
.hero-main_text{
  line-height: 1.15;
}
.hero-main_text br{
  display: none;
}
@media (min-width: 1024px){

  .hero-main_text br{
    display: inline;
  }
}
@media screen and (max-width: 560px) {
.hero-main_text {
        flex: 1 1 auto
    }
      }
.hero-main_link{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 25px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: 'graphik_bold', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 1024px){

  .hero-main_link{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.hero-main_link{
  line-height: 0.9;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media screen and (max-width: 560px) {
.hero-main_footer {
        flex: 0 1 auto
    }
      }
.hero-pages_wrapper{
  position: relative;
  height: 564px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){

  .hero-pages_wrapper{
    height: 600px;
  }
}
.hero-pages_wrapper::before{
  position: absolute;
  inset: 0px;
  z-index: 1;
  --tw-content: '';
  content: var(--tw-content);
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0+65 */
        background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0.2) 0%,
          rgba(0, 0, 0, 0) 65%,
          rgba(0, 0, 0, 0) 100%
        ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hero-pages_bg{
  position: absolute;
  inset: 0px;
  z-index: 0;
}
.hero-pages_img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-pages_container{
  position: relative;
  z-index: 3;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.hero-pages_content{
  height: 100%;
}
@media (min-width: 767px){

  .hero-pages_content{
    height: auto;
  }
}
.hero-pages_row{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 767px){

  .hero-pages_row{
    height: auto;
    justify-content: center;
  }
}
.hero-pages_row{
  gap: 1rem;
}
@media (min-width: 1024px){

  .hero-pages_row{
    gap: 1.75rem;
  }
}
.hero-pages_center{
  height: 100%;
  width: 100%;
  text-align: center;
}
@media (min-width: 767px){

  .hero-pages_center{
    height: auto;
  }
}
@media (min-width: 1024px){

  .hero-pages_center{
    width: 66.666667%;
  }
}
.hero-pages_center{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 767px){

  .hero-pages_center{
    display: grid;
  }
}
@media (min-width: 1024px){

  .hero-pages_center{
    gap: 1.75rem;
  }
}
.hero-pages_title{
  font-family: 'rodger_black', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  --tw-text-opacity: 1;
  color: rgb(254 223 88 / var(--tw-text-opacity));
}
@media (min-width: 767px){

  .hero-pages_title{
    letter-spacing: 0em;
  }
}
@media (min-width: 1200px){

  .hero-pages_title{
    font-size: 80px;
  }
}
.hero-pages_title{
  line-height: 1;
}
@media screen and (max-width: 560px) {
.hero-pages_title {
        flex: 0 1 auto
    }
      }
.hero-pages_title br{
  display: none;
}
@media (min-width: 1024px){

  .hero-pages_title br{
    display: inline;
  }
}
.hero-pages_text{
  font-family: 'graphik_medium', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .hero-pages_text{
    font-size: 32px;
  }
}
.hero-pages_text{
  line-height: 1.15;
}
.hero-pages_text br{
  display: none;
}
@media (min-width: 1024px){

  .hero-pages_text br{
    display: inline;
  }
}
@media screen and (max-width: 560px) {
.hero-pages_text {
        flex: 1 1 auto
    }
      }
.hero-pages_link{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 25px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: 'graphik_bold', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 1024px){

  .hero-pages_link{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.hero-pages_link{
  line-height: 0.9;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.products-home_section{
  padding-top: 2rem;
}
@media (min-width: 1024px){

  .products-home_section{
    padding-top: 4rem;
  }
}
.products-home_header{
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px){

  .products-home_header{
    padding-bottom: 2rem;
  }
}
.products-home_title{
  text-align: center;
}
.products-grid_grid{
  display: grid;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.25rem;
}
@media (min-width: 767px){

  .products-grid_grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.slide-product{
  width: calc(100vw - 64px);
}
@media (min-width: 600px){

  .slide-product{
    width: auto;
  }
}
.slide-simple{
  width: calc(100vw - 40px);
}
@media (min-width: 600px){

  .slide-simple{
    width: auto;
  }
}
.home-section{
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (min-width: 767px){

  .home-section{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px){

  .home-section{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px){

  .home-section{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.home-section_footer{
  display: flex;
  justify-content: center;
}
@media (min-width: 767px){

  .home-section_footer{
    justify-content: flex-start;
  }
}
.origin-home_row{
  display: grid;
}
@media (min-width: 767px){

  .origin-home_row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .origin-home_row{
    grid-template-columns: 1fr 80px 400px;
  }
}
@media (min-width: 1200px){

  .origin-home_row{
    grid-template-columns: 1fr 90px 490px;
  }
}
.origin-home_row{
  gap: 1.5rem;
}
@media (min-width: 1024px){

  .origin-home_row{
    gap: 2.25rem;
  }
}
@media (min-width: 1200px){

  .origin-home_row{
    gap: 2.75rem;
  }
}
.origin-home_row-reverse{
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 767px){

  .origin-home_row-reverse{
    display: grid;
  }
}
.origin-home_section{
  --tw-bg-opacity: 1;
  background-color: rgb(254 223 88 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (min-width: 767px){

  .origin-home_section{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px){

  .origin-home_section{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px){

  .origin-home_section{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.origin-home_title{
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 767px){

  .origin-home_title{
    text-align: left;
  }

  .origin-home_title-mobile{
    display: none;
  }
}
.origin-home_title-desktop{
  display: none;
}
@media (min-width: 767px){

  .origin-home_title-desktop{
    display: block;
  }
}
.origin-home_text{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px){

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

  .origin-home_text{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.origin-home_text p:not(:last-child){
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px){

  .origin-home_text p:not(:last-child){
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px){

  .origin-home_text p:not(:last-child){
    margin-bottom: 2rem;
  }
}
.origin-home_figure{
  overflow: hidden;
  border-radius: 15px;
}
.origin-home_image{
  display: block;
}
.origin-home_cat{
  display: none;
}
@media (min-width: 1024px){

  .origin-home_cat{
    display: block;
  }
}
.origin-home_cat-figure{
  position: relative;
  height: 100%;
}
.origin-home_cat-image{
  position: absolute;
  left: auto;
  right: 0px;
  bottom: 0px;
  display: none;
  max-width: none;
}
@media (min-width: 1200px){

  .origin-home_cat-image{
    display: block;
    width: 340px;
  }
}
.origin-founder_section{
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (min-width: 767px){

  .origin-founder_section{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px){

  .origin-founder_section{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px){

  .origin-founder_section{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.origin-founder_row{
  display: grid;
}
@media (min-width: 767px){

  .origin-founder_row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .origin-founder_row{
    grid-template-columns: 400px 1fr;
  }
}
@media (min-width: 1200px){

  .origin-founder_row{
    grid-template-columns: 490px 1fr;
  }
}
.origin-founder_row{
  gap: 1.5rem;
}
@media (min-width: 1024px){

  .origin-founder_row{
    gap: 2.25rem;
  }
}
@media (min-width: 1200px){

  .origin-founder_row{
    gap: 6rem;
  }
}
.origin-factory_section{
  --tw-bg-opacity: 1;
  background-color: rgb(153 223 246 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (min-width: 767px){

  .origin-factory_section{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px){

  .origin-factory_section{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px){

  .origin-factory_section{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.origin-factory_wrapper{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px){

  .origin-factory_wrapper{
    max-width: 940px;
    text-align: center;
  }
}
.origin-factory_wrapper{
  gap: 2.25rem;
}
.origin-factory_row{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.origin-factory_figure{
  order: 1;
}
@media (min-width: 767px){

  .origin-factory_figure{
    order: initial;
  }
}
.origin-factory_text{
  order: 2;
}
@media (min-width: 767px){

  .origin-factory_text{
    order: initial;
  }
}
.origin-factory_footer{
  order: 3;
  display: flex;
  justify-content: center;
}
@media (min-width: 767px){

  .origin-factory_footer{
    order: initial;
  }
}
.pos-home_section{
  padding-top: 76px;
}
.pos-home_container{
  display: flex;
  justify-content: center;
}
.pos-home_col{
  width: 100%;
}
@media (min-width: 1024px){

  .pos-home_col{
    width: 640px;
  }
}
.pos-home_header{
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px){

  .pos-home_header{
    margin-bottom: 0.75rem;
  }
}
.pos-home_title{
  text-align: center;
}
.pos-home_text{
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px){

  .pos-home_text{
    margin-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.pos-home_text p:not(:last-child){
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px){

  .pos-home_text p:not(:last-child){
    margin-bottom: 1.5rem;
  }
}
.pos-home_figure{
  display: flex;
  justify-content: center;
}
.ingredients-home_grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
@media (min-width: 767px){

  .ingredients-home_grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .ingredients-home_grid{
    gap: 2rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 54px;
    padding-bottom: 76px;
  }
}
@media (min-width: 1200px){

  .ingredients-home_grid{
    gap: 2.5rem;
  }
}
.ingredients-home_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1024px){

  .ingredients-home_item{
    gap: 1.75rem;
  }
}
.ingredients-home_item-title{
  text-align: center;
  font-family: 'graphik_bold', sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (min-width: 1024px){

  .ingredients-home_item-title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1200px){

  .ingredients-home_item-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.ingredients-home_item-title{
  line-height: 1.15;
}
.ingredients-home_item-icon{
  width: 6rem;
}
@media (min-width: 1024px){

  .ingredients-home_item-icon{
    width: 158px;
  }
}
.benefits{
  --tw-bg-opacity: 1;
  background-color: rgb(181 218 163 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.25rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){

  .benefits{
    padding-top: 3.5rem;
    padding-bottom: 62px;
  }
}
.benefits-grid{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.benefits-excerpt{
  font-family: 'graphik_medium', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.15;
}
@media (min-width: 1200px){

  .benefits-excerpt{
    font-size: 32px;
  }
}
.benefits-table_content{
  width: 100%;
  max-width: 854px;
  overflow: hidden;
  border-radius: 15px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.benefits-table_title{
  font-family: 'graphik_medium', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1200px){

  .benefits-table_title{
    font-size: 32px;
  }
}
.benefits-table_subtitle{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1200px){

  .benefits-table_subtitle{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.benefits-table_icon{
  display: block;
}
@media (min-width: 1024px){

  .benefits-table_icon{
    font-size: 25px;
  }
}
.benefits-table_icon{
  line-height: 1;
}
.benefits-table_caption{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px){

  .benefits-table_caption{
    display: none;
  }
}
.benefits-table_row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1024px){

  .benefits-table_row{
    grid-template-columns: 370px 1fr 1fr;
  }
}
.benefits-table_row > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 0.75rem;
  text-align: center;
}
@media (min-width: 1024px){

  .benefits-table_row > div{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
.benefits-table_row > div:first-child{
  display: none;
}
@media (min-width: 1024px){

  .benefits-table_row > div:first-child{
    display: flex;
  }
}
.benefits-table_row > div > span{
  line-height: 1;
}
.benefits-table_row:first-child > div:first-child{
  border-top-left-radius: 15px;
}
.benefits-table_row:first-child > div:last-child{
  border-top-right-radius: 15px;
}
.benefits-table_row:last-child > div:first-child{
  border-bottom-left-radius: 15px;
}
.benefits-table_row:last-child > div:last-child{
  border-bottom-right-radius: 15px;
}
.benefits-table_image{
  width: 98px;
}
@media (min-width: 1200px){

  .benefits-table_image{
    width: 116px;
  }
}
.contact-footer_content {
    }
.accordion-simple_header {
    }
.accordion-simple_content{
  padding-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px){

  .accordion-simple_content{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.accordion-simple_title{
  font-family: 'graphik_bold', sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (min-width: 1200px){

  .accordion-simple_title{
    font-size: 1.5rem;
    line-height: 2rem;
    text-decoration-line: underline;
  }
}
.accordion-simple_title{
  line-height: 1;
}
.accordion-simple_mobile .accordion-simple_body{
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-simple_mobile .accordion-simple_body.active{
  max-height: 500px;
}
.social-footer_list{
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}
@media (min-width: 767px){

  .social-footer_list{
    gap: 1.25rem;
  }
}
.social-footer_link{
  display: block;
}
.social-footer_icon{
  display: block;
  font-size: 32px;
}
@media (min-width: 1024px){

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

  .social-footer_icon{
    font-size: 3rem;
    line-height: 1;
  }
}
.social-footer_icon{
  line-height: 1;
}
.purpose-container {
  }
.purpose-header{
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px){

  .purpose-header{
    margin-bottom: 4rem;
  }
}
.purpose-header_title{
  text-align: center;
}
.purpose-items_section{
  padding-top: 1.75rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px){

  .purpose-items_section{
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
.purpose-items_grid{
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px){

  .purpose-items_grid{
    gap: 0px;
  }
}
.purpose-items_row{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 767px){

  .purpose-items_row{
    flex-direction: row;
    gap: 2.25rem;
  }
}
@media (min-width: 1024px){

  .purpose-items_row{
    gap: 3rem;
  }
}
@media (min-width: 767px){

  .purpose-items_row:nth-child(even){
    flex-direction: row-reverse;
  }

  .purpose-items_figure{
    width: 41.666667%;
    flex: none;
  }
}
@media (min-width: 1024px){

  .purpose-items_figure{
    width: 490px;
  }
}
.purpose-items_text{
  display: flex;
}
@media (min-width: 767px){

  .purpose-items_text{
    width: 58.333333%;
    flex: 1 1 0%;
  }
}
.purpose-items_title{
  margin-bottom: 1.75rem;
}
.purpose-items_description{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px){

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

  .purpose-items_description{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.purpose-items_description{
  line-height: 1.15;
}
.purpose-closure_container{
  padding-left: 0px;
  padding-right: 0px;
}
.purpose-closure_wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(247 147 30 / var(--tw-bg-opacity));
}
.purpose-closure_row{
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px){

  .purpose-closure_row{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .purpose-closure_row{
    grid-template-columns: 600px 1fr;
  }
}
.purpose-closure_description{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px){

  .purpose-closure_description{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.purpose-closure_description{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.25rem;
  padding-bottom: 72px;
}
@media (min-width: 1024px){

  .purpose-closure_description{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1440px){

  .purpose-closure_description{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.purpose-closure_title{
  margin-bottom: 1rem;
}
@media (min-width: 1024px){

  .purpose-closure_title{
    margin-bottom: 1.75rem;
  }
}
.purpose-closure_button{
  margin-top: 1rem;
}
@media (min-width: 1024px){

  .purpose-closure_button{
    margin-top: 1.75rem;
  }
}
.factory-main{
  padding-top: 2rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 1024px){

  .factory-main{
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }
}
.simple-carousel_section{
  margin-bottom: 3rem;
}
@media (min-width: 1024px){

  .simple-carousel_section{
    margin-bottom: 5rem;
  }
}
.simple-carousel_container{
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 767px){

  .simple-carousel_container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.simple-carousel_header{
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px){

  .simple-carousel_header{
    margin-bottom: 4rem;
  }
}
.simple-carousel_title{
  text-align: center;
}
.faqs-section{
  padding-top: 5rem;
  padding-bottom: 76px;
}
.faqs-container{
  display: flex;
  justify-content: center;
}
.faqs-wrapper{
  width: 100%;
  max-width: 890px;
}
.faqs-header{
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px){

  .faqs-header{
    margin-bottom: 1.25rem;
  }
}
.faqs-title{
  text-align: center;
}
.faqs-accordeon_item{
  overflow: hidden;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.faqs-accordeon_button{
  position: relative;
  width: 100%;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-right: 2rem;
  font-family: 'graphik_bold', sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (min-width: 1024px){

  .faqs-accordeon_button{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1200px){

  .faqs-accordeon_button{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.faqs-accordeon_button{
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1;
}
.faqs-accordeon_button::after{
  display: block;
  font-family: 'icon-kiti', sans-serif;
  font-size: 26px;
  --tw-content: '\e807';
  content: var(--tw-content);
}
@media (min-width: 1024px){

  .faqs-accordeon_button::after{
    margin-left: 1rem;
    font-size: 41px;
  }
}
.faqs-accordeon_button::after{
  position: absolute;
  right: 0px;
  top: 0.875rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  line-height: 1;
}
@media (min-width: 1024px){

  .faqs-accordeon_button::after{
    top: auto;
    transform: none;
  }
}
.faqs-accordeon_button.active::after{
  --tw-content: '\e806';
  content: var(--tw-content);
}
.faqs-accordeon_body{
  max-height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px){

  .faqs-accordeon_body{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.faqs-accordeon_body{
  line-height: 1.15;
      transition: max-height 0.3s ease-out;
}
.faqs-accordeon_content{
  padding: 1rem;
}
@media (min-width: 1024px){

  .faqs-accordeon_content{
    padding: 1.5rem;
  }
}
.faqs-accordeon_item.active .faqs-accordeon_body{
  overflow: visible;
}
.whatapp-button_container{
  position: fixed;
  right: 1.25rem;
  bottom: 2rem;
  z-index: 40;
}
@media (min-width: 1024px){

  .whatapp-button_container{
    right: 2rem;
    bottom: 2rem;
  }
}
.whatapp-button_action{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .whatapp-button_action{
    height: 6rem;
    width: 6rem;
  }
}
.whatapp-button_icon{
  font-size: 28px;
}
@media (min-width: 1024px){

  .whatapp-button_icon{
    font-size: 3.75rem;
    line-height: 1;
  }
}
.goverlay{
  background-color: rgba(0,0,0,0.3) !important;
}
.gcontainer{
  padding: 0.625rem;
}
@media (min-width: 1024px){

  .gcontainer{
    padding: 1.5rem;
  }
}
.gslide-inline .ginlined-content{
  padding: 0px;
}
.product-details_wrapper{
  position: relative;
}
.product-details_header{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
}
.product-details_close{
  display: block;
  line-height: 1;
}
.product-details_close-icon{
  font-size: 1.5rem;
  line-height: 2rem;
}
.product-details_row{
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 767px){

  .product-details_row{
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-details_text{
    min-height: 660px;
  }
}
@media (min-width: 1024px){

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

  .product-details_text{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.product-details_text-wrapper{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1200px){

  .product-details_text-wrapper{
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.product-details_title{
  margin-bottom: 1.25rem;
  letter-spacing: -0.025em;
  font-family: 'rodger_black', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}
@media (min-width: 1024px){

  .product-details_title{
    font-size: 48px;
  }
}
@media (min-width: 1200px){

  .product-details_title{
    font-size: 64px;
  }
}
.product-details_title{
  line-height: 1;
}
.product-details_figure{
  position: relative;
  z-index: 5;
}
@media (min-width: 767px){

  .product-details_figure{
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    overflow: hidden;
  }
}
.product-details_figure::before{
  display: block;
  padding-top: 100%;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 767px){

  .product-details_figure::before{
    display: none;
  }
}
.product-details_img{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-details_description{
  margin-bottom: 0.75rem;
}
.product-accordion{
  overflow: hidden;
}
.product-accordion_header {
    }
.product-accordion_button{
  width: 100%;
  cursor: pointer;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-family: 'graphik_bold', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}
@media (min-width: 1024px){

  .product-accordion_button{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.product-accordion_button{
  position: relative;
  line-height: 1;
}
.product-accordion_button::after{
  position: absolute;
  right: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-family: 'icon-kiti', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-content: '\e807';
  content: var(--tw-content);
}
.product-accordion_body{
  max-height: 0px;
  overflow: hidden;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
      transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.product-accordion_content{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
}
.product-accordion.active .product-accordion_body {
        max-height: 700px;
      }
.product-accordion.active .product-accordion_button::after{
  --tw-content: '\e806';
  content: var(--tw-content);
}
[class*=' animate-from'] {
  /* @apply opacity-0; */
}
.card-product_main {
    }
.card-product_figure{
  position: relative;
  bottom: -1rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 1024px){

  .card-product_figure{
    border-radius: 15px;
  }
}
.card-product_content{
  overflow: hidden;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
@media (min-width: 1024px){

  .card-product_content{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
.card-product_content{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.25rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px){

  .card-product_content{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
  }
}
.card-product_title{
  margin-bottom: 1rem;
  font-family: 'graphik_bold', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (min-width: 1024px){

  .card-product_title{
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px){

  .card-product_title{
    font-size: 32px;
  }
}
.card-product_info{
  min-height: 200px;
}
.card-product_excerpt{
  font-family: 'graphik_bold', sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1200px){

  .card-product_excerpt{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.card-product_excerpt{
  line-height: 1;
}
.card-product_footer{
  display: flex;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 1rem;
}
@media (min-width: 1024px){

  .card-product_footer{
    border-top-width: 2px;
  }
}
.card-product_link{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 25px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: 'graphik_bold', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
@media (min-width: 1024px){

  .card-product_link{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1200px){

  .card-product_link{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.card-product_link{
  line-height: 0.9;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.card-simple_article{
  border-radius: 1rem;
}
.card-simple_main{
  min-height: 280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}
@media (min-width: 1024px){

  .card-simple_main{
    min-height: 356px;
  }
}
.card-simple_title{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: 'graphik_bold', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (min-width: 767px){

  .card-simple_title{
    min-height: 2.5rem;
  }
}
@media (min-width: 1024px){

  .card-simple_title{
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1200px){

  .card-simple_title{
    min-height: 3.5rem;
    font-size: 32px;
  }
}
.card-simple_title{
  line-height: 1;
}
.card-simple_excerpt{
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.15;
}
.entry-content h1, .block-editor-block-list__layout h1{
  font-size: 1.5rem;
  line-height: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
  text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
  text-decoration-line: none;
}
.entry-content p,
  .entry-content ul,
  .entry-content ol,
  .block-editor-block-list__layout p,
  .block-editor-block-list__layout ul,
  .block-editor-block-list__layout ol{
  margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
  list-style-position: inside;
  list-style-type: decimal;
}
.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 767px){

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px){

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

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

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

