/*
.sec-1-home-1,
.sec-1-home-2 {
  position: relative;
  // 1. The color layer
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: #09addd;

    mix-blend-mode: hue;
    z-index: 0;
    pointer-events: none;
  }

  > .container,
  > .container-fluid {
    position: relative;
    z-index: 2;
  }
}
*/
:root {
  --tc-neutral-50: #f7f8f9;
  --tc-neutral-100: #eaecee;
  --tc-neutral-200: #e5e7eb;
  --tc-neutral-300: #d1d5db;
  --tc-neutral-400: #a7aaaf;
  --tc-neutral-500: #75787d;
  --tc-neutral-600: #626568;
  --tc-neutral-700: #3a3b3d;
  --tc-neutral-800: #1a1b1c;
  --tc-neutral-900: #0e0e0f;
  --tc-bg-1: #e9eef2;
  --tc-bg-2: #dcdcf6;
  --tc-bg-3: #f2f9fb;
  --tc-bg-4: #eef8ff;
  --tc-bg-5: #f4eeff;
}

/*
#preloader {
  & .loader {
    & .loader-container {
      border-image-source: linear-gradient(90deg, #ecb757 0%, #e06886 100%);

      &::before {
        border-image-source: linear-gradient(90deg, #ecb757 0%, #e06886 100%);
      }
    }
  }
}

// Animate links
.hover-underline .line-wrapper::after {
  background: linear-gradient(90deg, #ecb757 0%, #e06886 100%) !important;
}
*/
/*# sourceMappingURL=customize-by-site.css.map */
