.anchor {
  height: 3rem;
  margin-top: -3rem;
}
* {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}
img {
  max-width: 100%;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
iframe {
  display: block;
}
ul {
  list-style-position: inside;
}
html {
  font-size: 100%;
}
body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  line-height: 1;
}
small,
sup {
  font-size: 80%;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
p {
  margin-bottom: 1.4rem;
}
hr {
  border: 0 none;
  height: 1px;
  width: 5rem;
  background-color: currentColor;
  margin: 1.4rem 0;
}
.mt1 {
  margin-top: 1.4rem !important;
}
.mb1 {
  margin-bottom: 1.4rem !important;
}
.mb-4x {
  margin-bottom: 4rem;
}
.mt-1x,
.my-1x {
  margin-top: 1rem;
}
.my-1x {
  margin-bottom: 1rem;
}
.my-2x {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.my-3x {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.my-4x {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.ml-1x {
  margin-left: 1rem;
}
.pa-1x\! {
  padding: 1rem !important;
}
.pa-3x\! {
  padding: 3rem !important;
}
.pb-2x\! {
  padding-bottom: 2rem !important;
}
.pb-4x\! {
  padding-bottom: 4rem !important;
}
@media (min-width: 960px) {
  .pb-4x\!-lg-up {
    padding-bottom: 4rem !important;
  }
}
.px-1x {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1x {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.py-2x {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.py-3x {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.py-4x {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.mb0 {
  margin-bottom: 0 !important;
}
.text-red {
  color: #eb1c24 !important;
}
@media (max-width: 959px) {
  .text-red-lg-down {
    color: #eb1c24 !important;
  }
}
.text-blue {
  color: #163b4d;
}
.text-white {
  color: #fff;
}
@media (max-width: 959px) {
  .text-white-lg-down {
    color: #fff;
  }
}
.text-black {
  color: #000;
}
.text-black\! {
  color: #000 !important;
}
.bg-red {
  background-color: #eb1c24;
}
@media (min-width: 960px) {
  .bg-red-lg-up {
    background-color: #eb1c24;
  }
}
.bg-black {
  background-color: #000;
}
@media (max-width: 959px) {
  .bg-black-lg-down {
    background-color: #000;
  }
}
.bg-white {
  background-color: #fff;
}
@media (min-width: 960px) {
  .bg-white-lg-up {
    background-color: #fff;
  }
}
.fs-2rem {
  font-size: 2rem;
}
.text-center {
  text-align: center;
}
.text-bold {
  font-weight: 700;
}
.text-capitalize {
  text-transform: uppercase;
}
.relationships {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.relationships__img {
  height: 10rem;
  width: 10rem;
  position: relative;
  margin: 1rem 1rem 2rem;
}
.relationships__title {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1rem;
  text-align: center;
}
.img-16by9 {
  width: 100%;
  padding-bottom: 56.25%;
}
.img-max-height {
  width: 100%;
  height: 10rem;
}
.img-100-height {
  height: 100%;
}
.img-circle {
  border-radius: 50%;
}
.img-placeholder {
  background-color: grey;
}
.foundation-advisor,
.img-foundation-hero,
.img-foundation-how,
.img-foundation-membership,
.img-foundation-what,
.img-foundation-why,
.img-times-square {
  background-size: cover;
  background-position: 50%;
}
.img-foundation-what {
  background-image: url(../img/shatter-foundation-what-web.jpg);
}
.img-foundation-why {
  background-image: url(../img/shatter-foundation-why-web.jpg);
}
.img-foundation-how {
  background-image: url(../img/shatter-foundation-how-web.jpg);
}
.img-foundation-membership {
  background-image: url(../img/shatter-foundation-membership-web.jpg);
}
.img-times-square {
  background-image: url(../img/shatter-fund-times-square-web.jpg);
}
.img-foundation-hero {
  background-image: url(../img/shatter-foundation-hero-web.jpg);
  background-position-x: right;
}
@media (min-width: 960px) {
  .img-foundation-hero {
    position: absolute;
    top: 0;
    left: 40%;
    height: 100%;
    width: 60%;
  }
}
.visible-lg-down {
  display: none;
}
@media (max-width: 959px) {
  .visible-lg-down {
    display: block;
  }
}
@media (min-width: 960px) {
  .triangle-variant-1:after,
  .triangle-variant-1:before,
  .triangle-variant-2:after,
  .triangle-variant-2:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .triangle-variant-1 {
    position: absolute;
    top: 0;
    right: 60%;
    height: 100%;
    width: 75%;
    background-color: #000;
    transform: rotate(0deg);
    transform-origin: bottom right;
  }
  .triangle-variant-1:before {
    background-color: #000;
    right: -14rem;
    transform: skew(15deg, 0deg) translateX(-50%);
    width: 14rem;
    z-index: 2;
  }
  .triangle-variant-1:after {
    background-color: #fff;
    right: -8rem;
    transform: skew(15deg, 0deg);
    width: 1rem;
    z-index: 1;
  }
  .triangle-variant-2 {
    position: absolute;
    top: 0;
    right: 60%;
    height: 100%;
    width: 75%;
    background-color: #000;
    transform: rotate(0deg);
    transform-origin: bottom right;
  }
  .triangle-variant-2:before {
    background-color: #000;
    right: -14rem;
    transform: skew(-15deg, 0deg) translateX(-50%);
    width: 14rem;
    z-index: 2;
  }
  .triangle-variant-2:after {
    background-color: #fff;
    right: -8rem;
    transform: skew(-15deg, 0deg);
    width: 1rem;
    z-index: 1;
  }
}
@font-face {
  font-family: outlined-iconset;
  src: url(../font/outlined-iconset.eot);
  src: url(../font/outlined-iconset.eot@) format("embedded-opentype"),
    url(../font/outlined-iconset.woff) format("woff"),
    url(../font/outlined-iconset.ttf) format("truetype"),
    url(../font/outlined-iconset.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
[data-icon]:before {
  content: attr(data-icon);
}
[class*=" icon-"]:before,
[class^="icon-"]:before,
[data-icon]:before {
  font-family: outlined-iconset !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-boat:before {
  content: "\e000";
}
.icon-booknote:before {
  content: "\e001";
}
.icon-booknote-add:before {
  content: "\e002";
}
.icon-booknote-remove:before {
  content: "\e003";
}
.icon-camera-1:before {
  content: "\e004";
}
.icon-camera-2:before {
  content: "\e005";
}
.icon-cloud-check:before {
  content: "\e006";
}
.icon-cloud-delete:before {
  content: "\e007";
}
.icon-cloud-download:before {
  content: "\e008";
}
.icon-cloud-upload:before {
  content: "\e009";
}
.icon-cloudy:before {
  content: "\e00a";
}
.icon-cocktail:before {
  content: "\e00b";
}
.icon-coffee:before {
  content: "\e00c";
}
.icon-compass:before {
  content: "\e00d";
}
.icon-compress:before {
  content: "\e00e";
}
.icon-cutlery:before {
  content: "\e00f";
}
.icon-delete:before {
  content: "\e010";
}
.icon-delete-folder:before {
  content: "\e011";
}
.icon-dialogue-add:before {
  content: "\e012";
}
.icon-dialogue-delete:before {
  content: "\e013";
}
.icon-dialogue-happy:before {
  content: "\e014";
}
.icon-dialogue-sad:before {
  content: "\e015";
}
.icon-dialogue-text:before {
  content: "\e016";
}
.icon-dialogue-think:before {
  content: "\e017";
}
.icon-diamond:before {
  content: "\e018";
}
.icon-dish-fork:before {
  content: "\e019";
}
.icon-dish-spoon:before {
  content: "\e01a";
}
.icon-download:before {
  content: "\e01b";
}
.icon-download-folder:before {
  content: "\e01c";
}
.icon-expand:before {
  content: "\e01d";
}
.icon-eye:before {
  content: "\e01e";
}
.icon-fast-food:before {
  content: "\e01f";
}
.icon-flag:before {
  content: "\e020";
}
.icon-folder:before {
  content: "\e021";
}
.icon-geolocalizator:before {
  content: "\e022";
}
.icon-globe:before {
  content: "\e023";
}
.icon-graph:before {
  content: "\e024";
}
.icon-graph-descending:before {
  content: "\e025";
}
.icon-graph-rising:before {
  content: "\e026";
}
.icon-hammer:before {
  content: "\e027";
}
.icon-happy-drop:before {
  content: "\e028";
}
.icon-headphones:before {
  content: "\e029";
}
.icon-heart:before {
  content: "\e02a";
}
.icon-heart-broken:before {
  content: "\e02b";
}
.icon-home:before {
  content: "\e02c";
}
.icon-hourglass:before {
  content: "\e02d";
}
.icon-image:before {
  content: "\e02e";
}
.icon-key:before {
  content: "\e02f";
}
.icon-life-buoy:before {
  content: "\e030";
}
.icon-list:before {
  content: "\e031";
}
.icon-lock-closed:before {
  content: "\e032";
}
.icon-lock-open:before {
  content: "\e033";
}
.icon-loudspeaker:before {
  content: "\e034";
}
.icon-magnifier:before {
  content: "\e035";
}
.icon-magnifier-minus:before {
  content: "\e036";
}
.icon-magnifier-plus:before {
  content: "\e037";
}
.icon-mail:before {
  content: "\e038";
}
.icon-mail-open:before {
  content: "\e039";
}
.icon-map:before {
  content: "\e03a";
}
.icon-medical-case:before {
  content: "\e03b";
}
.icon-microphone-1:before {
  content: "\e03c";
}
.icon-microphone-2:before {
  content: "\e03d";
}
.icon-minus:before {
  content: "\e03e";
}
.icon-multiple-image:before {
  content: "\e03f";
}
.icon-music-back:before {
  content: "\e040";
}
.icon-music-backtoend:before {
  content: "\e041";
}
.icon-music-eject:before {
  content: "\e042";
}
.icon-music-forward:before {
  content: "\e043";
}
.icon-music-forwardtoend:before {
  content: "\e044";
}
.icon-music-pause:before {
  content: "\e045";
}
.icon-music-play:before {
  content: "\e046";
}
.icon-music-random:before {
  content: "\e047";
}
.icon-music-repeat:before {
  content: "\e048";
}
.icon-music-stop:before {
  content: "\e049";
}
.icon-musical-note:before {
  content: "\e04a";
}
.icon-musical-note-2:before {
  content: "\e04b";
}
.icon-old-video-cam:before {
  content: "\e04c";
}
.icon-paper-pen:before {
  content: "\e04d";
}
.icon-paper-pencil:before {
  content: "\e04e";
}
.icon-paper-sheet:before {
  content: "\e04f";
}
.icon-pen-pencil-ruler:before {
  content: "\e050";
}
.icon-pencil:before {
  content: "\e051";
}
.icon-pencil-ruler:before {
  content: "\e052";
}
.icon-plus:before {
  content: "\e053";
}
.icon-portable-pc:before {
  content: "\e054";
}
.icon-pricetag:before {
  content: "\e055";
}
.icon-printer:before {
  content: "\e056";
}
.icon-profile:before {
  content: "\e057";
}
.icon-profile-add:before {
  content: "\e058";
}
.icon-profile-remove:before {
  content: "\e059";
}
.icon-rainy:before {
  content: "\e05a";
}
.icon-rotate:before {
  content: "\e05b";
}
.icon-setting-1:before {
  content: "\e05c";
}
.icon-setting-2:before {
  content: "\e05d";
}
.icon-share:before {
  content: "\e05e";
}
.icon-shield-down:before {
  content: "\e05f";
}
.icon-shield-left:before {
  content: "\e060";
}
.icon-shield-right:before {
  content: "\e061";
}
.icon-shield-up:before {
  content: "\e062";
}
.icon-shopping-cart:before {
  content: "\e063";
}
.icon-shopping-cart-content:before {
  content: "\e064";
}
.icon-sinth:before {
  content: "\e065";
}
.icon-smartphone:before {
  content: "\e066";
}
.icon-spread:before {
  content: "\e067";
}
.icon-squares:before {
  content: "\e068";
}
.icon-stormy:before {
  content: "\e069";
}
.icon-sunny:before {
  content: "\e06a";
}
.icon-tablet:before {
  content: "\e06b";
}
.icon-three-stripes-horiz:before {
  content: "\e06c";
}
.icon-three-stripes-vert:before {
  content: "\e06d";
}
.icon-ticket:before {
  content: "\e06e";
}
.icon-todolist:before {
  content: "\e06f";
}
.icon-todolist-add:before {
  content: "\e070";
}
.icon-todolist-check:before {
  content: "\e071";
}
.icon-trash-bin:before {
  content: "\e072";
}
.icon-tshirt:before {
  content: "\e073";
}
.icon-tv-monitor:before {
  content: "\e074";
}
.icon-umbrella:before {
  content: "\e075";
}
.icon-upload:before {
  content: "\e076";
}
.icon-upload-folder:before {
  content: "\e077";
}
.icon-variable:before {
  content: "\e078";
}
.icon-video-cam:before {
  content: "\e079";
}
.icon-volume-higher:before {
  content: "\e07a";
}
.icon-volume-lower:before {
  content: "\e07b";
}
.icon-volume-off:before {
  content: "\e07c";
}
.icon-watch:before {
  content: "\e07d";
}
.icon-waterfall:before {
  content: "\e07e";
}
.icon-website-1:before {
  content: "\e07f";
}
.icon-website-2:before {
  content: "\e080";
}
.icon-wine:before {
  content: "\e081";
}
.icon-calendar:before {
  content: "\e082";
}
.icon-alarm-clock:before {
  content: "\e083";
}
.icon-add-folder:before {
  content: "\e084";
}
.icon-accelerator:before {
  content: "\e085";
}
.icon-agenda:before {
  content: "\e086";
}
.icon-arrow-left:before {
  content: "\e087";
}
.icon-arrow-down:before {
  content: "\e088";
}
.icon-battery-1:before {
  content: "\e089";
}
.icon-case:before {
  content: "\e08a";
}
.icon-arrow-up:before {
  content: "\e08b";
}
.icon-arrow-right:before {
  content: "\e08c";
}
.icon-case-2:before {
  content: "\e08d";
}
.icon-cd:before {
  content: "\e08e";
}
.icon-battery-2:before {
  content: "\e08f";
}
.icon-battery-3:before {
  content: "\e090";
}
.icon-check:before {
  content: "\e091";
}
.icon-battery-4:before {
  content: "\e092";
}
.icon-chronometer:before {
  content: "\e093";
}
.icon-clock:before {
  content: "\e094";
}
.icon-blackboard-graph:before {
  content: "\e095";
}
.btn {
  color: #fff;
  border: 1px solid #eb1c24;
  border-radius: 4px;
  background-color: #eb1c24;
  display: inline-block;
  padding: 0.125rem 0.4rem 0.2rem;
  font-size: 85%;
  cursor: pointer;
}
.btn:hover {
  background-color: #ef4950;
}
.btn--hero {
  font-weight: 400;
  color: #333;
  border: 1px solid #fff;
  padding: 0.5rem 0.8rem 0.6rem;
}
.btn--hero,
.btn--hero:hover {
  background-color: #fff;
}
.btn--primary {
  font-weight: 400;
  color: #fff;
  padding: 0.5rem 0.8rem 0.6rem;
}
.btn--primary,
.btn--primary:hover {
  border: 1px solid #eb1c24;
  background-color: #eb1c24;
}
.btn--secondary {
  font-weight: 400;
  color: #122f3e;
  padding: 0.5rem 0.8rem 0.6rem;
}
.btn--secondary,
.btn--secondary:hover {
  border: 1px solid #d9e2e6;
  background-color: #d9e2e6;
}
.footer {
  color: #fff;
  background-color: #eb1c24;
}
.footer .nav__link {
  color: inherit;
}
input,
label,
textarea {
  display: block;
  width: 100%;
}
input,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0.4rem;
}
label {
  font-size: 85%;
  margin-bottom: 0.35rem;
}
input,
textarea {
  margin-bottom: 1.4rem;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
}
.row {
  margin: 0 -1rem;
}
.row:after {
  content: "";
  clear: both;
  display: block;
}
.row--equal-height,
.row-flex {
  display: -ms-flexbox;
  display: flex;
}
.row-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row--flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.row--align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.row--align-baseline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media (max-width: 959px) {
  .text-center-lg-down {
    text-align: center;
  }
}
.column {
  padding: 0 1rem;
}
@media (min-width: 960px) {
  .column {
    float: left;
  }
  .column--2-12 {
    width: 16.6666666667%;
  }
  .column--3-12 {
    width: 25%;
  }
  .column--4-12 {
    width: 33.3333333333%;
  }
  .column--5-12 {
    width: 41.6666666667%;
  }
  .column--6-12 {
    width: 50%;
  }
  .column--7-12 {
    width: 58.3333333333%;
  }
  .column--8-12 {
    width: 66.6666666667%;
  }
  .column--9-12 {
    width: 75%;
  }
  .column--12-12 {
    width: 100%;
  }
  .column--1-5 {
    width: 20%;
  }
  .column--offset--6-12 {
    margin-left: 50%;
  }
  .column--offset--4-12 {
    margin-left: 33.3333333333%;
  }
}
@media (max-width: 959px) {
  .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column {
    width: 100%;
  }
}
.container--flush,
.container--flush.container,
.container--flush > .row > .column {
  padding: 0;
}
.container--flush.container {
  max-width: 100%;
}
.container--flush > .row {
  margin: 0;
}
.swiper-hero {
  height: 100%;
}
.swiper-hero .swiper-button-next,
.swiper-hero .swiper-button-prev {
  z-index: 5;
}
.hero {
  position: relative;
  background-image: url(../img/hero-background.png);
  background-position: top;
  background-size: cover;
  background-color: #000;
}
.hero--connect {
  background-image: url(../img/hero__connect.png);
}
.hero--triangles {
  background-image: url(../img/hero__triangles.png);
}
.hero:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero--transparent:before {
  display: none;
}
@media (min-width: 959px) {
  .hero {
    height: 100%;
    position: relative;
    min-height: 768px;
  }
}
.hero .hero__bg,
.hero .hero__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.hero .hero__img {
  background-size: cover;
  background-position: 50%;
  z-index: 0;
}
.hero__container {
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .hero__container {
    padding: 10rem 1rem;
  }
}
@media (min-width: 959px) {
  .hero__container {
    height: 100%;
  }
}
.hero__header {
  color: #fff;
}
@media (min-width: 959px) {
  .hero__header {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 3rem;
    width: 100%;
  }
}
.hero__header .primary {
  font-size: 5rem;
  font-weight: 700;
  transition: font-size 0.2s ease-in-out;
}
@media (max-width: 700px) {
  .hero__header .primary {
    font-size: 4rem;
  }
}
@media (max-width: 500px) {
  .hero__header .primary {
    font-size: 3rem;
  }
}
.hero__header .primary--red {
  color: #eb1c24;
}
.hero__header .primary--uppercase {
  text-transform: uppercase;
}
.hero__header .secondary {
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero__footer {
  padding: 2rem 0;
  text-align: center;
  color: #fff;
  background-color: #eb1c24;
  font-weight: 300;
  z-index: 10;
}
@media (min-width: 959px) {
  .hero__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 500;
}
.nav {
  display: block;
  position: relative;
}
.nav--header {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding-top: 0.4rem;
}
.nav--secondary {
  background-color: #d9e2e6;
  z-index: 1;
}
.nav--secondary .nav__container {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.nav--secondary .nav__link {
  padding: 0.25rem 0.6rem;
  color: #163b4d;
  font-size: 80%;
  font-weight: 700;
  letter-spacing: 2px;
}
.nav--secondary .nav__link--red {
  color: #eb1c24;
}
.nav__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav__group {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.nav__group--justified {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav__mobile-menu {
  display: block;
  position: relative;
}
.nav__mobile-menu.is-open .nav__mobile-menu__toggle {
  color: #fff !important;
  background-color: #163b4d;
}
.nav__mobile-menu.is-open .nav__mobile-menu__menu {
  opacity: 1 !important;
  pointer-events: all;
}
.nav__mobile-menu__toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  transition-property: color, background-color;
  transition-duration: 0.125s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 1000px) {
  .nav__mobile-menu__toggle {
    display: none;
  }
}
@media (min-width: 1000px) {
  .nav__mobile-menu__menu .nav__link {
    transition: color 0.25s ease-in-out;
  }
  .nav__mobile-menu__menu .nav__link.is-inview {
    color: #eb1c24;
  }
}
@media (max-width: 999px) {
  .nav__mobile-menu__menu {
    transition: opacity 0.15s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    pointer-events: none;
    min-width: 200px;
    background-color: #163b4d;
  }
  .nav__mobile-menu__menu .nav__link {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    transition-property: background-color 0.125s ease-in-out;
  }
  .nav__mobile-menu__menu .nav__link--active,
  .nav__mobile-menu__menu .nav__link.is-inview,
  .nav__mobile-menu__menu .nav__link:hover {
    background-color: #122f3e;
  }
}
.nav__item {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.nav__link {
  font-size: 90%;
  color: #163b4d;
  text-transform: uppercase;
  padding-top: 1.1rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 999px) {
  .nav__link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media (min-width: 1000px) {
  .nav__link {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 1100px) {
  .nav__link {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.nav__logo {
  margin-right: auto;
}
.nav__logo .nav__link {
  padding: 0;
}
.nav__logo .logo {
  height: 2.24rem;
}
body {
  position: relative;
}
.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.modal.opened {
  pointer-events: all;
  opacity: 1;
}
.modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: pointer;
}
.modal__container {
  position: absolute;
  top: 10rem;
  left: 50%;
  height: auto;
  width: 100%;
  max-width: 32rem;
  transform: translateX(-50%);
  z-index: 2;
  padding: 1rem;
}
.modal__body {
  position: relative;
  padding: 2rem;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25);
  width: 100%;
}
.modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  line-height: 0.5;
  font-size: 2rem;
  padding: 0.5rem;
  transition: opacity 0.125s ease-in-out;
}
.modal__close:hover {
  opacity: 0.5;
}
.smooth-container,
body {
  scroll-behavior: smooth;
}
.list--links li + li {
  margin-top: 1rem;
}
.list--links a {
  color: #eb1c24;
}
.list--links a:hover {
  text-decoration: underline;
}
.section {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.section--full-height {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 960px) {
  .section--full-height {
    height: 768px;
  }
}
.section__wrapper {
  position: relative;
  z-index: 100;
}
.section__header hr {
  margin-left: auto;
  margin-right: auto;
}
.section__header .primary {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.section__subheader .primary {
  color: #eb1c24;
  font-size: 1.4rem;
}
.heading--primary {
  font-size: 1.4rem;
}
.section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__background:after,
.section__background:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section__background:before {
  z-index: 70;
}
.section__background:after {
  z-index: 50;
}
@media (max-width: 959px) {
  .section--thefund {
    padding-top: 30rem;
  }
}
.section--thefund .section__header {
  color: #163b4d;
}
@media (max-width: 959px) {
  .section--thefund .section__wrapper {
    max-width: 30rem;
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  .section--thefund .section__background:after,
  .section--thefund .section__background:before {
    width: 50%;
  }
}
@media (max-width: 959px) {
  .section--thefund .section__background:after,
  .section--thefund .section__background:before {
    height: 26rem;
  }
}
.section--thefund .section__background:before {
  background: linear-gradient(90deg, transparent, #fff);
}
.section--thefund .section__background:after {
  background: #fff;
  background-image: url(../img/ShatterFund__statistic.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.section--ourvalue {
  color: #fff;
  background-color: #163b4d;
}
@media (max-width: 959px) {
  .section--ourvalue .container {
    max-width: 20rem;
  }
  .section--ourvalue .column {
    margin-bottom: 2.8rem;
  }
}
.section--ourvalue .section__header {
  color: inherit;
}
.section--ourvalue .section__subheader {
  text-align: center;
}
.section--ourvalue .section__subheader .primary {
  color: #fff;
}
.section--ourvalue .section__body {
  max-width: 30rem;
  margin: 0 auto;
  margin-bottom: 5.6rem;
}
.section--ourvalue .column {
  text-align: center;
}
@media (min-width: 960px) {
  .section--ourvalue .panel {
    max-width: 15rem;
    margin: 0 auto;
  }
}
.section--ourvalue .icon {
  height: 6rem;
}
.section--whereweinvest {
  background-color: #f2f2f2;
}
@media (max-width: 959px) {
  .section--whereweinvest .container {
    max-width: 30rem;
  }
  .section--whereweinvest .column--6-12 {
    margin-bottom: 5.6rem;
  }
}
.section--whereweinvest .svg {
  text-align: center;
}
.section--whereweinvest .icon {
  max-width: 20rem;
}
@media (min-width: 960px) {
  .section--partnerships .column,
  .section--portfolio .column {
    vertical-align: middle;
    float: none;
    display: inline-block;
    margin-right: -5px;
  }
}
.section--partnerships .svg,
.section--portfolio .svg {
  text-align: center;
}
.section--partnerships .icon,
.section--portfolio .icon {
  height: 4rem;
}
.section--partnerships .icon--mb-1x,
.section--portfolio .icon--mb-1x {
  margin-bottom: 1rem;
}
.section--partnerships .icon--urbansitter,
.section--portfolio .icon--urbansitter {
  height: 10rem;
}
.section--partnerships .icon--glamsquad,
.section--portfolio .icon--glamsquad {
  height: 8rem;
}
.section--partnerships .icon--gokid,
.section--portfolio .icon--gokid {
  height: 3rem;
}
.section--partnerships .icon--hintwater,
.section--portfolio .icon--hintwater {
  height: 2.5rem;
}
.section--partnerships .icon--lobus,
.section--portfolio .icon--lobus {
  height: 6rem;
}
.section--partnerships .icon--fitzframes,
.section--partnerships .icon--waggit,
.section--portfolio .icon--fitzframes,
.section--portfolio .icon--waggit {
  height: 3rem;
}
.section--partnerships .icon--exer-ai,
.section--portfolio .icon--exer-ai {
  background-color: #000;
  height: 4rem;
  padding: 1rem;
}
.section--partnerships .icon--materna-medical,
.section--portfolio .icon--materna-medical {
  height: 3.5rem;
}
.section--partnerships .icon--jp-morgan,
.section--partnerships .icon--sap,
.section--portfolio .icon--jp-morgan,
.section--portfolio .icon--sap {
  height: 2.5rem;
}
@media (min-width: 960px) {
  .icon--bank-of-america,
  .icon--franklin-templeton,
  .icon--ladies-first,
  .icon--university-of-md {
    height: auto;
  }
}
@media (max-width: 959px) {
  .icon--university-of-md {
    height: 20rem;
  }
  .icon--ladies-first {
    height: 14rem;
  }
  .icon--bank-of-america {
    height: 3rem;
    margin-top: 2rem;
  }
  .icon--franklin-templeton {
    height: 4rem;
    margin-top: 2rem;
  }
}
.section--quotes {
  background-image: url(../img/quotes__background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.section--quotes .section__background:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.section--quotes blockquote {
  color: #fff;
  position: relative;
}
@media (min-width: 1200px) {
  .section--quotes blockquote .heading {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section--quotes blockquote .heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 560px) and (max-width: 767px) {
  .section--quotes blockquote .heading {
    font-size: 1.25rem;
  }
}
.section--quotes blockquote:after,
.section--quotes blockquote:before {
  position: relative;
  content: "";
  display: block;
  height: 2rem;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.section--quotes blockquote:before {
  top: 1rem;
  left: -5rem;
  background-image: url(../img/leftquote.svg);
  height: 3rem;
}
.section--quotes blockquote:after {
  right: -100%;
  bottom: 1rem;
  background-image: url(../img/rightquote.svg);
}
.section--quotes blockquote cite {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #eb1c24;
  margin-top: 1.4rem;
}
.section--quotes .swiper-slide blockquote {
  max-width: 50rem;
  margin: 0 auto;
  padding: 0 5rem;
}
.section--ourteam {
  color: #fff;
  background-color: #163b4d;
}
@media (max-width: 959px) {
  .section--ourteam .container {
    max-width: 30rem;
  }
  .section--ourteam img {
    margin-bottom: 1.4rem;
  }
}
.section--ourteam .section__header {
  color: inherit;
}
.section--ouradvisors {
  color: #fff;
}
@media (max-width: 959px) {
  .section--ouradvisors .column--3-12 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 600px) {
  .section--ouradvisors .column--3-12 {
    width: 100%;
    float: none;
  }
}
.section--ouradvisors .section__header {
  color: inherit;
}
.logo__link {
  cursor: pointer;
  display: block;
  transition: opacity 0.125s ease-in-out;
}
.logo__link:hover {
  opacity: 0.5;
}
.section--press .white-papers {
  max-width: 40rem;
  margin: 4rem auto 0;
}
.section--press .section__wrapper {
  padding-bottom: 0;
}
.section--press .press__video {
  margin-left: auto;
  margin-right: auto;
}
.press {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 959px) {
  .press {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.press__item {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.press__logo--diablo {
  height: 2.5rem;
}
.press__logo--dos {
  height: 4rem;
}
.press__logo--cbs {
  height: 3.5rem;
}
.press__logo--forbes {
  height: 1.5rem;
}
.press__logo--sf-chronicle {
  height: 2rem;
}
.press__logo--sf-biz {
  height: 4rem;
}
.press__logo--nhg {
  height: 2rem;
}
.section--media {
  background-color: #f2f2f2;
}
.section--media .row + .row {
  margin-top: 2rem;
}
@media (max-width: 959px) {
  .section--media .column + .column {
    margin-top: 2rem;
  }
}
.section--contact {
  padding: 0;
}
@media (min-width: 560px) {
  .section--contact .section__body .column--6-12 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 559px) {
  .section--contact .section__body .column--6-12 .media {
    margin-bottom: 1.4rem;
  }
  .section--contact .section__body .column--6-12 .media-object {
    min-width: 5rem;
    text-align: center;
  }
}
.section--contact .section__body,
.section--contact .section__footer,
.section--contact .section__header {
  padding: 0 4rem;
}
.section--contact .section__header {
  text-align: left !important;
  padding-top: 4rem;
}
.section--contact .section__header hr {
  margin-left: 0;
}
.section--contact .section__body,
.section--contact .section__footer {
  padding-bottom: 4rem;
}
.section--contact .icon {
  height: 3rem;
}
.advisor {
  position: relative;
  height: 16rem;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2.1rem;
}
.advisor--shelly-kapoor-collins {
  background-image: url(../img/advisor__shelly.jpg);
}
.advisor--jennifer-johnson {
  background-image: url(../img/advisor__jennifer-johnson.jpg);
}
.advisor--karen-king {
  background-image: url(../img/advisor__karen-king.jpg);
}
.advisor--catherine-zinn {
  background-image: url(../img/advisor__catherine-zinn.jpg);
}
.advisor--emily-davis {
  background-image: url(../img/advisor__emily-davis.jpg);
}
.advisor--cameron-yuill {
  background-image: url(../img/advisor__cameron-yuill.jpg);
  background-position: -1px;
}
.advisor--alison-pincus {
  background-image: url(../img/advisor__alison-pincus.jpg);
}
.advisor--karen-page {
  background-image: url(../img/advisor__karen-page.jpg);
}
.advisor--rangita {
  background-image: url(../img/advisor__rangita.jpg);
}
.advisor__avatar {
  position: relative;
  z-index: 20;
}
.advisor__name {
  z-index: 40;
}
.advisor__name,
.advisor__name a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.advisor__name a {
  padding: 0.8rem 1.2rem;
  transition: background-color 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
}
.advisor__name a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.advisor__name span {
  display: block;
  text-transform: capitalize;
}
.advisor__name small {
  letter-spacing: 0.15em;
}
.media {
  display: -ms-flexbox;
  display: flex;
}
.media-body {
  padding-left: 1.4rem;
}
.google-map__wrapper {
  position: relative;
}
.google-map,
.google-map iframe {
  height: 100%;
  width: 100%;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -ms-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: a 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.swiper-button-next,
.swiper-button-prev {
  transition: opacity 0.25s ease-in-out;
  opacity: 0.5;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.9;
}
.pt2 {
  padding-top: 2rem;
}
.divider--1x {
  height: 2rem;
}
@media (min-width: 960px) {
  .divider--sm-below {
    display: none;
  }
}

.hero-health {
  position: relative;
  background-image: url(../img/health/6.jpg);
  background-position: top;
  background-size: cover;
  background-color: #000;
  min-height: 100%;
}
