@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Koulen&display=swap");
section {
  position: relative;
  z-index: 1; }

.line {
  position: absolute;
  background: #fff;
  opacity: 0.5; }

section#home {
  overflow: hidden; }
  section#home:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  section#home .contacts.container {
    position: fixed;
    height: auto !important;
    min-height: unset !important;
    width: 100%;
    left: 50%;
    top: 93px;
    padding: 15px 20px 0 !important;
    transform: translateX(-50%);
    opacity: 0.5;
    transition: all 0.25s ease-out;
    z-index: 3; }
  section#home #header-mobile-video {
    display: none;
    position: relative;
    width: 100%;
    border: solid 1px rgba(255, 255, 255, 0.5);
    background-color: #000;
    margin: 40px 0;
    padding-bottom: 60%;
    cursor: pointer; }
    section#home #header-mobile-video .play {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../img/play.png") no-repeat center; }
    section#home #header-mobile-video .info {
      display: none; }
  section#home .container {
    min-height: 100vh;
    z-index: 2;
    padding-top: 60px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
    section#home .container .headline {
      position: relative;
      padding: 20px 55px 35px 55px; }
      section#home .container .headline h1 {
        font-family: "Koulen", cursive;
        font-weight: 300;
        font-size: 90px;
        line-height: 1;
        margin: 0;
        text-transform: uppercase; }
        section#home .container .headline h1 span {
          display: block; }
          section#home .container .headline h1 span.yellow {
            color: #f4ab38; }
          section#home .container .headline h1 span.bold {
            font-weight: 400; }
      section#home .container .headline > .line {
        left: 0;
        top: 0;
        width: 2px;
        height: calc(100% + 40px);
        opacity: 0.5; }
      section#home .container .headline .tape {
        position: absolute;
        top: 100%;
        left: -41px;
        right: 0;
        overflow: hidden; }
        section#home .container .headline .tape .line {
          width: 100%;
          height: 2px;
          left: 0;
          top: 0;
          opacity: 0.5; }
        section#home .container .headline .tape img {
          max-width: unset; }
    section#home .container .btn {
      margin-top: 72px;
      margin-bottom: 40px; }
    section#home .container.animated .headline > .line {
      height: 0;
      opacity: 0; }
    section#home .container.animated .headline .tape .line,
    section#home .container.animated .headline .tape img {
      transform: translateX(-100%);
      opacity: 0; }
    section#home .container.animated .headline h1 span {
      opacity: 0;
      transform: translateY(100%); }
    section#home .container.animated .btn {
      opacity: 0; }
    section#home .container.animate .headline > .line {
      height: calc(100% + 40px);
      opacity: 0.5;
      transition: all 0.5s ease-out; }
    section#home .container.animate .headline .tape .line,
    section#home .container.animate .headline .tape img {
      transform: translateX(0);
      transition: all 1.5s ease-out 0.5s; }
    section#home .container.animate .headline .tape .line {
      opacity: 0.5; }
    section#home .container.animate .headline .tape img {
      opacity: 1; }
    section#home .container.animate .headline h1 span {
      opacity: 1;
      transform: translateY(0);
      transition: opacity 1.5s ease-out 1.1s, transform 1.5s ease-out 1.1s; }
      section#home .container.animate .headline h1 span:nth-child(1) {
        transition-delay: 0.5s; }
      section#home .container.animate .headline h1 span:nth-child(2) {
        transition-delay: 0.7s; }
      section#home .container.animate .headline h1 span:nth-child(3) {
        transition-delay: 0.9s; }
    section#home .container.animate .btn {
      animation-name: pop-up;
      animation-duration: 1.0s;
      animation-delay: 1.9s;
      animation-fill-mode: forwards;
      animation-timing-function: ease-out; }
      section#home .container.animate .btn span {
        left: 140%;
        transition: all 0.5s ease-out 2.2s; }
  section#home video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  section#home #header-image {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

body.admin-bar section#home .contacts.container {
  top: calc(93px + 32px); }

html.scrolled section#home .contacts.container {
  top: 60px;
  opacity: 0; }

html.scrolled body.admin-bar section#home .contacts.container {
  top: calc(60px + 32px); }

section#videos .videos-bg {
  background: rgba(0, 0, 0, 0.2); }
section#videos .content {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  margin: 0 auto;
  max-width: 780px; }
  section#videos .content p {
    font-size: 16px;
    line-height: 1.3;
    margin: 25px 0; }
section#videos .categories {
  padding: 40px 15px;
  margin: 0 -30px;
  position: relative;
  flex-wrap: wrap; }
  section#videos .categories label {
    position: relative;
    margin: 15px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Koulen", cursive;
    font-size: 20px;
    letter-spacing: 1px;
    z-index: 1;
    user-select: none;
    white-space: nowrap;
    transition: all 0.1s ease-out;
    cursor: pointer; }
    section#videos .categories label:hover {
      color: #f4ab38; }
  section#videos .categories hr {
    margin: 5px 0;
    width: 100%;
    display: none;
    background: none; }
  section#videos .categories .bar {
    position: absolute;
    top: 0; }
    section#videos .categories .bar span {
      position: absolute;
      background: #fff; }
      section#videos .categories .bar span:nth-child(1) {
        left: 0;
        top: 0;
        width: 1px;
        height: 0;
        transition: all 0.1s linear 0.3s; }
      section#videos .categories .bar span:nth-child(2) {
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        transition: all 0.1s linear 0.2s; }
      section#videos .categories .bar span:nth-child(3) {
        right: 0;
        bottom: 0;
        width: 1px;
        height: 0;
        transition: all 0.1s linear 0.1s; }
      section#videos .categories .bar span:nth-child(4) {
        right: 0;
        top: 0;
        width: 0;
        height: 1px; }
    section#videos .categories .bar.anim {
      transition: left 0.25s ease-out, top 0.25s ease-out, width 0.25s ease-out;
      animation-name: moveCatBar;
      animation-duration: 0.25s;
      animation-iteration-count: 1;
      animation-direction: forwards;
      animation-timing-function: ease-out; }
section#videos.init .categories .selected {
  color: #f4ab38; }
section#videos.init .categories .bar span:nth-child(1) {
  height: 100%;
  transition: all 0.1s linear; }
section#videos.init .categories .bar span:nth-child(2) {
  width: 100%;
  transition: all 0.1s linear 0.1s; }
section#videos.init .categories .bar span:nth-child(3) {
  height: 100%;
  transition: all 0.1s linear 0.2s; }
section#videos.init .categories .bar span:nth-child(4) {
  width: 100%;
  transition: all 0.1s linear 0.3s; }
section#videos .description {
  text-align: center;
  transition: all 0.25s ease-out;
  padding: 30px 0 0;
  height: 0; }
  section#videos .description .text {
    opacity: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px; }
    section#videos .description .text:empty {
      padding-bottom: 0; }
    section#videos .description .text.show {
      opacity: 1;
      transition: all 0.25s ease-out; }
    section#videos .description .text p {
      margin: 5px 0;
      font-size: 15px; }
    section#videos .description .text ul {
      margin: 5px 0;
      padding: 0;
      list-style: none; }
      section#videos .description .text ul li {
        position: relative;
        display: inline-block;
        padding: 0 5px 0 12px; }
        section#videos .description .text ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 8px;
          width: 4px;
          height: 4px;
          background: rgba(255, 255, 255, 0.75);
          border-radius: 50%; }
        section#videos .description .text ul li:last-child {
          padding: 0 12px; }
          section#videos .description .text ul li:last-child:after {
            content: "";
            position: absolute;
            right: 0;
            top: 8px;
            width: 4px;
            height: 4px;
            background: rgba(255, 255, 255, 0.75);
            border-radius: 50%; }
section#videos .btn {
  margin: 30px 0 55px; }
  section#videos .btn.hidden {
    opacity: 0; }
    section#videos .btn.hidden.show {
      animation-name: pop-up;
      animation-duration: 1.0s;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease-out; }
      section#videos .btn.hidden.show span {
        left: 140%;
        transition: all 0.5s ease-out 0.9s; }
section#videos.animated .content p {
  opacity: 0; }
section#videos.animated .categories span {
  opacity: 0; }
section#videos.animate .content p {
  opacity: 1;
  transition: all 0.5s ease-out; }
section#videos.animate .categories span {
  opacity: 1;
  transition: all 0.5s ease-out 0.2s; }

@keyframes moveCatBar {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.25; } }
section#process {
  z-index: 2; }
  section#process .container {
    max-width: 900px;
    padding-bottom: 50px; }
  section#process .steps {
    max-width: 600px;
    padding-right: 50px; }
    section#process .steps .step {
      position: relative; }
      section#process .steps .step h3 {
        display: inline-block;
        position: relative;
        text-align: left;
        font-size: 19px;
        color: #f4ab38;
        font-family: "Koulen", cursive;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: uppercase;
        min-width: 250px;
        margin: 0 0 10px; }
        section#process .steps .step h3 span {
          display: inline-block;
          font-size: 34px;
          color: #fff;
          font-weight: 600;
          font-family: "Helvetica", sans-serif;
          padding-right: 10px;
          transform: translate(-2px, 8px); }
        section#process .steps .step h3:before, section#process .steps .step h3:after {
          content: "";
          position: absolute;
          bottom: 0;
          height: 2px;
          background: #fff; }
        section#process .steps .step h3:before {
          width: 5px;
          left: 18px; }
        section#process .steps .step h3:after {
          width: calc(100% - 26px);
          left: 26px;
          background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%); }
      section#process .steps .step:nth-child(1) h3 span {
        transform: translate(0, 8px); }
      section#process .steps .step:nth-child(2) h3 span {
        transform: translate(-4px, 8px); }
      section#process .steps .step .text {
        height: 140px;
        padding: 20px 20px 20px 0; }
        section#process .steps .step .text p {
          font-size: 17px;
          margin: 5px 0; }
        section#process .steps .step .text ul {
          margin: 0;
          padding-left: 20px; }
      section#process .steps .step .image {
        display: none; }
      section#process .steps .step:last-child:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -40px;
        width: 250px;
        height: 2px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%); }
      section#process .steps .step:last-child .text {
        padding-top: 35px; }
  section#process .images {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-top: 38px;
    margin-left: auto;
    background: rgba(0, 0, 0, 0.2); }
    section#process .images .image {
      position: relative;
      height: 192px;
      min-width: 200px; }
      section#process .images .image:before {
        content: "";
        position: absolute;
        width: 3px;
        left: -1px;
        bottom: 0;
        height: 100%;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }
      section#process .images .image:after {
        content: "";
        position: absolute;
        width: calc(100% - 2px);
        left: 2px;
        bottom: 0;
        height: 3px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }
      section#process .images .image .line {
        left: 2px;
        bottom: 0;
        width: calc(100% - 2px);
        height: 2px;
        opacity: 0.3; }
    section#process .images .line {
      opacity: 0.3; }
      section#process .images .line.h {
        height: 2px;
        width: 100%;
        right: 20px;
        top: 0; }
      section#process .images .line.v {
        width: 2px;
        left: 0;
        bottom: 0;
        height: calc(100% + 38px); }
    section#process .images .tape {
      position: absolute;
      top: -16px;
      right: -18px;
      height: calc(100% + 40px);
      overflow: hidden; }
      section#process .images .tape .img {
        overflow: hidden;
        max-height: 100%; }
        section#process .images .tape .img img:not(:first-child) {
          display: none; }
  section#process .animated .steps .step {
    opacity: 0;
    transform: translateY(50px); }
  section#process .animated .images {
    background: transparent; }
    section#process .animated .images .line {
      opacity: 0; }
      section#process .animated .images .line.v {
        height: 0; }
      section#process .animated .images .line.h {
        width: 0; }
    section#process .animated .images .image {
      opacity: 0; }
  section#process .animated .tape .img {
    opacity: 0;
    transform: translateY(-100%); }
  section#process .animate .steps .step {
    opacity: 1;
    transform: translateY(0);
    transition: all 1.0s ease-out 1.35s; }
    section#process .animate .steps .step:nth-child(1) {
      transition-delay: 0.75s; }
    section#process .animate .steps .step:nth-child(2) {
      transition-delay: 0.95s; }
    section#process .animate .steps .step:nth-child(3) {
      transition-delay: 1.15s; }
    section#process .animate .steps .step:nth-child(4) {
      transition-delay: 1.35s; }
  section#process .animate .images {
    background: rgba(0, 0, 0, 0.2);
    transition: background 3.0s ease-out 1.0s; }
    section#process .animate .images .line {
      opacity: 0.3; }
      section#process .animate .images .line.v {
        height: calc(100% + 38px);
        transition: all 0.5s ease-out 0s; }
      section#process .animate .images .line.h {
        width: 100%;
        transition: all 0.5s ease-out 0.25s; }
    section#process .animate .images .image {
      opacity: 1;
      transition: all 1.5s ease-out 1.35s; }
      section#process .animate .images .image:nth-child(1) {
        transition-delay: 0.75s; }
      section#process .animate .images .image:nth-child(2) {
        transition-delay: 0.95s; }
      section#process .animate .images .image:nth-child(3) {
        transition-delay: 1.15s; }
      section#process .animate .images .image:nth-child(4) {
        transition-delay: 1.35s; }
  section#process .animate .tape .img {
    opacity: 1;
    transform: translateY(0);
    transition: all 1.5s ease-out 0.0s; }

section#clients .content {
  padding-bottom: 0; }
section#clients blockquote {
  text-align: center;
  font-style: italic;
  margin: 0; }
  section#clients blockquote p {
    display: inline-block;
    position: relative;
    max-width: 1024px;
    line-height: 1.3; }
    section#clients blockquote p:last-child {
      margin-bottom: 0; }
    section#clients blockquote p:before, section#clients blockquote p:after {
      font-family: Arial, sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 1;
      color: #fff;
      opacity: .5;
      transform: scaleX(0.9) translateY(-50%); }
    section#clients blockquote p:before {
      content: '“';
      margin-right: 4px; }
    section#clients blockquote p:after {
      content: '”';
      margin-left: 3px; }
section#clients blockquote + p {
  opacity: 0.7;
  font-weight: bold; }
section#clients p {
  font-size: 16px; }
section#clients .logos {
  margin-top: 50px;
  padding: 0 50px;
  text-align: center; }
  section#clients .logos:not(.slick-initialized) {
    position: absolute;
    opacity: 0; }
  section#clients .logos img {
    margin: 0 30px; }
  section#clients .logos .slick-list:before, section#clients .logos .slick-list:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, #0a3138 0%, rgba(10, 49, 56, 0) 100%);
    width: 30px;
    height: 100%; }
  section#clients .logos .slick-list:after {
    left: auto;
    right: 0;
    transform: scaleX(-1); }
  section#clients .logos .slick-prev {
    left: 12px; }
  section#clients .logos .slick-next {
    right: 12px; }
section#clients .animated .quote {
  opacity: 0; }
section#clients .animated .logos {
  opacity: 0;
  transform: translateY(50px); }
section#clients .animate .quote {
  opacity: 1;
  transition: all 1.0s ease-out 0.1s; }
section#clients .animate .logos {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.0s ease-out 0s; }

@media (max-width: 1400px) {
  body.admin-bar section#home .container {
    min-height: calc(100vh - 32px); }

  section#videos .categories {
    padding: 30px 20px; } }
@media (max-width: 1260px) {
  section#home .container .headline {
    margin-left: 40px;
    padding: 20px 100px 35px 45px; }
    section#home .container .headline h1 {
      font-size: 58px;
      line-height: 58px; }
  section#home .container .intro h3 {
    font-size: 28px; }

  body.admin-bar section#home .container {
    min-height: calc(100vh- 32px); }

  section#services .service h2 {
    font-size: 29px; }

  section#videos .categories {
    padding: 30px 45px; }
  section#videos .videos {
    margin: 0 30px; } }
@media (max-width: 1200px) {
  section#clients blockquote br {
    display: none; } }
@media (max-width: 1160px) {
  section#services {
    margin-bottom: 0; } }
@media (max-width: 1060px) {
  section#home .container .intro p {
    font-size: 17px; } }
@media (max-width: 1024px), (max-height: 700px) {
  section#home .container .headline {
    margin-left: 40px;
    padding: 20px 100px 35px 40px; }
    section#home .container .headline h1 {
      font-size: 52px;
      line-height: 51px; }
  section#home .container .intro h3 {
    font-size: 28px; }
  section#home .container .intro p {
    font-size: 16px; }

  section#services .service h2 {
    font-size: 28px; }
  section#services .service h3,
  section#services .service h4 {
    font-size: 19px; }
  section#services .service ul li,
  section#services .service ol li,
  section#services .service p {
    font-size: 15px; }

  section#videos .content {
    padding-bottom: 0; }
  section#videos .categories {
    margin: 0 -20px;
    padding: 30px 40px; }
    section#videos .categories label {
      font-size: 15px;
      padding: 0 15px;
      line-height: 34px;
      margin: 10px; }
  section#videos .description {
    padding-top: 25px; }

  section#process .images {
    margin-right: 20px; } }
@media (max-width: 900px) {
  section#home .contacts.container {
    top: 60px;
    padding: 10px 20px 0 !important; }
    section#home .contacts.container .location {
      font-size: 12px; }
  section#home .container .headline {
    padding: 20px 35px 30px;
    margin-left: 0; }
    section#home .container .headline h1 {
      font-size: 48px;
      line-height: 46px; }
  section#home .container .intro {
    margin: 55px auto 0;
    padding: 0;
    text-align: center; }
    section#home .container .intro p {
      font-size: 14px; }
    section#home .container .intro .btn {
      margin-top: 10px; }

  body.admin-bar section#home .contacts.container {
    top: calc(60px + 32px); }

  section#services .service h2 {
    font-size: 27px; }

  section#videos .categories label {
    font-size: 14px;
    padding: 0 10px;
    line-height: 32px;
    margin: 10px; } }
@media (max-width: 800px) {
  section#home .container .headline {
    padding: 10px 30px 25px; }
    section#home .container .headline h1 {
      font-size: 46px;
      line-height: 46px; }
    section#home .container .headline .tape {
      left: -36px; }
      section#home .container .headline .tape img {
        width: 800px; }
  section#home .container .intro {
    margin-top: 50px; }
    section#home .container .intro h3 {
      font-size: 27px; }

  section#services .service {
    padding: 25px 50px 60px; }
    section#services .service h2 {
      font-size: 26px; }
    section#services .service h3,
    section#services .service h4 {
      font-size: 18px; }

  section#clients .logos {
    padding: 0 30px; }
    section#clients .logos .slick-prev {
      left: 0; }
    section#clients .logos .slick-next {
      right: 0; }
    section#clients .logos .slick-list:before, section#clients .logos .slick-list:after {
      width: 20px; }
    section#clients .logos img {
      margin: 0 20px; }
  section#clients blockquote p {
    font-size: 15px; } }
@media (max-width: 782px) {
  body.admin-bar section#home .container {
    min-height: calc(100vh - 46px); }
  body.admin-bar section#home .contacts.container {
    top: calc(60px + 46px); } }
@media (max-width: 768px) {
  section#home .container:not(.contacts) {
    transform: none !important;
    opacity: 1 !important; }
  section#home .container.contacts {
    text-shadow: 0 0 5px #000;
    opacity: 0.7; }
  section#home .container .headline h1 {
    font-size: 44px;
    line-height: 43px; }
  section#home .container .intro h3 {
    font-size: 26px; }
  section#home #header-mobile-video {
    display: block; }
  section#home #header-video {
    display: none; }
  section#home #header-image {
    display: block; } }
@media (max-width: 700px) {
  section#services .service h2 {
    font-size: 25px; }
  section#services .service ul li,
  section#services .service ol li,
  section#services .service p {
    font-size: 14px; }

  section#videos .categories {
    padding: 25px 30px;
    justify-content: space-around; }
    section#videos .categories label {
      margin: 0; }
    section#videos .categories hr {
      display: block; }
    section#videos .categories .bar span {
      background: rgba(255, 255, 255, 0.3); }
  section#videos .description .text {
    font-size: 14px; }
    section#videos .description .text ul li:before, section#videos .description .text ul li:last-child:after {
      top: 6px; } }
@media (max-width: 600px) {
  html.scrolled body.admin-bar section#home .contacts.container {
    top: 60px; }

  section#services .service {
    padding: 15px 35px 50px; }
    section#services .service h2 {
      font-size: 23px; }
    section#services .service h3,
    section#services .service h4 {
      font-size: 17px; }

  section#process .container {
    padding-bottom: 0; }
  section#process .steps {
    padding-right: 0; }
    section#process .steps .step h3 {
      margin: 0; }
    section#process .steps .step .text {
      height: auto;
      padding-bottom: 30px; }
      section#process .steps .step .text p {
        font-size: 16px; }
    section#process .steps .step .image {
      position: relative;
      display: block;
      padding-bottom: 60%;
      margin-left: -20px;
      margin-bottom: 20px;
      background-repeat: no-repeat;
      border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
      section#process .steps .step .image:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 1px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%); }
    section#process .steps .step:last-child:after {
      display: none; }
    section#process .steps .step:last-child .text {
      padding-top: 20px; }
    section#process .steps .step:last-child .image {
      margin: 0 0 0 -20px; }
  section#process .images {
    width: 0;
    margin-right: 0; }
    section#process .images .line,
    section#process .images .image {
      display: none; }
    section#process .images .tape .img img {
      display: block !important; }

  section#clients .content {
    padding-top: 40px; } }
@media (max-width: 550px) {
  section#services .service h2 {
    font-size: 22px; }

  section#videos .content {
    padding-left: 25px;
    padding-right: 25px; }
  section#videos .categories {
    padding: 25px 15px; }
  section#videos .videos {
    margin: 0 15px; } }
@media (max-width: 500px) {
  section#home .container .headline {
    padding: 10px 25px 20px; }
    section#home .container .headline h1 {
      font-size: 38px;
      line-height: 36px; }
    section#home .container .headline .tape {
      left: -21px; }
  section#home .container .intro h3 {
    font-size: 25px;
    margin-bottom: 15px; }
  section#home .container .intro p {
    margin: 15px 0; }
  section#home .container.animate .headline > .line {
    height: calc(100% + 30px); }

  section#process .steps .step .text p {
    font-size: 15px; }

  section#videos .description .text {
    font-size: 13px; }
    section#videos .description .text ul {
      display: inline; }
      section#videos .description .text ul li {
        padding: 0 2px 0 9px; }

  section#clients .logos .slick-list:before, section#clients .logos .slick-list:after {
    width: 15px; }
  section#clients .logos img {
    margin: 0 15px; } }
@media (max-width: 425px) {
  section#videos .categories {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    section#videos .categories label {
      width: 100%; } }
@media (max-width: 400px) {
  section#home .container .headline {
    padding: 10px 25px 20px; }
    section#home .container .headline .tape {
      left: -12px; }

  section#services .service h2 {
    font-size: 21px; }

  section#videos .videos {
    margin: 0 5px; }

  section#process .steps .step .text p {
    font-size: 14px; }

  section#clients .logos .slick-list:before, section#clients .logos .slick-list:after {
    width: 10px; }
  section#clients .logos img {
    margin: 0 10px; }
  section#clients .logos blockquote p {
    font-size: 14px; } }
/*
@media (max-height: 800px) {
    section#home .container{
        padding-top: 70px;
    }
}

@media (max-height: 700px) {
    section#home .container{
        padding-top: 100px;
    }
}

@media (max-height: 500px) {
    section#home .container,
    body.admin-bar section#home .container {
        min-height: 500px;
    }
}
*/

/*# sourceMappingURL=home.css.map */
