/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[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, input:where(:not([type])):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::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-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");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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 solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

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

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

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

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

.form-input,.form-textarea,.form-select,.form-multiselect {
  -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;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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;
}

.form-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;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

.icon-\[akar-icons--facebook-fill\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none'%3E%3Cg clip-path='url(%23akarIconsFacebookFill0)'%3E%3Cpath fill='black' fill-rule='evenodd' d='M0 12.067C0 18.033 4.333 22.994 10 24v-8.667H7V12h3V9.333c0-3 1.933-4.666 4.667-4.666c.866 0 1.8.133 2.666.266V8H15.8c-1.467 0-1.8.733-1.8 1.667V12h3.2l-.533 3.333H14V24c5.667-1.006 10-5.966 10-11.933C24 5.43 18.6 0 12 0S0 5.43 0 12.067Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='akarIconsFacebookFill0'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");
}

.icon-\[ri--instagram-fill\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13.028 2.001a78.82 78.82 0 0 1 2.189.022l.194.007c.224.008.445.018.712.03c1.064.05 1.79.218 2.427.465c.66.254 1.216.598 1.772 1.154a4.908 4.908 0 0 1 1.153 1.771c.247.637.415 1.364.465 2.428c.012.266.022.488.03.712l.006.194a79 79 0 0 1 .023 2.188l.001.746v1.31a78.836 78.836 0 0 1-.023 2.189l-.006.194c-.008.224-.018.445-.03.712c-.05 1.064-.22 1.79-.466 2.427a4.884 4.884 0 0 1-1.153 1.772a4.915 4.915 0 0 1-1.772 1.153c-.637.247-1.363.415-2.427.465c-.267.012-.488.022-.712.03l-.194.006a79 79 0 0 1-2.189.023l-.746.001h-1.309a78.836 78.836 0 0 1-2.189-.023l-.194-.006a60.64 60.64 0 0 1-.712-.03c-1.064-.05-1.79-.22-2.428-.466a4.89 4.89 0 0 1-1.771-1.153a4.904 4.904 0 0 1-1.154-1.772c-.247-.637-.415-1.363-.465-2.427a74.367 74.367 0 0 1-.03-.712l-.005-.194A79.053 79.053 0 0 1 2 13.028v-2.056a78.82 78.82 0 0 1 .022-2.188l.007-.194c.008-.224.018-.446.03-.712c.05-1.065.218-1.79.465-2.428A4.88 4.88 0 0 1 3.68 3.68a4.897 4.897 0 0 1 1.77-1.155c.638-.247 1.363-.415 2.428-.465l.712-.03l.194-.005A79.053 79.053 0 0 1 10.972 2h2.056Zm-1.028 5A5 5 0 1 0 12 17a5 5 0 0 0 0-10Zm0 2A3 3 0 1 1 12.001 15a3 3 0 0 1 0-6Zm5.25-3.5a1.25 1.25 0 0 0 0 2.498a1.25 1.25 0 0 0 0-2.5Z'/%3E%3C/svg%3E");
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.m-auto {
  margin: auto;
}

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

.my-8 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

.mb-30 {
  margin-bottom: 7.5rem;
}

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

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

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

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

.mb-8 {
  margin-bottom: 30px;
}

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

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

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

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

.mt-15 {
  margin-top: 3.75rem;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

.mt-40 {
  margin-top: 10rem;
}

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

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

.mt-60 {
  margin-top: 15rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 30px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-36 {
  height: 9rem;
}

.h-90 {
  height: 22.5rem;
}

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

.h-auto {
  height: auto;
}

.max-h-\[100\%\] {
  max-height: 100%;
}

.w-36 {
  width: 9rem;
}

.w-65 {
  width: 15.6rem;
}

.w-96 {
  width: 24rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

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

.border-l-\[1px\] {
  border-left-width: 1px;
}

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

.border-grey-500 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

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

.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(52 121 190 / var(--tw-bg-opacity));
}

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 215 236 / var(--tw-bg-opacity));
}

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

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 235 147 / var(--tw-bg-opacity));
}

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

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

.fill-current {
  fill: currentColor;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

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

.py-25 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

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

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

.pb-60 {
  padding-bottom: 15rem;
}

.pb-8 {
  padding-bottom: 30px;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

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

.pt-20 {
  padding-top: 5rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-60 {
  padding-top: 15rem;
}

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

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

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

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

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

.font-sans {
  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";
}

.text-2xl {
  font-size: 20px;
  line-height: 30px;
}

.text-3xl {
  font-size: 22px;
  line-height: 32px;
}

.text-md {
  font-size: 16px;
  line-height: 26px;
}

.text-sm {
  font-size: 15px;
  line-height: 25px;
}

.text-xl {
  font-size: 18px;
  line-height: 26px;
}

.text-xs {
  font-size: 14px;
  line-height: 23px;
}

.text-xxxs {
  font-size: 12.5px;
  line-height: 15px;
}

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

.italic {
  font-style: italic;
}

.leading-2 {
  line-height: 10px;
}

.leading-9 {
  line-height: 2.25rem;
}

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

.tracking-normal {
  letter-spacing: 0em;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(52 121 190 / var(--tw-text-opacity));
}

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

.decoration-1 {
  text-decoration-thickness: 1px;
}

.shadow-t {
  --tw-shadow: 0 -56px 20px 60px rgba(0, 0, 0, 0.5);
  --tw-shadow-colored: 0 -56px 20px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@font-face {
  font-family: Montserrat;

  font-style: normal;

  font-weight: 400;

  src: url(../themes/fond/assets/fonts/montserrat/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
  font-family: Montserrat-SemiBold;

  font-style: normal;

  font-weight: 600;

  src: url(../themes/fond/assets/fonts/montserrat/Montserrat-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: Montserrat-Bold;

  font-style: normal;

  font-weight: 800;

  src: url(../themes/fond/assets/fonts/montserrat/Montserrat-Bold.ttf) format('truetype');
}

@font-face {
  font-family: Bitter;

  font-style: normal;

  font-weight: 400;

  src: url(../themes/fond/assets/fonts/bitter/Bitter-Regular.ttf) format('truetype');
}

@font-face {
  font-family: Bitter;

  font-style: normal;

  font-weight: 700;

  src: url(../themes/fond/assets/fonts/bitter/Bitter-Bold.ttf) format('truetype');
}

@font-face {
  font-family: Bitter;

  font-style: normal;

  font-weight: 600;

  src: url(../themes/fond/assets/fonts/bitter/Bitter-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: Inter;

  font-style: normal;

  font-weight: 700;

  src: url(../themes/fond/assets/fonts/inter/Inter-Bold.ttf) format('truetype');
}

* {
  font-family: Montserrat;
}

:root {
  --primary: #3479BE;
}

body {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}

p {
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 26px;
  font-family: Montserrat;
}

strong {
  font-family: Montserrat-Bold;
}

em {
  color: orange;
  font-style: normal;
}

[data-fixture] a {
  text-decoration: underline;
}

[x-validation-valid='false'] {
  outline-color: red;
}

[x-validation-valid='true'] {
  outline-color: green;
}

.font-heading {
  font-family: Bitter;
}

.font-semibold {
  font-family: Montserrat-SemiBold;
}

.font-bitter-semibold {
  font-family: Bitter;
  font-weight: 600;
}

.heading-1, .heading-2, .heading-3 {
  font-family: Bitter;
}

.heading-big {
  font-size: 20px;
  line-height: 30px;
  font-family: Bitter;
  font-weight: 600;
  font-family: Inter;
}

.heading-award {
  font-size: 16px;
  line-height: 26px;
  font-family: Bitter;
  font-weight: 600;
  font-family: Inter;
}

.heading-1 {
  font-size: 18px;
  line-height: 26px;
  font-family: Bitter;
  font-weight: 600;
}

.heading-2 {
  font-size: 16px;
  line-height: 26px;
}

.heading-3 {
  font-size: 15px;
  line-height: 25px;
}

.heading-4 {
  font-size: 14px;
  line-height: 23px;
}

.heading-5 {
  font-size: 13px;
  line-height: 15px;
}

.heading-6 {
  font-size: 12.5px;
  line-height: 15px;
}

.btn {
  font-family: Bitter;
  display: inline-block;
  border-radius: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

 {
  &.btn {
    color: #fff;
  }
  &.btn {
    color: #fff;
  }
}

.btn-primary-empty.btn {
  color: #fff;
}

.btn-xs {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 14px;
  line-height: 23px;
}

.btn-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.btn-md {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 17px;
  line-height: 26px;
}

.btn-lg {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 17px;
  line-height: 26px;
}

.btn-xl {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 18px;
  line-height: 26px;
}

.btn-2xl {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 20px;
  line-height: 30px;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(52 121 190 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

 {
  &.btn-primary {
    color: #fff;
  }
  &.btn-primary {
    color: #fff;
  }
}

.btn-primary-empty.btn-primary {
  color: #fff;
}

.btn-primary {
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(15 86 136 / var(--tw-bg-opacity));
  }
  &.text-white {
    color: #fff !important;
  }
}

.btn-empty-border {
  border-width: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.btn-primary-empty {
  --tw-border-opacity: 1;
  border-color: rgb(52 121 190 / var(--tw-border-opacity));
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
  border-width: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  &:hover {
    --tw-border-opacity: 1;
    border-color: rgb(15 86 136 / var(--tw-border-opacity));
  }
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(15 86 136 / var(--tw-bg-opacity));
  }
  &:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
   {
    &&:hover {
      color: #fff;
    }
  }
   {
    &&:hover {
      color: #fff;
    }
  }
  .btn-primary-empty&:hover {
    color: #fff;
  }
}

.btn-primary-empty.btn {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
  &:hover {
    --tw-border-opacity: 1;
    border-color: rgb(15 86 136 / var(--tw-border-opacity));
  }
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(15 86 136 / var(--tw-bg-opacity));
  }
  &:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
   {
    &&:hover {
      color: #fff;
    }
  }
   {
    &&:hover {
      color: #fff;
    }
  }
  .btn-primary-empty&:hover {
    color: #fff;
  }
}

.btn-primary-empty.text-white {
  color: #fff !important;
}

.btn-white-empty {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-width: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  &:hover {
    --tw-text-opacity: 1;
    color: rgb(31 31 31 / var(--tw-text-opacity));
  }
}

.btn-yellow-empty {
  --tw-border-opacity: 1;
  border-color: rgb(248 235 147 / var(--tw-border-opacity));
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
  border-width: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  &:hover {
    --tw-border-opacity: 1;
    border-color: rgb(252 216 0 / var(--tw-border-opacity));
  }
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 216 0 / var(--tw-bg-opacity));
  }
}

.btn-light {
  --tw-bg-opacity: 1;
  background-color: rgb(245 164 108 / var(--tw-bg-opacity));
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(178 116 68 / var(--tw-bg-opacity));
  }
}

.btn-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(248 235 147 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 216 0 / var(--tw-bg-opacity));
  }
}

.btn-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

 {
  &.btn-grey {
    color: #fff;
  }
  &.btn-grey {
    color: #fff;
  }
}

.btn-primary-empty.btn-grey {
  color: #fff;
}

.border-underline {
  position: relative;
  &:after {
    position: absolute;
  }
  &:after {
    left: 0px;
  }
  &:after {
    width: 100%;
  }
  &:after {
    border-bottom-width: 3px;
  }
  &:after {
    --tw-border-opacity: 1;
    border-color: rgb(31 31 31 / var(--tw-border-opacity));
  }
  &:after {
    content: "";
    bottom: -0.225rem !important;
  }
  &.border-underline-primary {
    &:after {
      border-bottom-width: 3px !important;
    }
    &:after {
      --tw-border-opacity: 1 !important;
      border-color: rgb(52 121 190 / var(--tw-border-opacity)) !important;
    }
    &:after {
      bottom: -0.225rem !important;
    }
  }
  &.border-underline-thin {
    &:after {
      --tw-border-opacity: 1;
      border-color: rgb(114 114 114 / var(--tw-border-opacity));
    }
    &:after {
      border-width: 1px;
      bottom: -0.20rem;
    }
  }
  &.border-underline-white {
    &:after {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }
    &:after {
      border-width: 1px;
      bottom: -0.20rem;
    }
  }
}

.hover\:border-underline:hover {
  position: relative;
  &:after {
    content: "";
  }
  &:after {
    position: absolute;
  }
  &:after {
    left: 0px;
  }
  &:after {
    width: 100%;
  }
  &:after {
    border-bottom-width: 3px;
  }
  &:after {
    --tw-border-opacity: 1;
    border-color: rgb(31 31 31 / var(--tw-border-opacity));
  }
  &:after {
    bottom: -0.225rem !important;
  }
  &.border-underline-primary {
    &:after {
      border-bottom-width: 3px !important;
    }
    &:after {
      --tw-border-opacity: 1 !important;
      border-color: rgb(52 121 190 / var(--tw-border-opacity)) !important;
    }
    &:after {
      bottom: -0.225rem !important;
    }
  }
  &.border-underline-thin {
    &:after {
      --tw-border-opacity: 1;
      border-color: rgb(114 114 114 / var(--tw-border-opacity));
    }
    &:after {
      border-width: 1px;
      bottom: -0.20rem;
    }
  }
  &.border-underline-white {
    &:after {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }
    &:after {
      border-width: 1px;
      bottom: -0.20rem;
    }
  }
}

.hover\:border-underline-white:hover {
  color: #fff !important;
  &:after {
    border-color: #fff !important;
    border-width: 1px;
    bottom: -0.20rem;
  }
}

.form-control {
  width: 100%;
  border-radius: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(198 197 197 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
}

.rounded-4xl {
  border-radius: 35px;
}

.hidden-i {
  display: none !important;
}

[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: #3479BE;
  --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='text']:focus, input:where(:not([type])):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 {
  border-color: #3479BE;
  --tw-ring-color: #3479BE;
}

.top-image {
  height: 15rem;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024px) {
  .top-image {
    height: 24rem;
  }
}

@media (min-width: 1280px) {
  .top-image {
    height: 500px;
  }
}

@media (min-width: 1536px) {
  .top-image {
    height: 600px;
  }
}

.logo-container {
  bottom: -21px;
}

.logo-picture {
  z-index: 1;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  picture {
    width: 80px;
    display: block;
  }
}

.owl-stage {
  display: flex;
  align-items: center;
}

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

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

@media (min-width: 768px) {
  .grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

@media (min-width: 1280px) {
  .grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.-mx-6 {
  margin-left: -24px;
  margin-right: -24px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: '';
  width: 22px;
  height: 32px;
}

.swiper-button-next:after {
  background-image: url('/themes/fond/assets/img/arrow-right.svg');
  background-repeat: no-repeat;
}

.swiper-button-prev:after {
  background-image: url('/themes/fond/assets/img/arrow-left.svg');
  background-repeat: no-repeat;
}

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

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

.container-swiper {
  padding: 0 3rem;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 90px;
  line-height: 20px;
  background-image: none;
  height: 37px;
}

.swiper-button-prev:after {
  content: "\2039";
}

.swiper-button-next:after {
  content: "\203A";
}

@media (min-width: 420px) {
  .logo-picture {
    width: 100px;
  }

  .logo-container {
    position: relative;
    /*bottom: auto;*/
    height: 50px;
    bottom: 1px;
  }
}

@media (min-width: 768px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,-20px);
    right: auto;
    top: 50%;
  }

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

  .container-swiper {
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
      left: var(--swiper-navigation-sides-offset,0px);
      right: auto;
      top: 50%;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
      right: var(--swiper-navigation-sides-offset,0px);
      left: auto;
      top: 50%;
    }
  }

  .heading-big {
    font-size: 22px;
    line-height: 32px;
    font-family: Bitter;
    font-weight: 600;
  }

  .md\:text-5xl {
    line-height: .75rem;
  }

  .md\:btn-md {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 17px;
    line-height: 26px;
  }

  @media (min-width: 1536px) {
    .md\:btn-md {
      width: 15rem;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
    }
  }

  .md\:btn-lg {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 17px;
    line-height: 26px;
  }
}

@media (min-width: 1024px) {
  .lg\:border-underline {
    position: relative;
    &:after {
      content: "";
    }
    &:after {
      position: absolute;
    }
    &:after {
      left: 0px;
    }
    &:after {
      width: 100%;
    }
    &:after {
      border-bottom-width: 3px;
    }
    &:after {
      --tw-border-opacity: 1;
      border-color: rgb(31 31 31 / var(--tw-border-opacity));
    }
    &:after {
      bottom: -0.225rem !important;
    }
    &.border-underline-primary {
      &:after {
        --tw-border-opacity: 1;
        border-color: rgb(52 121 190 / var(--tw-border-opacity));
      }
    }
  }

  .container-small {
    width: 600px;
  }

  .logo-picture {
    z-index: 1;
    width: 114px;
  }

  .logo-container {
    position: absolute;
    bottom: -39px;
    right: 15px;
    height: auto;
  }

  .heading-1 {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-2 {
    font-size: 17px;
    line-height: 26px;
  }

  .heading-6 {
    font-size: 16px;
    line-height: 26px;
  }

  .btn-sm {
    font-size: 16px;
    line-height: 26px;
  }

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

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

  .lg\:btn-lg {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 17px;
    line-height: 26px;
  }

  .lg\:btn-xl {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 18px;
    line-height: 26px;
  }

  .lg\:btn-2xl {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 20px;
    line-height: 30px;
  }

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

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

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

@media (min-width: 1280px) {
  .container-narrow {
    width: 1072px;
  }

  .xl\:btn-2xl {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 20px;
    line-height: 30px;
  }

  .xl\:btn-xl {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 18px;
    line-height: 26px;
  }

  .xl\:text-2xl {
    font-size: 22px;
    line-height: 32px;
  }

  .xl\:text-3xl {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1350px) {
  .swiper-button-prev, .swiper-button-next {
    //display: none;
  }
}

@media (min-width: 1536px) {
  .\32xl\:btn-2xl {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 20px;
    line-height: 30px;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem;
  }

  .heading-1 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 36px;
    &.heading-2-max-lg {
      font-size: 17px;
      line-height: 26px;
    }
  }

  .heading-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-5 {
    font-size: 17px;
    line-height: 26px;
  }

  .btn {
    font-size: 22px;
    line-height: 32px;
  }

  .btn-sm {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }

  .btn-md {
    width: 15rem;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
}

@media (min-width: 1600px) {
  .container, .lg\:container {
    max-width: 1800px !important;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

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

.hover\:text-light:hover {
  --tw-text-opacity: 1;
  color: rgb(245 164 108 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(52 121 190 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

@media (min-width: 420px) {
  .lt\:static {
    position: static;
  }

  .lt\:absolute {
    position: absolute;
  }

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

  .lt\:block {
    display: block;
  }

  .lt\:hidden {
    display: none;
  }

  .lt\:h-44 {
    height: 11rem;
  }

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

  .lt\:w-44 {
    width: 11rem;
  }

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

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

  .lt\:pt-12 {
    padding-top: 3rem;
  }

  .lt\:text-sm {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (min-width: 640px) {
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

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

  .sm\:w-1\/3 {
    width: 33.333333%;
  }
}

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

  .md\:order-2 {
    order: 2;
  }

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

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

  .md\:mb-8 {
    margin-bottom: 30px;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:pt-17 {
    padding-top: 4.15rem;
  }

  .md\:text-md {
    font-size: 16px;
    line-height: 26px;
  }
}

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

  .lg\:absolute {
    position: absolute;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:grow-0 {
    flex-grow: 0;
  }

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

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

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

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

  .lg\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-lg {
    font-size: 17px;
    line-height: 26px;
  }

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

@media (min-width: 1280px) {
  .xl\:grid {
    display: grid;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

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

  .xl\:gap-5 {
    gap: 1.25rem;
  }

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

@media (min-width: 1536px) {
  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-100 {
    height: 25rem;
  }
}
