/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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%;
    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;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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 {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .lg\:inline-flex {
    @media (width >= 64rem) {
      display: inline-flex;
    }
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: none;
  border-style: none;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2.5);
  text-align: center;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  text-decoration-line: none;
  --tw-outline-style: none;
  outline-style: none;
  &:hover {
    @media (hover: hover) {
      opacity: 75%;
    }
  }
  background-color: var(--primary-50);
  border-color: var(--primary-200);
  color: var(--primary);
}
.btn.block-btn {
  display: block;
  width: 100%;
}
.btn.flex-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
}
.btn.text-nav {
  background-color: transparent;
  &:hover {
    @media (hover: hover) {
      background-color: rgba(0,0,0,0.3);
    }
  }
  color: var(--primary);
}
.btn.text-nav-secondary {
  background-color: transparent;
  &:hover {
    @media (hover: hover) {
      background-color: rgba(0,0,0,0.3);
    }
  }
  color: var(--secondary);
}
@media (min-width: 1024px) {
  .btn.text-nav {
    background-color: transparent;
    color: var(--accent);
  }
}
.btn.primary {
  background-color: var(--primary);
  color: var(--base-white);
}
.btn.secondary {
  background-color: var(--secondary);
  color: var(--primary);
}
.content-section {
  padding-block: calc(var(--spacing) * 8);
  @media (width >= 64rem) {
    padding-block: calc(var(--spacing) * 16);
  }
  @media (width >= 80rem) {
    padding-block: calc(var(--spacing) * 24);
  }
}
.content-container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
  margin-inline: auto;
  padding: var(--common-space);
}
.content-title-container {
  position: relative;
  margin-inline: auto;
  max-width: 400px;
}
.content-title-container.no-max-width {
  max-width: none;
}
.content-title {
  text-align: center;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  font-family: var(--secondary-font);
  font-size: 2rem;
  line-height: 100%;
}
.content-description {
  margin-inline: auto;
  margin-block: calc(var(--spacing) * 8);
  text-align: center;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--gray-600);
  font-family: var(--tertiary-font);
  line-height: 150%;
  max-width: 360px;
}
.content-underline {
  position: absolute;
  right: calc(var(--spacing) * 2);
  bottom: calc(var(--spacing) * -6);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.form-input-container {
  width: 100%;
}
input {
  width: 100%;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  background-color: transparent;
  padding-inline: calc(var(--spacing) * 3.5);
  padding-block: calc(var(--spacing) * 2.5);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-outline-style: none;
  outline-style: none;
  border-color: var(--gray-300);
  font-family: var(--tertiary-font);
  color: var(--gray-900);
}
input::placeholder {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--gray-500);
}
@media (min-width: 1024px) {
  .btn {
    min-height: 48px;
  }
  .btn.lg\:primary {
    background-color: var(--primary);
    color: var(--base-white);
  }
  .btn.lg\:accent-text {
    background-color: transparent;
    &:hover {
      @media (hover: hover) {
        background-color: rgba(0,0,0,0.3);
      }
    }
    color: var(--accent);
  }
  .lg\:btn-large {
    min-height: calc(var(--spacing) * 15);
    padding-inline: calc(var(--spacing) * 7);
    padding-block: calc(var(--spacing) * 4);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .btn.lg\:inline-flex {
    display: inline-flex;
    width: auto;
  }
  .lg\:no-block {
    display: inline-block;
    width: auto;
  }
  .content-title-container {
    max-width: 580px;
  }
  .content-title {
    font-size: 56px;
  }
  .content-underline {
    right: calc(var(--spacing) * -10);
    bottom: calc(var(--spacing) * -10);
    font-size: 33px;
  }
  .content-description {
    max-width: calc(var(--spacing) * 243.5);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    line-height: 30px;
  }
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('./fonts/ProximaNova-Regular.woff2');
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 400;
  src: url('./fonts/ProximaNova-Regular.woff2');
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 600;
  src: url('./fonts/ProximaNova-Semibold.woff2');
}
.container-scroll-items--left {
  animation: scrollLeft 35s linear infinite;
}
.container-scroll-items--right {
  animation: scrollRight 35s linear infinite;
}
.container-scroll-items-wrapper:hover .container-scroll-items {
  animation-play-state: paused;
}
.animate-slide-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-slide-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.lg\:animate-delay-0 {
  transition-delay: 0s;
}
.lg\:animate-delay-01 {
  transition-delay: 0.1s;
}
.lg\:animate-delay-02 {
  transition-delay: 0.2s;
}
.lg\:animate-delay-04 {
  transition-delay: 0.4s;
}
.lg\:animate-delay-06 {
  transition-delay: 0.6s;
}
.lg\:animate-delay-08 {
  transition-delay: 0.8s;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --accent: hsla(53, 67%, 81%, 1);
  --base-black: hsla(0, 0%, 0%, 1);
  --base-white: hsla(0, 0%, 100%, 1);
  --gray-25: hsla(210, 20%, 99%, 1);
  --gray-100: hsla(220, 22%, 96%, 1);
  --gray-200: hsla(220, 17%, 93%, 1);
  --gray-300: hsla(216, 16%, 84%, 1);
  --gray-500: hsla(220, 13%, 46%, 1);
  --gray-600: hsla(215, 18%, 34%, 1);
  --gray-700: hsla(217, 23%, 27%, 1);
  --gray-800: hsla(215, 32%, 17%, 1);
  --gray-900: hsla(221, 43%, 11%, 1);
  --muted-red: hsla(358, 38%, 43%, 1);
  --neutral-50: hsla(216, 12%, 8%, 1);
  --neutral-400: hsla(218, 13%, 41%, 1);
  --neutral-1000: hsla(220, 6%, 91%, 1);
  --neutral-1300: hsla(240, 4%, 95%, 1);
  --peach-gray: hsla(30, 36%, 90%, 1);
  --primary: hsla(177, 100%, 14%, 1);
  --primary-50: hsla(264, 100%, 98%, 1);
  --primary-200: hsla(268, 95%, 92%, 1);
  --secondary: hsla(39, 100%, 50%, 1);
  --sky-blue: hsla(203, 76%, 82%, 1);
  --warning-400: hsla(39, 98%, 56%, 1);
  --primary-font: 'Inter', sans-serif;
  --secondary-font: 'Literata', serif;
  --tertiary-font: 'Proxima Nova', sans-serif;
  --common-space: 1rem;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--primary-font);
  min-height: 100vh;
  min-height: 100svh;
}
header {
  position: relative;
  background-color: var(--base-black);
  min-height: 100vh;
  min-height: 100svh;
}
nav {
  position: fixed;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 3;
  width: 100%;
}
nav.scrolled {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
}
a {
  text-decoration-line: none;
}
ul {
  list-style-type: none;
}
.logo-container {
  display: block;
  flex-shrink: 0;
  height: 28px;
  width: 91px;
}
.logo-container img {
  height: 100%;
  width: 100%;
}
.nav-section-wrapper {
  position: relative;
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--common-space);
}
.nav-wrapper {
  position: fixed;
  inset: calc(var(--spacing) * 0);
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 3;
  display: none;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background-color: var(--primary);
  min-height: 100vh;
  min-height: 100svh;
}
.nav-wrapper.open {
  display: flex;
}
.nav-wrapper-title {
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
  margin-inline: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: calc(var(--spacing) * 4);
}
.nav-toggle-btn {
  flex-shrink: 0;
  cursor: pointer;
  --tw-border-style: none;
  border-style: none;
  background-color: transparent;
  --tw-outline-style: none;
  outline-style: none;
}
.nav-container {
  margin-inline: auto;
  display: flex;
  width: 100%;
  max-width: var(--container-md);
  flex: 1;
  flex-direction: column;
  padding: calc(var(--spacing) * 4);
  padding-bottom: calc(var(--spacing) * 12);
}
.nav-link-list {
  margin-top: calc(var(--spacing) * 12);
  flex: 1;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.nav-link-item .title {
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 32px;
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  text-decoration-line: none;
  color: var(--base-white);
  font-family: var(--secondary-font);
}
.nav-link-item .title:hover {
  color: var(--accent);
}
.nav-buttons-list {
  display: flex;
  flex-shrink: 0;
  flex-direction: column-reverse;
  row-gap: calc(var(--spacing) * 4);
}
.nav-button-item a {
  display: block;
  width: 100%;
  text-align: center;
}
.hero-image {
  position: absolute;
  inset: calc(var(--spacing) * 0);
  z-index: 0;
}
.hero-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-image-overlay {
  position: absolute;
  inset: calc(var(--spacing) * 0);
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.hero-section {
  position: absolute;
  bottom: calc(var(--spacing) * 16);
  z-index: 2;
  width: 100%;
  padding: var(--common-space);
}
.hero-container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
  margin-inline: auto;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.hero-title {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--base-white);
  font-family: var(--secondary-font);
  font-size: 1.75rem;
  line-height: 120%;
}
.hero-description {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--gray-25);
  font-family: var(--tertiary-font);
  line-height: 150%;
  max-width: 580px;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(var(--spacing) * 3);
  padding-top: calc(var(--spacing) * 6);
}
.services-section {
  background-color: var(--primary);
}
.services {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 6);
}
.service {
  width: 100%;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  border-radius: var(--radius-xl);
  padding: calc(var(--spacing) * 6);
  background-color: var(--accent);
}
.service:hover {
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  --tw-scale-z: 105%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  background-color: var(--secondary);
  transition-delay: 0 !important;
}
.service-icon {
  display: flex;
  height: calc(var(--spacing) * 12);
  width: calc(var(--spacing) * 12);
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--primary);
}
.service-title {
  margin-top: calc(var(--spacing) * 8);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--primary);
  font-family: var(--secondary-font);
  line-height: 120%;
}
.service-description {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--gray-800);
  font-family: var(--tertiary-font);
  line-height: 24px;
}
.power-returns-section.content-section {
  padding-bottom: calc(var(--spacing) * 0);
}
.power-returns-section .content-container {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  padding-bottom: calc(var(--spacing) * 0);
}
.power-returns-container {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 64rem) {
    padding-block: calc(var(--spacing) * 4);
  }
}
.power-returns-title {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--base-black);
  font-family: var(--secondary-font);
  font-size: 1.75rem;
  line-height: 150%;
}
.power-returns-description {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--gray-600);
  font-family: var(--tertiary-font);
  line-height: 150%;
}
.core-operations-section {
  background-color: var(--primary);
}
.core-operations-section .content-title {
  color: var(--base-white);
}
.core-operations-section .content-underline {
  color: var(--accent);
}
.operations-container {
  margin-top: calc(var(--spacing) * 20);
  @media (width >= 64rem) {
    padding-block: calc(var(--spacing) * 8);
  }
}
.operations {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 8);
}
.operation {
  background-color: var(--accent);
  width: 100%;
  border-radius: 10px;
  padding-left: calc(var(--spacing) * 4);
  @media (width >= 64rem) {
    display: flex;
  }
  @media (width >= 64rem) {
    height: 100%;
  }
  @media (width >= 64rem) {
    flex-direction: column;
  }
  @media (width >= 64rem) {
    justify-content: space-between;
  }
}
.operation-content {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  padding: calc(var(--spacing) * 4);
  padding-left: calc(var(--spacing) * 0);
}
.operation-number {
  display: inline-block;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--gray-700);
  font-family: var(--tertiary-font);
  line-height: 150%;
}
.operation-title {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  font-family: var(--secondary-font);
  line-height: 100%;
}
.operation-description {
  margin-top: calc(var(--spacing) * 5);
  max-width: calc(var(--spacing) * 72);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--gray-700);
  line-height: 150%;
}
.operation-image {
  position: relative;
  margin-top: calc(var(--spacing) * 4);
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: var(--color-gray-400);
  padding-bottom: 75%;
}
.operation-image img {
  position: absolute;
  inset: calc(var(--spacing) * 0);
  height: 100%;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  object-fit: cover;
}
.operation-item:nth-child(2) .operation {
  background-color: var(--muted-red);
}
.operation-item:nth-child(2) .operation-number, .operation-item:nth-child(2) .operation-description {
  color: var(--gray-100);
}
.operation-item:nth-child(2) .operation-title {
  color: var(--base-white);
}
.operation-item:nth-child(3) .operation {
  background-color: var(--sky-blue);
}
.operation-item:nth-child(3) .operation-number, .operation-item:nth-child(3) .operation-description {
  color: var(--gray-700);
}
.operation-item:nth-child(3) .operation-title {
  color: var(--gray-900);
}
.operation-item:nth-child(4) .operation {
  background-color: var(--peach-gray);
}
.operation-item:nth-child(4) .operation-number, .operation-item:nth-child(4) .operation-description {
  color: var(--gray-700);
}
.operation-item:nth-child(4) .operation-title {
  color: var(--gray-900);
}
.core-operations-footer {
  margin-top: calc(var(--spacing) * 8);
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: calc(var(--spacing) * 12);
}
.core-operations-footer-content {
  max-width: var(--container-xs);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--base-white);
  font-family: var(--secondary-font);
  line-height: 150%;
}
.how-it-works-section {
  padding-bottom: calc(var(--spacing) * 0);
  background-color: var(--accent);
}
.how-it-works-section > .content-container {
  padding-bottom: calc(var(--spacing) * 0);
}
.how-it-works-band {
  width: 100%;
}
.how-it-works-section .content-underline {
  right: calc(var(--spacing) * 6);
}
.how-it-works-section .content-title {
  color: var(--base-black);
}
.how-it-works-section .content-underline {
  color: var(--primary);
}
.how-it-works-numbers {
  margin-top: calc(var(--spacing) * 20);
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 8);
  padding-block: 0;
}
.how-it-works-number-item {
  padding-top: calc(var(--spacing) * 4);
  color: var(--primary);
}
.how-it-works-number-item:nth-child(2) {
  color: var(--muted-red);
}
.how-it-works-number-item:nth-child(3) {
  color: var(--secondary);
}
.how-it-works-number-item:nth-child(4) {
  color: var(--sky-blue);
}
.how-it-works-number {
  position: relative;
  bottom: calc(var(--spacing) * -8);
  text-align: center;
  font-size: 160px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  font-family: var(--secondary-font);
  line-height: 100%;
}
.how-it-works {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 4);
  padding-inline: calc(var(--spacing) * 12);
  padding-block: calc(var(--spacing) * 10);
  text-align: center;
  background-color: var(--base-white);
}
.how-it-works-title {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--gray-800);
  font-family: var(--secondary-font);
  line-height: 100%;
}
.how-it-works-description {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--gray-600);
  font-family: var(--tertiary-font);
}
.how-it-works-icon {
  padding-top: calc(var(--spacing) * 4);
}
.investments {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 8);
}
.investment {
  border-radius: var(--radius-3xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--gray-100);
}
.investment-header {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  border-top-left-radius: var(--radius-3xl);
  border-top-right-radius: var(--radius-3xl);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 6);
  background-color: var(--primary);
}
.investment-header .tag {
  display: inline-block;
  border-radius: var(--radius-2xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 1);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  background-color: var(--gray-25);
  border-color: var(--gray-200);
  color: var(--gray-700);
}
.investment-header .title {
  margin-top: calc(var(--spacing) * 6);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--base-white);
  font-family: var(--secondary-font);
}
.investment-header .title span {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-family: var(--tertiary-font);
}
.investment-header .foot-text {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--accent);
  font-family: var(--tertiary-font);
}
.investment-content {
  border-bottom-right-radius: var(--radius-3xl);
  border-bottom-left-radius: var(--radius-3xl);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 6);
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  background-color: var(--base-white);
}
.investment-perks {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.investment-perk {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: calc(var(--spacing) * 5);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--neutral-50);
}
.investment-perk .perk-icon {
  position: relative;
  top: calc(var(--spacing) * 0.5);
  flex-shrink: 0;
}
.investment-perk .perk-description {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(var(--spacing) * 1.5);
  color: var(--neutral-50);
}
.investment-content .btn {
  margin-top: calc(var(--spacing) * 10);
}
.testimonials-section {
  background-color: var(--primary);
}
.testimonials-section .content-container {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.testimonials-section .content-title {
  color: var(--base-white);
}
.testimonials-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: calc(var(--spacing) * 4);
}
.testimonials-section .content-description {
  color: var(--gray-100);
}
.testimonial-list {
  display: flex;
  gap: calc(var(--spacing) * 4);
}
.testimonial-list-item {
  width: max-content;
  min-width: calc(var(--spacing) * 50);
}
.testimonial {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radius-2xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  background-color: transparent;
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 3.5);
  border-color: var(--accent);
  color: var(--base-white);
  font-family: var(--tertiary-font);
}
.testimonial-list-item:nth-child(odd) .testimonial {
  background-color: var(--accent);
  color: var(--base-black);
}
.testimonial-statement {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  line-height: 150%;
}
.testimonial-footer {
  margin-top: calc(var(--spacing) * 8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(var(--spacing) * 2);
}
.testimonial-author h5 {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  line-height: 150%;
}
.testimonial-author p {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.testimonial-stars {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: calc(var(--spacing) * 0.5);
}
.faq-container {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.faq-list-item-header {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(var(--spacing) * 2);
  padding-block: calc(var(--spacing) * 8);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--neutral-50);
  font-family: var(--tertiary-font);
  line-height: 150%;
}
.faq-list-item-header .icon {
  position: relative;
  top: calc(var(--spacing) * 0.5);
  flex-shrink: 0;
}
.faq-answer {
  margin-top: calc(var(--spacing) * 4);
  display: none;
  padding-right: calc(var(--spacing) * 8);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: calc(var(--spacing) * 7);
  line-height: calc(var(--spacing) * 7);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--neutral-400);
}
.faq-list-item {
  width: 100%;
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--neutral-1000);
}
.faq-list-item.open .faq-list-item-header .icon {
  rotate: 180deg;
}
.faq-list-item.open {
  padding-bottom: calc(var(--spacing) * 8);
}
.faq-list-item.open .faq-list-item-header {
  padding-bottom: calc(var(--spacing) * 0);
}
.faq-list-item.open .faq-answer {
  display: block;
}
.faq-get-in-touch-container {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.faq-get-in-touch-title {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: calc(var(--spacing) * 10);
  line-height: calc(var(--spacing) * 10);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--base-black);
  font-family: var(--tertiary-font);
}
.faq-get-in-touch-description {
  padding-bottom: calc(var(--spacing) * 6);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--gray-600);
  line-height: 150%;
}
.cta-section .content-container {
  margin-block: calc(var(--spacing) * 6);
}
.cta-container {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  border-radius: var(--radius-xl);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 8);
  background-color: var(--accent);
}
.cta-content {
  :where(& > :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)));
  }
}
.cta-content-title {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--base-black);
  font-family: var(--secondary-font);
  font-size: 2rem;
  line-height: 120%;
}
.cta-content-description {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--gray-800);
  font-family: var(--tertiary-font);
  line-height: 150%;
}
.cta-content-image {
  position: relative;
  height: calc(var(--spacing) * 0);
  width: 100%;
  border-radius: var(--radius-2xl);
  background-color: var(--color-gray-400);
  padding-bottom: 80%;
}
.cta-content-image img {
  position: absolute;
  inset: calc(var(--spacing) * 0);
  height: 100%;
  width: 100%;
  border-radius: var(--radius-2xl);
  object-fit: cover;
}
footer .content-container {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.footer-container.first {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.footer-content {
  :where(& > :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)));
  }
}
.footer-links {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 4);
}
.footer-link a {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--gray-500);
  font-family: var(--tertiary-font);
}
.footer-link a:hover {
  color: var(--primary);
}
.footer-subscription-container {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.footer-subscription-container .title {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--gray-900);
  font-family: var(--secondary-font);
}
.footer-subscription-container form {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.hr-line {
  border-color: var(--gray-200);
  border-width: 0px;
  border-top-width: 1px;
}
.footer-container.second {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  gap: calc(var(--spacing) * 6);
}
.footer-container.second .copyright {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--gray-500);
  font-family: var(--tertiary-font);
}
.copyright-links {
  display: flex;
  width: 100%;
  align-items: center;
  gap: calc(var(--spacing) * 4);
}
.copyright-link a {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--gray-500);
}
.copyright-link a:hover {
  color: var(--primary);
}
@media (min-width: 1024px) {
  .nav-section-wrapper {
    gap: calc(var(--spacing) * 16);
    padding-block: calc(var(--spacing) * 4);
  }
  .nav-wrapper {
    position: static;
    margin: calc(var(--spacing) * 0);
    display: flex;
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    min-height: auto;
  }
  .nav-wrapper-title, .nav-toggle-btn {
    display: none;
  }
  .nav-container {
    margin-inline: calc(var(--spacing) * 0);
    width: 100%;
    max-width: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: calc(var(--spacing) * 0);
  }
  .nav-buttons-list {
    flex-direction: row;
    align-items: center;
    gap: calc(var(--spacing) * 4);
    row-gap: calc(var(--spacing) * 4);
  }
  .nav-link-list {
    margin: calc(var(--spacing) * 0);
    display: flex;
    gap: calc(var(--spacing) * 8);
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .nav-link-item .title {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    font-family: var(--primary-font);
  }
  .hero-section {
    bottom: calc(var(--spacing) * 28);
  }
  .hero-container {
    :where(& > :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)));
    }
  }
  .hero-title {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
    line-height: 72px;
  }
  .hero-description {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    line-height: 30px;
  }
  .services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .power-returns-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: calc(var(--spacing) * 4);
  }
  .power-returns-title {
    width: calc(1 / 2 * 100%);
    font-size: 3.25rem;
  }
  .power-returns-description {
    width: 47%;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .power-returns-image {
    margin-top: calc(var(--spacing) * 12);
  }
  .power-returns-image img {
    height: 100%;
    width: 100%;
  }
  .operations {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .operation-number {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .operation-title {
    @media (width >= 64rem) {
      font-size: 26px;
    }
  }
  .operation-description {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .core-operations-footer {
    flex-direction: row;
    justify-content: space-between;
  }
  .core-operations-footer-content {
    max-width: var(--container-lg);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .how-it-works-band {
    background: linear-gradient(to bottom, var(--accent) 10rem, var(--base-white) 10rem);
  }
  .how-it-works-numbers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: calc(var(--spacing) * 0);
  }
  .how-it-works-number-item {
    display: flex;
    flex-direction: column;
    padding-block: calc(var(--spacing) * 0);
  }
  .how-it-works {
    flex: 1;
  }
  .investments {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .investment-header {
    padding: calc(var(--spacing) * 8);
  }
  .investment-content {
    padding: calc(var(--spacing) * 8);
  }
  .testimonials-wrapper {
    gap: calc(var(--spacing) * 6);
  }
  .testimonial-list {
    gap: calc(var(--spacing) * 6);
  }
  .testimonial-list-item {
    min-width: calc(var(--spacing) * 110.75);
  }
  .testimonial {
    padding: calc(var(--spacing) * 6);
  }
  .testimonial-footer {
    margin-top: calc(var(--spacing) * 12);
    flex-direction: row;
  }
  .testimonial-statement {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .testimonial-author h5 {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .testimonial-author p {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .faq-container {
    margin-top: calc(var(--spacing) * 16);
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(var(--spacing) * 20);
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .faq-get-in-touch-container {
    width: calc(var(--spacing) * 103);
    flex-shrink: 0;
  }
  .faq-list {
    max-width: calc(var(--spacing) * 225);
    flex: 1;
  }
  .faq-list-item:first-child .faq-list-item-header {
    padding-top: calc(var(--spacing) * 0);
  }
  .faq-get-in-touch-title {
    font-size: 32px;
  }
  .faq-get-in-touch-description {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .cta-container {
    display: flex;
    align-items: center;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
    border-radius: 40px;
    padding: calc(var(--spacing) * 16);
  }
  .cta-content-title {
    font-size: 64px;
  }
  .cta-content-description {
    max-width: var(--container-lg);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .cta-content-image {
    padding-bottom: 45%;
  }
  .footer-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .footer-links {
    display: flex;
    align-items: center;
  }
  .footer-subscription-container {
    width: 100%;
    max-width: var(--container-md);
  }
  .footer-subscription-container form {
    display: flex;
    align-items: flex-start;
    gap: calc(var(--spacing) * 4);
  }
  .footer-subscription-container form input {
    flex: 1;
  }
  .footer-subscription-container form button {
    width: calc(var(--spacing) * 45) !important;
  }
  .footer-container.first {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .footer-container.second {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-container .copyright {
    flex-shrink: 0;
  }
  .footer-container .copyright-links {
    width: auto;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-space-y-reverse: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
