@charset "UTF-8";
*, ::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: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1248px){
  .container{
    max-width: 1248px;
  }
}
/*
* 1 - Fonts
*/
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
/* ==========================================================================
 * Basic elements (no class selectors allowed)
 * ========================================================================== */
/**
 * Set up the html
 *
 * 1. Makes sure that some fonts are better rendered
 * 2. Set font to lining figures
 */
html {
  box-sizing: border-box;
}

body{
  font-family: MarkPro;
}

/**
 * [1] Turn off text-shadow when selecting text for better readability
 */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration: none;
}

p {
  margin: 0 0 16px;
  line-height: inherit;
}

.c-social-menu{
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (min-width: 1024px){
  .c-social-menu{
    justify-content: flex-end;
  }
}

.c-social-menu__icon{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-social-menu__icon:hover{
  opacity: 0.7;
}
.c-social-menu__icon svg, .c-social-menu__icon img, .c-social-menu__icon picture{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.o-footer .c-social-menu__icon{
  height: 32px;
  width: 32px;
}

.c-footer-menu__list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  row-gap: 8px;
  padding: 0px;
}

@media (min-width: 1024px){
  .c-footer-menu__list{
    flex-direction: row;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}

@media (min-width: 1440px){
  .c-footer-menu__list{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.c-footer-menu__list .menu-item{
  display: block;
  font-size: 13px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(211 94 0 / var(--tw-text-opacity, 1));
}
.c-footer-menu__list .menu-item a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-footer-menu__list .menu-item a:hover{
  opacity: 0.75;
}

.c-main-menu{
  position: relative;
}

@media (max-width: 1023px){
  .c-main-menu{
    --tw-bg-opacity: 1;
    background-color: rgb(53 55 52 / var(--tw-bg-opacity, 1));
  }
}

.c-main-menu__list{
  position: relative;
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

@media (min-width: 1024px){
  .c-main-menu__list{
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

@media (max-width: 1023px){
  .c-main-menu__list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.c-main-menu__list .menu-item{
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 1023px){
  .c-main-menu__list .menu-item{
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (min-width: 1024px){
  .c-main-menu__list .menu-item{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1023px){
  .c-main-menu__list .menu-item a{
    letter-spacing: 0.01em;
  }
}
.c-main-menu__list .menu-item a{
  display: block;
  font-family: trade-gothic-next;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .c-main-menu__list .menu-item a{
    font-family: MarkPro;
    font-size: 15px;
    line-height: 1.3;
  }
}
.c-main-menu__list:before{
  position: absolute;
  left: 50%;
  top: 0px;
  height: 100%;
  width: 0.5px;
  --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));
  background-color: rgb(240 237 230 / 0.3);
}
@media (max-width: 1023px){
  .c-main-menu__list:before{
    --tw-content: "";
    content: var(--tw-content);
  }
}

@media (min-width: 1024px){
  .is-dark .c-main-menu__list .menu-item a{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}

.is-dark .c-main-menu__list .menu-item a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (max-width: 1023px){
  .c-menu-header-banner{
    background-color: #3537340D;
  }
}

.c-menu-header-banner{
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

@media (min-width: 1024px){
  .c-menu-header-banner{
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (min-width: 1280px){
  .c-menu-header-banner{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1023px){
  .c-menu-header-banner .c-menu-header-banner__bg,
.c-menu-header-banner .c-menu-header-banner__title{
    display: none;
  }
}

.c-menu-header-banner__bg{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.c-menu-header-banner__bg img, .c-menu-header-banner__bg picture{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-menu-header-banner__bg--desktop{
  display: none;
}

@media (min-width: 768px){
  .c-menu-header-banner__bg--desktop{
    display: block;
  }
}

.c-menu-header-banner__bg--mobile{
  display: block;
}

@media (min-width: 768px){
  .c-menu-header-banner__bg--mobile{
    display: none;
  }
}

.c-menu-header-banner__content{
  position: relative;
  z-index: 3;
}

.c-menu-header-banner__title{
  font-family: trade-gothic-next;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1280px){
  .c-menu-header-banner__title{
    font-size: 48px;
  }
}

@media (max-width: 1023px){
  .c-menu-header-banner__btn-wrap{
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1024px){
  .c-menu-header-banner__btn-wrap{
    margin-top: 34px;
  }
}

.c-menu-header-banner__btn{
  display: inline-block;
  min-width: 160px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(211 94 0 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-menu-header-banner__btn:hover{
  opacity: 0.75;
}

/*-------------Placeholders Start-------------*/
.c-post-card__link{
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(211 94 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
@media (min-width: 768px){
  .c-post-card__link{
    font-size: 20px;
  }
}
.c-post-card__link:hover{
  text-decoration-line: none;
}

/*-------------Placeholders End-------------*/
.c-post-card:not(:last-child){
  margin-bottom: 40px;
}
@media (min-width: 768px){
  .c-post-card:not(:last-child){
    margin-bottom: 56px;
  }
}

.c-post-card{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-post-card: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));
}
.c-post-card:hover .c-post-card__img img{
  --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));
}

.c-post-card__img{
  display: block;
  height: 56vw;
  width: 100%;
  overflow: hidden;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .c-post-card__img{
    height: 240px;
  }
}
.c-post-card__img picture,
.c-post-card__img img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.c-post-card__content{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
}

.c-post-card__categories{
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.c-post-card__category-tag{
  display: inline-block;
  border-radius: 16px;
  padding: 4px 16px;
  font-family: "MarkPro", sans-serif;
  font-weight: bold;
  font-size: 10px;
  background-color: #E7E7E7;
  text-transform: uppercase;
  color: #000000;
}

.s-post-hero .c-post-card__categories {
  margin-top: 40px;
  margin-bottom: 0;
}

.s-post-hero .c-post-card__category-tag {
  padding: 4px 24px;
  font-size: 15px;
  text-decoration: none;
}
.s-post-hero .c-post-card__category-tag:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #D35E00;
}

.c-post-card__title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: trade-gothic-next;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(211 94 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .c-post-card__title{
    font-size: 24px;
    line-height: 1.4;
  }
}

.c-post-card__date{
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.3;
}

@media (min-width: 768px){
  .c-post-card__date{
    margin-bottom: 24px;
    font-size: 15px;
  }
}

.c-post-card__description{
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  flex: 1 1 0%;
  font-size: 16px;
  line-height: 1.25;
}

@media (min-width: 768px){
  .c-post-card__description{
    font-size: 20px;
  }
}
.c-post-card__description p{
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.c-post-card__link{
  display: inline-block !important;
}

body .searchwp-live-search-result{
  flex-wrap: nowrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

@media (min-width: 1024px){
  body .searchwp-live-search-result{
    align-items: center;
  }
}
body .searchwp-live-search-result--desc{
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 15px;
  line-height: 20px;
}
body .searchwp-live-search-results-container > div:nth-child(odd) {
  background-color: #F5F5F5;
}
body .searchwp-live-search-results-container > div:nth-child(even) {
  background-color: #ffffff;
}

.searchwp-live-search-result .searchwp-live-search-result--title{
  margin-bottom: 4px;
}

.searchwp-live-search-result .searchwp-live-search-result--title a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: MarkPro;
  font-weight: 700;
  font-size: inherit !important;
}

.o-header__second-menu-search{
  flex-grow: 1;
}
.o-header__second-menu-search form.searchwp-form input.swp-input--search{
  height: 48px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border: none !important;
  background-image: url("../../img/icons/search.svg");
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 24px 24px;
  padding-right: 10px;
  padding-left: 32px;
}

@media screen and (max-width: 1023px) {
  .searchwp-live-search-results {
    width: 100% !important;
    left: 0 !important;
    max-height: calc(100% - 133px) !important;
    min-height: calc(100% - 133px) !important;
  }
  .searchwp-live-search-result .searchwp-live-search-result--title {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .searchwp-live-search-result .searchwp-live-search-result--img{
    height: 64px;
    width: 64px;
    flex-basis: 64px !important;
  }
  .searchwp-live-search-result .searchwp-live-search-result--img img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .searchwp-live-search-result .searchwp-live-search-result--img svg{
    height: 64px;
    width: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .searchwp-live-search-results {
    padding: 0 !important;
    max-height: 50% !important;
    min-height: 50% !important;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.0588235294);
  }
  .searchwp-live-search-result .searchwp-live-search-result--title {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .searchwp-live-search-result .searchwp-live-search-result--title a:hover {
    color: #D35E00;
  }
  .searchwp-live-search-result .searchwp-live-search-result--img{
    height: 128px;
    width: 128px;
    flex-basis: 128px !important;
  }
  .searchwp-live-search-result .searchwp-live-search-result--img img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .searchwp-live-search-result .searchwp-live-search-result--desc {
    margin-top: 6px;
  }
  .searchwp-live-search-results-container {
    height: 100%;
  }
  .searchwp-live-search-results-showing {
    height: 100% !important;
    border: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .searchwp-live-search-results {
    max-height: 65%;
    gap: 16px;
    padding: 16px;
    border: none;
  }
  .searchwp-live-search-result {
    padding: 16px !important;
    border: none !important;
  }
}
.searchwp-live-search-result--desc {
  margin-top: 0 !important;
}

.body-overlay{
  position: fixed;
  z-index: 20;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
}

.o-header{
  position: fixed;
  z-index: 999999;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 24px;
}

@media (min-width: 768px){
  .o-header{
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1024px){
  .o-header{
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media (min-width: 1280px){
  .o-header{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.o-header{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.o-header .custom-logo-link{
  flex-shrink: 0;
}
.o-header .custom-logo-link:nth-child(2){
  display: none;
}

@media (min-width: 1024px){
  .o-header.is-sticky{
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (min-width: 1280px){
  .o-header.is-sticky{
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.o-header.is-sticky{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px){
  .o-header.is-sticky .menu-item a{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}
.o-header.is-sticky .o-header__second-menu-btn{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .o-header.is-sticky .o-header__second-menu{
    top: 97px;
  }
}
@media (min-width: 1440px){
  .o-header.is-sticky .o-header__second-menu{
    top: 105px;
  }
}
.o-header.is-sticky .o-header__main-menu-mobile-btn span{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.o-header.is-sticky .custom-logo-link:nth-child(1){
  display: none;
}
.o-header.is-sticky .custom-logo-link:nth-child(2){
  display: block;
}
.o-header.is-sticky .o-header__search-icon{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.o-header.is-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.o-header__main-wrap{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.o-header__main-menu-wrap{
  position: absolute;
  display: none;
}

@media (max-width: 767px){
  .o-header__main-menu-wrap{
    height: calc(100vh - 85px);
    height: calc((var(--vh,1vh) * 100));
    top: 85px;
  }
}

@media (max-width: 1023px){
  .o-header__main-menu-wrap{
    left: 0px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

@media (min-width: 768px){
  .o-header__main-menu-wrap{
    top: 81px;
    height: calc(100vh - 81px);
  }
}

@media (min-width: 1024px){
  .o-header__main-menu-wrap{
    position: static;
    display: flex;
    height: auto;
    -moz-column-gap: 40px;
         column-gap: 40px;
    align-items: center;
  }
}

.o-header__second-menu-btn{
  position: relative;
  display: none;
  cursor: pointer;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1023px){
  .o-header__second-menu-btn{
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (min-width: 768px){
  .o-header__second-menu-btn{
    font-size: 15px;
    line-height: 1.3;
  }
}

@media (min-width: 1024px){
  .o-header__second-menu-btn{
    display: block;
  }
}

.o-header__second-menu-btn{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.o-header__second-menu-btn svg, .o-header__second-menu-btn img{
  position: absolute;
  top: 50%;
  right: -20px;
  --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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.o-header__second-menu-btn.is-open{
  --tw-text-opacity: 1;
  color: rgb(211 94 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px){
  .o-header__second-menu-btn.is-open svg, .o-header__second-menu-btn.is-open img{
    opacity: 1;
  }
}

.o-header__second-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (max-width: 1023px){
  .o-header__second-menu{
    overflow: auto;
  }
}

@media (min-width: 1024px){
  .o-header__second-menu{
    position: absolute;
    left: 0px;
    top: 129px;
    display: none;
    width: 100%;
  }
}

@media (min-width: 768px){
  .o-header__second-menu{
    top: 81px;
  }
}

@media (min-width: 1024px){
  .o-header__second-menu{
    top: 113px;
    padding-top: 32px;
  }
}

@media (min-width: 1280px){
  .o-header__second-menu{
    padding-top: 24px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1440px){
  .o-header__second-menu{
    top: 129px;
  }
}
.o-header__second-menu::-webkit-scrollbar{
  display: none;
}
.o-header__second-menu::-webkit-scrollbar-track{
  display: none;
}
.o-header__second-menu::-webkit-scrollbar-thumb{
  display: none;
}

@media (min-width: 1024px){
  .o-header__second-menu-row{
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}

@media (min-width: 1280px){
  .o-header__second-menu-row{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

@media (max-width: 1023px){
  .o-header__second-menu-col{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.o-header__second-menu-col{
  width: 100%;
}

@media (min-width: 1024px){
  .o-header__second-menu-col{
    margin-bottom: 32px;
    width: 224px;
  }
}
.o-header__second-menu-col ul{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.o-header__second-menu-col ul li{
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 1024px){
  .o-header__second-menu-col ul li{
    border-bottom-width: 1px;
    border-bottom-color: rgb(53 55 52 / 0.3);
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 1023px){
  .o-header__second-menu-col ul li a{
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(211 94 0 / var(--tw-text-opacity, 1));
  }
}
.o-header__second-menu-col ul li a{
  display: block;
  font-size: 19px;
  line-height: 1.26;
}
@media (min-width: 1024px){
  .o-header__second-menu-col ul li a{
    font-size: 15px;
    line-height: 1.53;
  }
}
.o-header__second-menu-col ul li a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (max-width: 1023px){
  .o-header__second-menu-col ul li a:hover{
    opacity: 0.75;
  }
}
.o-header__second-menu-col ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(211 94 0 / var(--tw-text-opacity, 1));
}
.o-header__second-menu-col ul li a[target=_blank]{
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.o-header__second-menu-col ul li a[target=_blank]:after{
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("../../img/icons/output.svg");
  --tw-content: "";
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.o-header__second-menu-col ul li a[target=_blank]:hover:after {
  filter: invert(44%) sepia(97%) saturate(3494%) hue-rotate(13deg) brightness(93%) contrast(101%);
}

@media (max-width: 1023px){
  .o-header__second-menu-col:nth-child(even){
    background-color: #3537340D;
  }
}

.o-header__second-menu-col-title{
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: trade-gothic-next;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.46;
  color: rgb(53 55 52 / 0.6);
}

@media (max-width: 1023px){
  .o-header__second-menu-col-title{
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
}

@media (min-width: 1024px){
  .o-header__second-menu-col-title{
    border-bottom-width: 1px;
    border-bottom-color: rgb(53 55 52 / 0.3);
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}

.o-header__main-menu-mobile-btn{
  position: relative;
  height: 32px;
  width: 32px;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
}

@media (min-width: 1024px){
  .o-header__main-menu-mobile-btn{
    display: none;
  }
}
.o-header__main-menu-mobile-btn span{
  position: absolute;
  left: 50%;
  height: 2px;
  width: 24px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.o-header__main-menu-mobile-btn span:nth-child(1){
  top: 8px;
}
.o-header__main-menu-mobile-btn span:nth-child(2){
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.o-header__main-menu-mobile-btn span:nth-child(3){
  bottom: 8px;
}

.o-header__main-menu-mobile-btn.is-open span:nth-child(1){
  top: 50%;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  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));
}
.o-header__main-menu-mobile-btn.is-open span:nth-child(2){
  opacity: 0;
}
.o-header__main-menu-mobile-btn.is-open span:nth-child(3){
  bottom: 50%;
  --tw-translate-y: 50%;
  --tw-rotate: -45deg;
  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));
}

.is-dark .o-header__main-menu-mobile-btn span{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.is-dark .o-header__second-menu-btn{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.is-dark .o-header__second-menu-btn.is-open{
  --tw-text-opacity: 1;
  color: rgb(211 94 0 / var(--tw-text-opacity, 1));
}
.is-dark .custom-logo-link:nth-child(1){
  display: none;
}
.is-dark .custom-logo-link:nth-child(2){
  display: block;
}

body:not(.is-dark) .o-header:not(.is-sticky):not(.is-dark) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.o-header__search-icon{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.is-dark .o-header__search-icon{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.o-header__lang-search-wrap{
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-left: 12px;
}

.o-header__language-switcher .wpml-ls-legacy-list-horizontal{
  border-width: 0px;
  padding: 0px;
}
.o-header__language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-flag{
  border-radius: 9999px;
}
.o-header__language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item{
  vertical-align: bottom;
}
.o-header__language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-link{
  padding: 0px;
}

.o-header__second-menu-search-lang{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

@media (min-width: 1024px){
  .o-header__second-menu-search-lang{
    display: none;
  }
}

.o-header__second-menu-search-lang{
  padding-left: 24px;
  padding-right: 24px;
}

.o-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(53 55 52 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 48px;
  font-size: 13px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .o-footer{
    padding-top: 80px;
    padding-bottom: 56px;
    font-size: 15px;
    line-height: 1.46;
  }
}

.o-footer pre,
.o-footer strong{
  font-family: MarkPro;
  font-size: 13px;
  line-height: 1.5;
}

@media (min-width: 768px){
  .o-footer pre,
.o-footer strong{
    font-size: 15px;
    line-height: 1.46;
  }
}

.o-footer__title{
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(211 94 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .o-footer__title{
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.3;
  }
}

.o-footer__top-row{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px;
}

@media (min-width: 768px){
  .o-footer__top-row{
    gap: 32px;
  }
}

.o-footer__top-col{
  width: 382px;
}
.o-footer__top-col p{
  margin-bottom: 0px;
}
.o-footer__top-col a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.o-footer__top-col a:hover{
  opacity: 0.75;
}

.o-footer__top-line{
  position: relative;
  height: 40px;
}

@media (min-width: 768px){
  .o-footer__top-line{
    height: 56px;
  }
}
.o-footer__top-line:before{
  position: absolute;
  left: 0px;
  top: 50%;
  height: 2px;
  width: 100%;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(211 94 0 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.o-footer__top-line svg{
  height: 40px;
  width: 40px;
}
@media (min-width: 768px){
  .o-footer__top-line svg{
    height: 56px;
    width: 56px;
  }
}

.o-footer__top-line-icon{
  position: absolute;
  right: 40px;
  display: flex;
  height: 40px;
  width: 56px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(53 55 52 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .o-footer__top-line-icon{
    right: 96px;
    height: 56px;
    width: 88px;
  }
}

.o-footer__bottom-row{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

@media (min-width: 1024px){
  .o-footer__bottom-row{
    flex-direction: row;
  }
}

.o-footer__bottom-nav{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}

@media (min-width: 1024px){
  .o-footer__bottom-nav{
    width: auto;
  }
}

.o-footer__bottom-copyright{
  width: 382px;
}
.o-footer__bottom-copyright a{
  display: inline-block;
  font-size: 13px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(211 94 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.o-footer__bottom-copyright a:hover{
  opacity: 0.75;
}

.o-footer__bottom-menu{
  width: 382px;
}

.o-footer__bottom-social{
  width: 100%;
}

@media (min-width: 1024px){
  .o-footer__bottom-social{
    width: auto;
  }
}

/*
* 7 - Gutenberg Blocks
*/
.acf-container h1, .acf-container h2, .acf-container h3, .acf-container h4, .acf-container h5, .acf-container h6, .acf-tp-fluid-media-text h1, .acf-tp-fluid-media-text h2, .acf-tp-fluid-media-text h3, .acf-tp-fluid-media-text h4, .acf-tp-fluid-media-text h5, .acf-tp-fluid-media-text h6, .acf-four-pillars-modal h1, .acf-four-pillars-modal h2, .acf-four-pillars-modal h3, .acf-four-pillars-modal h4, .acf-four-pillars-modal h5, .acf-four-pillars-modal h6{
  font-family: trade-gothic-next;
  font-weight: 700;
}
.acf-container h1.is-style-font-mark, .acf-container h2.is-style-font-mark, .acf-container h3.is-style-font-mark, .acf-container h4.is-style-font-mark, .acf-container h5.is-style-font-mark, .acf-container h6.is-style-font-mark, .acf-tp-fluid-media-text h1.is-style-font-mark, .acf-tp-fluid-media-text h2.is-style-font-mark, .acf-tp-fluid-media-text h3.is-style-font-mark, .acf-tp-fluid-media-text h4.is-style-font-mark, .acf-tp-fluid-media-text h5.is-style-font-mark, .acf-tp-fluid-media-text h6.is-style-font-mark, .acf-four-pillars-modal h1.is-style-font-mark, .acf-four-pillars-modal h2.is-style-font-mark, .acf-four-pillars-modal h3.is-style-font-mark, .acf-four-pillars-modal h4.is-style-font-mark, .acf-four-pillars-modal h5.is-style-font-mark, .acf-four-pillars-modal h6.is-style-font-mark{
  font-family: MarkPro;
}
.acf-container h1, .acf-tp-fluid-media-text h1, .acf-four-pillars-modal h1{
  font-size: 40px;
  line-height: 44px;
}
@media (min-width: 1024px){
  .acf-container h1, .acf-tp-fluid-media-text h1, .acf-four-pillars-modal h1{
    font-size: 54px;
    line-height: 54px;
  }
}
.acf-container h2, .acf-tp-fluid-media-text h2, .acf-four-pillars-modal h2{
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 1024px){
  .acf-container h2, .acf-tp-fluid-media-text h2, .acf-four-pillars-modal h2{
    font-size: 46px;
    line-height: 56px;
  }
}
.acf-container h3, .acf-tp-fluid-media-text h3, .acf-four-pillars-modal h3{
  font-size: 27px;
  line-height: 34px;
}
@media (min-width: 1024px){
  .acf-container h3, .acf-tp-fluid-media-text h3, .acf-four-pillars-modal h3{
    font-size: 32px;
    line-height: 42px;
  }
}
.acf-container h4, .acf-tp-fluid-media-text h4, .acf-four-pillars-modal h4{
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 1024px){
  .acf-container h4, .acf-tp-fluid-media-text h4, .acf-four-pillars-modal h4{
    font-size: 24px;
    line-height: 34px;
  }
}
.acf-container p, .acf-tp-fluid-media-text p, .acf-four-pillars-modal p{
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1024px){
  .acf-container p, .acf-tp-fluid-media-text p, .acf-four-pillars-modal p{
    font-size: 20px;
    line-height: 25px;
  }
}
.acf-container p.is-style-font-trade-gothic, .acf-tp-fluid-media-text p.is-style-font-trade-gothic, .acf-four-pillars-modal p.is-style-font-trade-gothic{
  font-family: trade-gothic-next;
}
.acf-container p a, .acf-tp-fluid-media-text p a, .acf-four-pillars-modal p a{
  text-decoration-line: underline;
}
.acf-container p a:hover, .acf-tp-fluid-media-text p a:hover, .acf-four-pillars-modal p a:hover{
  text-decoration-line: none;
}

ul, ol{
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 20px;
}

ul{
  list-style-type: disc;
}

ol{
  list-style-type: decimal;
}

ol[type=A] {
  list-style-type: upper-alpha;
}

ol[type=I] {
  list-style-type: upper-roman;
}

.acf-container ul, .acf-container ol{
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 768px){
  .acf-container ul, .acf-container ol{
    font-size: 20px;
    line-height: 25px;
  }
}
.acf-container ul a, .acf-container ol a{
  text-decoration-line: underline;
}
.acf-container ul a:hover, .acf-container ol a:hover{
  text-decoration-line: none;
}

.wp-block-image.aligncenter{
  text-align: center;
}
.wp-block-image.alignright{
  text-align: right;
}
.wp-block-image.alignfull{
  width: 100%;
}
.wp-block-image.alignfull picture, .wp-block-image.alignfull img{
  width: 100%;
}
.wp-block-image img, .wp-block-image a{
  display: inline-block;
}
.wp-block-image.is-style-rounded picture{
  display: inline-block;
  overflow: hidden;
  border-radius: 9999px;
}

.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}

.has-white-color {
  color: #fff;
}

:not(.acf-tp-column).has-basalt-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(53 55 52 / var(--tw-bg-opacity, 1));
}
:not(.acf-tp-column).has-terracotta-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(211 94 0 / var(--tw-bg-opacity, 1));
}
:not(.acf-tp-column).has-white-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
:not(.acf-tp-column).has-black-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
:not(.acf-tp-column).has-light-basalt-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
}
:not(.acf-tp-column).has-white-flour-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(240 237 230 / var(--tw-bg-opacity, 1));
}
:not(.acf-tp-column).has-green-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(0 134 86 / var(--tw-bg-opacity, 1));
}
:not(.acf-tp-column).has-yellow-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(250 179 31 / var(--tw-bg-opacity, 1));
}
:not(.acf-tp-column).has-terracotta-color{
  --tw-text-opacity: 1;
  color: rgb(211 94 0 / var(--tw-text-opacity, 1));
}
:not(.acf-tp-column).has-black-color{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
:not(.acf-tp-column).has-basalt-color{
  --tw-text-opacity: 1;
  color: rgb(53 55 52 / var(--tw-text-opacity, 1));
}
:not(.acf-tp-column).has-light-basalt-color{
  --tw-text-opacity: 1;
  color: rgb(231 231 231 / var(--tw-text-opacity, 1));
}
:not(.acf-tp-column).has-white-flour-color{
  --tw-text-opacity: 1;
  color: rgb(240 237 230 / var(--tw-text-opacity, 1));
}
:not(.acf-tp-column).has-green-color{
  --tw-text-opacity: 1;
  color: rgb(0 134 86 / var(--tw-text-opacity, 1));
}
:not(.acf-tp-column).has-yellow-color{
  --tw-text-opacity: 1;
  color: rgb(250 179 31 / var(--tw-text-opacity, 1));
}

body .has-13-font-size{
  font-size: 15px;
  line-height: 22px;
}

@media (min-width: 768px){
  body .has-13-font-size{
    font-size: 13px;
    line-height: 20px;
  }
}
body .has-15-font-size{
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 768px){
  body .has-15-font-size{
    font-size: 15px;
    line-height: 20px;
  }
}
body .has-16-font-size{
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 768px){
  body .has-16-font-size{
    font-size: 16px;
    line-height: 20px;
  }
}
body .has-18-font-size{
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px){
  body .has-18-font-size{
    font-size: 18px;
    line-height: 28px;
  }
}
body .has-20-font-size{
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px){
  body .has-20-font-size{
    font-size: 20px;
    line-height: 25px;
  }
}
body .has-24-font-size{
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px){
  body .has-24-font-size{
    font-size: 24px;
    line-height: 34px;
  }
}
body .has-32-font-size {
  font-size: 20px !important;
  line-height: 24px !important;
}
@media (min-width: 768px) {
  body .has-32-font-size {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
body .has-36-font-size{
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 768px){
  body .has-36-font-size{
    font-size: 36px;
    line-height: 42px;
  }
}
body .has-48-font-size{
  font-size: 36px;
  line-height: 42px;
}
@media (min-width: 768px){
  body .has-48-font-size{
    font-size: 48px;
    line-height: 58px;
  }
}

/* Toggle Button Component Styles */
.toggle-button{
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  border-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-family: inherit;
  background-image: none;
  vertical-align: middle;
}

/* ACF Button Style - Utilise directement les styles existants */
.toggle-button.acf-button__button {
  /* Les styles sont déjà définis dans block.scss */
  /* On ajoute juste les états pour la fonctionnalité toggle */
}
.toggle-button.acf-button__button.active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.toggle-button.acf-button__button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  /* État focus supprimé */
}
.toggle-button.acf-button__button:disabled{
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

/* Autres styles de boutons - avec syntaxe Tailwind compatible */
.toggle-button.btn{
  display: inline-block;
  text-align: center;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.16px;
  border-radius: 20px;
  padding: 8px 24px 12px 24px;
  min-width: 160px;
}

.toggle-button.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(211 94 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.toggle-button.btn-primary:hover{
  opacity: 0.75;
}

.toggle-button.btn-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(53 55 52 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.toggle-button.btn-secondary:hover{
  opacity: 0.75;
}

.toggle-button.btn-outline{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(211 94 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(211 94 0 / var(--tw-text-opacity, 1));
}
.toggle-button.btn-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 94 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.toggle-button.btn-outline.active{
  --tw-bg-opacity: 1;
  background-color: rgb(211 94 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.toggle-button.btn-text{
  border-width: 2px;
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(211 94 0 / var(--tw-text-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  min-width: 120px;
}
.toggle-button.btn-text:hover{
  background-color: rgb(211 94 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
  opacity: 1;
}
.toggle-button.btn-text.active{
  background-color: rgb(211 94 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
}

/* États actifs pour tous les boutons */
.toggle-button.active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.toggle-button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  /* État focus visuel supprimé */
}

.toggle-button:disabled{
  cursor: not-allowed;
  opacity: 0.5;
  transform: none !important;
  box-shadow: none !important;
}

/* Size variants */
.toggle-button.btn-sm {
  font-size: 14px;
  padding: 6px 18px 8px 18px;
  min-width: 120px;
}

.toggle-button.btn-lg {
  font-size: 18px;
  padding: 10px 32px 14px 32px;
  min-width: 200px;
}

/* Width variants */
.toggle-button.btn-block{
  display: block;
  width: 100%;
}

/* Loading state */
.toggle-button.loading{
  position: relative;
  color: transparent;
}

.toggle-button.loading::after{
  position: absolute;
  border-radius: 9999px;
}

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

.toggle-button.loading::after{
  animation: spin 1s linear infinite;
  content: "";
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  border: 2px solid transparent;
  border-top-color: currentColor;
}

.toggle-button.btn-primary.loading::after,
.toggle-button.btn-secondary.loading::after {
  border-top-color: white;
}

.toggle-button.btn-outline.loading::after,
.toggle-button.btn-text.loading::after {
  border-top-color: #D35E00; /* terracotta color */
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .toggle-button {
    font-size: 14px;
    padding: 6px 20px 10px 20px;
    min-width: 140px;
  }
  .toggle-button.btn-sm {
    font-size: 12px;
    padding: 4px 16px 6px 16px;
    min-width: 100px;
  }
  .toggle-button.btn-lg {
    font-size: 16px;
    padding: 8px 28px 12px 28px;
    min-width: 180px;
  }
}
/* Toggle Button Alignment Styles */
.toggle-button-wrapper{
  display: block;
  width: 100%;
}

.toggle-button-wrapper--left{
  text-align: left;
}

.toggle-button-wrapper--center{
  text-align: center;
}

.toggle-button-wrapper--right{
  text-align: right;
}

/* Ensure button display properly within wrapper */
.toggle-button-wrapper .toggle-button{
  display: inline-block;
}

.collapse{
  visibility: collapse !important;
}

.static{
  position: static !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: sticky !important;
}

.order-1{
  order: 1 !important;
}

.order-2{
  order: 2 !important;
}

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

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

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

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

.block{
  display: block !important;
}

.inline{
  display: inline !important;
}

.table{
  display: table !important;
}

.grid{
  display: grid !important;
}

.contents{
  display: contents !important;
}

.hidden{
  display: none !important;
}

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

.h-\[0px\]{
  height: 0px !important;
}

.h-\[104px\]{
  height: 104px !important;
}

.h-\[120px\]{
  height: 120px !important;
}

.h-\[16px\]{
  height: 16px !important;
}

.h-\[1px\]{
  height: 1px !important;
}

.h-\[24px\]{
  height: 24px !important;
}

.h-\[2px\]{
  height: 2px !important;
}

.h-\[32px\]{
  height: 32px !important;
}

.h-\[336px\]{
  height: 336px !important;
}

.h-\[3px\]{
  height: 3px !important;
}

.h-\[40px\]{
  height: 40px !important;
}

.h-\[460px\]{
  height: 460px !important;
}

.h-\[48px\]{
  height: 48px !important;
}

.h-\[544px\]{
  height: 544px !important;
}

.h-\[56px\]{
  height: 56px !important;
}

.h-\[580px\]{
  height: 580px !important;
}

.h-\[64px\]{
  height: 64px !important;
}

.h-\[72px\]{
  height: 72px !important;
}

.h-\[800px\]{
  height: 800px !important;
}

.h-\[80px\]{
  height: 80px !important;
}

.h-\[85px\]{
  height: 85px !important;
}

.h-\[88px\]{
  height: 88px !important;
}

.h-\[8px\]{
  height: 8px !important;
}

.h-\[95px\]{
  height: 95px !important;
}

.h-\[96px\]{
  height: 96px !important;
}

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

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

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

.border-collapse{
  border-collapse: collapse !important;
}

.rotate-180{
  --tw-rotate: 180deg !important;
  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)) !important;
}

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

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

.animate-spin{
  animation: spin 1s linear infinite !important;
}

.resize{
  resize: both !important;
}

.flex-col{
  flex-direction: column !important;
}

.justify-start{
  justify-content: flex-start !important;
}

.justify-end{
  justify-content: flex-end !important;
}

.justify-center{
  justify-content: center !important;
}

.justify-between{
  justify-content: space-between !important;
}

.justify-evenly{
  justify-content: space-evenly !important;
}

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

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

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

.bg-green{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 134 86 / var(--tw-bg-opacity, 1)) !important;
}

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

.bg-yellow{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 179 31 / var(--tw-bg-opacity, 1)) !important;
}

.object-bottom{
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center{
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left{
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom{
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top{
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right{
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom{
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top{
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top{
  -o-object-position: top !important;
     object-position: top !important;
}

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

.px-\[16px\]{
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-\[24px\]{
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-\[32px\]{
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-\[48px\]{
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-\[64px\]{
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-\[80px\]{
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-\[88px\]{
  padding-left: 88px !important;
  padding-right: 88px !important;
}

.px-\[8px\]{
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-\[104px\]{
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

.py-\[120px\]{
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-\[16px\]{
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-\[24px\]{
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-\[32px\]{
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-\[40px\]{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-\[48px\]{
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-\[56px\]{
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-\[64px\]{
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-\[72px\]{
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-\[80px\]{
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-\[88px\]{
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.py-\[8px\]{
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-\[96px\]{
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

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

.font-normal{
  font-weight: 400 !important;
}

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

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

.outline{
  outline-style: solid !important;
}

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

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

@media (max-width: 1023px){
  .mobile-laptop\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  @media (min-width: 1248px){
    .mobile-laptop\:container{
      max-width: 1248px;
    }
  }
}

@media (min-width: 768px){
  .tablet\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  @media (min-width: 1248px){
    .tablet\:container{
      max-width: 1248px;
    }
  }
}

@media (min-width: 1024px){
  .laptop\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  @media (min-width: 1248px){
    .laptop\:container{
      max-width: 1248px;
    }
  }
}

@media (min-width: 768px){
  .tablet\:order-1{
    order: 1 !important;
  }
  .tablet\:order-2{
    order: 2 !important;
  }
  .tablet\:h-\[0px\]{
    height: 0px !important;
  }
  .tablet\:h-\[104px\]{
    height: 104px !important;
  }
  .tablet\:h-\[120px\]{
    height: 120px !important;
  }
  .tablet\:h-\[16px\]{
    height: 16px !important;
  }
  .tablet\:h-\[24px\]{
    height: 24px !important;
  }
  .tablet\:h-\[32px\]{
    height: 32px !important;
  }
  .tablet\:h-\[336px\]{
    height: 336px !important;
  }
  .tablet\:h-\[40px\]{
    height: 40px !important;
  }
  .tablet\:h-\[460px\]{
    height: 460px !important;
  }
  .tablet\:h-\[48px\]{
    height: 48px !important;
  }
  .tablet\:h-\[544px\]{
    height: 544px !important;
  }
  .tablet\:h-\[56px\]{
    height: 56px !important;
  }
  .tablet\:h-\[580px\]{
    height: 580px !important;
  }
  .tablet\:h-\[64px\]{
    height: 64px !important;
  }
  .tablet\:h-\[72px\]{
    height: 72px !important;
  }
  .tablet\:h-\[800px\]{
    height: 800px !important;
  }
  .tablet\:h-\[80px\]{
    height: 80px !important;
  }
  .tablet\:h-\[88px\]{
    height: 88px !important;
  }
  .tablet\:h-\[8px\]{
    height: 8px !important;
  }
  .tablet\:h-\[96px\]{
    height: 96px !important;
  }
  .tablet\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tablet\:px-\[16px\]{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .tablet\:px-\[24px\]{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .tablet\:px-\[32px\]{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .tablet\:px-\[48px\]{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .tablet\:px-\[64px\]{
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .tablet\:px-\[80px\]{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .tablet\:px-\[88px\]{
    padding-left: 88px !important;
    padding-right: 88px !important;
  }
  .tablet\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .tablet\:py-\[104px\]{
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .tablet\:py-\[120px\]{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .tablet\:py-\[16px\]{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .tablet\:py-\[24px\]{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .tablet\:py-\[32px\]{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .tablet\:py-\[40px\]{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .tablet\:py-\[48px\]{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .tablet\:py-\[56px\]{
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .tablet\:py-\[64px\]{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .tablet\:py-\[72px\]{
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .tablet\:py-\[80px\]{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .tablet\:py-\[88px\]{
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .tablet\:py-\[8px\]{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .tablet\:py-\[96px\]{
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

@media (min-width: 1024px){
  .laptop\:order-1{
    order: 1 !important;
  }
  .laptop\:order-2{
    order: 2 !important;
  }
  .laptop\:h-\[113px\]{
    height: 113px !important;
  }
  .laptop\:h-\[120px\]{
    height: 120px !important;
  }
}

@media (min-width: 1280px){
  .desktop\:h-\[0px\]{
    height: 0px !important;
  }
  .desktop\:h-\[104px\]{
    height: 104px !important;
  }
  .desktop\:h-\[120px\]{
    height: 120px !important;
  }
  .desktop\:h-\[129px\]{
    height: 129px !important;
  }
  .desktop\:h-\[150px\]{
    height: 150px !important;
  }
  .desktop\:h-\[16px\]{
    height: 16px !important;
  }
  .desktop\:h-\[24px\]{
    height: 24px !important;
  }
  .desktop\:h-\[32px\]{
    height: 32px !important;
  }
  .desktop\:h-\[336px\]{
    height: 336px !important;
  }
  .desktop\:h-\[40px\]{
    height: 40px !important;
  }
  .desktop\:h-\[460px\]{
    height: 460px !important;
  }
  .desktop\:h-\[48px\]{
    height: 48px !important;
  }
  .desktop\:h-\[544px\]{
    height: 544px !important;
  }
  .desktop\:h-\[56px\]{
    height: 56px !important;
  }
  .desktop\:h-\[580px\]{
    height: 580px !important;
  }
  .desktop\:h-\[64px\]{
    height: 64px !important;
  }
  .desktop\:h-\[72px\]{
    height: 72px !important;
  }
  .desktop\:h-\[800px\]{
    height: 800px !important;
  }
  .desktop\:h-\[80px\]{
    height: 80px !important;
  }
  .desktop\:h-\[88px\]{
    height: 88px !important;
  }
  .desktop\:h-\[8px\]{
    height: 8px !important;
  }
  .desktop\:h-\[96px\]{
    height: 96px !important;
  }
  .desktop\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .desktop\:px-\[16px\]{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .desktop\:px-\[24px\]{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .desktop\:px-\[32px\]{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .desktop\:px-\[48px\]{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .desktop\:px-\[64px\]{
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .desktop\:px-\[80px\]{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .desktop\:px-\[88px\]{
    padding-left: 88px !important;
    padding-right: 88px !important;
  }
  .desktop\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .desktop\:py-\[104px\]{
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .desktop\:py-\[120px\]{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .desktop\:py-\[16px\]{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .desktop\:py-\[24px\]{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .desktop\:py-\[32px\]{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .desktop\:py-\[40px\]{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .desktop\:py-\[48px\]{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .desktop\:py-\[56px\]{
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .desktop\:py-\[64px\]{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .desktop\:py-\[72px\]{
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .desktop\:py-\[80px\]{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .desktop\:py-\[88px\]{
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .desktop\:py-\[8px\]{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .desktop\:py-\[96px\]{
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
