@charset "UTF-8";
:root {
  --theme-color-primary: #ff560d;
  --theme-color-primary-text: #FFE9E5;
  --theme-color-secondary: #332D2B;
  --theme-color-secondary-text: #FFE9E5;
  --theme-text-color: #1f2937;
  --theme-font-heading: "DM Sans";
  --theme-font-body: "DM Sans";
}

:root {
  font-family: var(--theme-font-body);
  color: var(--theme-text-color);
}

* {
  box-sizing: border-box;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

:root {
  --header-size: 64px;
  --header-z-index: 10;
}

.s-pagewrap {
  margin-top: var(--header-size);
}

.s-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: var(--theme-color-secondary);
  color: var(--theme-color-secondary-text);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: var(--header-size);
  z-index: var(--header-z-index);
}
.s-header__inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding: 0.5rem 0.5rem;
  min-height: var(--header-size);
}
.s-header__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.s-header__logo {
  display: none;
}
.s-header .title {
  font-family: var(--theme-font-heading);
  font-size: 14px;
  font-weight: bold;
}
.s-header .btn-menu {
  background: var(--theme-color-primary);
  color: var(--theme-color-secondary-text);
  padding: 0.625rem;
  border-radius: 0.125rem;
}
.s-header .btn-menu .icon {
  width: 24px;
  height: 24px;
}
.s-header__nav {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.s-header__menu-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
.s-header__menu-links a {
  padding: 1rem;
  font-size: 18px;
}

@media (width > 1024px) {
  :root {
    --header-height: 76px;
  }
  .s-header__logo {
    display: block;
    width: 4rem;
    background-color: var(--theme-color-primary-text);
    padding: 1rem;
    border-radius: 100%;
  }
  .s-header__inner {
    width: 100%;
    padding: 0.5rem;
    padding: 2rem 0px;
  }
  .s-header .btn-menu {
    display: none;
  }
  .s-header__nav {
    flex-grow: 1;
    display: flex;
  }
}
.s-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60vh;
  background: var(--theme-color-secondary);
}
.s-hero__content {
  width: 100%;
  color: var(--theme-color-secondary-text);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  gap: 0.5rem;
  padding: 2rem;
  font-size: 8px;
}
.s-hero__top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.s-hero__top .row {
  width: 24px;
  height: 2px;
  background: var(--theme-color-primary);
  display: block;
}
.s-hero__top .subtitle {
  font-size: 1.8em;
  opacity: 0.75;
}
.s-hero__middle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.s-hero__middle .title {
  font-family: var(--theme-font-heading);
  font-weight: bold;
  font-size: 3.5em;
  color: var(--theme-color-primary-text);
}
.s-hero__middle .description {
  font-family: var(--theme-font-body);
  font-size: 2em;
  opacity: 0.75;
}
.s-hero__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.s-hero__bottom .btn {
  all: unset;
  width: 100%;
  background: var(--theme-color-primary);
  color: var(--theme-color-primary-text);
  padding: 1rem 1rem;
  font-size: 14px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (width > 840px) {
  .s-hero__content {
    font-size: 10px;
  }
}
@media (width > 1024px) {
  .s-hero__content {
    gap: 2rem;
    font-size: 12px;
    min-height: 100vh;
  }
  .s-hero__top {
    width: auto;
    gap: 1rem;
  }
  .s-hero__top .row {
    width: 64px;
  }
  .s-hero__middle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .s-hero__middle .title {
    font-size: 9.5em;
  }
  .s-hero__middle .description {
    font-size: 1.5em;
  }
  .s-hero__bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
  }
  .s-hero__bottom .btn {
    all: unset;
    background: var(--theme-color-primary);
    color: var(--theme-color-primary-text);
    padding: 1rem 2rem;
    font-size: 16px;
  }
}
.s-about {
  width: 100%;
  min-height: 60vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.s-about__container {
  display: grid;
  grid-template-columns: auto;
  gap: 1rem;
  padding: 4rem 1rem;
}
.s-about__title {
  display: flex;
}
.s-about__title h1 {
  font-weight: bold;
  font-size: 2.5em;
}
.s-about__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.s-about__offer-list {
  padding: 2rem 0px;
}
.s-about__offer-list .offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}
.s-about__offer-list .offer__title {
  font-weight: bold;
  font-size: 1.25em;
  opacity: 0.85;
}
.s-about__offer-list .offer__title::before {
  content: "⟶";
}
.s-about__offer-list .offer__text {
  font-weight: 0.65em;
}

@media (width > 960px) {
  .s-about__title h1 {
    font-size: 2em;
  }
}
@media (width > 1280px) {
  .s-about__title h1 {
    font-size: 4em;
  }
  .s-about__container {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 2rem;
  }
  .s-about__offer-list .offer {
    gap: 1rem;
  }
  .s-about__offer-list .offer__text {
    font-weight: 0.65em;
  }
}
.s-services {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  min-height: 460px;
}
.s-services__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 1rem;
  gap: 2rem;
}
.s-services__title {
  font-size: 2em;
  font-weight: bold;
  font-family: var(--theme-font-heading);
}
.s-services__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

.service {
  --radius: 4px;
  --img-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  background: #0f172a;
  color: #e2e8f0;
  border-radius: var(--radius);
}
.service__badges {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-20px, 20px);
  z-index: 2;
}
.service__img {
  width: 100%;
  height: var(--img-height);
  background: #cbd5e1;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  object-fit: cover;
}
.service__text {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.service__title {
  font-weight: bold;
  font-size: 1.5em;
}
.service__subtitle {
  font-size: 0.85em;
}
.service__actions .link-navigate {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: var(--theme-color-primary);
  color: var(--theme-color-primary-text);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 1em;
}
.service .service__badge {
  font-size: 0.75em;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #0f172a;
  color: #e2e8f0;
}
.service .service__badge[data-available=true] {
  background: #059669;
}
.service .service__badge[data-upcoming=true] {
  background: #f97316;
}

@media (width > 640px) {
  .service {
    --radius: 16px;
    min-height: 240px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .service__img {
    grid-column: 1/span 2;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--radius);
  }
  .service__text {
    grid-column: 3/span 3;
    height: 100%;
  }
}
@media (width > 960px) {
  .s-services {
    font-size: 12px;
  }
  .s-services__inner {
    padding: 4rem 0px;
    align-items: center;
    gap: 4rem;
  }
  .s-services__title {
    font-size: 4em;
  }
  .s-services__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .service {
    display: flex;
    flex-direction: column;
  }
  .service__title {
    font-size: 2em;
  }
  .service__subtitle {
    font-size: 1.5em;
  }
  .service__img {
    border-top-right-radius: var(--radius);
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: 0;
  }
}
@media (width > 1024px) {
  .s-services {
    font-size: 12px;
  }
  .s-services__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .service {
    display: flex;
    flex-direction: column;
  }
  .service__title {
    font-size: 2em;
  }
  .service__subtitle {
    font-size: 1em;
  }
  .service .service__badge {
    font-size: 1.25em;
    font-weight: bold;
  }
}
.s-contact {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}
.s-contact__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 8rem 2rem;
}
.s-contact__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
.s-contact__title {
  font-size: 2em;
  font-weight: bold;
}
.s-contact__text {
  opacity: 0.75;
}
.s-contact__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}

@media (width > 960px) {
  .s-contact {
    font-size: 14px;
  }
  .s-contact__container {
    gap: 4rem;
    padding: 0px;
  }
  .s-contact__content {
    gap: 2rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .s-contact__top {
    align-items: center;
  }
  .s-contact__title {
    font-size: 4em;
    font-weight: bold;
  }
}
.sheet {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 150ms ease-in-out;
  z-index: 998;
  --padding: 0.5rem;
}
.sheet__overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.062745098);
  backdrop-filter: blur(4px);
}
.sheet__content {
  background-color: var(--theme-color-secondary);
  color: var(--theme-color-secondary-text);
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  padding: var(--padding);
}
.sheet__header, .sheet__body, .sheet__footer {
  padding: var(--padding);
  width: 100%;
}
.sheet[data-state=closed] {
  transform: translate(-100%);
  opacity: 0;
}
.sheet[data-state=open] {
  transform: translate(0%);
  opacity: 1;
}

.sheet__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sheet__header .app {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: inherit;
  text-decoration: none;
}
.sheet__header .app:hover {
  color: inherit;
  text-decoration: none;
}
.sheet__header .app .logo {
  height: 56px;
  width: auto;
}
.sheet__header .app .label {
  font-weight: bold;
  font-size: 18px;
  color: inherit;
}

.sheet__body .actions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
}
.sheet__body .actions li {
  width: 100%;
}
.sheet__body .actions .action {
  width: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  transition: all 150ms linear;
  cursor: pointer;
  text-decoration: none;
}
.sheet__body .actions .action * {
  text-decoration: none;
  color: inherit;
}
.sheet__body .actions .action:hover {
  background: var(--theme-color-primary);
  color: var(--theme-color-primary-text);
  border-radius: 4px;
}
.sheet__body .actions .action .icon {
  width: 24px;
  height: 24px;
}
.sheet__body .actions .action__label {
  font-size: 14px;
}
.sheet__body .block-langs {
  padding: 0rem 1rem;
}

@media (width < 460px) {
  .sheet .sheet__content {
    width: 85%;
  }
}
.s-footer {
  background: var(--theme-color-secondary);
  color: var(--theme-color-secondary-text);
  font-size: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.s-footer__inner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "left left left" "right right right" "middle middle middle" "bottom bottom bottom";
  padding: 2rem;
  gap: 2rem;
}
.s-footer__about {
  grid-area: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.s-footer__about h3 {
  font-size: 1em;
  font-weight: bold;
}
.s-footer__social {
  grid-area: right;
}
.s-footer__social .social-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  list-style-type: none;
  margin: 0;
}
.s-footer__social .social-list .social__icon {
  fill: var(--theme-color-secondary-text);
  opacity: 0.6;
  width: 24px;
  height: 24px;
  transition: all 0.25s linear;
}
.s-footer__social .social-list .social__icon:hover {
  opacity: 1;
}
.s-footer__middle {
  grid-area: middle;
}
.s-footer__bottom {
  grid-area: bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.s-footer__bottom .copyright {
  font-size: 0.75em;
  opacity: 0.65;
}

@media (width > 960px) {
  .s-footer__inner {
    padding: 2rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "left left left right" "middle middle middle middle" "bottom bottom bottom bottom";
  }
  .s-footer__about {
    align-items: flex-start;
  }
  .s-footer__about h3 {
    font-size: 1em;
    font-weight: bold;
  }
  .s-footer__bottom .copyright {
    font-size: 0.85em;
    opacity: 0.7;
  }
}

/*# sourceMappingURL=index.css.map */
