@charset "UTF-8";
/* Reset and normalize styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #ffffff;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
}

p {
  margin: 0;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

/* Custom select styling for better iOS appearance */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  background-size: 1rem;
  padding-right: 2.5rem !important;
  color: #1a1a1a;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  min-height: 44px;
  cursor: pointer;
  transition: all 0.2s ease;
}

select:focus {
  outline: none;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.1);
}

select:hover {
  border-color: #999;
}

/* iOS specific improvements */
@supports (-webkit-touch-callout: none) {
  select {
    font-size: 16px; /* Prevents zoom on iOS */
    -webkit-appearance: none;
  }
}

/* Perfect center alignment using position and transform */
.btn,
.btn--primary,
.btn--secondary,
.btn--outline {
  position: relative !important;
  display: inline-block !important;
  height: 44px !important;
  padding: 0 1.5rem !important;
  line-height: 44px !important;
  text-align: center !important;
  box-sizing: border-box !important;
  vertical-align: middle !important;
  font-size: 0.9375rem !important;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

/* Typography styles - Refined hierarchy */
h1 {
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.625rem;
  }
}

h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.015em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.125rem;
  }
}

h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.005em;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.375rem;
  }
}

h5 {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 0.75rem 0;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.1875rem;
  }
}

h6 {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 0.75rem 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.0625rem;
  }
}

p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 0.75rem 0;
}
p.lead {
  font-size: 1.0625rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  p.lead {
    font-size: 1.1875rem;
  }
}
p.small {
  font-size: 0.8125rem;
  color: #6b6b6b;
}

a {
  color: #1a1a1a;
  transition: color 0.15s ease-in-out;
}
a:hover {
  color: #4d4d4d;
}
a.link-light {
  color: #6b6b6b;
}
a.link-light:hover {
  color: #1a1a1a;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

blockquote {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid #eeeeee;
  background: #fafafa;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: #6b6b6b;
  font-style: normal;
}
blockquote cite::before {
  content: "— ";
}

code {
  padding: 0.25rem 0.5rem;
  background: #fafafa;
  border-radius: 2px;
  font-size: 0.875em;
  color: #2c2c2c;
}

pre {
  padding: 0.75rem;
  background: #fafafa;
  border-radius: 4px;
  overflow-x: auto;
}
pre code {
  padding: 0;
  background: none;
  border-radius: 0;
}

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

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

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

.text-primary {
  color: #1a1a1a;
}

.text-light {
  color: #6b6b6b;
}

.text-lighter {
  color: #a8a8a8;
}

.font-weight-light {
  font-weight: 300;
}

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

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

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

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

/* Header layout */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #eeeeee;
  transition: all 0.3s ease-in-out;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.75rem;
}
@media (min-width: 768px) {
  .header__container {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .header__container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .header__container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 70px;
  }
}
.header__logo {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header__logo {
    font-size: 1.375rem;
  }
}
.header__nav {
  display: none;
}
@media (min-width: 768px) {
  .header__nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-link {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
  position: relative;
  padding: 0.5rem 0.75rem;
  margin: 0 0.25rem;
  border-radius: 2px;
  display: block;
}
.header__nav-link:hover, .header__nav-link.active {
  color: #1a1a1a;
  background: rgba(26, 26, 26, 0.05);
}
.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0.75rem;
  right: 0.75rem;
  height: 2px;
  background: #1a1a1a;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.header__nav-link:hover::after, .header__nav-link.active::after {
  transform: scaleX(1);
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.header__language {
  position: relative;
}
.header__language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background: transparent;
  border: 1px solid #eeeeee;
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  min-width: 60px;
}
.header__language-toggle:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.header__language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.25rem;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
.header__language-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__language-option {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  text-align: left;
  border: none;
  background: none;
  color: #1a1a1a;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.header__language-option:hover {
  background-color: #fafafa;
}
.header__language-option.active {
  background-color: #1a1a1a;
  color: #ffffff;
}
.header__mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background: transparent;
  border: none;
  padding: 0.25rem;
  display: block;
}
.header__mobile-menu-toggle:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .header__mobile-menu-toggle {
    display: none;
  }
}
.header__mobile-menu-toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}
.header__mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1040;
}
.header__mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.header__mobile-menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  background: #ffffff;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1050;
  overflow-y: auto;
  display: block;
  box-shadow: -4px 0 20px rgba(26, 26, 26, 0.15);
}
.header__mobile-menu-panel.active {
  transform: translateX(0);
}
.header__mobile-menu-panel.active::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 320px;
  bottom: 0;
  background: transparent;
  z-index: -1;
}
@media (max-width: 26.5625vw) {
  .header__mobile-menu-panel.active::before {
    right: 15vw;
  }
}
.header__mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.header__mobile-menu-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background: transparent;
  border: none;
  padding: 0.25rem;
}
.header__mobile-menu-close:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.header__mobile-menu-close svg {
  width: 1.5rem;
  height: 1.5rem;
}
.header__mobile-menu-nav {
  display: block;
  padding: 1rem;
  width: 100%;
  height: calc(100vh - 100px);
  overflow-y: auto;
}
.header__mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.header__mobile-menu-item {
  margin-bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
.header__mobile-menu-item:last-child {
  border-bottom: none;
}
.header__mobile-menu-link {
  display: block;
  padding: 1rem 0.75rem;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.0625rem;
  text-align: left;
  transition: all 0.15s ease-in-out;
  width: 100%;
  min-height: 60px;
  line-height: 1.4;
}
.header__mobile-menu-link:hover, .header__mobile-menu-link.active {
  color: #1a1a1a;
  background-color: #fafafa;
}

main {
  padding-top: 80px;
}

/* Footer layout */
.footer {
  background: #1a1a1a;
  color: #ffffff;
  padding-top: 4rem;
}
.footer__container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 3rem;
  margin-bottom: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.75rem;
}
@media (min-width: 768px) {
  .footer__container {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .footer__container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .footer__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 2rem;
  }
}
.footer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer__content {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
.footer__brand-logo {
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0.75rem;
  display: inline-block;
}
.footer__brand-description {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
  line-height: 1.65;
}
.footer__brand-social {
  display: flex;
  gap: 0.75rem;
}
.footer__brand-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer__brand-social a:hover {
  background: #ffffff;
  color: #1a1a1a;
}
.footer__brand-social a svg {
  width: 1.25rem;
  height: 1.25rem;
}
.footer__section-title {
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
.footer__section-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__section-item {
  margin-bottom: 0.5rem;
}
.footer__section-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.footer__section-link:hover {
  color: #ffffff;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 2rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .footer__copyright {
    margin-bottom: 0;
  }
}
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer__legal a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.8125rem;
  transition: color 0.15s ease-in-out;
}
.footer__legal a:hover {
  color: #ffffff;
}

/* Section layouts and spacing */
.section {
  padding: 6rem 0;
}
@media (max-width: 575px) {
  .section {
    padding: 4rem 0;
  }
}
.section--small {
  padding: 3rem 0;
}
@media (max-width: 575px) {
  .section--small {
    padding: 2rem 0;
  }
}
.section--large {
  padding: 8rem 0;
}
@media (max-width: 575px) {
  .section--large {
    padding: 6rem 0;
  }
}
.section--no-padding {
  padding: 0;
}
.section--no-padding-top {
  padding-top: 0;
}
.section--no-padding-bottom {
  padding-bottom: 0;
}

.container, .hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 575px) {
  .container, .hero__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .container, .hero__container {
    max-width: 1320px;
  }
}

.content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.hero {
  padding: 8rem 0 6rem;
  text-align: center;
  background: #fcfcfc;
}
@media (max-width: 575px) {
  .hero {
    padding: 4rem 0 3rem;
  }
}
.hero--minimal {
  padding: 4rem 0 3rem;
  background: transparent;
}
@media (max-width: 575px) {
  .hero--minimal {
    padding: 3rem 0 2rem;
  }
}
.hero--large {
  padding: 12rem 0 8rem;
}
@media (max-width: 575px) {
  .hero--large {
    padding: 6rem 0 4rem;
  }
}
.hero__content {
  max-width: 600px;
  margin: 0 auto;
}
.hero__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
.hero__subtitle {
  font-size: 1.125rem;
  color: #6b6b6b;
  line-height: 1.65;
  margin: 0 1.5rem;
}
@media (max-width: 575px) {
  .hero__subtitle {
    font-size: 1rem;
    margin: 0 1rem;
  }
}

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

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

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

.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

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

.mt-0 {
  margin-top: 0;
}

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

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

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

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

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

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

.grid {
  display: grid;
  gap: 2rem;
}
@media (max-width: 575px) {
  .grid {
    gap: 1.5rem;
  }
}
.grid--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid--3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid--4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.flex {
  display: flex;
}
.flex--center {
  justify-content: center;
  align-items: center;
}
.flex--between {
  justify-content: space-between;
  align-items: center;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--column {
  flex-direction: column;
}

.lead {
  font-size: 1.0625rem;
  color: #6b6b6b;
  line-height: 1.65;
}
@media (max-width: 575px) {
  .lead {
    font-size: 0.9375rem;
  }
}

/* Button components - Refined luxury aesthetic */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
  min-height: 44px;
  font-size: 0.6875rem;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: #1a1a1a;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  min-height: 44px;
  vertical-align: middle;
}
.btn--primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn--primary:hover:not(:disabled) {
  background-color: rgb(51.5, 51.5, 51.5);
}
.btn--primary:hover:not(:disabled) {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}
.btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: transparent;
  color: #1a1a1a;
  border: 1px solid #eeeeee;
  border: 1px solid #eeeeee;
}
.btn--secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn--secondary:hover:not(:disabled) {
  background-color: #fafafa;
}
.btn--secondary:hover:not(:disabled) {
  border-color: #1a1a1a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.btn--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: transparent;
  color: #1a1a1a;
  border: 1px solid #eeeeee;
}
.btn--outline:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn--outline:hover:not(:disabled) {
  background-color: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: transparent;
  color: #1a1a1a;
  border: none;
}
.btn--ghost:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn--ghost:hover:not(:disabled) {
  background-color: #fafafa;
}
.btn--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: transparent;
  color: #1a1a1a;
  border: none;
  padding: 0;
  text-decoration: underline;
}
.btn--link:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn--link:hover:not(:disabled) {
  color: #4d4d4d;
}
.btn--small {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}
.btn--large {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}
.btn--full-width {
  width: 100%;
}
.btn--icon {
  padding: 0.5rem;
}
.btn--icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.btn-group {
  display: flex;
  gap: 0.5rem;
}
.btn-group--vertical {
  flex-direction: column;
}
.btn-group--center {
  justify-content: center;
}
.btn-group--end {
  justify-content: flex-end;
}

/* Hero component */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.4);
  z-index: -1;
}
.hero__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.75rem;
}
@media (min-width: 768px) {
  .hero__container {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .hero__container {
    padding: 0 1.5rem;
  }
}
.hero__content {
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
}
.hero__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 3rem;
  }
}
.hero__subtitle {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.65;
  opacity: 0.9;
  margin: 0 1.5rem;
}
@media (min-width: 768px) {
  .hero__subtitle {
    font-size: 1.25rem;
    margin: 0 2rem;
  }
}
.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  .hero__actions {
    flex-direction: row;
    justify-content: center;
  }
}
.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 1.0625rem;
  padding: 0.75rem 2rem;
  background: #ffffff;
  color: #1a1a1a;
}
.hero__cta:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.hero__cta:hover:not(:disabled) {
  background-color: rgb(51.5, 51.5, 51.5);
}
.hero__cta:hover {
  background: rgba(255, 255, 255, 0.9);
}
.hero__secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-size: 1.0625rem;
  padding: 0.75rem 2rem;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.hero__secondary-cta:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.hero__secondary-cta:hover {
  background: #ffffff;
  color: #1a1a1a;
}
.hero__scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  opacity: 0.7;
  animation: bounce 2s infinite;
}
.hero__scroll-indicator span {
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}
.hero__scroll-indicator svg {
  width: 1.5rem;
  height: 1.5rem;
}
.hero--minimal {
  min-height: 60vh;
  background: #fafafa;
}
.hero--minimal .hero__content {
  color: #1a1a1a;
}
.hero--minimal .hero__overlay {
  display: none;
}
.hero--centered {
  text-align: center;
}
.hero--left {
  text-align: left;
}
.hero--left .hero__content {
  max-width: none;
}
.hero--left .hero__actions {
  justify-content: flex-start;
  align-items: flex-start;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
/* Card components */
.card, .product-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #eeeeee;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: relative;
}
.card:hover, .product-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-decoration: none;
  color: inherit;
}
.card__link:hover, .card__link:focus {
  text-decoration: none;
  color: inherit;
}
.card:hover, .product-card:hover {
  border-color: rgba(26, 26, 26, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.card__image {
  position: relative;
  overflow: hidden;
  position: relative;
}
.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.card__image > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__image img {
  transition: transform 0.5s ease-in-out;
}
.card__content {
  padding: 2rem 1.5rem;
}
@media (max-width: 575px) {
  .card__content {
    padding: 1.5rem 1rem;
  }
}
.card__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .card__title {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
}
.card__subtitle {
  font-size: 0.6875rem;
  color: #a8a8a8;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .card__subtitle {
    margin-bottom: 1rem;
  }
}
.card__description {
  color: #6b6b6b;
  line-height: 1.65;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}
@media (max-width: 575px) {
  .card__description {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.card__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 1.5rem;
  border-top: 1px solid #f5f5f5;
}
@media (max-width: 575px) {
  .card__footer {
    padding-top: 1rem;
  }
}
.card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  background: transparent;
  color: #1a1a1a;
  border: 1px solid #eeeeee;
  text-decoration: none;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}
.card__action:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 575px) {
  .card__action {
    padding: 0.5rem 1.5rem;
    font-size: 0.6875rem;
  }
}
.card__action:hover {
  background: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.card:hover .card__image img, .product-card:hover .card__image img {
  transform: scale(1.05);
}
.card--horizontal {
  display: flex;
}
.card--horizontal .card__image {
  flex: 0 0 40%;
  aspect-ratio: unset;
}
.card--horizontal .card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575px) {
  .card--horizontal {
    flex-direction: column;
  }
  .card--horizontal .card__image {
    flex: none;
  }
}
.card--minimal {
  box-shadow: none;
  border: 1px solid #eeeeee;
}
.card--minimal:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.card--featured {
  border: 2px solid #1a1a1a;
}
.card--featured .card__subtitle {
  color: #1a1a1a;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  .card-grid--2-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .card-grid--4-col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-card__wishlist {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(4px);
}
.product-card__wishlist:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.product-card__wishlist svg {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.15s ease-in-out;
}
.product-card__wishlist:hover {
  transform: scale(1.1);
  background: white;
}
.product-card__wishlist:hover svg {
  transform: scale(1.1);
}
.product-card__wishlist.active {
  background: #1a1a1a;
  color: #ffffff;
}
.product-card__wishlist.active svg {
  fill: currentColor;
}
@media (max-width: 575px) {
  .product-card__wishlist {
    top: 0.5rem;
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
  }
  .product-card__wishlist svg {
    width: 1rem;
    height: 1rem;
  }
}
.product-card__colors {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  justify-content: center;
}
.product-card__color {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid rgba(238, 238, 238, 0.4);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.product-card__color::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.product-card__color:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.product-card__color.active::after {
  border-color: #1a1a1a;
}

/* Legal document styling */
.legal-document {
  max-width: 800px;
  margin: 0 auto;
}
.legal-document .legal-intro {
  margin-bottom: 4rem;
  padding: 2rem;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
}
@media (max-width: 575px) {
  .legal-document .legal-intro {
    margin-bottom: 3rem;
    padding: 1.5rem;
  }
}
.legal-document .legal-intro p {
  margin: 0;
  font-size: 0.8125rem;
  color: #6b6b6b;
  line-height: 1.65;
}
.legal-document .legal-section {
  margin-bottom: 4rem;
}
@media (max-width: 575px) {
  .legal-document .legal-section {
    margin-bottom: 3rem;
  }
}
.legal-document .legal-section:last-child {
  margin-bottom: 0;
}
.legal-document .legal-section h2 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f5f5f5;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .legal-document .legal-section h2 {
    font-size: 1.1875rem;
    margin-bottom: 1rem;
  }
}
.legal-document .legal-section h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .legal-document .legal-section h3 {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
  }
}
.legal-document .legal-section h4 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
@media (max-width: 575px) {
  .legal-document .legal-section h4 {
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
}
.legal-document .legal-section p {
  margin-bottom: 1rem;
  line-height: 1.65;
  color: #6b6b6b;
}
@media (max-width: 575px) {
  .legal-document .legal-section p {
    margin-bottom: 0.75rem;
  }
}
.legal-document .legal-section p:last-child {
  margin-bottom: 0;
}
.legal-document .legal-section ul, .legal-document .legal-section ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
@media (max-width: 575px) {
  .legal-document .legal-section ul, .legal-document .legal-section ol {
    margin-bottom: 0.75rem;
    padding-left: 1rem;
  }
}
.legal-document .legal-section ul li, .legal-document .legal-section ol li {
  margin-bottom: 0.5rem;
  line-height: 1.65;
  color: #6b6b6b;
}
.legal-document .legal-section ul li:last-child, .legal-document .legal-section ol li:last-child {
  margin-bottom: 0;
}
.legal-document .legal-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.legal-document .legal-section table th, .legal-document .legal-section table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 575px) {
  .legal-document .legal-section table th, .legal-document .legal-section table td {
    padding: 0.5rem;
  }
}
.legal-document .legal-section table th {
  font-weight: 600;
  color: #1a1a1a;
  background: #fafafa;
}
.legal-document .legal-section table td {
  color: #6b6b6b;
}

.legal-highlight {
  padding: 1.5rem;
  background: #fcfcfc;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  margin: 2rem 0;
}
@media (max-width: 575px) {
  .legal-highlight {
    padding: 1rem;
    margin: 1.5rem 0;
  }
}
.legal-highlight p {
  margin: 0;
  font-weight: 500;
  color: #1a1a1a;
}

.legal-contact {
  padding: 2rem;
  background: #fafafa;
  border-radius: 4px;
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .legal-contact {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}
.legal-contact p {
  margin: 0;
}
.legal-contact p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.legal-contact p:first-child {
  font-weight: 600;
  color: #1a1a1a;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}

.hide-mobile {
  display: none !important;
}
@media (min-width: 768px) {
  .hide-mobile {
    display: block !important;
  }
}

.show-desktop {
  display: none !important;
}
@media (min-width: 992px) {
  .show-desktop {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.m-0 {
  margin: 0rem;
}

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

.pb-0 {
  padding-bottom: 0rem;
}

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

.pr-0 {
  padding-right: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.p-0 {
  padding: 0rem;
}

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

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

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

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

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-1 {
  margin: 1rem;
}

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

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

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

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

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

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

.p-1 {
  padding: 1rem;
}

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

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

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

.mr-2 {
  margin-right: 2rem;
}

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

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

.m-2 {
  margin: 2rem;
}

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

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

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

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

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

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

.p-2 {
  padding: 2rem;
}

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

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

.ml-3 {
  margin-left: 3rem;
}

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

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-3 {
  margin: 3rem;
}

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

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

.pl-3 {
  padding-left: 3rem;
}

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

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

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

.p-3 {
  padding: 3rem;
}

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

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

.ml-4 {
  margin-left: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

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

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-4 {
  margin: 4rem;
}

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

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

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

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

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

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

.p-4 {
  padding: 4rem;
}

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

.mb-5 {
  margin-bottom: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.m-5 {
  margin: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

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

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

.p-5 {
  padding: 5rem;
}
