a {
  cursor: pointer;
  color: #5fc7ec;
  display: inline-block;
  text-decoration: none;
  padding-bottom: .25em;
  border-bottom: 2px solid #f6f2ef; }

* {
  box-sizing: border-box; }

@font-face {
  font-family: "LeagueGothic";
  src: url("../fonts/LeagueGothic-Regular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Aldine";
  src: url("../fonts/Aldine721 BT Bold Italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: "Aldine";
  src: url("../fonts/Aldine721 BT Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Aldine";
  src: url("../fonts/Aldine721 BT Italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Aldine";
  src: url("../fonts/Aldine721 BT Roman.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
body, html {
  margin: 0px;
  padding: 0px;
  background-color: #f6f2ef;
  font-family: 'Aldine', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%; }
  @media all and (min-width: 700px) {
    body, html {
      font-size: 16px; } }

h1, h2, h3, h4, h5, p {
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  padding-bottom: 1rem;
  line-height: 120%; }

h1 {
  font-size: 3.5rem; }
  @media all and (min-width: 700px) {
    h1 {
      width: 66%; } }
  h1.section-title {
    padding: 2rem;
    max-width: 1400px;
    padding-bottom: 0px; }
    @media all and (min-width: 700px) {
      h1.section-title {
        padding-left: 4rem;
        padding-right: 4rem; } }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem;
  font-family: 'LeagueGothic';
  text-transform: uppercase;
  width: 100%;
  font-weight: 300;
  padding-bottom: 1rem;
  padding-top: 2rem; }

h1, h2, h3 {
  font-weight: 600; }

img {
  display: block;
  max-width: 100%; }

section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 66vh; }
  @media all and (min-width: 700px) {
    section {
      min-height: 85vh; } }
  section .inner {
    width: 100%;
    padding: 2rem;
    position: relative;
    max-width: 1400px;
    z-index: 2; }
    @media all and (min-width: 700px) {
      section .inner {
        padding: 4rem; } }

*[data-color="blue"] {
  background-color: #5fc7ec; }
  *[data-color="blue"] a {
    color: #263032; }
    *[data-color="blue"] a:hover {
      color: #f6f2ef; }
*[data-color="white"] {
  background-color: #f6f2ef; }
  *[data-color="white"] a {
    color: #263032; }
    *[data-color="white"] a:hover {
      color: #5fc7ec; }
*[data-color="black"] {
  background-color: #263032;
  color: #f6f2ef; }
  *[data-color="black"] a {
    color: #5fc7ec; }
    *[data-color="black"] a:hover {
      color: #f6f2ef; }
*[data-color-next="white"]:after {
  background-image: url("../img/to-white.png"); }
*[data-color-next="blue"]:after {
  background-image: url("../img/to-blue.png"); }
*[data-color-next="black"]:after {
  background-image: url("../img/to-black.png"); }
*[data-color-next="blue"], *[data-color-next="white"], *[data-color-next="black"] {
  padding-bottom: 40px; }
  *[data-color-next="blue"]:after, *[data-color-next="white"]:after, *[data-color-next="black"]:after {
    z-index: 3;
    content: '';
    height: 40px;
    background-size: contain;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px; }

.col-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .col-wrap .col {
    width: 100%; }
    @media all and (min-width: 700px) {
      .col-wrap .col {
        width: 45%; } }
    .col-wrap .col h1 {
      width: 100%; }

#home {
  overflow: hidden; }
  #home #ele {
    width: 90%;
    height: 50vh;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto; }

#navigation {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 99;
  backdrop-filter: blur(2rem); }
  #navigation[data-color="white"] {
    background-color: rgba(246, 242, 239, 0.9); }
  #navigation[data-color="black"] {
    background-color: rgba(38, 48, 50, 0.9); }
  #navigation[data-color="blue"] {
    background-color: rgba(95, 199, 236, 0.9); }
  @media all and (max-width: 700px) {
    #navigation {
      display: none; } }
  #navigation a {
    display: block;
    padding: 2rem;
    font-family: 'LeagueGothic';
    border-bottom: none;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1em; }

#contact {
  min-height: 50vh; }
  #contact img {
    width: 75%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem; }
    @media all and (min-width: 700px) {
      #contact img {
        width: 100%; } }
  @media all and (min-width: 700px) {
    #contact .col-wrap .col {
      width: 30%; }
      #contact .col-wrap .col:last-child {
        text-align: right; } }
  @media all and (max-width: 700px) {
    #contact .col-wrap .col:nth-child(1) {
      order: 2; }
    #contact .col-wrap .col:nth-child(2) {
      order: 1; }
    #contact .col-wrap .col:nth-child(3) {
      order: 3; } }

#thought .callouts {
  max-width: 2000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0px;
  padding-top: 0px; }
  #thought .callouts img {
    border-radius: 1rem;
    width: 100%; }
    @media all and (max-width: 700px) {
      #thought .callouts img {
        margin-bottom: 2rem; } }
    @media all and (min-width: 700px) {
      #thought .callouts img {
        width: 32%; } }

.features {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px; }
  .features .feature {
    width: 100%;
    min-width: 200px;
    padding: 2rem;
    background-color: #f6f2ef;
    border-radius: 1rem; }
    @media all and (min-width: 700px) {
      .features .feature {
        width: 23%; } }
  .features.bios {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 2rem; }
    .features.bios .feature {
      margin-top: 7rem;
      min-width: 320px; }
      @media all and (min-width: 700px) {
        .features.bios .feature {
          min-width: 500px; } }
      .features.bios .feature img {
        width: 14rem;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 100%;
        margin-top: -9rem;
        object-position: center top; }

.inner.scroll-outer {
  position: relative;
  max-width: 2000px; }
  .inner.scroll-outer .navigate {
    position: absolute;
    top: 50%;
    display: flex;
    background-color: #263032;
    width: 3rem;
    height: 3rem;
    line-height: 1em;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    border: none;
    color: #f6f2ef;
    z-index: 10;
    padding: 0px; }
    .inner.scroll-outer .navigate[data-direction="next"] {
      right: 20px;
      transform: translate(0%, -50%); }
      @media all and (max-width: 700px) {
        .inner.scroll-outer .navigate[data-direction="next"] {
          right: 0px;
          border-radius: 50% 0% 0% 50%; } }
    .inner.scroll-outer .navigate[data-direction="previous"] {
      left: 20px;
      transform: translate(0%, -50%); }
      @media all and (max-width: 700px) {
        .inner.scroll-outer .navigate[data-direction="previous"] {
          left: 0px;
          border-radius: 0% 50% 50% 0%; } }
    .inner.scroll-outer .navigate:hover {
      color: #5fc7ec; }
  .inner.scroll-outer .scroller-wrap {
    position: relative;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .inner.scroll-outer .scroller-wrap .features {
      padding-right: 20px;
      padding-left: 20px; }
    .inner.scroll-outer .scroller-wrap::after, .inner.scroll-outer .scroller-wrap::before {
      content: '';
      position: absolute;
      top: -2rem;
      width: 20px;
      height: 100%;
      background-size: contain;
      pointer-events: none;
      z-index: 3;
      background-position: center; }
    .inner.scroll-outer .scroller-wrap::after {
      right: 0px;
      background-image: url("../img/scroller-blue-right.png"); }
    .inner.scroll-outer .scroller-wrap::before {
      left: 0px;
      background-image: url("../img/scroller-blue-left.png"); }
    .inner.scroll-outer .scroller-wrap ::-webkit-scrollbar {
      height: .5rem; }
    .inner.scroll-outer .scroller-wrap ::-webkit-scrollbar-track {
      background: #51a9c9; }
    .inner.scroll-outer .scroller-wrap ::-webkit-scrollbar-thumb {
      background: #f6f2ef; }
    .inner.scroll-outer .scroller-wrap ::-webkit-scrollbar-thumb:hover {
      background: #263032; }

@media all and (min-width: 700px) {
  .case-study {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem; }
    .case-study .intro {
      width: 100%; }
    .case-study .challenge {
      width: 30%; }
    .case-study .solution {
      width: 30%; }
    .case-study .results {
      width: 30%; } }
.case-study .image {
  width: 100%;
  position: relative; }
  .case-study .image img.hero {
    width: 100%;
    border-radius: 1rem;
    aspect-ratio: 16/9;
    object-fit: cover; }
  .case-study .image img.logo {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 2rem;
    padding-right: 0px;
    padding-top: 0px;
    border-radius: 0px 0px 0px 1rem;
    height: 4rem;
    background-color: #f6f2ef; }

.section-bg {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  opacity: .9; }
  @media all and (max-width: 700px) {
    .section-bg {
      opacity: .2; } }
  .section-bg img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%; }

/*# sourceMappingURL=main.v1.css.map */
