.stories .item {
  background: #C4C4C4;
  padding: 3rem 10px;
}
.icon-options h3 {
  font-size: 1.2rem;
}
.icon-options .icon {
  margin: 0 auto;
  max-width: 80px;
}
.bg-tech {
  background: #D4D9DF;
}
.bg-bus {
  background: #D3C0C0;
}
.bg-user {
  background: #C5BCD0;
}
.people .image {
  max-width: 250px;
  margin: 0 auto;
}
.people h5 {
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.people .who {
  margin-bottom: 0;
  margin-top: 0;
}
.people .area {
  margin-bottom: 0;
  margin-top: 0;
}
.people .where {
  margin-top: 0.1rem;
}
.home-head {
  display: flex;
  flex-direction: column;
}
.home-head .hero {
  flex-grow: 1;
  z-index: 2;
}
.home-head .hero .tagline {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
@media (min-height: 770px) {
  .home-head .hero .tagline {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.home-head .hero .tagline h1 {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 2.1rem;
}
@media (min-width: 600px) {
  .home-head .hero .tagline h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 900px) {
  .home-head .hero .tagline h1 {
    font-size: 3rem;
    line-height: 1.1em;
  }
  .home-head .hero .tagline h1 span {
    letter-spacing: -0.09em;
  }
}
@media (min-width: 1600px) {
  .home-head .hero .tagline h1 {
    font-size: 4rem;
  }
}
.home-head .hero .tagline .sub {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  font-size: 1rem;
  line-height: 1.4em;
  margin: 0;
}
@media (min-width: 600px) {
  .home-head .hero .tagline .sub {
    font-size: 1.2rem;
  }
}
@media (min-width: 900px) {
}
.home-head .hero .tagline > .inner {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .home-head .hero .tagline > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-head .hero .tagline > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .home-head .hero .tagline > .inner {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1600px) {
  .home-head .hero .tagline > .inner {
    padding-left: 6rem !important;
  }
}
@media (min-width: 600px) {
  .home-head .hero .tagline > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-head .hero .tagline > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .home-head .hero .tagline > .inner {
    padding-right: 4rem !important;
  }
}
@media (min-width: 1600px) {
  .home-head .hero .tagline > .inner {
    padding-right: 6rem !important;
  }
}
@media (min-width: 900px) {
  .home-head .hero .tagline > .inner {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .home-head .hero .tagline > .inner {
    max-width: 1200px;
  }
}
.page-options-wrap {
  overflow: hidden;
}
.page-options-wrap .page-options > .inner {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (min-width: 600px) {
  .page-options-wrap .page-options > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .page-options-wrap .page-options > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .page-options-wrap .page-options > .inner {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1600px) {
  .page-options-wrap .page-options > .inner {
    padding-left: 6rem !important;
  }
}
@media (min-width: 600px) {
  .page-options-wrap .page-options > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .page-options-wrap .page-options > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .page-options-wrap .page-options > .inner {
    padding-right: 4rem !important;
  }
}
@media (min-width: 1600px) {
  .page-options-wrap .page-options > .inner {
    padding-right: 6rem !important;
  }
}
.page-options-wrap .page-options {
  padding-bottom: 4rem;
  /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
  /* This container is needed to position the front and back side */
  /* Do an horizontal flip when you move the mouse over the flip box container */
  /* Position the front and back side */
  /* Style the front side (fallback if image is missing) */
  /* Style the back side */
}
.page-options-wrap .page-options span {
  display: block;
}
.page-options-wrap .page-options .flip-card {
  background-color: transparent;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
  flex-grow: 1;
}
.page-options-wrap .page-options .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.page-options-wrap .page-options .option > a:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.page-options-wrap .page-options .option > a:hover .flip-card-front {
  z-index: 0;
}
.page-options-wrap .page-options .option > a:hover .flip-card-back {
  z-index: 1;
}
.page-options-wrap .page-options .flip-card-front,
.page-options-wrap .page-options .flip-card-back {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  background: #fdfdfd;
}
.page-options-wrap .page-options .flip-card-front {
  color: black;
  padding: 5rem 0;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
}
.page-options-wrap .page-options .flip-card-back {
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  font-size: 1.3rem;
  line-height: 1.4em;
  color: #464646;
}
.page-options-wrap .page-options p.label {
  font-weight: 600;
  text-transform: uppercase;
}
.page-options-wrap .page-options .option.with-icon h2,
.page-options-wrap .page-options .option.with-icon .h2 {
  margin-top: 0.5rem;
}
.page-options-wrap .page-options .option .icon {
  width: 4em;
  margin: 0 auto;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.page-options-wrap .page-options .option .icon svg {
  fill: #1c1b20;
  width: 4em;
}
.page-options-wrap .page-options .option > .inner {
  border-radius: 2px;
  margin: 0.5rem 0;
  text-align: center;
  display: block;
}
.page-options-wrap .page-options .option > .inner:hover .icon {
  transform: translate(0, 0.2rem);
}
.page-options-wrap .page-options .option > .inner:hover h2,
.page-options-wrap .page-options .option > .inner:hover .h2 {
  transform: translate(0, -0.2rem);
}
.page-options-wrap .page-options .option h2,
.page-options-wrap .page-options .option .h2 {
  line-height: 1.2em;
  margin-top: 2rem;
  font-size: 1.3em;
  color: #1c1b20;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.page-options-wrap .page-options .option h2 a,
.page-options-wrap .page-options .option .h2 a {
  border: none;
}
.page-options-wrap .page-options .option h3 {
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 2rem;
  margin-top: 0;
  opacity: 0.8;
}
.page-options-wrap .page-options .option ul,
.page-options-wrap .page-options .option li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.1em;
  margin-bottom: 0.5rem;
}
.page-options-wrap .page-options .option ul a,
.page-options-wrap .page-options .option li a {
  border: none;
}
.page-options-wrap .page-options .option .more {
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-top: 1rem;
}
.page-options-wrap .page-options .option .more a {
  border: none;
  color: #929292;
}
@media (min-width: 700px) {
  .page-options-wrap .page-options .option h2,
  .page-options-wrap .page-options .option .h2 {
    font-size: 1.5em;
  }
}
@media (min-height: 1000px) {
  .page-options-wrap .hro .icon {
    margin-top: 2rem;
  }
}
@media (min-width: 750px) {
  .page-options-wrap .page-options {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    position: relative;
  }
  .page-options-wrap .page-options > .inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .page-options-wrap .page-options .option {
    flex-basis: 33.3333%;
    min-width: 33.3333%;
    display: flex;
    flex-direction: column;
    z-index: 1;
  }
  .page-options-wrap .page-options .option .icon {
    width: 6em;
  }
  .page-options-wrap .page-options .option .icon svg {
    width: 6rem;
    margin-bottom: 1rem;
  }
  .page-options-wrap .page-options .option > .inner {
    margin: 0.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .page-options-wrap .page-options .option > .inner ul {
    flex-grow: 1;
  }
  .page-options-wrap .page-options:after {
    display: block;
    content: '';
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
  }
}
@media (min-width: 1150px) {
  .page-options-wrap .page-options {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 4em;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .page-options-wrap .page-options .option {
    position: relative;
  }
  .page-options-wrap .page-options .option h2,
  .page-options-wrap .page-options .option .h2 {
    font-size: 1.3em;
  }
  .page-options-wrap .page-options .option > .inner {
    margin: 1.5rem;
  }
}
@media (min-width: 1350px) {
  .page-options-wrap .page-options .option ul,
  .page-options-wrap .page-options .option li {
    font-size: 1rem;
  }
}
@media (min-width: 1500px) {
  .page-options-wrap .hro h1 {
    font-size: 3.8em;
  }
}
@media (min-width: 1600px) {
  .page-options-wrap .hro h1 {
    font-size: 4.8em;
  }
  .page-options-wrap .hro .stats article {
    font-size: 1.4rem;
  }
  .page-options-wrap .page-options .option h2,
  .page-options-wrap .page-options .option .h2 {
    font-size: 1.8em;
  }
  .page-options-wrap .page-options .option .icon {
    width: 5em;
    margin-bottom: 1.25rem;
  }
  .page-options-wrap .page-options .option .icon svg {
    width: 5em;
  }
  .page-options-wrap .page-options .option ul,
  .page-options-wrap .page-options .option li {
    font-size: 1.1rem;
  }
}
.home-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-height: 700px) {
  .home-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.home-section:not(.with-bg) + .home-section:not(.with-bg) {
  padding-top: 0;
}
.home-section.with-bg {
  background: #F5F5F5;
}
.home-section > .inner {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .home-section > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section > .inner {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section > .inner {
    padding-left: 6rem !important;
  }
}
@media (min-width: 600px) {
  .home-section > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section > .inner {
    padding-right: 4rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section > .inner {
    padding-right: 6rem !important;
  }
}
.home-section > .inner.less {
  max-width: 1000px;
}
.home-section > .inner > h3 {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media (min-height: 700px) {
  .home-section > .inner > h3 {
    margin-bottom: 6rem;
  }
}
.home-section > .inner > h3.with-intro {
  margin-bottom: 2rem;
}
.home-section.intro {
  font-size: 1.2rem;
}
.home-section.intro > .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.home-section.wtf h4 {
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.home-section.wtf > .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.home-section.conf > .inner .banner {
  background: url("../images/home/gateways2020headerimage.jpg");
  background-size: cover;
  overflow: hidden;
  padding-top: 25vw;
}
@media (min-width: 1350px) {
  .home-section.conf > .inner .banner {
    padding-top: 18rem;
  }
}
.home-section.conf > .inner .content {
  background: #2B2B5F;
  padding: 2rem;
  overflow: hidden;
  color: #fff;
  font-size: 0.8rem;
}
.home-section.conf > .inner .content a,
.home-section.conf > .inner .content h3 {
  color: #fff;
}
.home-section.conf > .inner .content h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.home-section.conf > .inner .content a {
  text-decoration: underline;
}
@media (min-width: 900px) {
  .home-section.conf > .inner .content {
    float: right;
    width: 75%;
  }
}
@media (min-width: 1600px) {
  .home-section.conf > .inner .content {
    width: 50%;
  }
}
.home-section.items > .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.home-section.items .item {
  margin-bottom: 3rem;
  border-bottom: 1px solid #efefef;
}
.home-section.items .item:last-of-type {
  border-bottom: 0;
}
.home-section.items .item h4 {
  margin-bottom: 0;
}
.home-section.items .item header {
  display: flex;
  align-items: baseline;
}
.home-section.items .item header .main {
  flex-grow: 1;
}
.home-section.items .item .type {
  text-transform: uppercase;
  font-size: 0.8rem;
  background: #a3a3a3;
  padding: 5px;
  color: #fff;
}
.home-section.items .item img {
  max-width: 400px;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .home-section.items .item {
    display: flex;
  }
  .home-section.items .item .image {
    flex-basis: 33.333%;
    flex-grow: 0;
  }
  .home-section.items .item .image img {
    max-width: 100%;
  }
  .home-section.items .item .content {
    flex-basis: 66.667%;
    flex-shrink: 0;
    padding-left: 2rem;
  }
}
/*# sourceMappingURL=home.css.map */