html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

*::selection,
*::-moz-selection {
  background-color:transparent;
}
* {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(16, 16, 16, 0);
}
body mark {
  background: #ffffff;
  color: #101010;
  font-weight: bold;
  padding: 0 4px;
}
body {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #101010;
  color: #fff;
}
body a {
  color: #fff;
  transition: 0.2s;
}
body .button-block {
  background: #FFF;
  color:  #101010;
}
nav a {
  display: flex;
  padding: 0 0 4px;
  font-size: 16px;
  border-bottom: 1px solid transparent;
}
nav a:hover {
  border-bottom: 1px solid #fff;
}
.menu-icon, #menu-toggle {
  display: none;
}
a {
  text-decoration: none;
}
p {
  line-height: 28px;
}
ul {
  list-style: none;
  padding: 0;
  display: flex;
}
li {
  margin-left: 24px;
}
header, main, footer {
  width: 960px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1;
  background: #101010;
  padding: 20px;
}
nav footer,
nav #copyright {
  display: none;
}
main {
  text-align: center;
}
h1 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 24px;
  margin-bottom: -40px;
}
.logo img {
  height: 32px;
}
h2 {
  font-size: 56px;
}
h3 {
  font-size: 24px;
}
#hero {
  text-align: left;
  padding: 120px 96px 120px 40px
}
#hero div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#show, #brands, #description, #services, #how, #poster, #contact, #case, footer {
  margin-bottom: 160px;
}
#show {
  display: flex;
  justify-content: space-between;
}
video {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.video-container {
  position: relative;
  width: calc(33% - 20px);
}
.video-container.banner {
  width: calc(66% - 20px);
}
.video-container.full {
  width: 100%;
}
.video-title {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background:rgba(16, 16, 16, 0.2);
  top: 0;
  left: 0;
  border-radius: 8px;
}
#clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#clients img {
  width: 80px;
  height: 100px;
  object-fit: contain;
  margin: 0 20px;
}
#clients img.logo-small {
  width: 60px;
}
#clients img.logo-large {
  width: 120px;
}
#clients img.logo-big {
  width: 160px;
}
#description {
  display: flex;
  align-items: center;
  margin-bottom: 180px;
}
#description h2 {
  width: 50%;
}
#description p {
  width: 75%;
  text-align: center;
}
#description img {
  width: 100%;
  margin-bottom: 40px;
}
#services .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
#services .video-container {
  width: calc(33% - 40px);
  margin-bottom: 40px;
}
#services .video-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
#services h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 16px;
}
#services h5,
#services h4 {
  margin: 12px 0;
}
#services h2 {
  margin: 0;
}
#services p {
  margin: 0;
  font-weight: 100;
  font-size: 16px;
  margin: 12px 0 80px;
}
#services .overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(16, 16, 16, 0.7);
  border-radius: 8px;
}
#products {
  margin-bottom: 280px;
}
#products .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
#products .video-container {
  width: 100%;
  height: 320px;
  margin-bottom: 40px;
  transform: none !important;
}
#products .product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-top: 20px;
}
#products img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#products h2 {
  margin-bottom: 0;
}
#products h4 {
  margin: 0;
  font-weight: bold;
}
#products p.intro {
  margin: 12px 0 80px;
}
#products p {
  margin: 0;
  font-weight: 100;
  font-size: 16px;
}
#products .button {
  font-size: 16px;
  border: 1px solid;
  padding: 12px;
  border-radius: 8px;
}
#how {
  display: flex;
  justify-content: space-between;
}
#how h2 {
  width: 30%;
  margin-top: 0;
}
#how .list {
  width: 60%;
  text-align: left;
}
#how .list div {
  margin: 16px 0 60px;
}
#how h3 {
  margin-top: 0;
}
#how p {
  font-size: 16px;
  font-weight: 100;
}
#poster {
  display: flex;
  justify-content: space-between;
}
#poster .video-container {
  width: calc(50% - 20px);
}
#poster .video-container.full {
  width: calc(100% - 20px);
}
#poster.img-content {
  margin: 80px 0;
}
#poster.img-content img {
  width: 100%;
  border-radius: 8px;
}
#poster.web-app-menu {
  height: 200px;
  margin-top: -80px;
}
#poster.web-app-menu img {
  width: 100%;
  height: calc(100% - 4px);
  object-fit: cover;
  border-radius: 8px;
}
#poster.web-app-menu h2 {
  font-size: 32px;
  font-weight: normal;
}
#poster video {
  height: 320px;
}
#poster .overlay {
  top: -2.5px;
  background: rgba(16, 16, 16, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#poster h2 {
  font-size: 48px;
  transition: 0.2s;
  border-bottom: 4px solid transparent;
}
#poster a:hover h2 {
  border-bottom: 4px solid #fff;
}
#poster p {
  font-size: 16px;
}
#contact .button-container {
  display: flex;
  justify-content: center;
  padding-top: 120px;
}
#contact .button,
#contact .button-block {
  border: 1px solid;
  padding: 24px;
  border-radius: 8px;
  margin: 0 16px;
}
#contact .button span,
#contact .button-block span {
  border-bottom: 2px solid transparent;
  transition: 0.2s;
}
#contact .button:hover span {
  border-bottom: 2px solid #fff;
}
#contact .button-block:hover span {
  border-bottom: 2px solid #101010;
}
footer {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
footer div {
  display: flex;
  flex-direction: column;
}
footer div:first-child {
  width: 25%;
}
footer div:nth-child(2) {
  width: 35%;
}
footer div:last-child {
  width: 20%;
}
footer ul {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 20px 0 8px;
}
footer img {
  width: 40px;
  margin: 12px 0 4px;
}
footer p {
  margin-bottom: 0;
}
footer p.address {
  margin-top: 28px;
}
footer a span {
  border-bottom: 1px solid transparent;
  transition: 0.2s;
}
footer a:hover span {
  border-bottom: 1px solid #fff;
}
footer i {
  margin-right: 4px;
}
footer i.fa-instagram {
  margin-right: 7px;
}
#copyright {
  font-size: 12px;
  padding-bottom: 40px;
}
#case h3 {
  margin-bottom: 80px;
}
#case .container {
  display: flex;
  justify-content: space-between;
}
#case .container .video-container {
  width: calc(35% - 20px);
  height: 570px;
}
#case .container .explanation {
  width: calc(65% - 20px);
  text-align: left;
  font-size: 16px;
}
#case .container .explanation p:first-child {
  margin-top: 0;
}
#blog {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 160px;
}
#blog .post {
  width: calc(50% - 20px);
  text-align: left;
  margin-bottom: 80px;
}
#blog h3 {
  font-size: 32px;
  font-weight: 900;
}
#blog p {
  font-size: 80%;
  font-weight: 100;
}
#blog img {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
}
#blog-single {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 160px;
  text-align: left;
  font-weight: 100;
}
#blog-single h1 {
  font-size: 60px;
  font-weight: 900;
}
#blog-single h2 {
  margin: 60px 0 60px;
  font-size: 24px;
  font-weight: 400;
  opacity: 0.5;
  line-height: 32px;
}
#blog-single a {
  text-decoration: underline;
}
#blog-single a.back {
  text-decoration: none;
}
#blog-single p {
  line-height: 32px;
  margin-bottom: 80px;
}
#blog-single img {
  width: 100%;
  margin-bottom: 40px;
}
#announcement {
  z-index: 9;
  height: 52px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #101010;
  background: rgb(252,218,120);
  background: -moz-linear-gradient(90deg, rgba(252,218,120,1) 0%, rgba(255,127,124,1) 50%, rgba(255,69,124,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(252,218,120,1) 0%, rgba(255,127,124,1) 50%, rgba(255,69,124,1) 100%);
  background: linear-gradient(90deg, rgba(252,218,120,1) 0%, rgba(255,127,124,1) 50%, rgba(255,69,124,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcda78",endColorstr="#ff457c",GradientType=1);
}
#announcement span:first-child {
  margin-top: 2px;
}
#announcement .button {
  font-size: 16px;
  color: #FFFFFF;
  background: #101010;
  margin-left: 8px;
  padding: 8px 12px;
  border-radius: 48px;
}
#hero {
  margin-top: 52px;
}
.desktop {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile {
  display: none;
}

@media (max-width: 767px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #announcement .button {
    font-size: 14px;
    padding: 4px 8px;
  }
  body {
    font-size: 16px;
    padding: 0 20px;
  }
  header, main, footer {
    width: 100%;
  }
  header {
    width: calc(100% - 40px);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  li {
    margin: 0 12px;
  }
  h1 {
    font-size: 16px;
    margin-bottom: -20px;
  }
  .logo img {
    height: 24px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 16px;
  }
  nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #101010;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
  }
  nav ul {
    flex-direction: column;
    padding: 0 8px;
  }
  nav ul li a {
    padding: 8px 0;
  }
  nav a:hover {
    border: 0;
  }
  nav footer,
  nav #copyright {
    display: block;
  }
  nav footer {
    padding-top: 20px;
    margin-bottom: 0;
    font-size: 12px;
  }
  nav footer img {
    width: 28px;
  }
  nav footer br {
    display: none;
  }
  nav footer div:nth-child(2) {
    margin: 0 auto;
    width: 75% !important;
  }
  nav footer div:nth-child(2) p:last-child {
    line-height: 16px;
  }
  nav footer ul {
    margin: 24px auto 12px;
  }
  nav footer a {
    font-size: 12px;
  }
  nav #copyright {
    font-size: 10px;
    text-align: center;
  }
  .menu-icon {
    display: block;
    margin-top: -8px;
  }
  .menu-icon:before {
    font-size: 26px;
    content: '\2630';
  }
  #menu-toggle:checked + .menu-icon:before {
    content: '\2715';
    font-size: 20px;
    margin-right: 4px;
  }
  #menu-toggle:checked ~ nav {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  #menu-toggle:not(:checked) ~ nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s step-end;
  }
  #hero {
    padding: 60px 20px;
  }
  #hero p {
    line-height: 24px;
  }
  #hero div div {
    margin-bottom: 8px;
  }
  #show {
    flex-direction: column;
    align-items: center;
  }
  .video-container,
  .video-container.banner {
    width: 100%;
    margin-bottom: 20px;
  }
  #brands h3 {
    margin-top: 40px;
  }
  #clients {
    justify-content: space-around;
  }
  #clients div {
    width: 33%;
  }
  #clients img {
    width: 52px;
    height: 52px;
    object-fit: contain;
  }
  #clients img.logo-small {
    width: 36px;
  }
  #clients img.logo-big {
    width: 80px;
  }
  #clients img.logo-large {
    width: 68px;
    height: 48px;
  }
  #description {
    flex-direction: column;
    margin-top: 80px;
  }
  #description p {
    width: 100%;
  }
  #description h2 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #services .container {
    align-items: flex-start;
    margin-bottom: 0;
  }
  #services .video-container {
    margin: 0 12px 40px;
    width: calc(100% - 24px);
    height: 200px;
  }
  #services .video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #services h5,
  #services h4 {
    font-size: 16px;
  }
  #services p {
    padding: 0 40px
  }
  #services .overlay,
  #products .overlay {
    padding: 0px;
    left: 0px;
    top: 0px;
  }
  #products .video-container {
    height: 200px;
    margin-bottom: 120px;
  }
  #products br {
    display: none;
  }
  #products p.intro {
    padding: 0 20px;
  }
  #products {
    margin-bottom: 0;
  }
  .overlay {
    padding: 0 1px;
    left: -1px;
    top: -2px;
  }
  #how {
    flex-direction: column;
  }
  #how h2, #how .list {
    width: 100%;
  }
  #how h2 {
    margin-bottom: 80px;
  }
  #how .list div {
    margin: 0 0 60px;
  }
  #poster {
    flex-direction: column;
  }
  #poster.full {
    margin-bottom: 0;
  }
  #poster .video-container {
    width: 100%;
    margin-top: 20px;
  }
  #poster .video-container.full {
    width: 100%;
  }
  #poster.img-content {
    margin: 20px 0;
  }
  #poster.img-content .video-container {
    margin: 2px 0;
  }
  #poster.img-content .video-container img {
    width: 100%;
  }
  #poster.web-app-menu {
    height: 120px;
    margin-top: -60px;
    margin-bottom: 200px;
  }
  #poster.web-app-menu h2 {
    font-size: 20px;
  }
  #poster h2 {
    font-size: 36px;
    margin: 0;
  }
  #poster p {
    font-size: 12px;
  }
  #contact .button-container {
    flex-direction: column;
    align-items: center;
    padding-top: 16px;
  }
  #contact .button,
  #contact .button-block {
    width: calc(100% - 50px);
    margin: 16px 0;
  }
  #case h3 {
    font-size: 20px;
    margin-top: 120px;
    margin-bottom: 40px;
  }
  #case .container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  #case .container .video-container {
    width: 100%;
    margin-bottom: 40px;
  }
  #case .container .explanation {
    width: calc(100% - 40px);
  }
  #blog {
    margin-bottom: 40px;
  }
  #blog .post {
    width: 100%;
  }
  #blog-single {
    width: 90%;
  }
  #blog-single h1 {
    font-size: 32px;
    line-height: 40px;
  }
  #blog-single h2 {
    font-size: 20px;
    line-height: 32px;
  }
  #blog-single h3 {
    font-size: 20px;
    line-height: 24px;
  }
  #blog-single p {
    font-size: 16px;
    line-height: 24px;
  }
  #show, #brands, #description, #services, #how, #poster, #contact, #case, footer {
    margin-bottom: 80px;
  }
  footer {
    flex-direction: column;
    padding-top: 80px;
    text-align: center;
  }
  footer div {
    width: 100% !important;
  }
  footer div:nth-child(2) {
    margin-top: 48px;
  }
  footer ul {
    flex-direction: row;
    justify-content: center;
    height: 100%;
    margin: 80px 0 8px;
  }
  footer img {
    margin: 0 auto;
  }
  footer p.address {
    margin-top: 0px;
  }
  footer i.fa-instagram {
    margin-right: 4px;
  }
}
