@charset "UTF-8";
/**
Max-width
 */
/** Bootstrap navbar fix (https://git.io/fADqW) */
body {
  font-family: "Roboto", sans-serif;
}

h2 {
  font-weight: bold;
}

a {
  color: #27303b;
  word-break: break-all;
}

.e-title-intro {
  position: relative;
  margin-bottom: 45px;
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  .e-title-intro {
    font-size: 24px;
  }
}
.e-title-intro:before {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  background: #e2e2e2;
  bottom: -15px;
}

.growtype-form-wrapper[data-name=login] .form-wrapper .e-title-intro,
.growtype-form-wrapper[data-name=signup] .form-wrapper .e-title-intro {
  color: #0b0d0f;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty),
textarea {
  border: 0;
  background-color: var(--project-surface, #14171a);
  color: var(--project-text, #f4f0e9);
}

.site-header {
  border-bottom: 1px solid var(--project-border, #2d3235);
  background: none !important;
}
.site-header .header-inner,
.site-header .header-inner a {
  color: var(--project-text, #f4f0e9) !important;
}
.site-header .mainlogo img {
  width: 220px;
  max-height: 52px;
  -webkit-filter: none;
          filter: none;
}
@media only screen and (max-width: 640px) {
  .site-header .mainlogo img {
    width: 170px;
    max-height: 42px;
  }
}

.header-account-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-left: 20px;
}
.header-account-actions .header-generator-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 18px;
  border: 1px solid var(--project-button-primary-border, #ff713d);
  border-radius: var(--project-button-radius, 999px);
  background: var(--project-button-primary-background, #ff713d);
  color: var(--project-button-primary-text, #14100e) !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 180ms ease, border-color 180ms ease, -webkit-transform 180ms ease;
  transition: background-color 180ms ease, border-color 180ms ease, -webkit-transform 180ms ease;
  -o-transition: background-color 180ms ease, border-color 180ms ease, -o-transform 180ms ease;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.header-account-actions .header-generator-button:hover, .header-account-actions .header-generator-button:focus-visible {
  border-color: var(--project-button-primary-active-border, #ff8b61);
  background: var(--project-button-primary-active-background, #ff8b61);
  color: var(--project-button-primary-active-text, #14100e) !important;
  -webkit-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
}
.header-account-actions .header-profile-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
  text-decoration: none;
}
.header-account-actions .header-profile-link::after {
  display: none;
}
.header-account-actions .header-login-button,
.header-account-actions .header-logout-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .header-account-actions {
    gap: 7px;
    margin-left: auto;
  }
  .header-account-actions .header-profile-link {
    width: 36px;
    height: 36px;
  }
  .header-account-actions .header-login-button,
  .header-account-actions .header-logout-button {
    min-height: 36px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
  }
  .header-account-actions .header-generator-button {
    min-height: 36px;
    padding: 8px 13px;
    font-size: 13px;
  }
}

.site-header .header-account-actions .header-generator-button {
  color: var(--project-button-primary-text, #14100e) !important;
}
.site-header .header-account-actions .header-generator-button:hover, .site-header .header-account-actions .header-generator-button:focus-visible {
  color: var(--project-button-primary-active-text, #14100e) !important;
}

.header-profile-menu {
  position: relative;
}
.header-profile-menu .header-profile-dropdown {
  right: 0 !important;
  left: auto !important;
  width: min(320px, 100vw - 24px);
  min-width: 0;
  margin-top: 10px !important;
  padding: 14px;
  overflow: hidden;
  border: 1px solid var(--project-border, #2d3235);
  border-radius: 16px;
  background: var(--project-surface, #14171a);
  -webkit-box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
          box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  color: var(--project-text, #f4f0e9);
}
.header-profile-menu .header-profile-dropdown li {
  margin: 0;
  border: 0;
  list-style: none;
}
.header-profile-menu .header-profile-dropdown a {
  color: inherit !important;
  text-decoration: none;
}
.header-profile-menu .header-profile-dropdown__identity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  padding: 2px 4px 14px;
  border-bottom: 1px solid var(--project-border, #2d3235) !important;
}
.header-profile-menu .header-profile-dropdown__identity > span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-profile-menu .header-profile-dropdown__identity strong,
.header-profile-menu .header-profile-dropdown__identity small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-profile-menu .header-profile-dropdown__identity strong {
  font-size: 14px;
  line-height: 1.35;
}
.header-profile-menu .header-profile-dropdown__identity small {
  margin-top: 2px;
  color: var(--project-text-muted, #a8aaa8);
  font-size: 12px;
}
.header-profile-menu .header-profile-dropdown__nav:first-of-type {
  margin-top: 8px;
}
.header-profile-menu .header-profile-dropdown__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 9px 8px;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: background-color 140ms ease, -webkit-transform 140ms ease;
  transition: background-color 140ms ease, -webkit-transform 140ms ease;
  -o-transition: background-color 140ms ease, -o-transform 140ms ease;
  transition: background-color 140ms ease, transform 140ms ease;
  transition: background-color 140ms ease, transform 140ms ease, -webkit-transform 140ms ease, -o-transform 140ms ease;
}
.header-profile-menu .header-profile-dropdown__nav a:hover, .header-profile-menu .header-profile-dropdown__nav a:focus-visible {
  background: rgba(255, 255, 255, 0.07);
  -webkit-transform: translateX(2px);
       -o-transform: translateX(2px);
          transform: translateX(2px);
}
.header-profile-menu .header-profile-dropdown__nav a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 28px;
  height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--project-border, #2d3235);
  border-radius: 8px;
  color: var(--project-accent, #ff713d);
}
.header-profile-menu .header-profile-dropdown__signout {
  margin-top: 8px !important;
  padding-top: 12px;
  border-top: 1px solid var(--project-border, #2d3235) !important;
}
.header-profile-menu .header-profile-dropdown__signout a {
  display: block;
  padding: 9px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
  color: var(--project-text-muted, #a8aaa8) !important;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.header-profile-menu .header-profile-dropdown__signout a:hover, .header-profile-menu .header-profile-dropdown__signout a:focus-visible {
  color: var(--project-text, #f4f0e9) !important;
}

.site-footer {
  --art-footer-bg: #0d0d10;
  --art-footer-ink: #f4f1eb;
  --art-footer-muted: #8f9096;
  --art-footer-line: rgba(244, 241, 235, 0.16);
  --art-footer-accent: #ff713d;
  position: relative;
  border-top: 1px solid var(--art-footer-line);
  background: var(--art-footer-bg) !important;
  color: var(--art-footer-ink) !important;
}
.site-footer::before {
  width: 72px;
  height: 2px;
  position: absolute;
  top: -1px;
  left: max(24px, (100% - 1452px) / 2);
  background: var(--art-footer-accent);
  content: "";
}
.site-footer .container.footer-inner {
  width: min(100% - 48px, 1452px);
  max-width: none;
  padding: 0;
}
.site-footer .footer-inner-top {
  min-height: 0;
  padding: clamp(62px, 8vw, 108px) 0 clamp(48px, 6vw, 76px);
}
.site-footer .footer-inner-top .row {
  margin: 0;
}
.site-footer .footer-inner-content {
  width: 100%;
  padding: 0;
  display: grid !important;
  grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.55fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(60px, 10vw, 170px);
}
.site-footer .footer-logo-wrapper {
  grid-row: 1;
  grid-column: 1;
}
.site-footer .mainlogo {
  width: min(100%, 250px);
  max-width: none;
  padding: 0;
  display: inline-block;
  -webkit-transition: opacity 180ms ease, -webkit-transform 180ms ease;
  transition: opacity 180ms ease, -webkit-transform 180ms ease;
  -o-transition: opacity 180ms ease, -o-transform 180ms ease;
  transition: opacity 180ms ease, transform 180ms ease;
  transition: opacity 180ms ease, transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.site-footer .mainlogo:hover, .site-footer .mainlogo:focus-visible {
  opacity: 0.78;
  -webkit-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
}
.site-footer .mainlogo img {
  width: 100%;
  max-height: 54px;
  padding: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.site-footer .c-footernav {
  width: 100%;
  padding: 0;
  grid-row: 1;
  grid-column: 2;
}
.site-footer .menu-footer-menu-container {
  width: 100%;
}
.site-footer #footer-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 17px clamp(28px, 5vw, 76px);
}
.site-footer #footer-menu > li {
  width: auto;
  margin: 0;
  padding: 0;
}
.site-footer #footer-menu a {
  position: relative;
  display: inline-block;
  color: var(--art-footer-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.5;
  -webkit-transition: color 180ms ease, -webkit-transform 180ms ease;
  transition: color 180ms ease, -webkit-transform 180ms ease;
  -o-transition: color 180ms ease, -o-transform 180ms ease;
  transition: color 180ms ease, transform 180ms ease;
  transition: color 180ms ease, transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.site-footer #footer-menu a::after {
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  background: var(--art-footer-accent);
  content: "";
  -webkit-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
       -o-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 180ms ease;
  transition: -webkit-transform 180ms ease;
  -o-transition: -o-transform 180ms ease;
  transition: transform 180ms ease;
  transition: transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.site-footer #footer-menu a:not(.btn):hover, .site-footer #footer-menu a:focus-visible {
  color: var(--art-footer-ink);
  -webkit-transform: translateX(3px);
       -o-transform: translateX(3px);
          transform: translateX(3px);
}
.site-footer #footer-menu a:not(.btn):hover::after, .site-footer #footer-menu a:focus-visible::after {
  -webkit-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}
.site-footer #footer-menu .current-menu-item > a {
  color: var(--art-footer-ink);
  font-weight: 700;
}
.site-footer .footer-inner-top + .footer-inner-bottom {
  border-color: var(--art-footer-line);
}
.site-footer .footer-inner-bottom {
  min-height: 78px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.site-footer .footer-inner-bottom .copyright,
.site-footer .footer-inner-bottom .credits {
  padding: 0;
  color: var(--art-footer-muted);
  font-size: 11px;
  line-height: 1.55;
}
.site-footer .footer-inner-bottom .credits {
  text-align: right;
}

@media (max-width: 800px) {
  .site-footer .container.footer-inner {
    width: min(100% - 32px, 1452px);
  }
  .site-footer::before {
    left: 16px;
  }
  .site-footer .footer-inner-top {
    padding: 58px 0 44px;
  }
  .site-footer .footer-inner-content {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .site-footer .footer-logo-wrapper,
  .site-footer .c-footernav {
    grid-row: auto;
    grid-column: 1;
  }
  .site-footer .footer-logo-wrapper {
    grid-row: 1;
  }
  .site-footer .c-footernav {
    grid-row: 2;
  }
  .site-footer .mainlogo {
    width: 210px;
  }
  .site-footer #footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 24px;
  }
  .site-footer #footer-menu > li {
    width: auto;
    padding: 0;
  }
  .site-footer .footer-inner-bottom {
    padding: 22px 0 28px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .site-footer .footer-inner-bottom .credits {
    text-align: left;
  }
}
@media (max-width: 420px) {
  .site-footer #footer-menu {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-footer *,
  .site-footer *::before,
  .site-footer *::after {
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
.home {
  --art-bg: #0b0d0f;
  --art-surface: #14171a;
  --art-ink: #f4f0e9;
  --art-muted: #a7aaa9;
  --art-accent: #ff713d;
  --art-line: rgba(244, 240, 233, 0.18);
  background: var(--art-bg);
  color: var(--art-ink);
}
.home .main-content-wrapper,
.home main#main {
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.art-home {
  background: var(--art-bg);
  color: var(--art-ink);
  font-family: "Roboto", sans-serif;
}
.art-home *,
.art-home *::before,
.art-home *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.art-home a {
  color: inherit;
  text-decoration: none;
  word-break: normal;
}

.art-home__hero {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: #07090a;
}

.art-home__hero-media,
.art-home__hero-shade {
  position: absolute;
  inset: 0;
}

.art-home__hero-media {
  z-index: -2;
  -webkit-transform: translate3d(var(--art-pointer-x, 0), var(--art-pointer-y, 0), 0) scale(1.035);
          transform: translate3d(var(--art-pointer-x, 0), var(--art-pointer-y, 0), 0) scale(1.035);
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
  -o-transition: -o-transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1), -o-transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.art-home__hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.art-home__hero-shade {
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(5, 7, 8, 0.98)), color-stop(35%, rgba(5, 7, 8, 0.87)), color-stop(72%, rgba(5, 7, 8, 0.18)), to(rgba(5, 7, 8, 0.1))), -webkit-gradient(linear, left bottom, left top, from(rgba(5, 7, 8, 0.7)), color-stop(38%, transparent));
  background: -webkit-linear-gradient(left, rgba(5, 7, 8, 0.98) 0%, rgba(5, 7, 8, 0.87) 35%, rgba(5, 7, 8, 0.18) 72%, rgba(5, 7, 8, 0.1) 100%), -webkit-linear-gradient(bottom, rgba(5, 7, 8, 0.7) 0%, transparent 38%);
  background: -o-linear-gradient(left, rgba(5, 7, 8, 0.98) 0%, rgba(5, 7, 8, 0.87) 35%, rgba(5, 7, 8, 0.18) 72%, rgba(5, 7, 8, 0.1) 100%), -o-linear-gradient(bottom, rgba(5, 7, 8, 0.7) 0%, transparent 38%);
  background: linear-gradient(90deg, rgba(5, 7, 8, 0.98) 0%, rgba(5, 7, 8, 0.87) 35%, rgba(5, 7, 8, 0.18) 72%, rgba(5, 7, 8, 0.1) 100%), linear-gradient(0deg, rgba(5, 7, 8, 0.7) 0%, transparent 38%);
}

.art-home__nav,
.art-home__hero-content,
.art-home__workflow,
.art-home__detail,
.art-home__faq,
.art-home__final,
.art-home__footer {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
}

.art-home__nav {
  min-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--art-line);
}

.art-home__brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.art-home__brand-logo {
  width: 210px;
  max-height: 48px;
  display: block;
}

.art-home__brand-mark {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--art-accent);
  border-radius: 50% 50% 8% 50%;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.art-home__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 500;
}
.art-home__nav-links > a {
  -webkit-transition: color 180ms ease, opacity 180ms ease;
  -o-transition: color 180ms ease, opacity 180ms ease;
  transition: color 180ms ease, opacity 180ms ease;
}
.art-home__nav-links > a:hover, .art-home__nav-links > a:focus-visible {
  color: var(--art-accent);
}

.art-home__nav-action {
  padding: 10px 17px;
  border: 1px solid var(--art-line);
  border-radius: 999px;
}

.art-home__hero-content {
  padding: 13vh 0 16vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.art-home__eyebrow {
  margin: 0 0 24px;
  color: var(--art-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.art-home h1,
.art-home h2,
.art-home h3,
.art-home p {
  color: inherit;
}

.art-home h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(52px, 7vw, 108px);
  font-weight: 500;
  letter-spacing: -0.066em;
  line-height: 0.92;
}

.art-home__lead {
  max-width: 510px;
  margin: 30px 0 0;
  color: #cbc9c5 !important;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}

.art-home__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.art-home__button {
  min-height: 54px;
  padding: 0 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  border: 1px solid var(--art-line);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: background 180ms ease, color 180ms ease, border-color 180ms ease, -webkit-transform 180ms ease;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, -webkit-transform 180ms ease;
  -o-transition: background 180ms ease, color 180ms ease, border-color 180ms ease, -o-transform 180ms ease;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.art-home__button:hover, .art-home__button:focus-visible {
  -webkit-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}

.art-home__button--primary {
  border-color: var(--art-accent);
  background: var(--art-accent);
  color: #14100e !important;
}
.art-home__button--primary:hover, .art-home__button--primary:focus-visible {
  border-color: #ff8b61;
  background: #ff8b61;
}

.art-home__button--quiet {
  background: rgba(10, 12, 13, 0.34);
  backdrop-filter: blur(12px);
}
.art-home__button--quiet:hover, .art-home__button--quiet:focus-visible {
  background: var(--art-ink);
  color: var(--art-bg) !important;
}

.art-home__scroll {
  position: absolute;
  right: max(24px, (100vw - 1320px) / 2);
  bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  color: #d9d6d0 !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) translateX(-100%);
       -o-transform: rotate(90deg) translateX(-100%);
          transform: rotate(90deg) translateX(-100%);
  -webkit-transform-origin: right bottom;
       -o-transform-origin: right bottom;
          transform-origin: right bottom;
}

.art-home__scroll-line {
  width: 62px;
  height: 1px;
  overflow: hidden;
  background: var(--art-line);
}
.art-home__scroll-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--art-accent);
  -webkit-animation: art-home-scroll-line 2.4s ease-in-out infinite;
       -o-animation: art-home-scroll-line 2.4s ease-in-out infinite;
          animation: art-home-scroll-line 2.4s ease-in-out infinite;
}

.art-home__workflow {
  padding: 150px 0 140px;
}

.art-home__section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) 1.3fr;
  gap: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 92px;
}
.art-home__section-heading .art-home__eyebrow {
  margin-bottom: 8px;
}

.art-home h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.art-home__steps {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--art-line);
  list-style: none;
}
.art-home__steps li {
  min-height: 180px;
  padding: 42px 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) 1.3fr;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-bottom: 1px solid var(--art-line);
}
.art-home__steps h3 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.04em;
}
.art-home__steps p {
  max-width: 560px;
  margin: 0;
  color: var(--art-muted) !important;
  font-size: 17px;
  line-height: 1.65;
}

.art-home__step-number {
  color: var(--art-accent);
  font-family: "Space Mono", monospace;
  font-size: 13px;
}

.art-home__detail {
  padding: 130px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(70px, 10vw, 170px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.art-home__detail-copy > p:not(.art-home__eyebrow) {
  max-width: 500px;
  margin: 30px 0 34px;
  color: var(--art-muted) !important;
  font-size: 18px;
  line-height: 1.65;
}

.art-home__text-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--art-accent);
  font-size: 14px;
  font-weight: 700;
}

.art-home__signal {
  border-top: 1px solid var(--art-line);
}
.art-home__signal a {
  min-height: 116px;
  padding: 0 4px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--art-line);
  -webkit-transition: padding 220ms ease, color 220ms ease;
  -o-transition: padding 220ms ease, color 220ms ease;
  transition: padding 220ms ease, color 220ms ease;
}
.art-home__signal a:hover, .art-home__signal a:focus-visible {
  padding-right: 14px;
  padding-left: 14px;
  color: var(--art-accent);
}
.art-home__signal span {
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 500;
  letter-spacing: -0.035em;
}
.art-home__signal small {
  color: var(--art-muted);
  font-size: 13px;
}
.art-home__signal b {
  font-size: 20px;
}

.art-home__faq {
  padding: 140px 0;
  border-top: 1px solid var(--art-line);
}

.art-home__faq-list {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--art-line);
}
.art-home__faq-list > div {
  padding: 34px 0;
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) 1.3fr;
  gap: 60px;
  border-bottom: 1px solid var(--art-line);
}
.art-home__faq-list dt {
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
.art-home__faq-list dd {
  max-width: 640px;
  margin: 0;
  color: var(--art-muted);
  font-size: 17px;
  line-height: 1.65;
}

.art-home__final {
  min-height: 490px;
  padding: 110px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  border-top: 1px solid var(--art-line);
}
.art-home__final .art-home__eyebrow {
  margin-bottom: 22px;
}
.art-home__final .art-home__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.art-home__footer {
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--art-line);
  color: var(--art-muted);
}
.art-home__footer p {
  margin: 0;
  font-size: 12px;
}

[data-home-intro],
[data-home-reveal] {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.art-home.is-motion-ready [data-home-intro] {
  opacity: 0;
  -webkit-transform: translateY(24px);
       -o-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 700ms ease, -webkit-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: opacity 700ms ease, -webkit-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  -o-transition: opacity 700ms ease, -o-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), -o-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.art-home.is-motion-ready [data-home-intro].is-visible {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.art-home.is-motion-ready [data-home-reveal] {
  opacity: 0;
  -webkit-transform: translateY(36px);
       -o-transform: translateY(36px);
          transform: translateY(36px);
  -webkit-transition: opacity 700ms ease, -webkit-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: opacity 700ms ease, -webkit-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  -o-transition: opacity 700ms ease, -o-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), -o-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.art-home.is-motion-ready [data-home-reveal].is-visible {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

@-webkit-keyframes art-home-scroll-line {
  0%, 20% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60%, 100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-o-keyframes art-home-scroll-line {
  0%, 20% {
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
  }
  60%, 100% {
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
}

@keyframes art-home-scroll-line {
  0%, 20% {
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60%, 100% {
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (max-width: 780px) {
  .art-home__nav,
  .art-home__hero-content,
  .art-home__workflow,
  .art-home__detail,
  .art-home__faq,
  .art-home__final,
  .art-home__footer {
    width: min(100% - 32px, 1320px);
  }
  .art-home__nav {
    min-height: 76px;
  }
  .art-home__nav-links > a:not(.art-home__nav-action) {
    display: none;
  }
  .art-home__hero-content {
    padding: 100px 0 130px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .art-home__hero-media img {
    -o-object-position: 67% center;
       object-position: 67% center;
  }
  .art-home__hero-shade {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 7, 8, 0.98)), color-stop(54%, rgba(5, 7, 8, 0.72)), to(rgba(5, 7, 8, 0.16))), -webkit-gradient(linear, left top, right top, from(rgba(5, 7, 8, 0.72)), color-stop(90%, transparent));
    background: -webkit-linear-gradient(bottom, rgba(5, 7, 8, 0.98) 0%, rgba(5, 7, 8, 0.72) 54%, rgba(5, 7, 8, 0.16) 100%), -webkit-linear-gradient(left, rgba(5, 7, 8, 0.72), transparent 90%);
    background: -o-linear-gradient(bottom, rgba(5, 7, 8, 0.98) 0%, rgba(5, 7, 8, 0.72) 54%, rgba(5, 7, 8, 0.16) 100%), -o-linear-gradient(left, rgba(5, 7, 8, 0.72), transparent 90%);
    background: linear-gradient(0deg, rgba(5, 7, 8, 0.98) 0%, rgba(5, 7, 8, 0.72) 54%, rgba(5, 7, 8, 0.16) 100%), linear-gradient(90deg, rgba(5, 7, 8, 0.72), transparent 90%);
  }
  .art-home h1 {
    max-width: 620px;
    font-size: clamp(48px, 14vw, 76px);
  }
  .art-home__scroll {
    display: none;
  }
  .art-home__workflow {
    padding: 105px 0 90px;
  }
  .art-home__faq {
    padding: 90px 0;
  }
  .art-home__section-heading,
  .art-home__steps li,
  .art-home__detail,
  .art-home__faq-list > div {
    grid-template-columns: 1fr;
  }
  .art-home__section-heading {
    gap: 24px;
    margin-bottom: 58px;
  }
  .art-home__steps li {
    min-height: 0;
    gap: 26px;
  }
  .art-home__detail {
    padding: 90px 0;
    gap: 70px;
  }
  .art-home__faq-list > div {
    gap: 16px;
  }
  .art-home__final {
    min-height: 420px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 480px) {
  .art-home__brand {
    font-size: 16px;
  }
  .art-home__nav-action {
    padding: 9px 13px;
    font-size: 12px;
  }
  .art-home__hero-content {
    padding-bottom: 70px;
  }
  .art-home__actions {
    width: 100%;
  }
  .art-home__actions .art-home__button {
    width: 100%;
  }
  .art-home__signal a {
    grid-template-columns: 1fr auto;
  }
  .art-home__signal a small {
    display: none;
  }
  .art-home__footer {
    min-height: 130px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .art-home *,
  .art-home *::before,
  .art-home *::after {
    scroll-behavior: auto !important;
    -webkit-animation-duration: 0.01ms !important;
         -o-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
         -o-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
/* stylelint-disable declaration-block-single-line-max-declarations, unit-no-unknown */
.art-model-route {
  --art-model-bg: #08090a;
  --art-model-surface: #111315;
  --art-model-ink: #f3efe8;
  --art-model-muted: #a8aaa8;
  --art-model-accent: #ff713d;
  --art-model-line: rgba(243, 239, 232, 0.17);
  background: var(--art-model-bg);
}
.art-model-route .main-content-wrapper,
.art-model-route main#main {
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.art-models,
.art-model {
  min-height: 100vh;
  background: var(--art-model-bg);
  color: var(--art-model-ink);
  font-family: "Roboto", sans-serif;
}
.art-models *,
.art-models *::before,
.art-models *::after,
.art-model *,
.art-model *::before,
.art-model *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.art-models a,
.art-model a {
  color: inherit;
  text-decoration: none;
}
.art-models h1,
.art-models h2,
.art-model h1,
.art-model h2 {
  color: var(--art-model-ink) !important;
}
.art-models p,
.art-model p {
  color: var(--art-model-ink) !important;
}

.art-models__nav {
  width: min(100% - 48px, 1320px);
  min-height: 92px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--art-model-line);
}
.art-models__nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 14px;
}
.art-models__nav > div a {
  -webkit-transition: color 180ms ease;
  -o-transition: color 180ms ease;
  transition: color 180ms ease;
}
.art-models__nav > div a:hover,
.art-models__nav > div a:focus-visible,
.art-models__nav > div a[aria-current=page] {
  color: var(--art-model-accent);
}

.art-models .art-models__eyebrow,
.art-model .art-models__eyebrow {
  margin: 0 0 22px;
  color: var(--art-model-accent) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.art-models__intro {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  padding: clamp(90px, 12vw, 170px) 0 clamp(78px, 9vw, 130px);
  border-bottom: 1px solid var(--art-model-line);
}
.art-models__intro h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(54px, 8vw, 118px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}
.art-models__intro > p:last-child {
  max-width: 540px;
  margin: 34px 0 0 auto;
  color: var(--art-model-muted) !important;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.art-models__grid {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  padding: 28px 0 120px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px 18px;
}

.art-models__item {
  height: 100%;
}
.art-models__item a {
  height: 100%;
  display: block;
}
.art-models__item a:hover .art-models__model-card,
.art-models__item a:focus-visible .art-models__model-card {
  border-color: var(--art-model-accent);
  -webkit-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
}

.art-models__model-card {
  min-height: 330px;
  height: 100%;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--art-model-line);
  background: var(--art-model-surface);
  -webkit-transition: border-color 220ms ease, -webkit-transform 220ms ease;
  transition: border-color 220ms ease, -webkit-transform 220ms ease;
  -o-transition: border-color 220ms ease, -o-transform 220ms ease;
  transition: transform 220ms ease, border-color 220ms ease;
  transition: transform 220ms ease, border-color 220ms ease, -webkit-transform 220ms ease, -o-transform 220ms ease;
}
.art-models__model-card h2 {
  margin: 42px 0 16px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}
.art-models__model-card code {
  color: var(--art-model-muted);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.art-models__model-meta,
.art-models__model-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
}

.art-models__model-meta {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.art-models__model-meta span {
  color: var(--art-model-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.art-models__model-meta small {
  color: var(--art-model-muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.art-models__model-footer {
  margin-top: auto;
  padding-top: 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid var(--art-model-line);
  color: var(--art-model-muted);
  font-size: 12px;
}
.art-models__model-footer b {
  color: var(--art-model-ink);
  font-size: 18px;
}

.art-model__profile-copy code {
  color: inherit;
  overflow-wrap: anywhere;
}

.art-models__pagination,
.art-models__footer {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--art-model-line);
}

.art-models__pagination {
  padding: 30px 0 90px;
  color: var(--art-model-muted);
  font-size: 13px;
}
.art-models__pagination a {
  color: var(--art-model-ink);
}

.art-models__footer {
  padding: 38px 0 52px;
  color: var(--art-model-muted);
  font-size: 13px;
}
.art-models__footer p {
  margin: 0;
  color: var(--art-model-muted) !important;
}
.art-models__footer a {
  color: var(--art-model-ink);
}

.art-model__hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.art-model__hero-media,
.art-model__hero-shade {
  position: absolute;
  inset: 0;
}

.art-model__hero-media {
  z-index: -2;
}
.art-model__hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 28%;
     object-position: center 28%;
  -webkit-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}

.art-model__hero-shade {
  z-index: -1;
  background: -webkit-radial-gradient(78% 35%, circle, rgba(255, 113, 61, 0.2), transparent 30%), -webkit-linear-gradient(315deg, #050607 0%, #111315 58%, #1c100c 100%);
  background: -o-radial-gradient(78% 35%, circle, rgba(255, 113, 61, 0.2), transparent 30%), -o-linear-gradient(315deg, #050607 0%, #111315 58%, #1c100c 100%);
  background: radial-gradient(circle at 78% 35%, rgba(255, 113, 61, 0.2), transparent 30%), linear-gradient(135deg, #050607 0%, #111315 58%, #1c100c 100%);
}

.art-model__hero-copy {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  padding: 10vh 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.art-model__hero-copy h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(62px, 8vw, 118px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.88;
  overflow-wrap: anywhere;
}
.art-model__hero-copy > p:last-child {
  max-width: 580px;
  margin: 34px 0 0;
  color: #cbc8c1 !important;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.art-model__back {
  margin-bottom: auto;
  color: #d5d1ca !important;
  font-size: 13px;
}

.art-model__profile,
.art-model__gallery,
.art-model__cta {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
}

.art-model__profile {
  padding: 150px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 10vw;
  border-bottom: 1px solid var(--art-model-line);
}
.art-model__profile h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 500;
  letter-spacing: -0.06em;
}

.art-model__profile-copy > p {
  margin: 0 0 58px;
  color: #d5d1cb !important;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.45;
}
.art-model__profile-copy dl {
  margin: 0;
}
.art-model__profile-copy dl div {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  border-top: 1px solid var(--art-model-line);
}
.art-model__profile-copy dt {
  color: var(--art-model-muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.art-model__profile-copy dd {
  margin: 0;
}

.art-model__gallery {
  padding: 140px 0;
}

.art-model__gallery-heading {
  margin-bottom: 70px;
}
.art-model__gallery-heading h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(48px, 7vw, 98px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.art-model__masonry {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
.art-model__masonry figure {
  margin: 0 0 18px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.art-model__masonry img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 500ms ease, -webkit-filter 300ms ease;
  transition: -webkit-transform 500ms ease, -webkit-filter 300ms ease;
  -o-transition: filter 300ms ease, -o-transform 500ms ease;
  transition: transform 500ms ease, filter 300ms ease;
  transition: transform 500ms ease, filter 300ms ease, -webkit-transform 500ms ease, -o-transform 500ms ease, -webkit-filter 300ms ease;
}
.art-model__masonry figure:hover img {
  -webkit-transform: scale(0.99);
       -o-transform: scale(0.99);
          transform: scale(0.99);
  -webkit-filter: brightness(1.06);
          filter: brightness(1.06);
}
.art-model__masonry figcaption {
  padding: 10px 0 4px;
  color: var(--art-model-muted);
  font-size: 12px;
}

.art-model__cta {
  padding: 110px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  border-top: 1px solid var(--art-model-line);
}
.art-model__cta h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.95;
}
.art-model__cta > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 18px 22px;
  background: var(--art-model-accent);
  color: #17100d;
  font-size: 14px;
  font-weight: 700;
}

.is-motion-ready [data-model-intro],
.is-motion-ready [data-model-reveal] {
  opacity: 0;
  -webkit-transform: translateY(24px);
       -o-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 700ms ease, -webkit-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: opacity 700ms ease, -webkit-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  -o-transition: opacity 700ms ease, -o-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), -o-transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.is-motion-ready [data-model-intro].is-visible,
.is-motion-ready [data-model-reveal].is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 900px) {
  .art-models__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .art-model__profile {
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .art-model__masonry {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .art-model__cta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 620px) {
  .art-models__nav {
    width: min(100% - 32px, 1320px);
    min-height: 76px;
  }
  .art-models__nav > div {
    gap: 16px;
  }
  .art-models__nav > div a:nth-child(2) {
    display: none;
  }
  .art-models__nav > div a:nth-child(3) {
    display: none;
  }
  .art-models__nav .art-home__brand {
    white-space: nowrap;
  }
  .art-models__intro,
  .art-models__grid,
  .art-models__pagination,
  .art-models__footer,
  .art-model__hero-copy,
  .art-model__profile,
  .art-model__gallery,
  .art-model__cta {
    width: min(100% - 32px, 1320px);
  }
  .art-models__grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .art-models__intro h1 {
    font-size: clamp(48px, 15vw, 72px);
  }
  .art-model__hero-copy {
    padding-top: 110px;
  }
  .art-model__hero-copy h1 {
    font-size: clamp(64px, 20vw, 104px);
  }
  .art-model__hero-shade {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 6, 7, 0.97)), color-stop(58%, rgba(5, 6, 7, 0.58)), to(rgba(5, 6, 7, 0.16)));
    background: -webkit-linear-gradient(bottom, rgba(5, 6, 7, 0.97) 0%, rgba(5, 6, 7, 0.58) 58%, rgba(5, 6, 7, 0.16) 100%);
    background: -o-linear-gradient(bottom, rgba(5, 6, 7, 0.97) 0%, rgba(5, 6, 7, 0.58) 58%, rgba(5, 6, 7, 0.16) 100%);
    background: linear-gradient(0deg, rgba(5, 6, 7, 0.97) 0%, rgba(5, 6, 7, 0.58) 58%, rgba(5, 6, 7, 0.16) 100%);
  }
  .art-model__profile {
    padding: 100px 0;
  }
  .art-model__gallery {
    padding: 100px 0;
  }
  .art-model__masonry {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .art-models__model-card,
  .art-model__masonry img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
/* stylelint-disable declaration-block-single-line-max-declarations, selector-max-compound-selectors */
body.about,
body.how-it-works,
body.faq,
body.ai-image-generator,
body.responsible-ai,
body.privacy-policy,
body.terms,
body.refund-policy,
body.cancellation-policy,
body.contact,
body.support,
body.nsfw-ai-image-generator,
body.uncensored-ai-image-generator {
  --art-public-bg: #08090a;
  --art-public-surface: #111315;
  --art-public-ink: #f3efe8;
  --art-public-muted: #9fa3a2;
  --art-public-accent: #ff713d;
  --art-public-line: rgba(243, 239, 232, 0.17);
  background: var(--art-public-bg);
  color: var(--art-public-ink);
}
body.about .main-content-wrapper,
body.about main#main,
body.how-it-works .main-content-wrapper,
body.how-it-works main#main,
body.faq .main-content-wrapper,
body.faq main#main,
body.ai-image-generator .main-content-wrapper,
body.ai-image-generator main#main,
body.responsible-ai .main-content-wrapper,
body.responsible-ai main#main,
body.privacy-policy .main-content-wrapper,
body.privacy-policy main#main,
body.terms .main-content-wrapper,
body.terms main#main,
body.refund-policy .main-content-wrapper,
body.refund-policy main#main,
body.cancellation-policy .main-content-wrapper,
body.cancellation-policy main#main,
body.contact .main-content-wrapper,
body.contact main#main,
body.support .main-content-wrapper,
body.support main#main,
body.nsfw-ai-image-generator .main-content-wrapper,
body.nsfw-ai-image-generator main#main,
body.uncensored-ai-image-generator .main-content-wrapper,
body.uncensored-ai-image-generator main#main {
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.art-public--legal,
.art-public--contact,
.art-public--support {
  min-height: 70vh;
}
.art-public--legal .art-public__statement > p:last-child,
.art-public--contact .art-public__statement > p:last-child,
.art-public--support .art-public__statement > p:last-child {
  max-width: 760px;
  margin: 30px 0 0 !important;
  color: var(--art-public-muted) !important;
  font-size: 18px;
  line-height: 1.7;
}

.art-contact-form {
  display: grid;
  gap: 22px;
}
.art-contact-form label {
  display: grid;
  gap: 9px;
  color: var(--art-public-ink);
  font-size: 13px;
  font-weight: 700;
}
.art-contact-form input,
.art-contact-form select,
.art-contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--art-public-line);
  border-radius: 0;
  background: var(--art-public-surface) !important;
  color: var(--art-public-ink);
  font: inherit;
}
.art-contact-form input:focus,
.art-contact-form select:focus,
.art-contact-form textarea:focus {
  border-color: var(--art-public-accent);
  outline: 1px solid var(--art-public-accent);
}
.art-contact-form .chosen-container {
  width: 100% !important;
}
.art-contact-form .chosen-container-single .chosen-single {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  border: 1px solid var(--art-public-line);
  border-radius: 0;
  background: var(--art-public-surface) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--art-public-ink);
}
.art-contact-form .chosen-container-single .chosen-single span {
  color: var(--art-public-muted);
}
.art-contact-form .chosen-container-single .chosen-single div b {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.65;
}
.art-contact-form .chosen-container-active .chosen-single {
  border-color: var(--art-public-accent);
  -webkit-box-shadow: 0 0 0 1px var(--art-public-accent);
          box-shadow: 0 0 0 1px var(--art-public-accent);
}
.art-contact-form .chosen-container .chosen-drop {
  border-color: var(--art-public-line);
  border-radius: 0;
  background: var(--art-public-surface);
  color: var(--art-public-ink);
}
.art-contact-form .chosen-container .chosen-results li {
  color: var(--art-public-ink);
}
.art-contact-form .chosen-container .chosen-results li.highlighted {
  background: var(--art-public-accent);
  color: #14100e;
}
.art-contact-form textarea {
  min-height: 180px;
  resize: vertical;
}
.art-contact-form .art-public__button {
  justify-self: start;
}

.art-contact-form__trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.art-public {
  background: var(--art-public-bg);
  color: var(--art-public-ink);
  font-family: "Roboto", sans-serif;
}
.art-public *,
.art-public *::before,
.art-public *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.art-public a {
  color: inherit;
  text-decoration: none;
}
.art-public h1,
.art-public h2,
.art-public h3 {
  color: var(--art-public-ink) !important;
}
.art-public p {
  color: var(--art-public-ink) !important;
}

.art-public__hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--art-public-line);
  background: #090b0c;
}

.art-public__hero-media,
.art-public__hero-shade {
  position: absolute;
  inset: 0;
}

.art-public__hero-media {
  z-index: -3;
}
.art-public__hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: saturate(0.76) contrast(1.08);
          filter: saturate(0.76) contrast(1.08);
  -webkit-transform: scale(1.035);
       -o-transform: scale(1.035);
          transform: scale(1.035);
  -webkit-animation: art-public-image-in 1300ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
       -o-animation: art-public-image-in 1300ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
          animation: art-public-image-in 1300ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.art-public__hero-media--about img {
  -o-object-position: 58% 36%;
     object-position: 58% 36%;
}

.art-public__hero-media--how img {
  -o-object-position: 70% 46%;
     object-position: 70% 46%;
  -webkit-transform: scale(1.08);
       -o-transform: scale(1.08);
          transform: scale(1.08);
}

.art-public__hero-media--faq img {
  -o-object-position: 48% 58%;
     object-position: 48% 58%;
  -webkit-filter: saturate(0.55) contrast(1.12);
          filter: saturate(0.55) contrast(1.12);
}

.art-public__hero-shade {
  z-index: -2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(5, 7, 8, 0.98)), color-stop(38%, rgba(5, 7, 8, 0.91)), color-stop(72%, rgba(5, 7, 8, 0.25)), to(rgba(5, 7, 8, 0.42))), -webkit-gradient(linear, left bottom, left top, from(rgba(5, 7, 8, 0.9)), color-stop(52%, transparent));
  background: -webkit-linear-gradient(left, rgba(5, 7, 8, 0.98) 0%, rgba(5, 7, 8, 0.91) 38%, rgba(5, 7, 8, 0.25) 72%, rgba(5, 7, 8, 0.42) 100%), -webkit-linear-gradient(bottom, rgba(5, 7, 8, 0.9) 0%, transparent 52%);
  background: -o-linear-gradient(left, rgba(5, 7, 8, 0.98) 0%, rgba(5, 7, 8, 0.91) 38%, rgba(5, 7, 8, 0.25) 72%, rgba(5, 7, 8, 0.42) 100%), -o-linear-gradient(bottom, rgba(5, 7, 8, 0.9) 0%, transparent 52%);
  background: linear-gradient(90deg, rgba(5, 7, 8, 0.98) 0%, rgba(5, 7, 8, 0.91) 38%, rgba(5, 7, 8, 0.25) 72%, rgba(5, 7, 8, 0.42) 100%), linear-gradient(0deg, rgba(5, 7, 8, 0.9) 0%, transparent 52%);
}

.art-public__hero-copy {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  padding: clamp(90px, 14vh, 165px) 0 clamp(72px, 10vh, 118px);
}
.art-public__hero-copy h1 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(58px, 7.5vw, 112px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.art-public__eyebrow {
  margin: 0 0 22px;
  color: var(--art-public-accent) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.art-public__hero-lead {
  max-width: 610px;
  margin: 32px 0 0 !important;
  color: rgba(243, 239, 232, 0.78) !important;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.55;
}

.art-public__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.art-public__button {
  min-height: 52px;
  padding: 13px 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  border: 1px solid var(--art-public-line);
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, -webkit-transform 180ms ease;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, -webkit-transform 180ms ease;
  -o-transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, -o-transform 180ms ease;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.art-public__button:hover, .art-public__button:focus-visible {
  -webkit-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}

.art-public__button--primary {
  border-color: var(--art-public-accent);
  background: var(--art-public-accent);
  color: #100d0b !important;
}
.art-public__button--primary:hover, .art-public__button--primary:focus-visible {
  background: #ff8a5f;
  border-color: #ff8a5f;
}

.art-public__button--quiet {
  background: rgba(8, 9, 10, 0.35);
}
.art-public__button--quiet:hover, .art-public__button--quiet:focus-visible {
  border-color: rgba(243, 239, 232, 0.52);
}

.art-public__statement,
.art-public__split,
.art-public__capabilities,
.art-public__process,
.art-public__prompt,
.art-public__faq,
.art-public__answers,
.art-public__principles,
.art-public__final {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
}

.art-public__statement {
  padding: clamp(110px, 16vw, 225px) 0;
  border-bottom: 1px solid var(--art-public-line);
}
.art-public__statement h2 {
  max-width: 1130px;
  margin: 0;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.97;
}

.art-public__split {
  padding: clamp(100px, 13vw, 180px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.75fr);
  gap: clamp(60px, 10vw, 170px);
  border-bottom: 1px solid var(--art-public-line);
}
.art-public__split h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.art-public__prose {
  -ms-flex-item-align: end;
      align-self: end;
}
.art-public__prose p {
  margin: 0 0 22px !important;
  color: var(--art-public-muted) !important;
  font-size: 17px;
  line-height: 1.72;
}

.art-public__text-link {
  margin-top: 18px;
  padding-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 18px;
  border-bottom: 1px solid var(--art-public-accent);
  font-size: 14px;
  font-weight: 700;
}

.art-public__capabilities,
.art-public__process {
  padding: clamp(100px, 13vw, 180px) 0;
}
.art-public__capabilities > header,
.art-public__process > header {
  max-width: 760px;
  margin-bottom: clamp(62px, 8vw, 105px);
}
.art-public__capabilities > header h2,
.art-public__process > header h2 {
  margin: 0;
  font-size: clamp(45px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}
.art-public__capabilities ol,
.art-public__process ol {
  margin: 0;
  padding: 0;
}
.art-public__capabilities li,
.art-public__process li {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 30px;
  padding: 36px 0;
  border-top: 1px solid var(--art-public-line);
  list-style: none;
}
.art-public__capabilities li > span,
.art-public__process li > span {
  color: var(--art-public-accent);
  font-family: monospace;
  font-size: 12px;
}
.art-public__capabilities li h3,
.art-public__process li h3 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 500;
  letter-spacing: -0.04em;
}
.art-public__capabilities li p,
.art-public__process li p {
  max-width: 720px;
  margin: 0 !important;
  color: var(--art-public-muted) !important;
  font-size: 16px;
  line-height: 1.65;
}

.art-public__principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--art-public-line);
  border-bottom: 1px solid var(--art-public-line);
}
.art-public__principles div {
  padding: 42px 32px;
  border-right: 1px solid var(--art-public-line);
}
.art-public__principles div:first-child {
  padding-left: 0;
}
.art-public__principles div:last-child {
  border-right: 0;
}
.art-public__principles span {
  color: var(--art-public-accent);
  font-size: 30px;
  font-weight: 500;
}
.art-public__principles p {
  margin: 8px 0 0 !important;
  color: var(--art-public-muted) !important;
  font-size: 14px;
}

.art-public__process > header {
  max-width: 900px;
}
.art-public__process li {
  grid-template-columns: 80px minmax(120px, 0.35fr) minmax(0, 1fr);
  padding: 46px 0;
}
.art-public__process li .art-public__process-verb {
  color: var(--art-public-ink);
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.art-public__prompt {
  padding: clamp(90px, 12vw, 150px) 0;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1.2fr);
  gap: clamp(60px, 10vw, 150px);
  border-top: 1px solid var(--art-public-line);
  border-bottom: 1px solid var(--art-public-line);
}
.art-public__prompt h2 {
  margin: 0 0 26px;
  font-size: clamp(42px, 4.8vw, 70px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}
.art-public__prompt > div > p:last-child {
  color: var(--art-public-muted) !important;
  font-size: 17px;
  line-height: 1.65;
}
.art-public__prompt figure {
  margin: 0;
  padding: 36px 0 0;
  border-top: 1px solid var(--art-public-accent);
}
.art-public__prompt figure figcaption {
  color: var(--art-public-muted);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.art-public__prompt figure blockquote {
  margin: 34px 0;
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1.35;
}
.art-public__prompt figure blockquote span {
  color: var(--art-public-accent);
}
.art-public__prompt figure p {
  max-width: 620px;
  color: var(--art-public-muted) !important;
  font-family: monospace;
  font-size: 13px;
  line-height: 1.7;
}

.art-public__faq {
  padding: clamp(100px, 13vw, 180px) 0;
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.25fr);
  gap: clamp(60px, 10vw, 160px);
}
.art-public__faq header {
  position: sticky;
  top: 130px;
  -ms-flex-item-align: start;
      align-self: start;
}
.art-public__faq header h2 {
  margin: 0;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.art-public__faq-list {
  border-top: 1px solid var(--art-public-line);
}
.art-public__faq-list details {
  border-bottom: 1px solid var(--art-public-line);
}
.art-public__faq-list summary {
  min-height: 92px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 54px 1fr 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  cursor: pointer;
  list-style: none;
}
.art-public__faq-list summary::-webkit-details-marker {
  display: none;
}
.art-public__faq-list summary > span {
  color: var(--art-public-accent);
  font-family: monospace;
  font-size: 11px;
}
.art-public__faq-list summary strong {
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 500;
  letter-spacing: -0.025em;
}
.art-public__faq-list summary i {
  width: 16px;
  height: 16px;
  position: relative;
}
.art-public__faq-list summary i::before,
.art-public__faq-list summary i::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 1px;
  background: currentColor;
  -webkit-transition: -webkit-transform 180ms ease;
  transition: -webkit-transform 180ms ease;
  -o-transition: -o-transform 180ms ease;
  transition: transform 180ms ease;
  transition: transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.art-public__faq-list summary i::after {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.art-public__faq-list details[open] summary i::after {
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.art-public__faq-list details:hover summary strong {
  color: var(--art-public-accent);
}
.art-public__faq-list details > div {
  padding: 0 42px 34px 72px;
}
.art-public__faq-list details > div p {
  max-width: 720px;
  margin: 0 !important;
  color: var(--art-public-muted) !important;
  font-size: 16px;
  line-height: 1.7;
}

.art-public__answers {
  padding-bottom: clamp(100px, 13vw, 180px);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.art-public__answers a {
  min-height: 210px;
  padding: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--art-public-line);
  -webkit-transition: border-color 180ms ease, background-color 180ms ease;
  -o-transition: border-color 180ms ease, background-color 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease;
}
.art-public__answers a + a {
  border-left: 0;
}
.art-public__answers a:hover,
.art-public__answers a:focus-visible {
  border-color: var(--art-public-accent);
  background: var(--art-public-surface);
}
.art-public__answers span {
  color: var(--art-public-muted);
  font-size: 13px;
}
.art-public__answers strong {
  max-width: 410px;
  margin-top: 16px;
  font-size: clamp(25px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.08;
}
.art-public__answers i {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: var(--art-public-accent);
  font-size: 22px;
  font-style: normal;
}

.art-public__final {
  padding: clamp(90px, 12vw, 150px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  border-top: 1px solid var(--art-public-line);
}
.art-public__final h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(46px, 6vw, 86px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.96;
}
.art-public__final .art-public__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.art-public.is-motion-ready [data-public-intro],
.art-public.is-motion-ready [data-public-reveal] {
  opacity: 0;
  -webkit-transform: translateY(24px);
       -o-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 620ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 620ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
  -o-transition: opacity 620ms ease, -o-transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1), -o-transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.art-public.is-motion-ready [data-public-intro].is-visible,
.art-public.is-motion-ready [data-public-reveal].is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes art-public-image-in {
  from {
    opacity: 0;
    -webkit-transform: scale(1.11);
            transform: scale(1.11);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.035);
            transform: scale(1.035);
  }
}

@-o-keyframes art-public-image-in {
  from {
    opacity: 0;
    -o-transform: scale(1.11);
       transform: scale(1.11);
  }
  to {
    opacity: 1;
    -o-transform: scale(1.035);
       transform: scale(1.035);
  }
}

@keyframes art-public-image-in {
  from {
    opacity: 0;
    -webkit-transform: scale(1.11);
         -o-transform: scale(1.11);
            transform: scale(1.11);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.035);
         -o-transform: scale(1.035);
            transform: scale(1.035);
  }
}
@media (max-width: 800px) {
  .art-public__hero-copy,
  .art-public__statement,
  .art-public__split,
  .art-public__capabilities,
  .art-public__process,
  .art-public__prompt,
  .art-public__faq,
  .art-public__answers,
  .art-public__principles,
  .art-public__final {
    width: min(100% - 32px, 1320px);
  }
  .art-public__hero-copy {
    padding: 100px 0 60px;
  }
  .art-public__hero-copy h1 {
    font-size: clamp(50px, 15vw, 76px);
  }
  .art-public__hero-shade {
    background: -webkit-gradient(linear, left top, right top, from(rgba(5, 7, 8, 0.97)), color-stop(66%, rgba(5, 7, 8, 0.74)), to(rgba(5, 7, 8, 0.52))), -webkit-gradient(linear, left bottom, left top, from(rgba(5, 7, 8, 0.94)), color-stop(58%, transparent));
    background: -webkit-linear-gradient(left, rgba(5, 7, 8, 0.97) 0%, rgba(5, 7, 8, 0.74) 66%, rgba(5, 7, 8, 0.52) 100%), -webkit-linear-gradient(bottom, rgba(5, 7, 8, 0.94), transparent 58%);
    background: -o-linear-gradient(left, rgba(5, 7, 8, 0.97) 0%, rgba(5, 7, 8, 0.74) 66%, rgba(5, 7, 8, 0.52) 100%), -o-linear-gradient(bottom, rgba(5, 7, 8, 0.94), transparent 58%);
    background: linear-gradient(90deg, rgba(5, 7, 8, 0.97) 0%, rgba(5, 7, 8, 0.74) 66%, rgba(5, 7, 8, 0.52) 100%), linear-gradient(0deg, rgba(5, 7, 8, 0.94), transparent 58%);
  }
  .art-public__hero-media img {
    -o-object-position: 63% center;
       object-position: 63% center;
  }
  .art-public__split,
  .art-public__prompt,
  .art-public__faq {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .art-public__process li {
    grid-template-columns: 52px 1fr;
    gap: 20px;
  }
  .art-public__process li > div {
    grid-column: 2;
  }
  .art-public__process li .art-public__process-verb {
    -ms-flex-item-align: start;
        align-self: start;
  }
  .art-public__principles {
    grid-template-columns: 1fr;
  }
  .art-public__principles div,
  .art-public__principles div:first-child {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--art-public-line);
  }
  .art-public__principles div:last-child {
    border-bottom: 0;
  }
  .art-public__faq header {
    position: static;
  }
  .art-public__answers {
    grid-template-columns: 1fr;
  }
  .art-public__answers a + a {
    border-top: 0;
    border-left: 1px solid var(--art-public-line);
  }
  .art-public__final {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 520px) {
  .art-public__hero-copy h1 {
    font-size: 52px;
  }
  .art-public__hero-lead {
    font-size: 17px;
  }
  .art-public__actions {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .art-public__button {
    width: 100%;
  }
  .art-public__capabilities li {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }
  .art-public__faq-list summary {
    grid-template-columns: 34px 1fr 20px;
    gap: 10px;
  }
  .art-public__faq-list details > div {
    padding: 0 20px 28px 44px;
  }
  .art-public__prompt {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .art-public__hero-media img {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
  .art-public *,
  .art-public *::before,
  .art-public *::after {
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
/* stylelint-disable declaration-block-single-line-max-declarations, selector-max-compound-selectors */
body.pricing {
  --pricing-bg: #08090a;
  --pricing-surface: #111315;
  --pricing-ink: #f4f0e9;
  --pricing-muted: #9da09f;
  --pricing-accent: #ff713d;
  --pricing-line: rgba(244, 240, 233, 0.16);
  background: var(--pricing-bg);
  color: var(--pricing-ink);
}
body.pricing .main-content-wrapper,
body.pricing main#main {
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.art-pricing {
  overflow: hidden;
  background: -webkit-radial-gradient(52% 3%, circle, rgba(255, 113, 61, 0.1), transparent 26%), var(--pricing-bg);
  background: -o-radial-gradient(52% 3%, circle, rgba(255, 113, 61, 0.1), transparent 26%), var(--pricing-bg);
  background: radial-gradient(circle at 52% 3%, rgba(255, 113, 61, 0.1), transparent 26%), var(--pricing-bg);
  color: var(--pricing-ink);
  font-family: "Roboto", sans-serif;
}
.art-pricing *,
.art-pricing *::before,
.art-pricing *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.art-pricing a {
  color: inherit;
  text-decoration: none;
}
.art-pricing h1,
.art-pricing h2,
.art-pricing h3,
.art-pricing p {
  color: var(--pricing-ink) !important;
}

.art-pricing__intro,
.art-pricing__plans,
.art-pricing__comparison,
.art-pricing__note,
.art-pricing__faq,
.art-pricing__final {
  width: min(100% - 48px, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.art-pricing__intro {
  min-height: 610px;
  padding: clamp(105px, 14vw, 190px) 0 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.art-pricing__eyebrow {
  margin: 0 0 20px !important;
  color: var(--pricing-accent) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.art-pricing__intro h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(66px, 9vw, 132px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.82;
  text-transform: uppercase;
}

.art-pricing__lead {
  max-width: 580px;
  margin: 36px auto 0 !important;
  color: rgba(244, 240, 233, 0.72) !important;
  font-size: 17px;
  line-height: 1.65;
}

.art-pricing__platforms {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  color: var(--pricing-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.art-pricing__platforms i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--pricing-accent);
}

.art-pricing__plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--pricing-line);
  border-left: 1px solid var(--pricing-line);
}

.art-pricing__plan {
  min-height: 690px;
  padding: clamp(30px, 4vw, 58px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid var(--pricing-line);
  border-bottom: 1px solid var(--pricing-line);
  background: rgba(17, 19, 21, 0.54);
  -webkit-transition: background-color 220ms ease, -webkit-transform 220ms ease;
  transition: background-color 220ms ease, -webkit-transform 220ms ease;
  -o-transition: background-color 220ms ease, -o-transform 220ms ease;
  transition: background-color 220ms ease, transform 220ms ease;
  transition: background-color 220ms ease, transform 220ms ease, -webkit-transform 220ms ease, -o-transform 220ms ease;
}
.art-pricing__plan:hover {
  background: var(--pricing-surface);
}
.art-pricing__plan h3 {
  margin: 42px 0 0;
  font-size: clamp(39px, 4.5vw, 66px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
}
.art-pricing__plan ul {
  margin: 42px 0 0;
  padding: 0;
}
.art-pricing__plan li {
  position: relative;
  margin: 0;
  padding: 13px 0 13px 24px;
  border-top: 1px solid var(--pricing-line);
  color: var(--pricing-muted);
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}
.art-pricing__plan li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 20px;
  left: 0;
  border: 1px solid var(--pricing-accent);
  border-radius: 50%;
}
.art-pricing__plan li strong {
  color: var(--pricing-ink);
  font-weight: 700;
}

.art-pricing__plan--active {
  position: relative;
  background: #161412;
}
.art-pricing__plan--active::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border: 1px solid var(--pricing-accent);
  pointer-events: none;
}
.art-pricing__plan--active > * {
  position: relative;
  z-index: 1;
}

.art-pricing__plan--wide {
  min-height: 320px;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 60px;
}
.art-pricing__plan--wide h3 {
  max-width: 850px;
}
.art-pricing__plan--wide .art-pricing__fit {
  max-width: 650px;
}

.art-pricing__plan-topline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--pricing-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.art-pricing__plan-index {
  color: var(--pricing-muted);
  font-family: monospace;
}

.art-pricing__price {
  min-height: 108px;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
.art-pricing__price strong {
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.8;
}
.art-pricing__price span {
  color: var(--pricing-muted);
  font-size: 13px;
}

.art-pricing__price--soon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.art-pricing__price--soon strong {
  color: rgba(244, 240, 233, 0.38);
  font-size: clamp(39px, 5vw, 62px);
  line-height: 0.85;
  text-transform: uppercase;
}

.art-pricing__fit {
  max-width: 420px;
  min-height: 72px;
  margin: 34px 0 0 !important;
  color: var(--pricing-muted) !important;
  font-size: 15px;
  line-height: 1.6;
}
.art-pricing__fit span {
  display: block;
  margin-bottom: 4px;
  color: var(--pricing-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.art-pricing__cta {
  min-height: 52px;
  margin-top: 30px;
  padding: 13px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  border: 1px solid var(--pricing-line);
  background: transparent;
  color: var(--pricing-ink) !important;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  -webkit-transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, -webkit-transform 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, -webkit-transform 180ms ease;
  -o-transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, -o-transform 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.art-pricing__cta:hover, .art-pricing__cta:focus-visible {
  border-color: var(--pricing-accent);
  -webkit-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}
.art-pricing__cta:disabled {
  color: var(--pricing-muted) !important;
  cursor: not-allowed;
  opacity: 0.6;
}

.art-pricing__cta--primary {
  border-color: var(--pricing-accent);
  background: var(--pricing-accent);
  color: #120d0a !important;
}
.art-pricing__cta--primary:hover, .art-pricing__cta--primary:focus-visible {
  border-color: #ff8a5f;
  background: #ff8a5f;
}

.art-pricing__comparison {
  padding: clamp(110px, 13vw, 190px) 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(60px, 10vw, 170px);
}
.art-pricing__comparison header {
  position: sticky;
  top: 130px;
  -ms-flex-item-align: start;
      align-self: start;
}
.art-pricing__comparison header h2 {
  margin: 0;
  font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.art-pricing__comparison-table {
  border-top: 1px solid var(--pricing-accent);
}

.art-pricing__comparison-head,
.art-pricing__comparison-table dl > div {
  padding: 22px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.55fr);
  gap: 30px;
  border-bottom: 1px solid var(--pricing-line);
}

.art-pricing__comparison-head {
  color: var(--pricing-muted);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.art-pricing__comparison-head strong {
  color: var(--pricing-ink);
}

.art-pricing__comparison-table dl {
  margin: 0;
}

.art-pricing__comparison-table dt {
  color: var(--pricing-muted);
  font-size: 15px;
  font-weight: 400;
}

.art-pricing__comparison-table dd {
  margin: 0;
  color: var(--pricing-ink);
  font-size: 15px;
  font-weight: 700;
}

.art-pricing__comparison-table dd > span[aria-hidden] {
  color: var(--pricing-accent);
  font-size: 18px;
}

.art-pricing__note {
  padding: 38px 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.3fr) minmax(0, 1fr);
  gap: 40px;
  border-top: 1px solid var(--pricing-line);
  border-bottom: 1px solid var(--pricing-line);
}
.art-pricing__note span {
  color: var(--pricing-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.art-pricing__note p {
  max-width: 870px;
  margin: 0 !important;
  font-size: clamp(22px, 3vw, 38px);
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.art-pricing__faq {
  padding: clamp(110px, 13vw, 190px) 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(60px, 10vw, 170px);
}
.art-pricing__faq header {
  position: sticky;
  top: 130px;
  -ms-flex-item-align: start;
      align-self: start;
}
.art-pricing__faq header h2 {
  margin: 0;
  font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.art-pricing__faq-list {
  border-top: 1px solid var(--pricing-line);
}

.art-pricing__faq-list details {
  border-bottom: 1px solid var(--pricing-line);
}

.art-pricing__faq-list summary {
  min-height: 92px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 52px 1fr 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  cursor: pointer;
  list-style: none;
}
.art-pricing__faq-list summary::-webkit-details-marker {
  display: none;
}
.art-pricing__faq-list summary > span {
  color: var(--pricing-accent);
  font-family: monospace;
  font-size: 11px;
}
.art-pricing__faq-list summary strong {
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 500;
  letter-spacing: -0.025em;
}
.art-pricing__faq-list summary i {
  width: 16px;
  height: 16px;
  position: relative;
}
.art-pricing__faq-list summary i::before,
.art-pricing__faq-list summary i::after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
  background: currentColor;
  -webkit-transition: -webkit-transform 180ms ease;
  transition: -webkit-transform 180ms ease;
  -o-transition: -o-transform 180ms ease;
  transition: transform 180ms ease;
  transition: transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.art-pricing__faq-list summary i::after {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.art-pricing__faq-list details[open] summary i::after {
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}

.art-pricing__faq-list details:hover summary strong {
  color: var(--pricing-accent);
}

.art-pricing__faq-list details > div {
  padding: 0 40px 34px 70px;
}
.art-pricing__faq-list details > div p {
  max-width: 720px;
  margin: 0 !important;
  color: var(--pricing-muted) !important;
  font-size: 16px;
  line-height: 1.72;
}

.art-pricing__final {
  padding: clamp(95px, 12vw, 155px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  border-top: 1px solid var(--pricing-line);
}
.art-pricing__final h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.9;
}
.art-pricing__final .art-pricing__cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.art-pricing.is-motion-ready [data-pricing-intro],
.art-pricing.is-motion-ready [data-pricing-reveal] {
  opacity: 0;
  -webkit-transform: translateY(22px);
       -o-transform: translateY(22px);
          transform: translateY(22px);
  -webkit-transition: opacity 620ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 620ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
  -o-transition: opacity 620ms ease, -o-transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1), -o-transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.art-pricing.is-motion-ready [data-pricing-intro].is-visible,
.art-pricing.is-motion-ready [data-pricing-reveal].is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 900px) {
  .art-pricing__plans {
    grid-template-columns: 1fr;
  }
  .art-pricing__plan--wide {
    grid-column: auto;
  }
  .art-pricing__comparison,
  .art-pricing__faq {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .art-pricing__comparison header,
  .art-pricing__faq header {
    position: static;
  }
}
@media (max-width: 620px) {
  .art-pricing__intro,
  .art-pricing__plans,
  .art-pricing__comparison,
  .art-pricing__note,
  .art-pricing__faq,
  .art-pricing__final {
    width: min(100% - 32px, 1440px);
  }
  .art-pricing__intro {
    min-height: 540px;
    padding: 88px 0 66px;
  }
  .art-pricing__intro h1 {
    font-size: clamp(56px, 18vw, 82px);
  }
  .art-pricing__platforms {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .art-pricing__platforms i {
    display: none;
  }
  .art-pricing__plan {
    min-height: 0;
    padding: 30px 24px;
  }
  .art-pricing__plan--wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 18px;
  }
  .art-pricing__fit {
    min-height: 0;
  }
  .art-pricing__cta {
    width: 100%;
  }
  .art-pricing__comparison-head,
  .art-pricing__comparison-table dl > div {
    grid-template-columns: minmax(0, 1fr) minmax(118px, 0.7fr);
    gap: 18px;
  }
  .art-pricing__note {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .art-pricing__faq-list summary {
    grid-template-columns: 34px 1fr 20px;
    gap: 10px;
  }
  .art-pricing__faq-list details > div {
    padding: 0 18px 28px 44px;
  }
  .art-pricing__final {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  .art-pricing *,
  .art-pricing *::before,
  .art-pricing *::after {
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
/* stylelint-disable declaration-block-single-line-max-declarations */
body.credits {
  --credits-bg: #09090b;
  --credits-surface: #111114;
  --credits-surface-raised: #17171b;
  --credits-ink: #f6f4ef;
  --credits-muted: #a4a2aa;
  --credits-accent: #ff713d;
  --credits-line: rgba(246, 244, 239, 0.16);
  background: var(--credits-bg);
  color: var(--credits-ink);
}
body.credits .main-content-wrapper,
body.credits main#main {
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.art-credits {
  min-height: 100vh;
  overflow: hidden;
  background: -webkit-radial-gradient(50% -12%, circle, rgba(255, 113, 61, 0.14), transparent 31%), -webkit-linear-gradient(top, #0e0d10 0%, var(--credits-bg) 38%);
  background: -o-radial-gradient(50% -12%, circle, rgba(255, 113, 61, 0.14), transparent 31%), -o-linear-gradient(top, #0e0d10 0%, var(--credits-bg) 38%);
  background: radial-gradient(circle at 50% -12%, rgba(255, 113, 61, 0.14), transparent 31%), linear-gradient(180deg, #0e0d10 0%, var(--credits-bg) 38%);
  color: var(--credits-ink);
  font-family: "Roboto", sans-serif;
}
.art-credits *, .art-credits *::before, .art-credits *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.art-credits a {
  color: inherit;
  text-decoration: none;
}
.art-credits h1, .art-credits h2, .art-credits h3, .art-credits p {
  color: var(--credits-ink) !important;
}

.art-credits__intro,
.art-credits__shop,
.art-credits__assurances,
.art-credits__empty {
  width: min(100% - 48px, 1500px);
  margin-right: auto;
  margin-left: auto;
}

.art-credits [hidden] {
  display: none !important;
}

.art-credits__intro {
  padding: clamp(72px, 8vw, 112px) 0 clamp(58px, 7vw, 88px);
  padding-top: 134px;
  text-align: center;
}
.art-credits__intro h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(58px, 7.7vw, 112px);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 0.86;
  text-transform: uppercase;
}
.art-credits__intro h1 em {
  color: var(--credits-accent);
  font-style: normal;
}

.art-credits__eyebrow {
  margin: 0 0 20px !important;
  color: var(--credits-accent) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.art-credits__lead {
  max-width: 560px;
  margin: 28px auto 0 !important;
  color: var(--credits-muted) !important;
  font-size: 17px;
  line-height: 1.6;
}

.art-credits__shop {
  padding-bottom: clamp(70px, 9vw, 125px);
}

.art-credits__shop-heading {
  margin-bottom: 28px;
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  border-top: 1px solid var(--credits-line);
}
.art-credits__shop-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}
.art-credits__shop-heading > p {
  max-width: 310px;
  margin: 0 !important;
  color: var(--credits-muted) !important;
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.art-credits__packs {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.art-credit-pack {
  min-height: 470px;
  padding: 34px 28px 28px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--credits-line);
  border-radius: 20px;
  background: rgba(17, 17, 20, 0.86);
  cursor: pointer;
  -webkit-transition: border-color 180ms ease, background-color 180ms ease, -webkit-transform 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease, -webkit-transform 180ms ease;
  -o-transition: border-color 180ms ease, background-color 180ms ease, -o-transform 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.art-credit-pack:hover, .art-credit-pack:focus-within {
  border-color: rgba(246, 244, 239, 0.42);
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}
.art-credit-pack.is-selected {
  border-color: var(--credits-accent);
  background: var(--credits-surface-raised);
  -webkit-box-shadow: inset 0 0 0 1px var(--credits-accent);
          box-shadow: inset 0 0 0 1px var(--credits-accent);
}
.art-credit-pack.is-recommended {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.art-credit-pack input {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  opacity: 0;
}

.art-credit-pack__badge {
  height: 30px;
  position: absolute;
  right: -1px;
  bottom: 100%;
  left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px 15px 0 0;
  background: var(--credits-accent);
  color: #150e0b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.art-credit-pack__name {
  color: var(--credits-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.art-credit-pack__amount {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--credits-muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.art-credit-pack__amount strong {
  color: var(--credits-ink);
  font-size: clamp(52px, 5.2vw, 76px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.art-credit-pack__price {
  margin-top: 30px;
  color: var(--credits-ink);
  font-size: 29px;
  font-weight: 700;
}

.art-credit-pack__price small {
  color: var(--credits-muted);
  font-size: 11px;
  font-weight: 400;
}

.art-credit-pack__price del {
  margin-right: 8px;
  color: var(--credits-muted);
  font-size: 14px;
  font-weight: 400;
}

.art-credit-pack__price ins {
  text-decoration: none;
}

.art-credit-pack__value {
  margin-top: 5px;
  color: var(--credits-muted);
  font-size: 11px;
}

.art-credit-pack__select {
  width: 100%;
  min-height: 48px;
  margin-top: 26px;
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid var(--credits-line);
  border-radius: 10px;
  background: transparent;
  color: var(--credits-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.art-credit-pack.is-selected .art-credit-pack__select {
  border-color: var(--credits-accent);
  background: var(--credits-accent);
  color: #150e0b;
}

.art-credit-pack ul {
  margin: auto 0 0;
  padding: 28px 0 0;
}

.art-credit-pack li {
  margin: 9px 0;
  color: var(--credits-muted);
  font-size: 11px;
  line-height: 1.45;
  list-style: none;
}

.art-credit-pack li::before {
  margin-right: 8px;
  color: var(--credits-accent);
  content: "✓";
}

.art-credits__checkout {
  min-height: 116px;
  margin-top: 20px;
  padding: 22px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  border: 1px solid var(--credits-line);
  border-radius: 16px;
  background: var(--credits-surface);
}

.art-credits__checkout-selection {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
}

.art-credits__checkout-kicker {
  grid-column: 1/-1;
  margin-bottom: 7px;
  color: var(--credits-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.art-credits__checkout-selection > p {
  margin: 0 !important;
  color: var(--credits-muted) !important;
  font-size: 12px;
  text-transform: uppercase;
}

.art-credits__checkout-selection > p strong {
  color: var(--credits-ink);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.art-credits__checkout-price {
  color: var(--credits-ink);
  font-size: 25px;
  font-weight: 700;
}

.art-credits__checkout-price del {
  margin-right: 7px;
  color: var(--credits-muted);
  font-size: 12px;
  font-weight: 400;
}

.art-credits__checkout-price ins {
  text-decoration: none;
}

.art-credits__checkout-action {
  width: min(100%, 360px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.art-credits__checkout-action > small {
  margin-top: 8px;
  color: var(--credits-muted);
  font-size: 10px;
  line-height: 1.4;
}

.art-credits__buy {
  width: 100%;
  min-height: 50px;
  padding: 13px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--credits-accent);
  border-radius: 10px;
  background: var(--credits-accent);
  color: #150e0b !important;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-transition: background-color 180ms ease, -webkit-transform 180ms ease;
  transition: background-color 180ms ease, -webkit-transform 180ms ease;
  -o-transition: background-color 180ms ease, -o-transform 180ms ease;
  transition: background-color 180ms ease, transform 180ms ease;
  transition: background-color 180ms ease, transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.art-credits__buy:hover, .art-credits__buy:focus-visible {
  background: #ff8a5f;
  -webkit-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}
.art-credits__buy:disabled {
  border-color: var(--credits-line);
  background: transparent;
  color: var(--credits-muted) !important;
  cursor: not-allowed;
}

.art-credits__settings {
  margin-top: 8px;
  color: var(--credits-accent) !important;
  font-size: 10px;
  text-decoration: underline !important;
}

body.is-payment-modal-open {
  overflow: hidden;
}

.art-payment-modal {
  padding: clamp(16px, 3vw, 32px);
  position: fixed;
  z-index: 1100;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  background: -webkit-radial-gradient(50% 12%, circle, rgba(255, 113, 61, 0.16), transparent 34%), rgba(4, 4, 6, 0.9);
  background: -o-radial-gradient(50% 12%, circle, rgba(255, 113, 61, 0.16), transparent 34%), rgba(4, 4, 6, 0.9);
  background: radial-gradient(circle at 50% 12%, rgba(255, 113, 61, 0.16), transparent 34%), rgba(4, 4, 6, 0.9);
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(16px);
  -webkit-transition: opacity 180ms ease, visibility 180ms ease;
  -o-transition: opacity 180ms ease, visibility 180ms ease;
  transition: opacity 180ms ease, visibility 180ms ease;
}
.art-payment-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.art-payment-modal__dialog {
  width: min(100%, 620px);
  max-height: calc(100svh - 32px);
  padding: clamp(36px, 5vw, 52px);
  position: relative;
  overflow-y: auto;
  border: 1px solid rgba(246, 244, 239, 0.2);
  border-radius: 28px;
  background: -webkit-linear-gradient(305deg, rgba(255, 255, 255, 0.055), transparent 34%), var(--credits-surface-raised);
  background: -o-linear-gradient(305deg, rgba(255, 255, 255, 0.055), transparent 34%), var(--credits-surface-raised);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 34%), var(--credits-surface-raised);
  -webkit-box-shadow: 0 38px 120px rgba(0, 0, 0, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.06);
          box-shadow: 0 38px 120px rgba(0, 0, 0, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-transform: translateY(18px) scale(0.985);
       -o-transform: translateY(18px) scale(0.985);
          transform: translateY(18px) scale(0.985);
  -webkit-transition: -webkit-transform 180ms ease;
  transition: -webkit-transform 180ms ease;
  -o-transition: -o-transform 180ms ease;
  transition: transform 180ms ease;
  transition: transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.art-payment-modal__dialog::before {
  width: 72px;
  height: 3px;
  position: absolute;
  top: -1px;
  left: clamp(36px, 5vw, 52px);
  border-radius: 0 0 999px 999px;
  background: var(--credits-accent);
  -webkit-box-shadow: 0 0 24px rgba(255, 113, 61, 0.5);
          box-shadow: 0 0 24px rgba(255, 113, 61, 0.5);
  content: "";
}
.art-payment-modal__dialog > .art-credits__eyebrow {
  margin-bottom: 12px !important;
}
.art-payment-modal__dialog h2 {
  max-width: 430px;
  margin: 0;
  font-size: clamp(44px, 6vw, 64px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.art-payment-modal.is-open .art-payment-modal__dialog {
  -webkit-transform: translateY(0) scale(1);
       -o-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.art-payment-modal__close {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  border: 1px solid var(--credits-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  color: var(--credits-ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: border-color 160ms ease, background-color 160ms ease, -webkit-transform 160ms ease;
  transition: border-color 160ms ease, background-color 160ms ease, -webkit-transform 160ms ease;
  -o-transition: border-color 160ms ease, background-color 160ms ease, -o-transform 160ms ease;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease, -webkit-transform 160ms ease, -o-transform 160ms ease;
}
.art-payment-modal__close:hover, .art-payment-modal__close:focus-visible {
  border-color: rgba(255, 113, 61, 0.7);
  background: rgba(255, 113, 61, 0.12);
  outline: 0;
  -webkit-transform: rotate(8deg) scale(1.04);
       -o-transform: rotate(8deg) scale(1.04);
          transform: rotate(8deg) scale(1.04);
}

.art-payment-modal__order {
  margin-top: 34px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 32px;
  border-top: 1px solid var(--credits-line);
  border-bottom: 1px solid var(--credits-line);
}
.art-payment-modal__order > span {
  color: var(--credits-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.art-payment-modal__order > span:first-child,
.art-payment-modal__order > strong {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(246, 244, 239, 0.08);
}
.art-payment-modal__order > span:nth-of-type(2),
.art-payment-modal__order > div {
  padding-top: 20px;
}
.art-payment-modal__order strong {
  color: var(--credits-ink);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: right;
}
.art-payment-modal__order div {
  color: var(--credits-ink);
  font-size: 32px;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1;
  text-align: right;
}
.art-payment-modal__order del {
  margin-right: 7px;
  color: var(--credits-muted);
  font-size: 12px;
  font-weight: 400;
}
.art-payment-modal__order ins {
  text-decoration: none;
}
.art-payment-modal__order small {
  margin-top: 8px;
  display: block;
  color: var(--credits-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.art-payment-modal__action {
  margin-top: 24px;
}
.art-payment-modal__action > small {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  color: var(--credits-muted);
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}
.art-payment-modal__action > small::before {
  width: 5px;
  height: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
  background: var(--credits-accent);
  content: "";
}

.payment-methods-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
.payment-methods-selection > .btn {
  width: 100%;
  min-height: 64px;
  padding: 13px 18px 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #fff !important;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: border-color 180ms ease, background-color 180ms ease, -webkit-box-shadow 180ms ease, -webkit-transform 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease, -webkit-box-shadow 180ms ease, -webkit-transform 180ms ease;
  -o-transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, -o-transform 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, -webkit-box-shadow 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.payment-methods-selection > .btn:hover, .payment-methods-selection > .btn:focus-visible {
  outline: 0;
  -webkit-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}
.payment-methods-selection > .btn-card {
  border-color: var(--credits-accent);
  background: var(--credits-accent);
  color: #150e0b !important;
  -webkit-box-shadow: 0 12px 28px rgba(255, 113, 61, 0.16);
          box-shadow: 0 12px 28px rgba(255, 113, 61, 0.16);
}
.payment-methods-selection > .btn-card:hover, .payment-methods-selection > .btn-card:focus-visible {
  border-color: #ff8a5f;
  background: #ff8a5f;
  -webkit-box-shadow: 0 16px 32px rgba(255, 113, 61, 0.22);
          box-shadow: 0 16px 32px rgba(255, 113, 61, 0.22);
}
.payment-methods-selection > .btn-paypal {
  border-color: #1675d1;
  background: #062068;
  -webkit-box-shadow: 0 12px 28px rgba(6, 32, 104, 0.24);
          box-shadow: 0 12px 28px rgba(6, 32, 104, 0.24);
}
.payment-methods-selection > .btn-paypal:hover, .payment-methods-selection > .btn-paypal:focus-visible {
  border-color: #208bea;
  background: #0a2d7c;
  -webkit-box-shadow: 0 16px 32px rgba(6, 32, 104, 0.32);
          box-shadow: 0 16px 32px rgba(6, 32, 104, 0.32);
}
.payment-methods-selection .b-payment-methods-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 7px;
}
.payment-methods-selection .b-payment-methods-icon-single {
  width: auto;
  min-width: 0;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-methods-selection .b-payment-methods-icon-single img {
  width: auto;
  height: 20px;
  display: block;
}
.payment-methods-selection .b-payment-methods-icon-single.paypal img {
  height: 23px;
}

.art-payment-modal__cancel {
  min-height: 38px;
  margin: 16px auto 0;
  padding: 7px 13px;
  display: block;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--credits-muted);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  -webkit-transition: border-color 160ms ease, color 160ms ease;
  -o-transition: border-color 160ms ease, color 160ms ease;
  transition: border-color 160ms ease, color 160ms ease;
}
.art-payment-modal__cancel:hover, .art-payment-modal__cancel:focus-visible {
  border-color: var(--credits-line);
  color: var(--credits-ink);
  outline: 0;
}

.art-credits__assurances {
  min-height: 280px;
  padding: 34px 0 clamp(90px, 11vw, 150px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--credits-line);
}
.art-credits__assurances p {
  margin: 0 !important;
  padding: 0 28px;
  border-right: 1px solid var(--credits-line);
  color: var(--credits-muted) !important;
  font-size: 12px;
  line-height: 1.55;
}
.art-credits__assurances p:first-child {
  padding-left: 0;
}
.art-credits__assurances p:last-child {
  padding-right: 0;
  border-right: 0;
}
.art-credits__assurances strong {
  color: var(--credits-ink);
}
.art-credits__assurances a {
  color: var(--credits-accent);
}

.art-credits__empty {
  min-height: 300px;
  padding: 100px 0;
  text-align: center;
}

@media (max-width: 1050px) {
  .art-credits__packs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 14px;
  }
}
@media (max-width: 700px) {
  .art-credits__intro {
    padding-top: 58px;
  }
  .art-credits__shop-heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .art-credits__shop-heading > p {
    text-align: left;
  }
  .art-credits__checkout {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .art-credits__checkout-action {
    width: 100%;
  }
  .art-credits__assurances {
    grid-template-columns: 1fr;
  }
  .art-credits__assurances p,
  .art-credits__assurances p:first-child,
  .art-credits__assurances p:last-child {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--credits-line);
  }
  .art-credits__assurances p:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 540px) {
  .art-credits__intro,
  .art-credits__shop,
  .art-credits__assurances,
  .art-credits__empty {
    width: min(100% - 28px, 1500px);
  }
  .art-credits__intro h1 {
    font-size: clamp(48px, 15vw, 66px);
  }
  .art-credits__packs {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .art-credit-pack {
    min-height: 430px;
  }
  .art-credits__checkout-selection {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .art-payment-modal {
    padding: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .art-payment-modal__dialog {
    max-height: calc(100svh - 24px);
    margin: auto 0;
    padding: 30px 20px 24px;
    border-radius: 20px;
  }
  .art-payment-modal__dialog h2 {
    max-width: 280px;
    font-size: clamp(40px, 13vw, 52px);
  }
  .art-payment-modal__close {
    width: 38px;
    height: 38px;
    top: 14px;
    right: 14px;
  }
  .art-payment-modal__order {
    padding: 19px 18px;
    gap: 16px;
  }
  .art-payment-modal__order strong,
  .art-payment-modal__order div {
    font-size: 24px;
  }
  .payment-methods-selection > .btn {
    min-height: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .art-credits *, .art-credits *::before, .art-credits *::after {
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
body.woocommerce-order-received {
  background: var(--project-page);
  color: var(--project-text);
}
body.woocommerce-order-received main#main {
  padding-top: 0;
}
body.woocommerce-order-received main#main > .content-wrapper {
  min-height: calc(100svh - 90px);
  padding: clamp(64px, 7vw, 96px) 0 clamp(72px, 9vw, 120px);
  background: -webkit-radial-gradient(50% 0, circle, rgba(255, 113, 61, 0.11), transparent 32rem), var(--project-page);
  background: -o-radial-gradient(50% 0, circle, rgba(255, 113, 61, 0.11), transparent 32rem), var(--project-page);
  background: radial-gradient(circle at 50% 0, rgba(255, 113, 61, 0.11), transparent 32rem), var(--project-page);
}
body.woocommerce-order-received main#main > .content-wrapper > .container {
  width: min(100% - 48px, 1180px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
body.woocommerce-order-received .woocommerce-order {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  gap: 24px;
}
body.woocommerce-order-received .woocommerce-order-details-intro {
  max-width: 760px;
  padding-bottom: clamp(22px, 3vw, 38px);
  grid-column: 1/-1;
}
body.woocommerce-order-received .woocommerce-order-details-intro h2 {
  margin: 0 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: var(--project-text);
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.95;
}
body.woocommerce-order-received .woocommerce-order-details-intro h2::before {
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 113, 61, 0.46);
  border-radius: 50%;
  background: rgba(255, 113, 61, 0.12);
  color: var(--project-primary);
  content: "✓";
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
}
body.woocommerce-order-received .woocommerce-order-details-intro p {
  max-width: 620px;
  margin: 0 !important;
  color: var(--project-text-muted) !important;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.6;
}
body.woocommerce-order-received .woocommerce-order-details-intro p + p {
  margin-top: 24px !important;
}
body.woocommerce-order-received .woocommerce-order-details-intro a {
  min-height: 48px;
  padding: 13px 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--project-primary);
  border-radius: 999px;
  background: var(--project-primary);
  color: var(--project-button-primary-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 180ms ease, border-color 180ms ease, -webkit-transform 180ms ease;
  transition: background-color 180ms ease, border-color 180ms ease, -webkit-transform 180ms ease;
  -o-transition: background-color 180ms ease, border-color 180ms ease, -o-transform 180ms ease;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
body.woocommerce-order-received .woocommerce-order-details-intro a:hover,
body.woocommerce-order-received .woocommerce-order-details-intro a:focus-visible {
  border-color: var(--project-primary-active);
  background: var(--project-primary-active);
  color: var(--project-button-primary-active-text);
  -webkit-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}
body.woocommerce-order-received.woocommerce-page .details-table {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--project-border);
  border-radius: 18px;
  background: var(--project-surface);
  color: var(--project-text);
}
body.woocommerce-order-received.woocommerce-page .details-table .details-table-intro {
  padding: 22px 28px;
  border-bottom: 1px solid var(--project-border);
  background: var(--project-surface-muted);
  color: var(--project-text);
}
body.woocommerce-order-received.woocommerce-page .details-table .details-table-intro h4 {
  margin: 0;
  color: var(--project-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}
body.woocommerce-order-received.woocommerce-page .details-table .details-table-content {
  padding: 16px 28px 10px;
  background: transparent;
  color: var(--project-text);
}
body.woocommerce-order-received .woocommerce-order-details {
  -ms-flex-item-align: start;
      align-self: start;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
  color: var(--project-text);
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table th,
body.woocommerce-order-received .woocommerce-order-details table.shop_table td {
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--project-border);
  background: transparent;
  color: var(--project-text);
  font-size: 14px;
  line-height: 1.45;
  vertical-align: middle;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table thead th {
  color: var(--project-text-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table th:last-child,
body.woocommerce-order-received .woocommerce-order-details table.shop_table td:last-child {
  padding-left: 20px;
  text-align: right;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table .product-quantity {
  color: var(--project-text-muted);
  font-weight: 500;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr:last-child th,
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr:last-child td {
  padding-top: 19px;
  border-bottom: 0;
  color: var(--project-text);
  font-size: 17px;
}
body.woocommerce-order-received .woocommerce-order-details .order-again {
  margin: 0;
  padding: 12px 28px 28px;
}
body.woocommerce-order-received .woocommerce-order-details .order-again .btn {
  min-height: 44px;
  padding: 12px 19px;
  border: 1px solid var(--project-border-strong) !important;
  border-radius: 999px;
  background: transparent !important;
  color: var(--project-text) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
body.woocommerce-order-received .woocommerce-order-details .order-again .btn:hover,
body.woocommerce-order-received .woocommerce-order-details .order-again .btn:focus-visible {
  border-color: var(--project-text) !important;
  background: var(--project-text) !important;
  color: var(--project-page) !important;
}
body.woocommerce-order-received .woocommerce-customer-details {
  -ms-flex-item-align: start;
      align-self: start;
}
body.woocommerce-order-received .woocommerce-customer-details .details-table-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
body.woocommerce-order-received .woocommerce-customer-details address {
  margin: 0;
  padding: 0;
  color: var(--project-text-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
}
body.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email {
  margin: 16px 0 0;
  padding: 16px 0 0;
  display: block;
  border-top: 1px solid var(--project-border);
  color: var(--project-text);
  overflow-wrap: anywhere;
}
body.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email::before {
  display: none;
}
@media (max-width: 800px) {
  body.woocommerce-order-received main#main > .content-wrapper {
    padding: 48px 0 72px;
  }
  body.woocommerce-order-received main#main > .content-wrapper > .container {
    width: min(100% - 32px, 1180px);
  }
  body.woocommerce-order-received .woocommerce-order {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  body.woocommerce-order-received .woocommerce-order-details-intro {
    grid-column: auto;
  }
}
@media (max-width: 520px) {
  body.woocommerce-order-received .woocommerce-order-details-intro h2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 42px;
  }
  body.woocommerce-order-received .woocommerce-order-details-intro h2::before {
    width: 38px;
    height: 38px;
    -ms-flex-preferred-size: 38px;
        flex-basis: 38px;
    margin-top: 1px;
    font-size: 18px;
  }
  body.woocommerce-order-received.woocommerce-page .details-table {
    border-radius: 14px;
  }
  body.woocommerce-order-received.woocommerce-page .details-table .details-table-intro {
    padding: 19px 18px;
  }
  body.woocommerce-order-received.woocommerce-page .details-table .details-table-content {
    padding: 8px 18px 6px;
  }
  body.woocommerce-order-received .woocommerce-order-details table.shop_table th,
  body.woocommerce-order-received .woocommerce-order-details table.shop_table td {
    padding: 14px 0;
    font-size: 13px;
  }
  body.woocommerce-order-received .woocommerce-order-details table.shop_table th:last-child,
  body.woocommerce-order-received .woocommerce-order-details table.shop_table td:last-child {
    padding-left: 12px;
  }
  body.woocommerce-order-received .woocommerce-order-details .order-again {
    padding: 12px 18px 20px;
  }
  body.woocommerce-order-received .woocommerce-order-details .order-again .btn {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.woocommerce-order-received .woocommerce-customer-details .details-table-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.profile-edit-page main.main > .container {
  max-width: 1120px;
}
.profile-edit-page main.main > .container > h2 {
  max-width: 760px;
  margin: 0 0 32px;
  color: var(--project-text, #f4f0e9);
  font-size: clamp(32px, 4.6vw, 54px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}
.profile-edit-page .growtype-form-wrapper,
.profile-edit-page #growtype-form-profile_edit_form_data {
  color: var(--project-text, #f4f0e9);
}
.profile-edit-page .growtype-form-wrapper .form-wrapper {
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.profile-edit-page #growtype-form-profile_edit_form_data .main-fields {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 88px);
  margin: 0;
}
.profile-edit-page #growtype-form-profile_edit_form_data .col-left,
.profile-edit-page #growtype-form-profile_edit_form_data .col-right {
  width: auto;
  padding: 0;
}
.profile-edit-page #growtype-form-profile_edit_form_data .col-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}
.profile-edit-page #growtype-form-profile_edit_form_data .e-wrapper {
  width: auto;
  margin: 0;
  padding: 0;
}
.profile-edit-page #growtype-form-profile_edit_form_data .e-wrapper.col-12 {
  grid-column: 1/-1;
}
.profile-edit-page #growtype-form-profile_edit_form_data .e-wrapper.col-md-6 {
  grid-column: auto;
}
.profile-edit-page #growtype-form-profile_edit_form_data label.form-label {
  position: static;
  display: block;
  margin: 0 0 8px;
  color: var(--project-text, #f4f0e9) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.35;
  opacity: 1;
  visibility: visible;
}
.profile-edit-page #growtype-form-profile_edit_form_data label.form-label .required {
  margin-left: 3px;
  color: var(--project-primary, #ff713d);
}
.profile-edit-page #growtype-form-profile_edit_form_data input.form-control,
.profile-edit-page #growtype-form-profile_edit_form_data .chosen-container-single .chosen-single {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--project-border-strong, #464d50) !important;
  border-radius: 8px;
  background: var(--project-surface, #14171a) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: var(--project-text, #f4f0e9) !important;
  font-size: 15px;
  line-height: 1.4;
  -webkit-transition: border-color 160ms ease, background-color 160ms ease, -webkit-box-shadow 160ms ease;
  transition: border-color 160ms ease, background-color 160ms ease, -webkit-box-shadow 160ms ease;
  -o-transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease, -webkit-box-shadow 160ms ease;
}
.profile-edit-page #growtype-form-profile_edit_form_data input.form-control {
  padding: 14px 15px;
}
.profile-edit-page #growtype-form-profile_edit_form_data input.form-control::-webkit-input-placeholder {
  color: var(--project-placeholder, #777d7d);
  opacity: 1;
}
.profile-edit-page #growtype-form-profile_edit_form_data input.form-control::-moz-placeholder {
  color: var(--project-placeholder, #777d7d);
  opacity: 1;
}
.profile-edit-page #growtype-form-profile_edit_form_data input.form-control:-ms-input-placeholder {
  color: var(--project-placeholder, #777d7d);
  opacity: 1;
}
.profile-edit-page #growtype-form-profile_edit_form_data input.form-control::-ms-input-placeholder {
  color: var(--project-placeholder, #777d7d);
  opacity: 1;
}
.profile-edit-page #growtype-form-profile_edit_form_data input.form-control::placeholder {
  color: var(--project-placeholder, #777d7d);
  opacity: 1;
}
.profile-edit-page #growtype-form-profile_edit_form_data input.form-control:hover,
.profile-edit-page #growtype-form-profile_edit_form_data .chosen-container-single .chosen-single:hover {
  border-color: #687074 !important;
}
.profile-edit-page #growtype-form-profile_edit_form_data input.form-control:focus,
.profile-edit-page #growtype-form-profile_edit_form_data .chosen-container-active .chosen-single {
  border-color: var(--project-primary, #ff713d) !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 113, 61, 0.14) !important;
          box-shadow: 0 0 0 3px rgba(255, 113, 61, 0.14) !important;
}
.profile-edit-page #growtype-form-profile_edit_form_data .profile-avatar {
  position: sticky;
  top: 116px;
  max-width: none;
  padding: 0;
}
.profile-edit-page #growtype-form-profile_edit_form_data .profile-picture {
  overflow: hidden;
  padding-top: 100%;
  border: 1px solid var(--project-border, #2d3235);
  border-radius: 18px;
  background-color: var(--project-surface-muted, #1b1f22);
}
.profile-edit-page #growtype-form-profile_edit_form_data .profile-avatar input[type=file]:focus-visible + .e-label {
  outline: 2px solid var(--project-primary, #ff713d);
  outline-offset: 3px;
}
.profile-edit-page #growtype-form-profile_edit_form_data .profile-avatar .e-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  min-height: 46px;
  margin-top: 12px;
  padding: 10px 14px;
  border: 1px solid var(--project-border-strong, #464d50);
  border-radius: 999px;
  color: var(--project-text, #f4f0e9);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  -webkit-transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
  -o-transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}
.profile-edit-page #growtype-form-profile_edit_form_data .profile-avatar .e-label:hover {
  border-color: var(--project-text, #f4f0e9);
  background: var(--project-surface-muted, #1b1f22);
}
.profile-edit-page #growtype-form-profile_edit_form_data .profile-avatar .e-label svg {
  width: 19px;
  height: 19px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.profile-edit-page #growtype-form-profile_edit_form_data .profile-avatar .e-label label {
  margin: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
}
.profile-edit-page #growtype-form-profile_edit_form_data .chosen-container {
  width: 100% !important;
}
.profile-edit-page #growtype-form-profile_edit_form_data .chosen-container-single .chosen-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 42px 0 15px;
}
.profile-edit-page #growtype-form-profile_edit_form_data .chosen-container-single .chosen-single span {
  color: var(--project-text, #f4f0e9);
}
.profile-edit-page #growtype-form-profile_edit_form_data .chosen-container-single .chosen-default span {
  color: var(--project-placeholder, #777d7d);
}
.profile-edit-page #growtype-form-profile_edit_form_data .chosen-container-single .chosen-single div {
  right: 10px;
}
.profile-edit-page #growtype-form-profile_edit_form_data .chosen-container .chosen-drop {
  margin-top: 6px;
  border: 1px solid var(--project-border-strong, #464d50);
  border-radius: 8px;
  background: var(--project-surface, #14171a);
  -webkit-box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
          box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  color: var(--project-text, #f4f0e9);
}
.profile-edit-page #growtype-form-profile_edit_form_data .chosen-container .chosen-results {
  margin: 0;
  padding: 6px;
}
.profile-edit-page #growtype-form-profile_edit_form_data .chosen-container .chosen-results li {
  padding: 9px 10px;
  border-radius: 5px;
  color: var(--project-text, #f4f0e9);
}
.profile-edit-page #growtype-form-profile_edit_form_data .chosen-container .chosen-results li.highlighted {
  background: var(--project-primary, #ff713d);
  color: #14100e;
}
.profile-edit-page #growtype-form-profile_edit_form_data .iti {
  width: 100%;
}
.profile-edit-page #growtype-form-profile_edit_form_data .iti__selected-country {
  border-radius: 8px 0 0 8px;
  color: var(--project-text-soft, #d6d2cb);
}
.profile-edit-page #growtype-form-profile_edit_form_data .iti__selected-country:hover,
.profile-edit-page #growtype-form-profile_edit_form_data .iti__selected-country:focus-visible {
  background: var(--project-surface-muted, #1b1f22);
}
.profile-edit-page #growtype-form-profile_edit_form_data .iti__arrow {
  border-top-color: var(--project-text-muted, #a7aaa9);
}
.profile-edit-page #growtype-form-profile_edit_form_data .row-submit {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--project-border, #2d3235);
}
.profile-edit-page #growtype-form-profile_edit_form_data .row-submit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
.profile-edit-page #growtype-form-profile_edit_form_data .row-submit .btn {
  min-height: 46px;
  margin-top: 0 !important;
  padding: 12px 22px !important;
  font-size: 14px;
  font-weight: 700;
}
.profile-edit-page #growtype-form-profile_edit_form_data .row-submit .btn-secondary {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .profile-edit-page main.main > .container > h2 {
    margin-bottom: 26px;
  }
  .profile-edit-page #growtype-form-profile_edit_form_data .main-fields {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .profile-edit-page #growtype-form-profile_edit_form_data .profile-avatar {
    position: static;
    max-width: 190px;
  }
  .profile-edit-page #growtype-form-profile_edit_form_data .col-right {
    grid-template-columns: 1fr;
  }
  .profile-edit-page #growtype-form-profile_edit_form_data .e-wrapper,
  .profile-edit-page #growtype-form-profile_edit_form_data .e-wrapper.col-12 {
    grid-column: 1;
  }
  .profile-edit-page #growtype-form-profile_edit_form_data .row-submit-inner {
    display: grid;
    grid-template-columns: 1fr;
  }
  .profile-edit-page #growtype-form-profile_edit_form_data .row-submit .btn {
    width: 100%;
  }
  .profile-edit-page #growtype-form-profile_edit_form_data .row-submit .btn-primary {
    grid-row: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .profile-edit-page #growtype-form-profile_edit_form_data input.form-control,
  .profile-edit-page #growtype-form-profile_edit_form_data .chosen-container-single .chosen-single,
  .profile-edit-page #growtype-form-profile_edit_form_data .profile-avatar .e-label {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* stylelint-disable declaration-block-single-line-max-declarations */
.art-logo-preview-route {
  background: #08090a;
}
.art-logo-preview-route .main-content-wrapper,
.art-logo-preview-route main#main {
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.logo-preview {
  --logo-bg: #08090a;
  --logo-surface: #111315;
  --logo-ink: #f4f0e9;
  --logo-muted: #a7aaa9;
  --logo-accent: #ff713d;
  --logo-line: rgba(244, 240, 233, 0.16);
  min-height: 100vh;
  background: -webkit-radial-gradient(80% 6%, circle, rgba(255, 113, 61, 0.09), transparent 30%), var(--logo-bg);
  background: -o-radial-gradient(80% 6%, circle, rgba(255, 113, 61, 0.09), transparent 30%), var(--logo-bg);
  background: radial-gradient(circle at 80% 6%, rgba(255, 113, 61, 0.09), transparent 30%), var(--logo-bg);
  color: var(--logo-ink);
  font-family: "Roboto", sans-serif;
}
.logo-preview *,
.logo-preview *::before,
.logo-preview *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.logo-preview h1,
.logo-preview h2,
.logo-preview p {
  color: inherit !important;
}
.logo-preview a {
  color: inherit;
  text-decoration: none;
}

.logo-preview__intro,
.logo-preview__legend,
.logo-preview__grid,
.logo-preview__closing {
  width: min(100% - 48px, 1400px);
  margin-right: auto;
  margin-left: auto;
}

.logo-preview__intro {
  padding: clamp(88px, 11vw, 158px) 0 clamp(64px, 8vw, 112px);
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.7fr);
  gap: 64px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-bottom: 1px solid var(--logo-line);
}
.logo-preview__intro h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(56px, 8.2vw, 124px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.logo-preview__eyebrow {
  margin: 0 0 24px;
  color: var(--logo-accent) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.logo-preview__lede {
  max-width: 460px;
  margin: 0;
  color: var(--logo-muted) !important;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.6;
}

.logo-preview__legend {
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--logo-line);
  color: var(--logo-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.logo-preview__legend span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.logo-preview__legend span:last-child {
  margin-left: auto;
}

.logo-preview__dot {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
}

.logo-preview__dot--orange {
  background: var(--logo-accent);
}

.logo-preview__dot--charcoal {
  background: #0b0d0f;
  border: 1px solid #4a4d4f;
}

.logo-preview__grid {
  padding: 28px 0 130px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.logo-preview__concept {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--logo-line);
  background: rgba(17, 19, 21, 0.72);
  opacity: 0;
  -webkit-transform: translateY(18px);
       -o-transform: translateY(18px);
          transform: translateY(18px);
  -webkit-animation: logo-concept-in 600ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
       -o-animation: logo-concept-in 600ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: logo-concept-in 600ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: calc(var(--concept-index) * 35ms);
       -o-animation-delay: calc(var(--concept-index) * 35ms);
          animation-delay: calc(var(--concept-index) * 35ms);
  -webkit-transition: border-color 220ms ease, -webkit-transform 220ms ease;
  transition: border-color 220ms ease, -webkit-transform 220ms ease;
  -o-transition: border-color 220ms ease, -o-transform 220ms ease;
  transition: border-color 220ms ease, transform 220ms ease;
  transition: border-color 220ms ease, transform 220ms ease, -webkit-transform 220ms ease, -o-transform 220ms ease;
}
.logo-preview__concept:hover {
  border-color: rgba(255, 113, 61, 0.72);
  -webkit-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
}

.logo-preview__concept-header {
  min-height: 108px;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-bottom: 1px solid var(--logo-line);
}
.logo-preview__concept-header > span {
  color: var(--logo-accent);
  font: 700 12px/1.4 monospace;
  letter-spacing: 0.12em;
}
.logo-preview__concept-header h2 {
  margin: -3px 0 6px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.logo-preview__concept-header p {
  margin: 0;
  color: var(--logo-muted) !important;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.logo-preview__samples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.logo-preview__sample {
  min-height: 180px;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.logo-preview__sample > span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.logo-preview__sample img {
  width: 100%;
  height: auto;
  display: block;
}

.logo-preview__sample--dark {
  background: #0b0d0f;
}
.logo-preview__sample--dark > span {
  color: #737878;
}

.logo-preview__sample--light {
  background: #f4f0e9;
  border-left: 1px solid rgba(11, 13, 15, 0.12);
}
.logo-preview__sample--light > span {
  color: #77746f;
}
.logo-preview__sample--light img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.9;
}

.logo-preview__concept-footer {
  min-height: 58px;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--logo-line);
}
.logo-preview__concept-footer code {
  overflow: hidden;
  color: var(--logo-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.logo-preview__concept-footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.logo-preview__concept-footer a {
  color: var(--logo-muted);
  font-size: 12px;
  -webkit-transition: color 180ms ease;
  -o-transition: color 180ms ease;
  transition: color 180ms ease;
}
.logo-preview__concept-footer a:hover,
.logo-preview__concept-footer a:focus-visible {
  color: var(--logo-accent);
}

.logo-preview__closing {
  padding: 50px 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--logo-line);
}
.logo-preview__closing p {
  margin: 0;
  color: var(--logo-muted) !important;
}
.logo-preview__closing a {
  color: var(--logo-accent);
}

@-webkit-keyframes logo-concept-in {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes logo-concept-in {
  to {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes logo-concept-in {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 900px) {
  .logo-preview__intro {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .logo-preview__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .logo-preview__intro,
  .logo-preview__legend,
  .logo-preview__grid,
  .logo-preview__closing {
    width: min(100% - 28px, 1400px);
  }
  .logo-preview__intro {
    padding-top: 70px;
  }
  .logo-preview__legend {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px 22px;
  }
  .logo-preview__legend span:last-child {
    width: 100%;
    margin-left: 0;
  }
  .logo-preview__sample {
    min-height: 140px;
    padding: 12px;
  }
  .logo-preview__concept-footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logo-preview__closing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  .logo-preview__concept {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.page-gf-auth.login-template-default,
.page-gf-auth.signup-template-default {
  --growtype-auth-surface: #111315;
  --growtype-auth-surface-raised: #181a1d;
  --growtype-auth-border: rgba(255, 255, 255, 0.12);
  --growtype-auth-text: #f5f5f2;
  --growtype-auth-muted: #a9abb1;
  --growtype-auth-accent: #ff4f72;
  --growtype-auth-accent-strong: #ff2857;
}
.page-gf-auth.login-template-default .growtype-form-auth,
.page-gf-auth.signup-template-default .growtype-form-auth {
  padding: clamp(28px, 5vw, 64px) 14px;
  display: grid;
  place-items: center;
  background: -webkit-radial-gradient(68% 0%, circle, rgba(255, 79, 114, 0.09), transparent 34%), #090a0b;
  background: -o-radial-gradient(68% 0%, circle, rgba(255, 79, 114, 0.09), transparent 34%), #090a0b;
  background: radial-gradient(circle at 68% 0%, rgba(255, 79, 114, 0.09), transparent 34%), #090a0b;
  color: var(--growtype-auth-text);
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login],
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] {
  width: 100%;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .growtype-form-container,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .growtype-form-container {
  width: min(500px, 100%);
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .form-wrapper,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .form-wrapper {
  padding: 26px 26px 27px !important;
  border: 1px solid var(--growtype-auth-border);
  border-radius: 20px;
  overflow: hidden;
  background: -webkit-radial-gradient(84% -12%, circle, rgba(255, 79, 114, 0.14), transparent 37%), var(--growtype-auth-surface);
  background: -o-radial-gradient(84% -12%, circle, rgba(255, 79, 114, 0.14), transparent 37%), var(--growtype-auth-surface);
  background: radial-gradient(circle at 84% -12%, rgba(255, 79, 114, 0.14), transparent 37%), var(--growtype-auth-surface);
  color: var(--growtype-auth-text);
  -webkit-box-shadow: 0 30px 90px rgba(0, 0, 0, 0.64);
          box-shadow: 0 30px 90px rgba(0, 0, 0, 0.64);
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .growtype-form-header,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .growtype-form-header {
  margin-bottom: 22px;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .form-wrapper .e-title-intro,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .form-wrapper .e-title-intro {
  margin: 0;
  color: var(--growtype-auth-text) !important;
  font-size: clamp(23px, 4vw, 29px);
  font-weight: 650;
  letter-spacing: -0.04em;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] p,
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] label,
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .form-label,
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .form-check-label,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] p,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] label,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .form-label,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .form-check-label {
  color: var(--growtype-auth-text);
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] label,
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .form-label,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] label,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .form-label {
  font-size: 12px;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .login-username,
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .login-password,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .login-username,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .login-password {
  margin-bottom: 16px;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] form input.input,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] form input.input {
  width: 100%;
  min-height: 48px;
  padding: 11px 44px 11px 13px !important;
  border: 1px solid var(--growtype-auth-border) !important;
  border-radius: 10px !important;
  background: var(--growtype-auth-surface-raised) !important;
  color: var(--growtype-auth-text) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  caret-color: var(--growtype-auth-accent);
  -webkit-transition: border-color 160ms ease, background-color 160ms ease, -webkit-box-shadow 160ms ease;
  transition: border-color 160ms ease, background-color 160ms ease, -webkit-box-shadow 160ms ease;
  -o-transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease, -webkit-box-shadow 160ms ease;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] form input.input:hover,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] form input.input:hover {
  border-color: rgba(255, 255, 255, 0.22) !important;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] form input.input:focus,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] form input.input:focus {
  border-color: var(--growtype-auth-accent) !important;
  outline: 0;
  background: #1b1d20 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 79, 114, 0.16);
          box-shadow: 0 0 0 3px rgba(255, 79, 114, 0.16);
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] form input.input::-webkit-input-placeholder, .page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] form input.input::-webkit-input-placeholder {
  color: #777a81;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] form input.input::-moz-placeholder, .page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] form input.input::-moz-placeholder {
  color: #777a81;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] form input.input:-ms-input-placeholder, .page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] form input.input:-ms-input-placeholder {
  color: #777a81;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] form input.input::-ms-input-placeholder, .page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] form input.input::-ms-input-placeholder {
  color: #777a81;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] form input.input::placeholder,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] form input.input::placeholder {
  color: #777a81;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .show-hide-pw,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .show-hide-pw {
  border: 0;
  background: transparent;
  color: var(--growtype-auth-muted);
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .show-hide-pw:hover, .page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .show-hide-pw:focus-visible,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .show-hide-pw:hover,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .show-hide-pw:focus-visible {
  color: var(--growtype-auth-text);
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .btn-recover-password,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .btn-recover-password {
  padding: 0;
  color: #ff7892;
  font-size: 12px;
  text-decoration-color: rgba(255, 120, 146, 0.4);
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .btn-recover-password:hover, .page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .btn-recover-password:focus-visible,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .btn-recover-password:hover,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .btn-recover-password:focus-visible {
  color: #ff9caf;
  text-decoration-color: currentcolor;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .login-remember label,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .login-remember label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .login-submit,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .login-submit {
  padding-top: 15px;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] input.button-primary,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] input.button-primary {
  width: 100%;
  min-height: 48px;
  padding: 13px 18px !important;
  border: 1px solid var(--growtype-auth-accent) !important;
  border-radius: 10px !important;
  background: var(--growtype-auth-accent) !important;
  color: #090a0b !important;
  font-weight: 750;
  -webkit-box-shadow: 0 12px 30px rgba(255, 79, 114, 0.2);
          box-shadow: 0 12px 30px rgba(255, 79, 114, 0.2);
  -webkit-transition: background-color 160ms ease, border-color 160ms ease, -webkit-box-shadow 160ms ease, -webkit-transform 160ms ease;
  transition: background-color 160ms ease, border-color 160ms ease, -webkit-box-shadow 160ms ease, -webkit-transform 160ms ease;
  -o-transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, -o-transform 160ms ease;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, -webkit-box-shadow 160ms ease, -webkit-transform 160ms ease, -o-transform 160ms ease;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] input.button-primary:hover, .page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] input.button-primary:focus-visible,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] input.button-primary:hover,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] input.button-primary:focus-visible {
  border-color: var(--growtype-auth-accent-strong) !important;
  background: var(--growtype-auth-accent-strong) !important;
  color: #090a0b !important;
  -webkit-box-shadow: 0 15px 34px rgba(255, 40, 87, 0.28);
          box-shadow: 0 15px 34px rgba(255, 40, 87, 0.28);
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] input.button-primary:focus-visible,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] input.button-primary:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] input.button-primary:active,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] input.button-primary:active {
  -webkit-transform: translateY(1px);
       -o-transform: translateY(1px);
          transform: translateY(1px);
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .growtype-form-footer,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .growtype-form-footer {
  padding-top: 18px;
  background: transparent;
  color: var(--growtype-auth-muted);
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .growtype-form-footer-bottom,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .growtype-form-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .growtype-form-footer-bottom p,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .growtype-form-footer-bottom p {
  margin: 0;
  color: var(--growtype-auth-muted);
  font-size: 13px;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .growtype-form-footer-bottom .btn-link,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .growtype-form-footer-bottom .btn-link {
  padding: 0;
  color: #ff7892;
  font-size: 13px;
  font-weight: 700;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .growtype-form-footer-bottom .btn-link:hover, .page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .growtype-form-footer-bottom .btn-link:focus-visible,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .growtype-form-footer-bottom .btn-link:hover,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .growtype-form-footer-bottom .btn-link:focus-visible {
  color: #ff9caf;
}
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] label.error,
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .invalid-feedback,
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .required,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] label.error,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .invalid-feedback,
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .required {
  color: #ff8fa5;
}
@media only screen and (max-width: 640px) {
  .page-gf-auth.login-template-default .growtype-form-auth,
  .page-gf-auth.signup-template-default .growtype-form-auth {
    padding: 18px 14px 28px;
  }
  .page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .form-wrapper,
  .page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .form-wrapper {
    padding: 21px 18px 23px !important;
  }
  .page-gf-auth.login-template-default .growtype-form-wrapper[data-name=login] .form-wrapper .e-title-intro,
  .page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=login] .form-wrapper .e-title-intro {
    font-size: 24px;
  }
}

.page-gf-auth.signup-template-default,
.page-gf-auth.login-template-default {
  --growtype-auth-surface: #111315;
  --growtype-auth-surface-raised: #181a1d;
  --growtype-auth-border: rgba(255, 255, 255, 0.12);
  --growtype-auth-text: #f5f5f2;
  --growtype-auth-muted: #a9abb1;
  --growtype-auth-accent: #ff4f72;
  --growtype-auth-accent-strong: #ff2857;
}
.page-gf-auth.signup-template-default .growtype-form-auth,
.page-gf-auth.login-template-default .growtype-form-auth {
  padding: clamp(28px, 5vw, 64px) 14px;
  display: grid;
  place-items: center;
  background: -webkit-radial-gradient(68% 0%, circle, rgba(255, 79, 114, 0.09), transparent 34%), #090a0b;
  background: -o-radial-gradient(68% 0%, circle, rgba(255, 79, 114, 0.09), transparent 34%), #090a0b;
  background: radial-gradient(circle at 68% 0%, rgba(255, 79, 114, 0.09), transparent 34%), #090a0b;
  color: var(--growtype-auth-text);
}
.page-gf-auth.signup-template-default .growtype-form-wrapper,
.page-gf-auth.login-template-default .growtype-form-wrapper {
  width: 100%;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper .growtype-form-container,
.page-gf-auth.login-template-default .growtype-form-wrapper .growtype-form-container {
  width: min(500px, 100%);
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=signup] .form-wrapper,
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=signup] .form-wrapper {
  padding: 26px 26px 27px !important;
  border: 1px solid var(--growtype-auth-border);
  border-radius: 20px;
  overflow: hidden;
  background: -webkit-radial-gradient(84% -12%, circle, rgba(255, 79, 114, 0.14), transparent 37%), var(--growtype-auth-surface);
  background: -o-radial-gradient(84% -12%, circle, rgba(255, 79, 114, 0.14), transparent 37%), var(--growtype-auth-surface);
  background: radial-gradient(circle at 84% -12%, rgba(255, 79, 114, 0.14), transparent 37%), var(--growtype-auth-surface);
  color: var(--growtype-auth-text);
  -webkit-box-shadow: 0 30px 90px rgba(0, 0, 0, 0.64);
          box-shadow: 0 30px 90px rgba(0, 0, 0, 0.64);
}
.page-gf-auth.signup-template-default .growtype-form-wrapper .growtype-form-header,
.page-gf-auth.login-template-default .growtype-form-wrapper .growtype-form-header {
  margin-bottom: 22px;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=signup] .form-wrapper .e-title-intro,
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=signup] .form-wrapper .e-title-intro {
  margin: 0;
  color: var(--growtype-auth-text) !important;
  font-size: clamp(23px, 4vw, 29px);
  font-weight: 650;
  letter-spacing: -0.04em;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper p,
.page-gf-auth.signup-template-default .growtype-form-wrapper label,
.page-gf-auth.signup-template-default .growtype-form-wrapper .form-label,
.page-gf-auth.signup-template-default .growtype-form-wrapper .form-check-label,
.page-gf-auth.login-template-default .growtype-form-wrapper p,
.page-gf-auth.login-template-default .growtype-form-wrapper label,
.page-gf-auth.login-template-default .growtype-form-wrapper .form-label,
.page-gf-auth.login-template-default .growtype-form-wrapper .form-check-label {
  color: var(--growtype-auth-text);
}
.page-gf-auth.signup-template-default .growtype-form-wrapper label,
.page-gf-auth.signup-template-default .growtype-form-wrapper .form-label,
.page-gf-auth.login-template-default .growtype-form-wrapper label,
.page-gf-auth.login-template-default .growtype-form-wrapper .form-label {
  font-size: 12px;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=signup] form input.form-control,
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=signup] form input.form-control {
  width: 100%;
  min-height: 48px;
  padding: 11px 44px 11px 13px !important;
  border: 1px solid var(--growtype-auth-border) !important;
  border-radius: 10px !important;
  background: var(--growtype-auth-surface-raised) !important;
  color: var(--growtype-auth-text) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  caret-color: var(--growtype-auth-accent);
  -webkit-transition: border-color 160ms ease, background-color 160ms ease, -webkit-box-shadow 160ms ease;
  transition: border-color 160ms ease, background-color 160ms ease, -webkit-box-shadow 160ms ease;
  -o-transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease, -webkit-box-shadow 160ms ease;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=signup] form input.form-control:hover,
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=signup] form input.form-control:hover {
  border-color: rgba(255, 255, 255, 0.22);
}
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=signup] form input.form-control:focus,
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=signup] form input.form-control:focus {
  border-color: var(--growtype-auth-accent);
  outline: 0;
  background: #1b1d20;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 79, 114, 0.16);
          box-shadow: 0 0 0 3px rgba(255, 79, 114, 0.16);
}
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=signup] form input.form-control::-webkit-input-placeholder, .page-gf-auth.login-template-default .growtype-form-wrapper[data-name=signup] form input.form-control::-webkit-input-placeholder {
  color: #777a81;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=signup] form input.form-control::-moz-placeholder, .page-gf-auth.login-template-default .growtype-form-wrapper[data-name=signup] form input.form-control::-moz-placeholder {
  color: #777a81;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=signup] form input.form-control:-ms-input-placeholder, .page-gf-auth.login-template-default .growtype-form-wrapper[data-name=signup] form input.form-control:-ms-input-placeholder {
  color: #777a81;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=signup] form input.form-control::-ms-input-placeholder, .page-gf-auth.login-template-default .growtype-form-wrapper[data-name=signup] form input.form-control::-ms-input-placeholder {
  color: #777a81;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=signup] form input.form-control::placeholder,
.page-gf-auth.login-template-default .growtype-form-wrapper[data-name=signup] form input.form-control::placeholder {
  color: #777a81;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper .show-hide-pw,
.page-gf-auth.login-template-default .growtype-form-wrapper .show-hide-pw {
  border: 0;
  background: transparent;
  color: var(--growtype-auth-muted);
}
.page-gf-auth.signup-template-default .growtype-form-wrapper .show-hide-pw:hover, .page-gf-auth.signup-template-default .growtype-form-wrapper .show-hide-pw:focus-visible,
.page-gf-auth.login-template-default .growtype-form-wrapper .show-hide-pw:hover,
.page-gf-auth.login-template-default .growtype-form-wrapper .show-hide-pw:focus-visible {
  color: var(--growtype-auth-text);
}
.page-gf-auth.signup-template-default .growtype-form-wrapper .form-check,
.page-gf-auth.login-template-default .growtype-form-wrapper .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper a,
.page-gf-auth.signup-template-default .growtype-form-wrapper .btn-link,
.page-gf-auth.login-template-default .growtype-form-wrapper a,
.page-gf-auth.login-template-default .growtype-form-wrapper .btn-link {
  color: #ff7892;
  text-decoration-color: rgba(255, 120, 146, 0.4);
}
.page-gf-auth.signup-template-default .growtype-form-wrapper a:hover, .page-gf-auth.signup-template-default .growtype-form-wrapper a:focus-visible,
.page-gf-auth.signup-template-default .growtype-form-wrapper .btn-link:hover,
.page-gf-auth.signup-template-default .growtype-form-wrapper .btn-link:focus-visible,
.page-gf-auth.login-template-default .growtype-form-wrapper a:hover,
.page-gf-auth.login-template-default .growtype-form-wrapper a:focus-visible,
.page-gf-auth.login-template-default .growtype-form-wrapper .btn-link:hover,
.page-gf-auth.login-template-default .growtype-form-wrapper .btn-link:focus-visible {
  color: #ff9caf;
  text-decoration-color: currentcolor;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper .row-submit .btn-primary,
.page-gf-auth.login-template-default .growtype-form-wrapper .row-submit .btn-primary {
  width: 100%;
  min-height: 48px;
  padding: 13px 18px !important;
  border: 1px solid var(--growtype-auth-accent) !important;
  border-radius: 10px !important;
  background: var(--growtype-auth-accent) !important;
  color: #090a0b !important;
  font-weight: 750;
  -webkit-box-shadow: 0 12px 30px rgba(255, 79, 114, 0.2);
          box-shadow: 0 12px 30px rgba(255, 79, 114, 0.2);
  -webkit-transition: background-color 160ms ease, border-color 160ms ease, -webkit-box-shadow 160ms ease, -webkit-transform 160ms ease;
  transition: background-color 160ms ease, border-color 160ms ease, -webkit-box-shadow 160ms ease, -webkit-transform 160ms ease;
  -o-transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, -o-transform 160ms ease;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, -webkit-box-shadow 160ms ease, -webkit-transform 160ms ease, -o-transform 160ms ease;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper .row-submit .btn-primary:hover, .page-gf-auth.signup-template-default .growtype-form-wrapper .row-submit .btn-primary:focus-visible,
.page-gf-auth.login-template-default .growtype-form-wrapper .row-submit .btn-primary:hover,
.page-gf-auth.login-template-default .growtype-form-wrapper .row-submit .btn-primary:focus-visible {
  border-color: var(--growtype-auth-accent-strong) !important;
  background: var(--growtype-auth-accent-strong) !important;
  color: #090a0b !important;
  -webkit-box-shadow: 0 15px 34px rgba(255, 40, 87, 0.28);
          box-shadow: 0 15px 34px rgba(255, 40, 87, 0.28);
}
.page-gf-auth.signup-template-default .growtype-form-wrapper .row-submit .btn-primary:focus-visible,
.page-gf-auth.login-template-default .growtype-form-wrapper .row-submit .btn-primary:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper .growtype-form-footer,
.page-gf-auth.login-template-default .growtype-form-wrapper .growtype-form-footer {
  padding-top: 18px;
  background: transparent;
  color: var(--growtype-auth-muted);
}
.page-gf-auth.signup-template-default .growtype-form-wrapper .growtype-form-footer-bottom,
.page-gf-auth.login-template-default .growtype-form-wrapper .growtype-form-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper .growtype-form-footer-bottom p,
.page-gf-auth.login-template-default .growtype-form-wrapper .growtype-form-footer-bottom p {
  margin: 0;
  color: var(--growtype-auth-muted);
  font-size: 13px;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper .growtype-form-footer-bottom .btn-link,
.page-gf-auth.login-template-default .growtype-form-wrapper .growtype-form-footer-bottom .btn-link {
  padding: 0;
  font-size: 13px;
  font-weight: 700;
}
.page-gf-auth.signup-template-default .growtype-form-wrapper label.error,
.page-gf-auth.signup-template-default .growtype-form-wrapper .invalid-feedback,
.page-gf-auth.signup-template-default .growtype-form-wrapper .required,
.page-gf-auth.login-template-default .growtype-form-wrapper label.error,
.page-gf-auth.login-template-default .growtype-form-wrapper .invalid-feedback,
.page-gf-auth.login-template-default .growtype-form-wrapper .required {
  color: #ff8fa5;
}
@media only screen and (max-width: 640px) {
  .page-gf-auth.signup-template-default .growtype-form-auth,
  .page-gf-auth.login-template-default .growtype-form-auth {
    padding: 18px 14px 28px;
  }
  .page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=signup] .form-wrapper,
  .page-gf-auth.login-template-default .growtype-form-wrapper[data-name=signup] .form-wrapper {
    padding: 21px 18px 23px !important;
  }
  .page-gf-auth.signup-template-default .growtype-form-wrapper[data-name=signup] .form-wrapper .e-title-intro,
  .page-gf-auth.login-template-default .growtype-form-wrapper[data-name=signup] .form-wrapper .e-title-intro {
    font-size: 24px;
  }
}

.page-gf-auth .growtype-form-wrapper form .fields-confirmation,
#growtypeFormAuthModal .growtype-form-wrapper form .fields-confirmation {
  padding-top: 30px;
}

.page-gf-auth .growtype-form-wrapper .form-check .form-check-input,
#growtypeFormAuthModal .growtype-form-wrapper .form-check .form-check-input {
  top: 0;
}

/**
 Single product
 */
.woocommerce.single-product div.product div.images {
  width: 60%;
}
@media only screen and (max-width: 640px) {
  .woocommerce.single-product div.product div.images {
    width: 100%;
  }
}

.woocommerce.single-product div.product div.summary {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .woocommerce.single-product div.product div.summary {
    width: 100%;
  }
}

.single-product .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="12x18"] {
  overflow: hidden;
  top: 8%;
  left: 43%;
  min-width: 228px;
  min-height: 380px;
}
@media only screen and (max-width: 640px) {
  .single-product .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="12x18"] {
    top: 11%;
    left: 30%;
    max-width: 140px;
    min-width: 140px;
    min-height: 230px;
  }
}
.single-product .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="12x18"] .woocommerce-product-gallery__image .wp-post-image {
  top: 12px;
  position: relative;
  left: -5px;
  width: calc(100% + 10px);
}
@media only screen and (max-width: 640px) {
  .single-product .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="12x18"] .woocommerce-product-gallery__image .wp-post-image {
    top: 7px;
  }
}
.single-product .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="18x24"] {
  min-width: 300px;
  top: 10%;
  left: 38%;
}
@media only screen and (max-width: 640px) {
  .single-product .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="18x24"] {
    top: 12%;
    left: 25%;
    max-width: 170px;
    min-height: 210px;
    min-width: 170px;
  }
}
.single-product .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="18x24"] .woocommerce-product-gallery__image .wp-post-image {
  top: 0;
  position: relative;
  left: 0;
}
.single-product .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="24x36"] {
  min-width: 371px;
  top: 6%;
  left: 33%;
  overflow: hidden;
  max-width: 199px;
  min-height: 560px;
}
@media only screen and (max-width: 640px) {
  .single-product .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="24x36"] {
    top: 4%;
    left: 21%;
    max-width: 201px;
    min-height: 330px;
    min-width: 201px;
  }
}
.single-product .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="24x36"] .woocommerce-product-gallery__image .wp-post-image {
  top: 11px;
  position: relative;
  left: -19px;
  width: 110%;
}
@media only screen and (max-width: 640px) {
  .single-product .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="24x36"] .woocommerce-product-gallery__image .wp-post-image {
    top: 7px;
    left: -10px;
  }
}
.single-product .featured-img-wrapper[data-attribute_pa_size="12x18"] {
  max-width: 130px;
}
.single-product .featured-img-wrapper[data-attribute_pa_size="18x24"] {
  max-width: 160px;
}
.single-product .featured-img-wrapper[data-attribute_pa_size="24x36"] {
  max-width: 210px;
}
.single-product .flex-control-nav li img {
  opacity: 1 !important;
}
.single-product .flex-control-nav li .featured-img-wrapper {
  max-width: 30px;
}
.single-product .flex-control-nav li .featured-img-wrapper[data-attribute_pa_size="12x18"] {
  max-width: 25px;
  min-height: 37px;
  overflow: hidden;
  min-width: 25px;
}
.single-product .flex-control-nav li .featured-img-wrapper[data-attribute_pa_size="12x18"] .wp-post-image {
  top: 2px;
  position: relative;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.single-product .flex-control-nav li .featured-img-wrapper[data-attribute_pa_size="18x24"] {
  max-width: 35px;
  min-width: 35px;
}
.single-product .flex-control-nav li .featured-img-wrapper[data-attribute_pa_size="24x36"] {
  max-width: 40px;
  overflow: hidden;
  min-height: 60px;
  min-width: 40px;
}
.single-product .flex-control-nav li .featured-img-wrapper[data-attribute_pa_size="24x36"] .wp-post-image {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  top: 7px;
  position: relative;
}
.single-product .flex-control-nav li:nth-child(1) .featured-img-wrapper, .single-product .flex-control-nav li:nth-child(2) .featured-img-wrapper {
  top: 8%;
  left: 29%;
}
.single-product .flex-control-nav li:nth-child(1) .featured-img-wrapper[data-attribute_pa_size="12x18"], .single-product .flex-control-nav li:nth-child(2) .featured-img-wrapper[data-attribute_pa_size="12x18"] {
  top: 14%;
  left: 33%;
  max-width: 40px;
  min-height: 65px;
}
@media only screen and (max-width: 640px) {
  .single-product .flex-control-nav li:nth-child(1) .featured-img-wrapper[data-attribute_pa_size="12x18"], .single-product .flex-control-nav li:nth-child(2) .featured-img-wrapper[data-attribute_pa_size="12x18"] {
    max-width: 25px;
    min-height: 60px;
  }
}
.single-product .flex-control-nav li:nth-child(1) .featured-img-wrapper[data-attribute_pa_size="18x24"], .single-product .flex-control-nav li:nth-child(2) .featured-img-wrapper[data-attribute_pa_size="18x24"] {
  top: 15%;
  left: 28%;
  max-width: 50px;
  min-height: 65px;
}
@media only screen and (max-width: 640px) {
  .single-product .flex-control-nav li:nth-child(1) .featured-img-wrapper[data-attribute_pa_size="18x24"], .single-product .flex-control-nav li:nth-child(2) .featured-img-wrapper[data-attribute_pa_size="18x24"] {
    top: 19%;
    left: 30%;
    max-width: 37px;
    min-height: 65px;
  }
}
.single-product .flex-control-nav li:nth-child(1) .featured-img-wrapper[data-attribute_pa_size="24x36"], .single-product .flex-control-nav li:nth-child(2) .featured-img-wrapper[data-attribute_pa_size="24x36"] {
  top: 12%;
  left: 25%;
  max-width: 60px;
  min-height: 90px;
}
@media only screen and (max-width: 640px) {
  .single-product .flex-control-nav li:nth-child(1) .featured-img-wrapper[data-attribute_pa_size="24x36"], .single-product .flex-control-nav li:nth-child(2) .featured-img-wrapper[data-attribute_pa_size="24x36"] {
    top: 10%;
    left: 27%;
    max-width: 40px;
    min-height: 90px;
  }
}
.single-product .flex-control-nav li:nth-child(1) .featured-img-wrapper[data-attribute_pa_size="24x36"] .wp-post-image, .single-product .flex-control-nav li:nth-child(2) .featured-img-wrapper[data-attribute_pa_size="24x36"] .wp-post-image {
  top: 6px;
  -webkit-transform: scale(1.13);
       -o-transform: scale(1.13);
          transform: scale(1.13);
}
@media only screen and (max-width: 640px) {
  .single-product .flex-control-nav li:nth-child(1) .featured-img-wrapper[data-attribute_pa_size="24x36"] .wp-post-image, .single-product .flex-control-nav li:nth-child(2) .featured-img-wrapper[data-attribute_pa_size="24x36"] .wp-post-image {
    top: 5px;
  }
}
.single-product .flex-control-nav li:nth-child(3) .featured-img-wrapper {
  left: 19px;
  top: 14px;
  max-width: 30px;
  min-height: 50px;
}
@media only screen and (max-width: 640px) {
  .single-product .flex-control-nav li:nth-child(3) .featured-img-wrapper[data-attribute_pa_size="18x24"] {
    max-width: 25px;
    min-width: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .single-product .flex-control-nav li:nth-child(3) .featured-img-wrapper[data-attribute_pa_size="12x18"] {
    max-width: 15px;
    min-width: 15px;
  }
}
.single-product .flex-control-nav li:nth-child(3) .featured-img-wrapper[data-attribute_pa_size="24x36"] {
  min-height: 62px;
}
@media only screen and (max-width: 640px) {
  .single-product .flex-control-nav li:nth-child(3) .featured-img-wrapper[data-attribute_pa_size="24x36"] {
    min-width: 30px;
  }
}
.single-product .flex-control-nav li:nth-child(3) .featured-img-wrapper[data-attribute_pa_size="24x36"] .wp-post-image {
  top: 4px;
  -webkit-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
}
.single-product .flex-control-nav li:nth-child(3) .featured-img-wrapper[data-attribute_pa_size="24x36"] .img-variation {
  top: 0;
}
.single-product .flex-control-nav li:nth-child(4) .featured-img-wrapper {
  left: 50%;
  top: 13px;
}
@media only screen and (max-width: 640px) {
  .single-product .flex-control-nav li:nth-child(4) .featured-img-wrapper[data-attribute_pa_size="12x18"] {
    max-width: 15px;
    min-width: 15px;
    left: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .single-product .flex-control-nav li:nth-child(4) .featured-img-wrapper[data-attribute_pa_size="12x18"] .wp-post-image {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.single-product .flex-control-nav li:nth-child(4) .featured-img-wrapper[data-attribute_pa_size="18x24"] {
  max-width: 25px;
  min-width: 25px;
}
.single-product .flex-control-nav li:nth-child(4) .featured-img-wrapper[data-attribute_pa_size="18x24"] .wp-post-image {
  top: 0px;
  position: absolute;
}
.single-product .flex-control-nav li:nth-child(4) .featured-img-wrapper[data-attribute_pa_size="24x36"] {
  min-width: 35px;
  max-width: 35px;
}
@media only screen and (max-width: 640px) {
  .single-product .flex-control-nav li:nth-child(4) .featured-img-wrapper[data-attribute_pa_size="24x36"] {
    min-width: 25px;
    max-width: 25px;
    top: 10px;
    left: 47%;
  }
}
.single-product .flex-control-nav li:nth-child(4) .featured-img-wrapper[data-attribute_pa_size="24x36"] .wp-post-image {
  top: 1px;
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

.featured-img-wrapper .img-variation {
  bottom: 0;
  position: absolute;
  top: 0;
  right: 0px;
  left: 0;
  width: 100%;
}
.featured-img-wrapper[data-attribute_pa_frame=no-frame] .img-variation {
  display: none !important;
}

.woocommerce-product-gallery[data-slide-index="2"] .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="12x18"] {
  top: 1%;
  left: 32%;
  scale: 0.8;
}
@media only screen and (max-width: 640px) {
  .woocommerce-product-gallery[data-slide-index="2"] .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="12x18"] {
    left: 20%;
  }
}
.woocommerce-product-gallery[data-slide-index="2"] .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="18x24"] {
  top: 4%;
  left: 28%;
  scale: 0.8;
}
@media only screen and (max-width: 640px) {
  .woocommerce-product-gallery[data-slide-index="2"] .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="18x24"] {
    left: 18%;
  }
}
.woocommerce-product-gallery[data-slide-index="2"] .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="24x36"] {
  top: -2%;
  left: 24%;
  scale: 0.8;
}
@media only screen and (max-width: 640px) {
  .woocommerce-product-gallery[data-slide-index="2"] .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="24x36"] {
    left: 14%;
  }
}
.woocommerce-product-gallery[data-slide-index="3"] .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="12x18"] {
  top: 1%;
  scale: 0.6;
  left: 53%;
}
.woocommerce-product-gallery[data-slide-index="3"] .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="18x24"] {
  top: 4%;
  left: 49%;
  scale: 0.6;
}
.woocommerce-product-gallery[data-slide-index="3"] .woocommerce-product-gallery__wrapper + .featured-img-wrapper[data-attribute_pa_size="24x36"] {
  top: -10%;
  scale: 0.6;
  left: 43%;
}

/* Canonical project styling contract, generated by Growtype Documentation Customizer. */
/* growtype-customized-values: {"primary_color":"#ff713d","primary_active_color":"#ff8b61","page_color":"#0b0d0f","surface_color":"#14171a","surface_muted_color":"#1b1f22","surface_accent_color":"#24150f","text_color":"#f4f0e9","text_soft_color":"#d6d2cb","muted_text_color":"#a7aaa9","on_dark_color":"#ffffff","placeholder_color":"#777d7d","border_color":"#2d3235","border_strong_color":"#464d50","link_color":"#f4f0e9","link_active_color":"#ff713d","footer_background_color":"#07090a","font":"roboto","body_font_size":"16px","body_line_height":"1.6","heading_font_weight":"600","container_width":"1320px","content_width":"760px","spacing_unit":"8px","radius_small":"4px","radius_medium":"8px","radius_large":"16px","shadow_style":"none","transition_duration":"180ms","button_font_size":"14px","button_radius":"999px","button_padding_y":"13px","button_padding_x":"22px","button_primary_background":"#ff713d","button_primary_text":"#14100e","button_primary_border":"#ff713d","button_primary_active_background":"#ff8b61","button_primary_active_text":"#14100e","button_primary_active_border":"#ff8b61","button_primary_disabled_background":"#4a3a34","button_primary_disabled_text":"#a7aaa9","button_primary_disabled_border":"#4a3a34","button_secondary_background":"#14171a","button_secondary_text":"#f4f0e9","button_secondary_border":"#464d50","button_secondary_active_background":"#f4f0e9","button_secondary_active_text":"#0b0d0f","button_secondary_active_border":"#f4f0e9"} */
/* Configure at /growtype/documentation/customized/. Keep this import last in app-child.scss. */
:root {
  /* Project tokens: new components should consume these variables. */
  --project-primary: #ff713d;
  --project-primary-active: #ff8b61;
  --project-page: #0b0d0f;
  --project-surface: #14171a;
  --project-surface-muted: #1b1f22;
  --project-surface-accent: #24150f;
  --project-text: #f4f0e9;
  --project-text-soft: #d6d2cb;
  --project-text-muted: #a7aaa9;
  --project-on-dark: #ffffff;
  --project-placeholder: #777d7d;
  --project-border: #2d3235;
  --project-border-strong: #464d50;
  --project-link: #f4f0e9;
  --project-link-active: #ff713d;
  --project-footer-background: #07090a;
  --project-font-family: "Roboto", Arial, sans-serif;
  --project-font-size: 16px;
  --project-line-height: 1.6;
  --project-heading-weight: 600;
  --project-container-width: 1320px;
  --project-content-width: 760px;
  --project-spacing: 8px;
  --project-radius-sm: 4px;
  --project-radius-md: 8px;
  --project-radius-lg: 16px;
  --project-shadow: none;
  --project-shadow-sm: none;
  --project-shadow-lg: none;
  --project-shadow-focus: none;
  --project-transition-duration: 180ms;
  --project-button-font-size: 14px;
  --project-button-radius: 999px;
  --project-button-padding-y: 13px;
  --project-button-padding-x: 22px;
  --project-button-primary-background: #ff713d;
  --project-button-primary-text: #14100e;
  --project-button-primary-border: #ff713d;
  --project-button-primary-active-background: #ff8b61;
  --project-button-primary-active-text: #14100e;
  --project-button-primary-active-border: #ff8b61;
  --project-button-primary-disabled-background: #4a3a34;
  --project-button-primary-disabled-text: #a7aaa9;
  --project-button-primary-disabled-border: #4a3a34;
  --project-button-secondary-background: #14171a;
  --project-button-secondary-text: #f4f0e9;
  --project-button-secondary-border: #464d50;
  --project-button-secondary-active-background: #f4f0e9;
  --project-button-secondary-active-text: #0b0d0f;
  --project-button-secondary-active-border: #f4f0e9;
  /* Growtype and existing child-theme compatibility aliases. */
  --theme-color: var(--project-primary);
  --theme-color-dark: var(--project-primary-active);
  --theme-color-soft: color-mix(in srgb, var(--project-primary) 12%, var(--project-page));
  --theme-color-glow: color-mix(in srgb, var(--project-primary) 20%, transparent);
  --body-background-color: var(--project-page);
  --surface-color: var(--project-surface);
  --text-color: var(--project-text);
  --text-color-muted: var(--project-text-muted);
  --link-color: var(--project-link);
  --link-color-active: var(--project-link-active);
  --font-family-base: var(--project-font-family);
  --body-text-font-size: var(--project-font-size);
  --body-text-line-height: var(--project-line-height);
  --max-width-container: var(--project-container-width);
  --max-width-content: var(--project-content-width);
  --spacing-unit: var(--project-spacing);
  --toptech-page: var(--project-page);
  --toptech-surface: var(--project-surface);
  --toptech-surface-muted: var(--project-surface-muted);
  --toptech-surface-lilac: var(--project-surface-accent);
  --toptech-surface-subtle: var(--project-surface-muted);
  --toptech-ink: var(--project-text);
  --toptech-ink-soft: var(--project-text-soft);
  --toptech-muted: var(--project-text-muted);
  --toptech-ink-muted: var(--project-text-muted);
  --toptech-text: var(--project-text);
  --toptech-on-dark: var(--project-on-dark);
  --toptech-placeholder: var(--project-placeholder);
  --toptech-border: var(--project-border);
  --toptech-border-strong: var(--project-border-strong);
  --toptech-radius-sm: var(--project-radius-sm);
  --toptech-radius-md: var(--project-radius-md);
  --toptech-radius-lg: var(--project-radius-lg);
  --toptech-shadow: var(--project-shadow);
  --toptech-shadow-sm: var(--project-shadow-sm);
  --toptech-shadow-lg: var(--project-shadow-lg);
  --toptech-shadow-focus: var(--project-shadow-focus);
  --toptech-transition: var(--project-transition-duration) ease;
  --btn-text-font-size: var(--project-button-font-size);
  --btn-border-radius: var(--project-button-radius);
  --btn-primary-border-radius: var(--project-button-radius);
  --btn-secondary-border-radius: var(--project-button-radius);
  --btn-padding-y: var(--project-button-padding-y);
  --btn-padding-x: var(--project-button-padding-x);
  --btn-primary-background-color: var(--project-button-primary-background);
  --btn-primary-color: var(--project-button-primary-text);
  --btn-primary-border-color: var(--project-button-primary-border);
  --btn-primary-background-color-active: var(--project-button-primary-active-background);
  --btn-primary-color-active: var(--project-button-primary-active-text);
  --btn-primary-border-color-active: var(--project-button-primary-active-border);
  --btn-primary-disabled: var(--project-button-primary-disabled-background);
  --btn-primary-disabled-color: var(--project-button-primary-disabled-text);
  --btn-primary-disabled-border-color: var(--project-button-primary-disabled-border);
  --btn-secondary-background-color: var(--project-button-secondary-background);
  --btn-secondary-color: var(--project-button-secondary-text);
  --btn-secondary-border-color: var(--project-button-secondary-border);
  --btn-secondary-background-color-active: var(--project-button-secondary-active-background);
  --btn-secondary-color-active: var(--project-button-secondary-active-text);
  --btn-secondary-border-color-active: var(--project-button-secondary-active-border);
  --card-background-color: var(--project-surface);
  --card-text-color: var(--project-text);
  --card-text-color-muted: var(--project-text-muted);
  --card-border-color: var(--project-border);
  --card-border-radius: var(--project-radius-md);
  --card-box-shadow: var(--project-shadow);
  --table-bg: var(--project-surface);
  --table-border: var(--project-border);
  --table-hover: var(--project-surface-muted);
  --table-shadow: var(--project-shadow);
  --footer-background-color: var(--project-footer-background);
  --footer-text-color: var(--project-on-dark);
}

body {
  background: var(--body-background-color);
  color: var(--text-color);
  font-family: var(--font-family-base);
  font-size: var(--body-text-font-size);
  line-height: var(--body-text-line-height);
}

a {
  color: var(--link-color);
}

a:hover,
a:focus {
  color: var(--link-color-active);
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-family: var(--font-family-base);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
  font-weight: var(--project-heading-weight);
}

input,
select,
textarea,
.chosen-container-single .chosen-single {
  border-color: var(--toptech-border-strong);
  border-radius: var(--project-radius-sm);
  background-color: var(--toptech-surface);
  color: var(--toptech-ink);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--toptech-placeholder);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--toptech-placeholder);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--toptech-placeholder);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--toptech-placeholder);
}

input::placeholder,
textarea::placeholder {
  color: var(--toptech-placeholder);
}

.btn-primary,
button.btn-primary,
input[type=submit],
.wp-block-button:not(.is-style-outline) .wp-block-button__link,
.wp-block-button__link {
  border-color: var(--btn-primary-border-color) !important;
  background: var(--btn-primary-background-color) !important;
  color: var(--btn-primary-color) !important;
  border-radius: var(--btn-border-radius) !important;
  padding: var(--btn-padding-y) var(--btn-padding-x) !important;
  font-size: var(--btn-text-font-size);
  -webkit-transition: background-color var(--toptech-transition), border-color var(--toptech-transition), color var(--toptech-transition), -webkit-transform var(--toptech-transition);
  transition: background-color var(--toptech-transition), border-color var(--toptech-transition), color var(--toptech-transition), -webkit-transform var(--toptech-transition);
  -o-transition: background-color var(--toptech-transition), border-color var(--toptech-transition), color var(--toptech-transition), -o-transform var(--toptech-transition);
  transition: background-color var(--toptech-transition), border-color var(--toptech-transition), color var(--toptech-transition), transform var(--toptech-transition);
  transition: background-color var(--toptech-transition), border-color var(--toptech-transition), color var(--toptech-transition), transform var(--toptech-transition), -webkit-transform var(--toptech-transition), -o-transform var(--toptech-transition);
}

.btn-primary:hover,
.btn-primary:focus,
button.btn-primary:hover,
button.btn-primary:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button__link:hover {
  border-color: var(--btn-primary-border-color-active) !important;
  background: var(--btn-primary-background-color-active) !important;
  color: var(--btn-primary-color-active) !important;
}

.btn-secondary,
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--btn-secondary-border-color) !important;
  background: var(--btn-secondary-background-color) !important;
  color: var(--btn-secondary-color) !important;
  border-radius: var(--btn-border-radius) !important;
  padding: var(--btn-padding-y) var(--btn-padding-x) !important;
  font-size: var(--btn-text-font-size);
}

.btn-secondary:hover,
.btn-secondary:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: var(--btn-secondary-border-color-active) !important;
  background: var(--btn-secondary-background-color-active) !important;
  color: var(--btn-secondary-color-active) !important;
}

.site-header,
body.home .site-header,
body:not(.home) .site-header,
.site-header #header-menu .sub-menu {
  border-color: var(--toptech-border);
  background: var(--toptech-surface);
}

.site-footer {
  background-color: var(--footer-background-color);
  color: var(--footer-text-color);
}

.card,
[class*=card-inner],
.wp-block-group.is-style-card {
  border-color: var(--card-border-color);
  border-radius: var(--card-border-radius);
  background-color: var(--card-background-color);
  color: var(--card-text-color);
  -webkit-box-shadow: var(--card-box-shadow);
          box-shadow: var(--card-box-shadow);
}

table {
  background: var(--table-bg);
  color: var(--card-text-color);
  -webkit-box-shadow: var(--table-shadow);
          box-shadow: var(--table-shadow);
}

th,
td {
  border-color: var(--table-border);
}

tbody tr:hover td {
  background: var(--table-hover);
}
