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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

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

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}
/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/

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

:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
body {
  font-family: FuturaBookC, sans-serif;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1));
}
.container {
  max-width: 1810px;
  padding: 0 40px;
  margin: auto;
}
input {
  outline: none;
}
.h1 {
  font-family: "Circe Contrast", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 117%;
  letter-spacing: 0.02em;
  color: #272727;
}
.h2 {
  font-family: "Circe Contrast", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 129%;
  letter-spacing: 0.02em;
  color: #272727;
}
.btn {
  display: inline-flex;
  border-radius: 14px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.02em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn:hover,
.header_btn:hover {
  font-weight: 600;
}
.header_btn {
  display: inline-flex;
  border-radius: 9px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 991.99px) {
  .container {
    padding: 0 32px;
  }
}
@media (max-width: 687.99px) {
  .container {
    padding: 0 11px;
  }
  .h1 {
    font-size: 30px;
  }
  .h2 {
    font-size: 20px;
  }
  .btn {
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 250%;
  }
}
.container {
  width: 100%;
}
.mob__menu {
  position: fixed;
  transform: translateX(-140%);
  width: 100%;
  background: #fff;
  z-index: 51;
  top: 95px;
  left: 0px;
  padding: 24px 20px;
  transition: all 0.3s ease;
  border-radius: 0px;
}
header {
  transition: all 0.3s ease;
}
header.scrolled {
  background-color: #343c3f;
  top: 0;
  padding: 12px 0;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.header__menu__item {
  display: block;
  border-radius: 10px;
  padding: 10px 14px;
  background: #f3f3f7;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #212b36;
  position: relative;
}
.header__menu__item::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.25 11L8.75 7.5L5.25 4" stroke="%23919EAB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}
.mob__menu.active {
  transform: translateX(0%);
}
.main-screen-tags {
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.6;
}
.wrapper__main-screen-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-item {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.about-item .value {
  font-size: 36px;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(40 70 52 / var(--tw-text-opacity, 1));
  opacity: 0.96;
}
.about-item .description {
  font-size: 19px;
  line-height: 158%;
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1));
  margin-top: 10px;
}
.main-screen-description {
  margin-top: 26px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 150%;
  letter-spacing: 0.02em;
}
@media (max-width: 991.99px) {
  .about-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .about-item .value {
    font-size: 16px;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .about-item .description {
    font-size: 12px;
    line-height: 1.3;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    opacity: 0.8;
    margin-top: 0;
  }
  .main-screen-description {
    text-align: center;
    opacity: 0.6;
  }
}
@media (max-width: 687.99px) {
  .main-screen-tags {
    white-space: nowrap;
    padding: 12px 10px;
    font-size: 10px;
  }
  .main-screen-description {
    font-size: 12px;
  }
  .wrapper__main-screen-tags {
    gap: 8px;
  }
  .main-screen-tags-wrap{
    border-bottom-width: 1px;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-border-opacity: 0.5;
  }
}
.entry-criteria__circles {
  position: absolute;
  top: -93px;
  right: 0px;
  z-index: -1;
}
.entry-criteria__item {
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
.entry-criteria__item .title {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-size: 96px;
  text-transform: uppercase;
  line-height: 0.8;
  --tw-text-opacity: 1;
  color: rgb(168 132 101 / var(--tw-text-opacity, 1));
}
.entry-criteria__item .title-sm {
  font-size: 24px;
  line-height: 125%;
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1));
  opacity: 0.63;
}
.entry-criteria__item .description {
  margin-top: 20px;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0.6;
}
.stages-entry__list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  letter-spacing: 0.02em;
}
.stages-entry__list .value {
  font-size: 48px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(171 137 107 / var(--tw-text-opacity, 1));
}
.stages-entry__list .description {
  margin-top: 20px;
  font-size: 32px;
  line-height: 1;
  opacity: 0.63;
}
@media (max-width: 991.99px) {
  .stages-entry__list {
    flex-wrap: wrap;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .stages-entry__item {
    flex: 50%;
  }
  .entry-criteria__item .title {
    font-size: 60px;
  }
}
.you-get__bg {
  position: relative;
  background-image: url("../img/poster.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.you-get__bg::after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.58;
  content: "";
}
.you-get__bg .container {
  position: relative;
  z-index: 1;
}
.you-get__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 566px));
}
.you-get__item {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.you-get__item:nth-child(even):not(:last-child)::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  height: 1px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(168 132 101 / var(--tw-bg-opacity, 1));
  opacity: 0.65;
  content: "";
}
.you-get__item .title {
  font-size: 40px;
  text-transform: uppercase;
}
.you-get__item .description {
  margin-top: 5px;
  font-size: 24px;
  opacity: 0.8;
}
@media (max-width: 991.99px) {
  .you-get__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .you-get__item:not(:last-child)::after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
    height: 1px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(168 132 101 / var(--tw-bg-opacity, 1));
    opacity: 0.65;
    content: "";
  }
}
@media (max-width: 687.99px) {
  .you-get__item {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .you-get__item .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .you-get__item .description {
    font-size: 12px;
    line-height: 108%;
    opacity: 0.6;
  }
  .stages-entry__item {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .stages-entry__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 25px;
  }
  .stages-entry__list .value {
    font-size: 30px;
  }
  .stages-entry__list .description {
    margin: 0px;
    font-size: 12px;
  }
}
.tools__btn {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 30px 30px 0 0;
  border-width: 1px;
  border-color: transparent;
  padding: 9px 30px 8px;
  font-size: 26px;
  line-height: 162%;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.tools__btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
}
.tools__btn::after {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-image: url('data:image/svg+xml,<svg width="29" height="28" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.014 5.61463L24.1666 14.0001M24.1666 14.0001L16.014 22.3855M24.1666 14.0001L4.6005 14.0001" stroke="%23AB896B" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.tools__btn.active {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tools__btn.active::after {
  display: none;
}
.tools-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.tools-card .img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tools-card .wrapper__text {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  padding: 40px;
  font-size: 32px;
  line-height: 0.9;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  right: 0;
  left: 0;
}
.tools-card .text {
  position: relative;
  z-index: 1;
}
.tools-card .title {
  position: relative;
  z-index: 1;
  font-size: 40px;
  line-height: 120%;
}
.tools-card .wrapper__text::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.58);
  filter: blur(10px);
}
.tools-card .wrapper__text .text{
  font-weight: 400;
  opacity: 0.8;
}
.tools__tab-panel {
  display: grid;
  height: 823px;
  gap: 27px;
}
.tools__tab-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tools__tab-info .title {
  font-size: 40px;
  --tw-text-opacity: 1;
  color: rgb(168 132 101 / var(--tw-text-opacity, 1));
}
.tools__tab-info .description {
  font-size: 32px;
  line-height: 125%;
  opacity: 0.6;
}
@media (max-width: 991.99px) {
  .tools-card .title {
    font-size: 36px;
    --tw-text-opacity: 1;
    color: rgb(39 39 39 / var(--tw-text-opacity, 1));
    opacity: 0.6;
  }
  .tools__tab-content .tools__tab-panel {
    height: auto;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tools-card {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 0px;
  }
  .tools-card .img {
    height: auto;
    border-radius: 10px;
    -o-object-position: top;
    object-position: top;
  }
  .tools-card picture{
    width: 50%;
    flex-shrink: 0;
    max-width: 300px;
  }
  .tools-card .wrapper__text {
    position: static;
    padding: 0 !important;
    background: none !important;
  }
  .tools-card .wrapper__text::after {
    display: none;
  }
  .tools-card .text {
    --tw-text-opacity: 1;
    color: rgb(39 39 39 / var(--tw-text-opacity, 1));
    opacity: 0.63;
  }
  .tools-card {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(168 132 101 / var(--tw-border-opacity, 1));
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .tools__tab-content .tools__tab-panel {
    gap: 0;
  }
}
@media (max-width: 687.99px) {
  .tools-card .title {
    font-size: 16px;
  }
  .tools-card .wrapper__text {
    font-size: 12px;
  }
  .tools__tab-info {
    gap: 14px;
  }
  .tools__tab-info .title {
    font-size: 30px;
  }
  .tools__tab-info .description {
    font-size: 12px;
  }
  .tools__btn {
    gap: 8px;
    border-radius: 10px 10px 0 0;
    border-width: 1px;
    border-color: transparent;
    padding: 10px;
    font-size: 14px;
    line-height: 129%;
  }
}
.section-subtitle-sm {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 104%;
}
.mobile-app__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 26px;
}
.mobile-app__list .item {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 150%;
}
@media (max-width: 687.99px) {
  .mobile-app__list {
    margin-top: 32px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 22px;
  }
  .mobile-app__list .item {
    font-size: 14px;
    line-height: 129%;
  }
  .section-subtitle-sm {
    font-size: 14px;
    line-height: 143%;
  }
}
.footer__top-row {
  display: flex;
  gap: 66px;
  border-top-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(168 132 101 / var(--tw-border-opacity, 1));
  padding-top: 80px;
}
.footer__contact-title {
  font-family: "Circe Contrast", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 167%;
}
.footer__logo {
  display: flex;
  width: 58.333333%;
  align-items: flex-start;
  gap: 24px;
}
.footer__logo .title {
  font-family: "Circe Contrast", sans-serif;
  font-size: 60px;
  line-height: 125%;
}
.footer__logo .desc {
  font-size: 24px;
  line-height: 158%;
}
.footer__contact-link {
  font-size: 24px;
  line-height: 104%;
  opacity: 0.6;
}
.footer__link {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 150%;
  opacity: 0.6;
}
.wrapper__footer__link {
  margin-top: 75px;
  margin-bottom: 45px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.footer__link-line {
  height: 30px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(168 132 101 / var(--tw-bg-opacity, 1));
}
@media (max-width: 1799.99px) {
  .footer__logo {
    width: 50%;
  }
  .footer__link {
    font-size: 18px;
  }
  .footer__logo .title {
    font-size: 54px;
  }
}
@media (max-width: 1400.99px) {
  .footer__top-row {
    flex-direction: column;
  }
  .footer__logo .title {
    font-size: 44px;
  }
  .footer__link {
    font-size: 16px;
  }
}
@media (max-width: 991.99px) {
  .footer__logo {
    width: 100%;
  }
}
@media (max-width: 687.99px) {
  .footer__top-row {
    gap: 32px;
    border-top-width: 1px;
    padding-top: 32px;
    margin-left: -11px;
    margin-right: -11px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .footer__contact-title {
    text-align: center;
    font-size: 20px;
  }
  .footer__logo {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .footer__link-line {
    height: 1px;
    width: 100%;
  }
  .footer__logo .title {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
  }
  .footer__logo .desc {
    text-align: center;
    font-size: 12px;
  }
  .footer__contact-link {
    font-size: 16px;
    opacity: 1;
  }
  .footer__link {
    font-size: 12px;
  }
  .wrapper__footer__link {
    margin-top: 32px;
    flex-direction: column;
    gap: 16px;
  }
}
.swiper-events {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
.event-last-tag {
  position: absolute;
  top: -110px;
  left: 5px;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.event-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.event-item .img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.object-position-top img{
  object-position: top center;
}
.event-item .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.event-item .content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(73.19999694824219px);
  background: rgba(0, 0, 0, 0.58);
  top: 0;
  left: 0;
  z-index: 0;
}
.event-item .content > * {
  position: relative;
  z-index: 1;
}
.swiper-events {
  overflow: visible;
}
.swiper .date {
  display: inline-flex;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity, 1));
}
.swiper-events .title {
  margin-bottom: 15px;
  font-size: 64px;
  text-transform: uppercase;
  line-height: 106%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.swiper-events .description {
  font-size: 24px;
  line-height: 104%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.6;
}
.swiper-events .event-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 40px 40px 0 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 11px;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 162%;
}
.swiper-events .event-btn::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.514 5.61463L23.6666 14.0001M23.6666 14.0001L15.514 22.3855M23.6666 14.0001L4.1005 14.0001" stroke="%23AB896B" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 991.99px) {
  .event-last-tag {
    top: -30px;
    display: flex;
    --tw-translate-y: -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));
  }
}
@media (max-width: 687.99px) {
  .event-last-tag {
    top: -12px;
    gap: 16px;
    font-size: 14px;
  }
  .swiper .date {
    padding: 0 6px;
    font-size: 10px;
    line-height: 180%;
  }
  .swiper-events .title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 135%;
  }
  .swiper-events .description {
    font-size: 12px;
  }
}
.resident-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
}
.resident-item .content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 30px;
}
.resident-item .resident__logo {
  margin-bottom: 11px;
  display: inline-flex;
  height: 30px;
  width: 125px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 7px;
}
.resident-item .content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(73.19999694824219px);
  background: rgba(0, 0, 0, 0.58);
  top: 0;
  left: 0;
  z-index: 0;
}
.resident-item .content .relative_block {
  position: relative;
  z-index: 1;
}
.resident-item .title {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.resident-item .description {
  font-size: 24px;
  line-height: 104%;
  margin-top: 7px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.63;
}
.resident-item .img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.resident__logo-img {
  height: 100%;
}
@media (max-width: 687.99px) {
  .resident-item .title {
    font-size: 20px;
    line-height: 135%;
  }
  .resident-item .description {
    margin-top: 8px;
    font-size: 12px;
  }
  .resident-item .content {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 22px;
  }
  .resident-item .resident__logo {
    margin-bottom: 16px;
    height: 16px;
    width: 68px;
    padding: 4.5px;
  }
  .resident-item {
    height: 290px;
  }
}
.guest-access .entry-criteria__item .description {
  margin: 0px;
  max-width: 300px;
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1));
}
.guest-access .entry-criteria__item .title {
  align-items: center;
}
.guest-access .entry-criteria__item .title-sm {
  margin-top: 20px;
  max-width: 397px;
}
@media (max-width: 991.99px) {
  .guest-access .entry-criteria__item .title-sm {
    margin-top: 9px;
    max-width: none;
  }
  .guest-access .entry-criteria__item .description {
    max-width: none;
  }
}
@media (max-width: 687.99px) {
  .entry-criteria__item .title {
    font-size: 30px;
  }
  .entry-criteria__item .description {
    margin-top: 4px;
    font-size: 12px;
  }
  .entry-criteria__item .title-sm {
    font-size: 12px;
  }
}
.main-theses__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
}
.main-theses__list .item {
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 6px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 210%;
}
.btn_theses {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 30px 30px 0 0;
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1));
  padding-bottom: 8px;
  padding-top: 9px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn_theses::after {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-image: url("/wp-content/themes/atlanty/img/arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991.99px) {
  .theses-content {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main-theses__list {
    justify-content: center;
    gap: 8px;
  }
  .main-theses__list .item {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    opacity: 0.6;
  }
}
@media (max-width: 687.99px) {
  .main-theses__list .item {
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 10px;
    line-height: 130%;
  }
  .btn_theses {
    border-radius: 10px 10px 0 0;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 129%;
    --tw-text-opacity: 1;
    color: rgb(39 39 39 / var(--tw-text-opacity, 1));
  }
  .btn_theses::after {
    width: 14px;
    height: 14px;
    background-image: url("../img/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.swiper-media .resident-item .content {
  width: 100%;
}
.swiper-media .resident-item {
  height: auto;
  width: 100%;
}
.swiper-media .resident-item img, .swiper-media .swiper-slide{
  height: auto;
}
.swiper-media .resident-item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 100px;
  width: 100px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: "";
  background-image: url('data:image/svg+xml,<svg width="73" height="83" viewBox="0 0 73 83" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.355957 3.25084C0.355958 0.941438 2.85596 -0.501936 4.85596 0.652764L70.856 38.7579C72.856 39.9126 72.856 42.7993 70.856 43.954L4.85596 82.0592C2.85596 83.2139 0.355958 81.7705 0.355958 79.4611L0.355957 3.25084Z" fill="white" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.excursions_residents .img {
  height: 100%;
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-subtitle {
  font-size: 32px;
  text-transform: uppercase;
}
.section-desctiption {
  font-size: 24px;
  line-height: 104%;
  opacity: 0.6;
}
.btn_excursions {
  position: absolute;
  bottom: 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 30px 30px 0 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1));
}
.shadow-block {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 50%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(13, 13, 13, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
@media (max-width: 687.99px) {
  .section-subtitle {
    font-size: 20px;
  }
  .section-desctiption {
    font-size: 12px;
  }
  .btn_excursions {
    gap: 8px;
    border-radius: 10px 10px 0 0;
    padding: 6px;
    line-height: 129%;
  }
  .excursions_residents .img {
    height: auto;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.swiper-this-month {
  height: 823px;
}
.swiper-this-month .resident-item {
  height: 100%;
}
.this-month .content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  padding-bottom: 0px;
}
.this-month .title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 64px;
  text-transform: uppercase;
  line-height: 106%;
}
.btn-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 40px 40px 0 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 11px;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 162%;
}
.btn-card::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.514 5.61463L23.6666 14.0001M23.6666 14.0001L15.514 22.3855M23.6666 14.0001L4.1005 14.0001" stroke="%23AB896B" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 687.99px) {
  .swiper-this-month {
    height: 290px;
  }
  .this-month .title {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 135%;
  }
  .this-month .description {
    font-size: 12px;
  }
  .this-month .content {
    justify-content: flex-end;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 40px;
  }
  .btn-card {
    gap: 8px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
  }
  .btn-card::after {
    width: 14px;
    height: 14px;
  }
}
.fancybox-is-open .fancybox-bg {
  background: rgba(255, 255, 255, 0.51);
}
.fancybox-content.popap {
  padding: 70px;
  border-radius: 22px;
}
.wrapper-input-text {
  position: relative;
  display: flex;
  min-height: 64px;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 11 3 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2px;
  padding-left: 20px;
}
.input {
  width: 100%;
  font-size: 16px;
}
.radio-input {
  display: none;
}
.radio-button {
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 11 3 / var(--tw-border-opacity, 1));
}
.radio-input:checked + .radio-button {
  color: #fff;
  background-color: #272727;
}
.fancybox-slide--html .fancybox-close-small {
  top: 40px;
  right: 40px;
}
.radio-group {
  display: flex;
  gap: 1rem;
}
@media (max-width: 687.99px) {
  .wrapper-input-text {
    min-height: 32px;
    padding: 9px 20px;
  }
  .input {
    font-size: 14px;
  }
  .fancybox-content.popap {
    padding: 20px;
  }
  .fancybox-slide--html .fancybox-close-small {
    top: 10px;
    right: 10px;
  }
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[14px\] {
  bottom: 14px;
}
.bottom-\[90px\] {
  bottom: 90px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[11px\] {
  left: 11px;
}
.left-\[22px\] {
  left: 22px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[5px\] {
  left: 5px;
}
.right-0 {
  right: 0px;
}
.right-\[90px\] {
  right: 90px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[-110px\] {
  top: -110px;
}
.top-\[-12px\] {
  top: -12px;
}
.top-\[-30px\] {
  top: -30px;
}
.top-\[-93px\] {
  top: -93px;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[44px\] {
  top: 44px;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[51\] {
  z-index: 51;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.m-0 {
  margin: 0px;
}
.mx-\[40px\] {
  margin-left: 40px;
  margin-right: 40px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-\[23px\] {
  margin-top: 23px;
  margin-bottom: 23px;
}
.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-\[65px\] {
  margin-top: 65px;
  margin-bottom: 65px;
}
.my-\[80px\] {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[44px\] {
  margin-top: 44px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[68px\] {
  margin-top: 68px;
}
.mt-\[75px\] {
  margin-top: 75px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[95px\] {
  margin-top: 95px;
}
.mt-\[9px\] {
  margin-top: 9px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1\/2 {
  height: 50%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[290px\] {
  height: 290px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[524px\] {
  height: 524px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[823px\] {
  height: 823px;
}
.h-\[833px\] {
  height: 833px;
}
.h-full {
  height: 100%;
}
.min-h-\[32px\] {
  min-height: 32px;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.w-3\/12 {
  width: 25%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[101px\] {
  width: 101px;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150\%\] {
  width: 150%;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[323px\] {
  width: 323px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[620px\] {
  width: 620px;
}
.w-\[67px\] {
  width: 67px;
}
.w-\[68px\] {
  width: 68px;
}
.w-full {
  width: 100%;
}
.max-w-\[1920px\] {
  max-width: 1920px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[397px\] {
  max-width: 397px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[969px\] {
  max-width: 969px;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[50\%\] {
  flex: 50%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-center {
  transform-origin: center;
}
.translate-x-\[-50\%\] {
  --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));
}
.translate-y-\[-100\%\] {
  --tw-translate-y: -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-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[2fr_2fr_2fr\] {
  grid-template-columns: 2fr 2fr 2fr;
}
.grid-cols-\[2fr_2fr_3fr\] {
  grid-template-columns: 2fr 2fr 3fr;
}
.grid-cols-\[2fr_3fr_2fr\] {
  grid-template-columns: 2fr 3fr 2fr;
}
.grid-cols-\[3fr_2fr_2fr\] {
  grid-template-columns: 3fr 2fr 2fr;
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-\[0\] {
  gap: 0;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[132px\] {
  gap: 132px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[27px\] {
  gap: 27px;
}
.gap-\[29px\] {
  gap: 29px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-\[38px\] {
  gap: 38px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[66px\] {
  gap: 66px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-\[20px\] {
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.gap-x-\[22px\] {
  -moz-column-gap: 22px;
  column-gap: 22px;
}
.gap-x-\[24px\] {
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.gap-x-\[30px\] {
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.gap-x-\[46px\] {
  -moz-column-gap: 46px;
  column-gap: 46px;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.gap-y-\[22px\] {
  row-gap: 22px;
}
.gap-y-\[25px\] {
  row-gap: 25px;
}
.gap-y-\[26px\] {
  row-gap: 26px;
}
.gap-y-\[80px\] {
  row-gap: 80px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[10px_10px_0_0\] {
  border-radius: 10px 10px 0 0;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[30px_30px_0_0\] {
  border-radius: 30px 30px 0 0;
}
.rounded-\[40px_40px_0_0\] {
  border-radius: 40px 40px 0 0;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[9px\] {
  border-radius: 9px;
}
.border-0 {
  border-width: 0px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-t-\[5px\] {
  border-top-width: 5px;
}
.border-\[\#272727\] {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
}
.border-\[\#330b03\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 11 3 / var(--tw-border-opacity, 1));
}
.border-\[\#A88465\] {
  --tw-border-opacity: 1;
  border-color: rgb(168 132 101 / var(--tw-border-opacity, 1));
}
.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-\[transparent\] {
  border-color: transparent;
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#272727\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1));
}
.bg-\[\#284634\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 70 52 / var(--tw-bg-opacity, 1));
}
.bg-\[\#808080\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity, 1));
}
.bg-\[\#A88465\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 132 101 / var(--tw-bg-opacity, 1));
}
.bg-\[\#a88465\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 132 101 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-\[0\.58\] {
  --tw-bg-opacity: 0.58;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-\[0_6px\] {
  padding: 0 6px;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px_10px\] {
  padding: 12px 10px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[4\.5px\] {
  padding: 4.5px;
}
.p-\[40px\] {
  padding: 40px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-\[7px\] {
  padding: 7px;
}
.p-\[9px_20px\] {
  padding: 9px 20px;
}
.p-\[9px_30px_8px\] {
  padding: 9px 30px 8px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[21px\] {
  padding-left: 21px;
  padding-right: 21px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}
.py-\[0px\] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[220px\] {
  padding-top: 220px;
  padding-bottom: 220px;
}
.py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-\[45px\] {
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7\.5px\] {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-\[11px\] {
  padding-bottom: 11px;
}
.pb-\[187px\] {
  padding-bottom: 187px;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pb-\[36px\] {
  padding-bottom: 36px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pt-\[11px\] {
  padding-top: 11px;
}
.pt-\[13px\] {
  padding-top: 13px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[35px\] {
  padding-top: 35px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[90px\] {
  padding-top: 90px;
}
.pt-\[9px\] {
  padding-top: 9px;
}
.text-center {
  text-align: center;
}
.font-CirceContrast {
  font-family: "Circe Contrast", sans-serif;
}
.font-FuturaBookC {
  font-family: FuturaBookC, sans-serif;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[44px\] {
  font-size: 44px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[54px\] {
  font-size: 54px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-\[64px\] {
  font-size: 64px;
}
.text-\[96px\] {
  font-size: 96px;
}
.font-\[600\] {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[0\.8\] {
  line-height: 0.8;
}
.leading-\[0\.9\] {
  line-height: 0.9;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[103\%\] {
  line-height: 103%;
}
.leading-\[104\%\] {
  line-height: 104%;
}
.leading-\[106\%\] {
  line-height: 106%;
}
.leading-\[108\%\] {
  line-height: 108%;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[125\%\] {
  line-height: 125%;
}
.leading-\[129\%\] {
  line-height: 129%;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[133\%\] {
  line-height: 133%;
}
.leading-\[135\%\] {
  line-height: 135%;
}
.leading-\[143\%\] {
  line-height: 143%;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-\[158\%\] {
  line-height: 158%;
}
.leading-\[162\%\] {
  line-height: 162%;
}
.leading-\[167\%\] {
  line-height: 167%;
}
.leading-\[180\%\] {
  line-height: 180%;
}
.leading-\[189\%\] {
  line-height: 189%;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[210\%\] {
  line-height: 210%;
}
.leading-\[250\%\] {
  line-height: 250%;
}
.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.text-\[\#030303\] {
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity, 1));
}
.text-\[\#272727\] {
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1));
}
.text-\[\#284634\] {
  --tw-text-opacity: 1;
  color: rgb(40 70 52 / var(--tw-text-opacity, 1));
}
.text-\[\#a88465\] {
  --tw-text-opacity: 1;
  color: rgb(168 132 101 / var(--tw-text-opacity, 1));
}
.text-\[\#ab896b\] {
  --tw-text-opacity: 1;
  color: rgb(171 137 107 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-\[0\.63\] {
  opacity: 0.63;
}
.opacity-\[0\.65\] {
  opacity: 0.65;
}
.opacity-\[0\.6\] {
  opacity: 0.6;
}
.opacity-\[0\.8\] {
  opacity: 0.8;
}
.opacity-\[0\.96\] {
  opacity: 0.96;
}
.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);
}
.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 {
  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;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
@media (max-width: 1400.99px) {
  .xl\:hidden {
    display: none;
  }
  .xl\:w-full {
    width: 100%;
  }
}
@media (max-width: 991.99px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:bottom-0 {
    bottom: 0px;
  }
  .md\:z-\[1\] {
    z-index: 1;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:my-\[24px\] {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .md\:mt-\[0\] {
    margin-top: 0;
  }
  .md\:mt-\[222px\] {
    margin-top: 222px;
  }
  .md\:mt-\[30px\] {
    margin-top: 30px;
  }
  .md\:mt-\[32px\] {
    margin-top: 32px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-\[0\] {
    gap: 0;
  }
  .md\:gap-\[16px\] {
    gap: 16px;
  }
  .md\:gap-\[23px\] {
    gap: 23px;
  }
  .md\:gap-y-\[34px\] {
    row-gap: 34px;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-\[0\] {
    padding: 0;
  }
  .md\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }
  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:py-\[52px\] {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .md\:pl-\[11px\] {
    padding-left: 11px;
  }
  .md\:pl-\[32px\] {
    padding-left: 32px;
  }
  .md\:pt-\[100px\] {
    padding-top: 100px;
  }
  .md\:pt-\[80px\] {
    padding-top: 80px;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
@media (max-width: 687.99px) {
  .sm\:absolute {
    position: absolute;
  }
  .sm\:bottom-0 {
    bottom: 0px;
  }
  .sm\:bottom-\[46px\] {
    bottom: 46px;
  }
  .sm\:left-0 {
    left: 0px;
  }
  .sm\:m-0 {
    margin: 0px;
  }
  .sm\:m-\[10px_0_0\] {
    margin: 10px 0 0;
  }
  .sm\:my-\[10px\] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sm\:my-\[20px\] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sm\:my-\[32px\] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .sm\:my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sm\:mb-\[16px\] {
    margin-bottom: 16px;
  }
  .sm\:mt-\[10px\] {
    margin-top: 10px;
  }
  .sm\:mt-\[14px\] {
    margin-top: 14px;
  }
  .sm\:mt-\[20px\] {
    margin-top: 20px;
  }
  .sm\:mt-\[30px\] {
    margin-top: 30px;
  }
  .sm\:mt-\[32px\] {
    margin-top: 32px;
  }
  .sm\:mt-\[40px\] {
    margin-top: 40px;
  }
  .sm\:mt-\[8px\] {
    margin-top: 8px;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-\[290px\] {
    height: 290px;
  }
  .sm\:w-\[142px\] {
    width: 142px;
  }
  .sm\:w-\[14px\] {
    width: 14px;
  }
  .sm\:w-\[30px\] {
    width: 30px;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:gap-\[12px\] {
    gap: 12px;
  }
  .sm\:gap-\[16px\] {
    gap: 16px;
  }
  .sm\:gap-\[20px\] {
    gap: 20px;
  }
  .sm\:gap-\[22px\] {
    gap: 22px;
  }
  .sm\:border-t-\[0\.5px\] {
    border-top-width: 0.5px;
  }
  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
  .sm\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }
  .sm\:p-0 {
    padding: 0px;
  }
  .sm\:p-\[8px\] {
    padding: 8px;
  }
  .sm\:px-\[11px\] {
    padding-left: 11px;
    padding-right: 11px;
  }
  .sm\:px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .sm\:py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .sm\:pl-\[11px\] {
    padding-left: 11px;
  }
  .sm\:pt-\[44px\] {
    padding-top: 44px;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-\[12px\] {
    font-size: 12px;
  }
  .sm\:text-\[16px\] {
    font-size: 16px;
  }
  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
/* ========================================================================
 Component: Off-canvas
========================================================================== */

.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -ms-touch-action: none;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.uk-offcanvas.uk-active {
  display: block;
  height: 100vh;
}

.uk-offcanvas-page {
  position: fixed !important;
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  -moz-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-left: 0;
}

.uk-offcanvas-bar {
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  /* 2 */
  width: 360px;
  padding: 0;
  max-width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(46, 33, 110, 0.15);
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  /* 5 */
  -ms-scroll-chaining: none;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.uk-offcanvas-bar[mode='none'] {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.uk-offcanvas-bar[mode='reveal'] {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  clip: rect(0, 0, 100vh, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, clip 0.3s ease-in-out;
  -webkit-transition: clip 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: clip 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: clip 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.uk-offcanvas-bar-flip[mode='reveal'] {
  clip: none;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.uk-offcanvas-bar-flip[mode='reveal'] > * {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show > * {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}