/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./styles/solutions.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/* ---
title:   Colors
section: Core
---

###### Grays

```example:color
@color: #111 @name: Gray Darker
@color: #333 @name: Gray Dark
@color: #666 @name: Gray
@color: #aaa @name: Gray Light
@color: #ddd @name: Gray Lighter
@color: #f0f0f0 @name: Gray White
```

###### Pallets

```example:color
@color: #eade00 @name: Yellow
@color: #3b78e7 @name: Blue
@color: #cc0000 @name: Red
@color: #afcc49 @name: Green
```
*/
.single-solutions {
  background: #EBEBEB;
}
.single-solutions .site--alt .site-header--alternative.is-scrolled .main-navigation--alternative:not(.menu-open) button svg path {
  stroke: #fff;
}
.single-solutions .site--alt .site-header--alternative .site-title a svg path.negative {
  fill: #000;
}
.single-solutions .site--alt .site-header--alternative .main-navigation--alternative:not(.menu-open) button svg path {
  stroke: #000;
}
.single-solutions .menu-open .menu-toggle svg path {
  stroke: #fff;
}
.single-solutions #masthead:not(.is-scrolled) .positive {
  fill: #000;
}
.single-solutions #masthead:not(.is-scrolled) .negative {
  fill: #000;
}

.solutions-submenu {
  background: #1a1a1a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.solutions-submenu .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .solutions-submenu .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.solutions-submenu__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 768px) {
  .solutions-submenu__content {
    height: 60px;
  }
}

.solutions-submenu__title {
  color: #FFF;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  /* 179.167% */
  letter-spacing: 1.44px;
}
@media (max-width: 768px) {
  .solutions-submenu__title {
    display: none;
  }
}

.solutions-submenu__list {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  overflow-x: auto;
  padding: 0;
  margin: 0 20px 0 0;
  list-style: none;
  scroll-snap-type: x mandatory;
  flex: 1;
}
@media (max-width: 768px) {
  .solutions-submenu__list {
    justify-content: flex-start;
    overflow-x: scroll;
    margin: 0;
  }
}

.solutions-submenu__item {
  scroll-snap-align: start;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .solutions-submenu__item {
    padding: 1rem 0;
  }
}

.solutions-submenu__item.is-active .solutions-submenu__link {
  border-radius: 25px;
  background: #D7B46A;
  color: #1a1a1a;
  font-weight: 600;
  height: 28px;
}

.solutions-submenu__link {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  text-decoration: none;
  color: #cccccc;
  color: #FFF;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
  /* 129.412% */
}
.solutions-submenu__link:hover {
  color: #D7B46A;
}

.solutions-hero {
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
@media (max-width: 768px) {
  .solutions-hero {
    min-height: 240px;
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .solutions-hero {
    background-attachment: scroll;
  }
}

.solutions-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 1;
}

.solutions-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.solutions-hero__title {
  color: #fff;
  font-family: "Raleway", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 800;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  line-height: 1.05;
  margin: 0;
}

.solutions-content {
  padding: 2rem 0;
}

.solutions-content__description {
  max-width: 1100px;
  font-size: 1.125rem;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .solutions-content__description h2 {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

.solutions-items {
  padding: 1rem 0 2rem;
}

.solutions-items__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 2rem;
}

.solutions-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0.75rem 1rem;
  align-items: start;
}

.solutions-item__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.solutions-item__text {
  font-size: 0.95rem;
  line-height: 1.5;
}

.solutions-cta {
  background: #1a1a1a;
  color: #fff;
  padding: 2.5rem 0;
  text-align: center;
}

.solutions-cta__button {
  display: inline-block;
  padding: 0.875rem 1.25rem;
  background: #f4c430;
  color: #000;
  border-radius: 0.375rem;
  text-decoration: none;
}

@media (max-width: 768px) {
  .solutions-items__grid {
    grid-template-columns: 1fr;
  }
}

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