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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}

html {
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(29 21 20 / var(--tw-bg-opacity));
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
  font-family: Oswald, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

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

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

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

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

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

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1280px) {
  .wrapper {
    max-width: 1120px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.custom__btn {
  display: flex;
  height: 50px;
  width: 134px;
  align-items: center;
  justify-content: center;
  border-radius: 44px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 19px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.custom__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 33 24 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .custom__btn {
    height: 60px;
    width: 257px;
    font-size: 18px;
    line-height: 27px;
  }
}

.custom__small-btn {
  display: flex;
  height: 50px;
  width: 134px;
  align-items: center;
  justify-content: center;
  border-radius: 44px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 19px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.custom__small-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 33 24 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.custom__white-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 33 24 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom__red-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(202 33 24 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom__red-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(14 2 1 / var(--tw-text-opacity));
}

.custom__circle-btn {
  display: flex;
  height: 110px;
  width: 110px;
  --tw-rotate: -12deg;
  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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 1.25rem;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 19px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .custom__circle-btn {
    height: 140px;
    width: 140px;
    font-size: 16px;
    line-height: 24px;
  }
}

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

.show__step {
  display: block !important;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-\[60px\] {
  height: 60px !important;
}

.h-10 {
  height: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

.\!w-\[60px\] {
  width: 60px !important;
}

.w-10 {
  width: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

.gap-\[16px\] {
  gap: 16px;
}

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

.gap-\[30px\] {
  gap: 30px;
}

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

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[40px\] {
  gap: 40px;
}

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

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[70px\] {
  gap: 70px;
}

.gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-y-\[16px\] {
  row-gap: 16px;
}

.gap-y-\[32px\] {
  row-gap: 32px;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

.border-custom-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 113 / var(--tw-border-opacity));
}

.border-custom-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 246 / var(--tw-border-opacity));
}

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

.bg-custom-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(29 21 20 / var(--tw-bg-opacity));
}

.bg-custom-red {
  --tw-bg-opacity: 1;
  background-color: rgb(202 33 24 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-lato {
  font-family: Lato, sans-serif;
}

.font-oswald {
  font-family: Oswald, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

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

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

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

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

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

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

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

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

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

.text-custom-gray {
  --tw-text-opacity: 1;
  color: rgb(225 226 225 / var(--tw-text-opacity));
}

.text-custom-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
}

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

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

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

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

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

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

.scrollbar {
  --scrollbar-track: initial;
  --scrollbar-thumb: initial;
  --scrollbar-corner: initial;
  --scrollbar-track-hover: var(--scrollbar-track);
  --scrollbar-thumb-hover: var(--scrollbar-thumb);
  --scrollbar-corner-hover: var(--scrollbar-corner);
  --scrollbar-track-active: var(--scrollbar-track-hover);
  --scrollbar-thumb-active: var(--scrollbar-thumb-hover);
  --scrollbar-corner-active: var(--scrollbar-corner-hover);
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  overflow: overlay;
}

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

.scrollbar.overflow-y-hidden {
  overflow-y: hidden;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
}

.scrollbar::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
}

.scrollbar::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover);
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}

.scrollbar::-webkit-scrollbar-corner:hover {
  background-color: var(--scrollbar-corner-hover);
}

.scrollbar::-webkit-scrollbar-track:active {
  background-color: var(--scrollbar-track-active);
}

.scrollbar::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active);
}

.scrollbar::-webkit-scrollbar-corner:active {
  background-color: var(--scrollbar-corner-active);
}

.scrollbar {
  scrollbar-width: auto;
}

.scrollbar::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

.hero__bg {
  background: url(../images/video-screen.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.google__map {
  filter: grayscale(100%) invert(96%) contrast(83%);
  -webkit-filter: grayscale(100%) invert(96%) contrast(83%);
}

.active__package {
  background: #fff;
  color: #0e0201;
}

.active__package h3,
.active__package h5 {
  color: #0e0201;
}

.active__package h4 {
  color: #ca2118;
}

.active__package p {
  color: #0e0201;
}

.single__package:hover {
  background: #fff;
  color: #0e0201;
}

.single__package:hover h3,
.single__package:hover h5 {
  color: #0e0201;
}

.single__package:hover h4 {
  color: #ca2118;
}

.single__package:hover p {
  color: #0e0201;
}

.icon-plus {
  background: url(../images/plus.svg);
  background-repeat: no-repeat;
}

.icon-minus {
  background: url(../images/minus.svg);
  background-repeat: no-repeat;
}

.togglefaq.active .icon-plus {
  display: none;
}

.togglefaq.active .icon-minus {
  display: inline-block;
}

/* Slider */

.slick-dots li button:before {
  display: none !important;
}

.slick-slide {
  margin: 0 45px !important;
}

.slick-list {
  margin: 0 -45px !important;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  width: 126px;
  height: 121px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  z-index: 30;
  top: -180px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.slick-prev.slick-disabled {
  background-image: url(../images/arrow-left.svg);
}

.slick-next.slick-disabled {
  background-image: url(../images/arrow-right.svg);
}

.slick-prev {
  background-image: url(../images/arrow-left-active.svg);
  right: 170px;
  left: auto;
}

.slick-next {
  background-image: url(../images/arrow-right-active.svg);
  right: 0px;
}

.slick-prev.slick-disabled:hover,
.slick-prev.slick-disabled:focus {
  background-image: url(../images/arrow-left.svg);
}

.slick-next.slick-disabled:hover,
.slick-next.slick-disabled:focus {
  background-image: url(../images/arrow-right.svg);
}

.slick-prev:hover,
.slick-prev:focus {
  background-image: url(../images/arrow-left-active.svg);
}

.slick-next:hover,
.slick-next:focus {
  background-image: url(../images/arrow-right-active.svg);
}

.cem__slider .slick-slide {
  margin: 00px !important;
}

.cem__slider .slick-list {
  margin: 0 0px !important;
}

.cem__slider .slick-prev,
.cem__slider .slick-next {
  width: 47px;
  height: 45px;
  top: auto;
  bottom: 72px;
  right: auto;
  left: 0;
}

.cem__slider .slick-prev {
  right: auto;
  left: 0;
}

.cem__slider .slick-next {
  left: 73px;
}

.show__nav {
  display: block;
}

/* Slider */

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Club Accordion */

.club__desktop-accordion-cell {
  transition-property: width;
  transition-duration: 250ms;
  border-top: 1px solid #717171;
  border-bottom: 1px solid #717171;
  border-right: 1px solid #717171;
  cursor: pointer;
}

.club__desktop-accordion-cell:first-of-type {
  border-left: 1px solid #717171;
}

.club__desktop-accordion-cell > h4 {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.club__desktop-accordion-cell > h3 {
  width: 550px;
  height: 80px;
  transition-property: left right transform;
  transition-duration: 250ms;
  transform-origin: 274px 274px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.club__desktop-accordion-cell > .club__desktop-accordion-cell-content {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity;
  transition-duration: 250ms;
  overflow: hidden;
}

.club__desktop-expanded {
  width: 100%;
  background: #ca2118;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.club__desktop-expanded > h4 {
  left: 32px;
  top: 26px;
  transform: translateX(0px);
  color: #fff;
}

.club__desktop-expanded > h3 {
  position: absolute;
  left: 32px;
  top: 90px;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 40px;
  line-height: 47px;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}

.club__desktop-expanded > .club__desktop-accordion-cell-content {
  opacity: 1;
  visibility: visible;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-delay: 0.18s;
}

.club__mobile-accordion .club__desktop-accordion-cell {
  width: 100%;
  border-left: 1px solid #717171;
  border-bottom: 1px solid #717171;
  border-right: 1px solid #717171;
  border-top: 0;
}

.club__mobile-accordion .club__desktop-accordion-cell:first-of-type {
  border-top: 1px solid #717171;
}

.club__mobile-accordion .club__desktop-expanded {
  height: auto;
}

.club__mobile-accordion .club__desktop-accordion-cell > h4 {
  top: 22px;
  left: auto;
  right: 32px;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.club__mobile-accordion .club__desktop-accordion-cell > h3 {
  width: auto;
  transform-origin: 0px 0px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.club__mobile-accordion .club__desktop-expanded > h4 {
  right: auto;
  left: 32px;
}

/* Club Accordion */

/* Form */

.check__box {
  background-image: url("../images/uncheck.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox" i] {
  margin: 3px 0.5px;
}

input[type="checkbox"] + label {
  display: block;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

input[type="checkbox"]:checked + label {
  background: #aa372c;
}

input[type="checkbox"]:checked + label .single__checkbox {
  border: 1px solid transparent;
}

input[type="checkbox"]:checked + label .single__checkbox .check__box {
  background-image: url("../images/check.svg");
}

/* Radio */

input[type="radio"] {
  display: none;
}

input[type="radio" i] {
  margin: 3px 0.5px;
}

input[type="radio"] + label {
  display: block;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

input[type="radio"]:checked + label {
  background: #aa372c;
}

input[type="radio"]:checked + label .single__checkbox {
  border: 1px solid transparent;
}

input[type="radio"]:checked + label .single__checkbox .check__box {
  background-image: url("../images/check.svg");
}

.team__checkbox input[type="radio"]:checked + label {
  background: transparent !important;
}

.team__checkbox input[type="radio"]:checked + label .single__checkbox {
  border: 2.5px solid #ca2118 !important;
}

.team__checkbox .check__box {
  background-image: url("../images/team-uncheck.svg") !important;
}

.team__checkbox
    input[type="radio"]:checked
    + label
    .single__checkbox
    .check__box {
  background-image: url("../images/team-check.svg") !important;
}

/* Radio */

.custom__select {
  background-image: url(../images/select-arrow.svg);
  background-position: right 0px center;
  background-size: 12px 8px;
}

/* Form */

@media (max-width: 991.98px) {
  .slick-prev,
    .slick-next {
    width: 66px;
    height: 61px;
    top: -180px;
  }

  .slick-prev {
    right: 100px;
  }

  .cem__slider .slick-prev,
    .cem__slider .slick-next {
    width: 47px;
    height: 45px;
    top: 480px;
    bottom: auto;
    right: auto;
    left: 0;
  }

  .cem__slider .slick-prev {
    right: auto;
    left: 0;
  }

  .cem__slider .slick-next {
    left: 73px;
  }
}

@media (max-width: 767.98px) {
  .slick-prev,
    .slick-next {
    width: 46px;
    height: 41px;
    top: -165px;
  }

  .slick-prev {
    right: 60px;
  }

  .cem__slider .slick-prev,
    .cem__slider .slick-next {
    width: 37px;
    height: 35px;
    top: 330px;
    bottom: auto;
    right: auto;
    left: 0;
  }

  .cem__slider .slick-prev {
    right: auto;
    left: 0;
  }

  .cem__slider .slick-next {
    left: 60px;
  }

  .slick-slide {
    margin: 0 20px !important;
  }

  .slick-list {
    margin: 0 -20px !important;
  }

  .club__mobile-accordion .club__desktop-accordion-cell > h3 {
    font-size: 22px;
    line-height: 28px;
    justify-content: flex-start;
    margin-left: 20px;
  }

  .club__mobile-accordion .club__desktop-accordion-cell > h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .club__mobile-accordion .club__desktop-expanded > h3 {
    margin-left: 0;
    top: 70px;
  }

  .club__mobile-accordion
        .club__desktop-expanded
        > .club__desktop-accordion-cell-content {
    margin-top: 120px;
  }
}

.team-filter {
  cursor: pointer;
}

.placeholder\:text-custom-gray-dark::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
}

.placeholder\:text-custom-gray-dark::placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
}

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

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

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

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

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

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

.before\:bg-\[\#0E0201\]\/30::before {
  content: var(--tw-content);
  background-color: rgb(14 2 1 / 0.3);
}

.before\:bg-\[\#0E0201\]\/50::before {
  content: var(--tw-content);
  background-color: rgb(14 2 1 / 0.5);
}

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

.first-of-type\:border-t:first-of-type {
  border-top-width: 1px;
}

.last-of-type\:mb-0:last-of-type {
  margin-bottom: 0px;
}

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

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:text-custom-red:hover {
  --tw-text-opacity: 1;
  color: rgb(202 33 24 / var(--tw-text-opacity));
}

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

@media (min-width: 768px) {
  .md\:my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

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

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

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

  .md\:\!h-\[140px\] {
    height: 140px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[150px\] {
    gap: 150px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[56px\] {
    gap: 56px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:gap-y-\[50px\] {
    row-gap: 50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

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

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

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

  .xl\:hidden {
    display: none;
  }

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

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

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

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