/*
! tailwindcss v3.1.8 | 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 */
  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;
}

/*
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;
}

*, ::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-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:  ;
}

::-webkit-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-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-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: .25rem;
  padding-left: .25rem;
}

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.top-auto {
  top: auto;
}

.bottom-auto {
  bottom: auto;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

.top-40 {
  top: 10rem;
}

.-top-12 {
  top: -3rem;
}

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

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

.z-\[100\] {
  z-index: 100;
}

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

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

.order-last {
  order: 9999;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-first {
  order: -9999;
}

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

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

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.m-1 {
  margin: 0.25rem;
}

.m-0 {
  margin: 0px;
}

.m-5 {
  margin: 1.25rem;
}

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

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

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

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

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

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

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

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

.mt-12 {
  margin-top: 3rem;
}

.ml-0 {
  margin-left: 0px;
}

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

.mr-1\.5 {
  margin-right: 0.375rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

.h-8 {
  height: 2rem;
}

.h-410 {
  height: 410px;
}

.h-full {
  height: 100%;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-1 {
  height: 0.25rem;
}

.h-3 {
  height: 0.75rem;
}

.h-72 {
  height: 18rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-28 {
  height: 7rem;
}

.h-6 {
  height: 1.5rem;
}

.h-0 {
  height: 0px;
}

.h-12 {
  height: 3rem;
}

.h-56 {
  height: 14rem;
}

.h-20 {
  height: 5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-auto {
  height: auto;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

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

.max-h-36 {
  max-height: 9rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-8 {
  width: 2rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

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

.w-6 {
  width: 1.5rem;
}

.w-0 {
  width: 0px;
}

.w-36 {
  width: 9rem;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

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

.w-5 {
  width: 1.25rem;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-32 {
  width: 8rem;
}

.w-24 {
  width: 6rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-1936 {
  max-width: 1936px;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-md {
  max-width: 28rem;
}

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

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

.max-w-srvimg {
  max-width: 160px;
}

.max-w-4xl {
  max-width: 56rem;
}

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

.max-w-xl {
  max-width: 36rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

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

.max-w-xs {
  max-width: 20rem;
}

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

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

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

.basis-full {
  flex-basis: 100%;
}

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

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

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

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

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

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

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

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

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

.place-content-stretch {
  place-content: stretch;
}

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.border {
  border-width: 1px;
}

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

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

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / 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-color-2 {
  --tw-border-opacity: 1;
  border-color: rgb(255 137 1 / var(--tw-border-opacity));
}

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

.bg-color-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 139 230 / var(--tw-bg-opacity));
}

.bg-color-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 97 162 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#cff2fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 242 250 / var(--tw-bg-opacity));
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

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

.bg-color-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 225 253 / var(--tw-bg-opacity));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#c8edfb\] {
  --tw-gradient-from: #c8edfb;
  --tw-gradient-to: rgb(200 237 251 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#e0f5fe\] {
  --tw-gradient-from: #e0f5fe;
  --tw-gradient-to: rgb(224 245 254 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#8edbfa\] {
  --tw-gradient-from: #8edbfa;
  --tw-gradient-to: rgb(142 219 250 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#baffff\] {
  --tw-gradient-from: #baffff;
  --tw-gradient-to: rgb(186 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#9fe0f9\] {
  --tw-gradient-from: #9fe0f9;
  --tw-gradient-to: rgb(159 224 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-color-7 {
  --tw-gradient-from: #2678ea;
  --tw-gradient-to: rgb(38 120 234 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-color-g-1 {
  --tw-gradient-from: #b2f8fd;
  --tw-gradient-to: rgb(178 248 253 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#f7fcfe\] {
  --tw-gradient-to: rgb(247 252 254 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #f7fcfe, var(--tw-gradient-to);
}

.via-\[\#e2f5fe\] {
  --tw-gradient-to: rgb(226 245 254 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #e2f5fe, var(--tw-gradient-to);
}

.via-color-g-1 {
  --tw-gradient-to: rgb(178 248 253 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #b2f8fd, var(--tw-gradient-to);
}

.to-white {
  --tw-gradient-to: #fff;
}

.to-\[\#f0fafe\] {
  --tw-gradient-to: #f0fafe;
}

.to-color-8 {
  --tw-gradient-to: #113478;
}

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

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

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

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

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

.fill-white {
  fill: #fff;
}

.fill-color-1 {
  fill: #0461A2;
}

.fill-color-2 {
  fill: #FF8901;
}

.stroke-white {
  stroke: #fff;
}

.stroke-gray-500 {
  stroke: #6b7280;
}

.stroke-color-2 {
  stroke: #FF8901;
}

.stroke-gray-400 {
  stroke: #9ca3af;
}

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

.pt-6 {
  padding-top: 1.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

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

.pt-8 {
  padding-top: 2rem;
}

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pb-16 {
  padding-bottom: 4rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-\[4\.5rem\] {
  padding-left: 4.5rem;
}

.pr-\[4\.5rem\] {
  padding-right: 4.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-0 {
  padding-top: 0px;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

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

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

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

.font-poppins-500 {
  font-family: Poppins-500, sans-serif;
}

.font-nunito-bold {
  font-family: Nunito, sans-serif;
}

.font-poppins-400 {
  font-family: Poppins-400, sans-serif;
}

.font-nunito-900 {
  font-family: Nunito-900, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

.leading-none {
  line-height: 1;
}

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.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-color-2 {
  --tw-text-opacity: 1;
  color: rgb(255 137 1 / var(--tw-text-opacity));
}

.text-color-1 {
  --tw-text-opacity: 1;
  color: rgb(4 97 162 / var(--tw-text-opacity));
}

.text-color-4 {
  --tw-text-opacity: 1;
  color: rgb(106 109 111 / var(--tw-text-opacity));
}

.text-color-3 {
  --tw-text-opacity: 1;
  color: rgb(10 139 230 / var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-\[\#6E7675\] {
  --tw-text-opacity: 1;
  color: rgb(110 118 117 / var(--tw-text-opacity));
}

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

.text-\[\#295a7f\] {
  --tw-text-opacity: 1;
  color: rgb(41 90 127 / var(--tw-text-opacity));
}

.text-color-5 {
  --tw-text-opacity: 1;
  color: rgb(6 50 83 / var(--tw-text-opacity));
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

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

.opacity-50 {
  opacity: 0.5;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!invert {
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

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

.delay-150 {
  transition-delay: 150ms;
}

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

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

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

/* cyrillic-ext */

@font-face {
  font-family: 'Nunito';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmdTk3j77e.woff2) format('woff2');

  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Nunito';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmdTA3j77e.woff2) format('woff2');

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: 'Nunito';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmdTs3j77e.woff2) format('woff2');

  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Nunito';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmdTo3j77e.woff2) format('woff2');

  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Nunito';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmdTQ3jw.woff2) format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Bold-900 */

/* cyrillic-ext */

@font-face {
  font-family: 'Nunito-900';

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImdTk3j77e.woff2) format('woff2');

  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Nunito-900';

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImdTA3j77e.woff2) format('woff2');

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: 'Nunito-900';

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImdTs3j77e.woff2) format('woff2');

  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Nunito-900';

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImdTo3j77e.woff2) format('woff2');

  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Nunito-900';

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImdTQ3jw.woff2) format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Poppins */

/* devanagari */

@font-face {
  font-family: 'Poppins-500';

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');

  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */

@font-face {
  font-family: 'Poppins-500';

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');

  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Poppins-500';

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */

@font-face {
  font-family: 'Poppins-400';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');

  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */

@font-face {
  font-family: 'Poppins-400';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');

  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Poppins-400';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: 'Nunito-300';

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhdTk3j77e.woff2) format('woff2');

  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Nunito-300';

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhdTA3j77e.woff2) format('woff2');

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: 'Nunito-300';

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhdTs3j77e.woff2) format('woff2');

  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Nunito-300';

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhdTo3j77e.woff2) format('woff2');

  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Nunito-300';

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url(/wp-content/themes/danialand/assets/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhdTQ3jw.woff2) format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* custom scrollbar */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #f8882b;
  border-radius: 1px;
  border: 2px solid transparent;
  background-clip: content-box;
}

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

/* custom css */

section.cover_land_top {
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}

section.cover_land_bottom {
  background-size: cover;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  section.cover_land_bottom {
    min-height: 700px;
  }

  section.cover_land_top {
    background-size: cover;
    height: 172px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 549px) {
  section.cover_land_bottom {
    min-height: 600px;
  }

  .box_social {
    display: none !important;
  }
}

@media only screen and (min-width: 1401px) {
  section.cover_land_bottom {
    min-height: 600px;
    background-size: contain;
  }
}

@media only screen and (min-width: 1601px) {
  section.cover_land_bottom {
    min-height: 700px;
    background-size: contain;
  }
}

.card-heber {
  width: 378px;
  height: 378px;
  border-radius: 15px;
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.144);
  margin: auto;
}

.card-heber:hover {
  transform: translateY(-15px)
}

.card-heber:hover:before {
  opacity: 1;
}

.card-heber:hover .info_action {
  opacity: 1;
  transform: translateY(-30px)
}

/* .card-heber:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
} */

.card-heber img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}

.card-heber .info_action {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  width: 100%;
}

.card-heber .info_action button {
  padding: 0.8rem 30px;
  outline: none;
  border: none;
  border-radius: 25px;
  background: #FF8901;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease;
}

.card-heber .info_action a {
  padding: 0.8rem 30px;
  outline: none;
  border: none;
  border-radius: 25px;
  background: #FF8901;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease;
}

/* testimonials home slider */

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

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials-pagination span.swiper-pagination-bullet {
  background: #FF8901;
}

.testimonials-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 3px solid #ffe6a8;
  outline: 1px solid #0A8BE6;
  padding: 3px;
}

.testimonials-pagination {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 0.8rem;
}

.testimonials-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}

/* res */

.restauration-pagination span.swiper-pagination-bullet {
  background: #FF8901;
}

.restauration-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 3px solid #ffe6a8;
  outline: 1px solid #0A8BE6;
  padding: 3px;
}

.restauration-pagination {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 0.8rem;
}

.restauration-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}

@media only screen and (max-width: 600px) {
  .card-heber {
    width: 100%;
  }
}

.infopratique>.swiper-wrapper .swiper-slide {
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (min-width: 767px) {
  .infopratique>.swiper-wrapper {
    display: grid;
    width: unset !important;
    transform: none !important;
  }
}

.hebergementswiper.swiper {
  width: auto;
  height: auto;
}

.hebergementswiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

/* menu phone */

html {
  box-sizing: border-box;
  --bgColorMenu: #0a8be6;
  --duration: 0.7s;
}

.menu-phone {
  margin: 0;
  display: flex;
  /* Works well with 100% width  */
  width: 32.05em;
  font-size: 1.5em;
  padding: 0 2.85em;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: var(--bgColorMenu);
  width: 100%;
}

.menu__item {
  all: unset;
  flex-grow: 1;
  z-index: 100;
  display: flex;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  align-items: center;
  will-change: transform;
  justify-content: center;
  padding: 0.55em 0 0.85em;
  transition: transform var(--timeOut, var(--duration));
}

.menu__item::before {
  content: "";
  z-index: -1;
  width: 4.2em;
  height: 4.2em;
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  transition: background-color var(--duration), transform var(--duration);
}

.menu__item.active {
  transform: translate3d(0, -0.8em, 0);
}

.menu__item.active::before {
  transform: scale(1);
  background-color: var(--bgColorItem);
}

.icon {
  width: 2.6em;
  height: 2.6em;
  stroke: white;
  fill: transparent;
  /* stroke-miterlimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round; */
  stroke-dasharray: 400;
}

.menu__item.active .icon {
  animation: strok 1.5s reverse;
}

@-webkit-keyframes strok {
  100% {
    stroke-dashoffset: 400;
  }
}

@keyframes strok {
  100% {
    stroke-dashoffset: 400;
  }
}

.menu__border {
  left: 0;
  bottom: 99%;
  width: 10.9em;
  height: 2.4em;
  position: absolute;
  -webkit-clip-path: url(#menu-phone);
          clip-path: url(#menu-phone);
  will-change: transform;
  background-color: var(--bgColorMenu);
  transition: transform var(--timeOut, var(--duration));
}

.svg-container {
  width: 0;
  height: 0;
}

@media screen and (max-width: 50em) {
  .menu-phone {
    font-size: 0.8em;
    gap: 20px;
    padding-right: 20px;
  }
}

/* Date */

.date-picker {
  margin: 2px auto;
  height: auto;
  max-height: 50px;
  background: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s 0s ease-in-out;
  box-shadow: 3px 3px 18px 5px rgb(5 55 91 / 6%);
}

.date-picker .input {
  width: 100%;
  height: 50px;
  font-size: 0;
  cursor: pointer;
}

.date-picker .input .result,
.date-picker .input button {
  display: inline-block;
  vertical-align: top;
}

.date-picker .input .result {
  width: calc(100% - 50px);
  height: 50px;
  line-height: normal;
  padding: 0 10px;
  box-sizing: border-box;
  color: #999C9E;
  font-family: 'Poppins-400';
  font-size: 11.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.date-picker .input .result span {
  color: #0461A2;
  font-family: 'Poppins-400';
  font-size: 14px;
}

.date-picker .input button {
  width: 50px;
  height: 50px;
  color: white;
  line-height: 50px;
  border: 0;
  font-size: 18px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.date-picker .input button:focus {
  outline: 0;
}

.date-picker .calendar {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.date-picker .ui-datepicker-inline {
  position: relative;
  width: 100%;
}

.date-picker .ui-datepicker-header {
  height: 100%;
  line-height: 50px;
  background: #8392A7;
  color: #fff;
  margin-bottom: 10px;
}

.date-picker .ui-datepicker-prev,
.date-picker .ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.date-picker .ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.date-picker .ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.date-picker .ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.date-picker .ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.date-picker .ui-datepicker-prev:after,
.date-picker .ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.date-picker .ui-datepicker-prev:hover,
.date-picker .ui-datepicker-next:hover,
.date-picker .ui-datepicker-prev:hover:after,
.date-picker .ui-datepicker-next:hover:after {
  border-color: #68768A;
}

.date-picker .ui-datepicker-title {
  text-align: center;
}

.date-picker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.date-picker .ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  color: #8392A7;
  margin-bottom: 5px;
  font-size: 13px;
}

.date-picker .ui-state-default {
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 12px;
}

.date-picker .ui-state-default:hover {
  background: rgba(0, 0, 0, 0.02);
}

.date-picker .ui-state-highlight {
  color: #68768A;
}

.date-picker .ui-state-active {
  color: #68768A;
  background-color: rgba(131, 146, 167, 0.12);
  font-weight: 600;
}

.date-picker .ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.date-picker.open {
  max-height: 400px;
}

.date-picker.open .input button {
  background: #dbf3fd;
  position: absolute;
  top: 0;
  right: 0;
}

.d-none {
  display: none;
}

/* select  */

.select_wrap {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select_wrap .default_option {
  position: relative;
  cursor: pointer;
  padding: 6px 10px;
  box-shadow: 3px 3px 18px 5px rgb(5 55 91 / 6%);
  padding-top: 0px;
}

.selects_number_per {
  margin: 2px auto;
}

.select_wrap .default_option li p {
  color: #0461A2;
  font-family: 'Poppins-400';
  font-size: 14px;
}

.select_wrap .default_option:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent transparent #999C9E #999C9E;
  transform: rotate(-45deg);
}

.select_wrap .select_ul {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  display: none;
}

.select_wrap .select_ul li {
  padding: 10px 10px;
  cursor: pointer;
}

.select_wrap .select_ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover {
  background: #0561a245;
}

.select_wrap .select_ul li:hover p {
  color: #0561a2;
}

.select_wrap .select_ul li p {
  color: #0461A2;
  font-family: 'Poppins-400';
  font-size: 14px;
}

.select_wrap .option {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.select_wrap .info-ab {
  line-height: normal;
  box-sizing: border-box;
  color: #999C9E;
  font-family: 'Poppins-400';
  font-size: 11.5px;
}

.select_wrap.active .select_ul {
  display: block;
}

.select_wrap.active .default_option:before {
  top: 25px;
  transform: rotate(-225deg);
}

.btn-reserver-land {
  margin: 2px auto;
  height: 100%;
}

.btn-reserver-land button {
  background-color: #0A8BE6;
  width: 100%;
  height: 50px;
  border-radius: 2.5px;
  color: white;
  font-family: 'Poppins-400';
  font-size: 14px;
  text-transform: uppercase;
}

.booking_land .soon {
  text-align: center;
  font-size: 25px;
  font-family: 'Nunito-900';
  opacity: .7;
  color: #f8882b;
  padding-top: 11px;
}

@media only screen and (max-width: 767px) {
  .date-picker {
    width: 100%;
  }

  span.connexion_land {
    font-size: 14px;
    line-height: normal;
    padding-left: .8rem;
    padding-right: 1rem;
  }

  .connexion_icon_land {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  span.connexion_icon_land svg {
    width: 0.8rem;
  }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
  span.connexion_land {
    display: none !important;
  }

  .connexion_icon_land {
    border-radius: 1.5rem !important;
  }
}

/* Woocommerce pop */

.close_login {
  position: absolute;
  right: -35px;
  top: -35px;
  background: #ffffffbd;
  border-radius: 100%;
  padding: 5px;
  cursor: pointer;
}

.login_overlay {
  background: #00000054;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

#login_land {
  position: fixed;
  background: #ffffff;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10010;
  padding: 2rem;
  border-radius: 0.5rem;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  max-width: 550px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row text area {
  margin: 2px auto;
  width: 100%;
  max-height: 50px;
  background: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s 0s ease-in-out;
  box-shadow: 3px 3px 18px 5px rgb(5 55 91 / 6%);
  height: 50px;
  border-radius: 2.5px;
  padding-left: 10px;
  font-family: 'Poppins-400';
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #0A8BE6;
  width: 100%;
  height: 50px;
  border-radius: 2.5px;
  color: white;
  font-family: 'Poppins-400';
  font-size: 14px;
  text-transform: uppercase;
  width: auto;
  padding: 0px 30px;
  margin-top: 10px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #f8882b;
  width: 100%;
  height: 50px;
  border-radius: 2.5px;
  color: white;
  font-family: 'Poppins-400';
  font-size: 14px;
  text-transform: uppercase;
  width: auto;
  padding: 0px 30px;
}

div#login_land .woocommerce form .form-row label {
  font-family: 'Poppins-400';
  font-size: 14px;
  color: #084066;
}

div#login_land .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  float: right;
  padding-top: 8px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 0px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 0;
}

div#login_land .woocommerce form.checkout_coupon,
div#login_land .woocommerce form.login,
div#login_land .woocommerce form.register {
  border: 0px solid #d3ced2;
  padding: 0px 20px 20px 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 0;
}

div#login_land h2 {
  font-family: Nunito, sans-serif;
  font-size: 25px;
  padding-left: 20px;
  color: #098be6;
  text-transform: uppercase;
}

p.woocommerce-LostPassword.lost_password a,
div#login_land .woocommerce form.register p,
form.woocommerce-ResetPassword.lost_reset_password p,
.woocommerce-lost-password div#login_land p {
  font-family: Poppins-400, sans-serif;
  font-size: 13px;
  color: #767676;
}

#login_land .woocommerce .col2-set .col-1 {
  display: block;
  width: 500px;
  max-width: 600px;
}

#login_land .woocommerce .col2-set .col-2 {
  display: none;
  width: 500px;
  max-width: 600px;
}

.rengister_op {
  font-family: Poppins-400, sans-serif;
  font-size: 14px;
  color: #747373;
}

div#login_land p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  width: 100%;
}

.woocommerce-lost-password .rengister_op.qs_inscrire,
.woocommerce-lost-password .rengister_op.qs_connxione {
  display: none;
}

div#login_land .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media only screen and (max-width: 767px) {
  #login_land {
    max-width: 95%;
    padding: 2rem 0rem;
  }

  .close_login {
    right: 0;
    top: 0;
  }

  #login_land .woocommerce .col2-set .col-1,
    #login_land .woocommerce .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
  }

  form.woocommerce-ResetPassword.lost_reset_password {
    width: 100%;
    padding: 15px;
  }
}

@media only screen and (max-width: 425px) {
  div#login_land .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: 11px;
  }
}

@media only screen and (max-width: 380px) {
  div#login_land .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    float: left;
  }
}

/* cursor funny */

a,
.modal-toggle-hebergements,
a:hover,
a:active,
a:focus,
button,
button:hover,
.select_wrap .default_option,
.date-picker .input .result,
.date-picker .ui-datepicker-prev,
.date-picker .ui-datepicker-next {
  cursor: url(/wp-content/themes/danialand/assets/img/cursor.png), pointer;
}

/* Animation pop */

.cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100200;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #4ab6fc url(/wp-content/themes/danialand/assets/img/modal-bg.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-modal .modal-content {
  height: 100%;
  overflow-y: auto;
  padding: 3em 5%;
  color: #e4dcca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-modal h1 {
  text-align: center;
}

.cd-modal h1::after {
  /* ink/brush separation */
  content: '';
  display: block;
  width: 130px;
  height: 18px;
  background: url(/wp-content/themes/danialand/assets/img/ink-separation.svg) no-repeat center center;
  margin: .2em auto 0;
}

.cd-modal p {
  line-height: 1.6;
  margin: 2em auto;
  max-width: 800px;
}

.cd-modal.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.7s, visibility 0s;
}

.cd-modal.visible .modal-content {
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
}

.cd-modal.visible .modal-close {
  visibility: visible;
  opacity: 1;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transform: scale(1);
}

@media only screen and (min-width: 1100px) {
  .cd-modal .modal-content {
    padding: 6em 5%;
  }

  .cd-modal .modal-close {
    height: 60px;
    width: 60px;
  }

  .cd-modal p {
    font-size: 2rem;
  }
}

/* -------------------------------- 
  
  Transition Layer 
  
  -------------------------------- */

.cd-transition-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-2%);
  /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
  height: 100%;
  /* our sprite is composed of 25 frames */
  width: 2500%;
  background: url(/wp-content/themes/danialand/assets/img/ink.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible;
}

.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24);
  animation: cd-sequence 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-reverse 0.8s steps(24);
  animation: cd-sequence-reverse 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.no-cssanimations .cd-transition-layer {
  display: none;
}

@-webkit-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
  }

  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
}

@keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-2%);
  }

  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-98%);
  }
}

@-webkit-keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
  }

  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
}

@keyframes cd-sequence-reverse {
  0% {
    transform: translateY(-50%) translateX(-98%);
  }

  100% {
    transform: translateY(-50%) translateX(-2%);
  }
}

/* loading  */

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  font-family: serif;
  font-weight: bold;
  letter-spacing: 4.4px;
  text-transform: capitalize;
  overflow: hidden;
}

.loading::before {
  color: #fff;
  content: attr(data-loading-text);
  font-family: 'Nunito-900';
  text-transform: uppercase;
}

.loading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: #ff8400;
  overflow: hidden;
  content: attr(data-loading-text);
  -webkit-animation: loading 5s infinite;
          animation: loading 5s infinite;
  font-family: 'Nunito-900';
  text-transform: uppercase;
}

@-webkit-keyframes loading {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes loading {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* Slider for pages */

.sliderCustomsPages2 {
  height: 80%;
  width: 100%;
  border-radius: 2rem;
}

.sliderCustomsPages {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.sliderCustomsPages .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  max-width: 125px;
}

.sliderCustomsPages .swiper-slide-thumb-active {
  opacity: 1;
}

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

.sliderCustomsPages2 .swiper-slide,
.sliderCustomsPages .swiper-slide {
  background-size: cover;
  background-position: center;
}

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

.sliderCustomsPages-button-next.swiper-button-next,
.sliderCustomsPages-button-prev.swiper-button-prev {
  display: inline-block;
}

.sliderCustomsPages .swiper-slide img {
  border-radius: 1rem;
}

@media only screen and (max-width: 500px) {
  .sliderCustomsPages .swiper-slide img {
    border-radius: .8rem;
  }

  .sliderCustomsPages2 {
    border-radius: .9rem;
  }
}

@media only screen and (max-width: 475px) {
  .sliderCustomsPages .swiper-slide img {
    border-radius: .75rem;
  }

  .sliderCustomsPages2 {
    border-radius: .25rem;
  }

  .sliderCustomsPages-button-next.swiper-button-next,
    .sliderCustomsPages-button-prev.swiper-button-prev {
    top: 60%;
  }
}

/* Video auto play by css */

.wrapper-land {
  --color: #1F242D;
  --color-invert: #ffffff;
  --clip-path: circle(80px at left);
  --clip-path-hover: circle(150px at left);
  --clip-path-clicked: circle(100vw at left);
  --duration: .4s;
  --timing-function: ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.wrapper-land .video {
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  transition: -webkit-clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
  max-height: 650px;
}

.wrapper-land .video video {
  position: absolute;
  background: transparent;
  min-height: 100%;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.wrapper-land input {
  width: 220px;
  height: 40px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 40px;
  outline: none;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.wrapper-land input:focus {
  outline: 0;
}

.wrapper-land input:hover~.video {
  -webkit-clip-path: var(--clip-path-hover);
  clip-path: var(--clip-path-hover);
}

.wrapper-land input:hover~.text::before {
  --r: 25px;
  --opacity: 1;
}

.wrapper-land input:checked {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.wrapper-land input:checked~.video {
  -webkit-clip-path: var(--clip-path-clicked);
  clip-path: var(--clip-path-clicked);
}

.wrapper-land input:checked~.text {
  --opacity: 0;
  transition: opacity 0.3s var(--timing-function);
}

.wrapper-land input:checked~.text::after {
  -webkit-clip-path: var(--clip-path-clicked);
  clip-path: var(--clip-path-clicked);
}

.wrapper-land input:checked~.text>span::after {
  -webkit-clip-path: var(--clip-path-clicked);
  clip-path: var(--clip-path-clicked);
}

.wrapper-land.container:before {
  width: 100%;
  content: " ";
  background-image: url(/wp-content/themes/danialand/assets/img/video-scran.jpg);
  position: absolute;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.wrapper-land {
  border-radius: 1.5rem;
  border: 15px solid #ffffff;
  overflow: hidden;
  max-height: 650px;
}

input.play-video-land::before {
  content: "";
  position: relative;
  z-index: 0;
  left: 53%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 140px;
  height: 140px;
  background: #ff8400;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  opacity: var(--opacity, 1);
  transition: opacity 0.3s var(--timing-function) 0.2s;
}

input.play-video-land::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 56%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  transition: all 200ms;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 74px;
  border-color: transparent transparent transparent #ffffffb0;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 37px 0 37px 60px;
  opacity: var(--opacity, 1);
  transition: opacity 0.3s var(--timing-function) 0.2s;
}

.wrapper-land input:checked::after,
.wrapper-land input:checked::before {
  content: "";
  display: none;
  --opacity: 0;
  transition: opacity 0.3s var(--timing-function);
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

button.mute {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #ffffff00;
  padding: 5px;
  border: 1px solid #ffffff00;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

button.mute::before {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/danialand/assets/img/mute.svg);
  background-color: #fff;
  z-index: 999;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

button.mute.active::before {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/danialand/assets/img/volume.svg);
  background-color: #fff;
  z-index: 999;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

@media only screen and (max-width: 766px) {
  .wrapper-land {
    border-radius: 1.5rem;
    border: 5px solid #ffffff;
    overflow: hidden;
    max-height: 208px;
  }

  .wrapper-land .video {
    max-height: 208px;
  }

  .wrapper-land {
    --clip-path: circle(40px at left);
    --clip-path-hover: circle(65px at left);
  }

  input.play-video-land::before {
    left: 53%;
    top: 50%;
    width: 50px;
    height: 50px;
  }

  input.play-video-land::after {
    left: 55%;
    border-width: 14px 0 14px 20px;
    height: 20px;
  }

  button.mute {
    bottom: 5px;
    left: 10px;
    width: 65px;
    height: 65px;
  }

  button.mute::before {
    width: 50%;
    height: 50%;
    border-radius: 100%;
    padding: 22px;
  }

  .loading {
    font-size: 22px;
  }
}

/* Social fixed left */

.box_social {
  display: flex;
  position: fixed;
  z-index: 40;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  bottom: 50%;
  top: 50%;
}

.link-icons_social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
  margin-left: 2rem;
}

.box_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}

.box_social a::after {
  z-index: -5;
  content: "";
  width: 34px;
  height: 34px;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.3s ease;
}

.box_social a:hover::after {
  opacity: 1;
  transform: scale(1);
}

.box_social a:first-child {
  margin-left: 0;
}

.box_social a:hover {
  border: 0;
  transition: border 0.6s;
}

.email_contact,
.phone_contact {
  margin-top: 1.75rem;
}

.contact_land_pg label {
  color: #0E64A4;
  font-family: 'Poppins-500';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact_land_pg input {
  background: white;
  height: 60px;
  padding-left: 10px;
  border-radius: 7px;
  width: 100%;
}

.contact_land_pg textarea {
  height: 178px;
  background: white;
  border-radius: 7px;
  margin-bottom: 1.75rem;
  padding-top: 10px;
  padding-left: 14px;
  margin: 0;
  width: 100%;
}

.poli_contact label {
  color: #0E64A4;
  font-family: 'Poppins-400';
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: flex;
  gap: 10px;
  align-items: center;
}

.poli_contact a {
  color: #06406c;
  font-family: 'Poppins-400';
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
  display: flex;
  gap: 10px;
  align-items: center;
}

.poli_contact .wpcf7-list-item {
  margin: 0 0 0 0em;
}

.poli_contact input {
  height: auto;
  padding: 0;
  margin: 0;
  width: auto;
}

.button_contactland input {
  width: 100%;
  border-radius: 10px;
  margin-top: 7px;
  background-color: #FF8901;
}

.poli_contact {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  display: flex;
  gap: 4px;
}

/* Form booking */

.firstname_wrap .info-ab,
.lastname_wrap .info-ab {
  line-height: normal;
  box-sizing: border-box;
  color: #999C9E;
  font-family: 'Poppins-400';
  font-size: 11.5px;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}

.firstname_wrap input,
.lastname_wrap input {
  position: absolute;
  background-color: white;
  width: 100%;
  left: 0;
  margin-top: 2.5px;
  height: auto;
  line-height: normal;
  box-sizing: border-box;
  color: #2976e9;
  cursor: pointer;
  padding: 6px 10px;
  box-shadow: 3px 3px 18px 5px rgb(5 55 91 / 6%);
  padding-top: 20px;
  color: #0461A2;
  font-family: 'Poppins-400';
  font-size: 14px;
}

.firstname_wrap input:focus,
.lastname_wrap input:focus {
  border: none;
}

.firstname_wrap input:focus-visible,
.lastname_wrap input:focus-visible {
  outline-offset: 0px;
  outline: -webkit-focus-ring-color auto 0px;
}

.selects_firstname,
.selects_lastname {
  margin: 2px auto;
  height: 50px;
  max-height: 50px;
  background: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s 0s ease-in-out;
  box-shadow: 3px 3px 18px 5px rgb(5 55 91 / 6%);
}

.selects_lastname::-moz-placeholder, .selects_firstname::-moz-placeholder {
  color: #0461A2;
  font-family: 'Poppins-400';
  font-size: 14px;
  opacity: 1;
}

.selects_lastname::placeholder,
.selects_firstname::placeholder {
  color: #0461A2;
  font-family: 'Poppins-400';
  font-size: 14px;
  opacity: 1;
}

.selects_firstname:-ms-input-placeholder,
.selects_lastname:-ms-input-placeholder {
  color: #0461A2;
  font-family: 'Poppins-400';
  font-size: 14px;
}

.selects_lastname::-ms-input-placeholder,
.selects_firstname::-ms-input-placeholder {
  color: #0461A2;
  font-family: 'Poppins-400';
  font-size: 14px;
}

/* PHone */

.phonenumber_wrap .info-ab,
.email_wrap .info-ab {
  line-height: normal;
  box-sizing: border-box;
  color: #999C9E;
  font-family: 'Poppins-400';
  font-size: 11.5px;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}

.phonenumber_wrap input,
.email_wrap input {
  position: absolute;
  background-color: white;
  width: 100%;
  left: 0;
  margin-top: 2.5px;
  height: auto;
  line-height: normal;
  box-sizing: border-box;
  color: #2976e9;
  cursor: pointer;
  padding: 6px 10px;
  box-shadow: 3px 3px 18px 5px rgb(5 55 91 / 6%);
  padding-top: 20px;
  color: #0461A2;
  font-family: 'Poppins-400';
  font-size: 14px;
}

.phonenumber_wrap input:focus,
.email_wrap input:focus {
  border: none;
}

.phonenumber_wrap input:focus-visible,
.email_wrap input:focus-visible {
  outline-offset: 0px;
  outline: -webkit-focus-ring-color auto 0px;
}

.selects_phonenumber,
.selects_email {
  margin: 2px auto;
  height: 50px;
  max-height: 50px;
  background: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s 0s ease-in-out;
  box-shadow: 3px 3px 18px 5px rgb(5 55 91 / 6%);
}

.selects_email::-moz-placeholder, .selects_phonenumber::-moz-placeholder {
  color: #0461A2;
  font-family: 'Poppins-400';
  font-size: 14px;
  opacity: 1;
}

.selects_email::placeholder,
.selects_phonenumber::placeholder {
  color: #0461A2;
  font-family: 'Poppins-400';
  font-size: 14px;
  opacity: 1;
}

.selects_phonenumber:-ms-input-placeholder,
.selects_email:-ms-input-placeholder {
  color: #0461A2;
  font-family: 'Poppins-400';
  font-size: 14px;
}

.selects_email::-ms-input-placeholder,
.selects_phonenumber::-ms-input-placeholder {
  color: #0461A2;
  font-family: 'Poppins-400';
  font-size: 14px;
}

.book_cable_car_agadir .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0px solid #00a0d200;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 14px;
  font-family: 'Nunito';
  color: #1b73d4;
}

/* pop */

.modal-heber {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal-heber.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-heber.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal-heber.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-heber-content {
  position: fixed;
  z-index: 12;
  margin: auto;
  max-width: 70%;
  left: 0;
  right: 0;
  top: 5%;
  height: auto;
}

.close-modal-toggle-hebergements {
  cursor: url(/wp-content/themes/danialand/assets/img/cursor.png), pointer;
  background: white;
  width: 25px;
  border-radius: 100%;
  position: absolute;
  right: -25px;
  z-index: 1;
  top: -25px;
}

@media only screen and (max-width: 766px) {
  .close-modal-toggle-hebergements {
    right: 0;
    top: 0;
  }

  .close-modal-toggle-hebergements svg {
    width: 16px;
    margin: auto;
  }

  .modal-heber-content {
    position: fixed;
    z-index: 12;
    margin: auto;
    max-width: 90%;
    left: 0;
    right: 0;
    top: 5%;
    height: auto;
  }
}

ul.list_faq li {
  border-bottom: 1px solid #215fa7;
  padding-bottom: 4px;
  cursor: url(/wp-content/themes/danialand/assets/img/cursor.png), pointer;
}

.qas_faq dl {
  margin-bottom: 1rem;
}

/* Dev */

.faq_content {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}

.faq_content.faq-visible {
  visibility: visible;
  opacity: 1;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.rote-180 {
  transform: rotate(180deg);
}

.qas_faq {
  display: none;
}

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

.loding-send {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7800026;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.select_wrap.active .select_ul {
  z-index: 1;
}

/* fixed nav  */

.md-header {
  display: none;
}

.md-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  z-index: 100;
  width: 100%;
  margin-top: 0px;
  display: inline-block;
}

@media screen and (max-width: 1172px) {
  .md-header img.object-contain.w-auto {
    width: 150px;
  }

  ul#primary-menu ul li a {
    font-size: .9rem;
  }
}

@media screen and (max-width: 1025px) {
  .md-header {
    display: none !important;
  }
}

@media screen and (max-width: 766px) {
  .md-header.fixed {
    display: none !important;
  }

  .nm-header {
    display: none !important;
  }
}

.pagination-block {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination-block span.page-numbers.current {
  background: #ff8901;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  font-family: 'Nunito';
  margin: 5px 10px;
}

.pagination-block a.prev.page-numbers {
  font-family: 'Nunito';
  font-size: 13px;
  color: #141212;
  line-height: normal;
  display: flex;
  align-items: center;
}

.pagination-block a.page-numbers {
  padding: 2.5px 5px;
  font-family: 'Nunito';
  font-size: 13px;
  color: #141212;
  line-height: normal;
  display: flex;
  align-items: center;
}

.map-rest iframe {
  width: 100%;
}

.content-rest>* {
  color: #7F8285;
  font-family: 'Poppins-400';
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.single_cointact_restaurant input,
.single_cointact_restaurant textarea {
  box-shadow: 3px 3px 18px 2px rgb(5 55 91 / 6%);
}

.single_cointact_restaurant {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.single_cointact_restaurant .button_contactland input {
  color: white
}

.single_cointact_restaurant :focus-visible {
  outline: #ffe6a8 auto 1px;
}

#specialite {
  -webkit-appearance: none;
  font-size: 13px;
  font-family: 'Poppins-400';
  color: #031b2c;
}

.cms blockquote,
.cms dl,
.cms dd,
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6,
.cms hr,
.cms figure,
.cms p,
.cms pre {
  font-family: Poppins-400, sans-serif;
}

.button_contactland input {
  color: white;
}

.card-heber:before {
  top: auto;
  left: 0;
  border-radius: 15px;
  z-index: 2;
  transition: 0.5s;
  opacity: 1;
  content: ' ';
  width: 100%;
  height: 50%;
  padding-top: 0;
  display: inline-block;
  margin-left: 0;
  background: rgb(255 137 1);
  background: linear-gradient(to bottom, #f2fcfe00, rgb(255 137 1));
  position: absolute;
  bottom: 0;
}

@-webkit-keyframes progress-bar {
  0% {
    left: -5vw;
  }

  100% {
    left: 100%;
  }
}

@keyframes progress-bar {
  0% {
    left: -5vw;
  }

  100% {
    left: 100%;
  }
}

#loader {
  max-width: 128px;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#loader #logo {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 35px;
}

#loader #progressbar {
  background-color: #ff8901;
  height: 6px;
  border-radius: 30px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  overflow: hidden;
}

#loader #progressbar::before {
  width: 5vw;
  position: relative;
  left: -3vw;
  background-color: #ffa742;
  content: " ";
  display: block;
  height: 6px;
  border-radius: 30px;
  -webkit-animation: 1.5s progress-bar 0.5s infinite alternate ease-in-out;
          animation: 1.5s progress-bar 0.5s infinite alternate ease-in-out;
}

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

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

.font-nunito-900 {
  font-weight: 900;
}

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

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

footer .mc4wp-form-fields input#email-address {
  height: 50px;
  width: auto;
}

footer .mc4wp-form-fields button {
  width: 54px;
  margin-left: -40px;
  border-radius: 0px 10px 10px 0px;
}

footer .mc4wp-form-fields input#email-address:focus-visible {
  outline: transparent auto 0px;
}

.mc4wp-response .mc4wp-alert.mc4wp-success p {
  color: white;
}

.mc4wp-response .mc4wp-alert.mc4wp-error p {
  color: rgb(251, 96, 96);
}

.mc4wp-response p {
  font-family: Poppins-400, sans-serif;
  padding-top: 5px;
  font-size: 13px;
}

.top_hader_tag {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

.hashtag_land a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hashtag_land a svg {
  width: 25px;
  stroke: #2062aa;
}

.hashtag_land a span {
  font-family: Poppins-500, sans-serif;
  color: #0E64A4;
  text-transform: uppercase;
  font-size: 22px;
}

@media screen and (max-width: 590px) {
  .top_hader_tag {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hebergementswiper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.infopratique-pagination span.swiper-pagination-bullet {
  background: #0A8BE6;
}

.infopratique-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 3px solid #ffe6a8;
  outline: 1px solid #FF8901;
  padding: 3px;
}

.infopratique-pagination {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 0.8rem;
}

.infopratique-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}

@media screen and (min-width: 768px) {
  .card-heber {
    width: 225px;
  }
}

@media screen and (min-width: 991px) {
  .card-heber {
    width: 240px;
  }
}

@media screen and (min-width: 1024px) {
  .card-heber {
    width: 378px;
  }
}

@media screen and (max-width: 768px) {
  .hebergementswiper.swiper {
    max-width: 75%;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .hebergementswiper.swiper {
    max-width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 500px) {
  .hebergementswiper.swiper {
    max-width: 100%;
    margin: auto;
  }
}

.icon.fill-white {
  fill: white;
}

/* Fix list items icon size */

.list-icon{
  min-width: 1rem !important;
}

.before\:content-\[url\(\/wp-content\/themes\/danialand\/assets\/img\/motif1\.png\)\]::before {
  --tw-content: url(/wp-content/themes/danialand/assets/img/motif1.png);
  content: var(--tw-content);
}

.before\:content-\[url\(\/wp-content\/themes\/danialand\/assets\/img\/motif2\.png\)\]::before {
  --tw-content: url(/wp-content/themes/danialand/assets/img/motif2.png);
  content: var(--tw-content);
}

.before\:content-\[url\(\/wp-content\/themes\/danialand\/assets\/img\/motif3\.png\)\]::before {
  --tw-content: url(/wp-content/themes/danialand/assets/img/motif3.png);
  content: var(--tw-content);
}

.before\:content-\[url\(\/wp-content\/themes\/danialand\/assets\/img\/map-8754\.png\)\]::before {
  --tw-content: url(/wp-content/themes/danialand/assets/img/map-8754.png);
  content: var(--tw-content);
}

.before\:content-\[url\(\/wp-content\/themes\/danialand\/assets\/img\/palm_contact\.png\)\]::before {
  --tw-content: url(/wp-content/themes/danialand/assets/img/palm_contact.png);
  content: var(--tw-content);
}

.before\:content-\[url\(\/wp-content\/themes\/danialand\/assets\/img\/icon-resto\.png\)\]::before {
  --tw-content: url(/wp-content/themes/danialand/assets/img/icon-resto.png);
  content: var(--tw-content);
}

.before\:content-\[url\(\/wp-content\/themes\/danialand\/assets\/img\/resto_befor\.png\)\]::before {
  --tw-content: url(/wp-content/themes/danialand/assets/img/resto_befor.png);
  content: var(--tw-content);
}

.before\:content-\[url\(\/wp-content\/themes\/danialand\/assets\/img\/icon-res\.png\)\]::before {
  --tw-content: url(/wp-content/themes/danialand/assets/img/icon-res.png);
  content: var(--tw-content);
}

.before\:content-\[url\(\/wp-content\/themes\/danialand\/assets\/img\/motif5\.png\)\]::before {
  --tw-content: url(/wp-content/themes/danialand/assets/img/motif5.png);
  content: var(--tw-content);
}

.before\:content-\[url\(\/wp-content\/themes\/danialand\/assets\/img\/motif4\.png\)\]::before {
  --tw-content: url(/wp-content/themes/danialand/assets/img/motif4.png);
  content: var(--tw-content);
}

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

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

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

.hover\:bg-color-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 97 162 / var(--tw-bg-opacity));
}

.hover\:bg-sky-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

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

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

.group:hover .group-hover\:fill-color-3 {
  fill: #0A8BE6;
}

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group:hover .group-hover\:stroke-white {
  stroke: #fff;
}

.group:hover .group-hover\:text-color-3 {
  --tw-text-opacity: 1;
  color: rgb(10 139 230 / var(--tw-text-opacity));
}

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

@media (min-width: 100%) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

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

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

@media (min-width: 550px) {
  .befor-mobile\:mt-0 {
    margin-top: 0px;
  }

  .befor-mobile\:flex {
    display: flex;
  }

  .befor-mobile\:grid {
    display: grid;
  }

  .befor-mobile\:hidden {
    display: none;
  }

  .befor-mobile\:h-4 {
    height: 1rem;
  }

  .befor-mobile\:w-4 {
    width: 1rem;
  }

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

  .befor-mobile\:items-center {
    align-items: center;
  }

  .befor-mobile\:p-2 {
    padding: 0.5rem;
  }

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

@media (min-width: 767px) {
  .tab\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .25rem;
    padding-left: .25rem;
  }

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

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

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

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

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

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

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

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

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

  .tab\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .tab\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .tab\:row-span-1 {
    grid-row: span 1 / span 1;
  }

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

  .tab\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

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

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

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

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

  .tab\:mb-32 {
    margin-bottom: 8rem;
  }

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

  .tab\:mr-6 {
    margin-right: 1.5rem;
  }

  .tab\:mt-12 {
    margin-top: 3rem;
  }

  .tab\:block {
    display: block;
  }

  .tab\:flex {
    display: flex;
  }

  .tab\:grid {
    display: grid;
  }

  .tab\:hidden {
    display: none;
  }

  .tab\:h-64 {
    height: 16rem;
  }

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

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

  .tab\:max-w-6xl {
    max-width: 72rem;
  }

  .tab\:max-w-xs {
    max-width: 20rem;
  }

  .tab\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .tab\:max-w-lg {
    max-width: 32rem;
  }

  .tab\:basis-1\/4 {
    flex-basis: 25%;
  }

  .tab\:basis-3\/4 {
    flex-basis: 75%;
  }

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

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

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

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

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

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

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

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

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

  .tab\:justify-items-center {
    justify-items: center;
  }

  .tab\:gap-2 {
    gap: 0.5rem;
  }

  .tab\:gap-8 {
    gap: 2rem;
  }

  .tab\:gap-1 {
    gap: 0.25rem;
  }

  .tab\:gap-y-0 {
    row-gap: 0px;
  }

  .tab\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tab\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .tab\:overflow-auto {
    overflow: auto;
  }

  .tab\:p-20 {
    padding: 5rem;
  }

  .tab\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tab\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

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

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

  .tab\:py-\[1\.5rem\] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tab\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .tab\:pb-12 {
    padding-bottom: 3rem;
  }

  .tab\:pt-0 {
    padding-top: 0px;
  }

  .tab\:pb-16 {
    padding-bottom: 4rem;
  }

  .tab\:pb-20 {
    padding-bottom: 5rem;
  }

  .tab\:pb-24 {
    padding-bottom: 6rem;
  }

  .tab\:pt-16 {
    padding-top: 4rem;
  }

  .tab\:pb-36 {
    padding-bottom: 9rem;
  }

  .tab\:pl-5 {
    padding-left: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

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

  .md\:max-w-xl {
    max-width: 36rem;
  }

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

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

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

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

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

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

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

  .lg\:relative {
    position: relative;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

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

  .lg\:-top-20 {
    top: -5rem;
  }

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

  .lg\:-bottom-20 {
    bottom: -5rem;
  }

  .lg\:-bottom-16 {
    bottom: -4rem;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

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

  .lg\:ml-20 {
    margin-left: 5rem;
  }

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

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-840 {
    height: 840px;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:w-0 {
    width: 0px;
  }

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

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-srv {
    max-width: 300px;
  }

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

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

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

  .lg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }

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

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

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

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

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

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

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

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

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

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

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

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

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

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

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

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

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

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

@media (min-width: 1440px) {
  .xl\:-left-40 {
    left: -10rem;
  }

  .xl\:-right-40 {
    right: -10rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:max-h-40 {
    max-height: 10rem;
  }

  .xl\:max-w-1936 {
    max-width: 1936px;
  }

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

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

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

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

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

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

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

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

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1936px) {
  .\33xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}