/*! tailwindcss v2.1.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

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

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Roboto, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

.container {
  width: 100%;
}

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

body, html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(225, 90, 119, var(--tw-text-opacity));
}

h2 {
  font-size: 36px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(69, 69, 69, var(--tw-text-opacity));
}

h3 {
  font-size: 26px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(69, 69, 69, var(--tw-text-opacity));
}

p {
  font-size: 20px;
  line-height: 1.25;
}

.subheader {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(46, 69, 91, var(--tw-text-opacity));
}

/* !- HIDDEN MENU */

label#hidden-menu-humburger {
  display: flex;
}

@media (min-width: 1024px) {
  label#hidden-menu-humburger {
    display: none;
  }
}

label#hidden-menu-humburger {
  flex-direction: column;
  width: 28px;
  cursor: pointer;
  position: fixed;
  z-index: 1049;
  top: 25px;
  right: 25px;
}

label#hidden-menu-humburger span{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 231, 212, var(--tw-bg-opacity));
  border-radius: 0px;
  height: 3px;
  margin: 3px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

label#hidden-menu-humburger span:nth-of-type(1){
  width: 100%;
}

label#hidden-menu-humburger span:nth-of-type(2){
  width: 100%;
}

label#hidden-menu-humburger span:nth-of-type(3){
  width: 100%;
}

input[type="checkbox"]#hidden-menu-humburger{
  display: none;
}

/* .hidden-menu-ticker:checked ~ #hidden-menu-humburger span {
	background: black;
} */

.hidden-menu-ticker:checked ~ #hidden-menu-humburger span:nth-of-type(1){
  transform-origin:bottom;
  transform: rotatez(45deg) translate(6px,5px);
  --tw-bg-opacity: 1;
  background-color: rgba(69, 69, 69, var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .hidden-menu-ticker:checked ~ #hidden-menu-humburger span:nth-of-type(1) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 231, 212, var(--tw-bg-opacity));
  }
}

.hidden-menu-ticker:checked ~ #hidden-menu-humburger span:nth-of-type(2){
  transform-origin: top;
  transform: rotatez(-45deg);
  --tw-bg-opacity: 1;
  background-color: rgba(69, 69, 69, var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .hidden-menu-ticker:checked ~ #hidden-menu-humburger span:nth-of-type(2) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 231, 212, var(--tw-bg-opacity));
  }
}

.hidden-menu-ticker:checked ~ #hidden-menu-humburger span:nth-of-type(3){
  transform-origin: bottom;
  opacity: 0;
  width: 50%;
  transform: translate(11px,-3px) rotatez(45deg);
  --tw-bg-opacity: 1;
  background-color: rgba(69, 69, 69, var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .hidden-menu-ticker:checked ~ #hidden-menu-humburger span:nth-of-type(3) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 231, 212, var(--tw-bg-opacity));
  }
}

#hidden-menu-veil {
  display: block;
  z-index: -1;
  /* z-index: 1001; */
  opacity: 0;
}

.hidden-menu {
  display: block;
  position: fixed;
  list-style:none;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  width: 500px;
  background-color: white;
  height: 100%;
  top: 0;
  left: -500px;
  transition: left .2s;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  z-index: 1045;
}

@media (max-width: 768px) {
  .hidden-menu {
    width: 100%;
    left: -100%;
  }

  .home-page-product-img {
    height: 300px;
  }
}

.hidden-menu-ticker {
  display: none;
}

.hidden-menu-ticker:checked ~ #hidden-menu-veil {
  transition: opacity 1s ease-in-out;
  z-index: 1044;
  display: block;
  zoom: 1;
  filter: alpha(opacity=92);
  opacity: 0.75;
}

.hidden-menu-ticker:checked ~ .hidden-menu {
  left: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu span.first {
  -webkit-transform: rotate(45deg);
  top: 8px;
}

.hidden-menu-ticker:checked ~ .btn-menu span.second {
  opacity: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu span.third {
  -webkit-transform: rotate(-45deg);
  top: -8px;
}

.hidden-menu .social-media a:after {
  height: 0;
}

.hidden-menu .social-media svg {
  width: 3rem;
}

.hidden-menu li .o-link {
  font-size: 36px;
  --tw-text-opacity: 1;
  color: rgba(225, 90, 119, var(--tw-text-opacity));
  font-weight: bold;
}

.hidden-menu li .o-link:after {
  background: none repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 6px;
  background: #D8D8D8;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 20px;
  right: 0%;
  width: 36px;
}

.hidden-menu li .o-link:hover:after {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 42px;
  --tw-bg-opacity: 1;
  background-color: rgba(225, 90, 119, var(--tw-bg-opacity));
}

.hidden-menu li .cursor-pointer:hover .o-link:after {
  width: 42px;
  background: #D97367;
}

.hidden-menu .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}

.hidden-menu .general-menu {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hidden-menu .general-menu a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(46, 69, 91, var(--tw-text-opacity));
  text-decoration: none;
}

.hidden-menu ul.dropdown-hidden-menu {
  padding-left: 15px;
}

.hidden-menu ul.dropdown-hidden-menu li {
  margin-top: 15px;
}

.hidden-menu ul.dropdown-hidden-menu li, .hidden-menu ul.dropdown-hidden-menu li a {
  --tw-text-opacity: 1;
  color: rgba(46, 69, 91, var(--tw-text-opacity));
  text-decoration: none;
}

.hidden-menu ul.dropdown-hidden-menu > li, .hidden-menu ul.dropdown-hidden-menu > li a, .hidden-menu ul.dropdown-hidden-menu > li a strong {
  font-size: 16px;
  font-weight: normal;
}

.hidden-menu ul.dropdown-hidden-menu > li a strong {
  display: block;
  --tw-text-opacity: 1;
  color: rgba(225, 90, 119, var(--tw-text-opacity));
}

.hidden-menu .socials-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hidden-menu .socials-list li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-bottom: 2px dashed orange;
  padding-bottom: 1em;
  padding-top: 1em;
}

.hidden-menu .socials-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hidden-menu .socials-list li:first-child {
  padding-top: 0;
}

.top-divider {
  width: 100%;
  height: 2px;
  background-color: #c7c7c7;
  display: block;
}

/* !QUICK CONTACT PANEL */

.quick-contact-panel {
  z-index: 998;
  width: 60px;
  height: 224px;
  position: fixed;
  top: calc(50% - 100px);
  right: 20px;
  border-radius: 999px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 1;
  background: none;
  background-color: rgba(255,255,255,.5);
  box-shadow: 0 0 50px rgba(255,255,255,.05);
}

.quick-contact-panel > ul {
  display: flex;
  flex-direction: column;
  place-items: center;
  align-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  gap: 1rem;
  height: 224px;
}

.quick-contact-panel > ul > li {
  flex-grow: 1;
}

/* !MENU */

header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.menu-c {
  height: 77px;
  display: flex;
  flex-direction: row;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .menu-c {
    width: 100%;
  }

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

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

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

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

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

.menu-c ul {
  display: flex;
  display: none;
  flex-direction: row;
  margin-top: -0.5rem;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .menu-c ul {
    display: flex;
  }
}

.menu-c ul a {
  font-weight: 700;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
  font-size: 19px;
  /* text-shadow: 1px 1px 0 black; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to left, #E15A77, #E15A77 50%, #FAE7D4 50%);
  background-size: 200% 100%;
  background-position: 200%;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1279px) {
  .menu-c a {
    font-size: 16px;
  }
}

.menu-c a:hover {
  /* @apply text-wd-pink; */
  background-position: 100%;
}

@media (min-width: 1024px) {
  .menu-c div.logo {
    flex-grow: 1;
  }
}

.menu-c ul li a:after {
  content: '';
  width: 1px;
  height: 28px;
  --tw-bg-opacity: 1;
  background-color: rgba(250, 231, 212, var(--tw-bg-opacity));
  display: inline-block;
  margin-left: 1rem;
  opacity: 0.25;
  box-shadow: 1px 1px 0 black;
  top: 7px;
  position: relative;
}

.menu-c ul li:last-child a:after {
  width: 0 !important;
}

.top-line-scratches {
  max-width: 400px;
  z-index: 100;
  position: fixed;
  width: 400px;
  top:77px;
}

@media (max-width: 1024px) {
  .top-line-scratches {
    max-width: 200px;
  }
}

/* !VIDEO */

.video-block {
  max-height: 800px;
  overflow: hidden;
}

.video-block video {
  opacity: 1;
}

@media (min-width: 1800px) {
  .video-block video {
    margin-top: calc(100vw * 0.9 - 100vw);
  }
}

.bottom-video-scratches-left {
  margin-top: -430px;
  margin-left: -10px;
  position: relative;
}

@media (max-width: 1024px) {
  .bottom-video-scratches-left {
    margin-top: calc(100vw * 0.7 - 100vw);
  }

  .bottom-video-scratches-left > img {
    width: 70%;
  }
}

.bottom-video-scratches-right {
  display: none;
  width: 100%;
}

@media (min-width: 1024px) {
  .bottom-video-scratches-right {
    display: block;
  }
}

.bottom-video-scratches-right {
  margin-top: -120px;
  position: relative;
}

.bottom-video-scratches-right > img {
  margin-left: auto;
}

/* !WELCOME SCREEN */

.welcome {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(bck.svg);
}

.welcome > div {
  width: 100%;
}

@media (min-width: 640px) {
  .welcome > div {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .welcome > div {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .welcome > div {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .welcome > div {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .welcome > div {
    max-width: 1536px;
  }
}

.welcome > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.welcome > div > img {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
}

.welcome h1 {
  line-height: 1;
}

.welcome .subheader {
  margin-bottom: 2rem;
  line-height: 1;
  margin-top: .3em;
}

@media (max-width: 767px) {
  .welcome .subheader {
    font-size: 24px;
  }
}

/* !HIGHLIGHT GALLERY */

.highlight-gallery {
  margin-bottom: 0.25rem;
}

.highlight-gallery > ul {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .highlight-gallery > ul {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.highlight-gallery > ul li {
  overflow: hidden;
}

.highlight-gallery img {
  width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
}

.highlight-gallery img:hover {
  transform: scale(1.1);
}

/* !SPECIAL FEATURES */

.special-features {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 90, 119, var(--tw-bg-opacity));
  background-image: url(img/special-features-bck-4.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.special-features > div {
  width: 100%;
}

@media (min-width: 640px) {
  .special-features > div {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .special-features > div {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .special-features > div {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .special-features > div {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .special-features > div {
    max-width: 1536px;
  }
}

.special-features > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.special-features > div > h2 {
  margin-bottom: 8rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.special-features > div h3 {
  padding-top: 0px;
  padding-bottom: 0.5rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  line-height: 1.1;
}

@media (max-width: 1279px) {
  .special-features > div h3 {
    font-size: 24px;
  }

  .special-features > div p {
    font-size: 18px;
  }
}

.special-features > div > ul {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .special-features > div > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .special-features > div > ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.special-features > div > ul li h3, .special-features > div > ul li p {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .special-features > div > ul li h3, .special-features > div > ul li p {
    text-align: left;
  }
}

.special-features > div > ul li img {
  height: 86px;
  width: 86px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 1024px) {
  .special-features > div > ul li img {
    margin-left: 0px;
    padding: 0px;
  }
}

/* !SPECTIALS */

.special {
  width: 100%;
}

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

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

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

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

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

.special {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.special h2, .special p {
  text-align: center;
}

.special h2 {
  --tw-text-opacity: 1;
  color: rgba(225, 90, 119, var(--tw-text-opacity));
}

.special p {
  padding-bottom: 2rem;
}

.special > div {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .special > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* !PRICE */

.prices {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  .prices {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

.prices {
  background-color: #F3F7F9;
  background-image: url(img/price-bck.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}

@media (min-width: 1280px) {
  .prices > div {
    width: 100%;
  }

  @media (min-width: 640px) {
    .prices > div {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .prices > div {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .prices > div {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .prices > div {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .prices > div {
      max-width: 1536px;
    }
  }

  .prices > div {
    margin-left: auto;
    margin-right: auto;
  }
}

.prices > div > h2 {
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .prices > div > h2 {
    margin-bottom: 1rem;
  }
}

.prices > div > ul {
  display: flex;
  flex-direction: column;
  justify-items: center;
}

@media (min-width: 1024px) {
  .prices > div > ul {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .prices > div > ul > li.price-column {
    grid-column: span 3 / span 3;
  }
}

.prices > div > ul > li.divider-column {
  align-content: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .prices > div > ul > li.divider-column img {
    margin-top: 6rem;
  }
}

.prices > div > ul > li > h4 {
  font-weight: 700;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(225, 90, 119, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .prices > div > ul > li > h4 {
    display: table-cell;
  }
}

.prices > div > ul > li > h4 {
  font-size: 30px;
  border-bottom: 4px solid #E15A77;
  vertical-align: bottom;
  line-height: 1.1;
  padding-bottom: .1em;
}

@media (min-width: 1024px) {
  .prices > div > ul > li > h4 {
    min-height: 3em;
    height: 3em;
  }
}

.prices > div > ul > li > ul {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 2rem;
}

@media (min-width: 768px) {
  .prices > div > ul > li > ul {
    flex-direction: row;
    gap: 4rem;
  }
}

@media (min-width: 1024px) {
  .prices > div > ul > li > ul {
    flex-direction: column;
    gap: 2rem;
  }
}

.prices > div > ul > li > ul li {
  font-size: 22px;
  color: #A4B0BA;
  flex: 1 1 0%;
  font-weight: 700;
  text-align: center;
}

.prices > div > ul > li > ul li > strong {
  font-size: 39px;
  display: block;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(46, 69, 91, var(--tw-text-opacity));
}

/* !INCLUDES SECTION */

#includes {
  margin-top: 0.25rem;
}

@media (min-width: 1024px) {
  #includes {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }
}

#includes h3 {
  margin-bottom: .75em;
}

#includes ul {
  margin-left: 1em;
  font-size: 20px;
  line-height: 1.25;
}

#includes ul li {
  margin-bottom: .6em;
  /* list-style-image: url(img/wd-list-marker-2.svg); */
}

#includes ul li:before {
  content: "» ";
  --tw-text-opacity: 1;
  color: rgba(225, 90, 119, var(--tw-text-opacity));
  font-weight: bold;
  font-size: 140%;
  position: absolute;
  margin-left: -.81em;
  margin-top: -.3em;
}

#includes ul li:lastchild {
  margin-bottom: 0;
}

/* #includes ul li::marker {
	content: "» ";
	@apply text-wd-pink;
	font-weight: bold;
	font-size: 150%;
} */

#includes > div {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  #includes > div {
    width: 100%;
  }

  @media (min-width: 640px) {
    #includes > div {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    #includes > div {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    #includes > div {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    #includes > div {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    #includes > div {
      max-width: 1536px;
    }
  }

  #includes > div {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #includes > div > div {
    grid-column: span 6 / span 6;
  }
}

#includes > div > div > img {
  width: 100%;
}

@media (min-width: 1024px) {
  #includes > div > div > img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
  }
}

#includes > div > div:last-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

@media (min-width: 1024px) {
  #includes > div > div:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 0px;
    padding-left: 4rem;
  }
}

@media (max-width: 1023px) {
  #includes > div > div {
    position: relative;
  }

  #includes > div > div:first-child {
    display: none;
  }

  #includes > div > div:last-child:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    z-index: -1;
    background: url(img/wd-includes-section-hero-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* !EVERYONE SECTION */

#everyone {
  margin-top: 0.25rem;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #everyone {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }
}

#everyone {
  background-color: #687D84;
}

@media (max-width: 1023px) {
  #everyone {
    background-color: rgba(104,125,132,.8);
  }
}

#everyone h3 {
  margin-bottom: .75em;
  margin-top: 1em;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#everyone h3:first-child {
  margin-top: 0;
}

#everyone ul {
  margin-left: 1em;
  font-size: 20px;
  line-height: 1.25;
}

#everyone p {
  margin-bottom: .2em;
}

#everyone p:lastchild {
  margin-bottom: 0;
}

#everyone > div {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  #everyone > div {
    width: 100%;
  }

  @media (min-width: 640px) {
    #everyone > div {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    #everyone > div {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    #everyone > div {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    #everyone > div {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    #everyone > div {
      max-width: 1536px;
    }
  }

  #everyone > div {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #everyone > div > div {
    grid-column: span 6 / span 6;
  }
}

#everyone > div > div > img {
  width: 100%;
}

@media (min-width: 1024px) {
  #everyone > div > div > img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
  }
}

#everyone > div > div:first-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

@media (min-width: 1024px) {
  #everyone > div > div:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0px;
    padding-right: 4rem;
  }
}

@media (max-width: 1023px) {
  #everyone > div > div {
    position: relative;
  }

  #everyone > div > div:last-child {
    display: none;
  }

  #everyone > div > div:first-child:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: -1;
    background: url(img/everyone-block-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* !LOCATIONS */

#locations {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#locations > div {
  width: 100%;
}

@media (min-width: 640px) {
  #locations > div {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  #locations > div {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  #locations > div {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  #locations > div {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  #locations > div {
    max-width: 1536px;
  }
}

#locations > div {
  margin-left: auto;
  margin-right: auto;
}

#locations > div > h2 {
  margin-bottom: 3rem;
  text-align: center;
}

#locations > div > p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  text-align: center;
}

#locations > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  gap: 4rem;
}

@media (min-width: 768px) {
  #locations > div > div {
    padding-left: 2.5rem;
  }
}

#locations > div > div {
  max-width: 1024px;
}

@media (max-width: 768px) {
  #locations > div > div {
    max-width: 640px;
  }
}

#locations > div > div > div {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  margin-left: auto;
  margin-right: auto;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  #locations > div > div > div {
    flex-direction: row;
    gap: 1rem;
  }
}

#locations > div > div > div {
  width: 460px;
  max-width: 460px;
}

#locations > div > div > div > img {
  width: 100px;
  flex-grow: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #locations > div > div > div > img {
    margin-left: 0px;
  }
}

#locations > div > div > div > ul {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 0.75rem;
  text-align: center
}

@media (min-width: 768px) {
  #locations > div > div > div > ul {
    text-align: left;
  }
}

#locations .place {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
}

#locations .berth {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}

#locations .parking {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(225, 90, 119, var(--tw-text-opacity));
}

#locations .map {
  font-size: 13px;
  line-height: 15px;
  --tw-text-opacity: 1;
  color: rgba(46, 69, 91, var(--tw-text-opacity));
}

#map {
  min-height: 400px;
}

/* !BOOK ONLINE */

#book-online {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#book-online > div {
  width: 100%;
}

@media (min-width: 640px) {
  #book-online > div {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  #book-online > div {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  #book-online > div {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  #book-online > div {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  #book-online > div {
    max-width: 1536px;
  }
}

#book-online > div {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#book-online > div > p.description {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 840px;
}

#book-online a.highlight {
  font-size: 21px;
  font-weight: bold;
  --tw-text-opacity: 1;
  color: rgba(225, 90, 119, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 200ms;
  border: 2px solid transparent;
  border-radius: 10px;
  background: 
		linear-gradient(to right, white, white), 
		linear-gradient(to right, #F36756 , #4A84D3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  padding: 10px 55px;
}

#book-online a.highlight:hover {
  box-shadow: 0px 4px 10px #AAC7ED;
}

#book-online > div > ul {
  display: grid;
  margin-bottom: 4rem;
  gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  #book-online > div > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #book-online > div > ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#book-online > div > ul > li > img {
  margin-left: auto;
  margin-right: auto;
}

#book-online > div > ul > li > p {
  font-size: 20px;
  font-weight: 700;
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgba(69, 69, 69, var(--tw-text-opacity));
}

#book-online h2 {
  --tw-text-opacity: 1;
  color: rgba(225, 90, 119, var(--tw-text-opacity));
}

/* !FOOTER */

footer > div:first-child {
  width: 100%;
}

@media (min-width: 640px) {
  footer > div:first-child {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  footer > div:first-child {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  footer > div:first-child {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  footer > div:first-child {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  footer > div:first-child {
    max-width: 1536px;
  }
}

footer > div:first-child {
  margin-left: auto;
  margin-right: auto;
}

footer > div:first-child > img {
  margin-left: auto;
}

footer > div:nth-child(2) {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 245, var(--tw-bg-opacity));
  padding: 4rem;
  margin-top: -2px;
}

footer > div:nth-child(2) > div {
  width: 100%;
}

@media (min-width: 640px) {
  footer > div:nth-child(2) > div {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  footer > div:nth-child(2) > div {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  footer > div:nth-child(2) > div {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  footer > div:nth-child(2) > div {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  footer > div:nth-child(2) > div {
    max-width: 1536px;
  }
}

footer > div:nth-child(2) > div {
  margin-left: auto;
  margin-right: auto;
}

footer > div:nth-child(2) > div > ul:first-child {
  display: none;
  gap: 2rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  footer > div:nth-child(2) > div > ul:first-child {
    display: grid;
  }
}

footer > div:nth-child(2) > div > ul:first-child > li > a > img {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

footer > div:nth-child(2) > div > ul:first-child > li > a > span {
  display: block;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(46, 69, 91, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
  font-size: 18px;
}

footer > div:nth-child(2) > div > ul:first-child > li > a:hover > span {
  --tw-text-opacity: 1;
  color: rgba(225, 90, 119, var(--tw-text-opacity));
}

footer > div:nth-child(2) > div > ul:last-child {
  display: block;
  display: grid;
  text-align: center;
  gap: 0.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  footer > div:nth-child(2) > div > ul:last-child {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  footer > div:nth-child(2) > div > ul:last-child {
    display: none;
  }
}

footer > div:nth-child(2) > div > ul:last-child > li {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-bottom-width: 1px;
  padding-bottom: 1.5rem
}

@media (min-width: 768px) {
  footer > div:nth-child(2) > div > ul:last-child > li {
    border-width: 0px;
    padding-bottom: 0px;
  }
}

footer > div:nth-child(2) > div > ul:last-child > li > a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(46, 69, 91, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
}

footer > div:nth-child(2) > div > ul:last-child > li > a:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 90, 119, var(--tw-text-opacity));
}

footer > div:nth-child(2) > div > ul:last-child > li > a > img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

footer > div:nth-child(3) {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 69, 91, var(--tw-bg-opacity));
}

footer > div:nth-child(3) > div {
  width: 100%;
}

@media (min-width: 640px) {
  footer > div:nth-child(3) > div {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  footer > div:nth-child(3) > div {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  footer > div:nth-child(3) > div {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  footer > div:nth-child(3) > div {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  footer > div:nth-child(3) > div {
    max-width: 1536px;
  }
}

footer > div:nth-child(3) > div {
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

footer > div:nth-child(3) > div > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 0.25rem;
}

@media (min-width: 1024px) {
  footer > div:nth-child(3) > div > ul {
    flex-direction: row;
    text-align: left;
    gap: 1rem;
  }
}

footer > div:nth-child(3) > div > ul a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
}

footer > div:nth-child(3) > div > ul a:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 90, 119, var(--tw-text-opacity));
}

/* !PAGE */

article > div.page {
  width: 100%;
}

@media (min-width: 640px) {
  article > div.page {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  article > div.page {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  article > div.page {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  article > div.page {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  article > div.page {
    max-width: 1536px;
  }
}

article > div.page {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  max-width: 1024px;
}

article > div.page > div {
  padding-left: 1rem;
  padding-right: 1rem;
}

article > div.page h1 {
  text-align: center;
}

article > div.page h1, article > div.page h2, article > div.page h3, article > div.page p {
  line-height: 1.25;
}

article > div.page h1 + h2, article > div.page h1 + p {
  margin-top: 4rem;
}

article > div.page h2 {
  font-size: 32px;
}

article > div.page h2 + p {
  margin-top: 0.5rem;
}

article > div.page p + h2 {
  margin-top: 2rem;
}

article > div.page p + p, article > div.page p + ul {
  margin-top: 1rem;
}

article > div.page ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 20px;
}

/* BILLING ADDRESS PAGE */

.ts-control {
  border: none !important;
}

.grad-button {
  font-size: 21px;
  font-weight: bold;
  --tw-text-opacity: 1;
  color: rgba(225, 90, 119, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 200ms;
  border: 2px solid transparent;
  border-radius: 10px;
  background: 
		linear-gradient(to right, white, white), 
		linear-gradient(to right, #F36756 , #4A84D3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  padding: 10px 55px;
}

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

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

.bg-wd-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 69, 91, var(--tw-bg-opacity));
}

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

.border {
  border-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

.flex-none {
  flex: none;
}

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

.h-screen {
  height: 100vh;
}

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.p-16 {
  padding: 4rem;
}

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

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

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

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

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

* {
  --tw-shadow: 0 0 #0000;
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.fill-current {
  fill: currentColor;
}

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

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.text-wd-blue {
  --tw-text-opacity: 1;
  color: rgba(46, 69, 91, var(--tw-text-opacity));
}

.w-16 {
  width: 4rem;
}

.w-full {
  width: 100%;
}

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

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

.transform {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {
  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1280px) {
}

@media (min-width: 1536px) {
}
