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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

button,
select {
    text-transform: none;
}

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

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

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

:-moz-focusring {
    outline: auto;
}

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

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
    display: list-item;
}

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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
    cursor: default;
}

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

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

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

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

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

[hidden] {
    display: none;
}

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

.container {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.visible {
    visibility: visible;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

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

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

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

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

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

.top-0 {
    top: 0px;
}

.left-0 {
    left: 0px;
}

.bottom-\[3\.125rem\] {
    bottom: 3.125rem;
}

.right-0 {
    right: 0px;
}

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

.bottom-\[-1rem\] {
    bottom: -1rem;
}

.left-\[2\.625rem\] {
    left: 2.625rem;
}

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

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

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

.left-8 {
    left: 2rem;
}

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

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

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

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

.m-\[3\%_auto_0\] {
    margin: 3% auto 0;
}

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

.my-\[20px\] {
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.mx-\[10px\] {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-\[41px\] {
    margin-left: 41px;
    margin-right: 41px;
}

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

.ml-\[10px\] {
    margin-left: 10px;
}

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

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

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

.mr-\[0\.56rem\] {
    margin-right: 0.56rem;
}

.mt-\[2\.688rem\] {
    margin-top: 2.688rem;
}

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

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

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

.ml-\[20px\] {
    margin-left: 20px;
}

.mt-\[91\.19px\] {
    margin-top: 91.19px;
}

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

.ml-\[14px\] {
    margin-left: 14px;
}

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

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

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

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

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

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

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

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

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

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

.table {
    display: table;
}

.grid {
    display: grid;
}

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

.contents {
    display: contents;
}

.hidden {
    display: none;
}

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

.h-full {
    height: 100%;
}

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

.h-\[3\.25rem\] {
    height: 3.25rem;
}

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

.h-0 {
    height: 0px;
}

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

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

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

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

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

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

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

.w-full {
    width: 100%;
}

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

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

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

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

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

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

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

.max-w-\[25\.563rem\] {
    max-width: 25.563rem;
}

.max-w-\[38\.9rem\] {
    max-width: 38.9rem;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes leaves {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }

    100% {
        opacity: 1;
        transform: scale(1.3);
    }
}

@keyframes leaves {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }

    100% {
        opacity: 1;
        transform: scale(1.3);
    }
}

.animate-leaves {
    -webkit-animation: leaves 1s linear forwards;
    animation: leaves 1s linear forwards;
}

@-webkit-keyframes logotwo {
    0% {
        opacity: 1;
        transform: scale(1.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 0;
        transform: scale(0.2);
    }
}

@keyframes logotwo {
    0% {
        opacity: 1;
        transform: scale(1.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 0;
        transform: scale(0.2);
    }
}

.animate-logotwo {
    -webkit-animation: logotwo 1.5s ease-out forwards;
    animation: logotwo 1.5s ease-out forwards;
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

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

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

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

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

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

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

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

.overflow-hidden {
    overflow: hidden;
}

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

.break-words {
    overflow-wrap: break-word;
}

.rounded-\[10px\] {
    border-radius: 10px;
}

.rounded-\[50\%\] {
    border-radius: 50%;
}

.rounded-\[1\.938rem\] {
    border-radius: 1.938rem;
}

.rounded-\[48px\] {
    border-radius: 48px;
}

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

.border {
    border-width: 1px;
}

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

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

.border-\[\#DBC6AC\] {
    --tw-border-opacity: 1;
    border-color: rgb(219 198 172 / var(--tw-border-opacity));
}

.border-\[\#5F5F5F\] {
    --tw-border-opacity: 1;
    border-color: rgb(95 95 95 / var(--tw-border-opacity));
}

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

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

.bg-\[\#2e2d2c\] {
    --tw-bg-opacity: 1;
    background-color: rgb(46 45 44 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-team-all {
    background-image: url("../images/team-going-all-in.png");
}

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

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

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

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

.p-\[12px\] {
    padding: 12px;
}

.p-\[40px\] {
    padding: 40px;
}

.p-\[15px\] {
    padding: 15px;
}

.p-\[16px_39px_15px_38px\] {
    padding: 16px 39px 15px 38px;
}

.p-\[50px_25px\] {
    padding: 50px 25px;
}

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

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

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
}

.px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px;
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
}

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

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

.px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
}

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

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

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

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}

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

.px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
}

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

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

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

.pr-\[20px\] {
    padding-right: 20px;
}

.pl-\[30px\] {
    padding-left: 30px;
}

.pt-\[1\.438rem\] {
    padding-top: 1.438rem;
}

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

.pl-\[1\.813rem\] {
    padding-left: 1.813rem;
}

.pr-\[1\.438rem\] {
    padding-right: 1.438rem;
}

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

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

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

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

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

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

.pr-\[45px\] {
    padding-right: 45px;
}

.pl-\[50px\] {
    padding-left: 50px;
}

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

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

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

.pr-\[40px\] {
    padding-right: 40px;
}

.pr-\[30px\] {
    padding-right: 30px;
}

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

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

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

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

.font-hero {
    font-family: "Raleway", sans-serif;
}

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

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

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

.text-\[2\.25rem\] {
    font-size: 2.25rem;
}

.text-\[3\.125rem\] {
    font-size: 3.125rem;
}

.text-\[0\.75rem\] {
    font-size: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-\[1\.625\] {
    line-height: 1.625;
}

.leading-\[2\.7rem\] {
    line-height: 2.7rem;
}

.leading-\[2\.731rem\] {
    line-height: 2.731rem;
}

.leading-\[1\.169rem\] {
    line-height: 1.169rem;
}

.leading-\[0\.877rem\] {
    line-height: 0.877rem;
}

.leading-\[18\.75px\] {
    line-height: 18.75px;
}

.leading-\[21\.09px\] {
    line-height: 21.09px;
}

.leading-\[58\.59px\] {
    line-height: 58.59px;
}

.leading-\[23\.44px\] {
    line-height: 23.44px;
}

.leading-\[1\.5\] {
    line-height: 1.5;
}

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

.leading-\[1\.3\] {
    line-height: 1.3;
}

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

.leading-\[16\.41px\] {
    line-height: 16.41px;
}

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

.tracking-\[0\.2em\] {
    letter-spacing: 0.2em;
}

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

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

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

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

.text-\[\#DBC6AC\] {
    --tw-text-opacity: 1;
    color: rgb(219 198 172 / var(--tw-text-opacity));
}

.text-\[\#dbc6ac\] {
    --tw-text-opacity: 1;
    color: rgb(219 198 172 / var(--tw-text-opacity));
}

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

.opacity-0 {
    opacity: 0;
}

.opacity-\[0\.5\] {
    opacity: 0.5;
}

.shadow-\[0_0_70px_rgba\(38\2c 42\2c 76\2c 0\.1\)\] {
    --tw-shadow: 0 0 70px rgba(38, 42, 76, 0.1);
    --tw-shadow-colored: 0 0 70px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_20px_70px_rgba\(38\2c 42\2c 76\2c 0\.2\)\] {
    --tw-shadow: 0 20px 70px rgba(38, 42, 76, 0.2);
    --tw-shadow-colored: 0 20px 70px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
    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-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

.before\:h-1\/2::before {
    content: var(--tw-content);
    height: 50%;
}

.before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}

@-webkit-keyframes panels {
    0% {
        content: var(--tw-content);
        height: 50%;
    }

    100% {
        content: var(--tw-content);
        height: 0%;
    }
}

@keyframes panels {
    0% {
        content: var(--tw-content);
        height: 50%;
    }

    100% {
        content: var(--tw-content);
        height: 0%;
    }
}

.before\:animate-panels::before {
    content: var(--tw-content);
    -webkit-animation: panels 1.5s ease-in-out 1.2s forwards;
    animation: panels 1.5s ease-in-out 1.2s forwards;
}

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

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

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

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

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

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

.after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
}

@keyframes panels {
    0% {
        content: var(--tw-content);
        height: 50%;
    }

    100% {
        content: var(--tw-content);
        height: 0%;
    }
}

.after\:animate-panels::after {
    content: var(--tw-content);
    -webkit-animation: panels 1.5s ease-in-out 1.2s forwards;
    animation: panels 1.5s ease-in-out 1.2s forwards;
}

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

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

.hover\:border-\[\#DBC6AC\]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(219 198 172 / var(--tw-border-opacity));
}

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

.hover\:bg-\[\#DBC6AC\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(219 198 172 / var(--tw-bg-opacity));
}

.hover\:text-\[rgba\(255\2c 255\2c 255\2c 0\.7\)\]:hover {
    color: rgba(255, 255, 255, 0.7);
}

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

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

.hover\:text-\[\#DBC6AC\]:hover {
    --tw-text-opacity: 1;
    color: rgb(219 198 172 / var(--tw-text-opacity));
}

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

.hover\:opacity-\[0\.7\]:hover {
    opacity: 0.7;
}

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

    .sm\:bottom-\[-6\.5rem\] {
        bottom: -6.5rem;
    }

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

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

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

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

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

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

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

    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

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

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

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

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

    .sm\:p-\[74px_104px_74px_80px\] {
        padding: 74px 104px 74px 80px;
    }

    .sm\:px-\[160px\] {
        padding-left: 160px;
        padding-right: 160px;
    }

    .sm\:px-\[115px\] {
        padding-left: 115px;
        padding-right: 115px;
    }

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

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

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

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

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

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

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

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

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

    .sm\:leading-\[3\.824rem\] {
        line-height: 3.824rem;
    }

    .sm\:leading-\[50px\] {
        line-height: 50px;
    }

    .sm\:leading-\[21\.09px\] {
        line-height: 21.09px;
    }
}

@media (min-width: 960px) {
    .md\:text-left {
        text-align: left;
    }

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

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

@media (min-width: 992px) {
    .lg\:w-\[970px\] {
        width: 970px;
    }
}

@media (min-width: 1270px) {
    .xl\:w-\[1240px\] {
        width: 1240px;
    }

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

@media (max-width: 959px) {
    .mdmx\:mb-\[55px\] {
        margin-bottom: 55px;
    }

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

    .mdmx\:hidden {
        display: none;
    }

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

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

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

@media (max-width: 767px) {
    .mxsm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .mxsm\:mt-\[4\.438rem\] {
        margin-top: 4.438rem;
    }

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

    .mxsm\:block {
        display: block;
    }

    .mxsm\:hidden {
        display: none;
    }

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

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

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

    .mxsm\:px-\[25px\] {
        padding-left: 25px;
        padding-right: 25px;
    }

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

@media (min-width: 550px) {
    .xtrsm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

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