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

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

/* body {
		@apply !overflow-auto !overflow-x-hidden;
	} */

@media (min-width: 1024px) {
  body {
    overflow: hidden !important;
  }
}

.bx-wrapper {
  margin-bottom: 0px;
  height: 100%;
  border-width: 0px;
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bg1home .bx-viewport {
  height: 100% !important;
  overflow: visible !important;
}

h1 {
  font-family: PlayfairDisplayRegular;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.5 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  h1 {
    font-size: 100px;
  }
}

h1 b, h1 strong {
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(16 56 69 / var(--tw-text-opacity)) !important;
}

.h1 {
  font-family: PlayfairDisplayRegular;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.5 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .h1 {
    font-size: 100px;
  }
}

.h1 b, .h1 strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(16 56 69 / var(--tw-text-opacity));
}

h2 {
  font-family: PlayfairDisplayRegular;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.25 !important;
  --tw-text-opacity: 1;
  color: rgb(16 56 69 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  h2 {
    font-size: 65px;
  }
}

.h2 {
  font-family: PlayfairDisplayRegular;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.25 !important;
  --tw-text-opacity: 1;
  color: rgb(16 56 69 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .h2 {
    font-size: 65px;
  }
}

h2 strong, .h2 strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(16 56 69 / var(--tw-text-opacity));
}

h3 {
  margin-bottom: 0.5rem;
  font-family: PlayfairDisplayRegular;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.5 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  h3 {
    font-size: 26px;
  }
}

.h3 {
  margin-bottom: 0.5rem;
  font-family: PlayfairDisplayRegular;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.5 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .h3 {
    font-size: 26px;
  }
}

h3 b, h3 strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(196 179 146 / var(--tw-text-opacity));
}

h4 {
  font-family: LatoRegular;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625 !important;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  h4 {
    font-size: 22px;
  }
}

.desc p {
  margin-bottom: 1rem;
  min-height: 20px;
  font-family: LatoRegular;
  font-size: 13px;
  line-height: 1.75 !important;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .desc p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .desc p {
    margin-bottom: 1.75rem;
    font-size: 17px;
    letter-spacing: 1.5px;
  }
}

.desc.v2 p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .desc.v2 p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .desc.v2 p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.desc p strong {
  font-family: LatoRegular;
  font-weight: 400 !important;
  --tw-text-opacity: 1;
  color: rgb(16 56 69 / var(--tw-text-opacity));
}

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

.desc.white p, .desc.white li, .desc.white h1, .desc.white h2, .desc.white h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact_desc p {
  min-height: 20px;
  font-family: LatoRegular;
  font-size: 13px;
  line-height: 1.75 !important;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .contact_desc p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .contact_desc p {
    font-size: 17px;
    letter-spacing: 1.5px;
  }
}

.contact_desc td {
  display: block;
  width: 100% !important;
  padding-bottom: 2rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .contact_desc td {
    padding-right: 2rem;
    padding-bottom: 3rem;
    text-align: left;
  }
}

.contact_desc h3 {
  margin-bottom: 1rem;
  min-height: 75px;
}

.contact_desc tr {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

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

.contact_desc table {
  width: 100% !important;
}

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

::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%;
}

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

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

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

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

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

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

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

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

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

.menushow.open {
  visibility: visible;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

nav.scroll_menu {
  height: 90px;
  min-height: 90px;
  --tw-border-opacity: 1;
  border-color: rgb(16 56 69 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  nav.scroll_menu {
    margin-top: 0px;
  }
}

nav.scroll_menu {
  /* @apply bg-[#000000e0] lg:-top-24; */
}

.scroll_menu .logo img {
  width: 90px;
}

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

/* .scroll_menu .logo a {
	@apply lg:w-48 2xl:w-60;
} */

nav.scroll_menu .menushow ul li a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

nav.scroll_menu .language_drop {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.logo svg path {
  fill: #fff;
  transition-duration: 200ms;
}

.nav2 .logo svg path {
  fill: #103845;
}

.scroll_menu .logo svg path {
  fill: #103845;
}

.nav2 .menushow ul li a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.animTop.anim {
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.bg1slider .slide .h1, .bgsubpage .slide .h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg1slider.anim .slide .h1, .bgsubpage.anim .slide .h1 {
}

.bg1slider .slide p, .bgsubpage .slide p {
  --tw-translate-y: 1.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));
  opacity: 0;
  transition-delay: 200ms;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg1slider.anim .slide p, .bgsubpage.anim .slide p {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.bg1slider .slide .anim_a_slide, .bgsubpage .slide .anim_a_slide {
  --tw-translate-y: 1.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));
  opacity: 0;
  transition-delay: 500ms;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg1slider.anim .slide .anim_a_slide, .bgsubpage.anim .slide .anim_a_slide {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.bg1home .slider_info {
  --tw-translate-y: 1.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));
  opacity: 0;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg1home .slider_info.anim {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.dropdown_menu li:first-child {
  transition-delay: 0.205s;
  transition-duration: 0.2s;
}

.dropdown_menu li:nth-child(2) {
  transition-delay: 0.210s;
  transition-duration: 0.2s;
}

.dropdown_menu li:nth-child(3) {
  transition-delay: 0.215s;
  transition-duration: 0.2s;
}

.dropdown_menu li:nth-child(4) {
  transition-delay: 0.220s;
  transition-duration: 0.2s;
}

.dropdown_menu li:nth-child(5) {
  transition-delay: 0.225s;
  transition-duration: 0.2s;
}

.dropdown_menu li:nth-child(6) {
  transition-delay: 0.230s;
  transition-duration: 0.2s;
}

.dropdown_menu li:nth-child(7) {
  transition-delay: 0.235s;
  transition-duration: 0.2s;
}

.dropdown_menu li:nth-child(8) {
  transition-delay: 0.240s;
  transition-duration: 0.2s;
}

.dropdown_menu li:nth-child(9) {
  transition-delay: 0.245s;
  transition-duration: 0.2s;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 3rem;
  border-radius: 1.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 233 237 / var(--tw-border-opacity));
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.5rem;
  font-family: LatoRegular;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 44px !important;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

.select2-results__option {
  font-family: LatoRegular;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {
  .select2-results__option {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h1.animhead .char.dospace {
  margin-right: 2.5rem;
}

.animhead.h1 .char.dospace {
  margin-right: 2.5rem;
}

h2.animhead .char.dospace {
  margin-right: 1rem;
}

.animhead.h2 .char.dospace {
  margin-right: 1rem;
}

.animhead.sliderdesc .dospace {
  margin-right: 1rem;
}

.animhead .char.bold {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(16 56 69 / var(--tw-text-opacity));
}

.opinion_slider .swiper-scrollbar-drag {
  margin-top: -4px;
  height: 10px;
  width: 10px !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 56 69 / var(--tw-bg-opacity));
}

.rooms_slider .swiper-scrollbar-drag {
  margin-top: -4px;
  height: 10px;
  width: 10px !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 56 69 / var(--tw-bg-opacity));
}

.swiper_main_room .swiper-scrollbar-drag {
  margin-top: -4px;
  height: 10px;
  width: 10px !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 208 189 / var(--tw-bg-opacity));
}

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

.bg1home.anim .slider_line1 {
  height: 30vh;
}

.bg1home.anim .slider_line2 {
  height: 2rem;
}

@media (min-width: 1536px) {
  .bg1home.anim .slider_line2 {
    height: 3rem;
  }
}

.bg1home.anim .slider_line3 {
  height: 6rem;
}

.language_drop.open .dropdown_menu {
  visibility: visible;
  opacity: 1;
}

.bg1home.anim .booking_engine {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[60\%\] {
  top: 60%;
}

.top-6 {
  top: 1.5rem;
}

.left-1\/2 {
  left: 50%;
}

.top-\[calc\(100\%\+50px\)\] {
  top: calc(100% + 50px);
}

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

.bottom-0 {
  bottom: 0px;
}

.-right-\[1px\] {
  right: -1px;
}

.top-\[55\%\] {
  top: 55%;
}

.top-1\/2 {
  top: 50%;
}

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

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

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

.\!-top-4 {
  top: -1rem !important;
}

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

.right-\[75px\] {
  right: 75px;
}

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

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

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

.top-10 {
  top: 2.5rem;
}

.bottom-12 {
  bottom: 3rem;
}

.top-\[180\%\] {
  top: 180%;
}

.left-\[34\%\] {
  left: 34%;
}

.left-\[65\.6\%\] {
  left: 65.6%;
}

.left-6 {
  left: 1.5rem;
}

.top-3 {
  top: 0.75rem;
}

.right-6 {
  right: 1.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.right-0 {
  right: 0px;
}

.top-24 {
  top: 6rem;
}

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

.top-\[10\%\] {
  top: 10%;
}

.bottom-36 {
  bottom: 9rem;
}

.-bottom-36 {
  bottom: -9rem;
}

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

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

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

.top-32 {
  top: 8rem;
}

.right-1 {
  right: 0.25rem;
}

.top-1 {
  top: 0.25rem;
}

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

.-top-14 {
  top: -3.5rem;
}

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

.top-\[calc\(100\%\+5px\)\] {
  top: calc(100% + 5px);
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.m-1 {
  margin: 0.25rem;
}

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

.mr-12 {
  margin-right: 3rem;
}

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

.mr-7 {
  margin-right: 1.75rem;
}

.mr-\[70px\] {
  margin-right: 70px;
}

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

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!inline {
  display: inline !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-\[calc\(100vh-50px\)\] {
  height: calc(100vh - 50px);
}

.h-full {
  height: 100%;
}

.h-0 {
  height: 0px;
}

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

.h-px {
  height: 1px;
}

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

.h-12 {
  height: 3rem;
}

.h-auto {
  height: auto;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

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

.h-36 {
  height: 9rem;
}

.h-20 {
  height: 5rem;
}

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

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

.h-\[calc\(100vh-89px\)\] {
  height: calc(100vh - 89px);
}

.h-10 {
  height: 2.5rem;
}

.h-7 {
  height: 1.75rem;
}

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

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

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

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

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

.h-14 {
  height: 3.5rem;
}

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

.max-h-full {
  max-height: 100%;
}

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

.min-h-full {
  min-height: 100%;
}

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

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

.w-12 {
  width: 3rem;
}

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

.w-\[38\%\] {
  width: 38%;
}

.w-24 {
  width: 6rem;
}

.w-20 {
  width: 5rem;
}

.w-\[calc\(100\%-150px\)\] {
  width: calc(100% - 150px);
}

.w-5 {
  width: 1.25rem;
}

.w-\[calc\(100\%-30px\)\] {
  width: calc(100% - 30px);
}

.w-32 {
  width: 8rem;
}

.w-auto {
  width: auto;
}

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

.w-\[calc\(100\%\+48px\)\] {
  width: calc(100% + 48px);
}

.w-10 {
  width: 2.5rem;
}

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

.w-0 {
  width: 0px;
}

.w-\[150\%\] {
  width: 150%;
}

.w-16 {
  width: 4rem;
}

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

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

.w-4 {
  width: 1rem;
}

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

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

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

.max-w-\[90\%\] {
  max-width: 90%;
}

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

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

.max-w-\[70\%\] {
  max-width: 70%;
}

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

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

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

.max-w-\[150\%\] {
  max-width: 150%;
}

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

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

.flex-none {
  flex: none;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[135deg\] {
  --tw-rotate: 135deg;
  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-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));
}

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-mainbrown {
  --tw-border-opacity: 1;
  border-color: rgb(217 208 189 / var(--tw-border-opacity));
}

.border-maincolor {
  --tw-border-opacity: 1;
  border-color: rgb(16 56 69 / var(--tw-border-opacity));
}

.border-\[\#ab2222\] {
  --tw-border-opacity: 1;
  border-color: rgb(171 34 34 / var(--tw-border-opacity));
}

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

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

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

.bg-\[\#D9D0BD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 208 189 / var(--tw-bg-opacity));
}

.bg-\[\#C4BCAD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 188 173 / var(--tw-bg-opacity));
}

.bg-maincolor {
  --tw-bg-opacity: 1;
  background-color: rgb(16 56 69 / var(--tw-bg-opacity));
}

.bg-mainbrown {
  --tw-bg-opacity: 1;
  background-color: rgb(217 208 189 / var(--tw-bg-opacity));
}

.bg-\[\#F9F8F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 247 / var(--tw-bg-opacity));
}

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

.bg-\[\#707070\] {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}

.bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-\[\#252C47\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 44 71 / var(--tw-bg-opacity));
}

.bg-\[\#ffffffbd\] {
  background-color: #ffffffbd;
}

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

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

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

.bg-\[50\%_72\%\] {
  background-position: 50% 72%;
}

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

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

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

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

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-0 {
  padding: 0px;
}

.p-6 {
  padding: 1.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pr-12 {
  padding-right: 3rem;
}

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

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

.pt-\[50\%\] {
  padding-top: 50%;
}

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

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

.pt-\[100\%\] {
  padding-top: 100%;
}

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

.pt-\[20vh\] {
  padding-top: 20vh;
}

.pb-\[20vh\] {
  padding-bottom: 20vh;
}

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

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

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

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

.pl-4 {
  padding-left: 1rem;
}

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

.pt-\[85\.5px\] {
  padding-top: 85.5px;
}

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

.pt-\[80\%\] {
  padding-top: 80%;
}

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

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

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

.pt-\[85\%\] {
  padding-top: 85%;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

.pr-8 {
  padding-right: 2rem;
}

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

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

.font-PlayfairDisplayRegular {
  font-family: PlayfairDisplayRegular;
}

.font-LatoRegular {
  font-family: LatoRegular;
}

.font-LatoSemiBold {
  font-family: LatoSemiBold;
}

.font-LatoLight {
  font-family: LatoLight;
}

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.\!leading-\[1\.75\] {
  line-height: 1.75 !important;
}

.\!leading-tight {
  line-height: 1.25 !important;
}

.\!leading-normal {
  line-height: 1.5 !important;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}

.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}

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

.text-\[\#53504B\] {
  --tw-text-opacity: 1;
  color: rgb(83 80 75 / var(--tw-text-opacity));
}

.text-maincolor {
  --tw-text-opacity: 1;
  color: rgb(16 56 69 / var(--tw-text-opacity));
}

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

.text-\[\#272727\] {
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity));
}

.text-fontbrown {
  --tw-text-opacity: 1;
  color: rgb(196 179 146 / var(--tw-text-opacity));
}

.text-\[\#686256\] {
  --tw-text-opacity: 1;
  color: rgb(104 98 86 / var(--tw-text-opacity));
}

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

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

.\!text-fontcolor {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

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

.opacity-30 {
  opacity: 0.3;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-\[0\.13\] {
  opacity: 0.13;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-\[0\.20\] {
  opacity: 0.20;
}

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

.outline {
  outline-style: solid;
}

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

.grayscale {
  --tw-grayscale: grayscale(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%);
  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);
}

.sepia {
  --tw-sepia: sepia(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);
}

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

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

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

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

.delay-\[0\.5s\] {
  transition-delay: 0.5s;
}

.delay-\[0\.6s\] {
  transition-delay: 0.6s;
}

.delay-\[0\.8s\] {
  transition-delay: 0.8s;
}

.delay-\[0s\] {
  transition-delay: 0s;
}

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

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

.duration-\[2s\] {
  transition-duration: 2s;
}

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

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

.\!duration-\[2s\] {
  transition-duration: 2s !important;
}

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

.\!duration-1000 {
  transition-duration: 1000ms !important;
}

.duration-\[3s\] {
  transition-duration: 3s;
}

.\!duration-\[3s\] {
  transition-duration: 3s !important;
}

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

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

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

  src: url('../font/PlayfairDisplay/PlayfairDisplay-Regular.eot');

  src: url('../font/PlayfairDisplay/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/PlayfairDisplay/PlayfairDisplay-Regular.woff2') format('woff2'),
		url('../font/PlayfairDisplay/PlayfairDisplay-Regular.woff') format('woff'),
		url('../font/PlayfairDisplay/PlayfairDisplay-Regular.ttf') format('truetype'),
		url('../font/PlayfairDisplay/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
}

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

  src: url('../font/Lato/Lato-Regular.eot');

  src: url('../font/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/Lato/Lato-Regular.woff2') format('woff2'),
		url('../font/Lato/Lato-Regular.woff') format('woff'),
		url('../font/Lato/Lato-Regular.ttf') format('truetype'),
		url('../font/Lato/Lato-Regular.svg#Lato-Regular') format('svg');
}

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

  src: url('../font/Lato/Lato-Semibold.eot');

  src: url('../font/Lato/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../font/Lato/Lato-Semibold.woff2') format('woff2'),
		url('../font/Lato/Lato-Semibold.woff') format('woff'),
		url('../font/Lato/Lato-Semibold.ttf') format('truetype'),
		url('../font/Lato/Lato-Semibold.svg#Lato-Semibold') format('svg');
}

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

  src: url('../font/Lato/Lato-Light.eot');

  src: url('../font/Lato/Lato-Light.eot?#iefix') format('embedded-opentype'),
		url('../font/Lato/Lato-Light.woff2') format('woff2'),
		url('../font/Lato/Lato-Light.woff') format('woff'),
		url('../font/Lato/Lato-Light.ttf') format('truetype'),
		url('../font/Lato/Lato-Light.svg#Lato-Light') format('svg');
}

.placeholder\:text-fontcolor::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

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

.after\:-top-\[9px\]::after {
  content: var(--tw-content);
  top: -9px;
}

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

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-3\/4::after {
  content: var(--tw-content);
  width: 75%;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:border-l-\[20px\]::after {
  content: var(--tw-content);
  border-left-width: 20px;
}

.after\:border-b-\[20px\]::after {
  content: var(--tw-content);
  border-bottom-width: 20px;
}

.after\:border-r-\[15px\]::after {
  content: var(--tw-content);
  border-right-width: 15px;
}

.after\:border-l-transparent::after {
  content: var(--tw-content);
  border-left-color: transparent;
}

.after\:border-r-transparent::after {
  content: var(--tw-content);
  border-right-color: transparent;
}

.after\:border-b-maincolor::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 56 69 / var(--tw-border-opacity));
}

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

.after\:opacity-30::after {
  content: var(--tw-content);
  opacity: 0.3;
}

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

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

.hover\:bg-maincolor:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 56 69 / var(--tw-bg-opacity));
}

.hover\:bg-mainbrown:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 208 189 / var(--tw-bg-opacity));
}

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

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

.hover\:text-maincolor:hover {
  --tw-text-opacity: 1;
  color: rgb(16 56 69 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:w-full {
  width: 100%;
}

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

.group:hover .group-hover\:bg-maincolor {
  --tw-bg-opacity: 1;
  background-color: rgb(16 56 69 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

@media (min-width: 640px) {
  .sm\:-left-24 {
    left: -6rem;
  }

  .sm\:-right-24 {
    right: -6rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-\[calc\(100\%-250px\)\] {
    width: calc(100% - 250px);
  }

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

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

  .sm\:gap-y-16 {
    row-gap: 4rem;
  }

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

  .sm\:pt-\[50\%\] {
    padding-top: 50%;
  }

  .sm\:pt-\[76\%\] {
    padding-top: 76%;
  }

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

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-0 {
    width: 0px;
  }

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

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

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

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

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

  .md\:pt-\[80\%\] {
    padding-top: 80%;
  }

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

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

@media (min-width: 1024px) {
  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-24 {
    left: 6rem;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

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

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

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

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

  .lg\:-top-14 {
    top: -3.5rem;
  }

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

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

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

  .lg\:ml-auto {
    margin-left: auto;
  }

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

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

  .lg\:mr-12 {
    margin-right: 3rem;
  }

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

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

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

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

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

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

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:h-28 {
    height: 7rem;
  }

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

  .lg\:h-0 {
    height: 0px;
  }

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

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-\[60\%\] {
    height: 60%;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-\[62\%\] {
    width: 62%;
  }

  .lg\:w-\[58\%\] {
    width: 58%;
  }

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

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

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-\[43\%\] {
    width: 43%;
  }

  .lg\:w-\[57\%\] {
    width: 57%;
  }

  .lg\:w-\[47\%\] {
    width: 47%;
  }

  .lg\:w-\[53\%\] {
    width: 53%;
  }

  .lg\:max-w-\[58\%\] {
    max-width: 58%;
  }

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

  .lg\:max-w-\[40\%\] {
    max-width: 40%;
  }

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .lg\:gap-28 {
    gap: 7rem;
  }

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

  .lg\:bg-maincolor {
    --tw-bg-opacity: 1;
    background-color: rgb(16 56 69 / var(--tw-bg-opacity));
  }

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

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

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

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pt-\[80\%\] {
    padding-top: 80%;
  }

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

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

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

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

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

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

  .lg\:pt-\[120\%\] {
    padding-top: 120%;
  }

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

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

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-\[100\%\] {
    padding-top: 100%;
  }

  .lg\:pt-\[85\%\] {
    padding-top: 85%;
  }

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

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

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

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

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

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

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

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

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

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

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

  .group:hover .lg\:group-hover\:visible {
    visibility: visible;
  }

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

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

@media (min-width: 1200px) {
  .\32lg\:visible {
    visibility: visible;
  }

  .\32lg\:static {
    position: static;
  }

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

  .\32lg\:left-0 {
    left: 0px;
  }

  .\32lg\:mr-0 {
    margin-right: 0px;
  }

  .\32lg\:block {
    display: block;
  }

  .\32lg\:flex {
    display: flex;
  }

  .\32lg\:hidden {
    display: none;
  }

  .\32lg\:h-auto {
    height: auto;
  }

  .\32lg\:min-h-\[110px\] {
    min-height: 110px;
  }

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

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

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

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

  .\32lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .\32lg\: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));
  }

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

  .\32lg\:overflow-visible {
    overflow: visible;
  }

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

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

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

  .\32lg\:pl-0 {
    padding-left: 0px;
  }

  .\32lg\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem;
  }

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

  .\32lg\:text-\[13px\] {
    font-size: 13px;
  }

  .\32lg\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:left-12 {
    left: 3rem;
  }

  .xl\:right-12 {
    right: 3rem;
  }

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

  .xl\:mr-12 {
    margin-right: 3rem;
  }

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

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

  .xl\:gap-12 {
    gap: 3rem;
  }

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:top-12 {
    top: 3rem;
  }

  .\32xl\:left-\[100px\] {
    left: 100px;
  }

  .\32xl\:right-\[100px\] {
    right: 100px;
  }

  .\32xl\:right-24 {
    right: 6rem;
  }

  .\32xl\:left-24 {
    left: 6rem;
  }

  .\32xl\:top-24 {
    top: 6rem;
  }

  .\32xl\:bottom-24 {
    bottom: 6rem;
  }

  .\32xl\:-top-24 {
    top: -6rem;
  }

  .\32xl\:-top-56 {
    top: -14rem;
  }

  .\32xl\:-top-40 {
    top: -10rem;
  }

  .\32xl\:top-\[calc\(100\%\+50px\)\] {
    top: calc(100% + 50px);
  }

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

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

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

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

  .\32xl\:mr-24 {
    margin-right: 6rem;
  }

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

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:mb-\[100px\] {
    margin-bottom: 100px;
  }

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

  .\32xl\:mb-36 {
    margin-bottom: 9rem;
  }

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

  .\32xl\:h-40 {
    height: 10rem;
  }

  .\32xl\:h-24 {
    height: 6rem;
  }

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

  .\32xl\:h-\[700px\] {
    height: 700px;
  }

  .\32xl\:h-36 {
    height: 9rem;
  }

  .\32xl\:h-14 {
    height: 3.5rem;
  }

  .\32xl\:h-80 {
    height: 20rem;
  }

  .\32xl\:h-20 {
    height: 5rem;
  }

  .\32xl\:h-16 {
    height: 4rem;
  }

  .\32xl\:min-h-\[150px\] {
    min-height: 150px;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

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

  .\32xl\:w-20 {
    width: 5rem;
  }

  .\32xl\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .\32xl\:gap-\[100px\] {
    gap: 100px;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .\32xl\: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)));
  }

  .\32xl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

  .\32xl\:pt-36 {
    padding-top: 9rem;
  }

  .\32xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

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

  .\32xl\:pt-24 {
    padding-top: 6rem;
  }

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

  .\32xl\:pt-\[200px\] {
    padding-top: 200px;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\32xl\:pt-\[100px\] {
    padding-top: 100px;
  }

  .\32xl\:pl-\[100px\] {
    padding-left: 100px;
  }

  .\32xl\:pl-24 {
    padding-left: 6rem;
  }

  .\32xl\:text-\[40px\] {
    font-size: 40px;
  }

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

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

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

  .\32xl\:text-\[17px\] {
    font-size: 17px;
  }

  .\32xl\:text-\[15px\] {
    font-size: 15px;
  }

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

  .\32xl\:tracking-\[2px\] {
    letter-spacing: 2px;
  }

  .\32xl\:tracking-\[1\.5px\] {
    letter-spacing: 1.5px;
  }
}

@media (min-width: 1771px) {
  .\33xl\:ml-24 {
    margin-left: 6rem;
  }

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

  .\33xl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }
}
