/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/about-hero/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../style.css ***!
  \****************************************************************************************************************************************************************/
/* @import "./partials/hero.css";
@import "./partials/contact.css"; */

.swing {
  width: 100%;
  display: flex;
  position: relative;
}

.swing__container {
  width: 100%;
}

.swing__left,
.swing__right {
  width: 50%;
  text-align: center;
}

.swing__dot {
  border-radius: 999em;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  width: 0.25rem;
  height: 0.25rem;
  margin-left: -0.125rem;
  margin-top: -0.125rem;
}

@media (min-width: 640px) {
  .swing__dot {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: -0.375rem;
    margin-top: -0.375rem;
  }
}

.swing--dot-center .swing__container {
  justify-content: space-between;
}

.swing--dot-center .swing__left,
.swing--dot-center .swing__right {
  width: auto;
}

.swing--dot-center .swing__dot {
  position: static;
  align-self: center;
}

.homepage {
  overflow: hidden;
  position: relative;
}

@media (hover: hover) {
  .homepage {
    height: 100vh;
  }
}

.homepage .swing {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 500;
  line-height: 1.27083333;
  letter-spacing: -0.02em;
  font-size: 1.875rem;
  transform: translateY(-50%) rotate(-55deg);
}

@media (min-width: 640px) {
  .homepage .swing {
    font-size: 3rem;
    transform: translateY(-50%);
  }
}

.homepage .swing:nth-of-type(1)::after {
  display: none;
}

.homepage .swing:nth-of-type(1) .swing__left {
  text-align: center;
  /* fallback for small down */
  transform: translateX(-2.625rem);
}

@media (min-width: 640px) {
  .homepage .swing:nth-of-type(1) .swing__left {
    text-align: right;
    padding-right: 5%;
    transform: none;
  }
}

.homepage .swing:nth-of-type(1) .swing__right {
  text-align: right;
  padding-right: 0;
}

.homepage .swing:nth-of-type(2) .swing__left {
  text-align: center;
  transform: translateX(-2.625rem);
}

@media (min-width: 640px) {
  .homepage .swing:nth-of-type(2) .swing__left {
    text-align: center;
    transform: none;
  }
}

.homepage .swing:nth-of-type(2) .swing__right {
  text-align: left;
  padding-left: 2%;
  transform: translateX(2.625rem);
}

@media (min-width: 640px) {
  .homepage .swing:nth-of-type(2) .swing__right {
    transform: none;
  }
}

.about-articles {
  padding-bottom: 11.25rem;
}

/* small up */

@media (max-width: 639px) {
  .about-articles .about-articles {
    /* small down rem(180) = 11.25rem */
    padding-bottom: 11.25rem;
    /* keep 11.25rem for consistency */
  }
}

@media (min-width: 640px) {
  .about-articles .about-articles {
    padding-bottom: 11.5625rem;
    /* rem(185) */
  }

  .about-articles__our-founder {
    margin-top: 12.5rem;
    /* rem(200) */
  }
}

@media (max-width: 639px) {
  .about-articles__note {
    margin-top: 1.25rem;
    /* rem(20) */
  }
}

@media (min-width: 640px) {
  .about-articles__note {
    margin-top: 6.25rem;
    /* rem(100) */
  }
}

.about-articles__note__image {
  width: 16.25rem;
  /* rem(260) */
  max-width: 100%;
}

.about-articles__note__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 640px) {
  .about-articles__note__sticky-content {
    position: sticky;
    top: 9.375rem;
    /* rem(150) */
  }
}

@media (max-width: 639px) {
  .about-articles__note__title {
    line-height: 1.95;
  }

  .about-articles__note article {
    font-size: 1.875rem;
    /* rem(30) */
    line-height: 1.133;
  }
}

@media (min-width: 640px) {
  .about-articles__note article {
    font-size: 5rem;
    /* rem(80) */
    line-height: 1.044;
  }
}

.about-articles__our-founder article,
.about-articles__studio-playground article {
  max-width: 70vw;
}

.about-hero {
  overflow: hidden;
  padding-top: 15.625rem;
  padding-bottom: 18.75rem;
  font-size: 1.25rem;
}

/* base / small down */

@media (min-width: 640px) {
  .about-hero {
    padding-top: 20.625rem;
    padding-bottom: 21.5625rem;
    font-size: 1.875rem;
    /* small up */
  }
}

.about-hero .swing {
  position: relative;
  line-height: 1.268;
  /* no tailwind for this, keep in CSS */
}

@media (max-width: 639px) {
  .about-hero .swing {
    --tw-rotate: -50deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: 1.25rem;
  }

  .about-hero .swing__dot {
    left: 40%;
    /* keep as is */
  }

  .about-hero .swing::after {
    margin-left: -0.125rem;
    margin-top: -0.125rem;
    height: 0.25rem;
    width: 0.25rem;
    left: 35%;
  }

  .about-hero .swing::before {
    content: "- Albert Einstein";
    position: absolute;
    left: 50%;
    top: 5.625rem;
    /* 90px */
    transform: translateX(-50%) translateY(50%) rotate(50deg);
  }
}

@media (min-width: 640px) {
  .about-hero .swing {
    font-size: 1.875rem;
  }

  .about-hero .swing::after {
    margin-left: -3.125rem;
    margin-top: -0.375rem;
    height: 0.75rem;
    width: 0.75rem;
  }
}

.about-hero .swing__container {
  /* Tailwind does not have calc transform-origin so keep as CSS */
  transform-origin: calc(50% - 3.5rem) center;
  /* rem(56) */
}

.about-hero .swing__left {
  display: flex;
}

.about-hero .swing__right {
  white-space: nowrap;
  text-align: right;
}

@media (min-width: 640px) {
  .case-study-page .swing--work-title {
    margin-bottom: 4.375rem;
    margin-top: 2.5rem;
    font-weight: 400;
    letter-spacing: 0em;
  }
}

.case-study-page .swing--work-title .swing__dot {
  width: 5px;
  height: 5px;
  margin-left: -3px;
  margin-top: -3px;
}

@media (max-width: 639px) {
  .case-study-page .swing--work-title {
    display: none
  }
}

@media (min-width: 640px) {
  .case-study-page .swing--work-title .swing__container {
    font-size: 1.25rem
    /* rem(20) */
  }
}

/* small down (max-width: 639px) */

@media (max-width: 639px) {
  .read-hero h1 {
    margin-top: 11.56rem;
    /* 185 / 16 */
    margin-bottom: 2.5rem;
    /* 40 / 16 */
    font-size: 2.375rem;
    /* 38 / 16 */
    line-height: 1.21
  }
}

/* small up (min-width: 640px) */

@media (min-width: 640px) {
  .read-hero h1 {
    margin-top: 13.125rem;
    /* 210 / 16 */
    margin-bottom: 3.75rem;
    /* 60 / 16 */
    font-size: 6.25rem;
    /* 100 / 16 */
    line-height: 1.02
  }
}

.newsletter-hero__playground-outer-container {
  position: relative;
  z-index: 1;
}

.newsletter-hero__img-1 {
  position: absolute;
  width: 10.5625rem;
  /* 169/16 */
  top: 0;
  left: 100%;
  margin-left: -2.5rem;
  /* -40/16 */
  z-index: -1;
}

.newsletter-hero__img-2 {
  position: absolute;
  width: 8.375rem;
  /* 134/16 */
  top: 10rem;
  /* 160/16 */
  right: 130%;
}

.newsletter-hero__img-3 {
  position: absolute;
  width: 16.875rem;
  /* 270/16 */
  bottom: 0;
  left: -7.0625rem;
  /* -113/16 */
}

@media (min-width: 640px) {
  .newsletter-hero {
    padding-bottom: 5.625rem
    /* 90/16 */
  }
}

.newsletter-hero__playground-container {
  background-color: currentColor;
  position: relative;
}

@media (max-width: 639px) {
  .newsletter-hero__playground-container {
    padding-bottom: 5.9375rem;
    /* 95/16 */
    border-radius: 20px 20px 0 0
  }
}

@media (min-width: 640px) {
  .newsletter-hero__playground-container {
    padding-bottom: 11.875rem;
    /* 190/16 */
    border-radius: 50px 50px 0 0
  }
}

.newsletter-hero__playground-container::after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom,
          var(--theme-text-color),
          var(--theme-bg-color));
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 639px) {
  .newsletter-hero__playground-container::after {
    height: 3.125rem
    /* 50/16 */
  }
}

@media (min-width: 640px) {
  .newsletter-hero__playground-container::after {
    height: 9.375rem
    /* 150/16 */
  }
}

.newsletter-hero__playground-container svg {
  width: 100%;
  height: auto;
  color: var(--theme-bg-color);
}

.newsletter-hero__playground-container .newsletter__article {
  color: var(--theme-bg-color);
  position: relative;
}

@media (max-width: 639px) {
  .newsletter-hero__playground-container .newsletter__article {
    text-align: center;
    padding-bottom: 2.5rem
    /* 40/16 */
  }

  .newsletter-hero__playground-container .newsletter__article:last-of-type {
    padding-bottom: 0;
  }

  .newsletter-hero__playground-container .newsletter__article:last-of-type::after {
    display: none;
  }
}

@media (min-width: 640px) {
  .newsletter-hero__playground-container .newsletter__article {
    min-height: 6.25rem
    /* 100/16 */
  }

  .newsletter-hero__playground-container .newsletter__article p {
    width: 15rem;
  }

  /* 240/16 */

  @media (min-width: 640px) {
    .newsletter-hero__playground-container .newsletter__article p i {
      font-style: italic
    }
  }

  .newsletter-hero__playground-container .newsletter__article:nth-of-type(2n) p {
    text-align: right;
  }

  .newsletter-hero__playground-container .newsletter__article:nth-of-type(2n-1) {
    padding-left: 50%;
  }

  .newsletter-hero__playground-container .newsletter__article:nth-of-type(2n-1) p {
    margin-left: auto;
  }

  @media (min-width: 640px) and (max-width: 1023px) {
    .newsletter-hero__playground-container .newsletter__article:nth-of-type(2n-1) p {
      padding-left: 0.625rem
      /* 10/16 */
    }
  }
}

.newsletter-hero__playground-container .newsletter__article::after {
  content: "";
  border-radius: 999em;
  background: currentColor;
}

@media (max-width: 639px) {
  .newsletter-hero__playground-container .newsletter__article::after {
    width: 4px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 1.25rem
    /* 20/16 */
  }
}

@media (min-width: 640px) {
  .newsletter-hero__playground-container .newsletter__article::after {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 0.75rem
    /* 12/16 */
  }
}

@media (max-width: 639px) {
  .newsletter-hero h2 {
    font-size: 2.5rem;
    /* 40/16 */
    line-height: 1.1875
  }
}

@media (min-width: 640px) {
  .newsletter-hero h2 {
    font-size: 8rem;
    /* 128/16 */
    line-height: 0.988
  }
}

.newsletter-hero__submit-button {
  background: var(--theme-text-color);
  border-radius: 999em;
}

@media (min-width: 640px) {
  .newsletter-hero__submit-button {
    margin-top: 3.125rem;
    /* 50/16 */
    width: 5rem
    /* 80/16 */
  }
}

@media (max-width: 639px) {
  .newsletter-hero__submit-button {
    margin-top: 1.875rem;
    /* 30/16 */
    width: 2.75rem
    /* 44/16 */
  }
}

.newsletter-hero__submit-button[disabled] {
  opacity: 0.15;
}

.newsletter-hero__submit-button svg {
  width: 100%;
  height: auto;
  display: block;
  color: var(--theme-bg-color);
}

.newsletter-hero .custom-substack-widget {
  margin: 0 auto;
  border: 0;
  display: block;
}

.newsletter-hero .custom-substack-widget input {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  color: currentColor;
  font-family: inherit;
}

@media (min-width: 640px) {
  .newsletter-hero .custom-substack-widget input {
    font-size: 2rem;
    /* 32/16 */
    line-height: 1.21875;
    height: 3.125rem;
    /* 50/16 */
  }
}

@media (max-width: 639px) {
  .newsletter-hero .custom-substack-widget input {
    font-size: 1.25rem;
    /* 20/16 */
    line-height: 1.2;
    height: 2.1875rem;
    /* 35/16 */
  }
}

.newsletter-hero .custom-substack-widget ::-moz-placeholder {
  color: currentColor;
  opacity: 0.25;
  text-align: center;
}

.newsletter-hero .custom-substack-widget ::placeholder {
  color: currentColor;
  opacity: 0.25;
  text-align: center;
}

@media (min-width: 640px) {
  .newsletter-hero .custom-substack-widget ::-moz-placeholder {
    font-size: 2rem;
    /* 32/16 */
    line-height: 1.21875;
    height: 3.125rem;
    /* 50/16 */
  }
  .newsletter-hero .custom-substack-widget ::placeholder {
    font-size: 2rem;
    /* 32/16 */
    line-height: 1.21875;
    height: 3.125rem;
    /* 50/16 */
  }
}

@media (max-width: 639px) {
  .newsletter-hero .custom-substack-widget ::-moz-placeholder {
    font-size: 1.25rem;
    /* 20/16 */
    line-height: 1.2;
  }
  .newsletter-hero .custom-substack-widget ::placeholder {
    font-size: 1.25rem;
    /* 20/16 */
    line-height: 1.2;
  }
}

.newsletter-hero .custom-substack-widget button {
  background: var(--theme-text-color);
  border-radius: 999px;
  padding: 0;
  font-size: 0;
}

@media (min-width: 640px) {
  .newsletter-hero .custom-substack-widget button {
    margin-top: 3.125rem;
    /* 50/16 */
    width: 5rem;
    /* 80/16 */
    height: 5rem;
    /* 80/16 */
  }
}

@media (max-width: 639px) {
  .newsletter-hero .custom-substack-widget button {
    margin-top: 1.875rem;
    /* 30/16 */
    width: 2.75rem;
    /* 44/16 */
    height: 2.75rem;
    /* 44/16 */
  }
}

.newsletter-hero .custom-substack-widget button[disabled] {
  opacity: 0.15;
}

.newsletter-hero .custom-substack-widget button svg {
  width: 100%;
  height: auto;
  display: block;
  color: var(--theme-bg-color);
}

.newsletter-hero .custom-substack-widget + .success {
  color: var(--theme-link-color);
  margin: 0;
}

.newsletter-hero .custom-substack-widget + .error {
  color: #FF3D00;
  margin: 0;
}

.newsletter-hero .custom-substack-widget + * {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 1.25rem;
  /* 20/16 */
  font-family: inherit;
}

.signup-form {
  position: relative;
}

.signup-form__response {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 1.25rem;
  /* 20/16 */
  opacity: 0;
  transform: translateY(0.625rem);
  /* 10/16 */
  transition: transform 0.3s, opacity 0.3s;
}

@media (max-width: 639px) {
  .signup-form__response {
    font-size: 1rem
    /* 16/16 */
  }
}

.signup-form__response--error {
  color: #FF3D00;
}

.signup-form__response--success {
  color: var(--theme-link-color);
}

.signup-form--error .newsletter-hero__submit-button {
  background: #FF3D00;
}

.signup-form--error .newsletter-hero__submit-button svg {
  opacity: 0;
}

.signup-form--error .signup-form__response--error {
  opacity: 1;
  transform: none;
}

.signup-form--success .signup-form__response--success {
  opacity: 1;
  transform: none;
}

.signup-form--success .newsletter-hero__submit-button {
  background: var(--theme-link-color);
}

.signup-form--success .newsletter-hero__submit-button svg {
  opacity: 0;
}

@media (min-width: 640px) {
  .read__print-section {
    padding-bottom: 9.375rem
    /* 150/16 */
  }
}

@media (max-width: 639px) {
  .read__print-section {
    padding-bottom: 5.625rem
    /* 90/16 */
  }
}

.read__print-section__title em {
  font-style: italic;
}

@media (max-width: 639px) {
  .read__print-section__title {
    font-size: 2.5rem;
    /* 40/16 */
    line-height: 1.1875
  }
}

@media (min-width: 640px) {
  .read__print-section__title {
    font-size: 8rem;
    /* 128/16 */
    line-height: 0.988
  }
}

.read__print-section__text {
  width: 38.25rem;
  /* 612/16 */
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (min-width: 640px) {
  .read__print-section__cta {
    margin-top: 5.25rem
    /* 84/16 */
  }
}

@media (max-width: 639px) {
  .read__print-section__cta {
    margin-top: 2.5rem
    /* 40/16 */
  }
}

.read__print-section__cta .-image-container {
  position: relative;
  overflow: hidden;
}

@media (hover: hover) {
  .read__print-section__cta .-image-container:hover img {
    transform: scale(1.05);
  }
}

.read__print-section__cta .-cta {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transform: translateY(-50%);
}

.read__print-section__cta .-cta a {
  text-decoration: underline;
  color: #fff;
}

.read__print-section__cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: 1s;
}

.work-hero {
  overflow: hidden;
}

@media (min-width: 640px) {
  .work-hero {
    padding-top: 18.75rem;
    /* 300px */
    margin-bottom: 16.875rem
    /* 270px */
  }
}

@media (max-width: 639px) {
  .work-hero {
    padding-top: 13.4375rem;
    /* 215px */
    margin-bottom: 5.625rem
    /* 90px */
  }
}

.work-hero h1 {
  font-weight: 400;
  line-height: 0.975;
}

@media (min-width: 640px) {
  .work-hero h1 {
    font-size: 10rem
    /* 160px */
  }
}

@media (max-width: 639px) {
  .work-hero h1 {
    font-size: 3.4375rem
    /* 55px */
  }
}

@media (min-width: 640px) {
  .work-hero__bottom {
    padding-top: 8rem
    /* 128px */
  }
}

@media (max-width: 639px) {
  .work-hero__bottom {
    padding-top: 5.9375rem
    /* 95px */
  }
}

.swing--work-title {
  position: relative;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  transform: none;
}

@media (min-width: 640px) {
  .swing--work-title {
    margin-bottom: 8.75rem;
    /* 140px */
    margin-top: 15.625rem;
    /* 250px */
  }
}

@media (max-width: 639px) {
  .swing--work-title {
    margin-bottom: 3.75rem;
    /* 60px */
    margin-top: 8.125rem;
    /* 130px */
  }
}

@media (min-width: 1024px) {
  .swing--work-title .swing__container {
    font-size: 8rem;
    /* 128px */
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .swing--work-title .swing__container {
    font-size: 6rem;
    /* 96px */
  }
}

@media (max-width: 639px) {
  .swing--work-title .swing__container {
    font-size: 3.875rem;
    /* 62px */
    letter-spacing: -0.055em;
    padding-bottom: 1rem;
    /* 16px */
    transform-origin: center bottom;
  }
}

@media (min-width: 640px) {
  .swing--work-title .swing__left {
    text-align: left;
  }

  .swing--work-title .swing__right {
    text-align: right;
  }
}

@media (max-width: 639px) {
  .swing--work-title .swing__left,
  .swing--work-title .swing__right {
    width: 100%;
  }

  .swing--work-title .swing__dot {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0.75rem;
    /* 12px */
    height: 0.75rem;
    /* 12px */
    margin-left: -0.375rem;
    /* -6px */
  }
}

/* ---------------- TOOLBOX ---------------- */

@media (min-width: 640px) {
  .toolbox {
    margin-top: 17.3125rem;
    /* 277px */
  }
}

.toolbox__tab {
  border-bottom: 1px solid;
}

@media (min-width: 640px) {
  .toolbox__tab {
    padding-bottom: 1.25rem;
    /* 20px */
    padding-top: 1.25rem;
    /* 20px */
  }
}

@media (max-width: 639px) {
  .toolbox__tab {
    padding-bottom: 0.625rem;
    /* 10px */
    padding-top: 0.625rem;
    /* 10px */
  }
}

.toolbox__tab__button {
  cursor: pointer;
  line-height: 1.14;
  position: relative;
}

@media (min-width: 640px) {
  .toolbox__tab__button {
    font-size: 6.25rem;
    /* 100px */
  }
}

@media (max-width: 639px) {
  .toolbox__tab__button {
    font-size: 2rem;
    /* 32px */
    line-height: 1.25;
  }
}

.toolbox__tab__button::before,
.toolbox__tab__button::after {
  content: "";
  position: absolute;
  height: 1px;
  background: currentColor;
  transition: transform 0.5s;
}

@media (min-width: 640px) {
  .toolbox__tab__button::before,
  .toolbox__tab__button::after {
    width: 3.4375rem;
    /* 55px */
  }
}

@media (max-width: 639px) {
  .toolbox__tab__button::before,
  .toolbox__tab__button::after {
    width: 1.4375rem;
    /* 23px */
  }
}

.toolbox__tab__button::before {
  right: 0;
  top: 50%;
}

.toolbox__tab__button::after {
  right: 0;
  top: 50%;
  transform: rotate(-90deg);
}

.toolbox__tab__button[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.toolbox__tab__button[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

@media (min-width: 640px) {
  .toolbox__tab__name {
    width: 60%;
    margin-left: auto;
  }
}

@media (max-width: 639px) {
  .toolbox__tab__name {
    margin-left: 1.875rem;
    /* 30px */
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .toolbox__tab__name {
    font-size: 4.75rem;
    /* 76px */
  }
}

.toolbox__tab__content {
  margin-left: auto;
  height: 0;
  overflow: hidden;
}

@media (max-width: 639px) {
  .toolbox__tab__content {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .toolbox__tab__content {
    width: 60%;
  }

  .toolbox__tab__content-inner {
    padding-top: 5.3125rem;
    /* 85px */
    padding-bottom: 5.9375rem;
    /* 95px */
    padding-left: 10.9375rem;
    /* 175px */
  }
}

@media (max-width: 639px) {
  .toolbox__tab__content-inner {
    padding-top: 2.5rem;
    /* 40px */
    padding-bottom: 2.8125rem;
    /* 45px */
    padding-left: 5.625rem;
    /* 90px */
  }
}

.toolbox__tab__content-inner li {
  position: relative;
}

@media (min-width: 640px) {
  .toolbox__tab__content-inner li::after {
    left: -9.6875rem;
    /* -155px */
    width: 0.75rem;
    /* 12px */
    height: 0.75rem;
    /* 12px */
  }
}

@media (max-width: 639px) {
  .toolbox__tab__content-inner li::after {
    left: -5rem;
    /* -80px */
    width: 0.375rem;
    /* 6px */
    height: 0.375rem;
    /* 6px */
  }
}

.toolbox__tab__content-inner li::after {
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 999em;
  background: currentColor;
}

@media (max-width: 639px) {
  .toolbox__collective__content__title {
    width: 100%;
    text-align: center;
    font-weight: 700;
  }

  .toolbox__collective__content p:nth-of-type(2n) {
    width: 60%;
  }
}

.work-section {
  margin-top: 6.25rem;
}

/* 100px */

.work-section__heading div:last-of-type {
  width: 60%;
  margin-left: auto;
}

.work-section__image-container {
  position: relative;
}

.work-section__image-container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

@media (min-width: 640px) {
  .work-section__image-container {
    /* small up */
    width: 60%;
    margin-left: auto
  }
}

/* img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  } */

.work-section__item {
  position: relative;
}

@media (min-width: 640px) {
  .work-section__item {
    border-top: 1px solid
  }
}

@media (max-width: 639px) {
  .work-section__item:not(:first-of-type) {
    margin-top: 2.1875rem;
    /* 35px */
  }
}

@media (min-width: 640px) {
  .work-section__left {
    width: 40%
  }
}

@media (max-width: 639px) {
  .work-section__left {
    border-bottom: 1px solid
  }
}

.work-section__left__heading {
  display: block;
}

@media (min-width: 640px) {
  .work-section__left__heading {
    padding-top: 1.375rem;
    /* 22px */
    line-height: 1.25;
    position: absolute;
    top: 0;
    left: 0
  }
}

@media (max-width: 639px) {
  .work-section__left__heading {
    font-size: 1.375rem;
    /* 22px */
    line-height: 1.81818182;
    padding-bottom: 0.3125rem;
    /* 5px */
    border-bottom: 1px solid
  }
}

@media (min-width: 640px) {
  .work-section__right {
    width: 60%
  }
}

.work-section .c-accordion:not(:first-of-type) .c-accordion__control {
  border-top: 1px solid;
}

.work-section .c-accordion__control {
  cursor: pointer;
  position: relative;
  text-align: left;
  line-height: 1.25;
}

.work-section .c-accordion__control__extend-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 166.666%;
  cursor: pointer;
}

@media (max-width: 639px) {
  .work-section .c-accordion__control__extend-overlay {
    display: none
  }
}

@media (min-width: 640px) {
  .work-section .c-accordion__control {
    padding-top: 1.375rem;
    /* 22px */
    padding-bottom: 1.375rem;
    /* 22px */
    width: 60%;
    margin-left: auto;
    display: block
  }
}

@media (max-width: 639px) {
  .work-section .c-accordion__control {
    padding-top: 0.75rem;
    /* 12px */
    padding-bottom: 0.75rem;
    width: 100%
  }
}

.work-section .c-accordion__control::before,
      .work-section .c-accordion__control::after {
  content: "";
  position: absolute;
  height: 1px;
  background: currentColor;
  transition: transform 0.5s;
}

@media (min-width: 640px) {
  .work-section .c-accordion__control::before,
      .work-section .c-accordion__control::after {
    width: 3.4375rem
    /* 55px */
  }
}

@media (max-width: 639px) {
  .work-section .c-accordion__control::before,
      .work-section .c-accordion__control::after {
    width: 1.4375rem
    /* 23px */
  }
}

.work-section .c-accordion__control::before {
  right: 0;
  top: 50%;
}

.work-section .c-accordion__control::after {
  right: 0;
  top: 50%;
  transform: rotate(-90deg);
}

.work-section .c-accordion__control[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.work-section .c-accordion__control[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.work-section .c-accordion__content__inner {
  padding-bottom: 1.875rem;
}

/* 30px */

@media (min-width: 640px) {
  .work-section .c-accordion__content__inner {
    padding-top: 5.625rem
    /* 90px */
  }
}

@media (max-width: 639px) {
  .work-section .c-accordion__content__inner {
    padding-top: 1.125rem
    /* 18px */
  }
}

.work-section__content {
  padding-bottom: 2.1875rem;
  /* 35px */
}

@media (max-width: 639px) {
  .work-section__accordion-content {
    display: flex;
    flex-direction: column-reverse
  }
}

@media (min-width: 640px) {
  .work-section__accordion-content__about {
    width: 40%;
    padding-right: 8.75rem
    /* 140px */
  }
}

@media (max-width: 639px) {
  .work-section__accordion-content__about {
    padding-top: 1.6875rem
    /* 27px */
  }
}

@media (min-width: 640px) {
  .work-section__accordion-content__services {
    width: 35%;
    padding-right: 6.25rem
    /* 100px */
  }
}

@media (max-width: 639px) {
  .work-section__accordion-content__services {
    margin-top: 1.875rem
    /* 30px */
  }
}

@media (min-width: 640px) {
  .work-section__accordion-content__year {
    width: 25%;
    flex-direction: column
  }
}

@media (max-width: 639px) {
  .work-section__accordion-content__year {
    margin-top: 1.875rem
  }
}

@media (min-width: 640px) {
  .work-section__accordion-content__link {
    margin-top: auto;
    padding-top: 1.25rem
    /* 20px */
  }
}

@media (max-width: 639px) {
  .work-section__accordion-content__link {
    padding-top: 3.25rem;
    /* 52px */
    padding-bottom: 1.375rem;
    /* 22px */
    text-align: center
  }
}

.work-section__accordion-content__link a {
  font-weight: 600;
}

@media (min-width: 640px) {
  .work-cta {
    margin-top: 16rem;
    /* 256/16 */
    padding-bottom: 18.75rem
    /* 300/16 */
  }
}

@media (max-width: 639px) {
  .work-cta {
    margin-top: 5.25rem;
    /* 84/16 */
    padding-bottom: 10.3125rem
    /* 165/16 */
  }
}

.work-cta h3 {
  line-height: 1.11;
  text-align: center;
}

/* large up: >=1024px */

@media (min-width: 1024px) {
  .work-cta h3 {
    margin-bottom: 12.5rem;
    /* 200/16 */
    font-size: 6.25rem
    /* 100/16 */
  }
}

/* between small and large: >=640px and <=1023px */

@media (min-width: 640px) and (max-width: 1023px) {
  .work-cta h3 {
    margin-bottom: 12.5rem;
    /* 200/16 */
    font-size: 5.125rem
    /* 82/16 */
  }
}

@media (max-width: 639px) {
  .work-cta h3 {
    font-size: 2.375rem
    /* 38/16 */
  }

  .work-cta h3 a {
    display: block;
    margin-top: 2.5rem;
    /* 40/16 */
    font-size: 1.875rem
    /* 30/16 */
  }

  .work-cta i {
    margin-top: 2.75rem;
    /* 44/16 */
    font-size: 1.875rem;
    /* 30/16 */
    display: block
  }
}

.text-page__hero {
  padding-top: 6.5625rem;
  /* 105px */
  margin-bottom: 4.5rem;
  /* 72px */
}

@media (min-width: 40em) {
  /* small up */

  .text-page__hero {
    padding-top: 13.125rem;
    /* 210px */
    margin-bottom: 8.9375rem;
    /* 143px */
  }
}

.text-page__hero h1 {
  font-size: 2.125rem;
  /* 34px */
  font-weight: 500;
}

.text-page__hero h1.space-between {
  display: flex;
  justify-content: space-between;
}

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

.text-page__content {
  padding-bottom: 7.8125rem;
  /* 250px */
}

.text-page__content .c-accordion__control {
  text-align: center;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid;
  line-height: 1.14;
  padding: 0.9375rem 0;
  /* 15px top/bottom padding by default */
  font-size: 1.875rem;
  /* 30px by default */
}

@media (min-width: 40em) {
  /* small up */

  .text-page__content .c-accordion__control {
    font-size: 6.25rem;
    /* 100px */
    padding: 1.875rem 0;
    /* 30px */
  }
}

.text-page__content .c-accordion__control::before,
.text-page__content .c-accordion__control::after {
  content: "";
  position: absolute;
  height: 1px;
  background: currentColor;
  transition: transform 0.5s;
  right: 0;
  top: 50%;
  width: 1.4375rem;
  /* 23px default */
}

@media (min-width: 40em) {
  .text-page__content .c-accordion__control::before,
  .text-page__content .c-accordion__control::after {
    width: 3.4375rem;
    /* 55px */
  }
}

.text-page__content .c-accordion__control::after {
  transform: rotate(-90deg);
}

.text-page__content .c-accordion__control[aria-expanded='true']::before {
  transform: rotate(180deg);
}

.text-page__content .c-accordion__control[aria-expanded='true']::after {
  transform: rotate(180deg);
}

/* Tab content */

.text-page__content__tab-content {
  counter-reset: section;
}

.text-page__content__tab-content-single {
  padding-top: 0.3125rem;
  /* 10px */
  padding-bottom: 1rem;
  /* 16px */
  position: relative;
  padding-left: 1.875rem;
  /* 30px default */
}

@media (min-width: 40em) {
  .text-page__content__tab-content-single {
    padding-left: 5rem;
    /* 80px */
  }
}

.text-page__content__tab-content-single::after {
  content: counter(section);
  counter-increment: section;
  position: absolute;
  left: 0;
  top: 0.3125rem;
  /* 10px */
  font-family: var(--ffSerif);
  /* Assuming $ffSerif is a CSS variable or replace accordingly */
}

.text-page__content__tab-content-single:not(:first-of-type)::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  height: 1px;
  background: currentColor;
  margin-bottom: 0.625rem;
  /* 10px */
}

/* nth-of-type styles */

.text-page__content__tab-content-single:nth-of-type(5n-4) .text-page__content__tab-content-inner {
  width: 63%;
  /* small down default */
  margin-left: 0;
}

@media (min-width: 40em) {
  .text-page__content__tab-content-single:nth-of-type(5n-4) .text-page__content__tab-content-inner {
    width: 42.4260355%;
  }
}

.text-page__content__tab-content-single:nth-of-type(5n-3) .text-page__content__tab-content-inner {
  width: 63%;
  margin-left: 23%;
}

@media (min-width: 40em) {
  .text-page__content__tab-content-single:nth-of-type(5n-3) .text-page__content__tab-content-inner {
    width: 41.18%;
  }
}

.text-page__content__tab-content-single:nth-of-type(5n-2) .text-page__content__tab-content-inner {
  width: 63%;
  margin-left: 0;
}

@media (min-width: 40em) {
  .text-page__content__tab-content-single:nth-of-type(5n-2) .text-page__content__tab-content-inner {
    width: 41.18%;
  }
}

.text-page__content__tab-content-single:nth-of-type(5n-1) .text-page__content__tab-content-inner {
  width: 63%;
  margin-left: auto;
}

@media (min-width: 40em) {
  .text-page__content__tab-content-single:nth-of-type(5n-1) .text-page__content__tab-content-inner {
    width: 41.18%;
  }
}

.text-page__content__tab-content-single:nth-of-type(5n) .text-page__content__tab-content-inner {
  width: 56%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 40em) {
  .text-page__content__tab-content-single:nth-of-type(5n) .text-page__content__tab-content-inner {
    width: 37.57%;
  }
}

.nav {
  line-height: 1.34782609;
  letter-spacing: -0.035em;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.4375rem;
}

.nav::before {
  content: "";
  position: fixed;
  top: 0;
  left: -120px;
  right: -120px;
  height: 100%;
  box-shadow: inset 0px 0px 3.75rem 4.375rem var(--theme-bg-color);
  z-index: -2;
  pointer-events: none;
  /* @include mq(small up) {
      box-shadow: inset 0px 0px 3.75rem 4.375rem var(--theme-bg-color);
    }

    @include mq(small down) {
      box-shadow: inset 0px 0px 3.75rem 4.375rem var(--theme-bg-color);
    } */
}

.nav .container {
  display: flex;
}

.nav__home-url {
  position: absolute;
  left: 50%;
  top: 1.5625rem;
  /* 25px */
  transform: translateX(-50%);
  z-index: 2;
  width: 5.5rem;
}

.nav__home-url::after {
  content: "";
  display: block;
  padding-top: 60%;
}

/* &::before {
      box-shadow: inset 0px 0px 3.75rem 4.375rem var(--theme-text-color);
    } */

.nav--home .nav__home-url {
  width: 20.875rem;
}

@media (min-width: 640px) {
  .nav--home .nav__home-url {
    width: 43.375rem;
  }
}

.nav--home .nav__home-url::after {
  padding-top: 32%;
}

.nav__logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 1.5625rem;
  /* 25px */
  transform: translateX(-50%);
  pointer-events: none;
}

.nav__logo svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  transform-origin: bottom center;
}

.nav__logo--full {
  z-index: 2;
  width: 20.875rem;
}

@media (min-width: 640px) {
  .nav__logo--full {
    width: 43.375rem;
  }
}

.nav__logo--small {
  width: 5.5rem;
  /* 88px */
}

.nav .-desktop-ul li:not(:last-of-type) {
  margin-right: 1.25rem;
  /* 20px */
}

.burger {
  width: 1.875rem;
  /* 30px */
  height: 1.875rem;
  /* 30px */
  position: absolute;
  right: 1.25rem;
  /* 20px */
  top: 1.25rem;
  /* 20px */
  z-index: 10;
}

@media (min-width: 640px) {
  .burger {
    display: none;
  }
}

.burger::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.25rem;
  /* 4px */
  background: currentColor;
  border-radius: 999em;
  top: 50%;
  left: 50%;
  margin-left: -0.9375rem;
  /* -15px */
  margin-top: -0.625rem;
  /* -10px */
  transition: 0.3s;
}

.burger::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  /* 8px */
  height: 0.5rem;
  /* 8px */
  background: currentColor;
  border-radius: 999em;
  top: 50%;
  left: 50%;
  margin-left: -0.25rem;
  /* -4px */
  margin-top: -0.25rem;
  /* -4px */
  transition: 0.3s;
}

.burger.active::before {
  margin-top: -0.125rem;
  /* -2px */
  transform: rotate(45deg);
  background: var(--theme-bg-color);
}

.burger.active::after {
  width: 100%;
  height: 0.25rem;
  /* 4px */
  margin-left: -0.9375rem;
  /* -15px */
  margin-top: -0.125rem;
  /* -2px */
  transform: rotate(-45deg);
  background: var(--theme-bg-color);
}

.nav__mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--theme-bg-color);
  z-index: 5;
  font-size: 1.25rem;
  /* 20px */
  top: -9999px;
  transition: top 0s 0.8s;
  padding-bottom: 5rem;
  /* 80px */
}

@media (min-width: 640px) {
  .nav__mobile {
    display: none;
  }
}

.nav__mobile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--theme-text-color);
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.5s 0.3s;
}

.nav__mobile .mailto-message {
  background: var(--theme-text-color);
}

.nav__mobile.active {
  top: 0;
  transition: top 0s 0s;
}

.nav__mobile.active::before {
  transform: scaleY(1);
  transition: transform 0.5s 0s;
}

.nav__mobile .-copyright {
  font-size: 1rem;
  /* 16px */
  font-family: $ff;
  margin-top: auto;
}

.nav__mobile__email {
  font-size: 8.25vw;
}

.nav__mobile .container {
  height: 100%;
  padding-top: 5rem;
  /* 80px */
  flex-wrap: wrap;
}

.nav__mobile__section {
  width: 100%;
}

/* box-shadow: inset 0px 0px 3.75rem 4.375rem var(--theme-bg-color); */

/* .page-template-page-home {
  .nav::before {
    box-shadow: inset 0px 0px 3.75rem 4.375rem var(--theme-text-color);
  }
} */

.footer {
  pointer-events: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  padding-bottom: 1.25rem;
  /* rem(20) */
  transition: font-size 0.5s, text-shadow 0.5s 0.5s, color 0.5s;
  letter-spacing: -0.035em;
}

.footer::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -6.25rem;
  /* rem(-100) */
  right: -6.25rem;
  /* rem(-100) */
  z-index: -1;
  transition: opacity 0.75s 0.5s;
  pointer-events: none;
  height: 6.25rem;
  /* default = small down: height rem(100) → 6.25rem */
}

@media (min-width: 640px) {
  .footer::before {
    height: 11.25rem;
  }
}

.footer::before {
  /* small up: height rem(180) → 11.25rem */
}

.footer--nav-open {
  color: var(--theme-bg-color);
  transition: font-size 0.5s, text-shadow 0.5s 0s, color 0.5s;
}

.footer--nav-open::before {
  opacity: 0;
  transition: opacity 0.75s 0s;
}

.footer--home {
  font-size: 2.625rem;
  /* small down: font-size rem(42) */
}

@media (min-width: 640px) {
  .footer--home {
    font-size: 8.75rem;
  }
}

/* small up: font-size rem(140) */

.footer--home .shop-link {
  opacity: 0;
  transform: rotate(-90deg) translateX(-1em);
  pointer-events: none;
}

.footer:not(.footer--home) {
  font-size: 2.625rem;
  /* small down: font-size rem(42) */
}

@media (min-width: 640px) {
  .footer:not(.footer--home) {
    font-size: 3.125rem;
  }
}

/* small up: font-size rem(50) */

.footer:not(.footer--home) ul .shop-link__inner a{
  pointer-events: auto;
}

.footer ul {
  display: flex;
  justify-content: space-between;
}

.footer ul a:not(.shop-link__inner a) {
  pointer-events: auto;
}

.footer .shop-link {
  transition: transform 0.3s, opacity 0.3s;
}

.popup {
  position: fixed;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  left: -100%;
  transition: 0s 0.5s;
  z-index: 9999999;
  visibility: hidden;
}

.popup__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.popup--active {
  left: 0;
  transition: 0s 0s;
  visibility: visible;
}

.popup--active .popup__overlay {
  opacity: 0.5;
}

.popup--active .popup__content {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.popup__close-button {
  position: absolute;
  cursor: pointer;
  border-radius: 9999px;
  background-color: var(--theme-bg-color);
  color: var(--theme-text-color);
  top: 1.25rem;
  right: 1.25rem;
  height: 1.625rem;
  width: 1.625rem;
}

@media (min-width: 640px) {
  .popup__close-button {
    top: 3.9375rem;
    right: 3.9375rem;
    height: 3.25rem;
    width: 3.25rem;
  }
}

.popup__close-button::before,
    .popup__close-button::after {
  content: "";
  position: absolute;
  width: 42.3%;
  top: 50%;
  left: 50%;
  margin-left: -21.15%;
  background: currentColor;
  height: 1px;
}

@media (min-width: 640px) {
  .popup__close-button::before,
    .popup__close-button::after {
    height: 2px;
  }
}

.popup__close-button::before,
    .popup__close-button::after {
  margin-top: 0;
}

@media (min-width: 640px) {
  .popup__close-button::before,
    .popup__close-button::after {
    margin-top: -1px;
  }
}

.popup__close-button::before {
  transform: rotate(-45deg);
}

.popup__close-button::after {
  transform: rotate(45deg);
}

.popup__container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.popup__content {
  max-width: 95%;
  margin: auto;
  color: var(--theme-bg-color);
  background-color: var(--theme-text-color);
  min-width: 100px;
  z-index: 1;
  position: relative;
  opacity: 0;
  transform: translateY(1.5rem);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  padding: 1.6875rem;
  /* rem(27) */
  border-radius: 1.125rem;
  /* rem(18) */
}

@media (min-width: 640px) {
  .popup__content {
    border-radius: 2.25rem;
    padding: 3.4375rem;
  }
}

.popup__content {
  /* rem(55), rem(36) */
}

.popup--subscribe-popup .mc-field-group {
  position: relative;
}

.popup--subscribe-popup .mc-field-group .signup-form__response {
  padding-top: 0.3125rem;
  /* rem(5) */
  text-align: left;
}

.popup--subscribe-popup .mc-field-group .signup-form__response--success {
  background-color: var(--theme-text-color);
}

.popup--subscribe-popup .popup__content {
  /* small down */
  width: 21.25rem;
  /* rem(340) */
  /* small up */
}

@media (min-width: 640px) {
  .popup--subscribe-popup .popup__content {
    width: 42.875rem;
  }
}

.popup--subscribe-popup .popup__content {
  /* rem(686) */
}

.popup--subscribe-popup button[type='submit'] {
  width: 100%;
  border-radius: 9999px;
  text-align: center;
  font-weight: 400;
}

.text-page__hero h1.popup--subscribe-popup button[type='submit'] {
  text-align: center;
}

.popup--subscribe-popup button[type='submit'] {
  background-color: var(--theme-bg-color);
  color: var(--theme-text-color);
  line-height: 1;
  letter-spacing: -0.03em;
  /* small down */
  margin-top: 2.1875rem;
  /* rem(35) */
  padding: 0.9375rem;
  /* rem(15) */
  /* small up */
  font-size: 1.25rem;
}

@media (min-width: 640px) {
  .popup--subscribe-popup button[type='submit'] {
    margin-top: 4.375rem;
    padding: 1.875rem;
    font-size: 2rem;
  }
}

.popup--subscribe-popup button[type='submit'] {
  /* rem(70), rem(30), rem(56) */
}

.popup--subscribe-popup__heading {
  line-height: 1.02;
  letter-spacing: -0.02em;
  padding-right: 1.875rem;
  font-size: 1.25rem;
}

@media (min-width: 640px) {
  .popup--subscribe-popup__heading {
    padding-right: 3.75rem;
    font-size: 2rem;
  }
}

.popup--subscribe-popup__heading {
  /* rem(60) */
}

.popup--subscribe-popup__description {
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-family: var(--ff-serif);
  margin-top: 1.875rem;
  font-size: 1.25rem;
}

@media (min-width: 640px) {
  .popup--subscribe-popup__description {
    margin-top: 4.875rem;
    font-size: 2rem;
  }
}

.popup--subscribe-popup form {
  display: block;
  max-width: none;
  border-width: 0px;
  font-size: 1em;
  /* small down */
  margin-top: 1.5625rem;
  /* rem(25) */
  /* small up */
}

@media (min-width: 640px) {
  .popup--subscribe-popup form {
    margin-top: 3.125rem;
  }
}

/* rem(50) */

.popup--subscribe-popup form input {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: currentColor;
  font-family: inherit;
  border-bottom: 1px solid;
  display: block;
  width: 100%;
  /* small up */
  font-size: 2rem;
  /* rem(32) */
  line-height: 1.21875;
  height: 3.125rem;
  /* rem(50) */
  /* small down */
}

@media (min-width: 640px) {
  .popup--subscribe-popup form input {
    height: 3.125rem;
    font-size: 2rem;
    line-height: 1.21875;
  }
}

.popup--subscribe-popup form input {
  font-size: 1.25rem;
  /* rem(20) */
  line-height: 1.2;
  height: 2.1875rem;
}

/* rem(35) */

.popup--subscribe-popup form input::-moz-placeholder {
  color: currentColor;
  opacity: 0.3;
}

.popup--subscribe-popup form input::placeholder {
  color: currentColor;
  opacity: 0.3;
}

.popup--subscribe-popup .custom-substack-widget+.success {
  color: var(--theme-link-color);
  margin: 0;
}

.popup--subscribe-popup .custom-substack-widget+.error {
  color: #FF3D00;
  margin: 0;
}

.popup--subscribe-popup .custom-substack-widget+* {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 0.3125rem;
  /* rem(5) */
  font-family: inherit;
  /* small up */
  top: 3.125rem;
  /* rem(50) */
  /* small down */
}

@media (min-width: 640px) {
  .popup--subscribe-popup .custom-substack-widget+* {
    top: 3.125rem;
  }
}

.popup--subscribe-popup .custom-substack-widget+* {
  top: 2.1875rem;
  /* rem(35) */
}

.social__list a {
  display: flex;
}

.social__list a svg {
  transition: all 0.1s ease-in-out;
}

.social__list a:hover svg {
  transform: rotate(45deg);
}

/* Small down breakpoint (adjust max-width as per your mq(small down) setting) */

@media (max-width: 640px) {
  .behance-order {
    order: 1;
  }

  .linkedin-order {
    order: 2;
  }

  .dribbble-order {
    order: 3;
  }

  .instagram-order {
    order: 4;
  }

  .facebook-order {
    order: 5;
  }

  .twitter-order {
    order: 6;
  }
}

.visual-container {
  background: currentColor;
  overflow: hidden;
}

.visual-container__inner {
  opacity: 0;
  transform: scale(1.1);
  will-change: transform;
  transition: transform 0.75s, opacity 0.75s;
}

.visual-container.animated .visual-container__inner {
  opacity: 1;
  transform: scale(1);
}

.c-accordion__content {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: visibility 0s 0.5s;
}

.c-accordion__content__inner {
  opacity: 0;
  transform: translateY(-0.625rem);
  /* rem(10) → 10px ÷ 16 */
  transition: opacity 0.5s 0s, transform 0.5s 0s;
}

.c-accordion--open > .c-accordion__content {
  visibility: visible;
  transition: visibility 0s 0s;
}

.c-accordion--open > .c-accordion__content > .c-accordion__content__inner {
  opacity: 1;
  transform: translateY(0);
}

button {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
  color: currentColor;
}

.success-button {
  background-color: var(--theme-link-color);
}

.mailto-link {
  position: relative;
  /* padding: 0.5rem 0; rem(8) → 8px ÷ 16 */
}

.mailto-message {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  position: absolute;
  display: none;
  width: auto;
  white-space: nowrap;
  padding: 0.125rem 0.375rem;
  /* rem(2) rem(6) → 2px ÷ 16, 6px ÷ 16 */
  font-family: var(--ff);
  /* replaced $ff with CSS var */
  background-color: var(--theme-bg-color);
  border: 1px solid;
}

@media (min-width: 768px) {
  .mailto-message {
    font-size: 1.5625rem;
    /* rem(25) → 25 ÷ 16 */
    line-height: 1.21875;
  }
}

@media (max-width: 767px) {
  .mailto-message {
    font-size: 1.25rem;
    /* rem(20) → 20 ÷ 16 */
    line-height: 1.2;
  }
}

.mailto-link:hover .mailto-message,
.mailto-link:focus .mailto-message,
.mailto-link:focus-within .mailto-message {
  display: block;
}

@font-face {
  font-family: "EuclidCircularA";

  src: url(../fonts/EuclidCircularA-Bold-WebS.22046b6e.woff) format("woff"),
       url(../fonts/EuclidCircularA-Bold-WebS.85b8d99d.woff2) format("woff2");

  font-weight: 700;
}

@font-face {
  font-family: "EuclidCircularA";

  src: url(../fonts/EuclidCircularA-Regular-WebS.0e048bbb.woff) format("woff"),
       url(../fonts/EuclidCircularA-Regular-WebS.9cf5f4fa.woff2) format("woff2");

  font-weight: 400;
}

@font-face {
  font-family: "EuclidCircularA";

  src: url(../fonts/EuclidCircularA-Medium-WebS.7f6405f4.woff) format("woff"),
       url(../fonts/EuclidCircularA-Medium-WebS.bf58c9f0.woff2) format("woff2");

  font-weight: 500;
}

@font-face {
  font-family: "TimesNewerRoman";

  src: url(../fonts/TimesNewerRoman-Regular.296c6460.woff) format("woff"),
       url(../fonts/TimesNewerRoman-Regular.bbb18cd8.woff2) format("woff2");

  font-weight: 400;
}

:root {
  --ff: "EuclidCircularA";
  --ff-serif: "TimesNewerRoman";
}

.serif,
strong,
b {
  font-weight: normal;
  font-family: var(--ff-serif);
}

@media (min-width: 768px) {
  .text {
    font-size: 2rem;
    /* 32 ÷ 16 */
    line-height: 1.21875
  }
}

@media (max-width: 767px) {
  .text {
    font-size: 1.25rem;
    /* 20 ÷ 16 */
    line-height: 1.2
  }
}

.text a {
  text-decoration: underline;
  color: var(--theme-link-color);
}

@media (min-width: 768px) {
  .text-small {
    font-size: 1.25rem;
    /* 20 ÷ 16 */
    line-height: 1.21875
  }
}

@media (max-width: 767px) {
  .text-small {
    font-size: 1rem;
    /* 16 ÷ 16 */
    line-height: 1.2
  }
}

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.-left-10 {
  left: -2.5rem;
}

.-left-\[10\%\] {
  left: -10%;
}

.-right-3 {
  right: -0.75rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-\[20\%\] {
  bottom: 20%;
}

.bottom-\[60\%\] {
  bottom: 60%;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-3 {
  left: 0.75rem;
}

.left-5 {
  left: 1.25rem;
}

.left-\[10\%\] {
  left: 10%;
}

.left-\[20\%\] {
  left: 20%;
}

.left-\[25\%\] {
  left: 25%;
}

.left-\[40\%\] {
  left: 40%;
}

.left-\[5\%\] {
  left: 5%;
}

.left-\[58\%\] {
  left: 58%;
}

.left-\[60\%\] {
  left: 60%;
}

.left-\[62\.95\%\] {
  left: 62.95%;
}

.left-\[70\%\] {
  left: 70%;
}

.left-\[73\.8\%\] {
  left: 73.8%;
}

.left-\[79\%\] {
  left: 79%;
}

.left-\[80\%\] {
  left: 80%;
}

.right-0 {
  right: 0px;
}

.right-1\/4 {
  right: 25%;
}

.right-10 {
  right: 2.5rem;
}

.right-20 {
  right: 5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-5 {
  right: 1.25rem;
}

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

.right-\[-30\%\] {
  right: -30%;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-1\/3 {
  top: 33.333333%;
}

.top-1\/4 {
  top: 25%;
}

.top-10 {
  top: 2.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-20 {
  top: 5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

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

.top-\[20\%\] {
  top: 20%;
}

.top-\[28\%\] {
  top: 28%;
}

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

.top-\[5\%\] {
  top: 5%;
}

.top-\[61\%\] {
  top: 61%;
}

.top-\[65\%\] {
  top: 65%;
}

.top-\[68\%\] {
  top: 68%;
}

.top-\[75\%\] {
  top: 75%;
}

.top-\[80\%\] {
  top: 80%;
}

.top-\[9\%\] {
  top: 9%;
}

.top-full {
  top: 100%;
}

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

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

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

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

.float-left {
  float: left;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-auto {
  margin: auto;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-11 {
  margin-bottom: 2.75rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

.mb-44 {
  margin-bottom: 11rem;
}

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-36 {
  margin-top: 9rem;
}

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

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

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

.mt-64 {
  margin-top: 16rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[109\/137\] {
  aspect-ratio: 109/137;
}

.aspect-\[139\/170\] {
  aspect-ratio: 139/170;
}

.aspect-\[144\/216\] {
  aspect-ratio: 144/216;
}

.aspect-\[169\/207\] {
  aspect-ratio: 169/207;
}

.aspect-\[171\/256\] {
  aspect-ratio: 171/256;
}

.aspect-\[266\/326\] {
  aspect-ratio: 266/326;
}

.aspect-\[292\/353\] {
  aspect-ratio: 292/353;
}

.aspect-\[293\/390\] {
  aspect-ratio: 293/390;
}

.aspect-\[330\/384\] {
  aspect-ratio: 330/384;
}

.aspect-\[350\/524\] {
  aspect-ratio: 350/524;
}

.aspect-\[386\/465\] {
  aspect-ratio: 386/465;
}

.aspect-\[408\/551\] {
  aspect-ratio: 408/551;
}

.aspect-\[573\/494\] {
  aspect-ratio: 573/494;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-1\/2 {
  height: 50%;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

.h-\[calc\(100dvh-8rem\)\] {
  height: calc(100dvh - 8rem);
}

.h-\[calc\(var\(--app-height\)\*2\)\] {
  height: calc(var(--app-height) * 2);
}

.h-\[calc\(var\(--app-height\)\*3\)\] {
  height: calc(var(--app-height) * 3);
}

.h-\[calc\(var\(--app-height\)-2rem\)\] {
  height: calc(var(--app-height) - 2rem);
}

.h-\[var\(--app-height\)\] {
  height: var(--app-height);
}

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

.h-full {
  height: 100%;
}

.min-h-20 {
  min-height: 5rem;
}

.\!w-96 {
  width: 24rem !important;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/5 {
  width: 20%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/12 {
  width: 25%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6 {
  width: 1.5rem;
}

.w-6\/12 {
  width: 50%;
}

.w-7 {
  width: 1.75rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-96 {
  width: 24rem;
}

.w-\[11\.25rem\] {
  width: 11.25rem;
}

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

.w-\[16\.9\%\] {
  width: 16.9%;
}

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

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

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

.w-\[29\.3125rem\] {
  width: 29.3125rem;
}

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.max-w-none {
  max-width: none;
}

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

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

.grow {
  flex-grow: 1;
}

.origin-bottom {
  transform-origin: bottom;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-rotate-\[4\.57deg\] {
  --tw-rotate: -4.57deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.cursor-grab {
  cursor: grab;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

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

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

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 82 255 / var(--tw-border-opacity, 1));
}

.border-current {
  border-color: currentColor;
}

.bg-\[\#0052FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 82 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#21BE7B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 190 123 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6194FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(97 148 255 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#EEFF54\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 255 84 / var(--tw-bg-opacity, 1));
}

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 82 255 / var(--tw-bg-opacity, 1));
}

.bg-current {
  background-color: currentColor;
}

.bg-lavender {
  --tw-bg-opacity: 1;
  background-color: rgb(209 211 254 / var(--tw-bg-opacity, 1));
}

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

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[--theme-bg-color\] {
  --tw-gradient-from: var(--theme-bg-color) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.fill-blue {
  fill: #0052FF;
}

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

.pb-28 {
  padding-bottom: 7rem;
}

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

.pb-32 {
  padding-bottom: 8rem;
}

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

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

.pr-10 {
  padding-right: 2.5rem;
}

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

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

.pr-24 {
  padding-right: 6rem;
}

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

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

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

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

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

.pt-24 {
  padding-top: 6rem;
}

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

.pt-32 {
  padding-top: 8rem;
}

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

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

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

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

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

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

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

.text-100 {
  font-size: 6.25rem;
}

.text-20 {
  font-size: 1.25rem;
}

.text-24 {
  font-size: 1.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-32 {
  font-size: 2rem;
}

.text-38 {
  font-size: 2.375rem;
}

.text-62 {
  font-size: 3.875rem;
}

.text-\[0\.625rem\] {
  font-size: 0.625rem;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

.text-\[2\.75rem\] {
  font-size: 2.75rem;
}

.text-\[5rem\] {
  font-size: 5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[-0\.035em\] {
  letter-spacing: -0.035em;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

.tracking-normal {
  letter-spacing: 0em;
}

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

.text-\[\#037cba\] {
  --tw-text-opacity: 1;
  color: rgb(3 124 186 / var(--tw-text-opacity, 1));
}

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

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 82 255 / var(--tw-text-opacity, 1));
}

.text-current {
  color: currentColor;
}

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

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

b, strong {
  font-weight: normal;
}

html,
body {
  font-size: 100%;
  background-color: var(--theme-bg-color);
  color: var(--theme-text-color);
  font-family: var(--ff), sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media (hover: none) {
  html,
body {
    height: 100%
  }
}

@media (min-width: 40em) {
  html,
body {
    font-size: calc(10px + (15 - 10) * ((100vw - 960px) / (1920 - 960)))
  }
}

a {
  text-decoration: none;
  color: currentColor;
}

* {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

main {
  min-height: 100%;
}

.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.button {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  border-radius: 9999px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 640px) {
  .button {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 2rem;
  }
}

.button::before {
  content: "";
  transition: 0.2s cubic-bezier(0.79, 0.01, 0.22, 0.97);
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (hover:hover) {
  .button:hover:before {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.button a {
  position: relative;
  z-index: 10;
  white-space: nowrap;
}

.button a::after {
  content: "";
  position: absolute;
  top: -2.5rem;
  bottom: -2.5rem;
  left: -3rem;
  right: -3rem;
}

.button:not(.button--white) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 82 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button:not(.button--white)::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 152 / var(--tw-bg-opacity, 1));
}

.button--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 82 255 / var(--tw-text-opacity, 1));
}

.button--white::before {
  --tw-bg-opacity: 1;
  background-color: rgb(209 211 254 / var(--tw-bg-opacity, 1));
}

/* main.homepage {
  color: var(--theme-bg-color);
  background-color: var(--theme-text-color);
} */

.placeholder\:text-current::-moz-placeholder {
  color: currentColor;
}

.placeholder\:text-current::placeholder {
  color: currentColor;
}

.group:hover .group-hover\:block {
  display: block;
}

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

  .sm\:-bottom-10 {
    bottom: -2.5rem;
  }

  .sm\:-top-16 {
    top: -4rem;
  }

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:bottom-36 {
    bottom: 9rem;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:left-7 {
    left: 1.75rem;
  }

  .sm\:left-\[10\%\] {
    left: 10%;
  }

  .sm\:left-\[25\%\] {
    left: 25%;
  }

  .sm\:left-\[40\%\] {
    left: 40%;
  }

  .sm\:left-\[5\%\] {
    left: 5%;
  }

  .sm\:left-\[50\%\] {
    left: 50%;
  }

  .sm\:left-\[58\%\] {
    left: 58%;
  }

  .sm\:left-\[62\.95\%\] {
    left: 62.95%;
  }

  .sm\:left-\[73\.8\%\] {
    left: 73.8%;
  }

  .sm\:left-\[79\%\] {
    left: 79%;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:right-7 {
    right: 1.75rem;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:right-full {
    right: 100%;
  }

  .sm\:top-1\/3 {
    top: 33.333333%;
  }

  .sm\:top-36 {
    top: 9rem;
  }

  .sm\:top-6 {
    top: 1.5rem;
  }

  .sm\:top-\[20\%\] {
    top: 20%;
  }

  .sm\:top-\[28\%\] {
    top: 28%;
  }

  .sm\:top-\[61\%\] {
    top: 61%;
  }

  .sm\:top-\[75\%\] {
    top: 75%;
  }

  .sm\:top-auto {
    top: auto;
  }

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

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

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

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

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

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

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

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

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

  .sm\:mt-12 {
    margin-top: 3rem;
  }

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

  .sm\:mt-16 {
    margin-top: 4rem;
  }

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

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:mt-44 {
    margin-top: 11rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-60 {
    margin-top: 15rem;
  }

  .sm\:mt-72 {
    margin-top: 18rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

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

  .sm\:h-full {
    height: 100%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-96 {
    width: 24rem;
  }

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

  .sm\:w-\[16\.9\%\] {
    width: 16.9%;
  }

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

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

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

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

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

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

  .sm\:origin-center {
    transform-origin: center;
  }

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

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

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

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

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

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-blue {
    --tw-border-opacity: 1;
    border-color: rgb(0 82 255 / var(--tw-border-opacity, 1));
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

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

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

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

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

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

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

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

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

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

  .sm\:text-100 {
    font-size: 6.25rem;
  }

  .sm\:text-20 {
    font-size: 1.25rem;
  }

  .sm\:text-24 {
    font-size: 1.5rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-32 {
    font-size: 2rem;
  }

  .sm\:text-62 {
    font-size: 3.875rem;
  }

  .sm\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

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

  .sm\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .sm\:text-\[5rem\] {
    font-size: 5rem;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:h-\[calc\(100dvh-8rem\)\] {
    height: calc(100dvh - 8rem);
  }

  .md\:h-dvh {
    height: 100dvh;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-\[18\.75rem\] {
    width: 18.75rem;
  }

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

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

  .md\:text-128 {
    font-size: 8rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }
}

/*# sourceMappingURL=style-index.css.map*/