:root {
  --gutter-width: 3.33rem; }

@media (min-width: 40rem) {
  :root {
    --gutter-width: 1.25rem; } }

@font-face {
  font-family: 'GT-America';
  src: url("/fonts/GT-America-Regular.otf");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'GT-America';
  src: url("/fonts/GT-America-Bold.otf");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'GT-America';
  src: url("/fonts/GT-America-Compressed-Medium.otf");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'GT-America';
  src: url("/fonts/GT-America-Extended-Black.otf");
  font-style: normal;
  font-weight: 900; }

@font-face {
  font-family: 'GT-America Extended Bold';
  src: url("/fonts/GT-America-Extended-Bold.otf");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'GT-America Extended Medium';
  src: url("/fonts/GT-America-Extended-Medium.otf");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'GT-America Extended Regular';
  src: url("/fonts/GT-America-Extended-Regular.otf");
  font-style: normal;
  font-weight: normal; }

body {
  font-family: 'GT-America', sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #1e1e1e; }

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  text-rendering: optimizelegibility;
  color: #000000; }

h1 {
  font-family: 'GT-America';
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase; }

h2 {
  font-family: 'GT-America';
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase; }

h3 {
  font-family: 'GT-America';
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900; }

h4 {
  font-family: 'GT-America';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase; }

h5 {
  font-family: 'GT-America';
  font-size: 1rem;
  font-style: normal;
  font-weight: bold; }

p {
  font-family: 'GT-America';
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.005rem; }
  p.large {
    font-size: 1.25rem;
    line-height: 1.5rem; }

label {
  font-family: 'GT-America';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase; }
  label.label--2 {
    font-weight: 500; }

a {
  cursor: pointer;
  text-decoration: none; }

.button {
  font-family: 'GT-America Extended Bold';
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 14rem;
  padding: 1.5rem;
  text-transform: uppercase;
  transition: all 0.15s linear;
  user-select: none;
  flex-shrink: 0; }
  .button.disabled {
    background-color: #a5acb1;
    cursor: unset; }
  .button--light {
    background-color: #ffffff;
    color: #1e1e1e; }
    .button--light .arrow {
      max-height: 0.875rem; }
      .button--light .arrow__path {
        fill: #1e1e1e; }
  .button .arrow {
    flex-grow: 0;
    height: 0.875rem;
    width: 0.9375rem;
    transition: all 0.15s linear; }
    .button .arrow__path {
      transition: all 0.15s linear; }
  .button:hover {
    background-color: #00bf91;
    color: #ffffff;
    text-decoration: none; }
    .button:hover.disabled {
      background-color: #a5acb1;
      cursor: unset; }
    .button:hover .arrow {
      transform: translateX(5px); }
    .button:hover.button--light {
      color: #ffffff; }
      .button:hover.button--light .arrow__path {
        fill: #ffffff; }
  .button--outline {
    background-color: transparent;
    border: 2px solid #ffffff; }
    .button--outline:hover {
      background-color: transparent;
      border: 2px solid #00bf91;
      color: #00bf91;
      text-decoration: none; }
      .button--outline:hover .arrow__path {
        fill: #00bf91; }
  .button--label {
    color: #00bf91;
    justify-content: center;
    background-color: transparent; }
    .button--label .arrow {
      margin-left: 0.5rem;
      margin-top: -0.5px; }
      .button--label .arrow__path {
        fill: #00bf91; }
    .button--label:hover {
      background-color: transparent;
      color: #00bf91;
      text-decoration: none; }
      .button--label:hover .arrow__path {
        fill: #00bf91; }

.contact-us {
  border-bottom: 1px solid #343434;
  padding-top: 6.75rem;
  padding-bottom: 7rem; }
  .contact-us__title {
    margin-top: 7.625rem; }
  .contact-us__header {
    color: #ffffff;
    margin-top: 1rem;
    text-align: left; }
  .contact-us__subheader {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
    text-align: left; }
    @media (min-width: 40rem) {
      .contact-us__subheader {
        padding-right: 11rem; } }
  .contact-us__button {
    margin-bottom: 1rem; }
  .contact-us__button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }

.illustration-card {
  padding: 3.5rem 2rem 3.5rem 2.5rem;
  background: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%; }
  .illustration-card__header {
    color: #000000;
    margin-top: 1.5rem; }
  .illustration-card__description {
    color: #545454;
    margin-top: 0.875rem; }

input,
.input {
  background: rgba(241, 241, 241, 0.18);
  border: 1px solid #d7d9dd;
  border-radius: 2px;
  font-family: 'GT-America';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: bold;
  outline: none !important;
  padding: 1rem;
  width: 16rem;
  height: 3.5rem; }

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 13px; }
  .loader div {
    position: absolute;
    top: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
    .loader div:nth-child(1) {
      left: 8px;
      animation: loader1 0.6s infinite; }
    .loader div:nth-child(2) {
      left: 8px;
      animation: loader2 0.6s infinite; }
    .loader div:nth-child(3) {
      left: 22px;
      animation: loader2 0.6s infinite; }
    .loader div:nth-child(4) {
      left: 36px;
      animation: loader3 0.6s infinite; }

@keyframes loader1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes loader3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes loader2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(14px, 0); } }

.modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.15s linear;
  visibility: hidden;
  z-index: 1001; }
  .modal.modal--active {
    visibility: visible; }
  .modal .container {
    z-index: 1002;
    padding: 0 calc(var(--gutter-width) / 2); }
    @media (min-width: 40rem) {
      .modal .container {
        padding: 0; } }
  .modal__content {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #c9cede;
    border-radius: 5px;
    margin-top: 8rem;
    max-height: 43.25rem;
    min-height: 10rem;
    position: relative;
    padding: 2.5rem;
    width: 100%; }
    @media (min-width: 40rem) {
      .modal__content {
        width: 40.375rem;
        padding: 3.75rem; } }
    .modal__content .close-button {
      align-items: center;
      cursor: pointer;
      display: flex;
      justify-content: center;
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      height: 2.5rem;
      width: 2.5rem; }
      .modal__content .close-button svg {
        height: 16px;
        width: 16px; }
      .modal__content .close-button:hover svg path {
        stroke: #000000; }

.gated-content-modal__header {
  font-size: 1.125rem; }

.gated-content-modal__description {
  color: #545454;
  margin-top: 1rem; }

.gated-content-modal__button {
  justify-content: center;
  margin-top: 2rem;
  width: 100%; }

.gated-content-modal__inputs {
  margin-top: 3.375rem;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.08); }
  .gated-content-modal__inputs__input-group {
    margin-bottom: 0.5rem;
    min-height: 7.0625rem; }
    .gated-content-modal__inputs__input-group--error .gated-content-modal__inputs__input-group__label {
      color: #e25334; }
    .gated-content-modal__inputs__input-group--error .gated-content-modal__inputs__input-group__input {
      border: 1px solid #e25334; }
    .gated-content-modal__inputs__input-group__label {
      color: #747b80;
      font-family: 'GT-America Extended Bold';
      font-size: 0.8125rem;
      text-transform: uppercase; }
    .gated-content-modal__inputs__input-group__input {
      margin-top: 0.875rem;
      width: 100%; }
    .gated-content-modal__inputs__input-group__error-string {
      color: #e25334;
      font-size: 0.875rem; }

.gated-content-modal__links {
  margin-top: 2.5rem;
  max-height: 34rem;
  overflow-y: auto;
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.08); }
  .gated-content-modal__links__link {
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.625rem;
    padding: 1.5rem 1.875rem;
    transition: all 0.15s linear; }
    .gated-content-modal__links__link h5 {
      transition: all 0.15s linear; }
    .gated-content-modal__links__link .arrow {
      transition: all 0.15s linear; }
      .gated-content-modal__links__link .arrow path {
        transition: all 0.15s linear;
        fill: #000000; }
    .gated-content-modal__links__link:hover {
      box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08);
      text-decoration: none; }
      .gated-content-modal__links__link:hover h5 {
        color: #00bf91; }
      .gated-content-modal__links__link:hover .arrow path {
        fill: #00bf91; }

.stack-card {
  width: 100%; }
  @media (min-width: 40rem) {
    .stack-card {
      max-width: 300px; } }
  .stack-card__image {
    width: 100%; }
    @media (min-width: 40rem) {
      .stack-card__image {
        width: auto;
        max-width: 100%;
        height: 392px; } }
  .stack-card__header {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 900;
    margin-top: 2.5rem; }
  .stack-card__separator {
    background-color: #00bf91;
    width: 56px;
    height: 2px;
    margin-top: 1.75rem; }
  .stack-card__description {
    color: #545454;
    margin-top: 1.25rem;
    margin-right: 0.75rem; }

.stack-cards {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 calc(var(--gutter-width) * 1rem);
  width: 100%;
  margin-right: calc(var(--gutter-width) / -2);
  margin-left: calc(var(--gutter-width) / -2); }
  .stack-cards .stack-card {
    margin-bottom: 4.66rem; }
  @media (min-width: 40rem) {
    .stack-cards {
      align-items: flex-start;
      flex-direction: row;
      justify-content: space-between; } }

.video-wrapper {
  margin-top: 3.75rem;
  padding-top: 56.25%;
  position: relative;
  width: 100%; }
  .video-wrapper__player {
    position: absolute;
    top: 0;
    left: 0; }

.powin-footer__top {
  background-color: #1e1e1e;
  padding: 4.5rem 0; }
  .powin-footer__top__section {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem; }
    @media (min-width: 40rem) {
      .powin-footer__top__section {
        margin-top: 0; } }
    .powin-footer__top__section__header {
      color: #ffffff;
      margin-bottom: 0;
      text-transform: uppercase;
      font-family: 'GT-America Extended Bold';
      font-size: 0.8125rem;
      font-style: normal;
      font-weight: bold;
      text-decoration: none;
      cursor: pointer;
      transition: all 0.15s linear; }
      .powin-footer__top__section__header:hover {
        color: #00bf91;
        text-decoration: none; }
    .powin-footer__top__section__link {
      color: #545454;
      margin-top: 0.875rem;
      font-family: 'GT-America';
      font-style: normal;
      font-weight: normal;
      font-size: 0.8125rem;
      line-height: 1rem;
      cursor: pointer;
      transition: all 0.15s linear; }
      .powin-footer__top__section__link:hover {
        color: #00bf91;
        text-decoration: none; }

.powin-footer__bottom {
  background-color: #000000;
  color: #545454;
  padding: 2rem 0; }
  .powin-footer__bottom .container {
    padding: 0 calc(var(--gutter-width) / 2); }
    @media (min-width: 40rem) {
      .powin-footer__bottom .container {
        padding: 0; } }
  .powin-footer__bottom__content {
    display: flex;
    width: 100%; }
  .powin-footer__bottom__privacy-policy {
    color: #545454;
    font-family: 'GT-America';
    font-style: normal;
    font-weight: normal;
    font-size: 0.8125rem;
    line-height: 1rem;
    cursor: pointer;
    transition: all 0.15s linear;
    line-height: 0.8125rem; }
    .powin-footer__bottom__privacy-policy:hover {
      color: #00bf91;
      text-decoration: none; }
  .powin-footer__bottom__copyright {
    color: #545454;
    margin: 0;
    margin-left: 3rem;
    font-family: 'GT-America';
    font-style: normal;
    font-weight: normal;
    font-size: 0.8125rem;
    line-height: 1rem;
    line-height: 0.8125rem; }
  .powin-footer__bottom__social {
    margin-left: auto; }
    .powin-footer__bottom__social__link {
      margin-left: 1rem; }

.powin-navbar {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  .powin-navbar__nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
    .powin-navbar__nav li + li {
      margin-left: 5.75rem; }
  .powin-navbar__content {
    display: flex;
    height: 6.8125rem;
    padding: 0 calc(var(--gutter-width) / 2);
    position: relative; }
    @media (min-width: 40rem) {
      .powin-navbar__content {
        padding: 0; } }
    .powin-navbar__content--left {
      display: flex;
      align-items: center;
      min-width: 20px; }
    .powin-navbar__content--center {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-grow: 1; }
    .powin-navbar__content--right {
      display: flex;
      align-items: center; }
  .powin-navbar__border {
    background-color: rgba(255, 255, 255, 0.21);
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }
  .powin-navbar .logo {
    z-index: 100; }
  .powin-navbar__link {
    align-items: center;
    color: #ffffff;
    border-bottom: 1px solid transparent;
    display: flex;
    justify-content: center;
    height: 6.8125rem;
    padding: 0;
    text-transform: uppercase;
    font-family: 'GT-America Extended Bold';
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: bold;
    text-decoration: none; }
    .powin-navbar__link:hover {
      border-bottom: 1px solid #00bf91;
      color: #00bf91;
      text-decoration: none; }
      .powin-navbar__link:hover.logo {
        border-bottom: 1px solid transparent; }
    .powin-navbar__link.active {
      border-bottom: 1px solid #00bf91;
      color: #00bf91; }
  .powin-navbar.powin-navbar--light .hamburger span {
    background-color: #000000; }
  .powin-navbar.powin-navbar--light li a {
    color: #000000; }
  .powin-navbar.powin-navbar--light .powin-navbar__link.active {
    border-bottom: 1px solid #00bf91;
    color: #00bf91; }
  .powin-navbar.powin-navbar--light .powin-navbar__border {
    background-color: rgba(0, 0, 0, 0.21); }
  .powin-navbar.powin-navbar--light .powin-navbar--mobile {
    background-color: #ffffff; }
  .powin-navbar--mobile {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
    padding-top: 2.5rem;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: scroll;
    opacity: 0;
    background-color: #000000;
    -webkit-font-smoothing: antialiased;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease-in; }
    .powin-navbar--mobile--active {
      transform: none;
      opacity: 1; }
    .powin-navbar--mobile__links {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: center; }
    .powin-navbar--mobile ul {
      list-style-type: none;
      width: 100%;
      padding-left: 0px;
      background-color: transparent;
      margin-bottom: 0; }
    .powin-navbar--mobile li {
      display: flex;
      background-color: transparent;
      justify-content: center;
      width: 100%;
      color: #ffffff; }
      .powin-navbar--mobile li .powin-navbar__link {
        font-family: 'GT-America';
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 900;
        width: 100%; }
        .powin-navbar--mobile li .powin-navbar__link.active {
          border-bottom-color: transparent; }

.hamburger {
  display: block;
  position: relative;
  z-index: 25;
  user-select: none;
  cursor: pointer; }
  .hamburger span {
    display: block;
    margin-left: auto;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
  .hamburger.powin-navbar--mobile--active span {
    opacity: 1;
    transform: rotate(45deg) translate(0, 2px); }
  .hamburger.powin-navbar--mobile--active span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }
  .hamburger.powin-navbar--mobile--active span:nth-child(3) {
    transform: rotate(-45deg) translate(1px, -5px); }

.section {
  background-color: #ffffff;
  position: relative; }
  .section__panel {
    background-color: #ffffff;
    position: absolute;
    height: 35rem;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0; }
    .section__panel--dark {
      background-color: #000000; }
    .section__panel--dark-2 {
      background-color: #1e1e1e; }
    .section__panel--brand {
      background-color: #00bf91; }
    .section__panel--light-2 {
      background-color: #f5f5f5; }
    .section__panel--left {
      left: -1000%; }
    .section__panel--large {
      height: 56.3rem; }
    .section__panel--bottom {
      top: unset;
      bottom: 0; }
    .section__panel--half {
      height: 50%; }
  .section--light-2 {
    background-color: #f5f5f5; }
  .section--gray {
    background-color: #e6e6e6; }
  .section--gray-opaque {
    background-color: rgba(230, 230, 230, 0.5); }
  .section--dark-2 {
    background-color: #1e1e1e; }
  .section--with-background-image {
    background-color: #545454;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8.4375rem 0; }
    .section--with-background-image .section__content {
      background-color: #000000;
      padding: 5.125rem; }
    .section--with-background-image .section__title {
      margin-top: 0; }
    .section--with-background-image .section__header {
      color: #ffffff; }
  .section__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10; }
  .section__title {
    color: #00bf91;
    margin-top: 6.625rem;
    text-align: center; }
  .section__header {
    color: #000000;
    margin-top: 1.125rem;
    text-align: center; }
  .section__subheader {
    color: #545454;
    margin-top: 1.5rem;
    text-align: center; }
  .section__button {
    margin-top: 2.25rem; }
  .section__cards {
    margin-top: 5rem; }
    @media (min-width: 40rem) {
      .section__cards--little-padding.row {
        margin-left: 0;
        margin-right: 0; }
      .section__cards--little-padding [class*='col'] {
        padding: 0; } }

body,
html {
  margin: 0;
  padding: 0;
  font-size: 12px; }

#__next {
  overflow-x: hidden;
  width: 100%; }

*,
*:after,
*:before {
  box-sizing: border-box; }

.container {
  position: relative;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 calc(var(--gutter-width) / 2); }
  @media (min-width: 40rem) {
    .container {
      padding: 0; } }
  .container--small {
    max-width: 40rem; }
  .container--large {
    max-width: 87.5rem; }

.mobile-hide {
  display: none; }
  @media (min-width: 40rem) {
    .mobile-hide {
      display: flex; } }

@media (min-width: 40rem) {
  .mobile-only {
    display: none; } }

.row {
  display: flex;
  flex-flow: row wrap;
  margin-right: calc(var(--gutter-width) / -2);
  margin-left: calc(var(--gutter-width) / -2); }
  .row--middle {
    align-items: center; }
  .row--bottom {
    align-items: flex-end; }
  .row--stretch {
    align-items: stretch; }
  .row--left {
    justify-content: flex-start; }
  .row--center {
    justify-content: center; }
  .row--right {
    justify-content: flex-end; }
  .row--between {
    justify-content: space-between; }
  .row--reverse {
    flex-wrap: wrap-reverse; }

[class*='col'] {
  flex-basis: 100%;
  padding: 0 calc(var(--gutter-width) / 2); }

.col-xs-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

@media (min-width: 40rem) {
  html,
  body {
    font-size: 14px; }
  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-auto {
    flex-basis: auto; } }

@media (min-width: 71rem) {
  html,
  body {
    font-size: 15px; }
  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-auto {
    flex-basis: auto; } }

@media (min-width: 87.5rem) {
  html,
  body {
    font-size: 16px; }
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-auto {
    flex-basis: auto; } }

#powin-company .header {
  background-color: #545454;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#powin-company .hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45.6875rem; }
  #powin-company .hero__header {
    color: #ffffff;
    text-align: center; }
    #powin-company .hero__header .highlight {
      color: #00bf91; }
  @media (min-width: 40rem) {
    #powin-company .hero {
      align-items: flex-start; }
      #powin-company .hero .hero__header {
        width: 36rem;
        text-align: left; } }

#powin-company .mission {
  padding: 6.625rem 0; }
  #powin-company .mission__content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #powin-company .mission__images {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
    position: relative; }
    #powin-company .mission__images__image--small {
      position: absolute;
      height: auto;
      width: auto;
      right: -3rem;
      bottom: -3rem; }
  #powin-company .mission .section__title {
    margin-top: 0; }
  #powin-company .mission .section__subheader {
    margin-top: 1.25rem; }
  @media (min-width: 40rem) {
    #powin-company .mission .mission__images {
      margin-top: 0; }
    #powin-company .mission .section__title {
      text-align: left; }
    #powin-company .mission .section__header {
      text-align: left; }
    #powin-company .mission .section__subheader {
      text-align: left; } }

#powin-company .story {
  padding-bottom: 4.375rem; }
  #powin-company .story .section__subheader {
    margin-top: 1.375rem;
    max-width: 40rem; }
  #powin-company .story__video-wrapper {
    margin-top: 3.75rem; }
  #powin-company .story__image--large {
    margin-top: 3.75rem;
    width: 100%; }
  #powin-company .story__image--small {
    width: 100%; }
  #powin-company .story__description-section {
    margin-top: 2.1875rem;
    width: 100%; }
    #powin-company .story__description-section__image {
      padding-left: 0; }
    @media (max-width: 40rem) {
      #powin-company .story__description-section [class*='col'] {
        padding: 0; } }
  #powin-company .story__description-container {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    padding-right: 0;
    justify-content: center; }
    @media (min-width: 40rem) {
      #powin-company .story__description-container {
        margin-top: 0;
        padding-left: 6.7rem; } }
    #powin-company .story__description-container__separator {
      background-color: #00bf91;
      width: 88px;
      height: 4px; }
    #powin-company .story__description-container__text {
      margin-top: 2.5rem;
      max-width: 26rem; }

#powin-company .values {
  padding: 6.5rem 0; }
  #powin-company .values .section__title {
    margin-top: 0; }
  #powin-company .values .section__cards {
    margin-top: 3.15rem; }
  @media (min-width: 40rem) {
    #powin-company .values .section__content {
      align-items: flex-start; }
    #powin-company .values .section__title {
      text-align: left; }
    #powin-company .values .section__header {
      text-align: left; } }

#powin-company .team {
  padding: 6.5rem 0; }
  #powin-company .team__card {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem;
    position: relative; }
    #powin-company .team__card:hover .team__card__overlay-container {
      opacity: 1; }
    #powin-company .team__card__overlay-container {
      background: linear-gradient(180deg, rgba(30, 30, 30, 0.1) 0%, #1e1e1e 100%);
      height: 100%;
      opacity: 0;
      padding: 1.75rem 0.875rem;
      position: absolute;
      transition: 0.5s ease;
      width: 100%; }
      #powin-company .team__card__overlay-container__link {
        align-content: center;
        color: #ffffff;
        display: flex;
        cursor: pointer;
        transition: all 0.15s linear; }
        #powin-company .team__card__overlay-container__link:hover {
          color: #00bf91;
          text-decoration: none; }
        #powin-company .team__card__overlay-container__link:hover .external-link__path {
          fill: #00bf91; }
        #powin-company .team__card__overlay-container__link:hover h4 {
          color: #00bf91;
          text-decoration: none; }
        #powin-company .team__card__overlay-container__link .external-link {
          height: 0.875rem;
          width: 0.875rem; }
        #powin-company .team__card__overlay-container__link h4 {
          color: #ffffff;
          font-size: 0.625rem;
          margin-left: 0.625rem; }
      #powin-company .team__card__overlay-container__description {
        color: #ffffff;
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.875rem; }
    #powin-company .team__card__image-container {
      position: relative; }
      #powin-company .team__card__image-container::after {
        display: block;
        content: '';
        padding-bottom: 62%; }
      #powin-company .team__card__image-container__image {
        border-radius: 5px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    #powin-company .team__card__name {
      color: #ffffff;
      font-size: 0.625rem;
      margin-top: 1.5rem; }
    #powin-company .team__card__title {
      color: #7c8185;
      font-size: 0.625rem;
      margin-top: 0.625rem; }
  #powin-company .team .section__title {
    margin-top: 0; }
  #powin-company .team .section__header {
    color: #ffffff;
    margin-top: 0.75rem; }
  #powin-company .team .section__subheader {
    color: #a5acb1;
    margin-top: 0.75rem;
    max-width: 41rem;
    opacity: 0.7; }
  #powin-company .team .section__cards {
    margin-top: 3.15rem; }
  @media (min-width: 40rem) {
    #powin-company .team .section__content {
      align-items: flex-start; }
    #powin-company .team .section__title {
      text-align: left; }
    #powin-company .team .section__header {
      text-align: left; }
    #powin-company .team .section__subheader {
      text-align: left; } }

#powin-company .investors {
  padding: 6.5rem 0; }
  #powin-company .investors .section__title {
    margin-top: 0; }
  #powin-company .investors .section__header {
    color: #ffffff;
    margin-top: 0.75rem; }
  #powin-company .investors .section__subheader {
    color: #a5acb1;
    margin-top: 0.75rem;
    max-width: 42rem;
    opacity: 0.7; }
  #powin-company .investors .section__cards {
    margin-top: 3.15rem; }
  #powin-company .investors__images__card {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23.5rem;
    height: 10.125rem; }
    #powin-company .investors__images__card img {
      max-width: 124px;
      max-height: 43px; }
  @media (min-width: 40rem) {
    #powin-company .investors .section__content {
      align-items: flex-start; }
    #powin-company .investors .section__title {
      text-align: left; }
    #powin-company .investors .section__header {
      text-align: left; }
    #powin-company .investors .section__subheader {
      text-align: left; } }

#powin-company .jobs {
  padding: 4.375rem 0 10rem; }
  #powin-company .jobs__section {
    margin-top: 2.5rem;
    max-width: 46.875rem;
    width: 100%; }
  #powin-company .jobs__card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 1.25rem 0;
    text-decoration: none;
    transition: all 0.15s linear; }
    #powin-company .jobs__card .row {
      width: 100%;
      margin: 0; }
      #powin-company .jobs__card .row [class*='col'] {
        padding: 0; }
    #powin-company .jobs__card__location {
      color: #a5acb1;
      margin-right: 2rem;
      text-align: right; }
    #powin-company .jobs__card__arrow-section {
      display: flex;
      margin-top: 1.5rem;
      justify-content: space-between; }
      @media (min-width: 40rem) {
        #powin-company .jobs__card__arrow-section {
          justify-content: flex-end;
          margin-top: 0; } }
    #powin-company .jobs__card .arrow {
      margin-right: 5px;
      transition: all 0.15s linear; }
      #powin-company .jobs__card .arrow path {
        fill: #00bf91; }
    #powin-company .jobs__card:hover {
      border-bottom: 1px solid #00bf91; }
      #powin-company .jobs__card:hover .arrow {
        transform: translateX(5px); }

#powin-contact .contact {
  padding-bottom: 10rem; }
  #powin-contact .contact__content {
    display: flex;
    flex-direction: column;
    padding-top: 12.0625rem;
    width: 100%; }
    #powin-contact .contact__content__contacts {
      margin-top: 3.1875rem; }
    #powin-contact .contact__content__locations {
      margin-top: 9.5rem; }
  #powin-contact .contact__contact {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #powin-contact .contact__contact__header {
      font-size: 1rem;
      margin-top: 1rem;
      text-align: center;
      text-transform: lowercase; }
    #powin-contact .contact__contact__subheader {
      font-family: 'GT-America Extended Regular';
      text-align: center;
      text-transform: lowercase; }
  #powin-contact .contact__location {
    display: flex;
    flex-direction: column;
    margin-top: calc(var(--gutter-width) / 2); }
    #powin-contact .contact__location__image {
      width: 100%; }
    #powin-contact .contact__location__details {
      background-color: #000000;
      display: flex;
      flex-direction: column;
      padding: 2rem;
      flex-grow: 1;
      align-items: center; }
      #powin-contact .contact__location__details .row {
        height: 100%;
        width: 100%; }
        @media (max-width: 40rem) {
          #powin-contact .contact__location__details .row [class*='col'] {
            padding: 0; } }
      #powin-contact .contact__location__details__main {
        display: flex;
        align-items: center; }
        #powin-contact .contact__location__details__main__text {
          color: #ffffff;
          font-size: 1.375rem; }
      #powin-contact .contact__location__details__secondary {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 1rem; }
        @media (min-width: 40rem) {
          #powin-contact .contact__location__details__secondary {
            margin-top: 0;
            text-align: right; } }
        #powin-contact .contact__location__details__secondary__text {
          color: #747b80;
          font-size: 1.375rem; }

#powin-home .header {
  background-color: #545454;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#powin-home .hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 45.6875rem; }
  #powin-home .hero__header {
    color: #ffffff;
    text-align: center; }
    #powin-home .hero__header .highlight {
      color: #00bf91; }
  #powin-home .hero__button {
    margin: 6.83rem 0; }
  @media (min-width: 40rem) {
    #powin-home .hero {
      justify-content: center;
      align-items: flex-start; }
      #powin-home .hero .hero__header {
        width: 29rem;
        text-align: left; }
      #powin-home .hero .hero__button {
        margin-top: 2.3125rem;
        margin-bottom: 0; } }

#powin-home .stacks {
  padding-bottom: 1.25rem; }
  #powin-home .stacks .stack-card__header {
    min-height: 4.25rem; }

#powin-home .solutions {
  padding-bottom: 12rem; }

#powin-home .case-study__title {
  margin-top: 7.625rem; }

#powin-home .case-study__header {
  color: #ffffff;
  margin-top: 1rem;
  text-align: left; }

#powin-home .case-study__subheader {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1rem;
  text-align: left; }
  @media (min-width: 40rem) {
    #powin-home .case-study__subheader {
      padding-right: 11rem; } }

#powin-home .case-study__button {
  margin-bottom: 1rem; }

#powin-home .case-study__header-content {
  padding-top: 7.625rem;
  padding-bottom: 4.5rem; }
  #powin-home .case-study__header-content__button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }

#powin-home .case-study__details {
  position: relative;
  padding: 3.8125rem 0;
  width: 100%; }
  #powin-home .case-study__details__detail {
    z-index: 10; }
    #powin-home .case-study__details__detail:not(:first-child) {
      margin-top: 2.5rem; }
      @media (min-width: 40rem) {
        #powin-home .case-study__details__detail:not(:first-child) {
          margin-top: 0; } }
    #powin-home .case-study__details__detail__label {
      color: rgba(255, 255, 255, 0.7);
      margin: 0;
      text-transform: uppercase; }
    #powin-home .case-study__details__detail__value {
      color: #ffffff;
      font-weight: 900;
      line-height: 1;
      margin-top: 1rem; }
  #powin-home .case-study__details__image-container {
    position: relative;
    margin-top: 3.8125rem;
    width: 100%;
    height: 25rem; }
    @media (min-width: 40rem) {
      #powin-home .case-study__details__image-container {
        height: 43.625rem; } }
    #powin-home .case-study__details__image-container__image {
      width: 100%;
      height: 25rem; }
      @media (min-width: 40rem) {
        #powin-home .case-study__details__image-container__image {
          height: 43.625rem;
          width: 84.625rem;
          left: -6rem;
          right: -10.6875rem;
          position: absolute;
          max-width: unset; } }

#powin-home .awards {
  padding-bottom: 6.625rem; }
  #powin-home .awards__images {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 2.8125rem; }
    #powin-home .awards__images__card {
      border: 1px solid #ececec;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 23.5rem;
      height: 10.125rem; }

#powin-home .news {
  padding-bottom: 10rem; }
  #powin-home .news__articles {
    width: 100%; }
  #powin-home .news .section__button {
    margin-top: 3.4375rem; }

#powin-home .news-card {
  width: 100%;
  cursor: pointer; }
  #powin-home .news-card__date-section {
    padding: 3.125rem 0;
    border-bottom: 2px solid #00bf91; }
    #powin-home .news-card__date-section__date {
      color: rgba(7, 7, 7, 0.7); }
  #powin-home .news-card__title-section {
    padding: 3.125rem 0 3.125rem 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
    @media (min-width: 40rem) {
      #powin-home .news-card__title-section {
        padding-left: 10rem; } }

#powin-news .header {
  background-color: #ffffff; }

#powin-news .hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  height: 45.6875rem; }
  #powin-news .hero__link {
    z-index: 10;
    text-decoration: none; }
    #powin-news .hero__link:hover .hero__header {
      color: #00bf91; }
  #powin-news .hero__publication {
    color: #00bf91; }
  #powin-news .hero__header {
    color: #000000;
    line-height: 1;
    margin-top: 1rem;
    transition: all 0.15s linear; }
  #powin-news .hero__image {
    position: absolute;
    right: 0;
    bottom: 9%; }
  @media (min-width: 40rem) {
    #powin-news .hero {
      height: 34.5625rem; } }

#powin-news .powin-news__post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 1.3125rem 0;
  text-decoration: none; }
  #powin-news .powin-news__post:hover .powin-news__post__arrow-section h4 {
    color: #00bf91; }
  #powin-news .powin-news__post .row {
    width: 100%;
    margin: 0; }
    @media (max-width: 40rem) {
      #powin-news .powin-news__post .row [class*='col'] {
        padding: 0; } }
  #powin-news .powin-news__post__type-section {
    align-items: center;
    display: flex;
    padding-left: 0; }
  #powin-news .powin-news__post__type {
    color: #a5acb1;
    font-size: 0.75rem;
    line-height: 1; }
  #powin-news .powin-news__post__title-section {
    align-items: center;
    display: flex;
    margin-top: 1rem; }
    @media (min-width: 40rem) {
      #powin-news .powin-news__post__title-section {
        margin-top: 0; } }
  #powin-news .powin-news__post__title {
    line-height: 1;
    text-transform: capitalize; }
  #powin-news .powin-news__post__arrow-section {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    padding-right: 0; }
    #powin-news .powin-news__post__arrow-section h4 {
      font-size: 0.75rem;
      margin-right: 0.75rem;
      color: transparent;
      transition: color 0.15s linear; }

#powin-news .medium-posts {
  padding: 8rem 0 5.25rem; }
  #powin-news .medium-posts__posts {
    margin-top: 2.5rem; }

#powin-news .in-the-news {
  padding: 8rem 0 7.375rem; }
  #powin-news .in-the-news__posts {
    margin-top: 2.3125rem; }
  #powin-news .in-the-news__highlight-post-section {
    margin-top: calc(var(--gutter-width) / 2); }
    @media (min-width: 40rem) {
      #powin-news .in-the-news__highlight-post-section {
        margin-top: 0; } }
  #powin-news .in-the-news__highlight-post {
    display: flex;
    background-color: #000000;
    height: 100%;
    flex-direction: column;
    min-height: 19.625rem;
    padding: 1.875rem 2.1875rem;
    text-decoration: none;
    width: 100%; }
    #powin-news .in-the-news__highlight-post__publication {
      color: #00bf91; }
    #powin-news .in-the-news__highlight-post__title {
      color: #ffffff;
      font-size: 1.625rem;
      margin-bottom: 1.25rem;
      margin-top: 0.875rem;
      max-width: 27.5rem;
      text-transform: capitalize; }
    #powin-news .in-the-news__highlight-post .arrow {
      transition: all 0.15s linear; }
      #powin-news .in-the-news__highlight-post .arrow__path {
        transition: all 0.15s linear; }
    #powin-news .in-the-news__highlight-post:hover .arrow {
      transform: translateX(5px); }
      #powin-news .in-the-news__highlight-post:hover .arrow__path {
        fill: #00bf91; }

#powin-products .header {
  background-color: #545454;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  #powin-products .header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45.6875rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 100%); }

#powin-products .hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45.6875rem; }
  #powin-products .hero__header {
    color: #ffffff;
    text-align: center; }
    #powin-products .hero__header .highlight {
      color: #00bf91; }
  @media (min-width: 40rem) {
    #powin-products .hero {
      justify-content: center;
      align-items: flex-start; }
      #powin-products .hero .hero__header {
        width: 36rem;
        text-align: left; }
      #powin-products .hero .hero__button {
        margin-top: 2.3125rem;
        margin-bottom: 0; } }

#powin-products .overview {
  padding: 10rem 0 5.625rem; }
  #powin-products .overview__content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #powin-products .overview__images {
    display: flex;
    justify-content: flex-end;
    margin-top: 3.5rem;
    position: relative; }
    @media (min-width: 40rem) {
      #powin-products .overview__images {
        margin-top: 0; } }
    #powin-products .overview__images__image--small {
      position: absolute;
      height: auto;
      width: auto;
      right: -3rem;
      bottom: -3rem; }
  #powin-products .overview .section__title {
    margin-top: 0;
    text-align: left; }
  #powin-products .overview .section__header {
    text-align: left; }
  #powin-products .overview .section__subheader {
    color: #a5acb1;
    margin-top: 0.75rem;
    text-align: left;
    max-width: 22rem; }

#powin-products .hardware {
  padding-bottom: 5.625rem; }
  #powin-products .hardware .section__subheader {
    color: #a5acb1;
    margin-top: 0.75rem;
    max-width: 42.5rem; }
  #powin-products .hardware .stack-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    #powin-products .hardware .stack-card__image {
      height: auto; }
    #powin-products .hardware .stack-card__duration-container {
      background-color: #000000;
      border-radius: 40rem;
      margin-top: 0.625rem;
      padding: 0.312rem 0.8125rem 0.45rem; }
      #powin-products .hardware .stack-card__duration-container__text {
        color: #ffffff;
        line-height: 0.875rem; }
    #powin-products .hardware .stack-card__description {
      margin-top: 1rem; }

#powin-products .software {
  padding-bottom: 5.625rem; }
  #powin-products .software .section__subheader {
    margin-top: 0.75rem;
    max-width: 42.5rem; }
  #powin-products .software__images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-top: 4rem; }
    #powin-products .software__images__left-image {
      position: absolute;
      left: -30%; }
    #powin-products .software__images__center-image {
      z-index: 10;
      max-width: 100%; }
    #powin-products .software__images__right-image {
      position: absolute;
      right: -30%; }

#powin-products .learn-more {
  padding-bottom: 6.625rem; }

#powin-solutions .header {
  background-color: #1e1e1e; }

#powin-solutions .hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45.6875rem; }
  #powin-solutions .hero__header {
    color: #00bf91;
    font-size: 4.25rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center; }
  #powin-solutions .hero__units {
    color: #ffffff;
    font-size: 3.125rem;
    line-height: 1;
    margin-top: 0.875rem;
    text-transform: none; }
  #powin-solutions .hero__units-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #powin-solutions .hero__units-section h4 {
      color: rgba(245, 245, 245, 0.2); }
  @media (min-width: 40rem) {
    #powin-solutions .hero {
      align-items: center;
      flex-direction: row;
      justify-content: center; }
      #powin-solutions .hero .hero__header {
        font-size: 6.25rem;
        min-width: 31.25rem;
        text-align: right; }
      #powin-solutions .hero .hero__units-section {
        align-items: flex-start;
        margin-left: 2.5rem; } }

#powin-solutions .projects {
  padding-bottom: 5.625rem; }
  #powin-solutions .projects__map {
    position: relative;
    margin-top: 4.375rem;
    max-width: 950px;
    width: 100%; }
    #powin-solutions .projects__map__map {
      width: 100%; }
    #powin-solutions .projects__map__project {
      fill: none;
      pointer-events: all;
      position: relative;
      cursor: pointer; }
      #powin-solutions .projects__map__project circle {
        stroke: transparent;
        stroke-width: 4px;
        fill: #00bf91; }
      #powin-solutions .projects__map__project__card {
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 22.5rem;
        visibility: hidden;
        z-index: 10;
        top: 115%;
        margin-left: 1px;
        left: 50%;
        transition: all 0.15s linear; }
        #powin-solutions .projects__map__project__card.active {
          visibility: visible; }
        #powin-solutions .projects__map__project__card:hover {
          visibility: visible; }
        #powin-solutions .projects__map__project__card__button-container {
          border-top: 1px solid rgba(201, 206, 222, 0.3);
          display: flex; }
        #powin-solutions .projects__map__project__card__button {
          width: 100%;
          justify-content: center;
          position: relative; }
          #powin-solutions .projects__map__project__card__button .arrow {
            position: absolute;
            right: 7%; }
        #powin-solutions .projects__map__project__card__rows {
          padding: 1.125rem 1.375rem 0 1.375rem; }
        #powin-solutions .projects__map__project__card__row {
          border-bottom: 1px solid rgba(201, 206, 222, 0.3);
          display: flex;
          justify-content: space-between;
          padding: 1.25rem 0; }
          #powin-solutions .projects__map__project__card__row__label {
            color: #00bf91; }
          #powin-solutions .projects__map__project__card__row__value {
            color: #000000; }
          #powin-solutions .projects__map__project__card__row:last-of-type {
            border-bottom: none; }
        #powin-solutions .projects__map__project__card--left {
          width: 13.125rem;
          top: -25%;
          left: auto;
          right: 0%;
          transform: translate(-40%, -40%); }

#powin-solutions .testimonial {
  padding: 5.625rem 0; }
  #powin-solutions .testimonial__content {
    background-color: #1e1e1e;
    display: flex;
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 100%; }
    @media (min-width: 40rem) {
      #powin-solutions .testimonial__content {
        flex-direction: row;
        width: 110%;
        padding: 4rem 7.1875rem; }
        #powin-solutions .testimonial__content .testimonial__content__person {
          margin-top: 0; }
        #powin-solutions .testimonial__content .testimonial__content__quote {
          order: 0;
          padding-left: 5rem; } }
    #powin-solutions .testimonial__content__person {
      border-bottom: 2px solid #00bf91;
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      justify-content: space-between;
      margin-top: 4rem;
      min-height: 80px;
      padding-bottom: 1rem;
      width: 10rem; }
      #powin-solutions .testimonial__content__person__top {
        display: flex;
        flex-direction: column; }
      #powin-solutions .testimonial__content__person__name {
        color: #ffffff; }
      #powin-solutions .testimonial__content__person__title {
        color: #545454;
        margin-top: 0.675rem; }
      #powin-solutions .testimonial__content__person__company {
        color: #ffffff; }
    #powin-solutions .testimonial__content__quote {
      order: -1; }
      #powin-solutions .testimonial__content__quote__text {
        color: #ffffff;
        font-size: 1.125rem;
        line-height: 2.1875rem; }

#powin-solutions .solutions__card {
  padding: 6.875rem 0; }
  #powin-solutions .solutions__card__content {
    padding-top: 1rem;
    display: flex;
    align-items: center; }
    #powin-solutions .solutions__card__content__section {
      width: 100%; }
    #powin-solutions .solutions__card__content__title {
      color: #00bf91; }
    #powin-solutions .solutions__card__content__header {
      margin-top: 0.625rem;
      text-transform: none; }
    #powin-solutions .solutions__card__content__description {
      color: #545454;
      margin: 1rem 0;
      max-width: 31.25rem; }
    #powin-solutions .solutions__card__content__point {
      display: flex;
      margin-bottom: 0.5rem;
      align-items: center; }
      #powin-solutions .solutions__card__content__point__text {
        color: #545454;
        margin-left: 0.5rem;
        font-family: 'GT-America Extended Medium';
        font-size: 0.75rem;
        font-weight: 500;
        text-transform: uppercase; }
  #powin-solutions .solutions__card__image-section {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #powin-solutions .solutions__card__image {
    width: 100%;
    max-width: 30rem; }

#powin-solutions .channel-partners {
  padding: 6.5rem 0; }
  #powin-solutions .channel-partners .section__title {
    margin-top: 0; }
  #powin-solutions .channel-partners .section__cards {
    margin-top: 3.15rem;
    justify-content: center; }
  #powin-solutions .channel-partners__images__card {
    align-items: center;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
    width: 100%; }
    #powin-solutions .channel-partners__images__card img {
      border-radius: 5px;
      width: 100%; }

#powin-solutions-detail .header {
  background-color: #545454;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  #powin-solutions-detail .header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45.6875rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 100%); }

#powin-solutions-detail .hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 45.6875rem; }
  #powin-solutions-detail .hero__breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 0.875rem; }
    #powin-solutions-detail .hero__breadcrumb .chevron {
      margin: 3px 0.625rem 0; }
      #powin-solutions-detail .hero__breadcrumb .chevron__path {
        stroke: #545454; }
    #powin-solutions-detail .hero__breadcrumb label {
      line-height: 1;
      color: #545454; }
    #powin-solutions-detail .hero__breadcrumb a {
      text-decoration: none; }
      #powin-solutions-detail .hero__breadcrumb a label {
        cursor: pointer;
        transition: all 0.15s linear; }
        #powin-solutions-detail .hero__breadcrumb a label:hover {
          color: #00bf91;
          text-decoration: none; }
  #powin-solutions-detail .hero__header {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 46rem; }
    #powin-solutions-detail .hero__header .highlight {
      color: #00bf91; }
  #powin-solutions-detail .hero__button {
    margin-top: 2.3125rem; }

#powin-solutions-detail .project-brief {
  padding-bottom: 5.625rem;
  padding-top: 5.9375rem; }
  #powin-solutions-detail .project-brief .row {
    width: 100%; }
  #powin-solutions-detail .project-brief__overview-section {
    margin-top: 1rem; }
    #powin-solutions-detail .project-brief__overview-section__text .section__subheader + .section__subheader {
      margin-top: 1.25rem; }
  #powin-solutions-detail .project-brief__details-section {
    display: flex;
    flex-direction: column;
    position: relative; }
    #powin-solutions-detail .project-brief__details-section__highlight {
      border: 1px solid #00bf91;
      border-radius: 5px;
      position: absolute;
      width: 34.375rem;
      height: 18.875rem;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }
    #powin-solutions-detail .project-brief__details-section__details {
      display: block;
      background-color: #1e1e1e;
      padding: 3.125rem 3.4375rem;
      max-width: 31.375rem;
      z-index: 10; }
      #powin-solutions-detail .project-brief__details-section__details__row {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        display: flex;
        justify-content: space-between;
        padding: 1.25rem 0; }
        #powin-solutions-detail .project-brief__details-section__details__row__label {
          color: #ffffff; }
        #powin-solutions-detail .project-brief__details-section__details__row__value {
          color: rgba(255, 255, 255, 0.5); }
  #powin-solutions-detail .project-brief .section__content {
    align-items: flex-start; }
  #powin-solutions-detail .project-brief .section__title {
    margin-top: 0;
    text-align: left; }
  #powin-solutions-detail .project-brief .section__header {
    text-align: left; }
  #powin-solutions-detail .project-brief .section__subheader {
    color: #747b80;
    max-width: 25.6875rem;
    text-align: left; }
  #powin-solutions-detail .project-brief .section__cards {
    margin-top: 3.15rem; }

#powin-solutions-detail .images {
  padding: 5rem 0; }
  #powin-solutions-detail .images .row {
    margin: 0 -1.25rem; }
  #powin-solutions-detail .images [class*='col'] {
    padding: 0 1.25rem; }
  #powin-solutions-detail .images img {
    width: 100%; }
  #powin-solutions-detail .images__image {
    margin-bottom: 2.5rem; }
  #powin-solutions-detail .images .section__content {
    align-items: flex-start; }
  #powin-solutions-detail .images .section__title {
    margin-top: 0;
    text-align: left; }
  #powin-solutions-detail .images .section__header {
    text-align: left; }
  #powin-solutions-detail .images .section__subheader {
    text-align: left;
    max-width: 21.25rem; }
  #powin-solutions-detail .images .section__cards {
    margin-top: 3.15rem; }

#powin-solutions-detail .key-metrics {
  padding-bottom: 6.625rem; }
  #powin-solutions-detail .key-metrics .row {
    width: 100%; }
  #powin-solutions-detail .key-metrics__card {
    background-color: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    width: 100%; }
    #powin-solutions-detail .key-metrics__card__label {
      color: #000000;
      margin-top: 0.5rem; }
    #powin-solutions-detail .key-metrics__card__value {
      color: #000000;
      font-size: 4.5rem;
      line-height: 1; }
  #powin-solutions-detail .key-metrics .section__content {
    align-items: flex-start; }
  #powin-solutions-detail .key-metrics .section__title {
    margin-top: 0;
    text-align: left; }
  #powin-solutions-detail .key-metrics .section__header {
    text-align: left; }
  #powin-solutions-detail .key-metrics .section__subheader {
    color: #747b80;
    max-width: 25.6875rem;
    text-align: left; }
  #powin-solutions-detail .key-metrics .section__cards {
    margin-top: 3.15rem; }

#powin-stackos .header {
  background-color: #545454;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  #powin-stackos .header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45.6875rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 100%); }

#powin-stackos .hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 45.6875rem; }
  #powin-stackos .hero__breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 0.875rem; }
    #powin-stackos .hero__breadcrumb .chevron {
      margin: 3px 0.625rem 0; }
      #powin-stackos .hero__breadcrumb .chevron__path {
        stroke: #545454; }
    #powin-stackos .hero__breadcrumb label {
      line-height: 1;
      color: #545454; }
    #powin-stackos .hero__breadcrumb a {
      text-decoration: none; }
      #powin-stackos .hero__breadcrumb a label {
        cursor: pointer;
        transition: all 0.15s linear; }
        #powin-stackos .hero__breadcrumb a label:hover {
          color: #00bf91;
          text-decoration: none; }
  #powin-stackos .hero__header {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 36rem; }
    #powin-stackos .hero__header .highlight {
      color: #00bf91; }
  #powin-stackos .hero__button {
    margin-top: 2.3125rem; }

#powin-stackos .stackos {
  padding-bottom: 5.625rem; }
  #powin-stackos .stackos .section__subheader {
    color: #545454;
    margin-top: 0.75rem;
    max-width: 34.875rem; }
  #powin-stackos .stackos .stack-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    #powin-stackos .stackos .stack-card__image {
      height: auto; }
    #powin-stackos .stackos .stack-card__header {
      color: #ffffff;
      min-height: 4.25rem; }
    #powin-stackos .stackos .stack-card__description {
      margin-top: 1rem; }

#powin-stackos .why-stackos {
  padding-bottom: 5.625rem;
  padding-top: 5.9375rem; }
  #powin-stackos .why-stackos .illustration-card__image-container {
    height: 3.125rem; }
  #powin-stackos .why-stackos .section__title {
    margin-top: 0; }
  #powin-stackos .why-stackos .section__header {
    color: #ffffff; }
  @media (min-width: 40rem) {
    #powin-stackos .why-stackos .section__content {
      align-items: flex-start; }
    #powin-stackos .why-stackos .section__title {
      text-align: left; }
    #powin-stackos .why-stackos .section__header {
      text-align: left; }
    #powin-stackos .why-stackos .section__cards {
      margin-top: 3.15rem; } }

#powin-stackos .stackos-plus {
  padding: 6.625rem 0 15rem; }
  #powin-stackos .stackos-plus__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2.5rem; }
    @media (min-width: 40rem) {
      #powin-stackos .stackos-plus__content {
        margin-top: 0;
        padding-left: 5rem; } }
  #powin-stackos .stackos-plus__images {
    display: flex;
    justify-content: flex-end;
    position: relative; }
    #powin-stackos .stackos-plus__images__image--small {
      position: absolute;
      height: auto;
      width: auto;
      right: -3rem;
      bottom: -3rem; }
  #powin-stackos .stackos-plus .section__title {
    margin-top: 0; }
  #powin-stackos .stackos-plus .section__subheader {
    margin-top: 1.25rem; }
  @media (min-width: 40rem) {
    #powin-stackos .stackos-plus .section__title {
      text-align: left; }
    #powin-stackos .stackos-plus .section__header {
      text-align: left; }
    #powin-stackos .stackos-plus .section__subheader {
      text-align: left; } }

#powin-stackos .learn-more {
  padding-bottom: 6.625rem; }

#powin-stacks .header {
  background-color: #545454;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  #powin-stacks .header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45.6875rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 100%); }

#powin-stacks .hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 45.6875rem; }
  #powin-stacks .hero__breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 0.875rem; }
    #powin-stacks .hero__breadcrumb .chevron {
      margin: 3px 0.625rem 0; }
      #powin-stacks .hero__breadcrumb .chevron__path {
        stroke: #545454; }
    #powin-stacks .hero__breadcrumb label {
      line-height: 1;
      color: #545454; }
    #powin-stacks .hero__breadcrumb a {
      text-decoration: none; }
      #powin-stacks .hero__breadcrumb a label {
        cursor: pointer;
        transition: all 0.15s linear; }
        #powin-stacks .hero__breadcrumb a label:hover {
          color: #00bf91;
          text-decoration: none; }
  #powin-stacks .hero__header {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 26rem; }
    #powin-stacks .hero__header .highlight {
      color: #00bf91; }
  #powin-stacks .hero__button {
    margin-top: 2.3125rem; }

#powin-stacks .hardware {
  padding-bottom: 5.625rem; }
  #powin-stacks .hardware .section__subheader {
    color: #a5acb1;
    margin-top: 0.75rem;
    max-width: 42.5rem; }
  #powin-stacks .hardware .stack-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    #powin-stacks .hardware .stack-card__image {
      height: auto; }
    #powin-stacks .hardware .stack-card__header {
      margin-top: 0.5rem; }
    #powin-stacks .hardware .stack-card__duration-container {
      background-color: #000000;
      border-radius: 40rem;
      margin-top: 0.625rem;
      padding: 0.312rem 0.8125rem 0.45rem; }
      #powin-stacks .hardware .stack-card__duration-container__text {
        color: #ffffff;
        line-height: 0.875rem; }
    #powin-stacks .hardware .stack-card__description {
      margin-top: 1rem; }

#powin-stacks .why-stacks {
  padding-bottom: 5.625rem;
  padding-top: 5.9375rem; }
  #powin-stacks .why-stacks .illustration-card__image-container {
    height: 3.18753 0.125rem; }
  #powin-stacks .why-stacks .section__title {
    margin-top: 0; }
  @media (min-width: 40rem) {
    #powin-stacks .why-stacks .section__content {
      align-items: flex-start; }
    #powin-stacks .why-stacks .section__title {
      text-align: left; }
    #powin-stacks .why-stacks .section__header {
      text-align: left; }
    #powin-stacks .why-stacks .section__cards {
      margin-top: 3.15rem; } }

#powin-stacks .smart-enclosures {
  padding-bottom: 7.5625rem;
  padding-top: 5.9375rem; }
  #powin-stacks .smart-enclosures__image {
    margin-top: 3.5rem;
    max-width: 100%; }
  #powin-stacks .smart-enclosures .section__title {
    margin-top: 0; }
  @media (min-width: 40rem) {
    #powin-stacks .smart-enclosures .section__content {
      align-items: flex-start; }
    #powin-stacks .smart-enclosures .section__title {
      margin-top: 0;
      text-align: left; }
    #powin-stacks .smart-enclosures .section__header {
      text-align: left;
      max-width: 40rem; }
    #powin-stacks .smart-enclosures .section__subheader {
      text-align: left;
      margin-top: 1.25rem;
      max-width: 21.25rem; } }

#powin-stacks .learn-more {
  padding-bottom: 6.625rem; }

