@import url("https://fonts.googleapis.com/css2?family=Koulen&display=swap");
section#main {
  padding-top: 93px;
  text-align: center; }
  section#main .content {
    padding: 7% 20px; }
  section#main h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 20px 0; }
    section#main h1 strong {
      color: #f4ab38;
      font-weight: 300; }

section#services {
  padding-bottom: 15px;
  margin: 18px 0; }
  section#services .container {
    padding: 0;
    max-width: 1145px; }
  section#services .tape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 1; }
    section#services .tape:first-child {
      top: -18px; }
    section#services .tape:last-child {
      bottom: -18px; }
    section#services .tape img {
      position: relative;
      max-width: unset;
      z-index: 1; }
  section#services .line {
    position: absolute;
    top: -42px;
    right: -1px;
    width: 1px;
    height: 150px;
    background: #3a5559; }
  section#services .service {
    position: relative;
    padding: 45px 30px 80px;
    border-bottom: solid 12px rgba(255, 255, 255, 0.05);
    font-weight: 300; }
    section#services .service:before, section#services .service:after {
      content: "";
      position: absolute;
      bottom: -80px;
      height: 150px;
      width: 1px;
      background: #3a5559; }
    section#services .service:before {
      left: -1px; }
    section#services .service:after {
      right: -1px; }
    section#services .service:nth-last-child(2) {
      padding-bottom: 100px;
      border-bottom: none; }
      section#services .service:nth-last-child(2):before, section#services .service:nth-last-child(2):after {
        display: none; }
    section#services .service > span {
      position: relative;
      display: block;
      margin: 0 auto;
      max-width: 600px;
      z-index: 1; }
    section#services .service > .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.15); }
    section#services .service strong {
      font-weight: 600; }
    section#services .service h2 {
      position: relative;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 35px;
      margin: 27px 0 14px; }
      section#services .service h2 strong {
        color: #f4ab38;
        font-weight: 300; }
      section#services .service h2:after {
        content: "";
        display: block;
        top: 47px;
        width: 600px;
        max-width: 100%;
        height: 2px;
        margin: 12px auto 0;
        background: -moz-linear-gradient(133deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.249737395) 25%, rgba(255, 255, 255, 0.2469362745) 75%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(133deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.249737395) 25%, rgba(255, 255, 255, 0.2469362745) 75%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(133deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.249737395) 25%, rgba(255, 255, 255, 0.2469362745) 75%, rgba(255, 255, 255, 0) 100%); }
    section#services .service h3 {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 20px;
      margin: 12px 0 37px; }
    section#services .service h4 {
      text-transform: uppercase;
      font-weight: 300;
      font-size: 20px;
      margin: 14px 0 37px; }
      section#services .service h4 strong {
        color: #f4ab38; }
    section#services .service h5 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 30px 0 6px; }
    section#services .service p {
      font-size: 16px;
      margin: 6px 0; }
    section#services .service ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      section#services .service ul li {
        position: relative;
        margin: 6px 0;
        padding: 0;
        font-size: 16px; }
        section#services .service ul li:before {
          content: "";
          position: absolute;
          left: -14px;
          top: 6px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #f4ab38; }
    section#services .service ol {
      margin: 0;
      padding: 0;
      list-style: none; }
      section#services .service ol li {
        position: relative;
        margin: 6px 0;
        padding: 0;
        font-size: 16px; }
        section#services .service ol li:before {
          content: "";
          position: absolute;
          left: -18px;
          top: 4px;
          width: 13px;
          height: 7px;
          border-left: solid 2px #f4ab38;
          border-bottom: solid 2px #f4ab38;
          transform: rotate(-45deg); }
    section#services .service .videos {
      position: relative;
      margin: 75px 50px 0;
      z-index: 1; }
  section#services .animated .tape img {
    transform: translateX(-100%); }
  section#services .animated .line {
    transform: scaleY(0);
    transform-origin: bottom; }
  section#services .animated .service {
    border-color: transparent; }
    section#services .animated .service:before, section#services .animated .service:after {
      transform: scaleY(0); }
    section#services .animated .service > span {
      opacity: 0; }
    section#services .animated .service > .bg {
      height: 0; }
  section#services .animate .tape img {
    transform: translateX(0);
    transition: all 1.25s ease-out; }
  section#services .animate .tape:last-child img {
    transition-delay: 1.75s; }
  section#services .animate .line {
    transform: scaleY(1);
    transition: all 0.5s ease-out 1.2s; }
  section#services .animate .service {
    border-color: rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease-out 2s; }
    section#services .animate .service:before, section#services .animate .service:after {
      transform: scaleY(1);
      transition: all 0.5s ease-out 2s; }
    section#services .animate .service > span {
      opacity: 1;
      transition: all 0.5s ease-out 2.05s; }
    section#services .animate .service > .bg {
      height: 100%;
      transition: all 0.5s ease-out 1.55s; }
    section#services .animate .service .slick-arrow {
      opacity: 1;
      transition: opacity 0.25s ease-out 2.2s; }
    section#services .animate .service .video {
      transition: opacity 1s ease-out; }
      section#services .animate .service .video:nth-child(1), section#services .animate .service .video:nth-child(2), section#services .animate .service .video:nth-child(3), section#services .animate .service .video:nth-child(4), section#services .animate .service .video:nth-child(5), section#services .animate .service .video:nth-child(6) {
        opacity: 1;
        transition-delay: 2.2s; }
      section#services .animate .service .video:nth-child(2), section#services .animate .service .video:nth-child(5) {
        transition-delay: 2.3s; }
      section#services .animate .service .video:nth-child(3), section#services .animate .service .video:nth-child(6) {
        transition-delay: 2.4s; }
    section#services .animate .service:nth-child(2) {
      transition: all 0.5s ease-out 1.2s; }
      section#services .animate .service:nth-child(2):before, section#services .animate .service:nth-child(2):after {
        transition: all 0.5s ease-out 1.2s; }
      section#services .animate .service:nth-child(2) > span {
        transition-delay: 1.25s; }
      section#services .animate .service:nth-child(2) > .bg {
        transition-delay: 0.75s; }
      section#services .animate .service:nth-child(2) .slick-arrow {
        opacity: 1;
        transition: opacity 0.25s ease-out 1.4s; }
      section#services .animate .service:nth-child(2) .video {
        transition: opacity 1s ease-out; }
        section#services .animate .service:nth-child(2) .video:nth-child(1), section#services .animate .service:nth-child(2) .video:nth-child(2), section#services .animate .service:nth-child(2) .video:nth-child(3), section#services .animate .service:nth-child(2) .video:nth-child(4), section#services .animate .service:nth-child(2) .video:nth-child(5), section#services .animate .service:nth-child(2) .video:nth-child(6) {
          opacity: 1;
          transition-delay: 1.4s; }
        section#services .animate .service:nth-child(2) .video:nth-child(2), section#services .animate .service:nth-child(2) .video:nth-child(5) {
          transition-delay: 1.5s; }
        section#services .animate .service:nth-child(2) .video:nth-child(3), section#services .animate .service:nth-child(2) .video:nth-child(6) {
          transition-delay: 1.6s; }
    section#services .animate .service:nth-child(3) {
      transition: all 0.5s ease-out 1.4s; }
      section#services .animate .service:nth-child(3):before, section#services .animate .service:nth-child(3):after {
        transition: all 0.5s ease-out 1.4s; }
      section#services .animate .service:nth-child(3) > span {
        transition-delay: 1.45s; }
      section#services .animate .service:nth-child(3) > .bg {
        transition-delay: 0.95s; }
      section#services .animate .service:nth-child(3) .slick-arrow {
        opacity: 1;
        transition: opacity 0.25s ease-out 1.6s; }
      section#services .animate .service:nth-child(3) .video {
        transition: opacity 1s ease-out; }
        section#services .animate .service:nth-child(3) .video:nth-child(1), section#services .animate .service:nth-child(3) .video:nth-child(2), section#services .animate .service:nth-child(3) .video:nth-child(3), section#services .animate .service:nth-child(3) .video:nth-child(4), section#services .animate .service:nth-child(3) .video:nth-child(5), section#services .animate .service:nth-child(3) .video:nth-child(6) {
          opacity: 1;
          transition-delay: 1.6s; }
        section#services .animate .service:nth-child(3) .video:nth-child(2), section#services .animate .service:nth-child(3) .video:nth-child(5) {
          transition-delay: 1.7s; }
        section#services .animate .service:nth-child(3) .video:nth-child(3), section#services .animate .service:nth-child(3) .video:nth-child(6) {
          transition-delay: 1.8s; }
    section#services .animate .service:nth-child(4) {
      transition: all 0.5s ease-out 1.6s; }
      section#services .animate .service:nth-child(4):before, section#services .animate .service:nth-child(4):after {
        transition: all 0.5s ease-out 1.6s; }
      section#services .animate .service:nth-child(4) > span {
        transition-delay: 1.65s; }
      section#services .animate .service:nth-child(4) > .bg {
        transition-delay: 1.15s; }
      section#services .animate .service:nth-child(4) .slick-arrow {
        opacity: 1;
        transition: opacity 0.25s ease-out 1.8s; }
      section#services .animate .service:nth-child(4) .video {
        transition: opacity 1s ease-out; }
        section#services .animate .service:nth-child(4) .video:nth-child(1), section#services .animate .service:nth-child(4) .video:nth-child(2), section#services .animate .service:nth-child(4) .video:nth-child(3), section#services .animate .service:nth-child(4) .video:nth-child(4), section#services .animate .service:nth-child(4) .video:nth-child(5), section#services .animate .service:nth-child(4) .video:nth-child(6) {
          opacity: 1;
          transition-delay: 1.8s; }
        section#services .animate .service:nth-child(4) .video:nth-child(2), section#services .animate .service:nth-child(4) .video:nth-child(5) {
          transition-delay: 1.9s; }
        section#services .animate .service:nth-child(4) .video:nth-child(3), section#services .animate .service:nth-child(4) .video:nth-child(6) {
          transition-delay: 2.0; }
    section#services .animate .service:nth-child(5) {
      transition: all 0.5s ease-out 1.8s; }
      section#services .animate .service:nth-child(5):before, section#services .animate .service:nth-child(5):after {
        transition: all 0.5s ease-out 1.8s; }
      section#services .animate .service:nth-child(5) > span {
        transition-delay: 1.85s; }
      section#services .animate .service:nth-child(5) > .bg {
        transition-delay: 1.35s; }
      section#services .animate .service:nth-child(5) .slick-arrow {
        opacity: 1;
        transition: opacity 0.25s ease-out 2.0s; }
      section#services .animate .service:nth-child(5) .video {
        transition: opacity 1s ease-out; }
        section#services .animate .service:nth-child(5) .video:nth-child(1), section#services .animate .service:nth-child(5) .video:nth-child(2), section#services .animate .service:nth-child(5) .video:nth-child(3), section#services .animate .service:nth-child(5) .video:nth-child(4), section#services .animate .service:nth-child(5) .video:nth-child(5), section#services .animate .service:nth-child(5) .video:nth-child(6) {
          opacity: 1;
          transition-delay: 2.0s; }
        section#services .animate .service:nth-child(5) .video:nth-child(2), section#services .animate .service:nth-child(5) .video:nth-child(5) {
          transition-delay: 2.1s; }
        section#services .animate .service:nth-child(5) .video:nth-child(3), section#services .animate .service:nth-child(5) .video:nth-child(6) {
          transition-delay: 2.2s; }

@media (max-width: 1260px) {
  section#main h1 {
    font-size: 45px; }

  section#services .service h2 {
    font-size: 29px; } }
@media (max-width: 1024px) {
  section#main h1 {
    font-size: 40px; }

  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; } }
@media (max-width: 900px) {
  section#main {
    padding-top: 60px; }

  section#services .service h2 {
    font-size: 27px; } }
@media (max-width: 800px) {
  section#main h1 {
    font-size: 36px; }

  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#services .service .videos {
    margin: 60px auto 0;
    max-width: 630px; } }
@media (max-width: 700px) {
  section#main h1 {
    font-size: 34px; }

  section#services .service h2 {
    font-size: 25px; }
  section#services .service ul li,
  section#services .service ol li,
  section#services .service p {
    font-size: 14px; } }
@media (max-width: 600px) {
  section#main .content {
    padding: 35px 20px; }
  section#main h1 {
    font-size: 30px; }

  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#services .service .videos {
      margin-top: 50px; } }
@media (max-width: 500px) {
  section#main h1 {
    font-size: 28px; }

  section#services .service h2 {
    font-size: 22px; } }
@media (max-width: 400px) {
  section#main h1 {
    font-size: 25px; }

  section#services .service h2 {
    font-size: 21px; } }

/*# sourceMappingURL=services.css.map */
