@font-face {
  font-family: "Neue-B";
  src: url("../fonts/Neue-Montreal-Bold.otf") format("otf");
}
@font-face {
  font-family: "Neue-M";
  src: url("../fonts/Neue-Montreal-Medium.otf") format("otf");
}
@font-face {
  font-family: "SF-B";
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("otf");
}
@font-face {
  font-family: "SF-M";
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("otf");
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

html,
body {
  font-family: "Neue Montreal", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #cecece;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  margin: 0;
  background-color: #252a2d;
}

a {
  text-decoration: none;
  color: inherit;
}

main.home {
  display: flex;
  justify-content: center;
  margin: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.home {
    margin: 60px 0;
  }
}
main.home > .container-inner {
  width: 90%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

main.report {
  margin: 120px 0;
}

main.checkout .container-inner {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

main.shots {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.shots {
    margin: 36px 0;
  }
}
main.shots section.container-masonry {
  width: 90%;
  display: flex;
  justify-content: center;
}
main.shots section.container-masonry .container-inner {
  column-count: 4;
  column-gap: 20px;
  display: inline-block;
  height: auto;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.shots section.container-masonry .container-inner {
    column-count: 1;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1169px) {
  main.shots section.container-masonry .container-inner {
    column-count: 2;
  }
}
main.shots section.container-masonry .container-inner .single-masonry-item,
main.shots section.container-masonry .container-inner img {
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

main.iot {
  margin: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.iot {
    margin: 60px 0;
  }
}
main.iot .container-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.iot .container-inner section:nth-of-type(1n) {
  margin-bottom: 60px;
}
main.iot .container-inner section.poster {
  display: flex;
  justify-content: center;
  width: 100%;
  background: rgba(62, 67, 70, 0.7);
  padding: 40px 0;
}
main.iot .container-inner section.poster .container-inner {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 900px;
}
main.iot .container-inner section.poster .container-inner img {
  width: 60%;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.iot .container-inner section.poster .container-inner img {
    width: 90%;
  }
}
main.iot .container-inner section.booklet {
  display: flex;
  justify-content: center;
  width: 100%;
  background: rgba(62, 67, 70, 0.7);
  padding: 40px 0;
}
main.iot .container-inner section.booklet .container-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  overflow-x: scroll;
}
main.iot .container-inner section.booklet .container-inner .group-spread {
  display: flex;
}
main.iot .container-inner section.booklet .container-inner .group-spread .single-spread {
  display: flex;
  margin-right: 20px;
}
main.iot .container-inner section.booklet .container-inner .group-spread .single-spread img {
  width: auto;
  height: 600px;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.iot .container-inner section.booklet .container-inner .group-spread .single-spread img {
    height: 320px;
  }
}
main.iot .container-inner section.video {
  display: flex;
  justify-content: center;
  width: 100%;
  background: rgba(62, 67, 70, 0.7);
  padding: 40px 0;
}
main.iot .container-inner section.video .container-inner {
  width: 90%;
  max-width: 900px;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1169px) {
  main.iot .container-inner section.video .container-inner iframe {
    width: 100%;
    height: 480px;
  }
}
main.iot .container-inner section.website {
  display: flex;
  justify-content: center;
  width: 100%;
  background: rgba(62, 67, 70, 0.7);
  padding-top: 40px;
}
main.iot .container-inner section.website .container-inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 900px;
}
main.iot .container-inner section.website .container-inner a {
  background-color: rgba(0, 0, 0, 0.03);
  height: 54px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  border-radius: 4px;
  font-weight: 500;
  margin-bottom: 32px;
}
main.iot .container-inner section.website .container-inner .graphic-container {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
main.iot .container-inner section.website .container-inner .graphic-container .window-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding: 10px 0;
}
main.iot .container-inner section.website .container-inner .graphic-container .window-bar .container-dot {
  display: flex;
  margin-left: 12px;
}
main.iot .container-inner section.website .container-inner .graphic-container .window-bar .container-dot .dot {
  border-radius: 100px;
  background-color: #000;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
main.iot .container-inner section.website .container-inner .graphic-container .window-bar .container-dot .dot:nth-of-type(2) {
  opacity: 0.2;
}
main.iot .container-inner section.website .container-inner .graphic-container .window-image {
  background-image: url("img/iot-desktop.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(1440px * 0.6);
  height: calc(800px * 0.6);
}

main.tafee {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  main.tafee {
    margin: 60px 0;
  }
}
main.tafee > .container-inner {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
}
main.tafee > .container-inner section.desktop {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
main.tafee > .container-inner section.desktop .container-inner {
  background: rgba(62, 67, 70, 0.7);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.tafee > .container-inner section.desktop .container-inner {
    height: 240px;
  }
}
main.tafee > .container-inner section.desktop .container-inner .graphic-container {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  width: 90%;
  max-width: calc(1440px / 2);
}
main.tafee > .container-inner section.desktop .container-inner .graphic-container .window-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #3e4346;
  padding: 10px 0;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.tafee > .container-inner section.desktop .container-inner .graphic-container .window-bar {
    padding: 7px 0;
  }
}
main.tafee > .container-inner section.desktop .container-inner .graphic-container .window-bar .container-dot {
  display: flex;
  margin-left: 12px;
}
main.tafee > .container-inner section.desktop .container-inner .graphic-container .window-bar .container-dot .dot {
  border-radius: 100%;
  background-color: #ffa813;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.tafee > .container-inner section.desktop .container-inner .graphic-container .window-bar .container-dot .dot {
    width: 6px;
    height: 6px;
  }
}
main.tafee > .container-inner section.desktop .container-inner .graphic-container .window-bar .container-dot .dot:nth-of-type(2) {
  background-color: rgba(206, 206, 206, 0.5);
}
main.tafee > .container-inner section.desktop .container-inner .graphic-container .window-image {
  background-image: url("img/tafee-desktop.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: calc(800px / 2);
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.tafee > .container-inner section.desktop .container-inner .graphic-container .window-image {
    width: calc(1440px / 5);
    height: calc(800px / 5);
  }
}
main.tafee > .container-inner section.row-two {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
main.tafee > .container-inner section.row-two .container-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
main.tafee > .container-inner section.row-two .container-inner .tile {
  flex: 1 0 420px;
  background: rgba(62, 67, 70, 0.7);
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.tafee > .container-inner section.row-two .container-inner .tile {
    height: auto;
    padding: 48px 0;
  }
}
main.tafee > .container-inner section.row-two .container-inner .tile:nth-of-type(1) {
  margin-right: 20px;
  flex: 1.4 0 420px;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 959px) {
  main.tafee > .container-inner section.row-two .container-inner .tile:nth-of-type(1) {
    margin: 0 0 20px 0;
  }
}
main.tafee > .container-inner section.row-two .container-inner .tile.tablet {
  display: flex;
  justify-content: center;
  align-items: center;
}
main.tafee > .container-inner section.row-two .container-inner .tile.tablet .container-inner {
  background: #252a2d;
  width: auto;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 25px 25px 0px rgba(0, 0, 0, 0.1);
}
main.tafee > .container-inner section.row-two .container-inner .tile.tablet .container-inner .tablet-image {
  background-image: url("img/tafee-tablet.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 7px;
  width: calc(900px / 3);
  height: calc(1200px / 3);
  border-radius: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.tafee > .container-inner section.row-two .container-inner .tile.tablet .container-inner .tablet-image {
    width: calc(900px / 5);
    height: calc(1200px / 5);
  }
}
main.tafee > .container-inner section.row-two .container-inner .tile.mobile {
  display: flex;
  justify-content: center;
  align-items: center;
}
main.tafee > .container-inner section.row-two .container-inner .tile.mobile .container-inner {
  background: #252a2d;
  box-shadow: 0 25px 25px 0px rgba(0, 0, 0, 0.1);
  width: auto;
  height: auto;
  border-radius: 20px;
}
main.tafee > .container-inner section.row-two .container-inner .tile.mobile .container-inner .mobile-image {
  background-image: url("img/tafee-mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 7px;
  width: calc(375px / 2);
  height: calc(667px / 2);
  border-radius: 12px;
}
main.tafee > .container-inner section.button {
  display: flex;
  justify-content: center;
}
main.tafee > .container-inner section.button .container-inner {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: center;
}
main.tafee > .container-inner section.button .container-inner a {
  background-color: rgba(62, 67, 70, 0.3);
  height: 54px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  border-radius: 4px;
  font-weight: 500;
}
@media only screen and (min-width: 1170px) {
  main.tafee > .container-inner section.button .container-inner a {
    transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out;
  }
  main.tafee > .container-inner section.button .container-inner a:hover {
    color: #ffa813;
  }
}

main.page-format {
  margin: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.page-format {
    margin: 36px 0;
  }
}
main.page-format .container-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
main.page-format .container-inner p.body-copy,
main.page-format .container-inner li {
  color: #cecece;
}
main.page-format .container-inner p.header-body-copy {
  color: #cecece;
}
main.page-format .container-inner p.caption {
  color: #cecece;
}
main.page-format .container-inner p.header-body-copy {
  font-size: 44px;
}
main.page-format .container-inner p.header-body-copy,
main.page-format .container-inner p.body-copy,
main.page-format .container-inner li {
  font-size: 18px;
  line-height: 1.75;
}
main.page-format .container-inner p.body-copy-section-header {
  font-size: 24px;
}
main.page-format .container-inner p.caption {
  font-size: 14px;
  line-height: 1.5;
}
main.page-format .container-inner p.body-copy-section-header {
  margin-bottom: 24px;
}
main.page-format .container-inner p.header-body-copy {
  margin-bottom: 4px;
}
main.page-format .container-inner p.body-copy {
  margin-bottom: 24px;
}
main.page-format .container-inner p.caption {
  margin: -24px 0 72px;
}
main.page-format .container-inner p.subpoint,
main.page-format .container-inner ul.subpoint {
  padding-left: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.page-format .container-inner p.subpoint,
main.page-format .container-inner ul.subpoint {
    padding-left: 0;
  }
}
main.page-format .container-inner li {
  margin-left: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  main.page-format .container-inner li {
    margin-left: 24px;
  }
}
main.page-format .container-inner p.body-copy-section-header {
  font-weight: 700;
}
main.page-format .container-inner p.header-body-copy {
  font-weight: 600;
}
main.page-format .container-inner p,
main.page-format .container-inner ul {
  width: 90%;
  max-width: 720px;
}

hr {
  border: none;
  border-bottom: 1px solid #3e4346;
  width: 90%;
  max-width: 720px;
  margin: 24px 0 48px 0;
}

.abstract-copy {
  font-size: 36px;
  color: #cecece;
  width: 90%;
  max-width: 720px;
  font-weight: 600;
  margin-bottom: 48px;
  line-height: 1.2;
}
@media only screen and (min-width: 0px) and (max-width: 374px) {
  .abstract-copy {
    font-size: 24px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 479px) {
  .abstract-copy {
    font-size: 28px;
  }
}

.button-back {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #707070;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-bottom: 64px;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1169px) {
  .button-back {
    margin-bottom: 32px;
  }
  .button-back:active:hover {
    background-color: #ffa813;
    border-color: #ffa813;
  }
}
@media only screen and (min-width: 1170px) {
  .button-back {
    transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
  }
  .button-back:hover {
    background-color: #ffa813;
    border-color: #ffa813;
  }
}
.button-back svg {
  width: 20px;
  height: 20px;
  fill: #cecece;
}
@media only screen and (min-width: 1170px) {
  .button-back svg {
    transition: fill 200ms ease-out;
    -moz-transition: fill 200ms ease-out;
    -webkit-transition: fill 200ms ease-out;
  }
  .button-back svg:hover {
    fill: #f5f5ff;
  }
}

.footer {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.footer > a {
  margin: 0 12px;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1169px) {
  .footer > a {
    transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
  }
  .footer > a:active:hover {
    color: #ffa813;
  }
}
@media only screen and (min-width: 1170px) {
  .footer > a {
    transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
  }
  .footer > a:hover {
    color: #ffa813;
  }
}

.single-tile {
  flex: 1 1 375px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #1b2023;
  border-radius: 4px;
  padding: 30px 30px 0 30px;
  overflow: hidden;
  animation-name: homeLoad;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
.single-tile:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 375px) and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 959px) {
  .single-tile:nth-child(2) {
    margin: 20px 0 0 0;
  }
}
.single-tile > .container-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

@keyframes homeLoad {
  0% {
    opacity: 0;
    transform: translateY(5%) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1);
  }
}
.group-tiles {
  width: 100%;
  margin-bottom: 20px;
}
.group-tiles > .container-inner {
  display: flex;
  flex-wrap: wrap;
}

.graphic-poster {
  margin-right: 24px;
}
.graphic-poster .glow {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 20px 0 20px;
}
.graphic-poster .glow .poster-page {
  background-color: rgba(255, 255, 255, 0.06);
  height: 300px;
  width: 320px;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  .graphic-poster .glow .poster-page {
    width: 230px;
  }
}

.graphic-video .glow {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 20px 0 20px;
}
.graphic-video .glow .video-frame {
  background-color: rgba(255, 255, 255, 0.1);
  width: 300px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.graphic-video .glow .video-frame .graphic-play {
  width: 80px;
  height: 60px;
  border-radius: 10%;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
}
.graphic-video .glow .video-frame .graphic-play .graphic-triangle {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #000;
}

.container-single-graphic {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 320px;
  width: 100%;
}

.container-group-graphic {
  display: flex;
  align-items: flex-end;
}

.container-text {
  width: 100%;
  margin-bottom: 32px;
}
.container-text .text-card-title {
  align-self: stretch;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: calc(4px * 2);
}
.container-text .text-card-subtitle {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.5);
}

.graphic-desktop {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 374px) {
  .graphic-desktop {
    justify-content: flex-start;
  }
}
.graphic-desktop .glow {
  background-color: rgba(62, 67, 70, 0.7);
  padding: 20px 20px 0px 20px;
  border-radius: 8px 8px 0 0;
}
.graphic-desktop .glow .desktop-frame {
  background-color: #3e4346;
  width: 300px;
  height: 200px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.graphic-desktop .glow .desktop-frame .desktop-bar {
  background-color: rgba(255, 255, 255, 0.95);
  height: 28px;
  width: 100%;
  display: flex;
  align-items: center;
}
.graphic-desktop .glow .desktop-frame .desktop-bar .container-dots {
  display: flex;
  margin-left: 12px;
}
.graphic-desktop .glow .desktop-frame .desktop-bar .container-dots .dot {
  background-color: black;
  border-radius: 10rem;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.graphic-desktop .glow .desktop-frame .desktop-bar .container-dots .dot:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.2);
}

.graphic-mobile .glow {
  background-color: rgba(62, 67, 70, 0.4);
  padding: 20px 20px 0px 20px;
  border-radius: 32px 32px 0 0;
}
.graphic-mobile .glow .mobile-frame {
  background-color: rgba(62, 67, 70, 0.7);
  padding: 40px 12px 0px 12px;
  border-radius: 24px 24px 0 0;
}
.graphic-mobile .glow .mobile-frame .mobile-screen {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 4px 4px 0 0;
  height: 200px;
  width: 150px;
}

section.text-intro {
  margin-bottom: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  section.text-intro {
    margin-bottom: 40px;
  }
}
section.text-intro .container-inner .text-intro {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 0px) and (max-width: 374px) {
  section.text-intro .container-inner .text-intro {
    font-size: 24px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 479px) {
  section.text-intro .container-inner .text-intro {
    font-size: 28px;
  }
}
section.text-intro .container-inner .text-intro.paragraph {
  font-size: 32px;
  color: rgba(206, 206, 206, 0.2);
  overflow: hidden;
  transition: all 1000ms ease-out;
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 374px) {
  section.text-intro .container-inner .text-intro.paragraph {
    font-size: 24px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 479px) {
  section.text-intro .container-inner .text-intro.paragraph {
    font-size: 28px;
  }
}
section.text-intro .container-inner span.text-style-light {
  color: rgba(206, 206, 206, 0.2);
}
section.text-intro .container-inner a {
  color: #ffa813;
  border-bottom: 8px solid rgba(255, 168, 19, 0.1);
}
@media only screen and (min-width: 1170px) {
  section.text-intro .container-inner a {
    transition: color, border-bottom 200ms ease-in;
  }
  section.text-intro .container-inner a:hover {
    color: #f5f5ff;
    border-bottom: 8px solid #ffa813;
  }
}

@keyframes slideIn {
  0% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
  }
  99% {
    max-height: 500px;
  }
  100% {
    opacity: 1;
    margin-bottom: 16px;
    max-height: 500px;
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    margin-bottom: 16px;
    max-height: 500px;
  }
  1% {
    max-height: 500px;
  }
  100% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
  }
}
.graphic-masonry {
  height: 300px;
  overflow: hidden;
  align-items: flex-start;
}
.graphic-masonry .container-inner {
  column-count: 3;
  column-gap: 10px;
  display: inline-block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  .graphic-masonry .container-inner {
    column-count: 2;
  }
}
.graphic-masonry .container-inner .single-masonry-tile {
  background-color: #3e4346;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: inline-block;
}

.container-screens {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(62, 67, 70, 0.7);
  padding: 48px 0;
  margin: 60px 0;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  .container-screens {
    padding: 24px 0;
  }
}
.container-screens .container-inner {
  max-width: 1280px;
}
.container-screens .container-inner img,
.container-screens .container-inner video {
  margin: 16px;
  max-width: 90%;
  box-shadow: 0 25px 50px 0px rgba(27, 32, 35, 0.5);
}
.container-screens .container-inner img.screen {
  width: 375px;
  height: auto;
}
.container-screens.multi-image .container-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.container-screens.multi-image .container-inner video {
  flex: 0 0 375px;
  width: 375px;
  height: auto;
}

.disclaimer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #393e41;
  background-color: #252a2d;
  color: #707070;
}
@media only screen and (min-width: 0px) and (max-width: 374px), only screen and (min-width: 375px) and (max-width: 479px) {
  .disclaimer {
    padding: 24px 0;
  }
}
.disclaimer p {
  max-width: 90%;
  font-size: 14px;
}
.disclaimer a {
  border-bottom: 1px solid rgba(255, 168, 19, 0.5);
  font-weight: 500;
}

.container-second-sentence {
  display: flex;
  margin-bottom: 16px;
}
.container-second-sentence .container-word-array {
  overflow: hidden;
  height: 52px;
  width: 300px;
}
.container-second-sentence .container-word-array .container-inner {
  position: relative;
}
.container-second-sentence .container-word-array .container-inner .text-intro {
  position: absolute;
  animation-name: cycle;
  animation-duration: 50000ms;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
}
.container-second-sentence .container-word-array .container-inner .text-intro:nth-child(2) {
  animation-delay: 5000ms;
}
.container-second-sentence .container-word-array .container-inner .text-intro:nth-child(3) {
  animation-delay: 10000ms;
}
.container-second-sentence .container-word-array .container-inner .text-intro:nth-child(4) {
  animation-delay: 15000ms;
}
.container-second-sentence .container-word-array .container-inner .text-intro:nth-child(5) {
  animation-delay: 20000ms;
}
.container-second-sentence .container-word-array .container-inner .text-intro:nth-child(6) {
  animation-delay: 25000ms;
}
.container-second-sentence .container-word-array .container-inner .text-intro:nth-child(7) {
  animation-delay: 30000ms;
}
.container-second-sentence .container-word-array .container-inner .text-intro:nth-child(8) {
  animation-delay: 35000ms;
}
.container-second-sentence .container-word-array .container-inner .text-intro:nth-child(9) {
  animation-delay: 40000ms;
}
.container-second-sentence .container-word-array .container-inner .text-intro:nth-child(10) {
  animation-delay: 45000ms;
}

@keyframes cycle {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  1% {
    opacity: 1;
    transform: translateY(0%);
  }
  10% {
    opacity: 1;
    transform: translateY(0%);
  }
  11% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

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