/*
! tailwindcss v3.0.15 | 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.
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

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

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

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.right-4 {
  right: 1rem;
}

.-bottom-\[35px\] {
  bottom: -35px;
}

.top-\[0\.15rem\] {
  top: 0.15rem;
}

.top-10 {
  top: 2.5rem;
}

.right-auto {
  right: auto;
}

.left-auto {
  left: auto;
}

.-top-10 {
  top: -2.5rem;
}

.top-\[5px\] {
  top: 5px;
}

.left-\[5px\] {
  left: 5px;
}

.top-full {
  top: 100%;
}

.top-20 {
  top: 5rem;
}

.z-30 {
  z-index: 30;
}

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

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

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

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.float-left {
  float: left;
}

.m-8 {
  margin: 2rem;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0px;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

.mb-\[73px\] {
  margin-bottom: 73px;
}

.mb-auto {
  margin-bottom: auto;
}

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

.mt-\[88px\] {
  margin-top: 88px;
}

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

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

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

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

.mb-\[calc\(2\.5rem_\+_35px\)\] {
  margin-bottom: calc(2.5rem + 35px);
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

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

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

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

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

.mb-\[0\.5em\] {
  margin-bottom: 0.5em;
}

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

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

.mr-auto {
  margin-right: auto;
}

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

.mt-\[106px\] {
  margin-top: 106px;
}

.mt-\[150px\] {
  margin-top: 150px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[2\/1\] {
  aspect-ratio: 2 / 1;
}

.aspect-\[2\/3\] {
  aspect-ratio: 2 / 3;
}

.h-1 {
  height: 0.25rem;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-10 {
  height: 2.5rem;
}

.h-0 {
  height: 0px;
}

.h-\[calc\(100vh_-_120px_-_110px\)\] {
  height: calc(100vh - 120px - 110px);
}

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

.h-20 {
  height: 5rem;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[15px\] {
  height: 15px;
}

.h-4 {
  height: 1rem;
}

.max-h-fit {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.max-h-0 {
  max-height: 0px;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-\[35px\] {
  min-height: 35px;
}

.min-h-\[68px\] {
  min-height: 68px;
}

.min-h-\[1\.8rem\] {
  min-height: 1.8rem;
}

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

.w-10 {
  width: 2.5rem;
}

.w-screen {
  width: 100vw;
}

.w-\[120px\] {
  width: 120px;
}

.w-auto {
  width: auto;
}

.w-\[calc\(100\%_\+_2\.5rem\)\] {
  width: calc(100% + 2.5rem);
}

.w-20 {
  width: 5rem;
}

.w-0 {
  width: 0px;
}

.w-\[25px\] {
  width: 25px;
}

.w-\[15px\] {
  width: 15px;
}

.w-9 {
  width: 2.25rem;
}

.min-w-\[63px\] {
  min-width: 63px;
}

.min-w-\[160px\] {
  min-width: 160px;
}

.max-w-sm {
  max-width: 24rem;
}

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

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.basis-auto {
  flex-basis: auto;
}

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

.origin-center {
  transform-origin: center;
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

.gap-6 {
  gap: 1.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-none {
  border-radius: 0px;
}

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

.border {
  border-width: 1px;
}

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

.border-0 {
  border-width: 0px;
}

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

.border-t-2 {
  border-top-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

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

.border-l-0 {
  border-left-width: 0px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r {
  border-right-width: 1px;
}

.border-dotted {
  border-style: dotted;
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(92 108 98 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgb(108 104 101 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

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

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-t-black\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}

.border-b-black\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-r-black\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(92 108 98 / var(--tw-border-opacity));
}

.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-b-gray-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(92 108 98 / var(--tw-bg-opacity));
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

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

.bg-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(108 104 101 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-custom-black {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}

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

.bg-\[length\:auto_9px\] {
  background-size: auto 9px;
}

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

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

.fill-white {
  fill: #fff;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-6 {
  padding: 1.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[1\.3rem\] {
  padding: 1.3rem;
}

.p-3 {
  padding: 0.75rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.px-\[0\.625rem\] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.pr-4 {
  padding-right: 1rem;
}

.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}

.pb-\[35px\] {
  padding-bottom: 35px;
}

.pl-\[1\.6rem\] {
  padding-left: 1.6rem;
}

.pl-\[calc\(30px_\+_1rem\)\] {
  padding-left: calc(30px + 1rem);
}

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

.pl-8 {
  padding-left: 2rem;
}

.pt-\[3px\] {
  padding-top: 3px;
}

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

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

.font-main {
  font-family: "Euclid Circular A", Helvetica, sans-serif;
}

.font-display {
  font-family: "Euclid Circular A", Helvetica, serif;
}

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-\[4rem\] {
  font-size: 4rem;
}

.text-\[0px\] {
  font-size: 0px;
}

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

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

.font-light {
  font-weight: 300;
}

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

.font-extrabold {
  font-weight: 800;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-tight {
  line-height: 1.25;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-6 {
  line-height: 1.5rem;
}

.tracking-muto {
  letter-spacing: 0.375em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(92 108 98 / var(--tw-text-opacity));
}

.text-rouge-primary {
  --tw-text-opacity: 1;
  color: rgb(144 86 85 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-100 {
  opacity: 1;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.outline {
  outline-style: solid;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

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

.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}

.aligncenter {
  margin: 0.5rem auto + 40;
  display: block;
}

@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button) {
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button) {
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
  }

  .wp-block-button.alignright a {
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

@font-face {
  font-family: 'Euclid Circular A';

  src: url('../assets/fonts/EuclidCircularA-Regular.woff2') format('woff2');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* General gap */

:where(.wp-block-columns.is-layout-flex) {
  gap: 2.25rem;
}

@media (min-width: 1280px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 70px;
  }
}

#content-page {
  min-height: calc(100vh - 40px);
}

@media (min-width: 768px) {
  #content-page {
    min-height: calc(100vh - 230px);
  }
}

.entry-content > div[id] {
    scroll-margin-top: 89px;
  }

@media (min-width: 768px) {
    .entry-content > div[id] {
      scroll-margin-top: 89px;
    }
  }

@media (min-width: 640px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 640px;
  }

  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1280px;
  }
}

@media screen and (max-width: 640px) {
  iframe{
    height: auto;
  }
}

/* Main shadow */

.is-style-shadow, .shadow {
  --tw-shadow: 0px 4px 24px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Tabs / togglers */

.tab input {
    position: absolute;
  }

.tab input {
    opacity: 0;
  }

.tab input:checked + .tab-label::after {
          transform: rotate(180deg);
        }

.tab input:checked ~ .tab-content {
        overflow: visible;
      }

.tab input:checked ~ .tab-content {
        padding-top: 1rem;
        padding-bottom: 1rem;
      }

.tab input:checked ~ .tab-content {
        max-height: 1024px;
      }

.tab-content {
    max-height: 0px;
  }

.tab-content {
    overflow: hidden;
  }

.tab-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.tab-content {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.tab-content {
    transition-duration: 300ms;
  }

.logged-in .off-canvas {
  margin-top: 50px;
}

/* Main menu */

.offcanvas#offcanvas-menu.open {
      pointer-events: auto;
    }

.offcanvas#offcanvas-menu.open {
      --tw-translate-x: 0px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

.offcanvas#offcanvas-menu.open {
      opacity: 1;
    }

.overlay.open {
    pointer-events: auto;
  }

.overlay.open {
    opacity: 0.9;
  }

/* ACCORDION MENU */

ul.menu.accordion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

ul.menu.accordion li.menu-item {
    margin: 0px;
  }

ul.menu.accordion li.menu-item {
    padding: 0px;
  }

ul.menu.accordion li.menu-item a {
      display: inline-flex;
    }

ul.menu.accordion li.menu-item a {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }

ul.menu.accordion li.menu-item.menu-item-has-children {
    position: relative;
  }

ul.menu.accordion li.menu-item.menu-item-has-children {
    display: inline-flex;
  }

ul.menu.accordion li.menu-item.menu-item-has-children {
    flex-direction: column;
  }

ul.menu.accordion li.menu-item.menu-item-has-children {
    border-bottom-width: 1px;
  }

ul.menu.accordion li.menu-item.menu-item-has-children {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

ul.menu.accordion li.menu-item.menu-item-has-children > a {
      margin-right: 3rem;
    }

ul.menu.accordion li.menu-item.menu-item-has-children > a {
      border-right-width: 1px;
    }

ul.menu.accordion li.menu-item.menu-item-has-children > a {
      --tw-border-opacity: 1;
      border-color: rgb(229 231 235 / var(--tw-border-opacity));
    }

/* Dropdown arrow */

ul.menu.accordion li.menu-item.menu-item-has-children div.dropdown-arrow {
      position: absolute;
    }

ul.menu.accordion li.menu-item.menu-item-has-children div.dropdown-arrow {
      right: 0px;
    }

ul.menu.accordion li.menu-item.menu-item-has-children div.dropdown-arrow {
      transform-origin: center;
    }

ul.menu.accordion li.menu-item.menu-item-has-children div.dropdown-arrow {
      cursor: pointer;
    }

ul.menu.accordion li.menu-item.menu-item-has-children div.dropdown-arrow {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

ul.menu.accordion li.menu-item.menu-item-has-children div.dropdown-arrow {
      transition-duration: 300ms;
    }

ul.menu.accordion li.menu-item.menu-item-has-children div.dropdown-arrow::after {
        display: inline-block;
      }

ul.menu.accordion li.menu-item.menu-item-has-children div.dropdown-arrow::after {
        padding: 0.75rem;
      }

ul.menu.accordion li.menu-item.menu-item-has-children div.dropdown-arrow::after{
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f078";
      }

/* Is open */

ul.menu.accordion li.menu-item.menu-item-has-children.open div.dropdown-arrow {
        --tw-rotate: 180deg;
        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));
      }

ul.menu.accordion li.menu-item.menu-item-has-children.open ul.sub-menu {
        transition-duration: 700ms;
      }

ul.menu.accordion li.menu-item.menu-item-has-children.open ul.sub-menu{
        max-height: 600px;
      }

ul.menu.accordion ul.sub-menu {
    max-height: 0px;
  }

ul.menu.accordion ul.sub-menu {
    overflow: hidden;
  }

ul.menu.accordion ul.sub-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }

ul.menu.accordion ul.sub-menu {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

ul.menu.accordion ul.sub-menu {
    transition-duration: 300ms;
  }

ul.menu.accordion ul.sub-menu {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

ul.menu.accordion ul.sub-menu li.menu-item {
      margin-left: 0px;
      margin-right: 0px;
    }

ul.menu.accordion ul.sub-menu li.menu-item {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }

ul.menu.accordion ul.sub-menu li.menu-item {
      padding-left: 0px;
      padding-right: 0px;
    }

.container,
.entry-content,
.block-editor-block-list__layout {
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  font-family: "Euclid Circular A", Helvetica, serif;
  text-transform: uppercase;
  letter-spacing: 0.375em;
}

h1.is-style-no-margin, h2.is-style-no-margin, h3.is-style-no-margin, h4.is-style-no-margin, h5.is-style-no-margin, h6.is-style-no-margin {
    margin-bottom: 0px;
  }

h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h2 {
}

h3 {
}

h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

h5 {
}

h6 {
}

body, p {
  font-family: "Euclid Circular A", Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}

p {
  margin-bottom: 1rem;
}

p.is-style-no-margin {
    margin-bottom: 0px;
  }

p > a {
    --tw-text-opacity: 1;
    color: rgb(92 108 98 / var(--tw-text-opacity));
  }

p > a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

p > a {
    text-underline-offset: 4px;
  }

label {
  font-family: "Euclid Circular A", Helvetica, sans-serif;
}

b,
strong {
}

a:hover {
    --tw-text-opacity: 1;
    color: rgb(92 108 98 / var(--tw-text-opacity));
  }

.entry-content ul:not(.accordion):not(.is-style-list-checks):not(.slick-dots) {
    padding-left: 1.1rem;
  }

.entry-content ul:not(.accordion):not(.is-style-list-checks):not(.slick-dots) li:not(.tabs-title) {
      margin-bottom: 0.25rem;
    }

.entry-content ul:not(.accordion):not(.is-style-list-checks):not(.slick-dots) li:not(.tabs-title) {
      list-style-type: disc;
    }

.entry-content ul:not(.accordion):not(.is-style-list-checks):not(.slick-dots) li:not(.tabs-title) > a {
        --tw-text-opacity: 1;
        color: rgb(92 108 98 / var(--tw-text-opacity));
      }

.entry-content ul:not(.accordion):not(.is-style-list-checks):not(.slick-dots) li:not(.tabs-title) > a {
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
      }

.entry-content ul:not(.accordion):not(.is-style-list-checks):not(.slick-dots) li:not(.tabs-title) > a {
        text-underline-offset: 4px;
      }

.entry-content ol {
    list-style-type: decimal;
  }

.entry-content ol {
    padding-left: 1rem;
  }

.entry-content ol li > a {
        --tw-text-opacity: 1;
        color: rgb(92 108 98 / var(--tw-text-opacity));
      }

.entry-content ol li > a {
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
      }

.entry-content ol li > a {
        text-underline-offset: 4px;
      }

/* Logo */

header svg#logo {
    width: 170px;
  }

/* Navigation */

header ul.menu li a{
      }

header.scrolled{
  }

#burger-menu.scrolled{
    /* @apply -bottom-[105px]; */
  }

/* Light switcher handles */

#switch-light, #switch-dark {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#switch-light:hover, #switch-dark:hover {
  opacity: 0.5;
}

/* MENU */

ul.menu {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

ul.menu li.menu-item a, ul.sub-menu li.menu-item a {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }

ul.menu li.menu-item a, ul.sub-menu li.menu-item a {
      text-transform: uppercase;
    }

ul.menu li.menu-item a, ul.sub-menu li.menu-item a {
      letter-spacing: 0.375em;
    }

/* Current */

ul.menu li.menu-item.current-menu-item a, ul.sub-menu li.menu-item.current-menu-item a {
        --tw-text-opacity: 1;
        color: rgb(224 116 75 / var(--tw-text-opacity));
      }

/* DROPDOWN MENU */

/* Has submenu */

ul.menu.dropdown li.menu-item.menu-item-has-children{
    position: relative;
    display: inline-flex;
    padding-right: calc(25px + 0.5rem);
  }

ul.menu.dropdown li.menu-item.menu-item-has-children::after {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 0;
      width: 25px;
      height: 25px;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      content: "\f078";
    }

ul.menu.dropdown li.menu-item.menu-item-has-children:hover ul.sub-menu {
        max-height: 24rem;
      }

ul.menu.dropdown li.menu-item.menu-item-has-children:hover ul.sub-menu {
        --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      }

ul.menu.dropdown ul.sub-menu {
    position: absolute;
  }

ul.menu.dropdown ul.sub-menu {
    top: 100%;
  }

ul.menu.dropdown ul.sub-menu {
    left: 0px;
  }

ul.menu.dropdown ul.sub-menu {
    max-height: 0px;
  }

ul.menu.dropdown ul.sub-menu {
    overflow: hidden;
  }

ul.menu.dropdown ul.sub-menu {
    border-top-width: 0px;
  }

ul.menu.dropdown ul.sub-menu {
    border-color: transparent;
  }

ul.menu.dropdown ul.sub-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

ul.menu.dropdown ul.sub-menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }

ul.menu.dropdown ul.sub-menu {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

ul.menu.dropdown ul.sub-menu {
    transition-duration: 300ms;
  }

ul.menu.dropdown ul.sub-menu li.menu-item {
      margin-right: 0px;
    }

ul.menu.dropdown ul.sub-menu li.menu-item {
      padding-top: 0px;
      padding-bottom: 0px;
    }

ul.menu.dropdown ul.sub-menu li.menu-item {
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity));
    }

ul.menu.dropdown ul.sub-menu li.menu-item a {
        display: block;
      }

ul.menu.dropdown ul.sub-menu li.menu-item a {
        white-space: nowrap;
      }

ul.menu.dropdown ul.sub-menu li.menu-item a {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }

ul.menu.dropdown ul.sub-menu li.menu-item a {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
      }

ul.menu.dropdown ul.sub-menu li.menu-item a:hover {
        --tw-text-opacity: 1;
        color: rgb(92 108 98 / var(--tw-text-opacity));
      }

footer.footer .wpml-ls-statics-shortcode_actions {
      border-style: none;
    }

footer.footer .wpml-ls-statics-shortcode_actions {
      padding: 0px;
    }

footer.footer .wpml-ls-statics-shortcode_actions li a {
          position: relative;
        }

footer.footer .wpml-ls-statics-shortcode_actions li a {
          display: inline-flex;
        }

footer.footer .wpml-ls-statics-shortcode_actions li a {
          padding-bottom: 1.5rem;
        }

footer.footer .wpml-ls-statics-shortcode_actions li a {
          font-weight: 400;
        }

footer.footer .wpml-ls-statics-shortcode_actions li a {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }

footer.footer .wpml-ls-statics-shortcode_actions li a::after {
            position: absolute;
          }

footer.footer .wpml-ls-statics-shortcode_actions li a::after {
            left: 0px;
          }

footer.footer .wpml-ls-statics-shortcode_actions li a::after {
            right: 0px;
          }

footer.footer .wpml-ls-statics-shortcode_actions li a::after {
            bottom: 0px;
          }

footer.footer .wpml-ls-statics-shortcode_actions li a::after {
            margin: auto;
          }

footer.footer .wpml-ls-statics-shortcode_actions li a::after {
            height: 0.25rem;
          }

footer.footer .wpml-ls-statics-shortcode_actions li a::after {
            width: 0px;
          }

footer.footer .wpml-ls-statics-shortcode_actions li a::after {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }

footer.footer .wpml-ls-statics-shortcode_actions li a::after {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }

footer.footer .wpml-ls-statics-shortcode_actions li a::after {
            transition-duration: 300ms;
          }

footer.footer .wpml-ls-statics-shortcode_actions li a::after {
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          }

footer.footer .wpml-ls-statics-shortcode_actions li a::after {
            --tw-content: '';
            content: var(--tw-content);
          }

footer.footer .wpml-ls-statics-shortcode_actions li a:hover::after {
              width: 100%;
            }

footer.footer .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language a {
            font-weight: 700;
          }

footer.footer .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language a {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }

footer.footer .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language a::after {
            content: var(--tw-content);
            width: 100%;
          }

/* DEFAULT BUTTON */

.wp-block-buttons>.wp-block-button {
  margin-bottom: 1rem;
}

.assura-contact_form button.send-button, .assura-calculator button.send-button, .gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input, .wp-block-button__link {
  border-radius: 0px;
  border-width: 1px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.375em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.assura-contact_form button.send-button:hover,.assura-calculator button.send-button:hover,.gform_wrapper.gravity-theme .gform_footer button:hover,.gform_wrapper.gravity-theme .gform_footer input:hover,.gform_wrapper.gravity-theme .gform_page_footer button:hover,.gform_wrapper.gravity-theme .gform_page_footer input:hover,.wp-block-button__link:hover{
  }

.assura-contact_form button.send-button.has-primary-background-color, .assura-contact_form button.send-button.has-primary-background-color:visited, .assura-calculator button.send-button.has-primary-background-color, .assura-calculator button.send-button.has-primary-background-color:visited, .gform_wrapper.gravity-theme .gform_footer button.has-primary-background-color, .gform_wrapper.gravity-theme .gform_footer button.has-primary-background-color:visited, .gform_wrapper.gravity-theme .gform_footer input.has-primary-background-color, .gform_wrapper.gravity-theme .gform_footer input.has-primary-background-color:visited, .gform_wrapper.gravity-theme .gform_page_footer button.has-primary-background-color, .gform_wrapper.gravity-theme .gform_page_footer button.has-primary-background-color:visited, .gform_wrapper.gravity-theme .gform_page_footer input.has-primary-background-color, .gform_wrapper.gravity-theme .gform_page_footer input.has-primary-background-color:visited, .wp-block-button__link.has-primary-background-color, .wp-block-button__link.has-primary-background-color:visited {
    --tw-border-opacity: 1;
    border-color: rgb(92 108 98 / var(--tw-border-opacity));
  }

.assura-contact_form button.send-button.has-primary-background-color:hover,.assura-calculator button.send-button.has-primary-background-color:hover,.gform_wrapper.gravity-theme .gform_footer button.has-primary-background-color:hover,.gform_wrapper.gravity-theme .gform_footer input.has-primary-background-color:hover,.gform_wrapper.gravity-theme .gform_page_footer button.has-primary-background-color:hover,.gform_wrapper.gravity-theme .gform_page_footer input.has-primary-background-color:hover,.wp-block-button__link.has-primary-background-color:hover{
  }

.assura-contact_form button.send-button.has-black-background-color, .assura-contact_form button.send-button.has-black-background-color:visited, .assura-calculator button.send-button.has-black-background-color, .assura-calculator button.send-button.has-black-background-color:visited, .gform_wrapper.gravity-theme .gform_footer button.has-black-background-color, .gform_wrapper.gravity-theme .gform_footer button.has-black-background-color:visited, .gform_wrapper.gravity-theme .gform_footer input.has-black-background-color, .gform_wrapper.gravity-theme .gform_footer input.has-black-background-color:visited, .gform_wrapper.gravity-theme .gform_page_footer button.has-black-background-color, .gform_wrapper.gravity-theme .gform_page_footer button.has-black-background-color:visited, .gform_wrapper.gravity-theme .gform_page_footer input.has-black-background-color, .gform_wrapper.gravity-theme .gform_page_footer input.has-black-background-color:visited, .wp-block-button__link.has-black-background-color, .wp-block-button__link.has-black-background-color:visited{
    border-color: $black;
  }

.assura-contact_form button.send-button.has-black-background-color:hover,.assura-calculator button.send-button.has-black-background-color:hover,.gform_wrapper.gravity-theme .gform_footer button.has-black-background-color:hover,.gform_wrapper.gravity-theme .gform_footer input.has-black-background-color:hover,.gform_wrapper.gravity-theme .gform_page_footer button.has-black-background-color:hover,.gform_wrapper.gravity-theme .gform_page_footer input.has-black-background-color:hover,.wp-block-button__link.has-black-background-color:hover{
    background-color: white;
    color: black !important;
  }

.assura-contact_form button.send-button.has-white-background-color, .assura-contact_form button.send-button.has-white-background-color:visited, .assura-calculator button.send-button.has-white-background-color, .assura-calculator button.send-button.has-white-background-color:visited, .gform_wrapper.gravity-theme .gform_footer button.has-white-background-color, .gform_wrapper.gravity-theme .gform_footer button.has-white-background-color:visited, .gform_wrapper.gravity-theme .gform_footer input.has-white-background-color, .gform_wrapper.gravity-theme .gform_footer input.has-white-background-color:visited, .gform_wrapper.gravity-theme .gform_page_footer button.has-white-background-color, .gform_wrapper.gravity-theme .gform_page_footer button.has-white-background-color:visited, .gform_wrapper.gravity-theme .gform_page_footer input.has-white-background-color, .gform_wrapper.gravity-theme .gform_page_footer input.has-white-background-color:visited, .wp-block-button__link.has-white-background-color, .wp-block-button__link.has-white-background-color:visited {
    --tw-border-opacity: 1;
    border-color: rgb(108 104 101 / var(--tw-border-opacity));
  }

.assura-contact_form button.send-button.has-white-background-color, .assura-contact_form button.send-button.has-white-background-color:visited, .assura-calculator button.send-button.has-white-background-color, .assura-calculator button.send-button.has-white-background-color:visited, .gform_wrapper.gravity-theme .gform_footer button.has-white-background-color, .gform_wrapper.gravity-theme .gform_footer button.has-white-background-color:visited, .gform_wrapper.gravity-theme .gform_footer input.has-white-background-color, .gform_wrapper.gravity-theme .gform_footer input.has-white-background-color:visited, .gform_wrapper.gravity-theme .gform_page_footer button.has-white-background-color, .gform_wrapper.gravity-theme .gform_page_footer button.has-white-background-color:visited, .gform_wrapper.gravity-theme .gform_page_footer input.has-white-background-color, .gform_wrapper.gravity-theme .gform_page_footer input.has-white-background-color:visited, .wp-block-button__link.has-white-background-color, .wp-block-button__link.has-white-background-color:visited {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.assura-contact_form button.send-button.has-white-background-color, .assura-contact_form button.send-button.has-white-background-color:visited, .assura-calculator button.send-button.has-white-background-color, .assura-calculator button.send-button.has-white-background-color:visited, .gform_wrapper.gravity-theme .gform_footer button.has-white-background-color, .gform_wrapper.gravity-theme .gform_footer button.has-white-background-color:visited, .gform_wrapper.gravity-theme .gform_footer input.has-white-background-color, .gform_wrapper.gravity-theme .gform_footer input.has-white-background-color:visited, .gform_wrapper.gravity-theme .gform_page_footer button.has-white-background-color, .gform_wrapper.gravity-theme .gform_page_footer button.has-white-background-color:visited, .gform_wrapper.gravity-theme .gform_page_footer input.has-white-background-color, .gform_wrapper.gravity-theme .gform_page_footer input.has-white-background-color:visited, .wp-block-button__link.has-white-background-color, .wp-block-button__link.has-white-background-color:visited {
    --tw-text-opacity: 1;
    color: rgb(108 104 101 / var(--tw-text-opacity));
  }

.assura-contact_form button.send-button.has-white-background-color:hover, .assura-calculator button.send-button.has-white-background-color:hover, .gform_wrapper.gravity-theme .gform_footer button.has-white-background-color:hover, .gform_wrapper.gravity-theme .gform_footer input.has-white-background-color:hover, .gform_wrapper.gravity-theme .gform_page_footer button.has-white-background-color:hover, .gform_wrapper.gravity-theme .gform_page_footer input.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(108 104 101 / var(--tw-bg-opacity));
  }

.assura-contact_form button.send-button.has-white-background-color:hover, .assura-calculator button.send-button.has-white-background-color:hover, .gform_wrapper.gravity-theme .gform_footer button.has-white-background-color:hover, .gform_wrapper.gravity-theme .gform_footer input.has-white-background-color:hover, .gform_wrapper.gravity-theme .gform_page_footer button.has-white-background-color:hover, .gform_wrapper.gravity-theme .gform_page_footer input.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.assura-contact_form button.send-button.has-white-background-color:hover,.assura-calculator button.send-button.has-white-background-color:hover,.gform_wrapper.gravity-theme .gform_footer button.has-white-background-color:hover,.gform_wrapper.gravity-theme .gform_footer input.has-white-background-color:hover,.gform_wrapper.gravity-theme .gform_page_footer button.has-white-background-color:hover,.gform_wrapper.gravity-theme .gform_page_footer input.has-white-background-color:hover,.wp-block-button__link.has-white-background-color:hover{
    background-color: var(--wp--preset--color--gray-dark) !important;
  }

/* OUTLINE */

.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
  border-width: 2px;
}

.is-style-outline>.wp-block-button__link:hover,.wp-block-button__link.is-style-outline:hover{
  }

.is-style-outline>.wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
    --tw-text-opacity: 1;
    color: rgb(92 108 98 / var(--tw-text-opacity));
  }

.is-style-outline>.wp-block-button__link.has-primary-color, .is-style-outline>.wp-block-button__link.has-primary-color:visited, .wp-block-button__link.is-style-outline.has-primary-color, .wp-block-button__link.is-style-outline.has-primary-color:visited {
    --tw-border-opacity: 1;
    border-color: rgb(92 108 98 / var(--tw-border-opacity));
  }

.is-style-outline>.wp-block-button__link.has-primary-color, .is-style-outline>.wp-block-button__link.has-primary-color:visited, .wp-block-button__link.is-style-outline.has-primary-color, .wp-block-button__link.is-style-outline.has-primary-color:visited {
    --tw-text-opacity: 1;
    color: rgb(92 108 98 / var(--tw-text-opacity));
  }

.is-style-outline>.wp-block-button__link.has-primary-color:hover, .wp-block-button__link.is-style-outline.has-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgb(92 108 98 / var(--tw-border-opacity));
  }

.is-style-outline>.wp-block-button__link.has-primary-color:hover, .wp-block-button__link.is-style-outline.has-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(92 108 98 / var(--tw-bg-opacity));
  }

.is-style-outline>.wp-block-button__link.has-primary-color:hover,.wp-block-button__link.is-style-outline.has-primary-color:hover{
    color: white !important;
  }

.is-style-outline>.wp-block-button__link.has-black-color, .is-style-outline>.wp-block-button__link.has-black-color:visited, .wp-block-button__link.is-style-outline.has-black-color, .wp-block-button__link.is-style-outline.has-black-color:visited {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

.is-style-outline>.wp-block-button__link.has-black-color, .is-style-outline>.wp-block-button__link.has-black-color:visited, .wp-block-button__link.is-style-outline.has-black-color, .wp-block-button__link.is-style-outline.has-black-color:visited {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

.is-style-outline>.wp-block-button__link.has-black-color:hover, .wp-block-button__link.is-style-outline.has-black-color:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

.is-style-outline>.wp-block-button__link.has-black-color:hover, .wp-block-button__link.is-style-outline.has-black-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

.is-style-outline>.wp-block-button__link.has-black-color:hover,.wp-block-button__link.is-style-outline.has-black-color:hover{
    color: white !important;
  }

.is-style-outline>.wp-block-button__link.has-white-color, .is-style-outline>.wp-block-button__link.has-white-color:visited, .wp-block-button__link.is-style-outline.has-white-color, .wp-block-button__link.is-style-outline.has-white-color:visited {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

.is-style-outline>.wp-block-button__link.has-white-color, .is-style-outline>.wp-block-button__link.has-white-color:visited, .wp-block-button__link.is-style-outline.has-white-color, .wp-block-button__link.is-style-outline.has-white-color:visited {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.is-style-outline>.wp-block-button__link.has-white-color:hover,.wp-block-button__link.is-style-outline.has-white-color:hover{
    border-color: white !important;
    background-color: white !important;
    color: var(--wp--preset--color--primary) !important;
  }

body .featherlight:last-of-type, body .featherlight {
    cursor: default;
  }

body .featherlight:last-of-type, body .featherlight {
    --tw-bg-opacity: 1;
    background-color: rgb(30 30 30 / var(--tw-bg-opacity));
  }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      position: absolute;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      top: 2.5rem;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      left: 0px;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      right: 0px;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      margin-left: auto;
      margin-right: auto;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      display: inline-flex;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      height: 100%;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      width: 100%;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      flex-direction: column;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      justify-content: center;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      overflow: visible;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      border-style: none;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      background-color: transparent;
    }

body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
      padding: 0px;
    }

@media (min-width: 768px) {
      body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
        top: 5rem;
      }
    }

@media (min-width: 768px) {
      body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
        max-height: calc(90% - 200px);
      }
    }

@media (min-width: 768px) {
      body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
        width: calc(90% - 160px);
      }
    }

@media (min-width: 768px) {
      body .featherlight:last-of-type .featherlight-content, body .featherlight .featherlight-content {
        justify-content: flex-start;
      }
    }

/* Image */

body .featherlight:last-of-type .featherlight-content img.featherlight-image, body .featherlight .featherlight-content img.featherlight-image {
        margin-left: auto;
        margin-right: auto;
      }

/* Arrows */

body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-next {
        top: 0px;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-next {
        bottom: 0px;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-next {
        margin-top: auto;
        margin-bottom: auto;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-next {
        display: flex;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-next {
        height: 5rem;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-next {
        width: 5rem;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-next {
        min-width: 63px;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-next {
        flex-direction: column;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-next {
        align-items: center;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-next {
        justify-content: center;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-next {
        font-size: 3rem;
        line-height: 1;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous:hover, body .featherlight:last-of-type .featherlight-content span.featherlight-next:hover, body .featherlight .featherlight-content span.featherlight-previous:hover, body .featherlight .featherlight-content span.featherlight-next:hover {
        background-color: transparent;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous::after, body .featherlight:last-of-type .featherlight-content span.featherlight-next::after, body .featherlight .featherlight-content span.featherlight-previous::after, body .featherlight .featherlight-content span.featherlight-next::after {
          display: inline-block;
        }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous::after, body .featherlight:last-of-type .featherlight-content span.featherlight-next::after, body .featherlight .featherlight-content span.featherlight-previous::after, body .featherlight .featherlight-content span.featherlight-next::after {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous::after,body .featherlight:last-of-type .featherlight-content span.featherlight-next::after,body .featherlight .featherlight-content span.featherlight-previous::after,body .featherlight .featherlight-content span.featherlight-next::after{
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font: var(--fa-font-light);
          content: "\f053";
        }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous > span, body .featherlight:last-of-type .featherlight-content span.featherlight-next > span, body .featherlight .featherlight-content span.featherlight-previous > span, body .featherlight .featherlight-content span.featherlight-next > span {
          display: none;
        }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-previous {
        right: auto;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-previous {
        left: 0px;
      }

@media (min-width: 768px) {
        body .featherlight:last-of-type .featherlight-content span.featherlight-previous, body .featherlight .featherlight-content span.featherlight-previous {
          left: -5rem;
        }
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-previous::after,body .featherlight .featherlight-content span.featherlight-previous::after{
          content: "\f053";
        }

body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-next {
        left: auto;
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-next {
        right: 0px;
      }

@media (min-width: 768px) {
        body .featherlight:last-of-type .featherlight-content span.featherlight-next, body .featherlight .featherlight-content span.featherlight-next {
          right: -5rem;
        }
      }

body .featherlight:last-of-type .featherlight-content span.featherlight-next::after,body .featherlight .featherlight-content span.featherlight-next::after{
          content: "\f054";
        }

/* Caption */

body .featherlight:last-of-type .featherlight-content .count-wrapper, body .featherlight .featherlight-content .count-wrapper {
        margin-top: 1.5rem;
      }

body .featherlight:last-of-type .featherlight-content .count-wrapper, body .featherlight .featherlight-content .count-wrapper {
        margin-bottom: 1rem;
      }

body .featherlight:last-of-type .featherlight-content .count-wrapper, body .featherlight .featherlight-content .count-wrapper {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }

body .featherlight:last-of-type .featherlight-content .count-wrapper, body .featherlight .featherlight-content .count-wrapper {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }

body .featherlight:last-of-type .featherlight-content .count-wrapper, body .featherlight .featherlight-content .count-wrapper {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

@media (min-width: 768px) {
        body .featherlight:last-of-type .featherlight-content .count-wrapper, body .featherlight .featherlight-content .count-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }

/* Caption */

body .featherlight:last-of-type .featherlight-content .caption, body .featherlight .featherlight-content .caption {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

/* Close icon */

body .featherlight:last-of-type .featherlight-content .featherlight-close-icon, body .featherlight .featherlight-content .featherlight-close-icon {
        right: 0px;
      }

body .featherlight:last-of-type .featherlight-content .featherlight-close-icon, body .featherlight .featherlight-content .featherlight-close-icon {
        top: -2.5rem;
      }

body .featherlight:last-of-type .featherlight-content .featherlight-close-icon, body .featherlight .featherlight-content .featherlight-close-icon {
        display: flex;
      }

body .featherlight:last-of-type .featherlight-content .featherlight-close-icon, body .featherlight .featherlight-content .featherlight-close-icon {
        height: 2.5rem;
      }

body .featherlight:last-of-type .featherlight-content .featherlight-close-icon, body .featherlight .featherlight-content .featherlight-close-icon {
        width: 2.5rem;
      }

body .featherlight:last-of-type .featherlight-content .featherlight-close-icon, body .featherlight .featherlight-content .featherlight-close-icon {
        align-items: center;
      }

body .featherlight:last-of-type .featherlight-content .featherlight-close-icon, body .featherlight .featherlight-content .featherlight-close-icon {
        justify-content: center;
      }

body .featherlight:last-of-type .featherlight-content .featherlight-close-icon, body .featherlight .featherlight-content .featherlight-close-icon {
        background-color: transparent;
      }

body .featherlight:last-of-type .featherlight-content .featherlight-close-icon, body .featherlight .featherlight-content .featherlight-close-icon {
        font-size: 0px;
      }

@media (min-width: 768px) {
        body .featherlight:last-of-type .featherlight-content .featherlight-close-icon, body .featherlight .featherlight-content .featherlight-close-icon {
          right: -5rem;
        }
      }

@media (min-width: 768px) {
        body .featherlight:last-of-type .featherlight-content .featherlight-close-icon, body .featherlight .featherlight-content .featherlight-close-icon {
          top: auto;
        }
      }

@media (min-width: 768px) {
        body .featherlight:last-of-type .featherlight-content .featherlight-close-icon, body .featherlight .featherlight-content .featherlight-close-icon {
          height: 5rem;
        }
      }

@media (min-width: 768px) {
        body .featherlight:last-of-type .featherlight-content .featherlight-close-icon, body .featherlight .featherlight-content .featherlight-close-icon {
          width: 5rem;
        }
      }

body .featherlight:last-of-type .featherlight-content .featherlight-close-icon::after,body .featherlight .featherlight-content .featherlight-close-icon::after{
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font: var(--fa-font-light);
          content: "\f00d";
        }

body .featherlight:last-of-type .featherlight-content .featherlight-close-icon::after, body .featherlight .featherlight-content .featherlight-close-icon::after {
          display: inline-block;
        }

body .featherlight:last-of-type .featherlight-content .featherlight-close-icon::after, body .featherlight .featherlight-content .featherlight-close-icon::after {
          font-size: 26px;
        }

body .featherlight:last-of-type .featherlight-content .featherlight-close-icon::after, body .featherlight .featherlight-content .featherlight-close-icon::after {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }

@media (min-width: 768px) {
          body .featherlight:last-of-type .featherlight-content .featherlight-close-icon::after, body .featherlight .featherlight-content .featherlight-close-icon::after {
            font-size: 48px;
          }
        }

body[data-main-color="dark"] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}

/* Header */

body[data-main-color="dark"] header {
    --tw-bg-opacity: 1;
    background-color: rgb(30 30 30 / var(--tw-bg-opacity));
  }

body[data-main-color="dark"] header {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

/* Logo */

body[data-main-color="dark"] svg#logo path, body[data-main-color="dark"] svg#logo polygon {
      fill: #fff;
    }

/* Fonts */

body[data-main-color="dark"].single-project .container .cell-team p.name, body[data-main-color="dark"].single-project .container > h1, body[data-main-color="dark"].single-project .container > h2, body[data-main-color="dark"].single-project .container > h3, body[data-main-color="dark"].single-project .container > h4, body[data-main-color="dark"].single-project .container > h5, body[data-main-color="dark"].single-project .container > h6, body[data-main-color="dark"].single-project .container > p, body[data-main-color="dark"].single-project .container > div .cell-team p.name, body[data-main-color="dark"].single-project .container > div > h1, body[data-main-color="dark"].single-project .container > div > h2, body[data-main-color="dark"].single-project .container > div > h3, body[data-main-color="dark"].single-project .container > div > h4, body[data-main-color="dark"].single-project .container > div > h5, body[data-main-color="dark"].single-project .container > div > h6, body[data-main-color="dark"].single-project .container > div > p, body[data-main-color="dark"] .entry-content > .wp-block-columns:not(.has-background) > .wp-block-column .cell-team p.name, body[data-main-color="dark"] .entry-content > .wp-block-columns:not(.has-background) > .wp-block-column > h1, body[data-main-color="dark"] .entry-content > .wp-block-columns:not(.has-background) > .wp-block-column > h2, body[data-main-color="dark"] .entry-content > .wp-block-columns:not(.has-background) > .wp-block-column > h3, body[data-main-color="dark"] .entry-content > .wp-block-columns:not(.has-background) > .wp-block-column > h4, body[data-main-color="dark"] .entry-content > .wp-block-columns:not(.has-background) > .wp-block-column > h5, body[data-main-color="dark"] .entry-content > .wp-block-columns:not(.has-background) > .wp-block-column > h6, body[data-main-color="dark"] .entry-content > .wp-block-columns:not(.has-background) > .wp-block-column > p, body[data-main-color="dark"] .wp-block-group:not(.has-background) .cell-team p.name, body[data-main-color="dark"] .wp-block-group:not(.has-background) > h1, body[data-main-color="dark"] .wp-block-group:not(.has-background) > h2, body[data-main-color="dark"] .wp-block-group:not(.has-background) > h3, body[data-main-color="dark"] .wp-block-group:not(.has-background) > h4, body[data-main-color="dark"] .wp-block-group:not(.has-background) > h5, body[data-main-color="dark"] .wp-block-group:not(.has-background) > h6, body[data-main-color="dark"] .wp-block-group:not(.has-background) > p, body[data-main-color="dark"] .entry-content .cell-team p.name, body[data-main-color="dark"] .entry-content > h1, body[data-main-color="dark"] .entry-content > h2, body[data-main-color="dark"] .entry-content > h3, body[data-main-color="dark"] .entry-content > h4, body[data-main-color="dark"] .entry-content > h5, body[data-main-color="dark"] .entry-content > h6, body[data-main-color="dark"] .entry-content > p {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

body[data-main-color="dark"] #switch-dark {
    --tw-text-opacity: 1;
    color: rgb(144 86 85 / var(--tw-text-opacity));
  }

body[data-main-color="dark"] #switch-dark:hover {
    opacity: 1;
  }

body[data-main-color="dark"] .masonry-grid-item h1, body[data-main-color="dark"] .masonry-grid-item h2, body[data-main-color="dark"] .masonry-grid-item h3, body[data-main-color="dark"] .masonry-grid-item h4, body[data-main-color="dark"] .masonry-grid-item h5, body[data-main-color="dark"] .masonry-grid-item h6, body[data-main-color="dark"] .masonry-grid-item p {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

body[data-main-color="dark"] .masonry-grid-item .group:hover h1, body[data-main-color="dark"] .masonry-grid-item .group:hover h2, body[data-main-color="dark"] .masonry-grid-item .group:hover h3, body[data-main-color="dark"] .masonry-grid-item .group:hover h4, body[data-main-color="dark"] .masonry-grid-item .group:hover h5, body[data-main-color="dark"] .masonry-grid-item .group:hover h6, body[data-main-color="dark"] .masonry-grid-item .group:hover p {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

body[data-main-color="light"] #switch-light {
    --tw-text-opacity: 1;
    color: rgb(144 86 85 / var(--tw-text-opacity));
  }

body[data-main-color="light"] #switch-light:hover {
    opacity: 1;
  }

.slick-dots {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.slick-dots li button {
      height: 1rem;
    }

.slick-dots li button {
      width: 2.25rem;
    }

.slick-dots li button {
      border-bottom-width: 2px;
    }

.slick-dots li button {
      --tw-border-opacity: 1;
      border-bottom-color: rgb(92 108 98 / var(--tw-border-opacity));
    }

.slick-dots li button {
      font-size: 0px;
    }

.slick-dots li button {
      opacity: 0.3;
    }

.slick-dots li button {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.slick-dots li button {
      transition-duration: 300ms;
    }

.slick-dots li button:hover {
      opacity: 1;
    }

.slick-dots li.slick-active button {
        opacity: 1;
      }

/* Forms */

/* Base for label styling */

body .gform_wrapper [type="checkbox"]:not(:checked),
  body .gform_wrapper [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }

body .gform_wrapper [type="checkbox"]:not(:checked) + label,
  body .gform_wrapper [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.5em !important;
    min-height: 30px;
  }

body .gform_wrapper [type="checkbox"]:not(:checked) + label a, body .gform_wrapper [type="checkbox"]:checked + label a {
      --tw-text-opacity: 1;
      color: rgb(92 108 98 / var(--tw-text-opacity));
    }

/* checkbox aspect */

body .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
  body .gform_wrapper [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2em;
    height: 2em;
    border: 2px solid rgba(0,0,0,.25);
    background: #fff;
    border-radius: 1px;
    cursor: pointer;
  }

/* When is checked */

body .gform_wrapper [type="checkbox"]:checked + label:before{
    border: 2px solid $primary !important;
  }

/* checked mark aspect */

body .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
  body .gform_wrapper [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    width: 2em;
    height: 2em;
    top: 0;
    left: 0;
    font-size: 1em;
    transition: all .2s;
    background-image: url('../assets/images/check.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    cursor: pointer;
  }

/* checked mark aspect changes */

body .gform_wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
  }

body .gform_wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
  }

/* disabled checkbox */

body .gform_wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
  body .gform_wrapper [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }

body .gform_wrapper [type="checkbox"]:disabled:checked + label:after {
    color: #999;
  }

body .gform_wrapper [type="checkbox"]:disabled + label {
    color: #aaa;
  }

/* accessibility */

body .gform_wrapper [type="checkbox"]:checked:focus + label:before, body .gform_wrapper [type="checkbox"]:not(:checked):focus + label:before {
    border-width: 2px;
  }

body .gform_wrapper [type="checkbox"]:checked:focus + label:before, body .gform_wrapper [type="checkbox"]:not(:checked):focus + label:before {
    border-style: dotted;
  }

body .gform_wrapper [type="checkbox"]:checked:focus + label:before, body .gform_wrapper [type="checkbox"]:not(:checked):focus + label:before {
    --tw-border-opacity: 1;
    border-color: rgb(92 108 98 / var(--tw-border-opacity));
  }

/* hover style just for information */

body .gform_wrapper label:hover:before {
    border-width: 2px;
  }

body .gform_wrapper label:hover:before {
    --tw-border-opacity: 1;
    border-color: rgb(92 108 98 / var(--tw-border-opacity));
  }

.gform_wrapper .gfield .gfield_checkbox .gchoice, .gform_wrapper .gfield .gfield_radio .gchoice {
      position: relative;
    }

[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
  position: relative;
  margin-right: 1rem;
  display: inline-block;
  min-height: 1.8rem;
  cursor: pointer;
  padding-left: 2rem;
  padding-top: 3px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 25px;
  width: 25px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 15px;
  width: 15px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(92 108 98 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  --tw-content: '';
  content: var(--tw-content);
}

[type="radio"]:not(:checked) + label:after {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

[type="radio"]:checked + label:before {
  --tw-border-opacity: 1;
  border-color: rgb(92 108 98 / var(--tw-border-opacity));
}

[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

select.facetwp-dropdown, .gform_wrapper .ginput_container select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: auto 9px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url('../assets/images/chevron-down-light.svg');
}

select.facetwp-dropdown:focus,.gform_wrapper .ginput_container select:focus{
  }

select.facetwp-dropdown{
  padding: 15px 40px 15px 20px !important;
}

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    height: auto;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    width: 100%;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    min-width: 160px;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    border-top-width: 0px;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    border-left-width: 0px;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    border-right-width: 0px;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    border-bottom-width: 2px;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    background-color: transparent;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    padding-left: 0px;
    padding-right: 0px;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    font-family: "Euclid Circular A", Helvetica, sans-serif;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    font-size: 1rem;
    line-height: 1.5rem;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    font-weight: 400;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    transition-duration: 300ms;
  }

body .assura-contact_form input[type=text], body .assura-contact_form input[type=email], body .assura-contact_form input[type=number], body .assura-contact_form input[type=tel], body .assura-contact_form input, body .assura-contact_form select, body .assura-contact_form textarea, .search-form label input[type=text], .search-form label input[type=email], .search-form label input[type=number], .search-form label input[type=tel], .search-form label input, .search-form label select, .search-form label textarea, [id*="formulaire-produit"] input[type=text], [id*="formulaire-produit"] input[type=email], [id*="formulaire-produit"] input[type=number], [id*="formulaire-produit"] input[type=tel], [id*="formulaire-produit"] input, [id*="formulaire-produit"] select, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap input[type=text], .facetwp-search-wrap input[type=email], .facetwp-search-wrap input[type=number], .facetwp-search-wrap input[type=tel], .facetwp-search-wrap input, .facetwp-search-wrap select, .facetwp-search-wrap textarea {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

body .assura-contact_form input[type=text]::-moz-placeholder, body .assura-contact_form input[type=email]::-moz-placeholder, body .assura-contact_form input[type=number]::-moz-placeholder, body .assura-contact_form input[type=tel]::-moz-placeholder, body .assura-contact_form input::-moz-placeholder, body .assura-contact_form select::-moz-placeholder, body .assura-contact_form textarea::-moz-placeholder, .search-form label input[type=text]::-moz-placeholder, .search-form label input[type=email]::-moz-placeholder, .search-form label input[type=number]::-moz-placeholder, .search-form label input[type=tel]::-moz-placeholder, .search-form label input::-moz-placeholder, .search-form label select::-moz-placeholder, .search-form label textarea::-moz-placeholder, [id*="formulaire-produit"] input[type=text]::-moz-placeholder, [id*="formulaire-produit"] input[type=email]::-moz-placeholder, [id*="formulaire-produit"] input[type=number]::-moz-placeholder, [id*="formulaire-produit"] input[type=tel]::-moz-placeholder, [id*="formulaire-produit"] input::-moz-placeholder, [id*="formulaire-produit"] select::-moz-placeholder, [id*="formulaire-produit"] textarea::-moz-placeholder, body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme input::-moz-placeholder, body .gform_wrapper.gravity-theme select::-moz-placeholder, body .gform_wrapper.gravity-theme textarea::-moz-placeholder, .facetwp-search-wrap input[type=text]::-moz-placeholder, .facetwp-search-wrap input[type=email]::-moz-placeholder, .facetwp-search-wrap input[type=number]::-moz-placeholder, .facetwp-search-wrap input[type=tel]::-moz-placeholder, .facetwp-search-wrap input::-moz-placeholder, .facetwp-search-wrap select::-moz-placeholder, .facetwp-search-wrap textarea::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

body .assura-contact_form input[type=text]:-ms-input-placeholder, body .assura-contact_form input[type=email]:-ms-input-placeholder, body .assura-contact_form input[type=number]:-ms-input-placeholder, body .assura-contact_form input[type=tel]:-ms-input-placeholder, body .assura-contact_form input:-ms-input-placeholder, body .assura-contact_form select:-ms-input-placeholder, body .assura-contact_form textarea:-ms-input-placeholder, .search-form label input[type=text]:-ms-input-placeholder, .search-form label input[type=email]:-ms-input-placeholder, .search-form label input[type=number]:-ms-input-placeholder, .search-form label input[type=tel]:-ms-input-placeholder, .search-form label input:-ms-input-placeholder, .search-form label select:-ms-input-placeholder, .search-form label textarea:-ms-input-placeholder, [id*="formulaire-produit"] input[type=text]:-ms-input-placeholder, [id*="formulaire-produit"] input[type=email]:-ms-input-placeholder, [id*="formulaire-produit"] input[type=number]:-ms-input-placeholder, [id*="formulaire-produit"] input[type=tel]:-ms-input-placeholder, [id*="formulaire-produit"] input:-ms-input-placeholder, [id*="formulaire-produit"] select:-ms-input-placeholder, [id*="formulaire-produit"] textarea:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input:-ms-input-placeholder, body .gform_wrapper.gravity-theme select:-ms-input-placeholder, body .gform_wrapper.gravity-theme textarea:-ms-input-placeholder, .facetwp-search-wrap input[type=text]:-ms-input-placeholder, .facetwp-search-wrap input[type=email]:-ms-input-placeholder, .facetwp-search-wrap input[type=number]:-ms-input-placeholder, .facetwp-search-wrap input[type=tel]:-ms-input-placeholder, .facetwp-search-wrap input:-ms-input-placeholder, .facetwp-search-wrap select:-ms-input-placeholder, .facetwp-search-wrap textarea:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

body .assura-contact_form input[type=text]::placeholder, body .assura-contact_form input[type=email]::placeholder, body .assura-contact_form input[type=number]::placeholder, body .assura-contact_form input[type=tel]::placeholder, body .assura-contact_form input::placeholder, body .assura-contact_form select::placeholder, body .assura-contact_form textarea::placeholder, .search-form label input[type=text]::placeholder, .search-form label input[type=email]::placeholder, .search-form label input[type=number]::placeholder, .search-form label input[type=tel]::placeholder, .search-form label input::placeholder, .search-form label select::placeholder, .search-form label textarea::placeholder, [id*="formulaire-produit"] input[type=text]::placeholder, [id*="formulaire-produit"] input[type=email]::placeholder, [id*="formulaire-produit"] input[type=number]::placeholder, [id*="formulaire-produit"] input[type=tel]::placeholder, [id*="formulaire-produit"] input::placeholder, [id*="formulaire-produit"] select::placeholder, [id*="formulaire-produit"] textarea::placeholder, body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme input::placeholder, body .gform_wrapper.gravity-theme select::placeholder, body .gform_wrapper.gravity-theme textarea::placeholder, .facetwp-search-wrap input[type=text]::placeholder, .facetwp-search-wrap input[type=email]::placeholder, .facetwp-search-wrap input[type=number]::placeholder, .facetwp-search-wrap input[type=tel]::placeholder, .facetwp-search-wrap input::placeholder, .facetwp-search-wrap select::placeholder, .facetwp-search-wrap textarea::placeholder {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

body .assura-contact_form input[type=text]:focus, body .assura-contact_form input[type=email]:focus, body .assura-contact_form input[type=number]:focus, body .assura-contact_form input[type=tel]:focus, body .assura-contact_form input:focus, body .assura-contact_form select:focus, body .assura-contact_form textarea:focus, .search-form label input[type=text]:focus, .search-form label input[type=email]:focus, .search-form label input[type=number]:focus, .search-form label input[type=tel]:focus, .search-form label input:focus, .search-form label select:focus, .search-form label textarea:focus, [id*="formulaire-produit"] input[type=text]:focus, [id*="formulaire-produit"] input[type=email]:focus, [id*="formulaire-produit"] input[type=number]:focus, [id*="formulaire-produit"] input[type=tel]:focus, [id*="formulaire-produit"] input:focus, [id*="formulaire-produit"] select:focus, [id*="formulaire-produit"] textarea:focus, body .gform_wrapper.gravity-theme input[type=text]:focus, body .gform_wrapper.gravity-theme input[type=email]:focus, body .gform_wrapper.gravity-theme input[type=number]:focus, body .gform_wrapper.gravity-theme input[type=tel]:focus, body .gform_wrapper.gravity-theme input:focus, body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme textarea:focus, .facetwp-search-wrap input[type=text]:focus, .facetwp-search-wrap input[type=email]:focus, .facetwp-search-wrap input[type=number]:focus, .facetwp-search-wrap input[type=tel]:focus, .facetwp-search-wrap input:focus, .facetwp-search-wrap select:focus, .facetwp-search-wrap textarea:focus {
      --tw-border-opacity: 1;
      border-bottom-color: rgb(92 108 98 / var(--tw-border-opacity));
    }

body .assura-contact_form input[type=text]:focus, body .assura-contact_form input[type=email]:focus, body .assura-contact_form input[type=number]:focus, body .assura-contact_form input[type=tel]:focus, body .assura-contact_form input:focus, body .assura-contact_form select:focus, body .assura-contact_form textarea:focus, .search-form label input[type=text]:focus, .search-form label input[type=email]:focus, .search-form label input[type=number]:focus, .search-form label input[type=tel]:focus, .search-form label input:focus, .search-form label select:focus, .search-form label textarea:focus, [id*="formulaire-produit"] input[type=text]:focus, [id*="formulaire-produit"] input[type=email]:focus, [id*="formulaire-produit"] input[type=number]:focus, [id*="formulaire-produit"] input[type=tel]:focus, [id*="formulaire-produit"] input:focus, [id*="formulaire-produit"] select:focus, [id*="formulaire-produit"] textarea:focus, body .gform_wrapper.gravity-theme input[type=text]:focus, body .gform_wrapper.gravity-theme input[type=email]:focus, body .gform_wrapper.gravity-theme input[type=number]:focus, body .gform_wrapper.gravity-theme input[type=tel]:focus, body .gform_wrapper.gravity-theme input:focus, body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme textarea:focus, .facetwp-search-wrap input[type=text]:focus, .facetwp-search-wrap input[type=email]:focus, .facetwp-search-wrap input[type=number]:focus, .facetwp-search-wrap input[type=tel]:focus, .facetwp-search-wrap input:focus, .facetwp-search-wrap select:focus, .facetwp-search-wrap textarea:focus {
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

body .assura-contact_form textarea, .search-form label textarea, [id*="formulaire-produit"] textarea, body .gform_wrapper.gravity-theme textarea, .facetwp-search-wrap textarea {
    max-height: 12rem;
  }

.gform_wrapper.dark-bg_wrapper input, .gform_wrapper.dark-bg_wrapper textarea{
    background-color: white;
  }

.gform_wrapper.dark-bg_wrapper .top_label .gfield_label, .gform_wrapper.dark-bg_wrapper .gfield_html {
    --tw-text-opacity: 1;
    color: rgb(92 108 98 / var(--tw-text-opacity));
  }

.gform_wrapper.dark-bg_wrapper .top_label .gfield_label,
	.gform_wrapper.dark-bg_wrapper .gfield_html{
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 1rem;
  }

.gform_wrapper textarea.medium {
  height: 120px;
  width: 100%;
}

@media screen and (max-width: 1024px){

.gform_wrapper textarea.medium {
    height: 300px !important;

    max-height: 300px
}
  }

/* Customize steps */

.gf_page_steps{
  margin: 0 0 40px;
  padding: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

/* Single step */

.gf_page_steps .gf_step{
    margin: 0 20px 20px 0;
    height: auto;
    transition: opacity .3s ease-out;
  }

.gf_page_steps .gf_step .gf_step_number,
		.gf_page_steps .gf_step .gf_step_label{
      color: black;
      font-size: 18px;
      font-weight: 500;
    }

.gf_page_steps .gf_step .gf_step_number span.gf_step_number,.gf_page_steps .gf_step .gf_step_label span.gf_step_number{
        font-family: 'Raleway', sans-serif;
      }

.gf_page_steps .gf_step.gf_step_active .gf_step_number, .gf_page_steps .gf_step.gf_step_active .gf_step_label {
        --tw-text-opacity: 1;
        color: rgb(92 108 98 / var(--tw-text-opacity));
      }

.gf_page_steps .gf_step.gf_step_completed{
      opacity: 1;
    }

.gf_page_steps .gf_step.gf_step_next{
    }

.gf_page_steps .gf_step.gf_step_pending{
    }

.gf_page_steps .gf_step:hover{
      opacity: 1;
    }

.gf_page_steps .gf_step:last-of-type{
      margin-right: 0;
    }

.gform_wrapper .gfield_time_hour{
  max-width: calc(6rem + .5rem) !important;
}

.gform_wrapper.dark-bg_wrapper .gfield_time_hour input[type=number], 
.gform_wrapper.dark-bg_wrapper .gfield_time_minute input[type=number] {
  width: calc(5rem + 8px)!important;
}

.ui-datepicker{
  width: 300px !important;
  background-color: #f4f4f4;
}

/* Header */

.ui-datepicker .ui-datepicker-header{
    border: none;
    background-color: #f4f4f4;
  }

/* Navigation arrows */

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next{
      background-image: url('../assets/images/chevron-down-light.svg');
      background-size: 60%;
      background-position: center;
      line-height: 1em;
      transform-origin: 50% 50%;
      position: absolute;
      top: 10px;
    }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-header .ui-datepicker-next span{
        display: none;
      }

.ui-datepicker .ui-datepicker-header .ui-datepicker-next{
      right: 10px;
    }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
      left: 10px;
      transform: rotate(180deg);
    }

.ui-datepicker .ui-datepicker-header div.ui-datepicker-title > span, .ui-datepicker .ui-datepicker-header div.ui-datepicker-title select {
        --tw-text-opacity: 1;
        color: rgb(92 108 98 / var(--tw-text-opacity));
      }

.ui-datepicker .ui-datepicker-header div.ui-datepicker-title > span, .ui-datepicker .ui-datepicker-header div.ui-datepicker-title select{
        display: inline-flex;
        align-items: center;
        font-size: 1.6em;
        text-shadow: none;
        font-weight: 500;
        background: none;
        margin: 0;
        text-align: center;
        padding: 10px !important;
        width: auto;
        height: 52px;
      }

.ui-datepicker .ui-datepicker-header div.ui-datepicker-title > span.ui-datepicker-month,.ui-datepicker .ui-datepicker-header div.ui-datepicker-title select.ui-datepicker-month{
        }

.ui-datepicker .ui-datepicker-header div.ui-datepicker-title > span.ui-datepicker-year,.ui-datepicker .ui-datepicker-header div.ui-datepicker-title select.ui-datepicker-year{
        }

/* Table list date */

.ui-datepicker table.ui-datepicker-calendar{
    border: none;
    border-top: 2px solid rgba(0,0,0,.07);
  }

.ui-datepicker table.ui-datepicker-calendar thead{
      border: none;
      border-bottom: 2px solid rgba(0,0,0,.07);
    }

.ui-datepicker table.ui-datepicker-calendar thead tr th{
        padding: 10px 0;
        font-size: 0.9em;
      }

.ui-datepicker table.ui-datepicker-calendar tbody{
      border: none;
    }

.ui-datepicker table.ui-datepicker-calendar tbody td{
        padding: 8px 0;
      }

.ui-datepicker table.ui-datepicker-calendar tbody td > span, .ui-datepicker table.ui-datepicker-calendar tbody td a{
          height: 100%;
          width: 100%;
        }

.ui-datepicker table.ui-datepicker-calendar tbody td > span.ui-state-default,.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-default{
            box-shadow: none;
            background: none;
          }

.ui-datepicker table.ui-datepicker-calendar tbody td > span.ui-state-active,.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active{
            border: none;
          }

/* Unselectable */

.ui-datepicker table.ui-datepicker-calendar tbody td.ui-datepicker-unselectable > span, .ui-datepicker table.ui-datepicker-calendar tbody td.ui-datepicker-unselectable a{
            text-shadow: none;
          }

/* Selected */

.ui-datepicker table.ui-datepicker-calendar tbody td.ui-datepicker-current-day {
          --tw-bg-opacity: 1;
          background-color: rgb(92 108 98 / var(--tw-bg-opacity));
        }

.ui-datepicker table.ui-datepicker-calendar tbody td.ui-datepicker-current-day >span, .ui-datepicker table.ui-datepicker-calendar tbody td.ui-datepicker-current-day a{
            color: white;
          }

/* Hide "* are required" */

body .gform_wrapper.gravity-theme p.gform_required_legend {
    display: none;
  }

/* General fields */

body .gform_wrapper.gravity-theme div.gfield, body .gform_wrapper.gravity-theme fieldset.gfield {
    display: flex;
  }

body .gform_wrapper.gravity-theme div.gfield, body .gform_wrapper.gravity-theme fieldset.gfield {
    min-height: 68px;
  }

body .gform_wrapper.gravity-theme div.gfield, body .gform_wrapper.gravity-theme fieldset.gfield {
    flex-wrap: wrap;
  }

body .gform_wrapper.gravity-theme div.gfield, body .gform_wrapper.gravity-theme fieldset.gfield {
    align-items: flex-end;
  }

body .gform_wrapper.gravity-theme div.gfield, body .gform_wrapper.gravity-theme fieldset.gfield {
    justify-content: flex-end;
  }

body .gform_wrapper.gravity-theme div.gfield, body .gform_wrapper.gravity-theme fieldset.gfield {
    padding-right: 1rem;
  }

body .gform_wrapper.gravity-theme div.gfield,
	body .gform_wrapper.gravity-theme fieldset.gfield{
    margin: 0 0 0.75rem !important;
  }

@media screen and (max-width: 768px){

body .gform_wrapper.gravity-theme div.gfield,
	body .gform_wrapper.gravity-theme fieldset.gfield{
      margin: 0 0 2.5rem !important
  }
    }

body .gform_wrapper.gravity-theme div.gfield .gfield_label, body .gform_wrapper.gravity-theme fieldset.gfield .gfield_label {
      margin-bottom: 0.5rem;
    }

body .gform_wrapper.gravity-theme div.gfield .gfield_label, body .gform_wrapper.gravity-theme fieldset.gfield .gfield_label {
      width: 100%;
    }

body .gform_wrapper.gravity-theme div.gfield .gfield_label, body .gform_wrapper.gravity-theme fieldset.gfield .gfield_label {
      padding-right: 1rem;
    }

body .gform_wrapper.gravity-theme div.gfield .gfield_label, body .gform_wrapper.gravity-theme fieldset.gfield .gfield_label {
      font-weight: 600;
    }

@media (min-width: 768px) {
      body .gform_wrapper.gravity-theme div.gfield .gfield_label, body .gform_wrapper.gravity-theme fieldset.gfield .gfield_label {
        margin-bottom: 0px;
      }
    }

@media (min-width: 768px) {
      body .gform_wrapper.gravity-theme div.gfield .gfield_label, body .gform_wrapper.gravity-theme fieldset.gfield .gfield_label {
        width: 40%;
      }
    }

body .gform_wrapper.gravity-theme div.gfield .ginput_container, body .gform_wrapper.gravity-theme fieldset.gfield .ginput_container {
      width: 100%;
    }

@media (min-width: 768px) {
      body .gform_wrapper.gravity-theme div.gfield .ginput_container, body .gform_wrapper.gravity-theme fieldset.gfield .ginput_container {
        width: 60%;
      }
    }

/* Radio within */

body .gform_wrapper.gravity-theme div.gfield .ginput_container .gfield_radio, body .gform_wrapper.gravity-theme fieldset.gfield .ginput_container .gfield_radio {
        width: 100%;
      }

body .gform_wrapper.gravity-theme div.gfield .ginput_container.ginput_complex, body .gform_wrapper.gravity-theme fieldset.gfield .ginput_container.ginput_complex {
        display: flex;
      }

body .gform_wrapper.gravity-theme div.gfield .ginput_container.ginput_complex .ginput_container_date, body .gform_wrapper.gravity-theme fieldset.gfield .ginput_container.ginput_complex .ginput_container_date {
          width: auto;
        }

body .gform_wrapper.gravity-theme div.gfield .ginput_container.ginput_complex .ginput_container_date, body .gform_wrapper.gravity-theme fieldset.gfield .ginput_container.ginput_complex .ginput_container_date {
          flex-grow: 1;
        }

body .gform_wrapper.gravity-theme div.gfield .gfield_label, body .gform_wrapper.gravity-theme div.gfield .ginput_container, body .gform_wrapper.gravity-theme fieldset.gfield .gfield_label, body .gform_wrapper.gravity-theme fieldset.gfield .ginput_container {
      display: inline-flex;
    }

body .gform_wrapper.gravity-theme div.gfield .gfield_label, body .gform_wrapper.gravity-theme div.gfield .ginput_container, body .gform_wrapper.gravity-theme fieldset.gfield .gfield_label, body .gform_wrapper.gravity-theme fieldset.gfield .ginput_container {
      max-width: none;
    }

body .gform_wrapper.gravity-theme div.gfield legend, body .gform_wrapper.gravity-theme fieldset.gfield legend {
      float: left;
    }

body .gform_wrapper.gravity-theme div.gfield legend, body .gform_wrapper.gravity-theme fieldset.gfield legend {
      margin-top: 2.5rem;
    }

body .gform_wrapper.gravity-theme div.gfield.gform_hidden, body .gform_wrapper.gravity-theme fieldset.gfield.gform_hidden {
      display: none;
    }

/* Hide required */

body .gform_wrapper.gravity-theme .gfield_required {
    display: none;
  }

/* Fix size of date fields */

body .gform_wrapper.gravity-theme .clear-multi {
    width: 100%;
  }

body .gform_wrapper.gravity-theme .clear-multi .ginput_container_date {
      margin-right: 0px;
    }

body .gform_wrapper.gravity-theme .clear-multi .ginput_container_date {
      width: 100%;
    }

body .gform_wrapper.gravity-theme .clear-multi .ginput_container_date input{
        width: 100% !important;
      }

/* Validation warnirgs / errors */

body .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
  }

body .gform_wrapper.gravity-theme .gform_validation_errors{
    /* Hide default top message error */
  }

body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, body .gform_wrapper.gravity-theme .gfield_error label, body .gform_wrapper.gravity-theme .gfield_error legend, body .gform_wrapper.gravity-theme .gfield_validation_message, body .gform_wrapper.gravity-theme .validation_message, body .gform_wrapper.gravity-theme [aria-invalid=true]+label, body .gform_wrapper.gravity-theme label+[aria-invalid=true] {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
  }

/* Footer */

body .gform_wrapper.gravity-theme div.gform_footer {
    margin: 0px;
  }

body .gform_wrapper.gravity-theme div.gform_footer {
    margin-top: 2rem;
  }

body .gform_wrapper.gravity-theme div.gform_footer {
    display: flex;
  }

body .gform_wrapper.gravity-theme div.gform_footer {
    flex-direction: row-reverse;
  }

body .gform_wrapper.gravity-theme div.gform_footer {
    flex-wrap: wrap;
  }

body .gform_wrapper.gravity-theme div.gform_footer {
    overflow: auto;
  }

body .gform_wrapper.gravity-theme div.gform_footer {
    padding: 0px;
  }

body .gform_wrapper.gravity-theme div.gform_footer input[type="submit"] {
      width: auto;
    }

body .gform_wrapper.gravity-theme div.gform_footer input[type="submit"] {
      cursor: pointer;
    }

ul.token-input-list{
  width: 100%;
  margin-left: 0;
}

ul.token-input-list input{
    width: 100% !important;
  }

ul.token-input-list li.token-input-token{
    margin-bottom: 0;
    display: inline-flex;
  }

ul.token-input-list li.token-input-token p{
    }

ul.token-input-list li.token-input-token span.token-input-delete-token{
      margin-left: 0.4rem;
      font-size: 1.3em;
      color: $primary;
      cursor: pointer;
    }

/* Blocks */

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

@media (min-width: 1024px) {
  .alignfull {
    margin-left: calc(50% - (50vw - (260px / 2)));
    margin-right: calc(50% - (50vw - (260px / 2)));
  }

  .alignfull {
    width: calc(100vw - 260px);
  }
}

footer.footer .alignfull {
    margin-left: auto;
    margin-right: auto;
  }

footer.footer .alignfull {
    width: 100vw;
  }

footer.footer .alignfull {
    max-width: 100%;
  }

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.wp-block-group .wp-block-columns.alignwide {
      margin-left: auto;
      margin-right: auto;
    }

.alignfull .wp-block-column h1, .alignfull .wp-block-column h2, .alignfull .wp-block-column h3, .alignfull .wp-block-column h4, .alignfull .wp-block-column h5, .alignfull .wp-block-column p {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }

@media (min-width: 768px) {
      .alignfull .wp-block-column h1, .alignfull .wp-block-column h2, .alignfull .wp-block-column h3, .alignfull .wp-block-column h4, .alignfull .wp-block-column h5, .alignfull .wp-block-column p {
        padding-left: 0px;
        padding-right: 0px;
      }
    }

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

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

/* Default blocks */

blockquote.wp-block-quote{
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 0px;
    padding-top: 60px;
    background-image: url("../assets/images/SVG/icon_quote.svg");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center top;
  }

blockquote.wp-block-quote.has-text-align-left{
      background-position: left top;
    }

blockquote p{
    font-size: 26px;
  }

blockquote cite {
    font-family: "Euclid Circular A", Helvetica, sans-serif;
  }

blockquote cite {
    --tw-text-opacity: 1;
    color: rgb(92 108 98 / var(--tw-text-opacity));
  }

blockquote cite{
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
  }

blockquote cite:before{
      content:"";
    }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 0px ;
}

ul[class*="is-style-list-"] {
  margin-left: 0px;
  list-style-type: none;
}

.editor-styles-wrapper ul[class*="is-style-list-"]{
    list-style: none !important;
    margin-left: 0 !important;
  }

ul[class*="is-style-list-"] li {
    position: relative;
  }

ul[class*="is-style-list-"] li {
    margin-bottom: 1rem;
  }

ul[class*="is-style-list-"] li {
    padding-left: 1.6rem;
  }

ul[class*="is-style-list-"] li {
    line-height: 1.4;
  }

ul[class*="is-style-list-"] li:before {
      position: absolute;
    }

ul[class*="is-style-list-"] li:before {
      top: 0.15rem;
    }

ul[class*="is-style-list-"] li:before {
      left: 0px;
    }

ul[class*="is-style-list-"] li:before {
      --tw-text-opacity: 1;
      color: rgb(92 108 98 / var(--tw-text-opacity));
    }

ul[class*="is-style-list-"] li:before {
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
    }

ul[class*="check"] li:before {
      font: var(--fa-font-regular);
      /* font-family: "Font Awesome 6 Free";  */
      content: "\f00c";
      font-size: 1.3rem;
    }

/* Big Numbers */

ul.is-style-list-big-number, ol.is-style-list-big-number {
    margin-left: 0px;
  }

ul.is-style-list-big-number,ol.is-style-list-big-number{
    counter-reset: custom-list-counter;
  }

ul.is-style-list-big-number li,ol.is-style-list-big-number li{
      --bignumbers_size: 88px
    }

ul.is-style-list-big-number li, ol.is-style-list-big-number li {
      position: relative;
    }

ul.is-style-list-big-number li, ol.is-style-list-big-number li {
      margin-bottom: 2rem;
    }

ul.is-style-list-big-number li, ol.is-style-list-big-number li {
      max-width: 768px;
    }

ul.is-style-list-big-number li, ol.is-style-list-big-number li {
      list-style-type: none;
    }

ul.is-style-list-big-number li, ol.is-style-list-big-number li {
      padding-left: calc(30px + 1rem);
    }

ul.is-style-list-big-number li, ol.is-style-list-big-number li {
      line-height: 1.375;
    }

@media (min-width: 768px) {
      ul.is-style-list-big-number li, ol.is-style-list-big-number li {
        padding-left: calc(45px + 2rem);
      }
    }

ul.is-style-list-big-number li,ol.is-style-list-big-number li{
      counter-increment: custom-list-counter;
      min-height: var(--bignumbers_size);
    }

ul.is-style-list-big-number li strong, ol.is-style-list-big-number li strong {
        margin-bottom: 0.5rem;
      }

ul.is-style-list-big-number li strong, ol.is-style-list-big-number li strong {
        display: inline-flex;
      }

ul.is-style-list-big-number li strong, ol.is-style-list-big-number li strong {
        width: 100%;
      }

ul.is-style-list-big-number li strong, ol.is-style-list-big-number li strong {
        font-family: "Euclid Circular A", Helvetica, serif;
      }

ul.is-style-list-big-number li strong, ol.is-style-list-big-number li strong {
        font-size: 1.5rem;
        line-height: 2rem;
      }

ul.is-style-list-big-number li::marker, ol.is-style-list-big-number li::marker {
        display: none;
      }

/* Numbers */

ul.is-style-list-big-number li::before, ol.is-style-list-big-number li::before {
        position: absolute;
      }

ul.is-style-list-big-number li::before, ol.is-style-list-big-number li::before {
        left: 0px;
      }

ul.is-style-list-big-number li::before, ol.is-style-list-big-number li::before {
        top: 0px;
      }

ul.is-style-list-big-number li::before, ol.is-style-list-big-number li::before {
        font-family: "Euclid Circular A", Helvetica, serif;
      }

ul.is-style-list-big-number li::before, ol.is-style-list-big-number li::before {
        font-size: 4rem;
      }

ul.is-style-list-big-number li::before, ol.is-style-list-big-number li::before {
        line-height: 1;
      }

ul.is-style-list-big-number li::before, ol.is-style-list-big-number li::before {
        --tw-text-opacity: 1;
        color: rgb(92 108 98 / var(--tw-text-opacity));
      }

@media (min-width: 768px) {
        ul.is-style-list-big-number li::before, ol.is-style-list-big-number li::before {
          font-size: 5.5rem;
        }
      }

ul.is-style-list-big-number li::before,ol.is-style-list-big-number li::before{
        content: counter(custom-list-counter);
        height: var(--bignumbers_size);
      }

.wp-block-group.has-background{
    /* @apply p-6 sm:p-10 md:p-[3.1rem]; */
  }

.wp-block-group.has-background {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

.wp-block-group.has-background {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

@media (min-width: 768px) {
    .wp-block-group.has-background {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

@media (min-width: 768px) {
    .wp-block-group.has-background {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }

.wp-block-group.has-background.is-style-small-padding {
      padding: 1.3rem;
    }

@media (min-width: 640px) {
      .wp-block-group.has-background.is-style-small-padding {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
      }
    }

.wp-block-group.has-background.has-primary-background-color p > a {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.wp-block-group.has-background.has-primary-background-color p > a {
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
      }

@media (min-width: 1024px) {
      .wp-block-group.has-background.alignfull {
        padding-left: 0px;
        padding-right: 0px;
      }
    }

.wp-block-group.is-style-grid-three-column, .wp-block-group.is-style-grid-four-column, .wp-block-group.is-style-grid-five-column, .wp-block-group.is-style-grid-six-column {
    display: grid;
  }

.wp-block-group.is-style-grid-three-column, .wp-block-group.is-style-grid-four-column, .wp-block-group.is-style-grid-five-column, .wp-block-group.is-style-grid-six-column {
    align-items: flex-start;
  }

.wp-block-group.is-style-grid-three-column, .wp-block-group.is-style-grid-four-column, .wp-block-group.is-style-grid-five-column, .wp-block-group.is-style-grid-six-column {
    gap: 2.5rem;
  }

@media (min-width: 1024px) {
    .wp-block-group.is-style-grid-three-column, .wp-block-group.is-style-grid-four-column, .wp-block-group.is-style-grid-five-column, .wp-block-group.is-style-grid-six-column {
      gap: 70px;
    }
  }

.wp-block-group.is-style-grid-three-column .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)), .wp-block-group.is-style-grid-four-column .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)), .wp-block-group.is-style-grid-five-column .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)), .wp-block-group.is-style-grid-six-column .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
      padding-left: 0px;
      padding-right: 0px;
    }

.wp-block-group.is-style-grid-three-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

@media (min-width: 1024px) {
    .wp-block-group.is-style-grid-three-column {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

.wp-block-group.is-style-grid-four-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

@media (min-width: 1024px) {
    .wp-block-group.is-style-grid-four-column {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

.wp-block-group.is-style-grid-five-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

@media (min-width: 1024px) {
    .wp-block-group.is-style-grid-five-column {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

.wp-block-group.is-style-grid-six-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

@media (min-width: 1024px) {
    .wp-block-group.is-style-grid-six-column {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }

.wp-block-group.is-style-no-padding {
    padding: 0px;
  }

.wp-block-group.is-style-extra-padding {
    padding: 1.5rem;
  }

@media (min-width: 640px) {
    .wp-block-group.is-style-extra-padding {
      padding: 2.5rem;
    }
  }

@media (min-width: 768px) {
    .wp-block-group.is-style-extra-padding {
      padding: 3.1rem;
    }
  }

.wp-block-group.alignfull .wp-block-group__inner-container {
    margin-left: auto;
    margin-right: auto;
  }

.wp-block-group.alignfull .wp-block-group__inner-container {
    margin-top: 0px;
    margin-bottom: 0px;
  }

.wp-block-group.alignfull .wp-block-group__inner-container {
    width: 100%;
  }

.wp-block-group.alignfull .wp-block-group__inner-container {
    max-width: 1280px;
  }

.wp-block-group.alignfull .wp-block-group__inner-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

.wp-block-group.is-layout-flex.is-style-stack-on-mobile {
      flex-direction: column;
    }

.wp-block-group.is-layout-flex.is-style-stack-on-mobile {
      align-items: flex-start;
    }

.wp-block-group.is-layout-flex.is-style-stack-on-mobile {
      row-gap: 2.5rem;
    }

@media (min-width: 768px) {
      .wp-block-group.is-layout-flex.is-style-stack-on-mobile {
        flex-direction: row;
      }
    }

.wp-block-cover {
  margin-bottom: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.wp-block-cover.has-background {
    padding: 1rem;
  }

@media (min-width: 768px) {
    .wp-block-cover.has-background {
      padding: 2.5rem;
    }
  }

.wp-block-cover.is-style-full-group-left, .wp-block-cover.is-style-full-group-right {
    width: calc(100% + 2.5rem);
  }

@media (min-width: 768px) {
    .wp-block-cover.is-style-full-group-left, .wp-block-cover.is-style-full-group-right {
      margin-right: calc(50% - 50vw);
    }
  }

@media (min-width: 768px) {
    .wp-block-cover.is-style-full-group-left, .wp-block-cover.is-style-full-group-right {
      width: 100vw;
    }
  }

@media screen and (max-width: 768px) {
        .wp-block-cover .wp-block-cover__inner-container h1.has-text-align-right,.wp-block-cover .wp-block-cover__inner-container h2.has-text-align-right,.wp-block-cover .wp-block-cover__inner-container h3.has-text-align-right,.wp-block-cover .wp-block-cover__inner-container h4.has-text-align-right,.wp-block-cover .wp-block-cover__inner-container h5.has-text-align-right,.wp-block-cover .wp-block-cover__inner-container h6.has-text-align-right,.wp-block-cover .wp-block-cover__inner-container p.has-text-align-right{
          float: left;
        }
    }

.wp-block-cover.is-style-hero-height {
    min-height: calc(100vh - 116px - 40px - 104px);
  }

@media (min-width: 768px) {
    .wp-block-cover.is-style-hero-height {
      min-height: calc(100vh - 230px);
    }
  }

/* Is alignfull */

.wp-block-cover.alignfull .wp-block-cover__inner-container {
    margin-top: 0px;
    margin-bottom: 0px;
  }

.wp-block-cover.alignfull .wp-block-cover__inner-container {
    margin-left: auto;
    margin-right: auto;
  }

.wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 1280px;
  }

.wp-block-cover.alignfull .wp-block-cover__inner-container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

@media (min-width: 768px) {
    .wp-block-cover.alignfull .wp-block-cover__inner-container {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
    }
  }

@media screen and (max-width: 640px) {

.wp-block-cover[style="min-height:650px"]{
      min-height: 350px !important
  }
    }

.wp-block-spacer[style="height:250px"] {
    max-height: 9rem;
  }

@media (min-width: 768px) {
    .wp-block-spacer[style="height:250px"] {
      max-height: 100vh;
    }
  }

.wp-block-spacer[style="height:200px"] {
    max-height: 7rem;
  }

@media (min-width: 768px) {
    .wp-block-spacer[style="height:200px"] {
      max-height: 100vh;
    }
  }

.wp-block-spacer[style="height:180px"] {
    max-height: 6rem;
  }

@media (min-width: 768px) {
    .wp-block-spacer[style="height:180px"] {
      max-height: 100vh;
    }
  }

.wp-block-spacer[style="height:150px"] {
    max-height: 4rem;
  }

@media (min-width: 768px) {
    .wp-block-spacer[style="height:150px"] {
      max-height: 100vh;
    }
  }

.wp-block-spacer[style="height:100px"] {
    max-height: 3rem;
  }

@media (min-width: 768px) {
    .wp-block-spacer[style="height:100px"] {
      max-height: 100vh;
    }
  }

.wp-block-spacer[style="height:75px"] {
    max-height: 2.5rem;
  }

@media (min-width: 768px) {
    .wp-block-spacer[style="height:75px"] {
      max-height: 100vh;
    }
  }

.wp-block-spacer[style="height:50px"] {
    max-height: 1.5rem;
  }

@media (min-width: 768px) {
    .wp-block-spacer[style="height:50px"] {
      max-height: 100vh;
    }
  }

.wp-block-embed.is-type-video iframe {
      height: auto;
    }

.wp-block-embed.is-type-video iframe {
      width: 100%;
    }

.wp-block-embed.wp-embed-aspect-16-9 iframe {
    aspect-ratio: 16 / 9;
  }

.wp-block-embed.wp-embed-aspect-17-9 iframe {
    aspect-ratio: 17 / 9;
  }

.wp-block-embed.wp-embed-aspect-18-9 iframe {
    aspect-ratio: 18 / 9;
  }

.wp-block-embed.wp-embed-aspect-19-9 iframe {
    aspect-ratio: 19 / 9;
  }

.wp-block-embed.wp-embed-aspect-20-9 iframe {
    aspect-ratio: 20 / 9;
  }

.wp-block-embed.wp-embed-aspect-21-9 iframe {
    aspect-ratio: 21 / 9;
  }

.wp-block-columns {
  flex-direction: column;
}

@media (min-width: 768px) {
  .wp-block-columns {
    flex-direction: row;
  }
}

/* Column */

.wp-block-columns .wp-block-column:empty {
      display: none;
    }

@media (min-width: 1280px) {
      .wp-block-columns .wp-block-column:empty {
        display: flex;
      }
    }

.wp-block-columns .wp-block-column.is-style-no-padding {
      padding: 0px;
    }

.wp-block-columns .wp-block-column.is-style-no-margin-bottom {
      margin-bottom: 0px;
    }

/* Has a background-color */

.wp-block-columns .wp-block-column.has-background {
      padding: 1.5rem;
    }

@media (min-width: 768px) {
      .wp-block-columns .wp-block-column.has-background {
        padding: 2.5rem;
      }
    }

.wp-block-columns .wp-block-column.has-background.is-style-no-padding {
        padding: 0px;
      }

/* Custom style variations */

.wp-block-columns.is-style-separator .wp-block-column {
      border-top-width: 2px;
    }

.wp-block-columns.is-style-separator .wp-block-column {
      border-bottom-width: 2px;
    }

.wp-block-columns.is-style-separator .wp-block-column {
      border-top-color: rgb(0 0 0 / 0.1);
    }

.wp-block-columns.is-style-separator .wp-block-column {
      border-bottom-color: rgb(0 0 0 / 0.1);
    }

.wp-block-columns.is-style-separator .wp-block-column {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
    }

.wp-block-columns.is-style-separator .wp-block-column p:last-of-type {
        margin-bottom: 0px;
      }

.wp-block-columns.is-style-separator_alt .wp-block-column {
      border-right-width: 2px;
    }

.wp-block-columns.is-style-separator_alt .wp-block-column {
      border-right-color: rgb(0 0 0 / 0.1);
    }

.wp-block-columns.is-style-separator_alt .wp-block-column {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
    }

.wp-block-columns.is-style-separator_alt .wp-block-column:last-of-type {
      border-right-width: 0px;
    }

.wp-block-columns.is-style-separator_alt .wp-block-column p:last-of-type {
        margin-bottom: 0px;
      }

.wp-block-columns.is-style-inline-list .wp-block-column {
      margin-left: 0.25rem;
      margin-right: 0.25rem;
    }

.wp-block-columns.is-style-inline-list .wp-block-column {
      width: auto;
    }

.wp-block-columns.is-style-inline-list .wp-block-column {
      flex-basis: auto;
    }

.wp-block-columns.is-style-inline-list .wp-block-column{
      flex-grow: unset;
    }

@media screen and (max-width : 880px) {

.wp-block-columns.is-style-inline-list{
      flex-direction: column;

      align-items: center;

      justify-content: flex-start;

      margin-top: 20px;

      margin-bottom: 20px
  }

      .wp-block-columns.is-style-inline-list .wp-block-column{
        align-self: center;
        margin: 0;
      }
        .wp-block-columns.is-style-inline-list .wp-block-column p:last-child, .wp-block-columns.is-style-inline-list .wp-block-column h6:last-child {
          margin-bottom: 0;
        }
    }

@media screen and (max-width : 600px) {

.wp-block-columns.is-style-inline-list{
      flex-direction: row;

      align-items: flex-end;

      margin-top: 0;

      margin-bottom: 0
  }

      .wp-block-columns.is-style-inline-list .wp-block-column{
        align-self: flex-end;
        margin: 0 5px;
        flex-basis: unset !important;
      }
        .wp-block-columns.is-style-inline-list .wp-block-column p:last-child, .wp-block-columns.is-style-inline-list .wp-block-column h6:last-child {
          margin-bottom: 0;
        }
    }

.wp-block-columns.is-style-full-height .wp-block-column .wp-block-image{
        margin-bottom: 0;
      }

.wp-block-columns.is-style-full-height .wp-block-column > .wp-block-group{
        justify-content: flex-start;
        height: 100%;
      }

.wp-block-columns.is-style-no-gutter {
    gap: 0px;
  }

.wp-block-columns.is-style-no-margin {
    margin-bottom: 0px;
  }

/* Mobile stacking */

.wp-block-columns.is-style-mobile-stack h1.has-text-align-right, .wp-block-columns.is-style-mobile-stack h2.has-text-align-right, .wp-block-columns.is-style-mobile-stack h3.has-text-align-right, .wp-block-columns.is-style-mobile-stack h4.has-text-align-right, .wp-block-columns.is-style-mobile-stack h5.has-text-align-right, .wp-block-columns.is-style-mobile-stack h6.has-text-align-right, .wp-block-columns.is-style-mobile-stack p.has-text-align-right {
        text-align: left;
      }

@media (min-width: 768px) {
        .wp-block-columns.is-style-mobile-stack h1.has-text-align-right, .wp-block-columns.is-style-mobile-stack h2.has-text-align-right, .wp-block-columns.is-style-mobile-stack h3.has-text-align-right, .wp-block-columns.is-style-mobile-stack h4.has-text-align-right, .wp-block-columns.is-style-mobile-stack h5.has-text-align-right, .wp-block-columns.is-style-mobile-stack h6.has-text-align-right, .wp-block-columns.is-style-mobile-stack p.has-text-align-right {
          text-align: right;
        }
      }

/* Custom style hero */

.wp-block-columns.is-style-hero .wp-block-cover {
    height: 100%;
  }

.wp-block-columns.is-style-hero .wp-block-cover {
    padding: 2.5rem;
  }

/* Remove bottom margin from titles */

.wp-block-columns.is-style-hero .wp-block-cover h1, .wp-block-columns.is-style-hero .wp-block-cover h2, .wp-block-columns.is-style-hero .wp-block-cover h3, .wp-block-columns.is-style-hero .wp-block-cover h4, .wp-block-columns.is-style-hero .wp-block-cover h5, .wp-block-columns.is-style-hero .wp-block-cover h6{
      margin-bottom: 0;
    }

@media screen and (max-width: 1500px) {

.wp-block-columns.is-style-hero {
    /* Image left */
}

    .wp-block-columns.is-style-hero .wp-block-cover{
      min-height: 550px !important;
    }
  }

@media screen and (max-width: 1200px) {
    .wp-block-columns.is-style-hero .wp-block-column.is-vertically-aligned-center{
      align-self: stretch;
    }
  }

@media screen and (max-width: 1024px) {

.wp-block-columns.is-style-hero {
    /* Image left */

    /* Red-Background */

    /* Disable default spacing */
}

    .wp-block-columns.is-style-hero .wp-block-cover{
      align-items: flex-start;
      justify-content: flex-end;
      min-height: 450px !important;
      padding-top: 7rem;
    }

    .wp-block-columns.is-style-hero .wp-block-column.has-primary-background-color{
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      padding-top: 7rem;
    }
        .wp-block-columns.is-style-hero .wp-block-column.has-primary-background-color h1 br, .wp-block-columns.is-style-hero .wp-block-column.has-primary-background-color h2 br, .wp-block-columns.is-style-hero .wp-block-column.has-primary-background-color h3 br, .wp-block-columns.is-style-hero .wp-block-column.has-primary-background-color h4 br, .wp-block-columns.is-style-hero .wp-block-column.has-primary-background-color h5 br, .wp-block-columns.is-style-hero .wp-block-column.has-primary-background-color h6 br {
          display: none;
        }

    .wp-block-columns.is-style-hero .wp-block-spacer{
      display: none;
    }
  }

@media screen and (max-width: 781px) {

.wp-block-columns.is-style-hero {

    /* Red-Background */

    /* Fonts */
}
    .wp-block-columns.is-style-hero .wp-block-cover{
      justify-content: flex-start;
      align-items: flex-end;
      padding-bottom: 2.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
    }
      .wp-block-columns.is-style-hero .wp-block-cover .wp-block-cover__image-background{
        -o-object-position: 50% 50% !important;
           object-position: 50% 50% !important;
      }

    .wp-block-columns.is-style-hero .wp-block-column.has-primary-background-color{
      padding: 2.5rem 1rem;
    }

    .wp-block-columns.is-style-hero h1, .wp-block-columns.is-style-hero h2, .wp-block-columns.is-style-hero h3, .wp-block-columns.is-style-hero h4, .wp-block-columns.is-style-hero h5, .wp-block-columns.is-style-hero h6{
      padding: 0;
    }
      .wp-block-columns.is-style-hero h1.has-text-align-right,.wp-block-columns.is-style-hero h2.has-text-align-right,.wp-block-columns.is-style-hero h3.has-text-align-right,.wp-block-columns.is-style-hero h4.has-text-align-right,.wp-block-columns.is-style-hero h5.has-text-align-right,.wp-block-columns.is-style-hero h6.has-text-align-right{
        text-align: left;
      }
  }

@media screen and (max-width: 640px) {
    .wp-block-columns.is-style-hero .wp-block-cover{
      padding-bottom: 1.5rem;
      min-height: 350px !important;
    }
  }

@media screen and (max-width:768px) {

.wp-block-image figure.alignleft,
        .wp-block-image figure.alignright{
        float: none;

        justify-content: center;

        margin: 0
    }
      }

.wp-block-image figure.aligncenter img {
        margin-left: auto;
        margin-right: auto;
      }

.wp-block-image figure.aligncenter img {
        display: block;
      }

.wp-block-image.is-style-no-margin {
    margin-bottom: 0px;
  }

.wp-block-image.is-style-full-width {
    margin-bottom: 0px;
  }

.wp-block-image.is-style-full-width img {
      width: 100%;
    }

.wp-block-separator{
  margin: 2rem auto;
  border: none;
  border-top: 1px solid #dddddd;
}

/* Content */

.wp-block-media-text .wp-block-media-text__content {
    padding: 1.5rem;
  }

@media (min-width: 768px) {
    .wp-block-media-text .wp-block-media-text__content {
      padding: 2.5rem;
    }
  }

/* Image */

.wp-block-media-text .wp-block-media-text__media{
  }

@media screen and (max-width: 768px) {

.wp-block-media-text.is-stacked-on-mobile{
      grid-template-columns: 100%!important
  }

      .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{
        grid-column: 1;
        grid-row: 1;
      }

      .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
        grid-column: 1;
        grid-row: 2;
      }
    }

/* GENERAL */

.wp-block-table.is-style-pricing table tr td, .wp-block-table.is-style-pricing table tr th {
          padding-top: 0.75rem;
          padding-bottom: 0.75rem;
        }

.wp-block-table.is-style-pricing table tr td:last-child, .wp-block-table.is-style-pricing table tr th:last-child {
          min-width: 120px;
        }

.wp-block-table.is-style-pricing table tr td:last-child, .wp-block-table.is-style-pricing table tr th:last-child {
          text-align: right;
        }

/* HEADING */

.wp-block-table.is-style-pricing table thead {
        border-width: 0px;
      }

.wp-block-table.is-style-pricing table thead tr th {
            border-width: 0px;
          }

.wp-block-table.is-style-pricing table thead tr th {
            border-bottom-width: 2px;
          }

.wp-block-table.is-style-pricing table thead tr th {
            --tw-border-opacity: 1;
            border-bottom-color: rgb(92 108 98 / var(--tw-border-opacity));
          }

.wp-block-table.is-style-pricing table thead tr th {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
          }

.wp-block-table.is-style-pricing table thead tr th {
            text-align: left;
          }

.wp-block-table.is-style-pricing table thead tr th {
            --tw-text-opacity: 1;
            color: rgb(92 108 98 / var(--tw-text-opacity));
          }

.wp-block-table.is-style-pricing table thead tr th:last-child {
            font-weight: 500;
          }

/* BODY */

.wp-block-table.is-style-pricing table tbody tr td {
            border-width: 0px;
          }

.wp-block-table.is-style-pricing table tbody tr td {
            border-bottom-width: 1px;
          }

.wp-block-table.is-style-pricing table tbody tr td {
            border-bottom-color: rgb(0 0 0 / 0.2);
          }

.wp-block-table.is-style-pricing table tbody tr:last-of-type td, .wp-block-table.is-style-pricing table tbody tr:last-of-type th {
              border-bottom-width: 0px;
            }

.wp-block-table.is-style-pricing table tfoot tr td {
            border-width: 0px;
          }

.wp-block-table.is-style-pricing table tfoot tr td {
            border-top-width: 2px;
          }

.wp-block-table.is-style-pricing table tfoot tr td {
            --tw-border-opacity: 1;
            border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
          }

.wp-block-table.is-style-pricing table tfoot tr td:last-child {
            font-family: "Euclid Circular A", Helvetica, serif;
          }

.wp-block-table.is-style-pricing table tfoot tr td:last-child {
            font-size: 1.5rem;
            line-height: 2rem;
          }

.wp-block-table.is-style-pricing table tfoot tr td:last-child {
            --tw-text-opacity: 1;
            color: rgb(92 108 98 / var(--tw-text-opacity));
          }

.is-style-shadow-text{
  text-shadow: 0px 2px 40px rgba(25, 24, 19, 0.25), 0px 2px 40px rgba(25, 24, 19, 0.6);
}

p.is-style-medium_weight{
    font-weight: 500;
  }

.block-carousel .slick-slide img {
    margin-left: auto;
    margin-right: auto;
  }

.block-carousel .slick-slide img {
    height: 120px;
  }

.block-carousel .slick-slide img {
    width: 120px;
  }

.block-carousel .slick-slide img {
    -o-object-fit: contain;
       object-fit: contain;
  }

.block-carousel .slick-slide img {
    -o-object-position: center;
       object-position: center;
  }

/* Import fonts */

.last\:text-right:last-child {
  text-align: right;
}

.last\:font-display:last-child {
  font-family: "Euclid Circular A", Helvetica, serif;
}

.last\:text-primary:last-child {
  --tw-text-opacity: 1;
  color: rgb(92 108 98 / var(--tw-text-opacity));
}

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

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.group:hover .group-hover\:bottom-0 {
  bottom: 0px;
}

.group:hover .group-hover\:-bottom-\[35px\] {
  bottom: -35px;
}

.group:hover .group-hover\:text-custom-black {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

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

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

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

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

  .md\:bottom-\[35px\] {
    bottom: 35px;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:-left-20 {
    left: -5rem;
  }

  .md\:-right-20 {
    right: -5rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .md\:mb-\[110px\] {
    margin-bottom: 110px;
  }

  .md\:mt-\[150px\] {
    margin-top: 150px;
  }

  .md\:mt-\[120px\] {
    margin-top: 120px;
  }

  .md\:mt-\[180px\] {
    margin-top: 180px;
  }

  .md\:mt-\[210px\] {
    margin-top: 210px;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .md\:mr-\[calc\(50\%_-_50vw\)\] {
    margin-right: calc(50% - 50vw);
  }

  .md\:mt-\[88px\] {
    margin-top: 88px;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-\[calc\(100vh_-_120px_-_110px\)\] {
    height: calc(100vh - 120px - 110px);
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-h-\[calc\(90\%_-_200px\)\] {
    max-height: calc(90% - 200px);
  }

  .md\:min-h-\[calc\(100vh_-_230px\)\] {
    min-height: calc(100vh - 230px);
  }

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

  .md\:w-\[calc\(90\%_-_160px\)\] {
    width: calc(90% - 160px);
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:scroll-mt-\[89px\] {
    scroll-margin-top: 89px;
  }

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

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

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

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

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

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

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .md\:px-\[0\.9375rem\] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .md\:pl-\[calc\(45px_\+_2rem\)\] {
    padding-left: calc(45px + 2rem);
  }

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

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

  .md\:text-\[5\.5rem\] {
    font-size: 5.5rem;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }
}

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

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:mx-\[calc\(50\%_-_\(50vw_-_\(260px_\/_2\)\)\)\] {
    margin-left: calc(50% - (50vw - (260px / 2)));
    margin-right: calc(50% - (50vw - (260px / 2)));
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[100vh\] {
    height: 100vh;
  }

  .lg\:h-\[calc\(100vh_-_120px\)\] {
    height: calc(100vh - 120px);
  }

  .lg\:w-\[260px\] {
    width: 260px;
  }

  .lg\:w-\[calc\(100vw_-_260px\)\] {
    width: calc(100vw - 260px);
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

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

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

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

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

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

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

  .lg\:gap-\[70px\] {
    gap: 70px;
  }

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

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pl-\[260px\] {
    padding-left: 260px;
  }

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

@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }
}