@charset "UTF-8";
/* Tailwind Base */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E1E1E1; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #B9B9B9; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #B9B9B9; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root{
  --screen-width: 100vw;
  --current-screen: 100vw;
  --container-padding: 1.5rem;
}
@media (min-width: 30rem){
  :root{
    --current-screen: 30rem;
  }
}
@media (min-width: 48.875rem){
  :root{
    --current-screen: 48.875rem;
  }
}
@media (min-width: 60rem){
  :root{
    --current-screen: 60rem;
  }
}
@media (min-width: 65rem){
  :root{
    --current-screen: 65rem;
  }
}
@media (min-width: 70rem){
  :root{
    --current-screen: 70rem;
  }
}
@media (min-width: 80rem){
  :root{
    --current-screen: 80rem;
  }
}
@media (min-width: 90rem){
  :root{
    --current-screen: 90rem;
  }
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 30rem){
  .container{
    max-width: 30rem;
  }
}
@media (min-width: 48.875rem){
  .container{
    max-width: 48.875rem;
  }
}
@media (min-width: 60rem){
  .container{
    max-width: 60rem;
  }
}
@media (min-width: 65rem){
  .container{
    max-width: 65rem;
  }
}
@media (min-width: 70rem){
  .container{
    max-width: 70rem;
  }
}
@media (min-width: 80rem){
  .container{
    max-width: 80rem;
  }
}
@media (min-width: 90rem){
  .container{
    max-width: 90rem;
  }
}
.content{
  content: "";
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.\!static{
  position: static !important;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.\!top-1\/2{
  top: 50% !important;
}
.-bottom-18{
  bottom: -4.5rem;
}
.-bottom-44{
  bottom: -11rem;
}
.-right-\[100px\]{
  right: -100px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-\[20px\]{
  left: 20px;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-24{
  top: 6rem;
}
.top-3{
  top: 0.75rem;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-100{
  z-index: 100;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[5\]{
  z-index: 5;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.order-first{
  order: -9999;
}
.order-last{
  order: 9999;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.clear-both{
  clear: both;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-sectionSpacing{
  margin-top: clamp(2.5rem, 5svw, 6.5rem);
  margin-bottom: clamp(2.5rem, 5svw, 6.5rem);
}
.\!-mt-4{
  margin-top: -1rem !important;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-sectionSpacing{
  margin-bottom: clamp(2.5rem, 5svw, 6.5rem);
}
.ml-0{
  margin-left: 0px;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.mt-sectionSpacing{
  margin-top: clamp(2.5rem, 5svw, 6.5rem);
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-7{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-\[5\/3\]{
  aspect-ratio: 5/3;
}
.aspect-\[6\/4\]{
  aspect-ratio: 6/4;
}
.aspect-landscape{
  aspect-ratio: 4 / 3;
}
.aspect-portrait{
  aspect-ratio: 3 / 4;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.\!h-auto{
  height: auto !important;
}
.h-1{
  height: 0.25rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-36{
  height: 9rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-72{
  height: 18rem;
}
.h-8{
  height: 2rem;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[90px\]{
  height: 90px;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-\[450px\]{
  max-height: 450px;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[110px\]{
  min-height: 110px;
}
.min-h-\[290px\]{
  min-height: 290px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.w-1{
  width: 0.25rem;
}
.w-1\/3{
  width: 33.333333%;
}
.w-16{
  width: 4rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-36{
  width: 9rem;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-8{
  width: 2rem;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[480px\]{
  width: 480px;
}
.w-\[700px\]{
  width: 700px;
}
.w-\[90px\]{
  width: 90px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-\[1\.5rem\]{
  min-width: 1.5rem;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-80{
  max-width: 20rem;
}
.max-w-\[1056px\]{
  max-width: 1056px;
}
.max-w-\[1136px\]{
  max-width: 1136px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[1712px\]{
  max-width: 1712px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[312px\]{
  max-width: 312px;
}
.max-w-\[368px\]{
  max-width: 368px;
}
.max-w-\[380px\]{
  max-width: 380px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[630px\]{
  max-width: 630px;
}
.max-w-\[650px\]{
  max-width: 650px;
}
.max-w-\[702px\]{
  max-width: 702px;
}
.max-w-\[704px\]{
  max-width: 704px;
}
.max-w-\[764px\]{
  max-width: 764px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[850px\]{
  max-width: 850px;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-\[928px\]{
  max-width: 928px;
}
.max-w-\[992px\]{
  max-width: 992px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-none{
  max-width: none;
}
.max-w-prose{
  max-width: 65ch;
}
.max-w-screen-2xl{
  max-width: 70rem;
}
.max-w-screen-3xl{
  max-width: 80rem;
}
.max-w-screen-lg{
  max-width: 60rem;
}
.max-w-screen-xl{
  max-width: 65rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.flex-grow-0{
  flex-grow: 0;
}
.basis-1\/3{
  flex-basis: 33.333333%;
}
.basis-full{
  flex-basis: 100%;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-center{
  align-content: center;
}
.\!content-start{
  align-content: flex-start !important;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-baseGap{
  gap: 16px;
}
.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-baseGap{
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-clip{
  overflow-x: clip;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(165 165 165 / var(--tw-bg-opacity, 1));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(238 115 42 / var(--tw-bg-opacity, 1));
}
.bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(255 155 38 / var(--tw-bg-opacity, 1));
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(229 82 74 / var(--tw-bg-opacity, 1));
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(238 115 42 / var(--tw-bg-opacity, 1));
}
.bg-secondary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 228 / var(--tw-bg-opacity, 1));
}
.bg-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(141 129 39 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-footer-texture{
  background-image: url('../img/bg-tekman.jpg');
}
.bg-texture-black{
  background-image: url('../img/bg-lecturas.jpg');
}
.bg-texture-craft{
  background-image: url('../img/bg-craft.jpg');
}
.bg-texture-craft-aprendizaje{
  background-image: url('../img/about-texture-aprendizaje.webp');
}
.bg-texture-green{
  background-image: url('../img/bg-tekman.jpg');
}
.bg-texture-orange{
  background-image: url('../img/bg-tekman-orange.jpg');
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.stroke-current{
  stroke: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-sectionPadding{
  padding-top: clamp(2rem, 3.5svw, 4.75rem);
  padding-bottom: clamp(2rem, 3.5svw, 4.75rem);
}
.py-sectionSpacing{
  padding-top: clamp(2.5rem, 5svw, 6.5rem);
  padding-bottom: clamp(2.5rem, 5svw, 6.5rem);
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-sectionSpacing{
  padding-bottom: clamp(2.5rem, 5svw, 6.5rem);
}
.pl-0{
  padding-left: 0px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-12{
  padding-right: 3rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-baseGap{
  padding-top: 16px;
}
.pt-sectionSpacing{
  padding-top: clamp(2.5rem, 5svw, 6.5rem);
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-body{
  font-family: Roboto, sans-serif;
}
.font-heading{
  font-family: Poppins, sans-serif;
}
.\!text-sm{
  font-size: clamp(14px, 1.8svw, 16px) !important;
  line-height: 1.3 !important;
}
.text-2xl{
  font-size: clamp(1.125rem, 0.95rem + 0.45vw, 1.5rem);
  line-height: 1.2;
}
.text-3xl{
  font-size: clamp(1.375rem, 1.15rem + 0.7vw, 2rem);
  line-height: 1.2;
}
.text-4xl{
  font-size: clamp(1.4rem, 1.3rem + 0.55vw, 2rem);
  line-height: 1.2;
}
.text-5xl{
  font-size: clamp(1.8rem, 1.5rem + 0.9vw, 2.5rem);
  line-height: 1.2;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-base{
  font-size: clamp(.9375rem, 1.2svw, 1rem);
  line-height: 1.5;
}
.text-display{
  font-size: clamp(2rem, 1.5rem + 1.5vw, 3rem);
  line-height: 1.2;
}
.text-extraDisplay{
  font-size: clamp(2rem, 1.5rem + 1.5vw, 4.6rem);
  line-height: 1.2;
}
.text-lg{
  font-size: clamp(14px, 1.8svw, 18px);
  line-height: 1.3;
}
.text-sm{
  font-size: clamp(14px, 1.8svw, 16px);
  line-height: 1.3;
}
.text-xl{
  font-size: clamp(16px, 1rem + 1svw , 20px);
  line-height: 1.3;
}
.text-xs{
  font-size: 12px;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.normal-case{
  text-transform: none;
}
.not-italic{
  font-style: normal;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.\!text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(185 185 185 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-inherit{
  color: inherit;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(238 115 42 / var(--tw-text-opacity, 1));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(238 115 42 / var(--tw-text-opacity, 1));
}
.text-secondary-500{
  --tw-text-opacity: 1;
  color: rgb(141 129 39 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-20{
  opacity: 0.2;
}
.shadow-card{
  --tw-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.10);
  --tw-shadow-colored: -10px 10px 10px 0px 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-card-muestra{
  --tw-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  --tw-shadow-colored: 0px 0px 10px 0px 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-default{
  --tw-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  --tw-shadow-colored: 0px 0px 10px 0px 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-lg{
  --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);
}
.shadow-sm{
  --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);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\!br-container{
  margin-right: calc((var(--screen-width) - var(--current-screen)) / -2 - var(--container-padding)) !important;
  padding-right: calc((var(--screen-width) - var(--current-screen)) / 2 + var(--container-padding)) !important;
}
.perspective-1000{
  perspective: 1000px;
}
.transform-style-preserve-3d{
  transform-style: preserve-3d;
}
.backface-hidden{
  backface-visibility: hidden;
}
.rotate-y-180{
  transform: rotateY(180deg);
}
.group:hover .group-hover\:rotate-y-180{
  transform: rotateY(180deg);
}
/* Base */
/* Base colors */
.has-primary-color{
  --tw-text-opacity: 1;
  color: rgb(238 115 42 / var(--tw-text-opacity, 1));
}

.has-primary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(238 115 42 / var(--tw-bg-opacity, 1));
}

.has-secondary-color{
  --tw-text-opacity: 1;
  color: rgb(141 129 39 / var(--tw-text-opacity, 1));
}

.has-secondary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(141 129 39 / var(--tw-bg-opacity, 1));
}

.has-secondary-100-color{
  --tw-text-opacity: 1;
  color: rgb(248 245 228 / var(--tw-text-opacity, 1));
}

.has-secondary-100-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 228 / var(--tw-bg-opacity, 1));
}

.has-gray-900-color{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.has-gray-900-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.has-gray-500-color{
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity, 1));
}

.has-gray-500-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(165 165 165 / var(--tw-bg-opacity, 1));
}

.has-gray-100-color{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.has-gray-100-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.has-white-color{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=text],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=email],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=url],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=password],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=search],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=number],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=tel],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=range],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=date],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=month],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=week],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=time],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=color],
:is(body, .acfe-form .acfe-form-fields) .has-white-color textarea {
  color: #fff;
  border-color: #fff;
  padding: 0.75rem;
  font-size: clamp(14px, 1.8svw, 16px);
}

:is(body, .acfe-form .acfe-form-fields) .has-white-color select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

:is(body, .acfe-form .acfe-form-fields) .has-white-color .wpcf7-not-valid-tip {
  color: #fca5a5;
}

.has-white-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* Fonts */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-VariableFont_wdth.ttf") format("truetype-variations");
  font-weight: 200 300 400 500 600 700;
  font-style: normal;
  font-display: swap;
}
/* Elements */
body,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-size: clamp(.9375rem, 1.2svw, 1rem);
  line-height: 1.5;
}

button {
  font-family: Poppins, sans-serif;
}

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  line-height: 1.25;
  font-weight: 700;
  clear: both;
}
h1:not(:first-child, [class*=mt-], [class*=my-], [class*=m-]),
h2:not(:first-child, [class*=mt-], [class*=my-], [class*=m-]),
h3:not(:first-child, [class*=mt-], [class*=my-], [class*=m-]),
h4:not(:first-child, [class*=mt-], [class*=my-], [class*=m-]),
h5:not(:first-child, [class*=mt-], [class*=my-], [class*=m-]),
h6:not(:first-child, [class*=mt-], [class*=my-], [class*=m-]) {
  margin-top: 2rem;
}
h1:not([class*=mb-], [class*=my-], [class*=m-]),
h2:not([class*=mb-], [class*=my-], [class*=m-]),
h3:not([class*=mb-], [class*=my-], [class*=m-]),
h4:not([class*=mb-], [class*=my-], [class*=m-]),
h5:not([class*=mb-], [class*=my-], [class*=m-]),
h6:not([class*=mb-], [class*=my-], [class*=m-]) {
  margin-bottom: 1rem;
}

h1{
  font-size: clamp(1.8rem, 1.5rem + 0.9vw, 2.5rem);
  line-height: 1.2;
}

h2{
  font-size: clamp(1.4rem, 1.3rem + 0.55vw, 2rem);
  line-height: 1.2;
}

h3{
  font-size: clamp(1.125rem, 0.95rem + 0.45vw, 1.5rem);
  line-height: 1.2;
}

h4{
  font-size: clamp(16px, 1rem + 1svw , 20px);
  line-height: 1.3;
}

h5{
  font-size: clamp(.9375rem, 1.2svw, 1rem);
  line-height: 1.5;
}

h6{
  font-size: clamp(14px, 1.8svw, 16px);
  line-height: 1.3;
}

/* Refuerzo */
.refuerzo_description p {
  font-family: Roboto, sans-serif !important;
  margin-bottom: 0;
}

/* Lecturas */
.lecturas-content p {
  font-family: Roboto, sans-serif !important;
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
  accent-color: #EE732A;
}
html ::-moz-selection {
  background-color: #EE732A;
  color: #fff;
}
html ::selection {
  background-color: #EE732A;
  color: #fff;
}

body {
  background-color: #fff;
  --wp--preset--font-size--small: clamp(14px, 1.8svw, 16px);
  --wp--preset--font-size--medium: clamp(.9375rem, 1.2svw, 1rem);
  --wp--preset--font-size--large: clamp(1.375rem, 1.15rem + 0.7vw, 2rem);
  --wp--preset--font-size--x-large: clamp(1.4rem, 1.3rem + 0.55vw, 2rem);
  --wp--style--gallery-gap-default: 16px;
  --gallery-block--gutter-size: 16px;
  --wp--style--block-gap: 16px;
}

::-webkit-scrollbar {
  width: 0.75rem;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #EE732A;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #333333;
}

a:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

p {
  margin-bottom: 1.5rem;
}

hr {
  border: none;
  height: 1px;
  margin-bottom: 1.5rem;
  background-color: #E1E1E1;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote.wp-block-quote {
  border-left: 2px solid #EE732A;
  padding-left: 1rem;
}
blockquote.wp-block-quote p {
  margin-bottom: 0.5rem;
}

.wp-block-pullquote {
  background-color: #F5F5F5;
  border-inline: 1px solid #E1E1E1;
  padding-block: 1.5rem;
}
.wp-block-pullquote blockquote p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.wp-block-pullquote blockquote cite {
  font-style: normal;
}

address {
  margin: 0px 0px 1.5rem;
}

pre {
  margin-bottom: 1.75rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.75rem;
  background-color: #F5F5F5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 1.375;
}

code,
kbd,
tt,
var {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #F5F5F5;
}

mark,
ins {
  text-decoration: none;
  background-color: #F5F5F5;
}

big {
  font-size: 125%;
}

/* Content */
.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

/* Tables */
table {
  margin: 0 0 1.5rem;
  width: 100%;
}

/* Lists */
ul,
ol {
  margin: 0px 0px 1.5rem 1.5rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0px;
  margin-left: 1.5rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0px 1.5rem 1.5rem;
}

/* Links */
a {
  color: #EE732A;
}
a:hover, a:focus, a:active {
  color: #EE732A;
}
a:focus-visible {
  outline: 1px dashed #EE732A;
}
a:hover, a:active {
  outline: none;
}

/* Widgets */
.widget {
  margin: 0;
}
.widget select {
  max-width: 100%;
}

/* Media */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1rem 0;
}

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.875rem 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5rem;
  display: grid;
  grid-gap: 1.5rem;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

/* Gallery columns. */
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Gutenberg alignment */
.alignfull,
.alignwide {
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

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

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

.aligncenter {
  display: block;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  clear: both;
}

/* wp-container */
.wp-container-1{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 30rem){
  .wp-container-1{
    max-width: 30rem;
  }
}
@media (min-width: 48.875rem){
  .wp-container-1{
    max-width: 48.875rem;
  }
}
@media (min-width: 60rem){
  .wp-container-1{
    max-width: 60rem;
  }
}
@media (min-width: 65rem){
  .wp-container-1{
    max-width: 65rem;
  }
}
@media (min-width: 70rem){
  .wp-container-1{
    max-width: 70rem;
  }
}
@media (min-width: 80rem){
  .wp-container-1{
    max-width: 80rem;
  }
}
@media (min-width: 90rem){
  .wp-container-1{
    max-width: 90rem;
  }
}
@media (min-width: 60rem) {
  .narrow_container .wp-container-1 {
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.layout-points .wp-container-1 {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* Video */
.aspect-video > iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect-w-16 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.aspect-w-16 > iframe,
.aspect-w-16 > video,
.aspect-w-16 > embed,
.aspect-w-16 > object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Accessibility */
.screen-reader-text {
  border: none;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  position: absolute !important;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  display: block;
  font-size: clamp(14px, 1.8svw, 16px);
  font-weight: 400;
  height: auto;
  line-height: 1.5;
  text-decoration: none;
  width: auto;
  background-color: #E1E1E1;
  color: #333333;
  clip: auto !important;
  clip-path: none;
  left: 5px;
  padding: 15px 23px 14px;
  top: 5px;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: none;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: #71671F !important;
  transition: all 0.3s ease;
  opacity: 0.5 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 19px;
  height: 8px;
  background-color: #EE732A;
  border-radius: 1000px;
  background: #8D8127;
  opacity: 1 !important;
}

/* Pagination White Variant */
.pagination-white .swiper-pagination-bullet {
  background-color: #fff !important;
}
.pagination-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

/* Programas */
.list-materiales ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.list-materiales li {
  position: relative;
  padding-left: 40px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.list-materiales li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12.6665L11 14.6665L15.5 10.1665M17.9012 5.66501C18.1071 6.16304 18.5024 6.5589 19.0001 6.76558L20.7452 7.48848C21.2433 7.69479 21.639 8.0905 21.8453 8.58856C22.0516 9.08663 22.0516 9.64625 21.8453 10.1443L21.1229 11.8883C20.9165 12.3866 20.9162 12.9468 21.1236 13.4448L21.8447 15.1883C21.9469 15.435 21.9996 15.6994 21.9997 15.9665C21.9997 16.2335 21.9471 16.4979 21.8449 16.7447C21.7427 16.9914 21.5929 17.2155 21.4041 17.4043C21.2152 17.5931 20.991 17.7429 20.7443 17.845L19.0004 18.5674C18.5023 18.7733 18.1065 19.1686 17.8998 19.6663L17.1769 21.4115C16.9707 21.9096 16.575 22.3053 16.0769 22.5116C15.5789 22.7179 15.0193 22.7179 14.5212 22.5116L12.7773 21.7892C12.2792 21.5834 11.7198 21.5838 11.2221 21.7904L9.47689 22.5123C8.97912 22.7181 8.42001 22.7179 7.92237 22.5118C7.42473 22.3056 7.02925 21.9104 6.82281 21.4129L6.09972 19.6671C5.8938 19.1691 5.49854 18.7732 5.00085 18.5665L3.25566 17.8436C2.75783 17.6374 2.36226 17.242 2.15588 16.7442C1.94951 16.2464 1.94923 15.687 2.1551 15.189L2.87746 13.4451C3.08325 12.947 3.08283 12.3876 2.8763 11.8898L2.15497 10.1433C2.0527 9.8966 2.00004 9.63218 2 9.36514C1.99996 9.09809 2.05253 8.33366 2.15472 8.58694C2.25691 8.34022 2.40671 8.11606 2.59557 7.92726C2.78442 7.73846 3.00862 7.58872 3.25537 7.48661L4.9993 6.76422C5.49687 6.55848 5.89249 6.1637 6.0993 5.66656L6.82218 3.92131C7.02848 3.42325 7.42418 3.02754 7.92222 2.82123C8.42027 2.61493 8.97987 2.61493 9.47792 2.82123L11.2218 3.54362C11.7199 3.74942 12.2793 3.749 12.7771 3.54245L14.523 2.82235C15.021 2.61616 15.5804 2.61621 16.0784 2.82247C16.5763 3.02873 16.972 3.42433 17.1783 3.92227L17.9014 5.66803L17.9012 5.66501Z' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Metodologia */
.content-metodologia p {
  margin-bottom: 0;
}

/* Pedagogical Bases */
/* Responsive Padding Utilities */
.py-responsive-section {
  padding-top: clamp(48px, 3.5svw, 120px);
  padding-bottom: clamp(48px, 3.5svw, 120px);
}

/* Form fields */
:is(body, .acfe-form .acfe-form-fields) input[type=text],
:is(body, .acfe-form .acfe-form-fields) input[type=email],
:is(body, .acfe-form .acfe-form-fields) input[type=url],
:is(body, .acfe-form .acfe-form-fields) input[type=password],
:is(body, .acfe-form .acfe-form-fields) input[type=search],
:is(body, .acfe-form .acfe-form-fields) input[type=number],
:is(body, .acfe-form .acfe-form-fields) input[type=tel],
:is(body, .acfe-form .acfe-form-fields) input[type=range],
:is(body, .acfe-form .acfe-form-fields) input[type=date],
:is(body, .acfe-form .acfe-form-fields) input[type=month],
:is(body, .acfe-form .acfe-form-fields) input[type=week],
:is(body, .acfe-form .acfe-form-fields) input[type=time],
:is(body, .acfe-form .acfe-form-fields) input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) input[type=color],
:is(body, .acfe-form .acfe-form-fields) textarea,
:is(body, .acfe-form .acfe-form-fields) select {
  padding: 0.75rem 1rem;
  color: #333333;
  border: 1px solid #7D7D7D;
  border-radius: 9999px;
  background-color: #f5f8fa;
  display: block;
  width: 100%;
  font-size: clamp(.9375rem, 1.2svw, 1rem);
  line-height: 1.5;
  height: 48px;
}
:is(body, .acfe-form .acfe-form-fields) input[type=text]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=email]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=url]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=password]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=search]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=number]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=tel]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=range]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=date]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=month]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=week]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=time]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=datetime]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=datetime-local]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=color]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) textarea::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) select::-moz-placeholder {
  color: #7D7D7D;
  font-weight: 400;
}
:is(body, .acfe-form .acfe-form-fields) input[type=text]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=email]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=url]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=password]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=search]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=number]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=tel]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=range]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=date]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=month]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=week]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=time]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=datetime]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=datetime-local]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=color]::placeholder,
:is(body, .acfe-form .acfe-form-fields) textarea::placeholder,
:is(body, .acfe-form .acfe-form-fields) select::placeholder {
  color: #7D7D7D;
  font-weight: 400;
}
:is(body, .acfe-form .acfe-form-fields) input[type=text]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=email]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=url]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=password]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=search]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=number]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=tel]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=range]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=date]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=month]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=week]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=time]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=datetime]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=datetime-local]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=color]:focus,
:is(body, .acfe-form .acfe-form-fields) textarea:focus,
:is(body, .acfe-form .acfe-form-fields) select:focus {
  color: #333333;
}
:is(body, .acfe-form .acfe-form-fields) textarea {
  height: 80px !important;
  resize: none !important;
  border-radius: 15px !important;
}
:is(body, .acfe-form .acfe-form-fields) select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23232323' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: calc(100% - 10px) center;
  color: #7D7D7D;
  font-weight: 400;
  background-color: #f5f8fa;
}
:is(body, .acfe-form .acfe-form-fields) textarea {
  width: 100%;
}

#ltw-posts-filter input[type=text],
#ltw-posts-filter input[type=email],
#ltw-posts-filter input[type=url],
#ltw-posts-filter input[type=password],
#ltw-posts-filter input[type=search],
#ltw-posts-filter input[type=number],
#ltw-posts-filter input[type=tel],
#ltw-posts-filter input[type=range],
#ltw-posts-filter input[type=date],
#ltw-posts-filter input[type=month],
#ltw-posts-filter input[type=week],
#ltw-posts-filter input[type=time],
#ltw-posts-filter input[type=datetime],
#ltw-posts-filter input[type=datetime-local],
#ltw-posts-filter input[type=color],
#ltw-posts-filter textarea,
#ltw-posts-filter select {
  padding: 0.75rem 1rem;
  color: #333333;
  border: 1px solid #fff;
  border-radius: 1rem;
  background-color: white;
  display: block;
  width: 100%;
  font-size: clamp(.9375rem, 1.2svw, 1rem);
  line-height: 1.5;
  font-weight: 400;
}
#ltw-posts-filter input[type=text]::-moz-placeholder, #ltw-posts-filter input[type=email]::-moz-placeholder, #ltw-posts-filter input[type=url]::-moz-placeholder, #ltw-posts-filter input[type=password]::-moz-placeholder, #ltw-posts-filter input[type=search]::-moz-placeholder, #ltw-posts-filter input[type=number]::-moz-placeholder, #ltw-posts-filter input[type=tel]::-moz-placeholder, #ltw-posts-filter input[type=range]::-moz-placeholder, #ltw-posts-filter input[type=date]::-moz-placeholder, #ltw-posts-filter input[type=month]::-moz-placeholder, #ltw-posts-filter input[type=week]::-moz-placeholder, #ltw-posts-filter input[type=time]::-moz-placeholder, #ltw-posts-filter input[type=datetime]::-moz-placeholder, #ltw-posts-filter input[type=datetime-local]::-moz-placeholder, #ltw-posts-filter input[type=color]::-moz-placeholder, #ltw-posts-filter textarea::-moz-placeholder, #ltw-posts-filter select::-moz-placeholder {
  color: #7D7D7D;
  font-weight: 400;
}
#ltw-posts-filter input[type=text]::placeholder,
#ltw-posts-filter input[type=email]::placeholder,
#ltw-posts-filter input[type=url]::placeholder,
#ltw-posts-filter input[type=password]::placeholder,
#ltw-posts-filter input[type=search]::placeholder,
#ltw-posts-filter input[type=number]::placeholder,
#ltw-posts-filter input[type=tel]::placeholder,
#ltw-posts-filter input[type=range]::placeholder,
#ltw-posts-filter input[type=date]::placeholder,
#ltw-posts-filter input[type=month]::placeholder,
#ltw-posts-filter input[type=week]::placeholder,
#ltw-posts-filter input[type=time]::placeholder,
#ltw-posts-filter input[type=datetime]::placeholder,
#ltw-posts-filter input[type=datetime-local]::placeholder,
#ltw-posts-filter input[type=color]::placeholder,
#ltw-posts-filter textarea::placeholder,
#ltw-posts-filter select::placeholder {
  color: #7D7D7D;
  font-weight: 400;
}
#ltw-posts-filter input[type=text]:focus,
#ltw-posts-filter input[type=email]:focus,
#ltw-posts-filter input[type=url]:focus,
#ltw-posts-filter input[type=password]:focus,
#ltw-posts-filter input[type=search]:focus,
#ltw-posts-filter input[type=number]:focus,
#ltw-posts-filter input[type=tel]:focus,
#ltw-posts-filter input[type=range]:focus,
#ltw-posts-filter input[type=date]:focus,
#ltw-posts-filter input[type=month]:focus,
#ltw-posts-filter input[type=week]:focus,
#ltw-posts-filter input[type=time]:focus,
#ltw-posts-filter input[type=datetime]:focus,
#ltw-posts-filter input[type=datetime-local]:focus,
#ltw-posts-filter input[type=color]:focus,
#ltw-posts-filter textarea:focus,
#ltw-posts-filter select:focus {
  color: #333333;
}
#ltw-posts-filter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23232323' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: calc(100% - 10px) center;
  background-color: white;
  color: #7D7D7D;
  font-weight: 400;
}
#ltw-posts-filter textarea {
  width: 100%;
}
#ltw-posts-filter label {
  display: block;
  font-size: clamp(14px, 1.8svw, 16px);
  text-transform: none !important;
  margin-bottom: 0px;
  font-weight: 500;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  outline: none;
}

:is(form, .acfe-form .acfe-form-fields .acf-label) label {
  display: block;
  font-size: clamp(14px, 1.8svw, 16px);
  text-transform: none !important;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

:is(form, .acfe-form .acfe-form-fields) .acf-checkbox-list label {
  text-transform: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #7D7D7D;
  border-radius: 0.25rem;
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  height: auto;
  background-repeat: no-repeat;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/7000/svg' width='11.1' height='6.3'%3E%3Cpath fill='none' stroke='%23232323' stroke-width='1' d='m.4.4 5.2 5.2-5.2 5.1' transform='rotate(90 5.5 5.5)'/%3E%3C/svg%3E");
  background-position: calc(100% - 20px) center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.375;
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  border-color: #7D7D7D;
}

.select2-search--dropdown {
  padding: 0.5rem;
}
.select2-search--dropdown .select2-search__field {
  padding: 0.5rem 1rem;
}

.select2-results__options .select2-results__option {
  padding-left: 1rem;
  padding-right: 1rem;
}

:is(body, .acfe-form .acfe-form-fields) .text-white input[type=text],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=email],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=url],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=password],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=search],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=number],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=tel],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=range],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=date],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=month],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=week],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=time],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=color],
:is(body, .acfe-form .acfe-form-fields) .text-white textarea {
  color: #fff;
  border-color: #fff;
  padding: 0.75rem;
  font-size: clamp(14px, 1.8svw, 16px);
}
:is(body, .acfe-form .acfe-form-fields) .text-white select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
:is(body, .acfe-form .acfe-form-fields) .text-white .wpcf7-not-valid-tip {
  color: #fca5a5;
}

.acf-field.acf-field-file .acf-label {
  margin: 0;
}
.acf-field.acf-field-file .acf-label label {
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  padding-left: 3.25rem;
  display: inline-flex;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #333333;
  margin: 0;
  background-image: url("../img/ico-file.svg");
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: 1.25rem center;
}
.acf-field.acf-field-file input[type=file],
.acf-field.acf-field-file .acf-uploader-wrapper{
  padding: 0;
  border-width: 0;
  position: absolute;
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0px;
  padding: 0px;
  clip: rect(0, 0, 0, 0);
}

div.acfe-phone-number .iti .iti__flag-container .iti__selected-flag {
  background-color: transparent;
  border-right: transparent;
  color: inherit;
  border-radius: 0;
}
div.acfe-phone-number .iti .iti__flag-container .iti__selected-flag .iti__flag {
  display: none;
}
div.acfe-phone-number .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  margin-left: 0;
}
div.acfe-phone-number .iti .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
div.acfe-phone-number .iti__country-list .iti__country {
  color: #333333;
}
div.acfe-phone-number .iti__country-list .iti__country.iti__highlight {
  background-color: #333333;
  color: #fff;
}

/* Layout */
.site-header.scroll-header .top-menu-wrapper {
  margin-top: -60px;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
}
.site-header.overlay-header.scroll-header {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.site-header.overlay-header.scroll-header .menu-toggle {
  color: #333333;
}
.site-header.overlay-header:not(.scroll-header) .site-branding .site-logo {
  display: none;
}
.site-header.overlay-header:not(.scroll-header) .site-branding .site-logo-overlay {
  display: block;
}
.site-header.overlay-header:not(.scroll-header) :is(.menu-toggle, .site-header__icon) {
  color: #fff;
}

.top-menu-wrapper {
  max-height: 100px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.top-menu-wrapper a {
  color: #fff;
}
.top-menu-wrapper a:hover {
  color: #fff;
}

.main-navigation-top-menu {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.wpml-ls-legacy-dropdown {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
}

.wpml-ls-legacy-dropdown, .wpml-ls-legacy-dropdown-click {
  position: relative;
  margin: 0;
  font-size: clamp(14px, 1.8svw, 16px);
}
.wpml-ls-legacy-dropdown ul, .wpml-ls-legacy-dropdown-click ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpml-ls-legacy-dropdown ul li, .wpml-ls-legacy-dropdown-click ul li {
  position: relative;
}
.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language .wpml-ls-item-toggle, .wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language .wpml-ls-item-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  min-width: 50px;
  justify-content: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language .wpml-ls-item-toggle:hover, .wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language .wpml-ls-item-toggle:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}
.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language .wpml-ls-item-toggle::after, .wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language .wpml-ls-item-toggle::after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4 4 4-4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  line-height: 0;
  transition: transform 0.2s ease;
  border: 0;
  right: 5px;
}
.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu, .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 60px;
  background-color: #fff;
  border-radius: 0px;
  padding: 4px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.95);
  transition: all 0.2s ease;
  z-index: 9999;
  border: none !important;
}
.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu li, .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu li {
  width: 100%;
}
.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu a, .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu a {
  display: block;
  color: #333333 !important;
  padding: 8px 12px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  transition: all 0.15s ease;
  border: none !important;
}
.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu a:hover, .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu a:hover {
  background-color: #fff;
  color: #333333 !important;
}
.wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu {
  visibility: hidden;
  display: none;
}
.wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu[style="visibility: visible;"] {
  display: block;
}
.wpml-ls-legacy-dropdown:hover .wpml-ls-current-language .wpml-ls-item-toggle::after, .wpml-ls-legacy-dropdown:focus-within .wpml-ls-current-language .wpml-ls-item-toggle::after {
  transform: rotate(180deg);
}
.wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown:focus-within .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.menu-landing .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language .wpml-ls-item-toggle, .menu-landing .wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language .wpml-ls-item-toggle {
  color: #333333 !important;
  background-color: transparent;
}
.menu-landing .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language .wpml-ls-item-toggle:hover, .menu-landing .wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language .wpml-ls-item-toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #333333 !important;
}
.menu-landing .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language .wpml-ls-item-toggle::after, .menu-landing .wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language .wpml-ls-item-toggle::after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4 4 4-4' stroke='%23111827' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.menu-landing .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu a, .menu-landing .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu a {
  color: #333333 !important;
}
.menu-landing .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu a:hover, .menu-landing .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu a:hover {
  background-color: #f9fafb;
  color: #333333 !important;
}

/* Footer */
.site-footer .title-footer {
  font-size: clamp(1.4rem, 1.3rem + 0.55vw, 2rem);
  margin-bottom: 1rem;
  font-weight: 700;
}
.site-footer a {
  color: #fff;
}
.site-footer .widgettitle {
  font-size: clamp(14px, 1.8svw, 18px);
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}
.site-footer .menu {
  margin-left: 0;
  margin-bottom: 1.75rem;
  font-size: clamp(.9375rem, 1.2svw, 1rem);
  line-height: 1.5;
  list-style: none;
}
.site-footer .menu li {
  margin-bottom: 0.75rem;
  font-family: Poppins, sans-serif;
}
.site-footer .menu-footer-contact-icon .item-phone {
  background-position: left 0px !important;
}
.site-footer .menu-footer-contact-icon .menu-item {
  background-repeat: no-repeat;
  padding-left: 1.8rem;
  background-position: left 2px;
}
.site-footer .menu-footer-contact-icon .menu-item.item-map {
  background-image: url(../img/icon-map.svg);
}
.site-footer .menu-footer-contact-icon .menu-item.item-phone {
  background-image: url(../img/icon-phone.svg);
}
.site-footer .menu-footer-contact-icon .menu-item.item-location {
  background-image: url(../img/icon-location.svg);
}
.site-footer .menu-footer-contact-icon .menu-item.item-mail {
  background-image: url(../img/icon-mail.svg);
}
.site-footer .menu-footer-contact-icon .menu-item.item-contact {
  background-image: url(../img/icon-contact.svg);
}
@media (min-width: 48.875rem) {
  .site-footer .footer-bottom .menu {
    display: flex;
    flex-wrap: wrap;
  }
  .site-footer .footer-bottom .menu .menu-item {
    margin: 0;
  }
  .site-footer .footer-bottom .menu .menu-item:not(:last-child)::after {
    content: "—";
    margin-inline: 0.375rem;
  }
}
.site-footer img, .site-footer .wp-image, .site-footer .custom-logo {
  max-width: 7rem;
  height: auto;
}
@media (min-width: 30rem) {
  .site-footer img, .site-footer .wp-image, .site-footer .custom-logo {
    max-width: 7rem;
  }
}
@media (min-width: 48.875rem) {
  .site-footer img, .site-footer .wp-image, .site-footer .custom-logo {
    max-width: 7rem;
  }
}
@media (min-width: 60rem) {
  .site-footer img, .site-footer .wp-image, .site-footer .custom-logo {
    max-width: 8rem;
  }
}
@media (min-width: 65rem) {
  .site-footer img, .site-footer .wp-image, .site-footer .custom-logo {
    max-width: none;
  }
}

.custom-iframe span,
.custom-iframe span * {
  color: #fff !important;
}
.custom-iframe label,
.custom-iframe label * {
  color: #fff !important;
  text-align: left !important;
}
.custom-iframe a,
.custom-iframe a * {
  color: #fff !important;
  text-decoration: underline !important;
}

/* Pages */
/* Blocks spacing */
.mt-custom {
  margin-top: var(--custom-mt);
}

.mb-custom {
  margin-bottom: var(--custom-mb);
}

.pt-custom {
  padding-top: var(--custom-pt);
}

.pb-custom {
  padding-bottom: var(--custom-pb);
}

/* Contact form Block */
.main-contact-form {
  display: grid;
  gap: 16px;
}
@media (min-width: 60rem) {
  .main-contact-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .main-contact-form > div.full {
    grid-column: span 3/span 3;
  }
}
.main-contact-form > div .acf-field {
  margin: 0;
}

/* Media & Content section */
.block-img-section .wp-video {
  width: 100% !important;
}

/* Main Slider */
.block-mainslider .plyr {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Media section full */
.block-img-section-full .plyr {
  height: 100%;
}
.block-img-section-full .plyr video {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 60rem) {
  .narrow_container .container {
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .narrowcontainer {
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

/* Graphic Chart Section */
.layout-graphic .graphic-chart-container {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 70px 25px;
  overflow: visible;
}
@media (max-width: 767px) {
  .layout-graphic .graphic-chart-container {
    max-width: 420px;
    padding: 50px 20px;
  }
}
@media (min-width: 60rem) {
  .layout-graphic .graphic-chart-container {
    max-width: 750px;
    padding: 90px 35px;
  }
}
.layout-graphic .graphic-labels {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 767px) {
  .layout-graphic .graphic-labels {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
    pointer-events: auto;
  }
}
.layout-graphic .graphic-labels h3 {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  max-width: 160px;
  color: #1f2937;
}
@media (max-width: 767px) {
  .layout-graphic .graphic-labels h3 {
    font-size: 0.875rem;
    max-width: 100%;
    text-align: left;
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 48.875rem) {
  .layout-graphic .graphic-labels h3 {
    font-size: 1rem;
    max-width: 180px;
  }
}
@media (min-width: 60rem) {
  .layout-graphic .graphic-labels h3 {
    font-size: 1.1rem;
    max-width: 200px;
  }
}
.layout-graphic .graphic-labels .label-top-left {
  position: absolute;
  top: 0%;
  left: 0%;
  text-align: left;
}
@media (max-width: 767px) {
  .layout-graphic .graphic-labels .label-top-left {
    position: static;
    text-align: left;
  }
}
.layout-graphic .graphic-labels .label-top-right {
  position: absolute;
  top: 0%;
  right: 0%;
  text-align: right;
}
@media (max-width: 767px) {
  .layout-graphic .graphic-labels .label-top-right {
    position: static;
    text-align: left;
  }
}
.layout-graphic .graphic-labels .label-bottom-left {
  position: absolute;
  bottom: 0%;
  left: 0%;
  text-align: left;
}
@media (max-width: 767px) {
  .layout-graphic .graphic-labels .label-bottom-left {
    position: static;
    text-align: left;
  }
}
.layout-graphic .graphic-labels .label-bottom-right {
  position: absolute;
  bottom: 0%;
  right: 0%;
  text-align: right;
}
@media (max-width: 767px) {
  .layout-graphic .graphic-labels .label-bottom-right {
    position: static;
    text-align: left;
  }
}
.layout-graphic .chart-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.layout-graphic .graphic-svg {
  display: block;
  background: transparent;
  margin: 0 auto;
}
.layout-graphic .graphic-svg path {
  fill: none;
  stroke-linecap: round;
}
.layout-graphic .graphic-svg line {
  stroke: #9CA3AF;
  stroke-width: 2;
  stroke-dasharray: 8;
}
.layout-graphic .child-figure {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (min-width: 48.875rem) {
  .layout-graphic .child-figure {
    right: 15%;
  }
}
@media (min-width: 60rem) {
  .layout-graphic .child-figure {
    right: 20%;
  }
}
.layout-graphic .child-figure img {
  width: 80px;
  height: auto;
}
@media (min-width: 48.875rem) {
  .layout-graphic .child-figure img {
    width: 100px;
  }
}
@media (min-width: 60rem) {
  .layout-graphic .child-figure img {
    width: 120px;
  }
}
.layout-graphic .graphic-legend {
  margin-top: 1.5rem;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 60rem) {
  .layout-graphic .graphic-legend {
    margin-top: 2rem;
    max-width: 550px;
  }
}
.layout-graphic .graphic-legend .legend-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.layout-graphic .graphic-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.layout-graphic .graphic-legend .legend-item .legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 48.875rem) {
  .layout-graphic .graphic-legend .legend-item .legend-color {
    width: 14px;
    height: 14px;
  }
}
.layout-graphic .graphic-legend .legend-item .legend-title {
  font-size: 0.75rem;
  color: #374151;
  font-weight: 500;
  line-height: 1.2;
}

/* Samples Layout - 3 y 4 columnas */
.layout-samples .samples-container [data-columns="3"]{
  gap: 2rem;
}
@media (min-width: 60rem) {
  .layout-samples .samples-container [data-columns="3"]{
    gap: 1.5rem;
  }
}
.layout-samples .samples-container [data-columns="4"]{
  gap: 1.5rem;
}
@media (min-width: 60rem) {
  .layout-samples .samples-container [data-columns="4"]{
    gap: 1rem;
  }
}
.layout-samples .samples-container .group {
  width: 100%;
  max-width: 240px;
  transition: all 0.5s ease-out;
}
@media (min-width: 48.875rem) {
  .layout-samples .samples-container [data-columns="3"] .group {
    width: calc(50% - 12px);
  }
}
@media (min-width: 60rem) {
  .layout-samples .samples-container [data-columns="3"] .group {
    width: calc(33.333% - 16px);
  }
}
@media (min-width: 48.875rem) {
  .layout-samples .samples-container [data-columns="4"] .group {
    width: calc(50% - 12px);
  }
}
@media (min-width: 60rem) {
  .layout-samples .samples-container [data-columns="4"] .group {
    width: calc(25% - 18px);
  }
}
@media (min-width: 65rem) {
  .layout-samples .samples-container [data-columns="4"] .group {
    width: calc(25% - 18px);
  }
}
@media (max-width: 767px) {
  .layout-samples .samples-container .group {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

.has-white-color .top-title {
  color: white !important;
}

.grid-team .grid-post-type {
  display: none;
}
@media (min-width: 48.875rem) {
  .grid-team .grid-post-type {
    display: grid;
  }
}

/* Components */
/* Buttons */
button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #333333;
}
button:focus-visible {
  outline: 1px dashed #EE732A;
}

input[type=button],
input[type=reset],
input[type=submit], .hs-buttonm, .hs-button:hover,
.button-primary {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: #EE732A;
  color: #fff;
  border-color: #EE732A;
}
input[type=button]:hover, input[type=button]:focus, input[type=button]:focus-visible, input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:focus-visible,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:focus-visible,
input[type=submit]:active, .hs-buttonm:hover, .hs-buttonm:focus, .hs-buttonm:focus-visible, .hs-buttonm:active, .hs-button:hover:hover, .hs-button:hover:focus, .hs-button:hover:focus-visible, .hs-button:hover:active,
.button-primary:hover,
.button-primary:focus,
.button-primary:focus-visible,
.button-primary:active {
  background-color: #FF9B26 !important;
  color: #fff;
  border-color: #FF9B26 !important;
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: #FF9B26;
  color: #fff;
  border-color: #FF9B26;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:focus-visible, .button-secondary:active {
  background-color: #EE732A;
  color: #fff;
  border-color: #EE732A;
}

.button-white {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: #fff;
  color: #EE732A;
  border-color: #fff;
}
.button-white:hover, .button-white:focus, .button-white:focus-visible, .button-white:active {
  background-color: #FF9B26;
  color: #fff;
  border-color: #FF9B26;
}

.button-competencial {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: #fff;
  color: #EE732A;
  border-color: #fff;
}

.button-primary-hover-white {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: #EE732A;
  color: #fff;
  border-color: #EE732A;
}
.button-primary-hover-white:hover, .button-primary-hover-white:focus, .button-primary-hover-white:focus-visible, .button-primary-hover-white:active {
  background-color: #fff;
  color: #EE732A;
  border-color: #fff;
}

.btn-programa-thinkoai {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: #E5524A;
  color: #fff;
  border-color: #E5524A;
}
.btn-programa-thinkoai:hover, .btn-programa-thinkoai:focus, .btn-programa-thinkoai:focus-visible, .btn-programa-thinkoai:active {
  background-color: #fff;
  color: #E5524A;
  border-color: #fff;
}

.button-white-ghost-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: #fff;
  color: #EE732A;
  border-color: #fff;
}
.button-white-ghost-cta:hover, .button-white-ghost-cta:focus, .button-white-ghost-cta:focus-visible, .button-white-ghost-cta:active {
  background-color: transparent;
  color: #fff;
}

.button-primary-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: transparent;
  color: #EE732A;
  border-color: #EE732A;
}
.button-primary-ghost:hover, .button-primary-ghost:focus, .button-primary-ghost:focus-visible, .button-primary-ghost:active {
  background-color: #FF9B26;
  color: #fff;
}

.button-secondary-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: transparent;
  color: #EE732A;
  border-color: #FF9B26;
}
.button-secondary-ghost:hover, .button-secondary-ghost:focus, .button-secondary-ghost:focus-visible, .button-secondary-ghost:active {
  background-color: #EE732A;
  color: #fff;
}

.button-white-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.button-white-ghost:hover, .button-white-ghost:focus, .button-white-ghost:focus-visible, .button-white-ghost:active {
  background-color: #EE732A;
  color: #fff;
  border-color: #EE732A;
}

.button-white-ghost-video {
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.button-white-ghost-video:hover, .button-white-ghost-video:focus, .button-white-ghost-video:focus-visible, .button-white-ghost-video:active {
  opacity: 0.6;
  color: #fff;
}
.button-white-ghost-video::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M2.52002 7.27667H21.48M8.52002 2.27667V7.13667M15.48 2.27667V6.68667M22 16.1667V8.16669C22 4.66669 22 2.16669 17 2.16669H7C3 2.16669 2 4.16669 2 8.16669V16.1667C2 21.1667 4.5 22.1667 7 22.1667H17C21 22.1667 22 20.1667 22 16.1667ZM9.75 13.4167C9.75 11.8767 10.84 11.2467 12.17 12.0167L14.25 13.2167C15.58 13.9867 15.58 15.2467 14.25 16.0167L12.17 17.2167C10.84 17.9867 9.75 17.3567 9.75 15.8167V13.4167Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  line-height: 0;
}

.button-primary-ghost-video {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: transparent;
  color: #EE732A;
  border-color: #EE732A;
  gap: 0.5rem;
}
.button-primary-ghost-video::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M2.52002 7.27667H21.48M8.52002 2.27667V7.13667M15.48 2.27667V6.68667M22 16.1667V8.16669C22 4.66669 22 2.16669 17 2.16669H7C3 2.16669 2 4.16669 2 8.16669V16.1667C2 21.1667 4.5 22.1667 7 22.1667H17C21 22.1667 22 20.1667 22 16.1667ZM9.75 13.4167C9.75 11.8767 10.84 11.2467 12.17 12.0167L14.25 13.2167C15.58 13.9867 15.58 15.2467 14.25 16.0167L12.17 17.2167C10.84 17.9867 9.75 17.3567 9.75 15.8167V13.4167Z' stroke='%23EE732A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  line-height: 0;
}
.button-primary-ghost-video:hover, .button-primary-ghost-video:focus, .button-primary-ghost-video:focus-visible, .button-primary-ghost-video:active {
  background-color: #EE732A;
  color: #fff;
}
.button-primary-ghost-video:hover::after, .button-primary-ghost-video:focus::after, .button-primary-ghost-video:focus-visible::after, .button-primary-ghost-video:active::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M2.52002 7.27667H21.48M8.52002 2.27667V7.13667M15.48 2.27667V6.68667M22 16.1667V8.16669C22 4.66669 22 2.16669 17 2.16669H7C3 2.16669 2 4.16669 2 8.16669V16.1667C2 21.1667 4.5 22.1667 7 22.1667H17C21 22.1667 22 20.1667 22 16.1667ZM9.75 13.4167C9.75 11.8767 10.84 11.2467 12.17 12.0167L14.25 13.2167C15.58 13.9867 15.58 15.2467 14.25 16.0167L12.17 17.2167C10.84 17.9867 9.75 17.3567 9.75 15.8167V13.4167Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.button-primary-play {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: #EE732A;
  color: #fff;
  border-color: #EE732A;
  gap: 0.5rem;
}
.button-primary-play:hover, .button-primary-play:focus, .button-primary-play:focus-visible, .button-primary-play:active {
  background-color: #FF9B26;
  border-color: #FF9B26;
  color: #fff;
}
.button-primary-play::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='27' viewBox='0 0 28 27' fill='none'%3E%3Cpath d='M26 13.2422C26 19.8696 20.6274 25.2422 14 25.2422C7.37258 25.2422 2 19.8696 2 13.2422C2 6.61477 7.37258 1.24219 14 1.24219C20.6274 1.24219 26 6.61477 26 13.2422Z' stroke='%23F5F5F5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5 8.74219L18.5 13.2422L11.5 17.7422V8.74219Z' stroke='%23F5F5F5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  line-height: 0;
}

.button-primary-download {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: #EE732A;
  color: #fff;
  border-color: #EE732A;
  gap: 0.5rem;
}
.button-primary-download:hover, .button-primary-download:focus, .button-primary-download:focus-visible, .button-primary-download:active {
  background-color: #FF9B26;
  border-color: #FF9B26;
  color: #fff;
}
.button-primary-download::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M8.5 12.4167C8.08579 12.4167 7.75 12.7525 7.75 13.1667C7.75 13.5809 8.08579 13.9167 8.5 13.9167V12.4167ZM15.5 13.9167C15.9142 13.9167 16.25 13.5809 16.25 13.1667C16.25 12.7525 15.9142 12.4167 15.5 12.4167V13.9167ZM8.5 15.4167C8.08579 15.4167 7.75 15.7525 7.75 16.1667C7.75 16.5809 8.08579 16.9167 8.5 16.9167V15.4167ZM12.5 16.9167C12.9142 16.9167 13.25 16.5809 13.25 16.1667C13.25 15.7525 12.9142 15.4167 12.5 15.4167V16.9167ZM18.279 9.00426L18.9184 8.61239L18.279 9.00426ZM18.4586 9.43784L19.1878 9.26276L18.4586 9.43784ZM6.31901 21.0032L5.97852 21.6715L6.31901 21.0032ZM5.66349 20.3477L4.99524 20.6882L5.66349 20.3477ZM17.681 21.0032L18.0215 21.6715L17.681 21.0032ZM18.3365 20.3477L19.0048 20.6882L18.3365 20.3477ZM13.2288 4.20813L13.4039 3.47885L13.2288 4.20813ZM13.6624 4.38773L14.0543 3.74825V3.74825L13.6624 4.38773ZM6.31901 4.33018L5.97852 3.66192L6.31901 4.33018ZM5.66349 4.9857L4.99524 4.64521L5.66349 4.9857ZM12.6635 9.34767L11.9952 9.68817V9.68817L12.6635 9.34767ZM13.319 10.0032L13.6595 9.33494V9.33494L13.319 10.0032ZM8.5 13.1667V13.9167L15.5 13.9167V13.1667V12.4167L8.5 12.4167V13.1667ZM8.5 16.1667V16.9167H12.5V16.1667V15.4167H8.5V16.1667ZM7.9 4.16669V4.91669H12.5059V4.16669V3.41669H7.9V4.16669ZM16.1 21.1667V20.4167H7.9V21.1667V21.9167H16.1V21.1667ZM5.5 18.7667H6.25V6.56669H5.5H4.75V18.7667H5.5ZM14.2029 4.86963L13.6726 5.39996L17.2667 8.99407L17.7971 8.46374L18.3274 7.93341L14.7333 4.3393L14.2029 4.86963ZM18.5 10.1608H17.75V18.7667H18.5H19.25V10.1608H18.5ZM17.7971 8.46374L17.2667 8.99407C17.5514 9.27874 17.6039 9.33805 17.6395 9.39613L18.279 9.00426L18.9184 8.61239C18.7685 8.36772 18.5616 8.1676 18.3274 7.93341L17.7971 8.46374ZM18.5 10.1608H19.25C19.25 9.82961 19.2548 9.54178 19.1878 9.26276L18.4586 9.43784L17.7293 9.61292C17.7452 9.67916 17.75 9.75821 17.75 10.1608H18.5ZM18.279 9.00426L17.6395 9.39613C17.6806 9.46324 17.7109 9.5364 17.7293 9.61292L18.4586 9.43784L19.1878 9.26276C19.1327 9.03317 19.0418 8.8137 18.9184 8.61239L18.279 9.00426ZM7.9 21.1667V20.4167C7.46758 20.4167 7.18838 20.4161 6.97588 20.3987C6.77213 20.3821 6.69659 20.3538 6.65951 20.3349L6.31901 21.0032L5.97852 21.6715C6.26231 21.816 6.55722 21.8695 6.85373 21.8938C7.14148 21.9173 7.49234 21.9167 7.9 21.9167V21.1667ZM5.5 18.7667H4.75C4.75 19.1743 4.74942 19.5252 4.77293 19.813C4.79715 20.1095 4.85064 20.4044 4.99524 20.6882L5.66349 20.3477L6.33175 20.0072C6.31285 19.9701 6.28459 19.8946 6.26795 19.6908C6.25058 19.4783 6.25 19.1991 6.25 18.7667H5.5ZM6.31901 21.0032L6.65951 20.3349C6.51838 20.263 6.40365 20.1483 6.33175 20.0072L5.66349 20.3477L4.99524 20.6882C5.21095 21.1115 5.55516 21.4557 5.97852 21.6715L6.31901 21.0032ZM16.1 21.1667V21.9167C16.5077 21.9167 16.8585 21.9173 17.1463 21.8938C17.4428 21.8695 17.7377 21.816 18.0215 21.6715L17.681 21.0032L17.3405 20.3349C17.3034 20.3538 17.2279 20.3821 17.0241 20.3987C16.8116 20.4161 16.5324 20.4167 16.1 20.4167V21.1667ZM18.5 18.7667H17.75C17.75 19.1991 17.7494 19.4783 17.7321 19.6908C17.7154 19.8946 17.6871 19.9701 17.6683 20.0072L18.3365 20.3477L19.0048 20.6882C19.1494 20.4044 19.2028 20.1095 19.2271 19.813C19.2506 19.5252 19.25 19.1744 19.25 18.7667H18.5ZM17.681 21.0032L18.0215 21.6715C18.4448 21.4557 18.789 21.1115 19.0048 20.6882L18.3365 20.3477L17.6683 20.0072C17.5964 20.1483 17.4816 20.263 17.3405 20.3349L17.681 21.0032ZM12.5059 4.16669V4.91669C12.9085 4.91669 12.9875 4.92151 13.0538 4.93741L13.2288 4.20813L13.4039 3.47885C13.1249 3.41187 12.8371 3.41669 12.5059 3.41669V4.16669ZM14.2029 4.86963L14.7333 4.3393C14.4991 4.10512 14.299 3.89818 14.0543 3.74825L13.6624 4.38773L13.2706 5.02721C13.3286 5.0628 13.3879 5.11529 13.6726 5.39996L14.2029 4.86963ZM13.2288 4.20813L13.0538 4.93741C13.1303 4.95578 13.2035 4.98609 13.2706 5.02721L13.6624 4.38773L14.0543 3.74825C13.853 3.62488 13.6335 3.53397 13.4039 3.47885L13.2288 4.20813ZM7.9 4.16669V3.41669C7.49234 3.41669 7.14148 3.4161 6.85373 3.43961C6.55722 3.46384 6.26231 3.51733 5.97852 3.66192L6.31901 4.33018L6.65951 4.99843C6.69659 4.97954 6.77213 4.95128 6.97588 4.93463C7.18838 4.91727 7.46758 4.91669 7.9 4.91669V4.16669ZM5.5 6.56669H6.25C6.25 6.13427 6.25058 5.85507 6.26795 5.64256C6.28459 5.43882 6.31285 5.36328 6.33175 5.32619L5.66349 4.9857L4.99524 4.64521C4.85064 4.92899 4.79715 5.22391 4.77293 5.52042C4.74942 5.80817 4.75 6.15902 4.75 6.56669H5.5ZM6.31901 4.33018L5.97852 3.66192C5.55516 3.87764 5.21095 4.22184 4.99524 4.64521L5.66349 4.9857L6.33175 5.32619C6.40365 5.18507 6.51839 5.07034 6.65951 4.99843L6.31901 4.33018ZM12.5 4.16669H11.75V7.76669H12.5H13.25V4.16669H12.5ZM14.9 10.1667V10.9167H18.5V10.1667V9.41669H14.9V10.1667ZM12.5 7.76669H11.75C11.75 8.17435 11.7494 8.5252 11.7729 8.81296C11.7972 9.10947 11.8506 9.40438 11.9952 9.68817L12.6635 9.34767L13.3317 9.00718C13.3129 8.9701 13.2846 8.89456 13.2679 8.69081C13.2506 8.47831 13.25 8.1991 13.25 7.76669H12.5ZM14.9 10.1667V9.41669C14.4676 9.41669 14.1884 9.4161 13.9759 9.39874C13.7721 9.38209 13.6966 9.35384 13.6595 9.33494L13.319 10.0032L12.9785 10.6715C13.2623 10.816 13.5572 10.8695 13.8537 10.8938C14.1415 10.9173 14.4923 10.9167 14.9 10.9167V10.1667ZM12.6635 9.34767L11.9952 9.68817C12.211 10.1115 12.5552 10.4557 12.9785 10.6715L13.319 10.0032L13.6595 9.33494C13.5671 9.22421 13.4587 9.13311 13.3317 9.00718L12.6635 9.34767Z' fill='%23fff'/%3E%3C/svg%3E");
  line-height: 0;
}

.button-white-download {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: clamp(14px, 1.8svw, 16px) !important;
  white-space: nowrap;
  line-height: 1.5 !important;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  font-family: Roboto, sans-serif !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: #fff;
  color: #EE732A;
  border-color: #fff;
  gap: 0.5rem;
}
.button-white-download:hover, .button-white-download:focus, .button-white-download:focus-visible, .button-white-download:active {
  background-color: #fff;
  border-color: #fff;
  color: #EE732A;
}
.button-white-download::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M8.5 12.4167C8.08579 12.4167 7.75 12.7525 7.75 13.1667C7.75 13.5809 8.08579 13.9167 8.5 13.9167V12.4167ZM15.5 13.9167C15.9142 13.9167 16.25 13.5809 16.25 13.1667C16.25 12.7525 15.9142 12.4167 15.5 12.4167V13.9167ZM8.5 15.4167C8.08579 15.4167 7.75 15.7525 7.75 16.1667C7.75 16.5809 8.08579 16.9167 8.5 16.9167V15.4167ZM12.5 16.9167C12.9142 16.9167 13.25 16.5809 13.25 16.1667C13.25 15.7525 12.9142 15.4167 12.5 15.4167V16.9167ZM18.279 9.00426L18.9184 8.61239L18.279 9.00426ZM18.4586 9.43784L19.1878 9.26276L18.4586 9.43784ZM6.31901 21.0032L5.97852 21.6715L6.31901 21.0032ZM5.66349 20.3477L4.99524 20.6882L5.66349 20.3477ZM17.681 21.0032L18.0215 21.6715L17.681 21.0032ZM18.3365 20.3477L19.0048 20.6882L18.3365 20.3477ZM13.2288 4.20813L13.4039 3.47885L13.2288 4.20813ZM13.6624 4.38773L14.0543 3.74825V3.74825L13.6624 4.38773ZM6.31901 4.33018L5.97852 3.66192L6.31901 4.33018ZM5.66349 4.9857L4.99524 4.64521L5.66349 4.9857ZM12.6635 9.34767L11.9952 9.68817V9.68817L12.6635 9.34767ZM13.319 10.0032L13.6595 9.33494V9.33494L13.319 10.0032ZM8.5 13.1667V13.9167L15.5 13.9167V13.1667V12.4167L8.5 12.4167V13.1667ZM8.5 16.1667V16.9167H12.5V16.1667V15.4167H8.5V16.1667ZM7.9 4.16669V4.91669H12.5059V4.16669V3.41669H7.9V4.16669ZM16.1 21.1667V20.4167H7.9V21.1667V21.9167H16.1V21.1667ZM5.5 18.7667H6.25V6.56669H5.5H4.75V18.7667H5.5ZM14.2029 4.86963L13.6726 5.39996L17.2667 8.99407L17.7971 8.46374L18.3274 7.93341L14.7333 4.3393L14.2029 4.86963ZM18.5 10.1608H17.75V18.7667H18.5H19.25V10.1608H18.5ZM17.7971 8.46374L17.2667 8.99407C17.5514 9.27874 17.6039 9.33805 17.6395 9.39613L18.279 9.00426L18.9184 8.61239C18.7685 8.36772 18.5616 8.1676 18.3274 7.93341L17.7971 8.46374ZM18.5 10.1608H19.25C19.25 9.82961 19.2548 9.54178 19.1878 9.26276L18.4586 9.43784L17.7293 9.61292C17.7452 9.67916 17.75 9.75821 17.75 10.1608H18.5ZM18.279 9.00426L17.6395 9.39613C17.6806 9.46324 17.7109 9.5364 17.7293 9.61292L18.4586 9.43784L19.1878 9.26276C19.1327 9.03317 19.0418 8.8137 18.9184 8.61239L18.279 9.00426ZM7.9 21.1667V20.4167C7.46758 20.4167 7.18838 20.4161 6.97588 20.3987C6.77213 20.3821 6.69659 20.3538 6.65951 20.3349L6.31901 21.0032L5.97852 21.6715C6.26231 21.816 6.55722 21.8695 6.85373 21.8938C7.14148 21.9173 7.49234 21.9167 7.9 21.9167V21.1667ZM5.5 18.7667H4.75C4.75 19.1743 4.74942 19.5252 4.77293 19.813C4.79715 20.1095 4.85064 20.4044 4.99524 20.6882L5.66349 20.3477L6.33175 20.0072C6.31285 19.9701 6.28459 19.8946 6.26795 19.6908C6.25058 19.4783 6.25 19.1991 6.25 18.7667H5.5ZM6.31901 21.0032L6.65951 20.3349C6.51838 20.263 6.40365 20.1483 6.33175 20.0072L5.66349 20.3477L4.99524 20.6882C5.21095 21.1115 5.55516 21.4557 5.97852 21.6715L6.31901 21.0032ZM16.1 21.1667V21.9167C16.5077 21.9167 16.8585 21.9173 17.1463 21.8938C17.4428 21.8695 17.7377 21.816 18.0215 21.6715L17.681 21.0032L17.3405 20.3349C17.3034 20.3538 17.2279 20.3821 17.0241 20.3987C16.8116 20.4161 16.5324 20.4167 16.1 20.4167V21.1667ZM18.5 18.7667H17.75C17.75 19.1991 17.7494 19.4783 17.7321 19.6908C17.7154 19.8946 17.6871 19.9701 17.6683 20.0072L18.3365 20.3477L19.0048 20.6882C19.1494 20.4044 19.2028 20.1095 19.2271 19.813C19.2506 19.5252 19.25 19.1744 19.25 18.7667H18.5ZM17.681 21.0032L18.0215 21.6715C18.4448 21.4557 18.789 21.1115 19.0048 20.6882L18.3365 20.3477L17.6683 20.0072C17.5964 20.1483 17.4816 20.263 17.3405 20.3349L17.681 21.0032ZM12.5059 4.16669V4.91669C12.9085 4.91669 12.9875 4.92151 13.0538 4.93741L13.2288 4.20813L13.4039 3.47885C13.1249 3.41187 12.8371 3.41669 12.5059 3.41669V4.16669ZM14.2029 4.86963L14.7333 4.3393C14.4991 4.10512 14.299 3.89818 14.0543 3.74825L13.6624 4.38773L13.2706 5.02721C13.3286 5.0628 13.3879 5.11529 13.6726 5.39996L14.2029 4.86963ZM13.2288 4.20813L13.0538 4.93741C13.1303 4.95578 13.2035 4.98609 13.2706 5.02721L13.6624 4.38773L14.0543 3.74825C13.853 3.62488 13.6335 3.53397 13.4039 3.47885L13.2288 4.20813ZM7.9 4.16669V3.41669C7.49234 3.41669 7.14148 3.4161 6.85373 3.43961C6.55722 3.46384 6.26231 3.51733 5.97852 3.66192L6.31901 4.33018L6.65951 4.99843C6.69659 4.97954 6.77213 4.95128 6.97588 4.93463C7.18838 4.91727 7.46758 4.91669 7.9 4.91669V4.16669ZM5.5 6.56669H6.25C6.25 6.13427 6.25058 5.85507 6.26795 5.64256C6.28459 5.43882 6.31285 5.36328 6.33175 5.32619L5.66349 4.9857L4.99524 4.64521C4.85064 4.92899 4.79715 5.22391 4.77293 5.52042C4.74942 5.80817 4.75 6.15902 4.75 6.56669H5.5ZM6.31901 4.33018L5.97852 3.66192C5.55516 3.87764 5.21095 4.22184 4.99524 4.64521L5.66349 4.9857L6.33175 5.32619C6.40365 5.18507 6.51839 5.07034 6.65951 4.99843L6.31901 4.33018ZM12.5 4.16669H11.75V7.76669H12.5H13.25V4.16669H12.5ZM14.9 10.1667V10.9167H18.5V10.1667V9.41669H14.9V10.1667ZM12.5 7.76669H11.75C11.75 8.17435 11.7494 8.5252 11.7729 8.81296C11.7972 9.10947 11.8506 9.40438 11.9952 9.68817L12.6635 9.34767L13.3317 9.00718C13.3129 8.9701 13.2846 8.89456 13.2679 8.69081C13.2506 8.47831 13.25 8.1991 13.25 7.76669H12.5ZM14.9 10.1667V9.41669C14.4676 9.41669 14.1884 9.4161 13.9759 9.39874C13.7721 9.38209 13.6966 9.35384 13.6595 9.33494L13.319 10.0032L12.9785 10.6715C13.2623 10.816 13.5572 10.8695 13.8537 10.8938C14.1415 10.9173 14.4923 10.9167 14.9 10.9167V10.1667ZM12.6635 9.34767L11.9952 9.68817C12.211 10.1115 12.5552 10.4557 12.9785 10.6715L13.319 10.0032L13.6595 9.33494C13.5671 9.22421 13.4587 9.13311 13.3317 9.00718L12.6635 9.34767Z' fill='%23EE732A'/%3E%3C/svg%3E");
  line-height: 0;
}

.button-underline, .button-underline-white, .button-underline-black {
  display: inline-block;
  color: #EE732A;
  font-family: Poppins, sans-serif;
  font-size: clamp(14px, 1.8svw, 16px);
  line-height: auto;
  font-weight: 600;
  padding-block: 4px;
  border-bottom: 1px solid;
  transition: 0.1s transform ease-out;
  transform-origin: left bottom;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.button-underline:hover, .button-underline-white:hover, .button-underline-black:hover, .button-underline:focus, .button-underline-white:focus, .button-underline-black:focus, .button-underline:focus-visible, .button-underline-white:focus-visible, .button-underline-black:focus-visible, .button-underline:active, .button-underline-white:active, .button-underline-black:active {
  transform: scale(1.05);
  color: #EE732A;
}

.button-underline-black {
  color: #333333;
}
.button-underline-black:hover, .button-underline-black:focus, .button-underline-black:focus-visible, .button-underline-black:active {
  color: #333333;
}

.button-underline-white {
  color: #fff;
}
.button-underline-white:hover, .button-underline-white:focus, .button-underline-white:focus-visible, .button-underline-white:active {
  color: #fff;
}

/* Main Menu Navigation */
.top-menu-wrapper .main-navigation a:not(.wpml-ls-item-toggle):not(.wpml-ls-link) {
  color: #FFF !important;
  text-align: center;
  font-family: Poppins, sans-serif !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24px !important;
  text-decoration: none !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 0.25rem;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.top-menu-wrapper .main-navigation a:not(.wpml-ls-item-toggle):not(.wpml-ls-link):hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0.9;
}
.top-menu-wrapper .main-navigation .flex.items-center.space-x-4 > a {
  display: flex !important;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem !important;
  border-radius: 0.25rem;
  color: #FFF !important;
}
.top-menu-wrapper .main-navigation .flex.items-center.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}
.top-menu-wrapper .main-navigation .flex.items-center.space-x-4 > a svg {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .flex.items-center.space-x-4 > a span {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: inherit !important;
}
.top-menu-wrapper .main-navigation .menu-item-has-children {
  position: relative;
}
.top-menu-wrapper .main-navigation .menu-item-has-children:hover .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.top-menu-wrapper .main-navigation .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
}
.top-menu-wrapper .main-navigation .menu-item-has-children .sub-menu .menu-item a {
  color: #333333 !important;
  text-align: left;
  font-weight: 400;
  padding: 0.5rem 1rem !important;
  font-size: 14px !important;
  display: block;
  width: 100%;
}
.top-menu-wrapper .main-navigation .menu-item-has-children .sub-menu .menu-item a:hover {
  background-color: #f9fafb;
  color: #EE732A !important;
}

.main-menu-wrapper {
  background-color: #fff;
  position: fixed;
  z-index: 99;
  top: 5rem;
  bottom: 0;
  right: -100vw;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 1rem;
  width: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 5rem);
}
.main-menu-wrapper.menu-open {
  right: 0;
}

.menu-toggle.menu-open .icon-open {
  display: none;
}
.menu-toggle.menu-open .icon-close {
  display: inline;
}

.main-navigation {
  display: block;
}
.main-navigation ul {
  list-style: none;
}
.main-navigation ul.menu {
  margin: 0;
}
.main-navigation ul.menu .menu-item {
  position: relative !important;
}
.main-navigation ul.menu .menu-item a {
  display: block;
  padding: 0.75rem 0.5rem;
  color: #333333;
  text-decoration: none;
  font-size: clamp(14px, 1.8svw, 16px);
  cursor: pointer;
  font-family: Poppins, sans-serif;
}
.main-navigation ul.menu .menu-item.current_page_item > :is(a, .submenu-toggle), .main-navigation ul.menu .menu-item.current-menu-item > :is(a, .submenu-toggle), .main-navigation ul.menu .menu-item.current_page_ancestor > :is(a, .submenu-toggle), .main-navigation ul.menu .menu-item:focus-within > :is(a, .submenu-toggle), .main-navigation ul.menu .menu-item:hover > :is(a, .submenu-toggle) {
  color: #EE732A;
}
.main-navigation ul.menu .menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-navigation ul.menu .menu-item-has-children .submenu-toggle {
  padding: 0.5rem;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.main-navigation ul.menu .menu-item-has-children .submenu-toggle.submenu-open {
  transform: rotateX(180deg);
}
.main-navigation ul.menu .menu-item-has-children ul.sub-menu {
  width: 100%;
  display: none;
}
.main-navigation ul.menu .menu-item-has-children ul.sub-menu.submenu-open {
  display: block;
  visibility: visible;
}
.main-navigation ul.menu .menu-item.megamenu .sub-menu .menu-item > a {
  font-size: clamp(14px, 1.8svw, 16px);
  font-weight: 700;
  color: #EE732A;
}
@media (min-width: 60rem) {
  .main-navigation ul.menu .menu-item.megamenu .sub-menu .menu-item > a {
    font-size: clamp(14px, 1.8svw, 18px);
  }
}
.main-navigation ul.menu .menu-item.megamenu .sub-menu .menu-item.menu-item-has-children .sub-menu {
  margin-left: 1rem;
}
.main-navigation ul.menu .menu-item.megamenu .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  border-bottom: none;
}
.main-navigation ul.menu .menu-item.megamenu .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  font-size: clamp(14px, 1.8svw, 16px);
  color: #333333;
  font-weight: 500;
  padding: 0.5rem 0.5rem;
}
.main-navigation ul.menu .menu-item.megamenu .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-navigation ul.menu .menu-item.megamenu .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .submenu-toggle {
  display: inline-block;
  padding: 0.25rem;
  transition: transform 150ms;
}
.main-navigation ul.menu .menu-item.megamenu .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .submenu-toggle.submenu-open {
  transform: rotateX(180deg);
}
.main-navigation ul.menu .menu-item.megamenu .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu {
  width: 100%;
  display: none;
  margin-left: 1rem;
}
.main-navigation ul.menu .menu-item.megamenu .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu.submenu-open {
  display: block;
  visibility: visible;
}
.main-navigation ul.menu .menu-item.megamenu .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  font-size: clamp(14px, 1.8svw, 16px);
  padding: 0.25rem 0.5rem;
  color: #333333;
  font-weight: 400;
}

.mobile-nav-wrapper .mobile-nav-level,
.mobile-nav-wrapper .mobile-menu-level,
.mobile-menu-nav-wrapper .mobile-nav-level,
.mobile-menu-nav-wrapper .mobile-menu-level {
  min-height: 200px;
}
.mobile-nav-wrapper .mobile-nav-level:not([data-level="0"]):not(.mobile-nav-level-0),
.mobile-nav-wrapper .mobile-menu-level:not([data-level="0"]):not(.mobile-nav-level-0),
.mobile-menu-nav-wrapper .mobile-nav-level:not([data-level="0"]):not(.mobile-nav-level-0),
.mobile-menu-nav-wrapper .mobile-menu-level:not([data-level="0"]):not(.mobile-nav-level-0) {
  padding-top: 1rem;
}
.mobile-nav-wrapper .mobile-nav-level .mobile-nav-back,
.mobile-nav-wrapper .mobile-nav-level .mobile-menu-back,
.mobile-nav-wrapper .mobile-menu-level .mobile-nav-back,
.mobile-nav-wrapper .mobile-menu-level .mobile-menu-back,
.mobile-menu-nav-wrapper .mobile-nav-level .mobile-nav-back,
.mobile-menu-nav-wrapper .mobile-nav-level .mobile-menu-back,
.mobile-menu-nav-wrapper .mobile-menu-level .mobile-nav-back,
.mobile-menu-nav-wrapper .mobile-menu-level .mobile-menu-back {
  color: #EE732A;
  border: none;
  font-size: clamp(14px, 1.8svw, 16px);
  font-weight: 500;
  margin-bottom: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mobile-nav-wrapper .mobile-nav-wrapper .mobile-nav-level .mobile-nav-back,
.mobile-nav-wrapper .mobile-nav-wrapper .mobile-nav-level .mobile-menu-back,
.mobile-nav-wrapper .mobile-nav-wrapper .mobile-menu-level .mobile-nav-back,
.mobile-nav-wrapper .mobile-nav-wrapper .mobile-menu-level .mobile-menu-back,
.mobile-nav-wrapper .mobile-menu-nav-wrapper .mobile-nav-level .mobile-nav-back,
.mobile-nav-wrapper .mobile-menu-nav-wrapper .mobile-nav-level .mobile-menu-back,
.mobile-nav-wrapper .mobile-menu-nav-wrapper .mobile-menu-level .mobile-nav-back,
.mobile-nav-wrapper .mobile-menu-nav-wrapper .mobile-menu-level .mobile-menu-back {
  background: #EE732A;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.mobile-nav-wrapper .mobile-nav-wrapper .mobile-nav-level .mobile-nav-back:hover,
.mobile-nav-wrapper .mobile-nav-wrapper .mobile-nav-level .mobile-menu-back:hover,
.mobile-nav-wrapper .mobile-nav-wrapper .mobile-menu-level .mobile-nav-back:hover,
.mobile-nav-wrapper .mobile-nav-wrapper .mobile-menu-level .mobile-menu-back:hover,
.mobile-nav-wrapper .mobile-menu-nav-wrapper .mobile-nav-level .mobile-nav-back:hover,
.mobile-nav-wrapper .mobile-menu-nav-wrapper .mobile-nav-level .mobile-menu-back:hover,
.mobile-nav-wrapper .mobile-menu-nav-wrapper .mobile-menu-level .mobile-nav-back:hover,
.mobile-nav-wrapper .mobile-menu-nav-wrapper .mobile-menu-level .mobile-menu-back:hover {
  background: #EE7322;
}
.mobile-nav-wrapper .mobile-nav-level .mobile-nav-title,
.mobile-nav-wrapper .mobile-nav-level .mobile-menu-title,
.mobile-nav-wrapper .mobile-menu-level .mobile-nav-title,
.mobile-nav-wrapper .mobile-menu-level .mobile-menu-title,
.mobile-menu-nav-wrapper .mobile-nav-level .mobile-nav-title,
.mobile-menu-nav-wrapper .mobile-nav-level .mobile-menu-title,
.mobile-menu-nav-wrapper .mobile-menu-level .mobile-nav-title,
.mobile-menu-nav-wrapper .mobile-menu-level .mobile-menu-title {
  font-size: clamp(14px, 1.8svw, 16px);
  font-weight: 700;
  color: #EE732A;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E1E1E1;
}
.mobile-nav-wrapper .mobile-nav-level .menu-item,
.mobile-nav-wrapper .mobile-menu-level .menu-item,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item {
  border-bottom: 1px solid #F5F5F5;
}
.mobile-nav-wrapper .mobile-nav-level .menu-item:last-child,
.mobile-nav-wrapper .mobile-menu-level .menu-item:last-child,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item:last-child,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item:last-child {
  border-bottom: none;
}
.mobile-nav-wrapper .mobile-nav-level .menu-item.current-item a,
.mobile-nav-wrapper .mobile-menu-level .menu-item.current-item a,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item.current-item a,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item.current-item a {
  color: #EE732A;
  font-weight: 700;
}
.mobile-nav-wrapper .mobile-nav-level .menu-item a,
.mobile-nav-wrapper .mobile-menu-level .menu-item a,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item a,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0.5rem;
  color: #333333;
  text-decoration: none;
  font-size: clamp(14px, 1.8svw, 16px);
}
.mobile-nav-wrapper .mobile-nav-level .menu-item a:hover,
.mobile-nav-wrapper .mobile-menu-level .menu-item a:hover,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item a:hover,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item a:hover {
  color: #EE732A;
}
.mobile-nav-wrapper .mobile-nav-wrapper .mobile-nav-level .menu-item a:hover,
.mobile-nav-wrapper .mobile-nav-wrapper .mobile-menu-level .menu-item a:hover,
.mobile-nav-wrapper .mobile-menu-nav-wrapper .mobile-nav-level .menu-item a:hover,
.mobile-nav-wrapper .mobile-menu-nav-wrapper .mobile-menu-level .menu-item a:hover {
  background-color: #f9fafb;
}
.mobile-nav-wrapper .mobile-nav-level .menu-item a .mobile-nav-arrow,
.mobile-nav-wrapper .mobile-nav-level .menu-item a .mobile-menu-arrow,
.mobile-nav-wrapper .mobile-menu-level .menu-item a .mobile-nav-arrow,
.mobile-nav-wrapper .mobile-menu-level .menu-item a .mobile-menu-arrow,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item a .mobile-nav-arrow,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item a .mobile-menu-arrow,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item a .mobile-nav-arrow,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item a .mobile-menu-arrow {
  color: #B9B9B9;
  font-size: clamp(14px, 1.8svw, 16px);
  font-weight: 700;
  margin-left: auto;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 150ms;
}
.mobile-nav-wrapper .mobile-nav-level .menu-item a .mobile-nav-arrow::before,
.mobile-nav-wrapper .mobile-nav-level .menu-item a .mobile-menu-arrow::before,
.mobile-nav-wrapper .mobile-menu-level .menu-item a .mobile-nav-arrow::before,
.mobile-nav-wrapper .mobile-menu-level .menu-item a .mobile-menu-arrow::before,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item a .mobile-nav-arrow::before,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item a .mobile-menu-arrow::before,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item a .mobile-nav-arrow::before,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item a .mobile-menu-arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8L14 8M14 8L8 2M14 8L8 14' stroke='%238D8127' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mobile-nav-wrapper .mobile-nav-level .menu-item .mobile-submenu-children,
.mobile-nav-wrapper .mobile-menu-level .menu-item .mobile-submenu-children,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item .mobile-submenu-children,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item .mobile-submenu-children {
  overflow: hidden;
  transition: all 300ms ease;
}
.mobile-nav-wrapper .mobile-nav-level .menu-item .mobile-submenu-children .mobile-submenu-item,
.mobile-nav-wrapper .mobile-menu-level .menu-item .mobile-submenu-children .mobile-submenu-item,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item .mobile-submenu-children .mobile-submenu-item,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item .mobile-submenu-children .mobile-submenu-item {
  border-bottom: 1px solid #F5F5F5;
}
.mobile-nav-wrapper .mobile-nav-level .menu-item .mobile-submenu-children .mobile-submenu-item:last-child,
.mobile-nav-wrapper .mobile-menu-level .menu-item .mobile-submenu-children .mobile-submenu-item:last-child,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item .mobile-submenu-children .mobile-submenu-item:last-child,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item .mobile-submenu-children .mobile-submenu-item:last-child {
  border-bottom: none !important;
}
.mobile-nav-wrapper .mobile-nav-level .menu-item .mobile-submenu-children .mobile-submenu-item a,
.mobile-nav-wrapper .mobile-menu-level .menu-item .mobile-submenu-children .mobile-submenu-item a,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item .mobile-submenu-children .mobile-submenu-item a,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item .mobile-submenu-children .mobile-submenu-item a {
  font-size: clamp(14px, 1.8svw, 16px) !important;
  color: #333333 !important;
  padding: 0.5rem 0.75rem !important;
  display: block !important;
  text-decoration: none !important;
  transition: all 200ms ease !important;
  margin: 0.25rem 0 !important;
}
.mobile-nav-wrapper .mobile-nav-level .menu-item .mobile-submenu-children .mobile-submenu-item a:hover,
.mobile-nav-wrapper .mobile-menu-level .menu-item .mobile-submenu-children .mobile-submenu-item a:hover,
.mobile-menu-nav-wrapper .mobile-nav-level .menu-item .mobile-submenu-children .mobile-submenu-item a:hover,
.mobile-menu-nav-wrapper .mobile-menu-level .menu-item .mobile-submenu-children .mobile-submenu-item a:hover {
  color: #EE732A !important;
}

@media (min-width: 70rem) {
  .main-menu-wrapper {
    display: block;
    overflow: visible;
    position: static;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    position: relative;
  }
  .main-navigation .submenu-toggle {
    display: none !important;
  }
  .main-navigation ul.menu {
    display: flex;
  }
  .main-navigation ul.menu > .menu-item.menu-item-has-children > .submenu-toggle {
    position: absolute;
    padding-block: 1rem;
    padding-right: 1rem;
    right: 0;
    display: none !important;
  }
  .main-navigation ul.menu .menu-item {
    z-space: nowrap;
  }
  .main-navigation ul.menu .menu-item a {
    padding: 1.75rem 0.5rem;
    padding-inline: 1rem;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children {
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu {
    max-height: initial;
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    background-color: #fff;
    margin-left: 0;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    min-width: 300px !important;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    padding-block: 0.5rem;
    padding-right: 2rem;
    width: 100%;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children:hover > .sub-menu .menu-item-has-children .submenu-toggle {
    display: none;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children:hover > .sub-menu .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0px !important;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children.submenu-open {
    display: block;
  }
  .main-navigation .megamenu {
    position: static !important;
  }
  .main-navigation .megamenu > .sub-menu {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: translateY(var(--header-height, 80px));
    will-change: transform;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: none !important;
    background-color: #fff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 2rem 1rem;
    z-index: 999;
    display: none;
  }
  @media (min-width: 60rem) {
    .main-navigation .megamenu > .sub-menu {
      padding: 2rem 1.5rem;
    }
  }
  .main-navigation .megamenu > .sub-menu.submenu-open {
    display: block !important;
    visibility: visible;
    opacity: 1;
  }
  .main-navigation .megamenu > .sub-menu .megamenu-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    width: 100%;
  }
  .main-navigation .megamenu > .sub-menu .megamenu-container > .menu-item {
    border: none;
    margin: 0;
  }
  .main-navigation .megamenu > .sub-menu .megamenu-container > .menu-item > a {
    font-size: clamp(16px, 1rem + 1svw , 20px);
    font-weight: 700;
    color: #EE732A;
    padding: 0.5rem 0.5rem;
    margin-bottom: 0px;
    display: block;
    text-decoration: none;
  }
  .main-navigation .megamenu > .sub-menu .megamenu-container > .menu-item > a:hover {
    color: #EE7322;
  }
  .main-navigation .megamenu > .sub-menu .megamenu-container > .menu-item.menu-item-has-children {
    cursor: pointer;
  }
  .main-navigation .megamenu > .sub-menu .megamenu-container > .menu-item.menu-item-has-children > a {
    cursor: pointer;
  }
  .main-navigation .megamenu > .sub-menu .megamenu-container > .menu-item.menu-item-has-children {
    cursor: pointer;
  }
  .main-navigation .megamenu > .sub-menu .megamenu-container > .menu-item.menu-item-has-children > .sub-menu {
    position: static !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: transparent !important;
    width: auto !important;
    min-width: 300px !important;
    display: block !important;
    margin-left: 0 !important;
    transform: none !important;
    border: none !important;
    left: auto !important;
    top: auto !important;
    max-height: none !important;
  }
  .main-navigation .megamenu > .sub-menu .megamenu-container > .menu-item.menu-item-has-children > .sub-menu > .menu-item {
    margin-bottom: 0.25rem;
  }
  .main-navigation .megamenu > .sub-menu .megamenu-container > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
    font-size: clamp(14px, 1.8svw, 16px);
    font-weight: 500;
    color: #7D7D7D;
    padding: 0.25rem 0;
    border: none;
    margin: 0;
    text-decoration: none;
    transition: color 150ms;
  }
  .main-navigation .megamenu > .sub-menu .megamenu-container > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:hover {
    color: #EE732A;
  }
  .main-navigation .megamenu > .sub-menu .megamenu-container > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu {
    display: none !important;
  }
  .main-navigation .megamenu > .sub-menu .megamenu-container > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu.submenu-open {
    display: block !important;
  }
  .main-navigation .megamenu .menu-item-has-children .menu-item-has-children > .submenu-toggle {
    position: absolute;
    padding-block: 1rem;
    padding-right: 1rem;
    right: 0;
    display: inline-block !important;
    top: 0.75rem;
    transform: none;
    transition: transform 150ms;
  }
  .main-navigation .megamenu .menu-item-has-children .menu-item-has-children > .submenu-toggle.submenu-open {
    transform: rotate(180deg);
  }
  .main-navigation .megamenu .menu-item-has-children .menu-item-has-children > .sub-menu {
    position: static !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: transparent !important;
    width: auto !important;
    min-width: 260px !important;
    display: none !important;
    margin-left: 0 !important;
    transform: none !important;
    border: none !important;
    left: auto !important;
    top: auto !important;
    max-height: none !important;
  }
  .main-navigation .megamenu .menu-item-has-children .menu-item-has-children > .sub-menu.submenu-open {
    display: block !important;
  }
  .main-navigation .megamenu .menu-item-has-children .menu-item-has-children > .sub-menu > .menu-item {
    margin-bottom: 0.25rem;
  }
  .main-navigation .megamenu .menu-item-has-children .menu-item-has-children > .sub-menu > .menu-item > a {
    font-size: clamp(14px, 1.8svw, 16px);
    font-weight: 500;
    color: #7D7D7D;
    padding: 0.25rem 0;
    border: none;
    margin: 0;
    text-decoration: none;
    transition: color 150ms;
  }
  .main-navigation .megamenu .menu-item-has-children .menu-item-has-children > .sub-menu > .menu-item > a:hover {
    color: #EE732A;
  }
  .main-navigation .sub-menu .menu-item-has-children:not(.megamenu .menu-item-has-children) > .submenu-toggle {
    display: inline-block !important;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem;
    transform: rotate(-90deg);
    transition: transform 150ms;
    z-index: 1;
  }
  .main-navigation .sub-menu .menu-item-has-children:not(.megamenu .menu-item-has-children) > .submenu-toggle.submenu-open {
    transform: rotate(90deg);
  }
  .site-header.scroll-header .main-navigation--floating {
    position: absolute;
    top: calc(100% - 1px);
    inset-inline: 0;
  }
  .site-header .main-navigation {
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
  }
  .site-header--menu-hidden .main-navigation {
    z-index: -1;
    margin-top: -100vh;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5rem;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Pagination */
.nav-links,
.woocommerce-pagination ul.page-numbers {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
.nav-links .page-numbers,
.woocommerce-pagination ul.page-numbers .page-numbers {
  display: inline-block;
  margin-inline: 0.5rem;
  padding: 0.25rem;
  font-size: clamp(14px, 1.8svw, 16px);
  text-decoration: none;
  min-height: 35px;
  line-height: 1.8;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next,
.woocommerce-pagination ul.page-numbers .page-numbers.prev,
.woocommerce-pagination ul.page-numbers .page-numbers.next {
  color: #000;
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots),
.woocommerce-pagination ul.page-numbers .page-numbers:not(.next):not(.prev):not(.dots) {
  border: 1px solid #000;
  min-width: 35px;
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current),
.woocommerce-pagination ul.page-numbers .page-numbers:not(.next):not(.prev):not(.dots):not(.current) {
  color: #000;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover,
.woocommerce-pagination ul.page-numbers .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover {
  background-color: #000;
  color: #fff;
}
.nav-links .page-numbers.current,
.woocommerce-pagination ul.page-numbers .page-numbers.current {
  background-color: #000;
  color: #fff;
}

.woocommerce-pagination ul.page-numbers {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

/* WP Comments */
.comment-content a {
  overflow-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Accordion */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.accordion li {
  margin-bottom: 0.5rem;
}
.accordion__title {
  margin: 0 !important;
  font-size: clamp(17px, 2vw, 20px) !important;
  line-height: 1.3;
}
.accordion__button {
  font-size: clamp(17px, 2vw, 20px) !important;
  position: relative;
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #7D7D7D;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
  outline-offset: 2px;
}
.accordion__button[aria-expanded=true] {
  background-color: #333333;
  color: #fff;
}
.accordion__button[aria-expanded=true] .accordion__icon-wrapper {
  transform: rotateX(180deg);
}
.accordion__button:hover, .accordion__button:focus-visible {
  background-color: #333333;
  color: #fff;
}
.accordion__button-text {
  flex: 1;
}
.accordion__icon-wrapper {
  display: inline-block;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.accordion__content p {
  font-family: Roboto, sans-serif !important;
  margin-bottom: 0px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.accordion__content-inner {
  padding: 1rem 1.5rem;
  padding-top: 0px;
  width: 100%;
  box-sizing: border-box;
}

@media (forced-colors: active) {
  .accordion__button {
    border: 2px solid ButtonText;
  }
  .accordion__button[aria-expanded=true] {
    border: 2px solid Highlight;
  }
}
/* Tabs Base Styles */
.tabs{
  position: relative;
}
.tabs__menu{
  position: absolute;
  z-index: 10;
  margin-top: 0.5rem;
  display: none;
  width: 100%;
  flex-direction: column;
}
.tabs__menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.tabs__menu.active{
  display: flex;
}
.top-menu-wrapper .main-navigation .tabs__menu.active.items-center.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .tabs__menu.active.items-center.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .tabs__menu.active.items-center.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .tabs__menu.active.items-center.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.tabs__menu .tab{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: clamp(14px, 1.8svw, 16px);
  line-height: 1.3;
  text-decoration-line: none;
  font-family: Poppins, sans-serif !important;
}
.tabs__menu .tab.disabled{
  pointer-events: none;
  opacity: 0.5;
}
.tabs__menu .tab:hover{
  cursor: pointer;
}
.tabs__content{
  position: relative;
  display: none;
}
.tabs__content.active{
  display: block;
}
.tabs__select{
  position: relative;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(205 205 205 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 48.875rem) {
  .tabs__menu{
    position: relative;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .tabs__menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .tabs__menu{
    border-radius: 0px;
    background-color: transparent;
    padding-bottom: 0.625rem;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
.top-menu-wrapper .main-navigation .tabs__menu.items-center.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .tabs__menu.items-center.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .tabs__menu.items-center.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .tabs__menu.items-center.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
  .tabs__menu .tab{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: clamp(14px, 1.8svw, 16px);
    line-height: 1.3;
    --tw-text-opacity: 1;
    color: rgb(165 165 165 / var(--tw-text-opacity, 1));
  }
  .tabs__menu .tab.active{
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(105 105 105 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
  }
  .tabs__content{
    margin-top: 0px;
    width: 100%;
  }
  .tabs__select{
    display: none;
  }
  .tabs[data-tabdecoration=true] .tabs__menu{
    margin-bottom: 1rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(165 165 165 / var(--tw-border-opacity, 1));
    padding-bottom: 0px;
  }
  .tabs[data-tabdecoration=true] .tabs__menu .tab{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
  }
  .tabs[data-tabdecoration=true] .tabs__menu .tab.active{
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(105 105 105 / var(--tw-text-opacity, 1));
  }
  .tabs[data-tabdecoration=true] .tabs__bullet{
    position: absolute;
    bottom: 0px;
    display: inline-block;
    height: 5px;
    width: 2rem;
    --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));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(105 105 105 / var(--tw-bg-opacity, 1));
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .tabs[data-tabdecoration=true] .tabs__bullet.active{
    opacity: 1;
  }
}

/* Shared Tabs Styles (para eliminar duplicación) */
.shared-tab-styles .tabs__menu, .programa-tabs .tabs__menu,
.materials-tabs .tabs__menu,
.samples-tabs .tabs__menu,
.distribuidora-tabs .tabs__menu,
.features-tabs .tabs__menu,
.post-tabs .tabs__menu,
.projects-tabs .tabs__menu,
.inspira-tabs .tabs__menu{
  position: relative;
  display: flex;
  flex-direction: column;
}
.shared-tab-styles .tabs__menu > :not([hidden]) ~ :not([hidden]), .programa-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
.materials-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
.samples-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
.distribuidora-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
.features-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
.post-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
.projects-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
.inspira-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.top-menu-wrapper .main-navigation .shared-tab-styles .tabs__menu.items-center.space-x-4 > a,.top-menu-wrapper .main-navigation  .programa-tabs .tabs__menu.items-center.space-x-4 > a,.top-menu-wrapper .main-navigation 
.materials-tabs .tabs__menu.items-center.space-x-4 > a,.top-menu-wrapper .main-navigation 
.samples-tabs .tabs__menu.items-center.space-x-4 > a,.top-menu-wrapper .main-navigation 
.distribuidora-tabs .tabs__menu.items-center.space-x-4 > a,.top-menu-wrapper .main-navigation 
.features-tabs .tabs__menu.items-center.space-x-4 > a,.top-menu-wrapper .main-navigation 
.post-tabs .tabs__menu.items-center.space-x-4 > a,.top-menu-wrapper .main-navigation 
.projects-tabs .tabs__menu.items-center.space-x-4 > a,.top-menu-wrapper .main-navigation 
.inspira-tabs .tabs__menu.items-center.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .shared-tab-styles .tabs__menu.items-center.space-x-4 > a:hover,.top-menu-wrapper .main-navigation  .programa-tabs .tabs__menu.items-center.space-x-4 > a:hover,.top-menu-wrapper .main-navigation 
.materials-tabs .tabs__menu.items-center.space-x-4 > a:hover,.top-menu-wrapper .main-navigation 
.samples-tabs .tabs__menu.items-center.space-x-4 > a:hover,.top-menu-wrapper .main-navigation 
.distribuidora-tabs .tabs__menu.items-center.space-x-4 > a:hover,.top-menu-wrapper .main-navigation 
.features-tabs .tabs__menu.items-center.space-x-4 > a:hover,.top-menu-wrapper .main-navigation 
.post-tabs .tabs__menu.items-center.space-x-4 > a:hover,.top-menu-wrapper .main-navigation 
.projects-tabs .tabs__menu.items-center.space-x-4 > a:hover,.top-menu-wrapper .main-navigation 
.inspira-tabs .tabs__menu.items-center.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .shared-tab-styles .tabs__menu.items-center.space-x-4 > a svg,.top-menu-wrapper .main-navigation  .programa-tabs .tabs__menu.items-center.space-x-4 > a svg,.top-menu-wrapper .main-navigation 
.materials-tabs .tabs__menu.items-center.space-x-4 > a svg,.top-menu-wrapper .main-navigation 
.samples-tabs .tabs__menu.items-center.space-x-4 > a svg,.top-menu-wrapper .main-navigation 
.distribuidora-tabs .tabs__menu.items-center.space-x-4 > a svg,.top-menu-wrapper .main-navigation 
.features-tabs .tabs__menu.items-center.space-x-4 > a svg,.top-menu-wrapper .main-navigation 
.post-tabs .tabs__menu.items-center.space-x-4 > a svg,.top-menu-wrapper .main-navigation 
.projects-tabs .tabs__menu.items-center.space-x-4 > a svg,.top-menu-wrapper .main-navigation 
.inspira-tabs .tabs__menu.items-center.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .shared-tab-styles .tabs__menu.items-center.space-x-4 > a span,.top-menu-wrapper .main-navigation  .programa-tabs .tabs__menu.items-center.space-x-4 > a span,.top-menu-wrapper .main-navigation 
.materials-tabs .tabs__menu.items-center.space-x-4 > a span,.top-menu-wrapper .main-navigation 
.samples-tabs .tabs__menu.items-center.space-x-4 > a span,.top-menu-wrapper .main-navigation 
.distribuidora-tabs .tabs__menu.items-center.space-x-4 > a span,.top-menu-wrapper .main-navigation 
.features-tabs .tabs__menu.items-center.space-x-4 > a span,.top-menu-wrapper .main-navigation 
.post-tabs .tabs__menu.items-center.space-x-4 > a span,.top-menu-wrapper .main-navigation 
.projects-tabs .tabs__menu.items-center.space-x-4 > a span,.top-menu-wrapper .main-navigation 
.inspira-tabs .tabs__menu.items-center.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.shared-tab-styles .tabs__menu .tab, .programa-tabs .tabs__menu .tab,
.materials-tabs .tabs__menu .tab,
.samples-tabs .tabs__menu .tab,
.distribuidora-tabs .tabs__menu .tab,
.features-tabs .tabs__menu .tab,
.post-tabs .tabs__menu .tab,
.projects-tabs .tabs__menu .tab,
.inspira-tabs .tabs__menu .tab{
  width: 100%;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 245 233 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 233 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(238 115 34 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.shared-tab-styles .tabs__menu .tab:hover, .programa-tabs .tabs__menu .tab:hover,
.materials-tabs .tabs__menu .tab:hover,
.samples-tabs .tabs__menu .tab:hover,
.distribuidora-tabs .tabs__menu .tab:hover,
.features-tabs .tabs__menu .tab:hover,
.post-tabs .tabs__menu .tab:hover,
.projects-tabs .tabs__menu .tab:hover,
.inspira-tabs .tabs__menu .tab:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 155 38 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 155 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 60rem){
  .shared-tab-styles .tabs__menu .tab, .programa-tabs .tabs__menu .tab,
.materials-tabs .tabs__menu .tab,
.samples-tabs .tabs__menu .tab,
.distribuidora-tabs .tabs__menu .tab,
.features-tabs .tabs__menu .tab,
.post-tabs .tabs__menu .tab,
.projects-tabs .tabs__menu .tab,
.inspira-tabs .tabs__menu .tab{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.shared-tab-styles .tabs__menu .tab.active, .programa-tabs .tabs__menu .tab.active,
.materials-tabs .tabs__menu .tab.active,
.samples-tabs .tabs__menu .tab.active,
.distribuidora-tabs .tabs__menu .tab.active,
.features-tabs .tabs__menu .tab.active,
.post-tabs .tabs__menu .tab.active,
.projects-tabs .tabs__menu .tab.active,
.inspira-tabs .tabs__menu .tab.active{
  --tw-border-opacity: 1;
  border-color: rgb(238 115 42 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 115 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=text],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=email],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=url],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=password],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=search],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=number],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=tel],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=range],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=date],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=month],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=week],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=time],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active input[type=color],
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active textarea,:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=text],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=email],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=url],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=password],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=search],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=number],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=tel],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=range],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=date],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=month],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=week],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=time],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=datetime],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active input[type=color],
:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active textarea,:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=text],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=email],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=url],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=password],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=search],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=number],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=tel],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=range],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=date],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=month],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=week],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=time],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active input[type=color],
:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active textarea,:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=text],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=email],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=url],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=password],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=search],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=number],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=tel],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=range],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=date],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=month],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=week],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=time],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active input[type=color],
:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active textarea,:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=text],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=email],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=url],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=password],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=search],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=number],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=tel],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=range],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=date],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=month],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=week],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=time],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active input[type=color],
:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active textarea,:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=text],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=email],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=url],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=password],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=search],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=number],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=tel],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=range],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=date],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=month],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=week],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=time],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active input[type=color],
:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active textarea,:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=text],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=email],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=url],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=password],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=search],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=number],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=tel],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=range],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=date],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=month],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=week],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=time],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active input[type=color],
:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active textarea,:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=text],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=email],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=url],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=password],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=search],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=number],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=tel],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=range],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=date],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=month],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=week],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=time],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active input[type=color],
:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active textarea,:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=text],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=email],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=url],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=password],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=search],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=number],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=tel],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=range],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=date],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=month],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=week],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=time],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active input[type=color],
:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active textarea {
  color: #fff;
  border-color: #fff;
  padding: 0.75rem;
  font-size: clamp(14px, 1.8svw, 16px);
}
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active select,:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active select,:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active select,:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active select,:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active select,:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active select,:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active select,:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active select,:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
:is(body, .acfe-form .acfe-form-fields) .shared-tab-styles .tabs__menu .tab.active .wpcf7-not-valid-tip,:is(body, .acfe-form .acfe-form-fields)  .programa-tabs .tabs__menu .tab.active .wpcf7-not-valid-tip,:is(body, .acfe-form .acfe-form-fields) 
.materials-tabs .tabs__menu .tab.active .wpcf7-not-valid-tip,:is(body, .acfe-form .acfe-form-fields) 
.samples-tabs .tabs__menu .tab.active .wpcf7-not-valid-tip,:is(body, .acfe-form .acfe-form-fields) 
.distribuidora-tabs .tabs__menu .tab.active .wpcf7-not-valid-tip,:is(body, .acfe-form .acfe-form-fields) 
.features-tabs .tabs__menu .tab.active .wpcf7-not-valid-tip,:is(body, .acfe-form .acfe-form-fields) 
.post-tabs .tabs__menu .tab.active .wpcf7-not-valid-tip,:is(body, .acfe-form .acfe-form-fields) 
.projects-tabs .tabs__menu .tab.active .wpcf7-not-valid-tip,:is(body, .acfe-form .acfe-form-fields) 
.inspira-tabs .tabs__menu .tab.active .wpcf7-not-valid-tip {
  color: #fca5a5;
}
.shared-tab-styles .tabs__menu .tab.active:hover, .programa-tabs .tabs__menu .tab.active:hover,
.materials-tabs .tabs__menu .tab.active:hover,
.samples-tabs .tabs__menu .tab.active:hover,
.distribuidora-tabs .tabs__menu .tab.active:hover,
.features-tabs .tabs__menu .tab.active:hover,
.post-tabs .tabs__menu .tab.active:hover,
.projects-tabs .tabs__menu .tab.active:hover,
.inspira-tabs .tabs__menu .tab.active:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 155 38 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 155 38 / var(--tw-bg-opacity, 1));
}
@media (min-width: 48.875rem) {
  .shared-tab-styles .tabs__menu, .programa-tabs .tabs__menu,
  .materials-tabs .tabs__menu,
  .samples-tabs .tabs__menu,
  .distribuidora-tabs .tabs__menu,
  .features-tabs .tabs__menu,
  .post-tabs .tabs__menu,
  .projects-tabs .tabs__menu,
  .inspira-tabs .tabs__menu{
    flex-direction: row;
    justify-content: center;
  }
  .shared-tab-styles .tabs__menu > :not([hidden]) ~ :not([hidden]), .programa-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
  .materials-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
  .samples-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
  .distribuidora-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
  .features-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
  .post-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
  .projects-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]),
  .inspira-tabs .tabs__menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --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)));
  }
  .shared-tab-styles .tabs__menu .tab, .programa-tabs .tabs__menu .tab,
  .materials-tabs .tabs__menu .tab,
  .samples-tabs .tabs__menu .tab,
  .distribuidora-tabs .tabs__menu .tab,
  .features-tabs .tabs__menu .tab,
  .post-tabs .tabs__menu .tab,
  .projects-tabs .tabs__menu .tab,
  .inspira-tabs .tabs__menu .tab{
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: clamp(14px, 1.8svw, 16px);
    line-height: 1.3;
  }
}
.shared-tab-styles .tabs__content, .programa-tabs .tabs__content,
.materials-tabs .tabs__content,
.samples-tabs .tabs__content,
.distribuidora-tabs .tabs__content,
.features-tabs .tabs__content,
.post-tabs .tabs__content,
.projects-tabs .tabs__content,
.inspira-tabs .tabs__content{
  display: none;
}
.shared-tab-styles .tabs__content.active, .programa-tabs .tabs__content.active,
.materials-tabs .tabs__content.active,
.samples-tabs .tabs__content.active,
.distribuidora-tabs .tabs__content.active,
.features-tabs .tabs__content.active,
.post-tabs .tabs__content.active,
.projects-tabs .tabs__content.active,
.inspira-tabs .tabs__content.active{
  display: block;
}

/* Aplicar estilos compartidos a todos los tipos de tabs */
/* Points Switch Component (EMAT toggle) - Mejorado para texto completo */
.points-switch-wrapper .switch-container{
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-container.items-center.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-container.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-container.items-center.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-container.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-container.items-center.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-container.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-container.items-center.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-container.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.points-switch-wrapper .switch-title-container{
  position: relative;
  flex-shrink: 0;
  min-width: 80px;
  height: 32px;
  margin-bottom: 0px;
}
.points-switch-wrapper .switch-title{
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  white-space: nowrap;
  line-height: 2rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.points-switch-wrapper .switch-title.active{
  opacity: 1;
}
.points-switch-wrapper .switch-toggle{
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.points-switch-wrapper .switch-background{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-background.items-center.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-background.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-background.items-center.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-background.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-background.items-center.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-background.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-background.items-center.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-background.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.points-switch-wrapper .switch-background {
  min-width: 200px;
  max-width: 400px;
  width: auto;
  height: 44px;
  position: relative;
  border-width: 2px;
  border-style: solid;
  transition: border-width 0.2s ease, border-color 0.2s ease, width 0.3s ease;
}
.points-switch-wrapper .switch-option{
  position: relative;
  z-index: 20;
  height: 100%;
  flex: 1 1 0%;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.points-switch-wrapper .switch-option.active{
  z-index: 30;
}
.points-switch-wrapper .switch-slider{
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 164 / var(--tw-bg-opacity, 1));
  --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);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-slider.items-center.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-slider.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-slider.items-center.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-slider.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-slider.items-center.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-slider.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-slider.items-center.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-slider.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.points-switch-wrapper .switch-slider {
  top: 2px;
  left: 2px;
  width: calc(50% - 2px);
  height: calc(100% - 4px);
  transform: translateX(0);
  padding: 0 20px;
  white-space: nowrap;
}
.points-switch-wrapper .switch-option-text{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-option-text.items-center.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-option-text.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-option-text.items-center.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-option-text.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-option-text.items-center.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-option-text.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-option-text.items-center.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-option-text.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.points-switch-wrapper .switch-option-text {
  white-space: nowrap;
  font-size: 15px !important;
  color: #9ca3af;
  opacity: 0.7;
}
.points-switch-wrapper .switch-option.active .switch-option-text {
  color: white;
  opacity: 1;
}
.points-switch-wrapper .switch-label-text{
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-label-text.items-center.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-label-text.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-label-text.items-center.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-label-text.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-label-text.items-center.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-label-text.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .points-switch-wrapper .switch-label-text.items-center.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.top-menu-wrapper .main-navigation .flex.points-switch-wrapper .switch-label-text.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.points-switch-wrapper .switch-label-text {
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  padding: 0 4px;
  font-size: 15px !important;
}
.points-switch-wrapper .switch-label-text.active{
  opacity: 1;
}
@media (min-width: 30rem) {
  .points-switch-wrapper .switch-container{
    gap: 2rem;
  }
  .points-switch-wrapper .switch-background {
    min-width: 220px;
    max-width: 420px;
    height: 48px;
  }
  .points-switch-wrapper .switch-slider {
    padding: 0 22px;
  }
}
@media (min-width: 48.875rem) {
  .points-switch-wrapper .switch-container{
    gap: 2.5rem;
  }
  .points-switch-wrapper .switch-background {
    min-width: 240px;
    max-width: 450px;
    height: 52px;
  }
  .points-switch-wrapper .switch-slider {
    padding: 0 24px;
  }
}
.points-switch-wrapper .switch-background:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.points-switch-wrapper .switch-toggle:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: none !important;
}
.points-switch-wrapper .switch-background:active,
.points-switch-wrapper .switch-background.clicked {
  border-width: 0 !important;
  border-color: transparent !important;
}

/* Accessibility classes */
.sr-only{
  position: absolute;
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0px;
  padding: 0px;
  clip: rect(0, 0, 0, 0);
}

/* Image scaling alert improvements */
.image-scaling-alert {
  animation: fadeInScale 0.3s ease-out;
}
.image-scaling-alert:focus-within {
  outline: 2px solid #856404;
  outline-offset: 2px;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.switch-content-panel .switch-content-panel-p p {
  margin-bottom: 0px !important;
}

/* Switch Content Panels - Global styles for both materials and points */
.switch-content-panel {
  display: none;
  opacity: 0;
}

.switch-content-panel.active {
  display: block !important;
  opacity: 1;
}

/* Prevenir reescalado de imagen de fondo en layout points */
.layout-points {
  background-attachment: scroll !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 60rem) {
  .layout-points {
    background-attachment: fixed !important;
  }
}
.layout-points .container {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.layout-points .points-content {
  min-height: 200px;
}
.layout-points .points-content .switch-content-panel {
  transition: none !important;
}
.layout-points .points-content .switch-content-panel.active {
  animation: none !important;
}

/* Metodología Switch Component - Similar a points pero con ajustes específicos */
.metodologia-switch-wrapper .switch-container{
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-container.items-center.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-container.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-container.items-center.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-container.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-container.items-center.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-container.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-container.items-center.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-container.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.metodologia-switch-wrapper .switch-toggle{
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.metodologia-switch-wrapper .switch-background{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-background.items-center.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-background.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-background.items-center.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-background.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-background.items-center.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-background.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-background.items-center.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-background.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.metodologia-switch-wrapper .switch-background {
  min-width: 280px;
  max-width: 500px;
  width: auto;
  height: 48px;
  position: relative;
  border-width: 2px;
  border-style: solid;
  transition: border-width 0.2s ease, border-color 0.2s ease, width 0.3s ease;
}
.metodologia-switch-wrapper .switch-option{
  position: relative;
  z-index: 20;
  height: 100%;
  flex: 1 1 0%;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.metodologia-switch-wrapper .switch-option.active{
  z-index: 30;
}
.metodologia-switch-wrapper .switch-slider{
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --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);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-slider.items-center.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-slider.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-slider.items-center.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-slider.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-slider.items-center.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-slider.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-slider.items-center.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-slider.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.metodologia-switch-wrapper .switch-slider {
  top: 2px;
  left: 2px;
  width: calc(50% - 2px);
  height: calc(100% - 4px);
  transform: translateX(0);
  padding: 0 12px;
  white-space: nowrap;
}
.metodologia-switch-wrapper .switch-option-text{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-option-text.items-center.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-option-text.space-x-4 > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #FFF;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-option-text.items-center.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-option-text.space-x-4 > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-option-text.items-center.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-option-text.space-x-4 > a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu-wrapper .main-navigation .metodologia-switch-wrapper .switch-option-text.items-center.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.top-menu-wrapper .main-navigation .flex.metodologia-switch-wrapper .switch-option-text.space-x-4 > a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.metodologia-switch-wrapper .switch-option-text {
  white-space: nowrap;
  font-size: 12px !important;
  color: #9ca3af;
  opacity: 0.7;
  padding: 0 8px;
}
.metodologia-switch-wrapper .switch-option.active .switch-option-text {
  color: white;
  opacity: 1;
}
@media (min-width: 30rem) {
  .metodologia-switch-wrapper .switch-container{
    gap: 2rem;
  }
  .metodologia-switch-wrapper .switch-background {
    min-width: 320px;
    max-width: 520px;
    height: 52px;
  }
  .metodologia-switch-wrapper .switch-slider {
    padding: 0 22px;
  }
  .metodologia-switch-wrapper .switch-option-text {
    font-size: 13px !important;
  }
}
@media (min-width: 48.875rem) {
  .metodologia-switch-wrapper .switch-container{
    gap: 2.5rem;
  }
  .metodologia-switch-wrapper .switch-background {
    min-width: 360px;
    max-width: 560px;
    height: 56px;
  }
  .metodologia-switch-wrapper .switch-slider {
    padding: 0 24px;
  }
  .metodologia-switch-wrapper .switch-option-text {
    font-size: 14px !important;
  }
}
.metodologia-switch-wrapper .switch-background:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.metodologia-switch-wrapper .switch-toggle:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: none !important;
}
.metodologia-switch-wrapper .switch-background:active,
.metodologia-switch-wrapper .switch-background.clicked {
  border-width: 0 !important;
  border-color: transparent !important;
}

/* Metodología content panels específicos */
.metodologia-content .switch-content-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.metodologia-content .switch-content-panel.active {
  display: block !important;
  opacity: 1;
}

/* Author Box */
.ltw-author-box {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 60rem) {
  .ltw-author-box {
    flex-direction: row;
  }
}
.ltw-author-box .ltw-author-box__avatar {
  width: 100%;
  height: auto;
}
@media (min-width: 60rem) {
  .ltw-author-box .ltw-author-box__avatar {
    width: 25%;
  }
}
.ltw-author-box .ltw-author-box__avatar img {
  width: 100%;
  height: auto;
  border-radius: 9999px;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ltw-author-box .ltw-author-box__avatar img:hover {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.ltw-author-box .ltw-author-box__content {
  width: 100%;
}
@media (min-width: 60rem) {
  .ltw-author-box .ltw-author-box__content {
    width: 75%;
  }
}

.ltw-author-box__social ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.icon-rrss-author-box svg {
  width: 1.5rem;
  height: 1.5rem;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(1);
}
.icon-rrss-author-box svg:hover {
  transform: scale(1.25);
  filter: grayscale(0);
}

/* Programa Header Styles */
.programa-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Contenedor principal de imagen y flechas */
.programa-main-container {
  position: relative;
  max-width: 700px;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Imagen principal centrada - 704px */
.programa-main-image {
  position: relative;
  z-index: 5;
}
.programa-main-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Estilos base para todos los arrows */
.arrow-1,
.arrow-2,
.arrow-3,
.arrow-4 {
  position: absolute;
  z-index: 15;
  display: flex;
  width: 450px;
  opacity: 0;
  animation: arrow-fade-in 0.8s ease-out forwards;
}
.arrow-1 .programa-flecha__contenedor,
.arrow-2 .programa-flecha__contenedor,
.arrow-3 .programa-flecha__contenedor,
.arrow-4 .programa-flecha__contenedor {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
}
@media (min-width: 80rem) {
  .arrow-1 .programa-flecha__contenedor,
  .arrow-2 .programa-flecha__contenedor,
  .arrow-3 .programa-flecha__contenedor,
  .arrow-4 .programa-flecha__contenedor {
    max-width: 300px;
  }
}
.arrow-1 .programa-flecha__texto,
.arrow-2 .programa-flecha__texto,
.arrow-3 .programa-flecha__texto,
.arrow-4 .programa-flecha__texto {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  position: relative;
  max-width: 170px;
}
@media (min-width: 90rem) {
  .arrow-1 .programa-flecha__texto,
  .arrow-2 .programa-flecha__texto,
  .arrow-3 .programa-flecha__texto,
  .arrow-4 .programa-flecha__texto {
    max-width: 190px;
  }
}

/* Arrow 1 - Superior Izquierda - Sobresale hacia arriba e izquierda */
.arrow-1 {
  top: calc(50% - 112px);
  left: -15px;
  flex-direction: column;
  align-items: flex-end;
  transform: translate(-100%, -50%) !important;
  animation-delay: 0.6s;
}
.arrow-1 .programa-flecha__contenedor {
  margin-bottom: 24px;
  max-width: 300px;
}
@media (min-width: 80rem) {
  .arrow-1 .programa-flecha__contenedor {
    max-width: 300px;
  }
}
.arrow-1 .programa-flecha__texto {
  text-align: right;
  margin-right: 50px;
}

/* Arrow 2 - Superior Derecha - Sobresale hacia arriba y derecha */
.arrow-2 {
  top: calc(50% - 112px);
  right: -15px;
  flex-direction: row;
  align-items: center;
  transform: translate(100%, -50%) !important;
  animation-delay: 1s;
}
.arrow-2 .programa-flecha__contenedor {
  order: 2;
  display: flex;
  justify-content: flex-end;
}
.arrow-2 .programa-flecha__texto {
  text-align: left;
  margin-left: 29px;
  margin-right: 0px;
}

/* Arrow 3 - Inferior Izquierda - Sobresale hacia abajo e izquierda */
.arrow-3 {
  top: calc(50% + 112px);
  left: -15px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  transform: translate(-100%, -50%) !important;
  animation-delay: 1.4s;
}
.arrow-3 .programa-flecha__texto {
  text-align: right;
  margin-left: 0px;
  margin-right: 29px;
}

/* Arrow 4 - Inferior Derecha - Sobresale hacia abajo y derecha */
.arrow-4 {
  top: calc(50% + 112px);
  right: -15px;
  flex-direction: column;
  align-items: flex-start;
  transform: translate(100%, -50%) !important;
  animation-delay: 1.8s;
}
.arrow-4 .programa-flecha__contenedor {
  margin-top: 15px;
  order: 2;
  display: flex;
  justify-content: flex-end;
  max-width: 300px;
}
@media (min-width: 80rem) {
  .arrow-4 .programa-flecha__contenedor {
    max-width: 300px;
  }
}
.arrow-4 .programa-flecha__texto {
  text-align: left;
  margin-left: 49px;
  margin-right: auto;
}

/* Lista mobile para arrows */
.programa-arrows-mobile {
  display: none;
  margin-top: 2rem;
  max-width: 100%;
  padding: 0 1rem;
}
.programa-arrows-mobile .arrow-item-mobile {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: arrow-fade-in 0.6s ease-out forwards;
}
.programa-arrows-mobile .arrow-item-mobile:nth-child(1) {
  animation-delay: 0.6s;
}
.programa-arrows-mobile .arrow-item-mobile:nth-child(2) {
  animation-delay: 0.9s;
}
.programa-arrows-mobile .arrow-item-mobile:nth-child(3) {
  animation-delay: 1.2s;
}
.programa-arrows-mobile .arrow-item-mobile:nth-child(4) {
  animation-delay: 1.5s;
}
.programa-arrows-mobile .arrow-item-mobile .arrow-icon-mobile {
  flex-shrink: 0;
  width: 41px;
  height: 17px;
  margin-top: 0.25rem;
}
.programa-arrows-mobile .arrow-item-mobile .arrow-text-mobile {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 1280px) {
  .programa-header {
    min-height: auto;
    padding: 2rem 0;
  }
  .programa-main-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .programa-main-image img {
    width: 100%;
    height: auto;
  }
  /* Ocultar arrows desktop en mobile */
  .arrow-1,
  .arrow-2,
  .arrow-3,
  .arrow-4 {
    display: none;
  }
  /* Mostrar lista mobile */
  .programa-arrows-mobile {
    display: block;
  }
}
/* Animaciones básicas */
@keyframes fade-in-move {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fade-in-scale {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes arrow-fade-in {
  0% {
    opacity: 0;
    scale: 0.8;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
.animate-fade-in-move {
  animation: fade-in-move 1.2s ease-out forwards;
}

.animate-fade-in-scale {
  animation: fade-in-scale 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

/* ============================================ */
/* PEDAGOGICAL BASES - ACCORDION FUNCTIONALITY */
/* ============================================ */
/* Accordion functionality only - visual styles are in Tailwind */
.layout-pedagogical-bases .accordion__button[aria-expanded=true] .accordion__icon-wrapper {
  transform: rotate(180deg);
}

/* ============================================
 * Blog Component Styles
 * ============================================ */
.blog-grid__standard {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .blog-grid__standard {
    grid-template-columns: 1fr 1fr;
  }
}

.animated-check .circle-path {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: none;
}
.animated-check .check-path {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: none;
}

.animated-check--active .circle-path {
  animation: draw-circle 1s ease-in-out forwards;
}
.animated-check--active .check-path {
  animation: draw-check 0.5s ease-in-out 1s forwards;
}

@keyframes draw-circle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-check {
  to {
    stroke-dashoffset: 0;
  }
}
/* Vendors */
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --swiper-theme-color: #EE732A;
  --swiper-navigation-size: auto;
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

:root {
  --plyr-color-main: #EE732A;
}

button[data-plyr] {
  background-color: #EE732A;
}

.js-video-player iframe {
  width: 100%;
  height: 100%;
}

.popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.popup-video__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.popup-video__link:hover {
  background-color: rgb(255, 255, 255);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}
.popup-video__link img {
  width: 52px;
  height: 52px;
  transition: all 0.3s ease;
}
.popup-video__link:hover img {
  transform: scale(1.05);
}

.fancybox__nav {
  display: none !important;
}

.fancybox__thumbs {
  display: none !important;
}

.fancybox__button--prev,
.fancybox__button--next {
  display: none !important;
}

/* Plugins */

.before\:content::before{
  content: "";
}

@media (min-width: 60rem){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  @media (min-width: 30rem){
    .lg\:container{
      max-width: 30rem;
    }
  }
  @media (min-width: 48.875rem){
    .lg\:container{
      max-width: 48.875rem;
    }
  }
  @media (min-width: 60rem){
    .lg\:container{
      max-width: 60rem;
    }
  }
  @media (min-width: 65rem){
    .lg\:container{
      max-width: 65rem;
    }
  }
  @media (min-width: 70rem){
    .lg\:container{
      max-width: 70rem;
    }
  }
  @media (min-width: 80rem){
    .lg\:container{
      max-width: 80rem;
    }
  }
  @media (min-width: 90rem){
    .lg\:container{
      max-width: 90rem;
    }
  }
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-12::before{
  content: var(--tw-content);
  left: -3rem;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:top-1::before{
  content: var(--tw-content);
  top: 0.25rem;
}

.before\:top-2::before{
  content: var(--tw-content);
  top: 0.5rem;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:h-4::before{
  content: var(--tw-content);
  height: 1rem;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-4::before{
  content: var(--tw-content);
  width: 1rem;
}

.before\:w-px::before{
  content: var(--tw-content);
  width: 1px;
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-gray-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.after\:content-none::after{
  --tw-content: none;
  content: var(--tw-content);
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  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));
}

.hover\:-translate-y-3:hover{
  --tw-translate-y: -0.75rem;
  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));
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 155 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 115 34 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(238 115 42 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(238 115 42 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:shadow-card-hover:hover{
  --tw-shadow: -14px 14px 18px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: -14px 14px 18px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-gray-900\/20:hover{
  --tw-shadow-color: rgb(51 51 51 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-primary-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 115 42 / var(--tw-ring-opacity, 1));
}

.focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus-visible\:text-primary:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(238 115 42 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:translate-y-1{
  --tw-translate-y: 0.25rem;
  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));
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:font-semibold{
  font-weight: 600;
}

.group:hover .group-hover\:text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(238 115 42 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(238 115 34 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:opacity-90{
  opacity: 0.9;
}

.group:hover .group-hover\:rotate-y-180{
  transform: rotateY(180deg);
}

.has-\[\:checked\]\:border-primary-500:has(:checked){
  --tw-border-opacity: 1;
  border-color: rgb(238 115 42 / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:bg-primary-500:has(:checked){
  --tw-bg-opacity: 1;
  background-color: rgb(238 115 42 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:text-white:has(:checked){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 30rem){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:basis-1\/2{
    flex-basis: 50%;
  }
  .sm\:basis-\[calc\(50\%-0\.375rem\)\]{
    flex-basis: calc(50% - 0.375rem);
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 48.875rem){
  .md\:order-first{
    order: -9999;
  }
  .md\:order-last{
    order: 9999;
  }
  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:block{
    display: block;
  }
  .md\:grid{
    display: grid;
  }
  .md\:aspect-auto{
    aspect-ratio: auto;
  }
  .md\:h-\[450px\]{
    height: 450px;
  }
  .md\:min-h-\[280px\]{
    min-height: 280px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-7\/12{
    width: 58.333333%;
  }
  .md\:w-\[calc\(33\.333\%-0\.8rem\)\]{
    width: calc(33.333% - 0.8rem);
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-2xl{
    max-width: 42rem;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:flex-grow-0{
    flex-grow: 0;
  }
  .md\:basis-\[calc\(33\.333\%-0\.5rem\)\]{
    flex-basis: calc(33.333% - 0.5rem);
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:items-stretch{
    align-items: stretch;
  }
  .md\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  .md\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 60rem){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:sticky{
    position: sticky;
  }
  .lg\:bottom-12{
    bottom: 3rem;
  }
  .lg\:right-14{
    right: 3.5rem;
  }
  .lg\:top-36{
    top: 9rem;
  }
  .lg\:z-0{
    z-index: 0;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-72{
    height: 18rem;
  }
  .lg\:min-h-\[70px\]{
    min-height: 70px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-72{
    width: 18rem;
  }
  .lg\:w-\[40\%\]{
    width: 40%;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:min-w-\[600px\]{
    min-width: 600px;
  }
  .lg\:max-w-6xl{
    max-width: 72rem;
  }
  .lg\:max-w-\[1000px\]{
    max-width: 1000px;
  }
  .lg\:max-w-\[218px\]{
    max-width: 218px;
  }
  .lg\:max-w-\[605px\]{
    max-width: 605px;
  }
  .lg\:max-w-\[610px\]{
    max-width: 610px;
  }
  .lg\:max-w-\[700px\]{
    max-width: 700px;
  }
  .lg\:max-w-screen-lg{
    max-width: 60rem;
  }
  .lg\:max-w-screen-xl{
    max-width: 65rem;
  }
  .lg\:basis-1\/2{
    flex-basis: 50%;
  }
  .lg\:basis-1\/3{
    flex-basis: 33.333333%;
  }
  .lg\:basis-1\/4{
    flex-basis: 25%;
  }
  .lg\:basis-\[calc\(20\%-0\.8rem\)\]{
    flex-basis: calc(20% - 0.8rem);
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:place-content-center{
    place-content: center;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-30{
    gap: 7.5rem;
  }
  .lg\:gap-36{
    gap: 9rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-y-20{
    row-gap: 5rem;
  }
  .lg\:gap-y-8{
    row-gap: 2rem;
  }
  .lg\:rounded-2xl{
    border-radius: 1rem;
  }
  .lg\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }
  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-sectionSpacing{
    padding-top: clamp(2.5rem, 5svw, 6.5rem);
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-2xl{
    font-size: clamp(1.125rem, 0.95rem + 0.45vw, 1.5rem);
    line-height: 1.2;
  }
  .lg\:text-4xl{
    font-size: clamp(1.4rem, 1.3rem + 0.55vw, 2rem);
    line-height: 1.2;
  }
  .lg\:text-5xl{
    font-size: clamp(1.8rem, 1.5rem + 0.9vw, 2.5rem);
    line-height: 1.2;
  }
  .lg\:text-base{
    font-size: clamp(.9375rem, 1.2svw, 1rem);
    line-height: 1.5;
  }
  .lg\:text-lg{
    font-size: clamp(14px, 1.8svw, 18px);
    line-height: 1.3;
  }
  .lg\:text-xl{
    font-size: clamp(16px, 1rem + 1svw , 20px);
    line-height: 1.3;
  }
  .lg\: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;
  }
  .lg\:before\:-right-12::before{
    content: var(--tw-content);
    right: -3rem;
  }
  .lg\:before\:left-1\/2::before{
    content: var(--tw-content);
    left: 50%;
  }
  .lg\:before\:left-auto::before{
    content: var(--tw-content);
    left: auto;
  }
}

@media (min-width: 65rem){
  .xl\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:\!flex-row{
    flex-direction: row !important;
  }
  .xl\:\!flex-nowrap{
    flex-wrap: nowrap !important;
  }
  .xl\:pt-9{
    padding-top: 2.25rem;
  }
}

@media (min-width: 70rem){
  .\32xl\:mb-10{
    margin-bottom: 2.5rem;
  }
  .\32xl\:w-2\/3{
    width: 66.666667%;
  }
  .\32xl\:w-6\/12{
    width: 50%;
  }
  .\32xl\:w-\[calc\(16\%-1rem\)\]{
    width: calc(16% - 1rem);
  }
  .\32xl\:max-w-screen-2xl{
    max-width: 70rem;
  }
  .\32xl\:max-w-screen-xl{
    max-width: 65rem;
  }
  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .\32xl\:gap-40{
    gap: 10rem;
  }
  .\32xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .\32xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .\32xl\:pb-11{
    padding-bottom: 2.75rem;
  }
  .\32xl\:pl-10{
    padding-left: 2.5rem;
  }
  .\32xl\:pr-5{
    padding-right: 1.25rem;
  }
  .\32xl\:text-lg{
    font-size: clamp(14px, 1.8svw, 18px);
    line-height: 1.3;
  }
}

@media (min-width: 80rem){
  .\33xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .\33xl\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .\33xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .\33xl\:mb-28{
    margin-bottom: 7rem;
  }
  .\33xl\:block{
    display: block;
  }
  .\33xl\:h-54{
    height: 13.5rem;
  }
  .\33xl\:h-\[130px\]{
    height: 130px;
  }
  .\33xl\:h-\[500px\]{
    height: 500px;
  }
  .\33xl\:w-54{
    width: 13.5rem;
  }
  .\33xl\:w-\[130px\]{
    width: 130px;
  }
  .\33xl\:max-w-screen-2xl{
    max-width: 70rem;
  }
  .\33xl\:max-w-screen-3xl{
    max-width: 80rem;
  }
  .\33xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .\33xl\:flex-row{
    flex-direction: row;
  }
  .\33xl\:gap-12{
    gap: 3rem;
  }
  .\33xl\:gap-24{
    gap: 6rem;
  }
  .\33xl\:gap-28{
    gap: 7rem;
  }
  .\33xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .\33xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .\33xl\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .\33xl\:text-display{
    font-size: clamp(2rem, 1.5rem + 1.5vw, 3rem);
    line-height: 1.2;
  }
  .\33xl\:text-xl{
    font-size: clamp(16px, 1rem + 1svw , 20px);
    line-height: 1.3;
  }
}

@media (min-width: 90rem){
  .\34xl\:-right-24{
    right: -6rem;
  }
  .\34xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .\34xl\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .\34xl\:block{
    display: block;
  }
  .\34xl\:w-\[600px\]{
    width: 600px;
  }
  .\34xl\:max-w-\[1700px\]{
    max-width: 1700px;
  }
  .\34xl\:max-w-\[450px\]{
    max-width: 450px;
  }
  .\34xl\:max-w-\[600px\]{
    max-width: 600px;
  }
  .\34xl\:max-w-\[700px\]{
    max-width: 700px;
  }
  .\34xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .\34xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
