/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Bryant Pro";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-bold: 700;
    --leading-snug: 0.8;
    --leading-normal: 1.4;
    --radius-xl: 0.75rem;
    --aspect-video: 16 / 9;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --ease-custom: cubic-bezier(0.4, 0, 0.2, 1);
    --color-primary: #1b263b;
    --color-custom-purple-100: #8072aa;
    --color-custom-purple-200: #352971;
    --color-custom-orange: #f8ab36;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
    }
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .container {
    max-width: 1390px;
    padding: 0 1.5rem;
    margin: 0 auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-13 {
    margin-bottom: calc(var(--spacing) * 13);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[66px\] {
    width: 66px;
  }
  .w-\[129px\] {
    width: 129px;
  }
  .w-full {
    width: 100%;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .bg-custom-purple-200 {
    background-color: var(--color-custom-purple-200);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-white {
    color: var(--color-white);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  @media (width >= 64rem) {
    .lg\:mb-26 {
      margin-bottom: calc(var(--spacing) * 26);
    }
  }
  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
  }
  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }
  @media (width >= 64rem) {
    .lg\:inline-flex {
      display: inline-flex;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[25px\] {
      width: 25px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[38px\] {
      width: 38px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[317px\] {
      width: 317px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[340px\] {
      width: 340px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[584px\] {
      width: 584px;
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-end {
      align-items: flex-end;
    }
  }
  @media (width >= 64rem) {
    .lg\:justify-start {
      justify-content: flex-start;
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-13 {
      gap: calc(var(--spacing) * 13);
    }
  }
  @media (width >= 64rem) {
    :where(.lg\:space-y-22 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 22) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 22) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  @media (width >= 64rem) {
    .lg\:px-14 {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-29 {
      padding-inline: calc(var(--spacing) * 29);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-6\.5 {
      padding-block: calc(var(--spacing) * 6.5);
    }
  }
  @media (width >= 64rem) {
    .lg\:text-left {
      text-align: left;
    }
  }
  @media (width >= 64rem) {
    .lg\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:text-\[30px\] {
      font-size: 30px;
    }
  }
  @media (width >= 64rem) {
    .lg\:text-\[64px\] {
      font-size: 64px;
    }
  }
}
@layer base {
  body {
    color: var(--color-primary);
    line-height: var(--leading-normal);
    font-weight: 500;
  }
}
@layer components {
  .line {
    will-change: transform;
  }
}
@font-face {
  font-family: "Bryant Pro";
  src: url("../fonts/BryantPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bryant Pro";
  src: url("../fonts/BryantPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bryant Pro";
  src: url("../fonts/BryantPro-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 20;
  top: 50px;
}
@media (width >= 64rem) {
  .header {
    top: 56px;
  }
}
.header__navigation {
  display: flex;
  gap: 26px;
}
@media (width >= 64rem) {
  .header__navigation {
    gap: 66px;
  }
}
.header__navigation--item {
  display: inline-flex;
}
.header__navigation--link {
  display: inline-flex;
  color: #fff;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
@media (width >= 64rem) {
  .header__navigation--link {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.header__navigation--link {
  transition: 0.2s var(--ease-custom);
}
.header__navigation--link:hover {
  color: var(--color-custom-orange);
}
.footer {
  position: relative;
  margin-top: calc(50px * -1);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (width >= 64rem) {
  .footer {
    margin-top: calc(65px * -1);
  }
}
@media (width >= 64rem) {
  .footer {
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
  }
}
@media (width >= 64rem) {
  .footer {
    padding-top: 272px;
  }
}
@media (width >= 64rem) {
  .footer {
    padding-bottom: 87px;
  }
}
.footer {
  background-color: var(--color-custom-purple-200);
  z-index: 10;
}
.footer__navigation {
  display: flex;
  justify-content: center;
}
@media (width >= 64rem) {
  .footer__navigation {
    justify-content: flex-start;
  }
}
.footer__navigation {
  gap: 28px;
}
.footer__navigation--item {
  display: inline-flex;
  align-items: center;
  gap: 28px;
}
.footer__navigation--item:not(:last-child):after {
  display: inline-flex;
  content: "";
  width: 1px;
  height: 21px;
  background-color: #fff;
}
.footer__navigation--link {
  display: inline-flex;
  color: #fff;
  transition: 0.2s var(--ease-custom);
}
.footer__navigation--link:hover {
  color: var(--color-custom-orange);
}
.footer__social {
  display: flex;
  gap: calc(var(--spacing) * 6);
}
@media (width >= 64rem) {
  .footer__social {
    gap: 42px;
  }
}
.footer__social--item {
  display: inline-flex;
}
.footer__social--link {
  display: inline-flex;
  width: 16px;
}
@media (width >= 64rem) {
  .footer__social--link {
    width: 36px;
  }
}
.page-home {
  background-color: var(--color-custom-purple-100);
}
.page-home .cases {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-block: 40px;
}
@media (width >= 64rem) {
  .page-home .cases {
    border-top-left-radius: 85px;
    border-top-right-radius: 85px;
  }
}
@media (width >= 64rem) {
  .page-home .cases {
    padding-block: 186px;
  }
}
.page-home .cases {
  background-color: var(--color-custom-purple-100);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
